1 (Format: Year/Month/Day)
2
3-----------------------------
4Changes for 1.3.7
5
6*15/02/07:
7    * Bugfix: initialize titlebar buttons with the proper size (closes #1125)
8    * Bugfix: correct initialization of the taboptions menu
9    * Bugfix: render toggleitems in menus correctly
10    * Bugfix: transparent windows work again (Thanks to Arkadiusz Bokowy)
11    * Update turkish translations (Thanks Volkan Gezer)
12
13*15/02/05:
14    * Feature: typeahead search options: 'nowhere', 'itemstart', 'somewhere'
15
16*15/02/04:
17    * Bugfix: prevent tiny titlebar buttons to cause crashes
18
19*15/02/01:
20    * Bugfix: crash on click the remember menu
21    * Bugfix: use proper texture for window grips
22
23*15/01/31:
24    * Improve i18n: support NLSPATH, FLUXBOX_CATFILE and FLUXBOX_CATDIR
25    * Update translations
26
27*15/01/30:
28    * Bugfix: missing windowmenu
29
30*15/01/29:
31    * Boyscouting: make fluxbox strcat() free; use of strncpy
32    * Add chrome to fluxbox-generate_menu
33
34*15/01/28:
35    * Feature: typeahead matching is not limited to the beginning of
36      the menu entries anymore. Massive refactor of FbTk::Menu code.
37    * Bugfix: do not crop the menu when using typeahead (regression introduced
38      by 8387742c).
39    * Bugfix: proper handling of 'maximized' statement in .fluxbox/apps
40    * Increase verbosity of 'configure'
41
42*15/04/25:
43    * Bugfix: improper use of 'printf' in fluxbox-generate_menu
44      (Thanks Daniel Campbell)
45
46*15/01/24:
47    * Bugfix: render vertical text (affects Tabs and Toolbar; closes #1119)
48    * Add 'lxterminal' and 'geany' to fluxbox-generate_menu
49
50*15/01/22:
51    * Bugfix: _NET_REQUEST_FRAME_EXTENTS (closes #1121)
52    * Bugfix: emit signal when window gets decionified
53
54*15/01/21:
55    * Bugfix: segfault on shutdown due to menu code (closes #1118;
56      refactoring; makes clang '-fsanitize=address' happy)
57    * Bugfix: potential memory leak in XFontImp.cc (closes #1120)
58    * Fix regression: autorepeated keys did not work anymore (closes #1115,
59      reopens #1067 ("lost keypresses after workspace change"))
60
61*15/01/16:
62    * Code cleanup: coverity-scan pointed out some flaws; reordering code
63    * Reduce number of allocations on menu generation
64
65*15/01/15:
66    * Refactor menu code
67
68*15/01/10:
69    * Bugfix: catch integer underflow (closes #1116, #1117)
70
71-----------------------------
72Changes for 1.3.6
73
74*15/01/03:
75    * Code cleanup
76
77*15/01/02:
78    * Bugfix: Corruption of fbrun-history
79      (closes #72, #73 and patch #162, thanks to Mattias Guns,
80       'Nable 80' and Ulrich Eckhardt)
81
82*14/09/29:
83    * Feature: Treat Windows having WM_CLASS == "DockApp" set like DockApps
84
85*14/09/28:
86    * Bugfix: Fix border width for relative resizes (Thanks to Arkadiusz Bokowy)
87
88*14/09/14:
89    * Bugfix: Check correct XClassHint property (Thanks to Arkadiusz Bokowy)
90
91*14/07/22:
92    * Bugfix: Fix _NET_MOVERESIZE_WINDOW resize issue, closes #1108
93
94*14/05/12:
95    * Bugfix: Fix clocktool and other entities lagging behind the systemclock.
96
97*14/04/11:
98    * Build-System: Modernized variant of the autotools-based build system
99      fluxbox uses. Many thanks to Sami Kerola.
100
10114/04/09:
102    * Bugfix: Fix excessive loading of the keys file caused by xmodmap
103
10414/02/18:
105    * Bugfix: Fix race condition on shutdown
106
10714/02/05:
108    * Translation: Fix encoding of the Bulgarian translation
109      (Thanks Peter Pentchev)
110
11113/09/15:
112    * Bugfix: Fix integer math which caused problems with Focus, Resize and
113      Move commands. (Thanks Amadeusz S�awi�ski)
114
11513/08/02:
116    * Feature: Add 'ArrangeWindowsStack' (Thanks John Sennesael)
117    * Bugfix: Fix lost keypresses after workspace change (#1067)
118
11913/07/14:
120    * Translation: Update to Japanese translation (Thanks Takeshi Hamasaki)
121
12213/06/29:
123    * Code cleanup: Adjust use of std::equal_to to be more portable
124      with other implementations of STL (Thanks Raphael Kubo da Costa)
125    * Bugfix: Fix detection of $HOME folder
126
12713/06/18:
128    * Speedup: Use binary search to find longest possible text
129      to render. A malignant webpage could set a document title with something
130      like this: document.title = new Array(4999).join(".") and then fluxbox
131      would waste lots of cycles upon detecting the renderable width for that
132      title. Closes #1090
133    * Bugfix: Fix maximum length for text. XGlyphInfo.xOff is a signed short
134      and thus it handles "only" ~32k pixels. A monospace font with a font-size
135      of 10 pixels will overflow after ~ 3276 glyphs.
136
13713/05/16:
138    * Bugfix: Fix Window-Motion-Outline
139
14013/03/18:
141    * Translation: Update to Hebrew translation (Thanks Isratine Citizen)
142
14313/02/27:
144    * Feature: Workspace switching via toolbar
145
14613/02/26:
147    * Bugfix: Fix initial window placement for better head detection
148      (Thanks Peter Hercek)
149
150-----------------------------
151Changes for 1.3.5
152
153*13/02/13:
154    * Bugfix: reenable 'If', 'Or', 'And' actions.
155
156-----------------------------
157Changes for 1.3.4
158
159*13/02/10:
160    * More subtle brightening of colors
161    * FbTk::FbTime::mono() yields microseconds since fluxbox started
162
163*13/02/06:
164    * Feature: Added 'LHalf' / 'RHalf' buttons for titlebar
165    * Bugfix: Elliptic gradients are rendered correctly now
166    * Bugfix: Avoid integer overflow for some gradients
167    * Code optimization in texture rendering code (RAM, reduced branches)
168
169*13/02/01:
170    * Feature: Added 'ClientPatternTest' command to help debugging
171               client patterns via 'fluxbox-remote'
172    * Bugfix: Handle FbTk::Timers with equal end time correctly
173    * Bugfix: Align ClockTool timers with system clock to trigger clock
174              switches when the users expects them
175
176*13/01/23:
177    * Improved calculation of brighter colors
178
179*13/01/20:
180    * Added 'he_IL' translations (Thanks Genghis Khan)
181
182*13/01/17:
183    * Bugfix: Invert a texture correctly
184
185*13/01/16:
186    * Cleanup of build-system and .gitignore
187
188*13/01/15:
189    * Simplification of FbTK::Timer code
190
191*13/01/13:
192    * Simplification of FbTK::TextureRender code
193    * Use the same lookup-tables for solid colors and gradient textures
194
195*13/01/12:
196    * Bugfix: Do not handle list of timers in place
197    * Improved documentation of code
198
199*13/01/10:
200    * Including the code of the SystemTray into the binary is optional now
201    * Reduce window-movement lagging on slower systems (Thanks Aymeric Vincent)
202
203*13/01/02:
204    * Build-system improvements (Thanks Sami Kerola)
205
206*12/12/31:
207    * Removed bashisms from fluxbox-generate_menu (Thanks Sami Kerola)
208
209*12/12/30:
210    * Build-system improvements (Thanks Sami Kerola)
211    * Combile fix: forgotten parentheses in code for MacOS
212
213
214-----------------------------
215Changes for 1.3.3
216
217*12/12/30:
218    * Use WM_WINDOW_ROLE for fluxbox' own windows (Thanks Vladimir Pavlov)
219    * Bugfix: Use window.stuck.pressed.pixmap in (Thanks Vladimir)
220    * Bugfix: Do not render the text twice in FbTk::TextButton (Vladimir)
221    * Bugfix: Replace (deprecated) XKeycodeToKeysym() with XkbKeycodeToKeysym()
222              (Thanks Sami Kerola)
223
224*12/12/11:
225    * Bugfix: use expanded style-filename #3576586 (Mathias)
226
227*12/12/05:
228    * Simplified build system (Mathias)
229
230*12/11/18:
231    * Added option for focus-revert only on current head (Thanks to Hendrik
232      Iben)
233
234*12/11/08:
235    * Massive rewrite of FbTk::TextureRenderer (Mathias)
236      much simpler and shorter code, easier to read and to maintain
237
238*12/11/06:
239    * Added 'OnTab' modifier for Keys file (Thanks Julien Viard de Galbert)
240
241*12/10/02:
242    * Improved vertical alignment of text in FbTk::TextButton (Mathias)
243      New formula: (height - font_ascent) / 2 - 1. Better results when the
244      Iconbar is configured to use different fonts (eg, ClockTool and
245      IconButtons)
246
247*12/09/14:
248    * Fixed regression: Use microseconds in DelayCmd (Mathias)
249    * Bugfix: (re)setting timeouts on a running FbTk::Timber corrupts timer
250      list (Mathias)
251
252*12/09/09:
253    * Added actions 'NearestCorner', 'NearestEdge', 'NearestCornerOrEdge'
254      (Thanks Michael Abbott)
255
256*12/08/28:
257    * Changed timer functions to use a monotonic increasing clock (Mathias)
258      gettimeofday() is subject to be changed on daylight-saving or other
259      ntp-related events (leap-seconds). It might also change back in time.
260      clock_gettime() (or mach_absolute_time() on MacOSX) are monotonic
261      increasing and do not change back in time. See FbTk::FbTime.
262
263*12/07/29:
264    * Fix placement of transient Windows (Thanks Peter Hercek)
265      There might be 'holes' in a given multimonitor setup. Windows should not
266      be (mis)placed in such invisible areas.
267
268*12/07/27:
269    * Added theme ressources: menu.hilite.font, menu.hilite.justify
270      (Thanks to Vladimir A. Pavlov)
271
272*12/07/14:
273    * Improved font related documentation (Mathias)
274
275*12/07/08:
276    * Respect WindowState::DECORM_MENU to show the menu button on a window (Mark)
277    * Improved documentation for TAB decoration mask (Mark)
278
279*12/07/06:
280    * Make 'Next/PrevWindow' skip modal windows (Mark)
281
282*12/07/01:
283    * Added 'fullscreen', 'maximizedhorizontal', 'maximizedvertical' tests to
284      client patterns (Mark)
285
286*12/04/10:
287    * Fixed compiler issues (Paul)
288    * Bugfix: Don't draw the interlace lines 1px too far (Mathias)
289
290*12/04/06:
291    * Allow percentage values for some Window commands (Thanks Lajos Koszti)
292
293*12/01/04:
294    * Changed nls/it_IT/Translation.m to latin1 (Thanks skizzhg)
295
296*11/11/15:
297    * Added _MOTIF_WM_INFO atom to advertise mwm hints (Thanks Daniel Diaz)
298    * Removed 0-pointer check before delete[] (Paul)
299
300*11/11/02:
301    * Fixed compiler and other code style issues, #3484291 etc (Thanks Ryan Pavlik)
302
303*11/10/31:
304    * Fixed build system and code to build on Microsoft Windows (Thanks Ryan Pavlik)
305      Added documentation about cross compiling as well.
306    * Made startup failures more verbose (Thanks to Ryan Pavlik)
307
308*11/10/28:
309    * Fixed utils and code to work on Microsoft Windows (Thanks to Ryan Pavlik)
310    * Several fixes in all over the place (string checks, build system, I18n,
311      signal handling, sync() etc; Thanks to Ryan Pavlik)
312
313-----------------------------
314Changes for 1.3.2
315
316*11/10/22:
317    * Bugfix: possible crash at SIGINT / exit (Mathias)
318
319*11/10/17:
320    * Removed (obsolete) Gnome window manager hints (Mathias)
321
322*11/10/15:
323    * Cleaned master translation file from obsolete stuff (Thanks skizzhg)
324      Marked obsolete entries as _OBSOLTE to help other translators to identify
325      them. Also, removed entries which are meant for error reporting anyway.
326    * Updated italian translation (Thanks skizzhg)
327
328*11/09/17:
329    * Tons of changes all over the place (Pavel)
330      RefCount, FbTk::Timer, const Signals, Documentation fixes etc
331
332*11/09/11:
333    * Compilefix: build without 'iconv' support (Thanks to Peter Korsgaard)
334
335*11/09/10:
336    * Bugfix: sync the copied config files to the disk before continuing to
337      launch. This avoids possible race conditions, eg. under MacOSX (Mathias)
338
339*11/09/01:
340    * Relicense 'ostrich' theme (to please Debian / Ubuntu) (Sven)
341    * Bugfix: Do not change workspaces when using NextWindow/PrevWindow in toolbar (Mathias)
342
343*11/08/26:
344    * Mapping keysyms to keycodes after 'MappingNotify', closes #3386257 (Mathias)
345    * Regrab ButtonMotionMask, needed for 'Move' events in .fluxbox/keys (Mathias)
346
347*11/08/11:
348    * Fixed using _NET_WM_ICON wrongly, (re)closes #1852693 (Mathias)
349    * Updated 'bloe' and 'arch' styles to work without XPM support (Sven)
350
351*11/05/16:
352    * Fixed Textdialog and TooltipWindow style rendering bugs, added
353      parentrelative labels (Thanks Nacitar Sevaht)
354
355*11/05/10:
356    * Use the new signal system exclusively (Pavel)
357      In 2010 Henrik introduced a new signal/slot system as a replacement
358      to the observer/subject code. That transition was never completed.
359      Pavel cleaned up the missing parts, fixed some crashes related to
360      restart() / shutdown of fluxbox.
361
362*11/05/09:
363    * Fix build system (Pavel)
364
365*11/05/08:
366    * Added check for CARDINAL via client patterns (Thanks to Nacitar Sevaht)
367
368*11/04/27:
369    * Fixed build system issues, tuned .gitignore (Thanks Pavel)
370
371*11/04/25:
372    * Bugfix: do not warp workspaces with only one workspace (Mathias)
373
374*11/04/15:
375    * Fixed some compiler warnings (Thanks Pavel)
376
377*11/04/14:
378    * Bugfix: crash on Sparc64, closes #3285968 (Thanks David Coppa)
379    * Fixed typo on style 'MerleyKay', closes #3286430 (Thanks David Coppa)
380
381*11/04/11:
382    * Adjusted tips of 'fbsetbg' to current behavior (Thanks skizzhg)
383
384*11/04/09:
385    * Fixed some clang-compiler warnings (Thanks to Pavel)
386    * Fixed VPATH builds (Thanks to Pavel)
387
388*11/04/03:
389    * Bugfix: correct calculation of height if container is rotated
390      vertically, closes #3195728 (Thanks to Gediminas Liktaras)
391
392*11/04/02:
393    * Fixed some typos in the manpages (Thanks to Pavel Labath)
394
395*11/03/29:
396    * fluxbox-generate_menu cleanups (Thanks slakmagic at gmail com)
397
398*11/03/28:
399    * Compile fix: gcc-4.6.x needs <cstdlib> for 'size_t' (Thanks Danial Diaz)
400    * Updated turkish translations (Thanks Mesutcan Kurt)
401
402*11/03/23:
403    * Compile fixes for Sunstudio12 (sunCC 5.1), cosmetics (Mathias)
404    * Fix 'sstream' configure test (Mathias)
405
406*11/03/19:
407    * Bugfix: delete configmenu first at shutdown (Henrik)
408    * Bugfix: reposition windows only if invisible (Mathias)
409    * API cleanup (Mathias)
410    * Reduced code deduplication (Mathias)
411
412*11/03/18:
413    * Bugfix: crash when using ClientMenu after changing the client, closes #3210493 (Mathias)
414    * Bugfix: misordered Toolbarplacmenet strings, closes #3195721 (Mathias)
415    * Compiler patting, closed #3204402, love for src/tests and manpages (Mathias)
416
417*11/02/27:
418    * removed (outdated) russian documentation (Thanks Slava Semushin)
419
420-----------------------------
421Changes for 1.3.1
422
423*11/02/25:
424    * Bugfix: submenus didn't hide if session*menuDelay was > 0 (Mathias)
425
426*11/02/24:
427    * Bugfix: do not crash when moving transient windows between Workspaces (Mathias)
428    * Bugfix: correct calculation of SystemTray width / height, closes #3150939 (Mathias)
429    * Bugfix: place WindowMenu correctly upon first call, closes #2731524 (Mathias)
430    * Code cleanup (Mathias)
431
432*11/02/23:
433    * Bugfix: possible crash when getting an Unmap before a FocusIn event (Henrik)
434    * Code cleanup (Mathias)
435
436*11/02/22:
437    * Bugfix: crash for Textures with dimension == 0, closes #3188223 (Mathias)
438    * Bugfix: render 'sunken' Textures correctly (Mathias)
439    * Bugfix: AlphaMenu did not show correct alpha values (#3187373) (Mathias)
440      g++ -Os triggered strange conflict with returning 'int' values from an
441      'unsigned char' function. Changed fluxbox to hold alpha values as ints.
442    * General code cleanup (Mathias)
443
444*11/02/21:
445    * Better option for 'feh' when keeping aspect ration (thanks Jeremiah Mahler)
446
447*11/02/20:
448    * Bugfix: possible crash if m_holder == 0 (Henrik)
449    * Spelling fixes (thanks Paul)
450
451-----------------------------
452Changes for 1.3.0
453
454*11/02/19:
455    * Readded default style to data/init (Henrik)
456
457*11/02/15:
458    * updated pt_BR translations (thanks to Sergia Cipolla)
459
460*11/02/03:
461    * Allow to override 'Focus New Windows' via .fluxbox/apps (thanks Peter Hercek)
462    * Bugfix: semantical difference between WinState::Decoration and
463      Remember::save() (thanks Peter)
464
465*11/02/25:
466    * Added 'fontconfig' as link dependency if Xft is used (Mathias)
467
468*11/01/24:
469    * Added syntax / coloring for 'Vim' to '3rd/vim'
470
471*11/01/18:
472    * Bugfix: Prevent SIGFPE when using nxserver, closes #2813828 (Mathias)
473
474*11/01/15:
475    * Code cleanup (Mathias)
476
477*11/01/06:
478    * Bugfix: handle result of DisplayString() correctly, bug #3136775 (Mathias)
479      fluxbox assumed that the result of DisplayString() contains always the
480      screen number. This is not the case in some (newer) versions of libX11.
481
482*10/10/13:
483    * Bugfix: handle situation when DISPLAY is not set (Mathias)
484
485*10/09/21:
486    * Bugfix: use system() for launching 'fluxbox-update_configs' (Mathias)
487      FbCommands::ExecuteCmd() was used before. This changes the config
488      while fluxbox is loading (from the config), this caused some nasty
489      effects on 'slower' systems. system() now blocks until
490      'fluxbox-update_configs' is done and then launches flubox.
491
492*10/09/19:
493    * Compile fix: fluxbox loves g++-4.1 again (Mathias)
494
495*10/09/18:
496    * Bugfix: redesigned bootstrapping (Mathias)
497      The old bootstrap could lead to corrupt files. We now first
498      bootstrap, then try to upgrade potentially old config files and
499      after that we bring up flubox. This eliminates to signal USR2
500      from 'fluxbox-update_configs' the current running fluxbox
501      instance and retriggering bootstrapping and updating the config
502      files which could again lead to resignal fluxbox.
503
504*10/09/17:
505    * New command 'ArrangeWindowsVertical' (thanks John K Pate)
506    * Code clean up (Mathias)
507    * Bugfix: do use soon-to-be-dead pointers for putenv() (Mathias)
508
509*10/09/15:
510    * Bugfix: correct refcounting of the corner shapes (Mathias)
511    * Code clean up (Mathias)
512
513*10/09/14:
514    * Bugfix: create corner pixmaps of FbTk::Shape only once per Screen (Mathias)
515    * Bugfix: correctly free corner pixmaps of FbTk::Shape (Mathias)
516    * Continue to clean up code (Mathias)
517
518*10/09/13:
519    * Continue to clean up code (Mathias)
520
521*10/09/11:
522    * Implemented simple tagging mechanism (Mathias)
523      Apply (or delete) a 'tag' with the new command "SetXProp TAG1=yes",
524      then use the client pattern mechanism to match such 'tagged'
525      windows, eg. "NextWindow (@TAG1=yes)"
526    * Add '(workspace=[current])' to default keys-file (Mathias)
527      Upgraded the config version to '13', also updated 'fluxbox-update_configs'
528      to add '(workspace=[current])' to old '~/.fluxbox/keys' for lines
529      having 'NextWindow/PrevWindow/NextGroup/PrevGroup'.
530    * Code cleanup for 'fluxbox-update_configs' (Mathias)
531      Moved the code for each 'update step' into its own function.
532
533*10/09/10:
534    * Do not limit cycleFocus() to windows on the current workspace (Mathias)
535      This could be achieved by adding '(workspace=[current])' to the client
536      pattern of the command anyway.
537      Closes #1732115: 'focus urgent (chat) windows on other workspaces'
538    * Continue to clean up code (Mathias)
539
540*10/09/09:
541    * Bugfix: 'Shape' of a menu was created before the parent window (Mathias)
542    * Continue to clean up the code base, mostly by using FbTk::Util::clamp()
543
544*10/09/08:
545    * Introduced 'FbTk::BidiString' which holds both the logical content and
546      the visual reordered version of the content of a string. this helps to
547      reduce the number of calls to reorder the string before drawing it (as
548      introduced in the patch from Ken Bloom) and to be more consistent
549      in menus and textboxes (drawing cursors and underlining text). (Mathias)
550    * Minor changes all over the place, mostly by using simpler or shared
551      code (Mathias)
552
553*10/09/05:
554    * Added support for bidirectional text (thanx to Ken Bloom), bug #2801836
555
556*10/08/24:
557    * Code deduplication and simplification (Mathias)
558
559*10/08/20:
560    * Added new action 'ActivateTab' (Mathias)
561
562*10/06/01:
563   * Added new focus model 'StrictMouseFocus'.  This will affect focus when
564     closing, moving, lowering windows, changing desktops, etc, whereas the
565     'MouseFocus' model will only change focus when you move the mouse (Jim)
566
567*10/05/01:
568   * Fixed placement bug of maximized windows when moved out of a xinerama
569     screen (Mathias)
570
571*10/04/30:
572   * Bugfix: _NET_WM_STATE was not set correctly on 64bit systems (Mathias)
573
574*10/03/26:
575   * Changed title signal from Focusable to use the new signal system (Henrik)
576
577*10/03/17:
578   * Changed debug output to use fbdbg instead of cerr (Henrik)
579
580*10/01/19:
581   * Reduce clock update checks (modified patch of Thomas Habets, thanx)
582
583*10/01/14:
584   * Fixed spelling in documentation (thanx Paul Tagliamonte)
585
586*09/12/18:
587   * Implemented new 'MoveN' and 'ClickN' support for keys file (Mathias)
588
589*09/12/15:
590   * Updated fluxbox-keys documentation, added 'Fullscreen' (thanx Paul Tagliamonte)
591
592*09/11/23:
593   * Keep 'maximized/fullscreen' state when moving a window between heads
594   window (thanks Michal Zimen)
595
596*09/10/03:
597   * Build system cleanup: Check for extension headers (Mathias)
598
599*09/10/02:
600   * Bugfix: fluxbox-update_configs wiped out keys file (Mathias)
601
602*09/10/01:
603   * Cleanup, compiler fixes, simplification all over the source (Mathias)
604
605*09/09/23:
606   * Bugfix: Empty submenus lead to misfunction of the 'HideMenus' command (Mathias)
607
608*09/09/12:
609   * Implemented visibility of titlebar buttons via the apps file (Mathias)
610
611*09/06/28:
612   * Allow matching screen number in ClientPattern (thanks Peter Hercek)
613   * Hide the menu when you click on a window (Mark)
614   * Make Raise/LowerLayer commands accept integer argument, default 2 (Mark)
615   * Change default toolbar head to 1 (Mark)
616   * Add window menu and alt-tab to error case for keys file (Mark)
617   * Revert to relative iconbar alignment when too many windows are open (Mark)
618
619*09/05/26:
620   * Fixed unexpected window focus changes under "focus follows mouse" (Jim)
621   * Make fbsetbg quieter on '-z' if there's no lastwallpaper (Jim)
622   * Add new "background: unset" property for use in overlays. (Jim)
623   * Key file parsing error for MacroCmd with unterminated {...} pairs (Jim)
624   * Many documentation updates (Jim):
625     * Rewrote most manpages into asciidoc format
626     * Split monolithic fluxbox(1) into fluxbox-apps(5), fluxbox-menu(5)
627     * Renamed fluxstyle(1) to fluxbox-style(5)
628
629*08/11/01:
630   * Don't reload keys file when modifier map changes, just regrab (Mark)
631
632*08/10/15:
633   * Don't allow resizing to negative dimensions (Mathias)
634   * Ignore XRandr events that don't change the screen size (Mark)
635
636*08/10/13:
637   * Merge menuDelay and menuDelayClose options in init (Mark)
638
639*08/10/07:
640   * Allow relative paths for background images in style files (Mark)
641
642*08/10/05:
643   * Remove menu modes (Mark)
644   * Remove follow models (Mark)
645   * Remove line style resources from init file (Mark)
646   * Remove rootcommand from init, as fbsetbg is run automatically nowadays.
647     For other purposes, use startup instead. (Mark)
648
649*08/10/04:
650   * Recognize --option in addition to -option for long option names (Mark)
651   * Add -print option to fbrun that sends the result to stdout instead of
652     running it (Mark)
653   * Fix CustomMenu and ClientMenu commands from fluxbox-remote (Mark)
654   * Break emacs-style keychains after one invalid key has been pressed (Mark)
655   * Fix flickering of shaped windows, #2131548 and #2001027 (Mark)
656
657*08/10/01:
658   * Don't flash original window while cycling (Mark)
659   * Reset background when screen changes resolution (Mark)
660   * Restore missing config files on reconfigure (Mark)
661
662*08/09/28:
663   * Changed resize signal, in screen, to use the new signal system (Henrik)
664   * Changed workspace area signal to use the new signal system (Henrik)
665   * Changed focused window signal to use the new signal system (Henrik)
666
667*08/09/25:
668   * Fixed issues with round corners on restart, #2110455 (Mark)
669
670*08/09/21:
671   * Changed signals 'icon list', 'client list', background changed',
672    'workspace names', 'current workspace' signal in BScreen to use the new
673    signal system (Henrik)
674
675*08/09/23:
676   * Fix crashes when analyzing bad constructed _NET_WM_ICON data (Mathias)
677
678*08/09/18:
679   * Changed workspace count signal in BScreen to use the new signal
680     system. (Henrik)
681   * Added new Signal/Slot system to FbTk (Henrik)
682     This is suppose to replace the obsolete Subject/Observer classes.
683   * Fix crash when using SetTitleDialog on a window that's been closed (Mark)
684
685-----------------------------
686Changes for 1.1.1
687
688*08/09/14:
689   * Fixed a minor pixmap resource leak (Henrik)
690
691*08/09/11:
692   * Fixed unshading crash (Mark)
693   * Be aware of badly specified _NET_WM_ICONS (Mathias)
694
695*08/09/03:
696   * Added windowmenu to distpackage (Mark)
697
698-----------------------------
699Changes for 1.1.0
700
701*08/09/01:
702   * When the current menu item gets disabled, highlight its nearest neighbor
703     and add separators to the focus model menu (Mark)
704
705*08/08/22:
706   * Remove borders from maximized windows (Mark)
707   * Add -sync command line option for debugging X issues (Mark)
708
709*08/08/21:
710   * Added SendToNextHead and SendToPrevHead commands (Mark)
711
712*08/08/20:
713   * Added SetDecor key command (Mark)
714
715*08/08/19:
716   * Add new [transient] tag to apps file to match transient windows (Mark)
717
718*08/08/18:
719   * Combined code for MoveTo key command and saved window positions (Mark)
720     Side effects:
721     - both now have the following options: TopLeft Left BottomLeft Top Center
722       Bottom TopRight Right BottomRight
723     - the CENTER reference in apps now behaves like WINCENTER
724     - some previously saved positions will be wrong, since they are now
725       computed relative to the toolbar and slit
726     - CENTER/WINCENTER will now work properly with Xinerama when placing the
727       window on a head other than the top left one
728   * Add Top Center, Left Center, Right Center, and Bottom Center tab placement
729     options (Mark)
730
731*08/08/17:
732   * Add new key commands SetTitle and SetTitleDialog (thanks Matteo Galiazzo)
733
734*08/08/06:
735   * Created manual for fluxbox-remote (Mark)
736   * Automatically restore the previous background on startup (Mark)
737
738*08/08/05:
739   * Fixed Focus key command (Mark)
740   * Added new SetLayer key command (Mark)
741   * Make ShowDesktop command toggle between showing windows and desktop (Mark)
742   * Created new `fluxbox-keys' man page (thanks Jim Ramsay)
743   * Make resize cursors consistent (thanks Dmitry E. Oboukhov)
744
745*08/08/04:
746   * Add selection box to various "choose one of these" menu items (Mark)
747   * Add window list argument to ArrangeWindows (Mark)
748
749*08/06/26:
750   * Remove antiquated dithering code (Mark)
751
752*08/06/20:
753   * Move default window menu to ~/.fluxbox/windowmenu (Mark)
754
755*08/06/08:
756   * Add (urgent=yes|no) option to client patterns (Mark)
757
758*08/06/06:
759   * Allow window menu items in ordinary menus (Mark)
760
761*08/06/04:
762   * Leave titlebar and handle borders alone with borderless windows (Mark)
763
764*08/06/03:
765   * Add -list-commands command line option, which prints a list of valid
766     fluxbox commands (Mark)
767
768*08/05/13:
769   * Only reload custom menus when necessary (Mark)
770
771*08/05/12:
772   * Only reload the keys file if the contents have changed (Mark)
773   * Modifying the apps file no longer requires a reconfigure (Mark)
774
775*08/05/09:
776   * Made tooltip in toolbar update when the title changes (Henrik)
777
778*08/05/05:
779   * Add tooltips for iconbar buttons (thanks Matteo Galiazzo)
780
781*08/05/02:
782   * Minor changes for fluxbox-generate_menu (thanks skiidoo)
783
784*08/05/01:
785   * Notice when user replaces a non-existent menu file (Mark)
786
787*08/04/30:
788   * Don't allow empty root menu (Mark)
789
790*08/04/27:
791   * Added SimpleObserver class. (Henrik)
792
793*08/01/27:
794   * Reload the Xinerama layout on RandR signal (Tomas)
795   * Move windows out of inactive heads upon Xinerama layout change (Tomas)
796
797*07/12/28:
798   * Added new key command :Delay {<command>} [<int>], which runs the command
799     after a delay of <int> microseconds (default is 200 milliseconds) (Mark)
800
801*07/12/25:
802   * Updated german translations for maximization menu (thanks Christian Loosli)
803   * Removed KDE configure option, since it didn't do anything (Mark)
804   * Added resource session.screen<N>.slit.acceptKdeDockapps: <boolean> (Mark)
805
806*07/12/23:
807   * Added new style items window.(un)focus.border{Width,Color} (Mark)
808
809*07/12/21:
810   * Added new key command :StartTabbing (Mark)
811
812*07/12/20:
813   * Added new key command :ForEach (or :Map) (Mark)
814     - :ForEach {<command>} [{ [{<list opts>}] [<bool command>] }]
815     - For example, the following command will shade all windows on the current
816       workspace: ForEach {shade} {{groups} Matches (workspace=[current])}
817     - <list opts> can be any combination of `static' and `groups' where static
818       means windows are listed in creation order, and groups means individual
819       tabs are not considered separately
820     - This replaces syntax such as `:Minimize (layer)', which no longer works
821
822*07/12/19:
823   * Don't let transient windows steal focus from other programs (Mark)
824
825*07/12/18:
826   * NLS entries for Mouse Tab Focus and Click Tab Focus were switched - please
827     make sure they're right now in your language, bug #1786566 (Mark)
828   * Open transient windows on same workspace as parent (thanks Sascha Hunold)
829   * Holding control while clicking on a menu item will now keep the menu open (Mark)
830
831*07/12/17:
832   * Fix startup items in apps file with specified screen number, bug #1843325
833     (thanks Martin)
834
835*07/12/14:
836   * Fix compiling with gcc 4.3 (thanks Dmitry E. Oboukhov)
837
838*07/12/13:
839   * Fix configure option --with-style (thanks Slava Semushin)
840   * Close menus only when they lose focus (Mark)
841   * Moved command parsing code all over the place -- expect any patches that
842     add new commands to be broken (Mark, Simon)
843
844*07/12/11:
845   * Added new resize modes for key command StartResizing: NearestEdge, Left,
846     Right, Top, Bottom (Mark)
847   * Only allow one menu to be open at a time (Mark)
848
849*07/12/09:
850   * Added OnTitlebar and Double modifiers to the keys file for clicks on the
851     titlebar and double clicks, respectively (Mark, thanks Matteo Galiazzo)
852     - For example, `OnTitlebar Double Mouse3 :Maximize' will maximize a window
853       when you double click on the titlebar with the right mouse button
854     - Note: if you have commands bound to both a single and double click, the
855       single click command will still be executed on the first half of a double
856       click
857     - Added new key commands ShadeOn and ShadeOff that set whether or not a
858       window is shaded, rather than toggling the current state
859
860*07/11/22:
861   * Added some new special keys to the keys file: FocusIn, FocusOut, MouseOver,
862     MouseOut, ChangeWorkspace (Mark)
863     - FocusIn/FocusOut correspond to a window gaining or losing focus, e.g. the
864       following will raise all xterms when one gains focus:
865       FocusIn :If {Matches (xterm)} {Raise (xterm)} {}
866     - MouseOver/MouseOut correspond to the mouse moving over the window or
867       toolbar (when used with OnToolbar) -- OnDesktop not yet supported, e.g.
868       the following will unshade a window when you move your mouse over it with
869       alt pressed:
870       Mod1 MouseOver :If {Matches (shaded=yes)} {Shade} {}
871     - ChangeWorkspace corresponds to the workspace being changed, e.g. the
872       following will set a different wallpaper for each workspace:
873       ChangeWorkspace :Exec fbsetbg ~/.fluxbox/bg$(xprop -root _NET_CURRENT_DESKTOP | awk '{print $3}').png
874   * Added translations for zh_TW (thanks Wei-Lun Chao)
875   * Fix division by 0 error when resize increments are set to 0 by an
876     application, bug #1836182
877   * Added conditional statements to key commands (Mark)
878     - for example, this will search for an open xterm window, cycle through
879       them if there are any, or else open one:
880       Mod4 t :If {Some Matches (xterm)} {NextWindow (xterm)} {Exec xterm}
881     - the syntax is :If {<test>} {<command if true>} {<command if false>}
882     - `Matches <pattern>' is currently the only test you can make; when used
883       alone, it tests the focused window or the clicked window for OnWindow
884       mouse events
885     - there are many ways to combine tests:
886       - `Some <test>' returns true if any open client matches <test>
887       - `Every <test>' returns true if every open client matches <test>
888       - `Not <test>' negates the value of <test>
889       - `Or {<test>} {<test>} ...' returns true if any of the tests is true
890       - `And {<test>} {<test>} ...' returns true if all of the tests are true
891       - `Xor {<test>} {<test>} ...' returns the boolean xor of the truth values
892
893*07/11/16:
894   * Added new key command :Focus [<pattern>] that focuses a window (e.g., using
895     OnWindow or specified using a window pattern) (Mark, thanks Tomas Janousek)
896   * Using ToggleDecor from Deco=TAB should hide tabs (thanks Tomas Janousek)
897
898*07/11/12:
899   * Allow arbitrary window patterns for the iconbar mode (Mark)
900     - Note: for now, if you match against the current head of a window, it will
901       not be updated as expected in the toolbar
902
903*07/11/08:
904   * Fix crash when cycling focus and window closes, bug #1787345 (Mark)
905
906*07/11/04:
907   * Update autoraise delay on reconfigure (Mark)
908
909*07/10/31:
910   * Move fullscreen windows to normal layer when they lose focus (Mark)
911
912*07/10/24:
913   * Fixed some gcc 2.96 compile issues ( Henrik )
914   * Introduced (workspacename=...) for pattern matching and changed
915     (workspace=...) to use the workspace number, indexed from 0 (Mark)
916   * Reenabled raising window if window was moved by mouse by 0 pixels (Mathias)
917
918*07/10/23:
919   * Adding/removing workspaces wasn't updating menu (Mark)
920   * Support remembering maximized, minimized, and fullscreen state (Mark)
921     - [Maximized] {yes|no|horz|vert}
922     - [Minimized] {yes|no}
923     - [Fullscreen] {yes|no}
924     - also fixed window placement when remembering head but not position
925   * Allow negated patterns, e.g. (name!=xterm) (Mark)
926
927*07/10/22:
928   * Added option "mouse" to client pattern ( Henrik )
929     This is usefull for xinerama. For example:
930     Mod1 Tab :NextWindow (head=[mouse])
931     This will cycle focus through windows that are on the same head as
932     the mouse pointer.
933   * Fixed crash bug at restart. ( Henrik )
934   * Replaced modKey with new commands StartMoving and StartResizing (Mark)
935     - your keys file should be updated automatically
936     - they must be used with a mouse button, or they won't work
937     - StartResizing takes one or none of the following arguments:
938       NearestCorner, Center, TopLeft, TopRight, BottomLeft, BottomRight
939
940*07/10/21:
941   * Allow decorations bitmask to be specified using '0x' (Mark)
942
943*07/10/18:
944   * Fixed gcc 2.96 compile problem ( Thanks rumpole at hotmail )
945     bug #1809786
946
947*07/10/15:
948   * Added OnWindow modifier to keys file (Mark)
949
950*07/10/14:
951   * Added support for transient windows in window patterns, e.g.
952     (transient=yes|no), defaulting to "no" for the apps file (Mark)
953   * Bugfix for SendToPrevWorkspace/TakeToPrevWorkspace (Mathias)
954
955*07/10/13:
956   * Merged pre-devel branch; see all Changes since 1.0.0 (Mark)
957   * Updated ru_RU (Thanks Konstantin Shashkin)
958   * deiconify windows via :Deiconify in reverse order (Mathias)
959
960*07/05/23:
961   * Added key command :Attach <pattern> which groups all windows matching the
962     given pattern (Mark)
963
964*07/05/20:
965   * Added resources session.screen<N>.maxDisable{Move,Resize}: <boolean>, which
966     prevent maximized windows from being moved/resized (Mark)
967
968*07/05/19:
969   * Changed behavior of resource session.screen<N>.followModel (Mark)
970     - now only options are Ignore and Follow, the latter using the setting in
971       session.screen<N>.userFollowModel
972
973*07/05/16:
974   * Added new resource session.screen<N>.noFocusWhileTypingDelay: <int> (Mark)
975     - specifies a time in milliseconds that new windows should not gain focus
976       while the user is typing in the focused window
977
978*07/05/13:
979   * Added new placement policies {Row,Col}MinOverlapPlacement. They behave the
980     same as {Row,Col}SmartPlacement when the window fits but fall back on
981     minimizing overlap with other windows instead of CascadePlacement (Mark)
982
983*07/04/23:
984   * Set IconicState on all unmapped clients and unmap clients with frames, as
985     per ICCCM 4.1.4 (Mark)
986   * Added ClientMenu key command, which pops up a menu of open windows, based
987     on a pattern match
988     - e.g. :ClientMenu (workspace=[current]) (minimized=no)
989
990*07/04/11:
991   * Added resource session.screen<N>.maxIgnoreIncrement: <boolean>, to
992     disable size checking when maximizing a window (e.g. terminals) (Mark)
993     - Also added a new configuration submenu for maximize options, to be filled
994       at a later date
995
996*07/04/08:
997   * Added OnToolbar modifier to keys file (Mark)
998
999*07/04/06:
1000   * More changes to theme handling (Mark)
1001     - introduced window.label.(un)focused.{justify,border{Color,Width}},
1002       which fallback to window.label.{justify,border{Color,Width}} before
1003       window.{justify,border{Color,Width}}
1004     - this has the backwards-incompatible effect that
1005       toolbar.iconbar.(un)focused.* fallback first to toolbar.iconbar.* and
1006       then to window.label.*
1007
1008*07/04/03:
1009   * Added window.label.(un)focused.font to styles (Mark)
1010
1011*07/03/31:
1012   * [group] tag in apps file may now have a pattern appended to it, and a new
1013     window will only be automatically attached to the group if the group
1014     matches that pattern -- e.g. [group] (workspace) (shaded=no) will only
1015     automatically group with windows on the current workspace that are not
1016     shaded (Mark)
1017   * Lots of window commands now take a client pattern as an additional
1018     argument, and the command will then be applied to all matching windows
1019     (Mark)
1020     - For example: `SendToWorkspace 2 (xterm)' will send all xterm windows to
1021       workspace 2
1022     - Here is the full list of affected commands (which is not to imply they
1023       all necessarily make sense to do): Fullscreen, Minimize, Maximize,
1024       MaximizeVertical, MaximizeHorizontal, SetAlpha, Resize, ResizeTo,
1025       ResizeHorizontal, ResizeVertical, MoveTo, Move, MoveRight, MoveLeft,
1026       MoveUp, MoveDown, Raise, RaiseLayer, Lower, LowerLayer, Close, Kill,
1027       Shade, Stick, ToggleDecor, SetHead, Tab, SendToNextWorkspace,
1028       SendToPrevWorkspace, TakeToNextWorkspace, TakeToPrevWorkspace,
1029       SendToWorkspace, TakeToWorkspace, NextTab, PrevTab, MoveTabLeft,
1030       MoveTabRight, DetachClient
1031
1032*07/03/30:
1033   * Changed syntax for window cycling (Mark)
1034     - Instead of a bitmask, the window cycling functions NextWindow,
1035       PrevWindow, TypeAheadFocus, and GoToWindow now take a list of options
1036       enclosed in {} followed by a pattern similar to those used in the apps
1037       file.
1038     - Examples:
1039         * NextWindow {static groups} (shaded=yes) (name=xterm)
1040           - cycles through all shaded xterms in creation order, only focusing
1041             the active tab in the group
1042         * GoToWindow 3 (title=[current])
1043           - focuses the third client in last-focused order with the same title
1044             as the currently focused window
1045     - The options are: name, class, title, role, maximized, minimized, shaded,
1046       stuck, focushidden (can't be disabled), iconhidden, workspace (matches
1047       workspace names, not numbers), head (numbers), and layer (names)
1048     - Parsing is a pain, so you'll have to update your keys file yourself for
1049       now.
1050
1051*07/03/29:
1052   * Removed groups file; entries will be added to the apps file automatically (Mark)
1053   * Fixed a problem with programs starting in IconicState (Mark)
1054
1055*07/03/27:
1056   * Added new resource session.screen<N>.clientMenu.usePixmap that puts the
1057     window's icon in the workspace and icons menus: default true. (Mark)
1058     - For some reason, it doesn't work with un-shaped icons yet, but I've spent
1059       way too many hours already trying to figure out why
1060   * Use IconTitle in iconbar for minimized windows (Mark)
1061
1062*07/03/25:
1063   * Added new resource session.screen<N>.tabs.usePixmap that puts the window's
1064     icon in the tab, if available. This is on by default. (Mark)
1065
1066*07/03/24:
1067   * Added new key command GoToWindow (Mark)
1068     - Syntax is GoToWindow <int> [<bitmask>], where the int gives the position
1069       of the desired window with respect to a list of windows, and the bitmask
1070       is the same as for NextWindow. A negative number for <int> will count
1071       back from the end of the list.
1072     - Particularly useful examples are GoToWindow <int> 9 and
1073       GoToWindow <int> 25, which will focus the window at position <int> in the
1074       iconbar modes Workspace and WorkspaceNoIcons, respectively.
1075   * Fixed creation order window cycling with tabbed windows (Mark)
1076*07/03/21:
1077   * Added new command TypeAheadFocus (Mark)
1078     - syntax is the same as for NextWindow; when you run the command, you can
1079       start typing the title of the window, and it will gain focus; pressing
1080       tab will cycle through all matching entries using the options specified;
1081       when you've found the window you want, just press return or escape
1082
1083--------------------------------
1084Changes for 1.0.0:
1085
1086*07/10/08:
1087   * Changed default style to bloe
1088
1089*07/10/07:
1090   * Added new style: bloe ( Thanks Sven Michel )
1091   * minor addons to fbgm (Thanks Patrik Wenger <paddor at gmail dot com>)
1092
1093*07/09/30:
1094   * Removed some old styles ( Henrik )
1095     Clean, Cthulhain, Spiff, Carbondioxide, Rampage, Minimal
1096   * Added new styles: ( Thanks Sven Michel )
1097     ostrich zimek_darkblue, zimek_green, zimek_bisque,
1098     carp, arch, bora_black, bora_blue, bora_green, green_tea
1099   * Load menu and workspacemenu mouse bindings if error when loading
1100     initial key bindings. Else can't get to menu to reload config (Simon)
1101
1102*07/09/20:
1103   * Updated ru_RU ( Thanks Slava Semushin )
1104
1105*07/09/13:
1106   * Move dock windows to Dock layer and remove decorations (Mark)
1107
1108*07/09/09:
1109   * Added support for Slovak language ( Thanks Martin Lukac )
1110
1111*07/09/07:
1112   * Fix crash when changing toolbar visibility, #1786765 (Mark)
1113
1114*07/08/27:
1115   * Fix hardcoded Mod1, use ModKey() now (Mathias)
1116
1117*07/08/20:
1118   * Fix some focus issues with moving windows between workspaces (Mark)
1119
1120*07/08/12:
1121   * Updated de_* translations, #1767986 ( Thanks Christian Loosli )
1122
1123*07/08/11:
1124   * Updated Swedish translation sv_SE ( Henrik )
1125
1126*07/08/10:
1127   * Update Chinese translation zh_CN, thanks yhlfh
1128
1129*07/08/09:
1130   * Fix shaping handling, stage 2, (Simon)
1131     - rewrite the core of the Shape handling so that it properly
1132       merges client and frame shapes. Fixes all sorts of odd shaping
1133       behaviour, and incidentally xeyes now gets a visible frame
1134       (not having the frame was actually a bug).
1135   * Fix shaping handling, stage 1, (Simon)
1136     - do borders properly with rounded corners
1137     - propagate client clip mask as well as bounding mask
1138
1139*07/08/07:
1140   * Rotate toolbar background texture along with toolbar, bug #1694959 (Mark)
1141
1142*07/08/06:
1143   * Fix KDE Dockapps on restart (dont unmap), and some minor tweaks (Simon)
1144
1145*07/08/05:
1146   * When saving window info for remember use class name AND instance name,
1147     AND role if present. (Simon)
1148     - This should fix firefox/thunderbird issues, but note that mplayer
1149       (nogui) sets the vo driver name as the instance name.
1150   * Fix menu heading encoding (Simon)
1151     sf.net bug #1712583: NLS:Non-latin characters displayed incorrectly in menu title
1152   * Fix error passing --with-locale path in ./configure (Simon)
1153     sf.net bug #1708859
1154   * Add missing translation strings (Simon)
1155     - Thanks tenner (de_*)
1156     - Thanks bobbens (es_ES)
1157     - Thanks Guillermo Patterer (es_AR)
1158     - Thanks me (C/en_US/en_GB)
1159     - Thanks izhirahider (pt_*)
1160   * Fix System Tray restart issues (Simon)
1161     (including gaim/pidgin crash-on-restart)
1162     sf.net #1524098, #1633718 (and older?)
1163
1164*07/07/31:
1165   * Change _NET_WM_WINDOW_TYPE_MENU to use TOOL decoration type (Mark)
1166
1167*07/07/24:
1168   * Don't allow ToggleDecor with fullscreen windows, and make it show
1169     decorations for windows that don't have a titlebar by default (Mark)
1170
1171*07/07/08:
1172   * Clean up state and workspace window properties on client close (Mark)
1173
1174*07/07/07:
1175   * Don't overwrite changes to init file on reconfigure (Mark)
1176   * Make things work a little better with configure script's --program-prefix
1177     and --program-suffix options (Mark)
1178   * Allow negative numbers in :Workspace <int> command, which counts backwards
1179     from the last one (Mark)
1180   * Right clicking on a submenu didn't revert focus to its parent (Mark)
1181   * Pressing escape in a torn menu didn't work (Mark)
1182   * Save workspace names when changing through menu, bug #1748967 (Mark)
1183
1184*07/07/06:
1185   * When saving window information, use the class name instead of instance name
1186     by default (Mark)
1187   * Prevent apps (e.g. MPlayer) from moving/resizing just after creation if the
1188     position/size is saved in the apps file (Mark)
1189
1190*07/07/03:
1191   * Avoid some problems with tabbed windows and resize increments (Mark)
1192   * Added utility fluxbox-remote, which allows script access to most fluxbox
1193     commands; support must be turned on in the init file with
1194     session.screen<N>.allowRemoteActions; the syntax is, e.g.,
1195     fluxbox-remote "CustomMenu ~/.fluxbox/custommenu" (Mark)
1196   * Update systemtray and KDE dockapps in slit when background changes (Mark)
1197   * Fixed resource usage due to Skype 1.4, bug #1745678 (Mark)
1198
1199*07/07/02:
1200   * Remember original size/position in apps file for shaded or maximized
1201     windows (Mark)
1202   * Enabled Xinerama and Imlib2 support by default (Mark)
1203   * Fixed handle rendering when switching from a style without them (Mark)
1204   * Changed :Tab <int> key command so that the last tab is focused if <int> is
1205     larger than the number of tabs (or first if <int> is negative and |<int>|
1206     is too large) (Mark)
1207   * Fixed some rendering problems when toolbar item borderwidth is too large
1208     and toolbar bevelwidth is set (Mark)
1209   * Moved the `Transparency' submenu next to the rest of the submenus (Mark)
1210
1211*07/07/01:
1212   * Added keycommands :AddWorkspace and :RemoveLastWorkspace (Mark)
1213   * More fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTION,
1214     plus a minor fix for pixmap styles (Mark)
1215
1216*07/06/30:
1217   * Fixed implementation of _NET_WM_STATE_MODAL (Mark)
1218   * Fixed the groups file, even though it's deprecated (Mark)
1219   * Fix _NET_WM_STATE_DEMANDS_ATTENTION with tabbed windows, #1732392 (Mark)
1220
1221*07/06/29:
1222   * Updates for compiling with gcc 4.3 (thanks Dmitry E. Oboukhov)
1223
1224*07/06/28:
1225   * Strip off additional bits in event state set by Xorg, bug #1736252 (Mark)
1226   * Added some missing Open Office entries and window managers, plus some other
1227     minor changes in fluxbox-generate_menu
1228
1229*07/06/16:
1230   * Fixed compile error with --disable-remember (Mark)
1231
1232*07/06/09:
1233   * Minor change to the /bin/sh - solution (Mathias)
1234     we are using now just $SHELL -c <line_here>
1235
1236*07/06/08:
1237   * Fix transient windows getting tabbed from apps file and not changing layers
1238     when main window is in a lowered tab (Mark)
1239
1240*07/06/06:
1241   * Fix to avoid rogue instances of /bin/sh after forking away programs (Mathias)
1242
1243*07/06/04:
1244   * Fix fluxbox.1.in, and asciidoc, menu command is "wallpapers" not
1245     "wallpaper". asciidoc manpages are stale.
1246   * Fix submenu placement with xinerama after moving the menu between heads,
1247     bug #1479517 (Mark)
1248
1249*07/06/03:
1250   * Deiconify when automatically tabbing to a minimized window with focus new
1251     windows on, bug #1716899 (Mark)
1252   * Submenus of slit menu were misbehaving with xinerama (Mark)
1253   * Also send transient windows when sending a window to another workspace, bug
1254     #1716900 (Mark)
1255   * Only change layer to normal when removing _NET_WM_STATE_{ABOVE,BELOW} if
1256     the window is actually above/below the normal layer (thanks Jim Ramsay)
1257
1258*07/06/01:
1259   * Fixed infinite loop caused by removing the last workspace when it contains
1260     windows (Mark)
1261
1262*07/05/20:
1263   * Fixed bug #1717782, Bad fullscreen in ooimpress2  ( Henrik )
1264     mwm hint had no-resize which made resizing with
1265     FluxboxWindow::setFullscreen impossible.
1266
1267*07/05/19:
1268   * Fixed bug #1718112, memory leak in FbWindow::textProperty ( Henrik )
1269
1270*07/05/17:
1271   * Fixed some window placement issues (thanks Tomas Janousek)
1272
1273*07/05/16:
1274   * Fixed bug with fluxbox-generate_menu -is (thanks Jim Ramsay)
1275
1276*07/05/12:
1277   * Changed interpretation of Horizontal/Vertical maximization of a window that
1278     is already maximized (Mark)
1279   * Fixed tabs disappearing with [Deco] {TAB} and tabs in titlebar (Mark)
1280
1281*07/05/04:
1282   * Fixed infinite loop caused by deiconify command (Mark)
1283
1284*07/04/24:
1285   * Fixed a bug in parsing cli (Mathias, thanks to Steven Kah Hien Wong <steven at
1286     zensaki dot com> for pointing out the issue)
1287
1288*07/04/23:
1289   * Use asciidoc-generated manpages as the default from now on (Mathias)
1290   * Disabled resizing shaded windows (Mark)
1291
1292*07/04/20:
1293   * Fix slit.onhead with BOTTOMLEFT placement.(Thanks Tomas Janousek <tomi@nomi.cz>)
1294
1295*07/04/19:
1296   * Fixed crash when CustomMenu command doesn't point to a file (Mark)
1297
1298*07/04/17:
1299   * cosmetic changes (Mathias, thanks Slava Semushin)
1300
1301*07/04/11:
1302   * updated asciidoc-docs, (Mathias, thanks Christian Loosli for fluxbox.de.txt)
1303
1304*07/04/08:
1305   * Menu when clicking workspacename in toolbar wasn't getting focused (Mark)
1306   * Buttons with different textures when pressed weren't getting reset
1307     properly (Mark)
1308   * Only replace numbers with zeros when calculating clock width (Simon)
1309     Otherwise width of things in proportional fonts can be way out.
1310     sf.net bug #1545066.
1311
1312*07/04/05:
1313   * Adjusted detection of Caps Lock key (Mark)
1314
1315*07/04/01:
1316   * Fixed a problem with windows being created in iconic state (Mark)
1317
1318*07/03/31:
1319   * Fix window menu context when opened by clicking on tab (Simon)
1320     sf.net bug #1652185
1321   * Default value for $LAUNCHER, plus add util and util/fbrun to the
1322     PATH when generating install menu so it can find fbrun (Simon)
1323   * Make fluxbox-generate_menu emit [encoding] tags around all of its
1324     menus. Please check that it is the right encoding, I had to guess
1325     some as it wasn't recorded (Simon)
1326
1327*07/03/30:
1328   * Added fi_FI support (Thanks Pasi Juvonen, loudvr at yahoo ca)
1329
1330*07/03/28:
1331   * Startup file wasn't being run properly when created the first time (Mark)
1332
1333*07/03/24:
1334   * Updated French translations (thanks Ulrich Etile)
1335   * Fixed a little bug in fbsetbg (Mark)
1336   * Workspace Menu wasn't updating when windows changed titles (Mark)
1337
1338*07/03/21:
1339   * HideMenus didn't work on CustomMenus, and also fixed a memleak with
1340     CustomMenu (Mark + thanks Julien Trolet)
1341
1342--------------------------------
1343Changes for 1.0rc3:
1344
1345*07/03/20:
1346   * Updated doc/asciidoc/fluxbox.txt (Mathias)
1347
1348*07/03/19:
1349   * Active menu item wasn't getting reset properly when menu closed (Mark)
1350   * Fixed some problems with toolbar sizing (Mark + thanks Julien Trolet)
1351
1352*07/03/18:
1353   * Changed position remembering so it only remembers position relative to the
1354     current head (Mark)
1355   * Fixed problem with new mouse binding code when using emacs keychains (Mark)
1356
1357*07/03/17:
1358   * Iconified, stuck windows weren't being moved to different workspaces (Mark)
1359
1360*07/03/16:
1361   * Maximizing a window with aspect ratio requirements was making windows too
1362     large (thanks Tomas Janousek)
1363   * Added key command to open a custom menu file (thanks Matteo Galiazzo)
1364     - :CustomMenu /path/to/file
1365
1366*07/03/11:
1367   * Fixed display bug with ParentRelative menu highlight (thanks Julien Trolet)
1368
1369*07/03/10:
1370   * Autogrouped windows weren't getting added to the workspace menu (Mark)
1371   * Changed default toolbar layer to DOCK, as a large window could render
1372     fluxbox useless to a new user otherwise (Mark)
1373   * Fixed changing iconbar text padding requiring a toolbar refresh (Mark)
1374   * Fixed stealing focus from unmanaged windows (Mark)
1375
1376*07/03/07:
1377   * Fixed a little bug with reverting focus after closing menu (Mark)
1378
1379*07/03/06:
1380   * Changed some handling of focusing/raising transient windows (Mark)
1381   * session.screen<N>.defaultDeco now allows same strings as apps file (Mark)
1382
1383*07/03/03:
1384   * Added typeahead support to menus (patch by Philipp Goedl, modified by Mark
1385     and Matteo Galiazzo)
1386     - Added new style item menu.frame.underlineColor: <color> for displaying
1387       matching items
1388
1389*07/03/02:
1390   * Added support for keypad enter key in menu (Mark)
1391
1392*07/02/28:
1393   * Fixed some strange menu behaviors (Mark)
1394
1395*07/02/27:
1396   * Respect external tabs in ArrangeWindows (thanks to Tomas Janousek <tomi
1397     at nomi dot cz>
1398
1399*07/02/25:
1400   * Update systemtray alpha along with toolbar alpha (Mark)
1401
1402*07/02/23:
1403   * Update EWMH state atom when maximizing windows (Mark)
1404   * Update titlebar buttons on reconfigure (Mark)
1405
1406*07/02/22:
1407   * Make systemtray support XEMBED protocol (Mark)
1408
1409*07/02/21:
1410   * Buttons should only run a command if the mouse was clicked down on the
1411     same button, e.g. bug #1437864 (Mark)
1412
1413*07/02/17:
1414   * Slit was creating a strut even when it wasn't visible (Mark)
1415   * Update workspace names on reconfigure, and don't overwrite workspace names
1416     not being used (Mark)
1417   * Fixed some issues with transients of inactive tabs (Mark)
1418
1419*07/02/10:
1420   * MaxSize and MinSize hints weren't getting updated properly -- bug #1560803
1421     (Mark + thanks Jim Ramsay)
1422   * Fixed a bug with `session.ignoreBorder: true' (Mark)
1423   * Fixed a bug with resizing windows for clients when only the width is
1424     specified (Mark)
1425
1426*07/02/09:
1427   * Introduced support for mouse buttons in the keys file (Mark)
1428     - Mouse buttons are bound to new `keys' Mouse1, Mouse2, etc.
1429     - Also a new modifier `OnDesktop' to specify actions that should take place
1430       when you click on the desktop -- without this, mouse bindings are global
1431     - Obviously, more modifiers are planned, so don't ask
1432     - Introduced new command HideMenus
1433     - Added a utility to the project that automatically updates configuration
1434       files when we change the syntax -- your current mouse bindings on the
1435       desktop will be added to your keys file automatically
1436
1437*07/02/06:
1438   * Wrong window was being raised when attaching an unfocused window (Mark)
1439   * Make selecting `close' from the workspace menu close the correct client,
1440     rather than the active tab in the window -- selecting `close' from right
1441     clicking on a tab is still wrong, as there are complications (Mark)
1442
1443*07/02/05:
1444   * Made some changes to the way autogrouping in the apps file works (Mark)
1445     - Introduced new syntax [group] (workspace) to group new windows only with
1446       windows on the current workspace
1447     - Fixed an unreported bug with grouping windows on multiple screens
1448     - Groups are now associated with clients rather than windows, so they
1449       will be more robust when attaching or detaching tabs and when restarting
1450       fluxbox
1451
1452*07/02/04:
1453   * Layer wasn't set properly on remembered windows, and the layer menu
1454     wasn't getting updated properly, bugs #1535304, #1572683, #1646740 (Mark)
1455   * Clicking on the edge of a button didn't work, bugs #1060891, #1517747 (Mark)
1456
1457*07/02/02:
1458   * Reverted patch from svn 4684, allowing transparency in window buttons,
1459     until we get it working with titlebar transparency, since the old buggy
1460     behavior at least didn't break settings already in use (Mark)
1461   * Update window transparency immediately when using pseudotransparency,
1462     also introduced new key command: SetAlpha [[+-]<int> [[+-]<int>]] (Mark)
1463     - with no arguments, returns the focused window to default settings
1464     - with one argument, changes both focused and unfocused settings the same
1465       way
1466     - with two arguments, the first changes the focused alpha, and the second
1467       changes the unfocused alpha
1468     E.g. SetAlpha 127 +5 will set the focused alpha to 127 and increment the
1469     unfocused alpha by 5 (until it reaches 255)
1470
1471*07/01/26:
1472   * Fix default workspace names, and don't show empty menus (Mark)
1473   * Opening a window on a different workspace with Focus New Windows enabled
1474     should focus the window when you get to that workspace -- as a free bonus,
1475     stacking order should be more stable on fluxbox restart (Mark)
1476
1477*07/01/25:
1478   * Don't raise any windows above OverrideRedirect windows, otherwise they
1479     eventually get pushed to the bottomm, bug #1447583 (Mark)
1480
1481*07/01/24:
1482   * Detect user's shell from environment rather than assuming /bin/sh (Mark)
1483
1484*07/01/21:
1485   * Little fix for closing tabs with non-default gravity (Mark)
1486     Window.cc
1487   * Several fixes for menu behavior (Mark)
1488     - always give focus to the menu with the highlighted item
1489     - revert focus to menu when no other windows will take it
1490     - don't reopen closed submenus when moving the menu
1491
1492*07/01/20:
1493   * Make sure styles don't change the lastwallpaper in fbsetbg (Mark)
1494   * Let styles override rootCommand in init file -- for the old behavior, add
1495     `background: none' to the overlay file (Mark)
1496   * Don't place windows over toolbar at the top of the screen (Mark)
1497
1498*07/01/16:
1499   * Make right-clicking on iconbar button behave the same way as tabs (Mark)
1500   * Don't force user to reconfigure manually in order to apply menu and
1501     default window transparency changes; instead, in order to conserve system
1502     resources, do it a half-second after the user stops changing them (Mark)
1503
1504*07/01/15:
1505   * Prevent per-window alpha menu from scrolling past 0 or 255 (Mark)
1506   * Fix rootmenu disappearing on reconfigure (Mark)
1507
1508*07/01/14:
1509   * Stay on the same workspace after a restart (Mark)
1510   * Properly 'properly fix' shaded and stuck windows on restart -- i.e. allow
1511     windows to deiconify themselves the rest of the time (Mark)
1512   * Several changes for background style option: (Mark)
1513     - now support `background: mod' to coincide with fbsetroot -mod --
1514       In addition to `background.color' and `background.colorTo', this option
1515       must also set `background.modX' and `background.modY' to integers
1516     - added `background: none' for styles that do not include a background
1517     - fixed bug with style backgrounds not getting set when changing styles
1518     - updated default styles to be valid wrt background options
1519   * Minor fix for window cycling on multiple screens (Mark)
1520
1521*07/01/13:
1522   * Only change focus order when user specifically focuses a window (Mark)
1523
1524*07/01/11:
1525   * Added option to :Minimize key command to lower all windows in the same
1526     layer as the focused window -- syntax is `:Minimize (layer)' (Mark)
1527
1528*07/01/08:
1529   * Fix another 64-bit window property (Mark/Simon)
1530
1531*07/01/07:
1532   * Update Iconbar Mode menu when updating settings (Mark)
1533   * Fixed workspace warping going crazy, bug #1467124 (Mark)
1534   * Fix little bug with iconbar rendering, bug #1549209 (Mark)
1535   * Fix RefCount crash and Slit deconstruction ordering (Simon)
1536   * Support per-window transparency settings.
1537      (Simon and thanks Julien Trolet, dmxen at sourceforge dot net)
1538       sf.net patch #1511042, feature #1108692
1539      - new "Transparency" menu in the window menu
1540      - new apps file attribute:
1541         [alpha] {int int} (or just {int})
1542        Where numbers represent focused and unfocused transparency,
1543        respectively. One number only will be used for both.
1544      - Also, show toggle status for shade and stick in window menu.
1545
1546*07/01/06:
1547   * Updated nb_NO translations (thanks emptydoor at users dot sf dot net)
1548   * Changing session.forcePseudotransparency no longer requires restart,
1549     also a little code cleanup in FbTk/Transparent.cc/hh (Mark)
1550   * Move triangle drawing into a generic function in FbDrawable (Simon)
1551     Make submenu triangles in MenuItems proportional to the icon size
1552     (alternate implementation of sf.net patch #1526813)
1553
1554*07/01/05:
1555   * When a client in an unfocused tab creates a transient window, set that
1556     client to the active tab (Mark)
1557   * Window wasn't staying focused when dragging across workspaces with
1558     outline window moving (Mark)
1559   * Fix placement of window menu with toolbar at the top of the screen,
1560     and remove titlebar from window menu (Mark)
1561   * Don't change focus to a window that doesn't accept focus (Mark)
1562   * Only grab keybindings on screens managed by fluxbox (Mark)
1563   * Fix locale being applied to the clock. (Simon)
1564     - Also fixed a likely locale-killer for BSDs (without nl_langinfo)
1565   * Fix nls digit strings to prefix with zero "%4d" => "%04d" for proper
1566     spacing (Simon)
1567   * Fix loading of rotated fonts on style change (Simon)
1568   * Change default Xft font to "monospace" (was "fixed") (Simon)
1569     - The "fixed" font loads a bitmap Xfont
1570     - Note that bitmap fonts do not rotate properly, and especially the
1571       baseline isn't adjusted for the lack of rotation. Thus we recommend
1572       that if you are using a bitmapped font (e.g. artwiz), then specify it
1573       using xfld style (-*-snap-*-*-* ...etc) so that fluxbox loads it with
1574       traditional XFont/XmbFont calls, resulting in correct placement and
1575       rotation.
1576
1577*07/01/04:
1578   * Added new resource for init file to control default window decorations:
1579     session.screenN.defaultDeco: <bitmask>, where the bitmask corresponds
1580     to the one used for [Deco] in the apps file (Mark)
1581   * Move minimized windows to the back of the focused list (Mark)
1582
1583*07/01/03:
1584   * Don't run [startup] items in apps file on fluxbox restart (Mark)
1585
1586*07/01/02:
1587   * Don't escape regular expression metacharacters in apps file, bug
1588     #1595497 (Mark)
1589
1590*07/01/01:
1591   * Happy New Year!
1592   * Don't draw style's menu icon pixmap underneath the program's icon (Mark)
1593   * Don't run [startup] items in apps file if fluxbox fails to start (Mark)
1594   * Don't run [startup] items in apps file on reconfigure (Mark)
1595   * Fix data type of data passed to set _NET_FRAME_EXTENTS (Simon)
1596     (sf.net #1621980)
1597     Similar fix for gnome current workspace... remember that XA_CARDINAL
1598     "32-bit" type is actually a "long array" argument (=64bit on 64 systems)
1599
1600*06/12/31:
1601   * Update window scroll action (and direction) on reconfigure (Mark)
1602   * Update toolbar visibility on reconfigure (Mark)
1603
1604*06/12/28:
1605   * Don't add 2 pixels to a specified toolbar height, bug #1528646 (Mark)
1606   * Allow focus to revert to stuck windows (Mark)
1607
1608*06/12/27:
1609   * Don't assume "Jump" and "*Hidden" say "yes" in apps file (Mark)
1610   * Jump to autogrouped windows on another workspace if set to do so in
1611     apps file (Mark)
1612
1613*06/12/20:
1614   * Fixed a few bugs with tabbed windows on restart (Mark)
1615
1616*06/12/19:
1617   * Little simplification of data structure for keybindings (Mark)
1618     Side effects:
1619     - "Mod4 a b" now behaves like "Mod4 a None b" -- in fact, "None" is now
1620       completely obsolete
1621     - You can press "Escape" to cancel any Emacs-style keychain in progress
1622       (unless it's bound to something else)
1623     - If there is a conflict between bindings, the first one in the file wins
1624     - Fixes handling of keychains like "Mod4 a Mod1 b"
1625     - Should fix some issues with "None" modifier
1626
1627*06/12/18:
1628   * Rotate items in toolbar the same way as tabs (Mark)
1629
1630*06/12/17:
1631   * Stop cycling focus when any other command is run, e.g. bug #1595336 (Mark)
1632
1633*06/12/16:
1634   * Remove useless stuff from code that reloads configuration (Mark)
1635
1636*06/11/07:
1637   * Cosmetic patch from Slava Semushin
1638
1639*06/10/30:
1640   * Cosmetic patch from Slava Semushin
1641
1642*06/10/27:
1643   * Changed mode for .fluxbox/startup to 644 (Mathias)
1644     some people on noexec-mounted partitions ran into problems
1645   * Small updates to the asciidoc-docs (Mathias)
1646   * Cosmetic patch from Slava Semushin
1647
1648*06/10/16:
1649   * Added CachedPixmap (Henrik)
1650
1651*06/09/20:
1652   * Fixed bug #1561482, (Henrik)
1653     Crash when clicking on the workspacename to get the tbarmenu.
1654     Fixed so it recreated toolbar menu if needed in  Toolbar::reconfigure.
1655   * fixed little issue in fbsetbg (Mathias)
1656     if someone has no wpsetters installed at all but only wants to use
1657     fbsetroot thru fbsetbg then the warning would pop up, telling her
1658     to install a wpsetter .. which she doenst want
1659
1660*06/08/27:
1661   * Translations and addons to fbgm (thanks to Antonio Gomes)
1662
1663*06/08/14:
1664   * Fix minor menu separator highlight issue (Simon)
1665
1666*06/08/12:
1667   * Fix placement of restored fullscreen windows (Mark)
1668
1669*06/08/10:
1670   * Fix crash in ClientPattern when more than one pattern in [app] line (Simon)
1671   * Implement _NET_WM_WINDOW_TYPE_MENU and _NET_WM_WINDOW_TYPE_TOOLBAR (Mark)
1672   * Fix duplicated UTF-8 encoding in el_GR (thanks Slava Semushin)
1673
1674*06/08/09:
1675   * Remove some old code that messed up placing submenus (Mark)
1676
1677*06/08/07:
1678   * Documented background style option (Mark)
1679
1680*06/08/06:
1681   * Distinguish between startup and restart (Mark)
1682
1683*06/08/05:
1684   * Don't call placement strategy on maximized or fullscreen windows (Mark)
1685   * Updated man fluxstyle (thanks Guillermo Patterer)
1686
1687*06/08/04:
1688   * Allow aspect/centered/tiled options with random background in fbsetbg
1689     (thanks Julien Trolet)
1690   * Don't re-apply remembered settings on restart if they are set as window
1691     properties (Mark)
1692   * Updated spanish translations (thanks bobbens)
1693   * Updated german translations (thanks tenner)
1694   * Updated portuguese translations (thanks F�bio C. P. Navarro)
1695   * Updated spanish translations (thanks Guillermo Patterer)
1696
1697*06/08/03:
1698   * Don't raise a window after cycling if it has been minimized (Mark)
1699   * Added support for negative arguments to the `Tab' key command to count
1700     backwards from the last tab in the group (Mark)
1701   * Updated documentation (Mark)
1702
1703*06/08/02:
1704   * Rename session.screen*.iconbar.deiconifyMode to
1705     session.screen*.userFollowModel (Mark)
1706     This resource is used for:
1707     - clicking a window on a different workspace in the iconbar
1708     - _NET_ACTIVE_WINDOW messages where the source is a pager
1709     - clicking a client in the workspace menu (and the opposite is used for
1710       right clicks)
1711     Possible values are:
1712     - Follow: go to the workspace of the selected window
1713     - Current: bring the window to the current workspace
1714     - SemiFollow: act like Current for iconified windows, else Follow
1715     - Ignore: leave it alone
1716   * Update _NET_WORKAREA on screen dimension change (Mark)
1717   * Fix ClickTabFocus and MouseTabFocus in nls (Thanks Antonio Gomes)
1718
1719*06/07/30:
1720   * List windows in iconbar in creation order (Mark)
1721
1722*06/07/29:
1723   * Don't jump to remembered apps on restart (Mark)
1724   * Make _NET_CLIENT_LIST report windows in creation order - still need to fix
1725     _NET_CLIENT_LIST_STACKING (Mark)
1726   * Set _NET_WM_DESKTOP appropriately on remembered windows (Mark)
1727
1728*06/07/27:
1729   * Don't change the order of creating windows with transients on restart.
1730     Rather, just move the transient to the end of the list. This preserves the
1731     focused order and also reduces the complexity to O(n). (Mark)
1732
1733*06/07/26:
1734   * Fixed torn menus so they don't close on exec items (Mark)
1735   * Updated pt_PT translations (Thanx Antonio Gomes)
1736   * Added resource and menu item for maximizing over external tabs (Mark)
1737
1738*06/07/25:
1739   * Fix so that focus doesn't revert away from command dialogs (Mark)
1740   * Fix background style item so that it works when the previous style
1741     didn't have one set (Mark)
1742
1743*06/07/23:
1744   * Use a timer to make sure focus always reverts if possible (Mark)
1745     fluxbox.cc/hh and reverse patch from 06/07/20
1746
1747*06/07/22:
1748   * Ewmh compliance updates: (Mark)
1749     - implemented _NET_WM_MOVERESIZE_CANCEL (new in version 1.4.draft-1)
1750     - move windows to last remaining workspace when a workspace is removed
1751     - implemented _NET_REQUEST_FRAME_EXTENTS
1752
1753*06/07/21:
1754   * Stop using fixed values for num/caps/scroll lock, and ignore scroll lock
1755     as a modifier (Mark)
1756
1757*06/07/20:
1758   * Fix _NET_WM_MOVERESIZE, bug #1525404 (Mark)
1759   * Properly revert focus when two windows close simultaneously (Mark)
1760
1761*06/07/19:
1762   * Preserve order of focused windows on restart (Mark)
1763
1764*06/07/16:
1765   * Fix a bug in Transparent.cc, (Henrik)
1766    #1362913 Fluxbox core dumps on Solaris
1767
1768*06/07/14:
1769   * Fix a possible bug with window cycling on multiple screens (Mark)
1770   * Include minimized windows when "alt-tabbing", added 16 to the
1771     Next/PrevWindow bitmask to disable the behavior (Mark)
1772
1773*06/07/13:
1774   * Remove some redundant code for loading styles (Mark)
1775   * Fix background: random (Mark)
1776
1777*06/07/10:
1778   * Next/PrevWindow toolbar buttons break MouseFocus: bug #1519913 (Mark)
1779
1780*06/07/08:
1781   * Fix implementation of _NET_MOVERESIZE_WINDOW (Mark)
1782
1783*06/07/06:
1784   * Fixed bug #1069909, Incorrect window dimensions (Henrik)
1785     It created strut even if it didnt have any clients
1786   * Fixed bug #1491571, Round corners badly rendered (Henrik)
1787     Update shape in FbWinFrame after a shade()
1788   * Changing between internal and external tabs didn't affect iconified
1789     windows (Mark)
1790   * Still trying to get the focus right: bug #1517750 (Mark)
1791
1792*06/07/05:
1793   * Fix crash on startup on some platforms (Simon)
1794
1795*06/07/04:
1796   * Fix some sizing issues from gravity change patch (Simon)
1797     FbWinFrame.hh/cc Window.cc
1798   * Auto-grouped windows using groups file didn't raise (Thanks ac2dc, bug
1799     #1449608)
1800     Workspace.cc
1801   * New windows don't steal focus from fullscreen windows; instead, flash the
1802     titlebar and iconbar button (Mark)
1803     Window.cc
1804*06/07/03:
1805   * fix+improve handling of window gravity, was very broken (Simon)
1806     - caused (among others) windows with gravity set to get relocated
1807       on close.
1808     - gravity is now taken into account on style change
1809   * make our default locale, init, menu, and style paths properly
1810     expand PREFIX in the make install stage, so that make prefix=elsewhere
1811     works properly (Simon)
1812     configure.in
1813
1814-----------------------------------------------------------
1815Changes for 1.0rc2:
1816
1817*06/07/03:
1818   * call waitpid() on SIGCHLD until no more children (thanks Devin/dlab)
1819     sf.net #1514843, #1447782 - fluxbox leaves zombies
1820
1821*06/07/02:
1822   * Updated documentation (Mark)
1823
1824*06/06/29:
1825   * Make fbsetroot set one screen at a time (Mark)
1826   * Fix fbsetroot segfault when DISPLAY is unset (Mark)
1827
1828*06/06/28:
1829   * Linear cycling wasn't affecting normal cycling order (Mark)
1830   * Little cleanup of dead functions (Mark)
1831   * Fixed more focus issues with linear cycling and tabbed windows (Mark)
1832   * Fixed some focus issues on detach and restart (Mark)
1833
1834*06/06/27:
1835   * Some minor cleaning (thanks Slava Semushin + Mikhail Gusarov)
1836   * Fix slit menu so it closes when you press escape (Mark)
1837
1838*06/06/26:
1839   * Fix _NET_FRAME_EXTENTS implementation (Simon)
1840   * Fix FocusHidden (Mark)
1841
1842*06/06/25:
1843   * Fix [ 1512046 ] "window.label.unfocus.pixmap" doesn't update (Simon)
1844     - FbPixmap::copy was keeping the same pixmap if they had same
1845       dimensions. This effectively broke the image cache.
1846   * Explicitly map NoSymbol to keycode 0 (thanks Julien Trolet)
1847     (seems to be assigned to several keycodes)
1848   * Menu aware of text encodings (Simon)
1849     - new menu file options:
1850         [encoding] {CODESET}
1851           ...
1852         [endencoding]
1853     - All distributions are encouraged to use these inside any
1854       auto-generated menu files, so that they are independent of user
1855       encoding.
1856     - Encoding defaults to user's current encoding
1857   * Fix crash when unable to convert between local and utf-8 encodings (Simon)
1858   * Fix DetachClient key command so new window is visible (Mark)
1859
1860*06/06/24:
1861   * Make Urgency Hint flash the correct tab in a group (Mark)
1862   * Fix some more X-errors (Simon)
1863     - window was resized, triggering background re-render, but
1864       background is invalid sometimes (during reconfiguring)
1865   * Fix bug #1362463, menu selection pixmaps disappear (Simon)
1866     - pixmap from image cache was put into FbPixmap, which freed it.
1867
1868*06/06/23:
1869   * Make startfluxbox aware of --program-prefix and --program-suffix (Mark)
1870
1871*06/06/22:
1872   * new Resource: session.modKey: <modkey> (thanks Jim Ramsay i dot am at jimramsay dot com)
1873     new Command: SetModKey <modkey>
1874     eg: session.modKey: Mod4   allows to use the winkey to resize and move
1875     windows and have Mod1 (Alt) free for using blender or Maya.
1876
1877*06/06/21:
1878   * Fix de_DE translation (thanks Michael Bueker)
1879   * Fix nls (Simon)
1880     - file location was wrong. nls wouldn't have worked, why did no-one say?
1881     - Messages output on stdout/err now properly in local encoding
1882     - Check for existence of catalog file, if it doesn't exist, and we can
1883       convert from UTF-8, try loading that one instead.
1884     - bunch of files changed due to macro name change:
1885       + Use _FB_XTEXT if the text will go out to X (for X fonts)
1886       + Use _FB_CONSOLETEXT if the text will go to console (stdout/err)
1887     - add tab options and some other missing bits to C translation
1888
1889*06/06/20:
1890   * Fix window placement when apps remembers size but not location (Simon)
1891
1892*06/06/19:
1893   * Add EUC-KR to ko_KR encodings (Simon)
1894   * Try ignoring NotifyUngrab EnterNotify events for focus (Simon)
1895     - should fix incorrect focus reverts when menus etc closed with
1896       mouse focus, but possibly have side effects, do tell...)
1897   * Fix menu placement issue with (vertical) xinerama (Simon)
1898     - note, doesn't fix "submenus open on wrong screen" issue, that requires
1899       some more serious data movement.
1900   * Fix bug #1507671, clock not updating on multiple screens (Simon)
1901     - time() and gettimeofday() are inconsistent, only use gettimeofday
1902     - clean up Timer stuff a bit, fixed some other bugs
1903
1904*06/06/18:
1905   * Fixed bug #1507754 iconbar text was not updated to match titlebar (Henrik)
1906   * Added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS (Henrik)
1907   * Updated german translation (Thanks Michael Bueker m.bueker at berlin de)
1908
1909*06/06/16:
1910   * Fix crash when closing a window while cycling (Mark)
1911
1912-------------------------------------------------------------
1913Changes for 1.0rc:
1914
1915*06/06/11:
1916   * Added support for _NET_WM_MOVERESIZE (Henrik)
1917   * Added support for urgency hint.
1918     This make apps, that support this hint, flash the titlebar and iconbar
1919     when they want attention.
1920     For example gaim.
1921     (Thanks Mark Tiefenbruck)
1922
1923*06/06/10:
1924   * Added new command: ToggleCmd
1925     Works like a macro but executes the commands one at the time in order.
1926     Example:
1927     Mod1 T :ToggleCmd {Exec xterm} {NextWindow}
1928     When Mod1 T is press the first time it will start xterm, the second time
1929     it will do NextWindow. When it reaches end it will start at the beginning.
1930     (Thanks Mark Tiefenbruck)
1931   * Fixed resize box bug.
1932     The text used to determine the size used space, which could have
1933     different width than characters on some fonts.
1934     (Thanks Thanks Scott Kuhl)
1935   * Pressing shift while pressing enter in menu item will fake a
1936     right mouse button press. Usefull when inc/decrease alpha/size in menu.
1937     (Thanks Mark Tiefenbruck)
1938   * Added docs for session.titlebar.left/right.
1939     Added docs about middle click on workspace menu.
1940     Improved danish translation.
1941     (Thanks Jonas Koelker)
1942   * Fix building on machines without iconv [sf.net #1499402] (Simon)
1943   * Fix some external tab alignment on shade (Simon)
1944   * Fix container size rounding for right alignment (Simon)
1945
1946*06/06/01:
1947   * Update of new manpage (thanx Guillermo Patterer)
1948
1949*06/05/23:
1950   * Spanish Translation of the new manpage (thanx Guillermo Patterer)
1951
1952*06/05/22:
1953   * Fix handling of ParentRelative background (Simon)
1954
1955*06/05/21:
1956   * Fix build on cygwin (iconv const error) (Simon)
1957   * Fix background of external tabs when label background is ParentRelative (Simon)
1958   * Improve native language support handling, especially relating
1959     to codesets (Simon)
1960     *** Please report any oddness (Esp regressions) in native text
1961     - Makefile.am can now specify several target codesets
1962     - generated-*.m files are automatically generated, but not on
1963       every build, only on new additions.
1964     - I18N::getMessage now returns FbString's
1965     - Menu labels are passed as FbString&e s, not char *s.
1966
1967*06/05/17:
1968   * Fix transparency on multiple screens & possibly bad root bg atom
1969     reading (Simon)
1970
1971*06/05/16:
1972   * Fix bug with horizontal maximisation when quadrant resizing (Mathias)
1973
1974*06/05/13:
1975   * Fixed some title redraw issues (Thanks Mark Tiefenbruck)
1976   * Added support for _NET_WM_STATE_DEMANDS_ATTENTION . (Henrik)
1977     When this state is set fluxbox will start flashing
1978     the titlebar and button in the toolbar. It will stop when the window
1979     is focused.
1980     The blink rate can be configured with the following resource:
1981     session.screen0.demandsAttentionTimeout: <timeout in milliseconds>
1982     Default value is 500.
1983     If the value is zero this feature will be disabled.
1984
1985*06/05/07:
1986   * Handle EMWH window and icon titles, plus localise workspace names (Simon)
1987     - FbTk::FbWindow::textProperty now handles utf8 type, and always
1988       returns UTF-8 encoded strings (for internal use)
1989   * Handle UTF-8 strings properly (Simon)
1990     - still need to integrate EWMH strings properly (they are utf8)
1991     - still need to fix up TextBox
1992
1993*06/05/01:
1994   * Make apps file keywords case insensitive, plus reload it (if newer)
1995     before save on close and remember menu events (Simon)
1996
1997*06/04/26:
1998   * Fix resizing of client window when autogroup from apps (Simon)
1999
2000*06/04/25:
2001   * Cleanup unneeded headers (thanks Semushin Slava)
2002   * Fix occasional highlighting of menu nops+separators, sf.net patch
2003     #1475268 (thanks Scott Kuhl; skuhl AT cs utah edu)
2004   * fbrun: Move the cursor to the end when tab completing
2005     (Simon + thanks Jonas Koelker), sf.net rfe #1333003, patch #1475578
2006   * Fix up comments for doxygen (Thanks Jonas Koelker)
2007   * Output the error message on fallback restart execs (sf patch#1475213)
2008     (Thanks Jonas K�lker, jonaskoelker at users.sourceforge.net).
2009
2010*06/04/24:
2011   * Use -Wall when --enable-debug and some warning fixes
2012     (Simon + thanks Jonas Koelker)
2013   * Fix memory leaks & other errors in Menu code (Simon)
2014   * Use external tabs by default (Simon)
2015     - they provide a unique look to fluxbox
2016     - backwards compatible with 0.1.14 ("stable")
2017     - new users will wonder what they are :)
2018
2019*06/04/23:
2020   * Fixed typos in new docs (thanks Semushin Slava)
2021   * Added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*,
2022     _NET_WM_STATE_MODAL, _NET_WM_WINDOW_TYPE_SPLASH,
2023     _NET_RESTACK_WINDOW  (Henrik)
2024   * Reload the apps file on fluxbox reload (Simon)
2025   * Update documentation for Next/PrevWindow (Simon / thanks Jonas
2026     Koelker), sf.net patch #1474825
2027   * Focus singular windows on a workspace (Simon / thanks Jonas Koelker)
2028     sf.net patch #1474722
2029   * Tidy up window cycling, and make linear mode work in order of
2030     creation (Thanks Mark Tiefenbruck, mark at tiefenbruck dot org)
2031
2032*06/04/22:
2033   * Fix workspace menu corruption when window title changes (Simon)
2034     sf.net bug #1113668
2035   * Fix crash when toolbar disabled (Simon)
2036   * Couple of memory-based fixes from valgrind (Simon)
2037   * Applied #1467926 and #1458069, minor other changes (Mathias)
2038   * static CommandParser could be used after destruction (Simon)
2039     Fixes sf.net #1474444, segfault when DISPLAY not set
2040   * Minor cosmetic changes, thanks Semushin Slava (php-coder AT ngs ru)
2041   * First draft of new docs in docs/asciidoc (Mathias)
2042   * Cosmetics to Workspace.hh CurrentWindowCmd.cc
2043
2044*06/04/21:
2045   * Minor fixes to slit transparency (esp if autohidden) (Simon)
2046   * php_coder tells me that the nb_NO patch was somewhat broken
2047     Revert it for now, pending another update ... (Simon)
2048   * Update all transparent things when bg changes (Simon)
2049     (fixes sf.net #1446516 - slit transparency on start)
2050   * Make border between tabs same width/color as window border (Simon)
2051     (sf.net #1473870)
2052
2053*06/04/19:
2054   * Add a bunch of apps to fluxbox-generate_menu, plus a new System
2055     Tools menu (thanks Ku8aZ at users.sourceforge.net)
2056   * Update Norwegian Bokml translation, nb_NO, sf.net patch #1393780
2057     (Thanks Alexander N. Sornes, emptydoor at users.sourceforge.net)
2058   * Update Danish translation, da_DK, sf.net patch #1455023
2059     (Thanks Jonas K�lker, jonaskoelker at users.sourceforge.net).
2060   * Fixes to Mouse Focus (thanks Scott Kuhl; skuhl AT cs utah edu)
2061   * Allow ~ in "background" pixmap options (Simon + thanks Mark Tiefenbruck)
2062   * Windows keep relative position in ArrangeWindows (Mathias)
2063   * Made fbgm more pure bourne-compatibel (Mathias)
2064
2065*06/04/18:
2066   * Add new timer ability - interval - to reduce clock update checks (Simon)
2067   * Fix system tray resize looping/livelock, sf.net bug #1359442 (Simon)
2068   * Fix iconbar updates (icon and title)
2069     (Thanks Mark Tiefenbruck, mark at tiefenbruck dot org)
2070
2071*06/04/17:
2072   * Fix toolbar transparency when autohide enabled (Simon)
2073   * Fix toolbar transparency (frame and empty iconbar) (Simon)
2074   * Fix display of label for dialog-type boxes (Simon)
2075     (only when external tabs are enabled, but not for particular window)
2076   * Fix fbrun position setting (-pos and -nearmouse args) (Simon)
2077   * Resize the clock if the text gets too big, sf.net patch #1436406
2078     (thanks Geoff Lywood - glywood at users.sourceforge.net)
2079   * Fix some rotated toolbar+textbutton issues (Simon)
2080   * Fix /bin/sh portability for fbsetbg and startfluxbox (Simon)
2081     (fluxbox-generate_menu is seriously broken wrt portability
2082     atm though :-/)
2083   * Make autogen.sh properly /bin/sh portable (Simon) Fixes #1445464
2084   * patchset missed my fbrun -Wall fixes (Simon)
2085
2086*06/04/16:
2087   * Add option to reverse desktop wheeling, patch #1034287
2088       session.screen0.reversewheeling: true|false
2089     (thanks Kalle - ice_jkpg at users.sourceforge.net)
2090   * Missing space in translation (thanks... anonymous, sf.net #1455024)
2091   * Set (take|send)to(next|prev)workspace offset default value to 1
2092     instead of the current 0 (which makes them look non-functional).
2093     Similarly for tab and (|next|prev|left|right)workspace.
2094     - Thanks Jonas Koelker (sf.net 1467926)
2095   * Add "CloseAllWindows" key binding
2096     (thanks Adriano Dal Bosco - adbosco at users.sourceforge.net)
2097     - Useful to trigger all "close" actions before flux exit (or other)
2098       to catch any pending file saves etc...
2099   * Fix all warnings with (gcc 3.4.6) -Wall, mainly sign comparisons (Simon)
2100   * signedness fix in Container moveItem (thanks Mark Tiefenbruck)
2101   * Vertical toolbar (Simon)
2102
2103*06/04/14:
2104   * Fix type of last_release_time, affected double click functions
2105     on 64-bit platforms (sf.net #1467871, thanks davidhi) (Simon)
2106   * Fix updating of button state (esp stick/shade)  (Simon)
2107     (sf.net #1281724, #1213257)
2108
2109*06/04/13:
2110   * Provide "Key Modes" (Thanks Mark Tiefenbruck, mark at tiefenbruck dot org)
2111     - New action in keys file:
2112         Modifier Key :Keymode <Name> <End Modifier> <End Key>
2113       Will define a keybinding namespace activated by the given mod/key
2114       combination. The End Modifier and key are optional. They define
2115       the key combination that quits the given key mode. They default
2116       to just 'Escape'.
2117     - New keys file optional prefix:
2118         <Name>: Modifier Key :Command
2119       will only work when the <Name> keymode is activated.
2120     - <Name> is  "default" if not specified - so:
2121        **default commands will not be activated inside another keymode**
2122     - Handy Example:
2123        Mod1 X :KeyMode XNest
2124        XNest: Mod1 X :KeyMode default
2125       Will switch to XNest keymode when you press Alt-X. Then the
2126       default bindings will not be caught by normal fluxbox, and will
2127       pass through to an Xnested one! Groovy... Alt-X will switch back
2128       to normal.
2129
2130*06/04/11:
2131   * Ensure applying of size hints while maximizing (Mathias)
2132   * Fix calculation of prevWorkspace (Mathias)
2133   * Cosmetic, close #1467926 (thanx Jonas Koelker)
2134
2135*06/04/09:
2136   * Fix label background update with external tabs (Simon)
2137
2138*06/04/06:
2139   * Fix build on amd64 - some more size_t propagation and includes
2140    (Simon)
2141
2142*06/04/05:
2143   * Fix gcc 2.95.4 build error in ScreenPlacement.hh (Simon)
2144   * Fix tabs on other workspaces being shown on placement change (Simon)
2145     + Fix XmbFonts for multiple screens. Still need to fix XFontImp,
2146       it's quite a bit more convoluted.
2147
2148*06/04/04:
2149   * Rotated Xmb Fonts (Simon)
2150     - rotated when drawn. Probably not very efficient for
2151       parentrelative backgrounds. If it proves an issue, we should
2152       probably cache recently-drawn strings so we can just re-stipple.
2153   * Rotated X Fonts again, plus minor external tab alignment fixes (Simon)
2154     - Still need to do XmbFonts. Most people probably load those
2155       instead of XFont these days. Will need yet another approach...
2156
2157*06/04/02:
2158   * size_t fixes. (Thanks Semushin Slava aka php-coder)
2159
2160*06/03/27:
2161   * Fix crash when deiconifying stuck windows with Follow mode (Simon)
2162   * Don't Follow stuck windows on deiconify, since they're stuck
2163     (thanks Mark Tiefenbruck)
2164
2165*06/03/26:
2166   * Related to external (Simon)
2167     - Fix title alignment
2168     - Fix "jumpy" vertical tabs on tab size change & other change-related
2169     - Fix alignment error for left-hand vertical tabs
2170   * More external tabs work AND rotated Xft text (Simon)
2171     - new tab positions (LeftTop, LeftBottom, etc)
2172     - TextButtons and Containers can have orientation set on them
2173     - XftFonts store all rotated versions (if used),
2174       so the theme doesn't need to know about it. Pixmaps are also auto-rotated.
2175     - TODO: Update XFontImp rotation code
2176     - Note: many files touched because constness removed from many fonts
2177
2178*06/03/24:
2179   * Fix compile error in Theme.cc (sf.net bug #1454204)
2180   * Fixed apps filename on save (Thanks mal at komcept com)
2181
2182*06/03/23:
2183   * Fixed duplicate ClickToFocus menu item (Thanks Mark Tiefenbruck)
2184   * Fix some tab stacking alignment and rendering on tab resize (Simon)
2185     (and very minor tidying)
2186
2187*06/03/22:
2188   * More external tabs work (Simon)
2189     - Can now be placed TopLeft/TopRight/BottomLeft/BottomRight
2190     - New "Tab Options" config menu, with (efficient) runtime updating
2191     - New tab.width config option to control external tab width
2192     - edge snapping includes tabs
2193     - decoration fixes where some missed the tab option
2194     - label text color was not updated
2195
2196*06/03/20:
2197   * Fixed some minor typos (Thanks Semushin Slava)
2198   * Fix placement config (some compilers resulted in ignoring of
2199     placement policy setting), and a minor ext. tabs placement bug
2200   * External tabs (Simon)
2201     - option in Configure menu to enable
2202       - restart require at present when toggling this option
2203     - New apps pnemonic for "Deco" option: TAB, which is like NONE,
2204       but with an external tab
2205     Notes:
2206     - tab width currently hardcoded
2207     - only alignment is topleft
2208
2209-------------------------------------------------------------
2210Changes for 0.9.15:
2211
2212*06/03/19:
2213   * Fixed some wrong fbsetroot nls (Thanks  Semushin Slava )
2214   * Cleaned up some nls and help text in ./fluxbox -h (Thanks Semushin Slava [php-coder at ngs ru] )
2215   * Titlebar button configuration changed from session.titlbar.left/right
2216     to screen specific:  session.screen<num>.titlbar.left/right (Henrik)
2217
2218*06/03/14:
2219   * Fixed memory leak when XCreateImage failes in XFontImp
2220     (Thanks Semushin Slava [php-coder] )
2221   * Fixes for nls/da_DK and nls/ko_KR  (Thanks php-coder)
2222
2223*06/03/09:
2224   * Enhanced :NextWindow and :PrevWindow to accept a <delta>,see
2225     :RightWindow and :LeftWindow
2226     (Thanks Marcus Obst, marcus dot obst at s2003 dot tu minus chemnitz dot de)
2227   * Bugfix for _net_wm_state_hidden (Thanks Mark)
2228   * Updated ko_KR translations (Thanks Jo Hyunseok)
2229   * Added zh_CN translationas (Thanks Andyliu, liudeyan at gmail dot com)
2230
2231*06/03/07:
2232   * Bugfix for stuck icons (Thanks Mark Tiefenbruck, mark at tiefenbruck dot org)
2233
2234*06/03/05:
2235   * Update da_DK (danish) translation.
2236     (Thanks Jonas K�lker, jonaskoelker at users.sourceforge.net).
2237
2238*06/03/02:
2239   * closed bug #1409775, gcc4.1 problems (thanx to Andreas Bierfert)
2240
2241*06/03/01:
2242   * corrections for translation files (thanx php-coder)
2243
2244*06/02/27:
2245   * minor cosmetic issues (thanx php-coder)
2246
2247*06/02/20:
2248   * Moved resource helper class Layer out from class Fluxbox. Reduced some
2249     dependencies (Henrik)
2250
2251*06/02/19:
2252   * Added new resize mode: Center
2253     This mode will move all corners at the same time with
2254     equal distance.
2255     Set resource:  session.screen0.resizeMode: Center
2256     (Henrik)
2257   * Moved Window placement code from Workspace to different
2258     PlacementStrategy classes. The main class is ScreenPlacement which
2259     selects the right placement class to use.     (Henrik)
2260
2261*06/02/18:
2262   * Moved focus handling code to class FocusControl (Henrik)
2263
2264*06/02/15:
2265   * updated copyright info (Mathias)
2266
2267*06/02/14:
2268   * Fix nls compilation (Mathias)
2269
2270*06/02/12:
2271   * Fixed #bug #1417688, remember apps keeps
2272     incrementing vertical dimension  (Henrik)
2273   * Fixed root pixmap problem.
2274     Using fbsetroot to set background.  (Henrik)
2275
2276*06/02/01:
2277   * fbsetroot copyright/help fixes (Thanks php-coder)
2278
2279*06/01/29:
2280   * Changed bsetroot to fbsetroot in documentation (Thanks OpenBSD)
2281
2282*06/01/25:
2283   * Added norwegian bokmal, nb_NO (Thanks Alexander Sornes)
2284
2285*06/01/23:
2286   * minor fix for fbsetbg (thanx Mark Tiefenbruck)
2287
2288*06/01/16:
2289   * minor changes to fix some warnings (Thanks php-coder)
2290
2291*06/01/07:
2292   * minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias)
2293
2294*06/01/03:
2295   * Improved style loading (Henrik)
2296
2297*05/12/28:
2298   * Fix url in fbsetbg.1.
2299
2300*05/12/23:
2301   * Fixed some compiler warnings (Thanks php-coder)
2302
2303*05/12/03:
2304   * Added 'random' and 'aspect' options to background theme
2305     (Thanks Shashkin Konstantin)
2306
2307*05/11/22:
2308   * New theme item:
2309      background: <texture option>
2310      background.pixmap: <image filename>
2311      background.color: <color>
2312      background.colorTo: <color>
2313     The background.pixmap filename will be sent to "fbsetbg"
2314     which in turn sets the background.
2315     The following options will be available for the background.pixmap:
2316       - tiled
2317       - centered
2318     For example:
2319       background: tiled
2320       background.pixmap: someimage.png
2321     and it can also generate a normal texture:
2322       background: gradient
2323       background.color: blue
2324       background.colorTo: green
2325     The rootCommand in the style is now obsolete and
2326     if the "background" item is not found in the style then the default
2327     background will be black and with a warning text.
2328     (Henrik)
2329
2330*05/11/16:
2331   * Added styleOverlay resource to init-file (Mathias)
2332       session.styleOverlay: ~/.fluxbox/overlay
2333     Style settings in this file override any settings from a
2334     regular style
2335
2336*05/11/13:
2337   * Fixed #1307877 fbsetbg did not create ~/.fluxbox/lastwallpaper (Henrik)
2338
2339*05/10/23:
2340   * Fixed #1335255 (Gentoo #110197) fbgm had some globbing related probs (thanx t35t0r)
2341
2342*05/10/21:
2343   * Fixed #1223878, Style reloading on USR2 (thanx Zan)
2344
2345*05/10/20:
2346   * Fixed bug #1327878. (Henrik)
2347     Appending backslash to () and [] characters in the apps file
2348
2349*05/10/19:
2350   * Fixed reordering of tabs (thanx Rob Stevens)
2351
2352*05/10/12:
2353   * Small changes, coming from fbsd-ports (thanx Jeremy Messenger <mezz at FreeBSD dot org>)
2354
2355*05/10/04:
2356   * Avoid drawing the resize outline if not really resizing (Mathias)
2357
2358*05/09/25:
2359   * added nls for "-screen" argument (Thanks php-coder)
2360
2361*05/09/13:
2362   * Fixes #1267076, cygwin link problems (Mathias)
2363   * Use fbsetroot in Default-Styles (Mathias)
2364
2365-------------------------------------------------------------
2366Changes for 0.9.14:
2367
2368*05/09/12:
2369   * Fixes #1281708, MenuIcon doesnt scale properly (thanx Erik-Jan)
2370
2371*05/09/08:
2372   * Fixed bug in client menu. Window menu did not open. (Henrik)
2373   * Add titlebar scrolling options (thanks Krzysiek Pawlik <krzysiek.pawlik__AT__people.pl>)
2374     New init options:
2375       session.screenN.windowScrollAction: Shade|NextTab
2376       - set the action that happens when scrolling on the titlebar
2377       session.screenN.windowScrollReverse: true|false
2378       - reverse the action direction
2379
2380*05/09/04:
2381   * Added Feature Request #1084510 (Mathias)
2382     When Mod1 + LeftMouse are clicked on a Window and the mouse is not
2383     moved, the window is raised at LeftMouseRelease
2384
2385*05/09/03:
2386   * Exchanged the hardcoded 3200 pixel limit for texture size to
2387     a calculated value based on screen dimensions (Mathias)
2388
2389*05/08/31:
2390   * Added SVN Revision number output in info output (Thanks php-coder)
2391
2392*05/08/30:
2393   * Added el_GR (greek) Translation (thanx to Theofilos Intzoglou)
2394
2395*05/08/23:
2396   * Fixed unresolved symbols when configure --disable-regexp (Mathias)
2397
2398*05/08/17:
2399   * Added the 'Education' submenu to fbgm (thanx Lam)
2400
2401*05/08/15
2402   * Added uk_UA locales (Thanks Anatoli Sakhnik and php-coder)
2403
2404*05/07/25:
2405    Fix for #1240248, Segfaults for :MoveTabLeft/Right (Mathias)
2406
2407*05/07/20:
2408    Changed some *Focus options (Mathias)
2409    removed SloppyFocus, SemiSloppyFocus and ClickToFocus options
2410    added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus
2411    - MouseFocus - change the focus to the window under the mouse
2412      (almost similar to the 'old' SloppyFocus)
2413    - ClickFocus - change the focus to the window the user clicks
2414    - MouseTabFocus - change active tabclient to the one under the
2415      mouse in titlebar, does NOT change the focus
2416    - ClickTabFocus - change active tabclient when clicked onto a
2417      tabbutton
2418    to achieve former SemiSloppyFocus behavior one needs MouseFocus and
2419    ClickTabFocus
2420
2421*05/07/13:
2422    Dragging a tab button from current titlebar onto current client area will
2423    detach that client (Mathias)
2424
2425*05/07/12:
2426    Renaming of 'bsetroot' to 'fbsetroot' (Mathias)
2427    blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax
2428    nowadays and collide when you install fluxbox and blackbox. hence
2429    the renaming
2430    updated manpage, helper utils (fbgm, startfluxbox, fbsetbg), nls etc
2431*05/07/06:
2432    Added even more applications to fbgm (Mathias)
2433  * Added info about locale path in -info argument (Thanks php-coder)
2434
2435*05/07/05:
2436  * Respect border size in the MoveTo action (Mathias)
2437  * Added kcommander, Valknut, dcgui-qt, quickdc, asami, amsn to fbgm (Mathias)
2438
2439*05/06/30:
2440  * Fix #1223780, fbgm updated (Mathias)
2441    - added gnome-alsamixer
2442    - use "kfmclient openProfile filemanagement" for konqueror as filebrowser
2443  * Fix for clock displaying %S too late sometimes (Mathias)
2444
2445*05/06/28:
2446  * Fix for toggling the toolbar doesnt update strut (thanx C. Monti)
2447  * Little reordering of ToolbarMenu items (Mathias)
2448
2449*05/06/23:
2450  * Moved window menu from FluxboxWindow to BScreen, so
2451    we now use one window menu per screen instead of one menu per window,
2452    thus saving memory and increasing speed.      (Henrik)
2453
2454*05/06/19:
2455  * Fix shaded + iconic windows + restart (Simon)
2456    - use ATTRIB_HIDDEN, can't use IconicState
2457
2458  * Revert shaded window fix. Wrong approach and caused crashes (Simon)
2459  * Change FbWinFrame to use a Container (Simon)
2460
2461*05/06/18:
2462  * Fixes #1206821, unportable usage of grep in fbgm (thanx Dung)
2463  * Fixes #1116965, #1047529, shaded windows on restart (Mathias)
2464  * little Fix for font effects (Mathias)
2465
2466*05/06/15:
2467  * Enhanced MoveTo, fixes #1074568 (Mathias)
2468      MoveTo <int|*> <int|*> <Reference Corner>
2469       - * means "use current value"
2470       - Reference Corner is one of:
2471         - UpperLeft, Upper, UpperRight
2472         - Left, Right
2473         - LowerLeft, Lower, Right
2474       examples:
2475         MoveTo 0 * Left       -> snap to left workspace edge
2476         MoveTo * 0 Lower      -> snap to lower workspace edge
2477         MoveTo 0 0 UpperRight -> snap to upper right workspace corner
2478  * Fixes #1198192, vlc to fbgm (Mathias)
2479  * Fixes #1213003, SendToWorkspace shouldnt follow (Mathias)
2480      - SendToWorkspace silently changes the workspace of the window
2481      - TakeToWorkspace takes the window and puts it onto the ws
2482  * Fixes #1216020, *.font.effect wont get cleared if not defined in style (Mathias)
2483
2484*05/06/09:
2485  * Reordering of the WorkspaceMenu (Mathias)
2486    Icon submenu ontop, workspaces below, new|edit|remove on bottom
2487
2488*05/06/07:
2489  * Fixed justification in WorkspaceNameTool #1213262 (Mathias)
2490
2491*05/06/03:
2492  * Massive change of font handling (Mathias)
2493    - Usage of xft-fonts is prefered, except a font-description starts with '-'
2494    - Removed "antialias"-option completly, to enable/disable "antialias"
2495      use either  <fontname>:antialias=<bool> in the style or use
2496      Xft.antialias: <bool> in your .Xdefaults
2497    - Added new styleresources:
2498        *.font.effect: <halo|shadow>
2499        *.font.shadow.x : <int>       - shadow x offset
2500        *.font.shadow.y : <int>       - shadow y offset
2501        *.font.shadow.color : <color> - color of shadow
2502        *.font.halo.color : <color>   - color of halo
2503    - Removed 'shadow' and 'halo' options from fontdefinitions:
2504        !! Style authors have to update their styles !!
2505    - Simplified XmbFontImp to not try all possible fonts to match locale
2506    - Style authors may specify multiple fonts:
2507        <font1>|<font2>|<font3>
2508      if loading of font1 fails, fluxbox probes <font2>, etc. The last font is
2509      "fixed". Hints for style authors:
2510        - if xft tries to load a font it will _ALWAYS_ return a valid font,
2511          it doesnt have to look like the one you want to have, read more
2512          about it: http://fontconfig.org/fontconfig-user.html
2513        - export XFT_DEBUG=1  before running fluxbox helps to see
2514          which fonts are picked.
2515      eg:
2516          *.font: Verdana,Arial-12:antialias=true|-artwiz-snap-*-
2517          if fluxbox is compiled with xft this will NEVER try to
2518          load "-artwiz-snap-*-" since xft gives for sure a font,
2519          most likely Verdana or Arial but noone knows. So, if
2520          fluxbox has no xft support the first fontpattern fails
2521          and fluxbox tries the next one, which might be successful.
2522          if everything fails, it will use "fixed"
2523    - Added caching of fonts, fonts are only loaded once.
2524    - Fixed #1090902
2525
2526*05/06/02:
2527  * Fixed _BLACKBOX_NOTIFY_WINDOW_ADD issue (thanx Vadim)
2528    _BLACKBOX_NOTIFY_WINDOW_ADD was emited before _NET_CLIENT_LIST
2529    and _NET_CLIENT_LIST_STACKING lists updates.
2530  * Fixed iconified windows disappear from _NET_CLIENT_LIST (thanx Vadim)
2531  * Fixes for _NET* hints (Mathias + thanx Vadim)
2532    - _NET_WM_STATE_HIDDEN now correctly used
2533    - _NET_WM_STATE_SKIP_PAGER not longer deleted from state
2534    - _NET_WM_STATE_SKIP_TASKBAR not longer mixed with _HIDDEN
2535
2536*05/05/27:
2537  * Bugfix, install directory for keys, menu, init (Thanks php-coder)
2538  * Belarusian language translation
2539   (Thanks Kirill A. Shutemov, k.shutemov at sam-solutions d0t net)
2540
2541*05/05/21:
2542  * Keycodes can now be used in the keys file.
2543    Example:
2544    None 10 :NextWorkspace
2545    (10 - keycode for '1')
2546    Usefull for keys that have no symbol.
2547    (Thanks Matus Telgarsky, catachresis at cmu [d0t] edu)
2548
2549*05/05/18:
2550  * Added new configure option --with-locale=path
2551    redirects location of nls directories.
2552    (Thanks php-coder at altlinux dot ru)
2553
2554*05/05/17:
2555  * Fix systemtray overlap (Simon + Thanks Vadim)
2556
2557*05/05/14:
2558  * Fix some Ewmh/Gnome issues (Mathias + thanx Vadim)
2559    +  _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING not updated
2560       when sending _BLACKBOX_NOTIFY_WINDOW_DEL
2561    + _NET_WM_DESKTOP and _WIN_WORKSPACE had wrong initial values (-1), which
2562      lead to probems with (eg) fbpager
2563
2564-------------------------------------------------------------
2565Changes for 0.9.13
2566
2567*05/05/13:
2568  * Fix a segfault crash, and a similar potential one (Simon)
2569
2570*05/05/12:
2571  * Fixed configure.in for iconv for different platforms (Mathias)
2572  * Fixed setenv/putenv issues on platforms which dont support setenv (Mathias)
2573    we now use only putenv() and manage the used values on our own
2574  * Fixed compile issues on Darwin/MacOSX (Mathias)
2575  * Fixed problem when app changes the app-pixmap (Mathias)
2576  * Fixed missing header (Mathias)
2577  * Fixed some FbTk_istringstream issues for gcc295* (Mathias)
2578
2579*05/05/10:
2580  * Cache root pixmap, watch for property changes (Simon)
2581    (previously was checked EVERY time = lots)
2582  * minor tweak to configure.in (thanx php-coder)
2583
2584*05/05/09:
2585  * Fix for fbrun and completion (thanx Vadim)
2586  * Fix for gentoo-bug #91955 (thanx Julien Trolet)
2587    Remembering the position of a window didnt store the reference
2588    corner
2589
2590*05/05/07:
2591  * Fix isses in patch from Vadim (thanx Vadim)
2592  * Remove default "gray" background (Simon)
2593  * Fix titlebar transparency in some (tabbed) cases (Simon)
2594
2595*05/05/06:
2596  * Added new Buttons for the Titlebar of a Window (Mathias)
2597    - Shade - just like the "Stick"-button
2598      Styleresources:
2599        window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap
2600        window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap
2601        etc.
2602    - MenuIcon - click on it provides the windowmenu, if the app
2603      contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a
2604      little menu otherwise.
2605      Styleresources:
2606        window.menuicon.pixmap, window.menuicon.unfocus.pixmap window.menuicon.pressed.pixmap
2607        etc.
2608    Example ~/.fluxbox/init - entry:
2609      session.titlebar.left: MenuIcon Stick
2610      session.titlebar.right: Shade Minimize Maximize Close
2611  * xrestop should now display "Fluxbox" (Simon)
2612  * Fix potential segfault menu bug, thanks chenfeng (Simon)
2613  * Added more KeyActions to TextBox (thanx to Vadim <suhanov_vadim at mail dot ru>
2614      Control + LeftArrow  -> Moves cursor to the left direction, up to next word.
2615      Control + RightArrow -> to the right direction.
2616      Control + BackSpace  -> Removes everything from the cursor left side, up to next left word.
2617      Control + Delete     -> like above but removes to the right direction.
2618
2619*05/05/05:
2620  * Fix #1160244, #1099704, #1094107 Mutiple keyboard layout (Mathias + thanx
2621    to Vadim)
2622    Switching to a secondary/third keyboard layout via the xkb-extensions
2623    leads to broken NextWindow/PrevWindow and broken fbrun/CommandDialog:
2624    - be aware of what xkb is doing to the event.state
2625    - minor cleaning
2626
2627*05/05/03:
2628  * Fix drawing of no-title menus, plus updating of int menu items (Simon)
2629  * Code cleaning. (Henrik)
2630    Fluxbox::associateClient; creates tab and
2631    maps WinClient to label button.
2632
2633*05/05/02:
2634  * Added FbTk::Select2nd + more code cleaning (Henrik)
2635    This returns .second from operator ()(Someclass &a)
2636    Usefull for std::map loops.
2637  * Cleaning,  (Henrik)
2638    Create/delete tabs with FbWinFrame::createTab/removeTab
2639
2640*05/04/30:
2641  * Fix #1086673 ArrangeWindows on shaded aterms causes inconsistency (Mathias)
2642    we now place shaded Windows above the normal windows. ArrangeWindows
2643    touches only windows on the current (xinerama)-head.
2644
2645*05/04/29:
2646  * Added new IconbarModes:  (Mathias)
2647       NoIcons          - all but iconified windows
2648       WorkspaceNoIcons - all but iconified windows on the current ws
2649  * Fixed transient bug.  (Henrik)
2650    #1157361 inconsistent behavior of Java dialogs.
2651    Transients that are created before the transient_for window
2652    gets copied to a transient_for waiting list and when the
2653    transient_for window is created the transients are updated,
2654    When raising a transient window the window gets placed last
2655    in the transient list so it gets raised last and thus gets
2656    places above.
2657
2658*05/04/28:
2659  * Revert Mathias's little change to my patch, and fix it properly :) (Simon)
2660
2661*05/04/27:
2662  * Fix some initialisation, plus setting background too much (Simon + Mathias)
2663  * Add some extremely basic handling for icon pixmaps that aren't
2664    the same depth as the screen (treat all as 1-bit, easy to handle)
2665    (Simon)
2666  * Fix a bunch more issues with recent patches (Simon)
2667    - Clock text colour on start
2668    - Resizing not updating in some cases
2669    - menu separators not being drawn
2670  * Close #1107216, minor fbgm-issue, cosmetic startfluxbox (from the OpenBSD patches)
2671  * Fix #1182770 (Mathias)
2672    session.screen*.workspaces: <int> and the number of
2673    workspaces in the running fluxbox were out of sync and lead to
2674    segfault on a "reloadconfig"-Command.
2675  * Fix drawing when transparency off (Simon)
2676
2677*05/04/26:
2678  * Fix systray icon sizing (send a configurenotify on resize) (Simon)
2679  * Extension of previous patch, pushing various bits of menu items and
2680    text buttons onto the background, and fixing various issues (Simon)
2681    + Incidentally, adds some new theme items (due to backwards
2682      compatibility fix):
2683      - menu.hilite.submenu.pixmap:    <Pixmap>
2684      - menu.hilite.selected.pixmap:   <Pixmap>
2685      - menu.hilite.unselected.pixmap: <Pixmap>
2686    These are equivalent to the no-.hilite ones, except are shown
2687    when the item is highlighted...
2688
2689*05/04/25:
2690  * Fixed #1188690, fbrun segfault (Mathias)
2691
2692*05/04/23:
2693  * Close of #956325 (Mathias)
2694       WorkspaceMenu -> left click on a item will jump TO that
2695                        workspace
2696                     -> middle click will fetch it to the current
2697                        workspac
2698       SendToMenu    -> left click send it quietly
2699                     -> middle click send it and follows to that
2700                        workspace
2701    This should now match whats written in the manpage.
2702  * Fixed #960535 aka Deiconify with apps set 'sticky' (Mathias)
2703  * Fixed #1020399 aka broken ShowDesktop - command (Mathias)
2704
2705*05/04/22:
2706  * clear maximized-Flags of a resized/moved Window (Mathias)
2707  * fixed Iconified+Sticky Windows not shown in Iconbar (Mathias)
2708    (when in WorkspaceIcons-Mode
2709
2710*05/04/21:
2711  * Fixed iconv-issues on *BSD/MacOSX (Mathias)
2712  * Fixed #1133809, ArrangeWindows covers Toolbar/Slit (Mathias)
2713
2714*05/04/20:
2715  * Fixed problem with _NET_WM_STRUT (Mathias)
2716
2717*05/04/18:
2718  * Fixed problem with WindowSnapping (Mathias)
2719
2720*05/04/15:
2721  * Fixed #1170056, Moving tab beyong last right tab causes malfunction (Mathias)
2722  * Fixed a few drawing bugs created by last patch (Simon)
2723    (titlebar no clear on resize, menu opening offscreen...)
2724
2725*05/04/11:
2726  * Rework lots of stuff relating to transparency, esp menus+frame (Simon)
2727    + Massively reduce pixmap memory usage (view with xrestop)
2728    + Should also improve startup+style change times, esp for large menus
2729    + This introduces a few rendering bugs, but I'd like stuff tested
2730    + Transparency is done differently now. People shouldn't need to
2731      call updateTransparent.
2732    + Do not use persistent pixmap buffers unless you're sure!
2733      XSetWindowBackground already copies/buffers the set pixmap, so
2734      things need to be rendered to a temp pixmap once, then can be
2735      freed.
2736    Known bugs (please report others to Rathnor on #fluxbox):
2737     - different focus/unfocus transparency doesn't update labelbuttons
2738       properly. Workaround: use same transparency for both.
2739     - Text sometimes gets overdrawn a lot. Probably should render it to
2740       background using a virtual hook in FbWindow::updateBackground
2741     - Changing style resizes things, not all pixmaps updated properly
2742       Workaround: restart fluxbox after changing style
2743     - Probably breaks Composite support. Let me know how.
2744    TODO:
2745     + FbPixmap::getRootPixmap called very often. It should cache the
2746       result and watch the relevant properties.
2747
2748*05/04/09:
2749  * minor fix to startfluxbox (Mathias)
2750
2751*05/04/07:
2752  * Minor tweak for the buildsystem so it doesnt compile
2753    defaults.cc every time (Mathias)
2754
2755*05/04/03:
2756  * Tidy up some redundant pixmap allocations (Simon)
2757
2758*05/03/23:
2759  * added "Fullscreen" as a command (Mathias)
2760
2761*05/03/17:
2762  * some additions to fbgm, mostly cosmetic (Mathias)
2763
2764*05/03/16:
2765  * added -c <startupfile> to 'startfluxbox' (Mathias)
2766  * fix for gravity field on _NET_MOVERESIZE_WINDOW (thanx to Rob Stevens)
2767  * added new option to specify, on which screen fluxbox should handle
2768    the windows. default behavior is to handle each available screen.
2769    closes #1159809. (Mathias)
2770
2771       -screen <"all"|int[,int]>
2772
2773    eg:
2774
2775       $> fluxbox -screen 0,2      will run fluxbox on 0.0 and 0.2 so
2776                                   one can run any other wm on 0.1.
2777       $> fluxbox -screen all      default, fluxbox manages all screens
2778
2779
2780  * Fix for #1152450 (Mathias)
2781    when having multiple screens the rootCommand's were called
2782    too often
2783  * added --with-init, --with-keys, --with-style, --with-menu
2784    configure options (Thanks php-coder at ngs dot ru)
2785
2786*05/03/11:
2787  * Remove trailing whitespaces from any command (Mathias)
2788  * Fix usage of 'which' - test behaviour of which to choose usage
2789    method, rather than guessing based on system (Simon)
2790
2791*05/02/13:
2792  * Romanian translation update for fluxbox-generate_menu (Thanks Costin Stroie)
2793  * Added stringstream.hh to FbTk (Henrik)
2794    using FbTk_istringstream from this one.
2795
2796*05/02/09:
2797  * Fixed portability issues with fbgm (thanx to Dung)
2798
2799*05/02/04:
2800  * Fixed possible bug for invalid tools (Mathias)
2801
2802*05/02/03:
2803  * Added 'revision-number' to  fluxbox -info (Mathias)
2804    the revision-number only occurs in build based on svn, builds
2805    based on normal tarballs dont display it
2806
2807*05/02/01:
2808  * Added apps to fbgm, minor other changes (thanx to Dung)
2809    closes #1107234, #1105034
2810  * Change of SIGNAL-behavior (Mathias)
2811       SIGHUP  - restart of fluxbox
2812       SIGUSR1 - load configuration
2813       SIGUSR2 - reload configuration
2814  * Fix a problem with configure (Mathias)
2815    imlib2 is now really default-off
2816  * Minor changes to ru_RU (thanx php-coder)
2817
2818*05/01/31:
2819  * Close #1107213, 64bit issues (thanx to  Matthieu Herrb <matthieu.herrb@laas.fr>)
2820  * Close #1111378, -S (smooth) to wmsetbg's aspect-setting
2821  * Added cs_CZ (thanx to Radek Kubicek)
2822
2823*05/01/29:
2824  * Added icon-support for fbgm (thanx to Dung N. Lam)
2825    new options:
2826      -d  path(s) to search for *.desktop files
2827      -ds wider search for *.desktop files (takes more time)
2828      -i  path(s) to search for icons
2829      -is wider search for icons (worth the extra time)
2830
2831*05/01/24:
2832  * Fix a compileproblem for FreeBSD4.x (Mathias)
2833  * Updated a lot of Copyright dates and mail-info (Mathias)
2834  * Close #1107227, #1107222
2835
2836*05/01/21:
2837  * Fix tab detaching - the window wasn't shown (Simon)
2838
2839*05/01/20:
2840  * Close #1105048 (thanx to the openbsd-folks)
2841    minor issues with fluxbox-generate_menu
2842  * Close #1105041 (thanx to the openbsd-folks)
2843    execl needs NULL termination, on 64-bit-systems '0' would expand
2844    expand to a 32bit integer, not a 64bit pointer.
2845
2846-------------------------------------------------------------
2847Changes for 0.9.12
2848
2849*05/01/15:
2850  * Added menutest.cc to src/tests (Henrik)
2851    testing menu parser and theme
2852
2853*05/01/14:
2854  * Fix for #1091710 (SystemTray is not covered by StyleStuff) (Mathias)
2855    SystemTray is now configurable via styles thru the
2856
2857*05/01/12:
2858  * Fix for #1099278, #1099950 (Warnings on amd64) (thanx Barry Schwartz)
2859  * Updated ko_KR - (thanx Jo Hyunseok)
2860
2861*05/01/10:
2862  * Fix for #1087220 (WithdrawnState handling) (Mathias)
2863  * Fix position initialisation from apps file (Simon)
2864
2865*05/01/05:
2866  * Tidy up initialisation a bit better. Handlers can still use "action"
2867    functions (e.g. stick()), but those functions should now check if
2868    isInitialised and only set the state variables (not send signals
2869    etc) if not.
2870  * Fix for BScreen::reassociateWindow (Mathias)
2871    Simon's last changes made fluxbox crash when "Sticky" or "Workspace"
2872    options in the apps-file where used. This fix also solves <Current> and
2873    <SemiFollow>-Deiconifymode for Iconbar, when Iconbar is in
2874    <Icons-only>-mode
2875
2876*05/01/04:
2877  * Added apps to fluxbox-generate_menu (thanx to Uwe Weissenbacher <UweWeissenbacher@gmx.net>)
2878  * Added ko_KR (thanx Jo Hyunseok <ttrand at gmail dot com>)
2879  * Added --with-style=/path/to/default/style (thanx php-coder)
2880  * Updated ru_RU (thanx php-coder)
2881  * Fix some initialisation states, especially window placement with no
2882    decorations through apps (e.g. aterm) (Simon)
2883
2884*05/01/02:
2885  * Fix for #996298, Windows dont respect toolbar.border.width (Mathias)
2886  * Snapping to Screenedges, even when "maxover" is disabled (Mathias)
2887
2888*05/01/02:
2889  * Updated pl_PL (thanx to Meltir <meltir at wp.pl> and Cheester <czester at gmail.com>)
2890  * Fixed restart/memory problems with Imlib2 (Mathias)
2891
2892*04/12/30:
2893  * Fixed "remove last workspace" bug (Henrik)
2894
2895*04/12/28:
2896  * Fixed minor shape bug (Henrik)
2897
2898*04/12/21:
2899  * Added Imlib2 support to fluxbox (Mathias)
2900    allows us to load other image-formats than just xpm, but we need
2901    the help of an external (popular) library for that:
2902
2903       http://www.enlightenment.org/pages/imlib2.html
2904
2905     to have imlib2 support, you have to ./configure --enable-imlib2
2906
2907  * Cleaner code for global Font- and Imagestuff (Mathias)
2908  * Fixed problems with gtk2-fullscreen-mode (gimp2, galeon etc) (Mathias)
2909    - synchronize _NET_WM_STATE in Ewmh-Handler
2910    - disable shape (aka round corners) in fullscreen-mode
2911  * Added new command, which sets the current window onto head<int> (Mathias)
2912    SetHead <int>
2913
2914*04/12/18:
2915  * Fix possible segfault when new text in TextBox is
2916    smaller than the old one (Mathias)
2917  * Some reordering/renaming of functions/files (Mathias)
2918  * Some updates to ru_RU (thanx to <php-coder at ngs dot ru>)
2919
2920*04/12/13:
2921  * Some updates to the man page (Gruber)
2922  * Fixed a minor issue with icc (intel compiler) (Mathias)
2923  * Added nls/vi_VN (thanx Phan Vinh Thinh)
2924  * Fixed DragNDrop - Sorting of tabs (thanx Rob Stevens)
2925
2926*04/12/10:
2927  * Added Tab command, which goes to a specific tab number
2928    action:
2929    Tab <number>
2930    ex:
2931    Mod1 1 :Tab 1
2932    Mod2 3 :Tab 3
2933    (Thanks Steeve Lennmark <steeve dot lennmark at mediasvar dot se>)
2934  * Close #1080323, missing header (Mathias)
2935  * Fix issue with maximizing shaded windows, #1082671 (Mathias)
2936  * Added some apps and items to fluxbox-generate_menu (Mathias)
2937  * Added support for hsetroot to fbsetbg (Mathias)
2938  * Update ClockTool when timeformat changed, close #1026096 (Mathias)
2939  * SlitClientMenu had with wheelup/down sometimes (Mathias)
2940
2941-------------------------------------------------------------
2942Changes for 0.9.11
2943
2944*04/12/02:
2945  * New features for the Slit (Mathias)
2946    - left click on Slitclient-menu enables/disables item
2947    - wheel or middle/right-click on the items move them up / down in
2948      the slit
2949    - minor visual change of the menu, added a "Save SlitList" - entry
2950
2951*04/11/30:
2952  * Fix for notworking bsetroot (thanx Rob Stevens)
2953  * Fix to avoid gentoo bug #72703 (Mathias, thanx Rob Stevens)
2954    also reported at http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2
2955  * Fix for a java-bug (wrong opened subwindows) (thanx Scott Moser)
2956    surprisingly this also fixes the grab-of-death-bug as it seems
2957  * Update of the fluxstyle-manpage (thanx Curt Micol)
2958  * Added "kill" to the windowmenu-commands (Mathias)
2959    closes #1075142
2960
2961*04/11/28:
2962  * Fix for possible segfaults in *.iconbar.deiconifyMode (Mathias)
2963
2964*04/11/25:
2965  * Applied patch #1072818 (thanx Glyn Kennington)
2966  * (Re)added dragNdrop ordering of tabs (thanx Rob Stevens)
2967
2968*04/11/24:
2969  * Fix for hiding menu when menufile changed (Mathias)
2970  * Fix for segfault at startup (Mathias)
2971
2972*04/11/22:
2973  * fbrun doesnt overlap screenborders anymore (Mathias)
2974  * Ensure sane values for ResizeCmd (Mathias)
2975  * Fixed Wine + Paradise Poker Client problem.
2976    Do not handle Configure Request event while iconified.  (Henrik)
2977  * Fix UnderMousePlacement, patch #1052534, close #1048000 (thanx Mike)
2978
2979*04/11/20:
2980  * Fix for (possible) segfaults at Restart/Exit
2981    and fix start of former iconic windows (Mathias)
2982    should close  #1067582, #1067580, #1060912
2983  * Fix for adding/removing Workspaces via Menu (thanx �yvind Albrigtsen)
2984
2985*04/11/19:
2986  * Some changes to avoid invisible fonts (Mathias)
2987
2988*04/11/17:
2989  * Fix memleaks (thanx to Thomas Weidner)
2990  * Fix for possible segfault at exit/restart (Mathias)
2991
2992*04/11/15:
2993  * Moved CVS-Repository from sourceforge.net over to Subversion on berlios.de
2994  * Updated swedish locales and a few new menu-entries
2995    from Jonas Ericsson (jmaster at telia.com)
2996
2997*04/11/09:
2998  * Better visualisation of the RememberState in RememberMenu, #1024498 (Mathias)
2999
3000*04/11/07:
3001  * Fix a problem with snapping windows (Mathias)
3002    decorationless windows have a borderWidth of 0 -> problems at
3003    the right and bottom border.
3004
3005*04/11/01:
3006  * Fix for #1057499 and #1046472 (Mathias)
3007
3008*04/10/28:
3009  * Fix for #1052095 (Mathias)
3010    the windowmenu didnt close, when the current tab changed somehow
3011    (was closed, become detached, another window attached etc)
3012  * Fix for #1034522 (Mathias)
3013  * Fix for #1036982 aka defaults.hh wasnt distcleaned (Mathias)
3014
3015*04/10/22:
3016  * Fix for #1039658 (Mathias)
3017  * Added new resources: (Mathias + SemiFollow from Erik Postma,thanx)
3018    - session.*.iconbar.wheelMode: <mode>
3019        On     - enable mousewheeling on the iconbuttons
3020        Off    - disables mousewheeling on the iconbuttons
3021        Screen - uses the settings of desktopWheeling
3022
3023    session.*.iconbar.deiconifyMode: <mode>
3024
3025      Current    - deiconifies the window on current workspace
3026      Follow     - deiconifies the window on the workspace it
3027                   was iconified from and jumps to that workspace
3028      SemiFollow - acts as 'Current' for windows that were actually
3029                   iconified, and as 'follow' for the others
3030
3031*04/10/21:
3032  * A few fixes to compile fluxbox with icc and mipspro(irix) (Mathias)
3033    still some open issues with mipspro but to solve them i need
3034    a mipspro 7.4, but closes #1045785
3035
3036*04/10/18:
3037  * Added session.appsFile to the resources (Mathias)
3038  * Fixed a problem when system-date is set back (Mathias)
3039
3040*04/10/17:
3041  * Disabled resizing for shaded/iconic windows (Mathias)
3042  * Rewrote the restart-procedure of fluxbox so it calls the destructors correctly (Mathias)
3043  * cosmetic changes (Mathias)
3044
3045*04/10/16:
3046  * Added option to specify what to do with windows, that got activated on
3047    a different workspaces than the current one (thru NET_ACTIVE_WINDOW
3048    for example, guinotification-plugin from gaim) (Mathias)
3049       session.screen0.followModel: <value>
3050    with <value> one of :
3051
3052      Ignore  - ignore the activated window
3053      Follow  - go to the workspace of the window
3054      Current | CurrentWorkspace | Fetch - get the window onto the
3055                                           current workspace
3056
3057*04/10/11:
3058  * Fix a bad nls string name - it ended with Set, but was a string (Simon)
3059
3060*04/10/10:
3061  * Fix for a minor fbrun - problem (Mathias)
3062  * Added session.screen0.iconbar.iconTextPadding and
3063    session.tabPadding (Mathias)
3064    - defines the space between the text and the border of the buttons
3065  * Added session.focusTabMinWidth (Thanx Ciaran McCreesh)
3066    - defines the guaranteed minimize size of the focuessed tab
3067    in % of the whole window (1-90)
3068  * Update de_DE Translation and add some missing NLS values
3069    (Thanks Christian Storm)
3070    - also a tiny cleanup of weird nls set
3071
3072*04/10/08:
3073  * Fix some TextBox issues with some "untypeable" keys (Mathias)
3074
3075*04/10/07:
3076  * Fixed bug #1033903 (Thanks to Christian Storm)
3077
3078*04/10/06:
3079  * Memory allocation improvements in TextureRender. (Henrik)
3080    The texture render doesn't need to allocate red, green and blue
3081    buffers if it doesn't render gradients
3082  * Fixed gradient bug in bsetroot (Henrik)
3083  * Fixed multiple TextButton issues (Mathias):
3084    - fixed some keymovement issues inside TextButtons
3085    - a ButtonPress into a TextButton places the Cursor to the
3086      right place now
3087    - cleaned the CommandDialog a bit
3088  * New command: export | setenv (Mathias)
3089    sets the environment of fluxbox to a given value:
3090      export NAME=VALUE
3091      setenv NAME VALUE
3092
3093*04/10/04:
3094  * Don't require [begin] tag for included menu files (Simon)
3095  * Fix handling of setlocale return (Thanks Victor Yegorov)
3096
3097*04/09/30:
3098  * Fix to show title of current tabbed-window as the label of the
3099    iconbar-button-group (Mathias)
3100  * Fixed typo nls/pl_PL/Translation.m (Mathias)
3101
3102*04/09/29:
3103  * Fix to make menuseparators not selectable (Mathias)
3104  * Fix bug #1026929 (Mathias)
3105
3106*04/09/19:
3107  * Fix a tiny bug that leads to high cpuload under some circumstances (Mathias)
3108
3109*04/09/16:
3110  * Fix restart command not reading its args (Simon)
3111
3112*04/09/12:
3113  * Preliminary support for Composite extension (Simon)
3114    - Relies on external compositing manager using _NET_WM_WINDOW_OPACITY
3115    - NOTE: Also make alpha resource setting more consistent.
3116      Alpha values are no longer in theme, but are in init file. Possible
3117      values are (all beginning with session.screenN.), * means changed/new:
3118        -  menu.alpha (*)
3119        -  slit.alpha
3120        -  window.focus.alpha (*)
3121        -  window.unfocus.alpha (*)
3122        -  toolbar.alpha (*)
3123    - Changed menu around a bit. If you don't have/want a compositing
3124      manager, but Composite is enabled, you can override it by setting
3125        session.forcePseudoTransparency: true
3126    - Fix a couple of bugs with transparency in toolbar/buttons
3127  * Minor cleaning, moved Resource<> from fluxbox.cc to Resources.cc (Henrik)
3128
3129*04/09/11:
3130  * The include directive in menu can now take
3131    a director as argument [include] (path)
3132    It will include each file in the path into the menu (Thanks Ciaran McCreesh)
3133  * Fix for backup of empty or non existing menu (Thanks php-coder <php-coder at ngs.ru>)
3134  * Font::drawText now takes a referens to FbTk::FbDrawable as first argument
3135    instead of X Drawable (Henrik)
3136  * Code cleaning (Henrik)
3137  * display() access function for FbDrawable (Henrik)
3138  * Fix some more X errors from XRender calls (Simon)
3139    - also fixes some menu background update issues
3140  * Ignore 32-bit visuals for now when selecting (Simon)
3141    - should fix problems with Composite being enabled in X.org
3142  * Fixed issues with Strut and multiple heads (Thanks Mathieu De Zutter)
3143  * Fix issues that caused unnecessary X errors (Simon)
3144
3145*04/09/10:
3146  * Cosmetic and cleanup changes to FbTk/* (Mathias)
3147      - tabs -> spaces, wrong indention etc in all mentioned
3148        files and
3149      - using FbDrawable::s_display now instead of
3150        FbTk::App::instance()->display()
3151      - added warning about "wrong" wallpapersetter
3152      - removed old codefragment from XmbFontImp
3153  * Clean up some unused variables (thanks Ryan O'Hara)
3154
3155*04/09/09:
3156  * tidy+replace qiv with display in screenshot, add jpg option (Han)
3157  * Added forgotten [macrocmd] to menuitems (Mathias)
3158  * Cleanup of code (Mathias)
3159    - removed codeduplicates of ::getRootPixmap, added FbPixmap::getRootPixmap instead
3160
3161*04/09/04:
3162  * Fix duplicate icons in icon list with amsn (Henrik)
3163    - Check Fluxbox::update(FluxboxWindow::stateSig),
3164      the win.screen().addIcon
3165  * Fix crash on shutdown (Henrik)
3166    - workspacemenu must be destroyed before
3167      clientlists
3168
3169*04/09/03:
3170  * Fix crash on startup on amd64 (Simon)
3171    - We may need to review usages of 0 as opposed to NULL
3172    - Thanks to Jason Johnston (xoritor) for assistance debugging
3173  * Added -nearmouse to FbRun (Mathias)
3174
3175*04/09/02:
3176  * Fix crash when in windowmenu->submenu and closing the app (Mathias)
3177
3178-------------------------------------------------------
3179Changes for 0.9.10:
3180
3181*04/09/01:
3182  * Fix width of a menuentry (Mathias)
3183
3184*04/08/31:
3185  * Fixed restart issue with system tray (Henrik)
3186  * Fixed multiple screen issues with system tray (Henrik)
3187  * Check for iconv function (Henrik)
3188  * Fix for gcc 2.95.4 issues with "typeid" and "make_pair",
3189    Fix for a MIPSPro 7.30 issue (Mathias)
3190  * Check for C++ std headers, some older machines dont have them (Simon)
3191
3192*04/08/30:
3193  * Changed session.screen<num>.iconbar.clientWidth to
3194    session.screen<num>.iconbar.iconWidth (Henrik)
3195    IconbarTool.cc
3196  * Added RaiseLayer and LowerLayer to the commands (Mathias)
3197  * Close bug #1013735, #1012314, #977054 (Mathias)
3198  * Fix bug in menu-closing with keys (Mathias)
3199
3200*04/08/29:
3201  * Added [wallpapers|wallpapermenu|rootcommands] to possible
3202    menuitems (Mathias)
3203       [wallpapers] (directory) {rootcommand}
3204    creates a submenu in the menu to click on the wallpaper one
3205    wants. default rootcommand is fbsetbg
3206
3207  * Fix cycling using keys in menus (didn't wrap upwards) (Simon)
3208  * Fix rendering bug when revisiting >1 column menus (Simon)
3209  * Fix crash when extramenus not attached to windowmenu (Simon)
3210    - and add checking that windowmenu file exists and sorta parses
3211  * Tweak toolbar size/position (esp when 100% width)  (Simon)
3212    - and fix menu size bug when initialising with no style
3213  * Add back Workspace<n> actions with deprecated message (Simon)
3214    - need transition time, remove when 1.0 has been widely used for a while
3215  * More random render fixes (Simon)
3216    (font alignment in menu, menu optimisation, toolbar font/render)
3217
3218*04/08/28:
3219  * Some more menu rendering fixes (Simon)
3220    Thanks Florian Pigorsch for nice bug reports + debugging
3221  * Fix some blank fonts problem for i18n (I think)  (Simon)
3222  * Fix menu render bug with previously highlighted items (Simon)
3223
3224*04/08/27:
3225  * Protect Fluxbox::shutdown better from being double-called (Simon)
3226  * Improve fallback if toolbar button style item missing (Simon)
3227
3228*04/08/26:
3229  * Tiny unification (Mathias)
3230    - theme.cfg and style.cfg allowed
3231    - in menufiles:
3232        [stylesdir] and [themesdir] allowed
3233        [stylesmenu] and [themesmenu] allowed
3234  * Fix bevel on solid colour textures (Simon)
3235  * Make arrow in toolbar buttons scalable size (Simon)
3236    - new theme item: toolbar.button.scale:  <number>
3237      The number is a scale factor, which is divided into 100 to give
3238      the size relative to the button. 100 gives a arrow the same size
3239      as button, 200 gives half the size, 300 a third, etc.
3240    - default is now 300, not 200
3241    - also fix size balance with left/right arrows
3242  * Fixed 2 possible Memleaks (Mathias)
3243  * Re-implement bevels in toolbar, plus numerous toolbar-related theme
3244    fixes => old styles now look like they used to! (Simon)
3245
3246*04/08/25:
3247  * Fix to draw Cursors in Textboxes correctly again (Mathias)
3248
3249*04/08/22:
3250  * Preliminary basic support for icons in fluxbox-generate_menu (Han)
3251    - put a <progname>.xpm into ~/.fluxbox/icons. e.g. Eterm.xpm
3252
3253*04/08/19:
3254  * Fixes to make nroff not report errors for fbsetbg.1 (Han)
3255
3256*04/08/18:
3257  * Fix handling of font encodings, and related bugs (Simon)
3258
3259*04/08/17:
3260  * New manpage for startfluxbox (Han)
3261
3262*04/08/13:
3263  * Fixed slow resize of windows like xmms playlist.
3264    We called setupWindow() in XA_WM_NORMAL_HINTS even if
3265    nothing was changed -> slow!.  (Henrik)
3266
3267*04/08/12:
3268  * Moved fluxstyle.1 to fluxstyle.1.in and using regexp to
3269    replace pkgdatadir (Thanks php-coder at ngs dot ru)
3270
3271*04/08/11:
3272  * Updated Cthulhain style for toolbar.workspace.*
3273    and fixed a minor error in fluxbox.1.in
3274   (Thanks php-coder (php-coder at ngs dot ru)
3275  * Fixed bug: fbrun segfaults when history item is
3276    bigger than entry box
3277    patch: [ 1005182 ] fix for Bug with RequestID #877004
3278    bug: [ 877004 ] fbrun segfaults when history item is bigger than entry box
3279    (Thanks Mangala)
3280
3281*04/08/10:
3282  * Fixed minor bug when generating buttons for titlebar,
3283    it didn't call setupWindow unless we had a special option
3284    like remember enabled (Henrik)
3285  * Fixed so one can use to use this in the apps-file:
3286    [Layer] {number | literal}
3287    example:
3288        [Layer] {BOTTOM}
3289    while literal is one of (DESKTOP, BOTTOM, NORMAL, TOP, DOCK, ABOVEDOCK,
3290    MENU) (Thanks Mathias Gumz)
3291  * Added some new options font loading:
3292     *.font:  fontname-size:option,specoption1:key=val;key2=val2 etc
3293     eg:
3294      *.font: Verdana-10:bold,shadow:offsetx=2;offsety=4;color=green
3295      *.font: Verdana-10:halo:color=blue
3296    possible specoptions atm:
3297    halo:
3298      color=colorname
3299    shadow:
3300      color=colorname
3301      offsetx=number  (negative allowed)
3302      offsety=number  (negative allowed)
3303    (Thanks Mathiaz Gumz and C. Mccreesh)
3304  * Fixed utf-8 problems, needs testing.  (Patch from Sergey Kuleshov)
3305
3306*04/08/05:
3307  * Enable dutch menu for flemish people as well.
3308    (Thanks Mathieu De Zutter <mathieu at dezutter dot org>)
3309  * Check if init is consistent with menufile location (Han)
3310  * Russion translation updates (thanks Roman Yepishev)
3311
3312*04/08/03:
3313  * Fixed pixmap filename expansion for menu pixmaps (Thanks Mathias Gumz)
3314  * Fixed so menu separators are unclickable (Thanks Mathias Gumz)
3315  * Fixed menu move bug (Thanks Mathias Gumz)
3316
3317*04/07/19:
3318  * Some EMX fixes (Thanks dave_yeo at paralynx com)
3319
3320*04/07/18:
3321  * Fixed fallback for toolbar.button.pressed (Henrik)
3322
3323*04/07/15:
3324  * Click on handle bar raises window even if
3325    "click raises" = false,
3326    Consistent with the title bar.  (Henrik)
3327  * Mouse scroll on icons in toolbar changes workspace (Henrik)
3328  * Minor fix for Resource<bool> (Thanks David J�lio)
3329  * Fixed so the delete key is working for fbrun (Henrik)
3330  * Fixed minor bug when time_t is long long  (Henrik)
3331  * Removed ugly toolbar at startup (Henrik)
3332    it'll show up once all the windows are created.
3333
3334*04/07/14:
3335  * Fixed menu draw bug while doing keyboard navigation (Henrik)
3336  * Fixed transient window bug at startup (Henrik)
3337
3338*04/07/06:
3339  * Applied tiled texture fix patch (Thanks  dhx (xyx@gm...))
3340
3341*04/07/05:
3342  * Fixed minor bug: (Thanks Mathias Gumz)
3343    - menutitle and menulables drawn to close to screen-bottom
3344  * Fixed minor bug: (Thanks Mathias Gumz)
3345    - menu reload if filename changed
3346
3347*04/06/29:
3348  * manpage updates (thanks Curt Micol)
3349  * Fix rectangle cleaning on attaching tabs (Simon)
3350
3351*04/06/27:
3352  * Fixed bug in systray (Henrik)
3353    (this fixes the problem with "sim" in systray)
3354    - It didn't force client position on configure request
3355  * Added toggle menu (Henrik)
3356    - redraws each time a toggle menu item changes
3357  * Fixed bug in Iconbar mode menu (Henrik)
3358  * Some cleaning in the menu code (Henrik)
3359
3360*04/06/21:
3361  * Fix and tidy KDE dockapps on [re]start (Simon)
3362    - and don't listen to screen reconfigure sig anymore in toolbar
3363  * Fix autogrouping issue where windows wouldn't show (Simon)
3364
3365*04/06/20:
3366  * Clean out old nls stuff. Move in those strings that
3367    are still in the new names, new Makefiles, etc (Simon)
3368    - need to get script to help people translate
3369  * Fix various systray issues (Simon)
3370  * Support _NET_WM_WINDOW_TYPE_DESKTOP (Simon)
3371    - eg nautilus desktop windows are on the bottom, not tabable, etc
3372  * Fix honouring of initial state on window open (Simon)
3373
3374*04/06/18:
3375  * background xmessage in fbsetbg so it doesn't block anything
3376    also set the "okay" button to default so you can just press enter (Simon)
3377
3378*04/06/17:
3379  * Improve rendering speed of toolbar (Simon)
3380    - remove many redundant renders (esp. startup)
3381    - only update clock if the text has changed
3382    - fix transparency and border on most items
3383
3384*04/06/14:
3385  * More menu transparency improvements (Henrik)
3386
3387*04/06/13:
3388  * More menu transparency improvements (Henrik)
3389
3390*04/06/12:
3391  * Updated japanese locales from Yasuhiro Takabayashi
3392    <kourin at momonga-linux dot org>
3393
3394*04/06/10:
3395  * Fixed icon in menu and improved menu loading speed (Henrik)
3396    New option for menu file:
3397    [key] (label) {argument to key} <the icon filename>
3398    example:
3399    [exec] (aterm) {aterm} <terminal.xpm>
3400
3401*04/06/08:
3402  * Fix up bsetroot nls, and couple of other tweaks (Simon)
3403  * Some man page license updates c/- Han
3404
3405*04/06/07:
3406  * New menu theme items:
3407    menu.titleHeight: integer
3408    menu.itemHeight: integer
3409    The height of the item/title will be the biggest of
3410    font height + bevel and the specified height, so the
3411    text will always fit.  (Henrik)
3412  * Improved menu transparent rendering speed and
3413    the text is not transparent anymore so you are able
3414    to see the text even if you have 100% transparency (Henrik)
3415  * Moved drawing of menu items to MenuItem class (Henrik)
3416  * Initial NLS update (Simon)
3417    - use _FBTEXT, or _FBTKTEXT for all strings that go to the user
3418    - regenerate fluxbox-nls.hh when adding new strings
3419    - This patch doesn't convert old translations, so for the mo,
3420      translations are broken, sorry. Thats next.
3421
3422*04/05/24:
3423  * Fix handling alpha value of zero (Simon)
3424    - also fix up defaulting of missing alpha theme items to 255
3425
3426*04/05/21:
3427  * fluxbox-generate_menu:
3428    Updated polish locales from: �ukasz Wrzosek (unl at poczta dot fm)
3429
3430*04/05/18:
3431  * Make the size of arrows in buttons half the button size (grubert).
3432  * Add UP and DOWN buttons.
3433
3434*04/05/17:
3435  * Fix rendering of transparency on menu exposes (Simon)
3436    - also enable save unders for menu windows
3437      This is kind of experimental. Backing store is off by default
3438      in XF86-4. If you want to play, add: Option "BackingStore"  "yes"
3439      to the Screen section in your XF86Config file. And let me know
3440      how it goes :) It basically means we don't have to refresh
3441      menus as much, but uses more memory. Shouldn't break anything new.
3442  * Fix slit transparency too (finally) while we're at it (Simon)
3443
3444*04/05/13:
3445  * Fix a crash when a window closes while [opaque] moving (Simon)
3446    - also tidy up several related things when a window hides
3447    - don't call frame().hide() explicitly, use FBW.hide(bool)
3448
3449*04/05/04:
3450  * Fix EventManager bug/memory leak (possibly caused crash) (Simon)
3451
3452*04/05/02:
3453  * Added new nls item for windowmenu: Layer
3454  * New command: exit (Henrik)
3455  * Fixed loading of a windowmenu file. (Henrik)
3456    New resource:
3457     * session.screen<num>.windowMenu: <filename>
3458    The menu file format is the same as the normal ~/.fluxbox/menu
3459    but with some special menu items:
3460    [iconify], [maximize], [shade], [close], [extramenus]
3461    [layer], [sendto]
3462    + the all the other menu items that you can use in the normal
3463      root menu (i.e [exec] (aterm) {aterm})
3464    The [extramenus] will add  "remember" menu
3465    example: session.screen0.windowMenu: ~/.fluxbox/windowmenu
3466        [begin]
3467        [exec] (aterm) {aterm}
3468        [maximize]
3469        [shade]
3470        [stick]
3471        [submenu] (advanced)
3472           [layer]
3473           [sendto]
3474           [extramenus]
3475        [end]
3476        [separator]
3477        [close]
3478        [end]
3479  * Moved out some simple classes from Screen.cc (Henrik)
3480  * Fixed new menu parsing  (Henrik)
3481    everything goes through MenuCreator now.
3482
3483*04/04/30:
3484  * fix up reparent issue that affects java menus (thanks Scott Moser)
3485
3486*04/04/28:
3487  * Fix key bindings for directional focus movement (Simon)
3488    - reminder, key actions are: FocusUp, FocusDown, FocusLeft, FocusRight
3489  * Add apps file matching on WM_WINDOW_ROLE (Simon)
3490    - use "role=string". Particularly useful for gaim+gimp windows
3491      [app] (role=buddy_list) ...
3492
3493*04/04/27:
3494  * Fix up several toolbar theme items and alignments (Simon)
3495    - big improvement in look/compatibility of older styles
3496*04/04/26:
3497  * Fixed some small compile errors with gcc 3.4 (Henrik)
3498
3499--------------------------------------------------------------------
3500Changes for 0.9.9:
3501*04/04/22:
3502  * New Command: Deiconify <mode> <dest>   (Thanks Mathias Gumz)
3503    * Where mode is:
3504      * last
3505         - deiconify last iconified window
3506      * lastworkspace (default)
3507         - deiconify last iconified window
3508           from current workspace
3509      * all
3510         - deiconify all iconified windows
3511      * allworkspace
3512         - deiconify all iconfiied windows
3513           from current workspace
3514    * and dest is:
3515      * current (default)
3516        - deiconify them on current windows
3517      * origin
3518        - deiconify them where they were
3519      * originquiet
3520        - deiconify to old workspace but dont follow
3521  * Attach area for tabs:                 (Thanks Mathias Gumz)
3522    new resource:
3523    * session.tabsAttachArea: <mode>
3524    where mode is:
3525    Window   - dropping tabs to any part of the destination-window
3526               leads to attaching to that frame (default)
3527    Titlebar - dropping tabs only to the titlebar of the destination-
3528               window leads to attaching to that frame
3529  * FbRun:                                (Thanks Mathias Gumz)
3530    path completion and fixed so it loads apps on first tab-press
3531
3532*04/04/19:
3533  * Moved kde dockapps from slit into the systray in toolbar (Henrik
3534  * Minor fix for fbrun using FbTk::Directory (Thanks Mathias Gumz)
3535
3536*04/04/18:
3537  * Fixed decoration bug with mwm hint + remember (Thanks Mathias Gumz)
3538  * Fixed round courners bug in menu (Henrik)
3539  * Minor fix for decor/position remember state (Thanks Mathias Gumz)
3540  * Fixed drawing issue with big menus (Thanks Mathias Gumz)
3541  * fbrun: Tab complete on all apps in $PATH    (Thanks Mathias Gumz)
3542    (To tab complete on history Ctrl+Tab)
3543
3544*04/04/17:
3545  * KDE as default now, not a big overhead anyways (Henrik)
3546
3547*04/04/14:
3548  * Revert to sync. Async stops it from replaying (Simon)
3549  * Half revert a bit of the below, since it broke click-to-focus (Simon)
3550    -> adds back the grab, but as an async one
3551  * Hopefully fix the "stange" hang on restart (Simon)
3552    - remove big sync-ed grab on all Button1 events
3553    - Also tidy and fix tab moving
3554  * Fixed a menu title bug (Thanks Mathias Gumz)
3555
3556*04/04/12:
3557  * Hide window menu when clicking on another window (Thanks Mathias Gumz)
3558  * Possibly fixed the "strange" hang on restart and at creation of
3559    new windows. Needs more testing though. (Henrik)
3560    Making sure there's not more than one GrabPointer at once in FluxboxWindow.
3561
3562*04/04/10:
3563  * Some cleaning in Makefile.am's (Thanks  Fr�d�ric L. W. Meunier (1 at pervalidus dot net))
3564
3565*04/04/03:
3566  * French nls for fluxbox-generate_menu (Thanks LaLu <mathieu dot buffenoir at ece dot fr>
3567
3568*04/04/01:
3569  * Support aspect ratio hints (Simon)
3570
3571*04/03/31:
3572  * Fixed _MOTIF_WM_HINTS decoration toggle bug (Henrik)
3573
3574*04/03/30:
3575  * Fixed optional decoration on transient windows
3576    (Thanks Scott Moser <ssmoser at us dot ibm dot com>)
3577
3578*04/03/28:
3579  * Fixed window snaping to screen objects (Henrik)
3580
3581*04/03/22:
3582  * Added screen resources to define line style for resize/move (Thanks Mathias Gumz)
3583    session.screen<num>.overlay.lineWidth: <integer>
3584    session.screen<num>.overlay.lineStyle: <valid arguments:
3585                                            LineSolid, LineOnOffDash
3586                                            LineDoubleDash
3587                                            >
3588    session.screen<num>.overlay.joinStyle: <valid arguments:
3589                                            JoinRound, JoindMiter,
3590                                            JoinBevel
3591                                            >
3592    session.screen<num>.overlay.capStyle: <valid arguments:
3593                                           CapNotLast, CapRound,
3594                                           CapButt, CapProjecting>
3595
3596  * Fixed no-text-in-iconbar-bug on restart (Thanks Mathias Gumz)
3597
3598*04/03/21:
3599  * A number of small fixes (Simon)
3600    - Fix up focus+highlights on tab close
3601    - Centralise focus fallbacks (fluxbox::unfocusWindow)
3602      - we now prefer the last focused window in the current tabgroup to
3603        the actual last focused window on the whole screen.
3604
3605*04/03/19:
3606  * fluxbox-generate_menu:  (Han)
3607    removes the reload-menu code which is obsolete
3608    since Mathias's latest patch
3609
3610*04/03/18:
3611  * Fixed menu time stamp for root menu (Thanks Mathias Gumz)
3612    the root menu now reloads if you edit the menu file
3613  * Added Control-c to the TextBox.cc so the (Thanks Mathias Gumz)
3614    TextBox gets cleared if one presses Control-c
3615  * Fixed so @ and | works in text box (Thanks Mathias Gumz)
3616
3617*04/03/16:
3618  * Minor fix for ${INSTALL} and reload fluxbox menu  (Han)
3619  * Fix the fix, and a bit more for placeWindow (Simon)
3620
3621*04/03/15:
3622  * bug in placeWindow caused spinning with screens higher than width
3623    e.g. vertical xinerama   (Simon)
3624
3625*04/03/13:
3626  * Fixed so it compiles in cygwin (Henrik)
3627
3628*04/03/11:
3629  * fbsetbg updates: (Han)
3630    * Check if Esetroot was linked with Imlib
3631    * Add support for gxmessage (looks much nicer)
3632    * Send all messages to xmessage/gxmessage because test -t is also true
3633      when startx is used.
3634    * Add compat note for $UID
3635  * fbsetbg: special Esetroot check and message improvements (Han)
3636
3637*04/03/08:
3638  * Fix focus passing when grouping (Simon)
3639  * Fix receipt of _NET_WM_DESKTOP client messages (Simon)
3640    - fixes xmms "show on all desktops" not working
3641
3642*04/03/03:
3643  * Fix update of keys on keymap change (Simon)
3644  * Fix outline moving dropping on source workspace made window
3645    disappear [we now explicitly don't unfocus a moving window] (Simon)
3646  * Updated finnish locales for fluxbox-generate_menu (Thanks Lauri Hakkarainen)
3647
3648*04/03/02:
3649  * fluxbox-generate_menu changes: (Han)
3650    * Updated German locales from Mathias Gumz
3651    * More firefox support.
3652    * Updated compat-notes.
3653
3654*04/02/28:
3655  * Improved rendering speed when changing workspace or creating new window (Henrik)
3656  * Fixed bug in StringUtil::removeTrailingWhitespace (Thanks Mathias Gumz)
3657  * Fixed infinite loop in fbrun (Thanks Mathias Gumz)
3658  * Added improved checking for compiler and compiler version (Henrik)
3659
3660*04/02/26:
3661  * Improved transparent rendering speed in titlebar (Henrik)
3662  * Improved transparent rendering speed in Menu (Henrik)
3663  * Added CompareEqual class template that helps comparing
3664    accessor functions with PODs for containers
3665
3666*04/02/25:
3667  * Fixed cycling in tab completion for fbrun (Thanks Mathias Gumz)
3668
3669*04/02/20:
3670  * Added SendToNextWorkspace and SendToPrevWorkspace actions (Thanks Mathias Gumz)
3671  * Minor filename expansion fix (Thanks Mathias Gumz)
3672    and added '!' as a comment character in keys file
3673  * fixed focus issues with remember hidden (Thanks Mathias Gumz)
3674
3675*04/02/18:
3676  * Change workspace when clicking on a window in iconbar that's on (Henrik)
3677    another workspace
3678
3679*04/02/16:
3680  * Added remember hidden state for apps (Thanks Mathias Gumz)
3681    You mark apps in the apps-file with
3682    [Hidden] {yes}
3683    With this you can configure any app to be hidden from the toolbar
3684  * Fixed window size bug in no-decor windows on start/restart (Henrik)
3685
3686*04/02/14:
3687  * Fixed bug in _NET_MOVERESIZE_WINDOW (Henrik)
3688
3689*04/02/10:
3690  * Minor fixes (Thanks Mathias Gumz)
3691  * fbgm updates (Thanks Han and Nero Wolfe [mrwolfe<at>linuxmail.org])
3692    - portability fixes, improve menu reloading, and new menu entries
3693
3694*04/01/30:
3695  * Tidy up a few slitlist things (Simon)
3696    - expand ~, trim spaces, allow comments, use WM_CLASS instead of NAME
3697    - should make it use regexp like remember sometime
3698
3699*04/01/23:
3700  * Fix a few window frame issues when changing styles (Simon)
3701    - particularly a "void" area of the window
3702
3703*04/01/22:
3704  * Fix missing sanitycheck in fbsetbg (Thanks Tom Ryan)
3705
3706*04/01/21:
3707  * Added more international keywords and     (Thanks Antonio Gomes)
3708    Portuguese locales for fluxbox-generate_menu.in
3709  * Added automatic reload of the new menu in   (Han)
3710  * Fixed window size bug (Henrik)
3711    FbWinFrame::hideHandle and hideTitlebar could've
3712    caused window to have negative size
3713  * Fixed cursor bug in fbrun (Thanks Mathias Gumz (gumz<at>cs.uni-magdeburg.de))
3714  * Added support for:             (Henrik)
3715    _NET_WM_WINDOW_TYPE
3716    _NET_WM_WINDOW_TYPE_DOCK
3717  * Fixed so one can navigate in menu even if     (Henrik)
3718    numlock, capslock or scrollock are on
3719
3720*04/01/19:
3721  * Fixed minor bug in ResourceManager (Henrik)
3722  * Support for:                   (Henrik)
3723    _NET_WM_STATE_ABOVE
3724    _NET_WM_STATE_BELOW
3725    _NET_WM_CLIENT_LIST_STACKING
3726    _NET_WM_DESKTOP_VIEWPORT
3727    _NET_WM_DESKTOP_GEOMETRY
3728    _NET_WORKAREA
3729    _NET_ACTIVE_WINDOW
3730  * Fixed minor bugs in Ewmh,   (Henrik)
3731    The gnome-panel should now be working with window list and workspaces
3732
3733*04/01/18:
3734  * Fixed snap to max screen area instead of real screen area (Henrik)
3735  * Support for _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR (Henrik)
3736  * Fixed mplayer xvid vo bug (Henrik)
3737    It now finds correct screen to create window on
3738
3739*04/01/17:
3740  * Enter nls/pl_PL into configure.in and add a Makefile.am to pl_PL.
3741  * Add nls/sl_SI (thanks Ale� Jagodnik)
3742
3743*04/01/16:
3744  * Updated nl_NL locales (Han)
3745  * Different window for window position  (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com)
3746  * New Command:      (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com)
3747    WindowMenu  - this will show the window menu on the focused window
3748  * Revert to old focused window after menu keyboard navigation (Henrik)
3749  * Menu keyboard navigation bug fixes (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com)
3750    also fixes so submenus dont open unless you press Right
3751  * Using strut area for ArrangeWindows (Thanks Carlos (mindsuck<(at)>gfxnstuff .com.ar))
3752  * New behavior for icon button   (Thanks Dmitriy Nikitinskiy)
3753    On click: if focused then iconify else raise and focus.
3754
3755--------------------------------------------------------------------------
3756Changes for 0.9.8:
3757
3758*04/01/14:
3759  * Fixed some border issues with left/right alignment in Iconbar (Henrik)
3760  * Implement transparency for toolbar (Simon)
3761    - can use toolbar.alpha, as well as toolbar.<tool>.alpha
3762
3763*04/01/12:
3764  * Limit loop in menu cleaning (Han)
3765
3766*04/01/11:
3767  * Fixed ImageControl cache problem (Henrik)
3768  * Hide menus when click on iconbar (Henrik)
3769
3770*04/01/10:
3771  * Fixed a memory leak  (Henrik)
3772    We forgot to destroy screens on shutdown
3773  * Fix a number of transparency issues for window frames (Simon)
3774
3775*04/01/09:
3776  * Fixed color parse bug (Henrik)
3777  * Fixed an iconify bug in "All Windows" mode in IconbarTool (Henrik)
3778
3779*04/01/08:
3780  * Fixed some uninitialized variables (Henrik)
3781  * Minor fixes for signed/unsigned warnings in FbTk (Henrik)
3782
3783------------------------------------------------------------------------
3784Changes for 0.9.7:
3785
3786*04/01/02:
3787  * Added new styles Emerge (from Nuno Alexandre) and
3788    BlueFlux (from Lauri Hakkarainen)
3789  * Removed styles: Clean (CleanColor renamed to Clean), Rancor and Blue  (Henrik)
3790  * fbsetbg trivial: (Thanks Han)
3791    Add support for random_number, provided by:
3792    http://www.xs4all.nl/~hanb/software/arc4random.tar.bz2
3793    for the fans :)
3794  * Added menu item [separator] (Henrik)
3795  * Fixed bug in ThemeItem<int>::setFromString   (Henrik)
3796    It didn't check if sscanf returned error
3797  * Fixed image cache bug (Henrik)
3798  * Fixed active/unfocus fallback bug (Henrik)
3799  * Tab completion in command dialog (Henrik)
3800
3801*03/12/30:
3802  * Added resource session.useMod1 <boolean> to disable/enable mod1   (Henrik)
3803    for Resize/Move window with mod1 + button
3804  * Fixed so it checks for caps, num and scrollock (Henrik)
3805  * Focus issue (Henrik)
3806
3807*03/12/29:
3808  * Removed dublicate call to load theme in startup (Henrik)
3809  * Random wallpaper for fbsetbg (Thanks Han)
3810
3811*03/12/22:
3812  * Fix rendering of icon buttons when larger from rounding (Simon)
3813
3814*03/12/22:
3815  * Added Lock Screen to fluxbox-generate_menu (Thanks Han)
3816
3817*03/12/21:
3818  * Fix rounding on Iconbar (Simon)
3819  * And another attempt at sloppy focus issues (Simon)
3820  * Minor fix   (Henrik)
3821    We must assume Passive when no input hint is set
3822
3823*03/12/20:
3824  * Fixed toolbar and slit autohide bug (Henrik)
3825  * Added new action: BindKey <key line>  (Henrik)
3826    This will allow you to add key bindings while you're running fluxbox
3827    in the Fluxbox Command dialog.
3828    example:
3829    BindKey Mod1 R :RootMenu
3830    The key will add itself to the keys file, to remove keys you still
3831    have to manualy edit the keys file until there's a better save
3832    in the code.
3833
3834*03/12/19:
3835  * Added Edit Clock Format menu item  (Henrik)
3836    This allow the user to edit the clock format without open
3837    and edit the init file manualy
3838
3839  * Added new commands:                      (Henrik)
3840    SetResourceValueCmd <resourcename> <resource value>
3841    SetResourceValueDialog
3842    These will help the user to set some resources that doesn't have
3843    a configure menu item or that's painfull to change in small steps
3844    (like Menu Alpha)
3845  * Added setResourceValue, resourceValue and findResource to ResourceManager (Henrik)
3846  * Removed flicker in iconbar while changing active client in Window. (Henrik)
3847  * Fixed bug in key/mouse screen updates in fluxbox.cc (Henrik)
3848  * Old/New action:
3849    SetWorkspaceName doesn't pop up dialog to edit workspace name  (Henrik)
3850    it now sets the current workspace name direct
3851    example: SetWorkspaceName somespace
3852    this will set current workspace name to somespace
3853    The new action for editing workspace name is:
3854    WorkspaceNameDialog
3855
3856  * New Action: CommandDialog - with this action you'll get a dialog much like  (Henrik)
3857    fbrun but in this you can issue fluxbox actions like NextWorkspace and so on.
3858  * Replaces WorkspaceNameEditing with a more generic dialog  (Henrik)
3859    CommandDialog.
3860  * Code cleaning (Henrik)
3861  * changed session.opaqueMove to session.screen<num>.opaqueMove (Henrik)
3862
3863*03/12/18:
3864  * Patch from Ciaran that fixes so style files that    (Thanks Ciaran McCreesh)
3865    starts with "." or ends with "~" (backup files)
3866    doesn't gett added to style menu
3867  * Some cleaning (Henrik)
3868  * nl_NL locales (Thanks Han Boetes)
3869
3870*03/12/17:
3871  * Fixed some icc warnings (Henrik)
3872  * Changed menu delay resource values to milliseconds instead of microsec (Henrik)
3873    Max value for each delay is 5000 msec (5 seconds)
3874    A good set of values are:
3875    session.screen0.menuDelay: 400
3876    session.screen0.menuDelayClose: 300
3877
3878*03/12/15:
3879  * Fix mozilla focus issue (Simon)
3880    - When input focus hint not present assume false rather than true
3881
3882*03/12/13:
3883  * Moving client to drop zone when drag'n'drop to root window (Henrik)
3884
3885*03/12/12:
3886  * Added menu delay/click to open or close submenus (Henrik)
3887    In menuMode: Click you need to click on the menu item to open it.
3888    The menuDelay is the delay to open an submenu.
3889    The menuDelayClose is so you don't need to aim that much when
3890    you're moving the cursor to the submenu, over the item below
3891    or above, so it stays visible.
3892    new resource items:
3893    session.screen0.menuMode:  can be either Click or Delay (default: Delay)
3894    session.screen0.menuDelay:  in msec  (default: 0 )
3895    session.screen0.menuDelayClose: in msec (default: 0 )
3896    example:
3897    session.screen0.menuMode: Delay
3898    session.screen0.menuDelay: 400
3899    session.screen0.menuDelayClose: 300
3900    Notice how the menuDelay is a bit larger than menuCloseDelay
3901    this is so the previous menu can close before you open the next
3902  * Fixed bug when adding alot of new workspaces (Henrik)
3903  * Removed Next/Prev client from window menu (Henrik)
3904  * Added aligment for buttons in iconbar (Henrik)
3905    Change Left, Relative or Right via the Iconbar mode menu
3906    New resource item:
3907    session.screen0.iconbar.clientWidth: integer
3908    session.screen0.iconbar.alignment:  LEFT, RELATIVE or RIGHT
3909  * Support for bsetroot in fbsetbg (Han)
3910
3911*03/12/11:
3912  * Added remember position (Thanks Mathias Gumz)
3913    Usage:  [app] (fbrun)
3914            [Position]    (WINCENTER) {0 0}
3915            [end]
3916    and inside the { } is the relative position
3917    possible values for () are:
3918    UPPERLEFT, UPPERRIGHT, LOWERLEFT, LOWERRIGHT, CENTER, WINCENTER
3919    Remember.cc/hh
3920*03/12/10:
3921  * Added temporarly nice separator line (Thanks Ciaran McCreesh)
3922    use [nop] (---) to get a nice separator line in the menu
3923  * Fixed geometry window bug when resizing (Henrik)
3924  * Cleaning in menu code (Henrik)
3925
3926*03/12/09:
3927  * Ignore NotifyInferior focus changes (Simon)
3928    - trying to pin down various focus issues... does this help/hinder?
3929  * New theme items: (Simon)
3930    window.label.active:   <texture>
3931    window.label.active.textColor:  <color>
3932    For highlighting the active (visible) tab when not in focus.
3933    - fixes bug with unfocused windows not getting unfocus.textColor
3934
3935*03/12/08:
3936  * fbsetbg now remembers -u option  and it also has   (Han)
3937    a new -U option which does the same    thing without remembering
3938  * Added "visible" menu item to Toolbar (Henrik)
3939    When this item is off the toolbar vill be completely
3940    hidden. (You can still access the toolbar menu via main
3941    configure menu)
3942    New resource item:
3943    session.<screename>.toolbar.visible: <boolean>
3944  * Removed data/startup.in (Henrik)
3945
3946*03/12/07:
3947  * Fixed bug window title change bug for iconbar (Henrik)
3948  * Fixed bug in extra drawing in the iconbar (Henrik)
3949  * Fixed bug with color/colorTo and .pixmap in styles (Henrik)
3950  * Added Toolbar to main config menu again (Henrik)
3951
3952*03/12/06:
3953  * Updates for startfluxbox.in (Han)
3954
3955*03/12/04:
3956  * Added new clock format menu item (Henrik)
3957    It'll toggle the clock in 24/12 format
3958  * Changed XSync to FbTk::App::sync (Henrik)
3959
3960*03/12/03:
3961  * window menu inside clientmenu inside workspacemenu (Henrik)
3962  * Added new command "reloadstyle" (Henrik)
3963  * Fixed so toolbar menu hides when you click on root window/desktop (Henrik)
3964  * Removed ToolbarHandler (Henrik)
3965
3966*03/12/02:
3967  * Missing include of math.h for sqrt (Simon)
3968
3969*03/12/01:
3970  * Fixed shadow bug with other options (Henrik)
3971  * Fixed antialias bug in fbrun   (Henrik)
3972    Antialias is enabled by default for FbRun
3973    Changed switch -a to -na (disable antialias)
3974
3975*03/11/29:
3976  * Added shadow text (Henrik)
3977    To use shadow in text you need to add option to your font style item.
3978    The theme item will continue to work in old fluxbox and it'll just
3979    ignore the "shadow" option
3980    Example:
3981    menu.title.font: Verdana-10:bold,shadow
3982    menu.frame.font: Verdana-8:shadow
3983    window.font: sans-8:shadow
3984    *.font: sans-12:shadow
3985
3986*03/11/27:
3987  * The "Send To..."-menu is back (Henrik)
3988  * Added new option on Iconbar mode menu: "Use Pixmap" (Henrik)
3989    Toggle this to show/hide pixmap of windows
3990    new resource item:
3991    session.screen<num>.iconbar.usePixmap: <boolean>
3992  * Changed Maximize menu item in Window menu to a multi button item (Henrik)
3993    Button1: Maximize Normal
3994    Button2: Maximize Vertical
3995    Button3: Maximize Horizontal
3996    MultiButtonMenuItem.hh/cc, Window.cc
3997*03/11/23:
3998  * Some util/ updates from Han
3999
4000*03/11/19:
4001  * Fix menu draw bug for empty submenus (Simon)
4002  * Fix menu placement for iconbar and titlebar activation, including
4003    xinerama awareness (Simon)
4004  * Fix win menu hide straight after show when right click icon (Simon)
4005
4006
4007-------------------------------------------------------------------------
4008Changes for 0.9.6:
4009
4010*03/11/16:
4011  * Fixed sstream and strstream header check (Henrik)
4012  * Add image search paths when loading a style (Simon)
4013    - now looks for pixmaps in <stylebase> and <stylebase>/pixmaps
4014    - now looks for styles in <stylesdir>/<stylename>/theme.cfg
4015      => for this, stylebase is the style directory
4016    - pixmap styles should use the new format for portability
4017
4018*03/11/15:
4019  * Moved fluxbox-generate_menu to fluxbox-generate_menu.in  (Thanks Han)
4020    fixed empty submenu problem
4021
4022*03/10/31:
4023  * Fix slit client map on restart and surplus menu redraw (Simon)
4024  * Fix textbutton text alignment (out by one) (Simon)
4025  * Tweak some positioning for winbutton drawn icons (Simon)
4026  * Fix iconbar button alignment and squash inactive tools (Simon)
4027    - also fix a bunch of rounding issues
4028    -> keep in mind that titlebar/iconbar width may not be exactly
4029       divisible by the number of clients/labels in it
4030
4031*03/10/30:
4032  * Fix handling of theme's with a zero handleWidth (Simon)
4033
4034*03/10/28:
4035  * Fix building with --disable-slit (Simon)
4036
4037*03/10/27:
4038  * Change FbWinFrame to NOT reparent client windows into clientarea (Simon)
4039    - fixes (I think) java bug with missing drawing bits of window
4040    - allows us to remove some dodgy "and for parent" hacks (not done in
4041      this patch, but will be in new action system which depends on this)
4042    - clientarea still exists for future implementation of improved
4043      sizing, particularly to provide a backing to clients that don't
4044      take up the whole area.
4045
4046*03/10/26:
4047  * Fixed bug in FbWindow::setNew  (Henrik)
4048    It didn't update member variables
4049
4050*03/10/25:
4051  * Fixed whitespace in filenames for pixmaps (Henrik)
4052  * Added MoveTo/ResizeTo commands (Thanks sylvinus)
4053    Moves/Resize the window absolute coordinates
4054    * usage: MoveTo 100 100
4055             ResizeTo 100 100
4056*03/10/20:
4057  * fbgm updates from Han
4058    - allow options in ~/.fluxbox/menuconfig
4059    - update dutch locales a bit.
4060    - fbrun options added in menuconfig
4061    - added /usr/X11R6 to searchpath
4062    - some other random fixes/updates
4063
4064*03/10/17:
4065  * fbsetbg update from Han - new option to explicitly say
4066    which wallpaper setting to use, plus minor changes
4067
4068*03/10/15:
4069  * Fix event manager target window (Simon)
4070    -> Some events don't have the main window as xany.window
4071       (e.g. XConfigureRequestEvent has the parent there)
4072    -> Fixes missing configurerequest events for e.g. galeon
4073
4074*03/10/14:
4075  * Bug fix in NextWindow/PrevWindow Command  (Henrik)
4076    it was only executed when last event = keyevent
4077  * New theme items:
4078    * toolbar.button.size for fixed buttons in the toolbar
4079    * toolbar.button.borderWidth
4080    * toolbar.button.borderColor
4081    * toolbar.button
4082    * toolbar.button.color
4083    * toolbar.button.colorTo
4084    * toolbar.button.pixmap
4085    * toolbar.button.picColor
4086    * toolbar.button.pressed.color
4087    * toolbar.button.pressed.colorTo
4088    * toolbar.button.pressed
4089  * Added pressed color for buttons (Henrik)
4090  * Added new tools for the toolbar (Henrik)
4091   - nextworkspace/prevworkspace creates left/right arrows that changes workspace
4092   - nextwindow/prevwindow creates left/right arrows that changes focused window
4093
4094*03/10/10:
4095  * Various drawing-related optimisations and bug fixes (Simon)
4096    - fixes toolbar random colour flicker on workspace change
4097    - speeds up pixmap rendering a little (inlining and friends!)
4098    - pixmap cache now a set rather than list (faster search)
4099
4100*03/10/08:
4101  * fluxbox-generate_menu update from Han
4102    - replace getopts with portable workaround
4103  * fbsetbg updates from Han, and some tweaking (Simon)
4104
4105*03/10/06:
4106  * Fix rendering of offscreen windows (remove if !visible tests) (Simon)
4107  * Fix shaped windows+menus (Simon)
4108    - make sure all existing menus use shape
4109    - fix Shape itself, particularly to work properly with borders
4110
4111*03/10/05:
4112  * Fix frame size when changing titlebar size (Simon)
4113    - also send configure notify when toggling decorations
4114  * Move a bunch of functionality from Keys into FbTk::KeyUtil (Simon)
4115    - also fix issue where Capslock mod was taken to be whatever caps
4116      key was mapped to (why??). Now uses LockMask (ditto num,scroll).
4117  * Fix reading of auto raise delay (Simon)
4118  * Make focusLast work for sloppy focus when changing workspace or
4119    closing a window (Simon)
4120    - also generalises event redirects (e.g. for window moving)
4121
4122*03/10/04:
4123  * Fix NLS bad message errors by adding explicit codeset entries (Simon)
4124    - thanks to Matt Hope for pointing us to the recent workaround from
4125      blackbox (and thanks to Matt Kraai who contrib-d to Blackbox)
4126    - also clean up the Makefiles so they are more generalised
4127
4128*03/10/02:
4129  * Fix couple of memory leaks and uninitialised uses shown up with
4130    valgrind (Simon)
4131  * Make grips children of handle (Simon)
4132    - Fixes parentrelative grip texture
4133  * Fix updating of window on focus change (Simon)
4134
4135*03/09/29:
4136  * Fix aterm not updating on opaque move (Thanks Mathias Gumz)
4137  * Fix resize calculations, particularly wrt base_width/height (Simon)
4138    - fixes abiword resize issues
4139  * Nearest-quadrant resizing (Thanks Uwe Maurer and Mathias Gumz)
4140  * Update from Han
4141   - make startup executable to save one process
4142   - make pixmaps-dir
4143   - use -a which falls back to -f for wallpapers(testing)
4144   - some code cleanups.
4145
4146*03/09/24:
4147  * Fix crash when closing active window while cycling focus (Simon)
4148    Screen.cc
4149  * Fix updates to mwm_hints, and make configure request
4150    move and resize atomic (Simon)
4151    - fixes mplayer fullscreen window being moveable
4152    - fixes focus loss when toggling mplayer fullscreen
4153  * Fixed the "aterm"-bug  (Henrik)
4154
4155*03/09/23:
4156  * Add support for _NET_WM_STATE_FULLSCREEN (Simon)
4157    - fixes mozilla/firebird fullscreen
4158
4159*03/09/22:
4160  * Fix invisible minimize button for non-pixmap themes (Simon)
4161
4162*03/09/21:
4163  * Fix disappearing close button (Simon)
4164
4165*03/09/20:
4166  * Add nls/pl_PL (Thanks Offtza).
4167  * Add nls/translators.txt saying that offtza contributed the pl_PL.
4168  * Fixed ArrangeWindows for greater odd numbers (5,7,..).
4169
4170*03/09/19:
4171  * fbsetbg update (Thanks Han)
4172    - fixes fbsetbg -l after a changing the wallpapersetter.
4173    - fixes xli debug message
4174    - cleanups
4175    - adds feh (thanks teemu)
4176
4177*03/09/16:
4178   * Apply gravity when changing decorations (Simon)
4179     - also fix gravity when decorations not present
4180
4181*03/09/15:
4182   * Fixed bug in IconbarTool mode = NONE (Henrik)
4183
4184*03/09/14:
4185   * Fixed minor bug in stick pressed button (Henrik)
4186   * Focus fixes (Simon)
4187     Hopefully fixes mysterious instances of focus not being set right.
4188   * More optimization to reduce flicker in titlebar
4189
4190*03/09/13:
4191   * Fixed minor compilation problem for Solaris (Thanks NivenHuH)
4192   * Added new theme items (Henrik)
4193     * menu.borderWidth
4194     * menu.borderColor
4195     * menu.bevelWidth
4196     * window.handleWidth
4197     * window.bevelWidth
4198   * Optimized rendering for windows (Henrik)
4199     Reduced flicker
4200   * Changed fallback options for window button pixmaps (Henrik)
4201     *.focus/unfocus will fallback to old style if no pixmap is detected
4202   * Added anjuta, blender -w, wings, rox filer, vmware, xlock
4203     to fluxbox-generate_menu  (Thanks Pol)
4204
4205*03/09/12:
4206   * Fix a couple of issues related to windows reparenting themselves
4207     to escape the WM. Hopefully fixes mplayer/vncviewer fullscreen
4208     problems.  (Simon)
4209   * Fix window gravity handling (Simon)
4210     - should fix some offset fullscreen issues
4211
4212*03/09/10:
4213   * Fixed buffer for TextButton (Henrik)
4214     Reduces flicker
4215   * Added Move action (Thanks Mathias Gumz)
4216     Usage: Move x y
4217   * Fixed minor bug in IconbarTool (Henrik)
4218   * Added update timer for transparency in FbWinFrame (Henrik)
4219     Updates the transparency 1 usec after each move,
4220     this speeds up moving in opaque mode
4221     * new resource item
4222        session.updateDelayTime: <micro sec>
4223     This delay decides when the transparency should update when you're moving
4224
4225*03/09/08:
4226   * Fixed numlock and scrlock bug in FbTk TextBox (Henrik)
4227     This will fix workspace edit window input when having
4228     num- or scrolllock on.
4229   * Added iconbar mode menu (Henrik)
4230     * new resource item:
4231       session.screen<num>.iconbar.mode: <mode>
4232     Toolbar.cc, IconbarTool.cc/hh
4233   * Added icon list sig to Screen (Henrik)
4234     This will notify when the icon list changed.
4235     Useful for IconbarTool
4236   * Fixed minor bug in FbTk::Subject (Henrik)
4237     If one removes an observer while notify() it'll put that observer
4238     in a dead_observer list which will be cleand after notify()
4239   * Fixed minor bug in FbTk::Button (Henrik)
4240     It did a execute() and then a updateTransparent (in buttonRelease),
4241     which could be dangerous if the execute() killed the object
4242   * Fix when selecting + unneeded submenu redraw on enter+motion (Simon)
4243
4244*03/09/07:
4245   * Added startup script to be used with startfluxbox, to get a
4246     consistent frontend for both *dm and startx and your fluxbox-session  (Thanks Han)
4247   * Minor cleaning in some Makefile.am (Thanks Han)
4248
4249*03/09/06:
4250   * Added Resize x y as command (Thanks Mathias Gumz)
4251   * Added "!" as a comment line for keys file (Thanks Mathias Gumz)
4252   * Fixed so root menu and workspace menu shows up under the mouse (Thanks Mathias Gumz)
4253   * Moved detection of lock modifiers from Keys to FbTk::KeyUtil  (Henrik)
4254
4255*03/08/30:
4256   * Added new action: workspacemenu  (Thanks Mathias Gumz)
4257   * Improved menu speed (Henrik)
4258   * Fixed old borderColor theme option fallback for Slit (Henrik)
4259
4260*03/08/29:
4261   * Fixed iconbar, workspace theme and slit for old themes (Henrik)
4262   * Added -verbose argument to fluxbox (Henrik)
4263     This will enable theme warnings
4264
4265*03/08/28:
4266   * Fixed so ThemeManager::load expands ~  (Henrik)
4267   * Fixed pixmap bug when changing between non-pixmap themes
4268     and pixmap themes (Henrik)
4269   * Fixed so Theme items calls setDefaultValue in constructor (Henrik)
4270     This should fix init values.
4271   * Fixed empty window bug in SystemTray (Henrik)
4272   * Fixed configurable tools in toolbar (Henrik)
4273     * New resource item:
4274       * session.screen<num>.toolbar.tools: <toolname>, <toolname2>
4275       example: session.screen0.toolbar.tools: clock, iconbar, workspacename
4276       Valid toolnames are:
4277       * workspacename
4278       * clock
4279       * iconbar
4280       * systemtray
4281   * Fixed toolbar height bug crash (Henrik)
4282
4283
4284---------------------------------------------------------------------------
4285Changes for 0.9.5:
4286
4287*03/08/27:
4288   * Added support for _NET_WM_STATE_MAXIMIZE_{HORZ/VERT} (Thanks stephan wezel <s.wezel<at>web <dot> de>)
4289   * Added new theme item for toolbar: (Henrik)
4290      * toolbar.height
4291   * Added new theme items for menu:  (Henrik)
4292      * menu.selected.pixmap
4293      * menu.unselected.pixmap
4294      * menu.submenu.pixmap
4295      One can now specify pixmap to use for toggle items and
4296      what "arrow" to show on submenu items
4297   * Changed FbRun to use FbPixmap and GContext (Henrik)
4298   * Added FbTk::GContext a wrapper for X GC (Henrik)
4299   * Changed FbRun to use FbTk::TextBox
4300   * Added a workspace name setting tool (Henrik)
4301     new action name: SetWorkspaceName
4302   * Added TextBox for input window (Henrik)
4303
4304*03/08/25:
4305   * Fix some style initialisation issues (Simon)
4306   * Added window icon for FbRun (Henrik)
4307
4308*03/08/24:
4309   * Fixed transparent bug in Menus (submenu) (Henrik)
4310   * Fixed so shaped windows like xmms wont get theme  (Henrik)
4311     specified shape (round corners)
4312   * Added file Compose.hh (Henrik)
4313   * Fixed randr support in toolbar (Henrik)
4314
4315*03/08/23:
4316   * Fixed autohide and menu in Toolbar (Henrik)
4317
4318*03/08/22:
4319   * Added search path resource for images (Henrik)
4320     * session.screen<num>.imageSearchPath
4321     This is a list separated by , or space
4322     example: session.screen0.imageSearchPath: ~/.fluxbox/pixmaps, /usr/share/fluxbox/pixmaps
4323   * Added new files for image loading (Henrik)
4324     The new way to load pixmap is to call FbTk::Image::load(thefile, screen_num);
4325     and to add more image file support you just have to extend FbTk::ImageBase
4326     and register it to FbTk::Image
4327   * Fixed scaling in WinButtonTheme (Henrik)
4328   * Added new theme item window.title.height, Window.Title.Height (Henrik)
4329
4330*03/08/19:
4331   * Added ResizeVertical and ResizeHorizontal  (Thanks Mathias Gumz)
4332   * Fixed fallback option for theme items (Henrik)
4333     So the toolbar should look better in old themes
4334   * Fixed bug in Subject.cc that cause observers to be added more than once (Henrik)
4335
4336*03/08/17:
4337   * Update fbsetbg and fluxbox-generate_menu (Han)
4338
4339*03/08/16:
4340   * Fixed iconified windows in toolbar  (Henrik)
4341     IconbarTool.cc
4342   * Fixed default values on startup for some themes  (Henrik)
4343
4344*03/08/15:
4345   * Fixed new height resource for toolbar (Henrik)
4346     This will override the styles font height
4347     session.screen0.toolbar.height
4348   * Added support for system tray (_NET_SYSTEM_TRAY)  (Henrik)
4349
4350*03/08/13:
4351   * Fixed shape bug when switching between shaped themes and non shaped (Henrik)
4352   * Fixed default values for FbTk::Texture theme items (Henrik)
4353   * Added border theme items to ToolbarItems (Henrik)
4354     * New theme items
4355       toolbar.clock.borderWidth: <integer>
4356       toolbar.clock.borderColor: <color>
4357
4358       toolbar.iconbar.borderWidth: <integer>
4359       toolbar.iconbar.borderColor: <color>
4360
4361       toolbar.workspace.borderWidth: <integer>
4362       toolbar.workspace.borderColor: <color>
4363
4364   * Changed FbTk::Button to a FbWindow (Henrik)
4365
4366*03/08/12:
4367   * Added new texture type: Tiled  (Henrik)
4368     This will just affect pixmap loaded from file, and it will not scale them.
4369
4370*03/08/11:
4371   * Fixed a minor focus bug, the m_focused_window was out of sync after revertFocus (Henrik)
4372   * Changed so FbTk::Timer executes a FbTk::Command instead of calling TimoutHandler (Henrik)
4373   * Added new files for Toolbar (Henrik)
4374     * toolbar theme items now:
4375       The clock:
4376       toolbar.clock: <texture>
4377       toolbar.clock.pixmap: <filename>
4378       toolbar.clock.color: <color>
4379       toolbar.clock.colorTo: <color>
4380       toolbar.clock.textColor: <color>
4381       toolbar.clock.font: <font>
4382
4383       Workspace name:
4384       toolbar.workspace: <texture>
4385       toolbar.workspace.pixmap: <filename>
4386       toolbar.workspace.color: <color>
4387       toolbar.workspace.colorTo: <color>
4388       toolbar.workspace.textColor: <color>
4389       toolbar.workspace.font: <font>
4390
4391       This is for an empty iconbar:
4392       toolbar.iconbar.empty: <texture>
4393       toolbar.iconbar.empty.pixmap: <filename>
4394       toolbar.iconbar.empty.color: <color>
4395       toolbar.iconbar.empty.colorTo: <color>
4396
4397       Focused window in iconbar:
4398       toolbar.iconbar.focused: <texture>
4399       toolbar.iconbar.focused.pixmap: <filename>
4400       toolbar.iconbar.focused.color: <color>
4401       toolbar.iconbar.focused.colorTo: <color>
4402       toolbar.iconbar.focused.textColor: <color>
4403       toolbar.iconbar.focused.font: <font>
4404       And the same for .unfocused:
4405       toolbar.iconbar.unfocused: <texture>
4406       etc.
4407
4408*03/08/10:
4409   * Fix session.menuFile to work with ~ properly (Simon)
4410
4411*03/08/07:
4412   * Updated fluxbox-generate_menu (Thanks Han)
4413     Test before warning, browser details, minor indent issues
4414
4415*03/08/04:
4416   * Added transparent window (Henrik)
4417
4418*03/08/03:
4419   * Improve inclusion of GNOME and KDE menus (Simon and Han)
4420
4421*03/07/29:
4422   * Minor fixes in fluxbox-generate_menu, fbsetbg and styles (Thanks Han)
4423   * Fixed kde dockapp bug (Henrik)
4424   * Added icon menu to workspace menu (Henrik)
4425   * Change:    (Simon)
4426     - Fluxbox::window search
4427     - Fluxbox::m_focused_window
4428     - strut saving
4429     - Some event handling
4430     - and more
4431     to use WinClient, not FluxboxWindow.
4432     This should fix some bugs where things weren't consistent and
4433     hopefully sets the stage to fix various other things that get out of
4434     whack.
4435
4436*03/07/28:
4437   * Added MoveTabLeft and MoveTabRight commands (Henrik)
4438
4439*03/07/26:
4440   * Fix window size when changing borderWidth [borderless wins] (Simon)
4441   * Fix some keybinding issues with ShadeWindow, StickWindow,
4442
4443*03/07/25:
4444   * Make fbrun work properly on multiple screens (Simon)
4445   * Make sure all the menus have titles, make -version go to stdout (Simon)
4446   * Fix pesky crash and phantom icons (diesig wasn't getting through) (Simon)
4447
4448*03/07/24:
4449   * Fix some maximisation issues (Simon)
4450
4451*03/07/23:
4452   * Fixed KDE dockapp bug (Henrik)
4453
4454*03/07/21:
4455   * Really fix focus stuff. Should be properly standards compliant now (I
4456     hope). This also fixes a crash introduced yesterday.   (Simon)
4457
4458*03/07/20:
4459   * Fix aspects of focus and raising, including transients (Simon)
4460     - fixes focus toggling with transients and sloppy focus
4461   * Fix menu [re]drawing, particularly when selecting options (Simon)
4462   * Fix disappearing Remember menu, plus titles of sub-window menus
4463     -> can now use addExtraMenus for windows in extensions (Simon)
4464   * Fix crash with toolbarmode = OFF, and put toolbar menu back into
4465     screen's configure menu (Simon)
4466
4467*03/07/19:
4468   * Make most Commands execute on mouse screen rather than screen
4469     of focused window (Simon)
4470   * Fix xinerama options (again) for Slit and Toolbar (Simon)
4471   * Move menu alpha setting into MenuTheme (Simon)
4472     - fixes alpha init on multi-screened machines
4473   * Add compiled-in defaults to fluxbox -info (thanks Matt Hope)
4474   * Redo ResourceManager so that it loads resources on registration, and
4475     only opens the database in blocks of requests    (Simon)
4476     - fixes initial loading of init resources (e.g. toolbar.layer)
4477
4478*03/07/18:
4479   * Fix java bug. Wasn't sending ConfigureNotify's to client (Simon)
4480     - also fix missing border on transient windows
4481     - also set some gnome hints initially
4482
4483*03/07/12:
4484   * Fixed 8 bpp crash (Henrik)
4485
4486*03/07/11:
4487   * Added TOOLBAR to -info (Henrik)
4488
4489-------------------------------------------------------------------------
4490Changes for 0.9.4:
4491
4492*03/07/10:
4493   * Added new toolbar theme item (Henrik)
4494     * toolbar.button.borderWidth: <integer>
4495   * Add [startup] to Remember (Simon)
4496       Can now add entries to apps file like:
4497         [startup] {xterm}
4498       Then "xterm" will be launched on fluxbox startup.
4499       Can also give a screen option:
4500         [startup] (screen=1) {xterm}
4501       will start it on screen 1 rather than the default 0.
4502   * Added new rounded theme items (Henrik)
4503      * toolbar.shaped: <bool> this will make the toolbar shape the corners that are towards center
4504        of the screen
4505      * menu.roundCorners: <shape items>
4506      * window.roundCorners: <shape items>
4507      Where shape items can be TopLeft TopRight BottomLeft and BottomRight
4508      example: menu.roundCorners: TopRight BottomLeft
4509   * Applied patch that keeps the fbrun_history clean by not allowing
4510     duplicates to get placed in the history. (Thanks David J Burger <dburger<(a|T)>hawaii.edu>)
4511   * fbsetbg updates (Han)
4512
4513*03/07/05:
4514   * Fix winclient death signalling - fixes remember issues with applying
4515     attributes to wrong windows (Simon)
4516
4517*03/07/04:
4518   * Add support in remember for grouping apps (Simon)
4519     Achieved by using [group], e.g.
4520     [group]
4521       [app] (title=groupme)
4522       [Deco] {NONE}
4523     [end]
4524     will group anything with the title "groupme" and will give that group
4525     no decorations. You can have multiple [app] lines in a [group].
4526     Recall that app lines can also use regular expressions.
4527     - also includes split AtomHandler::setupWindow(fbw) into
4528       setupFrame(fbw) and setupClient(winclient).
4529
4530*03/07/03:
4531   * Added selected dot for style menu so one can see which style is selected (Henrik)
4532   * Fixed Slit autohide bug (Henrik)
4533
4534*03/07/01:
4535   * Added keyboard navigation for menus (Henrik)
4536     (click on title to get input focus, unless you're using RootMenu in keys)
4537     Use keys:
4538       Up/Down:  select menu item
4539       Left/Right: go in/out from submenus
4540       Escape: close menu and return focus to windows
4541       Enter: run/execute/toggle menu item
4542   * Fixed reconfigure toolbar on screen reconfig signal (Henrik)
4543   * Fixed workspace label redraw bug (Thanks Jochem Kossen j.kossen<a(T)>home.nl)
4544
4545*03/06/30:
4546   * Fixed so we can use the same action strings in menu as in key actions (Henrik)
4547   * Added command "ShowDesktop" (Henrik)
4548     This command iconifies all windows and shows the desktop
4549   * Added command "ArrangeWindows"  (Thanks Ricardo Martins <thecrown<a(t)>softhome.net> )
4550     This command arranges so all windows are in a nice row/col order
4551   * Changed class Keys to use FbTk::Command (Henrik)
4552   * Added Files:  (Henrik)
4553
4554*03/06/29:
4555   * Add chbg support to fbsetbg (Thanks Han and Michael T. Dean)
4556
4557*03/06/28:
4558   * Fix slit netizens (e.g. withdrawn pager)  (Simon)
4559
4560*03/06/26:
4561   * Speedups for having many (particularly stuck) windows (Simon)
4562
4563*03/06/25:
4564   * Applied toggle max vertical/horizontal patch (Thanks MrChuoi mrchuoi<[aT]>yahoo.com)
4565   * Fixed compile time option for Toolbar (Henrik)
4566     --enable-toolbar (default on)
4567
4568*03/06/24:
4569   * Added new theme items (Henrik)
4570      * toolbar.borderWidth: <integer>
4571      * toolbar.bevelWidth: <integer>
4572      * toolbar.borderColor: <color>
4573      * slit.borderWidth: <integer>
4574      * slit.bevelWidth: <integer>
4575      * slit.borderColor: <color>
4576   * Moved toolbar mode resource to ToolbarHandler (Henrik)
4577   * Fixed minor bug in button alignment (Henrik)
4578   * Fixed minor bug in transparent Slit (Henrik)
4579   * Emacs keybindings and tab completion for FbRun (Thanks David J Burger)
4580
4581*03/06/23:
4582   * Add group persistence over a restart,
4583     Move most winclient initialisation from FluxboxWindow to WinClient,
4584     And fix a few bugs (Simon)
4585   * Moved toolbar resources from BScreen to Toolbar (Henrik)
4586
4587*03/06/22:
4588   * fluxbox-generate_menu:
4589      French locales, (Thanks Tarax <tarax(aT)arkitekts.org> )
4590      Two additions to the menu (Thanks Pol)
4591   * Added Xutil for getWMName in Slit, SlitClient and WinClient and made some
4592     cleaning (Henrik)
4593   * New resource name session.screen<num>.slit.maxOver: <bool>   (Henrik)
4594     This will prevent windows from maximize over the slit
4595
4596*03/06/20:
4597   * Moved SlitTheme and SlitClient out from Slit.cc into new files (Henrik)
4598   * Moved Slit resource from BScreen to Slit (Henrik)
4599
4600*03/06/18:
4601   * Fixed toolbar and slit maximize implementation (Henrik)
4602   * Fixed _NET_WM_STRUT support (Henrik)
4603   * Added Strut.hh which contains left, right, top and bottom (Henrik)
4604
4605*03/06/16:
4606   * Fixed trailing whitespace in group file loading (Henrik)
4607
4608*03/06/15:
4609   * Apply workaround for strftime test - fails with gcc 3.3 due to
4610     compiler bug? - thanks Joshua Kwan (Simon)
4611   * Fix group cycling, also adding new "NextGroup/PrevGroup" keys (Simon)
4612
4613*03/06/13:
4614   * Fixed autogrouping (Henrik)
4615   * Regular expression support for remember (Simon)
4616     Also ability to limit number of matches for a given rule
4617     Also ability to match several different window attributes
4618     Can disable in compile using --disable-regexp (will just do plain
4619     string equality then)
4620     - General format is:
4621       [app] (property=expr) ... {number}
4622       If "property=" is excluded, the name property is assumed.
4623       If {number} is excluded, 0 = no limit is assumed.
4624     - Current available properties are:
4625       * name -> the name of the window - the first field of WM_CLASS
4626       * class -> the class of the window - the second field of WM_CLASS
4627       * title -> the title of the window - the WM_NAME property
4628     - e.g. [app] (*[tT]erm) {2}
4629       will match anything ending with term, for up to 2 instances
4630     - e.g. [app] (title=.*gaim.*)
4631       will match anything with gaim in the title ("gaim", "the gaim
4632       window", etc.
4633
4634*03/06/12:
4635   * Renamed i18n.hh/cc to I18n.hh/cc (Henrik)
4636
4637*03/06/11:
4638   * Added nls for antialias (Thanks ...)
4639
4640---------------------------------------------------------------------------------
4641Changes for 0.9.3:
4642
4643*03/06/08:
4644   * Add Reconfigure and Restart Key actions, thanks Jann Fisher (Simon)
4645     Also modify the patch to take argument on Restart action
4646   * Fix restart command to accept and use an argument again (Simon)
4647   * Fix bug that sometimes left window frames after window closed (Simon)
4648
4649*03/06/06:
4650   * Fixes and improvements from Han (Simon, thanks Han)
4651
4652*03/06/05:
4653   * Fixed slit bug (Henrik)
4654   * Fixed window/button redraw bug (Henrik)
4655   * Optimise window placement (much better now) (Simon)
4656
4657*03/05/26:
4658   * Fix usage of decorations.border, add BORDER decoration to remember (Simon)
4659
4660*03/05/24:
4661   * Fixed menu bug in FluxboxWindow (Henrik)
4662   * Fix crash when toolbar turned off, and toolbar initialisation (Simon)
4663
4664*03/05/21:
4665   * Fix cascade placement for multiple heads (Simon)
4666
4667*03/05/20:
4668   * Add xinerama for placement and snapping, plus tidy (Simon)
4669
4670*03/05/19:
4671   * Clean + change xinerama, plus add maximize smarts (Simon)
4672   * Fixed minor bug in bsetroot (Henrik)
4673   * Add back some Xinerama support (still need placement + maximise) (Simon)
4674   * Fix bsetroot segfault (Simon)
4675
4676*03/05/18:
4677   * Moved some Resource code to FbTk (Henrik)
4678
4679*03/05/17:
4680   * Fixed autohide bug in toolbar (Thanks MrChuoi)
4681   * Fixed slit client bug (Thanks MrChuoi)
4682   * Fixed cursor for grips (Thanks MrChuoi)
4683   * Fixed minor bug in FbTk::EventManager (Thanks MrChuoi)
4684
4685*03/05/16:
4686   * Fixed logging file and better info message (Henrik)
4687     New argument to fluxbox -log <filename>
4688
4689*03/05/14:
4690   * Fixed Shape events, this fixes some decor issues with gkrellm and xmms (Henrik)
4691   * Fixed crash bug when client died and clientlist wasn't updated (Henrik)
4692
4693*03/05/13:
4694   * Fixed transparent slit and minor bug in transparent (Henrik)
4695   * Fixed Slit redraw bug (Henrik)
4696   * Removed ScreenInfo.hh/cc (Henrik)
4697   * Fixed better error msg for display connection (Henrik)
4698   * Fix saving of Workspace Icons Toolbar mode (Simon)
4699   * Fixed iconify problems when autoraise on (Simon)
4700   * Fixed restoring submenus after a reconfigure (Thanks MrChuoi)
4701   * Added auto hide menu item to toolbar menu (Thanks MrChuoi)
4702
4703*03/05/12:
4704   * Fixed basic RANDR support  (Henrik)
4705     Resizes toolbar and slit when root window size changes.
4706
4707*03/05/11:
4708   * Fixed dangling m_focused_window pointer,
4709     that didn't got set in Fluxbox::revertFocus   (Henrik)
4710
4711*03/05/10:
4712   * Added FbRootWindow.hh/cc (Henrik)
4713   * Added ScreenInfo.hh/cc (Henrik)
4714   * Removed BaseDisplay.hh/cc (Henrik)
4715
4716--------------------------------------------------------------
4717Changes for 0.9.2:
4718
4719*03/05/08:
4720   * Fixed sloppy focus for embedded tabs (Simon)
4721   * Fixed Slit ordering bug (Henrik)
4722   * Fixed better command help/option
4723   * Fixed Slit redrawing bug (Henrik)
4724
4725*03/05/07:
4726   * Fix crash when detaching client that isn't active (Simon)
4727   * Fixed transient grouping issues (transients now WinClients) (Simon)
4728   * Fixed screen problem with redrawing menus (Henrik)
4729     The m_screen_num wasn't set in X Window assignment operator
4730   * Fixed check for RENDER extension before we start using it (Henrik)
4731   * Fixed some bugs and minor cleaning (Thanks MrChuoi)
4732
4733*03/05/05:
4734   * Added window.<button name>.unfocus.pixmap  theme item  (Henrik)
4735   * Rework focus somewhat - now use Fluxbox::revertFocus when a window
4736     dies/gets forced out of focus (Simon)
4737     - should fix click focus sometimes acting sloppy
4738
4739*03/05/04:
4740   * add session.ignoreBorder - ignores window border with movement (Simon)
4741   * Fix warping with multiple screens (Simon)
4742   * Set many key events/commands to act on the screen the mouse is on,
4743     rather than the focused window (Simon)
4744   * Fix segfault on restart with iconic windows (Simon)
4745
4746*03/05/01:
4747   * Fix slit autohide triggering (Simon)
4748   * Clean ups and optimising of redraw/reconfigures
4749     Also fixes warping in outline focus bug (Simon)
4750
4751*03/04/29:
4752   * fix cause of (some?) excessive reconfigures (Simon)
4753   * fix fbsetbg relative path bug + simplify (Han)
4754   * Added FbDrawable.hh/cc (Henrik)
4755     This is a basic class for drawables such as FbWindow
4756     and FbPixmap
4757
4758*03/04/28:
4759   * Added support for pixmap themes  (Henrik)
4760    (this requires libXpm is installed, but you can disabled this with --disable-xpm)
4761     * Texture type now has an extra option:  .pixmap
4762       example:
4763        window.label.focus.pixmap: image.xpm
4764        menu.title.pixmap: image.xpm
4765     * Standard buttons has one pixmap for pressed
4766       and one for normal state
4767       example:
4768         window.close.pressed.pixmap: image_pressed.xpm
4769         window.close.pixmap: image.xpm
4770         window.stick.pixmap: image.xpm
4771         window.shade.pixmap: image.xpm
4772         window.maximize.pixmap: image.xpm
4773         window.maximize.pressed.pixmap: image_pressed.xpm
4774         window.iconify.pixmap: image.xpm
4775         ...
4776   * Update fbsetbg and fluxbox-generate_menu (Han)
4777   * Fix a bunch of alignment + size issues with toolbar (particularly
4778      when vertical)  (Simon)
4779   * Fix remembering (and general init) of decorations (Simon)
4780   * Fix handleEvent issues, plus detachClient crash (Simon)
4781
4782*03/04/27:
4783   * Fixed execute on screen bug (Henrik)
4784   * Fixed scaled pixmap (Henrik)
4785   * Fixed sloppy focus - workspace warp bug (Henrik)
4786   * Fix cassert #includes (Simon)
4787
4788*03/04/26:
4789   * Moved StringUtil to FbTk (Henrik)
4790   * Removed DrawUtil.hh/cc and nl_types_cygnus.h (Henrik)
4791   * Fixed menu bug (Henrik)
4792   * Add remember layer (Simon)
4793   * Add remember patch integration code (Simon)
4794     - note: does not include "startup" menu
4795     - save on close disabled atm, due to other issues...
4796     - enabled in configure by default, disable with --disable-remember
4797     - BIG thanks to Xavier Brouckaert (xbr at info.ucl.ac.be) for
4798         the original remember patch!
4799
4800*03/04/25:
4801   * Fix small gcc 3.3 build issue (Simon)
4802   * Add UnderMousePlacement policy, plus minor positioning fix (Simon)
4803     -> Patch originally contributed by "Mike" (lgn@users.sf)
4804   * Fixed so WinButton updates sticky state from FluxboxWindow (Henrik)
4805   * Added basic drawable functions to FbWindow  (Henrik)
4806      * drawLine, drawRect, fillRect, copyArea
4807   * Fixed SlitTheme (Henrik)
4808   * Removed old theme engine (Henrik)
4809   * Added RootTheme.hh/cc (Henrik)
4810
4811*03/04/24:
4812  * updated fluxbox-generate_menu (Han)
4813   - decent reply to -- longopts
4814   - better ussage message
4815   - Added more OpenOffice entries
4816
4817*03/04/21:
4818   * Fix toolbar startup and reconfigure things (Simon)
4819     (Thanks Brian Sea)
4820
4821*03/04/20:
4822   * Snap to Windows (and toolbar, slit + screen edge) (Simon)
4823   * Directional focus movement (key actions FocusUp/Down/Left/Right) (Simon)
4824   * Added transparent menus, session.screen<num>.menuAlpha (Henrik)
4825
482602/04/17:
4827   * Fixed menu bug (Henrik)
4828   * Fixed saving of toolbar mode (Simon)
4829
4830--------------------------------------------------------------
4831Changes for 0.9.1:
4832
4833*03/04/16:
4834   * Fixed resize bug (Henrik)
4835   * Fixed saving of some other slit params - placement, direction,
4836     autohide (Simon)
4837   * Fixed saving of toolbar and slit layer (Simon)
4838   * Fixed toolbar width percent menu item (Henrik)
4839   * Fixed current focused client button rendered (Henrik)
4840   * Applied click raises patch (Thanks Dale P. Smith)
4841
4842*03/04/15:
4843   * Fixed y offset bug on ConfigureRequestEvent (Henrik)
4844   * Fixed ConfigureNotify bug (Henrik)
4845   * Added drag and drop support for tabs (Henrik)
4846   * Fixed client and icon count in Ewmh (Henrik)
4847   * Cleaning (Henrik)
4848   * Add most recently used/stacked window cycling, set as default (Simon)
4849     Thanks also to Sean Seefried for his initial patch.
4850
4851*03/04/14:
4852   * merged embedded-tab-branch into main branch (Henrik)
4853   * Don't create menuconfig during install and style cleanups (Han)
4854   * Sun compat in Makefile.am (Han)
4855
4856*03/04/11:
4857   * Icon list updates when window state changes and notifies
4858     observer fluxbox::update
4859   * Reassociation of window when it changes to sticky is
4860     done in fluxbox::update now
4861   * Fixed transient bug
4862   * Added TextButton.hh/cc
4863   * Fixed label buttons in FbWinFrame for multiple clients
4864   * Added Next/Prev Client menu items to window menu
4865
4866*03/04/09:
4867   * Fixed Client menu
4868   * Removed tab resources and old tab code
4869
4870*03/04/08:
4871   * Fixes in fluxbox-generate_menu (Thanks Han)
4872
4873*03/04/07:
4874   * Moved client specific stuff from FluxboxWindow to WinClient
4875   * Fixed client list update in Ewmh module
4876
4877*03/04/04:
4878   * Added WinClient.hh/cc which holds client information
4879
4880*03/04/03:
4881   * Added AttachClient and DetachClient key actions
4882
4883*03/03/30:
4884   * Using pkg-config instead of xft-config (Thanks Matt Hope)
4885
4886*03/03/22:
4887   * Added cursor to fbrun (Henrik)
4888   * Fix outline moving, warping, etc (Simon)
4889
4890*03/03/03:
4891   * Add code for Toolbar modes (Simon)
4892
4893*03/02/25:
4894   * Fixed freebsd error and some nls in fluxbox-generate_menu (Han)
4895
4896---------------------------------------------------
4897
4898Changes for 0.9.0:
4899*03/02/23:
4900   * Fixed auto hide option for toolbar menu (Henrik)
4901   * Fixed vertical workspace name editing (Henrik)
4902   * Added Meta style (Thanks Joel)
4903   * Disabled background image menu in fluxbox-generate_menu
4904
4905*03/02/22:
4906   * Fix frame size and window moving/resizing/outline bugs (Simon)
4907   * s/""/'' so the shell does not have to expand the contents of the string
4908     in fluxbox_generatemenu (Han)
4909   * Added portability notes in fluxbox_generatemenu (Han)
4910   * Added file utils menu item in fluxbox_generatemenu (Han)
4911   * Fixed a resize bug (Henrik)
4912   * Fixed bug in menu bullet type (Henrik)
4913   * Fixed sloppy focus to use new event handler model (Simon)
4914   * Fixed auto hide bug in Toolbar (Henrik)
4915   * Fixed default white color bug in Theme (Henrik)
4916   * Added toolbar placement menu and fixed resource saving for toolbar placement (Henrik)
4917   * Fixed vertical text for icons in Iconbar (Henrik)
4918
4919*03/02/20:
4920   * Fixed a size bug without titlebar (Henrik)
4921   * Fixed a clientmenu update bug (Henrik)
4922   * Fixed slit client resize bug (Henrik)
4923
4924*03/02/19:
4925   * Fixed transient raise/lower (Henrik)
4926
4927*03/02/17:
4928   * Added layer menus for windows, toolbar, and slit, plus associated  (Simon)
4929     resources. Cleaned up some cruft from the previous layering setup.
4930   * Renamed LayeredMenu to FbMenu (Simon)
4931   * Changed XLayerItem to hold FbWindows instead of Windows (Simon)
4932   * Added shade option for button config (Henrik)
4933   * Fixed antialias toggle for menus (Henrik)
4934   * Added toolbar width percent change menu item (Henrik)
4935   * Added IntResMenuItem, for resource<int> changes in the menu (Henrik)
4936   * Fixed non opaque moving (Henrik)
4937   * Fixed titlebar alignment problem (Henrik)
4938
4939*03/02/16:
4940   * Fixed configurable titlebar buttons (Henrik)
4941   * Fixed workspace menu and clientmenu (Henrik)
4942   * Added layer submenu to window menu + small fix (Simon)
4943   * Fixed gnome workspace initialisation issues (Simon)
4944
4945*03/02/15:
4946   * Added Style menu and fixed theme listeners for FbWinFrame, Menu and Toolbar (Henrik)
4947   * Moved Observer.hh/cc and Subject.hh/cc to FbTk directory and
4948     change Subject to use std::list instead of std::vector (Henrik)
4949   * Added SetStyleCmd command, which takes argument for style filename (Henrik)
4950
4951*03/02/10:
4952   * More fiddling of Layer code, cleaning up (Henrik + Simon)
4953
4954*03/02/03:
4955   * Integration of new Layering code, plus updates to the code (Simon)
4956     new KeyActions: Raise/LowerLayer, AlwaysOnTop/Bottom, Top/BottomLayer
4957   * Added a "Quit" KeyAction (Simon)
4958   * Removed XLayerItem from FbTk::FbWindow
4959   * Removed XLayerItem from FbTk::Menu
4960
4961*03/01/23:
4962   * Added polish locales to fluxbox-generate_menu (thanks Adam Byrtek)
4963
4964*03/01/16:
4965   * Added new Layering code into FbTk (Simon)
4966
4967*03/01/12:
4968   * Added RootTheme which redraws the background
4969   * Fixed button GC for title bar buttons
4970   * BoolMenuItem, for changing bool values from menu
4971   * Fixed optional visability for SlitClients, see client list menu in Slit
4972   * Changed Slit::frame.window to an FbTk::FbWindow
4973   * Fixed scrollClientsUp/Down function in Slit
4974   * Changed Slit to an FbTk::EventHandler
4975   * Changed SlitMenu to FbTk::Menu in Slit and fixed a client menu
4976   * Added MenuItem.hh/cc in FbTk
4977   * Fixed bug in FbTk::Menu
4978   * Changed Clientmenu in BScreen to FbTk::Menu
4979   * Changed Toolbarmenu in Toolbar to FbTk::Menu
4980   * Removed toolbar dep from Workspace
4981   * Removed slit functions from class Fluxbox
4982   * Moved KDE slit handling from class Fluxbox to class Slit
4983
4984*03/01/10:
4985   * Fixed bug in FluxboxWindow::configureRequestEvent
4986   * Added FbTk::MacroCommand
4987
4988*03/01/09:
4989   * Adjusted some files to FbTk::ImageControl and FbTk::Timer
4990   * Removed bexec from BaseDisplay
4991   * Moved Timer.hh/cc, ImageControl.hh/cc and TextureRender.hh/cc to FbTk
4992   * Added FbCommands.hh/cc which contains some default commands that
4993     fluxbox handles, like RestartFluxboxCmd, ExitFluxboxCmd,
4994     ReconfigureFluxboxCmd and ExecuteCmd
4995   * Changed Client menu in Workspace to FbTk::Menu
4996   * Changed Workspace and Rootmenu menu to FbTk::Menu
4997   * Removed Iconmenu and disabled Stylemenu in BScreen
4998   * Removed exec and function item from MenuItem
4999   * Fixed menu border color, border width and bevel width
5000
5001*03/01/06:
5002   * Fixed action/menu setup in setupWindowActions
5003   * Added FbTk MenuTheme object in Screen
5004   * Fixed Windowmenu in FluxboxWindow to FbTk Menu
5005   * Added actions, double click interval and hide/show decoraions to titlebar
5006
5007*03/01/05: --- huge commit ---
5008   * Added FbWinFrame.hh/cc, FbWinFrameTheme.hh/cc
5009   * Updated Window.cc/hh to use FbWinFrame
5010   * Removed XINERAMA and Slit from class FluxboxWindow
5011   * Moved creation of titlebar buttons to BScreen::setupActions
5012   * FluxboxWindow object creation is now done in BScreen::createWindow(xclientwindow)
5013   * FluxboxWindow setups actions in BScreen::setupWindowActions(FluxboxWindow)
5014   * Fixed getMaxLeft/Right/Top/Bottom functions in BScreen to get max workspace area
5015   * FluxboxWindow is now a FbTk::EventHandler
5016   * Clamped texture size in TexturRender so it doesnt crash n burn on bad sizes
5017   * Adjusted Tab.cc, Windowmenu.cc, fluxbox.cc to match new FluxboxWindow
5018   * Added WinButton.hh/cc for simple fluxboxwindow button drawing
5019   * Added border size to FbTk::FbWindow
5020
5021*03/01/04:
5022   * Added spanish locales (Muchas gracias Alberto G. Hierro)
5023
5024*02/12/29:
5025   * Updated README (Han)
5026   * Fixed screenshot and menu configuration in menu script (Han)
5027     fluxbox-generate_menu
5028
5029*02/12/25:
5030   * Minor fixes in FbTk::Button
5031   * Moved Basemenu to FbTk/ and changed name to Menu
5032     and updated Menu to use commands and new MenuTheme
5033   * Added FbTk::MenuTheme
5034
5035*02/12/20:
5036   * Fixes in fluxbox-generate_menu:
5037     menu title with space, user menu, cleanups and
5038     simplifications, whitespace. (Han)
5039
5040*02/12/17:
5041   * Comment and minor fixes in fluxbox-generate_menu (Han)
5042
5043*02/12/16:
5044   * Updated Turkish translation (tr_TR) (Thanks Arman Aksoy)
5045   * Updated fluxbox-generate_menu (Han Boetes)
5046   * Updated man page (Tobias Klausmann)
5047   * Fixed de_DE translation (Thanks Andreas)
5048   * Fixed minor bugs in Button
5049
5050*02/12/13:
5051   * Changed toolbar to use ArrowButton and Command
5052
5053*02/12/10:
5054   * Changed blackbox.cat to fluxbox.cat
5055
5056*02/12/08:
5057   * Fixed better Xft checking in configure.in
5058   * Fixed rotation argument in Font::drawText
5059
5060*02/12/04:
5061   * Updated FbRun
5062   * Fixed Left and Right placement of toolbar with vertical text.
5063   * Changed Basemenu to FbWindow and EventHandler usage
5064
5065*02/12/03:
5066   * Changed Toolbar to FbWindow usage
5067   * Added FbTk::FbWindow, a wrapper for X window
5068*02/12/02:
5069   * Added DirHelper class (Henrik)
5070   * Change Toolbar events to FbTk::EventHandler (Henrik)
5071   * Converted Toolbar theme to the new theme engine (Henrik)
5072   * New Theme engine in place in FbTk (Henrik)
5073   * Re-indented src tree from tab-indent to spaces (emacs offset 4) (Simon)
5074
5075*02/11/30:
5076   * Changed name from BImage to TextureRender and moved it to TextureRender.hh/cc (Henrik)
5077   * Changed name from Image.hh/cc to ImageControl.hh/cc and made some cleaning (Henrik)
5078   * Fixed bug [ 642203 ] configure / make problem, solaris sparc
5079     plus more compatibility issues with old tools/shells (Simon/Han)
5080     fluxbox-generate_menu
5081
5082*02/11/27:
5083   * Added FbTk::EventManager and changed FbTk::EventHandler to interface
5084     class for XEvents.
5085
5086*02/11/26:
5087   * Fixed DrawUtil::doAligment
5088   * Moved some FbTk files into src/FbTk
5089   * Fixed FbRun application to FbTk only
5090
5091*02/11/25:
5092   * Fixed vertical tabs for XFontImp
5093
5094*02/11/24:
5095   * Removed interlace compile time option (Henrik)
5096   * Fixed bug [ 641136 ] OpenOffice 1.0.1 aborts (Simon)
5097   * Fixed bug [ 561602 ] Problem using ToggleDecor in terminals (Simon)
5098   * Fixed bug [ 642189 ] Wrong AA font on init (Simon)
5099
5100
5101--------------------------------------------------------------------------
5102Changes for 0.1.13:
5103
5104*02/11/17:
5105   * Fixed bug in toggleTab
5106   * Fixed alignment bug in Tab
5107   * Fixed HAVE_XFT_UTF8 check (Simon)
5108
5109*02/11/15:
5110   * Fixed antialias bug in toolbar
5111   * Fixed bug [ 627897 ] Clicking tab leads to crashing X-Server.
5112
5113*02/11/14:
5114   * Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom
5115   * Fixed bug [ 581588 ] Toolbar auto-hiding
5116
5117*02/11/13:
5118   * Clean up in Slit
5119   * Fixed caps, num and scroll lock modifier checks
5120     (fixed Bug: [ 522673 ] Numlock not handled correctly in Solaris)
5121
5122*02/11/12:
5123   * Updated fluxbox-generate_menu (Han)
5124   * Fixed alignment in window label
5125   * Fixed history in FbRun
5126   * Updated FbRun to use the new font system
5127   * Removed window size limitation, fixes Debian bug #159709 (Simon)
5128   * Fixed geometry/position window size and alignment problem (Simon)
5129
5130*02/11/03:
5131   * Fixed Toolbar workspace label text color.
5132
5133*02/10/25:
5134   * Renamed Icon.hh/cc to Iconmenu.hh/cc
5135   * Clean up (fixed bug [ 608945 ] xmms crashes fluxbox )
5136
5137*02/10/24:
5138   * Updated fluxbox-generate_menu (Thanks Han)
5139
5140*02/10/23:
5141   * Fixed auto_ptr assignment so it compiles with gcc 2.95.x
5142   * Minor cleaning in Windowmenu.cc/hh
5143
5144*02/10/22:
5145   * Fixed isGroupable for FluxboxWindow,
5146     It should report if the window is groupable if it's
5147     not transient, nonresiable and nonmaximizable
5148
5149*02/10/20:
5150   * Updated it_IT translation (Thanks Filippo Pappalardo)
5151
5152*02/10/19:
5153   * Fixed terminal option for fluxbox-generate_menu (Thanks Han)
5154   * Fixed bug [ 604634 ] Fluxbox 0.1.11 menu on iconbar problem
5155   * Fixed ascent and descent in FontImps
5156   * Added testsuit for FbTk::Font
5157   * Updated fluxbox-generate_menu it_IT locales and
5158     added DEFAULT_TERM value (Thanks Filippo Pappalardo)
5159
5160*02/10/18:
5161   * Added it_IT locales to fluxbox-generate_menu and updated
5162     data/nls/it_IT  (Thanks Filippo Pappalardo)
5163
5164*02/10/16:
5165   * Fixed UTF-8 for antialias fonts
5166   * Fixed support for:
5167     _NET_WM_DESKTOP,
5168     _NET_NUMBER_OF_DESKTOPS,
5169     _NET_CURRENT_DESKTOP,
5170     _NET_ACTIVE_WINDOW,
5171     _NET_CLOSE_WINDOW
5172
5173*02/10/15:
5174   * Conditional compile/linking of Xft specific files
5175   * Antialias in Windowmenu, Tab and geometry window
5176   * Antialias option in Configmenu
5177
5178*02/10/14:
5179   * Added XftFontImp.hh/cc for Xft font support.
5180     Compile with --enable-xft
5181
5182*02/10/13:
5183   * Minor cleaning in configure.in
5184   * Fixed grab reconfigure bug
5185   * Fixed UTF-8 support in XmbFontImp.cc
5186   * Moved font system specific stuff from Font.hh/cc to
5187     font implementation classes.
5188   * Added FontImp.hh, XFontImp.hh/cc, XmbFontImp.hh/cc
5189     For the new font implementation bridge pattern.
5190
5191*02/10/11:
5192   * Fixed support for _NET_WM_STATE with _NET_WM_STATE_STICKY and _NET_WM_STATE_SHADED
5193
5194*02/10/02:
5195   * Added Ewmh.hh/cc for Extended Window Manager Hints
5196
5197*02/09/21:
5198   * New menu item in fluxbox-generate_menu (Thanks Han)
5199   * Latvian  language support (Thanks Artis Trops)
5200
5201*02/09/14:
5202   * Fixed bug [ 604463 ] mplayer fullscreen fails (Henrik)
5203   * Added Color.cc and moved color handling from Image.cc to it.  (Henrik)
5204   * Added Texture.cc and Texture::setFromString (Henrik)
5205   * Proper handling of sticky windows when cycling (Simon)
5206
5207---------------------------------------------------------------------
5208Changes for 0.1.12/13:
5209
5210*02/09/12:
5211   * Removed -fg and -bg settings in fluxbox-generate_menu
5212   * Made a temporary fix for sticky windows (Thanks Simon Bowden)
5213
5214*02/09/10:
5215   * Fixed deadlock in the new transient handling
5216   * Fixed minor issue with sending window to another workspace via blackbox-atoms.
5217   * Fixed focus issue for transients.
5218   * Fixed so Gnome win state is checked after window creation.
5219     bug [ 548957 ] fspanel doesnt become sticky
5220
5221*02/09/08:
5222   * Fixed new transient handling
5223
5224*02/09/07:
5225   * Fixed save workspace names when add/remove workspace (Thanks Simon Bowden)
5226   * Fixed outlined size when resizing (Thanks Simon Bowden)
5227   * Moved data/fluxbox-generate_menu to util/ .
5228   * Moved Gnome stuff to Gnome.cc/hh.
5229     Screen.cc/hh, Window.cc/hh, fluxbox.cc/hh
5230   * Added Subject.cc/hh, Observer.cc/hh,  Gnome.cc/hh and AtomHandler.hh
5231
5232*02/09/06:
5233   * Fixed workspace name update from toolbar (Thanks Bradley C Bailey)
5234   * Deiconify before send to workspace (Thanks Bradley C Bailey)
5235
5236--------------------------------------------------------------------------
5237Changes for 0.1.11:
5238
5239*02/09/02:
5240   * New theme BlueNight (Thanks mack)
5241
5242*02/08/31:
5243   * Fixed minor issue with window moving across workspace in outlined mode
5244     (Thanks Simon Bowden)
5245
5246*02/08/30:
5247   * Removed BaseDisplay::GrabGuard  (Thanks Simon Bowden)
5248   * Carry a window across workspace in non-opaque mode (Thanks Simon Bowden)
5249   * Removed TDF theme
5250   * Added new theme: LemonSpace (Thanks xlife)
5251   * Fixed transient windows checking
5252
5253*02/08/28:
5254   * Minor fix in bsetbg (Thanks Han)
5255   * Fixed bug [ 582574 ] borderless windows cant be horiz resized. (Thanks Simon Bowden)
5256   * Fixed bug [ 600811 ] undefined keys messes up
5257
5258*02/08/24:
5259   * Fixed workspace name and the reassociation bug (Thanks Simon Bowden)
5260   * Fixed bug [ 598490 ] misplaced parentrelative gives redrw prb
5261   * Fixed bug [ 586830 ], the clock now updates once per second.
5262
5263*02/08/20:
5264   * New fluxbox util: fbrun
5265
5266*02/08/18:
5267   * Added FbTk::EventHandler, a generic eventhandler
5268   * Changed FbTk::SignalHandler to use FbTk::EventHandler with FbTk::SignalEvent
5269   * Moved some functions from BaseDisplay to Fluxbox, and
5270     made BaseDisplay singleton type with FbTk::EventHandler<XEvent>
5271   * Cleaning in fluxbox-generate_menu (Thanks Han)
5272
5273*02/08/16:
5274   * Minor cleaning in Window.cc
5275
5276*02/08/14:
5277   * Added class SignalHandler (SignalHandler.hh/cc) which should
5278     take care of any system signals
5279   * Change FbAtoms in to a singleton
5280   * Changed expandFilename to use std::string
5281
5282*02/08/12:
5283   * The window menu now popups in iconbar when you right click on the icon.
5284   * Fixed bug [ 574717 ] restaring fluxbox should keep iconic.
5285     The gnome atom wasn't updated when the window change to iconic state
5286
5287*02/08/11:
5288   * New menu items (Thanks Cosmic Flo)
5289   * Added Autogrouping
5290     * Add this line: session.groupFile: ~/.fluxbox/group
5291       to the file ~/.fluxbox/init and edit ~/.fluxbox/group
5292       Groupfile format:
5293       There is one group for each line in the file
5294       and you just type the instance name of the program
5295       to be grouped. Ex:
5296       Navigator nedit
5297       xterm
5298       This will make two groups, one with netscape and nedit
5299       and one with xterm.
5300       The new window will only group itself to other windows
5301       on the same workspace and to the last window that was
5302       focused.
5303
5304*02/08/10:
5305   * French translation in fluxbox-generate_menu (Thanks Cosmic Flo)
5306
5307*02/08/04:
5308   * Fixed doxygen comments and minor clean up.
5309
5310*02/08/02:
5311   * autogrouping-from-tab patch (Thanks Steve Cooper)
5312     This will allow you to popup the root menu, if you right click,
5313     and select an application and it'll start grouped to the tab.
5314
5315*02/07/23:
5316   * Fixed "send to..." bug (Thanks Bradley C Bailey)
5317   * Moved BTexture from Image.hh to FbTk::Texture in Texture.hh
5318   * Moved BColor from Image.hh to FbTk::Color in Color.hh
5319   * Slit theme, you can now have theme on the slit:
5320      slit: <texture option>
5321      slit.color: <color value>
5322      slit.colorTo: <color value>
5323     If slit isn't present in the theme it'll fall back to
5324     toolbar theme.
5325
5326*02/07/19:
5327   * Fixed slitlist bug
5328     Slit wasn't reading the entire line from slitlist.
5329   * Added ja_JP to fluxbox-generate_menu script (Thanks Junichiro Kita)
5330   * Updated nls/ja_JP/ (Thanks Junichiro Kita)
5331   * Changed some function names
5332
5333--------------------------------------------------------------------
5334Changes for 0.1.10:
5335
5336*02/07/13:
5337   * Added xsri target in bsetbg (Thanks Jeramy)
5338   * Fixed bug [ 566277 ] xine fullscreen causes hard X lockup.
5339     Invalid win and screen pointer in Fluxbox::setFocusedWindow
5340
5341*02/07/10:
5342   * Fixed border and handle in Window.cc so we don't show them as default,
5343     if the window is transient.
5344     (bug [ 554218 ] windows have wrong resizeableness)
5345
5346*02/06/14:
5347   * Extra checking for transient, so we don't get lockup
5348
5349*02/06/04:
5350   * Fixed Resize/Move even without decorations.
5351
5352*02/06/03:
5353   * Fixed bug [ 562882 ] "bbpager in slit doesn't work correctly".
5354     The client was removed from netizenlist in ~FluxboxWindow.
5355   * Fixed bug [ 562713 ] "incorrect listings in workspace menu".
5356     Normal insert of new clients in the list again, in
5357     Workspace::addWindow
5358   * Fixed bug [ 554646 ] "Dialog boxes have tabs briefly"
5359     Windows that are not maximizable by default, such as
5360     dialogs, wont get a tab by default.
5361
5362*02/06/01:
5363   * Updated nl_NL locales in fluxbox-generate_menu (Thanks Han Boetes)
5364
5365*02/05/31:
5366   * Added ru_RU locales to fluxbox-generate_menu (Thanks Anton Denisov)
5367
5368*02/05/29:
5369   * Made some cleaning in class FluxboxWindow:
5370     Removed unused variable, moved Mwm* defines into enums in
5371     the class, changed (void) to ()  (C++ uses void as default, and (void)
5372     is really anoying to look at when syntax highlight is on) and
5373     removed NAME_* defines since they're no longer in use
5374   * Fixed "Desktop Wheeling" translation in ru_RU (Thanks Anton Denisov)
5375   * Added slit order (Thanks Steve Cooper)
5376   * Fixed language support in fluxbox-generate_menu:
5377      * sv_SE
5378      * nl_NL - Thanks Han Boetes
5379      * fi_FI - Thanks Christian R�nn
5380   * Fixed inverted highlight on toggle-items that are selected (Thanks Junichiro Kita)
5381
5382*02/05/25:
5383   * Fixed NLS variable in configure.in (Thanks kita)
5384   * Minor fixes in fluxbox-generate_menu script (Thanks xyrnix)
5385
5386---------------------------------------------------------------------
5387Changes for 0.1.9:
5388
5389*02/05/24:
5390   * Fixed bugs and arguments in fluxbox-generate_menu (Thanks Han Boetes)
5391   * Fixed include in i18n.hh so it compiles in Mac OS X
5392   * 24 hour clock format as default now
5393
5394*02/05/23:
5395   * Fixed invalid iterator in Timer.cc
5396   * Fixed nls files (Thanks Anton Denisov)
5397   * Updated generate_menu to fluxbox-generate_menu and fixed
5398     new items and functionality (Thanks Han Boetes and Jeramy B. Smith)
5399
5400*02/05/21:
5401   * Moved transient checking into a function in class FluxboxWindow
5402   * const fixes in Screen.hh
5403
5404*02/05/19:
5405   * Removed titlebar from src/Makefile.am and doc/fluxbox.1.in (Thanks Matt Hope)
5406   * Added configurable geometry show (Thanks Rando Christensen)
5407     New configure in init: session.screen0.showwindowposition
5408
5409*02/05/18:
5410   * Fixed style save_rc when changing style
5411   * const-correct in class Tab
5412
5413*02/05/17:
5414   * Removed some unnessesary const return values on fundamental types
5415   * Fixed const-correct on Resource class and BTexture class
5416   * Fixed transient bug, although the transient code should be better.
5417   * Minor fixes so it compiles with Intel(tm) Linux Compiler 6.0
5418   * Clean up in class FluxboxWindow
5419
5420*02/05/08:
5421   * Fixed checking on focused_window in handleKeyEvents, fluxbox.cc
5422   * Added "Allow Desktop MouseWheel Switching" runtime option (Thanks Rando Christensen)
5423   * Fixed Slit saving bug and slit update bug when you start fluxbox.
5424
5425*02/05/07:
5426   * Fixed a minor bug in DrawUtil.cc (Thanks Sang-Hoon RHEE)
5427   * Fixed bug [ 552723 ] removing decorations while shaded. (Thanks Joel Carlbark)
5428   * const iterators in Screen::updateGnomeList
5429   * fixed some const in Workspace and moved clientmenu from pointer to regular
5430   * Minor clean up in Workspacemenu.cc/hh, Clientmenu.cc/hh, Netizen.hh/cc
5431   * const fixes in FbAtoms.hh
5432   * Added options direct to CXXFLAGS in configure.in, so we don't need to
5433     add them in every Makefile.am-file.
5434   * Updated src/Makefile.am and util/Makefile.am (see above)
5435
5436*02/05/03:
5437   * Fixed so settings for tool bar saves when you change them i the menu
5438
5439*02/05/02:
5440   * Added FirstTab, LastTab, MoveTabPrev and MoveTabNext keybindings (Thanks Phil Dier)
5441   * Fixed ScreenList in fluxbox.cc
5442   * Removed "NULL" from Font.cc
5443
5444*02/04/28:
5445   * Fixed shade bug while vertical rotated tabs and tabs off (Thanks signal9)
5446   * Fluxbox doesn't save on exit anymore so restart of fluxbox will reread
5447     configuration
5448   * Minor clean up in Configmenu.hh/cc
5449   * Fixed bug [ 515483 ] "XMMS Problem", in Window.cc,
5450     decorations.handle and decorations.border now = true on transient windows
5451
5452*02/04/26:
5453   * Fixed m_multibyte in Font.cc (Thanks kita)
5454
5455*02/04/20:
5456   * Fixed menu.font string in Theme.cc
5457
5458--------------------------------------------------------------
5459Changes for 0.1.8:
5460
5461*02/04/19:
5462   * Added ToggleTab to key actions (Thanks Matt Hope)
5463
5464*02/04/17:
5465   * Added workspace change when scrolling on the root window function
5466   * Fixed workspace warping bug when moving a tab-group
5467
5468*02/04/14:
5469   * Fixed decoration.handle bug
5470   * Fixed tabs default off (Thanks Dave Watson)
5471
5472*02/04/12:
5473   * Added Workspace warping, this does only work with opaque moving (Thanks Steve Cooper)
5474   * Fixed menu bug
5475
5476*02/04/09:
5477   * Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the
5478     Root menu. (Thanks Stanislav Karchebny)
5479   * Fixed std::map, std::list, std::vector in class Fluxbox
5480   * Clean up in Workspace.hh/cc
5481
5482*02/04/08:
5483   * Fixed a few comments in StringUtil.cc (Thanks Maurits Dijkstra)
5484   * Clean up in Basemenu.hh/cc
5485
5486*02/04/05:
5487   * Fixed unsigned/signed in Basemenu.cc
5488
5489*02/04/04:
5490   * Moved NLS types from #define to enums and moved them into
5491     namespace FBNLS, this way we don't pollute the global namespace too much.
5492   * Fixed the i18n checking with MB_CUR_MAX and some other fixes
5493     from the blackbox code (Thanks bb-developers).
5494   * Fixed bug [ 528101 ] window dragging + workspace changing
5495   * Fixed ToggleDecor key action (still some small decoration-bugs to fix)
5496   * Moved enum Decor from BaseDisplay to FluxboxWindow
5497   * Updated Makefile.am in nls/C to generate namespace and enum for blackbox-nls.hh
5498   * Fixed bug [ 533436 ] Minor taskbar issue, it will update iconbar-text now.
5499
5500*02/04/03:
5501   * Fixed some signed/unsigned
5502   * Fixed reassociateWindow in Tab.cc
5503   * Fixed font in some styles (Thanks Matt Hope)
5504   * Changed icon and title name to std::string in FluxboxWindow
5505   * Removed int Basemenu::insert(char **, int = -1, int = 0);
5506
5507*02/04/02:
5508   * Fixed smarter next/prev focus in Screen.cc/.hh and addWindow in Workspace.cc
5509     Makes new windows get inserted after the focused window in the cycling
5510     order instead of always at the end. (Thanks Ben Jansens)
5511   * Added doSkipWindow function in Screen.hh/cc
5512   * Fixed some signed/unsigened in fluxbox.cc
5513
5514*02/03/27:
5515   * Fixed includes and namespace in Font.cc/hh
5516
5517*02/03/21:
5518   * Added FbTk::Font to the code, Font.hh/cc
5519   * Changed MenuStyle font to FbTk::Font
5520   * Changed DrawUtil to namespace
5521
5522*02/03/20:
5523   * Fixed some unsigned/signed stuff in Basemenu.cc/hh
5524   * Rearranged public/private order in Slit.hh
5525   * Removed #include "BaseDisplay.hh" and added #include <unistd.h>
5526     in Timer.cc
5527   * Changed StringUtil to namespace instead of struct
5528
5529*02/03/19:
5530   * Added Xinerama support
5531
5532*02/03/18:
5533   * Fixed indentation to tabs in Image.cc/hh Slit.cc/hh and
5534   * Changed timer pointer in some classes to a non pointer variable
5535   * Clean up in class BTimer (Timer.cc/hh)
5536     BTimer now register it self to a static list in the class BTimer
5537     and update timers with the static function updateTimers(int fd)
5538     The cyclic dep between BaseDisplay and BTimer is now gone.
5539   * Added FbAtoms.hh/cc where all the atoms is.
5540     Makes the interface in BaseDisplay cleaner
5541   * Fixed std::max/min
5542   * Added better window cycling with optional parameters (Thanks Steve Cooper)
5543     NextWindow and PrevWindow now takes an integer parameter.
5544     parameter values:
5545     0 or unspecified = Default/current behavior - no skipping
5546     1 = Skip: lower tabs
5547     2 = Skip: stuck windows
5548     3 = Skip: lower tabs/stuck windows
5549     4 = Skip: shaded windows
5550     5 = Skip: lower tabs/shaded windows
5551     6 = Skip: stuck windows/shaded windows
5552     7 = Skip: lower tabs/stuck windows/shaded windows
5553
5554*02/03/15:
5555    * Xinerama support, maximizes windows to the current heads size, places
5556      windows on the current head, makes it possible to place toolbar on
5557      the different heads, also possible with the slit. Menus will be placed
5558      on the current head too. (Claes N�sten)
5559
5560*02/03/13:
5561    * Fixed window placement, now tabs are taking in account. Also,
5562      no spaced are put inbetween windows to save space. (Claes N�sten)
5563
5564*02/03/11:
5565   * Fixed some KDE stuff in Slit.cc (Thanks Tommi Komulainen)
5566
5567*02/03/08:
5568   * Fixed bug in BScreen::removeNetizen
5569     if there was only one netizen object in the list
5570     delete *netizenList.erase(it) would segfault
5571   * Some clean up in main.cc
5572
5573-------------------------------------------------------
5574Changes for 0.1.7:
5575
5576*02/03/01:
5577   * Fixed default values for title bar
5578
5579*02/02/27:
5580   * Fixed add/remove workspace bug in Screen.cc
5581   * Fixed generate_menu (Thanks Preben Peppe Guldberg)
5582
5583*02/02/26:
5584   * indentation in Workspace.hh
5585   * Added key action SENDTOWORKSPACE (Thanks Oliwier Ptak)
5586
5587*02/02/24:
5588   * Added setupConfigFiles in class Fluxbox
5589     copies configfiles to ~/.fluxbox/
5590
5591*02/02/23:
5592   * Added Bulgarian translation (Thanks Miroslav Iordanov)
5593   * Added Japanese translation (Thanks Takashi KATAYAMA)
5594
5595*02/02/21:
5596   * Bug fix in _WIN_CLIENT_LIST
5597
5598*02/02/20:
5599   * Added _WIN_CLIENT_LIST
5600   * Fixed parameter to key bindings (Thanks Tomer Kol)
5601   * Fixed a bug in BScreen::raiseWindow
5602
5603*02/02/17:
5604   * Fixed _WIN_WORKSPACE_COUNT
5605   * Clean up in menu parsing
5606   * Fixed WIN_HINTS_SKIP_FOCUS
5607   * Fixed icon bar bug
5608
5609*02/02/16:
5610   * Updated include guards
5611   * Added _WIN_LAYER
5612   * Fixed more on _WIN_STATE
5613
5614*02/02/13:
5615   * Fixed bug in Window.cc
5616
5617*02/02/11:
5618   * Fixed bug in Screen and Workspace
5619   * Fixed timer bug in BaseDisplay
5620   * Remove throw in FluxboxWindow
5621     creation of a window should be checked with isManaged
5622
5623*02/02/09:
5624   * Fixed bug in Workspace::removeWindow
5625   * Moved to STL vector in BaseDisplay (Thanks Paul W Brannan)
5626
5627*02/02/08:
5628   * Back to STL list
5629   * Fixed bug in Basemenu.hh (Thanks Paul W Brannan)
5630
5631*02/02/06:
5632   * Reverted back to LinkedList in Toolbar.cc/.hh, Screen.hh/Screen.cc
5633     due to some strange segfaults.
5634   * Added Gnome _WIN_STATE (sticky, minimized, shaded)
5635
5636*02/02/05:
5637   * Fixed a signed/unsigned problem
5638   * Moved keyhandling, buttonevent and clientmessage to
5639     functions in fluxbox.cc
5640
5641*02/02/04:
5642   * Fixed some unsigned/signed warnings
5643   * Moved from LinkedList to STL in some files (Thanks Paul W Brannan)
5644   * Added pt_PT to nls  (Portuguese) (Thanks Luis Medinas)
5645   * Fixed multibyte in Iconbar (Thanks Jesper Louis Andersen)
5646   * Removed some unnecessary timer->stop() (Thanks Jesper Louis Andersen)
5647
5648*02/02/02:
5649   * Added leftWorkspace and rightWorkspace, now those keybindings
5650     actually work. (Claes N�st�n)
5651   * Fixed small glitch in Tab.cc. (Claes N�st�n)
5652
5653*02/01/31:
5654   * Fixed _WIN_WORKSPACE and _WIN_WORKSPACE_COUNT
5655
5656*02/01/30:
5657   * Fixed width or height less than zero problem in
5658     FluxboxWindow::configure
5659   * Added numObjects() (Thanks Jesper Louis Andersen)
5660
5661*02/01/27:
5662   * Clean up in menu loading
5663   * Moved from old C style file reading to c++ istream in menu loading
5664   * Fixed small bug in StringUtil::expandFilename (Thanks Mauro Persano)
5665
5666*02/01/26:
5667   * Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed
5668     before the children)
5669   * Fixed indentation in BaseDisplay.hh/.cc and changed some variables
5670   * Updated Russian translation (Thanks Anton Denisov)
5671   * Clean up in Tab code (Thanks Jesper Louis Andersen)
5672
5673*02/01/20:
5674   * Fixed std::string for Toolbar workspace name change.
5675   * Added getStringBetween to StringUtil
5676
5677*02/01/19:
5678   * Fixed some screen resources to Resource<T>
5679   * Updated init.in
5680   * Created GrabGuard for BaseDisplay
5681
5682*02/01/18:
5683   * Fixed bsetroot, now Eterm's, XChat's and similar will be able to use
5684     bsetroot's background images. (Claes N�st�n)
5685   * Fixed ResourceManager
5686   * Changed resources to Resource<T> in class Fluxbox
5687   * Added Resource.hh/.cc, XrmDatabaseHelper.hh,
5688     NotCopyable.hh
5689
5690*02/01/16:
5691   * Fixed indent in Window.hh
5692
5693*02/01/15:
5694   * Fixed exception in FluxboxWindow::FluxboxWindow
5695   * Fixed lower/raise of windows when using windowmenu/keybinding
5696     so now tabs should follow. (Claes N�st�n)
5697
5698*02/01/14:
5699   * Fixed throw statement in FluxboxWindow
5700
5701Changes for 0.1.6:
5702*02/01/11:
5703   * Fixed small bug in keybindings code, now killwindow and shade will
5704     work as supposed with tabs. (Claes N�st�n)
5705   * Fixed so it compiles with cygwin (Thanks Eric Nicolas)
5706   * Fixed bug in maximize over slit option
5707   * Updated documents (Thanks Rando Christensen)
5708
5709*02/01/10:
5710   * Fixed {VERT,HORIZ}{INC,DEC} keybindings so that tabs will
5711     resize/reposition. (Claes N�st�n)
5712   * Updated documentation (Thanks Rando Christensen)
5713   * All enums are now changed to uppercase letters. (Claes N�st�n)
5714   * Now tabs won't appear on some apps where they shouldn't,
5715     for example bbpager and mplayer. (Claes N�st�n)
5716   * Fixed rootCommand to screen, so we can have
5717     different rootcommands on the different screens
5718   * Fixed so we can disable lines in the keyfile with a #
5719   * Fixed raise with mouse click while sloppy window focus
5720
5721*02/01/09:
5722   * Updated copyright date
5723   * Updated generate_menu (Thanks zyrnix)
5724   * Fixed Withdraw state
5725   * Clean up in old gnome atom code
5726
5727*02/01/08:
5728   * Made class Keys more independent (layer 2). class Keys now only
5729     depends on StringUtil.
5730   * Replaced the old strtok in Keys with a new stringtok from
5731     StringUtil this should make the config file less restrictive
5732   * Added stringtok to StringUtil
5733   * Removed Fluxbox dependency from class Theme
5734   * Fixed closebutton bug
5735   * Fixed memory leak in Keys
5736
5737*02/01/06:
5738   * Changed toolbar placement enums to uppercase letters (Claes N�st�n)
5739   * Moved strcasestr from Theme.cc to StringUtil
5740   * Created StringUtil and DrawUtil and moved all functions from Misc to them
5741
5742*02/01/05:
5743   * Changed placement/alignment enums to uppercase letters (Claes N�st�n)
5744   * Fixed tab/iconbar resource bug (Claes N�st�n)
5745   * Applied "maximize slit stop"-patch  (Thanks Andrew Livesay)
5746   * Fixed stickytoggle bug in Windowmenu (Thanks Chris Elston)
5747   * Fixed shade bug in Windowmenu
5748   * Fixed error in nls/it_IT/Makefile.am
5749   * Updated french translation (Thanks Fabien Devaux)
5750   * Fixed focus Configmenu bug
5751
5752*02/01/04:
5753   * Fixed keybinding bug (Thanks Devaux Fabien)
5754
5755*02/01/01:
5756   * Updated the man page (Thanks Matthew Hawkins)
5757   * Fixed windowmenu bug when resizing with num/caps/scrollock on (Thanks Devaux Fabien)
5758   * Restored lower window with mouse feature
5759
5760*01/12/29:
5761   * Fixed slit:onTop with toolbar:onTop bug
5762   * Changed Keygrabbing constants to uppercase
5763   * Changed Texture constants to uppercase and moved them into class BImage
5764     to clean up the global namespace
5765
5766*01/12/27:
5767   * Fixed grabVertMax and grabHorizMax + 1 pixel maximise bug. (Claes N�st�n)
5768   * Now relative and vertical tabs gets textures rendered ok, still
5769    interlaced and gradients aren't rendered in right direction. (Claes N�st�n)
5770
5771*01/12/26:
5772   * Fixed tab and iconbar uppdating so that tab and iconbar labels will have
5773    the right text. (Claes N�st�n)
5774
5775*01/12/23:
5776   * Fixed a bug in Tab::buttonReleaseEvent and added sloppyWindowGrouping
5777     wich lets you release windows tabs on other windows and not only other
5778     tabs to group them (Claes N�st�n)
5779
5780*01/12/19:
5781   * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay
5782   * Fixed redraw bug when changing workspace
5783
5784*01/12/17:
5785   * Fixed errorchecking in Misc::DrawString and Misc::DrawRotString (me)
5786   * Fixed tabcycling (Thanks Mike Walker)
5787   * Moved expandFilename from class Fluxbox to class Misc (me)
5788
5789*01/12/14:
5790   * Moved Tab width and height functions to screen, new syntax is
5791      session.screenX.tab.width (Claes N�st�n)
5792
5793*01/12/13:
5794   * Moved all free functions in misc.cc/.hh into a class Misc
5795   * Moved struct FFont from Theme.hh to class Misc so the
5796     cyclic dep between class Theme and class Misc is removed.
5797   * Updated Screen.hh to return reference instead of pointer in
5798     get*Style
5799   * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString
5800     functions in class Misc
5801   * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc
5802
5803*01/12/12:
5804   * Updated russian translation (Thanks Sergey Volozhanin)
5805   * Updated man-page (Thanks Matthew Hawkins)
5806
5807*01/12/11:
5808   * Fixed alt+resize and pressing button1 bug (me)
5809   * Cleaned Tab::insert up and fix a bug in it. (Claes N�st�n)
5810
5811*01/12/10:
5812   * Added NLS for Windowmenu Tab toggle (Claes N�st�n)
5813   * Fixed Tab toggle texture / positioning "bug" (Claes N�st�n)
5814
5815Changes for 0.1.5:
5816
5817*01/12/09:
5818   * Added execCommand to keybindings
5819   * Added new theme qnx-photon
5820   * Fixed util/Makefile.am
5821   * Bugfix in Tab::insert
5822
5823*01/12/08:
5824   * Fixed "Move Group to..."-bug  (me)
5825   * Updated AUTHORS (me)
5826   * Fixed ungrabbing keys in Keys::load (me)
5827   * Added rootCommand override (Joel Carlbark)
5828   * Updated Tab code (Cleas N�st�n)
5829   * Moved some structs and enums in to the classes
5830     to clean up the global namespace. (me)
5831   * Added grabNextTab, grabPrevTab, grabAbortKeychain (me)
5832   * Added mergeTree in class Keys (me)
5833   * Added Italian nls (Thanks Giuseppe Ciotta <giuseppe.ciotta@libero.it>)
5834   * Changed name on the includeguards (me)
5835   * Updated the doc/Coding_style (me)
5836   * Added "none" to titlebar config
5837     so users can create a titlebar without buttons (Joel Carlbark)
5838   * Fixed reversed justify in menustyle (me)
5839
5840*01/12/05:
5841   * Updated Tab code (Claes N�st�n)
5842
5843*01/12/03:
5844   * Added "tab" in Windowmenu.cc (me)
5845   * Updated Tab code (Claes N�st�n)
5846
5847*01/12/01:
5848   * Fixed chained keybinding so we can do "emacs-keybindingstyle" (me)
5849
5850*01/11/30:
5851   * Fixed position code for tabs (me)
5852   * Fixed tabconfigmenu bug (me)
5853   * Added new keybinding code (me)
5854   * Removed old bbkeys code (me)
5855
5856*01/11/29:
5857   * applied Tab position patch (Claes N�st�n)
5858   * Fixed transient_for-bug, Fluxbox::~FluxboxWindow (me)
5859     client.transient_for didn't got focus and caused the (me)
5860     Fluxbox::focused_window to be a badpointer since
5861     the focused_window was pointing to an already destroyed
5862     FluxboxWindow. (me)
5863
5864*01/11/27:
5865   * Added alignment for tabs in Tab.cc  (me)
5866
5867*01/11/22:
5868   * Added wheelscroll to change tab on titlebar. Window.cc/.hh (me)
5869
5870*01/11/20:
5871   * Screen.hh/cc Added updateWorkspaceNamesAtom
5872     updates the gnome atom _WIN_WORKSPACE_NAMES (me)
5873
5874*01/11/18:
5875   * Window.cc Fixed "invalid pixmap" error (me)
5876
5877*01/11/17:
5878   * Gnome _WIN_WORKSPACE (me)
5879   * Gnome _WIN_WORKSPACE_COUNT (me)
5880   * Gnome _WIN_CLIENT_LIST  (me)
5881
5882*01/11/15:
5883   * Added --enable-gnome to configure.in (me)
5884
5885*01/11/14:
5886   * Added Gnome atoms (BaseDisplay.cc/hh) (me)
5887
5888*01/11/13:
5889   * Fixed grabs for window. No we can Alt+Move window with
5890     Numlock, Capslock and Scrolllock on. (me)
5891   * Fixed nls for "Use Icons" and "Use Tabs" (Claes N�st�n)
5892   * Removed BScreen::LoadStyle() (me)
5893
5894*01/11/12:
5895   * Tab::draw, DrawString  (me)
5896   * FluxboxWindow::redrawLabel,  DrawString (me)
5897   * Moved strcasestr to misc.hh/cc (me)
5898   * Added DrawString function in misc.hh/cc (me)
5899   * Added misc.cc/hh  (me)
5900
5901*01/11/11:
5902   * Theme.cc/.hh added to source, handles all theme loading (me)
5903
5904*01/11/09:
5905   * Fixed bug in Fluxbox::getRcFilename() (me)
5906
5907*01/11/07:
5908   * Removed a not working wheelscroll on rootwindow in fluxbox.cc (me)
5909   * Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me)
5910   * Fixed some nls in data (me)
5911
5912*01/11/06:
5913   * Fixed syntaxerror in Makro and CleanColor theme (me)
5914   * First part of restructure for themes (me)
5915
5916*01/11/05:
5917   * Clean up in IconBar.cc (me)
5918
5919*01/11/04:
5920   * Fixed so it compiles with gcc 3.0.x (me)
5921
5922Changes for 0.1.4:
5923
5924*01/11/03: Added new theme: Carbondioxide by skypher
5925*01/11/03: Fixed bsetbg in utils/Makefile.am
5926*01/11/02: Clean up
5927*01/11/02: Added session.iconbar to config file
5928*01/11/02: Changed the generate_menu skript to clean sh
5929*01/11/02: Updated skyphers theme (Clean, CleanColor, MerleyKay, Makro)
5930*01/11/02: Fixed parentrelative in tabs
5931*01/11/02: Fixed so the tab disconnects when it iconifies
5932*01/11/02: Added "Use Iconbar" to configmenu
5933*01/11/01: Added iconbar to the toolbar (new files IconBar.cc/.hh)
5934*01/10/31: Added border to tabs
5935*01/10/31: Removed workspace change when wheelscroll on titlebar
5936*01/10/31: Fixed so shade is correct when linkin tabs
5937*01/10/31: Fixed default color/texture for tab to be the same as titlebar
5938           if the theme is a blackbox theme.
5939*01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch)
5940*01/10/29: Fixed reconfigure-bug for tabs
5941*01/10/28: Added "Use Tabs" in configure menu
5942*01/10/28: Added theme support for tabs
5943*01/10/28: Fixed the move bug when moving a tablist
5944
5945Changes for 0.1.3:
5946
5947* Default focusmode is ClickToFocus
5948  changed in fluxbox.cc
5949
5950* fluxbox.hh
5951  added resource.tabs
5952
5953* fluxbox.cc
5954  added enterNotify for tabs
5955  added load/save in load_rc() save_rc() for resource.tabs
5956
5957* blackbox-nls.hh
5958  added WindowmenuSendGroupTo
5959
5960* Windowmenu.hh,.cc
5961  added sendGroupTo() so we can send a hole
5962  list to another workspace
5963
5964* Tab.hh,.cc:
5965  Added functions: iconify, deiconfigy, withdraw,
5966                   disconnect, insert, shade
5967                   EnterNotifyMask for tabwindow
5968
5969* fluxbox.cc: getRcFilename
5970  fixed correct lenght on dbfile
5971
5972* Window.cc: motionNotifyEvent
5973  removed unnecessary 'else if'-statement
5974
5975* Screen.cc: LoadStyle()
5976  changed exit to throw
5977
5978* Screen.cc: prevWorkspace, nextWorkspace
5979  fixed revers workspace change.
5980
5981Changes for Fluxbox 0.1.2:
5982
5983* Added doc/Coding_style
5984
5985* FluxboxWindow.cc: FluxboxWindow::buttonPressEvent
5986  fixed so the shade button is drawn in pressed mode.
5987
5988* CleanColor theme: error fixed.
5989
5990* default theme is now: Clean
5991
5992* fluxbox.hh,.cc: execCommand removed
5993  uses bexec from BaseDisplay.hh, to grabExecute in process_event, instead.
5994
5995* Window.cc: FluxboxWindow::FluxboxWindow
5996  Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier
5997  and ungrabs Mod1-3.
5998  This should fix the focus "bug" when num lock, caps lock or scroll lock
5999  are pressed.
6000
6001* fluxbox.cc: Fluxbox::process_event
6002  fixed an error check on getAction in
6003  KeyPress case.
6004
6005* I18n class is now singleton type
6006
6007* Changed name on:
6008  Blackbox class to Fluxbox
6009  BlackboxWindow to FluxboxWindow
6010
6011* Changed name on file blackbox.cc and blackbox.hh to
6012  fluxbox.cc and fluxbox.hh
6013
6014Changes from Blackbox 0.61.1 to Fluxbox 0.1.1:
6015
6016* Integrated bbkeys in code.
6017  "session.keyFile: thekeyfile" in the file init
6018
6019* "make dist" now creates a "functional" tarball
6020
6021* Escape cancels edit workspace name
6022  and return to old name
6023
6024* New coding style
6025  using tab instead of space for ident
6026
6027* Variable titlebar
6028  The buttons on the titlebar can now be configured.
6029
6030* Wheelscroll
6031  Wheelscroll function on titlebar and toolbar changes workspace
6032
6033* Config path
6034  The config path is now ~/.fluxbox
6035
6036* Toolbar.cc: ~Toolbar
6037  memory leak fix
6038  It didnt remove some windows in ToolbarSearch.
6039
6040* Blackbox class now singleton type
6041
6042