* FvwmScript/FvwmScript.1.in (following): Clarify description of
[fvwm.git] / NEWS
blob59817c954941253d09a0a40ea1cff45b823062b1
1 Note, the changes for the last STABLE release start with release
2 2.4.19.
4 -------------------------------------------------------------------
6 Changes in beta release 2.5.13 (not released yet)
8 * Bug Fixes:
10    - The MoveToPage command did not work without arguments in
11      2.5.11 and 2.5.12.
12    - Mouse/Key command no args possible core dump.
13    - Direction with no args possible core dump.
14    - FvwmScript periodic tasks run too often.
16 * New module features:
18    - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns options.
19    - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
20      TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
21      TipsJustification and TipsOffsets options.
22    - FvwmButtons: PressColorset & ActiveColorset options for
23          _individual_ buttons.
25 -------------------------------------------------------------------
27 Changes in alpha release 2.5.12 (6-Oct-2004)
29 * New commands:
31    - EdgeLeaveCommand
33 * New module features:
35    - FvwmIconMan: ShowOnlyFocused option.
37 -------------------------------------------------------------------
39 Changes in alpha release 2.5.11 (30-Sep-2004)
41 * Multiple window names can be specified in conditions.
43 * Window-specific key/mouse bindings. (Bindings no longer have to
44   be global.)
46 * The default fvwm configuration files are now: ~/.fvwm/config and
47   $FVWM_DATADIR/config. Five previously used config file locations
48   are still searched as usual for backward compatibility.
50 * New extended variables $[w.desk] and $[w.layer].
52 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
53   command.
55 * New Style option "State".
57 * New Style option "CenterPlacement".
59 * New option to FvwmIconMan: ShowNoIcons.
61 * New WindowList tracker and other enhancements in Perl library.
63 * New option to fvwm-menu-directory: --func-name.
65 * Improved FvwmWindowMenu module.
67 * Fluxbox-like Alt-Button3 resizing with the new Resize options
68   Direction, WarpToBorder and FixedDirection
70 * Enhanced "Test (Version >= x.y.z)" option to allow version
71   comparisons.
73 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
74   PressColorset, PressIcon and PressTitle.
76 * New FvwmButtons swallow option: SwallowNew.
78 * The option CurrentGlobalPageAnyDesk was accidentally named
79   CurrentGlobbalPageAnyDesk before.
81 * New conditions AnyScreen and Overlapped.
83 * The Read and PipeRead commands return 1 if the file or command
84   could be read or executed and -1 otherwise.
86 * New menu option TearOffImmediately.
88 * Added support for Solaris' Xinerama.
90 * New option MailDir in FvwmTaskBar.
92 * MoveToPage command:
94     New options wrapx, wrapy, nodesklimitx and nodesklimity.
95     New suffix 'w' to allow for window relative movement.
97 -------------------------------------------------------------------
99 Changes in alpha release 2.5.10 (19-Mar-2004)
101 * New command FakeKeyPress.
103 * New BugOpts option ExplainWindowPlacement.
105 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
107 * Security patch in fvwm-bug.
108   See http://securitytracker.com/alerts/2004/Jan/1008781.html
110 * Security fixes in:
112     fvwm-menu-directory (BugTraq id 9161)
113     fvwm_make_directory_menu.sh
114     fvwm_make_browse_menu.sh
116 -------------------------------------------------------------------
118 Changes in alpha release 2.5.9 (2-Mar-2004)
120 * New MenuStyle options PopupIgnore and PopupClose.
122 * New configure option --disable-iconv to disable iconv support.
124 * New extended variables $[w.iconfile] and $[w.miniiconfile].
126 * New Style option Unmanaged.  Such windows are not managed by
127   fvwm.
129 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
131 * New option DisplayNewWindowNames to the BugOpts command.
133 * Security fix for fvwm-menu-directory.
134   Se BugTraq id 9161.
136 -------------------------------------------------------------------
138 Changes in development release 2.5.8 (31-Oct-2003)
140 * New prefix command KeepRc.
142 * Renamed the Cond command to TestRc, and the On command to Test.
143   Removed the CondCase command.  Use "KeepRc TestRc" instead.
145 * The Break command can be told the number of nested function
146   levels to break out of.  Break now has a return code of -2
147   ("Break").
149 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
150   in key or mouse bindings.
152 * New extended variable $[func.context].
154 * New Style option MoveByProgramMethod.  Tries to autodetect
155   whether application windows are moved honouring the ICCCM or not
156   (default).  The method can be overridden manually if the
157   detection does not work.
159 * fvwm supports tear off menus.  See the "Tear Off Menus" section
160   in the man page or press Backspace on any menu to try them out.
162 * fvwm now handles what Unicode calls "combining characters" (i.e.
163   marks drawn on top of other characters).
165 * New commands WindowStyle and DestroyWindowStyle for individual
166   (per window) styles.
168 * The conditions !Current... and !Layer now work as expected.
170 * Added a nice autohide script to the FAQ.
172 * FvwmAnimate now supports dynamical commands "pause", "play",
173   "push", "pop" and "reset" to manipulate the playing state.
175 -------------------------------------------------------------------
177 Changes in development release 2.5.7 (30-May-2003)
179 * The commands Cond and CondCase now support checking for
180   inequality by prefixing the return code with '!'.
182 * Schedule and Deschedule support hexadecimal and octal command
183   ids.
185 * In FvwmIconMan, windows can move from one manager to another
186   according to the managers' Resolution options.
188 * In order to fix a problem with StartsOnScreen and applications
189   that set a user specified position hint, the StartsOnScreen style
190   no longer works for the following modules:  FvwmBanner,
191   FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
192   FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList.  Use
193   the '@<screen>' bit in the module geometry specification where
194   applicable.
196 * Documented variable $[gt.any_string] and LocalePath command
197   (new in 2.5.5).
199 * Added gettext support to FvwmScript. New head instruction
200   UseGettext and WindowLocaleTitle. New widget instruction
201   LocaleTitle. New instruction ChangeLocaleTitle and new function
202   Gettext.
204 * WindowListFunc is executed now within a window context, so
205   a prefix "WindowId $0" is not needed in its definition anymore,
206   and it is advised to remove it in user configs.
208 * FvwmEvent now executes all window related events within a window
209   context, so PassId is not needed anymore, and all prefixes
210   "WindowId $0" may be removed in user event handlers.
212 * New FvwmTaskBar option NoDefaultStartButton.
214 -------------------------------------------------------------------
216 Changes in development release 2.5.6 (28-Feb-2003)
218 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
220 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
221   exec'd process knows it's not running interactively.
223 * Improvement in MultiPixmap.  In particular Colorset and Solid
224   color can be specified.
226 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
227   StretchedPixmap and ShrunkPixmap.
229 * Use the MIT Shared Memory Extension for XImage.
231 * The TitleStyle decor of a vertical window Title is rotated.
232   This is controllable using a new style option:
234     !UseTitleDecorRotation / UseTitleDecorRotation
236 * New style options IconBackgroundColorset, IconTitleColorset,
237   HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
238   and IconBackgroundPadding.
240 * Minor incompatible improvements to the Perl library API.
242 * Renamed FvwmWindowLister to FvwmWindowMenu.
244 * New option to IconSize style: Adjusted, Stretched, Shrunk.
246 * New shortcuts for button states: AllActiveUp, AllActiveDown,
247   AllInactiveUp, AllInactiveDown.
249 * New Style options:
251     Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
253 * New conditions for matching windows:
255     Closable, Iconifiable, Maximizable, FixedSize and HasHandles
257 * New conditional command On for non-window related conditions.
259 * Removed --disable-gnome-hints and --disable-ewmh configure
260   options.
262 * All single letter variables are deprecated now; new variables:
264     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
265     $[desk.n], $[version.num], $[version.info], $[version.line],
266     $[desk.pagesx], $[desk.pagesy]
268 -------------------------------------------------------------------
270 Changes in development release 2.5.5 (2-Dec-2002)
272 * Added support for joining and shaping in bi-directional
273   languages that need this.
275 * ButtonStyle and TitleStyle new style type Colorset.
277 * New experimental module FvwmProxy.
279 * New command RestackTransients.
281 * Added a pixel offset to vector button definitions.
283 * New command FocusStyle as a shorthand for setting the FP...
284   styles with the Style command.
286 * New option Locale to PrintInfo command.
288 * The Next and Prev commands start looking for a matching window at
289   the context window if there is any.
291 * The MoveToPage command does nothing with sticky windows.
293 * New module FvwmWindowLister, a WindowList substitute.
295 * Sticky windows can be sticky across pages, across desks or both.
296   Related to this are:
297    - New commands StickAcrossPages and StickAcrossDesks.
298    - New Style options StickyAcrossPages and StickyAcrossDesks.
299    - New conditional command options StickyAcrossPages and
300      StickyAcrossDesks.
301    - New WindowList options NoStickyAcrossPages,
302      NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
303      OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
304    - New FvwmRearrange options -sp and -sd.
306 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
307   FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
308   an alpha channel are used.
310 * New Colorset option RootTransparent
312 * The Transparent Colorset option can be tinted under certain
313   conditions
315 * New MinHeight option to TitleStyle
317 * Added gettext support. New command LocalePath and new variable
318   $[gt.string]
320 -------------------------------------------------------------------
322 Changes in alpha release 2.5.4 (20-Oct-2002)
324 * FvwmTaskBar may now include mini launch buttons using the Button
325   command.  Also has new options for spacing the buttons:
326   WindowButtonsLeftMargin, WindowButtonsRightMargin, and
327   StartButtonRightMargin.  See man page for details.
329 * Style switches can be prefixed with '!' to inverse their meaning.
330   For example, "Style * Sticky" is the same as "Style * !Slippery".
331   This works *only* for pairs of styles that take no arguments and
332   for the Button and NoButton styles.
334 * New button property Id in FvwmButtons.  FvwmButtons now accepts
335   dynamical actions using SendToModule, see the man page:
337     ChangeButton <button-id> <properties-to-change>
338     ExpandButtonVars <button-id> <command-to-expand>
340 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
341   IconTint and IconAlpha.
343 * Alpha blending rendering is supported even without XRender
344   support.
346 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
347   Titles and buttons now have 4 main states instead of 3: ActiveUp,
348   ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
349   Several shortcuts added: Active means ActiveUp + ActiveDown,
350   Inactive means InactiveUp + InactiveDown, similarly for shortcuts
351   ToggledActive and ToggledInactive.
353 * More shortcuts for button states added: AllNormal, AllToggled,
354   AllActive, AllInactive, AllUp, AllDown.  These six shortcuts are
355   actually different masks for 4 individual states (from 8 total).
357 * FPClickToFocus and FPClickToRaise work with any modifier by
358   default.
360 * Perl library API regarding event handlers is changed, so personal
361   modules in Perl should be adjusted.
363 * Allow the use of mouse buttons other than the first in
364   FvwmWinList when invoked transient.
366 * ImagePath now supports directories in form "/some/directory;.png"
367   (where semicolon delimits a file extension that files in
368   /some/directory have.  This file extension replaces the original
369   image extension (if any) or it is added if there is no extension.
370   For example with: Style XTerm MiniIcon mini/xterm.xpm
371   the file /some/directory/mini/xterm.png is searched.
373 * New graphical debugger module FvwmGtkDebug.
375 * New command NoWindow for removing the window context.
377 * New FvwmIconMan option ShowTransient.
379 * All conditions have a negation.
381 * New FvwmBacker option RetainPixmap.
383 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
384   and FvwmPager when xft fonts or icons with an alpha channel is
385   used.
387 * FvwmButtons redrawing improvement: colorsets are now usable with
388   containers.
390 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
391   and SelectColorset are now strictly respected.
393 * The HilightBack and ActiveFore menu styles are independent of
394   each other.  HilightBack without using ActiveFore does no longer
395   hilight the item text.
397 * New WindowList option SortByResource; the previously added
398   SortClassName option is renamed to SortByClass.
400 * New command PrintInfo for debugging.
402 -------------------------------------------------------------------
404 Changes in alpha release 2.5.3 (25-Aug-2002)
406 * TitleStyle MultiPixmap now works once again.
408 * Removed the old module interface for ConfigureWindow
409   packets. External modules relying on this interface no longer
410   work.
412 * Fixed interaction bug between CascadePlacement and StartsOnPage:
413   if the target page was at a negative x or y page displacement
414   from the current viewport, the window would be placed on the
415   wrong page.
417 * New Style option IconSize for restricting icon sizes.
419 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
420   ShowScreen, ShowPage, ShowPageX and ShowPageY.
422 * Restored old way of handling clicks in windows with ClickToFocus
423   and ClickToFocusPassesClickOff.  This fixes a problem with
424   click+drag in an unfocused rxvt or aterm window.
426 * Fixed wrong warp coordinates when WarpToWindow was used with two
427   arguments on an unmanaged window.
429 * Vastly improved FvwmEvent performance.
431 * FvwmAuto can operate on Enter and Leave events too.  This makes
432   it possible to have auto raising with ClickToFocus and
433   NeverFocus. See -menter and -menterleave options and examples in
434   the FvwmAuto man page.
436 * The "hangon" strings in FvwmButtons support wild cards.
438 * New option "Icon" to PlaceAgain command.
440 * New option "FromPointer" and direction "Center" to the Direction
441   command.
443 * The styles ClickToFocusRaises(Off) and
444   MouseFocusClickRaises(Off) are now different names for the same
445   style.  Configurations that used
447     Style * ClickToFocus, ClickToFocusRaises
448     Style * MouseFocusClickRaisesOff
450   or vice versa no longer work as like before.  Remove the second
451   line to fix the problem.  ClickToFocusRaises now works only on
452   the client part of a window, not on the decorations as it did
453   before.
455 * New color limit method for screens that only display 256 colors
456   (or less).
458 * In depth less or equal to 16 image and gradient can be
459   dithered. This can be enabled/disabled by using the new
460   dither/nodither options to the Colorset command.
462 * Removed the styles MouseFocusClickIgnoreMotion and
463   MouseFocusClickIgnoreMotionOff again.
465 * Many new focus policy styles "FP..." and "!FP...".
467 -------------------------------------------------------------------
469 Changes in alpha release 2.5.2 (24-Jun-2002)
471 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
472   section of fvwm manual page.
474 * New Colorset options: fgsh for shadow text and fg_alpha for
475   merging text with the background.
477 * New module FvwmPerl adds perl scripting ability to fvwm
478   commands.
480 * Provided powerful perl library for creating FVWM modules in
481   perl.
483 * New WindowList option IconifiedtAtEnd.
485 * Always display the current desk number in the FvwmPager window
486   title.
488 * Allow to bind a function to the focus click and pass it to the
489   application at the same time.
491 * New styles !Borders and Borders to enable or disable window
492   borders.
494 * Removed the --enable-multibyte configure option.  Multibyte
495   support is now compiled in unconditionally.
497 * New FvwmButtons option ActionOnPress enables execution of action
498   on press rather than on release for any specific button.
500 * Improved CascadePlacement, the last used position is reused if
501   the last placed window does not exist any more.
503 * FvwmIconMan may now change the resolution dynamically, just
504   issue "*FvwmIconMan: resolution page" while FvwmIconMan is
505   running.
507 * New command XineramaSlsScreens.
509 * MoveToPage and MoveToDesk no longer unstick windows.
511 * It is possible to specify a string encoding in a font name, see
512   the "FONT AND STRING ENCODINGS" section of fvwm manual page.
514 -------------------------------------------------------------------
516 Changes in alpha release 2.5.1 (26-Apr-2002)
518 * Changed the executable and the man page names from fvwm2 to
519   fvwm. The old names are still supported by symlinking.
521 * All fvwm utilities are renamed to conform to the "fvwm-"
522   scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
523   fvwm-convert-2.4.
525 * Added a full support for the side window titles. New Style
526   options TitleAtLeft and TitleAtRight added to TitleAtTop and
527   TitleAtBottom.
529 * A title text may now be optionally rotated for both vertical and
530   horizontal title directions, search for "Rotated" in the man
531   page.
533 * Added support for loading images in PNG (including alpha
534   blending) and XBM formats anywhere.
536 * New commands Schedule and Deschedule.
538 * New command State.  New conditions State and !State.
540 * New commands XSync and XSynchronize for debugging purposes.
542 * In interactive move/placement when Alt/Meta modifier is pressed,
543   snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
544   ignored.
546 * New flags (No)FvwmModule to FvwmButtons Swallow option
548 * The I18N_MB patch (--enable-multibyte) has been
549   rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
550   set of locale functions (locale initialization, font loading,
551   text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
552   in the entire fvwm code (but FvwmWharf).  Font loading and
553   memory management is improved in the multibyte case.
555 * Better support of non ISO-8859-1 window and icon titles. See the
556   --disable-compound-text option in INSTALL.fvwm for more
557   details.
559 * Added anti-aliased text rendering support using Xft (use
560   --enable-xft to enable it). Recent versions of XFree and
561   freetype2 are needed (see the FONT NAMES AND FONT LOADING
562   section of the fvwm manual page).
564 * Conditional commands now have a return code (Match, NoMatch or
565   Error).  This return code can be checked and tied to an action
566   with the new commands Cond and CondCase.
568 * Bindings can be made to the separate parts of the window border
569   with the new contexts '[', ']', '-', '_', '<', '^', '>' and
570   'v'.
572 * New parameters for FvwmRearange: -maximize and -animate.
574 * New option StartCommand for FvwmTaskBar to allow placing the
575   StartMenu correctly.
577     *FvwmTaskBar: StartCommand Popup RootMenu \
578         rectangle $widthx$height+$left+$top 0 -100m
580   Please refer to the FvwmTaskBar man page for details.
582 * New extended variables pointer.x, pointer.y, pointer.wx,
583   pointer.wy, pointer.cx and pointer.cy.
585 * The Current command does not select a random window when no
586   window has the focus.
588 * New color '@4' (transparent) in button vectors.
590 * New option "Frame" for the Resize and ResizeMove commands.
592 * Added direction options to WindowShade command.  Windows can be
593   shaded in any of the eight compass directions.
595 * Styles WindowShadeLazy (default), WindowShadeBusy and
596   WindowShadeAlwaysLazy to optimize performance of the WindowShade
597   command.
599 * The DO_START_ICONIC flag is no longer supported in the module
600   interface.
602 * Added bi-directional text support for Asian charsets.
604 * New option MinimalLayer for FvwmIdent to control window layer.
606 * New FvwmIconMan configuration syntax now conforms to the syntax
607   of other modules, see the man page.
609 * FvwmForm can automatically run commands after a timeout
610   interval.
612 * Fvwm commands can be invoked when the edge of the screen is hit
613   with the mouse.
615 * New commands Colorset, ReadWriteColors and CleanupColorsets
616   allow the colorset functionality previously available using
617   FvwmTheme.
619 * FvwmTheme is obsolete now, but still supported for some time.
621 * New options Tint, TintMask and NoTint to colorsets.
623 * New WindowList option CurrentAtEnd.
625 * New weighted sorting in FvwmIconMan.
627 * New conditional command ThisWindow.
629 -------------------------------------------------------------------
631 Changes in alpha release 2.5.0 (27-Jan-2002)
633 * New commands ResizeMaximize and ResizeMoveMaximize that modify
634   the maximized geometry of windows and maximize them as
635   necessary.  Very useful to make a window larger manually and
636   then get back the old geometry with a click.
638 * New command ResizeMoveMaximize similarly.
640 * New styles FixedPPosition, FixedUSPosition, FixedSize,
641   FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
642   VariableSize, VariableUSSize, and VariablePSize.
644 * Actions can be bound to windows swallowed in FvwmButtons.  To
645   disable this feature for a specific button, the new option
646   ActionIgnoresClientWindow can be used.
648 * Fvwm respect the extended window manager hints
649   specification. This allows fvwm to work with KDE version >= 2
650   and GNOME version 2. This support is configurable using a bunch
651   of new commands and style options, search for "EWMH" in the man
652   page.
654 * New DateFormat option in FvwmTaskBar to change the date format
655   in the clock's popup tip.
657 * Window titlebars may now be designed using a new powerful
658   TitleStyle option MultiPixmap, that enables to specify separate
659   pixmaps for different parts of the titlebar: Main, LeftEnd,
660   LeftOfText, UnderText, RightOfText, RightEnd and more.
662 * New styles MinOverlapPlacementPenalties and
663   MinOverlapPercentPlacementPenalties.
665 * New styles IndexedWindowName / ExactWindowName and
666   IndexedIconName / ExactIconName.
668 * New command "DesktopName desk name" to define the name of a
669   desktop for the FvwmPager, the WindowList and EWMH compliant
670   pagers. New expanding variables $[desk.name<n>] for the desktop
671   names.
673 * New window list options NoDeskNum, NoCurrentDeskTitle,
674   TitleForAllDesks, NoNumInDeskTitle.
676 * New emacs style bindings in menus.
678 * New Maximize global flag "layer" which causes the various grow
679   methods to ignore the windows with a layer less than or equal to
680   the layer on the window which is maximized.
682 * Better support of the Transparent colorset in the modules and in
683   animated menus.
685 * Amelioration of the WindowShade animation.
687 * New ButtonStyle and TitleStyle option MwmDecorLayer.
689 * New style BackingStoreWindowDefault which is the default
690   now. Fvwm no longer disables backing store on windows by
691   default.
693 * New styles MouseFocusClickIgnoreMotion and
694   MouseFocusClickIgnoreMotionOff.
696 * The module interface now supports up to 62 message types.
698 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
700 * New events "enter_window" and "leave_window" in FvwmEvent.
702 * New MenuStyle PopupActiveArea.
704 * New command line option -passid to FvwmAuto.
706 * New conditional commands Any and PointerWindow.
708 * New conditions Focused, !Focused, HasPointer and !HasPointer.
710 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
712 -------------------------------------------------------------------
714 Changes in stable release 2.4.19 (30-Sep-2004)
716 * Fixed BackingStore style option.
718 * Fixed MoveToDesk commend with a single argument.
720 * Allow whitespace in menu names.
722 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
724 * A double click no longer occurs when two different mouse
725   buttons are pressed.
727 * Fixed a relief drawing problem in FvwmWinList.
729 * Fixed traveling windows on restart if a window used non NorthWest
730   gravity and changed that before the restart.
732 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
734 * The clock in FvwmTaskBar is redrawn immediately when its colour
735   changes.
737 * The option CurrentGlobalPageAnyDesk was accidentally named
738   CurrentGlobbalPageAnyDesk before.
740 * Fixed a problem with fvwm startup and shutdown when the pointer
741   was grabbed by another application.
743 * Fixed parsing of the Pointer option to the Move command.
745 * Fixed handling of MWM hints on 64 bit machines.
747 -------------------------------------------------------------------
749 Changes in stable release 2.4.18 (19-Mar-2004)
751 * Corrected rebooting the machine in FvwmScript-Quit.
753 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
755 * Security patch in fvwmbug.sh.
756   See http://securitytracker.com/alerts/2004/Jan/1008781.html
758 * Security fixes in
759     fvwm-menu-directory (BugTraq id 9161)
760     fvwm_make_directory_menu.sh
761     fvwm_make_browse_menu.sh
763 -------------------------------------------------------------------
765 Changes in stable release 2.4.17 (10-Oct-2003)
767 * Fixed error message for incorrect --with-SOME-library argument.
769 * It is now possible to suppress title action or title completely
770   in menus created by fvwm-menu-directory.
772 * Fixed a compile problem on QNX 4.25.
774 * New configure switch --disable-gtk.
776 * FvwmGtk.1 is not installed if FvwmGtk is not built.
778 * The "Visible" condition does no longer select windows on
779   different desks.
781 * With the styles StartsOnPage, SkipMapping and UsePPosition,
782   windows that request a specific position are still placed on the
783   given page.
785 * Fixed sending M_NEW_PAGE packets to the modules if the page did
786   not change.
788 * Added support for new BBC headlines in fvwm-menu-headlines, this
789   replaces the old BBC-Worlds and BBC-SciTech headlines.
791 -------------------------------------------------------------------
793 Changes in stable release 2.4.16 (30-May-2003)
795 * Fixed a transparency problem in FvwmButtons.
797 * The PageOnly option in FvwmTaskBar now works after a desk change
798   too.
800 * Fixed a possible core dump when more than 256 windows are on
801   the desktop.
803 * Initial drawing and final undrawing of wire frame no longer
804   toggles the pixel in the top left corner of the screen.
806 * Fixed parsing of button geometries in FvwmButtons when the
807   geometry specificaiton appeared after another option with a comma
808   at the end.
810 * FvwmCommand works too when invoked without the DISPLAY variable
811   set.
813 * Fixed displaying iconified windows without an icon in
814   FvwmIconMan.
816 * All single letter variables are deprecated now; new variables:
818     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
819     $[desk.n], $[version.num], $[version.info], $[version.line],
820     $[desk.pagesx], $[desk.pagesy]
822 * Fixed a bug with aspect pixmaps in colorsets.
824 * Iconified windows without an icon do not receive focus.
826 * Fixed a bug in FvwmPager that displayed iconified windows without
827   icon title or picture as not iconified.
829 * Fixed parsing of '@<screen>' Xinerama specification in the
830   ButtonGeometry option of FvwmButtons.
832 * The NoWarp menu position hint option works with root menus too.
834 * Fixed a problem with styles not being properly applied after a
835   DestroyStyle command.
837 * Fixed a bug introduced in 2.4.14.  The pointer was sometimes
838   warped to another screen during a restart and command execution.
840 * Fixed a crash when a window was destroyed twice in a complex
841   function.
843 * Fixed corruption of the window list when windows died at the
844   wrong time.
846 * Fixed problem with empty frame windows if X recycled the window
847   id of a window that died recently.
849 * Fixed loading of application supplied pixmap on 8/24 depth screen.
851 * WindowListFunc is executed now within a window context, so
852   a prefix "WindowId $0" is not needed in its definition anymore
853   and it is advised to remove it in user configs.
855 * FvwmEvent now executes all window related events within a window
856   context, so PassId is not needed anymore, and all prefixes
857   "WindowId $0" may be removed in user event handlers.
859 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
861 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
862   empty works.
864 -------------------------------------------------------------------
866 Changes in stable release 2.4.15 (24-Jan-2003)
868 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
869   exec'd process knows its not running interactively.
871 * Windows using the WindowListSkip style do not appear in the
872   FvwmTaskBar at random.
874 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
875   ChangeBackColor FvwmScript Instruction.
877 * Fixed a core dump in the parsing of FvwmAuto arguments.
879 * Fixed screwed calculation of icon picture size when application
880   specifies it explicitly.
882 * The option ShowOnlyIcons now works as described in the
883   FvwmIconMan man page.  It was accidentally named ShowOnlyIconic
884   before.
886 -------------------------------------------------------------------
888 Changes in stable release 2.4.14 (29-Nov-2002)
890 * Modules do not crash anymore when more than 126 windows are on
891   the desktop.
893 * FvwmIconMan displays windows correctly that were iconified and
894   then moved to another page.
896 * Application provided icon windows no longer appear at 0 0 when
897   restarting.
899 * The built-in session management can handle window names, classes
900   etc. beginning with whitespace (textedit).
902 * Removed the flawed "A"ny context key binding patch from 2.4.13.
904 * The default EdgeScroll (if not specified) was incorrectly
905   assumed to be 100 pixels instead of 100 percents.
907 * Icons no longer appear on top of all other windows after a
908   restart.
910 -------------------------------------------------------------------
912 Changes in stable release 2.4.13 (1-Nov-2002)
914 * Icon titles for windows with an icon position hint no longer
915   appear at random places.
917 * Fvwm no longer displays two icon pictures when switching from
918   NoIconOverride to IconOverride with windows that provide their
919   own icon window.
921 * The Current, All, Pick, ThisWindow and PointerWindow commands
922   work on shaded windows too.
924 * Fixed a problem stacking iconified transients.
926 * No more flickering when raising transients.
928 * Fixed a number of problems with window stacking, some new in
929   2.4.10 or later, some older problems that have been around for a
930   long time.
932 * Windows starting lowered or on any layer other than the default
933   layer are displayed at the right place in FvwmPager.
935 * Bindings with the "A"ny context can not be overridden by Gnome
936   panel or OpenOffice.
938 -------------------------------------------------------------------
940 Changes in stable release 2.4.12 (10-Oct-2002)
942 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
943   appeared in 2.4.10, replacing the same problem with ?Gradient
944   MenuFaces in 2.4.9.
946 * Fixed accidental menu animation with certain menu position hints.
948 * Increased maximum allowed key symbol name length to 200
949   characters.
951 * Allow quotes in conditional command conditions.
953 * Fixed starting Move at random position when pointer is on a
954   different screen.
956 * Transient windows do not appear in FvwmWinList after they have
957   been moved on the desktop.
959 -------------------------------------------------------------------
961 Changes in stable release 2.4.11 (20-Sep-2002)
963 * Allow the use of mouse buttons other than the first in
964   FvwmWinList when invoked transient.
966 * Fixed a crash with ssh-askpass introduced in 2.4.10.
968 -------------------------------------------------------------------
970 Changes in stable release 2.4.10 (15-Sep-2002)
972 * The commands Maximize, Resize and ResizeMove can be used on icons
973   as it was in 2.2.x.
975 * Fixed hilighting of menu items with HGradient and VGradient
976   MenuFace.  Reduced flickering with these options.
978 * Fixed a minor problem with entering submenus via keyboard.
980 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
981   it to hang.
983 * Fixed drawing of pager balloons with BalloonBack option.
985 * Fixed drawing of SidePic menu background with B/D gradients.
987 * Fixed drawing of menu item reliefs with gradient menu faces.
989 * Fixed key bindings on window corners.
991 * Fixed FvwmTaskBar i18n font loading
993 * Fixed StackTransientParent style without RaiseTransient or
994   LowerTransient on the parent window.
996 * StackTransientParent works only on parent window if it is on the
997   same layer.
999 * Fixed handling of window group hint with the (De)Iconify
1000   command.
1002 * No more flickering when a transient overlapping its parent window
1003   is lowered.
1005 * Fixed hilighting of unfocused windows.
1007 -------------------------------------------------------------------
1009 Changes in stable release 2.4.9 (11-Aug-2002)
1011 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1012   if the target page was at a negative x or y page displacement
1013   from the current viewport, the window would be placed on the
1014   wrong page.
1016 * Fixed a problem with colormap transition when a transient window
1017   died.
1019 * Fixed a FvwmScript crash with Swallow widget and very long window
1020   names.
1022 * Restored old way of handling clicks in windows with ClickToFocus
1023   and ClickToFocusPassesClickOff.  This fixes a problem with
1024   click+drag in an unfocused rxvt or aterm window.
1026 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1027   UseOld option was used.
1029 * Fixed wrong warp coordinates when WarpToWindow was used with two
1030   arguments on an unmanaged window.
1032 * Added a workaround for popup menus in TK applications that appear
1033   on some random position.
1035 * Fixed problems with wish scripts creating windows that start
1036   iconic.
1038 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1040 * A number of drawing fixes in FvwmPager.
1042 * Fixed a slight bug when waiting until all buttons are released,
1043   for example after executing a complex function.
1045 * Fixed potentially harmful change in module interface.
1047 * Fixed displaying menu items with icons when using the MenuStyle
1048   SubmmenusLeft.
1050 * Fixed problems with the pointer moving off screen in a multi
1051   head setup.
1053 * Fixed a potential crash with windows being destroyed during a
1054   recapture operation.
1056 * Fixed a memory leak in some modules when not using glibc.
1058 * Applications using Mwm hints can now enforce that a window can
1059   not be moved.
1061 * Fixed negative arguments of WarpToWindow when used on an
1062   unmanaged window.
1064 * DESTDIR may be fully used again (only useful for distributors).
1066 * Fixed a key binding problem with key symbols that are generated
1067   by several keys.
1069 * Fixed a possible crash when a window was recaptured and the
1070   focus could not be transfered to another window.
1072 * Fixed a minor problem with clicks on focused windows being
1073   ignored.
1075 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1077 * Fixed a performance problem with large numbers of mouse binding
1078   commands.
1080 -------------------------------------------------------------------
1082 Changes in stable release 2.4.8 (11-Jun-2002)
1084 * A fix for switching between czech and us keyboard layout.
1086 * Remember the icon position when an icon is moved
1087   non-interactively.
1089 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1090   the man page when installing, see INSTALL.fvwm.
1092 * Fixed another problem with the DeskOnly option and sticky icons
1093   in FvwmTaskBar.
1095 * New FvwmIconMan configuration syntax now conforms to the syntax
1096   of other modules, see the man page.
1098 * New WindowList option CurrentAtEnd.
1100 * Fixed maximal length of a named module packet
1102 * Fixed a crash on a config with a new 2.5.x Colorset command.
1104 * Always display the current desk number in the FvwmPager window
1105   title.
1107 * Allow to bind a function to the focus click and pass it to the
1108   application at the same time.
1110 * Fixed a problem with fvwm not accepting keyboard input when the
1111   application with the focus vanished at the start of a session.
1113 * A small security patch regarding TMPDIR.
1115 * Fixed a problem with colormap transition when a transient window
1116   died.
1118 * Fixed calculation of average bg colour in colour sets with large
1119   pictures.
1121 * Fixed some minor problems regarding the multibyte patch.
1123 * Fixed selection in FvwmScript List widget.
1125 * fvwm-menu-headlines: updated the site data, added a configurable
1126   timeout on socket reading (20 sec) to avoid fvwm hanging, new
1127   --icon-error option.
1129 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1130   windows that are below others.
1132 * Fixed the ClickToFocusPassesClick style.
1134 * Fixed CascadePlacement for huge windows, so that the top-left
1135   corner is always visible.
1137 * Fixed parsing of SendToModule with the first parameter quoted.
1139 * Fonts in double quotes now should work in module configurations.
1141 * Fixed copying PopupOffset values in CopyMenuStyle.
1143 -------------------------------------------------------------------
1145 Changes in stable release 2.4.7 (11-Apr-2002)
1147 * Fixed parsing of WindowList with conditions and a position at
1148   the same time that was broken in 2.4.6.
1150 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1151   (windows were duplicated when moving to a different Desk; the
1152   StickyIcon style was ignored).
1154 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1156 * Fixed icon titles being raised when they should not be.
1158 * Fixed initial drawing of the internals of the FvwmPager window.
1160 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1161   audio player is used.
1163 * Fixed execution on QNX.
1165 -------------------------------------------------------------------
1167 Changes in stable release 2.4.6 (10-Mar-2002)
1169 * Better support of non ISO-8859-1 window and icon titles. See the
1170   --disable-compound-text option in INSTALL.fvwm for more details.
1172 * Improved speed of opaque window movement/resizing.
1174 * Fixed a bug that caused windows not being raised and lowered
1175   properly.
1177 * Suppress error message when using XBM icons.
1179 * Fixed a read descriptor problem in FvwmTaskBar
1181 * Fixed a minor colour update bug in the pager.
1183 * Fixed an fvwm crash when a module died at the wrong moment;
1184   specifically a transient FvwmPager or FvwmIconMan.
1186 * Fixed placement of WindowList on wrong Xinerama screen when
1187   called without any options on a screen other than the primary
1188   screen.
1190 * Fixed a problem with root bindings and xfishtank.
1192 * Fixed moving windows with the keyboard over the edge of the
1193   screen when the pointer remained of the previous page.
1195 * Do not hilight windows after ResizeMove.
1197 * New conditional command ThisWindow.
1199 * Some fixes in the configure script that caused some rare
1200   problems detecting gnome and ncurses.
1202 * Fixed a memory leak in the Pick command.
1204 * Allow to choose windows with CirculateSkip with the Pick command.
1206 * Fixed an FvwmScript compile problem on dec-osf5.
1208 * The window handles are now resizes as they should when the
1209   HandleWidth style changes.
1211 * The Current command does not select a random window when no
1212   window has the focus.
1214 * Fixed a rare menu placement problem with Xinerama.
1216 -------------------------------------------------------------------
1218 Changes in stable release 2.4.5 (27-Jan-2002)
1220 * Fixed minor problems in popping sub menus up and down.
1222 * Fixed moving windows between pages with the keyboard.
1224 * Fixed the size of the geometry window that was broken sometimes.
1226 * Fixed problem with pointer warping to another screen on a dual
1227   head setup.
1229 * Fixed a problem with the focus in internal Ddd and Netscape
1230   windows.
1232 * Reduced the time in which fvwm attempts to grab the pointer.
1234 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1235   fast.
1237 * Fixed MiniScroll's auto repeating in FvwmScript.
1239 * Fixed a crash with the UseStyle style in combination with
1240   HilightBack.
1242 * Fixed excessive redraws of the windows under a window being
1243   shaded.
1245 * Fixed a minor memory leak in the Style command.
1247 * Fixed pixmap background of FvwmButtons behind buttons with only
1248   text.
1250 * Fixed a crash in FvwmIconBox when the application provided an
1251   illegal icon.
1253 * Fixed a configure problem with libstroke-0.5.1.
1255 * New style BackingStoreWindowDefault which is the default
1256   now. Fvwm no longer disables backing store on windows by
1257   default.
1259 * Fixed bug that sometimes caused unnecessary redraws when a style
1260   was changed.
1262 * Fixed crash when something like "$[$v]" appeared in a command.
1264 * Fixed parsing of conditions with more than one comma.
1266 -------------------------------------------------------------------
1268 Changes in stable release 2.4.4 (16-Dec-2001)
1270 * Minor title drawing fixes.
1272 * Fixed manual placement with Xinerama.
1274 * Minor button 3 handling fix in FvwmPager.
1276 * Fixed *FvwmIconMan*shaped option with empty managers.
1278 * Fixed ClickToFocusClickRaises style.
1280 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1281   activate on press or release, special pointer during grab, arrow
1282   keys useful in form with one input field.
1284 * New OpaqueMoveSize argument "unlimited".
1286 * Fixed binding keys with and without "Shift" modifier under some
1287   circumstances.
1289 * Fixed binding actions to the client window with ClickToFocus.
1291 * Mouse bindings are activated without a recapture.
1293 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1294   Center, and Right for text position. Amelioration of the Menu
1295   and PopupMenu Widgets. New functions GetPid, Parse,
1296   SendMsgAndGet and LastString. New instruction Key for key
1297   bindings. New command SendToModule ScriptName SendString.
1299 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1300   disables warning messages.
1302 * Restored the default Alt-Tab behaviour from 2.4.0.
1304 -------------------------------------------------------------------
1306 Changes in stable release 2.4.3 (08-Oct-2001)
1308 * Fixed activation of shape extension.
1310 * Fixed problems with overriding key bindings.
1312 * Single letter key names are allowed in upper and lower case in
1313   key bindings as before 2.4.0.
1315 * Fixed WindowList placement with Xinerama.
1317 * Fixed flickering icon titles.
1319 * New X resource fvwmscreen to select the Xinerama screen on which
1320   to place new windows.
1322 * Coordinates of a window during motion are show relative to the
1323   Xinerama screen.
1325 * Some icon placement improvements with Xinerama.
1327 -------------------------------------------------------------------
1329 Changes in stable release 2.4.2 (16-Sep-2001)
1331 * Desk and page can be given as X resources in .Xdefaults, for
1332   example:
1333     xterm.desk: 1
1334     xterm.page: 1 2 3
1336 * Several Shape compilation problems fixed.
1338 -------------------------------------------------------------------
1340 Changes in stable release 2.4.1 (15-Sep-2001)
1342 * Added Xinerama and SingleLogicalScreen support.
1344 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1345   XineramaSlsSize and MoveToScreen.
1347 * New context rectangle option XineramaRoot for the menu commands.
1349 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1350   AcceptsFocus for conditional commands.
1352 * The DestroyStyle command takes effect immediately.
1354 * New style option StartsOnScreen.
1356 * New style options NoUSPosition, UseUSPosition,
1357   NoTransientPPosition, UseTransientPPosition,
1358   NoTransientUSPosition, and UseTransientUSPosition.  These work
1359   similar to the old styles NoPPosition and UsePPosition.
1361 * New option "screen" for Maximize command.
1363 * New option ReverseOrder for WindowList command.
1365 * The default Alt-Tab binding works more intuitive.
1367 * New condition "PlacedByFvwm"
1369 * New Geometry option for FvwmForm.
1371 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1373 * FvwmIconMan can be closed with Delete or Close too.
1375 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1377 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1379 * Enhancements in fvwm-menu-headlines and support for 10 more
1380   sites.
1382 * Color enhancements in button vectors: @2 is bg color, @3 is fg
1383   color.
1385 * Improved detection of the Shape library.
1387 * Fixed FvwmButtons button titles not being erased for swallowed
1388   windows that showed up on certain setups.
1390 * Fixed bug that caused transient windows to be buried below their
1391   parents with the "BugOpts RaiseOverUnmanaged on".  This occured
1392   with the system.fvwm2rc-sample-95 configuration.
1394 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
1395   set the transient_for hint when started with the "transient"
1396   option.
1398 * Fixed FvwmIconMan with the transient option when mapped off
1399   screen.
1401 * Fixed ClickToFocus focus policy when iconifying the focused
1402   window.
1404 * Fixed some focus problems in conjunction with unclutter vs
1405   xv/xmms and Open Look applications.
1407 * Fixed a problem that could cause windows to be lost off screen
1408   with interactive window motion.
1410 * Fixed some FvwmTaskBar autohide problem.
1412 * Fixed a display string problem in FvwmForm.
1414 * Fixed a problem with FvwmTheme shadow colours.
1416 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
1417   conditional commands.
1419 * Fixed a formatting problem of the man page on AIX, Solaris, and
1420   some other UNIX variants.
1422 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
1424 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
1426 * Fixed parameters of fvwm24_convert.
1428 * Fixed a number of building problems related to old vendor unices,
1429   libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
1431 * Fixed drawing of title bar buttons with MWMDecorStick.
1433 * Fixed missing button or key events over the pan frames.
1435 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
1436   modules.
1438 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
1439   options. Fixed FvwmPager crash with certain font strings.
1441 * Fixed drawing of the grid lines in an iconified FvwmPager window.
1443 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
1445 * Fixed some exotic problems with window gravity and resizing
1446   windows.
1448 * Fixed a problem with maximizing windows with the vieport not
1449   starting on a page boundary.
1451 * Fixed handling of parentheses in FvwmButtons button actions.
1453 * Work around a key binding problem with keys that generate the
1454   same symbol with more than one key code (e.g. Shift-F1 = F11).
1456 * The Desk option of FvwmBacker is compatible to earlier
1457   version. Desk or Page coordinates can be omitted to indicate
1458   that desk or page changes trigger no action at all.
1460 * Fixed double updating of background with FvwmBacker sometimes
1461   leading to the wrong background.
1463 * Fixed several escaping errors in fvwm-menu-directory, so files
1464   and directories containing special chars and spaces should
1465   work.
1467 * Fixed PlacedByButton3 condition.
1469 * Fixed vanishing windows when mapping/unmapping too fast.
1471 * Fixed prev option of the GotoDeskAndPage command.
1473 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
1474   dimmensions larger than 2147.
1476 * Fixed compatibility of the FvwmM4 modules on platforms that have
1477   a System V implementation of m4 (Solaris 2.6).
1479 * The SetEnv command without a value for a variable is the same as
1480   UnsetEnv.
1482 * Fixed shading/unshading shaped windows and windows without title
1483   and border.
1485 -------------------------------------------------------------------
1487 Changes in stable release 2.4.0 (03-Jul-2001)
1489 * Finally released. :)
1491 -------------------------------------------------------------------
1493 Changes in beta release 2.3.33 (22-Jun-2001)
1495 * Module configuration commands are now partially expanded
1496   similarly to any other commands, except that single
1497   alphabetic-letter parameters are not expanded for backward
1498   compatibility.
1500 -------------------------------------------------------------------
1502 Changes in beta release 2.3.32 (4-May-2001)
1504 * Fixed several focus problems and several core dumps.
1506 * Again allow full words "Click", "Hold" as function specifiers
1507   for backward compatibility.  Please don't use them.
1509 * New configure --enable-command-log option.
1511 * Fixed gdk-imlib configure detection for FvwmGtk.
1513 -------------------------------------------------------------------
1515 Changes in beta release 2.3.31 (7-Apr-2001)
1517 * New option "recreate" to DestroyDecor command.
1519 -------------------------------------------------------------------
1521 Changes in beta release 2.3.30 (29-Mar-2001)
1523 * The configure option --disable-modality was removed.
1525 * New FvwmCommand -c option to read multiple commands from
1526   standard input.
1528 -------------------------------------------------------------------
1530 Changes in beta release 2.3.29 (2-Mar-2001)
1532 * New temporary option -debug_stack_ring.
1534 * New styles IconifyWindowGroupsTogether and IconifyWindowGroupsOff.
1536 * New styles KeepWindowGroupsOnDesk and ScatterWindowGroups to
1537   cope with applications using the window group hint incorrectly
1538   (mozilla).
1540 * New BugOpts option FlickeringQtDialogsWorkaround.
1542 * New configure option --disable-package-subdirs, see INSTALL.fvwm
1543   for info.
1545 * New option "None" to the IconBox style.
1547 -------------------------------------------------------------------
1549 Changes in beta release 2.3.28 (25-Jan-2001)
1551 * Renamed configure option --enable-kanji to --enable-multibyte.
1553 * Security fix related to .fvwm2rc being searched in the current
1554   directory when $HOME is not set.
1556 * New menu styles PopdownImmediately, PopdownDelayed and PopdownDelay.
1558 * New command CopyMenuStyle.
1560 * Replaced Dumb/SmartPlacement, Active/RandomPlacement,
1561   SmartPlacement/Off style by ManualPlacement / CascadePlacement /
1562   MinOverlapPlacement / MinOverlapPercentPlacement /
1563   TileManualPlacement /TileCascadePlacement (old style still
1564   supported).
1566 * Replaced ActivePlacementHonorsStartsOnPage with
1567   ManualPlacementHonorsStartsOnPage and
1568   ActivePlacementHonorsStartsOnPageOff with
1569   ManualPlacementHonorsStartsOnPageOff.
1571 * We have two "clever" placement algorithms: MinOverlapPlacement
1572   (the old one) and MinOverlapPercentPlacement.
1574 -------------------------------------------------------------------
1576 Changes in beta release 2.3.27 (3-Jan-2001)
1578 -------------------------------------------------------------------
1580 Changes in beta release 2.3.26 (26-Dec-2000)
1582 -------------------------------------------------------------------
1584 Changes in beta release 2.3.25 (5-Dec-2000)
1586 * Removed the now obsolete 'Recapture' option of the BusyCursor
1587   command.
1589 -------------------------------------------------------------------
1591 Changes in beta release 2.3.24 (28-Nov-2000)
1593 * WindowId and WarpToFunction have been enhanced to handle windows
1594   on different screens and unmanaged windows.
1596 * New command FakeClick.
1598 -------------------------------------------------------------------
1600 Changes in beta release 2.3.23 (25-Nov-2000)
1602 * New styles UseIconPosition (default) and NoIconPosition.
1604 * Better focus handling on multi head displays.
1606 -------------------------------------------------------------------
1608 Changes in beta release 2.3.22 (10-Nov-2000)
1610 * Configuration samples of FvwmForm and FvwmScript installed with
1611   fvwm are converted to the scheme: "FvwmForm-RootCursor",
1612   "FvwmScript-FileBrowser".
1614 * New expanding variables: $., $[page.nx], $[page.ny].
1616 * New command UnsetEnv unsets environment variables, compliments
1617   SetEnv.
1619 * Pressing mouse button 2 in an FvwmIdent window restarts FvwmIdent
1620   and asks for a new window.
1622 * New window styles GNOMEIgnoreHints and GNOMEUseHints to disable
1623   GNOME hints for specific windows even if GNOME compliance is
1624   compiled in.
1626 * DestroyModuleConfig supports a non-conflicting syntax.
1628 * Speed up command execution and startup.
1630 * Improved handling of windows that set the "input focus" hint to
1631   "false".
1633 -------------------------------------------------------------------
1635 Changes in beta release 2.3.21 (September 2000)
1637 * Module configuration syntax now accepts a delimiter - colon and
1638   optional spaces; the old syntax is supported as usual (but it
1639   allows conflicts):
1640     *FvwmIconBoxMaxIconSize 48x48
1641     *FvwmIconBox: MaxIconSize 48x48
1643 * SendToModule can accept aliases too.
1645 * New option StrokeWidth for StrokeFunc.
1647 * GNOME support is now "on" by default.
1649 -------------------------------------------------------------------
1651 Changes in beta release 2.3.20 (July 2000)
1653 * KillModule supports an optional alias parameter as given in
1654   Module.
1655     Module FvwmModule Alias
1656     KillModule FvwmModule Alias
1658 -------------------------------------------------------------------
1660 Changes in beta release 2.3.19 (June 2000)
1662 * New command UpdateStyles forces an immediate style update, even
1663   within a complex function.
1665 * Implemented '$*' in complex functions.  This works like in a
1666   shell and is replaced by all arguments of a function.
1668 * Implemented several new parameters:
1669     $[desk.width], $[desk.height], $[vp.x], $[vp.y], $[vp.width],
1670     $[vp.height], $[w.x], $[w.y], $[w.width], $[w.height],
1671     $[screen], $[<env-var>]
1673 -------------------------------------------------------------------
1675 Changes in beta release 2.3.18 (May 2000)
1677 * Renamed the MovedButton3 condition to PlacedByButton3.
1679 * Removed FlipTransient and DontFlipTransient styles (they never
1680   worked anyway).
1682 * Conditions can be separated by commas.
1684 * Removed MoveSmoothness command.
1686 -------------------------------------------------------------------
1688 Changes in beta release 2.3.17 (May 2000)
1690 * The commands Refresh and RefreshWindow apply all outstanding
1691   visual changes of a window.
1693 * New options GrowUp, GrowDown, GrowLeft, GrowRight to the Maximize
1694   command.
1696 * New command ResizeMove combines Move and Resize commands.
1698 * New options "keep" to Move command to leave either coordinate
1699   unchanged.
1701 * New options "bottomright" and "br" to Resize command.
1703 * Resize command can take negative arguments.  A "keep" argument
1704   leaves the corresponding dimension untouched.
1706 * New condition "MovedButton3" that is true if the last
1707   interactive Move command was finished by pressing mouse button
1708   3.
1710 * Mouse button 3 can no longer be used to cancel interactive
1711   window movement.
1713 * $FVWM_USERHOME used to set the fvwm user directory renamed to
1714   $FVWM_USERDIR.
1716 * The default fvwm user directory is now $HOME/.fvwm, not $HOME,
1717   the fvwm user directory is now created if needed.
1719 * It is suggested to put all personal fvwm files to $HOME/.fvwm;
1720   to simulate the old fvwm behaviour, export FVWM_USERDIR=$HOME.
1722 * Instalating fvwm goodies is now to share/fvwm (FVWM_DATADIR),
1723   not etc/fvwm.
1725 * fvwm-config utility can be used for querying fvwm instalation.
1727 -------------------------------------------------------------------
1729 Changes in beta release 2.3.16 (April 2000)
1731 * Wait command supports quoted window names.
1733 * Fixed the annoying rxvt text selection problem that was present
1734   since 2.3.10.
1736 * New style option BorderColorset and HilightBorderColorset.
1738 -------------------------------------------------------------------
1740 Changes in beta release 2.3.15 (February 2000)
1742 * Reduced memory usage of multiple window styles.
1744 * Documented previously undocumented GotoDeskAndPage command.
1746 * New parameter 'prev' for GotoDesk, GotoDeskAndPage and
1747   MoveToDesk commands.
1749 -------------------------------------------------------------------
1751 Changes in beta release 2.3.14 (February 2000)
1753 * New style option ParentalRelativity to enable Fvwm modules to
1754   use 'Transparent' colorsets from FvwmTheme.  'Opacity' turns it
1755   off.
1757 * The GlobalOpts command was removed in favour of individual
1758   window styles.  Please look for GlobalOpts in the man page to
1759   find out how to get the old functionality.
1761 * The WindowshadeAnimate command was replaced with the
1762   WindowshadeSteps window style.
1764 * New MenuStyle option SelectOnRelease to better emulate Alt-Tab.
1765   Same option for WindowList command.
1767 -------------------------------------------------------------------
1769 Changes in beta release 2.3.13 (January 2000)
1771 * New FvwmTheme option 'Transparent'.
1773 * New style option 'IconFont'.
1775 * New style option 'Font' replaces the old WindowFont command.
1777 -------------------------------------------------------------------
1779 Changes in beta release 2.3.12 (December 1999)
1781 * New command PointerKey.  Similar to 'Key' command but binds
1782   keystrokes to the window under the pointer instead of the window
1783   that has the keyboard focus.
1785 * New WindowList options NoOnBottom, OnBottom and OnlyOnBottom.
1787 * New FvwmTheme colorset options 'Plain' and 'NoShape'.
1789 * New window styles HilightFore, HilightBack and HilightColorset
1790   replace the old commands HilightColor and HilightColorset.
1792 * The ButtonStyle, TitleStyle and BorderStyle commands take effect
1793   immediately, without a Recapture.
1795 * The WindowList menu uses the WindowList menu style if it is
1796   defined.
1798 * The CursorStyle command accepts two new cursors: 'None' for no
1799   cursor and 'Tiny' for a single pixel cursor.
1801 * A new configurable script fvwm-menu-headlines to show headlines
1802   of some popular web sites in your fvwm menus. Supported sites:
1803   FreshMeat, LinuxToday, Slashdot, Segfault and more to come.
1805 -------------------------------------------------------------------
1807 Changes in beta release 2.3.11 (December 1999)
1809 * Sticky icon titles are drawn similar to sticky window titles.
1811 * New option NoHotkeys to WindowList command.
1813 * The CursorStyle command has been improved.  It is now possible
1814   to restore the default cursors.  Xpm images without a hot spot
1815   can be used as cursors.
1817 * New styles BackingStore/BackingStoreOff and SaveUnder/SaveUnderOff.
1819 * Any changes in your configuration file are applied during a
1820   restart now. (This obsoletes the contrary entry for 2.3.6.)
1822 * New FvwmIconMan options: IconButton and IconColorset to control
1823   colors for iconified windows.
1825 -------------------------------------------------------------------
1827 Changes in beta release 2.3.10 (December 1999)
1829 * Fixed build problem without shape extension.
1831 * New FvwmIconBox option: FvwmIconBoxUseSkipList.
1833 * New 'flat' and 'sunk' options to BorderStyle command.
1835 * New commands DefaultColorset and HilightColorset.
1837 * FvwmBacker is now page-aware, using a new configuration syntax.
1839 * New styles TitleAtBottom and TitleAtTop.
1841 * FvwmIconBox, FvwmIconMan, FvwmTaskBar and FvwmWinList support
1842   animatation via FvwmAnimate.
1844 * New command StrokeFunc to handle mouse stroke.
1846 * The default root cursor, unless specified otherwise, is now left
1847   pointer.
1849 * New command BusyCursor to control a busy cursor during execution
1850   of certain commands.
1852 * CursorStyle can set the root cursor and use X11 cursor name.
1854 * New command EscapeFunc to configure an aborting key sequence
1855   (default is Ctrl-Alt-Escape).
1857 * New command HideGeometryWindow to hide the size/position when
1858   moving or resizing windows.
1860 * New options for the WindowList command: UseListSkip and
1861   OnlySkipList.
1863 * New FvwmPager options SolidSeparators and NoSeparators.
1865 -------------------------------------------------------------------
1867 Changes in beta release 2.3.9 (October 1999)
1869 * Color names from colorsets can be used in fvwm command
1870   ($[fg.cs<n>], $[bg.cs<n>], $[hilite.cs<n>] and
1871   $[shadow.cs<n>]).
1873 * FvwmScript supports colorsets.
1875 * FvwmTaskBar supports colorsets with the options Colorset,
1876   IconColorset and TipsColorset.
1878 * New function variable $v.
1880 * Menus can use colorsets with the new MenuStyle options
1881   MenuColorset, ActiveColorset and GreyedColorset.
1883 -------------------------------------------------------------------
1885 Changes in beta release 2.3.8 (September 1999)
1887 * New Style options ResizeOpaque and ResizeOutline.
1889 * A long-awaited new default FvwmBanner logo.
1891 * RaiseTransient no longer flips main above/below already raised
1892   transients. New style FlipTransient turns flipping back on, and
1893   additionally does a similar job for LowerTransient at the bottom
1894   of the layer. New style StackTransientParent augments
1895   Raise/LowerTransient.
1897 * Icons have been removed from the fvwm package and are available
1898   at the fvwm web site.  (Temporarily only at "xxx.fvwm.org"
1899   instead of "www.fvwm.org".)
1901 * New command BugOpts enables various former bug fixing compile
1902   time options to be changed at run time.
1904 * FvwmWharf and FvwmBacker support colorsets.
1906 * A new special fvwm function StartFunction is introduced. It is
1907   supposed to be used to start modules and for other start
1908   commands. This function is executed before InitFunction and
1909   RestartFunction.  Any commands currently in both the
1910   InitFunction and RestartFuction can be moved to the new
1911   StartFunction.
1914 -------------------------------------------------------------------
1916 Changes in beta release 2.3.7 (August 1999)
1918 * FvwmButtons and FvwmIconBox support colorsets.
1920 * The old Panels feature of FvwmButtons has been removed. A
1921   re-implementation has been written.
1923 * The *FvwmButtonsButtonGeometry option makes sizing the
1924   individual buttons very easy.
1926 * FvwmAnimate accepts "animate" commands from other modules or
1927   other sources of commands thru "sendtomodule".
1929 * More menu Shortcut keys: Tab moves down, Shift Tab moves up,
1930   Space executes.  You can now reasonably operate the built-in
1931   windowlist with one hand.
1933 * Six new color gradients can be used in TitleStyle, BorderStyle,
1934   ButtonStyle and MenuStyle commands (BGradient, DGradient,
1935   SGradient, CGradient, RGradient and YGradient).
1937 * MoveSmoothness command allows to tune smoothness of window
1938   moves. Use lower values on fast machines, higher values on
1939   slow machines.
1941 * Subwindows can have a private colormap too.
1943 * FvwmButtons uses variables in actions and when swallowing
1944   applications ($left, $right, $top, $bottom, $width, $height,
1945   $fg, $bg). See man page for details.
1947 * New menu generating scripts fvwm-menu-directory,
1948   fvwm-menu-desktop and fvwm-menu-xlock (was BuildXLockMenu).
1949   There are man pages and --help option for all fvwm-menu scripts.
1951 * Geometry (-g) command line option to FvwmButtons.
1953 * *FvwmPagerSloppyFocus option: To focus a window, simply move the
1954   pointer over the window's mini window in the pager.
1956 -------------------------------------------------------------------
1958 Changes in beta release 2.3.6 (August 1999)
1960 * New function variables $c, $r, $n.
1962 * The new commands QuitSession, SaveSession, SaveQuitSession allow
1963   to manage the session from the window manager.
1965 * If you use xsm session manager, which has buggy discard command
1966   implementation, set environment $SESSION_MANAGER_NAME to "xsm".
1967   If you use another SM, unset this variable or set to something
1968   else.
1970 * New module FvwmTheme for creating Colorsets that can be shared
1971   with fvwm and other modules when they have been modified.
1973 * If you never define an iconbox, or you fill all the iconboxes,
1974   fvwm has a default icon box that covers the screen, it filled
1975   top to bottom, then left to right, and has an 80x80 pixel grid.
1977 * The new styles LowerTransient and DontLowerTransient allow to
1978   control if the transients of a window are lowered when the
1979   window itself is lowered (default) or not.
1981 * The Restart function has been partially rewritten. If you were
1982   using 'Restart' without any parameters and wonder why changes in
1983   your configuration file are not used during a restart you should
1984   use 'Restart --dont-preserve-state' instead.
1986 * New menu styles VerticalItemSpacing and VerticalTitleSpacing
1987   allow control over the height of menu items and titles.
1989 -------------------------------------------------------------------
1991 Changes in alpha release 2.3.5 (July 1999)
1993 * New special functions Session{Init|Restart|Exit}Function are
1994   called instead of {Init|Restart|Exit}Function when running under
1995   a session manager.
1997 * New form for setting root cursor: FvwmForm FormFvwmRootCursor. .
1999 * Fvwm web files are now in a separate CVS tree.
2001 * All modules except FvwmScript and FvwmGTK share fvwm's visual.
2003 * The behaviour of the Raised and Visible flags for Next,
2004   Circulate, ... commands has been changed. They now do what their
2005   names suggest, i.e. visible = partially visible and raised =
2006   fully visible.
2008 * The new styles RaiseTransient and DontRaiseTransient allow to
2009   control if the transients of a window are raised when the window
2010   itself is raised (default) or not.
2012 * A new action type 'H' for 'Hold' can be assigned to complex fvwm
2013   functions. It is triggered when the button is pressed and held
2014   longer than ClickTime milliseconds.
2016 * The activedow-button and inactive-button configure options have
2017   been replaced with the ButtonState built in command.
2019 * Most of the configure options have been removed.
2021 * The cursors used for resizing and selecting windows and handling
2022   menus have changed.
2024 -------------------------------------------------------------------
2026 Changes in alpha release 2.3.4 (June 1999)
2028 * Fvwm is GNOME compliant.
2030 * Dynamic menus enhancement: The special menu item name
2031   'MissingSubmenuFunc' alows to create submenus on the fly. See
2032   manpage on 'AddToMenu' for details.
2034 * The Restart command accepts simple shell-like syntax now.
2036 * Added support for mouse strokes recognition, uses LibStroke 0.3
2037   by Mark Willey(willey@etla.net).
2038   (http://www.etla.net/~willey/projects/libstroke/)
2041 -------------------------------------------------------------------
2043 Changes in alpha release 2.3.3 (June 1999)
2045 * There can be two mini icons per menu label instead of one now.
2047 * Menu enhancements: the layout of the menu items can be
2048   controlled in detail with the ItemFormat option for the
2049   MenuStyle command. The width of the borders around menus and
2050   hilighted items can be controlled with the options BorderWidth
2051   and Hilight3DThickness (MenuStyle). Menu behavior can be
2052   mirrored with the SumbenusLeft option (hard to describe, it's
2053   best to try it out). A menu item can get up to three different
2054   labels. The first two are left aligned, the third is right
2055   aligned by default.
2057 * Colour gradients may use up to 1000 colours. The old limit was
2058   128 colours.
2060 * New command MaxWindowSize limits the initial dimensions of a
2061   window.
2063 * Include fvwmbug script for reporting bugs.
2065 * New button states ToggledActiveUp, ToggledActiveDown,
2066   ToggledInactive for customizing, as an example, the "maximized"
2067   appearance of the maximize button.
2069 * New button style flag MWMDecorStick to support toggle buttons
2070   for the Stick function.
2072 * New condition [!]shaded for Current and other commands taking
2073   conditions.
2075 * New menu styles HoldSubmenus/DeleteSubmenus. HoldSubmenus is the
2076   new default for mwm and fvwm menus. When you move back from a
2077   submenu to its parent menu the submenu remains visible.
2079 * Menus can be visible multiple times at once.
2081 * Restarting fvwm no longer moves the viewport to (0,0).
2083 * New style DepressableBorder/FirmBorder to influence the
2084   appearance of the window border under button presses.
2086 -------------------------------------------------------------------
2088 Changes in alpha release 2.3.2 (May 1999)
2090 * The Alt-Tab binding to invoke the window list as described in
2091   the FAQ is  now built-in.  You can remove it as described in the
2092   fvwm man page.
2094 * The MoveThreshold command lets the user fine tune the threshold
2095   when a click becomes a move. It works in FvwmPager too.
2097 * New style IconOverride/NoIconOverride/NoActiveIconOverride to
2098   influence the overriding behaviour of the Icon style.
2100 * The FvwmCommand module is now much faster and can thus
2101   comfortably be used in shell scripts. The tradeoff is that it
2102   does not report errors any more. To get the old behaviour run
2103   FvwmCommand with the '-i 1' option.
2105 * Dynamic menus are provided by the special menu items
2106   'DynamicPopupAction' and 'DynamicPopdownAction'. See the man
2107   page on 'AddToMenu' for details.
2109 * System-wide config files are now in ${sysconfdir}/fvwm
2110   (i.e. /usr/local/etc/fvwm by default) as many files are now
2111   installed there.
2113 -------------------------------------------------------------------
2115 Changes in alpha release 2.3.1 (April 1999)
2117 * New button style flag MWMDecorShade to support toggle buttons
2118   for shaded windows.
2120 * Daily snapshots of the development sources available on our web
2121   page.
2123 * FixedPosition style: disables moving the window.
2125 * IgnoreRestack style: forbids clients to change their own
2126   stacking order position.
2128 * The NoWarp option to the Focus command for focusing window on a
2129   different page without switching to that page.
2131 * Fvwm raises icon titles when the pointer is over the icon.
2133 * The cursors used for the pan frames at the edge of the screen
2134   can be changed.
2136 * StaysOnBottom style.
2138 * ResizeHintOverride style: a window with this style can be
2139   resized beyond the program supplied minimum and maximum
2140   size. This is a hack to make fvwm cooperate with broken
2141   applications.
2143 * NeverFocus style: windows with this style never receive the
2144   focus.
2146 * New command: DefaultIcon to set the default icon.
2148 * New command line arguments -visual and -visualId.
2150 * GrabFocusTransient is a new style that does the same as
2151   GrabFocus, but only for transient windows.
2153 -------------------------------------------------------------------
2155 Changes in alpha release 2.3.0 (February 1999)
2157 * FvwmPipe and FvwmConfig modules have been removed.
2159 * New command: RecaptureWindow captures a single window.
2161 * 'GotoDesk' command replaces former command 'Desk' (the old name
2162   is still supported.
2164 * 'Restart fvwm2' preserves almost all per-window using the file
2165   $FVWM_USERHOME/.fvwm_restart.
2167 * #define PICK_TRUECOLOR will make fvwm use the best TrueColor
2168   #Visual.  This is for those poor unfortunates with legacy apps
2169   #that crash if the default visual is not an 8 bit PseudoColor
2170   #(but fortunate enough to have a 24 bit server that supports
2171   #both 8 bit and 24 bit TrueColor)
2173 * New command line argument -replace. fvwm will try to "take over"
2174   from a running wm only if it is given.
2176 * ImagePath and ModulePath commands now expand '+' to be the
2177   previous value of the path.
2179 * Key and mouse bindings take effect immediately. A 'Recapture'
2180   was necessary before this change.
2182 * Unmaximizing keeps windows on the same page.
2184 * Maximize can now expand until some other window is found to
2185   fully utilize available screen space.
2187 * Use the 'GrabFocusOff' style to prevent ClickToFocus windows
2188   taking the focus from other ClickToFocus windows when they are
2189   mapped the first time. The opposite option is called 'GrabFocus'
2190   and can be used in conjunction with MouseFocus and SloppyFocus
2191   too.
2193 * New command IgnoreModifiers for ignoring the pesky num-lock key
2194   with key and mouse bindings.  Hint: try this command with
2195   XFree86:
2197     IgnoreModifiers L25
2199   If you encounter performance problems please consult the manpage
2200   and the FAQ.
2202 * Enhancements to MoveToPage and GotoPage: 'prev' option to refer
2203   to the last visited page, negative numbers refer to lower/right
2204   page, suffix 'p' indicates page number relative to current
2205   page.
2207 * Mailcheck interval option for FvwmTaskBar.
2209 * Colorlimit command does nothing if display depth is greater than
2210   20. This helps if you want to use the same configuration on more
2211   than one display depth.  ColorLimit defaults to ON if display
2212   depth is 8 bits or less.  This should help new users.
2214 * Maximize can now expand until some other window is found to
2215   fully utilize available screen space.
2217 * FvwmWinList option *FvwmWinListFollowWindowList to display the
2218   order that fvwm keeps windows in. You can now see the order that
2219   Next/Prev will take, Prev goes down the list, Next goes up (from
2220   the bottom).
2222 * WindowID command now takes conditions like Current.
2224 * Improved cursor support: CursorStyle now supports changing
2225   cursor colors and creating cursors from xpm files.
2227 * New style options: StartsLowered, StartsRaised.
2229 * New function PlaceAgain: moves a window to where it would be
2230   placed.
2232 * New module FvwmGtk. It implements menus, dialogs and
2233   window-lists using the GTK toolkit.
2235 * NoInset is independent from HiddenHandles, it now works on
2236   NoHandles style windows.
2238 * Made FvwmPager a bit simpler. Added -transient options to bind a
2239   transient pager to mouse buttons (see FvwmPager man page for an
2240   example).
2242 * VMS port; see vms/README for details.
2244 * New MenuStyle options: PopupAsRootmenu, PopupAsSubmenu
2246 * The 'extras' directory has been merged into 'modules'; the
2247   --enable-extras configure flag is obsolete.
2249 * New command: Silent. Suppresses user interaction when a window
2250   is needed but none is selected.
2252 * New utility xselection which can be used with PipeRead to feed
2253   the content of the X Selection as commands to fvwm.
2255 * Fvwm can now "take over" from a running (ICCCM 2 compliant) wm.
2257 * FvwmPager can now handle pixmaps as desk backgrounds.
2259 * Layer information is displayed in WindowList.
2261 * Animated window shading.
2263 * Shaded windows can be resized.
2265 * Windows can be shaded and maximized.
2267 * Fonts and colors are no longer hard-coded on the FvwmAnimate
2268   customization form.  FvwmForm can set defaults that the
2269   FvwmAnimate form will use.
2271 * New commands All and Pick.
2273 * New command XORPixmap for increased visibility of the rubber
2274   band lines and general spangly-ness.
2276 * New start up sequence: all start up scripts etc. are read before
2277   the initial capture so windows styles will be correct, no need
2278   for a recapture.
2280 * EdgeThickness can resize/hide/show panframes in mid function.
2282 * Support for transparent Eterms etc. during opaque/animated
2283   moves.
2285 * FvwmPager tracks windows during opaque/animated moves.
2287 * Session management. Fvwm talks to a session manager
2288   and saves and restores its state.
2290 * Layers. New commands Layer, DefaultLayers; new Style option,
2291   WindowList option and condition Layer.
2293 * Lots of changes to FvwmForm:
2294   No limits of form size.
2295   Fonts and colors can change anywhere in the form.
2296   Form appearance can be configured globaly:
2297     Form defaults are read from .FvwmForm.
2298     There is a built in Default setting/saving dialogue.
2299   Forms can be read in directly from a file.
2300   Some forms are installed automatically.
2301   Tab to previous field.
2302   You can control vertical spacing on text so spacing is OK for
2303   help panels. A button can execute a synchronous shell command.
2304   You can paste into a form
2305   Forms can read configuration data.
2307 * IconPath and PixmapPath are replaced by single ImagePath.  All
2308   images, no matter what their format are searched for along the
2309   ImagePath.
2311 -------------------------------------------------------------------
2313 Changes in official release 2.2.5 (February 2001)
2315 * When fvwm is run remotely, startup is noticably faster.
2317 * Fixed the description of Focus in the man page.
2319 * Fixed a compile problem with Slackware 7.1.
2321 * Security fix related to .fvwm2rc being searched in the current
2322   directory when $HOME is not set.
2324 * A small fix in the code for SmartPlacement.
2326 * Core dump fix in pixmap code.
2328 -------------------------------------------------------------------
2330 Changes in official release 2.2.4 (November 1999)
2332 * Fixed HP-UX 10.20 build problems.
2334 * Fixed build problems without shape extension.
2336 -------------------------------------------------------------------
2338 Changes in official release 2.2.3 (October 1999)
2340 * Several minor bugfixes.
2342 * Fixed dragging windows out of the pager.
2344 * Added support for StartFunction & ImagePath not to break new
2345   configurations.
2347 * Fixed long-window-name-hangs-X bug.
2349 -------------------------------------------------------------------
2351 Changes in official release 2.2.2 (May 1999)
2353 * New "Emulate"  command  for independent  control of the
2354   move/resize feedback window.
2356 * EdgeThickness command can be issued at any time.
2358 * Pan frames not created when not needed.
2360 * Pan frames reach corners.
2362 * Fixed window wandering on restart, recapture.
2364 * International characters are accepted as input in FvwmForm.
2366 * Fix bug in window shading that left one row of pixels visible.
2368 * Fix to FvwmTaskbar so that  it won't loop  when  there are too
2369   many buttons.
2371 * Fix positioning bug on overlapping menus.
2373 * Fix M4 command problem, Problem Reports 201 and 246.
2375 * Fixed bug when calling a function without all args supplied.
2377 * Miscellaneous bug fixes,  see ChangeLog for details.
2379 -------------------------------------------------------------------
2381 Changes in official release 2.2.0 (February 1999)
2383 -------------------------------------------------------------------
2385 For older NEWS, read the ONEWS file.