todo-2.6 -- add note for fvwm-menu-desktop (2.6.X release)
[fvwm.git] / NEWS
blob7135a9292df85654b79820c2532f287c9f6eb9c4
1 Note, the changes for the last STABLE release start with release
2 2.4.20.
4 -------------------------------------------------------------------
6 Changes in beta release 2.5.29 (not released yet)
8 * New features:
10    - Added new fvwm-convert-2.6 script to convert older fvwm 2.4.x
11      config files.
12    - New BugOpts option QtDragnDropWorkaround to work around an
13      oddity in handling drag-n-drop events to Qt applications.
15 * Bug fixes:
17    - Fixed the InitialMapCommand style from running when FVWM is
18      restarting.
19    - Fix rendering of FvwmForm windows when initially mapped.
20    - Fix placement of windows when using MinoverlapPlacement and
21      friends.
22    - Fix segfault when tearing off menus using a Pixmap
23      background.
24    - Fix "window jump" bug when moving a window across page
25      boundaries.
26    - Flush property events for same type in applications which
27      repeatedly set the same XAtom.  (Gnucash, Openoffice, etc.)
28    - Fix opening of files using Read/PipeRead to accept paths in
29      the form "./" to indicate CWD.  Fixes
30        $ fvwm -f ./some-fvwm2rc
31    - Fix further crash when copying menustyles with MenuFace
32      involving pixmaps.
33    - Make layer changes apply immediately via Style commands for
34      any currently mapped windows.
36 -------------------------------------------------------------------
38 Changes in beta release 2.5.28 (20-Sep-2009)
40 * New features:
42    - New differentiated options for SnapAttraction when snapping
43      against screen edges:
44        "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
45    - New option to the BugOpts command: TransliterateUtf8.
47 * Bug fixes:
49    - Fixed non-visible Qt windows after a Qt deferred map (e.g.
50      Skype profile windows).
51    - Fixed the use of the X-resource "fvwmstyle".
52    - Fixed segmentation fault in FvwmEvent when parsing an
53      undefined event name, or an undefined environment variable
54      to the RPlayHost option.
55    - Fixed the events startup, shutdown and unknown in FvwmEvent.
56    - Fvwm now retains utf8 window names when the WM_NAME changes,
57      and the utf8 name converted to the default charset match
58      the old WM_NAME.
59    - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
60    - Fixed SnapAttraction: Option SameType/Icons/Windows did
61      falsely not affect conditions of option "Screen" and option
62      "SameType" snapped falsely icons and windows together.
63    - Fixed a problem where modules would get incorrect stacking
64      information if many windows were restacked at the same time.
65    - Fixed BugOpts parsing of more than one option at a time and
66      restoring of default value for the last option
67      in the command line when omitted.
68    - 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
70 -------------------------------------------------------------------
72 Changes in beta release 2.5.27 (23-Feb-2009)
74 * New features:
76    - New extended variable
77        $[w.visiblename]
79    - Style matching now honours the window's visible name which
80      means it can be matched before the real name, hence:
82         Style $[w.visiblename] Colorset 5
84         is now honoured.  Useful with IndexedWindowName as a style
85         option.
87    - New style InitialMapCommand allows to execute any command
88      when a window is mapped first.
90    - New option to PrintInfo, "bindings" which prints out all of
91      the Key, PointerKey, Mouse and Stroke bindings which fvwm
92      knows about.
94 * Bug fixes:
96    - Fixed compilation without XRender support.
97    - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
98    - Fixed a bug in automatic detection mode of the style
99      MoveByProgramMethod.
100    - Fixed png detection when cross compiling.
101    - Fixed keeping fullscreen window mode over a restart.
102    - The style PositionPlacement now honours StartsOnPage.
103    - Reset signal handlers for executed modules and programs.
104    - Try to handle a bug an old version of the EWMH spec by
105      honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
106      the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
107    - Fix the GNOME location prefix to application .desktop files.
108    - 'PositionPlacement UnderMouse' now forces the window
109      on-screen, just like the old UnderMousePlacement style option
110      used to.
112 -------------------------------------------------------------------
114 Changes in beta release 2.5.26 (7-May-2008)
116 * New features:
118    - New MenuStyle option VerticalMargins.
120 * New module features:
122    - FvwmButtons: New button alignment option: top.
124 * Bug fixes:
126    - Fixed crash in ARGB visual detection code.
127    - Fixed compilation without XRender support.
128    - Fixed drawing of background pictures in menu items and titles.
129    - Fixed handling of shaped windows.
130    - Fixed a 64-bit bug in the EWMH code.
132 -------------------------------------------------------------------
134 Changes in beta release 2.5.25 (26-Feb-2008)
136 * New features:
138    - Handle the STATE_ADD command of the EWMH _NET_WM_STATE
139      message from version 1.3 of the EWMH spec.
140    - Support transparency in ARGB windows
142 * Bug Fixes:
144    - Fixed problem with windows disappearing when created
145      unless the style Unmanaged was used.
146    - Edge move delay was used as resistance for the top edge.
147    - Fixed a parsing problem of the screen argument of the
148      SnapAttraction style.
149    - Some html documentation files were not installed.
150    - Fixed a memory leak in internationalized font handling.
151    - Fixed a bug in MinOverlap placement.
152    - Fixed the StickyAcrossPages style in the FvwmPager.
153    - Fixed the determination of the X charset on UTF-8 systems.
154    - Fixed a crash when certain EWMH messages were sent to
155      unmanaged windows.
156    - Fixed a memory leak in multibyte codepage code.
157    - Ignore the EWMH staysontop and staysonbottom hints if the
158      EWMHIgnoreStackingOrderHints style is used.
159    - Fixed a sporadic crash when the root background set by gnome,
160      fvwm-root, esetroot etc. changes and a root transparent
161      colour set is used.
162    - Fixed spradic crash in modules with root transparent
163      background from colour sets.
164    - Fixed a possible crash if the last active module fails.
166 -------------------------------------------------------------------
168 Changes in beta release 2.5.24 (24-Nov-2007)
170 * New features:
172    - Disabled paging during interactive resize operations by
173      default (see 2.5.20) as it is annoying to many people.
174    - New style command options:
175        EdgeMoveResistance
176        EdgeMoveDelay
177        EdgeResizeDelay
178        SnapGrid
179        SnapAttraction
180      that replace the now obsolete commands EdgeResistance,
181      SnapGrid and SnapAttraction.  The EdgeResistance command has
182      a new syntax with only one argument.
183    - New command MenuCloseAndExec for menu bindinngs that can be
184      used to trigger certain commands from a menu without an
185      associated item.  For example, with
186        Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
187      the RootMenu can be opened from any other menu by pressing
188      F1.
190 * Bug Fixes:
192    - Sometimes a window jumped by half the screen's size when
193      moving with the mouse and hitting the border of the desktop.
194    - Fixed the "screen w" argument of the Move and other commands.
195    - Clicking on a menu title did not close the menu by default.
196    - Temporary files in FvwmPerl overwrote each other.
198 -------------------------------------------------------------------
200 Changes in beta release 2.5.23 (1-Sep-2007)
202 * New features:
204    - New Style command options:
205        StartShaded
207 * Bug Fixes:
209    - Fixed FvwmButton's button placement algorithm broken in
210      2.5.22.
212 -------------------------------------------------------------------
214 Changes in beta release 2.5.22 (29-Aug-2007)
216 * New features:
218    - New Style command options:
219        UnderMousePlacementHonorsStartsOnPage
220        UnderMousePlacementIgnoresStartsOnPage
221        !MinOverlapPlacementPenalties
222        !MinOverlapPercentPlacementPenalties
223        MinWindowSize
224    - SVG (scalable vector graphics) image loading support.
225    - New extended variables
226        $[w.iconfile.svgopts]
227        $[w.miniiconfile.svgopts].
228    - Added suffix 'w' to the arguments of the Move command and
229      similar.  It is now possible to add multiple shifts to a
230      window position, e.g. "50-50w 50-50w" for the center of the
231      screen.
232    - Removed UnderMousePlacement and CenterPlacement.  Use
233      "PositionPlacement Center" and "PositionPlacement UnderMouse"
234      instead.
235    - Documentation in HTML format.
236    - Replaced "UseListSkip" with "UseSkipList" & "OnlyListSkip" with
237      "OnlySkipList" in WindowList command. (Old options deprecated.)
238    - New subject ImageCache for PrintInfo command.
239    - The new commad EchoFuncDefinition prints a function's
240      definition to the console for debugging purposes.
241    - The CursorStyle command can now load PNG and SVG images as
242      mouse cursors.  New x and y arguments to specify the
243      hot spot.  Also, it is now possible to load non-monochrome
244      cursors and cursors with partial transparency.
246 * New module features:
248    - FvwmScript: New instructions: ChangeWindowTitle and
249      ChangeWindowTitleFromArg.
251 * Bug Fixes:
253    - Windows with aspect ratio no longer maximize past the screen
254      edges.
255    - Fixed CenterPlacement with Xinerama screens.
256    - Fixed CascadePlacement with title direction west and east
257    - Windows no longer unstick when going to fullscreen mode.
258    - Fixed crash when raising/lowering a destroyed window.
259    - Fixed expansion of $[n-] and $[*], broken in 2.5.20.
260    - Fixes for resizing shaded windows and windows with a gravity
261      other than northwest.
262    - Fixed CursorStyle POSITION, broken since 2.3.24.
263    - The hi, sh and fgsh colors in colorsets are no longer replaced
264      by computed values if not explicit set on the same line as the
265      bg, or for fgsh fg, changes. (bug #3359)
266    - FvwmButtons now redraws stretched button backgrounds correctly
267      on partial expose.
268    - Windows with circular transient for hints may no longer crash
269      fvwm with StackTransientParent style.
270    - FvwmPager now displays windows that are StickyAcrossPages
271      correctly.
272    - Fixed a possible crash with modules closing down.
273    - Fixed broken demo script fvwm_make_browse_menu.sh.
274    - The conditon following a comma separator without whitespace
275      padding was previously ignored if the presiding condition was
276      multi-worded.
277    - Various FvwmButtons drawing problems.
278    - Window movement or resizing triggered by an EWMH message now
279      honours the FixedSize and FixedPosition window styles.
280    - Properly generate leave_window and enter_window events for
281      the root window in FvwmEvent.
282    - Fixed crash in UTF8 code.
283    - Fixed parsing of the PropertyChange command.
284    - Fixed windowlist crash when combining CurrentAtEnd with
285      IconifiedAtEnd and all windows are iconified.
287 -------------------------------------------------------------------
289 Changes in beta release 2.5.21 (20-Jan-2007)
291 * New features:
293    - The command Scroll can now be used for interactive scrolling.
295 * Bug Fixes:
297    - Fixed Tile...Placement styles (SmartPlacement) that were
298      broken in 2.5.20.
300 -------------------------------------------------------------------
302 Changes in beta release 2.5.20 (15-Jan-2007)
304 * New features:
306    - New Style options: StippledIconTitle, !StickyStippledTitle,
307      and !StickyStippledIconTitle.
308    - Full support for menu context (M) key and mouse bindings.  See
309      the section Menu Bindings in the man page for details.
310    - Hilighted menu backgrounds now use pixmaps gradients and
311      transparency from their related colorset.
312    - New window conditions: StickyIcon, StickyAcrossPagesIcon and
313      StickyAcrossDesksIcon.
315 * Changed features:
317    - "Mouse n M N" is no longer used to disable or remap the
318       builtin tear off menu button. See the section Tear Off Menus
319       for details on replacement commands.
321 * Bug Fixes:
323    - FvwmWinList: fix problem with window name/button mixups during
324      Init/Restart of fvwm. (bug #1393)
325    - It is now possible to switch the viewport while resizing
326      windows if "EdgeScroll 0 0" is set.
327    - Fixed disappearing windows when aborting interactive resizing
328      of maximized windows when unmaximizing them later.
329    - Fixed disappearing windows when moving maximized windows and
330      unmaximizing them later.
331    - Fixed calculation of final location with MoveToPage and
332      MoveToScreen with windows to the left or top of the viewport.
333    - 64-bit architecture fix in FvwmProxy.
334    - FvwmForm now work with balanced quoted command for Timeout.
335    - FvwmPager correctly updates on window desk change.
336    - FvwmIconBox: fixed problem with IconColorset's background
337      color change not being applied immediately.
338    - Allow FvwmConsole to run a terminal via rxvtc or urxvtc.
339      FvwmConsole dies if no client connects within one minute.
340    - Expansion of variables in FvwmTaskBar launch button commands
341      fixed.
342    - Fixed a race condition with applications raising their own
343      transient windows in certain ways. (Apple Shake, kphotoalbum)
344    - FvwmIdent reports the correct geometry if the window has its
345      title at the left or right side.
346    - Fixed an infinite loop when deiconifying windows in a group
347      via a different window than the initially iconified.
349 -------------------------------------------------------------------
351 Changes in beta release 2.5.19 (9-Dec-2006)
353 * Bug Fixes:
355    - FvwmCommand now reports "end windowlist" and "end configinfo".
356    - FvwmCommand now prints config info split on lines.
357    - FvwmTaskBar no longer gets lost with trailing whitespace after
358      geometry specification.
359    - Fixed a window size problem if the aspect ratio is set (e.g.
360      mplayer).
361    - Decorations now update when unmanaged windows take focus, and
362      not FlickeringQtDialogsWorkaround is enabled.
363    - FvwmPager again allows movement of windows added before a
364      page change.
365    - fvwm no longer crashes on 1 and 4 bit displays. (#1677)
366    - EWMH desktops now correctly handles FPClickToFocus. (#1492)
367    - Security fix in fvwm-menu-directory. (CVE-2006-5969)
369 -------------------------------------------------------------------
371 Changes in beta release 2.5.18 (11-Sep-2006)
373 * Bug Fixes:
375    - If a window started fullscreen, leaving fullscreen state now
376      properly unmaximizes and resizes the window.
377    - Fixed the ForeColor/HilightFore styles that were broken in
378      2.5.17.
379    - FvwmPager can now move icons with the !IconTitle style.
380    - Fixed drawing of icons that are moved to a different desk.
381    - FvwmPager no longer tries to move non-movable windows.
382    - FvwmPager now moves all windows as user requests.
383    - FvwmPager no longer displaces windows with title and border
384      sizes on moves.
385    - TestRc now correctly matches Break, and $[cond.rc] is
386      expanded for Break.
387    - Fixed several 64-bit architecture problems with
388      XGetWindowProperty().  Xine works much better on 64-bit
389      machines.
390    - Fixed handling of ClickToFocusPassesClick with the EWMH
391      desktop (e.g. using nautilus).
392    - Fixed handling of windows that are unmapped and mapped again
393      too fast (e.g. fpga_editor).
395 -------------------------------------------------------------------
397 Changes in beta release 2.5.17 (19-Jul-2006)
399 * New features:
401    - New MenuStyle options TitleFont, TitleColorset and
402      HilightTitleBack.
403    - New command PressButton in module FvwmButtons for being able
404      to emulate button press via other means than the mouse.
405    - New wrap options to EdgeScroll command for wrapping with pixel
406      distances.
407    - New Style option UnderMousePlacement.
408    - Unused arguments to Style options generate warnings.
409    - The name style names match against can be augmented by the
410      X-resource "fvwmstyle".
411    - New options, Reverse and UseStack, to All command.
412    - WindowShade can now reshade windows using the Last direction.
413    - Positional parameters to complex functions can now be expanded
414      using $[n], $[n-m], $[n-] and $[*] expressions.
415    - The width and height arguments of the Resize command now
416      accept the prefix 'w' to allow resizing relative to the
417      current window size.
418    - New command ModuleListenOnly.
419    - New "Periodic" option added to Schedule command.
421 * Bug Fixes:
423    - Fixed detection of running non-ICCCM2 wm (bug #3151).
424    - Fixed drawing of menus with the sidepic on the right.
425    - EdgeScroll no longer divides pixel distances >1000 by 1000.
426      (bug #3162)
427    - The configure script can now cope with four-part version
428      numbers when detecting some libraries.
429    - The WarpToWindow command followed by Move in a complex
430      function now uses the correct pointer position.
431    - The menu style TitleWarp does no longer warp the pointer for
432      root menus (as it is documented).
433    - Fixed detection of safe system version of mkstemp.
434    - Fixed the conditions Iconifiable, Fixed, FixedSize,
435      Maximizable and Closable.
436    - Fixed problem with window outline and placement position
437      running out of sync.
438    - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
439    - FvwmGtk now configures correctly on Cygwin (bug #3772).
440    - Fixed tempfile vulnerabilities in FvwmCommand.
442 -------------------------------------------------------------------
444 Changes in beta release 2.5.16 (20-Jan-2006)
446 * New features:
448    - If the pointer can not be grabbed in functions, a message is
449      printed to the console instead of beeping.
451 * Bug Fixes:
453    - Fixed a couple of build problems introduced in 2.5.15.
455 -------------------------------------------------------------------
457 Changes in beta release 2.5.15 (14-Jan-2006)
459 * New features:
461    - Variables can be nested, like $[desk.name$[desk.n]].
462    - Obsolete one-letter variables work, but generate warnings now.
463    - Windows can be placed by any button (now also >3).
464    - It is now possible to redefine the buttons usable to finish
465      window movement and manual placement.
466    - New window condition PlacedByButton.
467    - MenuStyle pairs can be negated by prefixing '!'.
468    - New generic tabbing module - FvwmTabs.
469    - New Style option: EWMHIgnoreWindowType.
470    - New MenuStyle options: MouseWheel, ScrollOffPage and
471      TrianglesUseFore.
472    - To compile from CVS, autoconf-2.53 or above is now required.
473      This does not affect compiling the released tarballs.
474    - New option "screen" to Move and ResizeMove commands to allow
475      specifying the target Xinerama screen.
477 * Bug Fixes:
479    - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
480    - Better look for windows with "BorderStyle TiledPixmap".
481    - Some EWMH-related 64-bit fixes.
482    - Fixed segmentation fault when replacing title of title only
483      menus (Bug #1121).
484    - Fixes for resizing of shaded windows and resizing/moving
485      windows with complex functions.
487 -------------------------------------------------------------------
489 Changes in beta release 2.5.14 (24-Aug-2005)
491 * New features:
493    - Fvwm now officially supports 64-bit architectures.
494    - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
495      EdgeIsActive.
496    - New window condition FixedPosition.
498 * New module features:
500    - FvwmPerl module supports window context when preprocessing.
501    - FvwmPerl module accepts new --export option that by default
502      defines two fvwm functions "Eval" and ".", to be used like:
504        FvwmPerl -x
505        Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
506        . Exec xmessage %{2 + cos(0)}%    # embedded calculator
508    - New FvwmProxy option ProxyIconified.
509    - New FvwmTaskBar option Pad to control the gap between
510      buttons.
512 * Bug Fixes:
514    - Fixed a Solaris compiler error introduced in 2.5.13.
515    - Fixed a hang with layers set by applications (e.g. AbiWord).
516    - GotoDesk with a relative page argument now wraps around at
517      the end of the given range as documented. (Bug #1396).
518    - PopupDelayed menu style option was not copied on
519      CopyMenuStyle.
520    - Transparent Animated menus with non-transparent popup were
521      not animated correctly.
522    - Supported euc-jp class of encodings.
523    - A window's default layer is no longer set to 0 during a
524      restart.
525    - Fixed an annoying MouseFocus/SloppyFocus problem in
526      conjunction with EdgeResistance + EdgeScroll (sometimes a
527      window did not get the focus as it should have). This
528      problem first occured in 2.5.11.
530 -------------------------------------------------------------------
532 Changes in beta release 2.5.13 (16-Jul-2005)
534 * Bug Fixes:
536    - The MoveToPage command did not work without arguments in
537      2.5.11 and 2.5.12.
538    - Mouse/Key command no args possible core dump.
539    - Direction with no args possible core dump.
540    - FvwmScript periodic tasks run too often.
541    - Perl modules did not work on 64 machines.
542    - FvwmDebug did not report any extended messages.
543    - fvwm-menu-desktop supports mandriva.
544    - fvwm-menu-desktop when verifying executable, allow full path.
546 * New module features:
548    - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
549      options.
550    - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
551      TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
552      TipsJustification and TipsOffsets options.
553    - FvwmButtons: PressColorset & ActiveColorset options for
554      _individual_ buttons.
556 -------------------------------------------------------------------
558 Changes in alpha release 2.5.12 (6-Oct-2004)
560 * New commands:
562    - EdgeLeaveCommand
564 * New module features:
566    - FvwmIconMan: ShowOnlyFocused option.
568 -------------------------------------------------------------------
570 Changes in alpha release 2.5.11 (30-Sep-2004)
572 * Multiple window names can be specified in conditions.
574 * Window-specific key/mouse bindings. (Bindings no longer have to
575   be global.)
577 * The default fvwm configuration files are now: ~/.fvwm/config and
578   $FVWM_DATADIR/config. Five previously used config file locations
579   are still searched as usual for backward compatibility.
581 * New extended variables $[w.desk] and $[w.layer].
583 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
584   command.
586 * New Style option "State".
588 * New Style option "CenterPlacement".
590 * New option to FvwmIconMan: ShowNoIcons.
592 * New WindowList tracker and other enhancements in Perl library.
594 * New option to fvwm-menu-directory: --func-name.
596 * Improved FvwmWindowMenu module.
598 * Fluxbox-like Alt-Button3 resizing with the new Resize options
599   Direction, WarpToBorder and FixedDirection
601 * Enhanced "Test (Version >= x.y.z)" option to allow version
602   comparisons.
604 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
605   PressColorset, PressIcon and PressTitle.
607 * New FvwmButtons swallow option: SwallowNew.
609 * The option CurrentGlobalPageAnyDesk was accidentally named
610   CurrentGlobbalPageAnyDesk before.
612 * New conditions AnyScreen and Overlapped.
614 * The Read and PipeRead commands return 1 if the file or command
615   could be read or executed and -1 otherwise.
617 * New menu option TearOffImmediately.
619 * Added support for Solaris' Xinerama.
621 * New option MailDir in FvwmTaskBar.
623 * MoveToPage command:
625     New options wrapx, wrapy, nodesklimitx and nodesklimity.
626     New suffix 'w' to allow for window relative movement.
628 -------------------------------------------------------------------
630 Changes in alpha release 2.5.10 (19-Mar-2004)
632 * New command FakeKeyPress.
634 * New BugOpts option ExplainWindowPlacement.
636 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
638 * Security patch in fvwm-bug.
639   See http://securitytracker.com/alerts/2004/Jan/1008781.html
641 * Security fixes in:
643     fvwm-menu-directory (BugTraq id 9161)
644     fvwm_make_directory_menu.sh
645     fvwm_make_browse_menu.sh
647 -------------------------------------------------------------------
649 Changes in alpha release 2.5.9 (2-Mar-2004)
651 * New MenuStyle options PopupIgnore and PopupClose.
653 * New configure option --disable-iconv to disable iconv support.
655 * New extended variables $[w.iconfile] and $[w.miniiconfile].
657 * New Style option Unmanaged.  Such windows are not managed by
658   fvwm.
660 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
662 * New option DisplayNewWindowNames to the BugOpts command.
664 * Security fix for fvwm-menu-directory.
665   See BugTraq id 9161.
667 -------------------------------------------------------------------
669 Changes in development release 2.5.8 (31-Oct-2003)
671 * New prefix command KeepRc.
673 * Renamed the Cond command to TestRc, and the On command to Test.
674   Removed the CondCase command.  Use "KeepRc TestRc" instead.
676 * The Break command can be told the number of nested function
677   levels to break out of.  Break now has a return code of -2
678   ("Break").
680 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
681   in key or mouse bindings.
683 * New extended variable $[func.context].
685 * New Style option MoveByProgramMethod.  Tries to autodetect
686   whether application windows are moved honouring the ICCCM or not
687   (default).  The method can be overridden manually if the
688   detection does not work.
690 * fvwm supports tear off menus.  See the "Tear Off Menus" section
691   in the man page or press Backspace on any menu to try them out.
693 * fvwm now handles what Unicode calls "combining characters" (i.e.
694   marks drawn on top of other characters).
696 * New commands WindowStyle and DestroyWindowStyle for individual
697   (per window) styles.
699 * The conditions !Current... and !Layer now work as expected.
701 * Added a nice autohide script to the FAQ.
703 * FvwmAnimate now supports dynamical commands "pause", "play",
704   "push", "pop" and "reset" to manipulate the playing state.
706 -------------------------------------------------------------------
708 Changes in development release 2.5.7 (30-May-2003)
710 * The commands Cond and CondCase now support checking for
711   inequality by prefixing the return code with '!'.
713 * Schedule and Deschedule support hexadecimal and octal command
714   ids.
716 * In FvwmIconMan, windows can move from one manager to another
717   according to the managers' Resolution options.
719 * In order to fix a problem with StartsOnScreen and applications
720   that set a user specified position hint, the StartsOnScreen style
721   no longer works for the following modules:  FvwmBanner,
722   FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
723   FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList.  Use
724   the '@<screen>' bit in the module geometry specification where
725   applicable.
727 * Documented variable $[gt.any_string] and LocalePath command
728   (new in 2.5.5).
730 * Added gettext support to FvwmScript. New head instruction
731   UseGettext and WindowLocaleTitle. New widget instruction
732   LocaleTitle. New instruction ChangeLocaleTitle and new function
733   Gettext.
735 * WindowListFunc is executed now within a window context, so
736   a prefix "WindowId $0" is not needed in its definition anymore,
737   and it is advised to remove it in user configs.
739 * FvwmEvent now executes all window related events within a window
740   context, so PassId is not needed anymore, and all prefixes
741   "WindowId $0" may be removed in user event handlers.
743 * New FvwmTaskBar option NoDefaultStartButton.
745 -------------------------------------------------------------------
747 Changes in development release 2.5.6 (28-Feb-2003)
749 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
751 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
752   exec'd process knows it's not running interactively.
754 * Improvement in MultiPixmap.  In particular Colorset and Solid
755   color can be specified.
757 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
758   StretchedPixmap and ShrunkPixmap.
760 * Use the MIT Shared Memory Extension for XImage.
762 * The TitleStyle decor of a vertical window Title is rotated.
763   This is controllable using a new style option:
765     !UseTitleDecorRotation / UseTitleDecorRotation
767 * New style options IconBackgroundColorset, IconTitleColorset,
768   HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
769   and IconBackgroundPadding.
771 * Minor incompatible improvements to the Perl library API.
773 * Renamed FvwmWindowLister to FvwmWindowMenu.
775 * New option to IconSize style: Adjusted, Stretched, Shrunk.
777 * New shortcuts for button states: AllActiveUp, AllActiveDown,
778   AllInactiveUp, AllInactiveDown.
780 * New Style options:
782     Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
784 * New conditions for matching windows:
786     Closable, Iconifiable, Maximizable, FixedSize and HasHandles
788 * New conditional command On for non-window related conditions.
790 * Removed --disable-gnome-hints and --disable-ewmh configure
791   options.
793 * All single letter variables are deprecated now; new variables:
795     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
796     $[desk.n], $[version.num], $[version.info], $[version.line],
797     $[desk.pagesx], $[desk.pagesy]
799 -------------------------------------------------------------------
801 Changes in development release 2.5.5 (2-Dec-2002)
803 * Added support for joining and shaping in bi-directional
804   languages that need this.
806 * ButtonStyle and TitleStyle new style type Colorset.
808 * New experimental module FvwmProxy.
810 * New command RestackTransients.
812 * Added a pixel offset to vector button definitions.
814 * New command FocusStyle as a shorthand for setting the FP...
815   styles with the Style command.
817 * New option Locale to PrintInfo command.
819 * The Next and Prev commands start looking for a matching window at
820   the context window if there is any.
822 * The MoveToPage command does nothing with sticky windows.
824 * New module FvwmWindowLister, a WindowList substitute.
826 * Sticky windows can be sticky across pages, across desks or both.
827   Related to this are:
828    - New commands StickAcrossPages and StickAcrossDesks.
829    - New Style options StickyAcrossPages and StickyAcrossDesks.
830    - New conditional command options StickyAcrossPages and
831      StickyAcrossDesks.
832    - New WindowList options NoStickyAcrossPages,
833      NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
834      OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
835    - New FvwmRearrange options -sp and -sd.
837 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
838   FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
839   an alpha channel are used.
841 * New Colorset option RootTransparent
843 * The Transparent Colorset option can be tinted under certain
844   conditions
846 * New MinHeight option to TitleStyle
848 * Added gettext support. New command LocalePath and new variable
849   $[gt.string]
851 -------------------------------------------------------------------
853 Changes in alpha release 2.5.4 (20-Oct-2002)
855 * FvwmTaskBar may now include mini launch buttons using the Button
856   command.  Also has new options for spacing the buttons:
857   WindowButtonsLeftMargin, WindowButtonsRightMargin, and
858   StartButtonRightMargin.  See man page for details.
860 * Style switches can be prefixed with '!' to inverse their meaning.
861   For example, "Style * Sticky" is the same as "Style * !Slippery".
862   This works *only* for pairs of styles that take no arguments and
863   for the Button and NoButton styles.
865 * New button property Id in FvwmButtons.  FvwmButtons now accepts
866   dynamical actions using SendToModule, see the man page:
868     ChangeButton <button-id> <properties-to-change>
869     ExpandButtonVars <button-id> <command-to-expand>
871 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
872   IconTint and IconAlpha.
874 * Alpha blending rendering is supported even without XRender
875   support.
877 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
878   Titles and buttons now have 4 main states instead of 3: ActiveUp,
879   ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
880   Several shortcuts added: Active means ActiveUp + ActiveDown,
881   Inactive means InactiveUp + InactiveDown, similarly for shortcuts
882   ToggledActive and ToggledInactive.
884 * More shortcuts for button states added: AllNormal, AllToggled,
885   AllActive, AllInactive, AllUp, AllDown.  These six shortcuts are
886   actually different masks for 4 individual states (from 8 total).
888 * FPClickToFocus and FPClickToRaise work with any modifier by
889   default.
891 * Perl library API regarding event handlers is changed, so personal
892   modules in Perl should be adjusted.
894 * Allow the use of mouse buttons other than the first in
895   FvwmWinList when invoked transient.
897 * ImagePath now supports directories in form "/some/directory;.png"
898   (where semicolon delimits a file extension that files in
899   /some/directory have.  This file extension replaces the original
900   image extension (if any) or it is added if there is no extension.
901   For example with: Style XTerm MiniIcon mini/xterm.xpm
902   the file /some/directory/mini/xterm.png is searched.
904 * New graphical debugger module FvwmGtkDebug.
906 * New command NoWindow for removing the window context.
908 * New FvwmIconMan option ShowTransient.
910 * All conditions have a negation.
912 * New FvwmBacker option RetainPixmap.
914 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
915   and FvwmPager when xft fonts or icons with an alpha channel is
916   used.
918 * FvwmButtons redrawing improvement: colorsets are now usable with
919   containers.
921 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
922   and SelectColorset are now strictly respected.
924 * The HilightBack and ActiveFore menu styles are independent of
925   each other.  HilightBack without using ActiveFore does no longer
926   hilight the item text.
928 * New WindowList option SortByResource; the previously added
929   SortClassName option is renamed to SortByClass.
931 * New command PrintInfo for debugging.
933 -------------------------------------------------------------------
935 Changes in alpha release 2.5.3 (25-Aug-2002)
937 * TitleStyle MultiPixmap now works once again.
939 * Removed the old module interface for ConfigureWindow
940   packets. External modules relying on this interface no longer
941   work.
943 * Fixed interaction bug between CascadePlacement and StartsOnPage:
944   if the target page was at a negative x or y page displacement
945   from the current viewport, the window would be placed on the
946   wrong page.
948 * New Style option IconSize for restricting icon sizes.
950 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
951   ShowScreen, ShowPage, ShowPageX and ShowPageY.
953 * Restored old way of handling clicks in windows with ClickToFocus
954   and ClickToFocusPassesClickOff.  This fixes a problem with
955   click+drag in an unfocused rxvt or aterm window.
957 * Fixed wrong warp coordinates when WarpToWindow was used with two
958   arguments on an unmanaged window.
960 * Vastly improved FvwmEvent performance.
962 * FvwmAuto can operate on Enter and Leave events too.  This makes
963   it possible to have auto raising with ClickToFocus and
964   NeverFocus. See -menter and -menterleave options and examples in
965   the FvwmAuto man page.
967 * The "hangon" strings in FvwmButtons support wild cards.
969 * New option "Icon" to PlaceAgain command.
971 * New option "FromPointer" and direction "Center" to the Direction
972   command.
974 * The styles ClickToFocusRaises(Off) and
975   MouseFocusClickRaises(Off) are now different names for the same
976   style.  Configurations that used
978     Style * ClickToFocus, ClickToFocusRaises
979     Style * MouseFocusClickRaisesOff
981   or vice versa no longer work as like before.  Remove the second
982   line to fix the problem.  ClickToFocusRaises now works only on
983   the client part of a window, not on the decorations as it did
984   before.
986 * New color limit method for screens that only display 256 colors
987   (or less).
989 * In depth less or equal to 16 image and gradient can be
990   dithered. This can be enabled/disabled by using the new
991   dither/nodither options to the Colorset command.
993 * Removed the styles MouseFocusClickIgnoreMotion and
994   MouseFocusClickIgnoreMotionOff again.
996 * Many new focus policy styles "FP..." and "!FP...".
998 -------------------------------------------------------------------
1000 Changes in alpha release 2.5.2 (24-Jun-2002)
1002 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
1003   section of fvwm manual page.
1005 * New Colorset options: fgsh for shadow text and fg_alpha for
1006   merging text with the background.
1008 * New module FvwmPerl adds perl scripting ability to fvwm
1009   commands.
1011 * Provided powerful perl library for creating fvwm modules in
1012   perl.
1014 * New WindowList option IconifiedtAtEnd.
1016 * Always display the current desk number in the FvwmPager window
1017   title.
1019 * Allow to bind a function to the focus click and pass it to the
1020   application at the same time.
1022 * New styles !Borders and Borders to enable or disable window
1023   borders.
1025 * Removed the --enable-multibyte configure option.  Multibyte
1026   support is now compiled in unconditionally.
1028 * New FvwmButtons option ActionOnPress enables execution of action
1029   on press rather than on release for any specific button.
1031 * Improved CascadePlacement, the last used position is reused if
1032   the last placed window does not exist any more.
1034 * FvwmIconMan may now change the resolution dynamically, just
1035   issue "*FvwmIconMan: resolution page" while FvwmIconMan is
1036   running.
1038 * New command XineramaSlsScreens.
1040 * MoveToPage and MoveToDesk no longer unstick windows.
1042 * It is possible to specify a string encoding in a font name, see
1043   the "FONT AND STRING ENCODINGS" section of fvwm manual page.
1045 -------------------------------------------------------------------
1047 Changes in alpha release 2.5.1 (26-Apr-2002)
1049 * Changed the executable and the man page names from fvwm2 to
1050   fvwm. The old names are still supported by symlinking.
1052 * All fvwm utilities are renamed to conform to the "fvwm-"
1053   scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
1054   fvwm-convert-2.4.
1056 * Added a full support for the side window titles. New Style
1057   options TitleAtLeft and TitleAtRight added to TitleAtTop and
1058   TitleAtBottom.
1060 * A title text may now be optionally rotated for both vertical and
1061   horizontal title directions, search for "Rotated" in the man
1062   page.
1064 * Added support for loading images in PNG (including alpha
1065   blending) and XBM formats anywhere.
1067 * New commands Schedule and Deschedule.
1069 * New command State.  New conditions State and !State.
1071 * New commands XSync and XSynchronize for debugging purposes.
1073 * In interactive move/placement when Alt/Meta modifier is pressed,
1074   snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
1075   ignored.
1077 * New flags (No)FvwmModule to FvwmButtons Swallow option
1079 * The I18N_MB patch (--enable-multibyte) has been
1080   rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
1081   set of locale functions (locale initialization, font loading,
1082   text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
1083   in the entire fvwm code (but FvwmWharf).  Font loading and
1084   memory management is improved in the multibyte case.
1086 * Better support of non ISO-8859-1 window and icon titles. See the
1087   --disable-compound-text option in INSTALL.fvwm for more
1088   details.
1090 * Added anti-aliased text rendering support using Xft (use
1091   --enable-xft to enable it). Recent versions of XFree and
1092   freetype2 are needed (see the FONT NAMES AND FONT LOADING
1093   section of the fvwm manual page).
1095 * Conditional commands now have a return code (Match, NoMatch or
1096   Error).  This return code can be checked and tied to an action
1097   with the new commands Cond and CondCase.
1099 * Bindings can be made to the separate parts of the window border
1100   with the new contexts '[', ']', '-', '_', '<', '^', '>' and
1101   'v'.
1103 * New parameters for FvwmRearange: -maximize and -animate.
1105 * New option StartCommand for FvwmTaskBar to allow placing the
1106   StartMenu correctly.
1108     *FvwmTaskBar: StartCommand Popup RootMenu \
1109         rectangle $widthx$height+$left+$top 0 -100m
1111   Please refer to the FvwmTaskBar man page for details.
1113 * New extended variables pointer.x, pointer.y, pointer.wx,
1114   pointer.wy, pointer.cx and pointer.cy.
1116 * The Current command does not select a random window when no
1117   window has the focus.
1119 * New color '@4' (transparent) in button vectors.
1121 * New option "Frame" for the Resize and ResizeMove commands.
1123 * Added direction options to WindowShade command.  Windows can be
1124   shaded in any of the eight compass directions.
1126 * Styles WindowShadeLazy (default), WindowShadeBusy and
1127   WindowShadeAlwaysLazy to optimize performance of the WindowShade
1128   command.
1130 * The DO_START_ICONIC flag is no longer supported in the module
1131   interface.
1133 * Added bi-directional text support for Asian charsets.
1135 * New option MinimalLayer for FvwmIdent to control window layer.
1137 * New FvwmIconMan configuration syntax now conforms to the syntax
1138   of other modules, see the man page.
1140 * FvwmForm can automatically run commands after a timeout
1141   interval.
1143 * Fvwm commands can be invoked when the edge of the screen is hit
1144   with the mouse.
1146 * New commands Colorset, ReadWriteColors and CleanupColorsets
1147   allow the colorset functionality previously available using
1148   FvwmTheme.
1150 * FvwmTheme is obsolete now, but still supported for some time.
1152 * New options Tint, TintMask and NoTint to colorsets.
1154 * New WindowList option CurrentAtEnd.
1156 * New weighted sorting in FvwmIconMan.
1158 * New conditional command ThisWindow.
1160 -------------------------------------------------------------------
1162 Changes in alpha release 2.5.0 (27-Jan-2002)
1164 * New commands ResizeMaximize and ResizeMoveMaximize that modify
1165   the maximized geometry of windows and maximize them as
1166   necessary.  Very useful to make a window larger manually and
1167   then get back the old geometry with a click.
1169 * New command ResizeMoveMaximize similarly.
1171 * New styles FixedPPosition, FixedUSPosition, FixedSize,
1172   FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
1173   VariableSize, VariableUSSize, and VariablePSize.
1175 * Actions can be bound to windows swallowed in FvwmButtons.  To
1176   disable this feature for a specific button, the new option
1177   ActionIgnoresClientWindow can be used.
1179 * Fvwm respect the extended window manager hints
1180   specification. This allows fvwm to work with KDE version >= 2
1181   and GNOME version 2. This support is configurable using a bunch
1182   of new commands and style options, search for "EWMH" in the man
1183   page.
1185 * New DateFormat option in FvwmTaskBar to change the date format
1186   in the clock's popup tip.
1188 * Window titlebars may now be designed using a new powerful
1189   TitleStyle option MultiPixmap, that enables to specify separate
1190   pixmaps for different parts of the titlebar: Main, LeftEnd,
1191   LeftOfText, UnderText, RightOfText, RightEnd and more.
1193 * New styles MinOverlapPlacementPenalties and
1194   MinOverlapPercentPlacementPenalties.
1196 * New styles IndexedWindowName / ExactWindowName and
1197   IndexedIconName / ExactIconName.
1199 * New command "DesktopName desk name" to define the name of a
1200   desktop for the FvwmPager, the WindowList and EWMH compliant
1201   pagers. New expanding variables $[desk.name<n>] for the desktop
1202   names.
1204 * New window list options NoDeskNum, NoCurrentDeskTitle,
1205   TitleForAllDesks, NoNumInDeskTitle.
1207 * New emacs style bindings in menus.
1209 * New Maximize global flag "layer" which causes the various grow
1210   methods to ignore the windows with a layer less than or equal to
1211   the layer on the window which is maximized.
1213 * Better support of the Transparent colorset in the modules and in
1214   animated menus.
1216 * Amelioration of the WindowShade animation.
1218 * New ButtonStyle and TitleStyle option MwmDecorLayer.
1220 * New style BackingStoreWindowDefault which is the default
1221   now. Fvwm no longer disables backing store on windows by
1222   default.
1224 * New styles MouseFocusClickIgnoreMotion and
1225   MouseFocusClickIgnoreMotionOff.
1227 * The module interface now supports up to 62 message types.
1229 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
1231 * New events "enter_window" and "leave_window" in FvwmEvent.
1233 * New MenuStyle PopupActiveArea.
1235 * New command line option -passid to FvwmAuto.
1237 * New conditional commands Any and PointerWindow.
1239 * New conditions Focused, !Focused, HasPointer and !HasPointer.
1241 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
1243 -------------------------------------------------------------------
1245 Changes in stable release 2.4.20 (6-Dec-2006)
1247 * The configure script now correctly appends executable file
1248   extensions to conditionally built binaries. Fixes building on
1249   Cygwin.
1251 * FvwmConsole no longer conflicts with getline of Cygwin's stdio.
1253 * Fixed parsing of For loops in FvwmScript.
1255 * Fixed a possible endless loop when de-iconifying a transient
1256   window.
1258 * Reject some invalid GNOME hints.
1260 * Fixed a loop when xterm changes its "active icon" size.
1262 * The configure script can now cope with four-part version numbers
1263   when detecting some libraries.
1265 * Security fixes in
1267      fvwm-menu-directory. (CVE-2006-5969)
1268      FvwmCommand
1270 -------------------------------------------------------------------
1272 Changes in stable release 2.4.19 (30-Sep-2004)
1274 * Fixed BackingStore style option.
1276 * Fixed MoveToDesk commend with a single argument.
1278 * Allow whitespace in menu names.
1280 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
1282 * A double click no longer occurs when two different mouse
1283   buttons are pressed.
1285 * Fixed a relief drawing problem in FvwmWinList.
1287 * Fixed travelling windows on restart if a window used non NorthWest
1288   gravity and changed that before the restart.
1290 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
1292 * The clock in FvwmTaskBar is redrawn immediately when its colour
1293   changes.
1295 * The option CurrentGlobalPageAnyDesk was accidentally named
1296   CurrentGlobbalPageAnyDesk before.
1298 * Fixed a problem with fvwm startup and shutdown when the pointer
1299   was grabbed by another application.
1301 * Fixed parsing of the Pointer option to the Move command.
1303 * Fixed handling of MWM hints on 64 bit machines.
1305 -------------------------------------------------------------------
1307 Changes in stable release 2.4.18 (19-Mar-2004)
1309 * Corrected rebooting the machine in FvwmScript-Quit.
1311 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
1313 * Security patch in fvwmbug.sh.
1314   See http://securitytracker.com/alerts/2004/Jan/1008781.html
1316 * Security fixes in
1317     fvwm-menu-directory (BugTraq id 9161)
1318     fvwm_make_directory_menu.sh
1319     fvwm_make_browse_menu.sh
1321 -------------------------------------------------------------------
1323 Changes in stable release 2.4.17 (10-Oct-2003)
1325 * Fixed error message for incorrect --with-SOME-library argument.
1327 * It is now possible to suppress title action or title completely
1328   in menus created by fvwm-menu-directory.
1330 * Fixed a compile problem on QNX 4.25.
1332 * New configure switch --disable-gtk.
1334 * FvwmGtk.1 is not installed if FvwmGtk is not built.
1336 * The "Visible" condition does no longer select windows on
1337   different desks.
1339 * With the styles StartsOnPage, SkipMapping and UsePPosition,
1340   windows that request a specific position are still placed on the
1341   given page.
1343 * Fixed sending M_NEW_PAGE packets to the modules if the page did
1344   not change.
1346 * Added support for new BBC headlines in fvwm-menu-headlines, this
1347   replaces the old BBC-Worlds and BBC-SciTech headlines.
1349 -------------------------------------------------------------------
1351 Changes in stable release 2.4.16 (30-May-2003)
1353 * Fixed a transparency problem in FvwmButtons.
1355 * The PageOnly option in FvwmTaskBar now works after a desk change
1356   too.
1358 * Fixed a possible core dump when more than 256 windows are on
1359   the desktop.
1361 * Initial drawing and final undrawing of wire frame no longer
1362   toggles the pixel in the top left corner of the screen.
1364 * Fixed parsing of button geometries in FvwmButtons when the
1365   geometry specification appeared after another option with a comma
1366   at the end.
1368 * FvwmCommand works too when invoked without the DISPLAY variable
1369   set.
1371 * Fixed displaying iconified windows without an icon in
1372   FvwmIconMan.
1374 * All single letter variables are deprecated now; new variables:
1376     $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
1377     $[desk.n], $[version.num], $[version.info], $[version.line],
1378     $[desk.pagesx], $[desk.pagesy]
1380 * Fixed a bug with aspect pixmaps in colorsets.
1382 * Iconified windows without an icon do not receive focus.
1384 * Fixed a bug in FvwmPager that displayed iconified windows without
1385   icon title or picture as not iconified.
1387 * Fixed parsing of '@<screen>' Xinerama specification in the
1388   ButtonGeometry option of FvwmButtons.
1390 * The NoWarp menu position hint option works with root menus too.
1392 * Fixed a problem with styles not being properly applied after a
1393   DestroyStyle command.
1395 * Fixed a bug introduced in 2.4.14.  The pointer was sometimes
1396   warped to another screen during a restart and command execution.
1398 * Fixed a crash when a window was destroyed twice in a complex
1399   function.
1401 * Fixed corruption of the window list when windows died at the
1402   wrong time.
1404 * Fixed problem with empty frame windows if X recycled the window
1405   id of a window that died recently.
1407 * Fixed loading of application supplied pixmap on 8/24 depth screen.
1409 * WindowListFunc is executed now within a window context, so
1410   a prefix "WindowId $0" is not needed in its definition anymore
1411   and it is advised to remove it in user configs.
1413 * FvwmEvent now executes all window related events within a window
1414   context, so PassId is not needed anymore, and all prefixes
1415   "WindowId $0" may be removed in user event handlers.
1417 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
1419 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
1420   empty works.
1422 -------------------------------------------------------------------
1424 Changes in stable release 2.4.15 (24-Jan-2003)
1426 * Fix for gmplayer launched by fvwm.  Close stdin on Exec so the
1427   exec'd process knows its not running interactively.
1429 * Windows using the WindowListSkip style do not appear in the
1430   FvwmTaskBar at random.
1432 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
1433   ChangeBackColor FvwmScript Instruction.
1435 * Fixed a core dump in the parsing of FvwmAuto arguments.
1437 * Fixed screwed calculation of icon picture size when application
1438   specifies it explicitly.
1440 * The option ShowOnlyIcons now works as described in the
1441   FvwmIconMan man page.  It was accidentally named ShowOnlyIconic
1442   before.
1444 -------------------------------------------------------------------
1446 Changes in stable release 2.4.14 (29-Nov-2002)
1448 * Modules do not crash anymore when more than 126 windows are on
1449   the desktop.
1451 * FvwmIconMan displays windows correctly that were iconified and
1452   then moved to another page.
1454 * Application provided icon windows no longer appear at 0 0 when
1455   restarting.
1457 * The built-in session management can handle window names, classes
1458   etc. beginning with whitespace (textedit).
1460 * Removed the flawed "A"ny context key binding patch from 2.4.13.
1462 * The default EdgeScroll (if not specified) was incorrectly
1463   assumed to be 100 pixels instead of 100 percents.
1465 * Icons no longer appear on top of all other windows after a
1466   restart.
1468 -------------------------------------------------------------------
1470 Changes in stable release 2.4.13 (1-Nov-2002)
1472 * Icon titles for windows with an icon position hint no longer
1473   appear at random places.
1475 * Fvwm no longer displays two icon pictures when switching from
1476   NoIconOverride to IconOverride with windows that provide their
1477   own icon window.
1479 * The Current, All, Pick, ThisWindow and PointerWindow commands
1480   work on shaded windows too.
1482 * Fixed a problem stacking iconified transients.
1484 * No more flickering when raising transients.
1486 * Fixed a number of problems with window stacking, some new in
1487   2.4.10 or later, some older problems that have been around for a
1488   long time.
1490 * Windows starting lowered or on any layer other than the default
1491   layer are displayed at the right place in FvwmPager.
1493 * Bindings with the "A"ny context can not be overridden by Gnome
1494   panel or OpenOffice.
1496 -------------------------------------------------------------------
1498 Changes in stable release 2.4.12 (10-Oct-2002)
1500 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
1501   appeared in 2.4.10, replacing the same problem with ?Gradient
1502   MenuFaces in 2.4.9.
1504 * Fixed accidental menu animation with certain menu position hints.
1506 * Increased maximum allowed key symbol name length to 200
1507   characters.
1509 * Allow quotes in conditional command conditions.
1511 * Fixed starting Move at random position when pointer is on a
1512   different screen.
1514 * Transient windows do not appear in FvwmWinList after they have
1515   been moved on the desktop.
1517 -------------------------------------------------------------------
1519 Changes in stable release 2.4.11 (20-Sep-2002)
1521 * Allow the use of mouse buttons other than the first in
1522   FvwmWinList when invoked transient.
1524 * Fixed a crash with ssh-askpass introduced in 2.4.10.
1526 -------------------------------------------------------------------
1528 Changes in stable release 2.4.10 (15-Sep-2002)
1530 * The commands Maximize, Resize and ResizeMove can be used on icons
1531   as it was in 2.2.x.
1533 * Fixed hilighting of menu items with HGradient and VGradient
1534   MenuFace.  Reduced flickering with these options.
1536 * Fixed a minor problem with entering submenus via keyboard.
1538 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
1539   it to hang.
1541 * Fixed drawing of pager balloons with BalloonBack option.
1543 * Fixed drawing of SidePic menu background with B/D gradients.
1545 * Fixed drawing of menu item reliefs with gradient menu faces.
1547 * Fixed key bindings on window corners.
1549 * Fixed FvwmTaskBar i18n font loading
1551 * Fixed StackTransientParent style without RaiseTransient or
1552   LowerTransient on the parent window.
1554 * StackTransientParent works only on parent window if it is on the
1555   same layer.
1557 * Fixed handling of window group hint with the (De)Iconify
1558   command.
1560 * No more flickering when a transient overlapping its parent window
1561   is lowered.
1563 * Fixed hilighting of unfocused windows.
1565 -------------------------------------------------------------------
1567 Changes in stable release 2.4.9 (11-Aug-2002)
1569 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1570   if the target page was at a negative x or y page displacement
1571   from the current viewport, the window would be placed on the
1572   wrong page.
1574 * Fixed a problem with colormap transition when a transient window
1575   died.
1577 * Fixed a FvwmScript crash with Swallow widget and very long window
1578   names.
1580 * Restored old way of handling clicks in windows with ClickToFocus
1581   and ClickToFocusPassesClickOff.  This fixes a problem with
1582   click+drag in an unfocused rxvt or aterm window.
1584 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1585   UseOld option was used.
1587 * Fixed wrong warp coordinates when WarpToWindow was used with two
1588   arguments on an unmanaged window.
1590 * Added a workaround for popup menus in TK applications that appear
1591   on some random position.
1593 * Fixed problems with wish scripts creating windows that start
1594   iconic.
1596 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1598 * A number of drawing fixes in FvwmPager.
1600 * Fixed a slight bug when waiting until all buttons are released,
1601   for example after executing a complex function.
1603 * Fixed potentially harmful change in module interface.
1605 * Fixed displaying menu items with icons when using the MenuStyle
1606   SubmenusLeft.
1608 * Fixed problems with the pointer moving off screen in a multi
1609   head setup.
1611 * Fixed a potential crash with windows being destroyed during a
1612   recapture operation.
1614 * Fixed a memory leak in some modules when not using glibc.
1616 * Applications using Mwm hints can now enforce that a window can
1617   not be moved.
1619 * Fixed negative arguments of WarpToWindow when used on an
1620   unmanaged window.
1622 * DESTDIR may be fully used again (only useful for distributors).
1624 * Fixed a key binding problem with key symbols that are generated
1625   by several keys.
1627 * Fixed a possible crash when a window was recaptured and the
1628   focus could not be transfered to another window.
1630 * Fixed a minor problem with clicks on focused windows being
1631   ignored.
1633 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1635 * Fixed a performance problem with large numbers of mouse binding
1636   commands.
1638 -------------------------------------------------------------------
1640 Changes in stable release 2.4.8 (11-Jun-2002)
1642 * A fix for switching between czech and us keyboard layout.
1644 * Remember the icon position when an icon is moved
1645   non-interactively.
1647 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1648   the man page when installing, see INSTALL.fvwm.
1650 * Fixed another problem with the DeskOnly option and sticky icons
1651   in FvwmTaskBar.
1653 * New FvwmIconMan configuration syntax now conforms to the syntax
1654   of other modules, see the man page.
1656 * New WindowList option CurrentAtEnd.
1658 * Fixed maximal length of a named module packet
1660 * Fixed a crash on a config with a new 2.5.x Colorset command.
1662 * Always display the current desk number in the FvwmPager window
1663   title.
1665 * Allow to bind a function to the focus click and pass it to the
1666   application at the same time.
1668 * Fixed a problem with fvwm not accepting keyboard input when the
1669   application with the focus vanished at the start of a session.
1671 * A small security patch regarding TMPDIR.
1673 * Fixed a problem with colormap transition when a transient window
1674   died.
1676 * Fixed calculation of average bg colour in colour sets with large
1677   pictures.
1679 * Fixed some minor problems regarding the multibyte patch.
1681 * Fixed selection in FvwmScript List widget.
1683 * fvwm-menu-headlines: updated the site data, added a configurable
1684   timeout on socket reading (20 sec) to avoid fvwm hanging, new
1685   --icon-error option.
1687 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1688   windows that are below others.
1690 * Fixed the ClickToFocusPassesClick style.
1692 * Fixed CascadePlacement for huge windows, so that the top-left
1693   corner is always visible.
1695 * Fixed parsing of SendToModule with the first parameter quoted.
1697 * Fonts in double quotes now should work in module configurations.
1699 * Fixed copying PopupOffset values in CopyMenuStyle.
1701 -------------------------------------------------------------------
1703 Changes in stable release 2.4.7 (11-Apr-2002)
1705 * Fixed parsing of WindowList with conditions and a position at
1706   the same time that was broken in 2.4.6.
1708 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1709   (windows were duplicated when moving to a different Desk; the
1710   StickyIcon style was ignored).
1712 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1714 * Fixed icon titles being raised when they should not be.
1716 * Fixed initial drawing of the internals of the FvwmPager window.
1718 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1719   audio player is used.
1721 * Fixed execution on QNX.
1723 -------------------------------------------------------------------
1725 Changes in stable release 2.4.6 (10-Mar-2002)
1727 * Better support of non ISO-8859-1 window and icon titles. See the
1728   --disable-compound-text option in INSTALL.fvwm for more details.
1730 * Improved speed of opaque window movement/resizing.
1732 * Fixed a bug that caused windows not being raised and lowered
1733   properly.
1735 * Suppress error message when using XBM icons.
1737 * Fixed a read descriptor problem in FvwmTaskBar
1739 * Fixed a minor colour update bug in the pager.
1741 * Fixed an fvwm crash when a module died at the wrong moment;
1742   specifically a transient FvwmPager or FvwmIconMan.
1744 * Fixed placement of WindowList on wrong Xinerama screen when
1745   called without any options on a screen other than the primary
1746   screen.
1748 * Fixed a problem with root bindings and xfishtank.
1750 * Fixed moving windows with the keyboard over the edge of the
1751   screen when the pointer remained of the previous page.
1753 * Do not hilight windows after ResizeMove.
1755 * New conditional command ThisWindow.
1757 * Some fixes in the configure script that caused some rare
1758   problems detecting gnome and ncurses.
1760 * Fixed a memory leak in the Pick command.
1762 * Allow to choose windows with CirculateSkip with the Pick command.
1764 * Fixed an FvwmScript compile problem on dec-osf5.
1766 * The window handles are now resizes as they should when the
1767   HandleWidth style changes.
1769 * The Current command does not select a random window when no
1770   window has the focus.
1772 * Fixed a rare menu placement problem with Xinerama.
1774 -------------------------------------------------------------------
1776 Changes in stable release 2.4.5 (27-Jan-2002)
1778 * Fixed minor problems in popping sub menus up and down.
1780 * Fixed moving windows between pages with the keyboard.
1782 * Fixed the size of the geometry window that was broken sometimes.
1784 * Fixed problem with pointer warping to another screen on a dual
1785   head setup.
1787 * Fixed a problem with the focus in internal Ddd and Netscape
1788   windows.
1790 * Reduced the time in which fvwm attempts to grab the pointer.
1792 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1793   fast.
1795 * Fixed MiniScroll's auto repeating in FvwmScript.
1797 * Fixed a crash with the UseStyle style in combination with
1798   HilightBack.
1800 * Fixed excessive redraws of the windows under a window being
1801   shaded.
1803 * Fixed a minor memory leak in the Style command.
1805 * Fixed pixmap background of FvwmButtons behind buttons with only
1806   text.
1808 * Fixed a crash in FvwmIconBox when the application provided an
1809   illegal icon.
1811 * Fixed a configure problem with libstroke-0.5.1.
1813 * New style BackingStoreWindowDefault which is the default
1814   now. Fvwm no longer disables backing store on windows by
1815   default.
1817 * Fixed bug that sometimes caused unnecessary redraws when a style
1818   was changed.
1820 * Fixed crash when something like "$[$v]" appeared in a command.
1822 * Fixed parsing of conditions with more than one comma.
1824 -------------------------------------------------------------------
1826 Changes in stable release 2.4.4 (16-Dec-2001)
1828 * Minor title drawing fixes.
1830 * Fixed manual placement with Xinerama.
1832 * Minor button 3 handling fix in FvwmPager.
1834 * Fixed *FvwmIconMan*shaped option with empty managers.
1836 * Fixed ClickToFocusClickRaises style.
1838 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1839   activate on press or release, special pointer during grab, arrow
1840   keys useful in form with one input field.
1842 * New OpaqueMoveSize argument "unlimited".
1844 * Fixed binding keys with and without "Shift" modifier under some
1845   circumstances.
1847 * Fixed binding actions to the client window with ClickToFocus.
1849 * Mouse bindings are activated without a recapture.
1851 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1852   Center, and Right for text position. Amelioration of the Menu
1853   and PopupMenu Widgets. New functions GetPid, Parse,
1854   SendMsgAndGet and LastString. New instruction Key for key
1855   bindings. New command SendToModule ScriptName SendString.
1857 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1858   disables warning messages.
1860 * Restored the default Alt-Tab behaviour from 2.4.0.
1862 -------------------------------------------------------------------
1864 Changes in stable release 2.4.3 (08-Oct-2001)
1866 * Fixed activation of shape extension.
1868 * Fixed problems with overriding key bindings.
1870 * Single letter key names are allowed in upper and lower case in
1871   key bindings as before 2.4.0.
1873 * Fixed WindowList placement with Xinerama.
1875 * Fixed flickering icon titles.
1877 * New X resource fvwmscreen to select the Xinerama screen on which
1878   to place new windows.
1880 * Coordinates of a window during motion are show relative to the
1881   Xinerama screen.
1883 * Some icon placement improvements with Xinerama.
1885 -------------------------------------------------------------------
1887 Changes in stable release 2.4.2 (16-Sep-2001)
1889 * Desk and page can be given as X resources in .Xdefaults, for
1890   example:
1891     xterm.desk: 1
1892     xterm.page: 1 2 3
1894 * Several Shape compilation problems fixed.
1896 -------------------------------------------------------------------
1898 Changes in stable release 2.4.1 (15-Sep-2001)
1900 * Added Xinerama and SingleLogicalScreen support.
1902 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1903   XineramaSlsSize and MoveToScreen.
1905 * New context rectangle option XineramaRoot for the menu commands.
1907 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1908   AcceptsFocus for conditional commands.
1910 * The DestroyStyle command takes effect immediately.
1912 * New style option StartsOnScreen.
1914 * New style options NoUSPosition, UseUSPosition,
1915   NoTransientPPosition, UseTransientPPosition,
1916   NoTransientUSPosition, and UseTransientUSPosition.  These work
1917   similar to the old styles NoPPosition and UsePPosition.
1919 * New option "screen" for Maximize command.
1921 * New option ReverseOrder for WindowList command.
1923 * The default Alt-Tab binding works more intuitive.
1925 * New condition "PlacedByFvwm"
1927 * New Geometry option for FvwmForm.
1929 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1931 * FvwmIconMan can be closed with Delete or Close too.
1933 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1935 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1937 * Enhancements in fvwm-menu-headlines and support for 10 more
1938   sites.
1940 * Color enhancements in button vectors: @2 is bg color, @3 is fg
1941   color.
1943 * Improved detection of the Shape library.
1945 * Fixed FvwmButtons button titles not being erased for swallowed
1946   windows that showed up on certain setups.
1948 * Fixed bug that caused transient windows to be buried below their
1949   parents with the "BugOpts RaiseOverUnmanaged on".  This occured
1950   with the system.fvwm2rc-sample-95 configuration.
1952 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
1953   set the transient_for hint when started with the "transient"
1954   option.
1956 * Fixed FvwmIconMan with the transient option when mapped off
1957   screen.
1959 * Fixed ClickToFocus focus policy when iconifying the focused
1960   window.
1962 * Fixed some focus problems in conjunction with unclutter vs
1963   xv/xmms and Open Look applications.
1965 * Fixed a problem that could cause windows to be lost off screen
1966   with interactive window motion.
1968 * Fixed some FvwmTaskBar autohide problem.
1970 * Fixed a display string problem in FvwmForm.
1972 * Fixed a problem with FvwmTheme shadow colours.
1974 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
1975   conditional commands.
1977 * Fixed a formatting problem of the man page on AIX, Solaris, and
1978   some other UNIX variants.
1980 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
1982 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
1984 * Fixed parameters of fvwm24_convert.
1986 * Fixed a number of building problems related to old vendor unices,
1987   libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
1989 * Fixed drawing of title bar buttons with MWMDecorStick.
1991 * Fixed missing button or key events over the pan frames.
1993 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
1994   modules.
1996 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
1997   options. Fixed FvwmPager crash with certain font strings.
1999 * Fixed drawing of the grid lines in an iconified FvwmPager window.
2001 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
2003 * Fixed some exotic problems with window gravity and resizing
2004   windows.
2006 * Fixed a problem with maximizing windows with the viewport not
2007   starting on a page boundary.
2009 * Fixed handling of parentheses in FvwmButtons button actions.
2011 * Work around a key binding problem with keys that generate the
2012   same symbol with more than one key code (e.g. Shift-F1 = F11).
2014 * The Desk option of FvwmBacker is compatible to earlier
2015   version. Desk or Page coordinates can be omitted to indicate
2016   that desk or page changes trigger no action at all.
2018 * Fixed double updating of background with FvwmBacker sometimes
2019   leading to the wrong background.
2021 * Fixed several escaping errors in fvwm-menu-directory, so files
2022   and directories containing special chars and spaces should
2023   work.
2025 * Fixed PlacedByButton3 condition.
2027 * Fixed vanishing windows when mapping/unmapping too fast.
2029 * Fixed prev option of the GotoDeskAndPage command.
2031 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
2032   dimensions larger than 2147.
2034 * Fixed compatibility of the FvwmM4 modules on platforms that have
2035   a System V implementation of m4 (Solaris 2.6).
2037 * The SetEnv command without a value for a variable is the same as
2038   UnsetEnv.
2040 * Fixed shading/unshading shaped windows and windows without title
2041   and border.
2043 -------------------------------------------------------------------
2045 Changes in stable release 2.4.0 (03-Jul-2001)
2047 * Finally released. :)
2048 -------------------------------------------------------------------
2050 For older NEWS, read the ONEWS file.