1 Note, the changes for the last STABLE release start with release
4 -------------------------------------------------------------------
5 Changes in beta release 2.5.29 (not released yet)
7 Changes in beta release 2.5.28 (20-Sep-2009)
11 - New differentiated options for SnapAttraction when snapping
13 "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
14 - New option to the BugOpts command: TransliterateUtf8.
18 - Fixed non-visible Qt windows after a Qt deferred map (e.g.
19 Skype profile windows).
20 - Fixed the use of the X-resource "fvwmstyle".
21 - Fixed segmentation fault in FvwmEvent when parsing an
22 undefined event name, or an undefined environment variable
23 to the RPlayHost option.
24 - Fixed the events startup, shutdown and unknown in FvwmEvent.
25 - Fvwm now retains utf8 window names when the WM_NAME changes,
26 and the utf8 name converted to the default charset match
28 - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
29 - Fixed SnapAttraction: Option SameType/Icons/Windows did
30 falsely not affect conditions of option "Screen" and option
31 "SameType" snapped falsely icons and windows together.
32 - Fixed a problem where modules would get incorrect stacking
33 information if many windows were restacked at the same time.
34 - Fixed BugOpts parsing of more than one option at a time and
35 restoring of default value for the last option
36 in the command line when omitted.
37 - 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
39 -------------------------------------------------------------------
41 Changes in beta release 2.5.27 (23-Feb-2009)
45 - New extended variable
48 - Style matching now honours the window's visible name which
49 means it can be matched before the real name, hence:
51 Style $[w.visiblename] Colorset 5
53 is now honoured. Useful with IndexedWindowName as a style
56 - New style InitialMapCommand allows to execute any command
57 when a window is mapped first.
59 - New option to PrintInfo, "bindings" which prints out all of
60 the Key, PointerKey, Mouse and Stroke bindings which fvwm
65 - Fixed compilation without XRender support.
66 - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
67 - Fixed a bug in automatic detection mode of the style
69 - Fixed png detection when cross compiling.
70 - Fixed keeping fullscreen window mode over a restart.
71 - The style PositionPlacement now honours StartsOnPage.
72 - Reset signal handlers for executed modules and programs.
73 - Try to handle a bug an old version of the EWMH spec by
74 honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
75 the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
76 - Fix the GNOME location prefix to application .desktop files.
77 - 'PositionPlacement UnderMouse' now forces the window
78 on-screen, just like the old UnderMousePlacement style option
81 -------------------------------------------------------------------
83 Changes in beta release 2.5.26 (7-May-2008)
87 - New MenuStyle option VerticalMargins.
89 * New module features:
91 - FvwmButtons: New button alignment option: top.
95 - Fixed crash in ARGB visual detection code.
96 - Fixed compilation without XRender support.
97 - Fixed drawing of background pictures in menu items and titles.
98 - Fixed handling of shaped windows.
99 - Fixed a 64-bit bug in the EWMH code.
101 -------------------------------------------------------------------
103 Changes in beta release 2.5.25 (26-Feb-2008)
107 - Handle the STATE_ADD command of the EWMH _NET_WM_STATE
108 message from version 1.3 of the EWMH spec.
109 - Support transparency in ARGB windows
113 - Fixed problem with windows disappearing when created
114 unless the style Unmanaged was used.
115 - Edge move delay was used as resistance for the top edge.
116 - Fixed a parsing problem of the screen argument of the
117 SnapAttraction style.
118 - Some html documentation files were not installed.
119 - Fixed a memory leak in internationalized font handling.
120 - Fixed a bug in MinOverlap placement.
121 - Fixed the StickyAcrossPages style in the FvwmPager.
122 - Fixed the determination of the X charset on UTF-8 systems.
123 - Fixed a crash when certain EWMH messages were sent to
125 - Fixed a memory leak in multibyte codepage code.
126 - Ignore the EWMH staysontop and staysonbottom hints if the
127 EWMHIgnoreStackingOrderHints style is used.
128 - Fixed a sporadic crash when the root background set by gnome,
129 fvwm-root, esetroot etc. changes and a root transparent
131 - Fixed spradic crash in modules with root transparent
132 background from colour sets.
133 - Fixed a possible crash if the last active module fails.
135 -------------------------------------------------------------------
137 Changes in beta release 2.5.24 (24-Nov-2007)
141 - Disabled paging during interactive resize operations by
142 default (see 2.5.20) as it is annoying to many people.
143 - New style command options:
149 that replace the now obsolete commands EdgeResistance,
150 SnapGrid and SnapAttraction. The EdgeResistance command has
151 a new syntax with only one argument.
152 - New command MenuCloseAndExec for menu bindinngs that can be
153 used to trigger certain commands from a menu without an
154 associated item. For example, with
155 Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
156 the RootMenu can be opened from any other menu by pressing
161 - Sometimes a window jumped by half the screen's size when
162 moving with the mouse and hitting the border of the desktop.
163 - Fixed the "screen w" argument of the Move and other commands.
164 - Clicking on a menu title did not close the menu by default.
165 - Temporary files in FvwmPerl overwrote each other.
167 -------------------------------------------------------------------
169 Changes in beta release 2.5.23 (1-Sep-2007)
173 - New Style command options:
178 - Fixed FvwmButton's button placement algorithm broken in
181 -------------------------------------------------------------------
183 Changes in beta release 2.5.22 (29-Aug-2007)
187 - New Style command options:
188 UnderMousePlacementHonorsStartsOnPage
189 UnderMousePlacementIgnoresStartsOnPage
190 !MinOverlapPlacementPenalties
191 !MinOverlapPercentPlacementPenalties
193 - SVG (scalable vector graphics) image loading support.
194 - New extended variables
195 $[w.iconfile.svgopts]
196 $[w.miniiconfile.svgopts].
197 - Added suffix 'w' to the arguments of the Move command and
198 similar. It is now possible to add multiple shifts to a
199 window position, e.g. "50-50w 50-50w" for the center of the
201 - Removed UnderMousePlacement and CenterPlacement. Use
202 "PositionPlacement Center" and "PositionPlacement UnderMouse"
204 - Documentation in HTML format.
205 - Replaced "UseListSkip" with "UseSkipList" & "OnlyListSkip" with
206 "OnlySkipList" in WindowList command. (Old options deprecated.)
207 - New subject ImageCache for PrintInfo command.
208 - The new commad EchoFuncDefinition prints a function's
209 definition to the console for debugging purposes.
210 - The CursorStyle command can now load PNG and SVG images as
211 mouse cursors. New x and y arguments to specify the
212 hot spot. Also, it is now possible to load non-monochrome
213 cursors and cursors with partial transparency.
215 * New module features:
217 - FvwmScript: New instructions: ChangeWindowTitle and
218 ChangeWindowTitleFromArg.
222 - Windows with aspect ratio no longer maximize past the screen
224 - Fixed CenterPlacement with Xinerama screens.
225 - Fixed CascadePlacement with title direction west and east
226 - Windows no longer unstick when going to fullscreen mode.
227 - Fixed crash when raising/lowering a destroyed window.
228 - Fixed expansion of $[n-] and $[*], broken in 2.5.20.
229 - Fixes for resizing shaded windows and windows with a gravity
230 other than northwest.
231 - Fixed CursorStyle POSITION, broken since 2.3.24.
232 - The hi, sh and fgsh colors in colorsets are no longer replaced
233 by computed values if not explicit set on the same line as the
234 bg, or for fgsh fg, changes. (bug #3359)
235 - FvwmButtons now redraws stretched button backgrounds correctly
237 - Windows with circular transient for hints may no longer crash
238 fvwm with StackTransientParent style.
239 - FvwmPager now displays windows that are StickyAcrossPages
241 - Fixed a possible crash with modules closing down.
242 - Fixed broken demo script fvwm_make_browse_menu.sh.
243 - The conditon following a comma separator without whitespace
244 padding was previously ignored if the presiding condition was
246 - Various FvwmButtons drawing problems.
247 - Window movement or resizing triggered by an EWMH message now
248 honours the FixedSize and FixedPosition window styles.
249 - Properly generate leave_window and enter_window events for
250 the root window in FvwmEvent.
251 - Fixed crash in UTF8 code.
252 - Fixed parsing of the PropertyChange command.
253 - Fixed windowlist crash when combining CurrentAtEnd with
254 IconifiedAtEnd and all windows are iconified.
256 -------------------------------------------------------------------
258 Changes in beta release 2.5.21 (20-Jan-2007)
262 - The command Scroll can now be used for interactive scrolling.
266 - Fixed Tile...Placement styles (SmartPlacement) that were
269 -------------------------------------------------------------------
271 Changes in beta release 2.5.20 (15-Jan-2007)
275 - New Style options: StippledIconTitle, !StickyStippledTitle,
276 and !StickyStippledIconTitle.
277 - Full support for menu context (M) key and mouse bindings. See
278 the section Menu Bindings in the man page for details.
279 - Hilighted menu backgrounds now use pixmaps gradients and
280 transparency from their related colorset.
281 - New window conditions: StickyIcon, StickyAcrossPagesIcon and
282 StickyAcrossDesksIcon.
286 - "Mouse n M N" is no longer used to disable or remap the
287 builtin tear off menu button. See the section Tear Off Menus
288 for details on replacement commands.
292 - FvwmWinList: fix problem with window name/button mixups during
293 Init/Restart of fvwm. (bug #1393)
294 - It is now possible to switch the viewport while resizing
295 windows if "EdgeScroll 0 0" is set.
296 - Fixed disappearing windows when aborting interactive resizing
297 of maximized windows when unmaximizing them later.
298 - Fixed disappearing windows when moving maximized windows and
299 unmaximizing them later.
300 - Fixed calculation of final location with MoveToPage and
301 MoveToScreen with windows to the left or top of the viewport.
302 - 64-bit architecture fix in FvwmProxy.
303 - FvwmForm now work with balanced quoted command for Timeout.
304 - FvwmPager correctly updates on window desk change.
305 - FvwmIconBox: fixed problem with IconColorset's background
306 color change not being applied immediately.
307 - Allow FvwmConsole to run a terminal via rxvtc or urxvtc.
308 FvwmConsole dies if no client connects within one minute.
309 - Expansion of variables in FvwmTaskBar launch button commands
311 - Fixed a race condition with applications raising their own
312 transient windows in certain ways. (Apple Shake, kphotoalbum)
313 - FvwmIdent reports the correct geometry if the window has its
314 title at the left or right side.
315 - Fixed an infinite loop when deiconifying windows in a group
316 via a different window than the initially iconified.
318 -------------------------------------------------------------------
320 Changes in beta release 2.5.19 (9-Dec-2006)
324 - FvwmCommand now reports "end windowlist" and "end configinfo".
325 - FvwmCommand now prints config info split on lines.
326 - FvwmTaskBar no longer gets lost with trailing whitespace after
327 geometry specification.
328 - Fixed a window size problem if the aspect ratio is set (e.g.
330 - Decorations now update when unmanaged windows take focus, and
331 not FlickeringQtDialogsWorkaround is enabled.
332 - FvwmPager again allows movement of windows added before a
334 - fvwm no longer crashes on 1 and 4 bit displays. (#1677)
335 - EWMH desktops now correctly handles FPClickToFocus. (#1492)
336 - Security fix in fvwm-menu-directory. (CVE-2006-5969)
338 -------------------------------------------------------------------
340 Changes in beta release 2.5.18 (11-Sep-2006)
344 - If a window started fullscreen, leaving fullscreen state now
345 properly unmaximizes and resizes the window.
346 - Fixed the ForeColor/HilightFore styles that were broken in
348 - FvwmPager can now move icons with the !IconTitle style.
349 - Fixed drawing of icons that are moved to a different desk.
350 - FvwmPager no longer tries to move non-movable windows.
351 - FvwmPager now moves all windows as user requests.
352 - FvwmPager no longer displaces windows with title and border
354 - TestRc now correctly matches Break, and $[cond.rc] is
356 - Fixed several 64-bit architecture problems with
357 XGetWindowProperty(). Xine works much better on 64-bit
359 - Fixed handling of ClickToFocusPassesClick with the EWMH
360 desktop (e.g. using nautilus).
361 - Fixed handling of windows that are unmapped and mapped again
362 too fast (e.g. fpga_editor).
364 -------------------------------------------------------------------
366 Changes in beta release 2.5.17 (19-Jul-2006)
370 - New MenuStyle options TitleFont, TitleColorset and
372 - New command PressButton in module FvwmButtons for being able
373 to emulate button press via other means than the mouse.
374 - New wrap options to EdgeScroll command for wrapping with pixel
376 - New Style option UnderMousePlacement.
377 - Unused arguments to Style options generate warnings.
378 - The name style names match against can be augmented by the
379 X-resource "fvwmstyle".
380 - New options, Reverse and UseStack, to All command.
381 - WindowShade can now reshade windows using the Last direction.
382 - Positional parameters to complex functions can now be expanded
383 using $[n], $[n-m], $[n-] and $[*] expressions.
384 - The width and height arguments of the Resize command now
385 accept the prefix 'w' to allow resizing relative to the
387 - New command ModuleListenOnly.
388 - New "Periodic" option added to Schedule command.
392 - Fixed detection of running non-ICCCM2 wm (bug #3151).
393 - Fixed drawing of menus with the sidepic on the right.
394 - EdgeScroll no longer divides pixel distances >1000 by 1000.
396 - The configure script can now cope with four-part version
397 numbers when detecting some libraries.
398 - The WarpToWindow command followed by Move in a complex
399 function now uses the correct pointer position.
400 - The menu style TitleWarp does no longer warp the pointer for
401 root menus (as it is documented).
402 - Fixed detection of safe system version of mkstemp.
403 - Fixed the conditions Iconifiable, Fixed, FixedSize,
404 Maximizable and Closable.
405 - Fixed problem with window outline and placement position
407 - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
408 - FvwmGtk now configures correctly on Cygwin (bug #3772).
409 - Fixed tempfile vulnerabilities in FvwmCommand.
411 -------------------------------------------------------------------
413 Changes in beta release 2.5.16 (20-Jan-2006)
417 - If the pointer can not be grabbed in functions, a message is
418 printed to the console instead of beeping.
422 - Fixed a couple of build problems introduced in 2.5.15.
424 -------------------------------------------------------------------
426 Changes in beta release 2.5.15 (14-Jan-2006)
430 - Variables can be nested, like $[desk.name$[desk.n]].
431 - Obsolete one-letter variables work, but generate warnings now.
432 - Windows can be placed by any button (now also >3).
433 - It is now possible to redefine the buttons usable to finish
434 window movement and manual placement.
435 - New window condition PlacedByButton.
436 - MenuStyle pairs can be negated by prefixing '!'.
437 - New generic tabbing module - FvwmTabs.
438 - New Style option: EWMHIgnoreWindowType.
439 - New MenuStyle options: MouseWheel, ScrollOffPage and
441 - To compile from CVS, autoconf-2.53 or above is now required.
442 This does not affect compiling the released tarballs.
443 - New option "screen" to Move and ResizeMove commands to allow
444 specifying the target Xinerama screen.
448 - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
449 - Better look for windows with "BorderStyle TiledPixmap".
450 - Some EWMH-related 64-bit fixes.
451 - Fixed segmentation fault when replacing title of title only
453 - Fixes for resizing of shaded windows and resizing/moving
454 windows with complex functions.
456 -------------------------------------------------------------------
458 Changes in beta release 2.5.14 (24-Aug-2005)
462 - Fvwm now officially supports 64-bit architectures.
463 - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
465 - New window condition FixedPosition.
467 * New module features:
469 - FvwmPerl module supports window context when preprocessing.
470 - FvwmPerl module accepts new --export option that by default
471 defines two fvwm functions "Eval" and ".", to be used like:
474 Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
475 . Exec xmessage %{2 + cos(0)}% # embedded calculator
477 - New FvwmProxy option ProxyIconified.
478 - New FvwmTaskBar option Pad to control the gap between
483 - Fixed a Solaris compiler error introduced in 2.5.13.
484 - Fixed a hang with layers set by applications (e.g. AbiWord).
485 - GotoDesk with a relative page argument now wraps around at
486 the end of the given range as documented. (Bug #1396).
487 - PopupDelayed menu style option was not copied on
489 - Transparent Animated menus with non-transparent popup were
490 not animated correctly.
491 - Supported euc-jp class of encodings.
492 - A window's default layer is no longer set to 0 during a
494 - Fixed an annoying MouseFocus/SloppyFocus problem in
495 conjunction with EdgeResistance + EdgeScroll (sometimes a
496 window did not get the focus as it should have). This
497 problem first occured in 2.5.11.
499 -------------------------------------------------------------------
501 Changes in beta release 2.5.13 (16-Jul-2005)
505 - The MoveToPage command did not work without arguments in
507 - Mouse/Key command no args possible core dump.
508 - Direction with no args possible core dump.
509 - FvwmScript periodic tasks run too often.
510 - Perl modules did not work on 64 machines.
511 - FvwmDebug did not report any extended messages.
512 - fvwm-menu-desktop supports mandriva.
513 - fvwm-menu-desktop when verifying executable, allow full path.
515 * New module features:
517 - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
519 - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
520 TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
521 TipsJustification and TipsOffsets options.
522 - FvwmButtons: PressColorset & ActiveColorset options for
523 _individual_ buttons.
525 -------------------------------------------------------------------
527 Changes in alpha release 2.5.12 (6-Oct-2004)
533 * New module features:
535 - FvwmIconMan: ShowOnlyFocused option.
537 -------------------------------------------------------------------
539 Changes in alpha release 2.5.11 (30-Sep-2004)
541 * Multiple window names can be specified in conditions.
543 * Window-specific key/mouse bindings. (Bindings no longer have to
546 * The default fvwm configuration files are now: ~/.fvwm/config and
547 $FVWM_DATADIR/config. Five previously used config file locations
548 are still searched as usual for backward compatibility.
550 * New extended variables $[w.desk] and $[w.layer].
552 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
555 * New Style option "State".
557 * New Style option "CenterPlacement".
559 * New option to FvwmIconMan: ShowNoIcons.
561 * New WindowList tracker and other enhancements in Perl library.
563 * New option to fvwm-menu-directory: --func-name.
565 * Improved FvwmWindowMenu module.
567 * Fluxbox-like Alt-Button3 resizing with the new Resize options
568 Direction, WarpToBorder and FixedDirection
570 * Enhanced "Test (Version >= x.y.z)" option to allow version
573 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
574 PressColorset, PressIcon and PressTitle.
576 * New FvwmButtons swallow option: SwallowNew.
578 * The option CurrentGlobalPageAnyDesk was accidentally named
579 CurrentGlobbalPageAnyDesk before.
581 * New conditions AnyScreen and Overlapped.
583 * The Read and PipeRead commands return 1 if the file or command
584 could be read or executed and -1 otherwise.
586 * New menu option TearOffImmediately.
588 * Added support for Solaris' Xinerama.
590 * New option MailDir in FvwmTaskBar.
592 * MoveToPage command:
594 New options wrapx, wrapy, nodesklimitx and nodesklimity.
595 New suffix 'w' to allow for window relative movement.
597 -------------------------------------------------------------------
599 Changes in alpha release 2.5.10 (19-Mar-2004)
601 * New command FakeKeyPress.
603 * New BugOpts option ExplainWindowPlacement.
605 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
607 * Security patch in fvwm-bug.
608 See http://securitytracker.com/alerts/2004/Jan/1008781.html
612 fvwm-menu-directory (BugTraq id 9161)
613 fvwm_make_directory_menu.sh
614 fvwm_make_browse_menu.sh
616 -------------------------------------------------------------------
618 Changes in alpha release 2.5.9 (2-Mar-2004)
620 * New MenuStyle options PopupIgnore and PopupClose.
622 * New configure option --disable-iconv to disable iconv support.
624 * New extended variables $[w.iconfile] and $[w.miniiconfile].
626 * New Style option Unmanaged. Such windows are not managed by
629 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
631 * New option DisplayNewWindowNames to the BugOpts command.
633 * Security fix for fvwm-menu-directory.
636 -------------------------------------------------------------------
638 Changes in development release 2.5.8 (31-Oct-2003)
640 * New prefix command KeepRc.
642 * Renamed the Cond command to TestRc, and the On command to Test.
643 Removed the CondCase command. Use "KeepRc TestRc" instead.
645 * The Break command can be told the number of nested function
646 levels to break out of. Break now has a return code of -2
649 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
650 in key or mouse bindings.
652 * New extended variable $[func.context].
654 * New Style option MoveByProgramMethod. Tries to autodetect
655 whether application windows are moved honouring the ICCCM or not
656 (default). The method can be overridden manually if the
657 detection does not work.
659 * fvwm supports tear off menus. See the "Tear Off Menus" section
660 in the man page or press Backspace on any menu to try them out.
662 * fvwm now handles what Unicode calls "combining characters" (i.e.
663 marks drawn on top of other characters).
665 * New commands WindowStyle and DestroyWindowStyle for individual
668 * The conditions !Current... and !Layer now work as expected.
670 * Added a nice autohide script to the FAQ.
672 * FvwmAnimate now supports dynamical commands "pause", "play",
673 "push", "pop" and "reset" to manipulate the playing state.
675 -------------------------------------------------------------------
677 Changes in development release 2.5.7 (30-May-2003)
679 * The commands Cond and CondCase now support checking for
680 inequality by prefixing the return code with '!'.
682 * Schedule and Deschedule support hexadecimal and octal command
685 * In FvwmIconMan, windows can move from one manager to another
686 according to the managers' Resolution options.
688 * In order to fix a problem with StartsOnScreen and applications
689 that set a user specified position hint, the StartsOnScreen style
690 no longer works for the following modules: FvwmBanner,
691 FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
692 FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList. Use
693 the '@<screen>' bit in the module geometry specification where
696 * Documented variable $[gt.any_string] and LocalePath command
699 * Added gettext support to FvwmScript. New head instruction
700 UseGettext and WindowLocaleTitle. New widget instruction
701 LocaleTitle. New instruction ChangeLocaleTitle and new function
704 * WindowListFunc is executed now within a window context, so
705 a prefix "WindowId $0" is not needed in its definition anymore,
706 and it is advised to remove it in user configs.
708 * FvwmEvent now executes all window related events within a window
709 context, so PassId is not needed anymore, and all prefixes
710 "WindowId $0" may be removed in user event handlers.
712 * New FvwmTaskBar option NoDefaultStartButton.
714 -------------------------------------------------------------------
716 Changes in development release 2.5.6 (28-Feb-2003)
718 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
720 * Fix for gmplayer launched by fvwm. Close stdin on Exec so the
721 exec'd process knows it's not running interactively.
723 * Improvement in MultiPixmap. In particular Colorset and Solid
724 color can be specified.
726 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
727 StretchedPixmap and ShrunkPixmap.
729 * Use the MIT Shared Memory Extension for XImage.
731 * The TitleStyle decor of a vertical window Title is rotated.
732 This is controllable using a new style option:
734 !UseTitleDecorRotation / UseTitleDecorRotation
736 * New style options IconBackgroundColorset, IconTitleColorset,
737 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
738 and IconBackgroundPadding.
740 * Minor incompatible improvements to the Perl library API.
742 * Renamed FvwmWindowLister to FvwmWindowMenu.
744 * New option to IconSize style: Adjusted, Stretched, Shrunk.
746 * New shortcuts for button states: AllActiveUp, AllActiveDown,
747 AllInactiveUp, AllInactiveDown.
751 Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
753 * New conditions for matching windows:
755 Closable, Iconifiable, Maximizable, FixedSize and HasHandles
757 * New conditional command On for non-window related conditions.
759 * Removed --disable-gnome-hints and --disable-ewmh configure
762 * All single letter variables are deprecated now; new variables:
764 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
765 $[desk.n], $[version.num], $[version.info], $[version.line],
766 $[desk.pagesx], $[desk.pagesy]
768 -------------------------------------------------------------------
770 Changes in development release 2.5.5 (2-Dec-2002)
772 * Added support for joining and shaping in bi-directional
773 languages that need this.
775 * ButtonStyle and TitleStyle new style type Colorset.
777 * New experimental module FvwmProxy.
779 * New command RestackTransients.
781 * Added a pixel offset to vector button definitions.
783 * New command FocusStyle as a shorthand for setting the FP...
784 styles with the Style command.
786 * New option Locale to PrintInfo command.
788 * The Next and Prev commands start looking for a matching window at
789 the context window if there is any.
791 * The MoveToPage command does nothing with sticky windows.
793 * New module FvwmWindowLister, a WindowList substitute.
795 * Sticky windows can be sticky across pages, across desks or both.
797 - New commands StickAcrossPages and StickAcrossDesks.
798 - New Style options StickyAcrossPages and StickyAcrossDesks.
799 - New conditional command options StickyAcrossPages and
801 - New WindowList options NoStickyAcrossPages,
802 NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
803 OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
804 - New FvwmRearrange options -sp and -sd.
806 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
807 FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
808 an alpha channel are used.
810 * New Colorset option RootTransparent
812 * The Transparent Colorset option can be tinted under certain
815 * New MinHeight option to TitleStyle
817 * Added gettext support. New command LocalePath and new variable
820 -------------------------------------------------------------------
822 Changes in alpha release 2.5.4 (20-Oct-2002)
824 * FvwmTaskBar may now include mini launch buttons using the Button
825 command. Also has new options for spacing the buttons:
826 WindowButtonsLeftMargin, WindowButtonsRightMargin, and
827 StartButtonRightMargin. See man page for details.
829 * Style switches can be prefixed with '!' to inverse their meaning.
830 For example, "Style * Sticky" is the same as "Style * !Slippery".
831 This works *only* for pairs of styles that take no arguments and
832 for the Button and NoButton styles.
834 * New button property Id in FvwmButtons. FvwmButtons now accepts
835 dynamical actions using SendToModule, see the man page:
837 ChangeButton <button-id> <properties-to-change>
838 ExpandButtonVars <button-id> <command-to-expand>
840 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
841 IconTint and IconAlpha.
843 * Alpha blending rendering is supported even without XRender
846 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
847 Titles and buttons now have 4 main states instead of 3: ActiveUp,
848 ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
849 Several shortcuts added: Active means ActiveUp + ActiveDown,
850 Inactive means InactiveUp + InactiveDown, similarly for shortcuts
851 ToggledActive and ToggledInactive.
853 * More shortcuts for button states added: AllNormal, AllToggled,
854 AllActive, AllInactive, AllUp, AllDown. These six shortcuts are
855 actually different masks for 4 individual states (from 8 total).
857 * FPClickToFocus and FPClickToRaise work with any modifier by
860 * Perl library API regarding event handlers is changed, so personal
861 modules in Perl should be adjusted.
863 * Allow the use of mouse buttons other than the first in
864 FvwmWinList when invoked transient.
866 * ImagePath now supports directories in form "/some/directory;.png"
867 (where semicolon delimits a file extension that files in
868 /some/directory have. This file extension replaces the original
869 image extension (if any) or it is added if there is no extension.
870 For example with: Style XTerm MiniIcon mini/xterm.xpm
871 the file /some/directory/mini/xterm.png is searched.
873 * New graphical debugger module FvwmGtkDebug.
875 * New command NoWindow for removing the window context.
877 * New FvwmIconMan option ShowTransient.
879 * All conditions have a negation.
881 * New FvwmBacker option RetainPixmap.
883 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
884 and FvwmPager when xft fonts or icons with an alpha channel is
887 * FvwmButtons redrawing improvement: colorsets are now usable with
890 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
891 and SelectColorset are now strictly respected.
893 * The HilightBack and ActiveFore menu styles are independent of
894 each other. HilightBack without using ActiveFore does no longer
895 hilight the item text.
897 * New WindowList option SortByResource; the previously added
898 SortClassName option is renamed to SortByClass.
900 * New command PrintInfo for debugging.
902 -------------------------------------------------------------------
904 Changes in alpha release 2.5.3 (25-Aug-2002)
906 * TitleStyle MultiPixmap now works once again.
908 * Removed the old module interface for ConfigureWindow
909 packets. External modules relying on this interface no longer
912 * Fixed interaction bug between CascadePlacement and StartsOnPage:
913 if the target page was at a negative x or y page displacement
914 from the current viewport, the window would be placed on the
917 * New Style option IconSize for restricting icon sizes.
919 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
920 ShowScreen, ShowPage, ShowPageX and ShowPageY.
922 * Restored old way of handling clicks in windows with ClickToFocus
923 and ClickToFocusPassesClickOff. This fixes a problem with
924 click+drag in an unfocused rxvt or aterm window.
926 * Fixed wrong warp coordinates when WarpToWindow was used with two
927 arguments on an unmanaged window.
929 * Vastly improved FvwmEvent performance.
931 * FvwmAuto can operate on Enter and Leave events too. This makes
932 it possible to have auto raising with ClickToFocus and
933 NeverFocus. See -menter and -menterleave options and examples in
934 the FvwmAuto man page.
936 * The "hangon" strings in FvwmButtons support wild cards.
938 * New option "Icon" to PlaceAgain command.
940 * New option "FromPointer" and direction "Center" to the Direction
943 * The styles ClickToFocusRaises(Off) and
944 MouseFocusClickRaises(Off) are now different names for the same
945 style. Configurations that used
947 Style * ClickToFocus, ClickToFocusRaises
948 Style * MouseFocusClickRaisesOff
950 or vice versa no longer work as like before. Remove the second
951 line to fix the problem. ClickToFocusRaises now works only on
952 the client part of a window, not on the decorations as it did
955 * New color limit method for screens that only display 256 colors
958 * In depth less or equal to 16 image and gradient can be
959 dithered. This can be enabled/disabled by using the new
960 dither/nodither options to the Colorset command.
962 * Removed the styles MouseFocusClickIgnoreMotion and
963 MouseFocusClickIgnoreMotionOff again.
965 * Many new focus policy styles "FP..." and "!FP...".
967 -------------------------------------------------------------------
969 Changes in alpha release 2.5.2 (24-Jun-2002)
971 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
972 section of fvwm manual page.
974 * New Colorset options: fgsh for shadow text and fg_alpha for
975 merging text with the background.
977 * New module FvwmPerl adds perl scripting ability to fvwm
980 * Provided powerful perl library for creating fvwm modules in
983 * New WindowList option IconifiedtAtEnd.
985 * Always display the current desk number in the FvwmPager window
988 * Allow to bind a function to the focus click and pass it to the
989 application at the same time.
991 * New styles !Borders and Borders to enable or disable window
994 * Removed the --enable-multibyte configure option. Multibyte
995 support is now compiled in unconditionally.
997 * New FvwmButtons option ActionOnPress enables execution of action
998 on press rather than on release for any specific button.
1000 * Improved CascadePlacement, the last used position is reused if
1001 the last placed window does not exist any more.
1003 * FvwmIconMan may now change the resolution dynamically, just
1004 issue "*FvwmIconMan: resolution page" while FvwmIconMan is
1007 * New command XineramaSlsScreens.
1009 * MoveToPage and MoveToDesk no longer unstick windows.
1011 * It is possible to specify a string encoding in a font name, see
1012 the "FONT AND STRING ENCODINGS" section of fvwm manual page.
1014 -------------------------------------------------------------------
1016 Changes in alpha release 2.5.1 (26-Apr-2002)
1018 * Changed the executable and the man page names from fvwm2 to
1019 fvwm. The old names are still supported by symlinking.
1021 * All fvwm utilities are renamed to conform to the "fvwm-"
1022 scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
1025 * Added a full support for the side window titles. New Style
1026 options TitleAtLeft and TitleAtRight added to TitleAtTop and
1029 * A title text may now be optionally rotated for both vertical and
1030 horizontal title directions, search for "Rotated" in the man
1033 * Added support for loading images in PNG (including alpha
1034 blending) and XBM formats anywhere.
1036 * New commands Schedule and Deschedule.
1038 * New command State. New conditions State and !State.
1040 * New commands XSync and XSynchronize for debugging purposes.
1042 * In interactive move/placement when Alt/Meta modifier is pressed,
1043 snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
1046 * New flags (No)FvwmModule to FvwmButtons Swallow option
1048 * The I18N_MB patch (--enable-multibyte) has been
1049 rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
1050 set of locale functions (locale initialization, font loading,
1051 text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
1052 in the entire fvwm code (but FvwmWharf). Font loading and
1053 memory management is improved in the multibyte case.
1055 * Better support of non ISO-8859-1 window and icon titles. See the
1056 --disable-compound-text option in INSTALL.fvwm for more
1059 * Added anti-aliased text rendering support using Xft (use
1060 --enable-xft to enable it). Recent versions of XFree and
1061 freetype2 are needed (see the FONT NAMES AND FONT LOADING
1062 section of the fvwm manual page).
1064 * Conditional commands now have a return code (Match, NoMatch or
1065 Error). This return code can be checked and tied to an action
1066 with the new commands Cond and CondCase.
1068 * Bindings can be made to the separate parts of the window border
1069 with the new contexts '[', ']', '-', '_', '<', '^', '>' and
1072 * New parameters for FvwmRearange: -maximize and -animate.
1074 * New option StartCommand for FvwmTaskBar to allow placing the
1075 StartMenu correctly.
1077 *FvwmTaskBar: StartCommand Popup RootMenu \
1078 rectangle $widthx$height+$left+$top 0 -100m
1080 Please refer to the FvwmTaskBar man page for details.
1082 * New extended variables pointer.x, pointer.y, pointer.wx,
1083 pointer.wy, pointer.cx and pointer.cy.
1085 * The Current command does not select a random window when no
1086 window has the focus.
1088 * New color '@4' (transparent) in button vectors.
1090 * New option "Frame" for the Resize and ResizeMove commands.
1092 * Added direction options to WindowShade command. Windows can be
1093 shaded in any of the eight compass directions.
1095 * Styles WindowShadeLazy (default), WindowShadeBusy and
1096 WindowShadeAlwaysLazy to optimize performance of the WindowShade
1099 * The DO_START_ICONIC flag is no longer supported in the module
1102 * Added bi-directional text support for Asian charsets.
1104 * New option MinimalLayer for FvwmIdent to control window layer.
1106 * New FvwmIconMan configuration syntax now conforms to the syntax
1107 of other modules, see the man page.
1109 * FvwmForm can automatically run commands after a timeout
1112 * Fvwm commands can be invoked when the edge of the screen is hit
1115 * New commands Colorset, ReadWriteColors and CleanupColorsets
1116 allow the colorset functionality previously available using
1119 * FvwmTheme is obsolete now, but still supported for some time.
1121 * New options Tint, TintMask and NoTint to colorsets.
1123 * New WindowList option CurrentAtEnd.
1125 * New weighted sorting in FvwmIconMan.
1127 * New conditional command ThisWindow.
1129 -------------------------------------------------------------------
1131 Changes in alpha release 2.5.0 (27-Jan-2002)
1133 * New commands ResizeMaximize and ResizeMoveMaximize that modify
1134 the maximized geometry of windows and maximize them as
1135 necessary. Very useful to make a window larger manually and
1136 then get back the old geometry with a click.
1138 * New command ResizeMoveMaximize similarly.
1140 * New styles FixedPPosition, FixedUSPosition, FixedSize,
1141 FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
1142 VariableSize, VariableUSSize, and VariablePSize.
1144 * Actions can be bound to windows swallowed in FvwmButtons. To
1145 disable this feature for a specific button, the new option
1146 ActionIgnoresClientWindow can be used.
1148 * Fvwm respect the extended window manager hints
1149 specification. This allows fvwm to work with KDE version >= 2
1150 and GNOME version 2. This support is configurable using a bunch
1151 of new commands and style options, search for "EWMH" in the man
1154 * New DateFormat option in FvwmTaskBar to change the date format
1155 in the clock's popup tip.
1157 * Window titlebars may now be designed using a new powerful
1158 TitleStyle option MultiPixmap, that enables to specify separate
1159 pixmaps for different parts of the titlebar: Main, LeftEnd,
1160 LeftOfText, UnderText, RightOfText, RightEnd and more.
1162 * New styles MinOverlapPlacementPenalties and
1163 MinOverlapPercentPlacementPenalties.
1165 * New styles IndexedWindowName / ExactWindowName and
1166 IndexedIconName / ExactIconName.
1168 * New command "DesktopName desk name" to define the name of a
1169 desktop for the FvwmPager, the WindowList and EWMH compliant
1170 pagers. New expanding variables $[desk.name<n>] for the desktop
1173 * New window list options NoDeskNum, NoCurrentDeskTitle,
1174 TitleForAllDesks, NoNumInDeskTitle.
1176 * New emacs style bindings in menus.
1178 * New Maximize global flag "layer" which causes the various grow
1179 methods to ignore the windows with a layer less than or equal to
1180 the layer on the window which is maximized.
1182 * Better support of the Transparent colorset in the modules and in
1185 * Amelioration of the WindowShade animation.
1187 * New ButtonStyle and TitleStyle option MwmDecorLayer.
1189 * New style BackingStoreWindowDefault which is the default
1190 now. Fvwm no longer disables backing store on windows by
1193 * New styles MouseFocusClickIgnoreMotion and
1194 MouseFocusClickIgnoreMotionOff.
1196 * The module interface now supports up to 62 message types.
1198 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
1200 * New events "enter_window" and "leave_window" in FvwmEvent.
1202 * New MenuStyle PopupActiveArea.
1204 * New command line option -passid to FvwmAuto.
1206 * New conditional commands Any and PointerWindow.
1208 * New conditions Focused, !Focused, HasPointer and !HasPointer.
1210 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
1212 -------------------------------------------------------------------
1214 Changes in stable release 2.4.20 (6-Dec-2006)
1216 * The configure script now correctly appends executable file
1217 extensions to conditionally built binaries. Fixes building on
1220 * FvwmConsole no longer conflicts with getline of Cygwin's stdio.
1222 * Fixed parsing of For loops in FvwmScript.
1224 * Fixed a possible endless loop when de-iconifying a transient
1227 * Reject some invalid GNOME hints.
1229 * Fixed a loop when xterm changes its "active icon" size.
1231 * The configure script can now cope with four-part version numbers
1232 when detecting some libraries.
1236 fvwm-menu-directory. (CVE-2006-5969)
1239 -------------------------------------------------------------------
1241 Changes in stable release 2.4.19 (30-Sep-2004)
1243 * Fixed BackingStore style option.
1245 * Fixed MoveToDesk commend with a single argument.
1247 * Allow whitespace in menu names.
1249 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
1251 * A double click no longer occurs when two different mouse
1252 buttons are pressed.
1254 * Fixed a relief drawing problem in FvwmWinList.
1256 * Fixed travelling windows on restart if a window used non NorthWest
1257 gravity and changed that before the restart.
1259 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
1261 * The clock in FvwmTaskBar is redrawn immediately when its colour
1264 * The option CurrentGlobalPageAnyDesk was accidentally named
1265 CurrentGlobbalPageAnyDesk before.
1267 * Fixed a problem with fvwm startup and shutdown when the pointer
1268 was grabbed by another application.
1270 * Fixed parsing of the Pointer option to the Move command.
1272 * Fixed handling of MWM hints on 64 bit machines.
1274 -------------------------------------------------------------------
1276 Changes in stable release 2.4.18 (19-Mar-2004)
1278 * Corrected rebooting the machine in FvwmScript-Quit.
1280 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
1282 * Security patch in fvwmbug.sh.
1283 See http://securitytracker.com/alerts/2004/Jan/1008781.html
1286 fvwm-menu-directory (BugTraq id 9161)
1287 fvwm_make_directory_menu.sh
1288 fvwm_make_browse_menu.sh
1290 -------------------------------------------------------------------
1292 Changes in stable release 2.4.17 (10-Oct-2003)
1294 * Fixed error message for incorrect --with-SOME-library argument.
1296 * It is now possible to suppress title action or title completely
1297 in menus created by fvwm-menu-directory.
1299 * Fixed a compile problem on QNX 4.25.
1301 * New configure switch --disable-gtk.
1303 * FvwmGtk.1 is not installed if FvwmGtk is not built.
1305 * The "Visible" condition does no longer select windows on
1308 * With the styles StartsOnPage, SkipMapping and UsePPosition,
1309 windows that request a specific position are still placed on the
1312 * Fixed sending M_NEW_PAGE packets to the modules if the page did
1315 * Added support for new BBC headlines in fvwm-menu-headlines, this
1316 replaces the old BBC-Worlds and BBC-SciTech headlines.
1318 -------------------------------------------------------------------
1320 Changes in stable release 2.4.16 (30-May-2003)
1322 * Fixed a transparency problem in FvwmButtons.
1324 * The PageOnly option in FvwmTaskBar now works after a desk change
1327 * Fixed a possible core dump when more than 256 windows are on
1330 * Initial drawing and final undrawing of wire frame no longer
1331 toggles the pixel in the top left corner of the screen.
1333 * Fixed parsing of button geometries in FvwmButtons when the
1334 geometry specification appeared after another option with a comma
1337 * FvwmCommand works too when invoked without the DISPLAY variable
1340 * Fixed displaying iconified windows without an icon in
1343 * All single letter variables are deprecated now; new variables:
1345 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
1346 $[desk.n], $[version.num], $[version.info], $[version.line],
1347 $[desk.pagesx], $[desk.pagesy]
1349 * Fixed a bug with aspect pixmaps in colorsets.
1351 * Iconified windows without an icon do not receive focus.
1353 * Fixed a bug in FvwmPager that displayed iconified windows without
1354 icon title or picture as not iconified.
1356 * Fixed parsing of '@<screen>' Xinerama specification in the
1357 ButtonGeometry option of FvwmButtons.
1359 * The NoWarp menu position hint option works with root menus too.
1361 * Fixed a problem with styles not being properly applied after a
1362 DestroyStyle command.
1364 * Fixed a bug introduced in 2.4.14. The pointer was sometimes
1365 warped to another screen during a restart and command execution.
1367 * Fixed a crash when a window was destroyed twice in a complex
1370 * Fixed corruption of the window list when windows died at the
1373 * Fixed problem with empty frame windows if X recycled the window
1374 id of a window that died recently.
1376 * Fixed loading of application supplied pixmap on 8/24 depth screen.
1378 * WindowListFunc is executed now within a window context, so
1379 a prefix "WindowId $0" is not needed in its definition anymore
1380 and it is advised to remove it in user configs.
1382 * FvwmEvent now executes all window related events within a window
1383 context, so PassId is not needed anymore, and all prefixes
1384 "WindowId $0" may be removed in user event handlers.
1386 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
1388 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
1391 -------------------------------------------------------------------
1393 Changes in stable release 2.4.15 (24-Jan-2003)
1395 * Fix for gmplayer launched by fvwm. Close stdin on Exec so the
1396 exec'd process knows its not running interactively.
1398 * Windows using the WindowListSkip style do not appear in the
1399 FvwmTaskBar at random.
1401 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
1402 ChangeBackColor FvwmScript Instruction.
1404 * Fixed a core dump in the parsing of FvwmAuto arguments.
1406 * Fixed screwed calculation of icon picture size when application
1407 specifies it explicitly.
1409 * The option ShowOnlyIcons now works as described in the
1410 FvwmIconMan man page. It was accidentally named ShowOnlyIconic
1413 -------------------------------------------------------------------
1415 Changes in stable release 2.4.14 (29-Nov-2002)
1417 * Modules do not crash anymore when more than 126 windows are on
1420 * FvwmIconMan displays windows correctly that were iconified and
1421 then moved to another page.
1423 * Application provided icon windows no longer appear at 0 0 when
1426 * The built-in session management can handle window names, classes
1427 etc. beginning with whitespace (textedit).
1429 * Removed the flawed "A"ny context key binding patch from 2.4.13.
1431 * The default EdgeScroll (if not specified) was incorrectly
1432 assumed to be 100 pixels instead of 100 percents.
1434 * Icons no longer appear on top of all other windows after a
1437 -------------------------------------------------------------------
1439 Changes in stable release 2.4.13 (1-Nov-2002)
1441 * Icon titles for windows with an icon position hint no longer
1442 appear at random places.
1444 * Fvwm no longer displays two icon pictures when switching from
1445 NoIconOverride to IconOverride with windows that provide their
1448 * The Current, All, Pick, ThisWindow and PointerWindow commands
1449 work on shaded windows too.
1451 * Fixed a problem stacking iconified transients.
1453 * No more flickering when raising transients.
1455 * Fixed a number of problems with window stacking, some new in
1456 2.4.10 or later, some older problems that have been around for a
1459 * Windows starting lowered or on any layer other than the default
1460 layer are displayed at the right place in FvwmPager.
1462 * Bindings with the "A"ny context can not be overridden by Gnome
1463 panel or OpenOffice.
1465 -------------------------------------------------------------------
1467 Changes in stable release 2.4.12 (10-Oct-2002)
1469 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
1470 appeared in 2.4.10, replacing the same problem with ?Gradient
1473 * Fixed accidental menu animation with certain menu position hints.
1475 * Increased maximum allowed key symbol name length to 200
1478 * Allow quotes in conditional command conditions.
1480 * Fixed starting Move at random position when pointer is on a
1483 * Transient windows do not appear in FvwmWinList after they have
1484 been moved on the desktop.
1486 -------------------------------------------------------------------
1488 Changes in stable release 2.4.11 (20-Sep-2002)
1490 * Allow the use of mouse buttons other than the first in
1491 FvwmWinList when invoked transient.
1493 * Fixed a crash with ssh-askpass introduced in 2.4.10.
1495 -------------------------------------------------------------------
1497 Changes in stable release 2.4.10 (15-Sep-2002)
1499 * The commands Maximize, Resize and ResizeMove can be used on icons
1502 * Fixed hilighting of menu items with HGradient and VGradient
1503 MenuFace. Reduced flickering with these options.
1505 * Fixed a minor problem with entering submenus via keyboard.
1507 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
1510 * Fixed drawing of pager balloons with BalloonBack option.
1512 * Fixed drawing of SidePic menu background with B/D gradients.
1514 * Fixed drawing of menu item reliefs with gradient menu faces.
1516 * Fixed key bindings on window corners.
1518 * Fixed FvwmTaskBar i18n font loading
1520 * Fixed StackTransientParent style without RaiseTransient or
1521 LowerTransient on the parent window.
1523 * StackTransientParent works only on parent window if it is on the
1526 * Fixed handling of window group hint with the (De)Iconify
1529 * No more flickering when a transient overlapping its parent window
1532 * Fixed hilighting of unfocused windows.
1534 -------------------------------------------------------------------
1536 Changes in stable release 2.4.9 (11-Aug-2002)
1538 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1539 if the target page was at a negative x or y page displacement
1540 from the current viewport, the window would be placed on the
1543 * Fixed a problem with colormap transition when a transient window
1546 * Fixed a FvwmScript crash with Swallow widget and very long window
1549 * Restored old way of handling clicks in windows with ClickToFocus
1550 and ClickToFocusPassesClickOff. This fixes a problem with
1551 click+drag in an unfocused rxvt or aterm window.
1553 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1554 UseOld option was used.
1556 * Fixed wrong warp coordinates when WarpToWindow was used with two
1557 arguments on an unmanaged window.
1559 * Added a workaround for popup menus in TK applications that appear
1560 on some random position.
1562 * Fixed problems with wish scripts creating windows that start
1565 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1567 * A number of drawing fixes in FvwmPager.
1569 * Fixed a slight bug when waiting until all buttons are released,
1570 for example after executing a complex function.
1572 * Fixed potentially harmful change in module interface.
1574 * Fixed displaying menu items with icons when using the MenuStyle
1577 * Fixed problems with the pointer moving off screen in a multi
1580 * Fixed a potential crash with windows being destroyed during a
1581 recapture operation.
1583 * Fixed a memory leak in some modules when not using glibc.
1585 * Applications using Mwm hints can now enforce that a window can
1588 * Fixed negative arguments of WarpToWindow when used on an
1591 * DESTDIR may be fully used again (only useful for distributors).
1593 * Fixed a key binding problem with key symbols that are generated
1596 * Fixed a possible crash when a window was recaptured and the
1597 focus could not be transfered to another window.
1599 * Fixed a minor problem with clicks on focused windows being
1602 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1604 * Fixed a performance problem with large numbers of mouse binding
1607 -------------------------------------------------------------------
1609 Changes in stable release 2.4.8 (11-Jun-2002)
1611 * A fix for switching between czech and us keyboard layout.
1613 * Remember the icon position when an icon is moved
1616 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1617 the man page when installing, see INSTALL.fvwm.
1619 * Fixed another problem with the DeskOnly option and sticky icons
1622 * New FvwmIconMan configuration syntax now conforms to the syntax
1623 of other modules, see the man page.
1625 * New WindowList option CurrentAtEnd.
1627 * Fixed maximal length of a named module packet
1629 * Fixed a crash on a config with a new 2.5.x Colorset command.
1631 * Always display the current desk number in the FvwmPager window
1634 * Allow to bind a function to the focus click and pass it to the
1635 application at the same time.
1637 * Fixed a problem with fvwm not accepting keyboard input when the
1638 application with the focus vanished at the start of a session.
1640 * A small security patch regarding TMPDIR.
1642 * Fixed a problem with colormap transition when a transient window
1645 * Fixed calculation of average bg colour in colour sets with large
1648 * Fixed some minor problems regarding the multibyte patch.
1650 * Fixed selection in FvwmScript List widget.
1652 * fvwm-menu-headlines: updated the site data, added a configurable
1653 timeout on socket reading (20 sec) to avoid fvwm hanging, new
1654 --icon-error option.
1656 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1657 windows that are below others.
1659 * Fixed the ClickToFocusPassesClick style.
1661 * Fixed CascadePlacement for huge windows, so that the top-left
1662 corner is always visible.
1664 * Fixed parsing of SendToModule with the first parameter quoted.
1666 * Fonts in double quotes now should work in module configurations.
1668 * Fixed copying PopupOffset values in CopyMenuStyle.
1670 -------------------------------------------------------------------
1672 Changes in stable release 2.4.7 (11-Apr-2002)
1674 * Fixed parsing of WindowList with conditions and a position at
1675 the same time that was broken in 2.4.6.
1677 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1678 (windows were duplicated when moving to a different Desk; the
1679 StickyIcon style was ignored).
1681 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1683 * Fixed icon titles being raised when they should not be.
1685 * Fixed initial drawing of the internals of the FvwmPager window.
1687 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1688 audio player is used.
1690 * Fixed execution on QNX.
1692 -------------------------------------------------------------------
1694 Changes in stable release 2.4.6 (10-Mar-2002)
1696 * Better support of non ISO-8859-1 window and icon titles. See the
1697 --disable-compound-text option in INSTALL.fvwm for more details.
1699 * Improved speed of opaque window movement/resizing.
1701 * Fixed a bug that caused windows not being raised and lowered
1704 * Suppress error message when using XBM icons.
1706 * Fixed a read descriptor problem in FvwmTaskBar
1708 * Fixed a minor colour update bug in the pager.
1710 * Fixed an fvwm crash when a module died at the wrong moment;
1711 specifically a transient FvwmPager or FvwmIconMan.
1713 * Fixed placement of WindowList on wrong Xinerama screen when
1714 called without any options on a screen other than the primary
1717 * Fixed a problem with root bindings and xfishtank.
1719 * Fixed moving windows with the keyboard over the edge of the
1720 screen when the pointer remained of the previous page.
1722 * Do not hilight windows after ResizeMove.
1724 * New conditional command ThisWindow.
1726 * Some fixes in the configure script that caused some rare
1727 problems detecting gnome and ncurses.
1729 * Fixed a memory leak in the Pick command.
1731 * Allow to choose windows with CirculateSkip with the Pick command.
1733 * Fixed an FvwmScript compile problem on dec-osf5.
1735 * The window handles are now resizes as they should when the
1736 HandleWidth style changes.
1738 * The Current command does not select a random window when no
1739 window has the focus.
1741 * Fixed a rare menu placement problem with Xinerama.
1743 -------------------------------------------------------------------
1745 Changes in stable release 2.4.5 (27-Jan-2002)
1747 * Fixed minor problems in popping sub menus up and down.
1749 * Fixed moving windows between pages with the keyboard.
1751 * Fixed the size of the geometry window that was broken sometimes.
1753 * Fixed problem with pointer warping to another screen on a dual
1756 * Fixed a problem with the focus in internal Ddd and Netscape
1759 * Reduced the time in which fvwm attempts to grab the pointer.
1761 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1764 * Fixed MiniScroll's auto repeating in FvwmScript.
1766 * Fixed a crash with the UseStyle style in combination with
1769 * Fixed excessive redraws of the windows under a window being
1772 * Fixed a minor memory leak in the Style command.
1774 * Fixed pixmap background of FvwmButtons behind buttons with only
1777 * Fixed a crash in FvwmIconBox when the application provided an
1780 * Fixed a configure problem with libstroke-0.5.1.
1782 * New style BackingStoreWindowDefault which is the default
1783 now. Fvwm no longer disables backing store on windows by
1786 * Fixed bug that sometimes caused unnecessary redraws when a style
1789 * Fixed crash when something like "$[$v]" appeared in a command.
1791 * Fixed parsing of conditions with more than one comma.
1793 -------------------------------------------------------------------
1795 Changes in stable release 2.4.4 (16-Dec-2001)
1797 * Minor title drawing fixes.
1799 * Fixed manual placement with Xinerama.
1801 * Minor button 3 handling fix in FvwmPager.
1803 * Fixed *FvwmIconMan*shaped option with empty managers.
1805 * Fixed ClickToFocusClickRaises style.
1807 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1808 activate on press or release, special pointer during grab, arrow
1809 keys useful in form with one input field.
1811 * New OpaqueMoveSize argument "unlimited".
1813 * Fixed binding keys with and without "Shift" modifier under some
1816 * Fixed binding actions to the client window with ClickToFocus.
1818 * Mouse bindings are activated without a recapture.
1820 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1821 Center, and Right for text position. Amelioration of the Menu
1822 and PopupMenu Widgets. New functions GetPid, Parse,
1823 SendMsgAndGet and LastString. New instruction Key for key
1824 bindings. New command SendToModule ScriptName SendString.
1826 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1827 disables warning messages.
1829 * Restored the default Alt-Tab behaviour from 2.4.0.
1831 -------------------------------------------------------------------
1833 Changes in stable release 2.4.3 (08-Oct-2001)
1835 * Fixed activation of shape extension.
1837 * Fixed problems with overriding key bindings.
1839 * Single letter key names are allowed in upper and lower case in
1840 key bindings as before 2.4.0.
1842 * Fixed WindowList placement with Xinerama.
1844 * Fixed flickering icon titles.
1846 * New X resource fvwmscreen to select the Xinerama screen on which
1847 to place new windows.
1849 * Coordinates of a window during motion are show relative to the
1852 * Some icon placement improvements with Xinerama.
1854 -------------------------------------------------------------------
1856 Changes in stable release 2.4.2 (16-Sep-2001)
1858 * Desk and page can be given as X resources in .Xdefaults, for
1863 * Several Shape compilation problems fixed.
1865 -------------------------------------------------------------------
1867 Changes in stable release 2.4.1 (15-Sep-2001)
1869 * Added Xinerama and SingleLogicalScreen support.
1871 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1872 XineramaSlsSize and MoveToScreen.
1874 * New context rectangle option XineramaRoot for the menu commands.
1876 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1877 AcceptsFocus for conditional commands.
1879 * The DestroyStyle command takes effect immediately.
1881 * New style option StartsOnScreen.
1883 * New style options NoUSPosition, UseUSPosition,
1884 NoTransientPPosition, UseTransientPPosition,
1885 NoTransientUSPosition, and UseTransientUSPosition. These work
1886 similar to the old styles NoPPosition and UsePPosition.
1888 * New option "screen" for Maximize command.
1890 * New option ReverseOrder for WindowList command.
1892 * The default Alt-Tab binding works more intuitive.
1894 * New condition "PlacedByFvwm"
1896 * New Geometry option for FvwmForm.
1898 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1900 * FvwmIconMan can be closed with Delete or Close too.
1902 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1904 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1906 * Enhancements in fvwm-menu-headlines and support for 10 more
1909 * Color enhancements in button vectors: @2 is bg color, @3 is fg
1912 * Improved detection of the Shape library.
1914 * Fixed FvwmButtons button titles not being erased for swallowed
1915 windows that showed up on certain setups.
1917 * Fixed bug that caused transient windows to be buried below their
1918 parents with the "BugOpts RaiseOverUnmanaged on". This occured
1919 with the system.fvwm2rc-sample-95 configuration.
1921 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
1922 set the transient_for hint when started with the "transient"
1925 * Fixed FvwmIconMan with the transient option when mapped off
1928 * Fixed ClickToFocus focus policy when iconifying the focused
1931 * Fixed some focus problems in conjunction with unclutter vs
1932 xv/xmms and Open Look applications.
1934 * Fixed a problem that could cause windows to be lost off screen
1935 with interactive window motion.
1937 * Fixed some FvwmTaskBar autohide problem.
1939 * Fixed a display string problem in FvwmForm.
1941 * Fixed a problem with FvwmTheme shadow colours.
1943 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
1944 conditional commands.
1946 * Fixed a formatting problem of the man page on AIX, Solaris, and
1947 some other UNIX variants.
1949 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
1951 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
1953 * Fixed parameters of fvwm24_convert.
1955 * Fixed a number of building problems related to old vendor unices,
1956 libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
1958 * Fixed drawing of title bar buttons with MWMDecorStick.
1960 * Fixed missing button or key events over the pan frames.
1962 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
1965 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
1966 options. Fixed FvwmPager crash with certain font strings.
1968 * Fixed drawing of the grid lines in an iconified FvwmPager window.
1970 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
1972 * Fixed some exotic problems with window gravity and resizing
1975 * Fixed a problem with maximizing windows with the viewport not
1976 starting on a page boundary.
1978 * Fixed handling of parentheses in FvwmButtons button actions.
1980 * Work around a key binding problem with keys that generate the
1981 same symbol with more than one key code (e.g. Shift-F1 = F11).
1983 * The Desk option of FvwmBacker is compatible to earlier
1984 version. Desk or Page coordinates can be omitted to indicate
1985 that desk or page changes trigger no action at all.
1987 * Fixed double updating of background with FvwmBacker sometimes
1988 leading to the wrong background.
1990 * Fixed several escaping errors in fvwm-menu-directory, so files
1991 and directories containing special chars and spaces should
1994 * Fixed PlacedByButton3 condition.
1996 * Fixed vanishing windows when mapping/unmapping too fast.
1998 * Fixed prev option of the GotoDeskAndPage command.
2000 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
2001 dimensions larger than 2147.
2003 * Fixed compatibility of the FvwmM4 modules on platforms that have
2004 a System V implementation of m4 (Solaris 2.6).
2006 * The SetEnv command without a value for a variable is the same as
2009 * Fixed shading/unshading shaped windows and windows without title
2012 -------------------------------------------------------------------
2014 Changes in stable release 2.4.0 (03-Jul-2001)
2016 * Finally released. :)
2017 -------------------------------------------------------------------
2019 For older NEWS, read the ONEWS file.