Update key files for FVWM 2.5.30 release.
[fvwm.git] / NEWS
blobe7c218cb0ba9f62218394a77576caea628441d9e
1 Note, the changes for the last STABLE release start with release
2 2.4.20.
4 -------------------------------------------------------------------
6 Changes in beta release 2.5.30 (09-May-2010)
8 * New features:
10   - Support libpng 1.4.0's slightly newer API.
12 * Bug fixes:
14   - Don't lazy match AnyContext when printing out bindings and the
15     contexts they apply to with "PrintInfo Bindings".
17 -------------------------------------------------------------------
19 Changes in beta release 2.5.29 (03-Apr-2010)
21 * New features:
23    - Added new fvwm-convert-2.6 script to convert older fvwm 2.4.x
24      config files.
25    - New BugOpts option QtDragnDropWorkaround to work around an
26      oddity in handling drag-n-drop events to Qt applications.
28 * Bug fixes:
30    - Fixed the InitialMapCommand style from running when FVWM is
31      restarting.
32    - Fix rendering of FvwmForm windows when initially mapped.
33    - Fix placement of windows when using MinoverlapPlacement and
34      friends.
35    - Fix segfault when tearing off menus using a Pixmap
36      background.
37    - Fix "window jump" bug when moving a window across page
38      boundaries.
39    - Flush property events for same type in applications which
40      repeatedly set the same XAtom.  (Gnucash, Openoffice, etc.)
41    - Fix opening of files using Read/PipeRead to accept paths in
42      the form "./" to indicate CWD.  Fixes
43        $ fvwm -f ./some-fvwm2rc
44    - Fix further crash when copying menustyles with MenuFace
45      involving pixmaps.
46    - Make layer changes apply immediately via Style commands for
47      any currently mapped windows.
48    - Fix flickering/incorrect location of the GeometryWindow with
49      Xinerama/TwinView when resizing windows.
51 -------------------------------------------------------------------
53 Changes in beta release 2.5.28 (20-Sep-2009)
55 * New features:
57    - New differentiated options for SnapAttraction when snapping
58      against screen edges:
59        "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
60    - New option to the BugOpts command: TransliterateUtf8.
62 * Bug fixes:
64    - Fixed non-visible Qt windows after a Qt deferred map (e.g.
65      Skype profile windows).
66    - Fixed the use of the X-resource "fvwmstyle".
67    - Fixed segmentation fault in FvwmEvent when parsing an
68      undefined event name, or an undefined environment variable
69      to the RPlayHost option.
70    - Fixed the events startup, shutdown and unknown in FvwmEvent.
71    - Fvwm now retains utf8 window names when the WM_NAME changes,
72      and the utf8 name converted to the default charset match
73      the old WM_NAME.
74    - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
75    - Fixed SnapAttraction: Option SameType/Icons/Windows did
76      falsely not affect conditions of option "Screen" and option
77      "SameType" snapped falsely icons and windows together.
78    - Fixed a problem where modules would get incorrect stacking
79      information if many windows were restacked at the same time.
80    - Fixed BugOpts parsing of more than one option at a time and
81      restoring of default value for the last option
82      in the command line when omitted.
83    - 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
85 -------------------------------------------------------------------
87 Changes in beta release 2.5.27 (23-Feb-2009)
89 * New features:
91    - New extended variable
92        $[w.visiblename]
94    - Style matching now honours the window's visible name which
95      means it can be matched before the real name, hence:
97         Style $[w.visiblename] Colorset 5
99         is now honoured.  Useful with IndexedWindowName as a style
100         option.
102    - New style InitialMapCommand allows to execute any command
103      when a window is mapped first.
105    - New option to PrintInfo, "bindings" which prints out all of
106      the Key, PointerKey, Mouse and Stroke bindings which fvwm
107      knows about.
109 * Bug fixes:
111    - Fixed compilation without XRender support.
112    - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
113    - Fixed a bug in automatic detection mode of the style
114      MoveByProgramMethod.
115    - Fixed png detection when cross compiling.
116    - Fixed keeping fullscreen window mode over a restart.
117    - The style PositionPlacement now honours StartsOnPage.
118    - Reset signal handlers for executed modules and programs.
119    - Try to handle a bug an old version of the EWMH spec by
120      honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
121      the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
122    - Fix the GNOME location prefix to application .desktop files.
123    - 'PositionPlacement UnderMouse' now forces the window
124      on-screen, just like the old UnderMousePlacement style option
125      used to.
127 -------------------------------------------------------------------
129 Changes in beta release 2.5.26 (7-May-2008)
131 * New features:
133    - New MenuStyle option VerticalMargins.
135 * New module features:
137    - FvwmButtons: New button alignment option: top.
139 * Bug fixes:
141    - Fixed crash in ARGB visual detection code.
142    - Fixed compilation without XRender support.
143    - Fixed drawing of background pictures in menu items and titles.
144    - Fixed handling of shaped windows.
145    - Fixed a 64-bit bug in the EWMH code.
147 -------------------------------------------------------------------
149 Changes in beta release 2.5.25 (26-Feb-2008)
151 * New features:
153    - Handle the STATE_ADD command of the EWMH _NET_WM_STATE
154      message from version 1.3 of the EWMH spec.
155    - Support transparency in ARGB windows
157 * Bug Fixes:
159    - Fixed problem with windows disappearing when created
160      unless the style Unmanaged was used.
161    - Edge move delay was used as resistance for the top edge.
162    - Fixed a parsing problem of the screen argument of the
163      SnapAttraction style.
164    - Some html documentation files were not installed.
165    - Fixed a memory leak in internationalized font handling.
166    - Fixed a bug in MinOverlap placement.
167    - Fixed the StickyAcrossPages style in the FvwmPager.
168    - Fixed the determination of the X charset on UTF-8 systems.
169    - Fixed a crash when certain EWMH messages were sent to
170      unmanaged windows.
171    - Fixed a memory leak in multibyte codepage code.
172    - Ignore the EWMH staysontop and staysonbottom hints if the
173      EWMHIgnoreStackingOrderHints style is used.
174    - Fixed a sporadic crash when the root background set by gnome,
175      fvwm-root, esetroot etc. changes and a root transparent
176      colour set is used.
177    - Fixed spradic crash in modules with root transparent
178      background from colour sets.
179    - Fixed a possible crash if the last active module fails.
181 -------------------------------------------------------------------
183 Changes in beta release 2.5.24 (24-Nov-2007)
185 * New features:
187    - Disabled paging during interactive resize operations by
188      default (see 2.5.20) as it is annoying to many people.
189    - New style command options:
190        EdgeMoveResistance
191        EdgeMoveDelay
192        EdgeResizeDelay
193        SnapGrid
194        SnapAttraction
195      that replace the now obsolete commands EdgeResistance,
196      SnapGrid and SnapAttraction.  The EdgeResistance command has
197      a new syntax with only one argument.
198    - New command MenuCloseAndExec for menu bindinngs that can be
199      used to trigger certain commands from a menu without an
200      associated item.  For example, with
201        Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
202      the RootMenu can be opened from any other menu by pressing
203      F1.
205 * Bug Fixes:
207    - Sometimes a window jumped by half the screen's size when
208      moving with the mouse and hitting the border of the desktop.
209    - Fixed the "screen w" argument of the Move and other commands.
210    - Clicking on a menu title did not close the menu by default.
211    - Temporary files in FvwmPerl overwrote each other.
213 -------------------------------------------------------------------
215 Changes in beta release 2.5.23 (1-Sep-2007)
217 * New features:
219    - New Style command options:
220        StartShaded
222 * Bug Fixes:
224    - Fixed FvwmButton's button placement algorithm broken in
225      2.5.22.
227 -------------------------------------------------------------------
229 Changes in beta release 2.5.22 (29-Aug-2007)
231 * New features:
233    - New Style command options:
234        UnderMousePlacementHonorsStartsOnPage
235        UnderMousePlacementIgnoresStartsOnPage
236        !MinOverlapPlacementPenalties
237        !MinOverlapPercentPlacementPenalties
238        MinWindowSize
239    - SVG (scalable vector graphics) image loading support.
240    - New extended variables
241        $[w.iconfile.svgopts]
242        $[w.miniiconfile.svgopts].
243    - Added suffix 'w' to the arguments of the Move command and
244      similar.  It is now possible to add multiple shifts to a
245      window position, e.g. "50-50w 50-50w" for the center of the
246      screen.
247    - Removed UnderMousePlacement and CenterPlacement.  Use
248      "PositionPlacement Center" and "PositionPlacement UnderMouse"
249      instead.
250    - Documentation in HTML format.
251    - Replaced "UseListSkip" with "UseSkipList" & "OnlyListSkip" with
252      "OnlySkipList" in WindowList command. (Old options deprecated.)
253    - New subject ImageCache for PrintInfo command.
254    - The new commad EchoFuncDefinition prints a function's
255      definition to the console for debugging purposes.
256    - The CursorStyle command can now load PNG and SVG images as
257      mouse cursors.  New x and y arguments to specify the
258      hot spot.  Also, it is now possible to load non-monochrome
259      cursors and cursors with partial transparency.
261 * New module features:
263    - FvwmScript: New instructions: ChangeWindowTitle and
264      ChangeWindowTitleFromArg.
266 * Bug Fixes:
268    - Windows with aspect ratio no longer maximize past the screen
269      edges.
270    - Fixed CenterPlacement with Xinerama screens.
271    - Fixed CascadePlacement with title direction west and east
272    - Windows no longer unstick when going to fullscreen mode.
273    - Fixed crash when raising/lowering a destroyed window.
274    - Fixed expansion of $[n-] and $[*], broken in 2.5.20.
275    - Fixes for resizing shaded windows and windows with a gravity
276      other than northwest.
277    - Fixed CursorStyle POSITION, broken since 2.3.24.
278    - The hi, sh and fgsh colors in colorsets are no longer replaced
279      by computed values if not explicit set on the same line as the
280      bg, or for fgsh fg, changes. (bug #3359)
281    - FvwmButtons now redraws stretched button backgrounds correctly
282      on partial expose.
283    - Windows with circular transient for hints may no longer crash
284      fvwm with StackTransientParent style.
285    - FvwmPager now displays windows that are StickyAcrossPages
286      correctly.
287    - Fixed a possible crash with modules closing down.
288    - Fixed broken demo script fvwm_make_browse_menu.sh.
289    - The conditon following a comma separator without whitespace
290      padding was previously ignored if the presiding condition was
291      multi-worded.
292    - Various FvwmButtons drawing problems.
293    - Window movement or resizing triggered by an EWMH message now
294      honours the FixedSize and FixedPosition window styles.
295    - Properly generate leave_window and enter_window events for
296      the root window in FvwmEvent.
297    - Fixed crash in UTF8 code.
298    - Fixed parsing of the PropertyChange command.
299    - Fixed windowlist crash when combining CurrentAtEnd with
300      IconifiedAtEnd and all windows are iconified.
302 -------------------------------------------------------------------
304 Changes in beta release 2.5.21 (20-Jan-2007)
306 * New features:
308    - The command Scroll can now be used for interactive scrolling.
310 * Bug Fixes:
312    - Fixed Tile...Placement styles (SmartPlacement) that were
313      broken in 2.5.20.
315 -------------------------------------------------------------------
317 Changes in beta release 2.5.20 (15-Jan-2007)
319 * New features:
321    - New Style options: StippledIconTitle, !StickyStippledTitle,
322      and !StickyStippledIconTitle.
323    - Full support for menu context (M) key and mouse bindings.  See
324      the section Menu Bindings in the man page for details.
325    - Hilighted menu backgrounds now use pixmaps gradients and
326      transparency from their related colorset.
327    - New window conditions: StickyIcon, StickyAcrossPagesIcon and
328      StickyAcrossDesksIcon.
330 * Changed features:
332    - "Mouse n M N" is no longer used to disable or remap the
333       builtin tear off menu button. See the section Tear Off Menus
334       for details on replacement commands.
336 * Bug Fixes:
338    - FvwmWinList: fix problem with window name/button mixups during
339      Init/Restart of fvwm. (bug #1393)
340    - It is now possible to switch the viewport while resizing
341      windows if "EdgeScroll 0 0" is set.
342    - Fixed disappearing windows when aborting interactive resizing
343      of maximized windows when unmaximizing them later.
344    - Fixed disappearing windows when moving maximized windows and
345      unmaximizing them later.
346    - Fixed calculation of final location with MoveToPage and
347      MoveToScreen with windows to the left or top of the viewport.
348    - 64-bit architecture fix in FvwmProxy.
349    - FvwmForm now work with balanced quoted command for Timeout.
350    - FvwmPager correctly updates on window desk change.
351    - FvwmIconBox: fixed problem with IconColorset's background
352      color change not being applied immediately.
353    - Allow FvwmConsole to run a terminal via rxvtc or urxvtc.
354      FvwmConsole dies if no client connects within one minute.
355    - Expansion of variables in FvwmTaskBar launch button commands
356      fixed.
357    - Fixed a race condition with applications raising their own
358      transient windows in certain ways. (Apple Shake, kphotoalbum)
359    - FvwmIdent reports the correct geometry if the window has its
360      title at the left or right side.
361    - Fixed an infinite loop when deiconifying windows in a group
362      via a different window than the initially iconified.
364 -------------------------------------------------------------------
366 Changes in beta release 2.5.19 (9-Dec-2006)
368 * Bug Fixes:
370    - FvwmCommand now reports "end windowlist" and "end configinfo".
371    - FvwmCommand now prints config info split on lines.
372    - FvwmTaskBar no longer gets lost with trailing whitespace after
373      geometry specification.
374    - Fixed a window size problem if the aspect ratio is set (e.g.
375      mplayer).
376    - Decorations now update when unmanaged windows take focus, and
377      not FlickeringQtDialogsWorkaround is enabled.
378    - FvwmPager again allows movement of windows added before a
379      page change.
380    - fvwm no longer crashes on 1 and 4 bit displays. (#1677)
381    - EWMH desktops now correctly handles FPClickToFocus. (#1492)
382    - Security fix in fvwm-menu-directory. (CVE-2006-5969)
384 -------------------------------------------------------------------
386 Changes in beta release 2.5.18 (11-Sep-2006)
388 * Bug Fixes:
390    - If a window started fullscreen, leaving fullscreen state now
391      properly unmaximizes and resizes the window.
392    - Fixed the ForeColor/HilightFore styles that were broken in
393      2.5.17.
394    - FvwmPager can now move icons with the !IconTitle style.
395    - Fixed drawing of icons that are moved to a different desk.
396    - FvwmPager no longer tries to move non-movable windows.
397    - FvwmPager now moves all windows as user requests.
398    - FvwmPager no longer displaces windows with title and border
399      sizes on moves.
400    - TestRc now correctly matches Break, and $[cond.rc] is
401      expanded for Break.
402    - Fixed several 64-bit architecture problems with
403      XGetWindowProperty().  Xine works much better on 64-bit
404      machines.
405    - Fixed handling of ClickToFocusPassesClick with the EWMH
406      desktop (e.g. using nautilus).
407    - Fixed handling of windows that are unmapped and mapped again
408      too fast (e.g. fpga_editor).
410 -------------------------------------------------------------------
412 Changes in beta release 2.5.17 (19-Jul-2006)
414 * New features:
416    - New MenuStyle options TitleFont, TitleColorset and
417      HilightTitleBack.
418    - New command PressButton in module FvwmButtons for being able
419      to emulate button press via other means than the mouse.
420    - New wrap options to EdgeScroll command for wrapping with pixel
421      distances.
422    - New Style option UnderMousePlacement.
423    - Unused arguments to Style options generate warnings.
424    - The name style names match against can be augmented by the
425      X-resource "fvwmstyle".
426    - New options, Reverse and UseStack, to All command.
427    - WindowShade can now reshade windows using the Last direction.
428    - Positional parameters to complex functions can now be expanded
429      using $[n], $[n-m], $[n-] and $[*] expressions.
430    - The width and height arguments of the Resize command now
431      accept the prefix 'w' to allow resizing relative to the
432      current window size.
433    - New command ModuleListenOnly.
434    - New "Periodic" option added to Schedule command.
436 * Bug Fixes:
438    - Fixed detection of running non-ICCCM2 wm (bug #3151).
439    - Fixed drawing of menus with the sidepic on the right.
440    - EdgeScroll no longer divides pixel distances >1000 by 1000.
441      (bug #3162)
442    - The configure script can now cope with four-part version
443      numbers when detecting some libraries.
444    - The WarpToWindow command followed by Move in a complex
445      function now uses the correct pointer position.
446    - The menu style TitleWarp does no longer warp the pointer for
447      root menus (as it is documented).
448    - Fixed detection of safe system version of mkstemp.
449    - Fixed the conditions Iconifiable, Fixed, FixedSize,
450      Maximizable and Closable.
451    - Fixed problem with window outline and placement position
452      running out of sync.
453    - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
454    - FvwmGtk now configures correctly on Cygwin (bug #3772).
455    - Fixed tempfile vulnerabilities in FvwmCommand.
457 -------------------------------------------------------------------
459 Changes in beta release 2.5.16 (20-Jan-2006)
461 * New features:
463    - If the pointer can not be grabbed in functions, a message is
464      printed to the console instead of beeping.
466 * Bug Fixes:
468    - Fixed a couple of build problems introduced in 2.5.15.
470 -------------------------------------------------------------------
472 Changes in beta release 2.5.15 (14-Jan-2006)
474 * New features:
476    - Variables can be nested, like $[desk.name$[desk.n]].
477    - Obsolete one-letter variables work, but generate warnings now.
478    - Windows can be placed by any button (now also >3).
479    - It is now possible to redefine the buttons usable to finish
480      window movement and manual placement.
481    - New window condition PlacedByButton.
482    - MenuStyle pairs can be negated by prefixing '!'.
483    - New generic tabbing module - FvwmTabs.
484    - New Style option: EWMHIgnoreWindowType.
485    - New MenuStyle options: MouseWheel, ScrollOffPage and
486      TrianglesUseFore.
487    - To compile from CVS, autoconf-2.53 or above is now required.
488      This does not affect compiling the released tarballs.
489    - New option "screen" to Move and ResizeMove commands to allow
490      specifying the target Xinerama screen.
492 * Bug Fixes:
494    - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
495    - Better look for windows with "BorderStyle TiledPixmap".
496    - Some EWMH-related 64-bit fixes.
497    - Fixed segmentation fault when replacing title of title only
498      menus (Bug #1121).
499    - Fixes for resizing of shaded windows and resizing/moving
500      windows with complex functions.
502 -------------------------------------------------------------------
504 Changes in beta release 2.5.14 (24-Aug-2005)
506 * New features:
508    - Fvwm now officially supports 64-bit architectures.
509    - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
510      EdgeIsActive.
511    - New window condition FixedPosition.
513 * New module features:
515    - FvwmPerl module supports window context when preprocessing.
516    - FvwmPerl module accepts new --export option that by default
517      defines two fvwm functions "Eval" and ".", to be used like:
519        FvwmPerl -x
520        Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
521        . Exec xmessage %{2 + cos(0)}%    # embedded calculator
523    - New FvwmProxy option ProxyIconified.
524    - New FvwmTaskBar option Pad to control the gap between
525      buttons.
527 * Bug Fixes:
529    - Fixed a Solaris compiler error introduced in 2.5.13.
530    - Fixed a hang with layers set by applications (e.g. AbiWord).
531    - GotoDesk with a relative page argument now wraps around at
532      the end of the given range as documented. (Bug #1396).
533    - PopupDelayed menu style option was not copied on
534      CopyMenuStyle.
535    - Transparent Animated menus with non-transparent popup were
536      not animated correctly.
537    - Supported euc-jp class of encodings.
538    - A window's default layer is no longer set to 0 during a
539      restart.
540    - Fixed an annoying MouseFocus/SloppyFocus problem in
541      conjunction with EdgeResistance + EdgeScroll (sometimes a
542      window did not get the focus as it should have). This
543      problem first occured in 2.5.11.
545 -------------------------------------------------------------------
547 Changes in beta release 2.5.13 (16-Jul-2005)
549 * Bug Fixes:
551    - The MoveToPage command did not work without arguments in
552      2.5.11 and 2.5.12.
553    - Mouse/Key command no args possible core dump.
554    - Direction with no args possible core dump.
555    - FvwmScript periodic tasks run too often.
556    - Perl modules did not work on 64 machines.
557    - FvwmDebug did not report any extended messages.
558    - fvwm-menu-desktop supports mandriva.
559    - fvwm-menu-desktop when verifying executable, allow full path.
561 * New module features:
563    - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
564      options.
565    - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
566      TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
567      TipsJustification and TipsOffsets options.
568    - FvwmButtons: PressColorset & ActiveColorset options for
569      _individual_ buttons.
571 -------------------------------------------------------------------
573 Changes in alpha release 2.5.12 (6-Oct-2004)
575 * New commands:
577    - EdgeLeaveCommand
579 * New module features:
581    - FvwmIconMan: ShowOnlyFocused option.
583 -------------------------------------------------------------------
585 Changes in alpha release 2.5.11 (30-Sep-2004)
587 * Multiple window names can be specified in conditions.
589 * Window-specific key/mouse bindings. (Bindings no longer have to
590   be global.)
592 * The default fvwm configuration files are now: ~/.fvwm/config and
593   $FVWM_DATADIR/config. Five previously used config file locations
594   are still searched as usual for backward compatibility.
596 * New extended variables $[w.desk] and $[w.layer].
598 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
599   command.
601 * New Style option "State".
603 * New Style option "CenterPlacement".
605 * New option to FvwmIconMan: ShowNoIcons.
607 * New WindowList tracker and other enhancements in Perl library.
609 * New option to fvwm-menu-directory: --func-name.
611 * Improved FvwmWindowMenu module.
613 * Fluxbox-like Alt-Button3 resizing with the new Resize options
614   Direction, WarpToBorder and FixedDirection
616 * Enhanced "Test (Version >= x.y.z)" option to allow version
617   comparisons.
619 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
620   PressColorset, PressIcon and PressTitle.
622 * New FvwmButtons swallow option: SwallowNew.
624 * The option CurrentGlobalPageAnyDesk was accidentally named
625   CurrentGlobbalPageAnyDesk before.
627 * New conditions AnyScreen and Overlapped.
629 * The Read and PipeRead commands return 1 if the file or command
630   could be read or executed and -1 otherwise.
632 * New menu option TearOffImmediately.
634 * Added support for Solaris' Xinerama.
636 * New option MailDir in FvwmTaskBar.
638 * MoveToPage command:
640     New options wrapx, wrapy, nodesklimitx and nodesklimity.
641     New suffix 'w' to allow for window relative movement.
643 -------------------------------------------------------------------
645 Changes in alpha release 2.5.10 (19-Mar-2004)
647 * New command FakeKeyPress.
649 * New BugOpts option ExplainWindowPlacement.
651 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
653 * Security patch in fvwm-bug.
654   See http://securitytracker.com/alerts/2004/Jan/1008781.html
656 * Security fixes in:
658     fvwm-menu-directory (BugTraq id 9161)
659     fvwm_make_directory_menu.sh
660     fvwm_make_browse_menu.sh
662 -------------------------------------------------------------------
664 Changes in alpha release 2.5.9 (2-Mar-2004)
666 * New MenuStyle options PopupIgnore and PopupClose.
668 * New configure option --disable-iconv to disable iconv support.
670 * New extended variables $[w.iconfile] and $[w.miniiconfile].
672 * New Style option Unmanaged.  Such windows are not managed by
673   fvwm.
675 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
677 * New option DisplayNewWindowNames to the BugOpts command.
679 * Security fix for fvwm-menu-directory.
680   See BugTraq id 9161.
682 -------------------------------------------------------------------
684 Changes in development release 2.5.8 (31-Oct-2003)
686 * New prefix command KeepRc.
688 * Renamed the Cond command to TestRc, and the On command to Test.
689   Removed the CondCase command.  Use "KeepRc TestRc" instead.
691 * The Break command can be told the number of nested function
692   levels to break out of.  Break now has a return code of -2
693   ("Break").
695 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
696   in key or mouse bindings.
698 * New extended variable $[func.context].
700 * New Style option MoveByProgramMethod.  Tries to autodetect
701   whether application windows are moved honouring the ICCCM or not
702   (default).  The method can be overridden manually if the
703   detection does not work.
705 * fvwm supports tear off menus.  See the "Tear Off Menus" section
706   in the man page or press Backspace on any menu to try them out.
708 * fvwm now handles what Unicode calls "combining characters" (i.e.
709   marks drawn on top of other characters).
711 * New commands WindowStyle and DestroyWindowStyle for individual
712   (per window) styles.
714 * The conditions !Current... and !Layer now work as expected.
716 * Added a nice autohide script to the FAQ.
718 * FvwmAnimate now supports dynamical commands "pause", "play",
719   "push", "pop" and "reset" to manipulate the playing state.
721 -------------------------------------------------------------------
723 Changes in development release 2.5.7 (30-May-2003)
725 * The commands Cond and CondCase now support checking for
726   inequality by prefixing the return code with '!'.
728 * Schedule and Deschedule support hexadecimal and octal command
729   ids.
731 * In FvwmIconMan, windows can move from one manager to another
732   according to the managers' Resolution options.
734 * In order to fix a problem with StartsOnScreen and applications
735   that set a user specified position hint, the StartsOnScreen style
736   no longer works for the following modules:  FvwmBanner,
737   FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
738   FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList.  Use
739   the '@<screen>' bit in the module geometry specification where
740   applicable.
742 * Documented variable $[gt.any_string] and LocalePath command
743   (new in 2.5.5).
745 * Added gettext support to FvwmScript. New head instruction
746   UseGettext and WindowLocaleTitle. New widget instruction
747   LocaleTitle. New instruction ChangeLocaleTitle and new function
748   Gettext.
750 * WindowListFunc is executed now within a window context, so
751   a prefix "WindowId $0" is not needed in its definition anymore,
752   and it is advised to remove it in user configs.
754 * FvwmEvent now executes all window related events within a window
755   context, so PassId is not needed anymore, and all prefixes
756   "WindowId $0" may be removed in user event handlers.
758 * New FvwmTaskBar option NoDefaultStartButton.
760 -------------------------------------------------------------------
762 Changes in development release 2.5.6 (28-Feb-2003)
764 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
766 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
767   exec'd process knows it's not running interactively.
769 * Improvement in MultiPixmap.  In particular Colorset and Solid
770   color can be specified.
772 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
773   StretchedPixmap and ShrunkPixmap.
775 * Use the MIT Shared Memory Extension for XImage.
777 * The TitleStyle decor of a vertical window Title is rotated.
778   This is controllable using a new style option:
780     !UseTitleDecorRotation / UseTitleDecorRotation
782 * New style options IconBackgroundColorset, IconTitleColorset,
783   HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
784   and IconBackgroundPadding.
786 * Minor incompatible improvements to the Perl library API.
788 * Renamed FvwmWindowLister to FvwmWindowMenu.
790 * New option to IconSize style: Adjusted, Stretched, Shrunk.
792 * New shortcuts for button states: AllActiveUp, AllActiveDown,
793   AllInactiveUp, AllInactiveDown.
795 * New Style options:
797     Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
799 * New conditions for matching windows:
801     Closable, Iconifiable, Maximizable, FixedSize and HasHandles
803 * New conditional command On for non-window related conditions.
805 * Removed --disable-gnome-hints and --disable-ewmh configure
806   options.
808 * All single letter variables are deprecated now; new variables:
810     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
811     $[desk.n], $[version.num], $[version.info], $[version.line],
812     $[desk.pagesx], $[desk.pagesy]
814 -------------------------------------------------------------------
816 Changes in development release 2.5.5 (2-Dec-2002)
818 * Added support for joining and shaping in bi-directional
819   languages that need this.
821 * ButtonStyle and TitleStyle new style type Colorset.
823 * New experimental module FvwmProxy.
825 * New command RestackTransients.
827 * Added a pixel offset to vector button definitions.
829 * New command FocusStyle as a shorthand for setting the FP...
830   styles with the Style command.
832 * New option Locale to PrintInfo command.
834 * The Next and Prev commands start looking for a matching window at
835   the context window if there is any.
837 * The MoveToPage command does nothing with sticky windows.
839 * New module FvwmWindowLister, a WindowList substitute.
841 * Sticky windows can be sticky across pages, across desks or both.
842   Related to this are:
843    - New commands StickAcrossPages and StickAcrossDesks.
844    - New Style options StickyAcrossPages and StickyAcrossDesks.
845    - New conditional command options StickyAcrossPages and
846      StickyAcrossDesks.
847    - New WindowList options NoStickyAcrossPages,
848      NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
849      OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
850    - New FvwmRearrange options -sp and -sd.
852 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
853   FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
854   an alpha channel are used.
856 * New Colorset option RootTransparent
858 * The Transparent Colorset option can be tinted under certain
859   conditions
861 * New MinHeight option to TitleStyle
863 * Added gettext support. New command LocalePath and new variable
864   $[gt.string]
866 -------------------------------------------------------------------
868 Changes in alpha release 2.5.4 (20-Oct-2002)
870 * FvwmTaskBar may now include mini launch buttons using the Button
871   command.  Also has new options for spacing the buttons:
872   WindowButtonsLeftMargin, WindowButtonsRightMargin, and
873   StartButtonRightMargin.  See man page for details.
875 * Style switches can be prefixed with '!' to inverse their meaning.
876   For example, "Style * Sticky" is the same as "Style * !Slippery".
877   This works *only* for pairs of styles that take no arguments and
878   for the Button and NoButton styles.
880 * New button property Id in FvwmButtons.  FvwmButtons now accepts
881   dynamical actions using SendToModule, see the man page:
883     ChangeButton <button-id> <properties-to-change>
884     ExpandButtonVars <button-id> <command-to-expand>
886 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
887   IconTint and IconAlpha.
889 * Alpha blending rendering is supported even without XRender
890   support.
892 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
893   Titles and buttons now have 4 main states instead of 3: ActiveUp,
894   ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
895   Several shortcuts added: Active means ActiveUp + ActiveDown,
896   Inactive means InactiveUp + InactiveDown, similarly for shortcuts
897   ToggledActive and ToggledInactive.
899 * More shortcuts for button states added: AllNormal, AllToggled,
900   AllActive, AllInactive, AllUp, AllDown.  These six shortcuts are
901   actually different masks for 4 individual states (from 8 total).
903 * FPClickToFocus and FPClickToRaise work with any modifier by
904   default.
906 * Perl library API regarding event handlers is changed, so personal
907   modules in Perl should be adjusted.
909 * Allow the use of mouse buttons other than the first in
910   FvwmWinList when invoked transient.
912 * ImagePath now supports directories in form "/some/directory;.png"
913   (where semicolon delimits a file extension that files in
914   /some/directory have.  This file extension replaces the original
915   image extension (if any) or it is added if there is no extension.
916   For example with: Style XTerm MiniIcon mini/xterm.xpm
917   the file /some/directory/mini/xterm.png is searched.
919 * New graphical debugger module FvwmGtkDebug.
921 * New command NoWindow for removing the window context.
923 * New FvwmIconMan option ShowTransient.
925 * All conditions have a negation.
927 * New FvwmBacker option RetainPixmap.
929 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
930   and FvwmPager when xft fonts or icons with an alpha channel is
931   used.
933 * FvwmButtons redrawing improvement: colorsets are now usable with
934   containers.
936 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
937   and SelectColorset are now strictly respected.
939 * The HilightBack and ActiveFore menu styles are independent of
940   each other.  HilightBack without using ActiveFore does no longer
941   hilight the item text.
943 * New WindowList option SortByResource; the previously added
944   SortClassName option is renamed to SortByClass.
946 * New command PrintInfo for debugging.
948 -------------------------------------------------------------------
950 Changes in alpha release 2.5.3 (25-Aug-2002)
952 * TitleStyle MultiPixmap now works once again.
954 * Removed the old module interface for ConfigureWindow
955   packets. External modules relying on this interface no longer
956   work.
958 * Fixed interaction bug between CascadePlacement and StartsOnPage:
959   if the target page was at a negative x or y page displacement
960   from the current viewport, the window would be placed on the
961   wrong page.
963 * New Style option IconSize for restricting icon sizes.
965 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
966   ShowScreen, ShowPage, ShowPageX and ShowPageY.
968 * Restored old way of handling clicks in windows with ClickToFocus
969   and ClickToFocusPassesClickOff.  This fixes a problem with
970   click+drag in an unfocused rxvt or aterm window.
972 * Fixed wrong warp coordinates when WarpToWindow was used with two
973   arguments on an unmanaged window.
975 * Vastly improved FvwmEvent performance.
977 * FvwmAuto can operate on Enter and Leave events too.  This makes
978   it possible to have auto raising with ClickToFocus and
979   NeverFocus. See -menter and -menterleave options and examples in
980   the FvwmAuto man page.
982 * The "hangon" strings in FvwmButtons support wild cards.
984 * New option "Icon" to PlaceAgain command.
986 * New option "FromPointer" and direction "Center" to the Direction
987   command.
989 * The styles ClickToFocusRaises(Off) and
990   MouseFocusClickRaises(Off) are now different names for the same
991   style.  Configurations that used
993     Style * ClickToFocus, ClickToFocusRaises
994     Style * MouseFocusClickRaisesOff
996   or vice versa no longer work as like before.  Remove the second
997   line to fix the problem.  ClickToFocusRaises now works only on
998   the client part of a window, not on the decorations as it did
999   before.
1001 * New color limit method for screens that only display 256 colors
1002   (or less).
1004 * In depth less or equal to 16 image and gradient can be
1005   dithered. This can be enabled/disabled by using the new
1006   dither/nodither options to the Colorset command.
1008 * Removed the styles MouseFocusClickIgnoreMotion and
1009   MouseFocusClickIgnoreMotionOff again.
1011 * Many new focus policy styles "FP..." and "!FP...".
1013 -------------------------------------------------------------------
1015 Changes in alpha release 2.5.2 (24-Jun-2002)
1017 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
1018   section of fvwm manual page.
1020 * New Colorset options: fgsh for shadow text and fg_alpha for
1021   merging text with the background.
1023 * New module FvwmPerl adds perl scripting ability to fvwm
1024   commands.
1026 * Provided powerful perl library for creating fvwm modules in
1027   perl.
1029 * New WindowList option IconifiedtAtEnd.
1031 * Always display the current desk number in the FvwmPager window
1032   title.
1034 * Allow to bind a function to the focus click and pass it to the
1035   application at the same time.
1037 * New styles !Borders and Borders to enable or disable window
1038   borders.
1040 * Removed the --enable-multibyte configure option.  Multibyte
1041   support is now compiled in unconditionally.
1043 * New FvwmButtons option ActionOnPress enables execution of action
1044   on press rather than on release for any specific button.
1046 * Improved CascadePlacement, the last used position is reused if
1047   the last placed window does not exist any more.
1049 * FvwmIconMan may now change the resolution dynamically, just
1050   issue "*FvwmIconMan: resolution page" while FvwmIconMan is
1051   running.
1053 * New command XineramaSlsScreens.
1055 * MoveToPage and MoveToDesk no longer unstick windows.
1057 * It is possible to specify a string encoding in a font name, see
1058   the "FONT AND STRING ENCODINGS" section of fvwm manual page.
1060 -------------------------------------------------------------------
1062 Changes in alpha release 2.5.1 (26-Apr-2002)
1064 * Changed the executable and the man page names from fvwm2 to
1065   fvwm. The old names are still supported by symlinking.
1067 * All fvwm utilities are renamed to conform to the "fvwm-"
1068   scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
1069   fvwm-convert-2.4.
1071 * Added a full support for the side window titles. New Style
1072   options TitleAtLeft and TitleAtRight added to TitleAtTop and
1073   TitleAtBottom.
1075 * A title text may now be optionally rotated for both vertical and
1076   horizontal title directions, search for "Rotated" in the man
1077   page.
1079 * Added support for loading images in PNG (including alpha
1080   blending) and XBM formats anywhere.
1082 * New commands Schedule and Deschedule.
1084 * New command State.  New conditions State and !State.
1086 * New commands XSync and XSynchronize for debugging purposes.
1088 * In interactive move/placement when Alt/Meta modifier is pressed,
1089   snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
1090   ignored.
1092 * New flags (No)FvwmModule to FvwmButtons Swallow option
1094 * The I18N_MB patch (--enable-multibyte) has been
1095   rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
1096   set of locale functions (locale initialization, font loading,
1097   text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
1098   in the entire fvwm code (but FvwmWharf).  Font loading and
1099   memory management is improved in the multibyte case.
1101 * Better support of non ISO-8859-1 window and icon titles. See the
1102   --disable-compound-text option in INSTALL.fvwm for more
1103   details.
1105 * Added anti-aliased text rendering support using Xft (use
1106   --enable-xft to enable it). Recent versions of XFree and
1107   freetype2 are needed (see the FONT NAMES AND FONT LOADING
1108   section of the fvwm manual page).
1110 * Conditional commands now have a return code (Match, NoMatch or
1111   Error).  This return code can be checked and tied to an action
1112   with the new commands Cond and CondCase.
1114 * Bindings can be made to the separate parts of the window border
1115   with the new contexts '[', ']', '-', '_', '<', '^', '>' and
1116   'v'.
1118 * New parameters for FvwmRearange: -maximize and -animate.
1120 * New option StartCommand for FvwmTaskBar to allow placing the
1121   StartMenu correctly.
1123     *FvwmTaskBar: StartCommand Popup RootMenu \
1124         rectangle $widthx$height+$left+$top 0 -100m
1126   Please refer to the FvwmTaskBar man page for details.
1128 * New extended variables pointer.x, pointer.y, pointer.wx,
1129   pointer.wy, pointer.cx and pointer.cy.
1131 * The Current command does not select a random window when no
1132   window has the focus.
1134 * New color '@4' (transparent) in button vectors.
1136 * New option "Frame" for the Resize and ResizeMove commands.
1138 * Added direction options to WindowShade command.  Windows can be
1139   shaded in any of the eight compass directions.
1141 * Styles WindowShadeLazy (default), WindowShadeBusy and
1142   WindowShadeAlwaysLazy to optimize performance of the WindowShade
1143   command.
1145 * The DO_START_ICONIC flag is no longer supported in the module
1146   interface.
1148 * Added bi-directional text support for Asian charsets.
1150 * New option MinimalLayer for FvwmIdent to control window layer.
1152 * New FvwmIconMan configuration syntax now conforms to the syntax
1153   of other modules, see the man page.
1155 * FvwmForm can automatically run commands after a timeout
1156   interval.
1158 * Fvwm commands can be invoked when the edge of the screen is hit
1159   with the mouse.
1161 * New commands Colorset, ReadWriteColors and CleanupColorsets
1162   allow the colorset functionality previously available using
1163   FvwmTheme.
1165 * FvwmTheme is obsolete now, but still supported for some time.
1167 * New options Tint, TintMask and NoTint to colorsets.
1169 * New WindowList option CurrentAtEnd.
1171 * New weighted sorting in FvwmIconMan.
1173 * New conditional command ThisWindow.
1175 -------------------------------------------------------------------
1177 Changes in alpha release 2.5.0 (27-Jan-2002)
1179 * New commands ResizeMaximize and ResizeMoveMaximize that modify
1180   the maximized geometry of windows and maximize them as
1181   necessary.  Very useful to make a window larger manually and
1182   then get back the old geometry with a click.
1184 * New command ResizeMoveMaximize similarly.
1186 * New styles FixedPPosition, FixedUSPosition, FixedSize,
1187   FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
1188   VariableSize, VariableUSSize, and VariablePSize.
1190 * Actions can be bound to windows swallowed in FvwmButtons.  To
1191   disable this feature for a specific button, the new option
1192   ActionIgnoresClientWindow can be used.
1194 * Fvwm respect the extended window manager hints
1195   specification. This allows fvwm to work with KDE version >= 2
1196   and GNOME version 2. This support is configurable using a bunch
1197   of new commands and style options, search for "EWMH" in the man
1198   page.
1200 * New DateFormat option in FvwmTaskBar to change the date format
1201   in the clock's popup tip.
1203 * Window titlebars may now be designed using a new powerful
1204   TitleStyle option MultiPixmap, that enables to specify separate
1205   pixmaps for different parts of the titlebar: Main, LeftEnd,
1206   LeftOfText, UnderText, RightOfText, RightEnd and more.
1208 * New styles MinOverlapPlacementPenalties and
1209   MinOverlapPercentPlacementPenalties.
1211 * New styles IndexedWindowName / ExactWindowName and
1212   IndexedIconName / ExactIconName.
1214 * New command "DesktopName desk name" to define the name of a
1215   desktop for the FvwmPager, the WindowList and EWMH compliant
1216   pagers. New expanding variables $[desk.name<n>] for the desktop
1217   names.
1219 * New window list options NoDeskNum, NoCurrentDeskTitle,
1220   TitleForAllDesks, NoNumInDeskTitle.
1222 * New emacs style bindings in menus.
1224 * New Maximize global flag "layer" which causes the various grow
1225   methods to ignore the windows with a layer less than or equal to
1226   the layer on the window which is maximized.
1228 * Better support of the Transparent colorset in the modules and in
1229   animated menus.
1231 * Amelioration of the WindowShade animation.
1233 * New ButtonStyle and TitleStyle option MwmDecorLayer.
1235 * New style BackingStoreWindowDefault which is the default
1236   now. Fvwm no longer disables backing store on windows by
1237   default.
1239 * New styles MouseFocusClickIgnoreMotion and
1240   MouseFocusClickIgnoreMotionOff.
1242 * The module interface now supports up to 62 message types.
1244 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
1246 * New events "enter_window" and "leave_window" in FvwmEvent.
1248 * New MenuStyle PopupActiveArea.
1250 * New command line option -passid to FvwmAuto.
1252 * New conditional commands Any and PointerWindow.
1254 * New conditions Focused, !Focused, HasPointer and !HasPointer.
1256 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
1258 -------------------------------------------------------------------
1260 Changes in stable release 2.4.20 (6-Dec-2006)
1262 * The configure script now correctly appends executable file
1263   extensions to conditionally built binaries. Fixes building on
1264   Cygwin.
1266 * FvwmConsole no longer conflicts with getline of Cygwin's stdio.
1268 * Fixed parsing of For loops in FvwmScript.
1270 * Fixed a possible endless loop when de-iconifying a transient
1271   window.
1273 * Reject some invalid GNOME hints.
1275 * Fixed a loop when xterm changes its "active icon" size.
1277 * The configure script can now cope with four-part version numbers
1278   when detecting some libraries.
1280 * Security fixes in
1282      fvwm-menu-directory. (CVE-2006-5969)
1283      FvwmCommand
1285 -------------------------------------------------------------------
1287 Changes in stable release 2.4.19 (30-Sep-2004)
1289 * Fixed BackingStore style option.
1291 * Fixed MoveToDesk commend with a single argument.
1293 * Allow whitespace in menu names.
1295 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
1297 * A double click no longer occurs when two different mouse
1298   buttons are pressed.
1300 * Fixed a relief drawing problem in FvwmWinList.
1302 * Fixed travelling windows on restart if a window used non NorthWest
1303   gravity and changed that before the restart.
1305 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
1307 * The clock in FvwmTaskBar is redrawn immediately when its colour
1308   changes.
1310 * The option CurrentGlobalPageAnyDesk was accidentally named
1311   CurrentGlobbalPageAnyDesk before.
1313 * Fixed a problem with fvwm startup and shutdown when the pointer
1314   was grabbed by another application.
1316 * Fixed parsing of the Pointer option to the Move command.
1318 * Fixed handling of MWM hints on 64 bit machines.
1320 -------------------------------------------------------------------
1322 Changes in stable release 2.4.18 (19-Mar-2004)
1324 * Corrected rebooting the machine in FvwmScript-Quit.
1326 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
1328 * Security patch in fvwmbug.sh.
1329   See http://securitytracker.com/alerts/2004/Jan/1008781.html
1331 * Security fixes in
1332     fvwm-menu-directory (BugTraq id 9161)
1333     fvwm_make_directory_menu.sh
1334     fvwm_make_browse_menu.sh
1336 -------------------------------------------------------------------
1338 Changes in stable release 2.4.17 (10-Oct-2003)
1340 * Fixed error message for incorrect --with-SOME-library argument.
1342 * It is now possible to suppress title action or title completely
1343   in menus created by fvwm-menu-directory.
1345 * Fixed a compile problem on QNX 4.25.
1347 * New configure switch --disable-gtk.
1349 * FvwmGtk.1 is not installed if FvwmGtk is not built.
1351 * The "Visible" condition does no longer select windows on
1352   different desks.
1354 * With the styles StartsOnPage, SkipMapping and UsePPosition,
1355   windows that request a specific position are still placed on the
1356   given page.
1358 * Fixed sending M_NEW_PAGE packets to the modules if the page did
1359   not change.
1361 * Added support for new BBC headlines in fvwm-menu-headlines, this
1362   replaces the old BBC-Worlds and BBC-SciTech headlines.
1364 -------------------------------------------------------------------
1366 Changes in stable release 2.4.16 (30-May-2003)
1368 * Fixed a transparency problem in FvwmButtons.
1370 * The PageOnly option in FvwmTaskBar now works after a desk change
1371   too.
1373 * Fixed a possible core dump when more than 256 windows are on
1374   the desktop.
1376 * Initial drawing and final undrawing of wire frame no longer
1377   toggles the pixel in the top left corner of the screen.
1379 * Fixed parsing of button geometries in FvwmButtons when the
1380   geometry specification appeared after another option with a comma
1381   at the end.
1383 * FvwmCommand works too when invoked without the DISPLAY variable
1384   set.
1386 * Fixed displaying iconified windows without an icon in
1387   FvwmIconMan.
1389 * All single letter variables are deprecated now; new variables:
1391     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
1392     $[desk.n], $[version.num], $[version.info], $[version.line],
1393     $[desk.pagesx], $[desk.pagesy]
1395 * Fixed a bug with aspect pixmaps in colorsets.
1397 * Iconified windows without an icon do not receive focus.
1399 * Fixed a bug in FvwmPager that displayed iconified windows without
1400   icon title or picture as not iconified.
1402 * Fixed parsing of '@<screen>' Xinerama specification in the
1403   ButtonGeometry option of FvwmButtons.
1405 * The NoWarp menu position hint option works with root menus too.
1407 * Fixed a problem with styles not being properly applied after a
1408   DestroyStyle command.
1410 * Fixed a bug introduced in 2.4.14.  The pointer was sometimes
1411   warped to another screen during a restart and command execution.
1413 * Fixed a crash when a window was destroyed twice in a complex
1414   function.
1416 * Fixed corruption of the window list when windows died at the
1417   wrong time.
1419 * Fixed problem with empty frame windows if X recycled the window
1420   id of a window that died recently.
1422 * Fixed loading of application supplied pixmap on 8/24 depth screen.
1424 * WindowListFunc is executed now within a window context, so
1425   a prefix "WindowId $0" is not needed in its definition anymore
1426   and it is advised to remove it in user configs.
1428 * FvwmEvent now executes all window related events within a window
1429   context, so PassId is not needed anymore, and all prefixes
1430   "WindowId $0" may be removed in user event handlers.
1432 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
1434 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
1435   empty works.
1437 -------------------------------------------------------------------
1439 Changes in stable release 2.4.15 (24-Jan-2003)
1441 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
1442   exec'd process knows its not running interactively.
1444 * Windows using the WindowListSkip style do not appear in the
1445   FvwmTaskBar at random.
1447 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
1448   ChangeBackColor FvwmScript Instruction.
1450 * Fixed a core dump in the parsing of FvwmAuto arguments.
1452 * Fixed screwed calculation of icon picture size when application
1453   specifies it explicitly.
1455 * The option ShowOnlyIcons now works as described in the
1456   FvwmIconMan man page.  It was accidentally named ShowOnlyIconic
1457   before.
1459 -------------------------------------------------------------------
1461 Changes in stable release 2.4.14 (29-Nov-2002)
1463 * Modules do not crash anymore when more than 126 windows are on
1464   the desktop.
1466 * FvwmIconMan displays windows correctly that were iconified and
1467   then moved to another page.
1469 * Application provided icon windows no longer appear at 0 0 when
1470   restarting.
1472 * The built-in session management can handle window names, classes
1473   etc. beginning with whitespace (textedit).
1475 * Removed the flawed "A"ny context key binding patch from 2.4.13.
1477 * The default EdgeScroll (if not specified) was incorrectly
1478   assumed to be 100 pixels instead of 100 percents.
1480 * Icons no longer appear on top of all other windows after a
1481   restart.
1483 -------------------------------------------------------------------
1485 Changes in stable release 2.4.13 (1-Nov-2002)
1487 * Icon titles for windows with an icon position hint no longer
1488   appear at random places.
1490 * Fvwm no longer displays two icon pictures when switching from
1491   NoIconOverride to IconOverride with windows that provide their
1492   own icon window.
1494 * The Current, All, Pick, ThisWindow and PointerWindow commands
1495   work on shaded windows too.
1497 * Fixed a problem stacking iconified transients.
1499 * No more flickering when raising transients.
1501 * Fixed a number of problems with window stacking, some new in
1502   2.4.10 or later, some older problems that have been around for a
1503   long time.
1505 * Windows starting lowered or on any layer other than the default
1506   layer are displayed at the right place in FvwmPager.
1508 * Bindings with the "A"ny context can not be overridden by Gnome
1509   panel or OpenOffice.
1511 -------------------------------------------------------------------
1513 Changes in stable release 2.4.12 (10-Oct-2002)
1515 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
1516   appeared in 2.4.10, replacing the same problem with ?Gradient
1517   MenuFaces in 2.4.9.
1519 * Fixed accidental menu animation with certain menu position hints.
1521 * Increased maximum allowed key symbol name length to 200
1522   characters.
1524 * Allow quotes in conditional command conditions.
1526 * Fixed starting Move at random position when pointer is on a
1527   different screen.
1529 * Transient windows do not appear in FvwmWinList after they have
1530   been moved on the desktop.
1532 -------------------------------------------------------------------
1534 Changes in stable release 2.4.11 (20-Sep-2002)
1536 * Allow the use of mouse buttons other than the first in
1537   FvwmWinList when invoked transient.
1539 * Fixed a crash with ssh-askpass introduced in 2.4.10.
1541 -------------------------------------------------------------------
1543 Changes in stable release 2.4.10 (15-Sep-2002)
1545 * The commands Maximize, Resize and ResizeMove can be used on icons
1546   as it was in 2.2.x.
1548 * Fixed hilighting of menu items with HGradient and VGradient
1549   MenuFace.  Reduced flickering with these options.
1551 * Fixed a minor problem with entering submenus via keyboard.
1553 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
1554   it to hang.
1556 * Fixed drawing of pager balloons with BalloonBack option.
1558 * Fixed drawing of SidePic menu background with B/D gradients.
1560 * Fixed drawing of menu item reliefs with gradient menu faces.
1562 * Fixed key bindings on window corners.
1564 * Fixed FvwmTaskBar i18n font loading
1566 * Fixed StackTransientParent style without RaiseTransient or
1567   LowerTransient on the parent window.
1569 * StackTransientParent works only on parent window if it is on the
1570   same layer.
1572 * Fixed handling of window group hint with the (De)Iconify
1573   command.
1575 * No more flickering when a transient overlapping its parent window
1576   is lowered.
1578 * Fixed hilighting of unfocused windows.
1580 -------------------------------------------------------------------
1582 Changes in stable release 2.4.9 (11-Aug-2002)
1584 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1585   if the target page was at a negative x or y page displacement
1586   from the current viewport, the window would be placed on the
1587   wrong page.
1589 * Fixed a problem with colormap transition when a transient window
1590   died.
1592 * Fixed a FvwmScript crash with Swallow widget and very long window
1593   names.
1595 * Restored old way of handling clicks in windows with ClickToFocus
1596   and ClickToFocusPassesClickOff.  This fixes a problem with
1597   click+drag in an unfocused rxvt or aterm window.
1599 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1600   UseOld option was used.
1602 * Fixed wrong warp coordinates when WarpToWindow was used with two
1603   arguments on an unmanaged window.
1605 * Added a workaround for popup menus in TK applications that appear
1606   on some random position.
1608 * Fixed problems with wish scripts creating windows that start
1609   iconic.
1611 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1613 * A number of drawing fixes in FvwmPager.
1615 * Fixed a slight bug when waiting until all buttons are released,
1616   for example after executing a complex function.
1618 * Fixed potentially harmful change in module interface.
1620 * Fixed displaying menu items with icons when using the MenuStyle
1621   SubmenusLeft.
1623 * Fixed problems with the pointer moving off screen in a multi
1624   head setup.
1626 * Fixed a potential crash with windows being destroyed during a
1627   recapture operation.
1629 * Fixed a memory leak in some modules when not using glibc.
1631 * Applications using Mwm hints can now enforce that a window can
1632   not be moved.
1634 * Fixed negative arguments of WarpToWindow when used on an
1635   unmanaged window.
1637 * DESTDIR may be fully used again (only useful for distributors).
1639 * Fixed a key binding problem with key symbols that are generated
1640   by several keys.
1642 * Fixed a possible crash when a window was recaptured and the
1643   focus could not be transfered to another window.
1645 * Fixed a minor problem with clicks on focused windows being
1646   ignored.
1648 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1650 * Fixed a performance problem with large numbers of mouse binding
1651   commands.
1653 -------------------------------------------------------------------
1655 Changes in stable release 2.4.8 (11-Jun-2002)
1657 * A fix for switching between czech and us keyboard layout.
1659 * Remember the icon position when an icon is moved
1660   non-interactively.
1662 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1663   the man page when installing, see INSTALL.fvwm.
1665 * Fixed another problem with the DeskOnly option and sticky icons
1666   in FvwmTaskBar.
1668 * New FvwmIconMan configuration syntax now conforms to the syntax
1669   of other modules, see the man page.
1671 * New WindowList option CurrentAtEnd.
1673 * Fixed maximal length of a named module packet
1675 * Fixed a crash on a config with a new 2.5.x Colorset command.
1677 * Always display the current desk number in the FvwmPager window
1678   title.
1680 * Allow to bind a function to the focus click and pass it to the
1681   application at the same time.
1683 * Fixed a problem with fvwm not accepting keyboard input when the
1684   application with the focus vanished at the start of a session.
1686 * A small security patch regarding TMPDIR.
1688 * Fixed a problem with colormap transition when a transient window
1689   died.
1691 * Fixed calculation of average bg colour in colour sets with large
1692   pictures.
1694 * Fixed some minor problems regarding the multibyte patch.
1696 * Fixed selection in FvwmScript List widget.
1698 * fvwm-menu-headlines: updated the site data, added a configurable
1699   timeout on socket reading (20 sec) to avoid fvwm hanging, new
1700   --icon-error option.
1702 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1703   windows that are below others.
1705 * Fixed the ClickToFocusPassesClick style.
1707 * Fixed CascadePlacement for huge windows, so that the top-left
1708   corner is always visible.
1710 * Fixed parsing of SendToModule with the first parameter quoted.
1712 * Fonts in double quotes now should work in module configurations.
1714 * Fixed copying PopupOffset values in CopyMenuStyle.
1716 -------------------------------------------------------------------
1718 Changes in stable release 2.4.7 (11-Apr-2002)
1720 * Fixed parsing of WindowList with conditions and a position at
1721   the same time that was broken in 2.4.6.
1723 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1724   (windows were duplicated when moving to a different Desk; the
1725   StickyIcon style was ignored).
1727 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1729 * Fixed icon titles being raised when they should not be.
1731 * Fixed initial drawing of the internals of the FvwmPager window.
1733 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1734   audio player is used.
1736 * Fixed execution on QNX.
1738 -------------------------------------------------------------------
1740 Changes in stable release 2.4.6 (10-Mar-2002)
1742 * Better support of non ISO-8859-1 window and icon titles. See the
1743   --disable-compound-text option in INSTALL.fvwm for more details.
1745 * Improved speed of opaque window movement/resizing.
1747 * Fixed a bug that caused windows not being raised and lowered
1748   properly.
1750 * Suppress error message when using XBM icons.
1752 * Fixed a read descriptor problem in FvwmTaskBar
1754 * Fixed a minor colour update bug in the pager.
1756 * Fixed an fvwm crash when a module died at the wrong moment;
1757   specifically a transient FvwmPager or FvwmIconMan.
1759 * Fixed placement of WindowList on wrong Xinerama screen when
1760   called without any options on a screen other than the primary
1761   screen.
1763 * Fixed a problem with root bindings and xfishtank.
1765 * Fixed moving windows with the keyboard over the edge of the
1766   screen when the pointer remained of the previous page.
1768 * Do not hilight windows after ResizeMove.
1770 * New conditional command ThisWindow.
1772 * Some fixes in the configure script that caused some rare
1773   problems detecting gnome and ncurses.
1775 * Fixed a memory leak in the Pick command.
1777 * Allow to choose windows with CirculateSkip with the Pick command.
1779 * Fixed an FvwmScript compile problem on dec-osf5.
1781 * The window handles are now resizes as they should when the
1782   HandleWidth style changes.
1784 * The Current command does not select a random window when no
1785   window has the focus.
1787 * Fixed a rare menu placement problem with Xinerama.
1789 -------------------------------------------------------------------
1791 Changes in stable release 2.4.5 (27-Jan-2002)
1793 * Fixed minor problems in popping sub menus up and down.
1795 * Fixed moving windows between pages with the keyboard.
1797 * Fixed the size of the geometry window that was broken sometimes.
1799 * Fixed problem with pointer warping to another screen on a dual
1800   head setup.
1802 * Fixed a problem with the focus in internal Ddd and Netscape
1803   windows.
1805 * Reduced the time in which fvwm attempts to grab the pointer.
1807 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1808   fast.
1810 * Fixed MiniScroll's auto repeating in FvwmScript.
1812 * Fixed a crash with the UseStyle style in combination with
1813   HilightBack.
1815 * Fixed excessive redraws of the windows under a window being
1816   shaded.
1818 * Fixed a minor memory leak in the Style command.
1820 * Fixed pixmap background of FvwmButtons behind buttons with only
1821   text.
1823 * Fixed a crash in FvwmIconBox when the application provided an
1824   illegal icon.
1826 * Fixed a configure problem with libstroke-0.5.1.
1828 * New style BackingStoreWindowDefault which is the default
1829   now. Fvwm no longer disables backing store on windows by
1830   default.
1832 * Fixed bug that sometimes caused unnecessary redraws when a style
1833   was changed.
1835 * Fixed crash when something like "$[$v]" appeared in a command.
1837 * Fixed parsing of conditions with more than one comma.
1839 -------------------------------------------------------------------
1841 Changes in stable release 2.4.4 (16-Dec-2001)
1843 * Minor title drawing fixes.
1845 * Fixed manual placement with Xinerama.
1847 * Minor button 3 handling fix in FvwmPager.
1849 * Fixed *FvwmIconMan*shaped option with empty managers.
1851 * Fixed ClickToFocusClickRaises style.
1853 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1854   activate on press or release, special pointer during grab, arrow
1855   keys useful in form with one input field.
1857 * New OpaqueMoveSize argument "unlimited".
1859 * Fixed binding keys with and without "Shift" modifier under some
1860   circumstances.
1862 * Fixed binding actions to the client window with ClickToFocus.
1864 * Mouse bindings are activated without a recapture.
1866 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1867   Center, and Right for text position. Amelioration of the Menu
1868   and PopupMenu Widgets. New functions GetPid, Parse,
1869   SendMsgAndGet and LastString. New instruction Key for key
1870   bindings. New command SendToModule ScriptName SendString.
1872 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1873   disables warning messages.
1875 * Restored the default Alt-Tab behaviour from 2.4.0.
1877 -------------------------------------------------------------------
1879 Changes in stable release 2.4.3 (08-Oct-2001)
1881 * Fixed activation of shape extension.
1883 * Fixed problems with overriding key bindings.
1885 * Single letter key names are allowed in upper and lower case in
1886   key bindings as before 2.4.0.
1888 * Fixed WindowList placement with Xinerama.
1890 * Fixed flickering icon titles.
1892 * New X resource fvwmscreen to select the Xinerama screen on which
1893   to place new windows.
1895 * Coordinates of a window during motion are show relative to the
1896   Xinerama screen.
1898 * Some icon placement improvements with Xinerama.
1900 -------------------------------------------------------------------
1902 Changes in stable release 2.4.2 (16-Sep-2001)
1904 * Desk and page can be given as X resources in .Xdefaults, for
1905   example:
1906     xterm.desk: 1
1907     xterm.page: 1 2 3
1909 * Several Shape compilation problems fixed.
1911 -------------------------------------------------------------------
1913 Changes in stable release 2.4.1 (15-Sep-2001)
1915 * Added Xinerama and SingleLogicalScreen support.
1917 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1918   XineramaSlsSize and MoveToScreen.
1920 * New context rectangle option XineramaRoot for the menu commands.
1922 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1923   AcceptsFocus for conditional commands.
1925 * The DestroyStyle command takes effect immediately.
1927 * New style option StartsOnScreen.
1929 * New style options NoUSPosition, UseUSPosition,
1930   NoTransientPPosition, UseTransientPPosition,
1931   NoTransientUSPosition, and UseTransientUSPosition.  These work
1932   similar to the old styles NoPPosition and UsePPosition.
1934 * New option "screen" for Maximize command.
1936 * New option ReverseOrder for WindowList command.
1938 * The default Alt-Tab binding works more intuitive.
1940 * New condition "PlacedByFvwm"
1942 * New Geometry option for FvwmForm.
1944 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1946 * FvwmIconMan can be closed with Delete or Close too.
1948 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1950 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1952 * Enhancements in fvwm-menu-headlines and support for 10 more
1953   sites.
1955 * Color enhancements in button vectors: @2 is bg color, @3 is fg
1956   color.
1958 * Improved detection of the Shape library.
1960 * Fixed FvwmButtons button titles not being erased for swallowed
1961   windows that showed up on certain setups.
1963 * Fixed bug that caused transient windows to be buried below their
1964   parents with the "BugOpts RaiseOverUnmanaged on".  This occured
1965   with the system.fvwm2rc-sample-95 configuration.
1967 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
1968   set the transient_for hint when started with the "transient"
1969   option.
1971 * Fixed FvwmIconMan with the transient option when mapped off
1972   screen.
1974 * Fixed ClickToFocus focus policy when iconifying the focused
1975   window.
1977 * Fixed some focus problems in conjunction with unclutter vs
1978   xv/xmms and Open Look applications.
1980 * Fixed a problem that could cause windows to be lost off screen
1981   with interactive window motion.
1983 * Fixed some FvwmTaskBar autohide problem.
1985 * Fixed a display string problem in FvwmForm.
1987 * Fixed a problem with FvwmTheme shadow colours.
1989 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
1990   conditional commands.
1992 * Fixed a formatting problem of the man page on AIX, Solaris, and
1993   some other UNIX variants.
1995 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
1997 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
1999 * Fixed parameters of fvwm24_convert.
2001 * Fixed a number of building problems related to old vendor unices,
2002   libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
2004 * Fixed drawing of title bar buttons with MWMDecorStick.
2006 * Fixed missing button or key events over the pan frames.
2008 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
2009   modules.
2011 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
2012   options. Fixed FvwmPager crash with certain font strings.
2014 * Fixed drawing of the grid lines in an iconified FvwmPager window.
2016 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
2018 * Fixed some exotic problems with window gravity and resizing
2019   windows.
2021 * Fixed a problem with maximizing windows with the viewport not
2022   starting on a page boundary.
2024 * Fixed handling of parentheses in FvwmButtons button actions.
2026 * Work around a key binding problem with keys that generate the
2027   same symbol with more than one key code (e.g. Shift-F1 = F11).
2029 * The Desk option of FvwmBacker is compatible to earlier
2030   version. Desk or Page coordinates can be omitted to indicate
2031   that desk or page changes trigger no action at all.
2033 * Fixed double updating of background with FvwmBacker sometimes
2034   leading to the wrong background.
2036 * Fixed several escaping errors in fvwm-menu-directory, so files
2037   and directories containing special chars and spaces should
2038   work.
2040 * Fixed PlacedByButton3 condition.
2042 * Fixed vanishing windows when mapping/unmapping too fast.
2044 * Fixed prev option of the GotoDeskAndPage command.
2046 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
2047   dimensions larger than 2147.
2049 * Fixed compatibility of the FvwmM4 modules on platforms that have
2050   a System V implementation of m4 (Solaris 2.6).
2052 * The SetEnv command without a value for a variable is the same as
2053   UnsetEnv.
2055 * Fixed shading/unshading shaped windows and windows without title
2056   and border.
2058 -------------------------------------------------------------------
2060 Changes in stable release 2.4.0 (03-Jul-2001)
2062 * Finally released. :)
2063 -------------------------------------------------------------------
2065 For older NEWS, read the ONEWS file.