Remove new changelog because there's already a place to log changes

This commit is contained in:
Joshua Fuhs 2012-06-30 23:55:12 -04:00
parent e93f12c91e
commit e0c16bbe88
2 changed files with 17 additions and 19 deletions

View File

@ -1,19 +0,0 @@
8.2.2
--------
Features
- NxM master area tiling.
- Split windows between multiple monitors on startup based on their
starting positions (has no effect on configured positions).
- Faster view drawing.
- Logging and debug logging capabilities.
- Layout and content are now distinct. View layouts may be manipulated
in the absence of windows.
Bugs
- BID 018641: Freezing problem. This problem has been largely mitigated,
but it is still possible.
- Cycling through windows on a view no longer gets stuck.
- Prevent windows from switching to different monitors under odd
circumstances.
- Gap width usage is now consistent between tile and monocle layouts.

View File

@ -10,6 +10,23 @@
(~) changed
(+) added
=8.2.2(?)=
(+) Multi-dimensional tiling of the master area. The user may now specify
X and Y dimensions independently up to 9 x 9.
(+) Initially assign windows to the monitor on which they appear if
nothing is specified in the configuration.
(~) Improved view arranging runtime.
(+) Created bug.n log to record major and debugging events.
(~) Fixed bug #18641: Freezing problem. In most cases, bug.n will no
longer hang when one of its managed windows hangs.
(~) Fixed bug: Sometimes cycling through the windows in a view would
get stuck on a particular window.
(~) Fixed bug: Activating a window on a non-active view on
a non-active monitor could cause both monitors to change views.
(~) Gap widths are now treated identically on both "tile" and "monocle"
layouts.
=8.2.1=