Add NEWS bug entry for previous FvwmForm commit.
[fvwm.git] / NEWS
blob4031e74f9bc3147973798e067a0ef8ab73934681
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 * Bug fixes:
8    - Fixed the InitialMapCommand style from running when FVWM 
9      is restarting.
10    - Fix rendering of FvwmForm windows when initially mapped.
12 Changes in beta release 2.5.28 (20-Sep-2009)
14 * New features:
16    - New differentiated options for SnapAttraction when snapping
17      against screen edges:
18        "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
19    - New option to the BugOpts command: TransliterateUtf8.
21 * Bug fixes:
23    - Fixed non-visible Qt windows after a Qt deferred map (e.g.
24      Skype profile windows).
25    - Fixed the use of the X-resource "fvwmstyle".
26    - Fixed segmentation fault in FvwmEvent when parsing an
27      undefined event name, or an undefined environment variable
28      to the RPlayHost option.
29    - Fixed the events startup, shutdown and unknown in FvwmEvent.
30    - Fvwm now retains utf8 window names when the WM_NAME changes,
31      and the utf8 name converted to the default charset match
32      the old WM_NAME.
33    - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
34    - Fixed SnapAttraction: Option SameType/Icons/Windows did
35      falsely not affect conditions of option "Screen" and option
36      "SameType" snapped falsely icons and windows together.
37    - Fixed a problem where modules would get incorrect stacking
38      information if many windows were restacked at the same time.
39    - Fixed BugOpts parsing of more than one option at a time and
40      restoring of default value for the last option
41      in the command line when omitted.
42    - 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
44 -------------------------------------------------------------------
46 Changes in beta release 2.5.27 (23-Feb-2009)
48 * New features:
50    - New extended variable
51        $[w.visiblename]
53    - Style matching now honours the window's visible name which
54      means it can be matched before the real name, hence:
56         Style $[w.visiblename] Colorset 5
58         is now honoured.  Useful with IndexedWindowName as a style
59         option.
61    - New style InitialMapCommand allows to execute any command
62      when a window is mapped first.
64    - New option to PrintInfo, "bindings" which prints out all of
65      the Key, PointerKey, Mouse and Stroke bindings which fvwm
66      knows about.
68 * Bug fixes:
70    - Fixed compilation without XRender support.
71    - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
72    - Fixed a bug in automatic detection mode of the style
73      MoveByProgramMethod.
74    - Fixed png detection when cross compiling.
75    - Fixed keeping fullscreen window mode over a restart.
76    - The style PositionPlacement now honours StartsOnPage.
77    - Reset signal handlers for executed modules and programs.
78    - Try to handle a bug an old version of the EWMH spec by
79      honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
80      the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
81    - Fix the GNOME location prefix to application .desktop files.
82    - 'PositionPlacement UnderMouse' now forces the window
83      on-screen, just like the old UnderMousePlacement style option
84      used to.
86 -------------------------------------------------------------------
88 Changes in beta release 2.5.26 (7-May-2008)
90 * New features:
92    - New MenuStyle option VerticalMargins.
94 * New module features:
96    - FvwmButtons: New button alignment option: top.
98 * Bug fixes:
100    - Fixed crash in ARGB visual detection code.
101    - Fixed compilation without XRender support.
102    - Fixed drawing of background pictures in menu items and titles.
103    - Fixed handling of shaped windows.
104    - Fixed a 64-bit bug in the EWMH code.
106 -------------------------------------------------------------------
108 Changes in beta release 2.5.25 (26-Feb-2008)
110 * New features:
112    - Handle the STATE_ADD command of the EWMH _NET_WM_STATE
113      message from version 1.3 of the EWMH spec.
114    - Support transparency in ARGB windows
116 * Bug Fixes:
118    - Fixed problem with windows disappearing when created
119      unless the style Unmanaged was used.
120    - Edge move delay was used as resistance for the top edge.
121    - Fixed a parsing problem of the screen argument of the
122      SnapAttraction style.
123    - Some html documentation files were not installed.
124    - Fixed a memory leak in internationalized font handling.
125    - Fixed a bug in MinOverlap placement.
126    - Fixed the StickyAcrossPages style in the FvwmPager.
127    - Fixed the determination of the X charset on UTF-8 systems.
128    - Fixed a crash when certain EWMH messages were sent to
129      unmanaged windows.
130    - Fixed a memory leak in multibyte codepage code.
131    - Ignore the EWMH staysontop and staysonbottom hints if the
132      EWMHIgnoreStackingOrderHints style is used.
133    - Fixed a sporadic crash when the root background set by gnome,
134      fvwm-root, esetroot etc. changes and a root transparent
135      colour set is used.
136    - Fixed spradic crash in modules with root transparent
137      background from colour sets.
138    - Fixed a possible crash if the last active module fails.
140 -------------------------------------------------------------------
142 Changes in beta release 2.5.24 (24-Nov-2007)
144 * New features:
146    - Disabled paging during interactive resize operations by
147      default (see 2.5.20) as it is annoying to many people.
148    - New style command options:
149        EdgeMoveResistance
150        EdgeMoveDelay
151        EdgeResizeDelay
152        SnapGrid
153        SnapAttraction
154      that replace the now obsolete commands EdgeResistance,
155      SnapGrid and SnapAttraction.  The EdgeResistance command has
156      a new syntax with only one argument.
157    - New command MenuCloseAndExec for menu bindinngs that can be
158      used to trigger certain commands from a menu without an
159      associated item.  For example, with
160        Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
161      the RootMenu can be opened from any other menu by pressing
162      F1.
164 * Bug Fixes:
166    - Sometimes a window jumped by half the screen's size when
167      moving with the mouse and hitting the border of the desktop.
168    - Fixed the "screen w" argument of the Move and other commands.
169    - Clicking on a menu title did not close the menu by default.
170    - Temporary files in FvwmPerl overwrote each other.
172 -------------------------------------------------------------------
174 Changes in beta release 2.5.23 (1-Sep-2007)
176 * New features:
178    - New Style command options:
179        StartShaded
181 * Bug Fixes:
183    - Fixed FvwmButton's button placement algorithm broken in
184      2.5.22.
186 -------------------------------------------------------------------
188 Changes in beta release 2.5.22 (29-Aug-2007)
190 * New features:
192    - New Style command options:
193        UnderMousePlacementHonorsStartsOnPage
194        UnderMousePlacementIgnoresStartsOnPage
195        !MinOverlapPlacementPenalties
196        !MinOverlapPercentPlacementPenalties
197        MinWindowSize
198    - SVG (scalable vector graphics) image loading support.
199    - New extended variables
200        $[w.iconfile.svgopts]
201        $[w.miniiconfile.svgopts].
202    - Added suffix 'w' to the arguments of the Move command and
203      similar.  It is now possible to add multiple shifts to a
204      window position, e.g. "50-50w 50-50w" for the center of the
205      screen.
206    - Removed UnderMousePlacement and CenterPlacement.  Use
207      "PositionPlacement Center" and "PositionPlacement UnderMouse"
208      instead.
209    - Documentation in HTML format.
210    - Replaced "UseListSkip" with "UseSkipList" & "OnlyListSkip" with
211      "OnlySkipList" in WindowList command. (Old options deprecated.)
212    - New subject ImageCache for PrintInfo command.
213    - The new commad EchoFuncDefinition prints a function's
214      definition to the console for debugging purposes.
215    - The CursorStyle command can now load PNG and SVG images as
216      mouse cursors.  New x and y arguments to specify the
217      hot spot.  Also, it is now possible to load non-monochrome
218      cursors and cursors with partial transparency.
220 * New module features:
222    - FvwmScript: New instructions: ChangeWindowTitle and
223      ChangeWindowTitleFromArg.
225 * Bug Fixes:
227    - Windows with aspect ratio no longer maximize past the screen
228      edges.
229    - Fixed CenterPlacement with Xinerama screens.
230    - Fixed CascadePlacement with title direction west and east
231    - Windows no longer unstick when going to fullscreen mode.
232    - Fixed crash when raising/lowering a destroyed window.
233    - Fixed expansion of $[n-] and $[*], broken in 2.5.20.
234    - Fixes for resizing shaded windows and windows with a gravity
235      other than northwest.
236    - Fixed CursorStyle POSITION, broken since 2.3.24.
237    - The hi, sh and fgsh colors in colorsets are no longer replaced
238      by computed values if not explicit set on the same line as the
239      bg, or for fgsh fg, changes. (bug #3359)
240    - FvwmButtons now redraws stretched button backgrounds correctly
241      on partial expose.
242    - Windows with circular transient for hints may no longer crash
243      fvwm with StackTransientParent style.
244    - FvwmPager now displays windows that are StickyAcrossPages
245      correctly.
246    - Fixed a possible crash with modules closing down.
247    - Fixed broken demo script fvwm_make_browse_menu.sh.
248    - The conditon following a comma separator without whitespace
249      padding was previously ignored if the presiding condition was
250      multi-worded.
251    - Various FvwmButtons drawing problems.
252    - Window movement or resizing triggered by an EWMH message now
253      honours the FixedSize and FixedPosition window styles.
254    - Properly generate leave_window and enter_window events for
255      the root window in FvwmEvent.
256    - Fixed crash in UTF8 code.
257    - Fixed parsing of the PropertyChange command.
258    - Fixed windowlist crash when combining CurrentAtEnd with
259      IconifiedAtEnd and all windows are iconified.
261 -------------------------------------------------------------------
263 Changes in beta release 2.5.21 (20-Jan-2007)
265 * New features:
267    - The command Scroll can now be used for interactive scrolling.
269 * Bug Fixes:
271    - Fixed Tile...Placement styles (SmartPlacement) that were
272      broken in 2.5.20.
274 -------------------------------------------------------------------
276 Changes in beta release 2.5.20 (15-Jan-2007)
278 * New features:
280    - New Style options: StippledIconTitle, !StickyStippledTitle,
281      and !StickyStippledIconTitle.
282    - Full support for menu context (M) key and mouse bindings.  See
283      the section Menu Bindings in the man page for details.
284    - Hilighted menu backgrounds now use pixmaps gradients and
285      transparency from their related colorset.
286    - New window conditions: StickyIcon, StickyAcrossPagesIcon and
287      StickyAcrossDesksIcon.
289 * Changed features:
291    - "Mouse n M N" is no longer used to disable or remap the
292       builtin tear off menu button. See the section Tear Off Menus
293       for details on replacement commands.
295 * Bug Fixes:
297    - FvwmWinList: fix problem with window name/button mixups during
298      Init/Restart of fvwm. (bug #1393)
299    - It is now possible to switch the viewport while resizing
300      windows if "EdgeScroll 0 0" is set.
301    - Fixed disappearing windows when aborting interactive resizing
302      of maximized windows when unmaximizing them later.
303    - Fixed disappearing windows when moving maximized windows and
304      unmaximizing them later.
305    - Fixed calculation of final location with MoveToPage and
306      MoveToScreen with windows to the left or top of the viewport.
307    - 64-bit architecture fix in FvwmProxy.
308    - FvwmForm now work with balanced quoted command for Timeout.
309    - FvwmPager correctly updates on window desk change.
310    - FvwmIconBox: fixed problem with IconColorset's background
311      color change not being applied immediately.
312    - Allow FvwmConsole to run a terminal via rxvtc or urxvtc.
313      FvwmConsole dies if no client connects within one minute.
314    - Expansion of variables in FvwmTaskBar launch button commands
315      fixed.
316    - Fixed a race condition with applications raising their own
317      transient windows in certain ways. (Apple Shake, kphotoalbum)
318    - FvwmIdent reports the correct geometry if the window has its
319      title at the left or right side.
320    - Fixed an infinite loop when deiconifying windows in a group
321      via a different window than the initially iconified.
323 -------------------------------------------------------------------
325 Changes in beta release 2.5.19 (9-Dec-2006)
327 * Bug Fixes:
329    - FvwmCommand now reports "end windowlist" and "end configinfo".
330    - FvwmCommand now prints config info split on lines.
331    - FvwmTaskBar no longer gets lost with trailing whitespace after
332      geometry specification.
333    - Fixed a window size problem if the aspect ratio is set (e.g.
334      mplayer).
335    - Decorations now update when unmanaged windows take focus, and
336      not FlickeringQtDialogsWorkaround is enabled.
337    - FvwmPager again allows movement of windows added before a
338      page change.
339    - fvwm no longer crashes on 1 and 4 bit displays. (#1677)
340    - EWMH desktops now correctly handles FPClickToFocus. (#1492)
341    - Security fix in fvwm-menu-directory. (CVE-2006-5969)
343 -------------------------------------------------------------------
345 Changes in beta release 2.5.18 (11-Sep-2006)
347 * Bug Fixes:
349    - If a window started fullscreen, leaving fullscreen state now
350      properly unmaximizes and resizes the window.
351    - Fixed the ForeColor/HilightFore styles that were broken in
352      2.5.17.
353    - FvwmPager can now move icons with the !IconTitle style.
354    - Fixed drawing of icons that are moved to a different desk.
355    - FvwmPager no longer tries to move non-movable windows.
356    - FvwmPager now moves all windows as user requests.
357    - FvwmPager no longer displaces windows with title and border
358      sizes on moves.
359    - TestRc now correctly matches Break, and $[cond.rc] is
360      expanded for Break.
361    - Fixed several 64-bit architecture problems with
362      XGetWindowProperty().  Xine works much better on 64-bit
363      machines.
364    - Fixed handling of ClickToFocusPassesClick with the EWMH
365      desktop (e.g. using nautilus).
366    - Fixed handling of windows that are unmapped and mapped again
367      too fast (e.g. fpga_editor).
369 -------------------------------------------------------------------
371 Changes in beta release 2.5.17 (19-Jul-2006)
373 * New features:
375    - New MenuStyle options TitleFont, TitleColorset and
376      HilightTitleBack.
377    - New command PressButton in module FvwmButtons for being able
378      to emulate button press via other means than the mouse.
379    - New wrap options to EdgeScroll command for wrapping with pixel
380      distances.
381    - New Style option UnderMousePlacement.
382    - Unused arguments to Style options generate warnings.
383    - The name style names match against can be augmented by the
384      X-resource "fvwmstyle".
385    - New options, Reverse and UseStack, to All command.
386    - WindowShade can now reshade windows using the Last direction.
387    - Positional parameters to complex functions can now be expanded
388      using $[n], $[n-m], $[n-] and $[*] expressions.
389    - The width and height arguments of the Resize command now
390      accept the prefix 'w' to allow resizing relative to the
391      current window size.
392    - New command ModuleListenOnly.
393    - New "Periodic" option added to Schedule command.
395 * Bug Fixes:
397    - Fixed detection of running non-ICCCM2 wm (bug #3151).
398    - Fixed drawing of menus with the sidepic on the right.
399    - EdgeScroll no longer divides pixel distances >1000 by 1000.
400      (bug #3162)
401    - The configure script can now cope with four-part version
402      numbers when detecting some libraries.
403    - The WarpToWindow command followed by Move in a complex
404      function now uses the correct pointer position.
405    - The menu style TitleWarp does no longer warp the pointer for
406      root menus (as it is documented).
407    - Fixed detection of safe system version of mkstemp.
408    - Fixed the conditions Iconifiable, Fixed, FixedSize,
409      Maximizable and Closable.
410    - Fixed problem with window outline and placement position
411      running out of sync.
412    - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
413    - FvwmGtk now configures correctly on Cygwin (bug #3772).
414    - Fixed tempfile vulnerabilities in FvwmCommand.
416 -------------------------------------------------------------------
418 Changes in beta release 2.5.16 (20-Jan-2006)
420 * New features:
422    - If the pointer can not be grabbed in functions, a message is
423      printed to the console instead of beeping.
425 * Bug Fixes:
427    - Fixed a couple of build problems introduced in 2.5.15.
429 -------------------------------------------------------------------
431 Changes in beta release 2.5.15 (14-Jan-2006)
433 * New features:
435    - Variables can be nested, like $[desk.name$[desk.n]].
436    - Obsolete one-letter variables work, but generate warnings now.
437    - Windows can be placed by any button (now also >3).
438    - It is now possible to redefine the buttons usable to finish
439      window movement and manual placement.
440    - New window condition PlacedByButton.
441    - MenuStyle pairs can be negated by prefixing '!'.
442    - New generic tabbing module - FvwmTabs.
443    - New Style option: EWMHIgnoreWindowType.
444    - New MenuStyle options: MouseWheel, ScrollOffPage and
445      TrianglesUseFore.
446    - To compile from CVS, autoconf-2.53 or above is now required.
447      This does not affect compiling the released tarballs.
448    - New option "screen" to Move and ResizeMove commands to allow
449      specifying the target Xinerama screen.
451 * Bug Fixes:
453    - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
454    - Better look for windows with "BorderStyle TiledPixmap".
455    - Some EWMH-related 64-bit fixes.
456    - Fixed segmentation fault when replacing title of title only
457      menus (Bug #1121).
458    - Fixes for resizing of shaded windows and resizing/moving
459      windows with complex functions.
461 -------------------------------------------------------------------
463 Changes in beta release 2.5.14 (24-Aug-2005)
465 * New features:
467    - Fvwm now officially supports 64-bit architectures.
468    - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
469      EdgeIsActive.
470    - New window condition FixedPosition.
472 * New module features:
474    - FvwmPerl module supports window context when preprocessing.
475    - FvwmPerl module accepts new --export option that by default
476      defines two fvwm functions "Eval" and ".", to be used like:
478        FvwmPerl -x
479        Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
480        . Exec xmessage %{2 + cos(0)}%    # embedded calculator
482    - New FvwmProxy option ProxyIconified.
483    - New FvwmTaskBar option Pad to control the gap between
484      buttons.
486 * Bug Fixes:
488    - Fixed a Solaris compiler error introduced in 2.5.13.
489    - Fixed a hang with layers set by applications (e.g. AbiWord).
490    - GotoDesk with a relative page argument now wraps around at
491      the end of the given range as documented. (Bug #1396).
492    - PopupDelayed menu style option was not copied on
493      CopyMenuStyle.
494    - Transparent Animated menus with non-transparent popup were
495      not animated correctly.
496    - Supported euc-jp class of encodings.
497    - A window's default layer is no longer set to 0 during a
498      restart.
499    - Fixed an annoying MouseFocus/SloppyFocus problem in
500      conjunction with EdgeResistance + EdgeScroll (sometimes a
501      window did not get the focus as it should have). This
502      problem first occured in 2.5.11.
504 -------------------------------------------------------------------
506 Changes in beta release 2.5.13 (16-Jul-2005)
508 * Bug Fixes:
510    - The MoveToPage command did not work without arguments in
511      2.5.11 and 2.5.12.
512    - Mouse/Key command no args possible core dump.
513    - Direction with no args possible core dump.
514    - FvwmScript periodic tasks run too often.
515    - Perl modules did not work on 64 machines.
516    - FvwmDebug did not report any extended messages.
517    - fvwm-menu-desktop supports mandriva.
518    - fvwm-menu-desktop when verifying executable, allow full path.
520 * New module features:
522    - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
523      options.
524    - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
525      TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
526      TipsJustification and TipsOffsets options.
527    - FvwmButtons: PressColorset & ActiveColorset options for
528      _individual_ buttons.
530 -------------------------------------------------------------------
532 Changes in alpha release 2.5.12 (6-Oct-2004)
534 * New commands:
536    - EdgeLeaveCommand
538 * New module features:
540    - FvwmIconMan: ShowOnlyFocused option.
542 -------------------------------------------------------------------
544 Changes in alpha release 2.5.11 (30-Sep-2004)
546 * Multiple window names can be specified in conditions.
548 * Window-specific key/mouse bindings. (Bindings no longer have to
549   be global.)
551 * The default fvwm configuration files are now: ~/.fvwm/config and
552   $FVWM_DATADIR/config. Five previously used config file locations
553   are still searched as usual for backward compatibility.
555 * New extended variables $[w.desk] and $[w.layer].
557 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
558   command.
560 * New Style option "State".
562 * New Style option "CenterPlacement".
564 * New option to FvwmIconMan: ShowNoIcons.
566 * New WindowList tracker and other enhancements in Perl library.
568 * New option to fvwm-menu-directory: --func-name.
570 * Improved FvwmWindowMenu module.
572 * Fluxbox-like Alt-Button3 resizing with the new Resize options
573   Direction, WarpToBorder and FixedDirection
575 * Enhanced "Test (Version >= x.y.z)" option to allow version
576   comparisons.
578 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
579   PressColorset, PressIcon and PressTitle.
581 * New FvwmButtons swallow option: SwallowNew.
583 * The option CurrentGlobalPageAnyDesk was accidentally named
584   CurrentGlobbalPageAnyDesk before.
586 * New conditions AnyScreen and Overlapped.
588 * The Read and PipeRead commands return 1 if the file or command
589   could be read or executed and -1 otherwise.
591 * New menu option TearOffImmediately.
593 * Added support for Solaris' Xinerama.
595 * New option MailDir in FvwmTaskBar.
597 * MoveToPage command:
599     New options wrapx, wrapy, nodesklimitx and nodesklimity.
600     New suffix 'w' to allow for window relative movement.
602 -------------------------------------------------------------------
604 Changes in alpha release 2.5.10 (19-Mar-2004)
606 * New command FakeKeyPress.
608 * New BugOpts option ExplainWindowPlacement.
610 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
612 * Security patch in fvwm-bug.
613   See http://securitytracker.com/alerts/2004/Jan/1008781.html
615 * Security fixes in:
617     fvwm-menu-directory (BugTraq id 9161)
618     fvwm_make_directory_menu.sh
619     fvwm_make_browse_menu.sh
621 -------------------------------------------------------------------
623 Changes in alpha release 2.5.9 (2-Mar-2004)
625 * New MenuStyle options PopupIgnore and PopupClose.
627 * New configure option --disable-iconv to disable iconv support.
629 * New extended variables $[w.iconfile] and $[w.miniiconfile].
631 * New Style option Unmanaged.  Such windows are not managed by
632   fvwm.
634 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
636 * New option DisplayNewWindowNames to the BugOpts command.
638 * Security fix for fvwm-menu-directory.
639   See BugTraq id 9161.
641 -------------------------------------------------------------------
643 Changes in development release 2.5.8 (31-Oct-2003)
645 * New prefix command KeepRc.
647 * Renamed the Cond command to TestRc, and the On command to Test.
648   Removed the CondCase command.  Use "KeepRc TestRc" instead.
650 * The Break command can be told the number of nested function
651   levels to break out of.  Break now has a return code of -2
652   ("Break").
654 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
655   in key or mouse bindings.
657 * New extended variable $[func.context].
659 * New Style option MoveByProgramMethod.  Tries to autodetect
660   whether application windows are moved honouring the ICCCM or not
661   (default).  The method can be overridden manually if the
662   detection does not work.
664 * fvwm supports tear off menus.  See the "Tear Off Menus" section
665   in the man page or press Backspace on any menu to try them out.
667 * fvwm now handles what Unicode calls "combining characters" (i.e.
668   marks drawn on top of other characters).
670 * New commands WindowStyle and DestroyWindowStyle for individual
671   (per window) styles.
673 * The conditions !Current... and !Layer now work as expected.
675 * Added a nice autohide script to the FAQ.
677 * FvwmAnimate now supports dynamical commands "pause", "play",
678   "push", "pop" and "reset" to manipulate the playing state.
680 -------------------------------------------------------------------
682 Changes in development release 2.5.7 (30-May-2003)
684 * The commands Cond and CondCase now support checking for
685   inequality by prefixing the return code with '!'.
687 * Schedule and Deschedule support hexadecimal and octal command
688   ids.
690 * In FvwmIconMan, windows can move from one manager to another
691   according to the managers' Resolution options.
693 * In order to fix a problem with StartsOnScreen and applications
694   that set a user specified position hint, the StartsOnScreen style
695   no longer works for the following modules:  FvwmBanner,
696   FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
697   FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList.  Use
698   the '@<screen>' bit in the module geometry specification where
699   applicable.
701 * Documented variable $[gt.any_string] and LocalePath command
702   (new in 2.5.5).
704 * Added gettext support to FvwmScript. New head instruction
705   UseGettext and WindowLocaleTitle. New widget instruction
706   LocaleTitle. New instruction ChangeLocaleTitle and new function
707   Gettext.
709 * WindowListFunc is executed now within a window context, so
710   a prefix "WindowId $0" is not needed in its definition anymore,
711   and it is advised to remove it in user configs.
713 * FvwmEvent now executes all window related events within a window
714   context, so PassId is not needed anymore, and all prefixes
715   "WindowId $0" may be removed in user event handlers.
717 * New FvwmTaskBar option NoDefaultStartButton.
719 -------------------------------------------------------------------
721 Changes in development release 2.5.6 (28-Feb-2003)
723 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
725 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
726   exec'd process knows it's not running interactively.
728 * Improvement in MultiPixmap.  In particular Colorset and Solid
729   color can be specified.
731 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
732   StretchedPixmap and ShrunkPixmap.
734 * Use the MIT Shared Memory Extension for XImage.
736 * The TitleStyle decor of a vertical window Title is rotated.
737   This is controllable using a new style option:
739     !UseTitleDecorRotation / UseTitleDecorRotation
741 * New style options IconBackgroundColorset, IconTitleColorset,
742   HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
743   and IconBackgroundPadding.
745 * Minor incompatible improvements to the Perl library API.
747 * Renamed FvwmWindowLister to FvwmWindowMenu.
749 * New option to IconSize style: Adjusted, Stretched, Shrunk.
751 * New shortcuts for button states: AllActiveUp, AllActiveDown,
752   AllInactiveUp, AllInactiveDown.
754 * New Style options:
756     Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
758 * New conditions for matching windows:
760     Closable, Iconifiable, Maximizable, FixedSize and HasHandles
762 * New conditional command On for non-window related conditions.
764 * Removed --disable-gnome-hints and --disable-ewmh configure
765   options.
767 * All single letter variables are deprecated now; new variables:
769     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
770     $[desk.n], $[version.num], $[version.info], $[version.line],
771     $[desk.pagesx], $[desk.pagesy]
773 -------------------------------------------------------------------
775 Changes in development release 2.5.5 (2-Dec-2002)
777 * Added support for joining and shaping in bi-directional
778   languages that need this.
780 * ButtonStyle and TitleStyle new style type Colorset.
782 * New experimental module FvwmProxy.
784 * New command RestackTransients.
786 * Added a pixel offset to vector button definitions.
788 * New command FocusStyle as a shorthand for setting the FP...
789   styles with the Style command.
791 * New option Locale to PrintInfo command.
793 * The Next and Prev commands start looking for a matching window at
794   the context window if there is any.
796 * The MoveToPage command does nothing with sticky windows.
798 * New module FvwmWindowLister, a WindowList substitute.
800 * Sticky windows can be sticky across pages, across desks or both.
801   Related to this are:
802    - New commands StickAcrossPages and StickAcrossDesks.
803    - New Style options StickyAcrossPages and StickyAcrossDesks.
804    - New conditional command options StickyAcrossPages and
805      StickyAcrossDesks.
806    - New WindowList options NoStickyAcrossPages,
807      NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
808      OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
809    - New FvwmRearrange options -sp and -sd.
811 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
812   FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
813   an alpha channel are used.
815 * New Colorset option RootTransparent
817 * The Transparent Colorset option can be tinted under certain
818   conditions
820 * New MinHeight option to TitleStyle
822 * Added gettext support. New command LocalePath and new variable
823   $[gt.string]
825 -------------------------------------------------------------------
827 Changes in alpha release 2.5.4 (20-Oct-2002)
829 * FvwmTaskBar may now include mini launch buttons using the Button
830   command.  Also has new options for spacing the buttons:
831   WindowButtonsLeftMargin, WindowButtonsRightMargin, and
832   StartButtonRightMargin.  See man page for details.
834 * Style switches can be prefixed with '!' to inverse their meaning.
835   For example, "Style * Sticky" is the same as "Style * !Slippery".
836   This works *only* for pairs of styles that take no arguments and
837   for the Button and NoButton styles.
839 * New button property Id in FvwmButtons.  FvwmButtons now accepts
840   dynamical actions using SendToModule, see the man page:
842     ChangeButton <button-id> <properties-to-change>
843     ExpandButtonVars <button-id> <command-to-expand>
845 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
846   IconTint and IconAlpha.
848 * Alpha blending rendering is supported even without XRender
849   support.
851 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
852   Titles and buttons now have 4 main states instead of 3: ActiveUp,
853   ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
854   Several shortcuts added: Active means ActiveUp + ActiveDown,
855   Inactive means InactiveUp + InactiveDown, similarly for shortcuts
856   ToggledActive and ToggledInactive.
858 * More shortcuts for button states added: AllNormal, AllToggled,
859   AllActive, AllInactive, AllUp, AllDown.  These six shortcuts are
860   actually different masks for 4 individual states (from 8 total).
862 * FPClickToFocus and FPClickToRaise work with any modifier by
863   default.
865 * Perl library API regarding event handlers is changed, so personal
866   modules in Perl should be adjusted.
868 * Allow the use of mouse buttons other than the first in
869   FvwmWinList when invoked transient.
871 * ImagePath now supports directories in form "/some/directory;.png"
872   (where semicolon delimits a file extension that files in
873   /some/directory have.  This file extension replaces the original
874   image extension (if any) or it is added if there is no extension.
875   For example with: Style XTerm MiniIcon mini/xterm.xpm
876   the file /some/directory/mini/xterm.png is searched.
878 * New graphical debugger module FvwmGtkDebug.
880 * New command NoWindow for removing the window context.
882 * New FvwmIconMan option ShowTransient.
884 * All conditions have a negation.
886 * New FvwmBacker option RetainPixmap.
888 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
889   and FvwmPager when xft fonts or icons with an alpha channel is
890   used.
892 * FvwmButtons redrawing improvement: colorsets are now usable with
893   containers.
895 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
896   and SelectColorset are now strictly respected.
898 * The HilightBack and ActiveFore menu styles are independent of
899   each other.  HilightBack without using ActiveFore does no longer
900   hilight the item text.
902 * New WindowList option SortByResource; the previously added
903   SortClassName option is renamed to SortByClass.
905 * New command PrintInfo for debugging.
907 -------------------------------------------------------------------
909 Changes in alpha release 2.5.3 (25-Aug-2002)
911 * TitleStyle MultiPixmap now works once again.
913 * Removed the old module interface for ConfigureWindow
914   packets. External modules relying on this interface no longer
915   work.
917 * Fixed interaction bug between CascadePlacement and StartsOnPage:
918   if the target page was at a negative x or y page displacement
919   from the current viewport, the window would be placed on the
920   wrong page.
922 * New Style option IconSize for restricting icon sizes.
924 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
925   ShowScreen, ShowPage, ShowPageX and ShowPageY.
927 * Restored old way of handling clicks in windows with ClickToFocus
928   and ClickToFocusPassesClickOff.  This fixes a problem with
929   click+drag in an unfocused rxvt or aterm window.
931 * Fixed wrong warp coordinates when WarpToWindow was used with two
932   arguments on an unmanaged window.
934 * Vastly improved FvwmEvent performance.
936 * FvwmAuto can operate on Enter and Leave events too.  This makes
937   it possible to have auto raising with ClickToFocus and
938   NeverFocus. See -menter and -menterleave options and examples in
939   the FvwmAuto man page.
941 * The "hangon" strings in FvwmButtons support wild cards.
943 * New option "Icon" to PlaceAgain command.
945 * New option "FromPointer" and direction "Center" to the Direction
946   command.
948 * The styles ClickToFocusRaises(Off) and
949   MouseFocusClickRaises(Off) are now different names for the same
950   style.  Configurations that used
952     Style * ClickToFocus, ClickToFocusRaises
953     Style * MouseFocusClickRaisesOff
955   or vice versa no longer work as like before.  Remove the second
956   line to fix the problem.  ClickToFocusRaises now works only on
957   the client part of a window, not on the decorations as it did
958   before.
960 * New color limit method for screens that only display 256 colors
961   (or less).
963 * In depth less or equal to 16 image and gradient can be
964   dithered. This can be enabled/disabled by using the new
965   dither/nodither options to the Colorset command.
967 * Removed the styles MouseFocusClickIgnoreMotion and
968   MouseFocusClickIgnoreMotionOff again.
970 * Many new focus policy styles "FP..." and "!FP...".
972 -------------------------------------------------------------------
974 Changes in alpha release 2.5.2 (24-Jun-2002)
976 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
977   section of fvwm manual page.
979 * New Colorset options: fgsh for shadow text and fg_alpha for
980   merging text with the background.
982 * New module FvwmPerl adds perl scripting ability to fvwm
983   commands.
985 * Provided powerful perl library for creating fvwm modules in
986   perl.
988 * New WindowList option IconifiedtAtEnd.
990 * Always display the current desk number in the FvwmPager window
991   title.
993 * Allow to bind a function to the focus click and pass it to the
994   application at the same time.
996 * New styles !Borders and Borders to enable or disable window
997   borders.
999 * Removed the --enable-multibyte configure option.  Multibyte
1000   support is now compiled in unconditionally.
1002 * New FvwmButtons option ActionOnPress enables execution of action
1003   on press rather than on release for any specific button.
1005 * Improved CascadePlacement, the last used position is reused if
1006   the last placed window does not exist any more.
1008 * FvwmIconMan may now change the resolution dynamically, just
1009   issue "*FvwmIconMan: resolution page" while FvwmIconMan is
1010   running.
1012 * New command XineramaSlsScreens.
1014 * MoveToPage and MoveToDesk no longer unstick windows.
1016 * It is possible to specify a string encoding in a font name, see
1017   the "FONT AND STRING ENCODINGS" section of fvwm manual page.
1019 -------------------------------------------------------------------
1021 Changes in alpha release 2.5.1 (26-Apr-2002)
1023 * Changed the executable and the man page names from fvwm2 to
1024   fvwm. The old names are still supported by symlinking.
1026 * All fvwm utilities are renamed to conform to the "fvwm-"
1027   scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
1028   fvwm-convert-2.4.
1030 * Added a full support for the side window titles. New Style
1031   options TitleAtLeft and TitleAtRight added to TitleAtTop and
1032   TitleAtBottom.
1034 * A title text may now be optionally rotated for both vertical and
1035   horizontal title directions, search for "Rotated" in the man
1036   page.
1038 * Added support for loading images in PNG (including alpha
1039   blending) and XBM formats anywhere.
1041 * New commands Schedule and Deschedule.
1043 * New command State.  New conditions State and !State.
1045 * New commands XSync and XSynchronize for debugging purposes.
1047 * In interactive move/placement when Alt/Meta modifier is pressed,
1048   snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
1049   ignored.
1051 * New flags (No)FvwmModule to FvwmButtons Swallow option
1053 * The I18N_MB patch (--enable-multibyte) has been
1054   rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
1055   set of locale functions (locale initialization, font loading,
1056   text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
1057   in the entire fvwm code (but FvwmWharf).  Font loading and
1058   memory management is improved in the multibyte case.
1060 * Better support of non ISO-8859-1 window and icon titles. See the
1061   --disable-compound-text option in INSTALL.fvwm for more
1062   details.
1064 * Added anti-aliased text rendering support using Xft (use
1065   --enable-xft to enable it). Recent versions of XFree and
1066   freetype2 are needed (see the FONT NAMES AND FONT LOADING
1067   section of the fvwm manual page).
1069 * Conditional commands now have a return code (Match, NoMatch or
1070   Error).  This return code can be checked and tied to an action
1071   with the new commands Cond and CondCase.
1073 * Bindings can be made to the separate parts of the window border
1074   with the new contexts '[', ']', '-', '_', '<', '^', '>' and
1075   'v'.
1077 * New parameters for FvwmRearange: -maximize and -animate.
1079 * New option StartCommand for FvwmTaskBar to allow placing the
1080   StartMenu correctly.
1082     *FvwmTaskBar: StartCommand Popup RootMenu \
1083         rectangle $widthx$height+$left+$top 0 -100m
1085   Please refer to the FvwmTaskBar man page for details.
1087 * New extended variables pointer.x, pointer.y, pointer.wx,
1088   pointer.wy, pointer.cx and pointer.cy.
1090 * The Current command does not select a random window when no
1091   window has the focus.
1093 * New color '@4' (transparent) in button vectors.
1095 * New option "Frame" for the Resize and ResizeMove commands.
1097 * Added direction options to WindowShade command.  Windows can be
1098   shaded in any of the eight compass directions.
1100 * Styles WindowShadeLazy (default), WindowShadeBusy and
1101   WindowShadeAlwaysLazy to optimize performance of the WindowShade
1102   command.
1104 * The DO_START_ICONIC flag is no longer supported in the module
1105   interface.
1107 * Added bi-directional text support for Asian charsets.
1109 * New option MinimalLayer for FvwmIdent to control window layer.
1111 * New FvwmIconMan configuration syntax now conforms to the syntax
1112   of other modules, see the man page.
1114 * FvwmForm can automatically run commands after a timeout
1115   interval.
1117 * Fvwm commands can be invoked when the edge of the screen is hit
1118   with the mouse.
1120 * New commands Colorset, ReadWriteColors and CleanupColorsets
1121   allow the colorset functionality previously available using
1122   FvwmTheme.
1124 * FvwmTheme is obsolete now, but still supported for some time.
1126 * New options Tint, TintMask and NoTint to colorsets.
1128 * New WindowList option CurrentAtEnd.
1130 * New weighted sorting in FvwmIconMan.
1132 * New conditional command ThisWindow.
1134 -------------------------------------------------------------------
1136 Changes in alpha release 2.5.0 (27-Jan-2002)
1138 * New commands ResizeMaximize and ResizeMoveMaximize that modify
1139   the maximized geometry of windows and maximize them as
1140   necessary.  Very useful to make a window larger manually and
1141   then get back the old geometry with a click.
1143 * New command ResizeMoveMaximize similarly.
1145 * New styles FixedPPosition, FixedUSPosition, FixedSize,
1146   FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
1147   VariableSize, VariableUSSize, and VariablePSize.
1149 * Actions can be bound to windows swallowed in FvwmButtons.  To
1150   disable this feature for a specific button, the new option
1151   ActionIgnoresClientWindow can be used.
1153 * Fvwm respect the extended window manager hints
1154   specification. This allows fvwm to work with KDE version >= 2
1155   and GNOME version 2. This support is configurable using a bunch
1156   of new commands and style options, search for "EWMH" in the man
1157   page.
1159 * New DateFormat option in FvwmTaskBar to change the date format
1160   in the clock's popup tip.
1162 * Window titlebars may now be designed using a new powerful
1163   TitleStyle option MultiPixmap, that enables to specify separate
1164   pixmaps for different parts of the titlebar: Main, LeftEnd,
1165   LeftOfText, UnderText, RightOfText, RightEnd and more.
1167 * New styles MinOverlapPlacementPenalties and
1168   MinOverlapPercentPlacementPenalties.
1170 * New styles IndexedWindowName / ExactWindowName and
1171   IndexedIconName / ExactIconName.
1173 * New command "DesktopName desk name" to define the name of a
1174   desktop for the FvwmPager, the WindowList and EWMH compliant
1175   pagers. New expanding variables $[desk.name<n>] for the desktop
1176   names.
1178 * New window list options NoDeskNum, NoCurrentDeskTitle,
1179   TitleForAllDesks, NoNumInDeskTitle.
1181 * New emacs style bindings in menus.
1183 * New Maximize global flag "layer" which causes the various grow
1184   methods to ignore the windows with a layer less than or equal to
1185   the layer on the window which is maximized.
1187 * Better support of the Transparent colorset in the modules and in
1188   animated menus.
1190 * Amelioration of the WindowShade animation.
1192 * New ButtonStyle and TitleStyle option MwmDecorLayer.
1194 * New style BackingStoreWindowDefault which is the default
1195   now. Fvwm no longer disables backing store on windows by
1196   default.
1198 * New styles MouseFocusClickIgnoreMotion and
1199   MouseFocusClickIgnoreMotionOff.
1201 * The module interface now supports up to 62 message types.
1203 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
1205 * New events "enter_window" and "leave_window" in FvwmEvent.
1207 * New MenuStyle PopupActiveArea.
1209 * New command line option -passid to FvwmAuto.
1211 * New conditional commands Any and PointerWindow.
1213 * New conditions Focused, !Focused, HasPointer and !HasPointer.
1215 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
1217 -------------------------------------------------------------------
1219 Changes in stable release 2.4.20 (6-Dec-2006)
1221 * The configure script now correctly appends executable file
1222   extensions to conditionally built binaries. Fixes building on
1223   Cygwin.
1225 * FvwmConsole no longer conflicts with getline of Cygwin's stdio.
1227 * Fixed parsing of For loops in FvwmScript.
1229 * Fixed a possible endless loop when de-iconifying a transient
1230   window.
1232 * Reject some invalid GNOME hints.
1234 * Fixed a loop when xterm changes its "active icon" size.
1236 * The configure script can now cope with four-part version numbers
1237   when detecting some libraries.
1239 * Security fixes in
1241      fvwm-menu-directory. (CVE-2006-5969)
1242      FvwmCommand
1244 -------------------------------------------------------------------
1246 Changes in stable release 2.4.19 (30-Sep-2004)
1248 * Fixed BackingStore style option.
1250 * Fixed MoveToDesk commend with a single argument.
1252 * Allow whitespace in menu names.
1254 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
1256 * A double click no longer occurs when two different mouse
1257   buttons are pressed.
1259 * Fixed a relief drawing problem in FvwmWinList.
1261 * Fixed travelling windows on restart if a window used non NorthWest
1262   gravity and changed that before the restart.
1264 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
1266 * The clock in FvwmTaskBar is redrawn immediately when its colour
1267   changes.
1269 * The option CurrentGlobalPageAnyDesk was accidentally named
1270   CurrentGlobbalPageAnyDesk before.
1272 * Fixed a problem with fvwm startup and shutdown when the pointer
1273   was grabbed by another application.
1275 * Fixed parsing of the Pointer option to the Move command.
1277 * Fixed handling of MWM hints on 64 bit machines.
1279 -------------------------------------------------------------------
1281 Changes in stable release 2.4.18 (19-Mar-2004)
1283 * Corrected rebooting the machine in FvwmScript-Quit.
1285 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
1287 * Security patch in fvwmbug.sh.
1288   See http://securitytracker.com/alerts/2004/Jan/1008781.html
1290 * Security fixes in
1291     fvwm-menu-directory (BugTraq id 9161)
1292     fvwm_make_directory_menu.sh
1293     fvwm_make_browse_menu.sh
1295 -------------------------------------------------------------------
1297 Changes in stable release 2.4.17 (10-Oct-2003)
1299 * Fixed error message for incorrect --with-SOME-library argument.
1301 * It is now possible to suppress title action or title completely
1302   in menus created by fvwm-menu-directory.
1304 * Fixed a compile problem on QNX 4.25.
1306 * New configure switch --disable-gtk.
1308 * FvwmGtk.1 is not installed if FvwmGtk is not built.
1310 * The "Visible" condition does no longer select windows on
1311   different desks.
1313 * With the styles StartsOnPage, SkipMapping and UsePPosition,
1314   windows that request a specific position are still placed on the
1315   given page.
1317 * Fixed sending M_NEW_PAGE packets to the modules if the page did
1318   not change.
1320 * Added support for new BBC headlines in fvwm-menu-headlines, this
1321   replaces the old BBC-Worlds and BBC-SciTech headlines.
1323 -------------------------------------------------------------------
1325 Changes in stable release 2.4.16 (30-May-2003)
1327 * Fixed a transparency problem in FvwmButtons.
1329 * The PageOnly option in FvwmTaskBar now works after a desk change
1330   too.
1332 * Fixed a possible core dump when more than 256 windows are on
1333   the desktop.
1335 * Initial drawing and final undrawing of wire frame no longer
1336   toggles the pixel in the top left corner of the screen.
1338 * Fixed parsing of button geometries in FvwmButtons when the
1339   geometry specification appeared after another option with a comma
1340   at the end.
1342 * FvwmCommand works too when invoked without the DISPLAY variable
1343   set.
1345 * Fixed displaying iconified windows without an icon in
1346   FvwmIconMan.
1348 * All single letter variables are deprecated now; new variables:
1350     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
1351     $[desk.n], $[version.num], $[version.info], $[version.line],
1352     $[desk.pagesx], $[desk.pagesy]
1354 * Fixed a bug with aspect pixmaps in colorsets.
1356 * Iconified windows without an icon do not receive focus.
1358 * Fixed a bug in FvwmPager that displayed iconified windows without
1359   icon title or picture as not iconified.
1361 * Fixed parsing of '@<screen>' Xinerama specification in the
1362   ButtonGeometry option of FvwmButtons.
1364 * The NoWarp menu position hint option works with root menus too.
1366 * Fixed a problem with styles not being properly applied after a
1367   DestroyStyle command.
1369 * Fixed a bug introduced in 2.4.14.  The pointer was sometimes
1370   warped to another screen during a restart and command execution.
1372 * Fixed a crash when a window was destroyed twice in a complex
1373   function.
1375 * Fixed corruption of the window list when windows died at the
1376   wrong time.
1378 * Fixed problem with empty frame windows if X recycled the window
1379   id of a window that died recently.
1381 * Fixed loading of application supplied pixmap on 8/24 depth screen.
1383 * WindowListFunc is executed now within a window context, so
1384   a prefix "WindowId $0" is not needed in its definition anymore
1385   and it is advised to remove it in user configs.
1387 * FvwmEvent now executes all window related events within a window
1388   context, so PassId is not needed anymore, and all prefixes
1389   "WindowId $0" may be removed in user event handlers.
1391 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
1393 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
1394   empty works.
1396 -------------------------------------------------------------------
1398 Changes in stable release 2.4.15 (24-Jan-2003)
1400 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
1401   exec'd process knows its not running interactively.
1403 * Windows using the WindowListSkip style do not appear in the
1404   FvwmTaskBar at random.
1406 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
1407   ChangeBackColor FvwmScript Instruction.
1409 * Fixed a core dump in the parsing of FvwmAuto arguments.
1411 * Fixed screwed calculation of icon picture size when application
1412   specifies it explicitly.
1414 * The option ShowOnlyIcons now works as described in the
1415   FvwmIconMan man page.  It was accidentally named ShowOnlyIconic
1416   before.
1418 -------------------------------------------------------------------
1420 Changes in stable release 2.4.14 (29-Nov-2002)
1422 * Modules do not crash anymore when more than 126 windows are on
1423   the desktop.
1425 * FvwmIconMan displays windows correctly that were iconified and
1426   then moved to another page.
1428 * Application provided icon windows no longer appear at 0 0 when
1429   restarting.
1431 * The built-in session management can handle window names, classes
1432   etc. beginning with whitespace (textedit).
1434 * Removed the flawed "A"ny context key binding patch from 2.4.13.
1436 * The default EdgeScroll (if not specified) was incorrectly
1437   assumed to be 100 pixels instead of 100 percents.
1439 * Icons no longer appear on top of all other windows after a
1440   restart.
1442 -------------------------------------------------------------------
1444 Changes in stable release 2.4.13 (1-Nov-2002)
1446 * Icon titles for windows with an icon position hint no longer
1447   appear at random places.
1449 * Fvwm no longer displays two icon pictures when switching from
1450   NoIconOverride to IconOverride with windows that provide their
1451   own icon window.
1453 * The Current, All, Pick, ThisWindow and PointerWindow commands
1454   work on shaded windows too.
1456 * Fixed a problem stacking iconified transients.
1458 * No more flickering when raising transients.
1460 * Fixed a number of problems with window stacking, some new in
1461   2.4.10 or later, some older problems that have been around for a
1462   long time.
1464 * Windows starting lowered or on any layer other than the default
1465   layer are displayed at the right place in FvwmPager.
1467 * Bindings with the "A"ny context can not be overridden by Gnome
1468   panel or OpenOffice.
1470 -------------------------------------------------------------------
1472 Changes in stable release 2.4.12 (10-Oct-2002)
1474 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
1475   appeared in 2.4.10, replacing the same problem with ?Gradient
1476   MenuFaces in 2.4.9.
1478 * Fixed accidental menu animation with certain menu position hints.
1480 * Increased maximum allowed key symbol name length to 200
1481   characters.
1483 * Allow quotes in conditional command conditions.
1485 * Fixed starting Move at random position when pointer is on a
1486   different screen.
1488 * Transient windows do not appear in FvwmWinList after they have
1489   been moved on the desktop.
1491 -------------------------------------------------------------------
1493 Changes in stable release 2.4.11 (20-Sep-2002)
1495 * Allow the use of mouse buttons other than the first in
1496   FvwmWinList when invoked transient.
1498 * Fixed a crash with ssh-askpass introduced in 2.4.10.
1500 -------------------------------------------------------------------
1502 Changes in stable release 2.4.10 (15-Sep-2002)
1504 * The commands Maximize, Resize and ResizeMove can be used on icons
1505   as it was in 2.2.x.
1507 * Fixed hilighting of menu items with HGradient and VGradient
1508   MenuFace.  Reduced flickering with these options.
1510 * Fixed a minor problem with entering submenus via keyboard.
1512 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
1513   it to hang.
1515 * Fixed drawing of pager balloons with BalloonBack option.
1517 * Fixed drawing of SidePic menu background with B/D gradients.
1519 * Fixed drawing of menu item reliefs with gradient menu faces.
1521 * Fixed key bindings on window corners.
1523 * Fixed FvwmTaskBar i18n font loading
1525 * Fixed StackTransientParent style without RaiseTransient or
1526   LowerTransient on the parent window.
1528 * StackTransientParent works only on parent window if it is on the
1529   same layer.
1531 * Fixed handling of window group hint with the (De)Iconify
1532   command.
1534 * No more flickering when a transient overlapping its parent window
1535   is lowered.
1537 * Fixed hilighting of unfocused windows.
1539 -------------------------------------------------------------------
1541 Changes in stable release 2.4.9 (11-Aug-2002)
1543 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1544   if the target page was at a negative x or y page displacement
1545   from the current viewport, the window would be placed on the
1546   wrong page.
1548 * Fixed a problem with colormap transition when a transient window
1549   died.
1551 * Fixed a FvwmScript crash with Swallow widget and very long window
1552   names.
1554 * Restored old way of handling clicks in windows with ClickToFocus
1555   and ClickToFocusPassesClickOff.  This fixes a problem with
1556   click+drag in an unfocused rxvt or aterm window.
1558 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1559   UseOld option was used.
1561 * Fixed wrong warp coordinates when WarpToWindow was used with two
1562   arguments on an unmanaged window.
1564 * Added a workaround for popup menus in TK applications that appear
1565   on some random position.
1567 * Fixed problems with wish scripts creating windows that start
1568   iconic.
1570 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1572 * A number of drawing fixes in FvwmPager.
1574 * Fixed a slight bug when waiting until all buttons are released,
1575   for example after executing a complex function.
1577 * Fixed potentially harmful change in module interface.
1579 * Fixed displaying menu items with icons when using the MenuStyle
1580   SubmenusLeft.
1582 * Fixed problems with the pointer moving off screen in a multi
1583   head setup.
1585 * Fixed a potential crash with windows being destroyed during a
1586   recapture operation.
1588 * Fixed a memory leak in some modules when not using glibc.
1590 * Applications using Mwm hints can now enforce that a window can
1591   not be moved.
1593 * Fixed negative arguments of WarpToWindow when used on an
1594   unmanaged window.
1596 * DESTDIR may be fully used again (only useful for distributors).
1598 * Fixed a key binding problem with key symbols that are generated
1599   by several keys.
1601 * Fixed a possible crash when a window was recaptured and the
1602   focus could not be transfered to another window.
1604 * Fixed a minor problem with clicks on focused windows being
1605   ignored.
1607 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1609 * Fixed a performance problem with large numbers of mouse binding
1610   commands.
1612 -------------------------------------------------------------------
1614 Changes in stable release 2.4.8 (11-Jun-2002)
1616 * A fix for switching between czech and us keyboard layout.
1618 * Remember the icon position when an icon is moved
1619   non-interactively.
1621 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1622   the man page when installing, see INSTALL.fvwm.
1624 * Fixed another problem with the DeskOnly option and sticky icons
1625   in FvwmTaskBar.
1627 * New FvwmIconMan configuration syntax now conforms to the syntax
1628   of other modules, see the man page.
1630 * New WindowList option CurrentAtEnd.
1632 * Fixed maximal length of a named module packet
1634 * Fixed a crash on a config with a new 2.5.x Colorset command.
1636 * Always display the current desk number in the FvwmPager window
1637   title.
1639 * Allow to bind a function to the focus click and pass it to the
1640   application at the same time.
1642 * Fixed a problem with fvwm not accepting keyboard input when the
1643   application with the focus vanished at the start of a session.
1645 * A small security patch regarding TMPDIR.
1647 * Fixed a problem with colormap transition when a transient window
1648   died.
1650 * Fixed calculation of average bg colour in colour sets with large
1651   pictures.
1653 * Fixed some minor problems regarding the multibyte patch.
1655 * Fixed selection in FvwmScript List widget.
1657 * fvwm-menu-headlines: updated the site data, added a configurable
1658   timeout on socket reading (20 sec) to avoid fvwm hanging, new
1659   --icon-error option.
1661 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1662   windows that are below others.
1664 * Fixed the ClickToFocusPassesClick style.
1666 * Fixed CascadePlacement for huge windows, so that the top-left
1667   corner is always visible.
1669 * Fixed parsing of SendToModule with the first parameter quoted.
1671 * Fonts in double quotes now should work in module configurations.
1673 * Fixed copying PopupOffset values in CopyMenuStyle.
1675 -------------------------------------------------------------------
1677 Changes in stable release 2.4.7 (11-Apr-2002)
1679 * Fixed parsing of WindowList with conditions and a position at
1680   the same time that was broken in 2.4.6.
1682 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1683   (windows were duplicated when moving to a different Desk; the
1684   StickyIcon style was ignored).
1686 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1688 * Fixed icon titles being raised when they should not be.
1690 * Fixed initial drawing of the internals of the FvwmPager window.
1692 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1693   audio player is used.
1695 * Fixed execution on QNX.
1697 -------------------------------------------------------------------
1699 Changes in stable release 2.4.6 (10-Mar-2002)
1701 * Better support of non ISO-8859-1 window and icon titles. See the
1702   --disable-compound-text option in INSTALL.fvwm for more details.
1704 * Improved speed of opaque window movement/resizing.
1706 * Fixed a bug that caused windows not being raised and lowered
1707   properly.
1709 * Suppress error message when using XBM icons.
1711 * Fixed a read descriptor problem in FvwmTaskBar
1713 * Fixed a minor colour update bug in the pager.
1715 * Fixed an fvwm crash when a module died at the wrong moment;
1716   specifically a transient FvwmPager or FvwmIconMan.
1718 * Fixed placement of WindowList on wrong Xinerama screen when
1719   called without any options on a screen other than the primary
1720   screen.
1722 * Fixed a problem with root bindings and xfishtank.
1724 * Fixed moving windows with the keyboard over the edge of the
1725   screen when the pointer remained of the previous page.
1727 * Do not hilight windows after ResizeMove.
1729 * New conditional command ThisWindow.
1731 * Some fixes in the configure script that caused some rare
1732   problems detecting gnome and ncurses.
1734 * Fixed a memory leak in the Pick command.
1736 * Allow to choose windows with CirculateSkip with the Pick command.
1738 * Fixed an FvwmScript compile problem on dec-osf5.
1740 * The window handles are now resizes as they should when the
1741   HandleWidth style changes.
1743 * The Current command does not select a random window when no
1744   window has the focus.
1746 * Fixed a rare menu placement problem with Xinerama.
1748 -------------------------------------------------------------------
1750 Changes in stable release 2.4.5 (27-Jan-2002)
1752 * Fixed minor problems in popping sub menus up and down.
1754 * Fixed moving windows between pages with the keyboard.
1756 * Fixed the size of the geometry window that was broken sometimes.
1758 * Fixed problem with pointer warping to another screen on a dual
1759   head setup.
1761 * Fixed a problem with the focus in internal Ddd and Netscape
1762   windows.
1764 * Reduced the time in which fvwm attempts to grab the pointer.
1766 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1767   fast.
1769 * Fixed MiniScroll's auto repeating in FvwmScript.
1771 * Fixed a crash with the UseStyle style in combination with
1772   HilightBack.
1774 * Fixed excessive redraws of the windows under a window being
1775   shaded.
1777 * Fixed a minor memory leak in the Style command.
1779 * Fixed pixmap background of FvwmButtons behind buttons with only
1780   text.
1782 * Fixed a crash in FvwmIconBox when the application provided an
1783   illegal icon.
1785 * Fixed a configure problem with libstroke-0.5.1.
1787 * New style BackingStoreWindowDefault which is the default
1788   now. Fvwm no longer disables backing store on windows by
1789   default.
1791 * Fixed bug that sometimes caused unnecessary redraws when a style
1792   was changed.
1794 * Fixed crash when something like "$[$v]" appeared in a command.
1796 * Fixed parsing of conditions with more than one comma.
1798 -------------------------------------------------------------------
1800 Changes in stable release 2.4.4 (16-Dec-2001)
1802 * Minor title drawing fixes.
1804 * Fixed manual placement with Xinerama.
1806 * Minor button 3 handling fix in FvwmPager.
1808 * Fixed *FvwmIconMan*shaped option with empty managers.
1810 * Fixed ClickToFocusClickRaises style.
1812 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1813   activate on press or release, special pointer during grab, arrow
1814   keys useful in form with one input field.
1816 * New OpaqueMoveSize argument "unlimited".
1818 * Fixed binding keys with and without "Shift" modifier under some
1819   circumstances.
1821 * Fixed binding actions to the client window with ClickToFocus.
1823 * Mouse bindings are activated without a recapture.
1825 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1826   Center, and Right for text position. Amelioration of the Menu
1827   and PopupMenu Widgets. New functions GetPid, Parse,
1828   SendMsgAndGet and LastString. New instruction Key for key
1829   bindings. New command SendToModule ScriptName SendString.
1831 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1832   disables warning messages.
1834 * Restored the default Alt-Tab behaviour from 2.4.0.
1836 -------------------------------------------------------------------
1838 Changes in stable release 2.4.3 (08-Oct-2001)
1840 * Fixed activation of shape extension.
1842 * Fixed problems with overriding key bindings.
1844 * Single letter key names are allowed in upper and lower case in
1845   key bindings as before 2.4.0.
1847 * Fixed WindowList placement with Xinerama.
1849 * Fixed flickering icon titles.
1851 * New X resource fvwmscreen to select the Xinerama screen on which
1852   to place new windows.
1854 * Coordinates of a window during motion are show relative to the
1855   Xinerama screen.
1857 * Some icon placement improvements with Xinerama.
1859 -------------------------------------------------------------------
1861 Changes in stable release 2.4.2 (16-Sep-2001)
1863 * Desk and page can be given as X resources in .Xdefaults, for
1864   example:
1865     xterm.desk: 1
1866     xterm.page: 1 2 3
1868 * Several Shape compilation problems fixed.
1870 -------------------------------------------------------------------
1872 Changes in stable release 2.4.1 (15-Sep-2001)
1874 * Added Xinerama and SingleLogicalScreen support.
1876 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1877   XineramaSlsSize and MoveToScreen.
1879 * New context rectangle option XineramaRoot for the menu commands.
1881 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1882   AcceptsFocus for conditional commands.
1884 * The DestroyStyle command takes effect immediately.
1886 * New style option StartsOnScreen.
1888 * New style options NoUSPosition, UseUSPosition,
1889   NoTransientPPosition, UseTransientPPosition,
1890   NoTransientUSPosition, and UseTransientUSPosition.  These work
1891   similar to the old styles NoPPosition and UsePPosition.
1893 * New option "screen" for Maximize command.
1895 * New option ReverseOrder for WindowList command.
1897 * The default Alt-Tab binding works more intuitive.
1899 * New condition "PlacedByFvwm"
1901 * New Geometry option for FvwmForm.
1903 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1905 * FvwmIconMan can be closed with Delete or Close too.
1907 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1909 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1911 * Enhancements in fvwm-menu-headlines and support for 10 more
1912   sites.
1914 * Color enhancements in button vectors: @2 is bg color, @3 is fg
1915   color.
1917 * Improved detection of the Shape library.
1919 * Fixed FvwmButtons button titles not being erased for swallowed
1920   windows that showed up on certain setups.
1922 * Fixed bug that caused transient windows to be buried below their
1923   parents with the "BugOpts RaiseOverUnmanaged on".  This occured
1924   with the system.fvwm2rc-sample-95 configuration.
1926 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
1927   set the transient_for hint when started with the "transient"
1928   option.
1930 * Fixed FvwmIconMan with the transient option when mapped off
1931   screen.
1933 * Fixed ClickToFocus focus policy when iconifying the focused
1934   window.
1936 * Fixed some focus problems in conjunction with unclutter vs
1937   xv/xmms and Open Look applications.
1939 * Fixed a problem that could cause windows to be lost off screen
1940   with interactive window motion.
1942 * Fixed some FvwmTaskBar autohide problem.
1944 * Fixed a display string problem in FvwmForm.
1946 * Fixed a problem with FvwmTheme shadow colours.
1948 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
1949   conditional commands.
1951 * Fixed a formatting problem of the man page on AIX, Solaris, and
1952   some other UNIX variants.
1954 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
1956 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
1958 * Fixed parameters of fvwm24_convert.
1960 * Fixed a number of building problems related to old vendor unices,
1961   libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
1963 * Fixed drawing of title bar buttons with MWMDecorStick.
1965 * Fixed missing button or key events over the pan frames.
1967 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
1968   modules.
1970 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
1971   options. Fixed FvwmPager crash with certain font strings.
1973 * Fixed drawing of the grid lines in an iconified FvwmPager window.
1975 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
1977 * Fixed some exotic problems with window gravity and resizing
1978   windows.
1980 * Fixed a problem with maximizing windows with the viewport not
1981   starting on a page boundary.
1983 * Fixed handling of parentheses in FvwmButtons button actions.
1985 * Work around a key binding problem with keys that generate the
1986   same symbol with more than one key code (e.g. Shift-F1 = F11).
1988 * The Desk option of FvwmBacker is compatible to earlier
1989   version. Desk or Page coordinates can be omitted to indicate
1990   that desk or page changes trigger no action at all.
1992 * Fixed double updating of background with FvwmBacker sometimes
1993   leading to the wrong background.
1995 * Fixed several escaping errors in fvwm-menu-directory, so files
1996   and directories containing special chars and spaces should
1997   work.
1999 * Fixed PlacedByButton3 condition.
2001 * Fixed vanishing windows when mapping/unmapping too fast.
2003 * Fixed prev option of the GotoDeskAndPage command.
2005 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
2006   dimensions larger than 2147.
2008 * Fixed compatibility of the FvwmM4 modules on platforms that have
2009   a System V implementation of m4 (Solaris 2.6).
2011 * The SetEnv command without a value for a variable is the same as
2012   UnsetEnv.
2014 * Fixed shading/unshading shaped windows and windows without title
2015   and border.
2017 -------------------------------------------------------------------
2019 Changes in stable release 2.4.0 (03-Jul-2001)
2021 * Finally released. :)
2022 -------------------------------------------------------------------
2024 For older NEWS, read the ONEWS file.