1 Note, the changes for the last STABLE release start with release
4 -------------------------------------------------------------------
5 Changes in beta release 2.5.29 (not released yet)
9 - Added new fvwm-convert-2.6 script to convert older fvwm 2.4.x config
11 - New option "BugOpts QtDragnDropWorkaround" to work around an oddity in
12 handling drag-n-drop events to Qt applications.
15 - Fixed the InitialMapCommand style from running when FVWM
17 - Fix rendering of FvwmForm windows when initially mapped.
18 - Fix placement of windows when using MinoverlapPlacement and friends.
19 - Fix segfault when tearing off menus using a Pixmap background.
20 - Fix "window jump" bug when moving a window across page boundaries.
21 - Flush property events for same type in applications which repeatedly
22 set the same XAtom. (Gnucash, Openoffice, etc.)
23 - Fix opening of files using Read/PipeRead to accept paths in the form
24 "./" to indicate CWD. Fixes "fvwm -f ./some-fvwm2rc".
25 - Fix further crash when copying menustyles with MenuFace involving
28 Changes in beta release 2.5.28 (20-Sep-2009)
32 - New differentiated options for SnapAttraction when snapping
34 "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
35 - New option to the BugOpts command: TransliterateUtf8.
39 - Fixed non-visible Qt windows after a Qt deferred map (e.g.
40 Skype profile windows).
41 - Fixed the use of the X-resource "fvwmstyle".
42 - Fixed segmentation fault in FvwmEvent when parsing an
43 undefined event name, or an undefined environment variable
44 to the RPlayHost option.
45 - Fixed the events startup, shutdown and unknown in FvwmEvent.
46 - Fvwm now retains utf8 window names when the WM_NAME changes,
47 and the utf8 name converted to the default charset match
49 - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
50 - Fixed SnapAttraction: Option SameType/Icons/Windows did
51 falsely not affect conditions of option "Screen" and option
52 "SameType" snapped falsely icons and windows together.
53 - Fixed a problem where modules would get incorrect stacking
54 information if many windows were restacked at the same time.
55 - Fixed BugOpts parsing of more than one option at a time and
56 restoring of default value for the last option
57 in the command line when omitted.
58 - 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
60 -------------------------------------------------------------------
62 Changes in beta release 2.5.27 (23-Feb-2009)
66 - New extended variable
69 - Style matching now honours the window's visible name which
70 means it can be matched before the real name, hence:
72 Style $[w.visiblename] Colorset 5
74 is now honoured. Useful with IndexedWindowName as a style
77 - New style InitialMapCommand allows to execute any command
78 when a window is mapped first.
80 - New option to PrintInfo, "bindings" which prints out all of
81 the Key, PointerKey, Mouse and Stroke bindings which fvwm
86 - Fixed compilation without XRender support.
87 - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
88 - Fixed a bug in automatic detection mode of the style
90 - Fixed png detection when cross compiling.
91 - Fixed keeping fullscreen window mode over a restart.
92 - The style PositionPlacement now honours StartsOnPage.
93 - Reset signal handlers for executed modules and programs.
94 - Try to handle a bug an old version of the EWMH spec by
95 honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
96 the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
97 - Fix the GNOME location prefix to application .desktop files.
98 - 'PositionPlacement UnderMouse' now forces the window
99 on-screen, just like the old UnderMousePlacement style option
102 -------------------------------------------------------------------
104 Changes in beta release 2.5.26 (7-May-2008)
108 - New MenuStyle option VerticalMargins.
110 * New module features:
112 - FvwmButtons: New button alignment option: top.
116 - Fixed crash in ARGB visual detection code.
117 - Fixed compilation without XRender support.
118 - Fixed drawing of background pictures in menu items and titles.
119 - Fixed handling of shaped windows.
120 - Fixed a 64-bit bug in the EWMH code.
122 -------------------------------------------------------------------
124 Changes in beta release 2.5.25 (26-Feb-2008)
128 - Handle the STATE_ADD command of the EWMH _NET_WM_STATE
129 message from version 1.3 of the EWMH spec.
130 - Support transparency in ARGB windows
134 - Fixed problem with windows disappearing when created
135 unless the style Unmanaged was used.
136 - Edge move delay was used as resistance for the top edge.
137 - Fixed a parsing problem of the screen argument of the
138 SnapAttraction style.
139 - Some html documentation files were not installed.
140 - Fixed a memory leak in internationalized font handling.
141 - Fixed a bug in MinOverlap placement.
142 - Fixed the StickyAcrossPages style in the FvwmPager.
143 - Fixed the determination of the X charset on UTF-8 systems.
144 - Fixed a crash when certain EWMH messages were sent to
146 - Fixed a memory leak in multibyte codepage code.
147 - Ignore the EWMH staysontop and staysonbottom hints if the
148 EWMHIgnoreStackingOrderHints style is used.
149 - Fixed a sporadic crash when the root background set by gnome,
150 fvwm-root, esetroot etc. changes and a root transparent
152 - Fixed spradic crash in modules with root transparent
153 background from colour sets.
154 - Fixed a possible crash if the last active module fails.
156 -------------------------------------------------------------------
158 Changes in beta release 2.5.24 (24-Nov-2007)
162 - Disabled paging during interactive resize operations by
163 default (see 2.5.20) as it is annoying to many people.
164 - New style command options:
170 that replace the now obsolete commands EdgeResistance,
171 SnapGrid and SnapAttraction. The EdgeResistance command has
172 a new syntax with only one argument.
173 - New command MenuCloseAndExec for menu bindinngs that can be
174 used to trigger certain commands from a menu without an
175 associated item. For example, with
176 Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
177 the RootMenu can be opened from any other menu by pressing
182 - Sometimes a window jumped by half the screen's size when
183 moving with the mouse and hitting the border of the desktop.
184 - Fixed the "screen w" argument of the Move and other commands.
185 - Clicking on a menu title did not close the menu by default.
186 - Temporary files in FvwmPerl overwrote each other.
188 -------------------------------------------------------------------
190 Changes in beta release 2.5.23 (1-Sep-2007)
194 - New Style command options:
199 - Fixed FvwmButton's button placement algorithm broken in
202 -------------------------------------------------------------------
204 Changes in beta release 2.5.22 (29-Aug-2007)
208 - New Style command options:
209 UnderMousePlacementHonorsStartsOnPage
210 UnderMousePlacementIgnoresStartsOnPage
211 !MinOverlapPlacementPenalties
212 !MinOverlapPercentPlacementPenalties
214 - SVG (scalable vector graphics) image loading support.
215 - New extended variables
216 $[w.iconfile.svgopts]
217 $[w.miniiconfile.svgopts].
218 - Added suffix 'w' to the arguments of the Move command and
219 similar. It is now possible to add multiple shifts to a
220 window position, e.g. "50-50w 50-50w" for the center of the
222 - Removed UnderMousePlacement and CenterPlacement. Use
223 "PositionPlacement Center" and "PositionPlacement UnderMouse"
225 - Documentation in HTML format.
226 - Replaced "UseListSkip" with "UseSkipList" & "OnlyListSkip" with
227 "OnlySkipList" in WindowList command. (Old options deprecated.)
228 - New subject ImageCache for PrintInfo command.
229 - The new commad EchoFuncDefinition prints a function's
230 definition to the console for debugging purposes.
231 - The CursorStyle command can now load PNG and SVG images as
232 mouse cursors. New x and y arguments to specify the
233 hot spot. Also, it is now possible to load non-monochrome
234 cursors and cursors with partial transparency.
236 * New module features:
238 - FvwmScript: New instructions: ChangeWindowTitle and
239 ChangeWindowTitleFromArg.
243 - Windows with aspect ratio no longer maximize past the screen
245 - Fixed CenterPlacement with Xinerama screens.
246 - Fixed CascadePlacement with title direction west and east
247 - Windows no longer unstick when going to fullscreen mode.
248 - Fixed crash when raising/lowering a destroyed window.
249 - Fixed expansion of $[n-] and $[*], broken in 2.5.20.
250 - Fixes for resizing shaded windows and windows with a gravity
251 other than northwest.
252 - Fixed CursorStyle POSITION, broken since 2.3.24.
253 - The hi, sh and fgsh colors in colorsets are no longer replaced
254 by computed values if not explicit set on the same line as the
255 bg, or for fgsh fg, changes. (bug #3359)
256 - FvwmButtons now redraws stretched button backgrounds correctly
258 - Windows with circular transient for hints may no longer crash
259 fvwm with StackTransientParent style.
260 - FvwmPager now displays windows that are StickyAcrossPages
262 - Fixed a possible crash with modules closing down.
263 - Fixed broken demo script fvwm_make_browse_menu.sh.
264 - The conditon following a comma separator without whitespace
265 padding was previously ignored if the presiding condition was
267 - Various FvwmButtons drawing problems.
268 - Window movement or resizing triggered by an EWMH message now
269 honours the FixedSize and FixedPosition window styles.
270 - Properly generate leave_window and enter_window events for
271 the root window in FvwmEvent.
272 - Fixed crash in UTF8 code.
273 - Fixed parsing of the PropertyChange command.
274 - Fixed windowlist crash when combining CurrentAtEnd with
275 IconifiedAtEnd and all windows are iconified.
277 -------------------------------------------------------------------
279 Changes in beta release 2.5.21 (20-Jan-2007)
283 - The command Scroll can now be used for interactive scrolling.
287 - Fixed Tile...Placement styles (SmartPlacement) that were
290 -------------------------------------------------------------------
292 Changes in beta release 2.5.20 (15-Jan-2007)
296 - New Style options: StippledIconTitle, !StickyStippledTitle,
297 and !StickyStippledIconTitle.
298 - Full support for menu context (M) key and mouse bindings. See
299 the section Menu Bindings in the man page for details.
300 - Hilighted menu backgrounds now use pixmaps gradients and
301 transparency from their related colorset.
302 - New window conditions: StickyIcon, StickyAcrossPagesIcon and
303 StickyAcrossDesksIcon.
307 - "Mouse n M N" is no longer used to disable or remap the
308 builtin tear off menu button. See the section Tear Off Menus
309 for details on replacement commands.
313 - FvwmWinList: fix problem with window name/button mixups during
314 Init/Restart of fvwm. (bug #1393)
315 - It is now possible to switch the viewport while resizing
316 windows if "EdgeScroll 0 0" is set.
317 - Fixed disappearing windows when aborting interactive resizing
318 of maximized windows when unmaximizing them later.
319 - Fixed disappearing windows when moving maximized windows and
320 unmaximizing them later.
321 - Fixed calculation of final location with MoveToPage and
322 MoveToScreen with windows to the left or top of the viewport.
323 - 64-bit architecture fix in FvwmProxy.
324 - FvwmForm now work with balanced quoted command for Timeout.
325 - FvwmPager correctly updates on window desk change.
326 - FvwmIconBox: fixed problem with IconColorset's background
327 color change not being applied immediately.
328 - Allow FvwmConsole to run a terminal via rxvtc or urxvtc.
329 FvwmConsole dies if no client connects within one minute.
330 - Expansion of variables in FvwmTaskBar launch button commands
332 - Fixed a race condition with applications raising their own
333 transient windows in certain ways. (Apple Shake, kphotoalbum)
334 - FvwmIdent reports the correct geometry if the window has its
335 title at the left or right side.
336 - Fixed an infinite loop when deiconifying windows in a group
337 via a different window than the initially iconified.
339 -------------------------------------------------------------------
341 Changes in beta release 2.5.19 (9-Dec-2006)
345 - FvwmCommand now reports "end windowlist" and "end configinfo".
346 - FvwmCommand now prints config info split on lines.
347 - FvwmTaskBar no longer gets lost with trailing whitespace after
348 geometry specification.
349 - Fixed a window size problem if the aspect ratio is set (e.g.
351 - Decorations now update when unmanaged windows take focus, and
352 not FlickeringQtDialogsWorkaround is enabled.
353 - FvwmPager again allows movement of windows added before a
355 - fvwm no longer crashes on 1 and 4 bit displays. (#1677)
356 - EWMH desktops now correctly handles FPClickToFocus. (#1492)
357 - Security fix in fvwm-menu-directory. (CVE-2006-5969)
359 -------------------------------------------------------------------
361 Changes in beta release 2.5.18 (11-Sep-2006)
365 - If a window started fullscreen, leaving fullscreen state now
366 properly unmaximizes and resizes the window.
367 - Fixed the ForeColor/HilightFore styles that were broken in
369 - FvwmPager can now move icons with the !IconTitle style.
370 - Fixed drawing of icons that are moved to a different desk.
371 - FvwmPager no longer tries to move non-movable windows.
372 - FvwmPager now moves all windows as user requests.
373 - FvwmPager no longer displaces windows with title and border
375 - TestRc now correctly matches Break, and $[cond.rc] is
377 - Fixed several 64-bit architecture problems with
378 XGetWindowProperty(). Xine works much better on 64-bit
380 - Fixed handling of ClickToFocusPassesClick with the EWMH
381 desktop (e.g. using nautilus).
382 - Fixed handling of windows that are unmapped and mapped again
383 too fast (e.g. fpga_editor).
385 -------------------------------------------------------------------
387 Changes in beta release 2.5.17 (19-Jul-2006)
391 - New MenuStyle options TitleFont, TitleColorset and
393 - New command PressButton in module FvwmButtons for being able
394 to emulate button press via other means than the mouse.
395 - New wrap options to EdgeScroll command for wrapping with pixel
397 - New Style option UnderMousePlacement.
398 - Unused arguments to Style options generate warnings.
399 - The name style names match against can be augmented by the
400 X-resource "fvwmstyle".
401 - New options, Reverse and UseStack, to All command.
402 - WindowShade can now reshade windows using the Last direction.
403 - Positional parameters to complex functions can now be expanded
404 using $[n], $[n-m], $[n-] and $[*] expressions.
405 - The width and height arguments of the Resize command now
406 accept the prefix 'w' to allow resizing relative to the
408 - New command ModuleListenOnly.
409 - New "Periodic" option added to Schedule command.
413 - Fixed detection of running non-ICCCM2 wm (bug #3151).
414 - Fixed drawing of menus with the sidepic on the right.
415 - EdgeScroll no longer divides pixel distances >1000 by 1000.
417 - The configure script can now cope with four-part version
418 numbers when detecting some libraries.
419 - The WarpToWindow command followed by Move in a complex
420 function now uses the correct pointer position.
421 - The menu style TitleWarp does no longer warp the pointer for
422 root menus (as it is documented).
423 - Fixed detection of safe system version of mkstemp.
424 - Fixed the conditions Iconifiable, Fixed, FixedSize,
425 Maximizable and Closable.
426 - Fixed problem with window outline and placement position
428 - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
429 - FvwmGtk now configures correctly on Cygwin (bug #3772).
430 - Fixed tempfile vulnerabilities in FvwmCommand.
432 -------------------------------------------------------------------
434 Changes in beta release 2.5.16 (20-Jan-2006)
438 - If the pointer can not be grabbed in functions, a message is
439 printed to the console instead of beeping.
443 - Fixed a couple of build problems introduced in 2.5.15.
445 -------------------------------------------------------------------
447 Changes in beta release 2.5.15 (14-Jan-2006)
451 - Variables can be nested, like $[desk.name$[desk.n]].
452 - Obsolete one-letter variables work, but generate warnings now.
453 - Windows can be placed by any button (now also >3).
454 - It is now possible to redefine the buttons usable to finish
455 window movement and manual placement.
456 - New window condition PlacedByButton.
457 - MenuStyle pairs can be negated by prefixing '!'.
458 - New generic tabbing module - FvwmTabs.
459 - New Style option: EWMHIgnoreWindowType.
460 - New MenuStyle options: MouseWheel, ScrollOffPage and
462 - To compile from CVS, autoconf-2.53 or above is now required.
463 This does not affect compiling the released tarballs.
464 - New option "screen" to Move and ResizeMove commands to allow
465 specifying the target Xinerama screen.
469 - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
470 - Better look for windows with "BorderStyle TiledPixmap".
471 - Some EWMH-related 64-bit fixes.
472 - Fixed segmentation fault when replacing title of title only
474 - Fixes for resizing of shaded windows and resizing/moving
475 windows with complex functions.
477 -------------------------------------------------------------------
479 Changes in beta release 2.5.14 (24-Aug-2005)
483 - Fvwm now officially supports 64-bit architectures.
484 - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
486 - New window condition FixedPosition.
488 * New module features:
490 - FvwmPerl module supports window context when preprocessing.
491 - FvwmPerl module accepts new --export option that by default
492 defines two fvwm functions "Eval" and ".", to be used like:
495 Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
496 . Exec xmessage %{2 + cos(0)}% # embedded calculator
498 - New FvwmProxy option ProxyIconified.
499 - New FvwmTaskBar option Pad to control the gap between
504 - Fixed a Solaris compiler error introduced in 2.5.13.
505 - Fixed a hang with layers set by applications (e.g. AbiWord).
506 - GotoDesk with a relative page argument now wraps around at
507 the end of the given range as documented. (Bug #1396).
508 - PopupDelayed menu style option was not copied on
510 - Transparent Animated menus with non-transparent popup were
511 not animated correctly.
512 - Supported euc-jp class of encodings.
513 - A window's default layer is no longer set to 0 during a
515 - Fixed an annoying MouseFocus/SloppyFocus problem in
516 conjunction with EdgeResistance + EdgeScroll (sometimes a
517 window did not get the focus as it should have). This
518 problem first occured in 2.5.11.
520 -------------------------------------------------------------------
522 Changes in beta release 2.5.13 (16-Jul-2005)
526 - The MoveToPage command did not work without arguments in
528 - Mouse/Key command no args possible core dump.
529 - Direction with no args possible core dump.
530 - FvwmScript periodic tasks run too often.
531 - Perl modules did not work on 64 machines.
532 - FvwmDebug did not report any extended messages.
533 - fvwm-menu-desktop supports mandriva.
534 - fvwm-menu-desktop when verifying executable, allow full path.
536 * New module features:
538 - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
540 - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
541 TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
542 TipsJustification and TipsOffsets options.
543 - FvwmButtons: PressColorset & ActiveColorset options for
544 _individual_ buttons.
546 -------------------------------------------------------------------
548 Changes in alpha release 2.5.12 (6-Oct-2004)
554 * New module features:
556 - FvwmIconMan: ShowOnlyFocused option.
558 -------------------------------------------------------------------
560 Changes in alpha release 2.5.11 (30-Sep-2004)
562 * Multiple window names can be specified in conditions.
564 * Window-specific key/mouse bindings. (Bindings no longer have to
567 * The default fvwm configuration files are now: ~/.fvwm/config and
568 $FVWM_DATADIR/config. Five previously used config file locations
569 are still searched as usual for backward compatibility.
571 * New extended variables $[w.desk] and $[w.layer].
573 * New options GrowOnWindowLayer and GrowOnlayers to the Maximize
576 * New Style option "State".
578 * New Style option "CenterPlacement".
580 * New option to FvwmIconMan: ShowNoIcons.
582 * New WindowList tracker and other enhancements in Perl library.
584 * New option to fvwm-menu-directory: --func-name.
586 * Improved FvwmWindowMenu module.
588 * Fluxbox-like Alt-Button3 resizing with the new Resize options
589 Direction, WarpToBorder and FixedDirection
591 * Enhanced "Test (Version >= x.y.z)" option to allow version
594 * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
595 PressColorset, PressIcon and PressTitle.
597 * New FvwmButtons swallow option: SwallowNew.
599 * The option CurrentGlobalPageAnyDesk was accidentally named
600 CurrentGlobbalPageAnyDesk before.
602 * New conditions AnyScreen and Overlapped.
604 * The Read and PipeRead commands return 1 if the file or command
605 could be read or executed and -1 otherwise.
607 * New menu option TearOffImmediately.
609 * Added support for Solaris' Xinerama.
611 * New option MailDir in FvwmTaskBar.
613 * MoveToPage command:
615 New options wrapx, wrapy, nodesklimitx and nodesklimity.
616 New suffix 'w' to allow for window relative movement.
618 -------------------------------------------------------------------
620 Changes in alpha release 2.5.10 (19-Mar-2004)
622 * New command FakeKeyPress.
624 * New BugOpts option ExplainWindowPlacement.
626 * Adjustable button reliefs in FvwmIconMan (option ReliefThickness).
628 * Security patch in fvwm-bug.
629 See http://securitytracker.com/alerts/2004/Jan/1008781.html
633 fvwm-menu-directory (BugTraq id 9161)
634 fvwm_make_directory_menu.sh
635 fvwm_make_browse_menu.sh
637 -------------------------------------------------------------------
639 Changes in alpha release 2.5.9 (2-Mar-2004)
641 * New MenuStyle options PopupIgnore and PopupClose.
643 * New configure option --disable-iconv to disable iconv support.
645 * New extended variables $[w.iconfile] and $[w.miniiconfile].
647 * New Style option Unmanaged. Such windows are not managed by
650 * New binding context 'U' for unmanaged windows, similar to 'R'oot.
652 * New option DisplayNewWindowNames to the BugOpts command.
654 * Security fix for fvwm-menu-directory.
657 -------------------------------------------------------------------
659 Changes in development release 2.5.8 (31-Oct-2003)
661 * New prefix command KeepRc.
663 * Renamed the Cond command to TestRc, and the On command to Test.
664 Removed the CondCase command. Use "KeepRc TestRc" instead.
666 * The Break command can be told the number of nested function
667 levels to break out of. Break now has a return code of -2
670 * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
671 in key or mouse bindings.
673 * New extended variable $[func.context].
675 * New Style option MoveByProgramMethod. Tries to autodetect
676 whether application windows are moved honouring the ICCCM or not
677 (default). The method can be overridden manually if the
678 detection does not work.
680 * fvwm supports tear off menus. See the "Tear Off Menus" section
681 in the man page or press Backspace on any menu to try them out.
683 * fvwm now handles what Unicode calls "combining characters" (i.e.
684 marks drawn on top of other characters).
686 * New commands WindowStyle and DestroyWindowStyle for individual
689 * The conditions !Current... and !Layer now work as expected.
691 * Added a nice autohide script to the FAQ.
693 * FvwmAnimate now supports dynamical commands "pause", "play",
694 "push", "pop" and "reset" to manipulate the playing state.
696 -------------------------------------------------------------------
698 Changes in development release 2.5.7 (30-May-2003)
700 * The commands Cond and CondCase now support checking for
701 inequality by prefixing the return code with '!'.
703 * Schedule and Deschedule support hexadecimal and octal command
706 * In FvwmIconMan, windows can move from one manager to another
707 according to the managers' Resolution options.
709 * In order to fix a problem with StartsOnScreen and applications
710 that set a user specified position hint, the StartsOnScreen style
711 no longer works for the following modules: FvwmBanner,
712 FvwmButtons, FvwmDragWell, FvwmIconBox, FvwmIconMan, FvwmIdent,
713 FvwmPager, FvwmScroll, FvwmTaskBar, FvwmWharf, FvwmWinList. Use
714 the '@<screen>' bit in the module geometry specification where
717 * Documented variable $[gt.any_string] and LocalePath command
720 * Added gettext support to FvwmScript. New head instruction
721 UseGettext and WindowLocaleTitle. New widget instruction
722 LocaleTitle. New instruction ChangeLocaleTitle and new function
725 * WindowListFunc is executed now within a window context, so
726 a prefix "WindowId $0" is not needed in its definition anymore,
727 and it is advised to remove it in user configs.
729 * FvwmEvent now executes all window related events within a window
730 context, so PassId is not needed anymore, and all prefixes
731 "WindowId $0" may be removed in user event handlers.
733 * New FvwmTaskBar option NoDefaultStartButton.
735 -------------------------------------------------------------------
737 Changes in development release 2.5.6 (28-Feb-2003)
739 * Fix button 3 drag in FvwmPager so that drag follows the mouse.
741 * Fix for gmplayer launched by fvwm. Close stdin on Exec so the
742 exec'd process knows it's not running interactively.
744 * Improvement in MultiPixmap. In particular Colorset and Solid
745 color can be specified.
747 * New ButtonStyle and TitleStyle style options AdjustedPixmap,
748 StretchedPixmap and ShrunkPixmap.
750 * Use the MIT Shared Memory Extension for XImage.
752 * The TitleStyle decor of a vertical window Title is rotated.
753 This is controllable using a new style option:
755 !UseTitleDecorRotation / UseTitleDecorRotation
757 * New style options IconBackgroundColorset, IconTitleColorset,
758 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
759 and IconBackgroundPadding.
761 * Minor incompatible improvements to the Perl library API.
763 * Renamed FvwmWindowLister to FvwmWindowMenu.
765 * New option to IconSize style: Adjusted, Stretched, Shrunk.
767 * New shortcuts for button states: AllActiveUp, AllActiveDown,
768 AllInactiveUp, AllInactiveDown.
772 Closable, Iconifiable, Maximizable, AllowMaximizeFixedSize
774 * New conditions for matching windows:
776 Closable, Iconifiable, Maximizable, FixedSize and HasHandles
778 * New conditional command On for non-window related conditions.
780 * Removed --disable-gnome-hints and --disable-ewmh configure
783 * All single letter variables are deprecated now; new variables:
785 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
786 $[desk.n], $[version.num], $[version.info], $[version.line],
787 $[desk.pagesx], $[desk.pagesy]
789 -------------------------------------------------------------------
791 Changes in development release 2.5.5 (2-Dec-2002)
793 * Added support for joining and shaping in bi-directional
794 languages that need this.
796 * ButtonStyle and TitleStyle new style type Colorset.
798 * New experimental module FvwmProxy.
800 * New command RestackTransients.
802 * Added a pixel offset to vector button definitions.
804 * New command FocusStyle as a shorthand for setting the FP...
805 styles with the Style command.
807 * New option Locale to PrintInfo command.
809 * The Next and Prev commands start looking for a matching window at
810 the context window if there is any.
812 * The MoveToPage command does nothing with sticky windows.
814 * New module FvwmWindowLister, a WindowList substitute.
816 * Sticky windows can be sticky across pages, across desks or both.
818 - New commands StickAcrossPages and StickAcrossDesks.
819 - New Style options StickyAcrossPages and StickyAcrossDesks.
820 - New conditional command options StickyAcrossPages and
822 - New WindowList options NoStickyAcrossPages,
823 NoStickyAcrossDesks, StickyAcrossPages, StickyAcrossDesks,
824 OnlyStickyAcrossPages, OnlyStickyAcrossDesks.
825 - New FvwmRearrange options -sp and -sd.
827 * Fixed flickering in FvwmTaskBar, FvwmWinList, FvwmIconBox,
828 FvwmForm, FvwmScript and FvwmScroll when xft fonts or icons with
829 an alpha channel are used.
831 * New Colorset option RootTransparent
833 * The Transparent Colorset option can be tinted under certain
836 * New MinHeight option to TitleStyle
838 * Added gettext support. New command LocalePath and new variable
841 -------------------------------------------------------------------
843 Changes in alpha release 2.5.4 (20-Oct-2002)
845 * FvwmTaskBar may now include mini launch buttons using the Button
846 command. Also has new options for spacing the buttons:
847 WindowButtonsLeftMargin, WindowButtonsRightMargin, and
848 StartButtonRightMargin. See man page for details.
850 * Style switches can be prefixed with '!' to inverse their meaning.
851 For example, "Style * Sticky" is the same as "Style * !Slippery".
852 This works *only* for pairs of styles that take no arguments and
853 for the Button and NoButton styles.
855 * New button property Id in FvwmButtons. FvwmButtons now accepts
856 dynamical actions using SendToModule, see the man page:
858 ChangeButton <button-id> <properties-to-change>
859 ExpandButtonVars <button-id> <command-to-expand>
861 * New Colorset options bgTint, fgTint (which complete Tint), Alpha,
862 IconTint and IconAlpha.
864 * Alpha blending rendering is supported even without XRender
867 * Enhanced commands [Add]ButtonStyle, [Add]TitleStyle. ButtonState.
868 Titles and buttons now have 4 main states instead of 3: ActiveUp,
869 ActiveDown, InactiveUp and InactiveDown, plus 4 Toggled variants.
870 Several shortcuts added: Active means ActiveUp + ActiveDown,
871 Inactive means InactiveUp + InactiveDown, similarly for shortcuts
872 ToggledActive and ToggledInactive.
874 * More shortcuts for button states added: AllNormal, AllToggled,
875 AllActive, AllInactive, AllUp, AllDown. These six shortcuts are
876 actually different masks for 4 individual states (from 8 total).
878 * FPClickToFocus and FPClickToRaise work with any modifier by
881 * Perl library API regarding event handlers is changed, so personal
882 modules in Perl should be adjusted.
884 * Allow the use of mouse buttons other than the first in
885 FvwmWinList when invoked transient.
887 * ImagePath now supports directories in form "/some/directory;.png"
888 (where semicolon delimits a file extension that files in
889 /some/directory have. This file extension replaces the original
890 image extension (if any) or it is added if there is no extension.
891 For example with: Style XTerm MiniIcon mini/xterm.xpm
892 the file /some/directory/mini/xterm.png is searched.
894 * New graphical debugger module FvwmGtkDebug.
896 * New command NoWindow for removing the window context.
898 * New FvwmIconMan option ShowTransient.
900 * All conditions have a negation.
902 * New FvwmBacker option RetainPixmap.
904 * Fixed flickering in menus, icon title, FvwmButtons, FvwmIconMan
905 and FvwmPager when xft fonts or icons with an alpha channel is
908 * FvwmButtons redrawing improvement: colorsets are now usable with
911 * FvwmIconMan options PlainColorset, IconColorset, FocusColorset
912 and SelectColorset are now strictly respected.
914 * The HilightBack and ActiveFore menu styles are independent of
915 each other. HilightBack without using ActiveFore does no longer
916 hilight the item text.
918 * New WindowList option SortByResource; the previously added
919 SortClassName option is renamed to SortByClass.
921 * New command PrintInfo for debugging.
923 -------------------------------------------------------------------
925 Changes in alpha release 2.5.3 (25-Aug-2002)
927 * TitleStyle MultiPixmap now works once again.
929 * Removed the old module interface for ConfigureWindow
930 packets. External modules relying on this interface no longer
933 * Fixed interaction bug between CascadePlacement and StartsOnPage:
934 if the target page was at a negative x or y page displacement
935 from the current viewport, the window would be placed on the
938 * New Style option IconSize for restricting icon sizes.
940 * New WindowList options SortClassName, MaxLabelWidth, NoLayer,
941 ShowScreen, ShowPage, ShowPageX and ShowPageY.
943 * Restored old way of handling clicks in windows with ClickToFocus
944 and ClickToFocusPassesClickOff. This fixes a problem with
945 click+drag in an unfocused rxvt or aterm window.
947 * Fixed wrong warp coordinates when WarpToWindow was used with two
948 arguments on an unmanaged window.
950 * Vastly improved FvwmEvent performance.
952 * FvwmAuto can operate on Enter and Leave events too. This makes
953 it possible to have auto raising with ClickToFocus and
954 NeverFocus. See -menter and -menterleave options and examples in
955 the FvwmAuto man page.
957 * The "hangon" strings in FvwmButtons support wild cards.
959 * New option "Icon" to PlaceAgain command.
961 * New option "FromPointer" and direction "Center" to the Direction
964 * The styles ClickToFocusRaises(Off) and
965 MouseFocusClickRaises(Off) are now different names for the same
966 style. Configurations that used
968 Style * ClickToFocus, ClickToFocusRaises
969 Style * MouseFocusClickRaisesOff
971 or vice versa no longer work as like before. Remove the second
972 line to fix the problem. ClickToFocusRaises now works only on
973 the client part of a window, not on the decorations as it did
976 * New color limit method for screens that only display 256 colors
979 * In depth less or equal to 16 image and gradient can be
980 dithered. This can be enabled/disabled by using the new
981 dither/nodither options to the Colorset command.
983 * Removed the styles MouseFocusClickIgnoreMotion and
984 MouseFocusClickIgnoreMotionOff again.
986 * Many new focus policy styles "FP..." and "!FP...".
988 -------------------------------------------------------------------
990 Changes in alpha release 2.5.2 (24-Jun-2002)
992 * Fonts can have shadow effects, see the FONT SHADOW EFFECTS
993 section of fvwm manual page.
995 * New Colorset options: fgsh for shadow text and fg_alpha for
996 merging text with the background.
998 * New module FvwmPerl adds perl scripting ability to fvwm
1001 * Provided powerful perl library for creating fvwm modules in
1004 * New WindowList option IconifiedtAtEnd.
1006 * Always display the current desk number in the FvwmPager window
1009 * Allow to bind a function to the focus click and pass it to the
1010 application at the same time.
1012 * New styles !Borders and Borders to enable or disable window
1015 * Removed the --enable-multibyte configure option. Multibyte
1016 support is now compiled in unconditionally.
1018 * New FvwmButtons option ActionOnPress enables execution of action
1019 on press rather than on release for any specific button.
1021 * Improved CascadePlacement, the last used position is reused if
1022 the last placed window does not exist any more.
1024 * FvwmIconMan may now change the resolution dynamically, just
1025 issue "*FvwmIconMan: resolution page" while FvwmIconMan is
1028 * New command XineramaSlsScreens.
1030 * MoveToPage and MoveToDesk no longer unstick windows.
1032 * It is possible to specify a string encoding in a font name, see
1033 the "FONT AND STRING ENCODINGS" section of fvwm manual page.
1035 -------------------------------------------------------------------
1037 Changes in alpha release 2.5.1 (26-Apr-2002)
1039 * Changed the executable and the man page names from fvwm2 to
1040 fvwm. The old names are still supported by symlinking.
1042 * All fvwm utilities are renamed to conform to the "fvwm-"
1043 scheme. fvwm-bug, fvwm-root (was xpmroot), fvwm-config,
1046 * Added a full support for the side window titles. New Style
1047 options TitleAtLeft and TitleAtRight added to TitleAtTop and
1050 * A title text may now be optionally rotated for both vertical and
1051 horizontal title directions, search for "Rotated" in the man
1054 * Added support for loading images in PNG (including alpha
1055 blending) and XBM formats anywhere.
1057 * New commands Schedule and Deschedule.
1059 * New command State. New conditions State and !State.
1061 * New commands XSync and XSynchronize for debugging purposes.
1063 * In interactive move/placement when Alt/Meta modifier is pressed,
1064 snap attraction (SnapAttraction, SnapGrid and EdgeResistance) is
1067 * New flags (No)FvwmModule to FvwmButtons Swallow option
1069 * The I18N_MB patch (--enable-multibyte) has been
1070 rewritten. MULTIBYTE is used to identify what is was I18N_MB. A
1071 set of locale functions (locale initialization, font loading,
1072 text drawing, ...etc.) is created in libs/Flocale.{c,h} and used
1073 in the entire fvwm code (but FvwmWharf). Font loading and
1074 memory management is improved in the multibyte case.
1076 * Better support of non ISO-8859-1 window and icon titles. See the
1077 --disable-compound-text option in INSTALL.fvwm for more
1080 * Added anti-aliased text rendering support using Xft (use
1081 --enable-xft to enable it). Recent versions of XFree and
1082 freetype2 are needed (see the FONT NAMES AND FONT LOADING
1083 section of the fvwm manual page).
1085 * Conditional commands now have a return code (Match, NoMatch or
1086 Error). This return code can be checked and tied to an action
1087 with the new commands Cond and CondCase.
1089 * Bindings can be made to the separate parts of the window border
1090 with the new contexts '[', ']', '-', '_', '<', '^', '>' and
1093 * New parameters for FvwmRearange: -maximize and -animate.
1095 * New option StartCommand for FvwmTaskBar to allow placing the
1096 StartMenu correctly.
1098 *FvwmTaskBar: StartCommand Popup RootMenu \
1099 rectangle $widthx$height+$left+$top 0 -100m
1101 Please refer to the FvwmTaskBar man page for details.
1103 * New extended variables pointer.x, pointer.y, pointer.wx,
1104 pointer.wy, pointer.cx and pointer.cy.
1106 * The Current command does not select a random window when no
1107 window has the focus.
1109 * New color '@4' (transparent) in button vectors.
1111 * New option "Frame" for the Resize and ResizeMove commands.
1113 * Added direction options to WindowShade command. Windows can be
1114 shaded in any of the eight compass directions.
1116 * Styles WindowShadeLazy (default), WindowShadeBusy and
1117 WindowShadeAlwaysLazy to optimize performance of the WindowShade
1120 * The DO_START_ICONIC flag is no longer supported in the module
1123 * Added bi-directional text support for Asian charsets.
1125 * New option MinimalLayer for FvwmIdent to control window layer.
1127 * New FvwmIconMan configuration syntax now conforms to the syntax
1128 of other modules, see the man page.
1130 * FvwmForm can automatically run commands after a timeout
1133 * Fvwm commands can be invoked when the edge of the screen is hit
1136 * New commands Colorset, ReadWriteColors and CleanupColorsets
1137 allow the colorset functionality previously available using
1140 * FvwmTheme is obsolete now, but still supported for some time.
1142 * New options Tint, TintMask and NoTint to colorsets.
1144 * New WindowList option CurrentAtEnd.
1146 * New weighted sorting in FvwmIconMan.
1148 * New conditional command ThisWindow.
1150 -------------------------------------------------------------------
1152 Changes in alpha release 2.5.0 (27-Jan-2002)
1154 * New commands ResizeMaximize and ResizeMoveMaximize that modify
1155 the maximized geometry of windows and maximize them as
1156 necessary. Very useful to make a window larger manually and
1157 then get back the old geometry with a click.
1159 * New command ResizeMoveMaximize similarly.
1161 * New styles FixedPPosition, FixedUSPosition, FixedSize,
1162 FixedUSSize, FixedPSize, VariablePPosition, VariableUSPosition,
1163 VariableSize, VariableUSSize, and VariablePSize.
1165 * Actions can be bound to windows swallowed in FvwmButtons. To
1166 disable this feature for a specific button, the new option
1167 ActionIgnoresClientWindow can be used.
1169 * Fvwm respect the extended window manager hints
1170 specification. This allows fvwm to work with KDE version >= 2
1171 and GNOME version 2. This support is configurable using a bunch
1172 of new commands and style options, search for "EWMH" in the man
1175 * New DateFormat option in FvwmTaskBar to change the date format
1176 in the clock's popup tip.
1178 * Window titlebars may now be designed using a new powerful
1179 TitleStyle option MultiPixmap, that enables to specify separate
1180 pixmaps for different parts of the titlebar: Main, LeftEnd,
1181 LeftOfText, UnderText, RightOfText, RightEnd and more.
1183 * New styles MinOverlapPlacementPenalties and
1184 MinOverlapPercentPlacementPenalties.
1186 * New styles IndexedWindowName / ExactWindowName and
1187 IndexedIconName / ExactIconName.
1189 * New command "DesktopName desk name" to define the name of a
1190 desktop for the FvwmPager, the WindowList and EWMH compliant
1191 pagers. New expanding variables $[desk.name<n>] for the desktop
1194 * New window list options NoDeskNum, NoCurrentDeskTitle,
1195 TitleForAllDesks, NoNumInDeskTitle.
1197 * New emacs style bindings in menus.
1199 * New Maximize global flag "layer" which causes the various grow
1200 methods to ignore the windows with a layer less than or equal to
1201 the layer on the window which is maximized.
1203 * Better support of the Transparent colorset in the modules and in
1206 * Amelioration of the WindowShade animation.
1208 * New ButtonStyle and TitleStyle option MwmDecorLayer.
1210 * New style BackingStoreWindowDefault which is the default
1211 now. Fvwm no longer disables backing store on windows by
1214 * New styles MouseFocusClickIgnoreMotion and
1215 MouseFocusClickIgnoreMotionOff.
1217 * The module interface now supports up to 62 message types.
1219 * New module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW.
1221 * New events "enter_window" and "leave_window" in FvwmEvent.
1223 * New MenuStyle PopupActiveArea.
1225 * New command line option -passid to FvwmAuto.
1227 * New conditional commands Any and PointerWindow.
1229 * New conditions Focused, !Focused, HasPointer and !HasPointer.
1231 * New commands EWMHBaseStruts and EWMHNumberOfDesktops.
1233 -------------------------------------------------------------------
1235 Changes in stable release 2.4.20 (6-Dec-2006)
1237 * The configure script now correctly appends executable file
1238 extensions to conditionally built binaries. Fixes building on
1241 * FvwmConsole no longer conflicts with getline of Cygwin's stdio.
1243 * Fixed parsing of For loops in FvwmScript.
1245 * Fixed a possible endless loop when de-iconifying a transient
1248 * Reject some invalid GNOME hints.
1250 * Fixed a loop when xterm changes its "active icon" size.
1252 * The configure script can now cope with four-part version numbers
1253 when detecting some libraries.
1257 fvwm-menu-directory. (CVE-2006-5969)
1260 -------------------------------------------------------------------
1262 Changes in stable release 2.4.19 (30-Sep-2004)
1264 * Fixed BackingStore style option.
1266 * Fixed MoveToDesk commend with a single argument.
1268 * Allow whitespace in menu names.
1270 * Fixed a hang when restarting FvwmCommand or FvwmConsole.
1272 * A double click no longer occurs when two different mouse
1273 buttons are pressed.
1275 * Fixed a relief drawing problem in FvwmWinList.
1277 * Fixed travelling windows on restart if a window used non NorthWest
1278 gravity and changed that before the restart.
1280 * Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
1282 * The clock in FvwmTaskBar is redrawn immediately when its colour
1285 * The option CurrentGlobalPageAnyDesk was accidentally named
1286 CurrentGlobbalPageAnyDesk before.
1288 * Fixed a problem with fvwm startup and shutdown when the pointer
1289 was grabbed by another application.
1291 * Fixed parsing of the Pointer option to the Move command.
1293 * Fixed handling of MWM hints on 64 bit machines.
1295 -------------------------------------------------------------------
1297 Changes in stable release 2.4.18 (19-Mar-2004)
1299 * Corrected rebooting the machine in FvwmScript-Quit.
1301 * Fixed the FlickeringMoveWorkaround option to the BugOpts command.
1303 * Security patch in fvwmbug.sh.
1304 See http://securitytracker.com/alerts/2004/Jan/1008781.html
1307 fvwm-menu-directory (BugTraq id 9161)
1308 fvwm_make_directory_menu.sh
1309 fvwm_make_browse_menu.sh
1311 -------------------------------------------------------------------
1313 Changes in stable release 2.4.17 (10-Oct-2003)
1315 * Fixed error message for incorrect --with-SOME-library argument.
1317 * It is now possible to suppress title action or title completely
1318 in menus created by fvwm-menu-directory.
1320 * Fixed a compile problem on QNX 4.25.
1322 * New configure switch --disable-gtk.
1324 * FvwmGtk.1 is not installed if FvwmGtk is not built.
1326 * The "Visible" condition does no longer select windows on
1329 * With the styles StartsOnPage, SkipMapping and UsePPosition,
1330 windows that request a specific position are still placed on the
1333 * Fixed sending M_NEW_PAGE packets to the modules if the page did
1336 * Added support for new BBC headlines in fvwm-menu-headlines, this
1337 replaces the old BBC-Worlds and BBC-SciTech headlines.
1339 -------------------------------------------------------------------
1341 Changes in stable release 2.4.16 (30-May-2003)
1343 * Fixed a transparency problem in FvwmButtons.
1345 * The PageOnly option in FvwmTaskBar now works after a desk change
1348 * Fixed a possible core dump when more than 256 windows are on
1351 * Initial drawing and final undrawing of wire frame no longer
1352 toggles the pixel in the top left corner of the screen.
1354 * Fixed parsing of button geometries in FvwmButtons when the
1355 geometry specification appeared after another option with a comma
1358 * FvwmCommand works too when invoked without the DISPLAY variable
1361 * Fixed displaying iconified windows without an icon in
1364 * All single letter variables are deprecated now; new variables:
1366 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
1367 $[desk.n], $[version.num], $[version.info], $[version.line],
1368 $[desk.pagesx], $[desk.pagesy]
1370 * Fixed a bug with aspect pixmaps in colorsets.
1372 * Iconified windows without an icon do not receive focus.
1374 * Fixed a bug in FvwmPager that displayed iconified windows without
1375 icon title or picture as not iconified.
1377 * Fixed parsing of '@<screen>' Xinerama specification in the
1378 ButtonGeometry option of FvwmButtons.
1380 * The NoWarp menu position hint option works with root menus too.
1382 * Fixed a problem with styles not being properly applied after a
1383 DestroyStyle command.
1385 * Fixed a bug introduced in 2.4.14. The pointer was sometimes
1386 warped to another screen during a restart and command execution.
1388 * Fixed a crash when a window was destroyed twice in a complex
1391 * Fixed corruption of the window list when windows died at the
1394 * Fixed problem with empty frame windows if X recycled the window
1395 id of a window that died recently.
1397 * Fixed loading of application supplied pixmap on 8/24 depth screen.
1399 * WindowListFunc is executed now within a window context, so
1400 a prefix "WindowId $0" is not needed in its definition anymore
1401 and it is advised to remove it in user configs.
1403 * FvwmEvent now executes all window related events within a window
1404 context, so PassId is not needed anymore, and all prefixes
1405 "WindowId $0" may be removed in user event handlers.
1407 * Fixed "GotoDeskAndPage prev" on desks larger than 2x2.
1409 * Expansion of variables like $[w.name] or $[EMPTY_STRING] that are
1412 -------------------------------------------------------------------
1414 Changes in stable release 2.4.15 (24-Jan-2003)
1416 * Fix for gmplayer launched by fvwm. Close stdin on Exec so the
1417 exec'd process knows its not running interactively.
1419 * Windows using the WindowListSkip style do not appear in the
1420 FvwmTaskBar at random.
1422 * Fixed a memory leak in ChangeIcon, ChangeForeColor and
1423 ChangeBackColor FvwmScript Instruction.
1425 * Fixed a core dump in the parsing of FvwmAuto arguments.
1427 * Fixed screwed calculation of icon picture size when application
1428 specifies it explicitly.
1430 * The option ShowOnlyIcons now works as described in the
1431 FvwmIconMan man page. It was accidentally named ShowOnlyIconic
1434 -------------------------------------------------------------------
1436 Changes in stable release 2.4.14 (29-Nov-2002)
1438 * Modules do not crash anymore when more than 126 windows are on
1441 * FvwmIconMan displays windows correctly that were iconified and
1442 then moved to another page.
1444 * Application provided icon windows no longer appear at 0 0 when
1447 * The built-in session management can handle window names, classes
1448 etc. beginning with whitespace (textedit).
1450 * Removed the flawed "A"ny context key binding patch from 2.4.13.
1452 * The default EdgeScroll (if not specified) was incorrectly
1453 assumed to be 100 pixels instead of 100 percents.
1455 * Icons no longer appear on top of all other windows after a
1458 -------------------------------------------------------------------
1460 Changes in stable release 2.4.13 (1-Nov-2002)
1462 * Icon titles for windows with an icon position hint no longer
1463 appear at random places.
1465 * Fvwm no longer displays two icon pictures when switching from
1466 NoIconOverride to IconOverride with windows that provide their
1469 * The Current, All, Pick, ThisWindow and PointerWindow commands
1470 work on shaded windows too.
1472 * Fixed a problem stacking iconified transients.
1474 * No more flickering when raising transients.
1476 * Fixed a number of problems with window stacking, some new in
1477 2.4.10 or later, some older problems that have been around for a
1480 * Windows starting lowered or on any layer other than the default
1481 layer are displayed at the right place in FvwmPager.
1483 * Bindings with the "A"ny context can not be overridden by Gnome
1484 panel or OpenOffice.
1486 -------------------------------------------------------------------
1488 Changes in stable release 2.4.12 (10-Oct-2002)
1490 * Fixed drawing problems with TiledPixmap and Solid MenuFaces which
1491 appeared in 2.4.10, replacing the same problem with ?Gradient
1494 * Fixed accidental menu animation with certain menu position hints.
1496 * Increased maximum allowed key symbol name length to 200
1499 * Allow quotes in conditional command conditions.
1501 * Fixed starting Move at random position when pointer is on a
1504 * Transient windows do not appear in FvwmWinList after they have
1505 been moved on the desktop.
1507 -------------------------------------------------------------------
1509 Changes in stable release 2.4.11 (20-Sep-2002)
1511 * Allow the use of mouse buttons other than the first in
1512 FvwmWinList when invoked transient.
1514 * Fixed a crash with ssh-askpass introduced in 2.4.10.
1516 -------------------------------------------------------------------
1518 Changes in stable release 2.4.10 (15-Sep-2002)
1520 * The commands Maximize, Resize and ResizeMove can be used on icons
1523 * Fixed hilighting of menu items with HGradient and VGradient
1524 MenuFace. Reduced flickering with these options.
1526 * Fixed a minor problem with entering submenus via keyboard.
1528 * Fixed race conditions in FvwmTaskBar with AutoStick that caused
1531 * Fixed drawing of pager balloons with BalloonBack option.
1533 * Fixed drawing of SidePic menu background with B/D gradients.
1535 * Fixed drawing of menu item reliefs with gradient menu faces.
1537 * Fixed key bindings on window corners.
1539 * Fixed FvwmTaskBar i18n font loading
1541 * Fixed StackTransientParent style without RaiseTransient or
1542 LowerTransient on the parent window.
1544 * StackTransientParent works only on parent window if it is on the
1547 * Fixed handling of window group hint with the (De)Iconify
1550 * No more flickering when a transient overlapping its parent window
1553 * Fixed hilighting of unfocused windows.
1555 -------------------------------------------------------------------
1557 Changes in stable release 2.4.9 (11-Aug-2002)
1559 * Fixed interaction bug between CascadePlacement and StartsOnPage -
1560 if the target page was at a negative x or y page displacement
1561 from the current viewport, the window would be placed on the
1564 * Fixed a problem with colormap transition when a transient window
1567 * Fixed a FvwmScript crash with Swallow widget and very long window
1570 * Restored old way of handling clicks in windows with ClickToFocus
1571 and ClickToFocusPassesClickOff. This fixes a problem with
1572 click+drag in an unfocused rxvt or aterm window.
1574 * Fixed problems with $fg and $bg variables in FvwmButtons when the
1575 UseOld option was used.
1577 * Fixed wrong warp coordinates when WarpToWindow was used with two
1578 arguments on an unmanaged window.
1580 * Added a workaround for popup menus in TK applications that appear
1581 on some random position.
1583 * Fixed problems with wish scripts creating windows that start
1586 * Fixed the NoClose option with unmapped panels in FvwmButtons.
1588 * A number of drawing fixes in FvwmPager.
1590 * Fixed a slight bug when waiting until all buttons are released,
1591 for example after executing a complex function.
1593 * Fixed potentially harmful change in module interface.
1595 * Fixed displaying menu items with icons when using the MenuStyle
1598 * Fixed problems with the pointer moving off screen in a multi
1601 * Fixed a potential crash with windows being destroyed during a
1602 recapture operation.
1604 * Fixed a memory leak in some modules when not using glibc.
1606 * Applications using Mwm hints can now enforce that a window can
1609 * Fixed negative arguments of WarpToWindow when used on an
1612 * DESTDIR may be fully used again (only useful for distributors).
1614 * Fixed a key binding problem with key symbols that are generated
1617 * Fixed a possible crash when a window was recaptured and the
1618 focus could not be transfered to another window.
1620 * Fixed a minor problem with clicks on focused windows being
1623 * fvwm-menu-headlines: added support for CNN and BBC headlines.
1625 * Fixed a performance problem with large numbers of mouse binding
1628 -------------------------------------------------------------------
1630 Changes in stable release 2.4.8 (11-Jun-2002)
1632 * A fix for switching between czech and us keyboard layout.
1634 * Remember the icon position when an icon is moved
1637 * Setup "fvwm" and "fvwm-root" name symlinks for the executable and
1638 the man page when installing, see INSTALL.fvwm.
1640 * Fixed another problem with the DeskOnly option and sticky icons
1643 * New FvwmIconMan configuration syntax now conforms to the syntax
1644 of other modules, see the man page.
1646 * New WindowList option CurrentAtEnd.
1648 * Fixed maximal length of a named module packet
1650 * Fixed a crash on a config with a new 2.5.x Colorset command.
1652 * Always display the current desk number in the FvwmPager window
1655 * Allow to bind a function to the focus click and pass it to the
1656 application at the same time.
1658 * Fixed a problem with fvwm not accepting keyboard input when the
1659 application with the focus vanished at the start of a session.
1661 * A small security patch regarding TMPDIR.
1663 * Fixed a problem with colormap transition when a transient window
1666 * Fixed calculation of average bg colour in colour sets with large
1669 * Fixed some minor problems regarding the multibyte patch.
1671 * Fixed selection in FvwmScript List widget.
1673 * fvwm-menu-headlines: updated the site data, added a configurable
1674 timeout on socket reading (20 sec) to avoid fvwm hanging, new
1675 --icon-error option.
1677 * Fixed a problem with ClickToFocus + ClickToFocusRaisesOff and
1678 windows that are below others.
1680 * Fixed the ClickToFocusPassesClick style.
1682 * Fixed CascadePlacement for huge windows, so that the top-left
1683 corner is always visible.
1685 * Fixed parsing of SendToModule with the first parameter quoted.
1687 * Fonts in double quotes now should work in module configurations.
1689 * Fixed copying PopupOffset values in CopyMenuStyle.
1691 -------------------------------------------------------------------
1693 Changes in stable release 2.4.7 (11-Apr-2002)
1695 * Fixed parsing of WindowList with conditions and a position at
1696 the same time that was broken in 2.4.6.
1698 * Fixed some problems with the DeskOnly option of FvwmTaskBar
1699 (windows were duplicated when moving to a different Desk; the
1700 StickyIcon style was ignored).
1702 * Fixed config.h warnings with some compilers introduced in 2.4.6.
1704 * Fixed icon titles being raised when they should not be.
1706 * Fixed initial drawing of the internals of the FvwmPager window.
1708 * Fixed the FvwmAudio compatible mode in FvwmEvent when external
1709 audio player is used.
1711 * Fixed execution on QNX.
1713 -------------------------------------------------------------------
1715 Changes in stable release 2.4.6 (10-Mar-2002)
1717 * Better support of non ISO-8859-1 window and icon titles. See the
1718 --disable-compound-text option in INSTALL.fvwm for more details.
1720 * Improved speed of opaque window movement/resizing.
1722 * Fixed a bug that caused windows not being raised and lowered
1725 * Suppress error message when using XBM icons.
1727 * Fixed a read descriptor problem in FvwmTaskBar
1729 * Fixed a minor colour update bug in the pager.
1731 * Fixed an fvwm crash when a module died at the wrong moment;
1732 specifically a transient FvwmPager or FvwmIconMan.
1734 * Fixed placement of WindowList on wrong Xinerama screen when
1735 called without any options on a screen other than the primary
1738 * Fixed a problem with root bindings and xfishtank.
1740 * Fixed moving windows with the keyboard over the edge of the
1741 screen when the pointer remained of the previous page.
1743 * Do not hilight windows after ResizeMove.
1745 * New conditional command ThisWindow.
1747 * Some fixes in the configure script that caused some rare
1748 problems detecting gnome and ncurses.
1750 * Fixed a memory leak in the Pick command.
1752 * Allow to choose windows with CirculateSkip with the Pick command.
1754 * Fixed an FvwmScript compile problem on dec-osf5.
1756 * The window handles are now resizes as they should when the
1757 HandleWidth style changes.
1759 * The Current command does not select a random window when no
1760 window has the focus.
1762 * Fixed a rare menu placement problem with Xinerama.
1764 -------------------------------------------------------------------
1766 Changes in stable release 2.4.5 (27-Jan-2002)
1768 * Fixed minor problems in popping sub menus up and down.
1770 * Fixed moving windows between pages with the keyboard.
1772 * Fixed the size of the geometry window that was broken sometimes.
1774 * Fixed problem with pointer warping to another screen on a dual
1777 * Fixed a problem with the focus in internal Ddd and Netscape
1780 * Reduced the time in which fvwm attempts to grab the pointer.
1782 * Fixed unmanaged window when window was mapped/unmapped/mapped too
1785 * Fixed MiniScroll's auto repeating in FvwmScript.
1787 * Fixed a crash with the UseStyle style in combination with
1790 * Fixed excessive redraws of the windows under a window being
1793 * Fixed a minor memory leak in the Style command.
1795 * Fixed pixmap background of FvwmButtons behind buttons with only
1798 * Fixed a crash in FvwmIconBox when the application provided an
1801 * Fixed a configure problem with libstroke-0.5.1.
1803 * New style BackingStoreWindowDefault which is the default
1804 now. Fvwm no longer disables backing store on windows by
1807 * Fixed bug that sometimes caused unnecessary redraws when a style
1810 * Fixed crash when something like "$[$v]" appeared in a command.
1812 * Fixed parsing of conditions with more than one comma.
1814 -------------------------------------------------------------------
1816 Changes in stable release 2.4.4 (16-Dec-2001)
1818 * Minor title drawing fixes.
1820 * Fixed manual placement with Xinerama.
1822 * Minor button 3 handling fix in FvwmPager.
1824 * Fixed *FvwmIconMan*shaped option with empty managers.
1826 * Fixed ClickToFocusClickRaises style.
1828 * FvwmForm: Customize pointers, support ISO_Tab key, buttons can
1829 activate on press or release, special pointer during grab, arrow
1830 keys useful in form with one input field.
1832 * New OpaqueMoveSize argument "unlimited".
1834 * Fixed binding keys with and without "Shift" modifier under some
1837 * Fixed binding actions to the client window with ClickToFocus.
1839 * Mouse bindings are activated without a recapture.
1841 * FvwmScript: new keyboard bindings. New flags NoFocus and Left,
1842 Center, and Right for text position. Amelioration of the Menu
1843 and PopupMenu Widgets. New functions GetPid, Parse,
1844 SendMsgAndGet and LastString. New instruction Key for key
1845 bindings. New command SendToModule ScriptName SendString.
1847 * Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
1848 disables warning messages.
1850 * Restored the default Alt-Tab behaviour from 2.4.0.
1852 -------------------------------------------------------------------
1854 Changes in stable release 2.4.3 (08-Oct-2001)
1856 * Fixed activation of shape extension.
1858 * Fixed problems with overriding key bindings.
1860 * Single letter key names are allowed in upper and lower case in
1861 key bindings as before 2.4.0.
1863 * Fixed WindowList placement with Xinerama.
1865 * Fixed flickering icon titles.
1867 * New X resource fvwmscreen to select the Xinerama screen on which
1868 to place new windows.
1870 * Coordinates of a window during motion are show relative to the
1873 * Some icon placement improvements with Xinerama.
1875 -------------------------------------------------------------------
1877 Changes in stable release 2.4.2 (16-Sep-2001)
1879 * Desk and page can be given as X resources in .Xdefaults, for
1884 * Several Shape compilation problems fixed.
1886 -------------------------------------------------------------------
1888 Changes in stable release 2.4.1 (15-Sep-2001)
1890 * Added Xinerama and SingleLogicalScreen support.
1892 * New commands Xinerama, XineramaPrimaryScreen, XineramaSls,
1893 XineramaSlsSize and MoveToScreen.
1895 * New context rectangle option XineramaRoot for the menu commands.
1897 * New conditions CurrentGlobalPage, CurrentGlobalPageAnyDesk and
1898 AcceptsFocus for conditional commands.
1900 * The DestroyStyle command takes effect immediately.
1902 * New style option StartsOnScreen.
1904 * New style options NoUSPosition, UseUSPosition,
1905 NoTransientPPosition, UseTransientPPosition,
1906 NoTransientUSPosition, and UseTransientUSPosition. These work
1907 similar to the old styles NoPPosition and UsePPosition.
1909 * New option "screen" for Maximize command.
1911 * New option ReverseOrder for WindowList command.
1913 * The default Alt-Tab binding works more intuitive.
1915 * New condition "PlacedByFvwm"
1917 * New Geometry option for FvwmForm.
1919 * New Screen resolution and ShowOnlyIcons options for FvwmIconMan.
1921 * FvwmIconMan can be closed with Delete or Close too.
1923 * New options PageOnly and ScreenOnly for FvwmTaskBar.
1925 * FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases.
1927 * Enhancements in fvwm-menu-headlines and support for 10 more
1930 * Color enhancements in button vectors: @2 is bg color, @3 is fg
1933 * Improved detection of the Shape library.
1935 * Fixed FvwmButtons button titles not being erased for swallowed
1936 windows that showed up on certain setups.
1938 * Fixed bug that caused transient windows to be buried below their
1939 parents with the "BugOpts RaiseOverUnmanaged on". This occured
1940 with the system.fvwm2rc-sample-95 configuration.
1942 * The modules FvwmPager, FvwmIconMan, FvwmWinList and FvwmButtos
1943 set the transient_for hint when started with the "transient"
1946 * Fixed FvwmIconMan with the transient option when mapped off
1949 * Fixed ClickToFocus focus policy when iconifying the focused
1952 * Fixed some focus problems in conjunction with unclutter vs
1953 xv/xmms and Open Look applications.
1955 * Fixed a problem that could cause windows to be lost off screen
1956 with interactive window motion.
1958 * Fixed some FvwmTaskBar autohide problem.
1960 * Fixed a display string problem in FvwmForm.
1962 * Fixed a problem with FvwmTheme shadow colours.
1964 * Fixed the CirculateSkipIcon and CirculateSkipShaded options in
1965 conditional commands.
1967 * Fixed a formatting problem of the man page on AIX, Solaris, and
1968 some other UNIX variants.
1970 * Fixed a problems with FvwmIconBox exiting on 64 bit platforms.
1972 * Fixed FvwmIconBox crashes with MaxIconSize dimensions 0.
1974 * Fixed parameters of fvwm24_convert.
1976 * Fixed a number of building problems related to old vendor unices,
1977 libstroke-0.5, autoconf-2.50, bogus gnome-config and imlib-config.
1979 * Fixed drawing of title bar buttons with MWMDecorStick.
1981 * Fixed missing button or key events over the pan frames.
1983 * Fixed placement of the FvwmDragWell, FvwmButtons and FvwmForm
1986 * Fixed parsing double quotes in FvwmPager's Font and SmallFont
1987 options. Fixed FvwmPager crash with certain font strings.
1989 * Fixed drawing of the grid lines in an iconified FvwmPager window.
1991 * Fixed button grabbing problem for buttons > 3 in FvwmTaskBar.
1993 * Fixed some exotic problems with window gravity and resizing
1996 * Fixed a problem with maximizing windows with the viewport not
1997 starting on a page boundary.
1999 * Fixed handling of parentheses in FvwmButtons button actions.
2001 * Work around a key binding problem with keys that generate the
2002 same symbol with more than one key code (e.g. Shift-F1 = F11).
2004 * The Desk option of FvwmBacker is compatible to earlier
2005 version. Desk or Page coordinates can be omitted to indicate
2006 that desk or page changes trigger no action at all.
2008 * Fixed double updating of background with FvwmBacker sometimes
2009 leading to the wrong background.
2011 * Fixed several escaping errors in fvwm-menu-directory, so files
2012 and directories containing special chars and spaces should
2015 * Fixed PlacedByButton3 condition.
2017 * Fixed vanishing windows when mapping/unmapping too fast.
2019 * Fixed prev option of the GotoDeskAndPage command.
2021 * Fixed calculations of X_RESOLUTION and Y_RESOLUTION for screen
2022 dimensions larger than 2147.
2024 * Fixed compatibility of the FvwmM4 modules on platforms that have
2025 a System V implementation of m4 (Solaris 2.6).
2027 * The SetEnv command without a value for a variable is the same as
2030 * Fixed shading/unshading shaped windows and windows without title
2033 -------------------------------------------------------------------
2035 Changes in stable release 2.4.0 (03-Jul-2001)
2037 * Finally released. :)
2038 -------------------------------------------------------------------
2040 For older NEWS, read the ONEWS file.