Add initial draft of fvwm-convert-2.6
[fvwm.git] / NEWS
blob94ee6e9824704756646836a9e95222d02ce6f6d2
1 Note, the changes for the last STABLE release start with release
2 2.4.20.
4 -------------------------------------------------------------------
5 Changes in beta release 2.5.29 (not released yet)
7 * New features:
8    
9    - Added new fvwm-convert-2.6 script to convert older fvwm 2.4.x config
10      files.
12 * Bug fixes:
13    - Fixed the InitialMapCommand style from running when FVWM 
14      is restarting.
15    - Fix rendering of FvwmForm windows when initially mapped.
17 Changes in beta release 2.5.28 (20-Sep-2009)
19 * New features:
21    - New differentiated options for SnapAttraction when snapping
22      against screen edges:
23        "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
24    - New option to the BugOpts command: TransliterateUtf8.
26 * Bug fixes:
28    - Fixed non-visible Qt windows after a Qt deferred map (e.g.
29      Skype profile windows).
30    - Fixed the use of the X-resource "fvwmstyle".
31    - Fixed segmentation fault in FvwmEvent when parsing an
32      undefined event name, or an undefined environment variable
33      to the RPlayHost option.
34    - Fixed the events startup, shutdown and unknown in FvwmEvent.
35    - Fvwm now retains utf8 window names when the WM_NAME changes,
36      and the utf8 name converted to the default charset match
37      the old WM_NAME.
38    - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
39    - Fixed SnapAttraction: Option SameType/Icons/Windows did
40      falsely not affect conditions of option "Screen" and option
41      "SameType" snapped falsely icons and windows together.
42    - Fixed a problem where modules would get incorrect stacking
43      information if many windows were restacked at the same time.
44    - Fixed BugOpts parsing of more than one option at a time and
45      restoring of default value for the last option
46      in the command line when omitted.
47    - 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
49 -------------------------------------------------------------------
51 Changes in beta release 2.5.27 (23-Feb-2009)
53 * New features:
55    - New extended variable
56        $[w.visiblename]
58    - Style matching now honours the window's visible name which
59      means it can be matched before the real name, hence:
61         Style $[w.visiblename] Colorset 5
63         is now honoured.  Useful with IndexedWindowName as a style
64         option.
66    - New style InitialMapCommand allows to execute any command
67      when a window is mapped first.
69    - New option to PrintInfo, "bindings" which prints out all of
70      the Key, PointerKey, Mouse and Stroke bindings which fvwm
71      knows about.
73 * Bug fixes:
75    - Fixed compilation without XRender support.
76    - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
77    - Fixed a bug in automatic detection mode of the style
78      MoveByProgramMethod.
79    - Fixed png detection when cross compiling.
80    - Fixed keeping fullscreen window mode over a restart.
81    - The style PositionPlacement now honours StartsOnPage.
82    - Reset signal handlers for executed modules and programs.
83    - Try to handle a bug an old version of the EWMH spec by
84      honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
85      the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
86    - Fix the GNOME location prefix to application .desktop files.
87    - 'PositionPlacement UnderMouse' now forces the window
88      on-screen, just like the old UnderMousePlacement style option
89      used to.
91 -------------------------------------------------------------------
93 Changes in beta release 2.5.26 (7-May-2008)
95 * New features:
97    - New MenuStyle option VerticalMargins.
99 * New module features:
101    - FvwmButtons: New button alignment option: top.
103 * Bug fixes:
105    - Fixed crash in ARGB visual detection code.
106    - Fixed compilation without XRender support.
107    - Fixed drawing of background pictures in menu items and titles.
108    - Fixed handling of shaped windows.
109    - Fixed a 64-bit bug in the EWMH code.
111 -------------------------------------------------------------------
113 Changes in beta release 2.5.25 (26-Feb-2008)
115 * New features:
117    - Handle the STATE_ADD command of the EWMH _NET_WM_STATE
118      message from version 1.3 of the EWMH spec.
119    - Support transparency in ARGB windows
121 * Bug Fixes:
123    - Fixed problem with windows disappearing when created
124      unless the style Unmanaged was used.
125    - Edge move delay was used as resistance for the top edge.
126    - Fixed a parsing problem of the screen argument of the
127      SnapAttraction style.
128    - Some html documentation files were not installed.
129    - Fixed a memory leak in internationalized font handling.
130    - Fixed a bug in MinOverlap placement.
131    - Fixed the StickyAcrossPages style in the FvwmPager.
132    - Fixed the determination of the X charset on UTF-8 systems.
133    - Fixed a crash when certain EWMH messages were sent to
134      unmanaged windows.
135    - Fixed a memory leak in multibyte codepage code.
136    - Ignore the EWMH staysontop and staysonbottom hints if the
137      EWMHIgnoreStackingOrderHints style is used.
138    - Fixed a sporadic crash when the root background set by gnome,
139      fvwm-root, esetroot etc. changes and a root transparent
140      colour set is used.
141    - Fixed spradic crash in modules with root transparent
142      background from colour sets.
143    - Fixed a possible crash if the last active module fails.
145 -------------------------------------------------------------------
147 Changes in beta release 2.5.24 (24-Nov-2007)
149 * New features:
151    - Disabled paging during interactive resize operations by
152      default (see 2.5.20) as it is annoying to many people.
153    - New style command options:
154        EdgeMoveResistance
155        EdgeMoveDelay
156        EdgeResizeDelay
157        SnapGrid
158        SnapAttraction
159      that replace the now obsolete commands EdgeResistance,
160      SnapGrid and SnapAttraction.  The EdgeResistance command has
161      a new syntax with only one argument.
162    - New command MenuCloseAndExec for menu bindinngs that can be
163      used to trigger certain commands from a menu without an
164      associated item.  For example, with
165        Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
166      the RootMenu can be opened from any other menu by pressing
167      F1.
169 * Bug Fixes:
171    - Sometimes a window jumped by half the screen's size when
172      moving with the mouse and hitting the border of the desktop.
173    - Fixed the "screen w" argument of the Move and other commands.
174    - Clicking on a menu title did not close the menu by default.
175    - Temporary files in FvwmPerl overwrote each other.
177 -------------------------------------------------------------------
179 Changes in beta release 2.5.23 (1-Sep-2007)
181 * New features:
183    - New Style command options:
184        StartShaded
186 * Bug Fixes:
188    - Fixed FvwmButton's button placement algorithm broken in
189      2.5.22.
191 -------------------------------------------------------------------
193 Changes in beta release 2.5.22 (29-Aug-2007)
195 * New features:
197    - New Style command options:
198        UnderMousePlacementHonorsStartsOnPage
199        UnderMousePlacementIgnoresStartsOnPage
200        !MinOverlapPlacementPenalties
201        !MinOverlapPercentPlacementPenalties
202        MinWindowSize
203    - SVG (scalable vector graphics) image loading support.
204    - New extended variables
205        $[w.iconfile.svgopts]
206        $[w.miniiconfile.svgopts].
207    - Added suffix 'w' to the arguments of the Move command and
208      similar.  It is now possible to add multiple shifts to a
209      window position, e.g. "50-50w 50-50w" for the center of the
210      screen.
211    - Removed UnderMousePlacement and CenterPlacement.  Use
212      "PositionPlacement Center" and "PositionPlacement UnderMouse"
213      instead.
214    - Documentation in HTML format.
215    - Replaced "UseListSkip" with "UseSkipList" & "OnlyListSkip" with
216      "OnlySkipList" in WindowList command. (Old options deprecated.)
217    - New subject ImageCache for PrintInfo command.
218    - The new commad EchoFuncDefinition prints a function's
219      definition to the console for debugging purposes.
220    - The CursorStyle command can now load PNG and SVG images as
221      mouse cursors.  New x and y arguments to specify the
222      hot spot.  Also, it is now possible to load non-monochrome
223      cursors and cursors with partial transparency.
225 * New module features:
227    - FvwmScript: New instructions: ChangeWindowTitle and
228      ChangeWindowTitleFromArg.
230 * Bug Fixes:
232    - Windows with aspect ratio no longer maximize past the screen
233      edges.
234    - Fixed CenterPlacement with Xinerama screens.
235    - Fixed CascadePlacement with title direction west and east
236    - Windows no longer unstick when going to fullscreen mode.
237    - Fixed crash when raising/lowering a destroyed window.
238    - Fixed expansion of $[n-] and $[*], broken in 2.5.20.
239    - Fixes for resizing shaded windows and windows with a gravity
240      other than northwest.
241    - Fixed CursorStyle POSITION, broken since 2.3.24.
242    - The hi, sh and fgsh colors in colorsets are no longer replaced
243      by computed values if not explicit set on the same line as the
244      bg, or for fgsh fg, changes. (bug #3359)
245    - FvwmButtons now redraws stretched button backgrounds correctly
246      on partial expose.
247    - Windows with circular transient for hints may no longer crash
248      fvwm with StackTransientParent style.
249    - FvwmPager now displays windows that are StickyAcrossPages
250      correctly.
251    - Fixed a possible crash with modules closing down.
252    - Fixed broken demo script fvwm_make_browse_menu.sh.
253    - The conditon following a comma separator without whitespace
254      padding was previously ignored if the presiding condition was
255      multi-worded.
256    - Various FvwmButtons drawing problems.
257    - Window movement or resizing triggered by an EWMH message now
258      honours the FixedSize and FixedPosition window styles.
259    - Properly generate leave_window and enter_window events for
260      the root window in FvwmEvent.
261    - Fixed crash in UTF8 code.
262    - Fixed parsing of the PropertyChange command.
263    - Fixed windowlist crash when combining CurrentAtEnd with
264      IconifiedAtEnd and all windows are iconified.
266 -------------------------------------------------------------------
268 Changes in beta release 2.5.21 (20-Jan-2007)
270 * New features:
272    - The command Scroll can now be used for interactive scrolling.
274 * Bug Fixes:
276    - Fixed Tile...Placement styles (SmartPlacement) that were
277      broken in 2.5.20.
279 -------------------------------------------------------------------
281 Changes in beta release 2.5.20 (15-Jan-2007)
283 * New features:
285    - New Style options: StippledIconTitle, !StickyStippledTitle,
286      and !StickyStippledIconTitle.
287    - Full support for menu context (M) key and mouse bindings.  See
288      the section Menu Bindings in the man page for details.
289    - Hilighted menu backgrounds now use pixmaps gradients and
290      transparency from their related colorset.
291    - New window conditions: StickyIcon, StickyAcrossPagesIcon and
292      StickyAcrossDesksIcon.
294 * Changed features:
296    - "Mouse n M N" is no longer used to disable or remap the
297       builtin tear off menu button. See the section Tear Off Menus
298       for details on replacement commands.
300 * Bug Fixes:
302    - FvwmWinList: fix problem with window name/button mixups during
303      Init/Restart of fvwm. (bug #1393)
304    - It is now possible to switch the viewport while resizing
305      windows if "EdgeScroll 0 0" is set.
306    - Fixed disappearing windows when aborting interactive resizing
307      of maximized windows when unmaximizing them later.
308    - Fixed disappearing windows when moving maximized windows and
309      unmaximizing them later.
310    - Fixed calculation of final location with MoveToPage and
311      MoveToScreen with windows to the left or top of the viewport.
312    - 64-bit architecture fix in FvwmProxy.
313    - FvwmForm now work with balanced quoted command for Timeout.
314    - FvwmPager correctly updates on window desk change.
315    - FvwmIconBox: fixed problem with IconColorset's background
316      color change not being applied immediately.
317    - Allow FvwmConsole to run a terminal via rxvtc or urxvtc.
318      FvwmConsole dies if no client connects within one minute.
319    - Expansion of variables in FvwmTaskBar launch button commands
320      fixed.
321    - Fixed a race condition with applications raising their own
322      transient windows in certain ways. (Apple Shake, kphotoalbum)
323    - FvwmIdent reports the correct geometry if the window has its
324      title at the left or right side.
325    - Fixed an infinite loop when deiconifying windows in a group
326      via a different window than the initially iconified.
328 -------------------------------------------------------------------
330 Changes in beta release 2.5.19 (9-Dec-2006)
332 * Bug Fixes:
334    - FvwmCommand now reports "end windowlist" and "end configinfo".
335    - FvwmCommand now prints config info split on lines.
336    - FvwmTaskBar no longer gets lost with trailing whitespace after
337      geometry specification.
338    - Fixed a window size problem if the aspect ratio is set (e.g.
339      mplayer).
340    - Decorations now update when unmanaged windows take focus, and
341      not FlickeringQtDialogsWorkaround is enabled.
342    - FvwmPager again allows movement of windows added before a
343      page change.
344    - fvwm no longer crashes on 1 and 4 bit displays. (#1677)
345    - EWMH desktops now correctly handles FPClickToFocus. (#1492)
346    - Security fix in fvwm-menu-directory. (CVE-2006-5969)
348 -------------------------------------------------------------------
350 Changes in beta release 2.5.18 (11-Sep-2006)
352 * Bug Fixes:
354    - If a window started fullscreen, leaving fullscreen state now
355      properly unmaximizes and resizes the window.
356    - Fixed the ForeColor/HilightFore styles that were broken in
357      2.5.17.
358    - FvwmPager can now move icons with the !IconTitle style.
359    - Fixed drawing of icons that are moved to a different desk.
360    - FvwmPager no longer tries to move non-movable windows.
361    - FvwmPager now moves all windows as user requests.
362    - FvwmPager no longer displaces windows with title and border
363      sizes on moves.
364    - TestRc now correctly matches Break, and $[cond.rc] is
365      expanded for Break.
366    - Fixed several 64-bit architecture problems with
367      XGetWindowProperty().  Xine works much better on 64-bit
368      machines.
369    - Fixed handling of ClickToFocusPassesClick with the EWMH
370      desktop (e.g. using nautilus).
371    - Fixed handling of windows that are unmapped and mapped again
372      too fast (e.g. fpga_editor).
374 -------------------------------------------------------------------
376 Changes in beta release 2.5.17 (19-Jul-2006)
378 * New features:
380    - New MenuStyle options TitleFont, TitleColorset and
381      HilightTitleBack.
382    - New command PressButton in module FvwmButtons for being able
383      to emulate button press via other means than the mouse.
384    - New wrap options to EdgeScroll command for wrapping with pixel
385      distances.
386    - New Style option UnderMousePlacement.
387    - Unused arguments to Style options generate warnings.
388    - The name style names match against can be augmented by the
389      X-resource "fvwmstyle".
390    - New options, Reverse and UseStack, to All command.
391    - WindowShade can now reshade windows using the Last direction.
392    - Positional parameters to complex functions can now be expanded
393      using $[n], $[n-m], $[n-] and $[*] expressions.
394    - The width and height arguments of the Resize command now
395      accept the prefix 'w' to allow resizing relative to the
396      current window size.
397    - New command ModuleListenOnly.
398    - New "Periodic" option added to Schedule command.
400 * Bug Fixes:
402    - Fixed detection of running non-ICCCM2 wm (bug #3151).
403    - Fixed drawing of menus with the sidepic on the right.
404    - EdgeScroll no longer divides pixel distances >1000 by 1000.
405      (bug #3162)
406    - The configure script can now cope with four-part version
407      numbers when detecting some libraries.
408    - The WarpToWindow command followed by Move in a complex
409      function now uses the correct pointer position.
410    - The menu style TitleWarp does no longer warp the pointer for
411      root menus (as it is documented).
412    - Fixed detection of safe system version of mkstemp.
413    - Fixed the conditions Iconifiable, Fixed, FixedSize,
414      Maximizable and Closable.
415    - Fixed problem with window outline and placement position
416      running out of sync.
417    - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
418    - FvwmGtk now configures correctly on Cygwin (bug #3772).
419    - Fixed tempfile vulnerabilities in FvwmCommand.
421 -------------------------------------------------------------------
423 Changes in beta release 2.5.16 (20-Jan-2006)
425 * New features:
427    - If the pointer can not be grabbed in functions, a message is
428      printed to the console instead of beeping.
430 * Bug Fixes:
432    - Fixed a couple of build problems introduced in 2.5.15.
434 -------------------------------------------------------------------
436 Changes in beta release 2.5.15 (14-Jan-2006)
438 * New features:
440    - Variables can be nested, like $[desk.name$[desk.n]].
441    - Obsolete one-letter variables work, but generate warnings now.
442    - Windows can be placed by any button (now also >3).
443    - It is now possible to redefine the buttons usable to finish
444      window movement and manual placement.
445    - New window condition PlacedByButton.
446    - MenuStyle pairs can be negated by prefixing '!'.
447    - New generic tabbing module - FvwmTabs.
448    - New Style option: EWMHIgnoreWindowType.
449    - New MenuStyle options: MouseWheel, ScrollOffPage and
450      TrianglesUseFore.
451    - To compile from CVS, autoconf-2.53 or above is now required.
452      This does not affect compiling the released tarballs.
453    - New option "screen" to Move and ResizeMove commands to allow
454      specifying the target Xinerama screen.
456 * Bug Fixes:
458    - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
459    - Better look for windows with "BorderStyle TiledPixmap".
460    - Some EWMH-related 64-bit fixes.
461    - Fixed segmentation fault when replacing title of title only
462      menus (Bug #1121).
463    - Fixes for resizing of shaded windows and resizing/moving
464      windows with complex functions.
466 -------------------------------------------------------------------
468 Changes in beta release 2.5.14 (24-Aug-2005)
470 * New features:
472    - Fvwm now officially supports 64-bit architectures.
473    - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
474      EdgeIsActive.
475    - New window condition FixedPosition.
477 * New module features:
479    - FvwmPerl module supports window context when preprocessing.
480    - FvwmPerl module accepts new --export option that by default
481      defines two fvwm functions "Eval" and ".", to be used like:
483        FvwmPerl -x
484        Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
485        . Exec xmessage %{2 + cos(0)}%    # embedded calculator
487    - New FvwmProxy option ProxyIconified.
488    - New FvwmTaskBar option Pad to control the gap between
489      buttons.
491 * Bug Fixes:
493    - Fixed a Solaris compiler error introduced in 2.5.13.
494    - Fixed a hang with layers set by applications (e.g. AbiWord).
495    - GotoDesk with a relative page argument now wraps around at
496      the end of the given range as documented. (Bug #1396).
497    - PopupDelayed menu style option was not copied on
498      CopyMenuStyle.
499    - Transparent Animated menus with non-transparent popup were
500      not animated correctly.
501    - Supported euc-jp class of encodings.
502    - A window's default layer is no longer set to 0 during a
503      restart.
504    - Fixed an annoying MouseFocus/SloppyFocus problem in
505      conjunction with EdgeResistance + EdgeScroll (sometimes a
506      window did not get the focus as it should have). This
507      problem first occured in 2.5.11.
509 -------------------------------------------------------------------
511 Changes in beta release 2.5.13 (16-Jul-2005)
513 * Bug Fixes:
515    - The MoveToPage command did not work without arguments in
516      2.5.11 and 2.5.12.
517    - Mouse/Key command no args possible core dump.
518    - Direction with no args possible core dump.
519    - FvwmScript periodic tasks run too often.
520    - Perl modules did not work on 64 machines.
521    - FvwmDebug did not report any extended messages.
522    - fvwm-menu-desktop supports mandriva.
523    - fvwm-menu-desktop when verifying executable, allow full path.
525 * New module features:
527    - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
528      options.
529    - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
530      TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
531      TipsJustification and TipsOffsets options.
532    - FvwmButtons: PressColorset & ActiveColorset options for
533      _individual_ buttons.
535 -------------------------------------------------------------------
537 Changes in alpha release 2.5.12 (6-Oct-2004)
539 * New commands:
541    - EdgeLeaveCommand
543 * New module features:
545    - FvwmIconMan: ShowOnlyFocused option.
547 -------------------------------------------------------------------
549 Changes in alpha release 2.5.11 (30-Sep-2004)
551 * Multiple window names can be specified in conditions.
553 * Window-specific key/mouse bindings. (Bindings no longer have to
554   be global.)
556 * The default fvwm configuration files are now: ~/.fvwm/config and
557   $FVWM_DATADIR/config. Five previously used config file locations
558   are still searched as usual for backward compatibility.
560 * New extended variables $[w.desk] and $[w.layer].
562 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
563   command.
565 * New Style option "State".
567 * New Style option "CenterPlacement".
569 * New option to FvwmIconMan: ShowNoIcons.
571 * New WindowList tracker and other enhancements in Perl library.
573 * New option to fvwm-menu-directory: --func-name.
575 * Improved FvwmWindowMenu module.
577 * Fluxbox-like Alt-Button3 resizing with the new Resize options
578   Direction, WarpToBorder and FixedDirection
580 * Enhanced "Test (Version >= x.y.z)" option to allow version
581   comparisons.
583 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
584   PressColorset, PressIcon and PressTitle.
586 * New FvwmButtons swallow option: SwallowNew.
588 * The option CurrentGlobalPageAnyDesk was accidentally named
589   CurrentGlobbalPageAnyDesk before.
591 * New conditions AnyScreen and Overlapped.
593 * The Read and PipeRead commands return 1 if the file or command
594   could be read or executed and -1 otherwise.
596 * New menu option TearOffImmediately.
598 * Added support for Solaris' Xinerama.
600 * New option MailDir in FvwmTaskBar.
602 * MoveToPage command:
604     New options wrapx, wrapy, nodesklimitx and nodesklimity.
605     New suffix 'w' to allow for window relative movement.
607 -------------------------------------------------------------------
609 Changes in alpha release 2.5.10 (19-Mar-2004)
611 * New command FakeKeyPress.
613 * New BugOpts option ExplainWindowPlacement.
615 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
617 * Security patch in fvwm-bug.
618   See http://securitytracker.com/alerts/2004/Jan/1008781.html
620 * Security fixes in:
622     fvwm-menu-directory (BugTraq id 9161)
623     fvwm_make_directory_menu.sh
624     fvwm_make_browse_menu.sh
626 -------------------------------------------------------------------
628 Changes in alpha release 2.5.9 (2-Mar-2004)
630 * New MenuStyle options PopupIgnore and PopupClose.
632 * New configure option --disable-iconv to disable iconv support.
634 * New extended variables $[w.iconfile] and $[w.miniiconfile].
636 * New Style option Unmanaged.  Such windows are not managed by
637   fvwm.
639 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
641 * New option DisplayNewWindowNames to the BugOpts command.
643 * Security fix for fvwm-menu-directory.
644   See BugTraq id 9161.
646 -------------------------------------------------------------------
648 Changes in development release 2.5.8 (31-Oct-2003)
650 * New prefix command KeepRc.
652 * Renamed the Cond command to TestRc, and the On command to Test.
653   Removed the CondCase command.  Use "KeepRc TestRc" instead.
655 * The Break command can be told the number of nested function
656   levels to break out of.  Break now has a return code of -2
657   ("Break").
659 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
660   in key or mouse bindings.
662 * New extended variable $[func.context].
664 * New Style option MoveByProgramMethod.  Tries to autodetect
665   whether application windows are moved honouring the ICCCM or not
666   (default).  The method can be overridden manually if the
667   detection does not work.
669 * fvwm supports tear off menus.  See the "Tear Off Menus" section
670   in the man page or press Backspace on any menu to try them out.
672 * fvwm now handles what Unicode calls "combining characters" (i.e.
673   marks drawn on top of other characters).
675 * New commands WindowStyle and DestroyWindowStyle for individual
676   (per window) styles.
678 * The conditions !Current... and !Layer now work as expected.
680 * Added a nice autohide script to the FAQ.
682 * FvwmAnimate now supports dynamical commands "pause", "play",
683   "push", "pop" and "reset" to manipulate the playing state.
685 -------------------------------------------------------------------
687 Changes in development release 2.5.7 (30-May-2003)
689 * The commands Cond and CondCase now support checking for
690   inequality by prefixing the return code with '!'.
692 * Schedule and Deschedule support hexadecimal and octal command
693   ids.
695 * In FvwmIconMan, windows can move from one manager to another
696   according to the managers' Resolution options.
698 * In order to fix a problem with StartsOnScreen and applications
699   that set a user specified position hint, the StartsOnScreen style
700   no longer works for the following modules:  FvwmBanner,
701   FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
702   FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList.  Use
703   the '@<screen>' bit in the module geometry specification where
704   applicable.
706 * Documented variable $[gt.any_string] and LocalePath command
707   (new in 2.5.5).
709 * Added gettext support to FvwmScript. New head instruction
710   UseGettext and WindowLocaleTitle. New widget instruction
711   LocaleTitle. New instruction ChangeLocaleTitle and new function
712   Gettext.
714 * WindowListFunc is executed now within a window context, so
715   a prefix "WindowId $0" is not needed in its definition anymore,
716   and it is advised to remove it in user configs.
718 * FvwmEvent now executes all window related events within a window
719   context, so PassId is not needed anymore, and all prefixes
720   "WindowId $0" may be removed in user event handlers.
722 * New FvwmTaskBar option NoDefaultStartButton.
724 -------------------------------------------------------------------
726 Changes in development release 2.5.6 (28-Feb-2003)
728 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
730 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
731   exec'd process knows it's not running interactively.
733 * Improvement in MultiPixmap.  In particular Colorset and Solid
734   color can be specified.
736 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
737   StretchedPixmap and ShrunkPixmap.
739 * Use the MIT Shared Memory Extension for XImage.
741 * The TitleStyle decor of a vertical window Title is rotated.
742   This is controllable using a new style option:
744     !UseTitleDecorRotation / UseTitleDecorRotation
746 * New style options IconBackgroundColorset, IconTitleColorset,
747   HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
748   and IconBackgroundPadding.
750 * Minor incompatible improvements to the Perl library API.
752 * Renamed FvwmWindowLister to FvwmWindowMenu.
754 * New option to IconSize style: Adjusted, Stretched, Shrunk.
756 * New shortcuts for button states: AllActiveUp, AllActiveDown,
757   AllInactiveUp, AllInactiveDown.
759 * New Style options:
761     Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
763 * New conditions for matching windows:
765     Closable, Iconifiable, Maximizable, FixedSize and HasHandles
767 * New conditional command On for non-window related conditions.
769 * Removed --disable-gnome-hints and --disable-ewmh configure
770   options.
772 * All single letter variables are deprecated now; new variables:
774     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
775     $[desk.n], $[version.num], $[version.info], $[version.line],
776     $[desk.pagesx], $[desk.pagesy]
778 -------------------------------------------------------------------
780 Changes in development release 2.5.5 (2-Dec-2002)
782 * Added support for joining and shaping in bi-directional
783   languages that need this.
785 * ButtonStyle and TitleStyle new style type Colorset.
787 * New experimental module FvwmProxy.
789 * New command RestackTransients.
791 * Added a pixel offset to vector button definitions.
793 * New command FocusStyle as a shorthand for setting the FP...
794   styles with the Style command.
796 * New option Locale to PrintInfo command.
798 * The Next and Prev commands start looking for a matching window at
799   the context window if there is any.
801 * The MoveToPage command does nothing with sticky windows.
803 * New module FvwmWindowLister, a WindowList substitute.
805 * Sticky windows can be sticky across pages, across desks or both.
806   Related to this are:
807    - New commands StickAcrossPages and StickAcrossDesks.
808    - New Style options StickyAcrossPages and StickyAcrossDesks.
809    - New conditional command options StickyAcrossPages and
810      StickyAcrossDesks.
811    - New WindowList options NoStickyAcrossPages,
812      NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
813      OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
814    - New FvwmRearrange options -sp and -sd.
816 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
817   FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
818   an alpha channel are used.
820 * New Colorset option RootTransparent
822 * The Transparent Colorset option can be tinted under certain
823   conditions
825 * New MinHeight option to TitleStyle
827 * Added gettext support. New command LocalePath and new variable
828   $[gt.string]
830 -------------------------------------------------------------------
832 Changes in alpha release 2.5.4 (20-Oct-2002)
834 * FvwmTaskBar may now include mini launch buttons using the Button
835   command.  Also has new options for spacing the buttons:
836   WindowButtonsLeftMargin, WindowButtonsRightMargin, and
837   StartButtonRightMargin.  See man page for details.
839 * Style switches can be prefixed with '!' to inverse their meaning.
840   For example, "Style * Sticky" is the same as "Style * !Slippery".
841   This works *only* for pairs of styles that take no arguments and
842   for the Button and NoButton styles.
844 * New button property Id in FvwmButtons.  FvwmButtons now accepts
845   dynamical actions using SendToModule, see the man page:
847     ChangeButton <button-id> <properties-to-change>
848     ExpandButtonVars <button-id> <command-to-expand>
850 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
851   IconTint and IconAlpha.
853 * Alpha blending rendering is supported even without XRender
854   support.
856 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
857   Titles and buttons now have 4 main states instead of 3: ActiveUp,
858   ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
859   Several shortcuts added: Active means ActiveUp + ActiveDown,
860   Inactive means InactiveUp + InactiveDown, similarly for shortcuts
861   ToggledActive and ToggledInactive.
863 * More shortcuts for button states added: AllNormal, AllToggled,
864   AllActive, AllInactive, AllUp, AllDown.  These six shortcuts are
865   actually different masks for 4 individual states (from 8 total).
867 * FPClickToFocus and FPClickToRaise work with any modifier by
868   default.
870 * Perl library API regarding event handlers is changed, so personal
871   modules in Perl should be adjusted.
873 * Allow the use of mouse buttons other than the first in
874   FvwmWinList when invoked transient.
876 * ImagePath now supports directories in form "/some/directory;.png"
877   (where semicolon delimits a file extension that files in
878   /some/directory have.  This file extension replaces the original
879   image extension (if any) or it is added if there is no extension.
880   For example with: Style XTerm MiniIcon mini/xterm.xpm
881   the file /some/directory/mini/xterm.png is searched.
883 * New graphical debugger module FvwmGtkDebug.
885 * New command NoWindow for removing the window context.
887 * New FvwmIconMan option ShowTransient.
889 * All conditions have a negation.
891 * New FvwmBacker option RetainPixmap.
893 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
894   and FvwmPager when xft fonts or icons with an alpha channel is
895   used.
897 * FvwmButtons redrawing improvement: colorsets are now usable with
898   containers.
900 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
901   and SelectColorset are now strictly respected.
903 * The HilightBack and ActiveFore menu styles are independent of
904   each other.  HilightBack without using ActiveFore does no longer
905   hilight the item text.
907 * New WindowList option SortByResource; the previously added
908   SortClassName option is renamed to SortByClass.
910 * New command PrintInfo for debugging.
912 -------------------------------------------------------------------
914 Changes in alpha release 2.5.3 (25-Aug-2002)
916 * TitleStyle MultiPixmap now works once again.
918 * Removed the old module interface for ConfigureWindow
919   packets. External modules relying on this interface no longer
920   work.
922 * Fixed interaction bug between CascadePlacement and StartsOnPage:
923   if the target page was at a negative x or y page displacement
924   from the current viewport, the window would be placed on the
925   wrong page.
927 * New Style option IconSize for restricting icon sizes.
929 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
930   ShowScreen, ShowPage, ShowPageX and ShowPageY.
932 * Restored old way of handling clicks in windows with ClickToFocus
933   and ClickToFocusPassesClickOff.  This fixes a problem with
934   click+drag in an unfocused rxvt or aterm window.
936 * Fixed wrong warp coordinates when WarpToWindow was used with two
937   arguments on an unmanaged window.
939 * Vastly improved FvwmEvent performance.
941 * FvwmAuto can operate on Enter and Leave events too.  This makes
942   it possible to have auto raising with ClickToFocus and
943   NeverFocus. See -menter and -menterleave options and examples in
944   the FvwmAuto man page.
946 * The "hangon" strings in FvwmButtons support wild cards.
948 * New option "Icon" to PlaceAgain command.
950 * New option "FromPointer" and direction "Center" to the Direction
951   command.
953 * The styles ClickToFocusRaises(Off) and
954   MouseFocusClickRaises(Off) are now different names for the same
955   style.  Configurations that used
957     Style * ClickToFocus, ClickToFocusRaises
958     Style * MouseFocusClickRaisesOff
960   or vice versa no longer work as like before.  Remove the second
961   line to fix the problem.  ClickToFocusRaises now works only on
962   the client part of a window, not on the decorations as it did
963   before.
965 * New color limit method for screens that only display 256 colors
966   (or less).
968 * In depth less or equal to 16 image and gradient can be
969   dithered. This can be enabled/disabled by using the new
970   dither/nodither options to the Colorset command.
972 * Removed the styles MouseFocusClickIgnoreMotion and
973   MouseFocusClickIgnoreMotionOff again.
975 * Many new focus policy styles "FP..." and "!FP...".
977 -------------------------------------------------------------------
979 Changes in alpha release 2.5.2 (24-Jun-2002)
981 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
982   section of fvwm manual page.
984 * New Colorset options: fgsh for shadow text and fg_alpha for
985   merging text with the background.
987 * New module FvwmPerl adds perl scripting ability to fvwm
988   commands.
990 * Provided powerful perl library for creating fvwm modules in
991   perl.
993 * New WindowList option IconifiedtAtEnd.
995 * Always display the current desk number in the FvwmPager window
996   title.
998 * Allow to bind a function to the focus click and pass it to the
999   application at the same time.
1001 * New styles !Borders and Borders to enable or disable window
1002   borders.
1004 * Removed the --enable-multibyte configure option.  Multibyte
1005   support is now compiled in unconditionally.
1007 * New FvwmButtons option ActionOnPress enables execution of action
1008   on press rather than on release for any specific button.
1010 * Improved CascadePlacement, the last used position is reused if
1011   the last placed window does not exist any more.
1013 * FvwmIconMan may now change the resolution dynamically, just
1014   issue "*FvwmIconMan: resolution page" while FvwmIconMan is
1015   running.
1017 * New command XineramaSlsScreens.
1019 * MoveToPage and MoveToDesk no longer unstick windows.
1021 * It is possible to specify a string encoding in a font name, see
1022   the "FONT AND STRING ENCODINGS" section of fvwm manual page.
1024 -------------------------------------------------------------------
1026 Changes in alpha release 2.5.1 (26-Apr-2002)
1028 * Changed the executable and the man page names from fvwm2 to
1029   fvwm. The old names are still supported by symlinking.
1031 * All fvwm utilities are renamed to conform to the "fvwm-"
1032   scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
1033   fvwm-convert-2.4.
1035 * Added a full support for the side window titles. New Style
1036   options TitleAtLeft and TitleAtRight added to TitleAtTop and
1037   TitleAtBottom.
1039 * A title text may now be optionally rotated for both vertical and
1040   horizontal title directions, search for "Rotated" in the man
1041   page.
1043 * Added support for loading images in PNG (including alpha
1044   blending) and XBM formats anywhere.
1046 * New commands Schedule and Deschedule.
1048 * New command State.  New conditions State and !State.
1050 * New commands XSync and XSynchronize for debugging purposes.
1052 * In interactive move/placement when Alt/Meta modifier is pressed,
1053   snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
1054   ignored.
1056 * New flags (No)FvwmModule to FvwmButtons Swallow option
1058 * The I18N_MB patch (--enable-multibyte) has been
1059   rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
1060   set of locale functions (locale initialization, font loading,
1061   text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
1062   in the entire fvwm code (but FvwmWharf).  Font loading and
1063   memory management is improved in the multibyte case.
1065 * Better support of non ISO-8859-1 window and icon titles. See the
1066   --disable-compound-text option in INSTALL.fvwm for more
1067   details.
1069 * Added anti-aliased text rendering support using Xft (use
1070   --enable-xft to enable it). Recent versions of XFree and
1071   freetype2 are needed (see the FONT NAMES AND FONT LOADING
1072   section of the fvwm manual page).
1074 * Conditional commands now have a return code (Match, NoMatch or
1075   Error).  This return code can be checked and tied to an action
1076   with the new commands Cond and CondCase.
1078 * Bindings can be made to the separate parts of the window border
1079   with the new contexts '[', ']', '-', '_', '<', '^', '>' and
1080   'v'.
1082 * New parameters for FvwmRearange: -maximize and -animate.
1084 * New option StartCommand for FvwmTaskBar to allow placing the
1085   StartMenu correctly.
1087     *FvwmTaskBar: StartCommand Popup RootMenu \
1088         rectangle $widthx$height+$left+$top 0 -100m
1090   Please refer to the FvwmTaskBar man page for details.
1092 * New extended variables pointer.x, pointer.y, pointer.wx,
1093   pointer.wy, pointer.cx and pointer.cy.
1095 * The Current command does not select a random window when no
1096   window has the focus.
1098 * New color '@4' (transparent) in button vectors.
1100 * New option "Frame" for the Resize and ResizeMove commands.
1102 * Added direction options to WindowShade command.  Windows can be
1103   shaded in any of the eight compass directions.
1105 * Styles WindowShadeLazy (default), WindowShadeBusy and
1106   WindowShadeAlwaysLazy to optimize performance of the WindowShade
1107   command.
1109 * The DO_START_ICONIC flag is no longer supported in the module
1110   interface.
1112 * Added bi-directional text support for Asian charsets.
1114 * New option MinimalLayer for FvwmIdent to control window layer.
1116 * New FvwmIconMan configuration syntax now conforms to the syntax
1117   of other modules, see the man page.
1119 * FvwmForm can automatically run commands after a timeout
1120   interval.
1122 * Fvwm commands can be invoked when the edge of the screen is hit
1123   with the mouse.
1125 * New commands Colorset, ReadWriteColors and CleanupColorsets
1126   allow the colorset functionality previously available using
1127   FvwmTheme.
1129 * FvwmTheme is obsolete now, but still supported for some time.
1131 * New options Tint, TintMask and NoTint to colorsets.
1133 * New WindowList option CurrentAtEnd.
1135 * New weighted sorting in FvwmIconMan.
1137 * New conditional command ThisWindow.
1139 -------------------------------------------------------------------
1141 Changes in alpha release 2.5.0 (27-Jan-2002)
1143 * New commands ResizeMaximize and ResizeMoveMaximize that modify
1144   the maximized geometry of windows and maximize them as
1145   necessary.  Very useful to make a window larger manually and
1146   then get back the old geometry with a click.
1148 * New command ResizeMoveMaximize similarly.
1150 * New styles FixedPPosition, FixedUSPosition, FixedSize,
1151   FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
1152   VariableSize, VariableUSSize, and VariablePSize.
1154 * Actions can be bound to windows swallowed in FvwmButtons.  To
1155   disable this feature for a specific button, the new option
1156   ActionIgnoresClientWindow can be used.
1158 * Fvwm respect the extended window manager hints
1159   specification. This allows fvwm to work with KDE version >= 2
1160   and GNOME version 2. This support is configurable using a bunch
1161   of new commands and style options, search for "EWMH" in the man
1162   page.
1164 * New DateFormat option in FvwmTaskBar to change the date format
1165   in the clock's popup tip.
1167 * Window titlebars may now be designed using a new powerful
1168   TitleStyle option MultiPixmap, that enables to specify separate
1169   pixmaps for different parts of the titlebar: Main, LeftEnd,
1170   LeftOfText, UnderText, RightOfText, RightEnd and more.
1172 * New styles MinOverlapPlacementPenalties and
1173   MinOverlapPercentPlacementPenalties.
1175 * New styles IndexedWindowName / ExactWindowName and
1176   IndexedIconName / ExactIconName.
1178 * New command "DesktopName desk name" to define the name of a
1179   desktop for the FvwmPager, the WindowList and EWMH compliant
1180   pagers. New expanding variables $[desk.name<n>] for the desktop
1181   names.
1183 * New window list options NoDeskNum, NoCurrentDeskTitle,
1184   TitleForAllDesks, NoNumInDeskTitle.
1186 * New emacs style bindings in menus.
1188 * New Maximize global flag "layer" which causes the various grow
1189   methods to ignore the windows with a layer less than or equal to
1190   the layer on the window which is maximized.
1192 * Better support of the Transparent colorset in the modules and in
1193   animated menus.
1195 * Amelioration of the WindowShade animation.
1197 * New ButtonStyle and TitleStyle option MwmDecorLayer.
1199 * New style BackingStoreWindowDefault which is the default
1200   now. Fvwm no longer disables backing store on windows by
1201   default.
1203 * New styles MouseFocusClickIgnoreMotion and
1204   MouseFocusClickIgnoreMotionOff.
1206 * The module interface now supports up to 62 message types.
1208 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
1210 * New events "enter_window" and "leave_window" in FvwmEvent.
1212 * New MenuStyle PopupActiveArea.
1214 * New command line option -passid to FvwmAuto.
1216 * New conditional commands Any and PointerWindow.
1218 * New conditions Focused, !Focused, HasPointer and !HasPointer.
1220 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
1222 -------------------------------------------------------------------
1224 Changes in stable release 2.4.20 (6-Dec-2006)
1226 * The configure script now correctly appends executable file
1227   extensions to conditionally built binaries. Fixes building on
1228   Cygwin.
1230 * FvwmConsole no longer conflicts with getline of Cygwin's stdio.
1232 * Fixed parsing of For loops in FvwmScript.
1234 * Fixed a possible endless loop when de-iconifying a transient
1235   window.
1237 * Reject some invalid GNOME hints.
1239 * Fixed a loop when xterm changes its "active icon" size.
1241 * The configure script can now cope with four-part version numbers
1242   when detecting some libraries.
1244 * Security fixes in
1246      fvwm-menu-directory. (CVE-2006-5969)
1247      FvwmCommand
1249 -------------------------------------------------------------------
1251 Changes in stable release 2.4.19 (30-Sep-2004)
1253 * Fixed BackingStore style option.
1255 * Fixed MoveToDesk commend with a single argument.
1257 * Allow whitespace in menu names.
1259 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
1261 * A double click no longer occurs when two different mouse
1262   buttons are pressed.
1264 * Fixed a relief drawing problem in FvwmWinList.
1266 * Fixed travelling windows on restart if a window used non NorthWest
1267   gravity and changed that before the restart.
1269 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
1271 * The clock in FvwmTaskBar is redrawn immediately when its colour
1272   changes.
1274 * The option CurrentGlobalPageAnyDesk was accidentally named
1275   CurrentGlobbalPageAnyDesk before.
1277 * Fixed a problem with fvwm startup and shutdown when the pointer
1278   was grabbed by another application.
1280 * Fixed parsing of the Pointer option to the Move command.
1282 * Fixed handling of MWM hints on 64 bit machines.
1284 -------------------------------------------------------------------
1286 Changes in stable release 2.4.18 (19-Mar-2004)
1288 * Corrected rebooting the machine in FvwmScript-Quit.
1290 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
1292 * Security patch in fvwmbug.sh.
1293   See http://securitytracker.com/alerts/2004/Jan/1008781.html
1295 * Security fixes in
1296     fvwm-menu-directory (BugTraq id 9161)
1297     fvwm_make_directory_menu.sh
1298     fvwm_make_browse_menu.sh
1300 -------------------------------------------------------------------
1302 Changes in stable release 2.4.17 (10-Oct-2003)
1304 * Fixed error message for incorrect --with-SOME-library argument.
1306 * It is now possible to suppress title action or title completely
1307   in menus created by fvwm-menu-directory.
1309 * Fixed a compile problem on QNX 4.25.
1311 * New configure switch --disable-gtk.
1313 * FvwmGtk.1 is not installed if FvwmGtk is not built.
1315 * The "Visible" condition does no longer select windows on
1316   different desks.
1318 * With the styles StartsOnPage, SkipMapping and UsePPosition,
1319   windows that request a specific position are still placed on the
1320   given page.
1322 * Fixed sending M_NEW_PAGE packets to the modules if the page did
1323   not change.
1325 * Added support for new BBC headlines in fvwm-menu-headlines, this
1326   replaces the old BBC-Worlds and BBC-SciTech headlines.
1328 -------------------------------------------------------------------
1330 Changes in stable release 2.4.16 (30-May-2003)
1332 * Fixed a transparency problem in FvwmButtons.
1334 * The PageOnly option in FvwmTaskBar now works after a desk change
1335   too.
1337 * Fixed a possible core dump when more than 256 windows are on
1338   the desktop.
1340 * Initial drawing and final undrawing of wire frame no longer
1341   toggles the pixel in the top left corner of the screen.
1343 * Fixed parsing of button geometries in FvwmButtons when the
1344   geometry specification appeared after another option with a comma
1345   at the end.
1347 * FvwmCommand works too when invoked without the DISPLAY variable
1348   set.
1350 * Fixed displaying iconified windows without an icon in
1351   FvwmIconMan.
1353 * All single letter variables are deprecated now; new variables:
1355     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
1356     $[desk.n], $[version.num], $[version.info], $[version.line],
1357     $[desk.pagesx], $[desk.pagesy]
1359 * Fixed a bug with aspect pixmaps in colorsets.
1361 * Iconified windows without an icon do not receive focus.
1363 * Fixed a bug in FvwmPager that displayed iconified windows without
1364   icon title or picture as not iconified.
1366 * Fixed parsing of '@<screen>' Xinerama specification in the
1367   ButtonGeometry option of FvwmButtons.
1369 * The NoWarp menu position hint option works with root menus too.
1371 * Fixed a problem with styles not being properly applied after a
1372   DestroyStyle command.
1374 * Fixed a bug introduced in 2.4.14.  The pointer was sometimes
1375   warped to another screen during a restart and command execution.
1377 * Fixed a crash when a window was destroyed twice in a complex
1378   function.
1380 * Fixed corruption of the window list when windows died at the
1381   wrong time.
1383 * Fixed problem with empty frame windows if X recycled the window
1384   id of a window that died recently.
1386 * Fixed loading of application supplied pixmap on 8/24 depth screen.
1388 * WindowListFunc is executed now within a window context, so
1389   a prefix "WindowId $0" is not needed in its definition anymore
1390   and it is advised to remove it in user configs.
1392 * FvwmEvent now executes all window related events within a window
1393   context, so PassId is not needed anymore, and all prefixes
1394   "WindowId $0" may be removed in user event handlers.
1396 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
1398 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
1399   empty works.
1401 -------------------------------------------------------------------
1403 Changes in stable release 2.4.15 (24-Jan-2003)
1405 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
1406   exec'd process knows its not running interactively.
1408 * Windows using the WindowListSkip style do not appear in the
1409   FvwmTaskBar at random.
1411 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
1412   ChangeBackColor FvwmScript Instruction.
1414 * Fixed a core dump in the parsing of FvwmAuto arguments.
1416 * Fixed screwed calculation of icon picture size when application
1417   specifies it explicitly.
1419 * The option ShowOnlyIcons now works as described in the
1420   FvwmIconMan man page.  It was accidentally named ShowOnlyIconic
1421   before.
1423 -------------------------------------------------------------------
1425 Changes in stable release 2.4.14 (29-Nov-2002)
1427 * Modules do not crash anymore when more than 126 windows are on
1428   the desktop.
1430 * FvwmIconMan displays windows correctly that were iconified and
1431   then moved to another page.
1433 * Application provided icon windows no longer appear at 0 0 when
1434   restarting.
1436 * The built-in session management can handle window names, classes
1437   etc. beginning with whitespace (textedit).
1439 * Removed the flawed "A"ny context key binding patch from 2.4.13.
1441 * The default EdgeScroll (if not specified) was incorrectly
1442   assumed to be 100 pixels instead of 100 percents.
1444 * Icons no longer appear on top of all other windows after a
1445   restart.
1447 -------------------------------------------------------------------
1449 Changes in stable release 2.4.13 (1-Nov-2002)
1451 * Icon titles for windows with an icon position hint no longer
1452   appear at random places.
1454 * Fvwm no longer displays two icon pictures when switching from
1455   NoIconOverride to IconOverride with windows that provide their
1456   own icon window.
1458 * The Current, All, Pick, ThisWindow and PointerWindow commands
1459   work on shaded windows too.
1461 * Fixed a problem stacking iconified transients.
1463 * No more flickering when raising transients.
1465 * Fixed a number of problems with window stacking, some new in
1466   2.4.10 or later, some older problems that have been around for a
1467   long time.
1469 * Windows starting lowered or on any layer other than the default
1470   layer are displayed at the right place in FvwmPager.
1472 * Bindings with the "A"ny context can not be overridden by Gnome
1473   panel or OpenOffice.
1475 -------------------------------------------------------------------
1477 Changes in stable release 2.4.12 (10-Oct-2002)
1479 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
1480   appeared in 2.4.10, replacing the same problem with ?Gradient
1481   MenuFaces in 2.4.9.
1483 * Fixed accidental menu animation with certain menu position hints.
1485 * Increased maximum allowed key symbol name length to 200
1486   characters.
1488 * Allow quotes in conditional command conditions.
1490 * Fixed starting Move at random position when pointer is on a
1491   different screen.
1493 * Transient windows do not appear in FvwmWinList after they have
1494   been moved on the desktop.
1496 -------------------------------------------------------------------
1498 Changes in stable release 2.4.11 (20-Sep-2002)
1500 * Allow the use of mouse buttons other than the first in
1501   FvwmWinList when invoked transient.
1503 * Fixed a crash with ssh-askpass introduced in 2.4.10.
1505 -------------------------------------------------------------------
1507 Changes in stable release 2.4.10 (15-Sep-2002)
1509 * The commands Maximize, Resize and ResizeMove can be used on icons
1510   as it was in 2.2.x.
1512 * Fixed hilighting of menu items with HGradient and VGradient
1513   MenuFace.  Reduced flickering with these options.
1515 * Fixed a minor problem with entering submenus via keyboard.
1517 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
1518   it to hang.
1520 * Fixed drawing of pager balloons with BalloonBack option.
1522 * Fixed drawing of SidePic menu background with B/D gradients.
1524 * Fixed drawing of menu item reliefs with gradient menu faces.
1526 * Fixed key bindings on window corners.
1528 * Fixed FvwmTaskBar i18n font loading
1530 * Fixed StackTransientParent style without RaiseTransient or
1531   LowerTransient on the parent window.
1533 * StackTransientParent works only on parent window if it is on the
1534   same layer.
1536 * Fixed handling of window group hint with the (De)Iconify
1537   command.
1539 * No more flickering when a transient overlapping its parent window
1540   is lowered.
1542 * Fixed hilighting of unfocused windows.
1544 -------------------------------------------------------------------
1546 Changes in stable release 2.4.9 (11-Aug-2002)
1548 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1549   if the target page was at a negative x or y page displacement
1550   from the current viewport, the window would be placed on the
1551   wrong page.
1553 * Fixed a problem with colormap transition when a transient window
1554   died.
1556 * Fixed a FvwmScript crash with Swallow widget and very long window
1557   names.
1559 * Restored old way of handling clicks in windows with ClickToFocus
1560   and ClickToFocusPassesClickOff.  This fixes a problem with
1561   click+drag in an unfocused rxvt or aterm window.
1563 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1564   UseOld option was used.
1566 * Fixed wrong warp coordinates when WarpToWindow was used with two
1567   arguments on an unmanaged window.
1569 * Added a workaround for popup menus in TK applications that appear
1570   on some random position.
1572 * Fixed problems with wish scripts creating windows that start
1573   iconic.
1575 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1577 * A number of drawing fixes in FvwmPager.
1579 * Fixed a slight bug when waiting until all buttons are released,
1580   for example after executing a complex function.
1582 * Fixed potentially harmful change in module interface.
1584 * Fixed displaying menu items with icons when using the MenuStyle
1585   SubmenusLeft.
1587 * Fixed problems with the pointer moving off screen in a multi
1588   head setup.
1590 * Fixed a potential crash with windows being destroyed during a
1591   recapture operation.
1593 * Fixed a memory leak in some modules when not using glibc.
1595 * Applications using Mwm hints can now enforce that a window can
1596   not be moved.
1598 * Fixed negative arguments of WarpToWindow when used on an
1599   unmanaged window.
1601 * DESTDIR may be fully used again (only useful for distributors).
1603 * Fixed a key binding problem with key symbols that are generated
1604   by several keys.
1606 * Fixed a possible crash when a window was recaptured and the
1607   focus could not be transfered to another window.
1609 * Fixed a minor problem with clicks on focused windows being
1610   ignored.
1612 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1614 * Fixed a performance problem with large numbers of mouse binding
1615   commands.
1617 -------------------------------------------------------------------
1619 Changes in stable release 2.4.8 (11-Jun-2002)
1621 * A fix for switching between czech and us keyboard layout.
1623 * Remember the icon position when an icon is moved
1624   non-interactively.
1626 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1627   the man page when installing, see INSTALL.fvwm.
1629 * Fixed another problem with the DeskOnly option and sticky icons
1630   in FvwmTaskBar.
1632 * New FvwmIconMan configuration syntax now conforms to the syntax
1633   of other modules, see the man page.
1635 * New WindowList option CurrentAtEnd.
1637 * Fixed maximal length of a named module packet
1639 * Fixed a crash on a config with a new 2.5.x Colorset command.
1641 * Always display the current desk number in the FvwmPager window
1642   title.
1644 * Allow to bind a function to the focus click and pass it to the
1645   application at the same time.
1647 * Fixed a problem with fvwm not accepting keyboard input when the
1648   application with the focus vanished at the start of a session.
1650 * A small security patch regarding TMPDIR.
1652 * Fixed a problem with colormap transition when a transient window
1653   died.
1655 * Fixed calculation of average bg colour in colour sets with large
1656   pictures.
1658 * Fixed some minor problems regarding the multibyte patch.
1660 * Fixed selection in FvwmScript List widget.
1662 * fvwm-menu-headlines: updated the site data, added a configurable
1663   timeout on socket reading (20 sec) to avoid fvwm hanging, new
1664   --icon-error option.
1666 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1667   windows that are below others.
1669 * Fixed the ClickToFocusPassesClick style.
1671 * Fixed CascadePlacement for huge windows, so that the top-left
1672   corner is always visible.
1674 * Fixed parsing of SendToModule with the first parameter quoted.
1676 * Fonts in double quotes now should work in module configurations.
1678 * Fixed copying PopupOffset values in CopyMenuStyle.
1680 -------------------------------------------------------------------
1682 Changes in stable release 2.4.7 (11-Apr-2002)
1684 * Fixed parsing of WindowList with conditions and a position at
1685   the same time that was broken in 2.4.6.
1687 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1688   (windows were duplicated when moving to a different Desk; the
1689   StickyIcon style was ignored).
1691 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1693 * Fixed icon titles being raised when they should not be.
1695 * Fixed initial drawing of the internals of the FvwmPager window.
1697 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1698   audio player is used.
1700 * Fixed execution on QNX.
1702 -------------------------------------------------------------------
1704 Changes in stable release 2.4.6 (10-Mar-2002)
1706 * Better support of non ISO-8859-1 window and icon titles. See the
1707   --disable-compound-text option in INSTALL.fvwm for more details.
1709 * Improved speed of opaque window movement/resizing.
1711 * Fixed a bug that caused windows not being raised and lowered
1712   properly.
1714 * Suppress error message when using XBM icons.
1716 * Fixed a read descriptor problem in FvwmTaskBar
1718 * Fixed a minor colour update bug in the pager.
1720 * Fixed an fvwm crash when a module died at the wrong moment;
1721   specifically a transient FvwmPager or FvwmIconMan.
1723 * Fixed placement of WindowList on wrong Xinerama screen when
1724   called without any options on a screen other than the primary
1725   screen.
1727 * Fixed a problem with root bindings and xfishtank.
1729 * Fixed moving windows with the keyboard over the edge of the
1730   screen when the pointer remained of the previous page.
1732 * Do not hilight windows after ResizeMove.
1734 * New conditional command ThisWindow.
1736 * Some fixes in the configure script that caused some rare
1737   problems detecting gnome and ncurses.
1739 * Fixed a memory leak in the Pick command.
1741 * Allow to choose windows with CirculateSkip with the Pick command.
1743 * Fixed an FvwmScript compile problem on dec-osf5.
1745 * The window handles are now resizes as they should when the
1746   HandleWidth style changes.
1748 * The Current command does not select a random window when no
1749   window has the focus.
1751 * Fixed a rare menu placement problem with Xinerama.
1753 -------------------------------------------------------------------
1755 Changes in stable release 2.4.5 (27-Jan-2002)
1757 * Fixed minor problems in popping sub menus up and down.
1759 * Fixed moving windows between pages with the keyboard.
1761 * Fixed the size of the geometry window that was broken sometimes.
1763 * Fixed problem with pointer warping to another screen on a dual
1764   head setup.
1766 * Fixed a problem with the focus in internal Ddd and Netscape
1767   windows.
1769 * Reduced the time in which fvwm attempts to grab the pointer.
1771 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1772   fast.
1774 * Fixed MiniScroll's auto repeating in FvwmScript.
1776 * Fixed a crash with the UseStyle style in combination with
1777   HilightBack.
1779 * Fixed excessive redraws of the windows under a window being
1780   shaded.
1782 * Fixed a minor memory leak in the Style command.
1784 * Fixed pixmap background of FvwmButtons behind buttons with only
1785   text.
1787 * Fixed a crash in FvwmIconBox when the application provided an
1788   illegal icon.
1790 * Fixed a configure problem with libstroke-0.5.1.
1792 * New style BackingStoreWindowDefault which is the default
1793   now. Fvwm no longer disables backing store on windows by
1794   default.
1796 * Fixed bug that sometimes caused unnecessary redraws when a style
1797   was changed.
1799 * Fixed crash when something like "$[$v]" appeared in a command.
1801 * Fixed parsing of conditions with more than one comma.
1803 -------------------------------------------------------------------
1805 Changes in stable release 2.4.4 (16-Dec-2001)
1807 * Minor title drawing fixes.
1809 * Fixed manual placement with Xinerama.
1811 * Minor button 3 handling fix in FvwmPager.
1813 * Fixed *FvwmIconMan*shaped option with empty managers.
1815 * Fixed ClickToFocusClickRaises style.
1817 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1818   activate on press or release, special pointer during grab, arrow
1819   keys useful in form with one input field.
1821 * New OpaqueMoveSize argument "unlimited".
1823 * Fixed binding keys with and without "Shift" modifier under some
1824   circumstances.
1826 * Fixed binding actions to the client window with ClickToFocus.
1828 * Mouse bindings are activated without a recapture.
1830 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1831   Center, and Right for text position. Amelioration of the Menu
1832   and PopupMenu Widgets. New functions GetPid, Parse,
1833   SendMsgAndGet and LastString. New instruction Key for key
1834   bindings. New command SendToModule ScriptName SendString.
1836 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1837   disables warning messages.
1839 * Restored the default Alt-Tab behaviour from 2.4.0.
1841 -------------------------------------------------------------------
1843 Changes in stable release 2.4.3 (08-Oct-2001)
1845 * Fixed activation of shape extension.
1847 * Fixed problems with overriding key bindings.
1849 * Single letter key names are allowed in upper and lower case in
1850   key bindings as before 2.4.0.
1852 * Fixed WindowList placement with Xinerama.
1854 * Fixed flickering icon titles.
1856 * New X resource fvwmscreen to select the Xinerama screen on which
1857   to place new windows.
1859 * Coordinates of a window during motion are show relative to the
1860   Xinerama screen.
1862 * Some icon placement improvements with Xinerama.
1864 -------------------------------------------------------------------
1866 Changes in stable release 2.4.2 (16-Sep-2001)
1868 * Desk and page can be given as X resources in .Xdefaults, for
1869   example:
1870     xterm.desk: 1
1871     xterm.page: 1 2 3
1873 * Several Shape compilation problems fixed.
1875 -------------------------------------------------------------------
1877 Changes in stable release 2.4.1 (15-Sep-2001)
1879 * Added Xinerama and SingleLogicalScreen support.
1881 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1882   XineramaSlsSize and MoveToScreen.
1884 * New context rectangle option XineramaRoot for the menu commands.
1886 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1887   AcceptsFocus for conditional commands.
1889 * The DestroyStyle command takes effect immediately.
1891 * New style option StartsOnScreen.
1893 * New style options NoUSPosition, UseUSPosition,
1894   NoTransientPPosition, UseTransientPPosition,
1895   NoTransientUSPosition, and UseTransientUSPosition.  These work
1896   similar to the old styles NoPPosition and UsePPosition.
1898 * New option "screen" for Maximize command.
1900 * New option ReverseOrder for WindowList command.
1902 * The default Alt-Tab binding works more intuitive.
1904 * New condition "PlacedByFvwm"
1906 * New Geometry option for FvwmForm.
1908 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1910 * FvwmIconMan can be closed with Delete or Close too.
1912 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1914 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1916 * Enhancements in fvwm-menu-headlines and support for 10 more
1917   sites.
1919 * Color enhancements in button vectors: @2 is bg color, @3 is fg
1920   color.
1922 * Improved detection of the Shape library.
1924 * Fixed FvwmButtons button titles not being erased for swallowed
1925   windows that showed up on certain setups.
1927 * Fixed bug that caused transient windows to be buried below their
1928   parents with the "BugOpts RaiseOverUnmanaged on".  This occured
1929   with the system.fvwm2rc-sample-95 configuration.
1931 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
1932   set the transient_for hint when started with the "transient"
1933   option.
1935 * Fixed FvwmIconMan with the transient option when mapped off
1936   screen.
1938 * Fixed ClickToFocus focus policy when iconifying the focused
1939   window.
1941 * Fixed some focus problems in conjunction with unclutter vs
1942   xv/xmms and Open Look applications.
1944 * Fixed a problem that could cause windows to be lost off screen
1945   with interactive window motion.
1947 * Fixed some FvwmTaskBar autohide problem.
1949 * Fixed a display string problem in FvwmForm.
1951 * Fixed a problem with FvwmTheme shadow colours.
1953 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
1954   conditional commands.
1956 * Fixed a formatting problem of the man page on AIX, Solaris, and
1957   some other UNIX variants.
1959 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
1961 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
1963 * Fixed parameters of fvwm24_convert.
1965 * Fixed a number of building problems related to old vendor unices,
1966   libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
1968 * Fixed drawing of title bar buttons with MWMDecorStick.
1970 * Fixed missing button or key events over the pan frames.
1972 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
1973   modules.
1975 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
1976   options. Fixed FvwmPager crash with certain font strings.
1978 * Fixed drawing of the grid lines in an iconified FvwmPager window.
1980 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
1982 * Fixed some exotic problems with window gravity and resizing
1983   windows.
1985 * Fixed a problem with maximizing windows with the viewport not
1986   starting on a page boundary.
1988 * Fixed handling of parentheses in FvwmButtons button actions.
1990 * Work around a key binding problem with keys that generate the
1991   same symbol with more than one key code (e.g. Shift-F1 = F11).
1993 * The Desk option of FvwmBacker is compatible to earlier
1994   version. Desk or Page coordinates can be omitted to indicate
1995   that desk or page changes trigger no action at all.
1997 * Fixed double updating of background with FvwmBacker sometimes
1998   leading to the wrong background.
2000 * Fixed several escaping errors in fvwm-menu-directory, so files
2001   and directories containing special chars and spaces should
2002   work.
2004 * Fixed PlacedByButton3 condition.
2006 * Fixed vanishing windows when mapping/unmapping too fast.
2008 * Fixed prev option of the GotoDeskAndPage command.
2010 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
2011   dimensions larger than 2147.
2013 * Fixed compatibility of the FvwmM4 modules on platforms that have
2014   a System V implementation of m4 (Solaris 2.6).
2016 * The SetEnv command without a value for a variable is the same as
2017   UnsetEnv.
2019 * Fixed shading/unshading shaped windows and windows without title
2020   and border.
2022 -------------------------------------------------------------------
2024 Changes in stable release 2.4.0 (03-Jul-2001)
2026 * Finally released. :)
2027 -------------------------------------------------------------------
2029 For older NEWS, read the ONEWS file.