Update key files for FVWM 2.6.0
[fvwm.git] / NEWS
blob5035b23504ade486059b71355e549f0a5f319d64
1 Note, the changes for the last STABLE release start with release
2 2.6.0.
4 -------------------------------------------------------------------
6 Changes in stable release 2.6.0 (15-Apr-2011)
8 * New features:
10   - Support libpng 1.5.0's slightly newer API.
12 * Bug fixes:
14   - Fix width of FvwmTaskBar to fit on screen properly by using
15     the correct module information to determine the border size.
16   - Fix resizing shaded windows with a shade direction that does
17     not match the window's gravity.  Shaded windows might have
18     jumped to strange positions when being resized by the
19     application.
20   - FvwmIconMan now accepts an optional module alias when running
21     in transient mode.
22   - Use of the NoUSPosition style is now properly reported by
23     "BugOpts ExplainWindowPlacement on".
24   - Fix the CursorMove command to no longer move the pointer beyond
25     the boundary of a page, if EdgeScroll was set to disable page
26     flipping.
27   - Fix NeverFocus windows from taking focus when opening menus,
28     etc.
31   - Plus *MANY* other fixes, improvements, etc.  Please see the
32     docs/ANNOUNCE file from 2_6_0.
33 -------------------------------------------------------------------
35 -------------------------------------------------------------------
37 Changes in beta release 2.5.31 (09-Aug-2010)
39 * New features:
41 * Bug fixes:
43   - fvwm-convert-2.6:  Don't double-up comma separated options to
44     conditional commands if they're already delimited by commas.
45   - Correctly report a window's height and width if the window has
46     incomplete resize increment set.
47   - Maintain any State hints on a window when used with
48     WindowStyle.
49   - FvwmIconMan now correctly handles sticky windows.
51 -------------------------------------------------------------------
53 Changes in beta release 2.5.30 (09-May-2010)
55 * New features:
57   - Support libpng 1.4.0's slightly newer API.
59 * Bug fixes:
61   - Don't lazy match AnyContext when printing out bindings and the
62     contexts they apply to with "PrintInfo Bindings".
64 -------------------------------------------------------------------
66 Changes in beta release 2.5.29 (03-Apr-2010)
68 * New features:
70    - Added new fvwm-convert-2.6 script to convert older fvwm 2.4.x
71      config files.
72    - New BugOpts option QtDragnDropWorkaround to work around an
73      oddity in handling drag-n-drop events to Qt applications.
75 * Bug fixes:
77    - Fixed the InitialMapCommand style from running when FVWM is
78      restarting.
79    - Fix rendering of FvwmForm windows when initially mapped.
80    - Fix placement of windows when using MinoverlapPlacement and
81      friends.
82    - Fix segfault when tearing off menus using a Pixmap
83      background.
84    - Fix "window jump" bug when moving a window across page
85      boundaries.
86    - Flush property events for same type in applications which
87      repeatedly set the same XAtom.  (Gnucash, Openoffice, etc.)
88    - Fix opening of files using Read/PipeRead to accept paths in
89      the form "./" to indicate CWD.  Fixes
90        $ fvwm -f ./some-fvwm2rc
91    - Fix further crash when copying menustyles with MenuFace
92      involving pixmaps.
93    - Make layer changes apply immediately via Style commands for
94      any currently mapped windows.
95    - Fix flickering/incorrect location of the GeometryWindow with
96      Xinerama/TwinView when resizing windows.
98 -------------------------------------------------------------------
100 Changes in beta release 2.5.28 (20-Sep-2009)
102 * New features:
104    - New differentiated options for SnapAttraction when snapping
105      against screen edges:
106        "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
107    - New option to the BugOpts command: TransliterateUtf8.
109 * Bug fixes:
111    - Fixed non-visible Qt windows after a Qt deferred map (e.g.
112      Skype profile windows).
113    - Fixed the use of the X-resource "fvwmstyle".
114    - Fixed segmentation fault in FvwmEvent when parsing an
115      undefined event name, or an undefined environment variable
116      to the RPlayHost option.
117    - Fixed the events startup, shutdown and unknown in FvwmEvent.
118    - Fvwm now retains utf8 window names when the WM_NAME changes,
119      and the utf8 name converted to the default charset match
120      the old WM_NAME.
121    - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
122    - Fixed SnapAttraction: Option SameType/Icons/Windows did
123      falsely not affect conditions of option "Screen" and option
124      "SameType" snapped falsely icons and windows together.
125    - Fixed a problem where modules would get incorrect stacking
126      information if many windows were restacked at the same time.
127    - Fixed BugOpts parsing of more than one option at a time and
128      restoring of default value for the last option
129      in the command line when omitted.
130    - 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
132 -------------------------------------------------------------------
134 Changes in beta release 2.5.27 (23-Feb-2009)
136 * New features:
138    - New extended variable
139        $[w.visiblename]
141    - Style matching now honours the window's visible name which
142      means it can be matched before the real name, hence:
144         Style $[w.visiblename] Colorset 5
146         is now honoured.  Useful with IndexedWindowName as a style
147         option.
149    - New style InitialMapCommand allows to execute any command
150      when a window is mapped first.
152    - New option to PrintInfo, "bindings" which prints out all of
153      the Key, PointerKey, Mouse and Stroke bindings which fvwm
154      knows about.
156 * Bug fixes:
158    - Fixed compilation without XRender support.
159    - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
160    - Fixed a bug in automatic detection mode of the style
161      MoveByProgramMethod.
162    - Fixed png detection when cross compiling.
163    - Fixed keeping fullscreen window mode over a restart.
164    - The style PositionPlacement now honours StartsOnPage.
165    - Reset signal handlers for executed modules and programs.
166    - Try to handle a bug an old version of the EWMH spec by
167      honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
168      the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
169    - Fix the GNOME location prefix to application .desktop files.
170    - 'PositionPlacement UnderMouse' now forces the window
171      on-screen, just like the old UnderMousePlacement style option
172      used to.
174 -------------------------------------------------------------------
176 Changes in beta release 2.5.26 (7-May-2008)
178 * New features:
180    - New MenuStyle option VerticalMargins.
182 * New module features:
184    - FvwmButtons: New button alignment option: top.
186 * Bug fixes:
188    - Fixed crash in ARGB visual detection code.
189    - Fixed compilation without XRender support.
190    - Fixed drawing of background pictures in menu items and titles.
191    - Fixed handling of shaped windows.
192    - Fixed a 64-bit bug in the EWMH code.
194 -------------------------------------------------------------------
196 Changes in beta release 2.5.25 (26-Feb-2008)
198 * New features:
200    - Handle the STATE_ADD command of the EWMH _NET_WM_STATE
201      message from version 1.3 of the EWMH spec.
202    - Support transparency in ARGB windows
204 * Bug Fixes:
206    - Fixed problem with windows disappearing when created
207      unless the style Unmanaged was used.
208    - Edge move delay was used as resistance for the top edge.
209    - Fixed a parsing problem of the screen argument of the
210      SnapAttraction style.
211    - Some html documentation files were not installed.
212    - Fixed a memory leak in internationalized font handling.
213    - Fixed a bug in MinOverlap placement.
214    - Fixed the StickyAcrossPages style in the FvwmPager.
215    - Fixed the determination of the X charset on UTF-8 systems.
216    - Fixed a crash when certain EWMH messages were sent to
217      unmanaged windows.
218    - Fixed a memory leak in multibyte codepage code.
219    - Ignore the EWMH staysontop and staysonbottom hints if the
220      EWMHIgnoreStackingOrderHints style is used.
221    - Fixed a sporadic crash when the root background set by gnome,
222      fvwm-root, esetroot etc. changes and a root transparent
223      colour set is used.
224    - Fixed spradic crash in modules with root transparent
225      background from colour sets.
226    - Fixed a possible crash if the last active module fails.
228 -------------------------------------------------------------------
230 Changes in beta release 2.5.24 (24-Nov-2007)
232 * New features:
234    - Disabled paging during interactive resize operations by
235      default (see 2.5.20) as it is annoying to many people.
236    - New style command options:
237        EdgeMoveResistance
238        EdgeMoveDelay
239        EdgeResizeDelay
240        SnapGrid
241        SnapAttraction
242      that replace the now obsolete commands EdgeResistance,
243      SnapGrid and SnapAttraction.  The EdgeResistance command has
244      a new syntax with only one argument.
245    - New command MenuCloseAndExec for menu bindinngs that can be
246      used to trigger certain commands from a menu without an
247      associated item.  For example, with
248        Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
249      the RootMenu can be opened from any other menu by pressing
250      F1.
252 * Bug Fixes:
254    - Sometimes a window jumped by half the screen's size when
255      moving with the mouse and hitting the border of the desktop.
256    - Fixed the "screen w" argument of the Move and other commands.
257    - Clicking on a menu title did not close the menu by default.
258    - Temporary files in FvwmPerl overwrote each other.
260 -------------------------------------------------------------------
262 Changes in beta release 2.5.23 (1-Sep-2007)
264 * New features:
266    - New Style command options:
267        StartShaded
269 * Bug Fixes:
271    - Fixed FvwmButton's button placement algorithm broken in
272      2.5.22.
274 -------------------------------------------------------------------
276 Changes in beta release 2.5.22 (29-Aug-2007)
278 * New features:
280    - New Style command options:
281        UnderMousePlacementHonorsStartsOnPage
282        UnderMousePlacementIgnoresStartsOnPage
283        !MinOverlapPlacementPenalties
284        !MinOverlapPercentPlacementPenalties
285        MinWindowSize
286    - SVG (scalable vector graphics) image loading support.
287    - New extended variables
288        $[w.iconfile.svgopts]
289        $[w.miniiconfile.svgopts].
290    - Added suffix 'w' to the arguments of the Move command and
291      similar.  It is now possible to add multiple shifts to a
292      window position, e.g. "50-50w 50-50w" for the center of the
293      screen.
294    - Removed UnderMousePlacement and CenterPlacement.  Use
295      "PositionPlacement Center" and "PositionPlacement UnderMouse"
296      instead.
297    - Documentation in HTML format.
298    - Replaced "UseListSkip" with "UseSkipList" & "OnlyListSkip" with
299      "OnlySkipList" in WindowList command. (Old options deprecated.)
300    - New subject ImageCache for PrintInfo command.
301    - The new commad EchoFuncDefinition prints a function's
302      definition to the console for debugging purposes.
303    - The CursorStyle command can now load PNG and SVG images as
304      mouse cursors.  New x and y arguments to specify the
305      hot spot.  Also, it is now possible to load non-monochrome
306      cursors and cursors with partial transparency.
308 * New module features:
310    - FvwmScript: New instructions: ChangeWindowTitle and
311      ChangeWindowTitleFromArg.
313 * Bug Fixes:
315    - Windows with aspect ratio no longer maximize past the screen
316      edges.
317    - Fixed CenterPlacement with Xinerama screens.
318    - Fixed CascadePlacement with title direction west and east
319    - Windows no longer unstick when going to fullscreen mode.
320    - Fixed crash when raising/lowering a destroyed window.
321    - Fixed expansion of $[n-] and $[*], broken in 2.5.20.
322    - Fixes for resizing shaded windows and windows with a gravity
323      other than northwest.
324    - Fixed CursorStyle POSITION, broken since 2.3.24.
325    - The hi, sh and fgsh colors in colorsets are no longer replaced
326      by computed values if not explicit set on the same line as the
327      bg, or for fgsh fg, changes. (bug #3359)
328    - FvwmButtons now redraws stretched button backgrounds correctly
329      on partial expose.
330    - Windows with circular transient for hints may no longer crash
331      fvwm with StackTransientParent style.
332    - FvwmPager now displays windows that are StickyAcrossPages
333      correctly.
334    - Fixed a possible crash with modules closing down.
335    - Fixed broken demo script fvwm_make_browse_menu.sh.
336    - The conditon following a comma separator without whitespace
337      padding was previously ignored if the presiding condition was
338      multi-worded.
339    - Various FvwmButtons drawing problems.
340    - Window movement or resizing triggered by an EWMH message now
341      honours the FixedSize and FixedPosition window styles.
342    - Properly generate leave_window and enter_window events for
343      the root window in FvwmEvent.
344    - Fixed crash in UTF8 code.
345    - Fixed parsing of the PropertyChange command.
346    - Fixed windowlist crash when combining CurrentAtEnd with
347      IconifiedAtEnd and all windows are iconified.
349 -------------------------------------------------------------------
351 Changes in beta release 2.5.21 (20-Jan-2007)
353 * New features:
355    - The command Scroll can now be used for interactive scrolling.
357 * Bug Fixes:
359    - Fixed Tile...Placement styles (SmartPlacement) that were
360      broken in 2.5.20.
362 -------------------------------------------------------------------
364 Changes in beta release 2.5.20 (15-Jan-2007)
366 * New features:
368    - New Style options: StippledIconTitle, !StickyStippledTitle,
369      and !StickyStippledIconTitle.
370    - Full support for menu context (M) key and mouse bindings.  See
371      the section Menu Bindings in the man page for details.
372    - Hilighted menu backgrounds now use pixmaps gradients and
373      transparency from their related colorset.
374    - New window conditions: StickyIcon, StickyAcrossPagesIcon and
375      StickyAcrossDesksIcon.
377 * Changed features:
379    - "Mouse n M N" is no longer used to disable or remap the
380       builtin tear off menu button. See the section Tear Off Menus
381       for details on replacement commands.
383 * Bug Fixes:
385    - FvwmWinList: fix problem with window name/button mixups during
386      Init/Restart of fvwm. (bug #1393)
387    - It is now possible to switch the viewport while resizing
388      windows if "EdgeScroll 0 0" is set.
389    - Fixed disappearing windows when aborting interactive resizing
390      of maximized windows when unmaximizing them later.
391    - Fixed disappearing windows when moving maximized windows and
392      unmaximizing them later.
393    - Fixed calculation of final location with MoveToPage and
394      MoveToScreen with windows to the left or top of the viewport.
395    - 64-bit architecture fix in FvwmProxy.
396    - FvwmForm now work with balanced quoted command for Timeout.
397    - FvwmPager correctly updates on window desk change.
398    - FvwmIconBox: fixed problem with IconColorset's background
399      color change not being applied immediately.
400    - Allow FvwmConsole to run a terminal via rxvtc or urxvtc.
401      FvwmConsole dies if no client connects within one minute.
402    - Expansion of variables in FvwmTaskBar launch button commands
403      fixed.
404    - Fixed a race condition with applications raising their own
405      transient windows in certain ways. (Apple Shake, kphotoalbum)
406    - FvwmIdent reports the correct geometry if the window has its
407      title at the left or right side.
408    - Fixed an infinite loop when deiconifying windows in a group
409      via a different window than the initially iconified.
411 -------------------------------------------------------------------
413 Changes in beta release 2.5.19 (9-Dec-2006)
415 * Bug Fixes:
417    - FvwmCommand now reports "end windowlist" and "end configinfo".
418    - FvwmCommand now prints config info split on lines.
419    - FvwmTaskBar no longer gets lost with trailing whitespace after
420      geometry specification.
421    - Fixed a window size problem if the aspect ratio is set (e.g.
422      mplayer).
423    - Decorations now update when unmanaged windows take focus, and
424      not FlickeringQtDialogsWorkaround is enabled.
425    - FvwmPager again allows movement of windows added before a
426      page change.
427    - fvwm no longer crashes on 1 and 4 bit displays. (#1677)
428    - EWMH desktops now correctly handles FPClickToFocus. (#1492)
429    - Security fix in fvwm-menu-directory. (CVE-2006-5969)
431 -------------------------------------------------------------------
433 Changes in beta release 2.5.18 (11-Sep-2006)
435 * Bug Fixes:
437    - If a window started fullscreen, leaving fullscreen state now
438      properly unmaximizes and resizes the window.
439    - Fixed the ForeColor/HilightFore styles that were broken in
440      2.5.17.
441    - FvwmPager can now move icons with the !IconTitle style.
442    - Fixed drawing of icons that are moved to a different desk.
443    - FvwmPager no longer tries to move non-movable windows.
444    - FvwmPager now moves all windows as user requests.
445    - FvwmPager no longer displaces windows with title and border
446      sizes on moves.
447    - TestRc now correctly matches Break, and $[cond.rc] is
448      expanded for Break.
449    - Fixed several 64-bit architecture problems with
450      XGetWindowProperty().  Xine works much better on 64-bit
451      machines.
452    - Fixed handling of ClickToFocusPassesClick with the EWMH
453      desktop (e.g. using nautilus).
454    - Fixed handling of windows that are unmapped and mapped again
455      too fast (e.g. fpga_editor).
457 -------------------------------------------------------------------
459 Changes in beta release 2.5.17 (19-Jul-2006)
461 * New features:
463    - New MenuStyle options TitleFont, TitleColorset and
464      HilightTitleBack.
465    - New command PressButton in module FvwmButtons for being able
466      to emulate button press via other means than the mouse.
467    - New wrap options to EdgeScroll command for wrapping with pixel
468      distances.
469    - New Style option UnderMousePlacement.
470    - Unused arguments to Style options generate warnings.
471    - The name style names match against can be augmented by the
472      X-resource "fvwmstyle".
473    - New options, Reverse and UseStack, to All command.
474    - WindowShade can now reshade windows using the Last direction.
475    - Positional parameters to complex functions can now be expanded
476      using $[n], $[n-m], $[n-] and $[*] expressions.
477    - The width and height arguments of the Resize command now
478      accept the prefix 'w' to allow resizing relative to the
479      current window size.
480    - New command ModuleListenOnly.
481    - New "Periodic" option added to Schedule command.
483 * Bug Fixes:
485    - Fixed detection of running non-ICCCM2 wm (bug #3151).
486    - Fixed drawing of menus with the sidepic on the right.
487    - EdgeScroll no longer divides pixel distances >1000 by 1000.
488      (bug #3162)
489    - The configure script can now cope with four-part version
490      numbers when detecting some libraries.
491    - The WarpToWindow command followed by Move in a complex
492      function now uses the correct pointer position.
493    - The menu style TitleWarp does no longer warp the pointer for
494      root menus (as it is documented).
495    - Fixed detection of safe system version of mkstemp.
496    - Fixed the conditions Iconifiable, Fixed, FixedSize,
497      Maximizable and Closable.
498    - Fixed problem with window outline and placement position
499      running out of sync.
500    - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
501    - FvwmGtk now configures correctly on Cygwin (bug #3772).
502    - Fixed tempfile vulnerabilities in FvwmCommand.
504 -------------------------------------------------------------------
506 Changes in beta release 2.5.16 (20-Jan-2006)
508 * New features:
510    - If the pointer can not be grabbed in functions, a message is
511      printed to the console instead of beeping.
513 * Bug Fixes:
515    - Fixed a couple of build problems introduced in 2.5.15.
517 -------------------------------------------------------------------
519 Changes in beta release 2.5.15 (14-Jan-2006)
521 * New features:
523    - Variables can be nested, like $[desk.name$[desk.n]].
524    - Obsolete one-letter variables work, but generate warnings now.
525    - Windows can be placed by any button (now also >3).
526    - It is now possible to redefine the buttons usable to finish
527      window movement and manual placement.
528    - New window condition PlacedByButton.
529    - MenuStyle pairs can be negated by prefixing '!'.
530    - New generic tabbing module - FvwmTabs.
531    - New Style option: EWMHIgnoreWindowType.
532    - New MenuStyle options: MouseWheel, ScrollOffPage and
533      TrianglesUseFore.
534    - To compile from CVS, autoconf-2.53 or above is now required.
535      This does not affect compiling the released tarballs.
536    - New option "screen" to Move and ResizeMove commands to allow
537      specifying the target Xinerama screen.
539 * Bug Fixes:
541    - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
542    - Better look for windows with "BorderStyle TiledPixmap".
543    - Some EWMH-related 64-bit fixes.
544    - Fixed segmentation fault when replacing title of title only
545      menus (Bug #1121).
546    - Fixes for resizing of shaded windows and resizing/moving
547      windows with complex functions.
549 -------------------------------------------------------------------
551 Changes in beta release 2.5.14 (24-Aug-2005)
553 * New features:
555    - Fvwm now officially supports 64-bit architectures.
556    - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
557      EdgeIsActive.
558    - New window condition FixedPosition.
560 * New module features:
562    - FvwmPerl module supports window context when preprocessing.
563    - FvwmPerl module accepts new --export option that by default
564      defines two fvwm functions "Eval" and ".", to be used like:
566        FvwmPerl -x
567        Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
568        . Exec xmessage %{2 + cos(0)}%    # embedded calculator
570    - New FvwmProxy option ProxyIconified.
571    - New FvwmTaskBar option Pad to control the gap between
572      buttons.
574 * Bug Fixes:
576    - Fixed a Solaris compiler error introduced in 2.5.13.
577    - Fixed a hang with layers set by applications (e.g. AbiWord).
578    - GotoDesk with a relative page argument now wraps around at
579      the end of the given range as documented. (Bug #1396).
580    - PopupDelayed menu style option was not copied on
581      CopyMenuStyle.
582    - Transparent Animated menus with non-transparent popup were
583      not animated correctly.
584    - Supported euc-jp class of encodings.
585    - A window's default layer is no longer set to 0 during a
586      restart.
587    - Fixed an annoying MouseFocus/SloppyFocus problem in
588      conjunction with EdgeResistance + EdgeScroll (sometimes a
589      window did not get the focus as it should have). This
590      problem first occured in 2.5.11.
592 -------------------------------------------------------------------
594 Changes in beta release 2.5.13 (16-Jul-2005)
596 * Bug Fixes:
598    - The MoveToPage command did not work without arguments in
599      2.5.11 and 2.5.12.
600    - Mouse/Key command no args possible core dump.
601    - Direction with no args possible core dump.
602    - FvwmScript periodic tasks run too often.
603    - Perl modules did not work on 64 machines.
604    - FvwmDebug did not report any extended messages.
605    - fvwm-menu-desktop supports mandriva.
606    - fvwm-menu-desktop when verifying executable, allow full path.
608 * New module features:
610    - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
611      options.
612    - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
613      TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
614      TipsJustification and TipsOffsets options.
615    - FvwmButtons: PressColorset & ActiveColorset options for
616      _individual_ buttons.
618 -------------------------------------------------------------------
620 Changes in alpha release 2.5.12 (6-Oct-2004)
622 * New commands:
624    - EdgeLeaveCommand
626 * New module features:
628    - FvwmIconMan: ShowOnlyFocused option.
630 -------------------------------------------------------------------
632 Changes in alpha release 2.5.11 (30-Sep-2004)
634 * Multiple window names can be specified in conditions.
636 * Window-specific key/mouse bindings. (Bindings no longer have to
637   be global.)
639 * The default fvwm configuration files are now: ~/.fvwm/config and
640   $FVWM_DATADIR/config. Five previously used config file locations
641   are still searched as usual for backward compatibility.
643 * New extended variables $[w.desk] and $[w.layer].
645 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
646   command.
648 * New Style option "State".
650 * New Style option "CenterPlacement".
652 * New option to FvwmIconMan: ShowNoIcons.
654 * New WindowList tracker and other enhancements in Perl library.
656 * New option to fvwm-menu-directory: --func-name.
658 * Improved FvwmWindowMenu module.
660 * Fluxbox-like Alt-Button3 resizing with the new Resize options
661   Direction, WarpToBorder and FixedDirection
663 * Enhanced "Test (Version >= x.y.z)" option to allow version
664   comparisons.
666 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
667   PressColorset, PressIcon and PressTitle.
669 * New FvwmButtons swallow option: SwallowNew.
671 * The option CurrentGlobalPageAnyDesk was accidentally named
672   CurrentGlobbalPageAnyDesk before.
674 * New conditions AnyScreen and Overlapped.
676 * The Read and PipeRead commands return 1 if the file or command
677   could be read or executed and -1 otherwise.
679 * New menu option TearOffImmediately.
681 * Added support for Solaris' Xinerama.
683 * New option MailDir in FvwmTaskBar.
685 * MoveToPage command:
687     New options wrapx, wrapy, nodesklimitx and nodesklimity.
688     New suffix 'w' to allow for window relative movement.
690 -------------------------------------------------------------------
692 Changes in alpha release 2.5.10 (19-Mar-2004)
694 * New command FakeKeyPress.
696 * New BugOpts option ExplainWindowPlacement.
698 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
700 * Security patch in fvwm-bug.
701   See http://securitytracker.com/alerts/2004/Jan/1008781.html
703 * Security fixes in:
705     fvwm-menu-directory (BugTraq id 9161)
706     fvwm_make_directory_menu.sh
707     fvwm_make_browse_menu.sh
709 -------------------------------------------------------------------
711 Changes in alpha release 2.5.9 (2-Mar-2004)
713 * New MenuStyle options PopupIgnore and PopupClose.
715 * New configure option --disable-iconv to disable iconv support.
717 * New extended variables $[w.iconfile] and $[w.miniiconfile].
719 * New Style option Unmanaged.  Such windows are not managed by
720   fvwm.
722 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
724 * New option DisplayNewWindowNames to the BugOpts command.
726 * Security fix for fvwm-menu-directory.
727   See BugTraq id 9161.
729 -------------------------------------------------------------------
731 Changes in development release 2.5.8 (31-Oct-2003)
733 * New prefix command KeepRc.
735 * Renamed the Cond command to TestRc, and the On command to Test.
736   Removed the CondCase command.  Use "KeepRc TestRc" instead.
738 * The Break command can be told the number of nested function
739   levels to break out of.  Break now has a return code of -2
740   ("Break").
742 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
743   in key or mouse bindings.
745 * New extended variable $[func.context].
747 * New Style option MoveByProgramMethod.  Tries to autodetect
748   whether application windows are moved honouring the ICCCM or not
749   (default).  The method can be overridden manually if the
750   detection does not work.
752 * fvwm supports tear off menus.  See the "Tear Off Menus" section
753   in the man page or press Backspace on any menu to try them out.
755 * fvwm now handles what Unicode calls "combining characters" (i.e.
756   marks drawn on top of other characters).
758 * New commands WindowStyle and DestroyWindowStyle for individual
759   (per window) styles.
761 * The conditions !Current... and !Layer now work as expected.
763 * Added a nice autohide script to the FAQ.
765 * FvwmAnimate now supports dynamical commands "pause", "play",
766   "push", "pop" and "reset" to manipulate the playing state.
768 -------------------------------------------------------------------
770 Changes in development release 2.5.7 (30-May-2003)
772 * The commands Cond and CondCase now support checking for
773   inequality by prefixing the return code with '!'.
775 * Schedule and Deschedule support hexadecimal and octal command
776   ids.
778 * In FvwmIconMan, windows can move from one manager to another
779   according to the managers' Resolution options.
781 * In order to fix a problem with StartsOnScreen and applications
782   that set a user specified position hint, the StartsOnScreen style
783   no longer works for the following modules:  FvwmBanner,
784   FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
785   FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList.  Use
786   the '@<screen>' bit in the module geometry specification where
787   applicable.
789 * Documented variable $[gt.any_string] and LocalePath command
790   (new in 2.5.5).
792 * Added gettext support to FvwmScript. New head instruction
793   UseGettext and WindowLocaleTitle. New widget instruction
794   LocaleTitle. New instruction ChangeLocaleTitle and new function
795   Gettext.
797 * WindowListFunc is executed now within a window context, so
798   a prefix "WindowId $0" is not needed in its definition anymore,
799   and it is advised to remove it in user configs.
801 * FvwmEvent now executes all window related events within a window
802   context, so PassId is not needed anymore, and all prefixes
803   "WindowId $0" may be removed in user event handlers.
805 * New FvwmTaskBar option NoDefaultStartButton.
807 -------------------------------------------------------------------
809 Changes in development release 2.5.6 (28-Feb-2003)
811 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
813 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
814   exec'd process knows it's not running interactively.
816 * Improvement in MultiPixmap.  In particular Colorset and Solid
817   color can be specified.
819 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
820   StretchedPixmap and ShrunkPixmap.
822 * Use the MIT Shared Memory Extension for XImage.
824 * The TitleStyle decor of a vertical window Title is rotated.
825   This is controllable using a new style option:
827     !UseTitleDecorRotation / UseTitleDecorRotation
829 * New style options IconBackgroundColorset, IconTitleColorset,
830   HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
831   and IconBackgroundPadding.
833 * Minor incompatible improvements to the Perl library API.
835 * Renamed FvwmWindowLister to FvwmWindowMenu.
837 * New option to IconSize style: Adjusted, Stretched, Shrunk.
839 * New shortcuts for button states: AllActiveUp, AllActiveDown,
840   AllInactiveUp, AllInactiveDown.
842 * New Style options:
844     Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
846 * New conditions for matching windows:
848     Closable, Iconifiable, Maximizable, FixedSize and HasHandles
850 * New conditional command On for non-window related conditions.
852 * Removed --disable-gnome-hints and --disable-ewmh configure
853   options.
855 * All single letter variables are deprecated now; new variables:
857     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
858     $[desk.n], $[version.num], $[version.info], $[version.line],
859     $[desk.pagesx], $[desk.pagesy]
861 -------------------------------------------------------------------
863 Changes in development release 2.5.5 (2-Dec-2002)
865 * Added support for joining and shaping in bi-directional
866   languages that need this.
868 * ButtonStyle and TitleStyle new style type Colorset.
870 * New experimental module FvwmProxy.
872 * New command RestackTransients.
874 * Added a pixel offset to vector button definitions.
876 * New command FocusStyle as a shorthand for setting the FP...
877   styles with the Style command.
879 * New option Locale to PrintInfo command.
881 * The Next and Prev commands start looking for a matching window at
882   the context window if there is any.
884 * The MoveToPage command does nothing with sticky windows.
886 * New module FvwmWindowLister, a WindowList substitute.
888 * Sticky windows can be sticky across pages, across desks or both.
889   Related to this are:
890    - New commands StickAcrossPages and StickAcrossDesks.
891    - New Style options StickyAcrossPages and StickyAcrossDesks.
892    - New conditional command options StickyAcrossPages and
893      StickyAcrossDesks.
894    - New WindowList options NoStickyAcrossPages,
895      NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
896      OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
897    - New FvwmRearrange options -sp and -sd.
899 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
900   FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
901   an alpha channel are used.
903 * New Colorset option RootTransparent
905 * The Transparent Colorset option can be tinted under certain
906   conditions
908 * New MinHeight option to TitleStyle
910 * Added gettext support. New command LocalePath and new variable
911   $[gt.string]
913 -------------------------------------------------------------------
915 Changes in alpha release 2.5.4 (20-Oct-2002)
917 * FvwmTaskBar may now include mini launch buttons using the Button
918   command.  Also has new options for spacing the buttons:
919   WindowButtonsLeftMargin, WindowButtonsRightMargin, and
920   StartButtonRightMargin.  See man page for details.
922 * Style switches can be prefixed with '!' to inverse their meaning.
923   For example, "Style * Sticky" is the same as "Style * !Slippery".
924   This works *only* for pairs of styles that take no arguments and
925   for the Button and NoButton styles.
927 * New button property Id in FvwmButtons.  FvwmButtons now accepts
928   dynamical actions using SendToModule, see the man page:
930     ChangeButton <button-id> <properties-to-change>
931     ExpandButtonVars <button-id> <command-to-expand>
933 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
934   IconTint and IconAlpha.
936 * Alpha blending rendering is supported even without XRender
937   support.
939 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
940   Titles and buttons now have 4 main states instead of 3: ActiveUp,
941   ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
942   Several shortcuts added: Active means ActiveUp + ActiveDown,
943   Inactive means InactiveUp + InactiveDown, similarly for shortcuts
944   ToggledActive and ToggledInactive.
946 * More shortcuts for button states added: AllNormal, AllToggled,
947   AllActive, AllInactive, AllUp, AllDown.  These six shortcuts are
948   actually different masks for 4 individual states (from 8 total).
950 * FPClickToFocus and FPClickToRaise work with any modifier by
951   default.
953 * Perl library API regarding event handlers is changed, so personal
954   modules in Perl should be adjusted.
956 * Allow the use of mouse buttons other than the first in
957   FvwmWinList when invoked transient.
959 * ImagePath now supports directories in form "/some/directory;.png"
960   (where semicolon delimits a file extension that files in
961   /some/directory have.  This file extension replaces the original
962   image extension (if any) or it is added if there is no extension.
963   For example with: Style XTerm MiniIcon mini/xterm.xpm
964   the file /some/directory/mini/xterm.png is searched.
966 * New graphical debugger module FvwmGtkDebug.
968 * New command NoWindow for removing the window context.
970 * New FvwmIconMan option ShowTransient.
972 * All conditions have a negation.
974 * New FvwmBacker option RetainPixmap.
976 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
977   and FvwmPager when xft fonts or icons with an alpha channel is
978   used.
980 * FvwmButtons redrawing improvement: colorsets are now usable with
981   containers.
983 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
984   and SelectColorset are now strictly respected.
986 * The HilightBack and ActiveFore menu styles are independent of
987   each other.  HilightBack without using ActiveFore does no longer
988   hilight the item text.
990 * New WindowList option SortByResource; the previously added
991   SortClassName option is renamed to SortByClass.
993 * New command PrintInfo for debugging.
995 -------------------------------------------------------------------
997 Changes in alpha release 2.5.3 (25-Aug-2002)
999 * TitleStyle MultiPixmap now works once again.
1001 * Removed the old module interface for ConfigureWindow
1002   packets. External modules relying on this interface no longer
1003   work.
1005 * Fixed interaction bug between CascadePlacement and StartsOnPage:
1006   if the target page was at a negative x or y page displacement
1007   from the current viewport, the window would be placed on the
1008   wrong page.
1010 * New Style option IconSize for restricting icon sizes.
1012 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
1013   ShowScreen, ShowPage, ShowPageX and ShowPageY.
1015 * Restored old way of handling clicks in windows with ClickToFocus
1016   and ClickToFocusPassesClickOff.  This fixes a problem with
1017   click+drag in an unfocused rxvt or aterm window.
1019 * Fixed wrong warp coordinates when WarpToWindow was used with two
1020   arguments on an unmanaged window.
1022 * Vastly improved FvwmEvent performance.
1024 * FvwmAuto can operate on Enter and Leave events too.  This makes
1025   it possible to have auto raising with ClickToFocus and
1026   NeverFocus. See -menter and -menterleave options and examples in
1027   the FvwmAuto man page.
1029 * The "hangon" strings in FvwmButtons support wild cards.
1031 * New option "Icon" to PlaceAgain command.
1033 * New option "FromPointer" and direction "Center" to the Direction
1034   command.
1036 * The styles ClickToFocusRaises(Off) and
1037   MouseFocusClickRaises(Off) are now different names for the same
1038   style.  Configurations that used
1040     Style * ClickToFocus, ClickToFocusRaises
1041     Style * MouseFocusClickRaisesOff
1043   or vice versa no longer work as like before.  Remove the second
1044   line to fix the problem.  ClickToFocusRaises now works only on
1045   the client part of a window, not on the decorations as it did
1046   before.
1048 * New color limit method for screens that only display 256 colors
1049   (or less).
1051 * In depth less or equal to 16 image and gradient can be
1052   dithered. This can be enabled/disabled by using the new
1053   dither/nodither options to the Colorset command.
1055 * Removed the styles MouseFocusClickIgnoreMotion and
1056   MouseFocusClickIgnoreMotionOff again.
1058 * Many new focus policy styles "FP..." and "!FP...".
1060 -------------------------------------------------------------------
1062 Changes in alpha release 2.5.2 (24-Jun-2002)
1064 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
1065   section of fvwm manual page.
1067 * New Colorset options: fgsh for shadow text and fg_alpha for
1068   merging text with the background.
1070 * New module FvwmPerl adds perl scripting ability to fvwm
1071   commands.
1073 * Provided powerful perl library for creating fvwm modules in
1074   perl.
1076 * New WindowList option IconifiedtAtEnd.
1078 * Always display the current desk number in the FvwmPager window
1079   title.
1081 * Allow to bind a function to the focus click and pass it to the
1082   application at the same time.
1084 * New styles !Borders and Borders to enable or disable window
1085   borders.
1087 * Removed the --enable-multibyte configure option.  Multibyte
1088   support is now compiled in unconditionally.
1090 * New FvwmButtons option ActionOnPress enables execution of action
1091   on press rather than on release for any specific button.
1093 * Improved CascadePlacement, the last used position is reused if
1094   the last placed window does not exist any more.
1096 * FvwmIconMan may now change the resolution dynamically, just
1097   issue "*FvwmIconMan: resolution page" while FvwmIconMan is
1098   running.
1100 * New command XineramaSlsScreens.
1102 * MoveToPage and MoveToDesk no longer unstick windows.
1104 * It is possible to specify a string encoding in a font name, see
1105   the "FONT AND STRING ENCODINGS" section of fvwm manual page.
1107 -------------------------------------------------------------------
1109 Changes in alpha release 2.5.1 (26-Apr-2002)
1111 * Changed the executable and the man page names from fvwm2 to
1112   fvwm. The old names are still supported by symlinking.
1114 * All fvwm utilities are renamed to conform to the "fvwm-"
1115   scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
1116   fvwm-convert-2.4.
1118 * Added a full support for the side window titles. New Style
1119   options TitleAtLeft and TitleAtRight added to TitleAtTop and
1120   TitleAtBottom.
1122 * A title text may now be optionally rotated for both vertical and
1123   horizontal title directions, search for "Rotated" in the man
1124   page.
1126 * Added support for loading images in PNG (including alpha
1127   blending) and XBM formats anywhere.
1129 * New commands Schedule and Deschedule.
1131 * New command State.  New conditions State and !State.
1133 * New commands XSync and XSynchronize for debugging purposes.
1135 * In interactive move/placement when Alt/Meta modifier is pressed,
1136   snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
1137   ignored.
1139 * New flags (No)FvwmModule to FvwmButtons Swallow option
1141 * The I18N_MB patch (--enable-multibyte) has been
1142   rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
1143   set of locale functions (locale initialization, font loading,
1144   text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
1145   in the entire fvwm code (but FvwmWharf).  Font loading and
1146   memory management is improved in the multibyte case.
1148 * Better support of non ISO-8859-1 window and icon titles. See the
1149   --disable-compound-text option in INSTALL.fvwm for more
1150   details.
1152 * Added anti-aliased text rendering support using Xft (use
1153   --enable-xft to enable it). Recent versions of XFree and
1154   freetype2 are needed (see the FONT NAMES AND FONT LOADING
1155   section of the fvwm manual page).
1157 * Conditional commands now have a return code (Match, NoMatch or
1158   Error).  This return code can be checked and tied to an action
1159   with the new commands Cond and CondCase.
1161 * Bindings can be made to the separate parts of the window border
1162   with the new contexts '[', ']', '-', '_', '<', '^', '>' and
1163   'v'.
1165 * New parameters for FvwmRearange: -maximize and -animate.
1167 * New option StartCommand for FvwmTaskBar to allow placing the
1168   StartMenu correctly.
1170     *FvwmTaskBar: StartCommand Popup RootMenu \
1171         rectangle $widthx$height+$left+$top 0 -100m
1173   Please refer to the FvwmTaskBar man page for details.
1175 * New extended variables pointer.x, pointer.y, pointer.wx,
1176   pointer.wy, pointer.cx and pointer.cy.
1178 * The Current command does not select a random window when no
1179   window has the focus.
1181 * New color '@4' (transparent) in button vectors.
1183 * New option "Frame" for the Resize and ResizeMove commands.
1185 * Added direction options to WindowShade command.  Windows can be
1186   shaded in any of the eight compass directions.
1188 * Styles WindowShadeLazy (default), WindowShadeBusy and
1189   WindowShadeAlwaysLazy to optimize performance of the WindowShade
1190   command.
1192 * The DO_START_ICONIC flag is no longer supported in the module
1193   interface.
1195 * Added bi-directional text support for Asian charsets.
1197 * New option MinimalLayer for FvwmIdent to control window layer.
1199 * New FvwmIconMan configuration syntax now conforms to the syntax
1200   of other modules, see the man page.
1202 * FvwmForm can automatically run commands after a timeout
1203   interval.
1205 * Fvwm commands can be invoked when the edge of the screen is hit
1206   with the mouse.
1208 * New commands Colorset, ReadWriteColors and CleanupColorsets
1209   allow the colorset functionality previously available using
1210   FvwmTheme.
1212 * FvwmTheme is obsolete now, but still supported for some time.
1214 * New options Tint, TintMask and NoTint to colorsets.
1216 * New WindowList option CurrentAtEnd.
1218 * New weighted sorting in FvwmIconMan.
1220 * New conditional command ThisWindow.
1222 -------------------------------------------------------------------
1224 Changes in alpha release 2.5.0 (27-Jan-2002)
1226 * New commands ResizeMaximize and ResizeMoveMaximize that modify
1227   the maximized geometry of windows and maximize them as
1228   necessary.  Very useful to make a window larger manually and
1229   then get back the old geometry with a click.
1231 * New command ResizeMoveMaximize similarly.
1233 * New styles FixedPPosition, FixedUSPosition, FixedSize,
1234   FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
1235   VariableSize, VariableUSSize, and VariablePSize.
1237 * Actions can be bound to windows swallowed in FvwmButtons.  To
1238   disable this feature for a specific button, the new option
1239   ActionIgnoresClientWindow can be used.
1241 * Fvwm respect the extended window manager hints
1242   specification. This allows fvwm to work with KDE version >= 2
1243   and GNOME version 2. This support is configurable using a bunch
1244   of new commands and style options, search for "EWMH" in the man
1245   page.
1247 * New DateFormat option in FvwmTaskBar to change the date format
1248   in the clock's popup tip.
1250 * Window titlebars may now be designed using a new powerful
1251   TitleStyle option MultiPixmap, that enables to specify separate
1252   pixmaps for different parts of the titlebar: Main, LeftEnd,
1253   LeftOfText, UnderText, RightOfText, RightEnd and more.
1255 * New styles MinOverlapPlacementPenalties and
1256   MinOverlapPercentPlacementPenalties.
1258 * New styles IndexedWindowName / ExactWindowName and
1259   IndexedIconName / ExactIconName.
1261 * New command "DesktopName desk name" to define the name of a
1262   desktop for the FvwmPager, the WindowList and EWMH compliant
1263   pagers. New expanding variables $[desk.name<n>] for the desktop
1264   names.
1266 * New window list options NoDeskNum, NoCurrentDeskTitle,
1267   TitleForAllDesks, NoNumInDeskTitle.
1269 * New emacs style bindings in menus.
1271 * New Maximize global flag "layer" which causes the various grow
1272   methods to ignore the windows with a layer less than or equal to
1273   the layer on the window which is maximized.
1275 * Better support of the Transparent colorset in the modules and in
1276   animated menus.
1278 * Amelioration of the WindowShade animation.
1280 * New ButtonStyle and TitleStyle option MwmDecorLayer.
1282 * New style BackingStoreWindowDefault which is the default
1283   now. Fvwm no longer disables backing store on windows by
1284   default.
1286 * New styles MouseFocusClickIgnoreMotion and
1287   MouseFocusClickIgnoreMotionOff.
1289 * The module interface now supports up to 62 message types.
1291 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
1293 * New events "enter_window" and "leave_window" in FvwmEvent.
1295 * New MenuStyle PopupActiveArea.
1297 * New command line option -passid to FvwmAuto.
1299 * New conditional commands Any and PointerWindow.
1301 * New conditions Focused, !Focused, HasPointer and !HasPointer.
1303 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
1305 -------------------------------------------------------------------
1307 Changes in stable release 2.4.20 (6-Dec-2006)
1309 * The configure script now correctly appends executable file
1310   extensions to conditionally built binaries. Fixes building on
1311   Cygwin.
1313 * FvwmConsole no longer conflicts with getline of Cygwin's stdio.
1315 * Fixed parsing of For loops in FvwmScript.
1317 * Fixed a possible endless loop when de-iconifying a transient
1318   window.
1320 * Reject some invalid GNOME hints.
1322 * Fixed a loop when xterm changes its "active icon" size.
1324 * The configure script can now cope with four-part version numbers
1325   when detecting some libraries.
1327 * Security fixes in
1329      fvwm-menu-directory. (CVE-2006-5969)
1330      FvwmCommand
1332 -------------------------------------------------------------------
1334 Changes in stable release 2.4.19 (30-Sep-2004)
1336 * Fixed BackingStore style option.
1338 * Fixed MoveToDesk commend with a single argument.
1340 * Allow whitespace in menu names.
1342 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
1344 * A double click no longer occurs when two different mouse
1345   buttons are pressed.
1347 * Fixed a relief drawing problem in FvwmWinList.
1349 * Fixed travelling windows on restart if a window used non NorthWest
1350   gravity and changed that before the restart.
1352 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
1354 * The clock in FvwmTaskBar is redrawn immediately when its colour
1355   changes.
1357 * The option CurrentGlobalPageAnyDesk was accidentally named
1358   CurrentGlobbalPageAnyDesk before.
1360 * Fixed a problem with fvwm startup and shutdown when the pointer
1361   was grabbed by another application.
1363 * Fixed parsing of the Pointer option to the Move command.
1365 * Fixed handling of MWM hints on 64 bit machines.
1367 -------------------------------------------------------------------
1369 Changes in stable release 2.4.18 (19-Mar-2004)
1371 * Corrected rebooting the machine in FvwmScript-Quit.
1373 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
1375 * Security patch in fvwmbug.sh.
1376   See http://securitytracker.com/alerts/2004/Jan/1008781.html
1378 * Security fixes in
1379     fvwm-menu-directory (BugTraq id 9161)
1380     fvwm_make_directory_menu.sh
1381     fvwm_make_browse_menu.sh
1383 -------------------------------------------------------------------
1385 Changes in stable release 2.4.17 (10-Oct-2003)
1387 * Fixed error message for incorrect --with-SOME-library argument.
1389 * It is now possible to suppress title action or title completely
1390   in menus created by fvwm-menu-directory.
1392 * Fixed a compile problem on QNX 4.25.
1394 * New configure switch --disable-gtk.
1396 * FvwmGtk.1 is not installed if FvwmGtk is not built.
1398 * The "Visible" condition does no longer select windows on
1399   different desks.
1401 * With the styles StartsOnPage, SkipMapping and UsePPosition,
1402   windows that request a specific position are still placed on the
1403   given page.
1405 * Fixed sending M_NEW_PAGE packets to the modules if the page did
1406   not change.
1408 * Added support for new BBC headlines in fvwm-menu-headlines, this
1409   replaces the old BBC-Worlds and BBC-SciTech headlines.
1411 -------------------------------------------------------------------
1413 Changes in stable release 2.4.16 (30-May-2003)
1415 * Fixed a transparency problem in FvwmButtons.
1417 * The PageOnly option in FvwmTaskBar now works after a desk change
1418   too.
1420 * Fixed a possible core dump when more than 256 windows are on
1421   the desktop.
1423 * Initial drawing and final undrawing of wire frame no longer
1424   toggles the pixel in the top left corner of the screen.
1426 * Fixed parsing of button geometries in FvwmButtons when the
1427   geometry specification appeared after another option with a comma
1428   at the end.
1430 * FvwmCommand works too when invoked without the DISPLAY variable
1431   set.
1433 * Fixed displaying iconified windows without an icon in
1434   FvwmIconMan.
1436 * All single letter variables are deprecated now; new variables:
1438     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
1439     $[desk.n], $[version.num], $[version.info], $[version.line],
1440     $[desk.pagesx], $[desk.pagesy]
1442 * Fixed a bug with aspect pixmaps in colorsets.
1444 * Iconified windows without an icon do not receive focus.
1446 * Fixed a bug in FvwmPager that displayed iconified windows without
1447   icon title or picture as not iconified.
1449 * Fixed parsing of '@<screen>' Xinerama specification in the
1450   ButtonGeometry option of FvwmButtons.
1452 * The NoWarp menu position hint option works with root menus too.
1454 * Fixed a problem with styles not being properly applied after a
1455   DestroyStyle command.
1457 * Fixed a bug introduced in 2.4.14.  The pointer was sometimes
1458   warped to another screen during a restart and command execution.
1460 * Fixed a crash when a window was destroyed twice in a complex
1461   function.
1463 * Fixed corruption of the window list when windows died at the
1464   wrong time.
1466 * Fixed problem with empty frame windows if X recycled the window
1467   id of a window that died recently.
1469 * Fixed loading of application supplied pixmap on 8/24 depth screen.
1471 * WindowListFunc is executed now within a window context, so
1472   a prefix "WindowId $0" is not needed in its definition anymore
1473   and it is advised to remove it in user configs.
1475 * FvwmEvent now executes all window related events within a window
1476   context, so PassId is not needed anymore, and all prefixes
1477   "WindowId $0" may be removed in user event handlers.
1479 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
1481 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
1482   empty works.
1484 -------------------------------------------------------------------
1486 Changes in stable release 2.4.15 (24-Jan-2003)
1488 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
1489   exec'd process knows its not running interactively.
1491 * Windows using the WindowListSkip style do not appear in the
1492   FvwmTaskBar at random.
1494 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
1495   ChangeBackColor FvwmScript Instruction.
1497 * Fixed a core dump in the parsing of FvwmAuto arguments.
1499 * Fixed screwed calculation of icon picture size when application
1500   specifies it explicitly.
1502 * The option ShowOnlyIcons now works as described in the
1503   FvwmIconMan man page.  It was accidentally named ShowOnlyIconic
1504   before.
1506 -------------------------------------------------------------------
1508 Changes in stable release 2.4.14 (29-Nov-2002)
1510 * Modules do not crash anymore when more than 126 windows are on
1511   the desktop.
1513 * FvwmIconMan displays windows correctly that were iconified and
1514   then moved to another page.
1516 * Application provided icon windows no longer appear at 0 0 when
1517   restarting.
1519 * The built-in session management can handle window names, classes
1520   etc. beginning with whitespace (textedit).
1522 * Removed the flawed "A"ny context key binding patch from 2.4.13.
1524 * The default EdgeScroll (if not specified) was incorrectly
1525   assumed to be 100 pixels instead of 100 percents.
1527 * Icons no longer appear on top of all other windows after a
1528   restart.
1530 -------------------------------------------------------------------
1532 Changes in stable release 2.4.13 (1-Nov-2002)
1534 * Icon titles for windows with an icon position hint no longer
1535   appear at random places.
1537 * Fvwm no longer displays two icon pictures when switching from
1538   NoIconOverride to IconOverride with windows that provide their
1539   own icon window.
1541 * The Current, All, Pick, ThisWindow and PointerWindow commands
1542   work on shaded windows too.
1544 * Fixed a problem stacking iconified transients.
1546 * No more flickering when raising transients.
1548 * Fixed a number of problems with window stacking, some new in
1549   2.4.10 or later, some older problems that have been around for a
1550   long time.
1552 * Windows starting lowered or on any layer other than the default
1553   layer are displayed at the right place in FvwmPager.
1555 * Bindings with the "A"ny context can not be overridden by Gnome
1556   panel or OpenOffice.
1558 -------------------------------------------------------------------
1560 Changes in stable release 2.4.12 (10-Oct-2002)
1562 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
1563   appeared in 2.4.10, replacing the same problem with ?Gradient
1564   MenuFaces in 2.4.9.
1566 * Fixed accidental menu animation with certain menu position hints.
1568 * Increased maximum allowed key symbol name length to 200
1569   characters.
1571 * Allow quotes in conditional command conditions.
1573 * Fixed starting Move at random position when pointer is on a
1574   different screen.
1576 * Transient windows do not appear in FvwmWinList after they have
1577   been moved on the desktop.
1579 -------------------------------------------------------------------
1581 Changes in stable release 2.4.11 (20-Sep-2002)
1583 * Allow the use of mouse buttons other than the first in
1584   FvwmWinList when invoked transient.
1586 * Fixed a crash with ssh-askpass introduced in 2.4.10.
1588 -------------------------------------------------------------------
1590 Changes in stable release 2.4.10 (15-Sep-2002)
1592 * The commands Maximize, Resize and ResizeMove can be used on icons
1593   as it was in 2.2.x.
1595 * Fixed hilighting of menu items with HGradient and VGradient
1596   MenuFace.  Reduced flickering with these options.
1598 * Fixed a minor problem with entering submenus via keyboard.
1600 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
1601   it to hang.
1603 * Fixed drawing of pager balloons with BalloonBack option.
1605 * Fixed drawing of SidePic menu background with B/D gradients.
1607 * Fixed drawing of menu item reliefs with gradient menu faces.
1609 * Fixed key bindings on window corners.
1611 * Fixed FvwmTaskBar i18n font loading
1613 * Fixed StackTransientParent style without RaiseTransient or
1614   LowerTransient on the parent window.
1616 * StackTransientParent works only on parent window if it is on the
1617   same layer.
1619 * Fixed handling of window group hint with the (De)Iconify
1620   command.
1622 * No more flickering when a transient overlapping its parent window
1623   is lowered.
1625 * Fixed hilighting of unfocused windows.
1627 -------------------------------------------------------------------
1629 Changes in stable release 2.4.9 (11-Aug-2002)
1631 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1632   if the target page was at a negative x or y page displacement
1633   from the current viewport, the window would be placed on the
1634   wrong page.
1636 * Fixed a problem with colormap transition when a transient window
1637   died.
1639 * Fixed a FvwmScript crash with Swallow widget and very long window
1640   names.
1642 * Restored old way of handling clicks in windows with ClickToFocus
1643   and ClickToFocusPassesClickOff.  This fixes a problem with
1644   click+drag in an unfocused rxvt or aterm window.
1646 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1647   UseOld option was used.
1649 * Fixed wrong warp coordinates when WarpToWindow was used with two
1650   arguments on an unmanaged window.
1652 * Added a workaround for popup menus in TK applications that appear
1653   on some random position.
1655 * Fixed problems with wish scripts creating windows that start
1656   iconic.
1658 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1660 * A number of drawing fixes in FvwmPager.
1662 * Fixed a slight bug when waiting until all buttons are released,
1663   for example after executing a complex function.
1665 * Fixed potentially harmful change in module interface.
1667 * Fixed displaying menu items with icons when using the MenuStyle
1668   SubmenusLeft.
1670 * Fixed problems with the pointer moving off screen in a multi
1671   head setup.
1673 * Fixed a potential crash with windows being destroyed during a
1674   recapture operation.
1676 * Fixed a memory leak in some modules when not using glibc.
1678 * Applications using Mwm hints can now enforce that a window can
1679   not be moved.
1681 * Fixed negative arguments of WarpToWindow when used on an
1682   unmanaged window.
1684 * DESTDIR may be fully used again (only useful for distributors).
1686 * Fixed a key binding problem with key symbols that are generated
1687   by several keys.
1689 * Fixed a possible crash when a window was recaptured and the
1690   focus could not be transfered to another window.
1692 * Fixed a minor problem with clicks on focused windows being
1693   ignored.
1695 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1697 * Fixed a performance problem with large numbers of mouse binding
1698   commands.
1700 -------------------------------------------------------------------
1702 Changes in stable release 2.4.8 (11-Jun-2002)
1704 * A fix for switching between czech and us keyboard layout.
1706 * Remember the icon position when an icon is moved
1707   non-interactively.
1709 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1710   the man page when installing, see INSTALL.fvwm.
1712 * Fixed another problem with the DeskOnly option and sticky icons
1713   in FvwmTaskBar.
1715 * New FvwmIconMan configuration syntax now conforms to the syntax
1716   of other modules, see the man page.
1718 * New WindowList option CurrentAtEnd.
1720 * Fixed maximal length of a named module packet
1722 * Fixed a crash on a config with a new 2.5.x Colorset command.
1724 * Always display the current desk number in the FvwmPager window
1725   title.
1727 * Allow to bind a function to the focus click and pass it to the
1728   application at the same time.
1730 * Fixed a problem with fvwm not accepting keyboard input when the
1731   application with the focus vanished at the start of a session.
1733 * A small security patch regarding TMPDIR.
1735 * Fixed a problem with colormap transition when a transient window
1736   died.
1738 * Fixed calculation of average bg colour in colour sets with large
1739   pictures.
1741 * Fixed some minor problems regarding the multibyte patch.
1743 * Fixed selection in FvwmScript List widget.
1745 * fvwm-menu-headlines: updated the site data, added a configurable
1746   timeout on socket reading (20 sec) to avoid fvwm hanging, new
1747   --icon-error option.
1749 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1750   windows that are below others.
1752 * Fixed the ClickToFocusPassesClick style.
1754 * Fixed CascadePlacement for huge windows, so that the top-left
1755   corner is always visible.
1757 * Fixed parsing of SendToModule with the first parameter quoted.
1759 * Fonts in double quotes now should work in module configurations.
1761 * Fixed copying PopupOffset values in CopyMenuStyle.
1763 -------------------------------------------------------------------
1765 Changes in stable release 2.4.7 (11-Apr-2002)
1767 * Fixed parsing of WindowList with conditions and a position at
1768   the same time that was broken in 2.4.6.
1770 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1771   (windows were duplicated when moving to a different Desk; the
1772   StickyIcon style was ignored).
1774 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1776 * Fixed icon titles being raised when they should not be.
1778 * Fixed initial drawing of the internals of the FvwmPager window.
1780 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1781   audio player is used.
1783 * Fixed execution on QNX.
1785 -------------------------------------------------------------------
1787 Changes in stable release 2.4.6 (10-Mar-2002)
1789 * Better support of non ISO-8859-1 window and icon titles. See the
1790   --disable-compound-text option in INSTALL.fvwm for more details.
1792 * Improved speed of opaque window movement/resizing.
1794 * Fixed a bug that caused windows not being raised and lowered
1795   properly.
1797 * Suppress error message when using XBM icons.
1799 * Fixed a read descriptor problem in FvwmTaskBar
1801 * Fixed a minor colour update bug in the pager.
1803 * Fixed an fvwm crash when a module died at the wrong moment;
1804   specifically a transient FvwmPager or FvwmIconMan.
1806 * Fixed placement of WindowList on wrong Xinerama screen when
1807   called without any options on a screen other than the primary
1808   screen.
1810 * Fixed a problem with root bindings and xfishtank.
1812 * Fixed moving windows with the keyboard over the edge of the
1813   screen when the pointer remained of the previous page.
1815 * Do not hilight windows after ResizeMove.
1817 * New conditional command ThisWindow.
1819 * Some fixes in the configure script that caused some rare
1820   problems detecting gnome and ncurses.
1822 * Fixed a memory leak in the Pick command.
1824 * Allow to choose windows with CirculateSkip with the Pick command.
1826 * Fixed an FvwmScript compile problem on dec-osf5.
1828 * The window handles are now resizes as they should when the
1829   HandleWidth style changes.
1831 * The Current command does not select a random window when no
1832   window has the focus.
1834 * Fixed a rare menu placement problem with Xinerama.
1836 -------------------------------------------------------------------
1838 Changes in stable release 2.4.5 (27-Jan-2002)
1840 * Fixed minor problems in popping sub menus up and down.
1842 * Fixed moving windows between pages with the keyboard.
1844 * Fixed the size of the geometry window that was broken sometimes.
1846 * Fixed problem with pointer warping to another screen on a dual
1847   head setup.
1849 * Fixed a problem with the focus in internal Ddd and Netscape
1850   windows.
1852 * Reduced the time in which fvwm attempts to grab the pointer.
1854 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1855   fast.
1857 * Fixed MiniScroll's auto repeating in FvwmScript.
1859 * Fixed a crash with the UseStyle style in combination with
1860   HilightBack.
1862 * Fixed excessive redraws of the windows under a window being
1863   shaded.
1865 * Fixed a minor memory leak in the Style command.
1867 * Fixed pixmap background of FvwmButtons behind buttons with only
1868   text.
1870 * Fixed a crash in FvwmIconBox when the application provided an
1871   illegal icon.
1873 * Fixed a configure problem with libstroke-0.5.1.
1875 * New style BackingStoreWindowDefault which is the default
1876   now. Fvwm no longer disables backing store on windows by
1877   default.
1879 * Fixed bug that sometimes caused unnecessary redraws when a style
1880   was changed.
1882 * Fixed crash when something like "$[$v]" appeared in a command.
1884 * Fixed parsing of conditions with more than one comma.
1886 -------------------------------------------------------------------
1888 Changes in stable release 2.4.4 (16-Dec-2001)
1890 * Minor title drawing fixes.
1892 * Fixed manual placement with Xinerama.
1894 * Minor button 3 handling fix in FvwmPager.
1896 * Fixed *FvwmIconMan*shaped option with empty managers.
1898 * Fixed ClickToFocusClickRaises style.
1900 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1901   activate on press or release, special pointer during grab, arrow
1902   keys useful in form with one input field.
1904 * New OpaqueMoveSize argument "unlimited".
1906 * Fixed binding keys with and without "Shift" modifier under some
1907   circumstances.
1909 * Fixed binding actions to the client window with ClickToFocus.
1911 * Mouse bindings are activated without a recapture.
1913 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1914   Center, and Right for text position. Amelioration of the Menu
1915   and PopupMenu Widgets. New functions GetPid, Parse,
1916   SendMsgAndGet and LastString. New instruction Key for key
1917   bindings. New command SendToModule ScriptName SendString.
1919 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1920   disables warning messages.
1922 * Restored the default Alt-Tab behaviour from 2.4.0.
1924 -------------------------------------------------------------------
1926 Changes in stable release 2.4.3 (08-Oct-2001)
1928 * Fixed activation of shape extension.
1930 * Fixed problems with overriding key bindings.
1932 * Single letter key names are allowed in upper and lower case in
1933   key bindings as before 2.4.0.
1935 * Fixed WindowList placement with Xinerama.
1937 * Fixed flickering icon titles.
1939 * New X resource fvwmscreen to select the Xinerama screen on which
1940   to place new windows.
1942 * Coordinates of a window during motion are show relative to the
1943   Xinerama screen.
1945 * Some icon placement improvements with Xinerama.
1947 -------------------------------------------------------------------
1949 Changes in stable release 2.4.2 (16-Sep-2001)
1951 * Desk and page can be given as X resources in .Xdefaults, for
1952   example:
1953     xterm.desk: 1
1954     xterm.page: 1 2 3
1956 * Several Shape compilation problems fixed.
1958 -------------------------------------------------------------------
1960 Changes in stable release 2.4.1 (15-Sep-2001)
1962 * Added Xinerama and SingleLogicalScreen support.
1964 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1965   XineramaSlsSize and MoveToScreen.
1967 * New context rectangle option XineramaRoot for the menu commands.
1969 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1970   AcceptsFocus for conditional commands.
1972 * The DestroyStyle command takes effect immediately.
1974 * New style option StartsOnScreen.
1976 * New style options NoUSPosition, UseUSPosition,
1977   NoTransientPPosition, UseTransientPPosition,
1978   NoTransientUSPosition, and UseTransientUSPosition.  These work
1979   similar to the old styles NoPPosition and UsePPosition.
1981 * New option "screen" for Maximize command.
1983 * New option ReverseOrder for WindowList command.
1985 * The default Alt-Tab binding works more intuitive.
1987 * New condition "PlacedByFvwm"
1989 * New Geometry option for FvwmForm.
1991 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1993 * FvwmIconMan can be closed with Delete or Close too.
1995 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1997 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1999 * Enhancements in fvwm-menu-headlines and support for 10 more
2000   sites.
2002 * Color enhancements in button vectors: @2 is bg color, @3 is fg
2003   color.
2005 * Improved detection of the Shape library.
2007 * Fixed FvwmButtons button titles not being erased for swallowed
2008   windows that showed up on certain setups.
2010 * Fixed bug that caused transient windows to be buried below their
2011   parents with the "BugOpts RaiseOverUnmanaged on".  This occured
2012   with the system.fvwm2rc-sample-95 configuration.
2014 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
2015   set the transient_for hint when started with the "transient"
2016   option.
2018 * Fixed FvwmIconMan with the transient option when mapped off
2019   screen.
2021 * Fixed ClickToFocus focus policy when iconifying the focused
2022   window.
2024 * Fixed some focus problems in conjunction with unclutter vs
2025   xv/xmms and Open Look applications.
2027 * Fixed a problem that could cause windows to be lost off screen
2028   with interactive window motion.
2030 * Fixed some FvwmTaskBar autohide problem.
2032 * Fixed a display string problem in FvwmForm.
2034 * Fixed a problem with FvwmTheme shadow colours.
2036 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
2037   conditional commands.
2039 * Fixed a formatting problem of the man page on AIX, Solaris, and
2040   some other UNIX variants.
2042 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
2044 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
2046 * Fixed parameters of fvwm24_convert.
2048 * Fixed a number of building problems related to old vendor unices,
2049   libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
2051 * Fixed drawing of title bar buttons with MWMDecorStick.
2053 * Fixed missing button or key events over the pan frames.
2055 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
2056   modules.
2058 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
2059   options. Fixed FvwmPager crash with certain font strings.
2061 * Fixed drawing of the grid lines in an iconified FvwmPager window.
2063 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
2065 * Fixed some exotic problems with window gravity and resizing
2066   windows.
2068 * Fixed a problem with maximizing windows with the viewport not
2069   starting on a page boundary.
2071 * Fixed handling of parentheses in FvwmButtons button actions.
2073 * Work around a key binding problem with keys that generate the
2074   same symbol with more than one key code (e.g. Shift-F1 = F11).
2076 * The Desk option of FvwmBacker is compatible to earlier
2077   version. Desk or Page coordinates can be omitted to indicate
2078   that desk or page changes trigger no action at all.
2080 * Fixed double updating of background with FvwmBacker sometimes
2081   leading to the wrong background.
2083 * Fixed several escaping errors in fvwm-menu-directory, so files
2084   and directories containing special chars and spaces should
2085   work.
2087 * Fixed PlacedByButton3 condition.
2089 * Fixed vanishing windows when mapping/unmapping too fast.
2091 * Fixed prev option of the GotoDeskAndPage command.
2093 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
2094   dimensions larger than 2147.
2096 * Fixed compatibility of the FvwmM4 modules on platforms that have
2097   a System V implementation of m4 (Solaris 2.6).
2099 * The SetEnv command without a value for a variable is the same as
2100   UnsetEnv.
2102 * Fixed shading/unshading shaped windows and windows without title
2103   and border.
2105 -------------------------------------------------------------------
2107 Changes in stable release 2.4.0 (03-Jul-2001)
2109 * Finally released. :)
2110 -------------------------------------------------------------------
2112 For older NEWS, read the ONEWS file.