1 Note, the changes for the last STABLE release start with release
4 -------------------------------------------------------------------
6 Changes in beta release 2.5.30 (not released yet)
8 -------------------------------------------------------------------
10 Changes in beta release 2.5.29 (03-Apr-2010)
14 - Added new fvwm-convert-2.6 script to convert older fvwm 2.4.x
16 - New BugOpts option QtDragnDropWorkaround to work around an
17 oddity in handling drag-n-drop events to Qt applications.
21 - Fixed the InitialMapCommand style from running when FVWM is
23 - Fix rendering of FvwmForm windows when initially mapped.
24 - Fix placement of windows when using MinoverlapPlacement and
26 - Fix segfault when tearing off menus using a Pixmap
28 - Fix "window jump" bug when moving a window across page
30 - Flush property events for same type in applications which
31 repeatedly set the same XAtom. (Gnucash, Openoffice, etc.)
32 - Fix opening of files using Read/PipeRead to accept paths in
33 the form "./" to indicate CWD. Fixes
34 $ fvwm -f ./some-fvwm2rc
35 - Fix further crash when copying menustyles with MenuFace
37 - Make layer changes apply immediately via Style commands for
38 any currently mapped windows.
39 - Fix flickering/incorrect location of the GeometryWindow with
40 Xinerama/TwinView when resizing windows.
42 -------------------------------------------------------------------
44 Changes in beta release 2.5.28 (20-Sep-2009)
48 - New differentiated options for SnapAttraction when snapping
50 "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
51 - New option to the BugOpts command: TransliterateUtf8.
55 - Fixed non-visible Qt windows after a Qt deferred map (e.g.
56 Skype profile windows).
57 - Fixed the use of the X-resource "fvwmstyle".
58 - Fixed segmentation fault in FvwmEvent when parsing an
59 undefined event name, or an undefined environment variable
60 to the RPlayHost option.
61 - Fixed the events startup, shutdown and unknown in FvwmEvent.
62 - Fvwm now retains utf8 window names when the WM_NAME changes,
63 and the utf8 name converted to the default charset match
65 - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
66 - Fixed SnapAttraction: Option SameType/Icons/Windows did
67 falsely not affect conditions of option "Screen" and option
68 "SameType" snapped falsely icons and windows together.
69 - Fixed a problem where modules would get incorrect stacking
70 information if many windows were restacked at the same time.
71 - Fixed BugOpts parsing of more than one option at a time and
72 restoring of default value for the last option
73 in the command line when omitted.
74 - 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
76 -------------------------------------------------------------------
78 Changes in beta release 2.5.27 (23-Feb-2009)
82 - New extended variable
85 - Style matching now honours the window's visible name which
86 means it can be matched before the real name, hence:
88 Style $[w.visiblename] Colorset 5
90 is now honoured. Useful with IndexedWindowName as a style
93 - New style InitialMapCommand allows to execute any command
94 when a window is mapped first.
96 - New option to PrintInfo, "bindings" which prints out all of
97 the Key, PointerKey, Mouse and Stroke bindings which fvwm
102 - Fixed compilation without XRender support.
103 - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
104 - Fixed a bug in automatic detection mode of the style
106 - Fixed png detection when cross compiling.
107 - Fixed keeping fullscreen window mode over a restart.
108 - The style PositionPlacement now honours StartsOnPage.
109 - Reset signal handlers for executed modules and programs.
110 - Try to handle a bug an old version of the EWMH spec by
111 honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
112 the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
113 - Fix the GNOME location prefix to application .desktop files.
114 - 'PositionPlacement UnderMouse' now forces the window
115 on-screen, just like the old UnderMousePlacement style option
118 -------------------------------------------------------------------
120 Changes in beta release 2.5.26 (7-May-2008)
124 - New MenuStyle option VerticalMargins.
126 * New module features:
128 - FvwmButtons: New button alignment option: top.
132 - Fixed crash in ARGB visual detection code.
133 - Fixed compilation without XRender support.
134 - Fixed drawing of background pictures in menu items and titles.
135 - Fixed handling of shaped windows.
136 - Fixed a 64-bit bug in the EWMH code.
138 -------------------------------------------------------------------
140 Changes in beta release 2.5.25 (26-Feb-2008)
144 - Handle the STATE_ADD command of the EWMH _NET_WM_STATE
145 message from version 1.3 of the EWMH spec.
146 - Support transparency in ARGB windows
150 - Fixed problem with windows disappearing when created
151 unless the style Unmanaged was used.
152 - Edge move delay was used as resistance for the top edge.
153 - Fixed a parsing problem of the screen argument of the
154 SnapAttraction style.
155 - Some html documentation files were not installed.
156 - Fixed a memory leak in internationalized font handling.
157 - Fixed a bug in MinOverlap placement.
158 - Fixed the StickyAcrossPages style in the FvwmPager.
159 - Fixed the determination of the X charset on UTF-8 systems.
160 - Fixed a crash when certain EWMH messages were sent to
162 - Fixed a memory leak in multibyte codepage code.
163 - Ignore the EWMH staysontop and staysonbottom hints if the
164 EWMHIgnoreStackingOrderHints style is used.
165 - Fixed a sporadic crash when the root background set by gnome,
166 fvwm-root, esetroot etc. changes and a root transparent
168 - Fixed spradic crash in modules with root transparent
169 background from colour sets.
170 - Fixed a possible crash if the last active module fails.
172 -------------------------------------------------------------------
174 Changes in beta release 2.5.24 (24-Nov-2007)
178 - Disabled paging during interactive resize operations by
179 default (see 2.5.20) as it is annoying to many people.
180 - New style command options:
186 that replace the now obsolete commands EdgeResistance,
187 SnapGrid and SnapAttraction. The EdgeResistance command has
188 a new syntax with only one argument.
189 - New command MenuCloseAndExec for menu bindinngs that can be
190 used to trigger certain commands from a menu without an
191 associated item. For example, with
192 Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
193 the RootMenu can be opened from any other menu by pressing
198 - Sometimes a window jumped by half the screen's size when
199 moving with the mouse and hitting the border of the desktop.
200 - Fixed the "screen w" argument of the Move and other commands.
201 - Clicking on a menu title did not close the menu by default.
202 - Temporary files in FvwmPerl overwrote each other.
204 -------------------------------------------------------------------
206 Changes in beta release 2.5.23 (1-Sep-2007)
210 - New Style command options:
215 - Fixed FvwmButton's button placement algorithm broken in
218 -------------------------------------------------------------------
220 Changes in beta release 2.5.22 (29-Aug-2007)
224 - New Style command options:
225 UnderMousePlacementHonorsStartsOnPage
226 UnderMousePlacementIgnoresStartsOnPage
227 !MinOverlapPlacementPenalties
228 !MinOverlapPercentPlacementPenalties
230 - SVG (scalable vector graphics) image loading support.
231 - New extended variables
232 $[w.iconfile.svgopts]
233 $[w.miniiconfile.svgopts].
234 - Added suffix 'w' to the arguments of the Move command and
235 similar. It is now possible to add multiple shifts to a
236 window position, e.g. "50-50w 50-50w" for the center of the
238 - Removed UnderMousePlacement and CenterPlacement. Use
239 "PositionPlacement Center" and "PositionPlacement UnderMouse"
241 - Documentation in HTML format.
242 - Replaced "UseListSkip" with "UseSkipList" & "OnlyListSkip" with
243 "OnlySkipList" in WindowList command. (Old options deprecated.)
244 - New subject ImageCache for PrintInfo command.
245 - The new commad EchoFuncDefinition prints a function's
246 definition to the console for debugging purposes.
247 - The CursorStyle command can now load PNG and SVG images as
248 mouse cursors. New x and y arguments to specify the
249 hot spot. Also, it is now possible to load non-monochrome
250 cursors and cursors with partial transparency.
252 * New module features:
254 - FvwmScript: New instructions: ChangeWindowTitle and
255 ChangeWindowTitleFromArg.
259 - Windows with aspect ratio no longer maximize past the screen
261 - Fixed CenterPlacement with Xinerama screens.
262 - Fixed CascadePlacement with title direction west and east
263 - Windows no longer unstick when going to fullscreen mode.
264 - Fixed crash when raising/lowering a destroyed window.
265 - Fixed expansion of $[n-] and $[*], broken in 2.5.20.
266 - Fixes for resizing shaded windows and windows with a gravity
267 other than northwest.
268 - Fixed CursorStyle POSITION, broken since 2.3.24.
269 - The hi, sh and fgsh colors in colorsets are no longer replaced
270 by computed values if not explicit set on the same line as the
271 bg, or for fgsh fg, changes. (bug #3359)
272 - FvwmButtons now redraws stretched button backgrounds correctly
274 - Windows with circular transient for hints may no longer crash
275 fvwm with StackTransientParent style.
276 - FvwmPager now displays windows that are StickyAcrossPages
278 - Fixed a possible crash with modules closing down.
279 - Fixed broken demo script fvwm_make_browse_menu.sh.
280 - The conditon following a comma separator without whitespace
281 padding was previously ignored if the presiding condition was
283 - Various FvwmButtons drawing problems.
284 - Window movement or resizing triggered by an EWMH message now
285 honours the FixedSize and FixedPosition window styles.
286 - Properly generate leave_window and enter_window events for
287 the root window in FvwmEvent.
288 - Fixed crash in UTF8 code.
289 - Fixed parsing of the PropertyChange command.
290 - Fixed windowlist crash when combining CurrentAtEnd with
291 IconifiedAtEnd and all windows are iconified.
293 -------------------------------------------------------------------
295 Changes in beta release 2.5.21 (20-Jan-2007)
299 - The command Scroll can now be used for interactive scrolling.
303 - Fixed Tile...Placement styles (SmartPlacement) that were
306 -------------------------------------------------------------------
308 Changes in beta release 2.5.20 (15-Jan-2007)
312 - New Style options: StippledIconTitle, !StickyStippledTitle,
313 and !StickyStippledIconTitle.
314 - Full support for menu context (M) key and mouse bindings. See
315 the section Menu Bindings in the man page for details.
316 - Hilighted menu backgrounds now use pixmaps gradients and
317 transparency from their related colorset.
318 - New window conditions: StickyIcon, StickyAcrossPagesIcon and
319 StickyAcrossDesksIcon.
323 - "Mouse n M N" is no longer used to disable or remap the
324 builtin tear off menu button. See the section Tear Off Menus
325 for details on replacement commands.
329 - FvwmWinList: fix problem with window name/button mixups during
330 Init/Restart of fvwm. (bug #1393)
331 - It is now possible to switch the viewport while resizing
332 windows if "EdgeScroll 0 0" is set.
333 - Fixed disappearing windows when aborting interactive resizing
334 of maximized windows when unmaximizing them later.
335 - Fixed disappearing windows when moving maximized windows and
336 unmaximizing them later.
337 - Fixed calculation of final location with MoveToPage and
338 MoveToScreen with windows to the left or top of the viewport.
339 - 64-bit architecture fix in FvwmProxy.
340 - FvwmForm now work with balanced quoted command for Timeout.
341 - FvwmPager correctly updates on window desk change.
342 - FvwmIconBox: fixed problem with IconColorset's background
343 color change not being applied immediately.
344 - Allow FvwmConsole to run a terminal via rxvtc or urxvtc.
345 FvwmConsole dies if no client connects within one minute.
346 - Expansion of variables in FvwmTaskBar launch button commands
348 - Fixed a race condition with applications raising their own
349 transient windows in certain ways. (Apple Shake, kphotoalbum)
350 - FvwmIdent reports the correct geometry if the window has its
351 title at the left or right side.
352 - Fixed an infinite loop when deiconifying windows in a group
353 via a different window than the initially iconified.
355 -------------------------------------------------------------------
357 Changes in beta release 2.5.19 (9-Dec-2006)
361 - FvwmCommand now reports "end windowlist" and "end configinfo".
362 - FvwmCommand now prints config info split on lines.
363 - FvwmTaskBar no longer gets lost with trailing whitespace after
364 geometry specification.
365 - Fixed a window size problem if the aspect ratio is set (e.g.
367 - Decorations now update when unmanaged windows take focus, and
368 not FlickeringQtDialogsWorkaround is enabled.
369 - FvwmPager again allows movement of windows added before a
371 - fvwm no longer crashes on 1 and 4 bit displays. (#1677)
372 - EWMH desktops now correctly handles FPClickToFocus. (#1492)
373 - Security fix in fvwm-menu-directory. (CVE-2006-5969)
375 -------------------------------------------------------------------
377 Changes in beta release 2.5.18 (11-Sep-2006)
381 - If a window started fullscreen, leaving fullscreen state now
382 properly unmaximizes and resizes the window.
383 - Fixed the ForeColor/HilightFore styles that were broken in
385 - FvwmPager can now move icons with the !IconTitle style.
386 - Fixed drawing of icons that are moved to a different desk.
387 - FvwmPager no longer tries to move non-movable windows.
388 - FvwmPager now moves all windows as user requests.
389 - FvwmPager no longer displaces windows with title and border
391 - TestRc now correctly matches Break, and $[cond.rc] is
393 - Fixed several 64-bit architecture problems with
394 XGetWindowProperty(). Xine works much better on 64-bit
396 - Fixed handling of ClickToFocusPassesClick with the EWMH
397 desktop (e.g. using nautilus).
398 - Fixed handling of windows that are unmapped and mapped again
399 too fast (e.g. fpga_editor).
401 -------------------------------------------------------------------
403 Changes in beta release 2.5.17 (19-Jul-2006)
407 - New MenuStyle options TitleFont, TitleColorset and
409 - New command PressButton in module FvwmButtons for being able
410 to emulate button press via other means than the mouse.
411 - New wrap options to EdgeScroll command for wrapping with pixel
413 - New Style option UnderMousePlacement.
414 - Unused arguments to Style options generate warnings.
415 - The name style names match against can be augmented by the
416 X-resource "fvwmstyle".
417 - New options, Reverse and UseStack, to All command.
418 - WindowShade can now reshade windows using the Last direction.
419 - Positional parameters to complex functions can now be expanded
420 using $[n], $[n-m], $[n-] and $[*] expressions.
421 - The width and height arguments of the Resize command now
422 accept the prefix 'w' to allow resizing relative to the
424 - New command ModuleListenOnly.
425 - New "Periodic" option added to Schedule command.
429 - Fixed detection of running non-ICCCM2 wm (bug #3151).
430 - Fixed drawing of menus with the sidepic on the right.
431 - EdgeScroll no longer divides pixel distances >1000 by 1000.
433 - The configure script can now cope with four-part version
434 numbers when detecting some libraries.
435 - The WarpToWindow command followed by Move in a complex
436 function now uses the correct pointer position.
437 - The menu style TitleWarp does no longer warp the pointer for
438 root menus (as it is documented).
439 - Fixed detection of safe system version of mkstemp.
440 - Fixed the conditions Iconifiable, Fixed, FixedSize,
441 Maximizable and Closable.
442 - Fixed problem with window outline and placement position
444 - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
445 - FvwmGtk now configures correctly on Cygwin (bug #3772).
446 - Fixed tempfile vulnerabilities in FvwmCommand.
448 -------------------------------------------------------------------
450 Changes in beta release 2.5.16 (20-Jan-2006)
454 - If the pointer can not be grabbed in functions, a message is
455 printed to the console instead of beeping.
459 - Fixed a couple of build problems introduced in 2.5.15.
461 -------------------------------------------------------------------
463 Changes in beta release 2.5.15 (14-Jan-2006)
467 - Variables can be nested, like $[desk.name$[desk.n]].
468 - Obsolete one-letter variables work, but generate warnings now.
469 - Windows can be placed by any button (now also >3).
470 - It is now possible to redefine the buttons usable to finish
471 window movement and manual placement.
472 - New window condition PlacedByButton.
473 - MenuStyle pairs can be negated by prefixing '!'.
474 - New generic tabbing module - FvwmTabs.
475 - New Style option: EWMHIgnoreWindowType.
476 - New MenuStyle options: MouseWheel, ScrollOffPage and
478 - To compile from CVS, autoconf-2.53 or above is now required.
479 This does not affect compiling the released tarballs.
480 - New option "screen" to Move and ResizeMove commands to allow
481 specifying the target Xinerama screen.
485 - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
486 - Better look for windows with "BorderStyle TiledPixmap".
487 - Some EWMH-related 64-bit fixes.
488 - Fixed segmentation fault when replacing title of title only
490 - Fixes for resizing of shaded windows and resizing/moving
491 windows with complex functions.
493 -------------------------------------------------------------------
495 Changes in beta release 2.5.14 (24-Aug-2005)
499 - Fvwm now officially supports 64-bit architectures.
500 - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
502 - New window condition FixedPosition.
504 * New module features:
506 - FvwmPerl module supports window context when preprocessing.
507 - FvwmPerl module accepts new --export option that by default
508 defines two fvwm functions "Eval" and ".", to be used like:
511 Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
512 . Exec xmessage %{2 + cos(0)}% # embedded calculator
514 - New FvwmProxy option ProxyIconified.
515 - New FvwmTaskBar option Pad to control the gap between
520 - Fixed a Solaris compiler error introduced in 2.5.13.
521 - Fixed a hang with layers set by applications (e.g. AbiWord).
522 - GotoDesk with a relative page argument now wraps around at
523 the end of the given range as documented. (Bug #1396).
524 - PopupDelayed menu style option was not copied on
526 - Transparent Animated menus with non-transparent popup were
527 not animated correctly.
528 - Supported euc-jp class of encodings.
529 - A window's default layer is no longer set to 0 during a
531 - Fixed an annoying MouseFocus/SloppyFocus problem in
532 conjunction with EdgeResistance + EdgeScroll (sometimes a
533 window did not get the focus as it should have). This
534 problem first occured in 2.5.11.
536 -------------------------------------------------------------------
538 Changes in beta release 2.5.13 (16-Jul-2005)
542 - The MoveToPage command did not work without arguments in
544 - Mouse/Key command no args possible core dump.
545 - Direction with no args possible core dump.
546 - FvwmScript periodic tasks run too often.
547 - Perl modules did not work on 64 machines.
548 - FvwmDebug did not report any extended messages.
549 - fvwm-menu-desktop supports mandriva.
550 - fvwm-menu-desktop when verifying executable, allow full path.
552 * New module features:
554 - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
556 - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
557 TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
558 TipsJustification and TipsOffsets options.
559 - FvwmButtons: PressColorset & ActiveColorset options for
560 _individual_ buttons.
562 -------------------------------------------------------------------
564 Changes in alpha release 2.5.12 (6-Oct-2004)
570 * New module features:
572 - FvwmIconMan: ShowOnlyFocused option.
574 -------------------------------------------------------------------
576 Changes in alpha release 2.5.11 (30-Sep-2004)
578 * Multiple window names can be specified in conditions.
580 * Window-specific key/mouse bindings. (Bindings no longer have to
583 * The default fvwm configuration files are now: ~/.fvwm/config and
584 $FVWM_DATADIR/config. Five previously used config file locations
585 are still searched as usual for backward compatibility.
587 * New extended variables $[w.desk] and $[w.layer].
589 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
592 * New Style option "State".
594 * New Style option "CenterPlacement".
596 * New option to FvwmIconMan: ShowNoIcons.
598 * New WindowList tracker and other enhancements in Perl library.
600 * New option to fvwm-menu-directory: --func-name.
602 * Improved FvwmWindowMenu module.
604 * Fluxbox-like Alt-Button3 resizing with the new Resize options
605 Direction, WarpToBorder and FixedDirection
607 * Enhanced "Test (Version >= x.y.z)" option to allow version
610 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
611 PressColorset, PressIcon and PressTitle.
613 * New FvwmButtons swallow option: SwallowNew.
615 * The option CurrentGlobalPageAnyDesk was accidentally named
616 CurrentGlobbalPageAnyDesk before.
618 * New conditions AnyScreen and Overlapped.
620 * The Read and PipeRead commands return 1 if the file or command
621 could be read or executed and -1 otherwise.
623 * New menu option TearOffImmediately.
625 * Added support for Solaris' Xinerama.
627 * New option MailDir in FvwmTaskBar.
629 * MoveToPage command:
631 New options wrapx, wrapy, nodesklimitx and nodesklimity.
632 New suffix 'w' to allow for window relative movement.
634 -------------------------------------------------------------------
636 Changes in alpha release 2.5.10 (19-Mar-2004)
638 * New command FakeKeyPress.
640 * New BugOpts option ExplainWindowPlacement.
642 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
644 * Security patch in fvwm-bug.
645 See http://securitytracker.com/alerts/2004/Jan/1008781.html
649 fvwm-menu-directory (BugTraq id 9161)
650 fvwm_make_directory_menu.sh
651 fvwm_make_browse_menu.sh
653 -------------------------------------------------------------------
655 Changes in alpha release 2.5.9 (2-Mar-2004)
657 * New MenuStyle options PopupIgnore and PopupClose.
659 * New configure option --disable-iconv to disable iconv support.
661 * New extended variables $[w.iconfile] and $[w.miniiconfile].
663 * New Style option Unmanaged. Such windows are not managed by
666 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
668 * New option DisplayNewWindowNames to the BugOpts command.
670 * Security fix for fvwm-menu-directory.
673 -------------------------------------------------------------------
675 Changes in development release 2.5.8 (31-Oct-2003)
677 * New prefix command KeepRc.
679 * Renamed the Cond command to TestRc, and the On command to Test.
680 Removed the CondCase command. Use "KeepRc TestRc" instead.
682 * The Break command can be told the number of nested function
683 levels to break out of. Break now has a return code of -2
686 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
687 in key or mouse bindings.
689 * New extended variable $[func.context].
691 * New Style option MoveByProgramMethod. Tries to autodetect
692 whether application windows are moved honouring the ICCCM or not
693 (default). The method can be overridden manually if the
694 detection does not work.
696 * fvwm supports tear off menus. See the "Tear Off Menus" section
697 in the man page or press Backspace on any menu to try them out.
699 * fvwm now handles what Unicode calls "combining characters" (i.e.
700 marks drawn on top of other characters).
702 * New commands WindowStyle and DestroyWindowStyle for individual
705 * The conditions !Current... and !Layer now work as expected.
707 * Added a nice autohide script to the FAQ.
709 * FvwmAnimate now supports dynamical commands "pause", "play",
710 "push", "pop" and "reset" to manipulate the playing state.
712 -------------------------------------------------------------------
714 Changes in development release 2.5.7 (30-May-2003)
716 * The commands Cond and CondCase now support checking for
717 inequality by prefixing the return code with '!'.
719 * Schedule and Deschedule support hexadecimal and octal command
722 * In FvwmIconMan, windows can move from one manager to another
723 according to the managers' Resolution options.
725 * In order to fix a problem with StartsOnScreen and applications
726 that set a user specified position hint, the StartsOnScreen style
727 no longer works for the following modules: FvwmBanner,
728 FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
729 FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList. Use
730 the '@<screen>' bit in the module geometry specification where
733 * Documented variable $[gt.any_string] and LocalePath command
736 * Added gettext support to FvwmScript. New head instruction
737 UseGettext and WindowLocaleTitle. New widget instruction
738 LocaleTitle. New instruction ChangeLocaleTitle and new function
741 * WindowListFunc is executed now within a window context, so
742 a prefix "WindowId $0" is not needed in its definition anymore,
743 and it is advised to remove it in user configs.
745 * FvwmEvent now executes all window related events within a window
746 context, so PassId is not needed anymore, and all prefixes
747 "WindowId $0" may be removed in user event handlers.
749 * New FvwmTaskBar option NoDefaultStartButton.
751 -------------------------------------------------------------------
753 Changes in development release 2.5.6 (28-Feb-2003)
755 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
757 * Fix for gmplayer launched by fvwm. Close stdin on Exec so the
758 exec'd process knows it's not running interactively.
760 * Improvement in MultiPixmap. In particular Colorset and Solid
761 color can be specified.
763 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
764 StretchedPixmap and ShrunkPixmap.
766 * Use the MIT Shared Memory Extension for XImage.
768 * The TitleStyle decor of a vertical window Title is rotated.
769 This is controllable using a new style option:
771 !UseTitleDecorRotation / UseTitleDecorRotation
773 * New style options IconBackgroundColorset, IconTitleColorset,
774 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
775 and IconBackgroundPadding.
777 * Minor incompatible improvements to the Perl library API.
779 * Renamed FvwmWindowLister to FvwmWindowMenu.
781 * New option to IconSize style: Adjusted, Stretched, Shrunk.
783 * New shortcuts for button states: AllActiveUp, AllActiveDown,
784 AllInactiveUp, AllInactiveDown.
788 Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
790 * New conditions for matching windows:
792 Closable, Iconifiable, Maximizable, FixedSize and HasHandles
794 * New conditional command On for non-window related conditions.
796 * Removed --disable-gnome-hints and --disable-ewmh configure
799 * All single letter variables are deprecated now; new variables:
801 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
802 $[desk.n], $[version.num], $[version.info], $[version.line],
803 $[desk.pagesx], $[desk.pagesy]
805 -------------------------------------------------------------------
807 Changes in development release 2.5.5 (2-Dec-2002)
809 * Added support for joining and shaping in bi-directional
810 languages that need this.
812 * ButtonStyle and TitleStyle new style type Colorset.
814 * New experimental module FvwmProxy.
816 * New command RestackTransients.
818 * Added a pixel offset to vector button definitions.
820 * New command FocusStyle as a shorthand for setting the FP...
821 styles with the Style command.
823 * New option Locale to PrintInfo command.
825 * The Next and Prev commands start looking for a matching window at
826 the context window if there is any.
828 * The MoveToPage command does nothing with sticky windows.
830 * New module FvwmWindowLister, a WindowList substitute.
832 * Sticky windows can be sticky across pages, across desks or both.
834 - New commands StickAcrossPages and StickAcrossDesks.
835 - New Style options StickyAcrossPages and StickyAcrossDesks.
836 - New conditional command options StickyAcrossPages and
838 - New WindowList options NoStickyAcrossPages,
839 NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
840 OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
841 - New FvwmRearrange options -sp and -sd.
843 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
844 FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
845 an alpha channel are used.
847 * New Colorset option RootTransparent
849 * The Transparent Colorset option can be tinted under certain
852 * New MinHeight option to TitleStyle
854 * Added gettext support. New command LocalePath and new variable
857 -------------------------------------------------------------------
859 Changes in alpha release 2.5.4 (20-Oct-2002)
861 * FvwmTaskBar may now include mini launch buttons using the Button
862 command. Also has new options for spacing the buttons:
863 WindowButtonsLeftMargin, WindowButtonsRightMargin, and
864 StartButtonRightMargin. See man page for details.
866 * Style switches can be prefixed with '!' to inverse their meaning.
867 For example, "Style * Sticky" is the same as "Style * !Slippery".
868 This works *only* for pairs of styles that take no arguments and
869 for the Button and NoButton styles.
871 * New button property Id in FvwmButtons. FvwmButtons now accepts
872 dynamical actions using SendToModule, see the man page:
874 ChangeButton <button-id> <properties-to-change>
875 ExpandButtonVars <button-id> <command-to-expand>
877 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
878 IconTint and IconAlpha.
880 * Alpha blending rendering is supported even without XRender
883 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
884 Titles and buttons now have 4 main states instead of 3: ActiveUp,
885 ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
886 Several shortcuts added: Active means ActiveUp + ActiveDown,
887 Inactive means InactiveUp + InactiveDown, similarly for shortcuts
888 ToggledActive and ToggledInactive.
890 * More shortcuts for button states added: AllNormal, AllToggled,
891 AllActive, AllInactive, AllUp, AllDown. These six shortcuts are
892 actually different masks for 4 individual states (from 8 total).
894 * FPClickToFocus and FPClickToRaise work with any modifier by
897 * Perl library API regarding event handlers is changed, so personal
898 modules in Perl should be adjusted.
900 * Allow the use of mouse buttons other than the first in
901 FvwmWinList when invoked transient.
903 * ImagePath now supports directories in form "/some/directory;.png"
904 (where semicolon delimits a file extension that files in
905 /some/directory have. This file extension replaces the original
906 image extension (if any) or it is added if there is no extension.
907 For example with: Style XTerm MiniIcon mini/xterm.xpm
908 the file /some/directory/mini/xterm.png is searched.
910 * New graphical debugger module FvwmGtkDebug.
912 * New command NoWindow for removing the window context.
914 * New FvwmIconMan option ShowTransient.
916 * All conditions have a negation.
918 * New FvwmBacker option RetainPixmap.
920 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
921 and FvwmPager when xft fonts or icons with an alpha channel is
924 * FvwmButtons redrawing improvement: colorsets are now usable with
927 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
928 and SelectColorset are now strictly respected.
930 * The HilightBack and ActiveFore menu styles are independent of
931 each other. HilightBack without using ActiveFore does no longer
932 hilight the item text.
934 * New WindowList option SortByResource; the previously added
935 SortClassName option is renamed to SortByClass.
937 * New command PrintInfo for debugging.
939 -------------------------------------------------------------------
941 Changes in alpha release 2.5.3 (25-Aug-2002)
943 * TitleStyle MultiPixmap now works once again.
945 * Removed the old module interface for ConfigureWindow
946 packets. External modules relying on this interface no longer
949 * Fixed interaction bug between CascadePlacement and StartsOnPage:
950 if the target page was at a negative x or y page displacement
951 from the current viewport, the window would be placed on the
954 * New Style option IconSize for restricting icon sizes.
956 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
957 ShowScreen, ShowPage, ShowPageX and ShowPageY.
959 * Restored old way of handling clicks in windows with ClickToFocus
960 and ClickToFocusPassesClickOff. This fixes a problem with
961 click+drag in an unfocused rxvt or aterm window.
963 * Fixed wrong warp coordinates when WarpToWindow was used with two
964 arguments on an unmanaged window.
966 * Vastly improved FvwmEvent performance.
968 * FvwmAuto can operate on Enter and Leave events too. This makes
969 it possible to have auto raising with ClickToFocus and
970 NeverFocus. See -menter and -menterleave options and examples in
971 the FvwmAuto man page.
973 * The "hangon" strings in FvwmButtons support wild cards.
975 * New option "Icon" to PlaceAgain command.
977 * New option "FromPointer" and direction "Center" to the Direction
980 * The styles ClickToFocusRaises(Off) and
981 MouseFocusClickRaises(Off) are now different names for the same
982 style. Configurations that used
984 Style * ClickToFocus, ClickToFocusRaises
985 Style * MouseFocusClickRaisesOff
987 or vice versa no longer work as like before. Remove the second
988 line to fix the problem. ClickToFocusRaises now works only on
989 the client part of a window, not on the decorations as it did
992 * New color limit method for screens that only display 256 colors
995 * In depth less or equal to 16 image and gradient can be
996 dithered. This can be enabled/disabled by using the new
997 dither/nodither options to the Colorset command.
999 * Removed the styles MouseFocusClickIgnoreMotion and
1000 MouseFocusClickIgnoreMotionOff again.
1002 * Many new focus policy styles "FP..." and "!FP...".
1004 -------------------------------------------------------------------
1006 Changes in alpha release 2.5.2 (24-Jun-2002)
1008 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
1009 section of fvwm manual page.
1011 * New Colorset options: fgsh for shadow text and fg_alpha for
1012 merging text with the background.
1014 * New module FvwmPerl adds perl scripting ability to fvwm
1017 * Provided powerful perl library for creating fvwm modules in
1020 * New WindowList option IconifiedtAtEnd.
1022 * Always display the current desk number in the FvwmPager window
1025 * Allow to bind a function to the focus click and pass it to the
1026 application at the same time.
1028 * New styles !Borders and Borders to enable or disable window
1031 * Removed the --enable-multibyte configure option. Multibyte
1032 support is now compiled in unconditionally.
1034 * New FvwmButtons option ActionOnPress enables execution of action
1035 on press rather than on release for any specific button.
1037 * Improved CascadePlacement, the last used position is reused if
1038 the last placed window does not exist any more.
1040 * FvwmIconMan may now change the resolution dynamically, just
1041 issue "*FvwmIconMan: resolution page" while FvwmIconMan is
1044 * New command XineramaSlsScreens.
1046 * MoveToPage and MoveToDesk no longer unstick windows.
1048 * It is possible to specify a string encoding in a font name, see
1049 the "FONT AND STRING ENCODINGS" section of fvwm manual page.
1051 -------------------------------------------------------------------
1053 Changes in alpha release 2.5.1 (26-Apr-2002)
1055 * Changed the executable and the man page names from fvwm2 to
1056 fvwm. The old names are still supported by symlinking.
1058 * All fvwm utilities are renamed to conform to the "fvwm-"
1059 scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
1062 * Added a full support for the side window titles. New Style
1063 options TitleAtLeft and TitleAtRight added to TitleAtTop and
1066 * A title text may now be optionally rotated for both vertical and
1067 horizontal title directions, search for "Rotated" in the man
1070 * Added support for loading images in PNG (including alpha
1071 blending) and XBM formats anywhere.
1073 * New commands Schedule and Deschedule.
1075 * New command State. New conditions State and !State.
1077 * New commands XSync and XSynchronize for debugging purposes.
1079 * In interactive move/placement when Alt/Meta modifier is pressed,
1080 snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
1083 * New flags (No)FvwmModule to FvwmButtons Swallow option
1085 * The I18N_MB patch (--enable-multibyte) has been
1086 rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
1087 set of locale functions (locale initialization, font loading,
1088 text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
1089 in the entire fvwm code (but FvwmWharf). Font loading and
1090 memory management is improved in the multibyte case.
1092 * Better support of non ISO-8859-1 window and icon titles. See the
1093 --disable-compound-text option in INSTALL.fvwm for more
1096 * Added anti-aliased text rendering support using Xft (use
1097 --enable-xft to enable it). Recent versions of XFree and
1098 freetype2 are needed (see the FONT NAMES AND FONT LOADING
1099 section of the fvwm manual page).
1101 * Conditional commands now have a return code (Match, NoMatch or
1102 Error). This return code can be checked and tied to an action
1103 with the new commands Cond and CondCase.
1105 * Bindings can be made to the separate parts of the window border
1106 with the new contexts '[', ']', '-', '_', '<', '^', '>' and
1109 * New parameters for FvwmRearange: -maximize and -animate.
1111 * New option StartCommand for FvwmTaskBar to allow placing the
1112 StartMenu correctly.
1114 *FvwmTaskBar: StartCommand Popup RootMenu \
1115 rectangle $widthx$height+$left+$top 0 -100m
1117 Please refer to the FvwmTaskBar man page for details.
1119 * New extended variables pointer.x, pointer.y, pointer.wx,
1120 pointer.wy, pointer.cx and pointer.cy.
1122 * The Current command does not select a random window when no
1123 window has the focus.
1125 * New color '@4' (transparent) in button vectors.
1127 * New option "Frame" for the Resize and ResizeMove commands.
1129 * Added direction options to WindowShade command. Windows can be
1130 shaded in any of the eight compass directions.
1132 * Styles WindowShadeLazy (default), WindowShadeBusy and
1133 WindowShadeAlwaysLazy to optimize performance of the WindowShade
1136 * The DO_START_ICONIC flag is no longer supported in the module
1139 * Added bi-directional text support for Asian charsets.
1141 * New option MinimalLayer for FvwmIdent to control window layer.
1143 * New FvwmIconMan configuration syntax now conforms to the syntax
1144 of other modules, see the man page.
1146 * FvwmForm can automatically run commands after a timeout
1149 * Fvwm commands can be invoked when the edge of the screen is hit
1152 * New commands Colorset, ReadWriteColors and CleanupColorsets
1153 allow the colorset functionality previously available using
1156 * FvwmTheme is obsolete now, but still supported for some time.
1158 * New options Tint, TintMask and NoTint to colorsets.
1160 * New WindowList option CurrentAtEnd.
1162 * New weighted sorting in FvwmIconMan.
1164 * New conditional command ThisWindow.
1166 -------------------------------------------------------------------
1168 Changes in alpha release 2.5.0 (27-Jan-2002)
1170 * New commands ResizeMaximize and ResizeMoveMaximize that modify
1171 the maximized geometry of windows and maximize them as
1172 necessary. Very useful to make a window larger manually and
1173 then get back the old geometry with a click.
1175 * New command ResizeMoveMaximize similarly.
1177 * New styles FixedPPosition, FixedUSPosition, FixedSize,
1178 FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
1179 VariableSize, VariableUSSize, and VariablePSize.
1181 * Actions can be bound to windows swallowed in FvwmButtons. To
1182 disable this feature for a specific button, the new option
1183 ActionIgnoresClientWindow can be used.
1185 * Fvwm respect the extended window manager hints
1186 specification. This allows fvwm to work with KDE version >= 2
1187 and GNOME version 2. This support is configurable using a bunch
1188 of new commands and style options, search for "EWMH" in the man
1191 * New DateFormat option in FvwmTaskBar to change the date format
1192 in the clock's popup tip.
1194 * Window titlebars may now be designed using a new powerful
1195 TitleStyle option MultiPixmap, that enables to specify separate
1196 pixmaps for different parts of the titlebar: Main, LeftEnd,
1197 LeftOfText, UnderText, RightOfText, RightEnd and more.
1199 * New styles MinOverlapPlacementPenalties and
1200 MinOverlapPercentPlacementPenalties.
1202 * New styles IndexedWindowName / ExactWindowName and
1203 IndexedIconName / ExactIconName.
1205 * New command "DesktopName desk name" to define the name of a
1206 desktop for the FvwmPager, the WindowList and EWMH compliant
1207 pagers. New expanding variables $[desk.name<n>] for the desktop
1210 * New window list options NoDeskNum, NoCurrentDeskTitle,
1211 TitleForAllDesks, NoNumInDeskTitle.
1213 * New emacs style bindings in menus.
1215 * New Maximize global flag "layer" which causes the various grow
1216 methods to ignore the windows with a layer less than or equal to
1217 the layer on the window which is maximized.
1219 * Better support of the Transparent colorset in the modules and in
1222 * Amelioration of the WindowShade animation.
1224 * New ButtonStyle and TitleStyle option MwmDecorLayer.
1226 * New style BackingStoreWindowDefault which is the default
1227 now. Fvwm no longer disables backing store on windows by
1230 * New styles MouseFocusClickIgnoreMotion and
1231 MouseFocusClickIgnoreMotionOff.
1233 * The module interface now supports up to 62 message types.
1235 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
1237 * New events "enter_window" and "leave_window" in FvwmEvent.
1239 * New MenuStyle PopupActiveArea.
1241 * New command line option -passid to FvwmAuto.
1243 * New conditional commands Any and PointerWindow.
1245 * New conditions Focused, !Focused, HasPointer and !HasPointer.
1247 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
1249 -------------------------------------------------------------------
1251 Changes in stable release 2.4.20 (6-Dec-2006)
1253 * The configure script now correctly appends executable file
1254 extensions to conditionally built binaries. Fixes building on
1257 * FvwmConsole no longer conflicts with getline of Cygwin's stdio.
1259 * Fixed parsing of For loops in FvwmScript.
1261 * Fixed a possible endless loop when de-iconifying a transient
1264 * Reject some invalid GNOME hints.
1266 * Fixed a loop when xterm changes its "active icon" size.
1268 * The configure script can now cope with four-part version numbers
1269 when detecting some libraries.
1273 fvwm-menu-directory. (CVE-2006-5969)
1276 -------------------------------------------------------------------
1278 Changes in stable release 2.4.19 (30-Sep-2004)
1280 * Fixed BackingStore style option.
1282 * Fixed MoveToDesk commend with a single argument.
1284 * Allow whitespace in menu names.
1286 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
1288 * A double click no longer occurs when two different mouse
1289 buttons are pressed.
1291 * Fixed a relief drawing problem in FvwmWinList.
1293 * Fixed travelling windows on restart if a window used non NorthWest
1294 gravity and changed that before the restart.
1296 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
1298 * The clock in FvwmTaskBar is redrawn immediately when its colour
1301 * The option CurrentGlobalPageAnyDesk was accidentally named
1302 CurrentGlobbalPageAnyDesk before.
1304 * Fixed a problem with fvwm startup and shutdown when the pointer
1305 was grabbed by another application.
1307 * Fixed parsing of the Pointer option to the Move command.
1309 * Fixed handling of MWM hints on 64 bit machines.
1311 -------------------------------------------------------------------
1313 Changes in stable release 2.4.18 (19-Mar-2004)
1315 * Corrected rebooting the machine in FvwmScript-Quit.
1317 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
1319 * Security patch in fvwmbug.sh.
1320 See http://securitytracker.com/alerts/2004/Jan/1008781.html
1323 fvwm-menu-directory (BugTraq id 9161)
1324 fvwm_make_directory_menu.sh
1325 fvwm_make_browse_menu.sh
1327 -------------------------------------------------------------------
1329 Changes in stable release 2.4.17 (10-Oct-2003)
1331 * Fixed error message for incorrect --with-SOME-library argument.
1333 * It is now possible to suppress title action or title completely
1334 in menus created by fvwm-menu-directory.
1336 * Fixed a compile problem on QNX 4.25.
1338 * New configure switch --disable-gtk.
1340 * FvwmGtk.1 is not installed if FvwmGtk is not built.
1342 * The "Visible" condition does no longer select windows on
1345 * With the styles StartsOnPage, SkipMapping and UsePPosition,
1346 windows that request a specific position are still placed on the
1349 * Fixed sending M_NEW_PAGE packets to the modules if the page did
1352 * Added support for new BBC headlines in fvwm-menu-headlines, this
1353 replaces the old BBC-Worlds and BBC-SciTech headlines.
1355 -------------------------------------------------------------------
1357 Changes in stable release 2.4.16 (30-May-2003)
1359 * Fixed a transparency problem in FvwmButtons.
1361 * The PageOnly option in FvwmTaskBar now works after a desk change
1364 * Fixed a possible core dump when more than 256 windows are on
1367 * Initial drawing and final undrawing of wire frame no longer
1368 toggles the pixel in the top left corner of the screen.
1370 * Fixed parsing of button geometries in FvwmButtons when the
1371 geometry specification appeared after another option with a comma
1374 * FvwmCommand works too when invoked without the DISPLAY variable
1377 * Fixed displaying iconified windows without an icon in
1380 * All single letter variables are deprecated now; new variables:
1382 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
1383 $[desk.n], $[version.num], $[version.info], $[version.line],
1384 $[desk.pagesx], $[desk.pagesy]
1386 * Fixed a bug with aspect pixmaps in colorsets.
1388 * Iconified windows without an icon do not receive focus.
1390 * Fixed a bug in FvwmPager that displayed iconified windows without
1391 icon title or picture as not iconified.
1393 * Fixed parsing of '@<screen>' Xinerama specification in the
1394 ButtonGeometry option of FvwmButtons.
1396 * The NoWarp menu position hint option works with root menus too.
1398 * Fixed a problem with styles not being properly applied after a
1399 DestroyStyle command.
1401 * Fixed a bug introduced in 2.4.14. The pointer was sometimes
1402 warped to another screen during a restart and command execution.
1404 * Fixed a crash when a window was destroyed twice in a complex
1407 * Fixed corruption of the window list when windows died at the
1410 * Fixed problem with empty frame windows if X recycled the window
1411 id of a window that died recently.
1413 * Fixed loading of application supplied pixmap on 8/24 depth screen.
1415 * WindowListFunc is executed now within a window context, so
1416 a prefix "WindowId $0" is not needed in its definition anymore
1417 and it is advised to remove it in user configs.
1419 * FvwmEvent now executes all window related events within a window
1420 context, so PassId is not needed anymore, and all prefixes
1421 "WindowId $0" may be removed in user event handlers.
1423 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
1425 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
1428 -------------------------------------------------------------------
1430 Changes in stable release 2.4.15 (24-Jan-2003)
1432 * Fix for gmplayer launched by fvwm. Close stdin on Exec so the
1433 exec'd process knows its not running interactively.
1435 * Windows using the WindowListSkip style do not appear in the
1436 FvwmTaskBar at random.
1438 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
1439 ChangeBackColor FvwmScript Instruction.
1441 * Fixed a core dump in the parsing of FvwmAuto arguments.
1443 * Fixed screwed calculation of icon picture size when application
1444 specifies it explicitly.
1446 * The option ShowOnlyIcons now works as described in the
1447 FvwmIconMan man page. It was accidentally named ShowOnlyIconic
1450 -------------------------------------------------------------------
1452 Changes in stable release 2.4.14 (29-Nov-2002)
1454 * Modules do not crash anymore when more than 126 windows are on
1457 * FvwmIconMan displays windows correctly that were iconified and
1458 then moved to another page.
1460 * Application provided icon windows no longer appear at 0 0 when
1463 * The built-in session management can handle window names, classes
1464 etc. beginning with whitespace (textedit).
1466 * Removed the flawed "A"ny context key binding patch from 2.4.13.
1468 * The default EdgeScroll (if not specified) was incorrectly
1469 assumed to be 100 pixels instead of 100 percents.
1471 * Icons no longer appear on top of all other windows after a
1474 -------------------------------------------------------------------
1476 Changes in stable release 2.4.13 (1-Nov-2002)
1478 * Icon titles for windows with an icon position hint no longer
1479 appear at random places.
1481 * Fvwm no longer displays two icon pictures when switching from
1482 NoIconOverride to IconOverride with windows that provide their
1485 * The Current, All, Pick, ThisWindow and PointerWindow commands
1486 work on shaded windows too.
1488 * Fixed a problem stacking iconified transients.
1490 * No more flickering when raising transients.
1492 * Fixed a number of problems with window stacking, some new in
1493 2.4.10 or later, some older problems that have been around for a
1496 * Windows starting lowered or on any layer other than the default
1497 layer are displayed at the right place in FvwmPager.
1499 * Bindings with the "A"ny context can not be overridden by Gnome
1500 panel or OpenOffice.
1502 -------------------------------------------------------------------
1504 Changes in stable release 2.4.12 (10-Oct-2002)
1506 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
1507 appeared in 2.4.10, replacing the same problem with ?Gradient
1510 * Fixed accidental menu animation with certain menu position hints.
1512 * Increased maximum allowed key symbol name length to 200
1515 * Allow quotes in conditional command conditions.
1517 * Fixed starting Move at random position when pointer is on a
1520 * Transient windows do not appear in FvwmWinList after they have
1521 been moved on the desktop.
1523 -------------------------------------------------------------------
1525 Changes in stable release 2.4.11 (20-Sep-2002)
1527 * Allow the use of mouse buttons other than the first in
1528 FvwmWinList when invoked transient.
1530 * Fixed a crash with ssh-askpass introduced in 2.4.10.
1532 -------------------------------------------------------------------
1534 Changes in stable release 2.4.10 (15-Sep-2002)
1536 * The commands Maximize, Resize and ResizeMove can be used on icons
1539 * Fixed hilighting of menu items with HGradient and VGradient
1540 MenuFace. Reduced flickering with these options.
1542 * Fixed a minor problem with entering submenus via keyboard.
1544 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
1547 * Fixed drawing of pager balloons with BalloonBack option.
1549 * Fixed drawing of SidePic menu background with B/D gradients.
1551 * Fixed drawing of menu item reliefs with gradient menu faces.
1553 * Fixed key bindings on window corners.
1555 * Fixed FvwmTaskBar i18n font loading
1557 * Fixed StackTransientParent style without RaiseTransient or
1558 LowerTransient on the parent window.
1560 * StackTransientParent works only on parent window if it is on the
1563 * Fixed handling of window group hint with the (De)Iconify
1566 * No more flickering when a transient overlapping its parent window
1569 * Fixed hilighting of unfocused windows.
1571 -------------------------------------------------------------------
1573 Changes in stable release 2.4.9 (11-Aug-2002)
1575 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1576 if the target page was at a negative x or y page displacement
1577 from the current viewport, the window would be placed on the
1580 * Fixed a problem with colormap transition when a transient window
1583 * Fixed a FvwmScript crash with Swallow widget and very long window
1586 * Restored old way of handling clicks in windows with ClickToFocus
1587 and ClickToFocusPassesClickOff. This fixes a problem with
1588 click+drag in an unfocused rxvt or aterm window.
1590 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1591 UseOld option was used.
1593 * Fixed wrong warp coordinates when WarpToWindow was used with two
1594 arguments on an unmanaged window.
1596 * Added a workaround for popup menus in TK applications that appear
1597 on some random position.
1599 * Fixed problems with wish scripts creating windows that start
1602 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1604 * A number of drawing fixes in FvwmPager.
1606 * Fixed a slight bug when waiting until all buttons are released,
1607 for example after executing a complex function.
1609 * Fixed potentially harmful change in module interface.
1611 * Fixed displaying menu items with icons when using the MenuStyle
1614 * Fixed problems with the pointer moving off screen in a multi
1617 * Fixed a potential crash with windows being destroyed during a
1618 recapture operation.
1620 * Fixed a memory leak in some modules when not using glibc.
1622 * Applications using Mwm hints can now enforce that a window can
1625 * Fixed negative arguments of WarpToWindow when used on an
1628 * DESTDIR may be fully used again (only useful for distributors).
1630 * Fixed a key binding problem with key symbols that are generated
1633 * Fixed a possible crash when a window was recaptured and the
1634 focus could not be transfered to another window.
1636 * Fixed a minor problem with clicks on focused windows being
1639 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1641 * Fixed a performance problem with large numbers of mouse binding
1644 -------------------------------------------------------------------
1646 Changes in stable release 2.4.8 (11-Jun-2002)
1648 * A fix for switching between czech and us keyboard layout.
1650 * Remember the icon position when an icon is moved
1653 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1654 the man page when installing, see INSTALL.fvwm.
1656 * Fixed another problem with the DeskOnly option and sticky icons
1659 * New FvwmIconMan configuration syntax now conforms to the syntax
1660 of other modules, see the man page.
1662 * New WindowList option CurrentAtEnd.
1664 * Fixed maximal length of a named module packet
1666 * Fixed a crash on a config with a new 2.5.x Colorset command.
1668 * Always display the current desk number in the FvwmPager window
1671 * Allow to bind a function to the focus click and pass it to the
1672 application at the same time.
1674 * Fixed a problem with fvwm not accepting keyboard input when the
1675 application with the focus vanished at the start of a session.
1677 * A small security patch regarding TMPDIR.
1679 * Fixed a problem with colormap transition when a transient window
1682 * Fixed calculation of average bg colour in colour sets with large
1685 * Fixed some minor problems regarding the multibyte patch.
1687 * Fixed selection in FvwmScript List widget.
1689 * fvwm-menu-headlines: updated the site data, added a configurable
1690 timeout on socket reading (20 sec) to avoid fvwm hanging, new
1691 --icon-error option.
1693 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1694 windows that are below others.
1696 * Fixed the ClickToFocusPassesClick style.
1698 * Fixed CascadePlacement for huge windows, so that the top-left
1699 corner is always visible.
1701 * Fixed parsing of SendToModule with the first parameter quoted.
1703 * Fonts in double quotes now should work in module configurations.
1705 * Fixed copying PopupOffset values in CopyMenuStyle.
1707 -------------------------------------------------------------------
1709 Changes in stable release 2.4.7 (11-Apr-2002)
1711 * Fixed parsing of WindowList with conditions and a position at
1712 the same time that was broken in 2.4.6.
1714 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1715 (windows were duplicated when moving to a different Desk; the
1716 StickyIcon style was ignored).
1718 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1720 * Fixed icon titles being raised when they should not be.
1722 * Fixed initial drawing of the internals of the FvwmPager window.
1724 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1725 audio player is used.
1727 * Fixed execution on QNX.
1729 -------------------------------------------------------------------
1731 Changes in stable release 2.4.6 (10-Mar-2002)
1733 * Better support of non ISO-8859-1 window and icon titles. See the
1734 --disable-compound-text option in INSTALL.fvwm for more details.
1736 * Improved speed of opaque window movement/resizing.
1738 * Fixed a bug that caused windows not being raised and lowered
1741 * Suppress error message when using XBM icons.
1743 * Fixed a read descriptor problem in FvwmTaskBar
1745 * Fixed a minor colour update bug in the pager.
1747 * Fixed an fvwm crash when a module died at the wrong moment;
1748 specifically a transient FvwmPager or FvwmIconMan.
1750 * Fixed placement of WindowList on wrong Xinerama screen when
1751 called without any options on a screen other than the primary
1754 * Fixed a problem with root bindings and xfishtank.
1756 * Fixed moving windows with the keyboard over the edge of the
1757 screen when the pointer remained of the previous page.
1759 * Do not hilight windows after ResizeMove.
1761 * New conditional command ThisWindow.
1763 * Some fixes in the configure script that caused some rare
1764 problems detecting gnome and ncurses.
1766 * Fixed a memory leak in the Pick command.
1768 * Allow to choose windows with CirculateSkip with the Pick command.
1770 * Fixed an FvwmScript compile problem on dec-osf5.
1772 * The window handles are now resizes as they should when the
1773 HandleWidth style changes.
1775 * The Current command does not select a random window when no
1776 window has the focus.
1778 * Fixed a rare menu placement problem with Xinerama.
1780 -------------------------------------------------------------------
1782 Changes in stable release 2.4.5 (27-Jan-2002)
1784 * Fixed minor problems in popping sub menus up and down.
1786 * Fixed moving windows between pages with the keyboard.
1788 * Fixed the size of the geometry window that was broken sometimes.
1790 * Fixed problem with pointer warping to another screen on a dual
1793 * Fixed a problem with the focus in internal Ddd and Netscape
1796 * Reduced the time in which fvwm attempts to grab the pointer.
1798 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1801 * Fixed MiniScroll's auto repeating in FvwmScript.
1803 * Fixed a crash with the UseStyle style in combination with
1806 * Fixed excessive redraws of the windows under a window being
1809 * Fixed a minor memory leak in the Style command.
1811 * Fixed pixmap background of FvwmButtons behind buttons with only
1814 * Fixed a crash in FvwmIconBox when the application provided an
1817 * Fixed a configure problem with libstroke-0.5.1.
1819 * New style BackingStoreWindowDefault which is the default
1820 now. Fvwm no longer disables backing store on windows by
1823 * Fixed bug that sometimes caused unnecessary redraws when a style
1826 * Fixed crash when something like "$[$v]" appeared in a command.
1828 * Fixed parsing of conditions with more than one comma.
1830 -------------------------------------------------------------------
1832 Changes in stable release 2.4.4 (16-Dec-2001)
1834 * Minor title drawing fixes.
1836 * Fixed manual placement with Xinerama.
1838 * Minor button 3 handling fix in FvwmPager.
1840 * Fixed *FvwmIconMan*shaped option with empty managers.
1842 * Fixed ClickToFocusClickRaises style.
1844 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1845 activate on press or release, special pointer during grab, arrow
1846 keys useful in form with one input field.
1848 * New OpaqueMoveSize argument "unlimited".
1850 * Fixed binding keys with and without "Shift" modifier under some
1853 * Fixed binding actions to the client window with ClickToFocus.
1855 * Mouse bindings are activated without a recapture.
1857 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1858 Center, and Right for text position. Amelioration of the Menu
1859 and PopupMenu Widgets. New functions GetPid, Parse,
1860 SendMsgAndGet and LastString. New instruction Key for key
1861 bindings. New command SendToModule ScriptName SendString.
1863 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1864 disables warning messages.
1866 * Restored the default Alt-Tab behaviour from 2.4.0.
1868 -------------------------------------------------------------------
1870 Changes in stable release 2.4.3 (08-Oct-2001)
1872 * Fixed activation of shape extension.
1874 * Fixed problems with overriding key bindings.
1876 * Single letter key names are allowed in upper and lower case in
1877 key bindings as before 2.4.0.
1879 * Fixed WindowList placement with Xinerama.
1881 * Fixed flickering icon titles.
1883 * New X resource fvwmscreen to select the Xinerama screen on which
1884 to place new windows.
1886 * Coordinates of a window during motion are show relative to the
1889 * Some icon placement improvements with Xinerama.
1891 -------------------------------------------------------------------
1893 Changes in stable release 2.4.2 (16-Sep-2001)
1895 * Desk and page can be given as X resources in .Xdefaults, for
1900 * Several Shape compilation problems fixed.
1902 -------------------------------------------------------------------
1904 Changes in stable release 2.4.1 (15-Sep-2001)
1906 * Added Xinerama and SingleLogicalScreen support.
1908 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1909 XineramaSlsSize and MoveToScreen.
1911 * New context rectangle option XineramaRoot for the menu commands.
1913 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1914 AcceptsFocus for conditional commands.
1916 * The DestroyStyle command takes effect immediately.
1918 * New style option StartsOnScreen.
1920 * New style options NoUSPosition, UseUSPosition,
1921 NoTransientPPosition, UseTransientPPosition,
1922 NoTransientUSPosition, and UseTransientUSPosition. These work
1923 similar to the old styles NoPPosition and UsePPosition.
1925 * New option "screen" for Maximize command.
1927 * New option ReverseOrder for WindowList command.
1929 * The default Alt-Tab binding works more intuitive.
1931 * New condition "PlacedByFvwm"
1933 * New Geometry option for FvwmForm.
1935 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1937 * FvwmIconMan can be closed with Delete or Close too.
1939 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1941 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1943 * Enhancements in fvwm-menu-headlines and support for 10 more
1946 * Color enhancements in button vectors: @2 is bg color, @3 is fg
1949 * Improved detection of the Shape library.
1951 * Fixed FvwmButtons button titles not being erased for swallowed
1952 windows that showed up on certain setups.
1954 * Fixed bug that caused transient windows to be buried below their
1955 parents with the "BugOpts RaiseOverUnmanaged on". This occured
1956 with the system.fvwm2rc-sample-95 configuration.
1958 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
1959 set the transient_for hint when started with the "transient"
1962 * Fixed FvwmIconMan with the transient option when mapped off
1965 * Fixed ClickToFocus focus policy when iconifying the focused
1968 * Fixed some focus problems in conjunction with unclutter vs
1969 xv/xmms and Open Look applications.
1971 * Fixed a problem that could cause windows to be lost off screen
1972 with interactive window motion.
1974 * Fixed some FvwmTaskBar autohide problem.
1976 * Fixed a display string problem in FvwmForm.
1978 * Fixed a problem with FvwmTheme shadow colours.
1980 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
1981 conditional commands.
1983 * Fixed a formatting problem of the man page on AIX, Solaris, and
1984 some other UNIX variants.
1986 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
1988 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
1990 * Fixed parameters of fvwm24_convert.
1992 * Fixed a number of building problems related to old vendor unices,
1993 libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
1995 * Fixed drawing of title bar buttons with MWMDecorStick.
1997 * Fixed missing button or key events over the pan frames.
1999 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
2002 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
2003 options. Fixed FvwmPager crash with certain font strings.
2005 * Fixed drawing of the grid lines in an iconified FvwmPager window.
2007 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
2009 * Fixed some exotic problems with window gravity and resizing
2012 * Fixed a problem with maximizing windows with the viewport not
2013 starting on a page boundary.
2015 * Fixed handling of parentheses in FvwmButtons button actions.
2017 * Work around a key binding problem with keys that generate the
2018 same symbol with more than one key code (e.g. Shift-F1 = F11).
2020 * The Desk option of FvwmBacker is compatible to earlier
2021 version. Desk or Page coordinates can be omitted to indicate
2022 that desk or page changes trigger no action at all.
2024 * Fixed double updating of background with FvwmBacker sometimes
2025 leading to the wrong background.
2027 * Fixed several escaping errors in fvwm-menu-directory, so files
2028 and directories containing special chars and spaces should
2031 * Fixed PlacedByButton3 condition.
2033 * Fixed vanishing windows when mapping/unmapping too fast.
2035 * Fixed prev option of the GotoDeskAndPage command.
2037 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
2038 dimensions larger than 2147.
2040 * Fixed compatibility of the FvwmM4 modules on platforms that have
2041 a System V implementation of m4 (Solaris 2.6).
2043 * The SetEnv command without a value for a variable is the same as
2046 * Fixed shading/unshading shaped windows and windows without title
2049 -------------------------------------------------------------------
2051 Changes in stable release 2.4.0 (03-Jul-2001)
2053 * Finally released. :)
2054 -------------------------------------------------------------------
2056 For older NEWS, read the ONEWS file.