- Timestamp:
- 03/06/2002 09:50:52 AM (7 years ago)
- Location:
- branches/plwm_2_5_release
- Files:
-
- 2 modified
-
Makefile.in (modified) (1 diff)
-
NEWS (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plwm_2_5_release/Makefile.in
r103 r123 4 4 # GPL, see file COPYING 5 5 6 VERSION = 2.5 a6 VERSION = 2.5 7 7 8 8 prefix = @prefix@ -
branches/plwm_2_5_release/NEWS
r114 r123 1 1 -*-outline-*- 2 2 3 * Version 2.5 a (21 Feb2002)4 5 This is an alpha release for the upcoming 2.5. It should be complete6 feature-wise, but the documentation for the new features is still 7 unfinished. There might be a few bugs too, of course.3 * Version 2.5 (6 Mar 2002) 4 5 This is mostly a get-it-out-of-the-door release, and is identical with 6 the preceeding 2.5 alpha. Some of the new features are not 7 documented, so you may have to resort to reading code to use them. 8 8 9 9 ** Abstraction for internal windows … … 32 32 33 33 The module plwm.misc contains various useful hacks. Most of these 34 were previously found in the example wm petliwm.py, but is now easier35 to use in other peoples wms. Take a look in the file to see what is 36 available, it is self-documented.34 were previously found in the example wm petliwm.py, but having them 35 here makes them easier to use in other peoples wms. Take a look in 36 the file to see what is available, it is self-documented. 37 37 38 38 ** New feature: Screen border allocation
