1 Note, the changes for the last STABLE release start with release
4 -------------------------------------------------------------------
6 Changes in beta release 2.5.24 (not released yet)
10 - Sometimes a window jumped by half the screen's size when
11 moving with the mouse and hitting the border of the desktop.
12 - Fixed the "screen w" argument of the Move and other commands.
14 -------------------------------------------------------------------
16 Changes in beta release 2.5.23 (1-Sep-2007)
20 - New Style command options:
25 - Fixed FvwmButton's button placement algorithm broken in
28 -------------------------------------------------------------------
30 Changes in beta release 2.5.22 (29-Aug-2007)
34 - New Style command options:
35 UnderMousePlacementHonorsStartsOnPage
36 UnderMousePlacementIgnoresStartsOnPage
37 !MinOverlapPlacementPenalties
38 !MinOverlapPercentPlacementPenalties
40 - SVG (scalable vector graphics) image loading support.
41 - New extended variables
43 $[w.miniiconfile.svgopts].
44 - Added suffix 'w' to the arguments of the Move command and
45 similar. It is now possible to add multiple shifts to a
46 window position, e.g. "50-50w 50-50w" for the center of the
48 - Removed UnderMousePlacement and CenterPlacement. Use
49 "PositionPlacement Center" and "PositionPlacement UnderMouse"
51 - Documentation in HTML format.
52 - Replaced "UseListSkip" with "UseSkipList" & "OnlyListSkip" with
53 "OnlySkipList" in WindowList command. (Old options deprecated.)
54 - New subject ImageCache for PrintInfo command.
55 - The new commad EchoFuncDefinition prints a function's
56 definition to the console for debugging purposes.
57 - The CursorStyle command can now load PNG and SVG images as
58 mouse cursors. New x and y arguments to specify the
59 hot spot. Also, it is now possible to load non-monochrome
60 cursors and cursors with partial transparency.
62 * New module features:
64 - FvwmScript: New instructions: ChangeWindowTitle and
65 ChangeWindowTitleFromArg.
69 - Windows with aspect ratio no longer maximize past the screen
71 - Fixed CenterPlacement with Xinerama screens.
72 - Fixed CascadePlacement with title direction west and east
73 - Windows no longer unstick when going to fullscreen mode.
74 - Fixed crash when raising/lowering a destroyed window.
75 - Fixed expansion of $[n-] and $[*], broken in 2.5.20.
76 - Fixes for resizing shaded windows and windows with a gravity
78 - Fixed CursorStyle POSITION, broken since 2.3.24.
79 - The hi, sh and fgsh colors in colorsets are no longer replaced
80 by computed values if not explicit set on the same line as the
81 bg, or for fgsh fg, changes. (bug #3359)
82 - FvwmButtons now redraws stretched button backgrounds correctly
84 - Windows with circular transient for hints may no longer crash
85 fvwm with StackTransientParent style.
86 - FvwmPager now displays windows that are StickyAcrossPages
88 - Fixed a possible crash with modules closing down.
89 - Fixed broken demo script fvwm_make_browse_menu.sh.
90 - The conditon following a comma separator without whitespace
91 padding was previously ignored if the presiding condition was
93 - Various FvwmButtons drawing problems.
94 - Window movement or resizing triggered by an EWMH message now
95 honours the FixedSize and FixedPosition window styles.
96 - Properly generate leave_window and enter_window events for
97 the root window in FvwmEvent.
98 - Fixed crash in UTF8 code.
99 - Fixed parsing of the PropertyChange command.
100 - Fixed windowlist crash when combining CurrentAtEnd with
101 IconifiedAtEnd and all windows are iconified.
103 -------------------------------------------------------------------
105 Changes in beta release 2.5.21 (20-Jan-2007)
109 - The command Scroll can now be used for interactive scrolling.
113 - Fixed Tile...Placement styles (SmartPlacement) that were
116 -------------------------------------------------------------------
118 Changes in beta release 2.5.20 (15-Jan-2007)
122 - New Style options: StippledIconTitle, !StickyStippledTitle,
123 and !StickyStippledIconTitle.
124 - Full support for menu context (M) key and mouse bindings. See
125 the section Menu Bindings in the man page for details.
126 - Hilighted menu backgrounds now use pixmaps gradients and
127 transparency from their related colorset.
128 - New window conditions: StickyIcon, StickyAcrossPagesIcon and
129 StickyAcrossDesksIcon.
133 - "Mouse n M N" is no longer used to disable or remap the
134 builtin tear off menu button. See the section Tear Off Menus
135 for details on replacement commands.
139 - FvwmWinList: fix problem with window name/button mixups during
140 Init/Restart of fvwm. (bug #1393)
141 - It is now possible to switch the viewport while resizing
142 windows if "EdgeScroll 0 0" is set.
143 - Fixed disappearing windows when aborting interactive resizing
144 of maximized windows when unmaximizing them later.
145 - Fixed disappearing windows when moving maximized windows and
146 unmaximizing them later.
147 - Fixed calculation of final location with MoveToPage and
148 MoveToScreen with windows to the left or top of the viewport.
149 - 64-bit architecture fix in FvwmProxy.
150 - FvwmForm now work with balanced quoted command for Timeout.
151 - FvwmPager correctly updates on window desk change.
152 - FvwmIconBox: fixed problem with IconColorset's background
153 color change not being applied immediately.
154 - Allow FvwmConsole to run a terminal via rxvtc or urxvtc.
155 FvwmConsole dies if no client connects within one minute.
156 - Expansion of variables in FvwmTaskBar launch button commands
158 - Fixed a race condition with applications raising their own
159 transient windows in certain ways. (Apple Shake, kphotoalbum)
160 - FvwmIdent reports the correct geometry if the window has its
161 title at the left or right side.
162 - Fixed an infinite loop when deiconifying windows in a group
163 via a different window than the initially iconified.
165 -------------------------------------------------------------------
167 Changes in beta release 2.5.19 (9-Dec-2006)
171 - FvwmCommand now reports "end windowlist" and "end configinfo".
172 - FvwmCommand now prints config info split on lines.
173 - FvwmTaskBar no longer gets lost with trailing whitespace after
174 geometry specification.
175 - Fixed a window size problem if the aspect ratio is set (e.g.
177 - Decorations now update when unmanaged windows take focus, and
178 not FlickeringQtDialogsWorkaround is enabled.
179 - FvwmPager again allows movement of windows added before a
181 - fvwm no longer crashes on 1 and 4 bit displays. (#1677)
182 - EWMH desktops now correctly handles FPClickToFocus. (#1492)
183 - Security fix in fvwm-menu-directory. (CVE-2006-5969)
185 -------------------------------------------------------------------
187 Changes in beta release 2.5.18 (11-Sep-2006)
191 - If a window started fullscreen, leaving fullscreen state now
192 properly unmaximizes and resizes the window.
193 - Fixed the ForeColor/HilightFore styles that were broken in
195 - FvwmPager can now move icons with the !IconTitle style.
196 - Fixed drawing of icons that are moved to a different desk.
197 - FvwmPager no longer tries to move non-movable windows.
198 - FvwmPager now moves all windows as user requests.
199 - FvwmPager no longer displaces windows with title and border
201 - TestRc now correctly matches Break, and $[cond.rc] is
203 - Fixed several 64-bit architecture problems with
204 XGetWindowProperty(). Xine works much better on 64-bit
206 - Fixed handling of ClickToFocusPassesClick with the EWMH
207 desktop (e.g. using nautilus).
208 - Fixed handling of windows that are unmapped and mapped again
209 too fast (e.g. fpga_editor).
211 -------------------------------------------------------------------
213 Changes in beta release 2.5.17 (19-Jul-2006)
217 - New MenuStyle options TitleFont, TitleColorset and
219 - New command PressButton in module FvwmButtons for being able
220 to emulate button press via other means than the mouse.
221 - New wrap options to EdgeScroll command for wrapping with pixel
223 - New Style option UnderMousePlacement.
224 - Unused arguments to Style options generate warnings.
225 - The name style names match against can be augmented by the
226 X-resource "fvwmstyle".
227 - New options, Reverse and UseStack, to All command.
228 - WindowShade can now reshade windows using the Last direction.
229 - Positional parameters to complex functions can now be expanded
230 using $[n], $[n-m], $[n-] and $[*] expressions.
231 - The width and height arguments of the Resize command now
232 accept the prefix 'w' to allow resizing relative to the
234 - New command ModuleListenOnly.
235 - New "Periodic" option added to Schedule command.
239 - Fixed detection of running non-ICCCM2 wm (bug #3151).
240 - Fixed drawing of menus with the sidepic on the right.
241 - EdgeScroll no longer divides pixel distances >1000 by 1000.
243 - The configure script can now cope with four-part version
244 numbers when detecting some libraries.
245 - The WarpToWindow command followed by Move in a complex
246 function now uses the correct pointer position.
247 - The menu style TitleWarp does no longer warp the pointer for
248 root menus (as it is documented).
249 - Fixed detection of safe system version of mkstemp.
250 - Fixed the conditions Iconifiable, Fixed, FixedSize,
251 Maximizable and Closable.
252 - Fixed problem with window outline and placement position
254 - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
255 - FvwmGtk now configures correctly on Cygwin (bug #3772).
256 - Fixed tempfile vulnerabilities in FvwmCommand.
258 -------------------------------------------------------------------
260 Changes in beta release 2.5.16 (20-Jan-2006)
264 - If the pointer can not be grabbed in functions, a message is
265 printed to the console instead of beeping.
269 - Fixed a couple of build problems introduced in 2.5.15.
271 -------------------------------------------------------------------
273 Changes in beta release 2.5.15 (14-Jan-2006)
277 - Variables can be nested, like $[desk.name$[desk.n]].
278 - Obsolete one-letter variables work, but generate warnings now.
279 - Windows can be placed by any button (now also >3).
280 - It is now possible to redefine the buttons usable to finish
281 window movement and manual placement.
282 - New window condition PlacedByButton.
283 - MenuStyle pairs can be negated by prefixing '!'.
284 - New generic tabbing module - FvwmTabs.
285 - New Style option: EWMHIgnoreWindowType.
286 - New MenuStyle options: MouseWheel, ScrollOffPage and
288 - To compile from CVS, autoconf-2.53 or above is now required.
289 This does not affect compiling the released tarballs.
290 - New option "screen" to Move and ResizeMove commands to allow
291 specifying the target Xinerama screen.
295 - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
296 - Better look for windows with "BorderStyle TiledPixmap".
297 - Some EWMH-related 64-bit fixes.
298 - Fixed segmentation fault when replacing title of title only
300 - Fixes for resizing of shaded windows and resizing/moving
301 windows with complex functions.
303 -------------------------------------------------------------------
305 Changes in beta release 2.5.14 (24-Aug-2005)
309 - Fvwm now officially supports 64-bit architectures.
310 - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
312 - New window condition FixedPosition.
314 * New module features:
316 - FvwmPerl module supports window context when preprocessing.
317 - FvwmPerl module accepts new --export option that by default
318 defines two fvwm functions "Eval" and ".", to be used like:
321 Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
322 . Exec xmessage %{2 + cos(0)}% # embedded calculator
324 - New FvwmProxy option ProxyIconified.
325 - New FvwmTaskBar option Pad to control the gap between
330 - Fixed a Solaris compiler error introduced in 2.5.13.
331 - Fixed a hang with layers set by applications (e.g. AbiWord).
332 - GotoDesk with a relative page argument now wraps around at
333 the end of the given range as documented. (Bug #1396).
334 - PopupDelayed menu style option was not copied on
336 - Transparent Animated menus with non-transparent popup were
337 not animated correctly.
338 - Supported euc-jp class of encodings.
339 - A window's default layer is no longer set to 0 during a
341 - Fixed an annoying MouseFocus/SloppyFocus problem in
342 conjunction with EdgeResistance + EdgeScroll (sometimes a
343 window did not get the focus as it should have). This
344 problem first occured in 2.5.11.
346 -------------------------------------------------------------------
348 Changes in beta release 2.5.13 (16-Jul-2005)
352 - The MoveToPage command did not work without arguments in
354 - Mouse/Key command no args possible core dump.
355 - Direction with no args possible core dump.
356 - FvwmScript periodic tasks run too often.
357 - Perl modules did not work on 64 machines.
358 - FvwmDebug did not report any extended messages.
359 - fvwm-menu-desktop supports mandriva.
360 - fvwm-menu-desktop when verifying executable, allow full path.
362 * New module features:
364 - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
366 - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
367 TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
368 TipsJustification and TipsOffsets options.
369 - FvwmButtons: PressColorset & ActiveColorset options for
370 _individual_ buttons.
372 -------------------------------------------------------------------
374 Changes in alpha release 2.5.12 (6-Oct-2004)
380 * New module features:
382 - FvwmIconMan: ShowOnlyFocused option.
384 -------------------------------------------------------------------
386 Changes in alpha release 2.5.11 (30-Sep-2004)
388 * Multiple window names can be specified in conditions.
390 * Window-specific key/mouse bindings. (Bindings no longer have to
393 * The default fvwm configuration files are now: ~/.fvwm/config and
394 $FVWM_DATADIR/config. Five previously used config file locations
395 are still searched as usual for backward compatibility.
397 * New extended variables $[w.desk] and $[w.layer].
399 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
402 * New Style option "State".
404 * New Style option "CenterPlacement".
406 * New option to FvwmIconMan: ShowNoIcons.
408 * New WindowList tracker and other enhancements in Perl library.
410 * New option to fvwm-menu-directory: --func-name.
412 * Improved FvwmWindowMenu module.
414 * Fluxbox-like Alt-Button3 resizing with the new Resize options
415 Direction, WarpToBorder and FixedDirection
417 * Enhanced "Test (Version >= x.y.z)" option to allow version
420 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
421 PressColorset, PressIcon and PressTitle.
423 * New FvwmButtons swallow option: SwallowNew.
425 * The option CurrentGlobalPageAnyDesk was accidentally named
426 CurrentGlobbalPageAnyDesk before.
428 * New conditions AnyScreen and Overlapped.
430 * The Read and PipeRead commands return 1 if the file or command
431 could be read or executed and -1 otherwise.
433 * New menu option TearOffImmediately.
435 * Added support for Solaris' Xinerama.
437 * New option MailDir in FvwmTaskBar.
439 * MoveToPage command:
441 New options wrapx, wrapy, nodesklimitx and nodesklimity.
442 New suffix 'w' to allow for window relative movement.
444 -------------------------------------------------------------------
446 Changes in alpha release 2.5.10 (19-Mar-2004)
448 * New command FakeKeyPress.
450 * New BugOpts option ExplainWindowPlacement.
452 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
454 * Security patch in fvwm-bug.
455 See http://securitytracker.com/alerts/2004/Jan/1008781.html
459 fvwm-menu-directory (BugTraq id 9161)
460 fvwm_make_directory_menu.sh
461 fvwm_make_browse_menu.sh
463 -------------------------------------------------------------------
465 Changes in alpha release 2.5.9 (2-Mar-2004)
467 * New MenuStyle options PopupIgnore and PopupClose.
469 * New configure option --disable-iconv to disable iconv support.
471 * New extended variables $[w.iconfile] and $[w.miniiconfile].
473 * New Style option Unmanaged. Such windows are not managed by
476 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
478 * New option DisplayNewWindowNames to the BugOpts command.
480 * Security fix for fvwm-menu-directory.
483 -------------------------------------------------------------------
485 Changes in development release 2.5.8 (31-Oct-2003)
487 * New prefix command KeepRc.
489 * Renamed the Cond command to TestRc, and the On command to Test.
490 Removed the CondCase command. Use "KeepRc TestRc" instead.
492 * The Break command can be told the number of nested function
493 levels to break out of. Break now has a return code of -2
496 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
497 in key or mouse bindings.
499 * New extended variable $[func.context].
501 * New Style option MoveByProgramMethod. Tries to autodetect
502 whether application windows are moved honouring the ICCCM or not
503 (default). The method can be overridden manually if the
504 detection does not work.
506 * fvwm supports tear off menus. See the "Tear Off Menus" section
507 in the man page or press Backspace on any menu to try them out.
509 * fvwm now handles what Unicode calls "combining characters" (i.e.
510 marks drawn on top of other characters).
512 * New commands WindowStyle and DestroyWindowStyle for individual
515 * The conditions !Current... and !Layer now work as expected.
517 * Added a nice autohide script to the FAQ.
519 * FvwmAnimate now supports dynamical commands "pause", "play",
520 "push", "pop" and "reset" to manipulate the playing state.
522 -------------------------------------------------------------------
524 Changes in development release 2.5.7 (30-May-2003)
526 * The commands Cond and CondCase now support checking for
527 inequality by prefixing the return code with '!'.
529 * Schedule and Deschedule support hexadecimal and octal command
532 * In FvwmIconMan, windows can move from one manager to another
533 according to the managers' Resolution options.
535 * In order to fix a problem with StartsOnScreen and applications
536 that set a user specified position hint, the StartsOnScreen style
537 no longer works for the following modules: FvwmBanner,
538 FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
539 FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList. Use
540 the '@<screen>' bit in the module geometry specification where
543 * Documented variable $[gt.any_string] and LocalePath command
546 * Added gettext support to FvwmScript. New head instruction
547 UseGettext and WindowLocaleTitle. New widget instruction
548 LocaleTitle. New instruction ChangeLocaleTitle and new function
551 * WindowListFunc is executed now within a window context, so
552 a prefix "WindowId $0" is not needed in its definition anymore,
553 and it is advised to remove it in user configs.
555 * FvwmEvent now executes all window related events within a window
556 context, so PassId is not needed anymore, and all prefixes
557 "WindowId $0" may be removed in user event handlers.
559 * New FvwmTaskBar option NoDefaultStartButton.
561 -------------------------------------------------------------------
563 Changes in development release 2.5.6 (28-Feb-2003)
565 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
567 * Fix for gmplayer launched by fvwm. Close stdin on Exec so the
568 exec'd process knows it's not running interactively.
570 * Improvement in MultiPixmap. In particular Colorset and Solid
571 color can be specified.
573 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
574 StretchedPixmap and ShrunkPixmap.
576 * Use the MIT Shared Memory Extension for XImage.
578 * The TitleStyle decor of a vertical window Title is rotated.
579 This is controllable using a new style option:
581 !UseTitleDecorRotation / UseTitleDecorRotation
583 * New style options IconBackgroundColorset, IconTitleColorset,
584 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
585 and IconBackgroundPadding.
587 * Minor incompatible improvements to the Perl library API.
589 * Renamed FvwmWindowLister to FvwmWindowMenu.
591 * New option to IconSize style: Adjusted, Stretched, Shrunk.
593 * New shortcuts for button states: AllActiveUp, AllActiveDown,
594 AllInactiveUp, AllInactiveDown.
598 Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
600 * New conditions for matching windows:
602 Closable, Iconifiable, Maximizable, FixedSize and HasHandles
604 * New conditional command On for non-window related conditions.
606 * Removed --disable-gnome-hints and --disable-ewmh configure
609 * All single letter variables are deprecated now; new variables:
611 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
612 $[desk.n], $[version.num], $[version.info], $[version.line],
613 $[desk.pagesx], $[desk.pagesy]
615 -------------------------------------------------------------------
617 Changes in development release 2.5.5 (2-Dec-2002)
619 * Added support for joining and shaping in bi-directional
620 languages that need this.
622 * ButtonStyle and TitleStyle new style type Colorset.
624 * New experimental module FvwmProxy.
626 * New command RestackTransients.
628 * Added a pixel offset to vector button definitions.
630 * New command FocusStyle as a shorthand for setting the FP...
631 styles with the Style command.
633 * New option Locale to PrintInfo command.
635 * The Next and Prev commands start looking for a matching window at
636 the context window if there is any.
638 * The MoveToPage command does nothing with sticky windows.
640 * New module FvwmWindowLister, a WindowList substitute.
642 * Sticky windows can be sticky across pages, across desks or both.
644 - New commands StickAcrossPages and StickAcrossDesks.
645 - New Style options StickyAcrossPages and StickyAcrossDesks.
646 - New conditional command options StickyAcrossPages and
648 - New WindowList options NoStickyAcrossPages,
649 NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
650 OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
651 - New FvwmRearrange options -sp and -sd.
653 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
654 FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
655 an alpha channel are used.
657 * New Colorset option RootTransparent
659 * The Transparent Colorset option can be tinted under certain
662 * New MinHeight option to TitleStyle
664 * Added gettext support. New command LocalePath and new variable
667 -------------------------------------------------------------------
669 Changes in alpha release 2.5.4 (20-Oct-2002)
671 * FvwmTaskBar may now include mini launch buttons using the Button
672 command. Also has new options for spacing the buttons:
673 WindowButtonsLeftMargin, WindowButtonsRightMargin, and
674 StartButtonRightMargin. See man page for details.
676 * Style switches can be prefixed with '!' to inverse their meaning.
677 For example, "Style * Sticky" is the same as "Style * !Slippery".
678 This works *only* for pairs of styles that take no arguments and
679 for the Button and NoButton styles.
681 * New button property Id in FvwmButtons. FvwmButtons now accepts
682 dynamical actions using SendToModule, see the man page:
684 ChangeButton <button-id> <properties-to-change>
685 ExpandButtonVars <button-id> <command-to-expand>
687 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
688 IconTint and IconAlpha.
690 * Alpha blending rendering is supported even without XRender
693 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
694 Titles and buttons now have 4 main states instead of 3: ActiveUp,
695 ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
696 Several shortcuts added: Active means ActiveUp + ActiveDown,
697 Inactive means InactiveUp + InactiveDown, similarly for shortcuts
698 ToggledActive and ToggledInactive.
700 * More shortcuts for button states added: AllNormal, AllToggled,
701 AllActive, AllInactive, AllUp, AllDown. These six shortcuts are
702 actually different masks for 4 individual states (from 8 total).
704 * FPClickToFocus and FPClickToRaise work with any modifier by
707 * Perl library API regarding event handlers is changed, so personal
708 modules in Perl should be adjusted.
710 * Allow the use of mouse buttons other than the first in
711 FvwmWinList when invoked transient.
713 * ImagePath now supports directories in form "/some/directory;.png"
714 (where semicolon delimits a file extension that files in
715 /some/directory have. This file extension replaces the original
716 image extension (if any) or it is added if there is no extension.
717 For example with: Style XTerm MiniIcon mini/xterm.xpm
718 the file /some/directory/mini/xterm.png is searched.
720 * New graphical debugger module FvwmGtkDebug.
722 * New command NoWindow for removing the window context.
724 * New FvwmIconMan option ShowTransient.
726 * All conditions have a negation.
728 * New FvwmBacker option RetainPixmap.
730 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
731 and FvwmPager when xft fonts or icons with an alpha channel is
734 * FvwmButtons redrawing improvement: colorsets are now usable with
737 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
738 and SelectColorset are now strictly respected.
740 * The HilightBack and ActiveFore menu styles are independent of
741 each other. HilightBack without using ActiveFore does no longer
742 hilight the item text.
744 * New WindowList option SortByResource; the previously added
745 SortClassName option is renamed to SortByClass.
747 * New command PrintInfo for debugging.
749 -------------------------------------------------------------------
751 Changes in alpha release 2.5.3 (25-Aug-2002)
753 * TitleStyle MultiPixmap now works once again.
755 * Removed the old module interface for ConfigureWindow
756 packets. External modules relying on this interface no longer
759 * Fixed interaction bug between CascadePlacement and StartsOnPage:
760 if the target page was at a negative x or y page displacement
761 from the current viewport, the window would be placed on the
764 * New Style option IconSize for restricting icon sizes.
766 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
767 ShowScreen, ShowPage, ShowPageX and ShowPageY.
769 * Restored old way of handling clicks in windows with ClickToFocus
770 and ClickToFocusPassesClickOff. This fixes a problem with
771 click+drag in an unfocused rxvt or aterm window.
773 * Fixed wrong warp coordinates when WarpToWindow was used with two
774 arguments on an unmanaged window.
776 * Vastly improved FvwmEvent performance.
778 * FvwmAuto can operate on Enter and Leave events too. This makes
779 it possible to have auto raising with ClickToFocus and
780 NeverFocus. See -menter and -menterleave options and examples in
781 the FvwmAuto man page.
783 * The "hangon" strings in FvwmButtons support wild cards.
785 * New option "Icon" to PlaceAgain command.
787 * New option "FromPointer" and direction "Center" to the Direction
790 * The styles ClickToFocusRaises(Off) and
791 MouseFocusClickRaises(Off) are now different names for the same
792 style. Configurations that used
794 Style * ClickToFocus, ClickToFocusRaises
795 Style * MouseFocusClickRaisesOff
797 or vice versa no longer work as like before. Remove the second
798 line to fix the problem. ClickToFocusRaises now works only on
799 the client part of a window, not on the decorations as it did
802 * New color limit method for screens that only display 256 colors
805 * In depth less or equal to 16 image and gradient can be
806 dithered. This can be enabled/disabled by using the new
807 dither/nodither options to the Colorset command.
809 * Removed the styles MouseFocusClickIgnoreMotion and
810 MouseFocusClickIgnoreMotionOff again.
812 * Many new focus policy styles "FP..." and "!FP...".
814 -------------------------------------------------------------------
816 Changes in alpha release 2.5.2 (24-Jun-2002)
818 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
819 section of fvwm manual page.
821 * New Colorset options: fgsh for shadow text and fg_alpha for
822 merging text with the background.
824 * New module FvwmPerl adds perl scripting ability to fvwm
827 * Provided powerful perl library for creating fvwm modules in
830 * New WindowList option IconifiedtAtEnd.
832 * Always display the current desk number in the FvwmPager window
835 * Allow to bind a function to the focus click and pass it to the
836 application at the same time.
838 * New styles !Borders and Borders to enable or disable window
841 * Removed the --enable-multibyte configure option. Multibyte
842 support is now compiled in unconditionally.
844 * New FvwmButtons option ActionOnPress enables execution of action
845 on press rather than on release for any specific button.
847 * Improved CascadePlacement, the last used position is reused if
848 the last placed window does not exist any more.
850 * FvwmIconMan may now change the resolution dynamically, just
851 issue "*FvwmIconMan: resolution page" while FvwmIconMan is
854 * New command XineramaSlsScreens.
856 * MoveToPage and MoveToDesk no longer unstick windows.
858 * It is possible to specify a string encoding in a font name, see
859 the "FONT AND STRING ENCODINGS" section of fvwm manual page.
861 -------------------------------------------------------------------
863 Changes in alpha release 2.5.1 (26-Apr-2002)
865 * Changed the executable and the man page names from fvwm2 to
866 fvwm. The old names are still supported by symlinking.
868 * All fvwm utilities are renamed to conform to the "fvwm-"
869 scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
872 * Added a full support for the side window titles. New Style
873 options TitleAtLeft and TitleAtRight added to TitleAtTop and
876 * A title text may now be optionally rotated for both vertical and
877 horizontal title directions, search for "Rotated" in the man
880 * Added support for loading images in PNG (including alpha
881 blending) and XBM formats anywhere.
883 * New commands Schedule and Deschedule.
885 * New command State. New conditions State and !State.
887 * New commands XSync and XSynchronize for debugging purposes.
889 * In interactive move/placement when Alt/Meta modifier is pressed,
890 snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
893 * New flags (No)FvwmModule to FvwmButtons Swallow option
895 * The I18N_MB patch (--enable-multibyte) has been
896 rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
897 set of locale functions (locale initialization, font loading,
898 text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
899 in the entire fvwm code (but FvwmWharf). Font loading and
900 memory management is improved in the multibyte case.
902 * Better support of non ISO-8859-1 window and icon titles. See the
903 --disable-compound-text option in INSTALL.fvwm for more
906 * Added anti-aliased text rendering support using Xft (use
907 --enable-xft to enable it). Recent versions of XFree and
908 freetype2 are needed (see the FONT NAMES AND FONT LOADING
909 section of the fvwm manual page).
911 * Conditional commands now have a return code (Match, NoMatch or
912 Error). This return code can be checked and tied to an action
913 with the new commands Cond and CondCase.
915 * Bindings can be made to the separate parts of the window border
916 with the new contexts '[', ']', '-', '_', '<', '^', '>' and
919 * New parameters for FvwmRearange: -maximize and -animate.
921 * New option StartCommand for FvwmTaskBar to allow placing the
924 *FvwmTaskBar: StartCommand Popup RootMenu \
925 rectangle $widthx$height+$left+$top 0 -100m
927 Please refer to the FvwmTaskBar man page for details.
929 * New extended variables pointer.x, pointer.y, pointer.wx,
930 pointer.wy, pointer.cx and pointer.cy.
932 * The Current command does not select a random window when no
933 window has the focus.
935 * New color '@4' (transparent) in button vectors.
937 * New option "Frame" for the Resize and ResizeMove commands.
939 * Added direction options to WindowShade command. Windows can be
940 shaded in any of the eight compass directions.
942 * Styles WindowShadeLazy (default), WindowShadeBusy and
943 WindowShadeAlwaysLazy to optimize performance of the WindowShade
946 * The DO_START_ICONIC flag is no longer supported in the module
949 * Added bi-directional text support for Asian charsets.
951 * New option MinimalLayer for FvwmIdent to control window layer.
953 * New FvwmIconMan configuration syntax now conforms to the syntax
954 of other modules, see the man page.
956 * FvwmForm can automatically run commands after a timeout
959 * Fvwm commands can be invoked when the edge of the screen is hit
962 * New commands Colorset, ReadWriteColors and CleanupColorsets
963 allow the colorset functionality previously available using
966 * FvwmTheme is obsolete now, but still supported for some time.
968 * New options Tint, TintMask and NoTint to colorsets.
970 * New WindowList option CurrentAtEnd.
972 * New weighted sorting in FvwmIconMan.
974 * New conditional command ThisWindow.
976 -------------------------------------------------------------------
978 Changes in alpha release 2.5.0 (27-Jan-2002)
980 * New commands ResizeMaximize and ResizeMoveMaximize that modify
981 the maximized geometry of windows and maximize them as
982 necessary. Very useful to make a window larger manually and
983 then get back the old geometry with a click.
985 * New command ResizeMoveMaximize similarly.
987 * New styles FixedPPosition, FixedUSPosition, FixedSize,
988 FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
989 VariableSize, VariableUSSize, and VariablePSize.
991 * Actions can be bound to windows swallowed in FvwmButtons. To
992 disable this feature for a specific button, the new option
993 ActionIgnoresClientWindow can be used.
995 * Fvwm respect the extended window manager hints
996 specification. This allows fvwm to work with KDE version >= 2
997 and GNOME version 2. This support is configurable using a bunch
998 of new commands and style options, search for "EWMH" in the man
1001 * New DateFormat option in FvwmTaskBar to change the date format
1002 in the clock's popup tip.
1004 * Window titlebars may now be designed using a new powerful
1005 TitleStyle option MultiPixmap, that enables to specify separate
1006 pixmaps for different parts of the titlebar: Main, LeftEnd,
1007 LeftOfText, UnderText, RightOfText, RightEnd and more.
1009 * New styles MinOverlapPlacementPenalties and
1010 MinOverlapPercentPlacementPenalties.
1012 * New styles IndexedWindowName / ExactWindowName and
1013 IndexedIconName / ExactIconName.
1015 * New command "DesktopName desk name" to define the name of a
1016 desktop for the FvwmPager, the WindowList and EWMH compliant
1017 pagers. New expanding variables $[desk.name<n>] for the desktop
1020 * New window list options NoDeskNum, NoCurrentDeskTitle,
1021 TitleForAllDesks, NoNumInDeskTitle.
1023 * New emacs style bindings in menus.
1025 * New Maximize global flag "layer" which causes the various grow
1026 methods to ignore the windows with a layer less than or equal to
1027 the layer on the window which is maximized.
1029 * Better support of the Transparent colorset in the modules and in
1032 * Amelioration of the WindowShade animation.
1034 * New ButtonStyle and TitleStyle option MwmDecorLayer.
1036 * New style BackingStoreWindowDefault which is the default
1037 now. Fvwm no longer disables backing store on windows by
1040 * New styles MouseFocusClickIgnoreMotion and
1041 MouseFocusClickIgnoreMotionOff.
1043 * The module interface now supports up to 62 message types.
1045 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
1047 * New events "enter_window" and "leave_window" in FvwmEvent.
1049 * New MenuStyle PopupActiveArea.
1051 * New command line option -passid to FvwmAuto.
1053 * New conditional commands Any and PointerWindow.
1055 * New conditions Focused, !Focused, HasPointer and !HasPointer.
1057 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
1059 -------------------------------------------------------------------
1061 Changes in stable release 2.4.20 (6-Dec-2006)
1063 * The configure script now correctly appends executable file
1064 extensions to conditionally built binaries. Fixes building on
1067 * FvwmConsole no longer conflicts with getline of Cygwin's stdio.
1069 * Fixed parsing of For loops in FvwmScript.
1071 * Fixed a possible endless loop when de-iconifying a transient
1074 * Reject some invalid GNOME hints.
1076 * Fixed a loop when xterm changes its "active icon" size.
1078 * The configure script can now cope with four-part version numbers
1079 when detecting some libraries.
1083 fvwm-menu-directory. (CVE-2006-5969)
1086 -------------------------------------------------------------------
1088 Changes in stable release 2.4.19 (30-Sep-2004)
1090 * Fixed BackingStore style option.
1092 * Fixed MoveToDesk commend with a single argument.
1094 * Allow whitespace in menu names.
1096 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
1098 * A double click no longer occurs when two different mouse
1099 buttons are pressed.
1101 * Fixed a relief drawing problem in FvwmWinList.
1103 * Fixed travelling windows on restart if a window used non NorthWest
1104 gravity and changed that before the restart.
1106 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
1108 * The clock in FvwmTaskBar is redrawn immediately when its colour
1111 * The option CurrentGlobalPageAnyDesk was accidentally named
1112 CurrentGlobbalPageAnyDesk before.
1114 * Fixed a problem with fvwm startup and shutdown when the pointer
1115 was grabbed by another application.
1117 * Fixed parsing of the Pointer option to the Move command.
1119 * Fixed handling of MWM hints on 64 bit machines.
1121 -------------------------------------------------------------------
1123 Changes in stable release 2.4.18 (19-Mar-2004)
1125 * Corrected rebooting the machine in FvwmScript-Quit.
1127 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
1129 * Security patch in fvwmbug.sh.
1130 See http://securitytracker.com/alerts/2004/Jan/1008781.html
1133 fvwm-menu-directory (BugTraq id 9161)
1134 fvwm_make_directory_menu.sh
1135 fvwm_make_browse_menu.sh
1137 -------------------------------------------------------------------
1139 Changes in stable release 2.4.17 (10-Oct-2003)
1141 * Fixed error message for incorrect --with-SOME-library argument.
1143 * It is now possible to suppress title action or title completely
1144 in menus created by fvwm-menu-directory.
1146 * Fixed a compile problem on QNX 4.25.
1148 * New configure switch --disable-gtk.
1150 * FvwmGtk.1 is not installed if FvwmGtk is not built.
1152 * The "Visible" condition does no longer select windows on
1155 * With the styles StartsOnPage, SkipMapping and UsePPosition,
1156 windows that request a specific position are still placed on the
1159 * Fixed sending M_NEW_PAGE packets to the modules if the page did
1162 * Added support for new BBC headlines in fvwm-menu-headlines, this
1163 replaces the old BBC-Worlds and BBC-SciTech headlines.
1165 -------------------------------------------------------------------
1167 Changes in stable release 2.4.16 (30-May-2003)
1169 * Fixed a transparency problem in FvwmButtons.
1171 * The PageOnly option in FvwmTaskBar now works after a desk change
1174 * Fixed a possible core dump when more than 256 windows are on
1177 * Initial drawing and final undrawing of wire frame no longer
1178 toggles the pixel in the top left corner of the screen.
1180 * Fixed parsing of button geometries in FvwmButtons when the
1181 geometry specification appeared after another option with a comma
1184 * FvwmCommand works too when invoked without the DISPLAY variable
1187 * Fixed displaying iconified windows without an icon in
1190 * All single letter variables are deprecated now; new variables:
1192 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
1193 $[desk.n], $[version.num], $[version.info], $[version.line],
1194 $[desk.pagesx], $[desk.pagesy]
1196 * Fixed a bug with aspect pixmaps in colorsets.
1198 * Iconified windows without an icon do not receive focus.
1200 * Fixed a bug in FvwmPager that displayed iconified windows without
1201 icon title or picture as not iconified.
1203 * Fixed parsing of '@<screen>' Xinerama specification in the
1204 ButtonGeometry option of FvwmButtons.
1206 * The NoWarp menu position hint option works with root menus too.
1208 * Fixed a problem with styles not being properly applied after a
1209 DestroyStyle command.
1211 * Fixed a bug introduced in 2.4.14. The pointer was sometimes
1212 warped to another screen during a restart and command execution.
1214 * Fixed a crash when a window was destroyed twice in a complex
1217 * Fixed corruption of the window list when windows died at the
1220 * Fixed problem with empty frame windows if X recycled the window
1221 id of a window that died recently.
1223 * Fixed loading of application supplied pixmap on 8/24 depth screen.
1225 * WindowListFunc is executed now within a window context, so
1226 a prefix "WindowId $0" is not needed in its definition anymore
1227 and it is advised to remove it in user configs.
1229 * FvwmEvent now executes all window related events within a window
1230 context, so PassId is not needed anymore, and all prefixes
1231 "WindowId $0" may be removed in user event handlers.
1233 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
1235 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
1238 -------------------------------------------------------------------
1240 Changes in stable release 2.4.15 (24-Jan-2003)
1242 * Fix for gmplayer launched by fvwm. Close stdin on Exec so the
1243 exec'd process knows its not running interactively.
1245 * Windows using the WindowListSkip style do not appear in the
1246 FvwmTaskBar at random.
1248 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
1249 ChangeBackColor FvwmScript Instruction.
1251 * Fixed a core dump in the parsing of FvwmAuto arguments.
1253 * Fixed screwed calculation of icon picture size when application
1254 specifies it explicitly.
1256 * The option ShowOnlyIcons now works as described in the
1257 FvwmIconMan man page. It was accidentally named ShowOnlyIconic
1260 -------------------------------------------------------------------
1262 Changes in stable release 2.4.14 (29-Nov-2002)
1264 * Modules do not crash anymore when more than 126 windows are on
1267 * FvwmIconMan displays windows correctly that were iconified and
1268 then moved to another page.
1270 * Application provided icon windows no longer appear at 0 0 when
1273 * The built-in session management can handle window names, classes
1274 etc. beginning with whitespace (textedit).
1276 * Removed the flawed "A"ny context key binding patch from 2.4.13.
1278 * The default EdgeScroll (if not specified) was incorrectly
1279 assumed to be 100 pixels instead of 100 percents.
1281 * Icons no longer appear on top of all other windows after a
1284 -------------------------------------------------------------------
1286 Changes in stable release 2.4.13 (1-Nov-2002)
1288 * Icon titles for windows with an icon position hint no longer
1289 appear at random places.
1291 * Fvwm no longer displays two icon pictures when switching from
1292 NoIconOverride to IconOverride with windows that provide their
1295 * The Current, All, Pick, ThisWindow and PointerWindow commands
1296 work on shaded windows too.
1298 * Fixed a problem stacking iconified transients.
1300 * No more flickering when raising transients.
1302 * Fixed a number of problems with window stacking, some new in
1303 2.4.10 or later, some older problems that have been around for a
1306 * Windows starting lowered or on any layer other than the default
1307 layer are displayed at the right place in FvwmPager.
1309 * Bindings with the "A"ny context can not be overridden by Gnome
1310 panel or OpenOffice.
1312 -------------------------------------------------------------------
1314 Changes in stable release 2.4.12 (10-Oct-2002)
1316 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
1317 appeared in 2.4.10, replacing the same problem with ?Gradient
1320 * Fixed accidental menu animation with certain menu position hints.
1322 * Increased maximum allowed key symbol name length to 200
1325 * Allow quotes in conditional command conditions.
1327 * Fixed starting Move at random position when pointer is on a
1330 * Transient windows do not appear in FvwmWinList after they have
1331 been moved on the desktop.
1333 -------------------------------------------------------------------
1335 Changes in stable release 2.4.11 (20-Sep-2002)
1337 * Allow the use of mouse buttons other than the first in
1338 FvwmWinList when invoked transient.
1340 * Fixed a crash with ssh-askpass introduced in 2.4.10.
1342 -------------------------------------------------------------------
1344 Changes in stable release 2.4.10 (15-Sep-2002)
1346 * The commands Maximize, Resize and ResizeMove can be used on icons
1349 * Fixed hilighting of menu items with HGradient and VGradient
1350 MenuFace. Reduced flickering with these options.
1352 * Fixed a minor problem with entering submenus via keyboard.
1354 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
1357 * Fixed drawing of pager balloons with BalloonBack option.
1359 * Fixed drawing of SidePic menu background with B/D gradients.
1361 * Fixed drawing of menu item reliefs with gradient menu faces.
1363 * Fixed key bindings on window corners.
1365 * Fixed FvwmTaskBar i18n font loading
1367 * Fixed StackTransientParent style without RaiseTransient or
1368 LowerTransient on the parent window.
1370 * StackTransientParent works only on parent window if it is on the
1373 * Fixed handling of window group hint with the (De)Iconify
1376 * No more flickering when a transient overlapping its parent window
1379 * Fixed hilighting of unfocused windows.
1381 -------------------------------------------------------------------
1383 Changes in stable release 2.4.9 (11-Aug-2002)
1385 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1386 if the target page was at a negative x or y page displacement
1387 from the current viewport, the window would be placed on the
1390 * Fixed a problem with colormap transition when a transient window
1393 * Fixed a FvwmScript crash with Swallow widget and very long window
1396 * Restored old way of handling clicks in windows with ClickToFocus
1397 and ClickToFocusPassesClickOff. This fixes a problem with
1398 click+drag in an unfocused rxvt or aterm window.
1400 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1401 UseOld option was used.
1403 * Fixed wrong warp coordinates when WarpToWindow was used with two
1404 arguments on an unmanaged window.
1406 * Added a workaround for popup menus in TK applications that appear
1407 on some random position.
1409 * Fixed problems with wish scripts creating windows that start
1412 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1414 * A number of drawing fixes in FvwmPager.
1416 * Fixed a slight bug when waiting until all buttons are released,
1417 for example after executing a complex function.
1419 * Fixed potentially harmful change in module interface.
1421 * Fixed displaying menu items with icons when using the MenuStyle
1424 * Fixed problems with the pointer moving off screen in a multi
1427 * Fixed a potential crash with windows being destroyed during a
1428 recapture operation.
1430 * Fixed a memory leak in some modules when not using glibc.
1432 * Applications using Mwm hints can now enforce that a window can
1435 * Fixed negative arguments of WarpToWindow when used on an
1438 * DESTDIR may be fully used again (only useful for distributors).
1440 * Fixed a key binding problem with key symbols that are generated
1443 * Fixed a possible crash when a window was recaptured and the
1444 focus could not be transfered to another window.
1446 * Fixed a minor problem with clicks on focused windows being
1449 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1451 * Fixed a performance problem with large numbers of mouse binding
1454 -------------------------------------------------------------------
1456 Changes in stable release 2.4.8 (11-Jun-2002)
1458 * A fix for switching between czech and us keyboard layout.
1460 * Remember the icon position when an icon is moved
1463 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1464 the man page when installing, see INSTALL.fvwm.
1466 * Fixed another problem with the DeskOnly option and sticky icons
1469 * New FvwmIconMan configuration syntax now conforms to the syntax
1470 of other modules, see the man page.
1472 * New WindowList option CurrentAtEnd.
1474 * Fixed maximal length of a named module packet
1476 * Fixed a crash on a config with a new 2.5.x Colorset command.
1478 * Always display the current desk number in the FvwmPager window
1481 * Allow to bind a function to the focus click and pass it to the
1482 application at the same time.
1484 * Fixed a problem with fvwm not accepting keyboard input when the
1485 application with the focus vanished at the start of a session.
1487 * A small security patch regarding TMPDIR.
1489 * Fixed a problem with colormap transition when a transient window
1492 * Fixed calculation of average bg colour in colour sets with large
1495 * Fixed some minor problems regarding the multibyte patch.
1497 * Fixed selection in FvwmScript List widget.
1499 * fvwm-menu-headlines: updated the site data, added a configurable
1500 timeout on socket reading (20 sec) to avoid fvwm hanging, new
1501 --icon-error option.
1503 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1504 windows that are below others.
1506 * Fixed the ClickToFocusPassesClick style.
1508 * Fixed CascadePlacement for huge windows, so that the top-left
1509 corner is always visible.
1511 * Fixed parsing of SendToModule with the first parameter quoted.
1513 * Fonts in double quotes now should work in module configurations.
1515 * Fixed copying PopupOffset values in CopyMenuStyle.
1517 -------------------------------------------------------------------
1519 Changes in stable release 2.4.7 (11-Apr-2002)
1521 * Fixed parsing of WindowList with conditions and a position at
1522 the same time that was broken in 2.4.6.
1524 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1525 (windows were duplicated when moving to a different Desk; the
1526 StickyIcon style was ignored).
1528 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1530 * Fixed icon titles being raised when they should not be.
1532 * Fixed initial drawing of the internals of the FvwmPager window.
1534 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1535 audio player is used.
1537 * Fixed execution on QNX.
1539 -------------------------------------------------------------------
1541 Changes in stable release 2.4.6 (10-Mar-2002)
1543 * Better support of non ISO-8859-1 window and icon titles. See the
1544 --disable-compound-text option in INSTALL.fvwm for more details.
1546 * Improved speed of opaque window movement/resizing.
1548 * Fixed a bug that caused windows not being raised and lowered
1551 * Suppress error message when using XBM icons.
1553 * Fixed a read descriptor problem in FvwmTaskBar
1555 * Fixed a minor colour update bug in the pager.
1557 * Fixed an fvwm crash when a module died at the wrong moment;
1558 specifically a transient FvwmPager or FvwmIconMan.
1560 * Fixed placement of WindowList on wrong Xinerama screen when
1561 called without any options on a screen other than the primary
1564 * Fixed a problem with root bindings and xfishtank.
1566 * Fixed moving windows with the keyboard over the edge of the
1567 screen when the pointer remained of the previous page.
1569 * Do not hilight windows after ResizeMove.
1571 * New conditional command ThisWindow.
1573 * Some fixes in the configure script that caused some rare
1574 problems detecting gnome and ncurses.
1576 * Fixed a memory leak in the Pick command.
1578 * Allow to choose windows with CirculateSkip with the Pick command.
1580 * Fixed an FvwmScript compile problem on dec-osf5.
1582 * The window handles are now resizes as they should when the
1583 HandleWidth style changes.
1585 * The Current command does not select a random window when no
1586 window has the focus.
1588 * Fixed a rare menu placement problem with Xinerama.
1590 -------------------------------------------------------------------
1592 Changes in stable release 2.4.5 (27-Jan-2002)
1594 * Fixed minor problems in popping sub menus up and down.
1596 * Fixed moving windows between pages with the keyboard.
1598 * Fixed the size of the geometry window that was broken sometimes.
1600 * Fixed problem with pointer warping to another screen on a dual
1603 * Fixed a problem with the focus in internal Ddd and Netscape
1606 * Reduced the time in which fvwm attempts to grab the pointer.
1608 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1611 * Fixed MiniScroll's auto repeating in FvwmScript.
1613 * Fixed a crash with the UseStyle style in combination with
1616 * Fixed excessive redraws of the windows under a window being
1619 * Fixed a minor memory leak in the Style command.
1621 * Fixed pixmap background of FvwmButtons behind buttons with only
1624 * Fixed a crash in FvwmIconBox when the application provided an
1627 * Fixed a configure problem with libstroke-0.5.1.
1629 * New style BackingStoreWindowDefault which is the default
1630 now. Fvwm no longer disables backing store on windows by
1633 * Fixed bug that sometimes caused unnecessary redraws when a style
1636 * Fixed crash when something like "$[$v]" appeared in a command.
1638 * Fixed parsing of conditions with more than one comma.
1640 -------------------------------------------------------------------
1642 Changes in stable release 2.4.4 (16-Dec-2001)
1644 * Minor title drawing fixes.
1646 * Fixed manual placement with Xinerama.
1648 * Minor button 3 handling fix in FvwmPager.
1650 * Fixed *FvwmIconMan*shaped option with empty managers.
1652 * Fixed ClickToFocusClickRaises style.
1654 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1655 activate on press or release, special pointer during grab, arrow
1656 keys useful in form with one input field.
1658 * New OpaqueMoveSize argument "unlimited".
1660 * Fixed binding keys with and without "Shift" modifier under some
1663 * Fixed binding actions to the client window with ClickToFocus.
1665 * Mouse bindings are activated without a recapture.
1667 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1668 Center, and Right for text position. Amelioration of the Menu
1669 and PopupMenu Widgets. New functions GetPid, Parse,
1670 SendMsgAndGet and LastString. New instruction Key for key
1671 bindings. New command SendToModule ScriptName SendString.
1673 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1674 disables warning messages.
1676 * Restored the default Alt-Tab behaviour from 2.4.0.
1678 -------------------------------------------------------------------
1680 Changes in stable release 2.4.3 (08-Oct-2001)
1682 * Fixed activation of shape extension.
1684 * Fixed problems with overriding key bindings.
1686 * Single letter key names are allowed in upper and lower case in
1687 key bindings as before 2.4.0.
1689 * Fixed WindowList placement with Xinerama.
1691 * Fixed flickering icon titles.
1693 * New X resource fvwmscreen to select the Xinerama screen on which
1694 to place new windows.
1696 * Coordinates of a window during motion are show relative to the
1699 * Some icon placement improvements with Xinerama.
1701 -------------------------------------------------------------------
1703 Changes in stable release 2.4.2 (16-Sep-2001)
1705 * Desk and page can be given as X resources in .Xdefaults, for
1710 * Several Shape compilation problems fixed.
1712 -------------------------------------------------------------------
1714 Changes in stable release 2.4.1 (15-Sep-2001)
1716 * Added Xinerama and SingleLogicalScreen support.
1718 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1719 XineramaSlsSize and MoveToScreen.
1721 * New context rectangle option XineramaRoot for the menu commands.
1723 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1724 AcceptsFocus for conditional commands.
1726 * The DestroyStyle command takes effect immediately.
1728 * New style option StartsOnScreen.
1730 * New style options NoUSPosition, UseUSPosition,
1731 NoTransientPPosition, UseTransientPPosition,
1732 NoTransientUSPosition, and UseTransientUSPosition. These work
1733 similar to the old styles NoPPosition and UsePPosition.
1735 * New option "screen" for Maximize command.
1737 * New option ReverseOrder for WindowList command.
1739 * The default Alt-Tab binding works more intuitive.
1741 * New condition "PlacedByFvwm"
1743 * New Geometry option for FvwmForm.
1745 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1747 * FvwmIconMan can be closed with Delete or Close too.
1749 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1751 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1753 * Enhancements in fvwm-menu-headlines and support for 10 more
1756 * Color enhancements in button vectors: @2 is bg color, @3 is fg
1759 * Improved detection of the Shape library.
1761 * Fixed FvwmButtons button titles not being erased for swallowed
1762 windows that showed up on certain setups.
1764 * Fixed bug that caused transient windows to be buried below their
1765 parents with the "BugOpts RaiseOverUnmanaged on". This occured
1766 with the system.fvwm2rc-sample-95 configuration.
1768 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
1769 set the transient_for hint when started with the "transient"
1772 * Fixed FvwmIconMan with the transient option when mapped off
1775 * Fixed ClickToFocus focus policy when iconifying the focused
1778 * Fixed some focus problems in conjunction with unclutter vs
1779 xv/xmms and Open Look applications.
1781 * Fixed a problem that could cause windows to be lost off screen
1782 with interactive window motion.
1784 * Fixed some FvwmTaskBar autohide problem.
1786 * Fixed a display string problem in FvwmForm.
1788 * Fixed a problem with FvwmTheme shadow colours.
1790 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
1791 conditional commands.
1793 * Fixed a formatting problem of the man page on AIX, Solaris, and
1794 some other UNIX variants.
1796 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
1798 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
1800 * Fixed parameters of fvwm24_convert.
1802 * Fixed a number of building problems related to old vendor unices,
1803 libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
1805 * Fixed drawing of title bar buttons with MWMDecorStick.
1807 * Fixed missing button or key events over the pan frames.
1809 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
1812 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
1813 options. Fixed FvwmPager crash with certain font strings.
1815 * Fixed drawing of the grid lines in an iconified FvwmPager window.
1817 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
1819 * Fixed some exotic problems with window gravity and resizing
1822 * Fixed a problem with maximizing windows with the viewport not
1823 starting on a page boundary.
1825 * Fixed handling of parentheses in FvwmButtons button actions.
1827 * Work around a key binding problem with keys that generate the
1828 same symbol with more than one key code (e.g. Shift-F1 = F11).
1830 * The Desk option of FvwmBacker is compatible to earlier
1831 version. Desk or Page coordinates can be omitted to indicate
1832 that desk or page changes trigger no action at all.
1834 * Fixed double updating of background with FvwmBacker sometimes
1835 leading to the wrong background.
1837 * Fixed several escaping errors in fvwm-menu-directory, so files
1838 and directories containing special chars and spaces should
1841 * Fixed PlacedByButton3 condition.
1843 * Fixed vanishing windows when mapping/unmapping too fast.
1845 * Fixed prev option of the GotoDeskAndPage command.
1847 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
1848 dimensions larger than 2147.
1850 * Fixed compatibility of the FvwmM4 modules on platforms that have
1851 a System V implementation of m4 (Solaris 2.6).
1853 * The SetEnv command without a value for a variable is the same as
1856 * Fixed shading/unshading shaped windows and windows without title
1859 -------------------------------------------------------------------
1861 Changes in stable release 2.4.0 (03-Jul-2001)
1863 * Finally released. :)
1864 -------------------------------------------------------------------
1866 For older NEWS, read the ONEWS file.