Tweak placement calculation for over-zealous windows.
[fvwm.git] / ChangeLog
blob466c793fc4f891a3dd3352e811e8a66cf214d790
1 2010-04-03  Thomas Adam <thomas@xteddy.org>
2         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
3         Tweak placement calculation for over-zealous windows.
5         Don't adjust a window's position unless it's actually greater than the
6         screen's dimension (i.e., potentially placed off screen.)
8 2010-02-28  Thomas Adam <thomas@xteddy.org>
9         * fvwm/move_resize.c (__resize_step):
10         Don't explicitly send MotionNotify event during Resize (GeometryWindow)
12         When calling DisplaySize() from a resize event performed on a window,
13         ensure we use the window's last event (which will be MotionNotify
14         anyway) otherwise this completely confuses the GeometryWindow as it has
15         to then update itself each time.
17         When using Xinerama/TwinView, the effect is that the GeometryWindow
18         flickers and/or displays itself on the opposite screen to where the
19         pointer is, because the x/y positions don't take into account the
20         location of the pointer from the original hand-crafted event, but are
21         correct from the execute context the window being resized is called in.
23 2010-02-06  Thomas Adam <thomas.adam22@gmail.com>
24         * fvwm/style.c (check_window_style_change):
25         * fvwm/update.c (apply_window_updates):
26         * fvwm/update.h:
27         Propagate Layer changes via Style command on-the-fly.
29         Until there's a distinction between initially-mapped styles and runtime
30         commands, and that currently, Style commands take effect immediately,
31         ensure that for any Layer requests received via Style commands, these
32         too are applied immediately.
34         The previous assumption was that this was only applicable when mapping a
35         new window, but goes against expectations from the user.
37 2010-01-07  Thomas Adam <thomas.adam22@gmail.com>
38         * fvwm/read.c (run_command_file):
39         Restructure how we look for Read files slightly.
41         When searching for files with the Read command, check to see if the file
42         first of all has an absolute path and if so open it.  If it's relative
43         then search for it in either FVWM_USERDIR or FVWM_DATADIR as before.  If
44         the file still can't be found, try and open it outright.  This will
45         allow therefore:
47         ../../some_file
49         as a valid filename -- of course this really only makes sense when
50         invoking fvwm with "-f" on the command-line, as relative paths to config
51         files in this way should be built up using "$."
53 2010-01-05  Thomas Adam <thomas.adam22@gmail.com>
54         * fvwm/menustyle.c (menustyle_copy_face):
55         Fix segfault setting MenuFace pixmap style for menus.
57         As with the tearoff bug from 2010-01-03, ensure we don't try and free a
58         non-existent pixmap from an invalid pointer.
60 2010-01-05  Thomas Adam <thomas.adam22@gmail.com>
61         * fvwm/read.c (run_command_file):
62         Fix opening of files to Read/PipeRead to accept absolute paths.
64         Don't just assume "/" is a valid identifier for opening files.  "./" is
65         just as likely.  Fixes use-case of:
67         fvwm -f ./some_fvwm2rc
69 2010-01-04  Thomas Adam <thomas.adam22@gmail.com>
70         * fvwm/events.c (flush_property_notify):
71         Add atom to struct so it is checked for by test_typed_window_event().
73 2010-01-04  David Fries <David@Fries.net>
74         * fvwm/events.c (test_typed_window_event):
75         * fvwm/events.c (flush_property_notify):
76         Efficiently handle flushing property events of the same type.
78         * fvwm/events.h (test_typed_window_event_args):
79         Add XAtom type to struct.
81 2010-01-04  David Fries <David@Fries.net>
82         * fvwm/virtual.c (HandlePaging):
83         Move no page detect check, it wasn't being hit.
84         * fvwm/move_resize.c (__move_loop):
85         Transform window position to pointer position and back when calling
86         HandlePaging.
88 2010-01-03  Thomas Adam <thomas.adam22@gmail.com>
89         * fvwm/menustyle.c (menustyle_copy_face):
90         Fix segfault when creating a tearoff menu using a Pixmap background.
92         When we copy the original menustyle to the new torn-off menu which
93         contains a background image, don't then update the menu's pixel
94         background color, as this is already free()d for us by an earlier copy
95         call.
97 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
98         * fvwm/builtins.c (CMD_BugOpts):
99         Remove debug line.
101 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
102         * fvwm/builtins.c (CMD_BugOpts):
103         * fvwm/fvwm.c (InitVariables):
104         * fvwm/events.c (HandleClientMessage):
105         * fvwm/screen.h:
106         Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
107         Qt windows handle having ClientMessage events sent to them.
109 2009-12-30  Thomas Adam <thomas.adam22@gmail.com>
110         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
111         Fix y-axis offset calculations when using MinOverlapPlacement, by
112         forcing the window on-screen when over-zealous penality calculations
113         don't take into account the size of the window borders.
115 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
116         * bin/fvwm-convert-2.6.1.in:
117         Add in BUGS section a note that converting over FvwmTheme lines is
118         likely buggy.
120 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
121         * NEWS:
122         * AUTHORS:
123         * bin/fvwm-convert-2.6.in:
124         * bin/fvwm-convert-2.6.1.in:
125         First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
126         files.
128 2009-12-19  Thomas Adam <thomas.adam22@gmail.com>
129         * libs/Flocale.c (FlocaleEncodeString):
130         Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
132 2009-12-12  Thomas Adam <thomas.adam22@gmail.com>
133         * fvwm/fvwm.c (StartupStuff):
134         Reset the state of the "Restarting" flag to False when restarting FVWM.
136         * fvwm/events.c (HandleMapRequestKeepRaised):
137         Only run InitialMapCommand when FVWM isn't restarting and all windows
138         have been recaptured.  The window is already mapped by the time FVWM is
139         restarting, and running the InitialMapCommand again only serves to
140         "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
142 2009-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
144         * NEWS:
145         * configure.ac:
146         increased version number to 2.5.29
148         * NEWS:
149         updated for 2.5.28 release
151 2009-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
153         * NEWS:
154         * fvwm/ewmh.c (ewmh_ChangeProperty):
155         only convert _NET_WM_ICON hint to long before storing
157 2009-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
159         * fvwm/builtins.c (CMD_BugOpts):
160         remove unused variables
162         * NEWS:
163         * fvwm/ewmh.c (ewmh_ChangeProperty):
164         fix storing of CARD32 arrays on 64 bit machines
166         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
167         prevent segmentation fault when reading a bad _NET_WM_ICON hint
169 2009-08-22      Thomas Adam <thomas.adam22@gmail.com>
170         * fvwm/geometry.c (__cs_handle_aspect_ratio):
171         Workaround gcc -O3, by declaring local vars as volatile.  This fixes an
172         otherwise continual loop when resizing windows when keeping aspect
173         ratio (c.f. mplayer.)
175 2009-08-20  Christoph Fritz <chris_honschu(at)gmx.de>
176         * configure.ac:
177         Fix typo in AS_HELP_STRING referring to enable-htmldoc
179 2009-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
181         * NEWS:
182         * fvwm/builtins.c (CMD_BugOpts):
183         Fix parsing of BugOpts options lists separated by ',', and
184         restoring to default value when the boolean option is omitted if
185         not inside a list.
187         * NEWS:
188         Change QT to Qt.
190         * NEWS:
191         * libs/Flocale.h:
192         * libs/Ficonv.h (FiconvSetTransliterateUtf8):
193         * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
194         (is_translit_supported, set_default_iconv_charsets)
195         (set_iconv_charset_index, FiconvUtf8ToCharset):
196         * fvwm/builtins.c (CMD_BugOpts):
197         Add TransliterateUtf8 bug opt for working around clients
198         which don't care about the WM_NAME value.
200 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
202         * NEWS:
203         * fvwm/stack.c (BroadcastRestack):
204         Fix splitting or M_RESTACK packages causing weird window stacking
205         in modules when more than 83 windows are broadcast.
207 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
208         * configure.ac:
209         Remove dnl comments from configure.ac regarding malloc.h -- it's
210         self-explanatory anyway.
212 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
213         * configure.ac:
214         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
215         -- this never used to produce compiler warnings, but things are
216         starting to become more vocal, so don't use this in our
217         ./configure script if we're compiling FVWM on a *BSD system.
219 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
221         * fvwm/style.h:
222         * fvwm/fvwm.h:
223         * fvwm/add_window.c (setup_numeric_vals):
224         add "typedef struct snap_attraction_t"
225         * fvwm/style.c (style_parse_one_style_option):
226         add new SnapAttraction options "None", "ScreenWindows",
227         "ScreenIcons" and "ScreenAll"
228         * fvwm/move_resize.c (DoSnapAttract):
229         Bugfix, option SameType/Icons/Windows did falsely not affect
230         conditions of option "Screen" and option "SameType" snapped
231         falsely icons and windows together. Implement options
232         None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
233         screen edge snapping.
235 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
236         * fvwm/add_window.c (setup_window_name_count):
237         * fvwm/add_window.c (setup_icon_name_count):
238         Deprecate these in favour of setup_name_count()
240         * fvwm/add_window.c (setup_name_count):
241         Amalgamate setup_window_name_count and setup_icon_name_count to just
242         one function (very similar code between them.)  Used with
243         IndexedWindowName and IndexedIconName.
245 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
247         * NEWS:
248         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
250         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
251         (Frptp_async_putline):
252         Fix ANSI C compatibility.
254         * NEWS:
255         * fvwm/ewmh_names.c (EWMH_WMName):
256         set the HAS_EWMH_WM_NAME flag even if the window name on display
257         isn't changing.
258         (EWMH_WMIconName):
259         same for HAS_EWMH_WM_ICON_NAME
261 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
263         * NEWS:
264         fix for segfault with RPlatHost directive in FvwmEvent
265         * libs/Makefile.am (libfvwm_a_SOURCES):
266         * libs/Fplay.h:
267         add Fplay.h wrapper header for rplay.h
269         * NEWS:
270         fix debian bug #438132
272 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
274         * NEWS:
275         * fvwm/style.c (fw_match_style_id):
276         Fix fvwmstyle resource
278 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
280         * NEWS:
281         * fvwm/events.c (HandleMapRequestKeepRaised):
282         Make sure that a PropertyNotify on the WM_STATE property is always
283         sent out when a window is requested to be moved to the withdrawn
284         state. (Needed by QT)
286 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
288         * sample.fvwmrc/DecorMwm:
289         * sample.fvwmrc/DecorWin95:
290         * sample.fvwmrc/new-features:
291         * sample.fvwmrc/system.fvwm2rc:
292         * sample.fvwmrc/system.fvwm2rc-sample-1:
293         * sample.fvwmrc/system.fvwm2rc-sample-2:
294         * sample.fvwmrc/system.fvwm2rc-sample-95:
295         Use !-negation for styles instead of No...
297         * NEWS:
298         fix a typo
300         * sample.fvwmrc/system.fvwm2rc-sample-95:
301         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
302         sed -i 's/StayOnTop/StaysOnTop/'
303         According to patches by Manoj Srivastava
305 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
307         * fvwm/externs.h:
308         * fvwm/fvwm.c:
309         * fvwm/session.c:
310         convert my old code to use var_name and function_name coding style
312 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
314         * NEWS:
315         * configure.ac:
316         increased version to 2.5.28
318         * ANNOUNCE:
319         * NEWS:
320         * configure.ac:
321         updated for 2.5.27 release
323 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
324         * fvwm/bindings.c (print_bindings):
325         Fixed compilation of not having libstroke installed by using ifdefs
326         around stroke code.
328 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
330         * fvwm/bindings.c (print_bindings):
331         slight cleanup
333         * libs/charmap.c (charmap_table_to_string):
334         several memory menagement fixes.
336 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
338         * libs/charmap.c (charmap_table_to_string):
339         Reduce memory management on the stack, by making only those variables
340         to be accessed outside of the function charmap_table_to_string()
341         allocated on the heap instead.
343         * fvwm/bindings.c (print_bindings):
344         b->Action was previously checked whether it was NULL or not before
345         printing its value to STDERR -- however, this caused a segfault when
346         trying to perform strlen() operations internally -- hence don't bother
347         checking if it's NULL.  This avoids segfaulting.
349 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
351         * libs/charmap.c (charmap_table_to_string):
352         * libs/charmap.h:
353         Introduce charmap_to_string function which is used to build up a
354         binding string, for use with PrintInfo.
356         * fvwm/bindings.c (print_bindings):
357         Introduce print_bindings to print all bindings known to fvwm.
359         * fvwm/builtins.c (CMD_PrintInfo):
360         * fvwm/builtins.h:
361         Add support for "binding" as an option to PrintInfo.
363 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
365         * fvwm/placement.c (__pl_position_get_pos_simple):
366         Force the window on-screen if using PositionPlacement UnderMouse.
368 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
370         * fvwm/events.c (HandleMapRequestKeepRaised):
371         * fvwm/add_window.c (AddWindow):
372         * fvwm/style.h:
373         * fvwm/style.c (style_parse_one_style_option):
374         add new style InitialMapCommand
376 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
378         * bin/fvwm-menu-desktop.in:
379         Fix the location prefix for GNOME application files.
381 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
383         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
384         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
385         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
386         horizontally maximized.
388 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
390         * fvwm/fvwm.h:
391         * fvwm/module_list.c (do_execute_module):
392         * fvwm/fvwm.c (fvmm_deinstall_signals):
393         restore default signal handlers before execl()/execvp()
395 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
397         * fvwm/style.c (fw_match_style_id):
398         Allow for the window's visible name to be considered when matching a
399         style line.  It is possible to use $[w.visiblename] as the style name.
400         Whilst the normal name and the visible name are usually the same, in
401         the case of having IndxedWindowName, if a style line matches this as a
402         visible name, apply it first of all.
404 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
405         * AUTHORS:
406         * fvwm/expand.c:
407         Add $[w.visiblename] as an expansion parameter.
409 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
411         * fvwm/placement.c (__pl_position_get_pos_simple):
412         position placement honours StartsOnPage
414 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
416         * fvwm/session.c (MatchWinToSM):
417         fixed keeping fullscreen state of windows over a restart; the old code
418         tried to do this through session management and effectively overwrote
419         the responsible ewmh hint; eventually, fvwm thought that the window
420         was fullscreen without actually making it fullscreen
422 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
424         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
425         fixed compiler warning caused by a logic error in previous patch
427         * configure.ac:
428         applied png detection fix by Yuri Bushmelev for cross compiliation
430         * fvwm/events.c (__handle_cr_on_client):
431         fixed event merging with auto motion detection
433 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
435         * NEWS:
436         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
437         * fvwm/events.h (events_handle_configure_request):
438         * fvwm/events.c (events_handle_configure_request):
439         (__handle_cr_on_client):
440         (__handle_configure_request):
441         fix handling of _NET_MOVERESIZE_WINDOW
442         (__cr_detect_icccm_move):
443         remove douplicate code
445 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
447         * NEWS:
448         * fvwm/add_window.c (setup_frame_window):
449         fix compilation without XRender
451 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
453         * AUTHORS:
454         * ChangeLog-pre-2.4:
455         * rpm/fvwm.spec.in:
456         * vms/fvwmrc.dat:
457         Convert Latin-1 encodings to UTF-8
459 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
461         * NEWS:
462         * configure.ac:
463         increased version to 2.5.27
465         * ANNOUNCE:
466         * NEWS:
467         * configure.ac:
468         updated for 2.5.26 release
470 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
472         * fvwm/ewmh_events.c (ewmh_WMDesktop):
473         (ewmh_WMState):
474         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
475         (ewmh_HandleWindowType):
476         (ewmh_AddToKdeSysTray):
477         (ewmh_HandleWindowType):
478         (ewmh_check_wm_pid):
479         64-bit fix by Alexandre Julliard
481 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
483         * configure.ac:
484         fix fribidi detection when it uses pkg-config and not fribidi-config
486         * libs/FBidi.c:
487         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
488         it now uses fribidi-types.h and not fribidi_types.h
490 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
492         * fvwm/events.c (dispatch_event):
493         Fix handling of Shape events.
495 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
497         * fvwm/menus.c (calc_normal_item_height):
498         (calc_more_item_height):
499         (size_menu_vertically):
500         fix calculations so the menu fit on the screen height
502 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
504         * fvwm/menus.c (size_menu_vertically):
505         added paddings at the top and bottom of the menus
507         * fvwm/menustyle.c (parse_vertical_margins_line):
508         new function to parse the VerticalMargins new MenuStyle
509         command
511         * fvwm/menustyle.c (menustyle_get_styleopt_index):
512         added the VerticalMargins option to the list
514         * fvwm/menustyle.c (menustyle_parse_style):
515         added default values for the padding, and a case clause
516         for the specific case when you invoke the VerticalMargins
517         MenuStyle
519         * fvwm/menustyle.c (menustyle_copy):
520         added two lines to copy the menu styles from origin to destiny
522         * fvwm/menustyle.h:
523         added macros for the vertical padding stuff
525         * fvwm/menustyle.h (struct MenuLook):
526         added sub-structure to hold the VerticalMargins
528         * fvwm/libs/defaults.h:
529         added one define for MAX_MENU_MARGIN
531 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
533         * fvwm/menuitem.c (draw_highlight_background):
534         fixed drawing of background pictures in menu items
536 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
538         * fvwm/add_window.c (setup_frame_window):
539         fix core dump with ARGB detection code
540         fix compilation without XRender
542 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
544         * NEWS:
545         * configure.ac:
546         increased version to 2.5.26
548         * ANNOUNCE:
549         * NEWS:
550         * configure.ac:
551         updated for 2.5.25 release
553 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
555         * fvwm/fvwm.c (main):
556         further condense the X visual selection code
558 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
560         * fvwm/fvwm.c (main):
561         condense the X visual selection code
563 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
565         * fvwm/events.c (register_event_group)
566         (InitEventHandlerJumpTable, dispatch_event):
567         use separate jump tables for events defined by X-extensions
568         to eliminate the need to ovverride the LASTEvent value.
570         * fvwm/module_list.c (module_list_remove):
571         include the case where the module is first in the list in
572         the loop, fixing a segmentaion fault when the list was empty.
574 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
576         * fvwm/add_window.c (setup_frame_window):
577         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
578         add preliminary support for ARGB windows in fvwm (based on
579         Marc Lehman's argb patch)
581 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
583         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
584         fixed compile error
586 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
588         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
589         catch BadGC when updating root transparent window background
591         * libs/XError.c (do_coredump):
592         (ferror_set_temp_error_handler):
593         (ferror_reset_error_handler)
594         (ferror_call_next_error_handler):
596         new helper functions
597         * libs/XError.c (PrintXErrorAndCoredump):
598         try to dump core the hard way
600 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
602         * fvwm/colorset.c (parse_colorset):
603         check for image != None before calling XDestroyImage
605         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
606         (ewmh_WMStateMaxHoriz):
607         (ewmh_WMStateModal):
608         (ewmh_WMStateShaded):
609         (ewmh_WMStateStaysOnTop):
610         (ewmh_WMStateStaysOnBottom):
611         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
612         version 1.3
613         also ignore the EWMH staysontop and staysonbottom hints if the
614         EWMHIgnoreStackingOrderHints style is used
616         * fvwm/colorset.c (parse_colorset):
617         Fixed a sporadic crash when the root background set by gnome,
618         fvwm-root, esetroot etc. changes and a root transparent colour set
619         is used.
621         * fvwm/colorset.c (parse_colorset):
622         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
623         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
624         * libs/PictureGraphics.c (PGrabXImage)
625         (PGraphicsCreateTranslucent):
626         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
627         directly!
629 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
631         * libs/PictureGraphics.c (PGrabXImage):
632         fixed XImage memory leak
633         (PCreateRenderPixmap):
634         (PCreateDitherPixmap):
635         Properly handle return code of FgetFImage()
637 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
639         * fvwm/events.c (HandleConfigureRequest):
640         (events_handle_configure_request):
641         cleanup
643         * fvwm/ewmh_events.c (ewmh_RestackWindow):
644         (ewmh_MoveResizeWindow):
645         fixed crash when moving/resizing/restacking unmanaged windows through
646         an ewmh message
648 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
650         * fvwm/events.c (HandleMapRequestKeepRaised):
651         fixed compiler warning
653 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
655         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
656         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
657         * NEWS:
658         Fixed the determination of the X charset on UTF-8 system
660 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
662         * fvwm/placement.c (__pl_minoverlap_get_next_x):
663         do not add screen offset to window position
665         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
666         fixed a memory leak
668 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
670         * NEWS:
671         Some html documentation files were not installed.
673 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
675         * fvwm/style.c (style_parse_one_style_option):
676         fixed parsing of screen argument of the SnapAttraction Style
678 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
680         * fvwm/move_resize.c (DoSnapAttract):
681         Use edge move resistance, and not delay for top edge when moving
682         windows.
684 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
686         * NEWS:
687         * fvwm/events.c (HandleMapRequestKeepRaised)
688         (test_withdraw_request):
689         Don't map windows that request to be moved back to WithdrawnState
690         by the ICCCM2 method before they have been mapped. (Fixes bug with
691         disappearing windows.)
693 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
695         * NEWS:
696         * configure.ac:
697         increased version to 2.5.25
699         * NEWS:
700         * configure.ac:
701         updated for 2.5.24 release
703 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
705         * fvwm/menus.c (__mloop_exit):
706         * fvwm/menubindings.c (parse_menu_action):
707         * fvwm/bindings.c:
708         reindented and cleaned up some code
710 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
712         * fvwm/update.c (apply_window_updates):
713         * fvwm/add_window.c (setup_style_and_decor):
714         (setup_numeric_vals):
715         * fvwm/add_window.h:
716         * fvwm/style.h:
717         * libs/defaults.h:
718         * fvwm/events.c (HandleEnterNotify):
719         * fvwm/fvwm.c (InitVariables):
720         * fvwm/screen.h:
721         * fvwm/session.c (SaveGlobalState):
722         (LoadGlobalState):
723         * fvwm/move_resize.c (DoSnapAttract):
724         (CMD_SnapGrid)
725         (DoSnapAttract):
726         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
727         They have been replaced by the styles EdgeMoveResistance,
728         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
730 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
732         * acinclude.m4:
733         * configure.ac:
734         use AS_HELP_STRING to format the configure options help strings
736 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
738         * fvwm/conditional.c:
739         some reformatting
741 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
743         * fvwm/ConfigFvwmDefaults:
744         restore default action of closing menus for menu titles
746 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
748         * libs/FScreen.c (FindScreenOfXY):
749         * fvwm/move_resize.c (GetMoveArguments):
750         fixed the "screen w" argument of the Move and other commands
752 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
754         * fvwm/virtual.c (HandlePaging):
755         don't modify *xl and *yt unless we we really page
757 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
759         * fvwm/module_list.h:
760         * fvwm/module_list.c:
761         a little cleanup
763 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
765         * NEWS:
766         * configure.ac:
767         increased version to 2.5.24
769         * NEWS:
770         * configure.ac:
771         updated for 2.5.23 release
773         * libs/Flocale.c (FlocaleEncodeString):
774         removed previous warning fix
776 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
778         * fvwm/style.c:
779         * fvwm/add_window.c:
780         Added new style option:  StartShaded.
782 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
784         * libs/Flocale.c (FlocaleEncodeString):
785         fix compile warning
787 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
789         * configure.ac:
790         * fvwm/fvwm.1.in
791         * fvwm/Makefile.am:
792         removed old fvwm manpage
794 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
796         * NEWS:
797         * configure.ac:
798         increased version to 2.5.23
800         * NEWS:
801         * configure.ac:
802         fix the date for 2.5.22 release
804 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
806         * fvwm/windowlist.c (CMD_WindowList):
807         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
808         iconified windows.
810 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
812         * configure.ac:
813         fixed perl check
814         use "test ! ... = ..." instead of "test ... != ..."
816         * fvwm/builtins.c (CMD_PropertyChange):
817         fixed completely broken parsing of PropertyChange arguments
819 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
821         * NEWS:
822         * configure.ac:
823         updated for 2.5.22 release
825         * fvwm/builtins.c (CMD_PropertyChange):
826         * libs/Flocale.c (FlocaleGetFftFont):
827         (FlocaleGetFontSet):
828         (FlocaleGetFont):
829         (FlocaleGetFontOrFontSet):
830         (FlocaleLoadFont):
831         (FlocaleUnloadFont):
832         fix compiler warnings
834 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
836         * fvwm/functable.c:
837         fixed command table parsing
839 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
841         * fvwm/module_list.c (module_kill):
842         (executeModuleDesperate):
843         (module_list_itr_init):
844         re-indented
846         * fvwm/events.c (My_XNextEvent):
847         * fvwm/module_list.c (module_alloc):
848         (do_execute_module):
849         * fvwm/module_list.h (fmodule):
850         (MOD_IS_CMDLINE):
851         (MOD_SET_CMDLINE):
852         restored *not* useless is_cmdline_module stuff
854         * fvwm/functions.h:
855         add constants for command group tagging
857 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
859         * configure.ac:
860         don't check for tbl
862 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
864         * configure.ac:
865         check for sed, perl and tbl, needed to build documentation
867 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
869         * libs/System.c (fvwm_mkstemp):
870         use constants from libs/fvwm_sys_stat.h
872 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
874         * fvwm/module_list.c (do_execute_module):
875         fixed possible crash when fork fails
877         * fvwm/module_list.c (module_list_remove):
878         now returns the removed fmodule*, or NULL if unsuccessful
879         removed error message when removing a not listed module (it's normal)
881         * fvwm/module_list.c (module_kill):
882         module is inserted in death_row only if it is successfuly removed from
883         module_list (fixes crash when module is killed more than once)
885 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
887         * fvwm/events.c (My_XNextEvent):
888         fixed hang with startup modules
890 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
892         * fvwm/conditional.c (FreeConditionMask):
893         fixed crash with inverted name condition
895         * NEWS:
896         fixed typo
898 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
900         * configure.ac:
901         * README:
902         * NEWS:
903         * INSTALL.fvwm:
904         * sample.fvwmrc/system.fvwm2rc-sample-95:
905         * sample.fvwmrc/system.fvwm2rc:
906         * sample.fvwmrc/system.fvwm2rc-sample-2:
907         * libs/Picture.c (PicturePrintImageCache):
908         * libs/Module.c:
909         * libs/FGettext.c (FGettextPrintLocalePath):
910         * libs/fvwmsignal.c:
911         * libs/Module.h:
912         * libs/PictureUtils.c (PictureAllocColorTable)
913         (PicturePrintColorInfo):
914         * libs/FScreen.h:
915         * libs/fvwmsignal.h:
916         * libs/Bindings.c:
917         * libs/FScreen.c:
918         * libs/Ficonv.c (convert_charsets):
919         (FiconvSetupConversion):
920         * fvwm/decorations.c:
921         * fvwm/gnome.h:
922         * fvwm/events.c:
923         * fvwm/add_window.c (setup_window_font):
924         (setup_icon_font):
925         * fvwm/fvwm.1.in:
926         * fvwm/session.h:
927         * fvwm/conditional.c:
928         * fvwm/fvwm.c (SetRCDefaults):
929         (main):
930         * fvwm/ewmh_events.c:
931         * fvwm/stack.c:
932         * fvwm/gnome.c:
933         * fvwm/menustyle.c (menustyle_parse_style):
934         (menustyle_copy):
935         * fvwm/ewmh.c (EWMH_Init):
936         * libs/Flocale.c (FlocaleParseShadow):
937         (FlocaleGetFontSet):
938         (FlocaleLoadFont):
939         (FlocalePrintLocaleInfo):
940         * fvwm/misc.c (fvwm_msg):
941         * vms/README:
942         * vms/vms.c:
943         write fvwm in lower case
945         * configure.ac:
946         fixed build without GNU make
948 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
950         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
951         fixed buffer overflow
953 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
955         * fvwm/module_list.h (fmodule_list_itr):
956         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
957         replace iterator struct by typedef
959         * fvwm/module_list.c (module_list_destroy):
960         (module_kill_all):
961         (module_cleanup):
962         new function to remove dup code
964         * fvwm/module_list.c (module_kill):
965         changed to move the module to the deathrow list
967         * fvwm/module_list.h (fmodule):
968         * fvwm/module_list.c (module_alloc):
969         (module_list_remove):
970         (FlushMessageQueue):
971         removed is_removed logic
973         * fvwm/module_list.c (module_safefree):
974         removed function
976         * fvwm/events.c (My_XNextEvent):
977         remove old "#if 0" code
979         * fvwm/module_list.c (module_kill):
980         removed debug code
982 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
984         * fvwm/module_list.h (fmodule_list_itr):
985         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
986         don't store current pointer in module list iterators.
987         fix C89-compilance
989 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
991         * fvwm/events.c (My_XNextEvent):
992         * fvwm/module_list.c (KillModuleByName):
993         (FlushAllMessageQueues):
994         * fvwm/module_interface.c (BroadcastPacket):
995         (BroadcastNewPacket):
996         (BroadcastName):
997         (BroadcastFvwmPicture):
998         (BroadcastColorset):
999         (BroadcastProperyChange):
1000         (BroadcastConfigInfoString):
1001         (CMD_SendToModule):
1002         * fvwm/modconf.c (ModuleConfig):
1003         * fvwm/stack.c (BroadcastRestack):
1004         replaced module_get_next by module list iterator mechanism
1006         * fvwm/module_list.h:
1007         * fvwm/module_list.c (module_get_next):
1008         removed function
1010 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
1012         * fvwm/module_list.h:
1013         * fvwm/module_list.c (fmodule):
1014         (fmodule_store):
1015         (module_insert):
1016         (module_remove):
1017         (module_count):
1018         (module_get_next):
1019         (FlushAllMessageQueues):
1020         (KillModuleByName):
1021         * fvwm/module_interface.c (BroadcastPacket):
1022         (BroadcastNewPacket):
1023         (BroadcastName):
1024         (BroadcastFvwmPicture):
1025         (BroadcastColorset):
1026         (BroadcastProperyChange):
1027         (BroadcastConfigInfoString):
1028         (CMD_SendToModule):
1029         * fvwm/event.c (My_XNextEvent):
1030         * fvwm/stack.c (BroadcastRestack):
1031         * fvwm/modconf.c (ModuleConfig):
1032         changed to work with generic list container
1034         * fvwm/module_list.c (module_insert):
1035         (module_list_insert):
1036         (module_remove):
1037         (module_list_remove):
1038         (module_count):
1039         (module_list_len):
1040         renamed as list handling functions
1042         * fvwm/events.c (My_XNextEvent):
1043         * fvwm/module_list.h:
1044         * fvwm/module_list.c (module_alloc):
1045         (do_execute_module):
1046         removed useless is_cmdline_module stuff
1048         * fvwm/module_list.h:
1049         * fvwm/module_list.c (module_list_insert):
1050         (module_list_remove):
1051         (module_list_len):
1052         new fmodule_list object representing a module list.
1053         changed the module lists to the new object.
1054         changed list functions to use the list object instead of the
1055         fmodule_store pointer.
1057         * fvwm/events.c (My_XNextEvent):
1058         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1060         * fvwm/module_list.h (fmodule_list_itr):
1061         * fvwm/module_list.c (fmodule_list_itr_init):
1062         (fmodule_list_itr_next):
1063         created a smart (safe) iterator mechanism to replace the
1064         module_get_next function
1066 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1068         * fvwm/functions.c:
1069         * fvwm/functable.c:
1070         added empty functions to replace CMD_Dummy
1072         * configure.ac:
1073         use subordinate Makefile.ams instead of iuncluding files from other
1074         dirs
1076         * configure.ac:
1077         removed FVWMNAMEUCASE
1079         * configure.ac:
1080         make distcheck fix
1082         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1083         force --enable-htmldoc on "make distcheck"
1085         * fvwm/events.c (HandleEnterNotify):
1086         (HandleLeaveNotify):
1087         properly generate enter_window and leave_window events for FvwmEvent
1089 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1091         * fvwm/move_resize.c (GetOnePositionArgument):
1092         (__get_shift)
1093         (ParsePositionArgumentSuffix):
1094         code cleanup
1096 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1098         * fvwm/move_resize.c (GetOnePositionArgument):
1099         fixed position calculation with the "w" prefix (move w-1 w-1).
1100         (GetOnePositionArgument):
1101         code cleanup
1103 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
1105         * fvwm/menus.c (__copy_down, __check_for_delimiter)
1106         (scanForStrings):
1107         reduce indentation level
1108         add comment to explain why suppressing the warning is right
1110 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1112         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1113         fixed using uninitialized variable
1115         * fvwm/menus.c (scanForStrings):
1116         suppress compiler warning for now
1118         * fvwm/move_resize.c (resize_move_window):
1119         (AnimatedMoveAnyWindow):
1120         (__move_window):
1121         (__resize_window):
1122         (CMD_Maximize):
1123         * fvwm/module_interface.c (__get_allowed_actions):
1124         * fvwm/menuitem.c (menuitem_paint):
1125         * fvwm/icons.c (CMD_Iconify):
1126         * fvwm/gnome.c (GNOME_SetHints):
1127         * fvwm/ewmh.c (ewmh_AllowsClose):
1128         (ewmh_AllowsClose)
1129         (ewmh_AllowsFullScreen):
1130         (ewmh_AllowsMinimize)
1131         (ewmh_AllowsMaximize):
1132         (ewmh_AllowsMove):
1133         (ewmh_AllowsResize)
1134         (EWMH_fullscreen):
1135         * fvwm/ewmh_events.c (ewmh_CloseWindow):
1136         (ewmh_MoveResizeWindow):
1137         (ewmh_MoveResize):
1138         (ewmh_WMState):
1139         (ewmh_WMStateHidden):
1140         * fvwm/events.c (__handle_cr_on_client):
1141         * fvwm/decorations.c (__is_resize_allowed):
1142         (is_function_allowed):
1143         * fvwm/conditional.c (MatchesConditionMask):
1144         * fvwm/builtins.c (CMD_Delete):
1145         * fvwm/add_window.c (AddWindow):
1146         is_function allowed now differentiates between US program actions and
1147         actions initiated by interaction between fvwm and the user
1149 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1151         * fvwm/menus.c (__scan_for_pixmap):
1152         fixed compiler warning
1154         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1155         (ewmh_RestackWindow):
1156         honor FixedSize/FixedPosition styles in EWMH messages too
1158 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1160         * fvwm/fvwm.c (setVersionInfo):
1161         add XCursor support to version output
1163         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1164         (SCTX_GET_MR, string_context_type_t, string_context_t)
1165         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1166         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1167         reimplement pixmap and color scanning for menus to better handle
1168         escaped delimiters.
1170 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1172         * fvwm/Makefile.am:
1173         don't install fvwm.1
1175         * fvwm/events.c (My_XNextEvent):
1176         remove unused varaible
1178         * fvwm/events.c (My_XNextEvent):
1179         * fvwm/module_list.h:
1180         * fvwm/module_list.c (module_store, module_alloc)
1181         (module_kill_all, module_safefree, module_remove)
1182         (do_execute_module, module_kill, module_cleanup, module_get_next)
1183         (FlushMessageQueue):
1184         Don't free module stuctures during module I/O. (Fixes segfault.)
1186 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
1188         Committed by Scott.
1190         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1191         Someone missed to add extra conditions when changing from
1192         unsigned to signed.
1194 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1196         * configure.ac:
1197         fixed liXcursor detection
1199 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1201         Committed by Scott.
1203         * fvwm/menus.c (scanForPixmap):
1204         made it possible to escape '*' '%' '@' in filenames
1206         * libs/PictureImageLoader.c (PImageLoadSvg):
1207         added transposing and none uniform scaling to svg options
1209 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1211         * libs/PictureImageLoader.c:
1212         cleanup
1213         (PImageLoadCursorFromFile):
1214         fixed compilation without xpm library
1215         (PImageLoadPng):
1216         fixed compiler warning without png library
1218 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1220         * libs/Fxpm.h:
1221         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1222         fix compilation without xpm library
1224 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1226         * libs/Fxpm.h:
1227         fixed compile error
1229         * libs/PictureImageLoader.c:
1230         cleanup
1231         (PImageLoadCursorFromFile):
1232         fixed compilation without xpm library
1233         (PImageLoadPng):
1234         fixed compiler warning without png library
1236 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1238         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1239         * fvwm/cursor.c (CMD_CursorStyle):
1240         fixed compiler warning
1242 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1244         * fvwm/cursor.c (CMD_CursorStyle):
1245         fix CursorStyle command parsing
1247 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1249         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1250         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1251         * libs/PictureImageLoader.c (PImageLoadSvg):
1252         (PImageLoadPng):
1253         (PImageCreatePixmapFromArgbData):
1254         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1255         (PImageCreatePixmapFromFImage):
1256         new local function
1258 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1260         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1261         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1262         * libs/PictureImageLoader.c (PImageLoadSvg):
1263         (PImageLoadPng):
1264         (PImageCreatePixmapFromArgbData):
1265         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1266         (PImageCreatePixmapFromFImage):
1267         new local function
1269 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1271         * AUTHORS:
1272         * NEWS:
1273         updated
1275         * configure.ac:
1276         added libXcursor detection
1278         * fvwm/Makefile.am (LDADD):
1279         added Xcursor_LIBS
1281         * INSTALL.fvwm:
1283         * libs/Fcursor.h:
1284         new file
1286         * libs/Makefile.am (libfvwm_a_SOURCES):
1287         added Fcursor.h
1289         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1290         added Xcursor support
1292 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1294         * NEWS:
1295         updated
1297         * libs/Fxpm.h:
1298         added defs for FxpmInfo and FxpmFreeXpmInfo
1300         * libs/PictureBase.h (FvwmPictureAttributes):
1301         * libs/PictureImageLoader.c
1302         (PImageCreatePixmapFromArgbData):
1303         (PImageLoadPixmapFromFile):
1304         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1305         (PImageLoadCursorPixmapFromFile):
1306         (PImageLoadCursorFromFile):
1307         * libs/PictureImageLoader.h:
1308         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1309         replaced by the new general PImageLoadCursorFromFile()
1311         * fvwm/cursor.c (CMD_CursorStyle):
1312         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1313         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1315 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1317         * libs/PictureImageLoader.c
1318         (PImageLoadSvg):
1319         (PImageLoadPng):
1320         (PImageLoadXpm):
1321         now returns argb data instead of pixmaps
1322         (PImageLoadPixmapFromFile):
1323         (PImageLoadArgbDataFromFile):
1324         moved first half of PImageLoadPixmapFromFile() into
1325         the new local function PImageLoadArgbDataFromFile()
1326         (PImageLoadBitmap):
1327         removed function, code moved into PImageLoadPixmapFromFile()
1329 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1331         * libs/PictureImageLoader.c (PImageLoadXpm):
1332         revised to make use of PImageCreatePixmapFromArgbData()
1334 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1336         * fvwm/colorset.c (parse_shape):
1337         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1338         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1339         * libs/PictureImageLoader.c
1340         (PImageLoadSvg):
1341         (PImageLoadPng):
1342         (PImageCreatePixmapFromArgbData):
1343         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1344         or translucent (0 < any alpha < 0xff) images.
1346 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1348         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1349         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1350         * libs/PictureImageLoader.c (PImageLoadSvg):
1351         (PImageLoadPng):
1352         (PImageCreatePixmapFromArgbData):
1353         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1354         (PImageCreatePixmapFromFImage):
1355         new local function
1357 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1359         * fvwm/functions.c (CMD_EchoFuncDefinition):
1360         * fvwm/functable.c (func_table):
1361         * fvwm/commands.h:
1362         new command EchoFuncDefinition
1364 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1366         * NEWS:
1367         * fvwm/conditional.c (CreateConditionMask):
1368         bugfix: Condition separation previously failed when a
1369         single comma (no whitespace padding) was used directly
1370         after a multi-worded condition.
1372 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1374         * fvwm/module_list.c (module_kill):
1375         fix possible core dump when using startup modules
1377 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1379         * NEWS:
1380         * fvwm/builtins.c (CMD_PrintInfo):
1381         * libs/Picture.h (PicturePrintImageCache):
1382         * libs/Picture.c (PicturePrintImageCache):
1383         add ImageCache subject to PrintInfo command
1385 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1387         * NEWS:
1388         * fvwm/events.c (My_XNextEvent):
1389         fix crash when a module closes down during input/output.
1391 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1393         * fvwm/icons.c (ChangeIconPixmap):
1394         (DeIconify):
1395         (Iconify):
1396         * fvwm/focus.c (warp_to_fvwm_window):
1397         * fvwm/events.c (__handle_cr_restack):
1398         (__handle_bpress_on_managed):
1399         (HandlePropertyNotify):
1400         * fvwm/stack.h:
1401         * fvwm/stack.c (__restack_window):
1402         (__raise_lower_recursion):
1403         (__raise_or_lower_window):
1404         (raise_or_lower_window):
1405         (position_new_window_in_stack_ring):
1406         (RaiseWindow):
1407         (LowerWindow):
1408         (RestackWindow):
1409         (HandleUnusualStackmodes):
1410         (CMD_Raise):
1411         (CMD_Lower):
1412         (CMD_RestackTransients):
1413         (CMD_RaiseLower):
1414         do raise hacks even when the internal stack is intact, unless on a
1415         client request
1417 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1419         * fvwm/style.c (check_window_style_change)
1420         (style_parse_one_style_option):
1421         * fvwm/style.h:
1422         * fvwm/fvwm.h (window_style):
1423         * fvwm/add_window.c (setup_frame_size_limits):
1424         * fvwm/geometry.c (constrain_size):
1425         new style MinWindowSize
1427 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1429         * libs/System.h:
1430         added missing prototypes
1432         * libs/safemalloc.c:
1433         * libs/fio.c:
1434         * libs/envvar.c:
1435         * libs/XResource.c:
1436         * libs/XError.c:
1437         * libs/WinMagic.c:
1438         * libs/Target.c:
1439         * libs/Event.c (GetSubwindowFromEvent):
1440         * libs/Cursor.c:
1441         * libs/ColorUtils.c:
1442         include corresponding header files
1444         * libs/PictureBase.c:
1445         * libs/FlocaleCharset.c:
1446         * fvwm/ewmh.c:
1447         cleanup prototypes
1449 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1451         * configure.ac (HAVE_GNU_READLINE):
1452         detect full GNU readline API (vs BSD libedit readline compatibility
1453         layer)
1455 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1457         * fvwm/windowlist.c (CMD_WindowList):
1458         * NEWS:
1460         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1461         "UseSkipList" & "OnlySkipList".
1463 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1465         * NEWS:
1466         * fvwm/add_window.c (validate_transientfor):
1467         detect and disallow circular transient-for hints
1469 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1471         * fvwm/fvwm.1.in:
1472         s/UseListSkip/UseSkipList/g etc.
1474 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1476         * fvwm/menus.c (size_menu_vertically):
1477         added localization of the "More&..." string
1479 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1481         * libs/PictureBase.c (PictureFindImageFile):
1482         fix for segfault with svg-support enabled
1484         * INSTALL.fvwm (http):
1485         * configure.ac (png_CFLAGS):
1486         raise librsvg dependeny due to bug with 2.13.91
1488         * fvwm/cursor.c (CMD_CursorStyle):
1489         remove unused static variable nocursor
1491 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1493         * AUTHORS:
1494         typo.
1496 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1498         * configure.ac:
1499         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1500         bugfix: out-of-tree builds failed due to broken dependency.
1501         Make man page have same header as old one.
1502         Fix man page indentation.
1503         Make text of top-level man page sections all uppercase.
1504         Added --disable-mandoc option.
1505         HTML doc generation is off by default: use --enable-htmldoc.
1506         Added more info in doc/README about XML commands to use.
1508 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1510         * NEWS:
1511         * Everything in the 'doc' subdirectory.
1513         XML source to generate man page & HTML documentation.
1515 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1517         * NEWS:
1518         * fvwm/colorset.c (parse_colorset):
1519         don't recompute sh, hi and fgsh if they were supplied in a previous
1520         colorset line. Fixes bug #3359.
1522 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1524         * fvwm/move_resize.c (DoSnapAttract):
1525         handle SnapGrid before SnapAttraction so that non-overlapping windows
1526         do not snap edge to edge:
1527                                     +---+
1528                                     |   |
1529                                     +---+---+
1530                                         |   |
1531                                         +---+
1533 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1535         * fvwm/style.c (parse_and_set_window_style)
1536         (style_parse_one_style_option):
1537         don't warn about PositionPlacement arguments
1539 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1541         * AUTHORS:
1542         * NEWS:
1543         enties for ChangeWindowTitle patch by Julio Teca.
1545 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1547         * fvwm/fvwm.c (main):
1548         fixed ROOT CursorStyle context
1550         * fvwm/placement.c (__pl_manual_get_pos_simple):
1551         * fvwm/move_resize.h:
1552         * fvwm/move_resize.c (__move_loop):
1553         (InteractiveMove):
1554         fixed long broken POSITION CursorStyle context
1556 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1558         * fvwm/bindings.c (ParseBinding):
1559         fix buffer overrun with >78 character window names.
1561         * fvwm/fvwm.1.in (PositionPlacement):
1562         fix typos
1564         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1565         * fvwm/style.c (style_parse_one_style_option):
1566         change BorderWidth and HandleWidth style  to revert to default if no
1567         arguments are given
1569 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1571         * fvwm/fvwm.h (style_flags):
1572         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1573         (__place_get_wm_pos):
1574         (__place_window, __explain_placement):
1575         * fvwm/style.c (style_parse_one_style_option):
1577         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1578         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1579         (DEFAULT_PLACEMENT_POSITION_STRING):
1580         new default strings
1582         * fvwm/move_resize.c (GetOnePositionArgument):
1583         added 'w' suffix to Move arguments
1584         allow multiple shifts from original position
1586         * fvwm/style.c (style_parse_one_style_option):
1587         (merge_styles)
1588         (free_style):
1589         * fvwm/placement.c (setup_window_placement)
1590         (__place_get_placement_flags):
1591         (__place_get_wm_pos):
1592         (__place_get_nowm_pos):
1593         (__place_window):
1594         (__place_handle_x_resources):
1595         (setup_window_placement):
1596         * fvwm/fvwm.h (PLACE_CENTER):
1597         (PLACE_POSITION):
1598         replaced CenterPlacement with more flexibe PositionPlacement
1600         * fvwm/move_resize.c (GetMoveArguments):
1601         (GetResizeArguments):
1602         (GetResizeMoveArguments):
1603         (__move_window):
1604         * fvwm/move_resize.h:
1605         exported and enhanced function GetMoveArguments for use by placement
1606         algorithm
1608 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1610         * fvwm/ConfigFvwmDefaults:
1611         reenable MenuScroll on titles
1613         * fvwm/menubindings.c (menu_shortcuts):
1614         don't scroll menus if scrolling would be in the wrong direction
1616 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1618         * fvwm/move_resize.c (__resize_window):
1619         some resizing/gravity fixes
1620         properly handle maximized + shaded state when resizing
1621         non-interactively
1623 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1625         * fvwm/move_resize.c (__resize_window):
1626         resizing of shaded windows work better.
1628 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1630         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1631         clarified previous patch
1633         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1634         documented '-' command prefix
1636         * fvwm/expand.c (__eae_parse_range):
1637         fix $[n-] and $[*] after unsigned int havoc
1639 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1641         * fvwm/Makefile.am:
1642         * fvwm/ConfigFvwmMenuDefaults:
1643         removed file
1644         * fvwm/ConfigFvwmDefaults:
1645         * fvwm/ConfigFvwmMenuDefaults:
1646         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1648 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1650         * fvwm/ConfigFvwmMenuDefaults:
1651         * fvwm/fvwm.c (SetRCDefaults):
1652         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1653         apply to menu item context.
1655 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1657         * fvwm/placement.c (placement_loop):
1658         (__pl_minoverlap_get_avoidance_penalty):
1659         (__pl_smart_get_first_pos):
1660         (__pl_smart_get_next_pos):
1661         (__pl_smart_test_window):
1662         (__pl_smart_get_pos_penalty):
1663         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1664         now less than ten lines of code.
1666         * fvwm/add_window.c (setup_placement_penalty):
1667         * fvwm/style.c (style_parse_one_style_option):
1668         allow to reset the placement penalties with !
1670         * fvwm/placement.h:
1671         * fvwm/add_window.c (setup_placement_penalty):
1672         * fvwm/style.h:
1673         * fvwm/fvwm.h:
1674         * fvwm/style.c (style_parse_one_style_option):
1675         put placement penalty array in a struct
1677         * fvwm/placement.c (__place_get_wm_pos):
1678         (__pl_clever_get_next_x):
1679         (__pl_clever_get_next_y):
1680         (__pl_clever_get_first_pos):
1681         (__pl_clever_get_next_pos):
1682         (__pl_clever_get_avoidance_penalty):
1683         (__pl_clever_get_pos_penalty):
1684         (__pl_minoverlap_get_next_x):
1685         (__pl_minoverlap_get_next_y):
1686         (__pl_minoverlap_get_first_pos):
1687         (__pl_minoverlap_get_next_pos):
1688         (__pl_minoverlap_get_avoidance_penalty):
1689         (__pl_minoverlap_get_pos_penalty):
1690         renamed ...clever... functions to ...minoverlap...
1692         * fvwm/bindings.c:
1693         * fvwm/decorations.c:
1694         * fvwm/menubindings.c:
1695         * fvwm/module_interface.c:
1696         * fvwm/module_list.c:
1697         * fvwm/fvwm.c:
1698         * fvwm/module_list.h:
1699         * fvwm/events.c:
1700         * fvwm/module_interface.h:
1701         * fvwm/Makefile.am:
1702         dont include "libs" in include path
1704         * libs/vpacket.h:
1705         #includes from fvwm path with "..." not <...>
1707         * fvwm/stack.c:
1708         #includes from library path with "..." not <...>
1710 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1712         * NEWS:
1713         * AUTHORS:
1714         * INSTALL.fvwm:
1715         documented new svg support
1717         * configure.ac:
1718         added librsvg detection
1720         * fvwm/Makefile.am (LDADD, INCLUDES):
1721         added rsvg_LIBS, rsvg_CFLAGS
1723         * fvwm/expand.c (expand_vars_extended):
1724         new extended variables
1725         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1727         * fvwm/fvwm.1.in (OPTIONS):
1728         (ICONS AND IMAGES):
1729         documented new svg support
1730         (COMMAND EXPANSION):
1731         documented new extended variables
1733         * fvwm/fvwm.c (setVersionInfo):
1734         (main):
1735         added Frsvg_init() call
1737         * libs/Fsvg.h:
1738         new file
1740         * libs/Makefile.am (libfvwm_a_SOURCES):
1741         added Fsvg.h
1742         (INCLUDES):
1743         added rsvg_CFLAGS
1745         * libs/Picture.c (PCacheFvwmPicture):
1746         hid svgopts from isFileStampChanged()
1748         * libs/PictureBase.c (PictureFindImageFile):
1749         hid svgopts from searchPath()
1751         * libs/PictureBase.h:
1753         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1754         hid svgopts from setFileStamp()
1755         (PImageLoadSvg):
1756         new svg image loader
1758         * libs/fvwmlib.c (flib_init_graphics):
1759         added Frsvg_init() call
1761 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1763         * NEWS:
1764         * fvwm/stack.c (__is_restack_needed)
1765         (is_transient_subtree_straight):
1766         (__restack_window):
1767         fix crash when trying to restack destroyed window
1769 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1771         * libs/Makefile.am (libfvwm_a_SOURCES):
1772         add fvwmlib.c
1774         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1775         * fvwm/menus.c (move_any_menu)
1776         set menu backgrounds before moving. Makes transparent menus move
1777         more seamless.
1779         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1780         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1781         add update_transparent_menu_bg to allow set of transparent menu
1782         background before a move, and change repaint_transparent_menu to
1783         allow for not setting the menu background.
1785         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1786         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1787         transparent colorsets)
1788         (CreateOffsetBackgroundPixmap):
1789         use offset also for non transparent backgrounds.
1791         * fvwm/menubindings.c (menu_shortcuts):
1792         don't move menus on scroll if they don't move
1794 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1796         * libs/fvwmlib.h:
1797         * fvwm/bindings.c:
1798         * fvwm/cursor.c:
1799         * fvwm/decorations.c:
1800         * fvwm/ewmh_conf.c:
1801         * fvwm/ewmh_events.c:
1802         * fvwm/ewmh_icons.c:
1803         * fvwm/expand.c:
1804         * fvwm/focus.c:
1805         * fvwm/functions.c:
1806         * fvwm/gnome.c:
1807         * fvwm/menubindings.c:
1808         * fvwm/menucmd.c:
1809         * fvwm/menuitem.c:
1810         * fvwm/misc.c:
1811         * fvwm/modconf.c:
1812         * fvwm/module_interface.c:
1813         * fvwm/module_list.c:
1814         * fvwm/read.c:
1815         * fvwm/update.c:
1816         * fvwm/windowlist.c:
1817         * fvwm/windowshade.c:
1818         * fvwm/colorset.c:
1819         * fvwm/session.c:
1820         * fvwm/stack.c:
1821         * fvwm/ewmh.c:
1822         * fvwm/conditional.c:
1823         * fvwm/menustyle.c:
1824         * fvwm/virtual.c:
1825         * fvwm/placement.c:
1826         * fvwm/frame.c:
1827         * fvwm/fvwm.c:
1828         * fvwm/icons.c:
1829         * fvwm/add_window.c:
1830         * fvwm/builtins.c:
1831         * fvwm/move_resize.c:
1832         * fvwm/borders.c:
1833         * fvwm/style.c:
1834         * fvwm/events.c:
1835         * fvwm/menus.c:
1836         * libs/FTips.c:
1837         * libs/Picture.c:
1838         * libs/Target.c:
1839         * libs/gravity.c:
1840         * fvwm/execcontext.c:
1841         * libs/BidiJoin.c:
1842         * libs/CombineChars.c:
1843         * libs/FBidi.c:
1844         * libs/FEvent.c:
1845         * libs/Fft.c:
1846         * libs/FGettext.c:
1847         * libs/Ficonv.c:
1848         * libs/FImage.c:
1849         * libs/flist.c:
1850         * libs/FlocaleCharset.c:
1851         * libs/fsm.c:
1852         * libs/Parse.c:
1853         * libs/queue.c:
1854         * libs/safemalloc.c:
1855         * libs/strdup.c:
1856         * libs/timeout.c:
1857         * libs/Strings.c:
1858         * libs/FRender.c:
1859         * libs/Module.c:
1860         * libs/ColorUtils.c:
1861         * libs/Colorset.c:
1862         * libs/PictureImageLoader.c:
1863         * libs/PictureGraphics.c:
1864         * libs/Graphics.c:
1865         * libs/FScreen.c:
1866         * libs/PictureUtils.c:
1867         * libs/Flocale.c:
1868         * libs/PictureBase.c:
1869         use new header files
1871         * libs/Graphics.h:
1872         * libs/XResource.h:
1873         * libs/Event.h:
1874         * libs/XError.h:
1875         * libs/ColorUtils.h:
1876         * libs/PictureBase.h:
1877         * libs/System.h:
1878         * libs/defaults.h:
1879         * libs/Cursor.h:
1880         * libs/Target.h:
1881         * libs/WinMagic.h:
1882         * libs/fvwmlib.h:
1883         * libs/Makefile.am (libfvwm_a_SOURCES):
1884         moved declarations from fvwmlib.h to new/appropriate header files
1886         * libs/XError.c:
1887         reformatted
1889         * fvwm/menus.c (paint_side_pic):
1890         fixed previous patch
1891         reindented function
1893 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1895         * fvwm/menus.c (paint_side_pic):
1896         fix a core dump
1898         * fvwm/menus.c (paint_side_pic):
1899         use simple expose information to redraw sidepics less.
1901 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1903         * fvwm/geometry.c (constrain_size):
1904         silence gcc 4.1.1 warning.
1906         * libs/System.c (searchPath):
1907         search in pwd if no path is given.
1908         return NULL if a file dosn't exist regardless if it's absolute path
1910 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1912         * fvwm/placement.c (__place_window)
1913         (__pl_under_mouse_get_pos_simple):
1914         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1915         * fvwm/fvwm.1.in:
1916         new style option UnderMousePlacementHonorsStartsOnPage
1918         * fvwm/update.c (init_style):
1919         don't forget stickyness when a window goes fullscreen (or when some
1920         other style is changed)
1922 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1924         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1925         properly handle title direction with cascade placement
1927         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1928         new default value
1930         * fvwm/placement.c (__pl_center_get_pos_simple):
1931         CenterPlacement properly handles Xinerama screens
1933 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1935         * configure.ac:
1936         always substiture datarootdir
1938 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1940         * fvwm/add_window.c (GetWindowSizeHints):
1941         * fvwm/geometry.c (constrain_size):
1942         undefine macros after use
1943         (constrain_size):
1944         reindented and cleaned up
1945         do not grow a window because of aspect ratio if this is not explicitly
1946         allowed by the CS_ROUND_UP flag
1947         (constrain_size):
1948         (__cs_handle_aspect_ratio):
1949         broken into separate functions and cleaned up
1951 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1953         * fvwm/module_list.c (module_receive):
1954         (module_input_discard):
1955         allocate input data in just one call - better perfomance
1957 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1959         * fvwm/placement.c (__place_get_wm_pos):
1960         simplified to a simple loop
1961         (__explain_placement):
1962         added explanation of new placement styles
1964         * fvwm/placement.c (__place_get_wm_pos):
1965         cleanup
1966         (__pl_center_get_pos_simple):
1967         (__pl_under_mouse_get_pos_simple):
1968         (__pl_cascade_get_pos_simple):
1969         (__pl_manual_get_pos_simple):
1970         (__place_get_wm_pos):
1971         use new placement interface for CenterPlacement, UnderMousePlacement,
1972         ManualPlacement, CascadePlacement
1974         * fvwm/placement.c (__sp_get_first_pos):
1975         (__sp_get_next_pos):
1976         (__sp_get_pos_penalty):
1977         (__place_get_wm_pos):
1978         use new placement interface for SmartPlacement
1979         (SmartPlacement):
1980         removed function
1982         * fvwm/placement.c:
1983         don't use inline functions
1984         (CleverPlacement):
1985         (placement_loop):
1986         renamed function and generalized the placement interface to deal with
1987         any algorithm in the same way
1988         (__place_get_wm_pos):
1989         use new placement interface
1991         * NEWS:
1992         * configure.ac:
1993         increased version to 2.5.22
1995         * NEWS:
1996         * configure.ac:
1997         updated for 2.5.21 release
1999 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
2001         * fvwm/read.h: Compile syntax error fix.
2003 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2005         * fvwm/placement.c (SmartPlacement):
2006         fixed broken SmartPlacement
2008 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2010         * fvwm/expand.c (expand_vars_extended):
2011         free allocated icon path
2013 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2015         * fvwm/fvwm.1.in:
2016         some cleanup
2018         * fvwm/virtual.c:
2019         fix compile error
2021 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2023         * NEWS:
2024         * fvwm/fvwm.1.in (Scroll):
2025         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2026         add interactive scrolling.
2028         * fvwm/stack.c (is_transient_subtree_straight):
2029         check first above the tree root, then beneth it.
2031 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
2033         * fvwm/module_interface.h
2034         * fvwm/module_interface.c (module_input_enqueue):
2035         (module_input_execute):
2036         new functions based on AddToCommandQueue and ExecuteModuleCommand
2038         * fvwm/module_list.c (CMD_ModuleSynchronous):
2039         (PositiveWrite):
2040         * fvwm/events.c (My_XNextEvent):
2041         * fvwm/module_interface.c (ExecuteCommandQueue):
2042         using the above two new functions instead of AddToCommandQueue and
2043         ExecuteModuleCommand
2045         * fvwm/module_interface.c (cqueue_object_type):
2046         removed typedef
2048         * fvwm/module_interface.h
2049         * fvwm/module_interface.c (AddToCommandQueue):
2050         (ExecuteModuleCommand):
2051         removed functions
2053 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2055         * fvwm/fvwm.h (window_style):
2056         * fvwm/style.c (style_parse_one_style_option):
2057         icon background relief and icon title relief changed to sigend char;
2058         should fix problem with ppc and negative values for these.
2060 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
2062         * fvwm/module_list.h:
2063         * fvwm/module_list.c (module_receive):
2064         (module_input_discard):
2065         (module_input_expect):
2066         new functions to deal with module input
2068         * fvwm/module_list.h:
2069         * fvwm/module_list.c (HandleModuleInput):
2070         replaced by the above three functions
2072         * fvwm/events.c (My_XNextEvent):
2073         * fvwm/module_list.c (CMD_ModuleSynchronous):
2074         (PositiveWrite):
2075         adapted to use the above three functions instead of HandleModuleInput
2077 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2079         * configure.ac (HAVE_PNG):
2080         don't mangle png_LIBS, use --with-png-library
2082 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2084         * NEWS:
2085         removed news about previous change after move of version-2_5_20 tag
2086         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2087         balls.
2089         * fvwm/stack.c (__restack_window):
2090         fix so new transient windows with StackTransientParent on top layer
2091         don't make all windows raise above the pan frames.
2093         * NEWS:
2094         * configure.ac:
2095         increased version to 2.5.21
2097         * NEWS:
2098         * configure.ac:
2099         updated for 2.5.20 release
2101 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
2103         * fvwm/fvwm.c (main):
2104         remove the call to module_init_list, the list head is instead set
2105         to NULL upon declaration
2107         * fvwm/module_list.h:
2108         * fvwm/module_list.c (module_init_list):
2109         removed function
2111 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2113         * fvwm/stack.c (is_transient_subtree_straight)
2114         (is_transient_subtree_stack_straight):
2115         use <= 32 character function name
2116         (mark_transient_subtree, is_transient_subtree_straight)
2117         (__mark_transient_subtree_test):
2118         move common tests to function to avoid code duplication
2120         * fvwm/fvwm.1.in (IconifyWindowGroups):
2121         Correctly document that windows are iconified together if the are in
2122         the same window group, not if the group leader is iconified.
2124 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2126         * fvwm/add_window.c (GetWindowSizeHints):
2127         * libs/vpacket.h (ConfigWinPacket):
2128         * fvwm/module_interface.c (CONFIGARGS):
2129         * fvwm/fvwm.h (FvwmWindow):
2130         add orig_hints_width_inc and orig_hints_height_inc values to store the
2131         original resize inc  for use in FvwmIdent
2133         * fvwm/fvwm.1.in:
2134         * fvwm/style.c (style_parse_one_style_option):
2135         deprecated some "No..." styles
2136         (style_parse_one_style_option):
2137         add a NoResizeHintOverride style
2139         * fvwm/add_window.c (GetWindowSizeHints):
2140         only ignore the min_width/min_height/max_width/max_height with the
2141         ResizeHintOverride style
2143         * fvwm/icons.c (DeIconify):
2144         corrected previous fix
2146         * fvwm/placement.c (CleverPlacement):
2147         (SmartPlacement):
2148         (__place_get_wm_pos):
2149         (__place_get_nowm_pos):
2150         (__place_window):
2151         fixed smart placement
2152         unified placement func interface
2154 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2156         * NEWS:
2157         * fvwm/icons.c (DeIconify):
2158         don't loop forever.
2160         * fvwm/stack.c (is_transient_subtree_stacked_straight):
2161         fix detection of non needed lower operations
2162         (__restack_window):
2163         BroadcastRestack to modules even if non is done. (To cancel effect of
2164         already sent M_RAISE/M_LOWER)
2165         don't do raise hacks if no restack was done.
2167         * fvwm/fvwm.h (FvwmWindow):
2168         icon_nalloc_pixels is int instead of unsined int
2170         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2171         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2172         use int instead of unsigned int.
2174         * fvwm/menugeometry.c (menu_get_geometry)
2175         (menu_get_outer_geometry):
2176         * fvwm/focus.c (CMD_WarpToWindow):
2177         * fvwm/geometry.c (get_title_button_geometry):
2178         * fvwm/session.c (SaveWindowStates):
2179         * fvwm/conditional.c (CMD_WindowId):
2180         * fvwm/placement.c (__place_get_wm_pos):
2181         * fvwm/frame.c (frame_create_move_resize_args):
2182         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2183         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2184         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2185         * fvwm/style.c (style_parse_icon_box_style):
2186         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2187         (AnimatedMoveAnyWindow, __move_window, __move_loop)
2188         (__resize_window):
2189         * fvwm/events.c (HandlePropertyNotify)
2190         (__is_bpress_window_handled):
2191         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2192         (get_menu_options):
2193         fix geometry signed pointer warnings
2195         * libs/Graphics.c (CalculateGradientDimensions):
2196         cast pointer to unsigned int*
2198         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2199         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2200         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2201         change unsigned int* parameter to int*. It get's info stored in an
2202         unsigned short, so it should be OK.
2204         * fvwm/externs.h:
2205         * fvwm/fvwm.c:
2206         JunkMask is unsigned
2208         * fvwm/stack.c (__mark_group_member)
2209         (is_transient_subtree_stacked_straight, __is_restack_needed)
2210         (__restack_window, mark_transient_subtree):
2211         don't raise or lower windows if they are already at the right place.
2213 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2215         * fvwm/module_interface.c (struct cqueue_object_type):
2216         * fvwm/module_list.h (struct fmodule_input):
2217         reused cqueue_object_type as a struct to store module input data
2218         renamed it to fmodule_input and moved it to module_list.h
2219         typedef'ed it to cqueue_object_type in module_interface.c
2221 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2223         * fvwm/placement.c (__cp_get_next_x):
2224         (__cp_get_next_y):
2225         (__cp_get_first_pos):
2226         (__cp_get_next_pos):
2227         (__cp_get_avoidance_penalty):
2228         (__cp_test_fit):
2229         (CleverPlacement):
2230         restructured and cleaned up CleverPlacement code
2232         * fvwm/style.c (style_parse_icon_box_style):
2233         * fvwm/virtual.c (HandlePaging):
2234         * fvwm/stack.c (verify_stack_ring_consistency):
2235         (ResyncFvwmStackRing):
2236         * fvwm/repeat.c:
2237         * fvwm/read.c (cursor_control):
2238         * fvwm/placement.c (__place_get_wm_pos):
2239         * fvwm/move_resize.c (GetMoveArguments):
2240         (ParseOneResizeArgument):
2241         (GetResizeArguments):
2242         (GetResizeMoveArguments):
2243         (resize_move_window):
2244         (resize_move_window):
2245         (InteractiveMove):
2246         (__move_window):
2247         (DoSnapAttract):
2248         (DoSnapAttract):
2249         (__resize_step):
2250         (__resize_window):
2251         (__resize_window):
2252         (__resize_window):
2253         (MaximizeHeight):
2254         (MaximizeWidth):
2255         (maximize_fvwm_window):
2256         (CMD_Maximize):
2257         (CMD_Maximize):
2258         * fvwm/misc.c:
2259         * fvwm/menustyle.h (MenuStyle):
2260         * fvwm/menus.c (MenuSizingParameters):
2261         (make_menu_window):
2262         (paint_menu_gradient_background):
2263         (paint_menu_gradient_background):
2264         (select_menu_item):
2265         (do_menus_overlap):
2266         (pop_menu_up):
2267         (pop_menu_down_and_repaint_parent):
2268         (__mloop_handle_action_without_mi):
2269         (do_menu):
2270         (get_menu_options):
2271         (get_menu_options):
2272         * fvwm/menuroot.h (MenuRootStatic):
2273         (MenuRootDynamic):
2274         * fvwm/menuitem.h (MenuPaintItemParameters):
2275         * fvwm/menugeometry.h:
2276         * fvwm/menubindings.c (menu_shortcuts):
2277         * fvwm/icons.c (SetIconPixmapSize):
2278         (GetIconPicture):
2279         (DrawIconTitleWindow):
2280         (AutoPlaceIcon):
2281         (do_all_iconboxes):
2282         (GetIconWindow):
2283         (GetIconBitmap):
2284         * fvwm/gnome.c (GNOME_GetHintIcons):
2285         * fvwm/functions.c (FvwmFunction):
2286         (__execute_function):
2287         (__cf_cleanup):
2288         (execute_complex_function):
2289         * fvwm/fvwm.c (JunkWidth):
2290         (JunkHeight):
2291         (JunkBW):
2292         (JunkDepth):
2293         (JunkMask):
2294         (main):
2295         * fvwm/externs.h (JunkWidth):
2296         (JunkHeight):
2297         (JunkBW):
2298         (JunkDepth):
2299         (JunkMask):
2300         * fvwm/focus.c (CMD_WarpToWindow):
2301         * fvwm/expand.c (__eae_parse_range):
2302         (expand_args_extended):
2303         (expand_vars_extended):
2304         (expand_vars_extended):
2305         * fvwm/ewmh_names.c (EWMH_WMIconName):
2306         (EWMH_WMName):
2307         * fvwm/ewmh_intern.h:
2308         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2309         (EWMH_DoUpdateWmIcon):
2310         (ewmh_SetWmIconFromPixmap):
2311         (ewmh_SetWmIconFromPixmap):
2312         (EWMH_DeleteWmIcon):
2313         (extract_wm_icon):
2314         (extract_wm_icon):
2315         (EWMH_SetIconFromWMIcon):
2316         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2317         (ewmh_WMState):
2318         (ewmh_WMIconGeometry):
2319         (ewmh_WMStrut):
2320         * fvwm/ewmh.h:
2321         * fvwm/ewmh.c (ewmh_ChangeProperty):
2322         (ewmh_ChangeProperty):
2323         (atom_get):
2324         (ewmh_AtomGetByName):
2325         (ewmh_AddToKdeSysTray):
2326         (EWMH_GetWorkAreaIntersection):
2327         (ewmh_HandleWindowType):
2328         (ewmh_check_wm_pid):
2329         * fvwm/geometry.c (constrain_size):
2330         * fvwm/geometry.h:
2331         * fvwm/events.c (__handle_cr_on_client):
2332         (WaitForButtonsUp):
2333         * fvwm/events.h:
2334         * libs/PictureImageLoader.c:
2335         * libs/PictureImageLoader.h:
2336         * libs/WinMagic.c:
2337         * libs/fvwmlib.h:
2338         * libs/Graphics.c (ParseGradient):
2339         (CalculateGradientDimensions):
2340         (CreateGradientPixmap):
2341         (CreateGradientPixmapFromString):
2342         * fvwm/colorset.c (update_root_pixmap):
2343         * fvwm/builtins.c (CMD_Echo):
2344         (CMD_State):
2345         * fvwm/add_window.c (AddWindow):
2346         * fvwm/screen.h (DecorFace):
2347         use int instead of unsigned int
2349         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2350         * fvwm/colormaps.c (EnterSubWindowColormap):
2351         (LeaveSubWindowColormap):
2352         (FetchWmColormapWindows):
2353         * libs/vpacket.h:
2354         * libs/CombineChars.c (char_combclass):
2355         use short instead of short int
2356         use long instead of long int
2358         * libs/PictureBase.h (FvwmPictureAttributes):
2359         (FvwmRenderAttributes):
2360         * libs/Flocale.h (FlocaleFont):
2361         * fvwm/style.c (style_parse_icon_grid_style):
2362         * fvwm/menus.c (size_menu_horizontally):
2363         (size_menu_vertically):
2364         (paint_menu):
2365         (AddToMenu):
2366         * fvwm/menuitem.c (menuitem_paint):
2367         (menuitem_free):
2368         * fvwm/menuitem.h (MenuItem):
2369         * fvwm/geometry.c (set_window_border_size):
2370         * fvwm/decorations.c (SelectDecor):
2371         use int instead of short
2373         * fvwm/screen.h (FvwmAcs):
2374         (DecorFace):
2375         * fvwm/menus.c (MenuSizingParameters):
2376         (size_menu_horizontally):
2377         (update_menu):
2378         (paint_menu_gradient_background):
2379         * fvwm/menuroot.h (MenuRootStatic):
2380         * fvwm/menuitem.h (MenuItem):
2381         (MenuItemPartSizesT):
2382         * fvwm/menuitem.c (menuitem_get_size):
2383         * fvwm/menudim.h (MenuDimensions):
2384         use int instead of unsigned short
2386 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2388         * libs/gravity.h:
2389         * libs/gravity.c (gravity_move_resize_parent_child):
2390         * fvwm/frame.h:
2391         * fvwm/frame.c (mr_args_internal):
2392         (frame_setup_border):
2393         (frame_setup_titlebar):
2394         (frame_get_resize_decor_gravities):
2395         (frame_get_titlebar_dimensions):
2396         use rectangle instead of signed_rectangle
2398         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2399         * libs/fvwmrect.h (signed_rectangle):
2400         removed type
2401         (rectangle):
2402         (size_rect):
2403         widht and height are now signed values
2405         * fvwm/placement.c (get_next_x):
2406         (__cp_get_next_x):
2407         (get_next_x):
2408         (__cp_get_next_y):
2409         (__test_fit):
2410         (__cp_test_fit):
2411         renamed functions
2413         * fvwm/placement.c (get_next_x):
2414         (get_next_y):
2415         (test_fit):
2416         (CleverPlacement):
2417         cleanup
2419 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2421         * NEWS:
2422         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2423         StickyAcrossDesksIcon.
2425 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2427         * fvwm/conditional.c (CreateConditionMask):
2428         added conditions StickyIcon, StickyAcrossPagesIcon and
2429         StickyAcrossDesksIcon.
2431         * fvwm/fvwm.1.in:
2432         documented new conditional tests.
2433         removed descriptions of styles StickyIconPage & StickyIconDesk which
2434         actually don't exists in fvwm.
2435         moved StickyIcon/SlipperyIcon descriptions immediately after
2436         Sticky/Slippery description.
2438 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2440         * fvwm/placement.c (SmartPlacemen):
2441         (__sp_test_window):
2442         cleaned up SmartPlacement code
2444 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2446         * fvwm/ConfigFvwmMenuDefaults:
2447         Mouse 0 MS A MenuLeaveSubmenu instead.
2449         * fvwm/ConfigFvwmMenuDefaults:
2450         Mouse 0 MS A MenuClose to make sidepic and border behave as
2451         before menu bindings.
2453         * fvwm/fvwm.1.in:
2454         * libs/wcontext.h (enum):
2455         * fvwm/menubindings.c (menu_binding):
2456         (menu_shortcuts):
2457         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2459         * fvwm/menustyle.c (menustyle_parse_old_style):
2460         add a message of deprecation.
2462 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2464         * fvwm/module_list.h:
2465         * fvwm/module_list.c:
2466         new files for module handling code.
2468         * fvwm/module_list.h:
2469         * fvwm/module_interface.h:
2470         * fvwm/module_list.c:
2471         * fvwm/module_interface.c:
2472         (struct mqueue_object_type):
2473         (msg_mask_set):
2474         (module_alloc):
2475         (module_insert):
2476         (module_remove):
2477         (module_free):
2478         (module_get_next):
2479         (set_message_mask):
2480         (get_pipe_name):
2481         (initModules):
2482         (ClosePipes):
2483         (do_execute_module):
2484         (executeModuleDesperate):
2485         (CMD_Module):
2486         (CMD_ModuleListenOnly):
2487         (CMD_ModuleSynchronous):
2488         (HandleModuleInput):
2489         (DeadPipe):
2490         (KillModule):
2491         (KillModuleByName):
2492         (CMD_KillModule):
2493         (PositiveWrite):
2494         (DeleteMessageQueueBuff):
2495         (FlushMessageQueue):
2496         (FlushAllMessageQueues):
2497         (CMD_set_mask):
2498         (CMD_set_sync_mask):
2499         (CMD_set_nograb_mask):
2500         (skipModuleAliasToken):
2501         (countModules):
2502         (struct msg_masks_t):
2503         (struct fmodule):
2504         moved from module_interface.c/h to module_list.c/h
2506         * fvwm/module_list.h (do_execute_module):
2507         * fvwm/module_interface.h (AddToCommandQueue):
2508         (ExecuteModuleCommand):
2509         initialy static functions are exposed for now. Should be fixed soon.
2511         * fvwm/Makefile.am:
2512         added module_list.h and module_list.c
2513         reorganized the c files by size
2515         * fvwm/module_list.h:
2516         * fvwm/module_list.c:
2517         * fvwm/events.c:
2518         * fvwm/fvwm.c:
2519         * fvwm/session.c:
2520         * fvwm/stack.c:
2521         (initModules):
2522         (module_init_list):
2523         (ClosePipes):
2524         (module_kill_all):
2525         (KillModule):
2526         (module_kill):
2527         (countModules):
2528         (module_count):
2529         renamed functions to a unified style
2531         * fvwm/module_interface.h:
2532         * fvwm/module_interface.c:
2533         * fvwm/fvwm.c:
2534         * fvwm/events.c:
2535         * fvwm/modconf.c
2536         * fvwm/session.c:
2537         * fvwm/stack.c:
2538         * fvwm/windowshade.c:
2539         * fvwm/functions.c:
2540         * fvwm/move_resize.c:
2541         include file cleanup
2543         * fvwm/module_list.c (do_execute_module):
2544         made absolutely sure the module's read fd is >=0 before inserting
2545         the module on the list
2547         * fvwm/events.c (My_XNextEvent):
2548         * fvwm/module_list.c (PositiveWrite):
2549         (CMD_ModuleSynchronous):
2550         assume module read fd is allways >=0 (remove the tests)
2552         * fvwm/module_list.c (module_free):
2553         no need to test if fd >=0 when closing the pipes.
2555 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2557         * fvwm/menuitem.c (draw_higlight_background):
2558         fix x-origin of HGradients
2560 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2562         * fvwm/module_interface.c (FlushMessageQueues):
2563         fixed not flushing the first module on the list
2565 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2567         * libs/Flocale.c (FlocaleGetFftFont):
2568         add sanity check for NULL fontname.
2570         * NEWS:
2571         * fvwm/fvwm.1.in:
2572         * fvwm/menuitem.c (menuitem_paint):
2573         (draw_hilight_background):
2574         make all kinds of pixmaps work with hilight background
2576         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2577         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2578         (CreateBackgroundPixmap):
2579         added CreateOffsetBackgroundPixmap with the ability to create
2580         transparent images at an offset relative to the window.
2582 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2584         * fvwm/menus.c (__mloop_exit):
2585         (struct):
2586         (__mloop_get_event)
2587         (__mloop_handle_event):
2588         don't warp to parent item when entering other item with mouse.
2590         * NEWS:
2591         * fvwm/fvwm.1.in:
2592         * fvwm/menustyle.c (menustyle_update):
2593         make use of colorset TiledPixmap option with HiglightBack
2594         and HiglightTitleBack menu styles.
2596 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2598         * libs/FScreen.c:
2599         reformatted
2601 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2603         * libs/FScreen.c (FScreenParseGeometry):
2604         don't look up screen info if screen is undefined
2606 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2608         * ONEWS:
2609         * NEWS:
2610         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2612         * libs/fio.c (fvwm_send):
2613         compile fixes
2615         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2616         added macro
2618         * libs/fio.c:
2619         * libs/fio.h:
2620         new utility files to wrap writing/reading standard lib functions that
2621         might be interrupted
2623 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2625         * fvwm/ewmh_intern.h:
2626         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2627         instead of <time.h>.
2629         * fvwm/windowlist.h:
2630         removed unneeded file.
2632         * fvwm/Makefile.am:
2633         removed windowlist.h from build list.
2635         * libs/PictureUtils.c:
2636         include "ftime.h" instead of <time.h>.
2637         fvwmlib.h header name should be in double quotes not in angle
2638         brackets.
2640         * libs/System.c:
2641         include "ftime.h" instead of <sys/time.h>.
2643 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2645         * ChangeLog:
2646         make my email less spider-friendly
2648         * fvwm/bindings.c (binding_cmd):
2649         (ParseBinding):
2650         fix core
2652 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2654         * fvwm/screen.h (ScreenInfo):
2655         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2656         casting signed values in calculations to be cast to unsigned
2658         * fvwm/focus.c (__activate_window_by_command):
2659         don't warp the viewport if the center of the window is already in view
2660         fixed a bug in window positioning
2662 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2664         * NEWS:
2665         FvwmIconBox IconColorset's bg wasn't updated immediately.
2667 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2669         * fvwm/fvwm.c (main):
2670         close all open fds upon startup
2671         reopen stdin, stdout and stderr if necessary
2672         (reopen_fd):
2673         new function
2675         * fvwm/module_interface.c (do_execute_module):
2676         simplified error handling
2677         check maximum fd when creating modules
2679         * fvwm/events.c (My_XNextEvent):
2680         * fvwm/fvwm.c (main):
2681         replaced fd_width with fvwmlib_max_fd
2683         * libs/fvwmlib.h:
2684         * libs/System.c (fvwmlib_init_max_fd):
2685         added function and fvwmlib_max_fd
2687         * fvwm/events.c (My_XNextEvent):
2688         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2689         switch back to using FD_SET
2691         * fvwm/events.c (My_XNextEvent:
2692         * fvwm/module_interface.h:
2693         * fvwm/module_interface.c:
2694         hide module structure members with access macros and use them
2695         everywhere
2697 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2699         * fvwm/module_interface.c (module_add_to_fdsets):
2700         * fvwm/module_interface.h:
2701         created new function that also checks for too many open fds
2703         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2704         * fvwm/events.c (My_XNextEvent):
2705         now using module_add_to_fdset to add pipes to the fdsets
2707 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2709         * libs/defaults.h (MAX_NUM_MODULES):
2710         * fvwm/module_interface.c (module_alloc):
2711         (do_execute_module):
2712         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2714         * fvwm/module_interface.c (do_execute_module):
2715         moved the allocation call to the end of the sanity checks and pipe
2716         creation - better for performance
2718 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2720         END MODULE STRUCT PATCHES
2722         * fvwm/module_interface.c (do_execute_module):
2723         fixed another memory leak
2725 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2727         * fvwm/module_interface.h:
2728         * fvwm/module_interface.c:
2729         * fvwm/modconf.c:
2730         renamed struct module member "pipeName" and "pipeAlias" to "name"
2731         and "alias"
2733         * fvwm/module_interface.c (do_execute_module):
2734         fixed possible memory leak
2736 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2738         * fvwm/events.c (My_XNextEvent):
2739         * fvwm/module_interface.c (module_alloc):
2740         (do_execute_module):
2741         (KillModule):
2742         * fvwm/module_interface.h (fmodule):
2743         replaced int with a flag struct
2745         * fvwm/module_interface.h:
2746         * fvwm/events.c (My_XNextEvent):
2747         * fvwm/module_interface.c (module_alloc):
2748         (module_free):
2749         (module_insert):
2750         (ClosePipes):
2751         add new modules at front of list again
2752         removed global variable init_fdset; use a flag in the module struct
2753         instead
2754         removed the now obsolete module slot count
2756 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2758         * fvwm/module_interface.c (module_remove):
2759         (KillModule):
2760         moved module remotion code to module_remove()
2762 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2764         * fvwm/events.c (My_XNextEvent):
2765         fixed startup commands
2767         * fvwm/module_interface.c (module_insert):
2768         (module_free):
2769         (KillModule):
2770         (ClosePipes):
2771         append modules at end of list
2773         * fvwm/events.c (My_XNextEvent):
2774         fixed core
2776         * fvwm/module_interface.c (ExecuteModuleCommand):
2777         (PositiveWrite):
2778         (KillModuleByName):
2779         (BroadcastPacket):
2780         (BroadcastNewPacket):
2781         (BroadcastName):
2782         (BroadcastFvwmPicture):
2783         (BroadcastColorset):
2784         (BroadcastPropertyChange):
2785         (BroadcastConfigInfoString):
2786         (CMD_SendToModule):
2787         (FlushAllMessageQueues):
2788         (countModules):
2789         (CMD_set_mask):
2790         (CMD_set_sync_mask):
2791         (CMD_set_nograb_mask):
2792         cleanup
2793         (skipModuleAliasToken):
2794         use MAX_MODULE_ALIAS_LEN
2796         * fvwm/module_interface.c (KillModule):
2797         (do_execute_module):
2798         (module_alloc):
2799         added a "slot" member to the module struct to fix the init_fdset hack
2800         for now
2802         * libs/defaults.h (MAX_NUM_MODULES):
2803         (MAX_MODULE_ALIAS_LEN):
2804         new config values
2806         * fvwm/module_interface.c (do_execute_module):
2807         rewrote module struct initialization
2808         (HandleModuleInput):
2809         use %p to print module address, don't cast it to int
2811         * fvwm/module_interface.c (ClosePipes):
2812         (KillModule):
2813         use module_free
2814         (msg_mask_set):
2815         (module_insert):
2816         (module_alloc):
2817         new functions()
2819         * fvwm/module_interface.c (FreeModule):
2820         (module_free):
2821         renamed function
2823         * fvwm/module_interface.c (KillModule):
2824         (FreeModule):
2825         * fvwm/events.c (My_XNextEvent):
2826         * fvwm/execcontext.h:
2827         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2828         (ModuleConfig):
2829         * fvwm/stack.c (BroadcastRestack):
2830         cleanup
2832         * fvwm/module_interface.c (module_get_next):
2833         * fvwm/module_interface.h:
2834         new function
2836 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2838         * fvwm/modconf.c (ModuleConfig):
2839         (SendConfigToModule):
2840         (send_xinerama_state):
2841         (send_desktop_names):
2842         (send_desktop_geometry):
2843         (send_image_path):
2844         (send_color_limit):
2845         (send_colorsets):
2846         (send_click_time):
2847         (send_move_threshold):
2848         (send_ignore_modifiers):
2849         (CMD_Send_ConfigInfo):
2850         * fvwm/functions.c (__execute_function):
2851         * fvwm/events.c (My_XNextEvent):
2852         * fvwm/module_interface.h (msg_masks_t):
2853         (fmodule):
2854         * fvwm/execcontext.c (__exc_change_context):
2855         (exc_create_null_context):
2856         * fvwm/execcontext.h:
2857         Initial module struct patches
2859         BEGIN MODULE STRUCT PATCHES
2861 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2863         * fvwm/events.c (HandleFocusOut):
2864         (__refocus_stolen_focus_win):
2865         (HandleEnterNotify):
2866         less disruptive way of restoring focus to the window it was stolen from
2868 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2870         * fvwm/events.c (HandleEnterNotify):
2871         restore focus to windows that had it stolen by
2872         unmanaged windows on enter of any unmanaged windows.
2874 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2876         * fvwm/menubindings.c:
2877         don't include menus.h
2879         * fvwm/ConfigFvwmMenuDefaults:
2880         all bindings are silent
2882 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2884         * fvwm/ConfigFvwmMenuDefaults:
2885         make all numpad keys silent -- not all keyboads have a numpad
2886         add KP_Separator for MenuClose
2888 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2890         * fvwm/fvwm.1.in:
2891         documented missing menu bindings.
2893         * fvwm/ConfigFvwmMenuDefaults:
2894         fixed wrong menu bindings.
2896 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2898         * fvwm/menubindings.c:
2899         * fvwm/menubindings.h:
2900         * fvwm/menucmd.c:
2901         * fvwm/menudim.c:
2902         * fvwm/menudim.h:
2903         * fvwm/menugeometry.c:
2904         * fvwm/menugeometry.h:
2905         * fvwm/menuitem.c:
2906         * fvwm/menuitem.h:
2907         * fvwm/menuroot.h:
2908         * fvwm/menus.c:
2909         * fvwm/menus.h:
2910         * fvwm/move_resize.c:
2911         * fvwm/move_resize.h:
2912         * fvwm/windowlist.c:
2913         simplified including header files
2915         * fvwm/menus.c (__mloop_handle_event):
2916         * fvwm/menuparameters.h:
2917         * fvwm/menubindings.c (menu_shortcuts):
2918         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2920         * fvwm/menus.c (__mloop_handle_event):
2921         * fvwm/menuparameters.h:
2922         * fvwm/menubindings.c (menu_shortcuts):
2923         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2924         instead
2926         * fvwm/menus.h (MenuParameters):
2927         (MenuOptions):
2928         (MenuPosHints):
2929         (MenuRC):
2930         (MenuReturn):
2931         (MenuRepaintTransparentParameters):
2932         * fvwm/menuparameters.h (MenuParameters):
2933         (MenuOptions):
2934         (MenuPosHints):
2935         (MenuRC):
2936         (MenuReturn):
2937         (MenuRepaintTransparentParameters):
2938         moved to menuparameters.h
2940         * fvwm/menus.h (MenuRoot):
2941         (MenuRootDynamic):
2942         (MenuRootStatic):
2943         * fvwm/menutypes.h (MenuRoot):
2944         (MenuRootDynamic):
2945         (MenuRootStatic):
2946         moved to menuroot.h
2948         * fvwm/menus.c (menu_get_geometry):
2949         (menu_get_outer_geometry):
2950         * fvwm/menugeometry.c (menu_get_geometry):
2951         (menu_get_outer_geometry):
2952         moved to menugeometry.c
2954         * fvwm/menuparameters.h:
2955         * fvwm/menutypes.h:
2956         * fvwm/menugeometry.c:
2957         * fvwm/menugeometry.h:
2958         * fvwm/Makefile.am:
2959         new files
2961         * fvwm/menubindings.h (enum):
2962         * fvwm/menus.c (enum):
2963         moved enum menu_shortcut_action to menubindings.h
2964         (get_selectable_item_index):
2965         (get_selectable_item_from_index):
2966         (get_selectable_item_from_section):
2967         (get_selectable_item_count):
2968         (parse_menu_action):
2969         moved to menubindings.c
2971         * fvwm/menus.c (enum):
2972         (parse_menu_action):
2973         (menuShortcuts):
2974         renamed enum shortcut_action to menu_shortcut_action
2976         * fvwm/fvwm.c (SetRCDefaults):
2977         read default config file after all other defaults
2979 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2981         * fvwm/ConfigFvwmMenuDefaults:
2982         * fvwm/fvwm.c (SetRCDefaults):
2983         make the hard coded menu bindings load before ConfigFvwmDefaults
2984         move Mouse 0 ... to ConfigFvwmMenuDefaults
2986 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2988         * fvwm/ConfigFvwmMenuDefaults:
2989         * fvwm/fvwm.c (SetRCDefaults):
2990         added hard coded default menu bindings
2992 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
2994         * fvwm/fvwm.1.in:
2995         documentation fixes.
2997 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2999         * fvwm/bindings.c:
3000         * fvwm/menubindings.h:
3001         * fvwm/menubindings.c:
3002         * fvwm/menus.h:
3003         * fvwm/menus.c:
3004         * fvwm/Makefile.am:
3005         moved new menu binding code to menubindings.c, menubindings.h
3006         split binding into a regular list and a fallback list that can not be
3007         modified
3009         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3010         fixed calculation of new geometry if x or y is negative
3012         * fvwm/geometry.c (maximize_adjust_offset):
3013         fixed calculations of normal geometry when maximized
3015 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3017         * NEWS:
3018         * fvwm/ConfigFvwmMenuDefaults:
3019         * fvwm/fvwm.c (SetRCDefaults):
3020         * fvwm/menus.c (parse_menu_action):
3021         * fvwm/fvwm.1.in:
3022         rename menu action to menu bindings and make menu binding commands
3023         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3024         ensure basic function with ConfigFvwmMenuDefaults missing.
3026 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3028         * fvwm/menus.c (menuShortcuts):
3029         fixed compiler warning.
3031 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3033         * fvwm/fvwm.1.in:
3034         corrected mis-spelling
3036         * AUTHORS:
3037         * NEWS:
3038         * fvwm/fvwm.1.in:
3039         * fvwm/menus.h:
3040         * fvwm/menus.c (handle_emacs_bindings):
3041         (parse_menu_action)
3042         (menuShortcuts):
3043         (__mloop_handle_event):
3044         (menu_binding):
3045         * fvwm/bindings.c (ParseBinding):
3046         * fvwm/Makefile.am (config_DATA):
3047         * fvwm/ConfigFvwmDefaults:
3048         * fvwm/ConfigFvwmMenuDefaults:
3049         fully configurable mouse any key bindings for menu navigation.
3051 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3053         * fvwm/virtual.c (HandlePaging):
3054         removed bogus comment
3056         * fvwm/move_resize.c (__move_loop):
3057         cleanup
3058         (__resize_window):
3059         allow paging during resize with "EdgeScroll 0 0" as documented in the
3060         man page
3061         fixed disappearing windows with "maximize; resize - abort; unmaximize"
3063         * fvwm/fvwm.h (FvwmWindow):
3064         * fvwm/add_window.c (AddWindow):
3065         * fvwm/add_window.c (setup_frame_window):
3066         * fvwm/add_window.c (setup_parent_window)
3067         * fvwm/borders.c (border_draw_decorations):
3068         * fvwm/borders.c (border_draw_one_border_part):
3069         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3070         * fvwm/borders.c (border_get_titlebar_descr)
3071         * fvwm/builtins.c (__remove_window_decors):
3072         * fvwm/conditional.c (MatchesConditionMask):
3073         * fvwm/events.c (HandleMapNotify):
3074         * fvwm/events.c (HandleMapRequestKeepRaised)
3075         * fvwm/events.c (HandlePropertyNotify):
3076         * fvwm/events.c (HandleShapeNotify):
3077         * fvwm/events.c (__cr_detect_icccm_move)
3078         * fvwm/events.c (__cr_get_grav_position):
3079         * fvwm/events.c (__cr_get_static_position)
3080         * fvwm/events.c (__handle_configure_request)
3081         * fvwm/events.c (__handle_cr_on_client):
3082         * fvwm/ewmh.c (EWMH_fullscreen):
3083         * fvwm/focus.c (__activate_window_by_command):
3084         * fvwm/focus.c (__set_focus_to_fwin):
3085         * fvwm/focus.c (warp_to_fvwm_window):
3086         * fvwm/frame.c (__frame_setup_window):
3087         * fvwm/frame.c (frame_create_move_resize_args)
3088         * fvwm/frame.c (frame_free_move_resize_args):
3089         * fvwm/frame.c (frame_move_resize_step)
3090         * fvwm/frame.c (frame_reshape_border):
3091         * fvwm/geometry.c (constrain_size):
3092         * fvwm/geometry.c (get_icon_corner)
3093         * fvwm/geometry.c (get_page_offset):
3094         * fvwm/geometry.c (get_page_offset_check_visible):
3095         * fvwm/geometry.c (get_shaded_client_window_pos):
3096         * fvwm/geometry.c (get_title_button_geometry):
3097         * fvwm/geometry.c (get_title_geometry)
3098         * fvwm/geometry.c (get_unshaded_geometry):
3099         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3100         * fvwm/geometry.c (gravity_constrain_size):
3101         * fvwm/geometry.c (maximize_adjust_offset):
3102         * fvwm/geometry.c (update_absolute_geometry):
3103         * fvwm/geometry.c (update_relative_geometry)
3104         * fvwm/gnome.c (GNOME_SetWinArea):
3105         * fvwm/icons.c (AutoPlaceIcon):
3106         * fvwm/icons.c (DeIconify):
3107         * fvwm/icons.c (Iconify):
3108         * fvwm/module_interface.c (CONFIGARGS):
3109         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3110         * fvwm/move_resize.c (CMD_Maximize):
3111         * fvwm/move_resize.c (CMD_ResizeMaximize):
3112         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3113         * fvwm/move_resize.c (__move_loop):
3114         * fvwm/move_resize.c (__move_window):
3115         * fvwm/move_resize.c (__resize_window):
3116         * fvwm/move_resize.c (maximize_fvwm_window):
3117         * fvwm/move_resize.c (resize_move_window):
3118         * fvwm/move_resize.c (stick_across_pages):
3119         * fvwm/move_resize.c (unmaximize_fvwm_window):
3120         * fvwm/placement.c (__explain_placement):
3121         * fvwm/placement.c (__place_get_wm_pos):
3122         * fvwm/placement.c (get_next_x):
3123         * fvwm/placement.c (get_next_y):
3124         * fvwm/placement.c (test_fit)
3125         * fvwm/session.c (MatchWinToSM):
3126         * fvwm/session.c (SaveWindowStates):
3127         * fvwm/update.c (apply_window_updates):
3128         * fvwm/virtual.c (MoveViewport):
3129         * fvwm/windowlist.c (CMD_WindowList):
3130         * fvwm/windowshade.c (CMD_WindowShade):
3131         put some of the window geometry members into a separate struct window_g
3132         with members frame, normal, max, max_defect, max_offset
3134 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3136         * NEWS:
3137         * AUTHORS:
3138         * fvwm/window_flags.h:
3139         * fvwm/style.h:
3140         * fvwm/style.c (style_parse_one_style_option):
3141         * fvwm/icons.c (DrawIconTitleWindow):
3142         * fvwm/fvwm.h (common_flags_t):
3143         * fvwm/fvwm.1.in (Style):
3144         * fvwm/borders.c:
3145         (border_draw_title_stick_lines):
3146         Applied Stippled patch by Thomas Adam with some fixes.
3148 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3150         * NEWS:
3151         FvwmWinList button/list syncronization fixed (bug #1393)
3153 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3155         * NEWS:
3156         * configure.ac:
3157         updated for 2.5.20.
3159         * NEWS:
3160         * configure.ac:
3161         updated for 2.5.19 release
3163         * NEWS:
3164         updated after 2.4.20 release
3166         * NEWS:
3167         * fvwm/focus.c (focus_get_fpol_context_flag):
3168         * fvwm/events.c (__check_click_to_focus_or_raise)
3169         (__handle_click_to_focus):
3170         Treat EWMH desktop as client window under click to focus. (#1492)
3172 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3174         * libs/Module.h (MX_REPLY):
3175         (MAX_EXTENDED_MESSAGES):
3176         (MAX_XMSG_MASK):
3177         * fvwm/module_interface.c (CMD_Send_Reply):
3178         * fvwm/functable.c (func_table):
3179         * fvwm/commands.h:
3180         Added Send_Reply module only command.
3182 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3184         * libs/PictureUtils.c (init_static_colors_table):
3185         fix fvwm for < 8 bit depth, bug #1677
3187 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3189         * fvwm/misc.c (IsRectangleOnThisPage):
3190         new fix for signedness problems.
3192 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3194         * fvwm/misc.c (IsRectangleOnThisPage):
3195         fix signedness problem with test introduced by gcc4 fix below.
3197 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3199         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3200         (size_rect):
3201         (rectangle)
3202         (signed_rectangle):
3203         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3204         * libs/gravity.h (gravity_move_resize_parent_child):
3205         * libs/gravity.c (gravity_move_resize_parent_child):
3206         * fvwm/frame.h (frame_get_titlebar_dimensions)
3207         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3208         (frame_get_resize_decor_gravities):
3209         (mr_args_internal):
3210         (frame_setup_border):
3211         (frame_setup_titlebar)
3212         (frame_get_resize_decor_gravities):
3213         (frame_get_titlebar_dimensions):
3214         split rectangle into a signed size and an unsigned size type.
3216         * fvwm/screen.h (ScreenInfo):
3217         * libs/FScreen.h (FScreenGetScrRect):
3218         (FScreenGetResistanceRect):
3219         * libs/FScreen.c (XineramaScreenInfo):
3220         (FScreenGetGeometry)
3221         (FScreenGetScrRect):
3222         (FScreenClipToScreen):
3223         (FScreenCenterOnScreen)
3224         (FScreenGetResistanceRect):
3225         (FScreenIsRectangleOnScreen):
3226         * fvwm/fvwm.h (FvwmWindow):
3227         * fvwm/screen.h (DecorFace):
3228         * libs/fvwmlib.h (CreateGradientPixmap):
3229         * libs/Graphics.c (CreateGradientPixmap):
3230         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3231         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3232         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3233         (PImageLoadPixmapFromFile):
3234         (PImageLoadPixmapFromXpmData):
3235         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3236         (PImageCreatePixmapFromArgbData):
3237         (PImageLoadPixmapFromFile)
3238         (PImageLoadFvwmPictureFromFile):
3239         (PImageLoadPixmapFromXpmData):
3240         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3241         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3242         (EWMH_SetIconFromWMIcon):
3243         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3244         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3245         * fvwm/colorset.c (parse_colorset):
3246         * fvwm/icons.c (DrawIconTitleWindow):
3247         (AutoPlaceIcon)
3248         (do_all_iconboxes):
3249         * fvwm/menus.h (MenuRootDynamic):
3250         * fvwm/menus.c (update_menu):
3251         (pop_menu_up):
3252         (do_menu)
3253         (get_menu_options):
3254         * fvwm/move_resize.c (GetMoveArguments):
3255         (ParseOneResizeArgument)
3256         (GetResizeArguments):
3257         (GetResizeMoveArguments):
3258         (DoSnapAttract)
3259         (__move_loop):
3260         (CMD_Maximize):
3261         change dimensions and allocation counts to unsigned types.
3263         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3264         (FlocaleStringByteToCharOffset):
3265         (FlocaleStringCharToByteOffset)
3266         (FlocaleStringCharLength)
3267         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3268         (FlocaleStringByteToCharOffset):
3269         (FlocaleStringCharToByteOffset)
3270         (FlocaleStringCharLength):
3271         (FlocaleUtf8ToUnicodeStr2b)
3272         (FlocaleStringToString2b):
3273         (FlocaleEncodeString):
3274         * libs/Ficonv.c (convert_charsets):
3275         change most string types to char* from unsigned char* to match
3276         with system headers without casts.
3278         * libs/Flocale.c (FlocaleLoadFont):
3279         init shadow_dir to make gcc 4 happy.
3281         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3282         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3283         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3284         (CSETS_IS_TRANSPARENT_PR_PURE):
3285         (CSETS_IS_TRANSPARENT_ROOT)
3286         (CSETS_IS_TRANSPARENT):
3287         compare pointer with NULL, not >= 0.
3289         * libs/FTips.h (ftips_position_t):
3290         * fvwm/expand.c (partial_extended_vars):
3291         * fvwm/placement.c (preason_screen_t):
3292         remove comma last in enums.
3294         * fvwm/style.c (style_parse_focus_policy_style):
3295         change 0xffffffff to ~0 to silience truncation warning.
3297         * fvwm/session.h (mwtsm_state_args):
3298         make flags unsigned.
3300         * fvwm/schedule.c (sq_object_type):
3301         change // to /* ... */
3303         * libs/Fft.c (FftGetFontWidths):
3304         (FftTextWidth):
3305         * libs/FScreen.c (FScreenConfigureSLSScreens):
3306         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3307         (EWMH_SetDesktopNames):
3308         * fvwm/fvwm.c (LoadDefaultLeftButton):
3309         (LoadDefaultRightButton):
3310         * fvwm/builtins.c (ReadDecorFace):
3311         (CMD_State):
3312         silence signedness warnings by casts.
3314         * fvwm/borders.c (ROTATE_RECTANGLE):
3315         make sure tr is initialized.
3317         * fvwm/add_window.c (FetchWmProtocols):
3318         use unsigned type for l_protocols.
3320 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3322         * fvwm/events.c (HandleFocusIn):
3323         (HandleFocusOut):
3324         * fvwm/focus.c (__set_focus_to_fwin):
3325         fix focus decoration when unmanaged are focused, unless
3326         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3328 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3330         * fvwm/geometry.c (constrain_size):
3331         repeat aspect-resizing in a loop to get a stable result that does not
3332         change the next time the frame is set up
3334 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3336         * NEWS:
3337         * configure.ac:
3338         increased version to 2.5.19
3339         released 2.5.18
3341         * NEWS:
3342         * configure.ac:
3343         updated for 2.5.18 release
3345 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3347         * acinclude.m4:
3348         removed the unused test for imlib
3349         removed the Imlib.h header from gdk_imlib test programs
3351 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3353         * fvwm/ewmh.c (atom_get):
3354         fix offset and length args for XGetWindowProperty() (to support 64bit
3355         architectures)
3357 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3359         * fvwm/events.c (HandleUnmapNotify):
3360         immediately handle MapRequests after unmapping a window while we still
3361         have the context fvwm window; this is necessary to allow the client to
3362         re-map a window before fvwm can reparent it to the root window
3363         (HandleMapRequestKeepRaised):
3364         cleaned up
3366 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3368         * fvwm/ewmh.c (ewmh_HandleDesktop):
3369         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3370         window
3372 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3374         * fvwm/icccm2.c:
3375         * fvwm/gnome.c:
3376         * fvwm/decorations.c:
3377         fix offset and length args for XGetWindowProperty() (to support 64bit
3378         architectures)
3380 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3382         * NEWS:
3383         * fvwm/expand.c (expand_vars_extended):
3384         correctly expand break.
3385         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3386         fix matching break.
3388 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3390         * fvwm/decorations.h (is_function_allowed):
3391         * fvwm/decorations.c (__is_resize_allowed):
3392         (is_function_allowed):
3393         work on 'const FvwmWindow *'
3395         * fvwm/fvwm.h (action_flags):
3396         * fvwm/style.c (check_window_style_change):
3397         * fvwm/module_interface.c (__get_allowed_actions)
3398         (CONFIGARGS):
3399         * libs/vpacket.h (ConfigWinPacket):
3400         expose fvwm allowed actions to modules
3402 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3404         * fvwm/move_resize.c (__move_icon):
3405         *do* map icon windows for pictured icons on move, but only if they end
3406         up on the current desk
3408 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3410         * fvwm/move_resize.c (__move_icon):
3411         don't map icon windows for pictured icons on move
3413 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3415         * fvwm/style.c (remove_all_of_style_from_list):
3416         (__simplify_style_list):
3417         (blockor):
3418         (blockand):
3419         (blockunmask)
3420         (blockissubset):
3421         (style_ids_are_equal):
3422         (style_id_equals_id)
3423         (styles_have_same_id):
3424         (fw_match_style_id)
3425         (one_fw_can_match_both_ids):
3426         (check_window_style_change):
3427         use int/0/1 instead of Bool/False/True
3429         * fvwm/move_resize.c (stick_across_pages):
3430         use False instead of FALSE
3432         * fvwm/style.c (fw_match_style_id):
3433         * fvwm/read.c (run_command_file):
3434         (push_read_file):
3435         * fvwm/add_window.c (MappedNotOverride):
3436         * libs/wild.c (matchWildcards):
3437         use 0 and 1 instead of FALSE and TRUE
3439         * fvwm/fvwm.h:
3440         removed TRUE and FALSE
3442 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3444         * NEWS:
3445         FvwmPager !IconTitle style bugfix.
3447 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3449         * fvwm/fvwm.1.in:
3450         Updated description of Wait command in man page.
3452 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3454         * libs/Flocale.c (FlocaleFontStructDrawString)
3455         (FlocaleRotateDrawString):
3456         (FlocaleDrawString):
3457         fixed drawing of forecolor/hilightfore
3459         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3460         always unmaximize and resize window when leaving fullscreen state,
3461         not just if it did not start as fullscreen
3463 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3465         * fvwm/fvwm.1.in (MenuStyle):
3466         added a reference to the prefered ! style negation flag,
3467         and listed the other deprecated negative forms in one place.
3468         (ActiveForeOff):
3469         (AnimationOff):
3470         (AutomaticHotkeysOff):
3471         (HilightBackOff):
3472         (TitleWarpOff):
3473         changed to the ! negation form and listed as deprecated.
3474         (ActiveBack):
3475         removed relics from the man page
3477 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3479         * NEWS:
3480         * configure.ac:
3481         increased version to 2.5.18
3482         released 2.5.17
3484         * NEWS:
3485         * configure.ac:
3486         updated for 2.5.17 release
3488 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3490         * fvwm/move_resize.c (__move_window):
3491         allow moving a window without an icon while it's iconified based on the
3492         frame geometry
3494 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3496         * fvwm/menustyle.c (menustyle_copy):
3497         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3499 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3501         * fvwm/fvwm.1.in:
3502         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3503         changed the manpage to reflect the prefered style negation method,
3504         that is, using the !* negation sign.
3506 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3508         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3509         removed documentation of filters.
3511         * NEWS:
3512         * fvwm/expand.c (check_first_filter):
3513         (apply_filters)
3514         (expand_args_extended):
3515         (expand_vars_extended):
3516         (expand_vars):
3517         removed variable filter implementation and backslash-escaping.
3519 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3521         * NEWS:
3522         News blurb for variable filters and backslash-escaping.
3523         * fvwm/fvwm.1.in:
3524         documentation of variable filters.
3526 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3528         * fvwm/expand.c (chec):
3529         (first_filter):
3530         (apply_filters)
3531         (expand_args_extended):
3532         (expand_vars_extended):
3533         (expand_vars):
3534         implemented variable filters.
3536         * fvwm/expand.c (expand_vars):
3537         made backslash work as escape character within extended variables.
3539         * libs/Strings.h (QuoteEscapeString):
3540         (QuoteEscapeStringLength):
3541         * libs/Strings.c (QuoteEscapeString):
3542         (QuoteEscapeStringLength):
3543         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3544         generic quoting.
3546         * fvwm/expand.c (expand_args_extended):
3547         make upper limit inclusive.
3549         * fvwm/functions.c (__execute_function):
3550         Changed PeekToken to GetNextToken before expand_vars call.
3552         * fvwm/fvwm.1.in:
3553         updated documentation regarding quoting in expand_args_extended
3555 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3557         * fvwm/expand.c (__eae_parse_range):
3558         reject everything that does not begin with a digit
3560         * libs/Parse.c (SkipNTokens):
3561         stop skipping tokens at the end of input
3563         * fvwm/expand.c (__eae_parse_range):
3564         bugfixes
3565         (expand_vars):
3566         reformatted
3567         (__eae_parse_range):
3568         fixed parsing of $[n-]
3570 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3572         * fvwm/expand.c (expand_args_extended):
3573         fixed core dump
3574         added range check for positional parameters
3575         (expand_args_extended):
3576         (__eae_parse_range):
3577         cleaned up and simplified parsing code
3578         properly unquote arguments when expanding
3579         removed the patch below
3581 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3583         * fvwm/expand.c (expand_args_extended):
3584         removed range check for positional parameters
3585         make single arguments not use the 'upper' variable
3586         changed back to PeekToken for single arguemnts.
3587         improved some comments.
3589 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3591         * fvwm/expand.c (expand_args_extended):
3592         Fix segfault when called with a tokenless string for single arguments.
3594 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3595         * docs/FAQ:
3596         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3597         Reported by Serge Koksharov.
3599 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3601         * fvwm/placement.c (__explain_placement):
3602         print initial size of window too
3604         * libs/Makefile.am (libfvwm_a_SOURCES):
3605         * libs/fvwm_sys_stat.h:
3606         added compat file
3608         * configure.ac:
3609         added O_NOFOLLOW replacement and always include fcntl.h
3611 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3612         * libs/Parse.c:
3613         Added DV's mailing-list comments about how PeekToken & GetNextToken
3614         work as comments to the source code. (slightly modified)
3616 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3618         * fvwm/schedule.c (CMD_Schedule):
3619         Fixed parsing of "Periodic" option.
3621 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3623         * NEWS:
3624         Fix for tempfile vulnerabilities in FvwmCommand.
3625         * configure.ac:
3626         Added check for lstat.
3628 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3629         * fvwm/schedule.c:
3630         * NEWS:
3631         * AUTHORS:
3632         * fvwm/fvwm.1.in:
3633         Added "Periodic" option to Schedule command.
3635 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3637         * fvwm/module_interface.c (KillModule):
3638         (ClosePipes):
3639         fixed KillModule
3642 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3644         * fvwm/fvwm.c (main):
3645         changed the -blackout warning to say it will be removed in 3.0
3647         * fvwm/fvwm.1.in (-blackout):
3648         updated the manual regarding the future remotion of -blackout
3650 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3652         * NEWS:
3653         * configure.ac:
3654         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3656 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3658         *libs/alloca.c (DEBUG_I00FUNC)
3659         removed old debug code
3661 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3663         * libs/debug.c:
3664         removed the old unused file
3666         * libs/Makefile.am (libfvwm_a_SOURCES):
3667         removed the reference to debug.c
3669         * libs/fvwmlib.h:
3670         removed the code related to libs/debug.c
3672         * fvwm/module_interface.c (make_named_packet)
3673         removed the #if 0'ed debug code related to debug.c
3675         fvwm/focus.h (DEBUG_FOCUS)
3676         removed the #ifdef'ed to 0 debug code related to debug.c
3679 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3681         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3682         removed useles definition.
3684         * modules/FvwmPager/FvwmPager.c (main):
3685         (ParseOptions):
3686         removed most of the debug code.
3687         changed termination debug to use 'isTerminated' instead of
3688         'debug_term_signal'.
3689         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3690         of DEBUG.
3692         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3693         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3694         (fvwmSetTerminate):
3695         removed unused debug_term_signal.
3697 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3699         * NEWS:
3700         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3701         stdio's getline; news entry.
3703 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3705         * fvwm/commands.h:
3706         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3707         (do_execute_module):
3708         (PositiveWrite):
3709         (ClosePipes):
3710         (KillModule):
3711         * fvwm/commands.h (enum):
3712         * fvwm/functable.c (func_table):
3713         new command ModuleListenOnly
3715 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3717         * fvwm/move_resize.c (__move_loop):
3718         make sure a window is snapped in __move_loop when a button is released
3719         if it was snapped before
3721 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3723         * fvwm/expand.c (expand_vars_extended):
3724         convert function to have a single return point; this is good to
3725         implement doc/todo-vars filters in the future;
3726         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3727         to behave like deprecated $n, $c and $r, i.e. quote them
3729 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3731         * fvwm/expand.c:
3732         multiple minor tweaks: remove trailing spaces and other
3733         re-spacing and re-indenting, remove old "#if 0" code
3735 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3737         * fvwm/move_resize.c (ParseOneResizeArgument):
3738         rewrote parsing of resize arguments
3739         new prefix 'w' for resizing
3741 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3743         * fvwm/conditional.c (MatchesConditionMask):
3744         fixed handling of some conditions (iconifiable, fixed, ...)
3746 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3748         * fvwm/fvwm.1.in:
3749         s/reverted/negated/
3751         * fvwm/conditional.c:
3752         Output an error message if an unrecognised conditional is used
3753         with the Test or TestRc commands.
3755 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3757         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3758         do not map hide windows if their width or height is zero
3760 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3762         * fvwm/ewmh_events.c:
3763         * fvwm/fvwm.1.in:
3764         * fvwm/gnome.c:
3765         * libs/FlocaleCharset.c:
3766         corrected typos
3768         * libs/Flocale.c:
3769         corrected typos in warning messages
3771         * libs/Colorset.c:
3772         * libs/PictureGraphics.c:
3773         * libs/PictureGraphics.h:
3774         renamed function PGraphicsCreateTransprency to
3775         PGraphicsCreateTransparency
3777 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3779         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3780         * fvwm/expand.c (expand_args_extended):
3781         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3783 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3785         * NEWS:
3786         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3787         * fvwm/expand.c (expand_args_extended):
3788         (expand_vars):
3789         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3791         * fvwm/conditional.c (CMD_All):
3792         * fvwm/fvwm.1.in (All):
3793         changed Reverse and UseStack options to have free order.
3795         * NEWS:
3796         * fvwm/fvwm.1.in (WindowShade):
3797         * fvwm/windowshade.c (CMD_WindowShade):
3798         * fvwm/add_window.c (setup_window_structure):
3799         added last direction to WindowShade command.
3801 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3803         * fvwm/fvwm.1.in (All):
3804         corrected typo
3806 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3808         * NEWS:
3809         * fvwm/fvwm.1.in (All):
3810         * fvwm/conditional.c (CMD_All):
3811         added reverse option to All command to do the action in opposite order
3812         added UseStack option to All command to use the stack ring instead of
3813         the window ring.
3815 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3817         * bin/fvwm-bug.in:
3818         changed fallback editor from `emacs' to `vi' because it much
3819         more widespread on non-Linux systems
3820         fixed errors (because of incorrect syntax fallback entries were
3821         not used)
3822         now script honors `TMPDIR' env. variable and if it's not set it
3823         fallback to `/tmp' directory when creating temporary file
3825 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3827         * fvwm/fvwm.1.in:
3828         changed description of the fvwmstyle resource usage
3829         to state that it's used in addition to the other
3830         matches
3831         * fvwm/style.c (fw_match_style_id):
3832         fixed a typo in style_name matching
3834 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3836         * fvwm/style.c (fw_match_style_id):
3837         reformatted code and fixed a warning
3839 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3841         * ChangeLog:
3842         * bin/ChangeLog:
3843         * libs/Fft.c (FftGetFont):
3844         * libs/System.c:
3845         corrected typos
3847         * libs/System.c (fvwm_mkstemp):
3848         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3849         function was never used, even if it was considered secure by configure
3850         script.
3852 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3854         * AUTHORS:
3855         added some more suff to the list of what I've done.
3856         * NEWS:
3857         * fvwm/fvwm.1.in:
3858         * fvwm/add_window.c (__add_window_handle_x_resources)
3859         (destroy_window):
3860         (AddWindow):
3861         * fvwm/fvwm.h (FvwmWindow):
3862         added fvwmstyle resource to override style name
3864 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3866         * fvwm/menus.c (pop_menu_up):
3867         as documented, do not warp to title for root menus with TitleWarp
3869 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3871         * fvwm/fvwm.1.in:
3872         Removed duplicated 'NoIcon' style option description in the end
3873         of the `The Style command...' section.
3874         Removed `Recapture True' option setting in example of BusyCursor
3875         description, because `Recapture' isn't valid option of `BusyCursor'
3876         command anymore.
3877         Updated ewmh specification URL (the old was 404)
3878         Added URL to ICCCM 2.0 manual
3880         * modules/FvwmAnimate/FvwmAnimate.c:
3881         corrected delay for Zoom3D animation effect
3883         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3884         * modules/FvwmConsole/FvwmConsole.1.in:
3885         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3886         consistent with rest of the documentation and because it's more
3887         conventional abbreviation.
3889         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3890         slightly clarified the `StartName' option description
3891         added the undocumented `MailDir' option description. Somebody
3892         violated section `K' of the convention list.
3894         * fvwm/fvwm.1.in:
3895         * fvwm/ConfigFvwmSetup:
3896         * modules/FvwmForm/FvwmForm.1.in:
3897         * modules/FvwmForm/FvwmForm-Rlogin:
3898         * sample.fvwmrc/system.fvwm2rc:
3899         * sample.fvwmrc/system.fvwm2rc-sample-1:
3900         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3901         inherently insecure. We shouldn't teach our users bad things,
3902         should we?
3904         * AUTHORS:
3905         * Changelog:
3906         * INSTALL.fvwm:
3907         * NEWS:
3908         * bin/fvwm-config.1.in:
3909         * bin/fvwm-menu-headlines.1:
3910         * bin/fvwm-menu-headlines.in:
3911         * bin/fvwm-perllib.in:
3912         * bin/fvwm-root.1.in:
3913         * docs/CONVENTIONS:
3914         * docs/FAQ:
3915         * fvwm/fvwm.1.in:
3916         * fvwm/fvwm.h:
3917         * fvwm/virtual.c:
3918         * libs/PictureGraphics.c:
3919         * libs/Picture.h:
3920         * modules/FvwmBacker/FvwmBacker.1.in:
3921         * modules/FvwmDebug/FvwmGtkDebug.in:
3922         * modules/FvwmDebug/FvwmGtkDebug.1:
3923         * modules/FvwmEvent/FvwmEvent.1.in:
3924         * modules/FvwmForm/FvwmForm.1.in:
3925         * modules/FvwmIconMan/xmanager.c:
3926         * modules/FvwmIdent/FvwmIdent.c:
3927         * modules/FvwmIdent/FvwmIdent.1.in:
3928         * modules/FvwmPerl/FvwmPerl.in:
3929         * modules/FvwmPerl/FvwmPerl.1:
3930         * modules/FvwmScript/FvwmScript.1.in:
3931         * modules/FvwmScript/Widgets/Menu.c:
3932         * modules/FvwmTabs/ConfigFvwmTabs:
3933         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3934         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3935         * modules/FvwmTheme/FvwmTheme.1.in:
3936         * perllib/FVWM/Module/Tk.pm:
3937         * perllib/FVWM/Tracker.pm:
3938         * perllib/FVWM/Module.pm.in:
3939         corrected typos
3941 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3943         * fvwm/style.c (style_parse_focus_policy_style):
3944         fix ISO C90 compability with unconsumed styleoption warnings
3946 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3948         * fvwm/events.c (HandlePropertyNotify):
3949         fix for bug 1557/3950 (possible free of Untilted constant or
3950         already used name (if app reset the name already given to them))
3952 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3954         * fvwm/focus.c (__activate_window_by_command)
3955         (warp_to_fvwm_window):
3956         (CMD_WarpToWindow):
3957         * fvwm/builtins.c (CMD_CursorMove):
3958         set last pointer event position after warping the pointer
3960         * libs/FEvent.h:
3961         * libs/FEvent.c (FWarpPointerUpdateEvpos):
3962         new function
3964 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3966         * acinclude.m4 (AM_PATH_GTK):
3967         (AM_PATH_IMLIB):
3968         (AM_PATH_GDK_IMLIB):
3969         (AM_CHECK_FT2):
3970         (AM_CHECK_XFT):
3971         (AM_CHECK_FC):
3972         fixed to cope with 4 digit version numbers
3974 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3976         * NEWS:
3977         * fvwm/style.c (parse_and_set_window_style)
3978         (style_parse_one_style_option):
3979         (style_parse_icon_fill_style)
3980         (style_parse_icon_grid_style):
3981         (style_parse_icon_box_style)
3982         (style_parse_icon_size_style):
3983         (style_parse_focus_policy_style)
3984         (style_parse_button_style):
3985         warn if parts of style options are not consumed
3987 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3989         * fvwm/menuitem.c (menuitem_paint):
3990         use the MenuColorset in all cases if TitleColorset is not given
3992 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3994         * fvwm/style.c (style_parse_one_style_option):
3995         * fvwm/placement.c (__place_get_wm_pos):
3996         (__explain_placement):
3997         new placement style UnderMousePlacement
3999 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4001         * NEWS:
4002         * fvwm/fvwm.1.in (EdgeScroll):
4003         * fvwm/virtual.c (CMD_EdgeScroll):
4004         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4005         added wrap/wrapx/wrapy option to EdgeScroll
4007 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
4009         * fvwm/fvwm.1.in:
4010         spell check the whole file (dozens of typos)
4012 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4014         * fvwm/module_interface.c (do_execute_module):
4015         removed accidentally committed FVWM_MODULE_ALIAS patch
4017 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4019         * fvwm/module_interface.c (do_execute_module):
4020         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4022         * fvwm/menus.c (size_menu_horizontally):
4023         fix for drawing menus with sidepic on the right
4025         * libs/Flocale.c (FlocaleFontStructDrawString):
4026         (FlocaleDrawString):
4027         set the foreground colour before drawing a string
4029         * fvwm/menustyle.h:
4030         * fvwm/menustyle.c (menustyle_get_styleopt_index):
4031         (menustyle_free):
4032         (menustyle_update):
4033         (menustyle_parse_style):
4034         (menustyle_copy):
4035         * fvwm/menus.c (calculate_item_sizes):
4036         (size_menu_vertically):
4037         (UpdateMenuColorset):
4038         * fvwm/menuitem.c (menuitem_paint):
4039         Applied patch by David Maciver
4040         new menu styles TitleColorset, HilightTitleBack and TitleFont
4042 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
4044         * libs/Module.h:
4045         * libs/Module.c (ParseModuleArgs):
4046         added variable "namelen" to ModuleArgs struct
4048 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4050         * libs/Module.h:
4051         removed duplicate declaration
4053 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4055         * fvwm/fvwm.c (main):
4056         replaced previous patch with a better one
4058         * fvwm/virtual.c (unmap_window):
4059         * fvwm/menus.c (do_menu):
4060         * fvwm/events.c (fake_map_unmap_notify):
4061         (HandleMapNotify):
4062         * fvwm/add_window.c (MappedNotOverride):
4063         Added XFlush after XSelectInput
4065 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4067         * NEWS:
4068         * fvwm/fvwm.c (main):
4069         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4071 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4073         * NEWS:
4074         * configure.ac:
4075         increased version to 2.5.17
4076         released 2.5.16
4078         * NEWS:
4079         * configure.ac:
4080         updated for 2.5.16 release
4082         * acinclude.m4 (CHECK_LIBCHARSET):
4083         removed debug code
4085 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4087         * fvwm/functions.c (execute_complex_function):
4088         print a message to the console instead of ringing the bell when a
4089         grab fails
4091 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4093         * NEWS:
4094         fixed typo (NEWS still said 2.5.15)
4096 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4098         * NEWS:
4099         * configure.ac:
4100         increased version to 2.5.16
4101         released 2.5.15
4103         * NEWS:
4104         * configure.ac:
4105         updated for 2.5.15 release
4107 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4109         * fvwm/move_resize.c (GetOnePositionArgument):
4110         (GetMoveArguments):
4111         new option "screen" to Move type commands
4113 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4115         * acinclude.m4 (smr_SWITCH):
4116         updated
4118 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
4120         * Makefile.am
4121         restore requirement of automake-1.4; 1.8 is too new even for my system
4123 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4125         * configure.in:
4126         * configure.ac:
4127         renamed configure.in to configure.ac
4129         * acinclude.m4:
4130         some updates for new autoconf/automake versions
4132         * configure.in:
4133         * acconfig.h:
4134         removed acconfig.h
4136         * configure.in:
4137         require autoconf-2.53 or later
4139         * Makefile.am (AUTOMAKE_OPTIONS):
4140         require automake-1.8 or later
4142         * configure.in:
4143         check for X library path before X library checks
4144         removed obsolete C++ compiler check
4145         removed duplicate type size checks
4146         replaced M4 comment ("dnl") with shell comment ("#") in many places
4148         * acinclude.m4:
4149         fixed aclocal warnings
4151 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4153         * fvwm/style.c (style_parse_button_style):
4154         corrected typo in error message, and made errorous buttons not apply
4155         (style_parse_one_style_option):
4156         changed NoButton to use style_parse_button_style
4158 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4160         * libs/Fft.h:
4161         new fix for incompatible pointer type warning with gcc 3.4.
4163 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4165         * NEWS:
4166         * AUTHORS:
4167         * fvwm/menuitem.c:
4168         * fvwm/menustyle.h:
4169         * fvwm/fvwm.1.in:
4170         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4171         option.
4173 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4175         * fvwm/fvwm.1.in:
4176         corrected typos
4178 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4180         * fvwm/frame.c (frame_free_move_resize_args):
4181         fixed drawing of transparent decorations or when using lazy shading
4182         during resize
4184 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4186         * configure.in:
4187         * libs/fvwmsignal.c:
4188         * libs/Graphics.c:
4189         c89 fixes
4191         * fvwm/ewmh_names.c:
4192         * libs/CombineChars.c:
4193         * libs/FGettext.c:
4194         * libs/FScreen.c:
4195         * libs/FTips.c:
4196         * libs/Flocale.c:
4197         * libs/Parse.c:
4198         * libs/PictureUtils.c:
4199         * libs/System.c:
4200         * libs/XError.c:
4201         * libs/alloca.c:
4202         * libs/envvar.c:
4203         * libs/safemalloc.c:
4204         * libs/strdup.c:
4205         * libs/usleep.c:
4206         do not #include stdlib.h (comes from config.h)
4208         * libs/Flocale.c:
4209         do not #include string.h (comes from config.h)
4211         * acconfig.h:
4212         fixed detection of string.h/strings.h
4214 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4216         * libs/Fft.c (FftGetFont):
4217         fixed compiler warning with gcc 3.4.4
4219 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4221         * fvwm/menuitem.c (menuitem_paint):
4222         properly undraw unselected item area
4224 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4226         * fvwm/menuitem.c (menuitem_paint):
4227         * fvwm/menus.c (get_menu_paint_item_parameters)
4228         (get_menu_paint_item_parameters):
4229         (make_menu):
4230         fixed text offset of menu items with icons but with an item format that
4231         disables icons
4232         (size_menu_horizontally):
4233         allow sidepic to be placed in the middle of menu items; this is better
4234         than ignoring the item format completely but does not draw the items
4235         properly either
4237         * fvwm/menus.c (__mloop_handle_event):
4238         (menu_expose):
4239         fixed delayed menu drawing issue
4240         (select_menu_item):
4241         do not draw the selected menu item before the menu is drawn for the
4242         first time
4243         (repaint_transparent_menu):
4244         (select_menu_item):
4245         (paint_menu):
4246         don't call get_menu_paint_item_parameters when the result is not used
4247         (get_menu_paint_item_parameters):
4249 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4251         * fvwm/ewmh.h (EWMH_CMD_Style):
4252         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4253         * fvwm/style.c (style_parse_one_style_option):
4254         Added support for inverting boolean EWMH styles with !.
4256         * NEWS:
4257         * fvwm/fvwm.h
4258         * fvwm/style.h:
4259         * fvwm/window_flags.h:
4260         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4261         * fvwm/ewmh.c (ewmh_HandleWindowType):
4262         * fvwm/fvwm.1.in:
4263         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4265 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4267         * fvwm/icons.c (GetIconWindow):
4268         * fvwm/fvwm.h (FvwmWindow):
4269         * fvwm/events.c (__handle_cr_on_icon):
4270         properly handle icon border width; fixes an xterm active icon loop
4272 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4274         * fvwm/borders.c (border_draw_one_border_part):
4275         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4276         borders.
4278 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4280         * fvwm/menustyle.c (menustyle_copy_face):
4281         (menustyle_copy):
4282         (menustyle_free_face):
4283         (menustyle_free):
4284         (menustyle_parse_style):
4285         use new functions and fix a bug
4287         * fvwm/Makefile.am:
4288         * fvwm/colors.c:
4289         * fvwm/colors.h:
4290         removed empty files colors.c and colors.h
4292         * fvwm/colors.c (CopyColor):
4293         (FreeColors):
4294         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4295         fvwmlib_copy_color
4297         * fvwm/frame.c (frame_reshape_border):
4298         removed unused code
4300 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4302         * fvwm/menustyle.c (menustyle_copy_face):
4303         separated from menustyle_copy; color copies are reallocated.
4304         (menustyle_free):
4305         all colors freed
4306         (menustyle_copy):
4307         color copies are reallocated.
4309         * fvwm/colors.c (CopyColor):
4310         * fvwm/colors.h (CopyColor):
4311         added CopyColor
4313 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4315         * fvwm/move_resize.c (__resize_window):
4316         fix for not being able to finish resize with mouse when resizing on
4317         click with modifiers active. (intruduced with 'removed duplicate
4318         pointer query' at sep 29)
4320         * NEWS:
4321         * fvwm/fvwm.1.in:
4322         * fvwm/menustyle.c (menustyle_parse_style):
4323         made style pairs negatable with '!' prefix
4324         ActiveForeOff and HilightBackOff frees colors used.
4326         * fvwm/menustyle.c (menustyle_copy):
4327         fix for freeing color from sorce instead of destination.
4329 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4331         * fvwm/functions.c (__execute_function):
4332         fixed an error in yesterdays patch to complex fuctions. the commands
4333         pressed window were not retored correctly after running move functions
4334         without it, and functions would be run twice.
4336 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4338         * fvwm/fvwm.1.in:
4339         added NoLayer to list of allowed options for WindowList command
4340         fixed grammar of test-conditions list. formatting fixes for
4341         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4342         style option list.
4344         * NEWS:
4345         * fvwm/functions.c (__execute_function)
4346         (__run_complex_function_items):
4347         (execute_complex_function):
4348         fix for moving/resizing reference window usage with complex functions.
4350 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4352         * fvwm/move_resize.c (__move_loop):
4353         reimplemented a fix for the place with keyboard setting a button as
4354         used for place bug; this time without breaking escape key.
4356 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4358         * fvwm/move_resize.c (__move_loop):
4359         removed the previous patch as it breaks aborting window motion with the
4360         escape key.
4362 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4364         * fvwm/move_resize.c (__move_loop):
4365         fixed bug where finishing movment with keyboard would set a random
4366         button as used for placement.
4368 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4370         * NEWS
4371         * fvwm/frame.c (frame_setup_border):
4372         reverted change for move of window parts (reset of PressedW).
4374 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4376         * fvwm/frame.c (frame_setup_border):
4377         fixed a Warning
4379 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4381         * NEWS:
4382         * fvwm/move_resize.c (__resize_window):
4383         removed duplicate pointer query for enter/leave notify events.
4384         resizing of shaded windows in the shaded direction no longer
4385         results in bogus ref points.
4387         * fvwm/frame.c (frame_setup_border):
4388         reset PressedW if the part has moved. This prevents strange
4389         ref points in resize if called from some complex functions.
4391         * fvwm/frame.c (frame_create_move_resize_args):
4392         shaded windows use get_client_geometry for client geometry.
4394 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4396         * NEWS:
4397         * AUTHORS:
4398         * fvwm/fvwm.h (window_flags):
4399         (WindowConditionMask):
4400         (FvwmWindow):
4401         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4402         (SET_PLACED_WB3)
4403         (SETM_PLACED_WB3):
4404         * fvwm/session.c (_match):
4405         (SaveWindowStates):
4406         (LoadWindowStates):
4407         * fvwm/conditional.c (MatchesConditionMask):
4408         (CreateConditionMask):
4409         * fvwm/add_window.c (setup_window_structure):
4410         * fvwm/move_resize.h (placement_binding):
4411         * fvwm/move_resize.c (__move_loop):
4412         (placement_binding):
4413         * fvwm/bindings.c (ParseBinding):
4414         * libs/wcontext.c (win_contexts):
4415         * libs/wcontext.h (enum):
4416         * fvwm/fvwm.1.in:
4417         Added placement context for simple mouse bindings to allow
4418         specification of buttons to finish/cancel movment. Buttons >3
4419         may now be used to place windows.
4420         Replaced window flag placed_wb3 with placed_by_button
4421         FvwmWindow member. Added window condition PlacedByButton.
4423 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4425         * NEWS:
4426         * AUTHORS:
4427         * fvwm/menustyle.h (enum):
4428         (MenuFeel):
4429         (ST_DO_SCROLL):
4430         (MST_DO_SCROLL)
4431         (ST_SCROLL_OFF_PAGE):
4432         (MST_SCROLL_OFF_PAGE):
4433         * fvwm/menustyle.c (menustyle_copy):
4434         (menustyle_get_styleopt_index):
4435         (menustyle_parse_style):
4436         (CMD_MenuStyle):
4437         * fvwm/menus.c (menuShortcuts):
4438         (enum):
4439         (__mloop_handle_event):
4440         (menu_get_outer_geometry):
4441         (move_any_menu):
4442         * fvwm/fvwm.1.in:
4443         added MouseWheel and ScrollOffPage menu styles
4445 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4447         * NEWS:
4448         * fvwm/menus.c (append_item_to_menu):
4449         fixed bug #1121: Use of pointer without checking for NULL
4451 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4453         * NEWS:
4454         * fvwm/expand.c (expand_vars):
4455         warn on usage of obsolete one-letter variables
4457 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4459         * NEWS:
4460         * AUTHORS:
4461         * fvwm/expand.c (expand_vars_extended):
4462         (expand_vars):
4463         allow nesting of variables
4465 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4467         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4468         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4469         (ewmh_WMDesktop):
4470         64-bit fixes
4472 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4474         * fvwm/borders.c (border_draw_one_border_part)
4475         (border_draw_all_border_parts):
4476         fix the previous patch to work with title-less windows too
4478 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4480         * fvwm/borders.c (border_draw_one_border_part)
4481         (border_draw_all_border_parts):
4482         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4483         windows to make the borders look homogeneous (based on the patch of
4484         Evgeny Stambulchik)
4486 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4488         * NEWS:
4489         * acconfig.h:
4490         * configure.in:
4491         * libs/FBidi.c:
4492         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4493         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4495 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4497         * NEWS:
4498         * configure.in:
4499         increased version to 2.5.15
4500         released 2.5.14
4502         * NEWS:
4503         * configure.in:
4504         updated for 2.5.14 release
4506         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4507         (ewmh_WMStateSkipTaskBar):
4508         (ewmh_WMStateSkipPager):
4509         (ewmh_WMStateModal):
4510         fixed several ewmh-hints
4512 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4514         * fvwm/fvwm.1.in:
4515         fix TestRc example error, s/Any/All/
4517 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4519         * NEWS:
4520         * AUTHORS:
4521         * fvwm/fvwm.1.in:
4522         * fvwm/conditions.c (MatchesConditionMask):
4523         (CreateConditionMask):
4524         added FixedPosition condition
4526 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4528         * fvwm/virtual.c (HandlePaging):
4529         use FQueryPointer every time to track the pointer position; this fixes
4530         fvwm hanging in HandlePaging for the given delay once the pointer
4531         touches the pan frames
4533 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4535         * fvwm/session.c (SaveWindowStates):
4536         (LoadWindowStates):
4537         (MatchWinToSM):
4538         save and restore the default layer during a restart
4540 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4542         * fvwm/conditional.c (CMD_Test):
4543         * fvwm/fvwm.1.in:
4544         rename previously added Test conditions to EnvIsSet and EnvMatch,
4545         tweak the logic when the variable is set, but empty
4547 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4549         * fvwm/conditional.c (CMD_Test):
4550         * fvwm/fvwm.1.in:
4551         added test conditions EdgeHasPointer and EdgeIsActive
4553 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4555         * fvwm/virtual.c (raisePanFrames):
4556         prevent cycling of pan frame window stacking order
4558 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4560         * fvwm/conditional.c (CMD_Test):
4561         * fvwm/fvwm.1.in:
4562         add Test conditions IsEnvSet and MatchEnv
4564 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4566         * fvwm/menus.c (pop_menu_up):
4567         * fvwm/menustyle.c (menustyle_copy):
4568         two fixes by Viktor Griph
4570         * fvwm/events.c (HandleEvents):
4571         simplify the style list if there is nothing else to do
4573         * fvwm/style.c (__simplify_style_list):
4574         (styles_have_same_id):
4575         (style_id_equals_id):
4576         (style_ids_are_equals):
4577         (__style_command):
4578         (remove_all_of_style_from_list):
4579         (one_fw_can_match_both_ids):
4580         pass pointers instead of the whole style structure
4581         (__simplify_style_list):
4582         fixed memory leak and tweaked the code
4584         * libs/Strings.c (CatString3):
4585         fixed a buffer overflow
4587 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4589         * configure.in:
4590         detect if Window, Pixel or void * are bigger than long and refuse to
4591         compile
4593         * libs/vpacket.h (ConfigWinPacket):
4594         * fvwm/windowshade.c (CMD_WindowShade):
4595         * fvwm/virtual.c (MoveViewport):
4596         (goto_desk):
4597         (CMD_DesktopSize):
4598         (CMD_GotoDeskAndPage):
4599         * fvwm/update.c (apply_window_updates):
4600         * fvwm/stack.c (BroadcastRestack):
4601         (RaiseWindow):
4602         (LowerWindow):
4603         * fvwm/icons.c (DeIconify):
4604         (Iconify):
4605         * fvwm/geometry.c (broadcast_icon_geometry):
4606         * fvwm/events.c (HandleEnterNotify):
4607         (HandleFocusIn):
4608         (HandleLeaveNotify):
4609         (HandleMapNotify):
4610         (HandleMapRequestKeepRaised):
4611         * fvwm/add_window.c (destroy_window):
4612         * fvwm/module_interface.c (SendFvwmPicture)
4613         (BroadcastFvwmPicture):
4614         (CMD_Send_WindowList):
4615         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4616         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4617         64-bit fixes
4619         * fvwm/virtual.c (GetDeskNumber):
4620         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4621         around the given desk range with a relative desk
4623         * fvwm/focus.c (focus_grab_buttons_on_layer):
4624         fixed a hang
4626         * fvwm/gnome.c:
4627         * fvwm/stack.c:
4628         * fvwm/ewmh.c:
4629         reindented some code and renamed some variables
4631 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4633         * fvwm/events.c (__check_click_to_focus_or_raise):
4634         small cleanup patch
4636 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4638         * FvwmIconMan/xmanager.c (set_win_iconified):
4639         fixed select/focus button state lost when deiconifying a window
4641 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4643         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4644         fixed bogus warning
4646         * libs/Colorset.c (get_aspect_dimensions):
4647         fixed aspectpixmap size calculations
4649 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4651         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4652         fixed a core dump
4654         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4655         (ewmh_CurrentDesktop):
4656         (ewmh_DesktopGeometry):
4657         (ewmh_NumberOfDesktops):
4658         (ewmh_WMDesktop):
4659         (ewmh_WMIconGeometry):
4660         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4661         print error messages for broken gnome client messages
4663         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4664         removed duplicate call of execute_function_override_window
4666         * fvwm/stack.c (new_layer):
4667         fixed a hang if a window sets an layer < 0 via gnome hints
4669         * fvwm/add_window.c (GetWindowSizeHints):
4670         * fvwm/misc.c (fvwm_msg_report_app):
4671         (fvwm_msg_report_app_and_workers):
4672         new utility functions
4674 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4676         * fvwm/stack.c (dump_stack_ring):
4677         (verify_stack_ring_consistency):
4678         * fvwm/module_interface.c (HandleModuleInput):
4679         * fvwm/events.c (__cr_detect_icccm_move):
4680         * fvwm/style.c (print_styles):
4681         64-bit fixes
4683 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4685         * libs/FlocaleCharset.c:
4686         support euc-jp encodings (Yasuhiro Nakazaki)
4688 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4690         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4691         * fvwm/ewmh_names.c (EWMH_WMName):
4692         (EWMH_WMIconName):
4693         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4694         (EWMH_SetNumberOfDesktops):
4695         (EWMH_SetDesktopViewPort):
4696         (EWMH_SetDesktopGeometry):
4697         (EWMH_SetWMDesktop):
4698         (ewmh_SetWorkArea):
4699         (EWMH_SetFrameStrut):
4700         (EWMH_Init):
4701         * fvwm/gnome.c (AtomGet):
4702         (atom_size):
4703         (GNOME_GetHintIcons):
4704         (GNOME_GetHintLayer):
4705         (GNOME_GetHintState):
4706         (GNOME_GetExpandedSize):
4707         (GNOME_SetAreaCount):
4708         (GNOME_SetCurrentArea):
4709         (GNOME_SetDeskCount):
4710         (GNOME_SetCurrentDesk):
4711         (GNOME_SetCurrentDesk):
4712         (GNOME_SetWinArea):
4713         (GNOME_Init):
4714         (CMD_GnomeShowDesks):
4715         (GNOME_SetHints):
4716         (GNOME_SetDesk):
4717         (GNOME_SetLayer):
4718         * libs/fsm.c (GetClientID):
4719         (set_session_manager):
4720         * fvwm/session.c (GetClientID):
4721         * fvwm/fvwm.h (FvwmWindow):
4722         * fvwm/colorset.c (get_root_pixmap):
4723         * fvwm/add_window.c (FetchWmProtocols):
4724         * libs/FTips.c (__initialize_window):
4725         * fvwm/icccm2.c (convertProperty)
4726         (icccm2_handle_selection_request)
4727         * fvwm/fvwm.c (SetMWM_INFO):
4728         64-bit fixes
4730 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4732         * fvwm/move_resize.c (GetOnePositionArgument):
4733         don't use the unportable fuction rintf()
4735 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4737         * NEWS:
4738         * configure.in:
4739         increased version to 2.5.14
4740         released 2.5.13
4742         * ANNOUNCE:
4743         * NEWS:
4744         * configure.in:
4745         updated for 2.5.13 release
4747 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4749         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4750         fixed drawing of relief with very small rectangles, i.e. when
4751         line_width * 2 > height or width
4753 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4755         * NEWS: fvwm-menu-desktop changes.
4757 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4759         * fvwm/placement.c (get_next_x):
4760         fixed collision detection of windows on pages other than the current
4761         one during placement
4763 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4765         * fvwm/move_resize.c (__resize_window):
4766         Fixed interactive resize (reduction) via the bottom border
4768         * libs/Fpng.h:
4769         Typo
4771 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4773         * NEWS:
4774         * fvwm/fvwm.1.in:
4775         Spelling fix contition -> condition
4777 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4779         * fvwm/style.c (style_ids_are_equals):
4780         (style_id_equals_id):
4781         (styles_have_same_id):
4782         (fw_match_style_id):
4783         (one_fw_can_match_both_ids):
4784         (cleanup_style_defaults):
4785         * libs/fsm.c (fprintfhex):
4786         (CloseDownClient):
4787         * libs/FGettext.c (fgettext_free_fgpath_list):
4788         * libs/Parse.c (_get_suffixed_integer_arguments):
4789         * libs/Graphics.c (AllocNonlinearGradient):
4790         * libs/PictureUtils.c (build_mapping_table):
4791         (finish_ct_init):
4792         made static
4794         * libs/setpgrp.c:
4795         * libs/Event.c:
4796         * libs/FRenderInit.c:
4797         include own header file
4799         * libs/System.c (getFileStamp):
4800         * libs/Fft.c (FftPDumyFunc):
4801         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4802         exported
4804 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4806         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4807         not exec.
4809 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4811         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4813 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4815         * fvwm/conditional.c (Circulate):
4816         added tests for fw == Scr.FvwmRoot again to fix a crash
4818 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4820         * AUTHORS: New author, FvwmScript patch.
4822 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4824         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4825         * AUTHORS: s/Hover/Active/
4827 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4829         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4830         avoid dump with empty key/mouse binding command.
4831         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4832         Checked all other uses of PeekToken in fvwm dir.
4834 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4836         * fvwm/session.c (matchWin):
4837         (SaveWindowStates):
4838         On restarts compare window ids only. Base our matching decision on
4839         window role only if we have a client id.
4841         * fvwm/move_resize.c (GetOnePositionArgument):
4842         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4843         float values to nearest int
4845 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4847         * AUTHORS:
4848         * fvwm/move_resize.c (CMD_Maximize):
4849         Applied Arnaud Vrac patch which fixes maximize by growing vs
4850         EWMH working area
4852 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4854         * fvwm/builtins.c (do_button_style):
4855         ButtonStyle Reset takes effect immediately
4857 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4859         * fvwm/fvwm.1.in: lang check.
4861 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4863         * fvwm/fvwm.1.in:
4864         Really commit EWMHUseStackingOrderHints documentation update
4866 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4868         * fvwm/fvwm.1.in:
4869         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4871         * NEWS:
4872         FvwmIconMan new options
4874         * libs/FTips.c (new file):
4875         * libs/FTips.h (new file):
4876         * libs/defaults.h:
4877         * libs/Makefile.am:
4878         Added a set of functions for implementing tool tips
4880 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4882         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4884 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4886         * fvwm/menus.c (__mloop_get_event):
4887         * fvwm/functions.c (execute_complex_function):
4888         * fvwm/add_window.c (AddWindow):
4889         * fvwm/module_interface.c (ExecuteModuleCommand):
4890         * fvwm/move_resize.c (__move_loop):
4891         (__resize_window):
4892         properly set the "state" member of faked motion and key events;
4893         fixes broken "nosnap" feature
4895 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4897         * fvwm/bindings.c (ParseBinding):
4898         reformatted
4899         * libs/Bindings.c (bindingAppliesToWindow):
4900         (__compare_binding):
4901         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4902         * fvwm/builtins.c (CMD_Wait):
4903         (CMD_StrokeFunc):
4904         * fvwm/events.c (__handle_bpress_on_root):
4905         (HandleButtonRelease):
4906         fixed crash in window specific binding code
4907         fixed handling of root window in window specific binding code
4908         renamed some functions
4910 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4912         * fvwm/focus.c (__update_windowlist):
4913         replaced while loop by for loop
4915         * fvwm/style.c (style_destroy_style):
4916         * fvwm/conditional.c (Circulate):
4917         removed useless check whether fw == &Scr.FvwmRoot
4919         * fvwm/icons.c (DeIconify):
4920         defused possible endless loop when a window iconified by the
4921         transientfor window loses the "transient" relationship
4923 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4925         * fvwm/move_resize.c (__move_loop):
4926         (__resize_window):
4927         fixed overwriting the initial button_mask during move/resize
4929         * fvwm/menus.c (__mloop_handle_action_with_mi):
4930         do not "post" a submenu menu item it the submenu does not exist
4932 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4934         * fvwm/events.c (__handle_bpress_on_managed):
4935         do not draw the decorations pressed in if executing a function is
4936         forbidden
4938         * libs/Parse.c (CopyToken):
4939         fixed parsing of delimiters
4941 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4943         * fvwm/virtual.c (GetDeskNumber):
4944         fixed MoveToDesk without argument
4946 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4948         * fvwm/fvwm.1.in:
4949         re-formatted and some spelling corrections
4951         * fvwm/colorset.c (CMD_CleanupColorsets):
4952         (CMD_Colorset):
4953         * fvwm/builtins.c (CMD_Colorset):
4954         (CMD_CleanupColorsets):
4955         moved functions to colorset.c
4957 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4959         * libs/Parse.c (CopyToken):
4960         skip any whitespace before a delimiter; this allows to have spaces
4961         before the commas in an option list
4963 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4965         * fvwm/frame.c (frame_reshape_border):
4966         re-shaping shaded windows no longer unshades them
4967         re-shaping unshaded windows on pages other than 0 0 no longer moves
4968         them out of the current page
4970 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4972         * fvwm/events.c (__cr_detect_icccm_move):
4973         * fvwm/screen.h (ScreenInfo):
4974         * fvwm/builtins.c (CMD_BugOpts):
4975         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4977         * fvwm/move_resize.c (__move_loop):
4978         (__resize_window):
4979         query the pointer position in the move loop when an
4980         EnterNotify/LeaveNotify event arrives; same change in resize loop.
4982         * NEWS:
4983         * configure.in:
4984         increased version to 2.5.13
4985         released 2.5.12
4987         * ANNOUNCE:
4988         * NEWS:
4989         * configure.in:
4990         updated for 2.5.12 release
4992         * fvwm/frame.c (frame_create_move_resize_args):
4993         fixed xemacs growing or shrinking when title height changed; this was
4994         caused by calculating the old client window geometry using the new
4995         title dimensions; query the window size instead
4997 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4999         * fvwm/events.c (test_map_request):
5000         (test_button_event):
5001         (test_typed_window_event):
5002         (test_resizing_event):
5003         (__predicate_button_click):
5004         (__merge_cr_moveresize):
5005         (HandleUnmapNotify):
5006         (flush_property_notify):
5007         (is_resizing_event_pending):
5008         (__test_for_motion):
5009         use type XPointer for last argument of predicate procedures for
5010         XCheckPeekIfEvent and XCheckIfEvent, not char *
5011         (HandleUnmapNotify):
5012         fixed core dump
5014 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5016         * fvwm/window_flags.h:
5017         removed useless and broken SETM_ macros
5019         * fvwm/update.c (init_style):
5020         fixed resetting user states
5022 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5024         * libs/envvar.c (add_to_envlist):
5025         fixed crash
5027 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5029         * fvwm/builtins.c (CMD_UnsetEnv):
5030         use flib_unsetenv
5032         * libs/envvar.c (flib_unsetenv):
5033         (add_to_envlist):
5034         new functions
5035         (flib_putenv):
5036         split in ftwo functions
5038         * configure.in:
5039         check for unsetenv function
5041         * fvwm/builtins.c (CMD_SetEnv):
5042         assume an empty value if no value is given
5044 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
5046         * fvwm/commands.h:
5047         * fvwm/events.c:
5048         * fvwm/functable.c:
5049         * fvwm/fvwm.1.in:
5050         * fvwm/fvwm.c:
5051         * fvwm/screen.h:
5052         * fvwm/virtual.c:
5053         * perllib/FVWM/Commands.pm:
5054         new command EdgeLeaveCommand
5056 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5058         * NEWS:
5059         updated for 2.4.19
5061         * NEWS:
5062         * configure.in:
5063         increased version to 2.5.12
5064         released 2.5.11
5066         * NEWS:
5067         * configure.in:
5068         updated for 2.5.11 release
5070 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5072         * fvwm/geometry.c (get_page_offset):
5073         (get_page_offset_rectangle):
5074         (get_absolute_geometry):
5075         new functions
5077         * fvwm/virtual.c (CMD_GotoPage):
5078         * fvwm/move_resize.c (__move_window):
5079         * fvwm/virtual.c (CMD_GotoPage):
5080         (get_page_arguments):
5081         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5082         command
5084 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5086         * libs/Flocale.c (FlocaleGetNameProperty):
5087         fixed freeing uninitialized pointer
5089 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5091         * fvwm/conditional.c (select_cmd):
5092         (direction_cmd):
5093         (CMD_NoWindow):
5094         (CMD_All):
5095         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5096         WindowId and Direction commands; fixes break from these commands
5098         * fvwm/geometry.c (get_shaded_geometry):
5099         shading geometry fix for windows without decoration
5101         * libs/FScreen.c (XineramaQueryExtension):
5102         fixed xinerama crash
5104 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
5106         * configure.in:
5107         Parse man pages with config.status so man pages have correct date.
5108         Man pages also specify FVWM version that they relate to.
5110         * bin/fvwm-bug.1:
5111         * bin/fvwm-config.1:
5112         * bin/fvwm-convert-2.2.1:
5113         * bin/fvwm-convert-2.4.1:
5114         * bin/fvwm-convert-2.6.1:
5115         * bin/fvwm-menu-desktop.1:
5116         * bin/fvwm-root.1:
5117         * modules/FvwmAnimate/FvwmAnimate.1:
5118         * modules/FvwmAuto/FvwmAuto.1:
5119         * modules/FvwmBacker/FvwmBacker.1:
5120         * modules/FvwmBanner/FvwmBanner.1:
5121         * modules/FvwmButtons/FvwmButtons.1:
5122         * modules/FvwmCommand/FvwmCommand.1:
5123         * modules/FvwmConsole/FvwmConsole.1:
5124         * modules/FvwmConsole/FvwmConsoleC.pl.1:
5125         * modules/FvwmCpp/FvwmCpp.1:
5126         * modules/FvwmDragWell/FvwmDragWell.1:
5127         * modules/FvwmEvent/FvwmEvent.1:
5128         * modules/FvwmForm/FvwmForm.1:
5129         * modules/FvwmGtk/FvwmGtk.1:
5130         * modules/FvwmIconBox/FvwmIconBox.1:
5131         * modules/FvwmIconMan/FvwmIconMan.1:
5132         * modules/FvwmIdent/FvwmIdent.1:
5133         * modules/FvwmM4/FvwmM4.1:
5134         * modules/FvwmPager/FvwmPager.1:
5135         * modules/FvwmProxy/FvwmProxy.1:
5136         * modules/FvwmRearrange/FvwmRearrange.1:
5137         * modules/FvwmSave/FvwmSave.1:
5138         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5139         * modules/FvwmScript/FvwmScript.1:
5140         * modules/FvwmScroll/FvwmScroll.1:
5141         * modules/FvwmTaskBar/FvwmTaskBar.1:
5142         * modules/FvwmTheme/FvwmTheme.1:
5143         * modules/FvwmWharf/FvwmWharf.1:
5144         * modules/FvwmWinList/FvwmWinList.1:
5145         These man pages were renamed to have a .in suffix.
5146         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5148 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5150         * fvwm/placement.c (__place_window):
5151         fixed starting desk output with bugopts explainwindowplacement
5153 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
5155         * fvwm/eventhandler.h:
5156         * fvwm/events.c (InitEventHandlerJumpTable):
5157         (__handle_key):
5158         (HandleKeyPress):
5159         (HandleKeyRelease):
5160         Fixed window specific bindings "patch" by sending key release event
5161         when needed
5163 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5165         * libs/defaults.h:
5166         * fvwm/screen.h:
5167         * fvwm/move_resize.c:
5168         * fvwm/fvwm.c:
5169         * fvwm/fvwm.h:
5170         * fvwm/frame.h:
5171         * fvwm/decorations.c:
5172         * fvwm/frame.c:
5173         * fvwm/builtins.c:
5174         * fvwm/borders.c:
5175         * fvwm/add_window.c:
5176         * fvwm/bindings.c:
5177         * fvwm/style.c:
5178         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5179         it with NUMBER_OF_MOUSE_BUTTONS
5181         * fvwm/style.c (style_parse_focus_policy_style):
5182         * fvwm/focus_policy.h:
5183         * libs/Bindings.c (GrabWindowButton):
5184         * fvwm/bindings.c (bind_get_bound_button_contexts):
5185         (ParseBinding):
5186         * fvwm/events.c (WaitForButtonsUp):
5187         * fvwm/style.c (style_parse_focus_policy_style):
5188         * fvwm/builtins.c (__fake_event):
5189         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5190         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5192 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5194         * configure.in:
5195         put -Wall -Wno-implicit-int before user specified flags
5197         * libs/FScreen.c:
5198         Applied below patch again.  It didn't make it to CVS (?)
5200 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5202         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5204 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5206         * libs/FScreen.c:
5207         cleaned up ifdef hell
5209         * configure.in:
5210         fixed solaris xinerama test
5212 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5214         * configure.in:
5215         * acconfig.h:
5216         * libs/FScreen.c (solaris_XineramaQueryScreens):
5217         Solaris Xinerama support.
5218         * AUTHORS:
5219         Update.
5220         Patch by Chris Ross.
5222 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5224         * fvwm/events.c (__handle_cr_on_client):
5225         don't reevaluate window geometry when a ConfigureRequest has no size or
5226         position set
5228 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5230         * fvwm/menus.c (get_menu_options):
5231         (do_menu):
5232         new menu option TearOffImmediately
5234 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5236         * fvwm/placement.c (__place_get_wm_pos):
5237         cascade placemnt fix by Paul Vojta
5239 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5241         * fvwm/geometry.c (constrain_size):
5242         Don't touch the aspect ratio if modifying the width/height does not
5243         improve the situation
5245         * fvwm/frame.c (frame_free_move_resize_args):
5246         (__frame_setup_window):
5247         (frame_update_hidden_window_pos):
5248         (frame_mrs_resize_move_windows):
5249         (frame_create_move_resize_args):
5250         * fvwm/move_resize.c (__resize_window):
5251         some event handling fixes
5253         * fvwm/geometry.c (constrain_size):
5254         look up the latest size hints if necessary
5256 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5258         * fvwm/geometry.c (constrain_size):
5259         * fvwm/ewmh.c (EWMH_fullscreen):
5260         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5261         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5262         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5263         * fvwm/fvwm.h (window_flags_t):
5264         allow windows to override their size hints when going fullscreen:
5265         minimum and maximum size, size inc, aspect ratio, etc.
5267 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5269         * fvwm/decorations.c (struct):
5270         MWM hints on 64 bit machines fix
5272 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5274         * fvwm/fvwm.1.in (Note):
5275         * fvwm/read.c (CMD_Read):
5276         (CMD_PipeRead):
5277         the Read and PipeRead commands have a return code
5279         * fvwm/read.c (run_command_stream):
5280         (CMD_Read):
5281         (CMD_PipeRead):
5282         removed debug code
5284 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5286         * fvwm/move_resize.c (GetResizeArguments):
5287         (GetMoveArguments):
5288         fixed parsing of the frame option to the resize command and the pointer
5289         option to the move command
5291         * fvwm/conditional.c (CMD_None):
5292         Fixed CMD_None return code
5294 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5296         * fvwm/stack.c (is_above_unmanaged):
5297         windows on other Desks are always considered on top
5299         * fvwm/conditional.c (CreateConditionMask):
5300         (MatchesConditionMask):
5301         * fvwm/fvwm.h (WindowConditionMask):
5302         new condition Overlapped
5304         * config.h:
5305         inproved strings.h / sring.h iclusion logic
5307         * libs/PictureUtils.c (finish_ct_init):
5308         (PictureInitColors):
5309         use flib_putenv instead of putenv
5311 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5313         * fvwm/screen.h:
5314         * libs/gravity.h (enum):
5315         * libs/wcontext.h (enum):
5316         -pedantic fixes
5318         * fvwm/fvwm.c (StartupStuff):
5319         do not ungrab the pointer while the startup functions execute
5320         (Done):
5321         ungrab the pointer only after executing the RestartFunction or
5322         ExitFunciton.  Otherwise these functions may not be executed if some
5323         other application grabs the pointer.
5325         * fvwm/fvwm.h:
5326         * fvwm/conditional.c (CreateConditionMask):
5327         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5328         new condition AnyScreen
5330         * libs/Bindings.c:
5331         * fvwm/builtins.c (__fake_event):
5332         * fvwm/bindings.c (ParseBinding):
5333         removed C++ comments
5335 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5337         * NEWS:
5338         New options for FvwmButtons module.
5340 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5342         * fvwm/fvwm.1.in:
5343         use commas between conditions
5345 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5347         * fvwm/builtins.c (CMD_Wait):
5348         ignore MapNotify reported to any window except the root window
5350         * fvwm/module_interface.c (CONFIGARGS):
5351         correct number of CONFIGARGS arguments
5353         * libs/vpacket.h (ConfigWinPacket):
5354         frame_x and frame_y are signed
5356 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5358         * fvwm/conditional.c:
5359         * fvwm/fvwm.h:
5360         * fvwm/fvwm.1.in:
5361         * AUTHORS:
5362         Committed patch by Norman Yarvin (with a few minor mods) to extend
5363         conditionals to handle multiple window names.
5365 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5367         * fvwm/module_interface.c (CONFIGARGS):
5368         * libs/vpacket.h (ConfigWinPacket):
5369         put window_flags at end of structure
5371 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5373         * fvwm/module_interface.c (CONFIGARGS):
5374         (OLDCONFIGARGS):
5375         (SETOLDFLAGS):
5376         (SendConfig):
5377         (BroadcastConfig):
5378         removed old module interface
5379         (CONFIGARGS):
5381         * libs/vpacket.h (ConfigWinPacket):
5382         64 bit fix
5384 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5386         * fvwm/execcontext.c (__exc_change_context):
5387         fixed handling of etrigger event, fixing a problem with PropertyNotify
5388         events during resizing and possibly other problems too
5390         * fvwm/add_window.c (RestoreWithdrawnLocation):
5391         fixed travelling windows if application changed gravity hint before
5392         recapture
5394         * fvwm/frame.c (combine_decor_gravities):
5395         (combine_gravities):
5396         renamed
5397         (frame_restore_client_gravities):
5398         fixed window gravity after resize
5400         * libs/FEvent.c (FPeekEvent):
5401         (FPeekIfEvent):
5402         (FCheckPeekIfEvent):
5403         fixed some event handling bugs
5405         * fvwm/conditional.c (CMD_Test):
5406         (match_version):
5407         corrected use of Bool types
5408         (match_version):
5409         simplified, fixed compilation
5410         (ver):
5411         use int as return type
5413         * libs/Ficonv.c (convert_charsets):
5414         reindented
5416         * libs/Ficonv.c (convert_charsets):
5417         * acinclude.m4 (ICONV_SECOND_ARG):
5418         rewrote iconf configure test to save an ifdef
5420 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5422         * fvwm/fvwm.1.in:
5423         * libs/Bindings.h:
5424         * libs/Bindings.c:
5425         * fvwm/bindings.c:
5426         Allow user to specify window-specific bindings that should NOT be
5427         intercepted by FVWM. This is accomplished with an '--' binding action.
5429 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5431         * fvwm/move_resize.c (__resize_window):
5432         Fixed event handling
5434         * fvwm/virtual.c (HandlePaging):
5435         removed check for leave events on pan frames; better query the pointer
5436         each time
5438 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5440         * fvwm/fvwm.1.in:
5441         * fvwm/conditional.c:
5442         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5444 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5446         * fvwm/move_resize.c (GetResizeArguments):
5447         (GetResizeMoveArguments):
5448         (__resize_window):
5449         (__resize_step):
5450         (__resize_get_refpos):
5451         (__resize_get_dir_proximity):
5452         (__resize_get_dir_from_window):
5453         implemented fluxbox-like Alt-Button3 resizing
5455         * fvwm/virtual.c (HandlePaging):
5456         * fvwm/events.c (__merge_cr_moveresize):
5457         (__test_for_motion):
5458         (flush_property_notify):
5459         do not use XPutBackEvent as it shuffles events on the queue
5460         (test_button_event):
5461         (test_typed_window_event):
5462         new functions
5464         * libs/FEvent.c (fev_get_evpos_or_query):
5465         take pointer position from EnterNotify and LeaveNotify events
5467         * fvwm/move_resize.c (__move_loop):
5468         fixed multiple paging with certain SnapGrid / Move interactions
5469         (__resize_window):
5470         (__move_loop):
5471         * fvwm/virtual.c (HandlePaging):
5472         Workaround for buggy XFree not delivering some Pointer events
5473         simplified code
5475         * fvwm/virtual.c (MoveViewport):
5476         don't eat MotionNotify events
5478         * libs/FEvent.c (fev_get_last_event):
5479         new function
5480         (FWindowEvent):
5481         (FPutBackEvent):
5482         (FPeekIfEvent):
5483         (FPeekEvent):
5484         (FNextEvent):
5485         (FMaskEvent):
5486         (FIfEvent):
5487         (FCheckWindowEvent):
5488         (FCheckTypedWindowEvent):
5489         (FCheckTypedEvent):
5490         (FCheckMaskEvent):
5491         (FCheckIfEvent):
5492         keep a copy of the previous event in case FPutBackEvent is called
5494 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5496         * fvwm/fvwm.1.in:
5497         Indicate optional window argument in section headings for
5498         Key, Mouse, PointerKey & Stroke commands.
5499         Remove strange "-Key" option listed for PointerKey.
5501 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5503         * libs/Fft.c (FftDrawString):
5504         * fvwm/session.c (get_version_string):
5505         * fvwm/module_interface.c (FlushMessageQueue):
5506         * fvwm/fvwm.c (SaveDesktopState):
5507         * fvwm/colorset.h:
5508         * fvwm/colorset.c (cleanup_colorsets):
5509         * libs/PictureUtils.c (struct):
5510         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5512 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5514         * fvwm/events.c (__cr_detect_icccm_move):
5515         windows with ewmh hints are assumed to use icccm2 compliant movement
5517         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5518         (ewmh_WMStateMaxHoriz):
5519         fixed restart/maximized problem
5521         * libs/fvwmsignal.c (fvwmReapChildren):
5522         * fvwm/fvwm.c (ReapChildren):
5523         moved function to lib
5525 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5527         * fvwm/modconf.c (send_desktop_geometry):
5528         (send_color_limit):
5529         (send_click_time):
5530         (send_move_threshold):
5531         (send_ignore_modifiers):
5532         increased static buffer size
5534 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5536         * libs/CombineChars.c (convert_to_ucs2):
5537         Replace illegal UTF-8 character sequences in input
5539 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5541         * libs/Bindings.c:
5542         bugfix: wrong stroke action being invoked.
5544 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5546         * fvwm/builtins.c:
5547         * fvwm/events.c:
5548         * libs/Bindings.c:
5549         Active _last_ matching binding. (ie. same behaviour as before
5550         win-specific bindings patch.)
5551         bugfix: segfault when looking up stroke bindings in root context.
5553 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5555         * fvwm/bindings.c:
5556         * fvwm/builtins.c:
5557         * fvwm/events.c:
5558         * fvwm/fvwm.1.in:
5559         * fvwm/module_interface.c:
5560         * libs/Bindings.c:
5561         * libs/Bindings.h:
5562         * modules/FvwmScript/FvwmScript.c:
5563         * modules/FvwmScript/Instructions.c:
5564         Implemented window-specific key/mouse bindings.
5566         * modules/FvwmIconBox/FvwmIconBox.h:
5567         * libs/fvwmlib.h:
5568         * libs/wild.c:
5569         * libs/wild.h:
5570         Make args to matchWildcards() const.
5572 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5574         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5575         use EWMH_fullscreen
5576         * fvwm/ewmh.c (EWMH_fullscreen):
5577         new function
5579         * fvwm/add_window.c (AddWindow):
5580         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5582         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5583         (ewmh_WMStateMaxVert):
5584         (ewmh_WMStateShaded):
5585         (ewmh_WMStateSticky):
5586         (ewmh_WMStateStaysOnBottom):
5587         fixed core dumps
5588         (ewmh_WMState):
5589         don't try to maximize window when looking up the style
5590         (ewmh_WMDesktop):
5591         (ewmh_WMStateFullScreen):
5592         (ewmh_WMStateHidden):
5593         (ewmh_WMStateMaxVert):
5594         (ewmh_WMStateModal):
5595         (ewmh_WMStateShaded):
5596         (ewmh_WMStateSkipPager):
5597         (ewmh_WMStateSticky):
5598         (ewmh_WMStateStaysOnBottom):
5599         fixed ignoring ewmh hints
5601         * fvwm/expand.c (expand_vars_extended):
5602         include full path in iconfile and miniiconfile variables
5604 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5606         * fvwm/functions.c (execute_complex_function):
5607         (CheckActionType):
5608         fixed double click patch
5610 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5612         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5613         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5615 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5617         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5618         into fvwm man page.
5620 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5622         * libs/FImage.c (FShmSafeCreateImage):
5623         Yet another fix to SHM remote client problem
5625 2004-05-26  Francis Litterio  <franl@world.std.com>
5627         * fvwm/fvwm.1.in
5628         * fvmw/fvwm.h
5629         * fvwm/placement.c (__place_get_wm_pos)
5630         * fvwm/style.c (style_parse_one_style_option)
5631         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5633 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5635         * fvwm/events.c (HandleEnterNotify):
5636         fixed endless loop of edge commands when doing something that grabs
5637         the pointer
5639         * fvwm/functions.c (CheckActionType):
5640         (execute_complex_function):
5641         double clicks no longer work when pressing different buttons
5643 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5645         * fvwm/placement.c (__place_get_wm_pos):
5646         fixed placement in top left corner when pressing escape during manual
5647         placement
5649 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5651         * configure.in:
5652         * AUTHORS:
5653         added Chinese translations
5655 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5657         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5658         Fixed a miss-print
5660 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5662         * fvwm/conditional.c:
5663         * fvwm/fvwm.1.in:
5664         clean up Test code and documentation, add new False condition,
5665         unrecognized conditions produce Error return code now
5667 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5669         * fvwm/style.c: Remove extra char.
5671 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5673         * fvwm/ewmh.c (ewmh_atom_client_win):
5674         * fvwm/ewmh_intern.h:
5675         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5676         (ewmh_MoveResizeWindow):
5677         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5679         * fvwm/events.c (__handle_cr_on_client):
5680         (__handle_configure_request):
5681         (events_handle_configure_request):
5682         Some renaming for consistency, force restacking if the event come from
5683         an ewmh restack
5685         * fvwm/ewmh_events.c (ewmh_MoveResize):
5686         Fixed _NET_WM_MOVERESIZE
5688         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5689         Removed debug code
5691         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5692         (EWMH_SetFrameStrut):
5693         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5695 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5697         * libs/FImage.c (FShmSafeCreateImage):
5698         Finished to fix SHM remote client problem
5700 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5702         * libs/FImage.c (FShmSafeCreateImage):
5703         Fixed when we are a remote client
5705 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5707         * INSTALL.fvwm:
5708         * NEWS:
5709         * acconfig.h:
5710         * fvwm/fvwm.1.in:
5711         * fvwm/fvwm.c:
5712         * fvwm/gnome.h:
5713         * fvwm/session.c:
5714         * libs/envvar.c:
5715         * libs/envvar.h:
5716         new default ~/.fvwm/config file is now recommended instead of
5717         still supported ~/.fvwm/.fvwm2rc
5719 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5721         * fvwm/menus.c (NewMenuRoot):
5722         do not strip whitespace from menu names when creating a new menu
5724 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5726         * fvwm/menuitem.c (menuitem_get_size):
5727         * fvwm/menuitem.h:
5728         renamed remaining "mips" to mipst
5730 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5732         * fvwm/events.c (HandleMapRequestKeepRaised):
5733         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5734         Fixed EWMH DesktopGeometry and Stacking list
5736 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5738         * fvwm/virtual.c (GetDeskNumber):
5739         (CMD_MoveToDesk):
5740         (CMD_GotoDesk):
5741         fixed MoveToDesk with one argument
5743 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5745         * fvwm/style.c (style_parse_one_style_option):
5746         * fvwm/style.h:
5747         * fvwm/conditional.c (MatchesConditionMask):
5748         * fvwm/fvwm.h:
5749         * fvwm/window_flags.h:
5750         new style "State"
5752 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5754         * fvwm/fvwm.1.in:
5755         corrected a typo
5757 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5759         * fvwm/move_resize.c (unmaximize_fvwm_window):
5760         fixed redrawing of maximize button when unmaximizing but when the size
5761         and position does not change
5763 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5765         * fvwm/expand.c (expand_vars_extended):
5766         new extended variable $[w.layer]
5768         * fvwm/move_resize.c (MaximizeHeight):
5769         (MaximizeWidth):
5770         (CMD_Maximize):
5771         applied modified layer patch for maximize by Rafal Bisingier
5773 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5775         * fvwm/add_window.c (setup_frame_attributes):
5776         Hopefully fixed BackingStore code and removed now useless backing store
5777         for decorations
5779         * fvwm/expand.c (expand_vars_extended):
5780         new extended variable $[w.desk]
5782 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5784         * NEWS:
5785         * configure.in:
5786         increased version to 2.5.11
5787         released 2.5.10
5789         * NEWS:
5790         * configure.in:
5791         updated for 2.5.10 release
5793         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5794         improved rotation code
5796         * libs/gravity.c (gravity_add_rotations):
5797         new function
5799 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5801         * fvwm/placement.c (__explain_placement):
5802         new function
5804         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5805         new function
5807         * fvwm/builtins.c (CMD_BugOpts):
5808         * fvwm/screen.h (ScreenInfo):
5809         new BugOpts option ExplainWindowPlacement
5810         renamed some members of Screen
5812 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5814         * fvwm/placement.c (__place_get_wm_pos):
5815         (__place_get_nowm_pos):
5816         (__place_get_placement_flags):
5817         (__place_window):
5818         (__place_handle_x_resources):
5819         (setup_window_placement):
5820         split into multiple functions
5821         cleaned up a little
5823 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5825         * fvwm/add_window.c (setup_window_placement):
5826         * fvwm/placement.c (setup_window_placement):
5827         moved function to placement.c
5828         fixed using PLACE_AGAIN placement mode
5829         (PlaceWindow):
5830         (__place_window):
5831         renamed function
5833 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5835         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5836         allow a negative line_width to invert the relief
5838 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5840         * libs/Flocale.c (FlocaleDrawString)
5841         (FlocaleDrawUnderline)
5842         (FlocaleTextWidth):
5843         reduced redundant calls to iconv
5845 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5847         * fvwm/move_resize.c (CMD_XorValue):
5848         fixed a very small outline drawing problem caused by using 0 line width
5849         instead of 1
5851         * NEWS:
5852         * configure.in:
5853         increased version to 2.5.10
5855         * configure.in:
5856         * NEWS:
5857         updated for 2.5.9 release
5859         * fvwm/functions.c (execute_function_override_window):
5860         * fvwm/module_interface.c (ExecuteModuleCommand):
5861         * fvwm/conditional.c (circulate_cmd):
5862         sometimes, DeferExecution was called although a window was already
5863         selected, for example with the "Current" commend; fixed
5865 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5867         * libs/FImage.c (FShmSafeCreateImage):
5868         Fixed some safety tests
5870 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5872         * fvwm/events.c (__handle_cr_on_client):
5873         fixed a bug in the Jave configure request workaround
5875 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5877         * fvwm/events.c (__cr_detect_icccm_move):
5878         improved motion method detection for fullscreen requests
5880 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5882         * fvwm/add_window.c (AddWindow):
5883         * fvwm/screen.h (ScreenInfo):
5884         * fvwm/builtins.c (CMD_BugOpts):
5885         new BugOpts option DisplayNewWindowNames intended for debugging
5887 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5889         * libs/Bindings.c (FvwmStringToKeysym):
5890         small performance enhancement
5892         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5893         (__move_loop):
5894         fixed the FlickeringMoveWorkaround option which did nothing before
5896 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5898         * fvwm/style.c (style_parse_one_style_option):
5899         * fvwm/fvwm.h:
5900         * fvwm/style.h (SIS_UNMANAGED):
5901         * fvwm/add_window.c (AddWindow):
5902         New style Unmanaged
5904         * fvwm/expand.c (expand_vars_extended):
5905         new variables $[w.iconfile] and $[w.miniiconfile]
5907         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5908         made left side of a relief one pixel longer at the bottom
5910 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5912         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5913         * fvwm/style.c (style_set_old_focus_policy):
5914         fixed default window list order with ClickToFocus
5916 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5918         * fvwm/libs/Flocale.h:
5919         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5920         (FlocaleStringByteToCharOffset)
5921         (FlocaleStringCharToByteOffset)
5922         (FlocaleStringCharLength):
5923         Made utility functions available outside of Flocale
5925 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5927         * fvwm/events.c (__test_for_motion):
5928         Fixed a lockup, see the long comment in the code
5930 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5932         * fvwm/schedule.c (execute_obj_func):
5933         fixed using uninitialised return code
5935 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5937         * fvwm/builtins.c (do_title_style):
5938         Fixed MinHeight, it must reset the Height
5940 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5942         * fvwm/menus.c (menuShortcuts):
5943         applied menu navigation patch by Anton Kazennikov
5945 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5947         * libs/gravity.c (gravity_dir_to_string):
5948         (gravity_parse_dir_argument):
5949         use a constant for the dir table
5951 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5953         * fvwm/Flocale.c (FlocaleEncodeString)
5954         (FlocaleDrawUnderline):
5955         Fixed crash when there's no Iconv support
5957 2003-12-16  olicha  <olivier.chapuis@free.fr>
5959         * fvwm/functions.h:
5960         Used the FUNC_FLAGS_TYPE in find_func_t declaration
5962         * sample.fvwmrc/system.fvwm2rc-sample-95:
5963         Added some Xft fonts
5965 2003-12-12  olicha  <olivier.chapuis@free.fr>
5967         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5968         Fixed ewmh FullScreen when an application start fullscreen and
5969         desactivate this state
5971 2003-12-04  olicha  <olivier.chapuis@free.fr>
5973         * fvwm/placement.c (test_fit):
5974         * fvwm/ewmh.h:
5975         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5976         (EWMH_GetBaseStrutIntersection):
5977         (EWMH_GetStrutIntersection):
5978         Fixed placement vs the base struts
5980 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
5982         * sample.fvwmrc/system.fvwm2rc-sample-95:
5983         improved Debian specific menu
5985 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
5987         * sample.fvwmrc/system.fvwm2rc-sample-95:
5988         several updates; added Debian menu if found
5990 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5992         * configure.in:
5993         new configure option --en/disable-iconv
5995 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5997         * fvwm/menus.c (__mloop_handle_event):
5998         * fvwm/menustyle.c (menustyle_parse_style):
5999         (menustyle_copy):
6000         new MenuStyle options PopupIgnore and PopupClose
6002 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
6004         * fvwm/menus.c (menu_binding): Remove debug code.
6005         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6006         * fvwm/menus.h: Add menu_binding function.
6007         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6008         tear off menus.
6009         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6010         button 2 tearoff.
6011         * libs/wcontext.h (enum): Add MENU context.
6012         * libs/wcontext.c (win_contexts): More common binding contexts first in
6013         table.
6014         * libs/charmap.c (charmap_string_to_mask): Space before char in error
6015         message.
6017 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
6019         * NEWS:
6020         * configure.in:
6021         increase version to 2.5.9
6023 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
6025         * Makefile.am:
6026         fixed deb creation
6028         * configure.in:
6029         * NEWS:
6030         updated for 2.5.8 release
6032 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
6034         * Makefile.am:
6035         * configure.in:
6036         initially added files for deb package auto-creating procedure
6038 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
6040         * AUTHORS:
6041         * configure.in:
6042         added Swedish translations by Johan Svedberg
6044         * NEWS:
6045         updated
6047 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
6049         * fvwm/add_window.c (GetWindowSizeHints):
6050         reindented broken hint messages
6052 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
6054         * configure.in:
6055         improved Perl detection messages,
6056         restored FvwmGtkDebug independence from gtk libs
6058 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
6060         * configure.in:
6061         * AUTHORS:
6062         added German translations by Andrei Mitrofanow
6064         * fvwm/fvwm.1.in:
6065         typos
6067 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
6069         * NEWS:
6070         added 2.4.17 NEWS
6072 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6074         * fvwm/fvwm.1.in:
6075         * fvwm/conditional.c (CreateConditionMask):
6076         (MatchesConditionMask):
6077         (CreateConditionMask):
6078         * fvwm/fvwm.h (WindowConditionMask):
6079         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6081 2003-09-23  olicha  <olivier.chapuis@free.fr>
6083         * libs/FImage.c (FShmInit):
6084         Removed debug code
6086 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6088         * fvwm/focus.c (warp_to_fvwm_window):
6089         don't unnecessarily call MoveViewport
6091 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6093         * fvwm/decorations.c (__is_resize_allowed):
6094         fixed a condition
6096 2003-09-06  malu  <ml@update.uu.se>
6098         * libs/FBidi.c (FBidiConvert):
6099         * libs/CombineChars.c (CombineChars):
6100         Fixed drawing combining characters on correct positions in
6101         right-to-left context
6103 2003-09-05  malu  <ml@update.uu.se>
6105         * libs/Flocale.c (FlocaleDrawString):
6106         (FlocaleTextWidth):
6107         Fixed drawing of combining characters with font shadow
6108         (character offsets were miscalculated, since FlocaleTextWidth
6109         adds shadow width)
6111 2003-09-05  malu  <ml@update.uu.se>
6113         * libs/Flocale.c (FlocaleDrawUnderline):
6114         Fixed bug with text width when a string contains only
6115         "orphaned" combining characters (compensation for font shadowd
6116         was counted twice)
6118 2003-09-04  olicha  <olivier.chapuis@free.fr>
6120         * todo-2.6:
6121         Added E.18, added comments on C.9 and C.15
6123 2003-09-03  olicha  <olivier.chapuis@free.fr>
6125         * libs/Flocale.c (FlocaleTextWidth):
6126         Fixed a comb_char core dump
6128         * libs/Makefile.am:
6129         Fixed compilation if either iconv, libpng or Xrender headers are
6130         not at a standard place
6132 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
6134         * acinclude.m4:
6135         fixed error message for incorrect --with-SOMETHING-library argument
6137 2003-09-03  olicha  <olivier.chapuis@free.fr>
6139         * todo-2.6:
6140         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6142 2003-09-02  olicha  <olivier.chapuis@free.fr>
6144         * todo-2.6:
6145         C.12 is fixed
6147 2003-09-01  olicha  <olivier.chapuis@free.fr>
6149         * libs/gravity.c (gravity_dir_to_string):
6150         A new interface function to transform a direction_t to a string
6152 2003-08-31  S. Anderson  <sa@xmission.com>
6154         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6155         Fixed missing font charsets
6157 2003-08-28  olicha  <olivier.chapuis@free.fr>
6159         * fvwm/move_resize.c (__move_loop):
6160         (AnimatedMoveAnyWindow):
6161         Updated bg of transparent tear off menu when moved
6163         * fvwm/events.c (HandlePropertyNotify):
6164         Updated ParentRelative tear off menu on bg change
6166         * fvwm/menus.c (UpdateMenuColorset):
6167         Updated colorsets of tear off menu when they change, this handle the
6168         case of root background change for RootTransparent
6170         * fvwm/menus.h:
6171         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6172         An utility function for redrawing transparent tear off menu. Maybe
6173         we can merge
6175         * fvwm/add_window.c (validate_transientfor):
6176         Fixed transient for an ewmh desktop
6178 2003-08-27  olicha  <olivier.chapuis@free.fr>
6180         * libs/FRender.c (FRenderRender):
6181         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6182         Removed and fixed some unused code
6184 2003-08-25  olicha  <olivier.chapuis@free.fr>
6186         * fvwm/misc.c (GrabEm):
6187         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6189         * fvwm/modconf.c (send_color_limit):
6190         ifndefed color limit config info message which is not used anymore
6192         * fvwm/colorset.c (parse_colorset):
6193         Added a note on average bg
6195 2003-08-23  olicha  <olivier.chapuis@free.fr>
6197         * fvwm/style.c (print_styles):
6198         More info on memory used
6200         * fvwm/style.c (__simplify_style_list):
6201         Fixed upward simplication
6203 2003-08-14  olicha  <olivier.chapuis@free.fr>
6205         * fvwm/ewmh.c (ewmh_HandleMenu):
6206         Fixed the MENU window type, they are tear off menus
6208         * fvwm/fvwm.h:
6209         * fvwm/update.c (apply_window_updates):
6210         * fvwm/stack.c (new_layer):
6211         * fvwm/ewmh.c (EWMH_GetStyle):
6212         Fixed EWMHUseStackingHints update
6214         * fvwm/window_flags.h:
6215         * fvwm/fvwm.h:
6216         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6217         (ewmh_WMStateMaxHoriz):
6218         (ewmh_WMStateMaxVert):
6219         * fvwm/move_resize.c (unmaximize_fvwm_window):
6220         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6221         uniconify and unshade when putting a window fullscreen
6223         * fvwm/ewmh_intern.h:
6224         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6225         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6227         * fvwm/move_resize.c (unmaximize_fvwm_window):
6228         (CMD_Resize):
6229         (CMD_ResizeMove):
6230         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6231         * fvwm/decorations.c (SelectDecor):
6232         * fvwm/windowshade.c (CMD_WindowShade):
6233         Removed the decor for EWMH fullscreen windows, forbid shading and
6234         allows Resize and MoveResize without unsetting the fullscreen/maximized
6235         state
6237         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6238         (CMD_ResizeMaximize):
6239         Fixed ewmh state which was not set after these cmds
6241 2003-08-09  olicha  <olivier.chapuis@free.fr>
6243         * todo-2.6:
6244         Updated
6246 2003-08-08  olicha  <olivier.chapuis@free.fr>
6248         * fvwm/borders.c (border_draw_vector_to_pixmap):
6249         Fixed inversion of fg and bg in vector buttons
6251         * fvwm/style.c (__simplify_style_list):
6252         Fixed a memory leak
6254         * libs/System.c (fvwm_mkstemp):
6255         Removed debug code
6257 2003-08-07  olicha  <olivier.chapuis@free.fr>
6259         * configure.in:
6260         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6261         * acconfig.h:
6262         * libs/System.c (fvwm_mkstemp):
6263         * libs/fvwmlib.h:
6264         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6265         exists and work correctly, if not a replacement function is used
6266         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6267         implementation).
6269         * libs/fsm.c (unique_filename):
6270         (SetAuthentication):
6271         * fvwm/session.c (getUniqueStateFilename):
6272         Replaced tempnam by fvwm_mkstemp
6274 2003-08-07  olicha  <olivier.chapuis@free.fr>
6276         * libs/Makefile.am:
6277         * libs/FSMlib.h (new file):
6278         * fvwm/session.c (*):
6279         * fvwm/session.h:
6280         fvwmize SMlib and ICElib
6282         * fvwm/session.c (matchWin):
6283         Fixed window matching for windows with no SM_CLIENT_ID and a
6284         window_role
6286         * libs/fsm.c (new file):
6287         * libs/fsm.h (new file):
6288         * fvwm/ConfigFvwmDefaults
6289         A set of functions for implementing a dummy session manager
6291         * fvwm/fvwm.1.in:
6292         GNOME 1 hints and EWHM support is not a configure time option
6293         (anymore).
6295 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6297         * fvwm/add_window.c (AddWindow):
6298         fixed stickyness across desks over a restart
6300 2003-08-06  olicha  <olivier.chapuis@free.fr>
6302         * fvwm/ewmh.c (EWMH_WindowInit):
6303         (EWMH_SetFrameStrut):
6304         Fixed position of kde tray windows in kicker
6306 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6308         * fvwm/module_interface.c (FlushMessageQueue):
6309         retry writing pipe if write returns EINTR
6311 2003-07-28  olicha  <olivier.chapuis@free.fr>
6313         * fvwm/events.c (events_handle_configure_request):
6314         (HandleConfigureRequest):
6315         (__handle_configure_request):
6316         (__handle_cr_on_client):
6317         * fvwm/ewmh.c (ewmh_atom_client_win):
6318         * fvwm/ewmh_intern.h:
6319         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6320         (EWMH_ProcessClientMessage):
6321         Implemented _NET_MOVERESIZE_WINDOW
6323         * fvwm/fvwm.c (main):
6324         A -Wall fix
6326 2003-07-25  olicha  <olivier.chapuis@free.fr>
6328         * fvwm/ewmh.c (ewmh_HandleWindowType):
6329         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6330         that one type and we do not support the first one.
6332         * fvwm/expand.c (expand_vars_extended):
6333         Fixed conflict between extended variables name (desk.name and
6334         desk.n)
6336         * fvwm/session.c (callback_save_yourself):
6337         Respect the SmSaveGlobal save type. This should fix some session
6338         locking in the sm protocol
6340         * fvwm/session.c (setSmProperties):
6341         (SessionInit):
6342         Set some sm properties when fvwm start for fixing a problem with
6343         the restart style hint after a restart.
6345         * fvwm/fvwm.c (get_display_name):
6346         (usage):
6347         (main):
6348         * fvwm/session.c (setSmProperties):
6349         * fvwm/fvwm.1.in
6350         Added a possible positive or null arg to --single-screen which
6351         forces fvwm to start on the "current" display and the given
6352         screen. Use this to fix fvwm starting under a session manager:
6353         specify only the screen and not the display.screen for the
6354         restart sm command.
6356         * fvwm/fvwm.c (main):
6357         Fixed possible memory corruption if a display has more than
6358         10 screens.
6360         * fvwm/session.c (*):
6361         Better debuging msg
6363 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6365         * acinclude.m4:
6366         fixed xft/fontconfig detection with pkg-config
6368         * fvwm/fvwm.1.in:
6369         corrections in some long option names
6371 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6373         * fvwm/add_window.c (setup_style_and_decor):
6374         * fvwm/geometry.c (set_window_border_size):
6375         * fvwm/fvwm.h (FvwmWindow):
6376         * fvwm/events.c (HandleShapeNotify):
6377         * fvwm/frame.c (frame_free_move_resize_args):
6378         (frame_setup_shape):
6379         (frame_reshape_border):
6380         fixed resizing of window borders if a window shape was added or deleted
6381         after the initial window setup
6383         * fvwm/update.c (apply_window_updates):
6384         removed unused code
6386         * fvwm/events.c (__cr_detect_icccm_move):
6387         disable motion method detection for shaped windows
6389 2003-07-21  olicha  <olivier.chapuis@free.fr>
6391         * fvwm/add_window.c (setup_window_structure):
6392         * fvwm/session.c (MatchWinToSM):
6393         Preserve is_name_changed window_flags within restart, session loading
6394         and recapture
6396 2003-07-20  olicha  <olivier.chapuis@free.fr>
6398         * fvwm/ewmh.c (EWMH_Init):
6399         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6401         * fvwm/fvwm.c (InternUsefulAtoms):
6402         * fvwm/externs.h:
6403         * fvwm/session.c (GetWindowRole):
6404         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6406         * fvwm/session.c (GetClientID):
6407         Better determination of the CLIENT_LEADER
6409         * fvwm/session.c (setSmProperties):
6410         Set the CloneCommand for gnome-session editor (the sm spec says this
6411         properties is required). Removed the commented XSM ifdef.
6413         * fvwm/session.c (matchWin):
6414         (SaveWindowStates):
6415         Consider client only if it has a client id or a wm command.
6416         Removed the "two entries" session previous commit
6418 2003-07-16  olicha  <olivier.chapuis@free.fr>
6420         * fvwm/session.c (MatchWinToSM):
6421         Fixed restoring session state, if two window session entries have the
6422         same identifier ignore these entries
6424 2003-07-16  olicha  <olivier.chapuis@free.fr>
6426         * NEWS:
6427         * fvwm/style.h (SID_GET_NAME):
6428         (SID_SET_NAME):
6429         (SID_GET_WINDOW_ID):
6430         (SID_SET_WINDOW_ID):
6431         (SID_SET_HAS_NAME):
6432         (SID_GET_HAS_NAME):
6433         (SID_SET_HAS_WINDOW_ID):
6434         (SID_GET_HAS_WINDOW_ID):
6435         (SGET_ID):
6436         (SGET_WINDOW_ID):
6437         (SSET_WINDOW_ID):
6438         (SSET_ID_HAS_NAME):
6439         (SGET_ID_HAS_NAME):
6440         (SSET_ID_HAS_WINDOW_ID):
6441         (SGET_ID_HAS_WINDOW_ID):
6442         * fvwm/style.c (style_ids_are_equals):
6443         (style_id_equals_id):
6444         (styles_have_same_id):
6445         (fw_match_style_id):
6446         (one_fw_can_match_both_ids):
6447         (remove_all_of_style_from_list):
6448         (__simplify_style_list):
6449         (style_parse_one_style_option):
6450         (__style_command):
6451         (style_destroy_style):
6452         (print_styles):
6453         (CMD_Style):
6454         (CMD_WindowStyle):
6455         (CMD_FocusStyle):
6456         (CMD_DestroyStyle):
6457         (CMD_DestroyWindowStyle):
6458         * fvwm/fvwm.h (style_id_t):
6459         (window_style):
6460         * fvwm/functable.c (func_table):
6461         * fvwm/add_window.c (destroy_window):
6462         * fvwm/commands.h:
6463         * fvwm/fvwm.1:
6464         New WindowStyle and DestroyWindowStyle command for setting styles
6465         per window
6467 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6469         * libs/Flocale.c (FlocaleDrawString):
6470         * libs/FBidi.c (FBidiConvert):
6471         fixed drawing of combining characters in the case where a string
6472         consists of only combining characters
6474 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6476         * libs/CombineChars.c (CombineChars):
6477         bugfix: array mapping visual to logical position was allocated
6478         to small (factor 2) in decoposing code
6480 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6482         * libs/Flocale.c (FlocaleEncodeWinString):
6483         fixed a memory leak
6485         * libs/Flocale.c (FlocaleDrawString):
6486         (FlocaleRotatedDrawString):
6487         removed some code duplication
6489 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6491         * libs/CombineChars.c (combclass_table):
6492         (CombineChars):
6493         fixed supporting drawing marks superimposed that are in a combining
6494         class
6496 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6498         * libs/Flocale.c (FlocaleRotateDrawString):
6499         (FlocaleDrawString)
6500         fixed core dump when composing characters can't be converted to
6501         locale charset
6503 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6505         * AUTHORS:
6506         updated
6508 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6510         * todo-2.6 (todo):
6511         updated summary
6513 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6515         * NEWS:
6516         updated with reagrds to combing characters
6518 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6520         * todo-2.6
6521         closed B.8
6523 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6525         * libs/Flocale.c (FlocaleEncodeString):
6526         (FlocaleEncodeWinString):
6527         (FlocaleRotateDrawString):
6528         (FlocaleDrawString):
6529         (FlocaleDrawUnderline):
6530         fixed rendering combining characters using Unicode font in a
6531         non-UTF-8 locale
6533 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6535         * fvwm/fvwm.1.in:
6536         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6538 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6540         * libs/FBidi.h:
6541         fixed FBidi.h macro to work with no FriBIDI
6543 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6545         * libs/CombineChars.h (CombineChars):
6546         * libs/CombineChars.c (CombineChars):
6547         * libs/FBidi.h (FBidiConvert):
6548         * libs/FBidi.c (FBidiConvert):
6549         * libs/Flocale.c (FlocaleEncodeString):
6550         (FlocaleEncodeWinString):
6551         (FlocaleDrawUnderline):
6552         (FlocaleTextWidth):
6553         fixed drawing of underlines on characters to work in with BIDI
6554         and combining characters
6556 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6558         * todo-2.6:
6559         closed D.1 with "no consensus" resolution
6561 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6563         * fvwm/fvwm.1.in:
6564         documented tear off menus
6566         * fvwm/placement.c (PlaceWindow):
6567         StartsOnPage + SkipMapping overrides PPosition
6569 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6571         * fvwm/functable.c:
6572         solved a problem with CMD_Dummy and exact command spelling
6574         * libs/CombineChars.c:
6575         * libs/CombineChars.h:
6576         * libs/FBidi.c:
6577         minor reformattings (use TABs not 8 spaces and a space after keywords
6578         like for, if or while)
6580 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6582         * fvwm/update.c (apply_window_updates):
6583         * fvwm/update.h:
6584         * fvwm/add_window.c (setup_style_and_decor):
6585         * fvwm/style.h:
6586         * fvwm/style.c (style_parse_one_style_option):
6587         (check_window_style_change):
6588         new style MoveWindowByProgramMethod
6590         * libs/PictureImageLoader.c (PImageLoadXpm):
6591         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6593         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6594         implemented _NET_WM_STATE_FULLSCREEN handling
6596         * fvwm/move_resize.c (GetOnePositionArgument):
6597         fixed parsing of "+-x +-y" Move arguments
6598         (CMD_Maximize):
6599         use get_page_offset_check_visible
6601         * fvwm/geometry.c (get_page_offset_check_visible):
6602         new convenience function
6604         * fvwm/events.c (__handle_cr_on_client):
6605         fixed handling of gravities other than NW or Static
6606         (__cr_detect_icccm_move):
6607         fixed several bugs
6609 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6611         * libs/BidiJoin.c:
6612         * libs/BidiJoin.h:
6613         * libs/BidiJoin.c:
6614         * libs/BidiJoin.h:
6615         * libs/CombineChars.c:
6616         * libs/CombineChars.h:
6617         * libs/Flocale.c (FlocaleEncodeString):
6618         * libs/FBidi.c:
6619         * libs/FBidi.h:
6620         * libs/Makefile.am:
6621         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6622         FCombineChars.h
6624 2003-07-06  olicha  <olivier.chapuis@free.fr>
6626         * libs/FRender.c (FRenderRender):
6627         Fixed compilation
6629 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6631         * fvwm/ewmh.c (ewmh_check_wm_pid):
6632         (EWMH_WindowInit):
6633         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6634         compliant ConfigureNotify handling
6636 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6638         * libs/Flocale.c (FlocaleDrawUnderline):
6639         Commented out some non-working new code
6641 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6643         * libs/Flocale.c (FlocaleDrawString):
6644         fixed drawing superimposed characters with a fontset
6646 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6648         * fvwm/events.c (__cr_detect_icccm_move):
6649         (__handle_cr_on_client):
6650         (__cr_get_grav_position):
6651         (__cr_get_static_position):
6652         * fvwm/window_flags.h:
6653         * fvwm/fvwm.h:
6654         try to autodetect whether application uses the icccm way of moving
6655         windows of the traditional way always using static gravity
6657         * acconfig.h:
6658         moved SIGNAL_RETURN macro definition to acconfig.h
6660         * fvwm/module_interface.c (DeadPipe):
6661         * fvwm/fvwm.c (SigDone):
6662         (Restart):
6663         (ReapChildren):
6664         use SIGNAL_RETURN macro
6666         * fvwm/events.c (__handle_cr_on_client):
6667         (__merge_cr_moveresize):
6668         (__cr_detect_icccm_move):
6670         * fvwm/events.c (__handle_cr_on_unmanaged):
6671         (__handle_cr_on_icon):
6672         (__handle_cr_on_shaped):
6673         (__handle_cr_restack):
6674         (__handle_cr_on_client):
6675         (HandleConfigureRequest):
6676         split the ConfigureRequest code into multiple functions
6678         * fvwm/update.c (apply_window_updates):
6679         fixed drawing of window decorations when "Style * Neverfocus" is used
6681         * fvwm/events.c (HandleKeyPress):
6682         fixed a bug with key binding contexts
6684         * fvwm/functions.c (__execute_function):
6685         * fvwm/expand.c (expand_vars):
6686         (expand_vars_extended):
6687         new extended variable $[func.context]
6689         * libs/Bindings.h:
6690         * libs/Bindings.c:
6691         moved some code to the new files
6693         * libs/charmap.h:
6694         * libs/charmap.c:
6695         * libs/modifiers.h:
6696         * libs/modifiers.c:
6697         * libs/wcontext.c:
6698         * libs/wcontext.h:
6699         new files
6701         * libs/Bindings.c:
6702         fixed a problem with uninitialised global variable
6704 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6706         * libs/Bindings.c (key_modifiers):
6707         moved to new file wcontext.c
6709         * libs/gravity.c (gravity_parse_dir_argument):
6710         added aliases for compass directions:
6711           - = N
6712           _ = S
6713           [ = W
6714           ] = E
6715           ^ = NE
6716           > = SE
6717           v = SW
6718           [ = nw
6719           . = center
6721 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6723         * libs/FBidi.h:
6724         * libs/Flocale.c (FlocaleDrawString):
6725         (FlocaleRotateDrawString):
6726         Fixes to work without Fribidi
6728 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6730         * todo-2.6:
6731         Updated
6733 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6735         * libs/FbidiJoin.c (get_shaped_combined_char):
6736         (shape_n_join):
6737         Removed unused (get_shaped_combined_char) and commented out code
6738         Combining ligatures done in FCombineChars
6740 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6742         * libs/Flocale.c (FlocaleDrawString):
6743         (FlocaleRotateDrawString):
6744         (FlocaleTextWidth):
6745         * libs/FBidi.h:
6746         * libs/FBidi.c (FBidiConvert):
6747         * libs/FBidiJoin.c:
6748         * libs/FCombineChars.h:
6749         * libs/FCombineChars.c (FCombineChars):
6750         Added support for drawing superimposed combining characters
6752 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6754         * fvwm/commands.h:
6755         * fvwm/functable.c (func_table):
6756         * fvwm/functions.c (CMD_TearMenuOff):
6757         (CMD_Title):
6758         (CMD_Silent):
6759         (CMD_Function):
6760         (CMD_KeepRc):
6761         merged all dummy commands into one: CMD_Dummy
6763 2003-07-01  olicha  <olivier.chapuis@free.fr>
6765         * fvwm/menus.c (DestroyMenu):
6766         (do_menu):
6767         Cleanup
6769 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6771         * fvwm/menustyle.c (menustyle_copy):
6772         (copy_menu_style):
6773         renamed function
6775 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6777         * todo-2.6:
6778         Updated
6780 2003-06-30  olicha  <olivier.chapuis@free.fr>
6782         * fvwm/menus.c (do_menu):
6783         (DestroyMenu):
6784         (do_menu_close_tear_off_menu):
6785         (menu_close_tear_off_menu):
6786         Allowed to destroy tear off menu!
6788         * fvwm/menus.c (menu_tear_off):
6789         (menu_close_tear_off_menu):
6790         (do_menu_close_tear_off_menu):
6791         (clone_menu_root_static):
6792         (pop_menu_up):
6793         (menu_tear_off):
6794         (make_menu_window):
6795         (make_menu):
6796         (update_menu):
6797         Fixed client leaks (only create new client for menu if it is a tear off
6798         menu). Created a dedicated menu style for each tear off menu.
6800         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6801         (copy_menu_style):
6802         * fvwm/menustyle.h:
6803         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6805 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6807         * fvwm/virtual.c (do_move_window_to_desk):
6808         (UnmapDesk):
6809         fixed "Visible" condition on non current desks
6811 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6813         * **/*.c:
6814         * **/*.h:
6815         shortened some comments
6816         removed GPL from .h files
6817         added GPL to all .c files
6818         include config.h in all .c files
6819         added "/* -*-c-*- */" where missing
6820         some reformatting and reindenting
6822         * fvwm/module_interface.c:
6823         * fvwm/module_interface.h:
6824         * libs/Fft.c:
6825         * libs/Flocale.c:
6826         * libs/gravity.h:
6827         * libs/Flocale.h:
6828         * fvwm/screen.h:
6829         * fvwm/misc.c:
6830         * fvwm/misc.h:
6831         * fvwm/windowshade.c:
6832         * fvwm/virtual.c:
6833         * fvwm/conditional.c:
6834         * fvwm/geometry.h:
6835         * fvwm/geometry.c:
6836         * fvwm/borders.c:
6837         * fvwm/frame.h:
6838         * fvwm/frame.c:
6839         * fvwm/update.c:
6840         * fvwm/session.c:
6841         * fvwm/placement.c:
6842         * fvwm/menus.c:
6843         * fvwm/icons.c:
6844         * fvwm/events.c:
6845         * fvwm/add_window.c:
6846         * fvwm/session.h:
6847         * fvwm/placement.h:
6848         * fvwm/icons.h:
6849         * fvwm/eventhandler.h:
6850         * fvwm/fvwm.h:
6851         * fvwm/add_window.h:
6852         * fvwm/repeat.c:
6853         * fvwm/functions.c:
6854         * fvwm/functable.c:
6855         * fvwm/functable.h:
6856         * fvwm/functions.h:
6857         renamed types func_type, repeat_t, initial_window_options_t,
6858         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6859         last_added_item_type, common_flags_type, multi_direction_type,
6860         msg_masks_type to ..._t
6862         * fvwm/functions.c (__execute_function):
6863         (execute_complex_function):
6864         * fvwm/condrc.c (condrc_init):
6865         new function in new file to encapsulate all cond_rc_t handling
6867         * fvwm/condrc.h:
6868         * fvwm/fvwm.h (cond_rc_t):
6869         (cond_rc_enum):
6870         moved typed to new file
6872         * fvwm/functable.h:
6873         * fvwm/commands.h:
6874         * fvwm/functable.c (func_table):
6875         * fvwm/functions.c (__run_complex_function_items):
6876         (__execute_function):
6878         * fvwm/conditional.c (CMD_Break):
6879         (__rc_matches_rcstring_consume):
6880         Break takes the number of function levels to break out of as an
6881         argument
6883         * fvwm/expand.c (expand_vars_extended):
6884         * fvwm/conditional.c (circulate_cmd):
6885         (select_cmd):
6886         (direction_cmd):
6887         (__rc_matches_rcstring_consume):
6888         (CMD_All):
6889         (CMD_WindowId):
6890         (CMD_TestRc):
6891         (CMD_Test):
6892         * fvwm/read.c:
6893         * fvwm/read.h:
6894         * fvwm/functions.h:
6895         * fvwm/functions.c:
6896         (__run_complex_function_items):
6897         (execute_complex_function):
6898         * fvwm/expand.h:
6899         * fvwm/expand.c:
6900         * fvwm/fvwm.h:
6901         * fvwm/conditional.c:
6902         renamed fvwm_cond_func_rc by cond_rc_t
6903         made a type a struct
6904         added a member to indicate the number of function levels to break out
6905         of
6907         * fvwm/functable.c (func_table):
6908         * fvwm/conditional.c (CMD_TestRc):
6909         replaced conditional commands:
6910                 Cond -> TestRc
6911                 CondCase -> KeepRc TestRc
6912                 On -> Test
6913         (__rc_matches_rcstring_consume):
6914         new function
6916         * fvwm/conditional.c (CMD_CondCase):
6917         fixed the CondCase command
6919 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6921         * configure.in:
6922         new configure option --deisable-gtk to disable detection of gtk library
6924         * fvwm/fvwm.1.in:
6925         cleaned up documentation of conditional commands
6926         general man page cleanup
6928 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6930         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6931         Anil Madhavapeddy.
6933 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6935         * fvwm/fvwm.1.in:
6936         cleaned up of CirculateHit... conditions
6938 2003-06-15  olicha  <olivier.chapuis@free.fr>
6940         * fvwm/style.c (__simplify_style_list):
6941         Fixed is_merged_allowed: rest it to True when cur change
6942         Added "upward" simplification
6944 2003-06-14  olicha  <olivier.chapuis@free.fr>
6946         * fvwm/style.c (__simplify_style_list):
6947         (blocksintersect):
6948         (blockand):
6949         Fixed blockand which always returned True. Added blocksintersect which
6950         returns the same value as blockand but faster.
6952 2003-06-13  olicha  <olivier.chapuis@free.fr>
6954         * configure.in:
6955         * acinclude.m4:
6956         Fixed fontconfig and xft2 for version without *-config binnary. Used
6957         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6958         fontconfig and xft2 if the version is < the required version
6959         (even if --disable-*test).
6961 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6963         * libs/Graphics.c:
6964         define M_PI and M_PI_2 if they are not defined by math.h
6966 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
6968         * libs/Colorset.c (LoadColorset):
6969         added a note to update Colorsets.pm too when the format is changed
6971 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
6973         * WindowStyle_proposal.txt:
6974         s/WindowId/ThisWindow/ and other minor changes
6976 2003-06-06  olicha  <olivier.chapuis@free.fr>
6978         * libs/PictureImageLoader.c (PImageLoadPng):
6979         Fixed loading of png images if the caller want no alpha
6981 2003-06-04  olicha  <olivier.chapuis@free.fr>
6983         * libs/Flocale.c (FlocaleEncodeString):
6984         Fixed memroy leaks
6986 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
6988         * libs/Makefile.am:
6989         only FCombineChars.c was distributed not FCombineChars.h
6991 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
6993         * libs/FCombineChars.c (convert_to_utf8)
6994         fixed a bug when converting back to UTF-8 and a bug giving
6995         garbage at end of string in some cases
6997         * libs/Flocale.c (FlocaleEncodeString)
6998         fixed problem regarding combining-characters when BIDI is used
7000 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
7002         * libs/Makefile.am:
7003         * libs/Flocale.c (FlocaleEncodeString):
7004         * libs/FCombineChars.c:
7005         * libs/FCombineChars.h:
7006         implemeted support for combining characters
7008 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
7010         * configure.in:
7011         set the version 2.5.8
7013 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
7015         * fvwm/builtins.c:
7016         * fvwm/fvwm2.1:
7017         SetEnv with only one parameter is ignored now
7019 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
7021         * NEWS: Add 2.4.16 news.
7023 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
7025         * fvwm/functions.c (expand_extended_var):
7026         (expand):
7027         fixed expanding variables that are empty, for example $[w.resource]
7028         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7030         * fvwm/fvwm.1.in:
7031         s/$w/$[w.id]/
7033 2003-05-29  olicha  <olivier.chapuis@free.fr>
7035         * fvwm/ewmh.c (ewmh_atom_wm_state):
7036         Do not claim that we support _NET_WM_STATE_FULLSCREEN
7038 2003-05-28  olicha  <olivier.chapuis@free.fr>
7040         * NEWS:
7041         A TaskBar news
7043 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7045         * fvwm/focus.c (__update_windowlist):
7046         don't fiddle with the window list for windows that are going to be
7047         destroyed
7049         * fvwm/add_window.c (delete_client_context):
7050         (destroy_auxiliary_windows):
7051         (destroy_window):
7052         fixed empty frame windows when X reused the window id for a new window
7053         while the old one was scheduled to be destroyed
7055 2003-05-26  olicha  <olivier.chapuis@free.fr>
7057         * fvwm/icons.c (GetIconBitmap):
7058         (set_icon_pixmap_background):
7059         (CreateIconWindow):
7060         (DrawIconPixmapWindow):
7061         (DrawIconWindow):
7062         Fixed loading of application supplied pixmap on 8/24 depth screen
7064 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
7066         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7067         Rox Filer.
7069         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7070         solaris.
7072 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7074         * fvwm/misc.c (GrabEm):
7075         do not confine the pointer to the root window when grabbed; this can
7076         cause the pointer to be warped to another screen
7077         * fvwm/menus.c (get_menu_options):
7078         fixed placement of menus on Xinerama screens
7079         * libs/FScreen.c (FScreenGetResistanceRect):
7080         fixed function to do something useful
7081         * libs/Flocale.c (FlocaleDrawString):
7082         support font shadowing without colorsets
7083         * libs/ColorUtils.c:
7084         reformatted file
7085         * fvwm/menuitem.c (menuitem_paint):
7086         do not use colorsets in menus if they are not defined
7087         * fvwm/menustyle.c (menustyle_parse_style):
7088         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7089         issued again
7091 2003-05-23  olicha  <olivier.chapuis@free.fr>
7093         * fvwm/bindings.c (ParseBinding):
7094         (bind_get_bound_button_contexts):
7095         * libs/Bindings.c (GrabWindowButton):
7096         Fixed window button grabbing
7098 2003-05-22  olicha  <olivier.chapuis@free.fr>
7100         * fvwm/colorset.c (parse_colorset):
7101         Fixed an uninit mem
7103         * fvwm/borders.c (border_fill_pixmap_background):
7104         Fixed problem with depth 1 pixmap
7106         * fvwm/conditional.c (CMD_On):
7107         Fixed memory leaks
7109         * fvwm/conditional.c (CreateConditionMask):
7110         Fixed memory leaks for layer and state
7112 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
7114         * configure.in:
7115         added perllib/FVWM/Tracker/Makefile
7117 2003-05-22  olicha  <olivier.chapuis@free.fr>
7119         * fvwm/fvwm.1.in:
7120         * fvwm/style.h:
7121         * fvwm/style.c (print_styles):
7122         * fvwm/builtins.c (CMD_PrintInfo):
7123         New style subject to PrintInfo
7125 2003-05-20  olicha  <olivier.chapuis@free.fr>
7127         * libs/Flocale.c (FlocaleGetFontOrFontSet):
7128         Allowed empty xft font name
7130         * libs/Makefile.am:
7131         * libs/flist.c (new file):
7132         * libs/flist.h (new file):
7133         Added a flist structure and some basic function for handling such
7134         stucture
7136         * libs/FGettext.c (*):
7137         Use the new flist struct and functions interface
7139         * fvwm/screen.h (ScreenInfo):
7140         * fvwm/update.c (destroy_scheduled_windows):
7141         * fvwm/add_window.c (destroy_window):
7142         Added a list for the windows which are scheduled for destroy
7143         Remove a fw at once from the fw list when we destroy_window
7145 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7147         * fvwm/style.c (CMD_DestroyStyle):
7148         do not update windows if no style was deleted
7149         (check_window_style_change):
7150         fixed update of window styles w/ DestroyStyle
7152 2003-05-18  olicha  <olivier.chapuis@free.fr>
7154         * fvwm/conditional.c (CMD_On):
7155         Added x,r,w,f and i file condition to the On command
7157         * fvwm/add_window.c (destroy_window):
7158         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7159         but scheduled for destroy. Not sure that the fix is good.
7161         * fvwm/functions.c (__execute_function):
7162         * libs/defaults.h:
7163         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7164         This fixes some cores dumps with "recursives" functions
7166         * fvwm/borders.c (border_create_root_transparent_pixmap):
7167         (border_draw_decor_to_pixmap):
7168         Fixed a core dump with a root transparent rotated title
7169         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7171         * libs/FGettext.c (fgettext_add_one_path):
7172         (FGettextInit):
7173         (FGettextSetLocalePath):
7174         Fixed memory leak and chainning
7176         * fvwm/builtins.c (CMD_PrintInfo):
7177         Fixed a parsing leak
7179         * fvwm/conditional.c (Circulate):
7180         Fixed a mask memory leaks
7182         * libs/defaults.h:
7183         * libs/Flocale.c (FlocaleGetFont):
7184         (FlocaleGetFontSet):
7185         (FlocaleGetFftFont):
7186         Fixed a core dump when a 0 font is given with an encoding hints.
7187         Added a default FFT font
7189         * fvwm/builtins.c (CMD_DefaultFont):
7190         Fixed a core dump when the default font change and a redraw
7191         (icon or window) is proceeded before flush_window_updates is called
7193         * fvwm/menustyle.c (CMD_CopyMenuStyle):
7194         Fixed gradients copy
7196         * fvwm/menustyle.c (menustyle_parse_style):
7197         Fixed UMR's related to colorset
7199         * fvwm/builtins.c (ReadDecorFace):
7200         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7201         decor style.
7203         * fvwm/menustyle.h:
7204         * fvwm/menustyle.c (menustyle_free):
7205         Fixed a fore stipple gc leak
7207         * fvwm/windowlist.c (CMD_WindowList):
7208         Fixed a sor_keyname memory leak
7210         * fvwm/fvwm.c (ResetAllButtons):
7211         Fixed the default buttons memory leak
7213 2003-05-08  olicha  <olivier.chapuis@free.fr>
7215         * fvwm/windowlist.c (CMD_WindowList):
7216         Fixed a memory leak if MaxLabelWidth is used
7218 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7220         * fvwm/functions.c (__context_has_window):
7221         (__execute_function):
7222         * fvwm/functions.h:
7223         fixed excution of functions requiring a window without a window when
7224         called with "silent" from a complex function
7226 2003-05-07  olicha  <olivier.chapuis@free.fr>
7228         * libs/System.c (searchPath):
7229         Fixed a core dump
7231 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7233         * fvwm/move_resize.c (__move_loop):
7234         (__resize_window):
7235         fixed core dumps
7237 2003-05-03  olicha  <olivier.chapuis@free.fr>
7239         * todo-2.6:
7240         Updated
7242 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7244         * fvwm/NEWS:
7245         Minor typo corrections.
7247 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7249         * fvwm/move_resize.c (__move_loop):
7250         fixed UMR
7251         removed debug code
7252         (__resize_window):
7253         fixed UMR
7255 2003-04-28  olicha  <olivier.chapuis@free.fr>
7257         * fvwm/ewmh.c (ewmh_atom_wm_state):
7258         (ewmh_HandleDock):
7259         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7260         (ewmh_WMStateStaysOnBottom):
7261         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7263 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7265         * fvwm/module_interface.c (do_execute_module):
7266         * fvwm/fvwm.c (main):
7267         * libs/envvar.c (flib_putenv):
7268         * fvwm/builtins.c (add_to_env_list):
7269         (CMD_SetEnv):
7270         (CMD_UnsetEnv):
7271         fixed putenv memory leaks
7273         * libs/envvar.c (strIns):
7274         removed debug code
7275         reformatted file
7276         (flib_putenv):
7277         replacement for putenv without memory leaks
7279         * fvwm/frame.c:
7280         removed debug code
7282         * fvwm/fvwm.c (StartupStuff):
7283         fixed UMR
7284         * fvwm/add_window.c (free_window_names):
7285         fixed memory leaks
7286         * fvwm/events.c (HandlePropertyNotify):
7287         fixed memory leak
7288         * fvwm/menus.c (do_menu):
7289         fixed core dump
7290         (__mloop_exit_selected):
7291         safety patch
7292         * fvwm/menucmd.c (menu_func):
7293         fixed memory leak
7295         * fvwm/builtins.c (CMD_Destroy):
7296         (CMD_Close):
7297         call destroy_window right after XKillClient; do not wait for the window
7298         to die on its own
7300         * fvwm/menucmd.c (menu_func):
7301         * fvwm/windowlist.c (CMD_WindowList):
7302         fixed core dumps
7304 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7306         * INSTALL.fvwm:
7307         several updates (FvwmGtk, gettext)
7309 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7311         * fvwm/menucmd.c (menu_func):
7312         * fvwm/windowlist.c (CMD_WindowList):
7313         * fvwm/menus.h:
7314         * fvwm/menus.c (is_double_click):
7315         (pop_menu_up):
7316         (pop_menu_down):
7317         (pop_menu_down_and_repaint_parent):
7318         (__mloop_get_event_timeout_loop):
7319         (__mloop_get_event):
7320         (__mloop_handle_event):
7321         (__mloop_select_item):
7322         (__mloop_make_popup):
7323         (__mloop_get_mi_actions):
7324         (__mloop_do_popup):
7325         (__mloop_do_menu):
7326         (__mloop_handle_action_with_mi):
7327         (__mloop_handle_action_without_mi):
7328         (__mloop_exit):
7329         (menu_enter_tear_off_menu):
7330         (menu_close_tear_off_menu):
7331         (do_menu):
7332         replaced the pfw and pcontext members of the MenuParameters structure
7333         with an execution context pointer
7334         (_menu_execute_function):
7335         wrapper function to simplyfy command execution from within menus
7336         (do_menu):
7337         fixed warping pointer to first menu item when invoked with the mouse
7339         * fvwm/execcontext.c:
7340         removed debug code
7342 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7344         * libs/XError.c:
7345         reformatted
7347         * fvwm.1.in:
7348         * fvwm.c:
7349         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7351 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7353         * fvwm/menus.c (do_menu):
7354         the NoWarp position hint option works with root menus too
7356         * fvwm/ConfigFvwmDefaults:
7357         removed GrabFocusOff and GrabFocusTransient since they nullify the
7358         default with the plain focus policies
7360 2003-04-24  olicha  <olivier.chapuis@free.fr>
7362         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7363         Fixed a miss print in my previous commit
7365         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7366         (ewmh_MoveResize)
7367         (ewmh_WMStateStaysOnBottom):
7368         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7369         * fvwm/ewmh_intern.h:
7370         Added comment on the implementation at the top of ewmh.c.
7371         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7372         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7373         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7374         and _NET_WM_STATE_BELOW.
7376         * AUTHORS:
7377         Added David Fries. Updated my entries.
7379         * todo-2.6:
7380         One update
7382 2003-04-23  olicha  <olivier.chapuis@free.fr>
7384         * fvwm/module_interface.c (CMD_KillModule):
7385         Fixed a leak when we have an alias
7387         * libs/Picture.c (PFreeFvwmPictureData):
7388         * libs/Picture.h:
7389         New interface function for just freeing the allocated data (not
7390         the pixmaps).
7392 2003-04-22  olicha  <olivier.chapuis@free.fr>
7394         * fvwm/colorset.c (get_root_pixmap):
7395         Fixed a minor memory leak
7397         * fvwm/functions.c (execute_complex_function):
7398         Fixed uninitialized d.type
7400         * libs/Ficonv.c (FiconvSetupConversion):
7401         (FiconvUtf8ToCharset):
7402         (FiconvCharsetToUtf8):
7403         Formating clean-up
7405         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7406         (EWMH_WMIconName):
7407         (EWMH_WMName):
7408         Fixed a core dump and safety check related to not loaded font
7410 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7412         * libs/Module.h:
7413         reformatted
7415 2003-04-16  olicha  <olivier.chapuis@free.fr>
7417         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7418         (ewmh_MoveResize):
7419         (ewmh_WMState):
7420         (ewmh_WMStateHidden):
7421         Check if functions are allowed
7423         * fvwm/ewmh.c (ewmh_HandleDesktop):
7424         (ewmh_HandleDock):
7425         Set Desktop and Dock uniconifiable and unmaximazable
7427         * fvwm/menuitem.c (menuitem_paint):
7428         * fvwm/screen.h:
7429         Fixed greyed action with EWMH desktop
7431 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7433         * NEWS:
7434         documented FvwmEvent behaviour of executing window related event
7435         handlers within a window context
7437         * fvwm/fvwm.1.in:
7438         updated WindowId entry
7440 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7442         * fvwm/schedule.c (deschedule):
7443         (squeue_execute):
7444         (execute_obj_func):
7445         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7446         (ExecuteCommandQueue):
7447         * libs/queue.c (fqueue_init):
7448         (fqueue_remove_or_operate_from_front):
7449         (fqueue_remove_or_operate_from_end):
7450         (fqueue_remove_or_operate_all):
7451         (fqueue_init):
7452         (fqueue_unlock_queue):
7453         (fqueue_lock_queue):
7454         (fqueue_add_at_front):
7455         (fqueue_add_inside):
7456         (fqueue_get_first):
7457         core dump fixes
7459         * libs/queue.c (fqueue_remove_or_operate_all):
7460         (fqueue_remove_or_operate_from_end):
7461         (fqueue_remove_or_operate_from_front):
7462         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7463         (ExecuteCommandQueue):
7464         * fvwm/schedule.c (deschedule):
7465         (check_deschedule_obj_func):
7466         (deschedule_obj_func):
7467         (squeue_execute):
7468         (check_execute_obj_func):
7469         (execute_obj_func):
7470         (copy_obj_func):
7471         core dump fixes
7473 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7475         * fvwm/ConfigFvwmDefaults:
7476         * fvwm/fvwm.1.in:
7477         * fvwm/windowlist.c:
7478         * sample.fvwmrc/system.fvwm2rc-sample-95:
7479         * NEWS:
7480         WindowListFunc is executed now within a window context,
7481         so "WindowId $0" is not needed anymore in its definition
7483 2003-04-14  olicha  <olivier.chapuis@free.fr>
7485         * fvwm/fvwm.1.in:
7486         * NEWS:
7487         Documented LocalePath and $[gt.str]. FvwmScript news.
7489         * fvwm/expand.c (expand_vars_extended):
7490         Fixed $[gt.str] expansion
7492         * configure.in:
7493         New gettext domain FvwmScript
7495         * libs/FGettext.c (FGettextCopy):
7496         * libs/FGettext.h:
7497         New interface function which copies the string
7499 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7501         * fvwm/conditional.c (CMD_Cond):
7502         allow to negate the condition code with '!' prefix
7504         * fvwm/schedule.c (CMD_Schedule):
7505         (CMD_Deschedule):
7506         support hexadecimal ids
7508         * libs/Parse.c (GetIntegerArguments):
7509         (_get_suffixed_integer_arguments):
7510         (GetSuffixedIntegerArguments):
7511         (GetIntegerArgumentsAnyBase):
7512         new utitily function to allow hexadecimal integer arguments
7514 2003-04-10  olicha  <olivier.chapuis@free.fr>
7516         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7517         (FlocaleGetCharsetOfFontStruct):
7518         (FlocaleGetCharsetFromName):
7519         (FlocaleFixNameForFontSet):
7520         (FlocaleGetFontSet):
7521         (FlocalePrintLocaleInfo):
7522         * libs/FlocaleCharset.h:
7523         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7524         (FlocaleCharsetPrintXOMInfo):
7525         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7527 2003-04-08  olicha  <olivier.chapuis@free.fr>
7529         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7530         fixed the default font name
7532 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7534         * fvwm/events.c (HandlePropertyNotify):
7535         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7536         completely ignore application requests to set exactly the same
7537         window name or icon name (xmms sets it every second),
7538         this avoids some redundant module messages and redraws
7540 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7542         * Makefile.am:
7543         fixed DIST
7545 2003-04-04  olicha  <olivier.chapuis@free.fr>
7547         * configure.in:
7548         Fixed a miss print in fribidi config check
7550 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7552         * fvwm/focus.c (__restore_focus_after_unmap):
7553         iconified windows without an icon do not receive focus
7555 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7557         * fvwm/virtual (CMD_GotoDeskAndPage):
7558         different "GotoDeskAndPage prev" fix that works with any viewports, not
7559         just multiples of the screen size
7561 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7563         * fvwm/virtual (CMD_GotoDeskAndPage):
7564         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7566 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7568         * ETHICAL_LICENSE:
7569         added file
7571         * fvwm/menucmd.c (menu_func):
7572         fixed double key presses to choose default menu action
7574         * fvwm/focus.c (__update_windowlist):
7575         fixed order of window list with SloopyFocus when using the Focus
7576         command
7578 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7580         * fvwm/fvwm.1.in:
7581         clarified some things, typo fixed
7583 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7585         * libs/Colorset.c (CreateBackgroundPixmap):
7586         (GetWindowBackgroundPixmapSize):
7587         (get_aspect_dimensions):
7588         fixed size calculation of aspect pixmaps
7590 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7592         * fvwm/icons.c (clear_icon):
7593         (clear_icon):
7594         (AutoPlaceIcon):
7595         (Iconify):
7596         * fvwm/geometry.c (get_icon_geometry):
7597         (modify_icon_position):
7598         set a valid icon picture position if there is neither a picture nor a
7599         title
7601 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7603         * NEWS:
7604         * AUTHORS:
7605         reformatted to fit better on the web page
7607 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7609         * todo-2.6:
7610         added items from "My TODO" message on 2003-01-02
7612         * fvwm/fvwm.1.in:
7613         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7615 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7617         * libs/FScreen.c:
7618         removed debug output
7620 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7622         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7623         (FScreenFetchMangledScreenFromUSPosHints):
7624         two functions to allow USPosition hints from modules and StartsOnScreen
7625         work at the same time
7627         * fvwm/conditional.c (direction_cmd):
7628         Some fixes, reformatting and improvements.
7630 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7632         * fvwm/icons.c (Iconify):
7633         initialise icon position to +0+0 if there is neiter a picture nor a
7634         title
7636         * fvwm/functions.c (DeferExecution):
7637         action trigger fix
7639         * todo-2.6 (todo):
7640         closed some items
7642         * fvwm/update.c (apply_window_updates):
7643         fixed drawing of sticky icon titles when the stickyicon style is being
7644         set
7646 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7648         * fvwm/placement.c (CMD_PlaceAgain):
7649         * fvwm/add_window.c (setup_window_placement):
7650         * fvwm/virtual.c (MapDesk):
7651         update the GNOME hints desk when changing desks; fixes placeagain with
7652         stickyicon style
7653         some placeagain fixes
7655         * fvwm/fvwm.1.in (Example):
7656         removed duplicate Iconify section
7658         * todo-2.6 (todo):
7659         closed C.11
7661         * fvwm/functable.c (func_table):
7662         * fvwm/functions.h (func_type):
7663         * fvwm/functions.c (__execute_function):
7664         (execute_complex_function):
7665         (DeferExecution):
7666         fixed a new and and old window selection bug
7668 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7670         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7671         detected with Purify.
7673 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7675         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7676         use None, not 0 for Window structures
7678         * fvwm/events.c (InitEventHandlerJumpTable):
7679         (HandleKeyRelease):
7680         (__handle_key_event):
7681         * fvwm/bindings.c (ParseBinding):
7682         (activate_binding):
7683         * libs/Bindings.h:
7684         * fvwm/fvwm.1.in:
7685         removed key release binding because they can not work reliably
7687 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7689         * fvwm/functable.c (func_table):
7690         trigger on ButtonPress for many of the functions
7692         * fvwm/functions.c (__execute_function):
7693         (__execute_function):
7694         fixed conditional commands a la "Current" triggered on root window
7696 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7698         * todo-2.6: Closed B.2, C.21.
7700 2003-02-28  olicha  <olivier.chapuis@free.fr>
7702         * libs/defaults.h:
7703         * fvwm/events.c (HandleConfigureRequest):
7704         Added a workaround for application with broken max/min size hints
7705         vs a size configure request. This "fixes" floating java JToolBar.
7707         * fvwm/add_window.c (GetWindowSizeHints):
7708         Check that the max size hint is not broken relatively to the the base
7709         size hint
7711 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7713         * NEWS:
7714         * configure.in:
7715         released 2.5.6, set version to 2.5.7
7717         * NEWS:
7718         * configure.in:
7719         updated for 2.5.6
7721 2003-02-26  Tony Finch  <dot@dotat.at>
7723         * fvwm/borders.c (border_draw_one_border_part):
7724         Don't draw the handle relief marks when the border is flat.
7726 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7728         * configure.in:
7729         s/fribdi_in_path/fribidi_in_path/
7731         * todo-2.6:
7732         spell checking and some reformatting
7734 2003-02-26  olicha  <olivier.chapuis@free.fr>
7736         * fvwm/borders.c (border_setup_bar_pixmaps):
7737         Fixed a miss-print which can cause a core dump
7739         * todo-2.6:
7740         Added a 2.6 TODO file
7742 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7744         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7745         void functioin cannot return a value.
7747 2003-02-25  olicha  <olivier.chapuis@free.fr>
7749         * configure.in:
7750         Fixed compilation warning if fribidi is in path
7752 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7754         * fvwm/windowlist.c (CMD_WindowList):
7755         removed unused instruction
7757 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7759         * configure.in: Remove nested function from -Werror check.
7760         Lets configure work without gcc.
7762         * fvwm/read.h:
7763         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7765 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7767         * fvwm/functions.c (__run_complex_function_items): Make Break start
7768         working again.
7770 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7772         * fvwm/move_resize.c (get_outline_rects):
7773         (draw_move_resize_grid):
7774         initial drawing and final undrawing of wire frame no longer toggles the
7775         pixel in the top left corner of the screen
7777         * fvwm/expand.c (expand_vars):
7778         disabled warnings about one letter variables
7780 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7782         * README: Update to reflect release 2.5.x.
7783         * NEWS: Update news for FvwmPager drag fix.
7785 2003-02-15  olicha  <olivier.chapuis@free.fr>
7787         * fvwm/fvwm.1.in:
7788         Fixed a typo
7790 2003-02-13  olicha  <olivier.chapuis@free.fr>
7792         * fvwm/gnome.c (GNOME_SetClientList):
7793         Applied David Fries patch which fixes a possible crash with more
7794         than 256 windows
7795         (GNOME_SetClientList):
7796         malloc -> safemalloc
7798 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7800         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7801         Give the XorValue range.
7803 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7805         * fvwm/fvwm.1.in: Fully document the emulate command.
7807 2003-02-06  olicha  <olivier.chapuis@free.fr>
7809         * fvwm/borders.c (get_common_decorations):
7810         (border_get_border_background):
7812 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7814         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7816 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7818         * fvwm/menuitem.h:
7819         * fvwm/menuitem.c (menuitem_get_size):
7820         * fvwm/menus.c (calculate_item_sizes):
7821         renamed "mips" to mipst
7823         * fvwm/menuitem.c (menuitem_get_item_size):
7824         * fvwm/menus.c (_calculate_item_sizes):
7825         backed out patch from 30-Jan-2003
7827 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7829         * fvwm/menuitem.h:
7830         * fvwm/menuitem.c (menuitem_get_item_size):
7831         * fvwm/menus.c (_calculate_item_sizes):
7832         functions renamed due to global name space collision with IRIX 6.5
7834 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7836         * configure.in:
7837         added tests/hints/Makefile.am
7839 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7841         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7843 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7845         * sample.fvwmrc/DecorWin95:
7846         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7847         Replace a long time ago.
7849 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7851         * fvwm/stack.c (new_layer):
7852         (collect_transients_recursive):
7853         (__restack_window):
7854         fixed Layer command
7856         * fvwm/events.c (HandleConfigureRequest):
7857         fixed placement of icons
7858         fixed size calculations of icons
7860 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7862         * fvwm/expand.c:
7863         fixed $[desk.name<n>] that was masked by $[desk.n],
7864         added $[desk.pagesx] and $[desk.pagesy]
7866 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7868         * NEWS: Update news.  Spelling fixes 2.5.x news.
7869         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7870         its not interactive.
7872 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7874         * fvwm/functable.c:
7875         added a short description together with the commands
7877 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7879         * NEWS:
7880         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7881         HasHandles
7883 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7885         * expand.c:
7886         * NEWS:
7887         deprecate all single letter variables, new variables are supported now
7888         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7889         $[desk.n], $[version.num], $[version.info], $[version.line].
7891 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7893         * fvwm/style.c (style_parse_one_style_option):
7894         * fvwm/fvwm.1.in:
7895         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7896         DisallowMaximizeFixedSize
7898 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7900         * fvwm/fvwm.1.in: Lang check.
7902 2003-01-03  olicha  <olivier.chapuis@free.fr>
7904         * fvwm/commands.h:
7905         * INSTALL.fvwm:
7906         * fvwm/ewmh.h:
7907         * fvwm/ewmh_intern.h:
7908         * fvwm/ewmh_names.c:
7909         * fvwm/ewmh_icons.c:
7910         * fvwm/ewmh_events.c:
7911         * fvwm/ewmh_conf.c:
7912         * fvwm/ewmh.c:
7913         * fvwm/gnome.c:
7914         * fvwm/gnome.h:
7915         * fvwm/functable.c (func_table):
7916         * fvwm/fvwm.c (setVersionInfo):
7917         * acconfig.h:
7918         * configure.in:
7919         Removed GNOME and HAVE_EWMH ifdef
7921         * fvwm/fvwm.1.in:
7922         Documented UseTitleDecorRotation
7924 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7926         * fvwm/module_interface.c (MoveViewport):
7927         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7928         M_NEW_PAGE now has 7 arguments
7930 2003-01-02  olicha  <olivier.chapuis@free.fr>
7932         * fvwm/fvwm.1.in:
7933         Documented  the new icon style options
7935         * fvwm/fvwm.h:
7936         * fvwm/icons.h:
7937         * fvwm/icons.c (DrawIconTitleWindow):
7938         (DrawIconPixmapWindow):
7939         (setup_icon_title_size):
7940         * fvwm/style.c (style_parse_one_style_option):
7941         Fixed IconTitleRelief and IconBackgroundRelief arguments
7943         * fvwm/icons.c (GetIconPicture):
7944         (SetIconPixmapSize):
7945         Fixed IconSize style for non shaped depth > 1 pixmaps
7947 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7949         * NEWS:
7950         * fvwm/commands.h:
7951         * fvwm/conditional.c (CMD_On):
7952         * fvwm/functable.c:
7953         * fvwm/fvwm.1.in:
7954         new conditional command On for non-window related conditions
7956         * fvwm/execcontext.h:
7957         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7958         two new exec contexts for restarting
7960 2003-01-02  olicha  <olivier.chapuis@free.fr>
7962         * fvwm/builtins.c (ReadMultiPixmapDecor):
7963         StretchedPixmap -> AdjustedPixmap
7965         * fvwm/fvwm.1.in:
7966         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7967         Documented the new MultiPixmap syntax
7969 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
7971         * NEWS:
7972         * fvwm/fvwm.1.in:
7973         * fvwm/builtins.c (ReadTitleButton):
7974         * fvwm/screen.h:
7975         new button state shortcuts AllActiveUp, AllActiveDown,
7976         AllInactiveUp, AllInactiveDown
7978 2002-12-31  olicha  <olivier.chapuis@free.fr>
7980         * libs/PictureGraphics.c (PCopyArea):
7981         Fixed rendering of depth 1 pixmap with a mask
7983         * fvwm/update.c (apply_window_updates):
7984         Fixed icon bg cset update
7986         * fvwm/events.c (HandlePropertyNotify):
7987         * fvwm/geometry.c (move_icon_to_position):
7988         Fixed non shaped icons with a bg padding but without cs bg
7990         * NEWS:
7991         * fvwm/style.c (style_parse_icon_size_style):
7992         (merge_styles):
7993         * fvwm/fvwm.h (window_style):
7994         * fvwm/add_window.c (setup_icon_size_limits):
7995         * fvwm/icons.c (SetIconPixmapSize):
7996         (GetIconPicture):
7997         New option to IconSize style: Adjusted, Streched, Shrunk
7999         * fvwm/icons.c (SetIconPixmapSize):
8000         (GetIconPicture):
8001         Always center the icon with IconSize if the icon has a background
8003 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
8005         * configure.in:
8006         FvwmWindowMenu renaming; compact long diagnostics into half of line
8008         * NEWS:
8009         documeted and corrected new features
8011         * fvwm/fvwm.1.in:
8012         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8013         since these are the only way currently to create themes
8015         * fvwm/fvwm.c:
8016         small reformatting
8018 2002-12-30  olicha  <olivier.chapuis@free.fr>
8020         * NEWS:
8021         * fvwm/icons.c (setup_icon_title_size):
8022         (set_icon_pixmap_background):
8023         (CreateIconWindow):
8024         (DrawIconTitleWindow):
8025         (DrawIconPixmapWindow):
8026         (DrawIconWindow):
8027         (ChangeIconPixmap):
8028         (RedoIconName):
8029         * fvwm/events.c (HandleEnterNotify):
8030         (HandleExpose):
8031         (HandleLeaveNotify):
8032         (HandlePropertyNotify):
8033         * fvwm/borders.c (border_draw_decorations):
8034         * fvwm/default.h:
8035         * fvwm/fvwm.h:
8036         * fvwm/add_window.c (setup_icon_background_parameters):
8037         (setup_icon_title_parameters):
8038         (setup_style_and_decor):
8039         (setup_icon_font):
8040         * fvwm/geometry.c (move_icon_to_position):
8041         * fvwm/style.h:
8042         * fvwm/style.c (check_window_style_change):
8043         (update_style_colorset):
8044         (update_icon_title_cs_style):
8045         (update_icon_title_cs_hi_style):
8046         (update_icon_background_cs_style):
8047         (merge_styles):
8048         * fvwm/update.h:
8049         * fvwm/update.c (apply_window_updates):
8050         New style options IconBackgroundColorset, IconTitleColorset,
8051         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8052         and IconBackgroundPadding
8054 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
8056         * libs/FShm.h:
8057         fixed compilation without XShm
8059         * fvwm/borders.c (border_rotate_titlebar_descr):
8060         fixed warning: deprecated use of label at end of compound statement
8062 2002-12-27  olicha  <olivier.chapuis@free.fr>
8064         * fvwm/ConfigFvwmDefaults:
8065         UseTitleDecorRotation is a default
8067         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8068         (do_relieve_rectangle):
8069         * libs/fvwmlib.h:
8070         * fvwm/borders.c (border_draw_title_stick_lines):
8071         (border_create_root_transparent_pixmap):
8072         (border_mp_render_into_pixmap):
8073         (border_draw_decor_to_pixmap):
8074         (border_mp_render_into_pixmap):
8075         (border_mp_get_titlebar_descr):
8076         (border_mp_draw_mp_titlebar):
8077         (border_draw_decor_to_pixmap):
8078         (border_set_button_pixmap):
8079         (border_get_titlebar_draw_descr):
8080         (border_set_title_pixmap):
8081         (border_rotate_titlebar_descr):
8082         (border_get_titlebar_descr):
8083         Completed UseTitleDecorRotation
8085 2002-12-26  olicha  <olivier.chapuis@free.fr>
8087         * fvwm/update.c (apply_window_updates):
8088         * fvwm/frame.c (frame_get_titlebar_dimensions):
8089         (frame_set_decor_gravities):
8090         * fvwm/borders.c (border_set_button_pixmap):
8091         (border_get_titlebar_descr):
8092         (border_draw_one_button):
8093         Buttons order follows the title text rotations.
8094         More UseTitleDecorRotation preparation
8096         * fvwm/borders.c (border_draw_decor_to_pixmap):
8097         Fixed SolidButton
8099 2002-12-24  olicha  <olivier.chapuis@free.fr>
8101         * fvwm/borders.c (border_mp_render_into_pixmap):
8102         (border_fill_pixmap_background):
8103         Some borders drawing fixes
8105         * libs/Graphics.c (CreateRotatedPixmap):
8106         * fvwm/geometry.c (get_title_font_size_and_offset):
8107         * fvwm/update.c (apply_window_updates):
8108         * fvwm/borders.c (border_set_button_pixmap):
8109         (border_get_titlebar_draw_descr):
8110         (border_draw_title):
8111         (border_rotate_titlebar_descr):
8112         (border_get_titlebar_descr):
8113         More UseTitleDecorRotation preparation
8115 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
8117         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8118         so we won't get so many application bugs report to fvwm-workers.
8120         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8122 2002-12-21  Marcus Lundblad <ml@update.uu.se>
8124         * fvwm/style.c (style_parse_one_style_option):
8125         * fvwm/style.h:
8126         * fvwm/fvwm.h:
8127         * fvwm/window_flags:
8128         * fvwm/decorations.c (is_function_allowed,
8129                               __is_resize_allowed):
8130         Added styles Closable, Iconifiable, Maximizable and
8131         AllowMaximizeFixedSize
8132         * fvwm/conditional.c (MatchesConditionMask,
8133                               CreateConditionMask):
8134         Added conditionals Closable,Iconifiable and Maximizable
8135         * fvwm/fvwm.1.in:
8136         Documented styles Closable, Iconifiable, Maximizable and
8137         AllowMaximizeFixedSize and conditionals
8138         Closable,Iconifiable and Maximizable
8140 2002-12-20  olicha  <olivier.chapuis@free.fr>
8142         * fvwm/window_flags.h:
8143         * fvwm/update.h:
8144         * fvwm/update.c (apply_window_updates):
8145         * fvwm/style.h:
8146         * fvwm/style.c (style_parse_one_style_option):
8147         * fvwm/fvwm.h:
8148         UseTitleDecorRotation style preparation
8150         * fvwm/fvwm.c (main):
8151         Use best TrueColor visual
8153         * fvwm/borders.c (border_get_border_gcs):
8154         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8155         window which may have a depth != Pdepth
8157         * fvwm/menus.c (paint_side_pic):
8158         * fvwm/menuitem.c (menuitem_paint):
8159         * fvwm/icons.c (DrawIconPixmapWindow):
8160         * fvwm/colorset.c (parse_colorset):
8161         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8162         Used Scr.AlphaGC
8164 2002-12-19  olicha  <olivier.chapuis@free.fr>
8166         * libs/Graphics.c (CreateRotatedPixmap):
8167         * libs/fvwmlib.h:
8168         New interface function CreateRotatedPixmap
8170         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8171         (PImageLoadXpm):
8172         * libs/PictureGraphics.c (PCreateRenderPixmap):
8173         (PCreateDitherPixmap):
8174         * libs/Graphics.c (CreateGradientPixmap):
8175         (CreateRotatedPixmap):
8176         * acconfig.h:
8177         * configure.in:
8178         * libs/FShm.h (new file):
8179         * libs/FImage.h (new file):
8180         * libs/FImage.c (new file):
8181         * libs/Makefile.am:
8182         * fvwm/fvwm.c (setVersionInfo):
8183         Added MIT Shared Memory Extension for XImage
8185         * NEWS:
8186         Some news
8188         * fvwm/screen.h:
8189         * fvwm/builtins.c (ReadDecorFace):
8190         (FreeDecorFace):
8191         * fvwm/borders.c (border_draw_decor_to_pixmap):
8192         (border_fill_pixmap_background):
8193         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8195 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
8197         * libs/FBidiJoin.c:
8198         shape-and-join fixes from Nadim Shaikli (slightly modified)
8200 2002-12-16  olicha  <olivier.chapuis@free.fr>
8202         * libs/PictureGraphics.h:
8203         * libs/PictureGraphics.c (PTileRectangle):
8204         (PGraphicsCreateTiledPicture):
8205         * libs/Graphics.c (CreateTiledPixmap):
8206         New interface function: PGraphicsCreateTiledPicture
8208         * fvwm/screen.h:
8209         * fvwm/fvwm.c (CreateGCs):
8210         Added a global (Scr) alpha GC
8212         * configure.in:
8213         * fvwm/screen.h:
8214         * fvwm/builtins.c (ReadMultiPixmapDecor):
8215         (update_decorface_colorset):
8216         (FreeDecorFace):
8217         * fvwm/borders.c (border_get_tb_parts_to_draw):
8218         (border_fill_pixmap_background):
8219         (border_setup_bar_pixmaps):
8220         (border_get_bar_pixmaps):
8221         (border_free_bar_pixmaps):
8222         (border_mp_render_into_pixmap):
8223         (border_mp_get_length):
8224         (border_mp_get_titlebar_descr):
8225         (border_mp_get_geometry):
8226         (border_mp_get_use_title_style_parts_and_geometry):
8227         (border_mp_draw_mp_titlebar):
8228         (border_draw_decor_to_pixmap):
8229         (border_draw_title_deep):
8230         (border_get_titlebar_draw_descr):
8231         (border_setup_use_title_style):
8232         (border_get_titlebar_descr_state):
8233         (border_get_titlebar_descr):
8234         (border_get_transparent_decorations_part):
8235         (border_draw_title_stick_lines):
8236         MultiPixmap can use Colorset and Solid color. Various others minor
8237         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8238         "main" drawing code and remove the #ifdef.
8239         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8240         Use the new Scr.AlphaGC.
8242 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8244         * fvwm/add_window.c (validate_transientfor):
8245         do not ignore transientfor hint for iconified windows
8247 2002-12-12  Jason Weber <baboon@imonk.com>
8249         * fvwm/fvwm.1.in:
8250         * fvwm/conditional.c (CMD_ScanForWindow):
8251         * fvwm/commands.h:
8252         * fvwm/functable.c:
8253         rename ScanWindow to ScanForWindow
8255 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8257         * fvwm/menuitem.c (menuitem_paint):
8258         * fvwm/colorset.c (parse_colorset):
8259         * fvwm/icons.c (DrawIconPixmapWindow):
8260         * fvwm/focus.c (_SetFocusWindow):
8261         (_ReturnFocusWindow):
8262         (_DeleteFocus):
8263         (_ForceDeleteFocus):
8264         (__activate_window_by_command):
8265         patches to prevent UMR messages in memory debuggers
8267 2002-12-11  Jason Weber <baboon@imonk.com>
8269         * fvwm/fvwm.1.in: Added ScanWindow
8271         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8272         * fvwm/commands.h:
8273         * fvwm/functable.c:
8274         Generalized CMD_Direction into direction_cmd.
8275         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8276         Replace Cycle prefix with secondary direction argument.
8278 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8280         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8282 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8283         * fvwm/conditional.c (CreateConditionMask):
8284         Implemented conditional "FixedSize" and "HasHandles"
8285         * fvwm/fvwm.1.in
8286         Documented conditional options "FixedSize" and "HasHandles".
8288 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8290         * fvwm/placement.c (PlaceWindow):
8291         fixed StickyAcrossDesks w/ StartsOnPage
8293         * fvwm/functable.c:
8294         * fvwm/commands.h:
8295         * fvwm/ewmh_conf.c (set_state_workaround):
8296         * fvwm/update.c (apply_window_updates):
8297         * fvwm/windowlist.c (CMD_WindowList):
8298         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8299         (ewmh_WMStateSticky):
8300         * fvwm/conditional.c (CreateConditionMask):
8301         * fvwm/gnome.c (GNOME_SetHints):
8302         (GNOME_GetStyle):
8303         (GNOME_HandlePropRequest):
8304         * fvwm/placement.c (SmartPlacement):
8305         (get_next_x):
8306         (get_next_y):
8307         (test_fit):
8308         (PlaceWindow):
8309         * fvwm/session.c (SaveWindowStates):
8310         (MatchWinToSM):
8311         (MatchWinToSM):
8312         * fvwm/ewmh.c (check_desk):
8313         (EWMH_SetWMDesktop):
8314         (ewmh_ComputeAndSetWorkArea):
8315         (ewmh_HandleDynamicWorkArea):
8316         (ewmh_HandleDesktop):
8317         (ewmh_HandleDock):
8318         (ewmh_HandleMenu):
8319         (ewmh_HandleToolBar):
8320         * fvwm/virtual.c (UnmapDesk):
8321         (MapDesk):
8322         (MoveViewport):
8323         (do_move_window_to_desk):
8324         * fvwm/icons.c (setup_icon_title_size):
8325         (DrawIconTitleWindow):
8326         (AutoPlaceIcon):
8327         (Iconify):
8328         * fvwm/borders.c (is_button_toggled):
8329         (get_common_decorations):
8330         (border_draw_title_stick_lines):
8331         * fvwm/add_window.c (AddWindow):
8332         * fvwm/move_resize.c (__move_window):
8333         (__move_window):
8334         (is_window_sticky_across_pages):
8335         (is_window_sticky_across_desks):
8336         (MaximizeHeight):
8337         (MaximizeWidth):
8338         (stick_page):
8339         (stick_desk):
8340         (CMD_Stick):
8341         (CMD_StickAcrossPages):
8342         (CMD_StickAcrossDesks):
8343         (stick_across_pages):
8344         (stick_across_desks):
8345         (handle_stick_across_desks):
8346         (handle_stick_across_pages):
8347         (handle_stick):
8348         * fvwm/fvwm.h (struct):
8349         * fvwm/style.c (style_parse_one_style_option):
8350         (check_window_style_change):
8351         * fvwm/style.h:
8352         * fvwm/window_flags.h:
8353         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8354         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8355         everywhere
8357         * fvwm/focus.c (CMD_Focus):
8358         (CMD_FlipFocus):
8359         (__activate_window_by_command):
8360         (__update_windowlist):
8361         (__set_focus_to_fwin):
8362         (_SetFocusWindow):
8363         (_ReturnFocusWindow):
8364         (_DeleteFocus):
8365         (_ForceDeleteFocus):
8366         fixed window list order with FlipFocus command
8368 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8370         * AUTHORS:
8371         * NEWS:
8372         document bidi entry undocumented in 2.5.5
8374 2002-12-06  olicha  <olivier.chapuis@free.fr>
8376         * acinclude.m4:
8377         Fixed the "detection" of the LINGUAS variable
8379         * configure.in:
8380         Added ar to ALL_LINGUAS
8383 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8385         * fvwm/move_resize.c (__resize_window):
8386         fixed handling of MontionNotify and PropertyNotify events
8388 2002-12-03  olicha  <olivier.chapuis@free.fr>
8390         * fvwm/borders.c (border_draw_decor_to_pixmap):
8391         (border_get_border_background):
8392         (get_common_decorations):
8393         BorderGC cleanup
8395         * fvwm/builtins.c (CMD_PrintInfo):
8396         New subject nls to PrintInfo
8398         * libs/FGettext.c (*):
8399         New command FlocalePath
8401 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8403         * NEWS:
8404         * configure.in:
8405         changed version to 2.5.6
8407         * NEWS:
8408         * configure.in:
8409         updated for 2.5.5
8411 2002-12-02  olicha  <olivier.chapuis@free.fr>
8413         * libs/FRenderInit.c (FRenderInit):
8414         Fixed alpha depth if !XRenderSupport
8416         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8417         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8418         (PImageLoadPng):
8419         * libs/PictureImageLoader.h:
8420         Fixed image loading on bigedian machine
8422 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8424         * libs/FBidi.c (FBidiConvert):
8425         several small changes
8426         * libs/FBidiJoin.c (shape_n_join):
8427         enabled a new bidi shaping code
8429 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8431         * fvwm/frame.c (frame_restore_client_gravities):
8432         (frame_free_move_resize_args):
8433         fixed a redrawing problem after shading a window
8435 2002-11-29  olicha  <olivier.chapuis@free.fr>
8437         * acinclude.m4:
8438         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8440         * configure.in:
8441         * Makefile.am:
8442         Fixed two missprints
8444 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8446         * fvwm/bindings.c (ParseBinding):
8447         fix for stroke-less compile
8449 2002-11-29  olicha  <olivier.chapuis@free.fr>
8451         * fvwm/commands.h (enum):
8452         * fvwm/functable.c (func_table):
8453         * fvwm/builtins.c (CMD_LocalePath):
8454         * libs/FGettext.c (FGettextSetLocalePath):
8455         * libs/FGettext.h:
8456         Preparation for LocalePath command
8458         * fvwm/screen.h (ScreenInfo):
8459         * fvwm/fvwm.c (CreateGCs):
8460         Rename Scr.TileGC to Scr.BordersGC
8462         * acinclude.m4:
8463         A libintl autoconf fix
8465         * libs/Colorset.c (CreateBackgroundPixmap):
8466         Do not grab the server when we dump the E setroot pixmap
8468 2002-11-29  olicha  <olivier.chapuis@free.fr>
8470         * acconfig.h:
8471         * fvwm/Makefile.am:
8472         * Makefile.am:
8473         * configure.in:
8474         * acinclude.m4:
8475         Added NLS support with gnu gettext
8477         * fvwm/fvwm.c (main):
8478         FGettextInit
8480         * fvwm/expand.c (expand_vars_extended):
8481         New extanded variable $[gt.any_string]
8483         * fvwm/virtual.c (CMD_DesktopName):
8484         * fvwm/windowlist.c (get_desk_title):
8485         * fvwm/expand.c (expand_vars_extended):
8486         * fvwm/fvwm.c (SetRCDefaults):
8487         * fvwm/ConfigFvwmSetup:
8488         Mark some strings to be translated
8490         * libs/FGettext.c (new file):
8491         * libs/FGettext.c (new file):
8492         * libs/Makefile.am:
8493         gnu gettext libintl warper
8495 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8497         * fvwm/add_window.c (RestoreWithdrawnLocation):
8498         rixed rxvts with S/E gravity travelling off screen upon recapture after
8499         they were resized.
8501         * fvwm/events.c (__handle_key_event):
8502         * fvwm/bindings.c (activate_binding):
8503         (__rebind_global_key):
8504         fixed unbinding pointerkey bindings removing the grab for this key
8505         completely
8507         * fvwm/events.c (__is_bpress_window_handled):
8508         fixed click on override redirect windows being handled by the root
8509         window
8511         * fvwm/misc.c (GrabEm):
8512         confine the pointer to the root window when grabbed
8514         * fvwm/events.c (HandleUnmapNotify):
8515         fixed reparenting problem with restarts from desks != 0
8517 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8519         * fvwm/events.c:
8520         removed experimental code
8522 2002-11-28  olicha  <olivier.chapuis@free.fr>
8524         * fvwm/borders.c (border_get_border_background):
8525         (border_draw_decor_to_pixmap):
8526         (border_fill_pixmap_background):
8527         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8528         soon.
8530 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8532         * fvwm/fvwm.c (InitVariables):
8533         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8534         of 100%
8535         * fvwm/virtual.c (CMD_EdgeScroll):
8536         minor spacing
8538         * fvwm/ConfigFvwmDefaults:
8539         do not include empty ConfigFvwmProxyDefaults, added one binding
8541 2002-11-26  olicha  <olivier.chapuis@free.fr>
8543         * libs/Colorset.c (CreateBackgroundPixmap):
8544         * fvwm/colorset.c (parse_colorset):
8545         Be more safe with the E root pixmap
8547 2002-11-25  olicha  <olivier.chapuis@free.fr>
8549         * fvwm/move_resize.c (__move_loop):
8550         Redraw the transparent decoration parts when a move is abored
8552         * fvwm/colorset.c (parse_colorset):
8553         Fixed the fgsh Colorset colors when the Image change but not the bg
8555 2002-11-24  Jason Weber  <baboon@imonk.com>
8557         * fvwm/conditional.c (CMD_Direction):
8558         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8559         eventual traversal of all windows over repeated calls.  It also cycles
8560         back to the opposite extent when it hits the limit in the given
8561         direction.
8563 2002-11-22  olicha  <olivier.chapuis@free.fr>
8565         * fvwm/borders.h:
8566         * fvwm/borders.c (get_common_decorations):
8567         (border_get_parts_and_pos_to_draw):
8568         (border_get_changed_border_parts):
8569         (border_get_frame_pixmap, new):
8570         (border_get_border_background):
8571         (border_draw_one_border_part):
8572         (border_draw_decorations):
8573         (border_get_tb_parts_to_draw):
8574         (border_fill_pixmap_background):
8575         (border_get_titlebar_descr_state, new):
8576         (border_draw_titlebar):
8577         (border_setup_bar_pixmaps, new):
8578         (border_get_bar_pixmaps, new):
8579         (border_free_bar_pixmaps, new):
8580         (border_setup_use_title_style, new):
8581         (border_set_button_pixmap):
8582         (border_set_title_pixmap):
8583         (border_draw_one_button):
8584         (border_set_button_pixmap):
8585         (border_draw_title_deep):
8586         (border_get_transparent_decorations_part, new):
8587         Title, Border and Buttons Style Colorset Option: Drawing
8589         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8590         (__move_window):
8591         (__move_loop):
8592         * fvwm/frame.c (__frame_setup_window):
8593         (frame_has_handles_and_tiled_border):
8594         (frame_create_move_resize_args):
8595         (frame_free_move_resize_args):
8596         Title, Border and Buttons Style Colorset Option: External drawing
8597         stuff. Basically additional redrawing for RootTransparent
8599         * fvwm/builtins.c (update_decorface_colorset, new):
8600         (update_titlebutton_colorset, new):
8601         (update_decors_colorset, new):
8602         (update_fvwm_colorset):
8603         Title, Border and Buttons Style Colorset Option: Dynamic updating
8605         * fvwm/screen.h:
8606         * fvwm/builtins.c (ReadDecorFace):
8607         Title, Border and Buttons Style Colorset Option: Configuration
8609         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8610         * libs/Colorset.h:
8611         Title, Border and Buttons Style Colorset Option: Convinent macros and
8612         function
8614 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8616         * libs/Makefile.am: Add missing Bindings.h.
8618 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8620         * fvwm/move_resize.c (__move_loop):
8621         send M_CONFIGURE_WINDOW only when the window actually moves
8623 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8625         * libs/FBidi.c:
8626         * libs/FBidi.h:
8627         * libs/FBidiJoin.c:
8628         * libs/FBidiJoin.h:
8629         * libs/Makefile.am:
8630         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8631         with minor improvements; it is disabled for now (#if 0) since
8632         some Arabic chars cause core dump
8634 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8636         * fvwm/fvwm.1.in (Examples):
8637         added documentation of Icon option for PlaceAgain command
8639         * fvwm/events.c (__handle_key_event):
8640         fixed global key binding problem
8642 2002-11-15  olicha  <olivier.chapuis@free.fr>
8644         * libs/Bindings.c (MatchBindingExactly):
8645         (__compare_binding):
8646         compile fixes w/o stroke lib
8648         * NEWS:
8649         * fvwm/geometry.c (get_title_font_size_and_offset):
8650         * fvwm/builtins.c (do_title_style):
8651         New MinHeight option to TitleStyle
8653 2002-11-15  olicha  <olivier.chapuis@free.fr>
8655         * fvwm/builtins.c (update_fvwm_colorset):
8656         (CMD_Colorset):
8657         (do_title_style):
8659         * fvwm/builtins.h:
8660         * fvwm/colorset.c (update_root_transparent_colorset):
8661         Fixed update of the RootTransparent colorset in fvwm
8663 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8665         * libs/Bindings.c (__compare_binding):
8666         (MatchBindingExactly):
8667         compoile fixes w/o stroke lib
8669 2002-11-14  olicha  <olivier.chapuis@free.fr>
8671         * fvwm/fvwm.1.in:
8672         * INSTALL.fvwm:
8673         * NEWS
8674         Removed any reference on "xft and flickering"
8676 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8678         * fvwm/eventmask.h (XEVMASK_ICONW):
8679         * fvwm/events.c (HandleKeyRelease):
8680         (HandleKeyPress):
8681         (__handle_key_event):
8682         * fvwm/bindings.c (ParseBinding):
8683         (activate_binding):
8684         * libs/Bindings.h (enum):
8685         implemented key release bindings; prefix the key name with a '-';
8686         does not work well with some applications
8688 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8690         * libs/Bindings.h:
8691         new file
8693         * fvwm/bindings.c (ParseBinding):
8694         (binding_cmd):
8695         (activate_binding):
8696         (bind_get_bound_button_contexts):
8697         (ParseBinding):
8698         (CMD_Stroke):
8699         (CMD_Mouse):
8700         (CMD_PointerKey):
8701         (CMD_Key):
8702         (RemoveMatchingBinding):
8703         (AddBinding):
8704         (AreBindingsEqual):
8705         (GrabWindowKey):
8706         (GrabWindowButton):
8707         (GrabAllWindowKeysAndButtons):
8708         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8709         * fvwm/events.c (__handle_bpress_on_root):
8710         (__handle_bpress_on_managed):
8711         (HandleButtonRelease):
8712         * fvwm/builtins.c (CMD_Wait):
8713         (CMD_StrokeFunc):
8714         * libs/fvwmlib.h (enum):
8715         fixed Key vs. PointerKey with "A"ny context
8717 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8719         * fvwm/icons.c (Iconify):
8720         icon placement safety patch
8721         (CreateIconWindow):
8722         fixed initial position of application provided icon windows
8724         * fvwm/session.c (LoadWindowStates):
8725         fixed parsing of strings beginning with whitespace in session file
8727         * fvwm/fvwm.1.in (Note):
8728         * fvwm/style.c (style_set_old_focus_policy):
8729         * libs/defaults.h (DEF_FP_MODIFIERS):
8730         set default modifiers for raising/focusing to N again
8732 2002-11-11  olicha  <olivier.chapuis@free.fr>
8734         * fvwm/fvwm.1.in:
8735         * fvwm/fvwm.c (main):
8736         (usage):
8737         named-palette -> visual-palette, -N -> -P
8739 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8741         * fvwm/ConfigFvwmDefaults:
8742         include ConfigFvwmProxyDefaults
8744         * fvwm/fvwm.c (usage):
8745         polished usage message
8747 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8749         * fvwm/fvwm.c (usage):
8750         (main):
8751         cleaned up usage and error messages
8752         use short option names in usage message an man page synopsis
8753         all options are case sensitive
8754         do not mention the "-" style long options in the man page; instead use
8755         the "--" style
8757         * fvwm/add_window.c (setup_frame_window):
8758         * fvwm/events.c (HandleMapNotify):
8759         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8760         fixed empty decorations after recapture
8762         * fvwm/geometry.c (get_icon_geometry):
8763         * fvwm/icons.c (clear_icon):
8764         fixed icon jumping to 0 0 when the icon layout changes after the icon
8765         has been moved manually
8767         * fvwm/move_resize.c (__move_icon):
8768         fixed MoveToPage with icons
8770 2002-11-09  olicha  <olivier.chapuis@free.fr>
8772         * libs/Fft.c (FftGetRotatedFont):
8773         (FftGetFont):
8774         * libs/Fft.h:
8775         Check the return result of FftPatternGetMatrix
8777         * libs/Flocale.h:
8778         * libs/PictureBase.h:
8779         Added two macro
8781 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8783         * fvwm/ewmh_conf.c (set_state_workaround):
8784         * fvwm/functable.c (func_table):
8785         * fvwm/update.c (apply_window_updates):
8786         * fvwm/windowlist.c (CMD_WindowList):
8787         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8788         (ewmh_WMStateSticky):
8789         * fvwm/conditional.c (CreateConditionMask):
8790         (CreateConditionMask):
8791         * fvwm/gnome.c (GNOME_SetHints):
8792         (GNOME_GetStyle):
8793         (GNOME_HandlePropRequest):
8794         * fvwm/placement.c (SmartPlacement):
8795         (get_next_x):
8796         (test_fit):
8797         (get_next_y):
8798         (PlaceWindow):
8799         * fvwm/session.c (SaveWindowStates):
8800         (MatchWinToSM):
8801         * fvwm/ewmh.c (check_desk):
8802         (EWMH_SetWMDesktop):
8803         (ewmh_ComputeAndSetWorkArea):
8804         (ewmh_HandleDynamicWorkArea):
8805         (ewmh_HandleDesktop):
8806         (ewmh_HandleDock):
8807         (ewmh_HandleMenu):
8808         (ewmh_HandleToolBar):
8809         * fvwm/virtual.c (UnmapDesk):
8810         (MapDesk):
8811         (MoveViewport):
8812         (MoveViewport):
8813         (do_move_window_to_desk):
8814         * fvwm/icons.c (setup_icon_title_size):
8815         (DrawIconTitleWindow):
8816         (AutoPlaceIcon):
8817         (Iconify):
8818         * fvwm/borders.c (is_button_toggled):
8819         (get_common_decorations):
8820         (border_draw_title_stick_lines):
8821         * fvwm/add_window.c (AddWindow):
8822         * fvwm/move_resize.c (__move_window):
8823         (is_window_sticky_on_page):
8824         (is_window_sticky_on_desk):
8825         (MaximizeWidth):
8826         (MaximizeHeight):
8827         (stick_page):
8828         (stick_desk):
8829         (handle_stick):
8830         (handle_stick_page):
8831         (handle_stick_desk):
8832         (__handle_stick_exit):
8833         (CMD_StickDesk):
8834         (CMD_StickPage):
8835         * fvwm/style.c (style_parse_one_style_option):
8836         (check_window_style_change):
8837         * fvwm/style.h:
8838         * fvwm/fvwm.h:
8839         New Style options stickypage and stickydesk
8840         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8841         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8842         New conditions StickyPage and StickyDesk
8843         New commands StickPage and StickDesk
8845         * fvwm/move_resize.c (__move_window):
8846         do not unstick a window when using MoveToScreen
8848         * fvwm/ewmh_conf.c:
8849         reindented
8851         * fvwm/commands.h:
8852         * fvwm/functable.c (func_table):
8853         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8854         renamed EWMHBaseStrut to EwmhBaseStruts
8856         * fvwm/style.c (style_set_old_focus_policy):
8857         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8858         (style_parse_one_style_option):
8859         renamed "Border" style to "Borders"
8860         removed "NoBorder" style; use !Borders instead
8861         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8862         renamed PlacmentOverlapPercentPenalties to
8863         MinOverlapPercentPlacementPenalties
8865         * fvwm/fvwm.1.in:
8866         * NEWS:
8867         corrected typo
8869         * libs/Fft.c:
8870         Fixed compiler warnings
8872 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8874         * configure.in:
8875         autogenerate FvwmWindowLister files
8877         * fvwm/fvwm.1.in:
8878         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8879         of MissingSubmenuFunction and DynamicPopupAction
8881 2002-11-08  olicha  <olivier.chapuis@free.fr>
8883         * libs/PictureUtils.c (alloc_color_proportion):
8884         (alloc_color_proportion_dither):
8885         (alloc_color_proportion_grey):
8886         (alloc_color_x):
8887         (free_colors_in_table):
8888         (free_colors_x):
8889         (init_static_colors_table):
8890         (PictureFreeColors):
8891         (PictureInitColors):
8892         (PicturePrintColorInfo):
8893         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8894         free colors stuff
8896 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8898         * fvwm/move_resize.c (__move_window):
8899         ignore MoveToPage with sticky windows
8901         * fvwm/conditional.c (Circulate):
8902         (circulate_cmd):
8903         Next and Prev commands begin looking at the context window, if any
8905         * fvwm/focus.c (__focus_grab_buttons):
8906         fixed initial button grabbing on client window
8908         * fvwm/stack.c (BroadcastRestack):
8909         split long packets, fixed a bug and cleaned up
8911         * libs/Module.c (ReadFvwmPacket):
8912         ignore packets that are too long
8914         * fvwm/fvwm.1.in:
8915         document PopupDelay and PopdownDelay defaults
8917 2002-11-06  olicha  <olivier.chapuis@free.fr>
8919         * libs/Fft.c (FftGetFont):
8920         (FftGetRotatedFont):
8921         Use a more perfectioned method for loading font with Xft/Fc. This
8922         method allows sanity check. Preserve the matrix when rotating
8923         Xft/Fc fonts.
8925         * libs/Flocale.c (FlocaleGetMinOffset):
8926         (FlocaleRotateDrawString):
8927         (FlocaleGetFontSet):
8928         (FlocaleGetFont):
8929         * libs/Fft.c (FftDrawString):
8930         (FftGetFont):
8931         * libs/FftInterface.h:
8932         * fvwm/geometry.c (get_title_font_size_and_offset):
8933         Move the computation of the good "y" for drawing text into Flocale.
8934         Use the max ascent, descent and height for font metric (in the place
8935         of the min's one).
8937         * libs/Flocale.c (FlocalePrintLocaleInfo):
8938         * libs/Flocale.h:
8939         * libs/Fft.c (FftPrintPatternInfo):
8940         * libs/Fft.h:
8941         * fvwm/builtins.c (CMD_PrintInfo):
8942         * NEWS:
8943         * fvwm.1.in:
8944         New option "Locale" to PrintInfo Command
8946 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8948         * fvwm/events.c (HandleExpose):
8949         removed no-op
8951 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8953         * fvwm/fvwm.1.in: colour -> color
8954         Language check.
8956 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8958         * fvwm/fvwm.1.in:
8959         * fvwm/fvwm.c (usage):
8960         (main):
8961         pallet -> palette
8963 2002-11-04  olicha  <olivier.chapuis@free.fr>
8965         * configure.in:
8966         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8968         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8969         (finish_ct_init):
8970         (PictureFreeColors):
8971         (PicturePrintColorInfo):
8972         Trace colours allocation out of the pallet in depth <= 8. Better
8973         information on coulours
8975         * libs/Fft.c (FftGetRotatedFont):
8976         * libs/Fft.h:
8977         Fixed rotated font when the original font has a matrix
8979         * libs/PictureBase.c (PictureInitCMapRoot):
8980         * libs/PictureUtils.h:
8981         * libs/PictureUtils.c (PictureInitColors):
8982         (PictureAllocColorTable):
8983         * libs/PictureBase.h (PictureColorLimitOption):
8984         * fvwm/fvwm.c (main):
8985         * fvwm/fvwm.1.in
8986         New options -strict-color-limit, -allocate-pallet, -static-pallet,
8987         -named-pallet. -color-limit now take only integer argument.
8990 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8992         * libs/Module.h (struct):
8993         new type FvwmWinPacketBodyHeader to access the standard fields in a
8994         packet with a window
8996 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8998         * NEWS:
8999         updated for 2.4.13
9001         * fvwm/functable.c (func_table):
9002         * fvwm/commands.h:
9003         * fvwm/style.c (style_parse_one_style_option):
9004         (parse_and_set_window_style):
9005         (__style_command):
9006         (CMD_Style):
9007         (CMD_FocusStyle):
9008         added a new command FocusStyle as a shorthand for
9009         "Style * FP..., FP..."
9011         * fvwm/builtins.c (__parse_vector_line_one_coord):
9012         (__parse_vector_line):
9013         (ReadDecorFace):
9014         split vector line parsing into sub functions
9015         (FreeDecorFace):
9016         fixed core dump in vector button offset patch
9018 2002-11-01  Marcus Lundblad <ml@update.uu.se>
9020         * fvwm/screen.h (vector_coords):
9021         added fields for offsets
9022         * fvwm/builtins.c (ReadDecorFace):
9023         rewrote parser for vector definitions to accept optional offsets
9024         * fvwm/fvwm.c (LoadDefaultLeftButton):
9025         (LoadDefaultRightButton)
9026         set default values for offsets
9027         * fvwm/borders.c (border_draw_vector_to_pixmap):
9028         updated XDrawLine call to take offsets into account
9029         * fvwm/fvwm.1.in:
9030         documented new options for vector offsets
9032 2002-11-01  olicha  <olivier.chapuis@free.fr>
9034         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9035         Fixed icon tint pixel, it was set to icon tint percent during some
9036         renaming
9038 2002-10-31  olicha  <olivier.chapuis@free.fr>
9040         * libs/PictureUtils.c (PictureAllocColorImage):
9041         (PictureOpenImageColorAllocator):
9042         (PictureCloseImageColorAllocator):
9043         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9044         (FIMAGE_CMD_ARGS):
9045         (PImageLoadXpm):
9046         (PImageCreatePixmapFromArgbData):
9047         (PImageLoadPixmapFromFile):
9048         * libs/PictureBase.h (FvwmPictureThing):
9049         (PictureImageColorAllocator):
9050         * libs/Picture.h:
9051         * libs/Picture.c (PDestroyFvwmPicture):
9052         (PLoadFvwmPictureFromPixmap):
9053         * libs/Graphics.c (CreateGradientPixmap):
9054         * fvwm/fvwm.c:
9055         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9056         Added a new way to allocate colors for image and gradient. This method
9057         allows, in particular, to save (in a "fast" way) the allocated pixels
9058         with a minimal memory usage.
9059         Fixed color leaks for png, ewmh and dithered xpm images.
9061         * fvwm/add_window.c (destroy_icon):
9062         * fvwm/fvwm.h (FvwmWindow):
9063         * fvwm/icons.c (GetIconFromFile):
9064         Fixed color leaks
9066 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9068         * fvwm/commands.h:
9069         * fvwm/functable.c:
9070         * fvwm/stack.c (enum):
9071         (position_new_window_in_stack_ring):
9072         (new_layer):
9073         (must_move_transients):
9074         (restack_windows):
9075         (__restack_window):
9076         (__raise_lower_recursion):
9077         (__raise_or_lower_window):
9078         (raise_or_lower_window):
9079         (collect_transients_recursive):
9080         (__is_restack_transients_needed):
9081         (RestackWindow):
9082         (CMD_RestackTransients):
9083         new command RestackTransients which works like Raise and Lower but does
9084         not restack windows that are not transient
9085         renamed some functions
9086         general cleanup
9088         * fvwm/fvwm.1.in:
9089         corrected cursor movement key bindings
9091         * fvwm/bindings.c (activate_binding):
9092         fixed problem w/ bindings being overridden by applications OpenOffice
9093         and the Gnome panel
9095 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9097         * configure.in:
9098         * NEWS:
9099         switched to 2.5.5
9101         * configure.in:
9102         include FvwmProxy to build
9104 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9106         * configure.in:
9107         exclude FvwmProxy from build
9109         * configure.in:
9110         * NEWS:
9111         updated for 2.5.4
9113 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9115         * configure.in:
9116         added FvwmProxy module
9118 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9120         * fvwm/fvwm.1.in:
9121         * fvwm/windowlist.c (CMD_WindowList):
9122         renamed SortClassName to SortByClass
9124 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9126         * fvwm/menustyle.c (menustyle_update):
9127         (menustyle_parse_style):
9128         (menustyle_get_styleopt_index):
9129         (menustyle_parse_style):
9130         (CMD_CopyMenuStyle):
9131         * fvwm/menustyle.h:
9132         removed HilightRelief MenuStyle and hard coded it
9134 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9136         * fvwm/menus.c (make_menu_window):
9137         fixed updating menu background with "Menustyle * Background"
9139         * fvwm/stack.c (__get_stacking_sibling):
9140         (restack_windows):
9141         fixed another stacking problem
9143 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
9145         * acinclude.m4:
9146         * configure.in:
9147         corrected and lined up several help lines
9149         * INSTALL.fvwm:
9150         added --enable-xinerama-emulation description
9152 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9154         * fvwm/stack.c (restack_windows):
9155         (__get_stacking_sibling):
9156         fixed another stacking problem
9158 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9160         * fvwm/add_window.c (AddWindow):
9161         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9162         windows starting lowered or on other layers in FvwmPager
9164         * fvwm/stack.c (restack_windows):
9165         (__get_visible_window):
9166         fixed a stacking problem with layers
9168 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9170         * fvwm/functable.c (func_table):
9171         fixed Pick command
9173 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
9175         * NEWS:
9176         * fvwm/fvwm.1.in:
9177         * fvwm/windowlist.c:
9178         new WindowList option SortByResource
9180         * fvwm/style.c (check_window_style_change):
9181         * libs/FlocaleCharset.c:
9182         fixed gcc warning
9184         * AUTHORS:
9185         place recent authors to the top, not bottom
9187         * fvwm/builtins.c:
9188         corrected typo in error message
9190 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
9192         * fvwm/fvwm.1.in: Lang check done.
9194 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9196         * fvwm/menus.c:
9197         work on new menu loop code
9199         * libs/timeout.h:
9200         * libs/timeout.c:
9201         new files
9203         * fvwm/menus.c (__mloop_handle_event):
9204         (__mloop_get_event):
9205         (__mloop_handle_action_with_mi):
9206         * fvwm/menus.h (MenuReturn):
9207         renamed MenuReturn member menu to target_menu
9209         * fvwm/menus.c (__mloop_handle_event):
9210         * fvwm/menus.h (MenuReturn):
9211         removed a "write only" member of MenuReturn
9213         * fvwm/conditional.c (circulate_cmd):
9214         fixed the "Any" command
9216 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9218         * fvwm/stack.c (mark_transient_subtree):
9219         fixed stack ring corruption with iconified transients
9220         (restack_windows):
9221         fixed a problem with lowering windows below the icons of their
9222         transients
9224 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9226         * libs/Colorset.c:
9227         * fvwm/menustyle.c:
9228         * libs/Colorset.h:
9229         * libs/Flocale.h:
9230         * libs/PictureBase.h:
9231         * fvwm/menuitem.c:
9232         * fvwm/geometry.c:
9233         * fvwm/colorset.c:
9234         renamed colorset_struct to colorset_t
9236 2002-10-22  olicha  <olivier.chapuis@free.fr>
9238         * libs/PictureUtils.c:
9239         Minor fixes and add #if O experimental code
9241 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9243         * fvwm/icons.c (DrawIconPixmapWindow):
9244         (DrawIconWindow):
9245         * fvwm/events.c (HandlePropertyNotify):
9246         * libs/Fft.c (FftDrawString):
9247         * libs/Colorset.c (DumpColorset):
9248         (LoadColorset):
9249         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9250         use renamed colorset_struct members
9252         * libs/Colorset.h (colorset_struct):
9253         renamed and re-sorted members and cut down bit field lengths for
9254         percentile members
9256         * fvwm/menustyle.c (menustyle_update):
9257         fixed core dump
9259         * fvwm/stack.c (restack_windows):
9260         fixed flickering when raising transients; can't prevent flickering when
9261         lowering a window completely
9262         (restack_windows):
9263         fixed unnecessary error message
9265         * fvwm/fvwm.c (main):
9266         init Scr to zeros
9268         * fvwm/stack.c (__restack_window):
9269         fixed a stacking problem with icons
9271         * fvwm/add_window.c (destroy_icon):
9272         fixed a memory leak
9274 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9276         * fvwm/menuitem.c (menuitem_paint):
9277         * fvwm/menustyle.c (menustyle_parse_style):
9278         * fvwm/menus.c (paint_side_pic):
9279         (paint_menu):
9280         (select_menu_item):
9281         (repaint_transparent_menu):
9282         * fvwm/menustyle.h (MenuLook):
9283         cleaned up menu drawing code, fixed last patch
9285         * fvwm/menuitem.c (menuitem_paint):
9286         * fvwm/menustyle.c (menustyle_parse_style):
9287         fixed HilightBack default
9289         * fvwm/bindings.c (binding_cmd):
9290         (bind_get_bound_button_contexts):
9291         (ParseBinding):
9292         * fvwm/screen.h (ScreenInfo):
9293         fixed mouse bindings with buttons > 5
9295         * fvwm/menuitem.c (menuitem_paint):
9296         * fvwm/menustyle.c (menustyle_parse_style):
9297         (menustyle_parse_style):
9298         (CMD_CopyMenuStyle):
9299         (menustyle_update):
9300         (menustyle_free):
9301         * fvwm/menus.c (repaint_transparent_menu):
9302         * fvwm/menustyle.h:
9303         HilightBack and ActiveFore are now independent
9305 2002-10-18  olicha  <olivier.chapuis@free.fr>
9307         * libs/PictureUtils.c (get_color_index):
9308         (create_mapping_table):
9309         (PictureAllocColorTable):
9310         Use a new distance and method for color approximation. Use 68 colors
9311         for the default under depth 8. I am happy with this, should use a
9312         similar distance method for dithering
9314         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9315         (PictureAllocColorTable):
9316         (PictureDitherByDefault):
9317         (PictureUseBWOnly):
9318         (PictureIitColors):
9319         (PicturePrintColorInfo):
9320         * libs/PictureUtils.h:
9321         Allows -color-limit to work with any visual and depth for testing
9322         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9324         * fvwm/colorset.c:
9325         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9327 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9329         * fvwm/add_window.c (get_default_window_attributes):
9330         cleaned up
9332         * fvwm/builtins.c (CMD_ChangeDecor):
9333         removed some duplicate redrawing
9335         * fvwm/update.c (apply_decor_change):
9336         suppress duplicate window update upon ChangeDecor
9337         (apply_window_updates):
9338         do not delete the focus window
9340 2002-10-17  olicha  <olivier.chapuis@free.fr>
9342         * NEWS:
9343         A bunch of news
9345         * libs/Colorset.c (CreateBackgroundPixmap):
9346         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9348         * fvwm/builtins.c (CMD_Colorset):
9349         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9351 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9353         * fvwm/add_window.c (AddWindow):
9354         * fvwm/update.c (apply_window_updates):
9355         * fvwm/move_resize.c (handle_stick):
9356         (CMD_Stick):
9357         suppress drawing of sticky decorations initially
9358         reduce module communication overhead when (un)sticking windows
9360         * fvwm/borders.c (border_draw_decorations):
9361         * fvwm/window_flags.h:
9362         * fvwm/fvwm.h:
9363         * fvwm/frame.c (frame_create_move_resize_args):
9364         (get_resize_decor_gravities_one_axis):
9365         (frame_mrs_setup_draw_decorations):
9366         (mr_args_internal):
9367         initialize window decorations with a "None" pixmap;
9368         delay drawing window decorations initially to prevent drawing multiple
9369         times;
9370         => windows grabbing the focus upon startup are drawn focused
9371         immediately
9373         * fvwm/frame.c (frame_free_move_resize_args):
9374         reparent the frame hide windows to NoFocusWin instead of Root to
9375         suppress unnecessary ReparentNotify events
9377 2002-10-16  olicha  <olivier.chapuis@free.fr>
9379         * fvwm/fvwm.c (main):
9380         Fixed a typo
9382         * libs/FRender.h:
9383         Fixed compilation with X cvs
9385         * libs/Colorset.c (CreateBackgroundPixmap):
9386         Fixed a GC leak
9388         * fvwm/events.c (HandlePropertyNotify):
9389         * fvwm/colorset.c (update_root_pixmap):
9390         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9391         to found a root pixmap
9393 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9395         * fvwm/bindings.c (bind_get_bound_button_contexts):
9396         another mouse binding fix
9398         * fvwm/conditional.c (CreateConditionMask):
9399         simplified parsing
9400         all conditions have a negation with '!' prepended
9401         (Circulate):
9402         (CMD_All):
9403         (select_cmd):
9404         Current, All, Pick, ThisWindow and PointerWindow imply the
9405         CirculateHitShaded condition.
9407         * fvwm/focus.c (__focus_grab_buttons):
9408         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9409         fixed bindings using mouse buttons >= 6
9411 2002-10-15  olicha  <olivier.chapuis@free.fr>
9413         * libs/PictureUtils.c (PicturePrintColorInfo):
9414         (print_colormap):
9415         * fvwm/commands.h:
9416         * fvwm/functable.c (func_table):
9417         * fvwm/builtins.c (CMD_PrintInfo):
9418         * fvwm/fvwm.1.in:
9419         New cmd PrintInfo. Only one arg at present time: "Colors"
9421         * fvwm/fvwm.c (main):
9422         Auto detect card with 2 hardware colormaps and choose the best
9423         visual and colormap
9425         * libs/PictureUtils.c (PictureInitColors):
9426         (*):
9427         * libs/PictureUtils.h:
9428         * fvwm/fvwm.c (main):
9429         * libs/PictureBase.c (PictureInitCMapRoot):
9430         (PictureInitCMap):
9431         * libs/PictureBase.h:
9432         Try to support DirectColor visual in a good way, I do not think
9433         this is really useful.
9434         Added a flexible interface function PictureInitColors for
9435         colors allocation initialization.
9436         Some cleanup in color allocation and some preparation for a new
9437         method for saving and freeing colors allocated by images and gradients.
9438         Removed some ifdefed to 0 debug code.
9440         * libs/Picture.c (*):
9441         * libs/Picture.h:
9442         * libs/PictureImageLoader.c (*):
9443         * libs/PictureImageLoader.h:
9444         Replace Root by win
9446 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9448         * fvwm/add_window.c (setup_key_and_button_grabs):
9449         * fvwm/bindings.c (ParseBinding):
9450         (activate_binding):
9451         * fvwm/add_window.c (setup_key_and_button_grabs):
9452         don't grab window context specific bindings anymore; instead, set
9453         Scr.buttons2grab accordingly
9455         * fvwm/bindings.c (activate_binding):
9456         fixed stroke bindings on window context being ignored if no other
9457         action was bound to that context
9459         * fvwm/add_window.c (destroy_icon):
9460         fixed duplicate icon pixmap when switching from NoIconOverride to
9461         IconOverride
9463 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9465         * fvwm/icons.c:
9466         re-indented some code
9467         (AutoPlaceIcon):
9468         fixed random position of icon title for icons with a position hint
9470         * fvwm/fvwm.1.in:
9471         corrected default of Use/NoIconPosition style
9473 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9475         * fvwm/windowlist.c (CMD_WindowList):
9476         fixed random string for iconified windows in the WindowList
9478 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9480         * NEWS:
9481         updated for 2.4.12
9483 2002-10-08  olicha  <olivier.chapuis@free.fr>
9485         * libs/PictureBase.c (*):
9486         (PictureInitCMapRoot)
9487         (PictureSetupWhiteAndBlack):
9488         (PictureWhitePixel):
9489         (PictureBlackPixel):
9490         (PictureDefaultGC):
9491         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9492         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9493         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9494         but always use the root visual and allows to set or not a private
9495         color limit table.
9496         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9497         but which respects the Pvisual
9499         * libs/PictureGraphics.c (*):
9500         * libs/FScreen.c (FScreenInit):
9501         * libs/FRender.c (FRenderRender):
9502         * libs/Fft.c (FftDrawString):
9503         * fvwm/icons.c (CreateIconWindow):
9504         * fvwm/colorset.c (parse_colorset):
9505         * fvwm/move_resize.c (CMD_XorValue):
9506         * fvwm/colorset.c (alloc_colorset):
9507         * fvwm/fvwm.c (main):
9508         Use the new interface functions and some fix if the fvwm depth !=
9509         the root depth.
9511         * libs/PictureUtils.c (PictureAllocColorTable):
9512         Change the default color table to a 4x4x4 cc + 4 grey
9514 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9516         * fvwm/fvwm.1.in: Use built-in, not builtin.
9518 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9520         * configure.in:
9521         s/FvwmNewDebug/FvwmDebug/
9523         * fvwm/commands.h:
9524         * fvwm/conditional.c (CMD_NoWindow):
9525         * fvwm/functable.c:
9526         * NEWS:
9527         new command NoWindow to remove window context
9529         * fvwm/fvwm.1.in:
9530         use "fvwm" spelling, at least in the middle of sentences
9532 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9534         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9535         builtin commands.  Use "builtin", not "built in" or "built-in".
9536         Other adjustments.
9538 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9540         * libs/Graphics.c (do_relieve_rectangle):
9541         removed debug message
9543         * fvwm/focus.c (__update_windowlist):
9544         (__set_focus_to_fwin):
9545         fixed reversal of __update_windowlist arguments causing FlipFocus to
9546         break [and maybe other things]
9548 2002-10-05  olicha  <olivier.chapuis@free.fr>
9550         * libs/PictureUtils.c (alloc_color_cube):
9551         It si possible to enable "gamma correction" for colors cubes (disabled,
9552         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9554         * libs/PictureUtils.c (get_color_index):
9555         (create_mapping_table):
9556         Use a more exact approximation of colors for pur cc without the big
9557         16x16x16 cc
9559         * libs/PictureUtils.c (PictureFreeColors):
9560         Fixed a memory leak
9562         * libs/Graphics.c (CreateGradientPixmap):
9563         (CreateGradientPixmapFromString):
9564         Cleanup
9566 2002-10-04  olicha  <olivier.chapuis@free.fr>
9568         * libs/PictureUtils.c (*):
9569         Used a better color approximation for color cube when we do not dither.
9570         Added some new colors tables: color cube with some grey colors.
9571         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9572         Some visual fixes.
9574         * fvwm/fvwm.c (main):
9575         Fixed the visual option
9577 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9579         * configure.in:
9580         generate FvwmNewDebug and FvwmGtkDebug
9582 2002-10-02  olicha  <olivier.chapuis@free.fr>
9584         * libs/PictureUtils.c (USED_DIST):
9585         Used the euclidian distance for colors distance
9587         * libs/Fft.c (FftGetFont):
9588         Disable Xft if the Xserver does not support XRender
9590 2002-10-01  olicha  <olivier.chapuis@free.fr>
9592         * libs/Fft.c (FftGetFont):
9593         Disable Xft if the Xserver does not support XRender
9595         * libs/FRender.c (FRenderRender):
9596         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9597         Fixed
9599         * libs/Colorset.c (SetRectangleBackground):
9600         (SetClippedRectangleBackground):
9601         * libs/Colorset.h:
9602         New interface function for drawing a subset of a colorset rectangle
9604 2002-09-26  olicha  <olivier.chapuis@free.fr>
9606         * fvwm/update.c (apply_window_updates):
9607         Fixed icons colorset update
9609         * libs/FRender.c (FRenderRender):
9610         Fixed bitmap rendering
9612         * fvwm/update.c (apply_window_updates):
9613         * fvwm/geometry.c (move_icon_to_position):
9614         * fvwm/events.c (HandleEnterNotify):
9615         (HandleExpose):
9616         (HandleLeaveNotify):
9617         (HandlePropertyNotify):
9618         * fvwm/add_window.c (setup_icon_font):
9619         * fvwm/icons.c (DrawIconWindow):
9620         (DrawIconTitleWindow):
9621         (DrawIconPixmapWindow):
9622         (ChangeIconPixmap):
9623         (RedoIconName):
9624         Fixed focus/unfocus flickering
9626 2002-09-25  olicha  <olivier.chapuis@free.fr>
9628         * fvwm/icons.c (DrawIconTitleWindow):
9629         One more drawing fix
9631 2002-09-24  olicha  <olivier.chapuis@free.fr>
9633         * fvwm/icons.c (DrawIconTitleWindow):
9634         An other drawing fix
9636 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9638         * fvwm/move_resize.c (__move_loop):
9639         fixed uninitialised variable
9640         (InteractiveMove):
9641         fixed starting move at random position
9643 2002-09-24  olicha  <olivier.chapuis@free.fr>
9645         * fvwm/update.c (apply_window_updates):
9646         * fvwm/geometry.c (move_icon_to_position):
9647         * fvwm/events.c (HandleEnterNotify):
9648         (HandleExpose):
9649         (HandleLeaveNotify):
9650         (HandlePropertyNotify):
9651         * fvwm/add_window.c (setup_icon_font):
9652         * fvwm/icons.c (DrawIconWindow):
9653         (DrawIconTitleWindow):
9654         (DrawIconPixmapWindow):
9655         (ChangeIconPixmap):
9656         (RedoIconName):
9657         Fixed icon drawing. Split icon window drawing.
9659         * libs/FRender.c (*):
9660         Fixed compilation and small clean up
9662 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9664         * fvwm/conditional.c (CreateFlagString):
9665         fixed quoting in conditional command conditions
9667         * fvwm/menus.c (__mloop_handle_event):
9668         removed unnecessary querying of pointer position on button release in
9669         menus
9670         (__menu_loop):
9671         fixed posting menus
9673         * fvwm/bindings.c (ParseBinding):
9674         increased maximum allowed key symbol name length to 200 characters
9676         * fvwm/execcontext.h (enum):
9677         * fvwm/fvwm.c (Done):
9678         (SetRCDefaults):
9679         (main):
9680         (StartupStuff):
9681         use new contexts
9683         * fvwm/execcontext.h (enum):
9684         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9686         * fvwm/menus.c (pop_menu_up):
9687         fixed accidental menu animation with certain menu position hints
9689 2002-09-23  olicha  <olivier.chapuis@free.fr>
9691         * libs/FRender.c (*):
9692         Fixed(?) XRender rendering with some Xserver
9694         * fvwm/update.c (apply_window_updates):
9695         * fvwm/geometry.c (move_icon_to_position):
9696         * fvwm/events.c (HandleEnterNotify):
9697         (HandleExpose):
9698         (HandleLeaveNotify):
9699         (HandlePropertyNotify):
9700         * fvwm/add_window.c (setup_icon_font):
9701         * fvwm/icons.c (DrawIconWindow):
9702         (ChangeIconPixmap):
9703         (RedoIconName):
9704         Clip text and icon drawing for the icons
9706 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9708         * NEWS:
9709         * libs/System.c:
9710         Path commands now support form: "path1;ext1:path2:path3;ext3"
9711         where ext1 (for example, ".png") means all files in path1 should
9712         be forced to have extention ".png" even if the requested icon
9713         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9715         * fvwm/execcontext.h:
9716         small changes in latters used for EXCT_* constants
9718         * fvwm/module_interface.c:
9719         * libs/Picture.c:
9720         * libs/PictureBase.c:
9721         * fvwm/cursor.c:
9722         some spacing reindentation
9724 2002-09-21  olicha  <olivier.chapuis@free.fr>
9726         * libs/FRender.c (FRenderCompositeAndCheck):
9727         Temporally take GraphicsExposure in account
9729 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9731         * libs/vpacket.h:
9732         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9734 2002-09-20  olicha  <olivier.chapuis@free.fr>
9736         * fvwm/icons.c (GetIconPicture):
9737         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9738         Fixed the alpha channel
9740 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9742         * NEWS:
9743         updated for 2.4.11
9745 2002-09-20  olicha  <olivier.chapuis@free.fr>
9747         * libs/FRender.c (FRenderTintPicture):
9748         (FRenderTintRectangle):
9749         (FRenderRender):
9750         * libs/FRenderInterface.h:
9751         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9752         Make FRender code more modular. Add a 24+8 tinting method and enable it
9753         in the place of the 32 tinting method (which can be enabled by defining
9754         USE_ABSOLUTE_FORMATE)
9756 2002-09-19  olicha  <olivier.chapuis@free.fr>
9758         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9759         (animated_move_back):
9760         (pop_menu_up):
9761         (repaint_transparent_menu):
9762         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9763         (AnimatedMoveAnyWindow):
9764         * fvwm/move_resize.h:
9765         Support the new colorset transparent options and fix greyed item
9766         of transparent animated menus
9768         * fvwm/menus.c (pop_menu_up):
9769         (animated_move_back):
9771         * libs/Rectangles.c:
9772         * libs/Rectangles.h:
9773         * libs/Makefile.am:
9774         New libs files for rectangles, segments, regions ..etc
9776         * fvwm/menus.c (clear_expose_menu_area):
9777         (get_menu_paint_item_parameters):
9778         (paint_menu):
9779         (select_menu_item):
9780         (ParentalMenuRePaint):
9781         (ParentalMenuRePaint):
9782         * fvwm/menuitem.c (clear_menu_item_background):
9783         (menuitem_paint):
9784         * fvwm/menuitem.h (MenuPaintItemParameters):
9785         Clip the item icons and text drawing
9787         * fvwm/menus.c (__mloop_exit):
9788         Fixed an indirect uninitialized variable bug
9790         * fvwm/menus.c (__mloop_handle_event): *
9791         (__mloop_handle_action_with_mi): *
9792         Update some comments
9794         * libs/FRender.c (FRenderVisualInit):
9795         (FRenderRender):
9796         * fvwm/colorset.c (parse_colorset):
9797         Small clean up
9799 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9801         * fvwm/menus.c (__menu_loop):
9802         (__mloop_handle_action_with_mi):
9803         fixed parent menu redrawing
9805         * fvwm/style.c (check_window_style_change):
9806         * fvwm/update.c (apply_window_updates):
9807         * fvwm/add_window.c (setup_icon_size_limits):
9808         honour changes in IconSize style without recapture
9810         * fvwm/focus.c (focus_query_open_grab_focus):
9811         * fvwm/events.c (HandlePropertyNotify):
9812         * fvwm/add_window.c (setup_transientfor):
9813         take care of various funny initial transientfor settings
9815         * fvwm/stack.c (__raise_lower_recursion):
9816         new function
9817         fixed stacking core dump
9819 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9821         * libs/Graphics.c:
9822         ANSI C fixes
9824         * configure.in:
9825         added a program that tests for -Werror option and similar; bug out of
9826         configure if the test program doesn't compile
9828 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9830         * fvwm/fvwm.1.in:
9831         * configure.in:
9832         add a "do not edit" warning at the beginning of the man page
9834         * configure.in:
9835         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9837         * libs/FScreen.c (XineramaQueryScreens):
9838         fixed linking problem when compiling without Xinerama
9840         * fvwm/cursor.c (CMD_CursorStyle):
9841         fixed cursorstyle command being applied to windows without handles
9843         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9844         (EWMH_ProcessPropertyNotify):
9845         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9846         (GNOME_HandlePropRequest):
9847         fixed dummy macros when compiling without gnome/ewmh support
9849 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9851         * libs/queue.c (fqueue_add_inside):
9852         add a new command with the same execution time as a previous one behind
9853         it
9855         * configure.in:
9856         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9857         error message
9859         * fvwm/functions.c (__execute_function):
9860         * fvwm/execcontext.h (exec_context_type_t):
9861         replace enum values with letters for readability
9863         * fvwm/functions.c (__execute_function):
9864         improved command log output
9866         * fvwm/schedule.c (execute_obj_func):
9867         fixed schedule queue timing
9869         * configure.in:
9870         refuse to run configure if CFLAGS is not empty
9872 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9874         * fvwm/misc.c:
9875         fixed compilation with --enable-command-log; simplified fvwm_msg()
9877         * libs/Module.c:
9878         reformatted; don't send end-of-line with SET_*MASK
9880 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9882         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9883         fixed multipixmap title drawing
9885         * fvwm/frame.h (struct):
9886         * fvwm/frame.c (frame_get_titlebar_dimensions):
9887         removed unused code
9889         * fvwm/events.c (HandlePropertyNotify):
9890         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9892         * libs/Fft.c (FftDrawString):
9893         -Wall fix when compiling w/o Xft
9895 2002-09-15  olicha  <olivier.chapuis@free.fr>
9897         * libs/Colorset.c (CreateBackgroundPixmap):
9898         Fixed a dpy problem with FvwmBacker
9899         * libs/Colorset.c (CreateBackgroundPixmap):
9900         Fixed creation a root transparent pixmap for small root pixmap
9902 2002-09-14  olicha  <olivier.chapuis@free.fr>
9904         * libs/Fft.c (FftDrawString):
9905         Fixed clip region with shadow font
9907         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9908         Added a function to create translucent pixmaps
9909         * libs/Colorset.c (CreateBackgroundPixmap):
9910         A small fix
9911         * libs/FRender.c (FRenderRender):
9912         Allows to use the root window as src pixmap
9914 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9916         * fvwm/fvwm.1.in:
9917         Fixed open double quotes in ButtonState section
9919 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9921         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9923 2002-09-13  olicha  <olivier.chapuis@free.fr>
9925         * libs/Colorset.c (CreateBackgroundPixmap):
9926         (UpdateBackgroundTransparency):
9927         (SetRectangleBackground):
9928         * libs/Colorset.h:
9929         * fvwm/colorset.c (*):
9930         * fvwm/colorset.h:
9931         * fvwm/events.c (HandlePropertyNotify):
9932         Starting implementation of RootTransparent colorset. Worked on
9933         tinted Transparent colorset. Various colorset parsing fixes.
9935         * libs/Fft.c (FftDrawString):
9936         * libs/Flocale.h:
9937         Added the possibility to draw with a clipping region.
9939         * libs/FRender.c (FRenderRender):
9940         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9941         (PCreateRenderPixmap):
9942         (PGraphicsCreateTransprency):
9943         (PGraphicsTintRectangle):
9944         Improve current rendering functions to be able to tint the
9945         ParentalRelative pixmap or the background of a window.
9946         Re-enabled XRender rendering.
9948         * fvwm/borders.c:
9949         remove a #if 0 debug "render" code
9951 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9953         * fvwm/builtins.c (ReadTitleButton):
9954         * fvwm/screen.h:
9955         new button state shortcuts AllNormal, AllToggled,
9956         AllActive, AllInactive, AllUp, AllDown
9958         * fvwm/module_interface.c:
9959         minor reformatting
9961         * acconfig.h:
9962         possibly fixed compilation with non gcc
9964 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9966         * fvwm/focus.c (_focus_grab_buttons):
9967         (__focus_grab_buttons):
9968         renamed
9969         (__focus_grab_one_button):
9970         grab all modifier combinations on client windows by default if
9971         necessary; this saves a lot of traffic but may grab unnecessary
9972         modifiers with mouse bindings on the client window
9974         * fvwm/fvwm.1:
9975         * libs/defaults.h (DEF_FP_MODIFIERS):
9976         * fvwm/events.c (__handle_focus_raise_click):
9977         * fvwm/style.c (style_parse_focus_policy_style):
9978         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9979         default is now to use any modifiers for clicktofocus/raise purposes
9981         * fvwm/menus.c (__mloop_get_event):
9982         fixed menu hang
9983         (menu_tear_off):
9984         fixed tear off menus
9986         * libs/FEvent.c (FCheckIfEvent):
9987         (FCheckMaskEvent):
9988         (FCheckTypedEvent):
9989         (FCheckTypedWindowEvent):
9990         (FCheckWindowEvent):
9991         fixed FCheck...Event functions thus fixing Menu command behaving like
9992         Popup
9994         * fvwm/move_resize.c (InteractiveMove):
9995         fixed offset between pointer and window when dragging
9997         * fvwm/virtual.c (HandlePaging):
9998         * fvwm/icons.c (CMD_Iconify):
9999         * fvwm/move_resize.c (InteractiveMove):
10000         * fvwm/menus.c (get_menu_options):
10001         (get_menu_options):
10002         * libs/FScreen.c (GetMouseXY):
10003         use new function fev_get_evpos_or_query()
10005         * libs/Makefile.am:
10006         * libs/Pointer.c:
10007         removed file
10009         (GetLocationFromEventOrQuery):
10010         moved to FEvent.c and renamed to fev_get_evpos_or_query()
10011         * libs/FEvent.c (fev_set_evpos):
10012         new function
10014         * fvwm/functions.c (__execute_function):
10015         (execute_complex_function):
10016         fixed complex action clicking logic
10018         * fvwm/add_window.c (CaptureOneWindow):
10019         fixed RecaptureWindow
10020         (CaptureAllWindows):
10021         fixed Restart
10023         * fvwm/functable.c (func_table):
10024         fixed running RecaptureWindow without a context window
10026         * fvwm/conditional.c (circulate_cmd):
10027         fixed action to run
10029         * fvwm/events.c (HandleVisibilityNotify):
10030         fixed VisibilityNotify handling
10032         * fvwm/functions.c (execute_complex_function):
10033         fixed memory corruption
10034         (__execute_function):
10035         fixed using wrong context
10036         (__execute_function):
10037         removed conditional that was always true now
10038         (DeferExecution):
10039         fixed core dump
10041         * fvwm/module_interface.c (ExecuteModuleCommand):
10042         initialise module number
10044 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10046         * fvwm/add_window.c (CaptureOneWindow):
10047         fixed memory corruption
10049         * fvwm/icons.c (Iconify):
10050         (DeIconify):
10051         fixed bug introduced with transient stacking patch
10053         * fvwm/functions.c (DeferExecution):
10054         (__execute_function):
10055         (execute_complex_function):
10056         cleaned up and optimized exec_context handling
10058         * fvwm/schedule.c:
10059         * fvwm/menucmd.c:
10060         * fvwm/update.c:
10061         * fvwm/windowlist.c:
10062         * fvwm/conditional.c:
10063         * fvwm/focus.c:
10064         * fvwm/functions.c:
10065         * fvwm/placement.c:
10066         * fvwm/colorset.c:
10067         * fvwm/stack.c:
10068         * fvwm/virtual.c:
10069         * fvwm/module_interface.c:
10070         * fvwm/icons.c:
10071         * fvwm/builtins.c:
10072         * fvwm/add_window.c:
10073         * fvwm/move_resize.c:
10074         * fvwm/fvwm.h (F_CMD_ARGS):
10075         (F_PASS_ARGS):
10076         completely removed the builtin command arguments fw, w, and context
10078         * fvwm/functions.c (DeferExecution):
10079         fixed core dump
10081         * fvwm/stack.c (BroadcastRestack):
10082         removed global lastTimestamp
10084         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10085         (EWMH_ProcessPropertyNotify):
10086         (ewmh_WMStateShaded):
10087         (ewmh_WMStateSticky):
10088         (ewmh_WMStateHidden):
10089         (ewmh_WMState):
10090         (ewmh_MoveResize):
10091         (ewmh_WMDesktop):
10092         (ewmh_CloseWindow):
10093         (ewmh_DesktopGeometry):
10094         (ewmh_ActiveWindow):
10095         use new function interface
10097         * fvwm/menus.c (do_menu):
10098         * fvwm/menucmd.c (menu_func):
10099         * fvwm/windowlist.c (CMD_WindowList):
10100         use new function interface
10101         replaced "(XEvent *)1" hack with a regular flag
10103 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10105         * fvwm/add_window.c (destroy_window):
10106         * fvwm/update.c (destroy_scheduled_windows):
10107         * fvwm/screen.h (ScreenInfo):
10108         new member is_executing_menu_function
10110         * fvwm/windowlist.c (CMD_WindowList):
10111         * fvwm/menucmd.c (menu_func):
10112         * fvwm/gnome.c (CMD_GnomeButton):
10113         (GNOME_ProcessClientMessage):
10114         (GNOME_HandlePropRequest):
10115         * fvwm/modconf.c (CMD_Send_ConfigInfo):
10116         * fvwm/update.c (apply_window_updates):
10117         * fvwm/repeat.c (CMD_Repeat):
10118         * fvwm/conditional.c (circulate_cmd):
10119         (CMD_Prev):
10120         (CMD_Next):
10121         (CMD_None):
10122         (CMD_Any):
10123         (CMD_Current):
10124         (CMD_Cond):
10125         (CMD_CondCase):
10126         (select_cmd):
10127         (CMD_All):
10128         (CMD_Direction):
10129         (CMD_WindowId):
10130         * fvwm/focus.c (warp_to_fvwm_window):
10131         (CMD_WarpToWindow):
10132         * fvwm/read.c (run_command_stream):
10133         (run_command_file):
10134         (CMD_Read):
10135         (CMD_PipeRead):
10136         * fvwm/fvwm.c (Done):
10137         (SetRCDefaults):
10138         (StartupStuff):
10139         (main):
10140         use new function interface
10141         (main):
10142         fixed running startup script under random module number
10144         * fvwm/functions.c (execute_function_override_window):
10145         * fvwm/functions.c (execute_function_override_wcontext):
10146         new convenience functions
10148         * fvwm/gnome.c:
10149         * fvwm/modconf.c:
10150         * fvwm/session.c:
10151         re-indented
10153         * fvwm/module_interface.c (CMD_Send_WindowList):
10154         (CMD_set_mask):
10155         (CMD_set_sync_mask):
10156         (CMD_set_nograb_mask):
10157         fixed core dumps
10158         don't use "Module" argument anymore
10159         (ExecuteModuleCommand):
10160         made static
10161         use new function interface
10163         * fvwm/add_window.c (CaptureOneWindow):
10164         (do_recapture):
10165         (CaptureAllWindows):
10166         * fvwm/events.c (HandleMapRequestKeepRaised):
10167         * fvwm/add_window.c (AddWindow):
10168         AddWindow takes executiuon context as its argument instead of the
10169         window; changed caller
10170         don't use "Event" anymore
10172         * fvwm/fvwm.c (StartupStuff):
10173         generate an execution context for startup
10175         * fvwm/move_resize.c (DoResize):
10176         (__resize_step):
10177         (moveLoop):
10178         (__move_loop):
10179         renamed and used new function interface in args
10181         * fvwm/geometry.c (constrain_size):
10182         added XEvent *e argument to remove use of global "Event"; changed all
10183         callers
10185 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10187         * fvwm/stack.c (get_next_window_in_stack_ring):
10188         (get_prev_window_in_stack_ring):
10189         (get_transientfor_fvwmwindow):
10190         * fvwm/icons.c (SetMapStateProp):
10191         * fvwm/events.c (fake_map_unmap_notify):
10192         * fvwm/misc.c (IsRectangleOnThisPage):
10193         * fvwm/menus.c (menu_enter_tear_off_menu):
10194         (menu_close_tear_off_menu):
10195         * fvwm/icons.c (DrawIconWindow):
10196         * fvwm/focus.c:
10197         * fvwm/colormaps.c (InstallWindowColormaps):
10198         made FvwmWindow * arguments const in many functions
10200         * fvwm/menus.c (pop_menu_up):
10201         (pop_menu_down):
10202         (__mloop_do_menu):
10203         (__mloop_do_popup):
10204         (do_menu):
10205         (menu_enter_tear_off_menu):
10206         (__mloop_get_event):
10207         (__mloop_get_event_timeout_loop):
10208         (__mloop_do_menu):
10209         (__mloop_get_mi_actions):
10210         (is_double_click):
10211         * fvwm/events.c (HandleEnterNotify):
10212         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10213         (__move_window):
10214         (__move_loop):
10215         (__resize_step):
10216         (__resize_window):
10217         * fvwm/functions.c (DeferExecution):
10218         (__execute_function):
10219         * fvwm/windowlist.c (CMD_WindowList):
10220         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10221         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10222         (ExecuteModuleCommand):
10223         * fvwm/builtins.c (CMD_Wait):
10224         * fvwm/events.c (WaitForButtonsUp):
10225         (HandleShapeNotify):
10226         (HandleVisibilityNotify):
10227         (HandleUnmapNotify):
10228         (HandleSelectionRequest):
10229         (HandleReparentNotify):
10230         (HandlePropertyNotify):
10231         (HandleMotionNotify):
10232         (HandleMapRequestKeepRaised):
10233         (HandleMapRequest):
10234         (HandleMappingNotify):
10235         (HandleMapNotify):
10236         (HandleLeaveNotify):
10237         (HandleKeyPress):
10238         (HandleFocusOut):
10239         (HandleFocusIn):
10240         (HandleExpose):
10241         (HandleEnterNotify):
10242         (HandleDestroyNotify):
10243         (HandleColormapNotify):
10244         (HandleClientMessage):
10245         (HandleButtonRelease):
10246         (HandleButtonPress):
10247         (__handle_bpress_on_root):
10248         (__handle_bpress_action):
10249         (__handle_click_to_raise):
10250         (__handle_click_to_focus):
10251         (__is_bpress_window_handled):
10252         (__handle_focus_raise_click):
10253         don't use "Event", "Fw" and old_execute_function() anymore
10255         * fvwm/events.c (dispatch_event):
10256         removed preserve_tmpwin argument; changed all callers
10258         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10259         fixed random focus member of faked event
10261         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10262         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10263         (EWMH_ProcessPropertyNotify):
10264         * fvwm/move_resize.c (DisplaySize):
10265         (DisplayPosition):
10266         (position_geometry_window):
10267         * fvwm/geometry.c (get_window_borders):
10268         (get_window_borders_no_title):
10269         made args const
10271         * fvwm/events.c (dispatch_event):
10272         create event execution context
10273         (HandleClientMessage):
10274         removed useless local "button"
10275         (GetContext):
10276         don't fiddle with global Fw anymore; added argument to return context
10277         window; changed all callers
10279         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10280         * fvwm/move_resize.c (__resize_window):
10281         use new event handle interface
10283         * fvwm/events.c:
10284         * fvwm/eventhandler.h:
10285         new event handler interface
10287         * fvwm/functions.c (CMD_Plus):
10288         * fvwm/builtins.c (AddToDecor):
10289         (CMD_AddToDecor):
10290         (CMD_DestroyDecor):
10291         use F_CMD_ARGS in AddToDecor
10292         (CMD_StrokeFunc):
10293         removed useless check for realloc return value
10294         use new function interface
10295         fixed another memory leak
10297         * fvwm/builtins.c (__remove_window_decors):
10298         replace old_execute_function with execute_function
10300         * fvwm/add_window.c (setup_window_placement):
10301         * fvwm/placement.c (PlaceWindow):
10302         * fvwm/schedule.c (execute_obj_func):
10303         * fvwm/colorset.c (add_to_junk):
10304         use new function call interface
10306         * fvwm/fvwm.h (F_EXEC_ARGS):
10307         (F_PASS_EXEC_ARGS):
10308         removed now unused macros
10310         * fvwm/functions.c (CheckActionType):
10311         (cf_cleanup):
10312         (DeferExecution):
10313         (__execute_function):
10314         (__run_complex_function_items):
10315         (execute_complex_function):
10316         rewrote function call interface
10318         * fvwm/functions.c (__run_complex_function_items):
10319         new function split off from execute_complex_function
10321         * fvwm/externs.h:
10322         * fvwm/events.c:
10323         removed "Event" global
10325 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10327         * fvwm/fvwm.1.in: Language check.
10329 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10331         * fvwm/functions.c (old_execute_function):
10332         removed
10334         * fvwm/module_interface.c (do_execute_module):
10335         don't write module argument anymore; code claimed that writing 0 into
10336         *Module prevented WaitForButtonsUp from being called, but that was
10337         either a lie or a relic of the past
10339         * fvwm/fvwm.h (exec_func_args_type):
10340         removed type
10341         (F_CMD_ARGS):
10342         (F_PASS_ARGS):
10343         removed *Module argument
10345         * fvwm/functions.c (__execute_function):
10346         new interface
10348         * fvwm/functions.h (enum):
10349         added more function execution falgs
10351         * fvwm/fvwm.h:
10352         add exec_context_t *exc to builtin arguments
10354         * libs/FEvent.c (fev_copy_last_event):
10355         new function
10357         * fvwm/execcontext.h:
10358         * fvwm/execcontext.c:
10359         new files introducing the "exec_context_t" structure that shall replace
10360         the builtin command interface
10362         * fvwm/stack.c (__RaiseOrLowerWindow):
10363         (RaiseOrLowerWindow):
10364         (__restack_window):
10365         (mark_transient_subtree):
10366         (__sort_transient_ring):
10367         properly handle restacking of windows with more than one transient and
10368         multiple levels of transients at the same time
10369         (__RaiseOrLowerWindow):
10370         (RaiseOrLowerWindow):
10371         renamed function and added wrapper
10373         * fvwm/fvwm.h (FvwmWindow):
10374         added new scratch registers
10376 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10378         * configure.in:
10379         * Makefile.am:
10380         minor improvements in the new release procedure
10382 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10384         * fvwm/stack.c (RaiseOrLowerWindow):
10385         (__restack_window):
10386         (mark_transient_subtree):
10387         (must_move_transients):
10388         (is_on_top_of_layer_ignore_rom):
10389         handle restacking trees of transient windows; still does not work too
10390         well if a window has multiple transients at the same time
10392 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10394         * fvwm/stack.h:
10395         * fvwm/stack.c:
10396         restored versions from before 9th of September
10397         (RaiseOrLowerWindow):
10398         fixed StackTransientParent style without RaiseTransient or
10399         LowerTransient on transient_for window
10400         StackTransientParent works only on window in the same layer
10401         (mark_transient_subtree):
10402         fixed handling of window group hint w/ iconify
10403         (restack_windows):
10404         (RaiseOrLowerWindow):
10405         (new_layer):
10406         fixed flickering when overlapping transients aree lowered
10408         * fvwm/move_resize.c (__resize_window):
10409         * fvwm/colorset.c (add_to_junk):
10410         cleaned up event handling
10412         * fvwm/move_resize.c (__resize_window):
10413         renamed function and changed callers
10415         * fvwm/fvwm.h (F_PASS_ARGS):
10416         (F_CMD_ARGS):
10417         removed eventp command argument
10419         * fvwm/events.c (DispatchEvent):
10420         (dispatch_event):
10421         renamed function, added event argument and changed all callers
10423         * libs/FEvent.c (fev_fake_event):
10424         * libs/FEvent.c (fev_get_evtype__remove_me):
10425         new functions
10427         * fvwm/menus.c (menuShortcuts):
10428         (is_double_click):
10429         (pop_menu_up):
10430         (pop_menu_up):
10431         (pop_menu_down):
10432         (pop_menu_down):
10433         (__mloop_init):
10434         (__mloop_get_event_timeout_loop):
10435         (__mloop_get_event):
10436         (__mloop_do_popup):
10437         (__mloop_do_popup):
10438         (do_menu):
10439         * fvwm/builtins.c (CMD_FakeClick):
10440         * fvwm/functions.c (CheckActionType):
10441         (CheckActionType):
10442         * fvwm/focus.c (__try_program_focus):
10443         (__try_program_focus):
10444         * fvwm/icccm2.c (SetupICCCM2):
10445         * fvwm/virtual.c (HandlePaging):
10446         * fvwm/module_interface.c (make_vpacket):
10447         (make_new_vpacket):
10448         * fvwm/schedule.c (squeue_get_next_ms):
10449         (squeue_get_next_ms):
10450         (CMD_Schedule):
10451         * fvwm/stack.c (BroadcastRestack):
10452         * fvwm/move_resize.c (resize_window):
10453         (moveLoop):
10454         * libs/FEvent.c (fev_get_evtime):
10455         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10457         * fvwm/events.c (HandleEnterNotify):
10458         (DispatchEvent):
10459         (My_XNextEvent):
10460         (discard_events):
10461         (discard_window_events):
10462         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10463         (moveLoop):
10464         (resize_window):
10465         * fvwm/menus.c (__mloop_get_event):
10466         * fvwm/virtual.c (HandlePaging):
10467         (MoveViewport):
10468         * fvwm/functions.c (DeferExecution):
10469         (CheckActionType):
10470         * fvwm/misc.c (get_server_time):
10471         * fvwm/builtins.c (CMD_StrokeFunc):
10472         * fvwm/menus.c (pop_menu_up):
10473         (pop_menu_down):
10474         (__mloop_init):
10475         * libs/FEvent.c (fev_update_last_timestamp):
10476         removed StashEventTime function; handle this directly in FEvent.c
10478         * fvwm/module_interface.c (ExecuteModuleCommand):
10479         * fvwm/misc.c (Keyboard_shortcuts):
10480         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10481         * fvwm/events.c (handle_all_expose):
10482         (dispatch_event):
10483         (HandleEvents):
10484         (HandleKeyPress):
10485         don't use Event global anymore
10487         * fvwm/bindings.c (activate_binding):
10488         fixed key bindings on window corners
10490         * libs/fvwmlib.h (C_DECOR):
10491         context including all parts of the decorations
10493 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10495         * libs/FEvent.h:
10496         fixed compilation warning in #endif comment
10498         * fvwm/borders.c:
10499         removed debug fprintf
10501         * acconfig.h:
10502         * configure.in:
10503         * fvwm/fvwm.c:
10504         * fvwm/fvwm.1:
10505         another solution for reporting the cvs status
10507 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10509         * configure.in (LIBOBJS):
10510         * acinclude.m4 (smr_SWITCH):
10511         fix for autoconf 2.53
10513         * fvwm/*.[ch]:
10514         removed unnecessary includes
10516         * fvwm/Makefile.am (fvwm_SOURCES):
10517         * fvwm/events.h:
10518         * fvwm/eventmasks.h:
10519         * fvwm/eventhandlers.h:
10520         new files split from events.h
10522         * fvwm/icccm2.c (HandleSelectionRequest):
10523         (HandleSelectionClear):
10524         * fvwm/colormaps.c (HandleColormapNotify):
10525         * fvwm/menus.c (menu_tear_off):
10526         * fvwm/move_resize.c (resize_window):
10527         * fvwm/events.c:
10528         * fvwm/events.h:
10529         new argument avh_args_t to the event handler functions; still unused
10530         moved all event handlers to events.c
10531         remove now unnecessary includes in some files
10533         * fvwm/icccm2.c (HandleSelectionRequest):
10534         re-indented file
10536         * **/*.c:
10537         use replacements for X event functions everywhere
10539 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10541         * fvwm/defaults.h:
10542         * fvwm/screen.h:
10543         * fvwm/borders.c (border_flags_to_button_state):
10544         (CMD_ButtonState):
10545         * fvwm/builtins.c (ReadTitleButton):
10546         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10547         * fvwm/fvwm.c (InitVariables):
10548         Imlemented new title and button states InactiveUp and InactiveDown,
10549         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10550         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10551         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10553         * fvwm/fvwm.c:
10554         reformat license info in -version to be 3 lines and one empty line
10555         instead of 5 non-empty lines, for readability
10557 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10559         * libs/FEvent.c:
10560         * libs/FEvent.h:
10561         * libs/Makefile.am:
10562         new files
10564         * fvwm/stack.c (__raise_or_lower_recursion):
10565         (RaiseOrLowerWindow):
10566         split into two functions
10567         renamed to __raise_or_lower_window
10568         (mark_transient_subtree):
10569         new flag MARK_CLEAR
10570         (position_new_window_in_stack_ring):
10571         (RaiseWindow):
10572         (LowerWindow):
10573         cleaned up stacking code
10575         * fvwm/menus.c (paint_menu):
10576         fixed a minor drawing problem with menu item reliefs
10578 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10580         * fvwm/move_resize.c (InteractiveMove):
10581         removed eventp from interface
10582         changed all callers
10584         * fvwm/menucmd.c (menu_func):
10585         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10586         * fvwm/windowlist.c (CMD_WindowList):
10587         * fvwm/read.c (run_command_file):
10588         (run_command_stream):
10589         * fvwm/focus.c (warp_to_fvwm_window):
10590         * libs/Event.c (GetSubwindowFromEvent):
10591         * fvwm/events.c (GetContext):
10592         * libs/Pointer.c (GetLocationFromEventOrQuery):
10593         * fvwm/builtins.c (CMD_StrokeFunc):
10594         (CMD_StrokeFunc):
10595         * fvwm/events.c (StashEventTime):
10596         * fvwm/move_resize.c (InteractiveMove):
10597         * fvwm/functions.c (DeferExecution):
10598         (old_execute_function):
10599         * fvwm/fvwm.h (F_CMD_ARGS):
10600         (F_EXEC_ARGS):
10601         make eventp argument const to ease clean up work
10603         * fvwm/windowlist.c (CMD_WindowList):
10604         * fvwm/move_resize.c (InteractiveMove):
10605         * fvwm/menucmd.c (menu_func):
10606         * fvwm/icons.c (CMD_Iconify):
10607         always query pointer position in case a script modified the position
10608         in the input event
10610         * fvwm/focus.c (SetPointerEventPosition):
10611         removed function since it modifies the global event variable
10613         * fvwm/functable.c (func_table):
10614         added cursor and event type members fo DeferExecution call
10615         * fvwm/functions.c (DeferExecution):
10616         made static, call from inside functions.c only
10617         removed calls everywhere
10619         * fvwm/builtins.c (CMD_StrokeFunc):
10620         fixed memory leak
10622         * fvwm/virtual.c (HandlePaging):
10623         (MoveViewport):
10624         don't use global "Event" anymore
10625         (HandlePaging):
10626         pass in event structure through arguments
10627         changed all callers
10629 2002-09-02  olicha  <olivier.chapuis@free.fr>
10631         * libs/Colorset.c (*):
10632         * libs/Colorset.h:
10633         * libs/colorset.c (parse_colorset):
10634         * libs/PictureGraphics.c (PGrabXImage):
10635         (PCreateRenderPixmap):sx
10636         (PGraphicsCreateTransprency):
10637         * libs/PictureGraphics.h:
10638         An experimental implementation of ParentalRelative tinted background
10640         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10641         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10642         (PImageLoadPng):
10643         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10644         * libs/FRenderInit.c (FRenderInit):
10645         (FRenderGetAlphaDepth):
10646         * libs/FRenderInit.h:
10647         Fixed alpha blending for xserver without depth 8 pixmap
10648         (maybe a tmp fix)
10650         * fvwm/fvwm.1.in
10651         typo
10653 2002-09-01  olicha  <olivier.chapuis@free.fr>
10655         * NEWS:
10656         Colorset and alpha blending news
10658 2002-08-31  olicha  <olivier.chapuis@free.fr>
10660         * libs/Ficonv.c (convert_charsets):
10661         Fixed compilation on systems that do not have EILSEQ
10663 2002-08-30  olicha  <olivier.chapuis@free.fr>
10665         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10666         Fixed compilation of certain modules
10668         * fvwm/borders.c (border_render_into_pixmap):
10669         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10670         * libs/PictureGraphics.h:
10671         * libs/Graphics.c (CreateStretchPixmap):
10672         (CreateStretchYPixmap):
10673         (CreateStretchXPixmap):
10674         Progress with masks in multipixmap title
10676         * libs/PictureGraphics.c (PCopyArea):
10677         (PTileRectangle):
10678         (PCreateRenderPixmap):
10679         * fvwm/borders.c (border_fill_pixmap_background):
10680         Some drawing fixes
10682         * fvwm/icons.c (DrawIconWindow):
10683         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10684         Fixed the shape mask of ewmh icons and icons with some alpha
10686 2002-08-30  olicha  <olivier.chapuis@free.fr>
10688         * libs/PictureGraphics.c (PCreateRenderPixmap):
10689         (PGrabImageErrorHandler):
10690         (PGraphicsCopyPixmaps):
10691         (PGraphicsCopyFvwmPicture):
10692         (PGraphicsTileRectangle):
10693         (PGraphicsRenderPixmaps):
10694         (PGraphicsRenderPicture):
10695         * libs/PictureGraphics.h:
10696         * libs/PictureBase.h:
10697         Replaced PGraphicsTileRectangle with a more powerful function,
10698         PCreateRenderPixmap, which performs *full* XRender simulation.
10699         So alpha blending is now supported even without Xrender support.
10700         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10701         for direct rendering with tint and alpha channel.
10703         * libs/FRender.c (FRenderVisualInit):
10704         (FRenderCopyArea):
10705         (FRenderTintRectangle):
10706         (FRenderRender):
10707         * libs/FRenderInterface.h:
10708         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10709         and more powerfull function FRenderRender
10711         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10712         (PImageLoadPng):
10713         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10714         Load the alpha even without Xrender support
10716         * libs/Colorset.h:
10717         * fvwm/colorset.c (parse_pixmap_tint):
10718         (parse_colorset):
10719         (alloc_colorset):
10720         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10721         or obsolete TintMask) also tints gradients and the tint is applied
10722         only to the pixmap not the bg color. The average bg is computed from
10723         the "original" pixmap and not the tinted one, bgTint should be used
10724         to get a real average bg in the case the pixmap is tinted
10726         * fvwm/icons.c (DrawIconWindow):
10727         (CreateIconWindow):
10728         * fvwm/menuitem.c (menuitem_paint):
10729         * fvwm/menus.c (paint_side_pic):
10730         * fvwm/borders.c (border_get_border_background):
10731         (border_draw_decor_to_pixmap):
10732         (border_fill_pixmap_background):
10733         * fvwm/events.c (HandlePropertyNotify):
10734         Picture rendering use the new PGraphicsRenderPixmaps and
10735         PGraphicsRenderPicture libs functions. Respect new colorset options
10737         * fvwm/colorset.c (parse_colorset):
10738         (alloc_colorset):
10739         (CMD_ReadWriteColors):
10740         * fvwm/fvwm.1.in:
10741         Removed the read write colorset codes
10743         * libs/Graphics.c (CalculateGradientDimensions):
10744         Fixed the size of dithered H and V gradients
10746         * libs/PictureUtils.c (*):
10747         * libs/PictureUtils.h:
10748         Some cleanup
10750 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10752         * fvwm/menus.c (paint_menu_gradient_background):
10753         fixed drawing of SidePic menu background when not using SideColor
10755 2002-08-28  Hippo
10756         * FvwmIconBox/icons.c:
10757         Fixed core dump
10759 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10761         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10763 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10765         * configure.in:
10766         fixed --disable-ewmh
10768         * libs/Picture.c:
10769         * libs/Picture.h:
10770         added const to some prototypes
10772 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10774         * fvwm/menus.c (MenuInteraction):
10775         (__menu_loop):
10776         renamed MenuInteraction to __menu_loop
10778         * fvwm/menus.c (pop_menu_up):
10779         (do_menu):
10780         (MenuInteraction):
10781         removed pdo_warp_to_title argument of pop_menu_up and changed all
10782         callers; logic is now in last_saved_position_hints
10783         (__menu_get_next_event_timeout_loop):
10784         began to split MenuInteraction into several sub functions
10785         go away, evil "goto"!
10787         * fvwm/style.c (style_parse_one_style_option):
10788         all boolean styles - and *only* boolean styles, can be prefixed with a
10789         '!' to invert their meaning
10790         (style_parse_button_style):
10791         moved Button and NoButton styles to separate function
10793         * configure.in:
10794         * NEWS:
10795         updated for 2.5.4-devel
10797         * configure.in:
10798         2.5.3 was released
10800         * configure.in:
10801         * NEWS:
10802         updated for 2.5.3
10804         * fvwm/menuitem.h (struct):
10805         * fvwm/menus.c (paint_menu_gradient_background):
10806         (paint_menu_pixmap_background):
10807         (paint_menu):
10808         (clear_expose_menu_area):
10809         fixed TiledPixmap menu background drawing bug
10810         sorted function in file and removed forward declarations
10812 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10814         * fvwm/Makefile.am (LDADD):
10815         put -lfvwm at front of library list
10817         * fvwm/windowlist.c (CMD_WindowList):
10818         print window's page instead of current page in windowlist
10820 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10822         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10823         Fix for Experimental RaiseOverUnmanaged Handling.
10825 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10827         * fvwm/focus.h:
10828         * fvwm/stack.h:
10829         New defs for Experimental RaiseOverUnmanaged Handling.
10831         * fvwm/events.c (HandleEnterNotify):
10832         * fvwm/focus.c:
10833         (set_focus_to_fwin)
10834         (focus_query_grab_buttons)
10835         (_focus_grab_buttons)
10836         (focus_grab_buttons)
10837         (focus_grab_buttons_client_entered)
10838         (_SetFocusWindow)
10839         (__activate_window_by_command)
10840         (_ReturnFocusWindow)
10841         (_DeleteFocus)
10842         (_ForceDeleteFocus)
10843         * fvwm/stack.c:
10844         (raise_over_unmanaged)
10845         (is_above_unmanaged)
10846         (_is_on_top_of_layer)
10847         (is_on_top_of_layer)
10848         (is_on_top_of_layer_and_above_unmanaged)
10849         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10850         interaction of RaiseOverUnmanaged with various focus policies,
10851         particularly mouse focus + client click raises; issue mouse
10852         button grabs when and only when they are actually needed; and
10853         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10854         (Thanks to the GFPR, this is much more straightforward to do!)
10856 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10858         * fvwm/fvwm.1.in:
10859         added a paragraph about scripting and complex functions.
10861         * fvwm/style.c (style_parse_one_style_option):
10862         fixed flag_mask and change_mask of TitleAt... styles that broke left
10863         and bottom titles
10865 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10867         * fvwm/fvwm.1.in:
10868         describe new focus policy styles
10870 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10872         * fvwm/style.c (merge_styles):
10873         fixed applying style updates immediately
10875         * fvwm/geometry.c (constrain_size):
10876         fixed font resizing of maximized windows
10878         * fvwm/window_flags.h:
10879         * fvwm/fvwm.h (has_new_wm_normal_hints):
10880         new window flags
10882         * fvwm/events.c (HandleEnterNotify):
10883         fixed UngrabNotify returning focus to just unfocused window
10884         * fvwm/focus.h:
10885         added debug code
10887         * fvwm/style.c (merge_styles):
10888         (free_style_mask):
10889         (__simplify_style_list):
10890         fixed default style calculations
10892         * fvwm/events.c (HandleConfigureRequest):
10893         disabled debug output
10895         * fvwm/style.c (merge_styles):
10896         * fvwm/fvwm.h (window_style):
10897         new style member default_mask to allow two levels of defaults;
10898         fixes focus policy defaults
10899         * fvwm/style.h:
10900         rewrote many of the macros; changed all callers
10902         * fvwm/borders.c (RenderIntoPixmap):
10903         (DrawMultiPixmapTitlebar):
10904         (border_render_into_pixmap):
10905         (border_draw_multi_pixmap_titlebar):
10906         applied Suzanne Skinner's multi pixmap titles fix
10907         renamed functions and changed all callers
10909         * libs/FScreen.c (FScreenGetScrRect):
10910         (FindScreen):
10911         (FScreenGetScrId):
10912         new utility functions
10914         * fvwm/windowlist.c (CMD_WindowList):
10915         new option MaxLabelWidth for the WIndowList command based on patch by
10916         Maxim F. Ischenko
10917         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10918         WindowList command.
10920         * fvwm/events.c (HandleConfigureRequest):
10921         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10922         seems to work without problems
10924 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10926         * fvwm/style.c (merge_styles):
10927         fixed style defaults getting stuck to on once set
10929         * configure.in:
10930         fixed a number of non portable uses of the "test" command and unified
10931         the used syntax of all calls to reduce chance of copy-and-paste
10932         problems
10934 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10936         * configure.in:
10937         * fvwm/fvwm.1.in:
10938         minor typos and improvements;
10939         better string quotings and detection of fribidi for autoconf-2.53
10941         * fvwm/Makefile.am:
10942         don't include *.in in EXTRA_DIST, they are auto-included
10944 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10946         * fvwm/events.c (HandleConfigureRequest):
10947         (HandlePropertyNotify):
10948         (is_resizing_event_pending):
10949         fixed uninitialised return code of test_resizing_event
10951 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10953         * fvwm/decorations.c (SelectDecor):
10954         * fvwm/style.h:
10955         * fvwm/window_flags.h:
10956         * fvwm/fvwm.h:
10957         moved common.s.has_no_border window flag to common.has_no_border to
10958         fix windows getting stuck without a border once the HandleWidth or
10959         BorderWidth was set to 0 and then increased again
10961         * fvwm/fvwm.1.in:
10962         removed reference to BUGS and TODO
10964         * configure.in:
10965         moved a lot of constant definitions to configure.in; the fvwm.lsm and
10966         fvwm.1 files don't have to be updated for a release anymore; the release
10967         number and date are set by configure
10969         * fvwm/fvwm.c (setVersionInfo):
10970         fixed output of "fvwm -version"
10972 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10974         * fvwm/style.c (style_parse_one_style_option):
10975         Old focus styles override less of the behaviour specified with the
10976         FP... styles; use defaults instead without setting the mask
10977         (style_parse_one_style_option):
10978         removed the styles MouseFocusClickIgnoreMotion and
10979         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10980         instead
10981         (style_parse_one_style_option):
10982         ClickToFocusRaises now works only on the client window, not on the
10983         decorations
10984         (style_parse_one_style_option):
10985         fixed FocusFollowsMouse style
10986         (style_set_old_focus_policy):
10987         moved old default focus settings to a separate function, simplified code
10989 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
10991         * fvwm/fvwm.1: Add hot-spot is an offset information,
10992         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10993         the xpm docs).
10995 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10997         * fvwm/style.c (style_parse_focus_policy_style):
10998         fixed parsing of FPFocusClickButtons and FocusClickModifiers
11000         * libs/Makefile.am:
11001         added missing files
11003         * fvwm/events.c (HandleConfigureRequest):
11004         fixed ConfigureRequest race condition
11006 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11008         * configure.in:
11009         quote environment variables
11011 2002-08-13  olicha  <olivier.chapuis@free.fr>
11013         * NEWS:
11014         Color limit and dithering news
11016         * fvwm/fvwm.1:
11017         Added a minimal doc for the -color-limit option
11019         * fvwm/builtins.c (CMD_ColorLimit):
11020         ColorLimit is obsolete
11022         * fvwm/builtins.c (ReadDecorFace):
11023         * libs/PictureUtils.c (my_dither_depth_15_16_init):
11024         (PictureAllocColorAllProp):
11025         Implemented dithering for depth 16 and 15. This is off by default
11026         in colorset (use the dither colorset option) and on by default
11027         for window title gradient. Gradient are visibly more smooth.
11029         * libs/PictureUtils.c (*):
11030         Some cleanup
11032 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
11034         * fvwm/fvwm.1:
11035         corrected the pixmap cursor description, added an example
11037 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11039         * fvwm/menus.c (select_menu_item):
11040         (paint_menu_gradient_background):
11041         fixed a redrawing problem with H/Vgradient menu faces
11042         (MenuInteraction):
11043         fixed a minor problem w/ entering submenus via keyboard
11045 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11047         * fvwm/move_resize.c (CMD_ResizeMove):
11048         (CMD_Resize):
11049         (CMD_Maximize):
11050         (CMD_ResizeMaximize):
11051         (CMD_ResizeMoveMaximize):
11052         commands can be used on iconified windows again
11054         * ONEWS:
11055         * NEWS:
11056         moved pre-2.2 NEWS to ONEWS
11058         * libs/strdup.c:
11059         * libs/safemalloc.c:
11060         * libs/envvar.c:
11061         * libs/alloca.c:
11062         * libs/Target.c:
11063         * libs/Parse.c:
11064         * libs/Bindings.c:
11065         * fvwm/menustyle.c:
11066         * fvwm/menus.c:
11067         * fvwm/menuitem.c:
11068         * fvwm/menucmd.c:
11069         * fvwm/frame.c:
11070         * fvwm/events.c:
11071         * fvwm/borders.c:
11072         let config.h include strinh.h or strings.h
11074         * fvwm/style.c (style_parse_one_style_option):
11075         (style_parse_one_style_option):
11076         fixed icon box crash
11078         * fvwm/bindings.c (update_nr_buttons):
11079         fixed extra buttons on window decorations
11081         * fvwm/style.c (style_parse_one_style_option):
11082         fixed parsing of the FP... and !FP... styles
11084 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
11086         * fvwm/style.c (style_parse_one_style_option):
11087         Fixed a typo so that ClickToFocusRaisesOff actually turns
11088         the option off instead of on.
11090 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11092         * fvwm/focus.c (focus_grab_buttons):
11093         only grab necessary buttons on the client window
11095 2002-08-11  olicha  <olivier.chapuis@free.fr>
11097         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11098         Removed some debug code
11100         * fvwm/fvwm.c (main):
11101         (usage):
11102         Added -color-limit to fvwm usage
11104 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11106         * fvwm/style.c (style_parse_one_style_option):
11107         (style_parse_focus_policy_style):
11108         added style options "FP..." to control focus policy
11109         removed OverrideGrabFocus and AllowGrabFocus styles
11111         * fvwm/style.c (merge_styles):
11112         fixed style defaults != 0
11114         * fvwm/focus.c (__restore_focus_after_unmap):
11115         fixed a bug w/ reverting the focus from transients to the parent
11117         * fvwm/ewmh.c (ewmh_HandleDesktop):
11118         * fvwm/style.c (style_parse_one_style_option):
11119         fixed defaults for various focus styles
11121         * NEWS:
11122         updated for 2.4.9
11124         * fvwm/frame.c (frame_mrs_resize_move_windows):
11125         backed out anti-flicker patch that slowed down command processing
11127         * fvwm/bindings.c (update_nr_buttons):
11128         (ParseBinding):
11129         fixed sluggish processing of mouse bindings
11131         * fvwm/events.c (__handle_bpress_action):
11132         fixed drawing of pressed decorations w/o bindings
11134         * fvwm/frame.c (frame_move_resize):
11135         removed debug code that broke focus handling
11137         * fvwm/style.c (style_parse_one_style_option):
11138         fixed passing the focus click to the app by default
11140         * fvwm/events.c (__handle_click_to_focus):
11141         * fvwm/focus.c (set_focus_to_fwin):
11142         (__set_focus_to_fwin):
11143         removed drawing code that broke as many places as it fixed; plus it
11144         cause unnecessary redraws
11146         * fvwm/events.c (HandleConfigureRequest):
11147         send a synthetical ConfigureNotify if an application is not granted its
11148         wishes from a ConfigureRequest; this is necessary for FixedPPosition
11149         and FixedPSize to work properly; also to be ICCCM compliant
11150         always force border_width 0 in these events
11151         in the experimental cr merging code, send a number of cn events equal
11152         to the number of merged events
11154         * libs/Parse.c:
11155         * fvwm/style.c:
11156         reformatted
11158         * fvwm/style.c (style_parse_focus_policy_style):
11159         (style_parse_icon_size_style):
11160         (style_parse_icon_box_style):
11161         (style_parse_icon_grid_style):
11162         (style_parse_icon_fill_style):
11163         (style_parse_one_style_option):
11164         (parse_and_set_window_style):
11165         split into separate functions
11166         (style_parse_one_style_option):
11167         simplified and cleaned up
11169         * fvwm/events.h:
11170         * fvwm/decorations.c:
11171         * fvwm/cursor.h:
11172         * fvwm/cursor.c:
11173         * fvwm/conditional.h:
11174         * fvwm/conditional.c:
11175         * fvwm/colorset.h:
11176         * fvwm/colors.h:
11177         * fvwm/colors.c:
11178         * fvwm/colormaps.c:
11179         * fvwm/bindings.h:
11180         * fvwm/bindings.c:
11181         reformatted and cleaned up
11183 2002-08-11  olicha  <olivier.chapuis@free.fr>
11185         * libs/PictureUtils.c (*):
11186         * libs/PictureUtils.h:
11187         * libs/PictureDitherMatrice.h (new file):
11188         * libs/PictureImageLoader.c (*):
11189         * libs/PictureImageLoader.h:
11190         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
11191         (PCreateDitherPixmap):
11192         (PCreateTintedPixmap):
11193         * libs/PictureGraphics.h:
11194         * libs/PictureBase.c (PictureInitCMap):
11195         * libs/PictureBase.h:
11196         * libs/Picture.c (*):
11197         * libs/Picture.h:
11198         * libs/Fxpm.h:
11199         * libs/Colorset.c (DumpColorset):
11200         (LoadColorset):
11201         * libs/Colorset.h:
11202         * libs/Graphics.c (all gradient functions):
11203         * libs/fvwmlib.h:
11204         * fvwm/screen.h:
11205         * fvwm/move_resize.c (CMD_XorPixmap):
11206         * fvwm/colors.c (FreeColors):
11207         * fvwm/builtins.c (CMD_DefaultColors):
11208         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11209         * fvwm/builtins.c (FreeDecorFace):
11210         (ReadDecorFace):
11211         * fvwm/menus.c (pop_menu_down):
11212         (paint_menu_gradient_background):
11213         (scanForPixmap):
11214         * fvwm/menus.h:
11215         * fvwm/menustyle.c (menustyle_free_face):
11216         (menustyle_parse_face):
11217         (menustyle_free):
11218         (menustyle_update):
11219         (menustyle_parse_style):
11220         (CMD_CopyMenuStyle):
11221         * fvwm/menustyle.h:
11222         * fvwm/icons.c (GetIconFromFile):
11223         * fvwm/builtins.c (ReadMultiPixmapDecor):
11224         (ReadDecorFace):
11225         * fvwm/borders.c (border_draw_decor_to_pixmap):
11226         * fvwm/add_window.c (setup_mini_icon):
11227         * fvwm/fvwm.c (main):
11228         * fvwm/colorset.c (free_colorset_background):
11229         (parse_pixmap):
11230         (parse_shape):
11231         (parse_colorset):
11232         New color limit method and implement dithering in depth <= 8.
11233         Added a "fvwm picture attributes" structure for loading image.
11234         Some colors leaks fix. Add some (weak) color leaks. New option
11235         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11236         alpha in colorset.
11238 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11240         * libs/Flocale.c (FlocaleRotateDrawString):
11241         fixed a crash
11243 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11245         * fvwm/style.c (parse_and_set_window_style):
11246         fixed the default for passing the click-to-raise click for mousey
11247         focus
11249         * fvwm/events.c (__handle_click_to_focus):
11250         removed redundant code
11251         (WaitForButtonsUp):
11252         fixed sluggish motion event handling when waiting for buttons to be
11253         released
11255         * fvwm/focus.c (__set_focus_to_fwin):
11256         (set_focus_to_fwin):
11257         fixed redrawing the border w/ mousey focus when the window was entered,
11258         then the border was clicked before the FocusIn event arrived
11260         * fvwm/events.c (__handle_bpress_on_managed):
11261         * fvwm/style.c (parse_and_set_window_style):
11262         fixed some small focus problems
11264         * fvwm/fvwm.c:
11265         reformatted and cleaned up
11267         * fvwm/fvwm.1:
11268         formatting fixes
11270         * fvwm/focus.c (focus_query_click_to_raise):
11271         (focus_query_click_to_focus):
11272         * fvwm/style.c (parse_and_set_window_style):
11273         * fvwm/events.c (__test_for_motion):
11274         (__check_click_to_focus_or_raise):
11275         (__handle_focus_raise_click):
11276         (__is_bpress_window_handled):
11277         (__handle_click_to_focus):
11278         (__handle_click_to_raise):
11279         (__handle_bpress_stroke):
11280         (__handle_bpress_action):
11281         (__handle_bpress_on_root):
11282         (__handle_bpress_on_unmanaged):
11283         (__handle_bpress_on_managed):
11284         (HandleButtonPress):
11285         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11286         of the new focus code; only the parsing for the new styles is missing
11288         * fvwm/virtual.c (is_pan_frame):
11289         new function
11291 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11293         * fvwm/add_window.c (AddWindow):
11294         fixed compile error
11296         * fvwm/events.c (__handle_focus_raise_click):
11297         (HandleButtonPress):
11298         clean up
11300         * fvwm/events.c (__handle_focus_raise_click):
11301         * fvwm/fvwm.h (struct):
11302         * fvwm/style.c (check_window_style_change):
11303         (parse_and_set_window_style):
11304         * fvwm/session.c (MatchWinToSM):
11305         * fvwm/window_flags.h:
11306         eliminated parts of the old focus code
11308         * fvwm/focus.c (__set_focus_to_fwin):
11309         (set_focus_to_fwin):
11310         * fvwm/fvwm.c (InitVariables):
11311         * fvwm/add_window.c (destroy_window):
11312         * fvwm/events.c (__handle_focus_raise_click):
11313         * fvwm/screen.h (ScreenInfo):
11314         eliminated Scr.Ungrabbed global
11316         * fvwm/update.c (apply_window_updates):
11317         (flush_window_updates):
11318         * fvwm/icons.c (DeIconify):
11319         (Iconify):
11320         * fvwm/move_resize.c (CMD_Maximize):
11321         (__move_window):
11322         (handle_stick):
11323         * fvwm/frame.c (frame_free_move_resize_args):
11324         (__frame_setup_window):
11325         * fvwm/virtual.c (do_move_window_to_desk):
11326         (CMD_GotoDeskAndPage):
11327         (goto_desk):
11328         (MoveViewport):
11329         * fvwm/stack.c (LowerWindow):
11330         * fvwm/events.c (HandleMapNotify):
11331         (HandleVisibilityNotify):
11332         (DispatchEvent):
11333         (HandleFocusIn):
11334         (__handle_focus_raise_click):
11335         (HandleEnterNotify):
11336         (HandleMapRequestKeepRaised):
11337         * fvwm/add_window.c (setup_key_and_button_grabs):
11338         (setup_focus_policy):
11339         (destroy_window):
11340         * fvwm/focus.c (__try_other_screen_focus):
11341         (__set_focus_to_fwin):
11342         (set_focus_to_fwin):
11343         (focus_grab_buttons_on_pointer_window):
11344         (focus_grab_buttons_on_layer):
11345         (focus_grab_buttons_new):
11346         cleaned up focus grab handling.
11348         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11349         clean up
11351 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11353         * fvwm/add_window.c (setup_window_structure):
11354         (AddWindow):
11355         discarded unused return code
11357         * fvwm/focus.c (focus_grab_buttons):
11358         split into two fucntions and fixed a bug with ungrabbing buttons
11360         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11361         * fvwm/style.c (parse_and_set_window_style):
11362         * fvwm/icons.c (DeIconify):
11363         (DeIconify):
11364         * fvwm/events.c (HandleButtonPress):
11365         (HandleEnterNotify):
11366         (HandleLeaveNotify):
11367         (HandleMapNotify):
11368         (HandleMapRequestKeepRaised):
11369         * fvwm/add_window.c (CaptureAllWindows):
11370         * fvwm/virtual.c (UnmapDesk):
11371         (MapDesk):
11372         (do_move_window_to_desk):
11373         * fvwm/update.c (flush_window_updates):
11374         * fvwm/focus.c (set_focus_model):
11375         (DeleteFocus):
11376         (__restore_focus_after_unmap):
11377         much more GFPR work; these patches may break lots of things
11379         * fvwm/focus.c (set_focus_to_fwin):
11380         (__activate_window_by_command):
11381         (SetFocusWindow):
11382         (ReturnFocusWindow):
11383         (DeleteFocus):
11384         (ForceDeleteFocus):
11385         renamed MoveFocus to set_focus_to_fwin
11387 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11389         * libs/Fft.c (FftDrawString):
11390         removed redudant and buggy code that called DrawStringFunc before
11391         this pointer gets initialized
11393         * fvwm/focus.c (focus_query_click_to_raise):
11394         fixed possibly-uninitialized variable warning
11396         * fvwm/Makefile.am:
11397         specify stroke includes before Xft includes, may improve some cases
11399 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11401         * configure.in:
11402         fixed sys/time.h detection
11404         * fvwm/events.c (HandleMappingNotify):
11405         * libs/Bindings.c (AddBinding):
11406         added MappingNotify event handler
11408         * fvwm/events.c (HandleMapRequest):
11409         removed debug code
11411         * fvwm/events.c (InitEventHandlerJumpTable):
11412         another attempt at handling "unknown" modifiers in key bindings
11414 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11416         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11417         * fvwm/add_window.c (destroy_window):
11418         * fvwm/focus.c (focus_grab_buttons):
11419         fixed core dump
11421 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11423         * fvwm/focus.c (focus_force_refresh_focus):
11424         * fvwm/events.c (HandleEnterNotify):
11425         (HandlePropertyNotify):
11426         (HandleButtonPress):
11427         * fvwm/icons.c (DeIconify):
11428         * fvwm/virtual.c (MapDesk):
11429         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11430         * fvwm/update.c (apply_window_updates):
11431         * fvwm/module_interface.c:
11432         * fvwm/conditional.c (MatchesConditionMask):
11433         more GFPR work
11435         * fvwm/icons.c (Iconify):
11436         removed "#if 0"ed code
11438         * fvwm/module_interface.c:
11439         disabled the old ConfigureWindow module interface
11441         * vms/vms.c:
11442         * libs/fvwmsignal.h:
11443         * libs/Picture.c:
11444         * fvwm/ewmh_intern.h:
11445         * fvwm/events.c:
11446         * fvwm/module_interface.c:
11447         * fvwm/misc.c:
11448         use ftime.h
11450         * libs/ftime.h:
11451         new file to encapsulate time.h and sys/time.h inclusion
11453         * fvwm/stack.c:
11454         re-indented
11455         (mark_transient_subtree):
11456         (__mark_group_member):
11457         cleaned up and split into two functions
11459         * fvwm/focus.c (CMD_Focus):
11460         (CMD_FlipFocus):
11461         * fvwm/icons.c (DeIconify):
11462         clean up
11463         (FocusOn)
11464         (__activate_window_by_command):
11465         renamed function
11467         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11468         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11469         * fvwm/style.c (parse_and_set_window_style):
11470         (parse_and_set_window_style):
11471         began implementing new focus control styles
11473         * fvwm/focus.c (DoSetFocus):
11474         (__restore_focus_after_unmap):
11475         (MoveFocus):
11476         (refresh_focus):
11477         more GFPR work
11478         (DoSetFocus):
11479         (__set_focus_to_fwin):
11480         function renamed
11482         * fvwm/conditional.c (MatchesConditionMask):
11483         * fvwm/focus.c (focus_query_open_grab_focus):
11484         (focus_query_close_restore_focus):
11485         (focus_does_accept_input_focus):
11486         (MoveFocus):
11487         * fvwm/events.c (HandleUnmapNotify):
11488         (HandleEnterNotify):
11489         (HandleMapNotify):
11490         (HandleMapRequestKeepRaised):
11491         renamed some functions
11493         * libs/defaults.h:
11494         * fvwm/focus_policy.c:
11495         * fvwm/focus_policy.h:
11496         prepared some future focus policy flags
11498         * configure.in:
11499         enable error message when png or xpm test compilation fails
11501         * fvwm/style.h:
11502         * fvwm/window_flags.h:
11503         * fvwm/ewmh.c (ewmh_HandleDesktop):
11504         * fvwm/style.c (parse_and_set_window_style):
11505         (check_window_style_change):
11506         * fvwm/events.c (HandleButtonPress):
11507         (HandleVisibilityNotify):
11508         began GFPR migration of *raises* focus policy flags
11510         * fvwm/focus.c (focus_is_focusd):
11511         new function
11513         * libs/Bindings.c (AddBinding):
11514         fixed handling of "unknown" modifiers in key bindings
11516         * fvwm/focus.c (focus_grab_buttons):
11517         (focus_query_grab_buttons):
11518         moved focus policy code into separate function
11520 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11522         * Makefile.am:
11523         DESTDIR fix
11525 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11527         * fvwm/style.c (parse_and_set_window_style):
11528         * fvwm/focus.c (focus_query_grab_focus):
11529         * fvwm/events.c (HandleMapNotify):
11530         (HandlePropertyNotify):
11531         * fvwm/focus_policy.c (fpol_init_default_fp):
11532         * libs/defaults.h:
11533         new styles OverrideGrabFocus and AllowGrabFocus
11534         cleaned up focus grabbing code and moved to focus.c
11536 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11538         * fvwm/focus.c (CMD_WarpToWindow):
11539         fixed negative arguments for unmanaged windows
11541         * fvwm/conditional.c (CMD_Direction):
11542         use PeekToken instead of GetNextToken
11543         cleaned up
11544         new direction "center"
11546 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11548         * fvwm/events.c (addkbsubinstoarray):
11549         disabled experimental pointer warping code
11551         * fvwm/menus.c:
11552         removed menu crash debug code
11554 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11556         * fvwm/menus.c:
11557         added tons of crash debug code
11559         * fvwm/add_window.c:
11560         made a lot of internal functions static
11562         * fvwm/add_window.c (setup_button_windows):
11563         (destroy_title_window):
11564         (destroy_button_windows):
11565         (destroy_resize_handle_windows):
11566         (destroy_auxiliary_windows):
11567         (destroy_icon):
11568         (destroy_window):
11569         * fvwm/icons.c (CreateIconWindow):
11570         safety patches w/ XDeleteContext
11572         * fvwm/menus.c (DestroyMenu):
11573         fixed a crash w/ accessing already deleted menus
11575 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11577         * fvwm/menus.c (get_menu_options):
11578         fixed menu context rectangle "icon" if the icon was not just a pixmap
11580 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11582         * fvwm/events.c (HandleMapNotify):
11583         (HandleMapRequestKeepRaised):
11584         (HandleUnmapNotify):
11585         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11586         * fvwm/ewmh.c (ewmh_HandleDesktop):
11587         * fvwm/style.c (parse_and_set_window_style):
11588         removed old do_grab_focus_when_created and *_when_transient_* flags
11590 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11592         * fvwm/conditional.c (MatchesConditionMask):
11593         * fvwm/focus.c (DoSetFocus):
11594         * fvwm/session.c (MatchWinToSM):
11595         * fvwm/module_interface.c (SETOLDFLAGS):
11596         removed old is_lenient flag
11598         * fvwm/bindings.c:
11599         * fvwm/style.c (__simplify_style_list):
11600         (simplify_style_list):
11601         reformatted
11603         * fvwm/window_flags.h:
11604         * fvwm/style.h:
11605         access macros for focus policy flags structures
11606         reformatted
11608         * fvwm/focus_policy.c:
11609         * fvwm/focus_policy.h:
11610         new files, begin great focus policy rewrite aka GFPR
11612 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11614         * fvwm/placement.c (PlaceWindow):
11615         Fixed interaction between CascadePlacement and StartsOnPage
11617 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11619         * libs/fvwmsignal.c (fvwmSelect):
11620         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11621         modules
11623 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11625         * fvwm/add_window.c (CaptureOneWindow):
11626         fixed a core dump w/ windows being destroyed during a recapture
11627         (AddWindow):
11628         removed duplicate check if new windows still exist
11630         * fvwm/placement.c (CMD_PlaceAgain):
11631         * fvwm/move_resize.c (move_window_doit):
11632         (__move_icon):
11633         * fvwm/virtual.c (MapDesk):
11634         (MoveViewport):
11635         (do_move_window_to_desk):
11636         * fvwm/icons.c (AutoPlaceIcon):
11637         (ChangeIconPixmap):
11638         (Iconify):
11639         some cleanup in movement code
11640         new option "Icon" to PlaceAgain command
11641         adapted documentation accordingly
11643         * fvwm/move_resize.c (move_window_doit):
11644         (__move_window):
11645         renamed function
11647 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11649         * libs/Flocale.c (FlocaleRotateDrawString):
11650         create gcs only once
11652         * fvwm/fvwm.1:
11653         removed some references to Recapture
11654         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11655         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11657         * libs/gravity.c (gravity_parse_multi_dir_argument):
11658         fixed "all" multidir selecting "center" too
11660         * libs/Fft.c (FftDrawString):
11661         * libs/Flocale.c (FlocaleRotateDrawString):
11662         (FlocaleFontStructDrawString):
11663         (FlocaleDrawString):
11664         fixed some text placement bugs w/ shadow text
11665         (FlocaleGetShadowTextPosition):
11666         implemented "center" shadows
11668 2002-07-20  olicha  <olivier.chapuis@free.fr>
11670         * libs/Flocale.c (FlocaleRotateDrawString):
11671         Removed some static declarations
11673 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11675         * libs/gravity.c (gravity_multi_dir_to_dir):
11676         * libs/gravity.h (enum):
11677         new function, cleaned up
11678         (enum):
11679         * fvwm/fvwm.h (FvwmWindow):
11680         * libs/Fft.c:
11681         * fvwm/geometry.c:
11682         * fvwm/borders.c:
11683         moved text_rotation_type to gravity.h and renamed to rotation_type
11685         * libs/Flocale.h:
11686         fixed several bugs in the access macros
11688         * libs/Flocale.c:
11689         removed unused static FlocaleSeted
11690         (FlocaleFontStructDrawString):
11691         simplified function
11693         * fvwm/virtual.c (CMD_EdgeCommand):
11694         * fvwm/windowshade.c (CMD_WindowShade):
11695         * fvwm/conditional.c (CMD_Direction):
11696         adapted to changes in ParseDirectionArgument
11698         * libs/gravity.h:
11699         * libs/gravity.c (ParseDirectionArgument):
11700         new direction "Center"
11702         * fvwm/virtual.c (CMD_EdgeCommand):
11703         reformatted
11705 2002-07-18  olicha  <olivier.chapuis@free.fr>
11707         * libs/PictureUtils.c (PictureRGBtoPixel):
11708         (decompose_mask):
11709         Fixed(??) color allocation for some visuals
11711 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11713         * libs/Flocale.c (FlocaleFontStructDrawString):
11714         a little code cleanup
11716         * fvwm/events.c (HandleEnterNotify):
11717         removed debug code
11718         anothe click+drag fix
11720         * libs/Pointer.c (GetLocationFromEventOrQuery):
11721         * fvwm/focus.c (SetPointerEventPosition):
11722         * fvwm/functions.c (CheckActionType):
11723         * fvwm/builtins.c (CMD_StrokeFunc):
11724         * fvwm/move_resize.c (moveLoop):
11725         (resize_window):
11726         fixed some bugs w/ pointer on wrong screen
11728 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11730         * fvwm/events.c (HandleLeaveNotify):
11731         fixed problem w/ click+drag and mousey focus
11733         * fvwm/menus.c (size_menu_horizontally):
11734         fixed menu style SubmenusLeft w/ icons in menu items
11736 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11738         * fvwm/menuitem.c (menuitem_paint):
11739         * fvwm/menus.h:
11740         * fvwm/menus.c (paint_menu_gradient_background):
11741         (get_menu_paint_item_parameters):
11742         removed circular dependency of menus.c and menuitem.c by using callback
11743         functions
11745 2002-07-17  olicha  <olivier.chapuis@free.fr>
11747         * fvwm/menuitem.c:
11748         A -Wall fix
11750         * fvwm/fvwm.c (InitVariables):
11751         (main):
11752         * fvwm/colorset.c (parse_colorset):
11753         (alloc_colorset):
11754         (CMD_ReadWriteColors):
11755         * fvwm/builtins.c (CMD_ColorLimit):
11756         * libs/PictureUtils.h:
11757         * libs/PictureUtils.c (PictureReduceColor):
11758         (PictureReduceRGBColor):
11759         (PictureRGBtoPixel):
11760         (PictureAllocColor):
11761         (PictureFreeColors):
11762         (PictureGetNextColor):
11763         (colors_alloc_fail):
11764         (my_alloc_color):
11765         (AllocColors*):
11766         (AllocColorTable):
11767         (PictureAllocColorTable):
11768         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11769         (PImageXpmFreeColor):
11770         (PImageLoadXpm):
11771         * libs/PictureBase.c (PictureInitCMap):
11772         * libs/Graphics.c (AllocLinearGradient):
11773         * libs/ColorUtils.c (GetShadow):
11774         (GetHilite):
11775         (GetForeShadow):
11776         (GetTintedPixel):
11777         (GetSimpleColor):
11778         (GetColor):
11779         (fvwmlib_clone_color):
11780         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11781         Implemented a new color limit method
11783 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11785         * fvwm/move_resize.c (moveLoop):
11786         fixed problem moving the pointer off screen while moving a window
11787         (AnimatedMoveAnyWindow):
11788         fixed pointer warping w/ multiple screens and animated window motion
11790 2002-07-12  olicha  <olivier.chapuis@free.fr>
11792         * fvwm/menus.c (get_menu_paint_item_parameters):
11793         (paint_menu_gradient_background):
11794         * fvwm/menuitem.c (menuitem_paint):
11795         * fvwm/menuitem.h:
11796         * fvwm/menus.h:
11797         Fixed B/DGradient with Xft fonts
11799         * libs/Colorset.h:
11800         * libs/ColorUtils.c (GetTintedColor):
11801         (GetTintedPixel):
11802         * fvwm/colorset.c (parse_simple_tint):
11803         (parse_colorset):
11804         (alloc_colorset):
11805         Implemented fgTint colorset option
11807         * libs/PictureImageLoader.c:
11808         * libs/PictureUtils.c:
11809         * libs/PictureUtils.h:
11810         * libs/Makefile.am:
11811         Moved color limitation and some rgb to pixel functions from
11812         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11814         * fvwm/colorset.c (parse_colorset):
11815         * libs/PictureGraphics.c (PCreateTintedPixmap):
11816         (PGraphicsTintRectangle):
11817         Implemented tinting for X server without Xrender support and
11818         did color limitation when tinting
11821 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11823         * fvwm/events.c (WaitForButtonsUp):
11824         fixed handling of button release events
11826 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11828         * fvwm/menus.c (MenuInteraction):
11829         fixed core dump w/ dynamic popdown action destroying a menu
11830         (paint_menu_gradient_background):
11831         fixed hang and/or incorrect drawing of b and d gradients in menus
11833         * fvwm/events.c (HandleEnterNotify):
11834         (HandleLeaveNotify):
11835         improved LEAVE_WINDOW/ENTER_WINDOW handling
11837 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11839         * libs/Colorset.c (SetWindowBackground):
11840         (SetWindowBackgroundWithOffset):
11841         (ScrollPixmap):
11842         implemented new functions to allow pixmap backgrounds with an offset
11844 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11846         * fvwm/events.c (HandleMapRequestKeepRaised):
11847         send Map/UnmapNotify before iconyfying, not after
11849 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11851         * fvwm/events.c (HandleMapRequestKeepRaised):
11852         fake a MapNotify and then an UnmapNotify when a window is created iconic
11854         * fvwm/add_window.c (AddWindow):
11855         workaround for buggy TK menu positioning
11857         * fvwm/module_interface.c (FlushMessageQueue):
11858         (PositiveWrite):
11859         (get_pipe_name):
11860         tried to fix module communication deadlock w/ sync mask and a full write
11861         pipe
11863         * libs/Strings.c:
11864         re-indented file
11866         * libs/defaults.h:
11867 2002-07-06  olicha  <olivier.chapuis@free.fr>
11869         * libs/Flocale.c (FlocaleGetFontSet):
11870         Removed some unwanted code
11872 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11874         * fvwm/events.c (HandleLeaveNotify):
11875         (HandleEnterNotify):
11876         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11878         * fvwm/events.c (CMD_XSync):
11879         very experimental patch to cycle through subwindows accepting keyboard
11880         input; call Xsync command repeatedly to test; crashes fvwm if more than
11881         1000 subwindows are used;
11883         * fvwm/focus.c (CMD_WarpToWindow):
11884         fixed a bug in warpttowindow command with subwindows of unmanaged
11885         windows
11887 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11889         * fvwm/events.c (HandlePropertyNotify):
11890         * fvwm/events.h:
11891         handle changes in the size_inc and base_size hints during opaque
11892         resizing.
11894         * fvwm/events.c (HandleButtonPress):
11895         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11896         until the button is released again; this restores the old behaviour
11897         from 2.3.23 and before with click+drag and rxvt/aterm
11899 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11901         * fvwm/update.c (apply_window_updates):
11902         fixed applying neverfocus to currently focused window; decorations
11903         partially drawn hilighted
11905 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11907         * fvwm/menucmd.c (menu_func):
11908         another module/menu/context window fix
11909         do not use global Fw anymore
11911 2002-07-05  olicha  <olivier.chapuis@free.fr>
11913         * libs/Flocale.c (FlocaleStringToString2b):
11914         Fixed crash with big5-0 FontStruct
11916 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11918         * fvwm/menucmd.c (menu_func):
11919         fixed context window of menus invoked by a module
11920         (menu_func):
11921         fixed context menus on windows
11923         * libs/vpacket.h (ConfigWinPacket):
11924         * fvwm/module_interface.c (CONFIGARGSNEW):
11925         * fvwm/fvwm.h (FvwmWindow):
11926         fixed bugs in type conversions for transmitting certain information to
11927         modules
11929         * fvwm/functions.c (CheckActionType):
11930         fixed window selection problem w/ menus invoked from modules
11932 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11934         * fvwm/gnome.c (GNOME_HandlePropRequest):
11935         -Wall fixes
11937         * fvwm/module_interface.c (ExecuteCommandQueue):
11938         fixed compile bug w/ --enable-debug-msgs
11940 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11942         * fvwm/events.c (HandleButtonPress):
11943         (HandleKeyPress):
11944         * fvwm/menus.c (MenuInteraction):
11945         (do_menu):
11946         * fvwm/windowlist.c (CMD_WindowList):
11947         * fvwm/menucmd.c (menu_func):
11948         * fvwm/module_interface.c (ExecuteModuleCommand):
11949         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11950         go away, evil globals! [removed the useless global variable
11951         "ButtonWindow"]
11953         * fvwm/events.c (HandleUnmapNotify):
11954         (HandleMapNotify):
11955         * fvwm/icons.c (Iconify):
11956         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11957         * fvwm/fvwm.h (struct):
11958         renamed is_deiconify_pending to is_iconify_pending
11959         some re-indenting
11961 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11963         * fvwm/menus.c (MenuInteraction):
11964         (pop_menu_down):
11965         (menu_enter_tear_off_menu):
11966         (do_menu):
11967         * fvwm/events.c (HandleButtonPress):
11968         (HandleButtonRelease):
11969         (HandleKeyPress):
11970         (GetContext):
11971         * fvwm/menucmd.c (menu_func):
11972         (menu_func):
11973         * fvwm/module_interface.c (ExecuteModuleCommand):
11974         go away, evil globals! [removed the useless global variable "Context"]
11975         removed is_menu_from_frame_or_window_or_titlebar flag
11977         * fvwm/module_interface.c:
11978         * fvwm/windowlist.c:
11979         re-indented files
11981 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
11983         * fvwm/menuitem.c (menuitem_paint):
11984         fixed fg color of the inactive disabled menu item
11986         * NEWS:
11987         old typo
11988         * fvwm/fvwm.1:
11989         removed a mention of RedHat (I don't think it is correct),
11990         reworded a mention of fvwm95
11992 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
11994         * **/*.c:
11995         tabify only the leading spaces, untabify the middle of line
11997 2002-06-25  David Fries  <dfries@mail.win.org>
11999         * fvwm/fvwm.1:
12000         * fvwm/windowlist.c:
12001         Added code to sort based on the class name of a window for
12002         the WindowList function.
12004 2002-06-25  olicha  <olivier.chapuis@free.fr>
12006         * acinclude.m4:
12007         A minor fix
12009 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
12011         * AUTHORS:
12012         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12014 2002-06-24  Steve Talley  <stephen.talley@sun.com>
12016         * fvwm/add_window.c:
12017         * fvwm/add_window.h:
12018         * fvwm/fvwm.1:
12019         * fvwm/fvwm.h:
12020         * fvwm/icons.c:
12021         * fvwm/icons.h:
12022         * fvwm/style.c:
12023         * fvwm/style.h:
12024         * libs/defaults.h:
12025         New Style option IconSize
12027 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
12029         * NEWS, configure.in:
12030         changed version to 2.5.3
12032 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
12034         * INSTALL.fvwm:
12035         removed C++ section
12037         * fvwm/fvwm.1:
12038         * libs/FlocaleCharset.c:
12039         small fixes
12041 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12043         * fvwm/events.c (WaitForButtonsUp):
12044         use the wait cursot only after the 20th pass through the loop
12046 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
12048         * fvwm/fvwm.1 (Examples): Language check.
12049         PipeRead as synchronous Exec.
12050         Better example for PipeRead.
12052 2002-06-21  olicha  <olivier.chapuis@free.fr>
12054         * fvwm/fvwm.1:
12055         * NEWS:
12056         Documented StringEncoding= in font name
12058         * INSTALL.fvwm
12059         Removed --disable-compound-text doc
12061 2002-06-20  olicha  <olivier.chapuis@free.fr>
12063         * libs/FBidi.h (FBidiConvert):
12064         Fixed compile if !HAVE_BIDI
12066 2002-06-19  olicha  <olivier.chapuis@free.fr>
12068         * fvwm/fvwm.c (InitVariables):
12069         (StartupStuff):
12070         Allocate colorset 0 in InitVariable in the place of StartupStuff.
12071         This fix a "null expression" at init in menustyle.c (menustyle_update)
12073 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
12075         * configure.in:
12076         reworded supported feature listing, fixed the default xft detection
12077         * INSTALL.fvwm:
12078         added the "Supported Features" section
12080 2002-06-19  olicha  <olivier.chapuis@free.fr>
12082         * fvwm/colorset.h:
12083         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12085         * INSTALL.fvwm:
12086         Removed --enable-mulibyte and --disable-compound-text config option
12087         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12089         * configure.in:
12090         Xft is on by default no
12092         * libs/FlocaleCharset.c (*):
12093         * libs/FlocaleCharset.h:
12094         * libs/Ficonv.c (*):
12095         * libs/Ficonv.h:
12096         * libs/Flocale.c (*):
12097         * libs/Flocale.h:
12098         * libs/Fft.c (*):
12099         * libs/FftInterface.h:
12100         * libs/FBidi.c:
12101         * libs/FBidi.h:
12102         * fvwm/ewmh_names.c ():
12103         Some cleanup. Implemented StringEncoding= in font names. Fixed
12104         string encoding for xft fonts. Try to be more cleaver about defaults
12105         charsets. Improvement in the locale charset table.
12107         * fvwm/fvwm.1:
12108         Some documentation cleanup regarding Xft
12110 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12112         * fvwm/functions.c (find_func_type):
12113         fixed bug i introduced w/ last commit
12115         * fvwm/fvwm.c (Done):
12116         (StartupStuff):
12117         * fvwm/functions.c (functions_is_complex_function):
12118         * fvwm/builtins.c (CMD_DestroyFunc):
12119         (CMD_AddToFunc):
12120         (CMD_Plus):
12121         moved functions to functions.c
12122         general cleanup
12124         * fvwm/functable.c:
12125         * fvwm/functable.h:
12126         * fvwm/functions.h:
12127         * fvwm/commands.h:
12128         * fvwm/functions.c:
12129         moved some types and functions to other/new files
12131         * fvwm/functions.c:
12132         * fvwm/expand.c (expand_vars_extended):
12133         (expand_vars):
12134         functions moved to new file
12136         * fvwm/functions.c:
12137         reindented file
12139 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12141         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12142         fixed colourmap focus problem
12144         * **/*.[ch]:
12145         tabified all files and removed all trailing spaces
12147         * fvwm/move_resize.c (move_window_doit):
12148         * fvwm/virtual.c (CMD_MoveToDesk):
12149         MoveToPage and MoveToDesk no longer unstick windows
12151 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
12153         * INSTALL.fvwm:
12154         small improvements
12156         * configure.in:
12157         reworded some names of supported features
12159 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12161         * fvwm/update.c (apply_window_updates):
12162         * fvwm/session.c (MatchWinToSM):
12163         * fvwm/add_window.c (setup_window_structure):
12164         * fvwm/windowshade.c (CMD_WindowShade):
12165         * fvwm/window_flags.h:
12166         fixed a problem w/ shaded windows changind the title direction
12168         * fvwm/geometry.c (get_shaded_geometry):
12169         fixed shading window to 0 width or height
12171         * fvwm/add_window.c (AddWindow):
12172         fixed a memory leak and an initial window placement bug
12174 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
12176         * configure.in:
12177         minor improvements in output, added bin/fvwm-perllib
12179 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
12181         * fvwm/menustyle.c (CMD_CopyMenuStyle):
12182         fixed copying PopupOffset values in CopyMenuStyle
12184         * NEWS:
12185         Copied 2.4.8 NEWS
12187 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
12189         * libs/Strings.c:
12190         * libs/Strings.h:
12191         added CopyStringWithQuotes, not perfect, but works for now
12193 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12195         * fvwm/functions.h:
12196         * fvwm/commands.h:
12197         * fvwm/functions.c (func_config):
12198         * libs/FScreen.c (FScreenConfigureSLSScreens):
12199         (FScreenConfigureModule):
12200         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12201         new command XineramaSLSScreens
12203         * libs/FScreen.c:
12204         cleaned up Xinerama ifdefs
12206 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12208         * NEWS:
12209         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12211 2002-06-07  olicha  <olivier.chapuis@free.fr>
12213         * libs/Flocale.h:
12214         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12215         Some shadow text position fixes
12217 2002-06-06  olicha  <olivier.chapuis@free.fr>
12219         * fvwm/update.c (apply_window_updates):
12220         Fixed the position of shaded windows after certain style update
12222         * acinclude.m4:
12223         Fixed some options names
12225 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12227         * fvwm/module_interface.c (CMD_SendToModule):
12228         fixed SendToModule when the first parameter contains quotes
12230 2002-06-06  olicha  <olivier.chapuis@free.fr>
12232         * fvwm/fvwm.c (main):
12233         * fvwm/ewmh.c (EWMH_Init):
12234         Init the EWMH before reading the config. Always setup the working
12235         area.
12237 2002-06-05  olicha  <olivier.chapuis@free.fr>
12239         * fvwm/update.c (apply_window_updates):
12240         Fixed the position of a shaded window during a style update
12241         (do_redecorate)
12243         * libs/Flocale.c (FlocaleRotateDrawString):
12244         (FlocaleGetShadowTextPosition):
12245         Fixed side title text position if the font has no shadow
12247         * acconfig.h:
12248         * libs/Ficonv.c (FiconvInit):
12249         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12250         * libs/Flocale.c (FlocaleInit):
12251         (FlocaleRotateDrawString):
12252         (FlocaleGetFontSet):
12253         (FlocaleGetFontOrFontSet):
12254         (FlocaleLoadFont):
12255         (FlocaleDrawString):
12256         (FlocaleTextWidth):
12257         (FlocaleFreeNameProperty):
12258         (FlocaleGetNameProperty):
12259         (FlocaleTextListToTextProperty):
12260         Finish to remove the multibyte patch. This gives a more clean code
12261         and can only prevent bugs
12263 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12265         * fvwm/placement.c (PlaceWindow):
12266         fixed CascadePlacement with huge windows (xterm -g 240x100),
12267         that were aligned to bottom-right instead of top-left;
12268         small adjustments (removed border_width from calculations,
12269         don't place normal windows at 0, commented out some strange code)
12271 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12273         * NEWS:
12274         document CascadePlacement and FvwmIconMan improvements
12276         * fvwm/fvwm.1:
12277         typo
12279 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12281         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12282         * fvwm/fvwm.c (InitVariables):
12283         * fvwm/placement.c (PlaceWindow):
12284         * fvwm/screen.h (struct ScreenInfo):
12285         improved *CascadePlacement, if the last placed window does not exist
12286         any more, reuse the last used position instead of adding a new cascade
12288 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12290         * fvwm/events.c (HandleEnterNotify):
12291         * fvwm/fvwm.c (InitVariables):
12292         * fvwm/events.h:
12293         Fixed colormap handling over decorative parts of a window
12295 2002-06-03  olicha  <olivier.chapuis@free.fr>
12297         * fvwm/module_interface.c (make_named_packet):
12298         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12299         related to named module packet
12301 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12303         * fvwm/focus.c (focus_grab_buttons):
12304         * fvwm/events.c (HandleButtonPress):
12305         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12307 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12309         * fvwm/bindings.c (ParseBinding):
12310         replaced an error "Illegal mouse button" with a descriptive warning
12311         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12313 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12315         * fvwm/events.c (GetContext):
12316         fixed key bindings on decorations
12318         * fvwm/events.h:
12319         removed XEVMASK_DECORW
12321 2002-05-31  olicha  <olivier.chapuis@free.fr>
12323         * NEWS:
12324         * fvwm/fvwm.1:
12325         Documented shadow effect in a new section FONT EFFECTS
12327 2002-05-31  olicha  <olivier.chapuis@free.fr>
12329         * libs/Fft.c (FftDrawString):
12330         * libs/Colorset.c (DumpColorset):
12331         (LoadColorset):
12332         * libs/Colorset.h:
12333         * fvwm/colorset.c (parse_colorset):
12334         New colorset option fg_alpha which defines an alpha for rendering
12335         text with Xft
12337 2002-05-29  olicha  <olivier.chapuis@free.fr>
12339         * libs/Fft.c (FftSetupEncoding):
12340         * libs/Fft.h:
12341         * libs/FRender.h:
12342         Added Xft2 support
12344         * acinclude.m4:
12345         * configure.in:
12346         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12347         to Xft FLAGS and LIBS
12349         * fvwm/Makefile.am:
12350         * libs/Makefile.am:
12351         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12352         Xft2 library. Removed FT2 CFLAGS and LIBS
12354 2002-05-27  olicha  <olivier.chapuis@free.fr>
12356         * acinclude.m4:
12357         * acconfig.h:
12358         * configure.in:
12359         Some Xft2 and fontconfig preparation
12361         * libs/Flocale.h:
12362         * libs/Flocale.c (FlocaleParseShadow):
12363         (FlocaleLoadFont):
12364         (FlocaleGetShadowTextPosition):
12365         Added offset to shadow text
12367         * libs/Flocale.h:
12368         Fixed the position of ne shadow text and remove some unused #define
12370 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12372         * fvwm/colorset.c (parse_colorset):
12373         fixed integer overflow in average colour calculation
12375 2002-05-27  olicha  <olivier.chapuis@free.fr>
12377         * libs/gravity.c (GetNextMultiDirection):
12378         (ParseMultiDirectionArgument):
12379         * libs/gravity.h:
12380         Added a multi direction type which is a "<<" version of direction
12381         type. Added a parse and a next functions
12383         * libs/Flocale.h:
12384         * libs/Flocale.c (FlocaleParseShadow):
12385         (FlocaleGetNextShadowDirection):
12386         (FlocaleGetShadowTextPosition):
12387         Used gravity multi direction type and functions. Removed
12388         FlocaleGetNextShadowDirection
12390 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12392         * fvwm/focus.c (restore_focus_after_unmap):
12393         fixed a problem w/ colormap transition when transient window died
12395         * fvwm/add_window.c (AddWindow):
12396         clean up
12398         * fvwm/session.c (getUniqueStateFilename):
12399         applied security patch by Jan Echternach
12401         * fvwm/fvwm.c (InitVariables):
12402         Properly initialise Scr.flags.is_pointer_on_this_screen
12404         * libs/fvwmlib.h (FvwmFont):
12405         * fvwm/fvwm.c (setVersionInfo):
12406         * configure.in:
12407         * config.h.in:
12408         * acconfig.h (MULTIBYTE):
12409         removed MULTIBYTE option (unconditionally on)
12411 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12413         * libs/gravity.c (ParseDirectionArgument):
12414         allow "t", "u", ... shortcuts as direction arguments
12416         * fvwm/style.c (check_window_style_change):
12417         (parse_and_set_window_style):
12418         * fvwm/frame.c (frame_setup_border):
12419         (frame_get_shading_laziness):
12420         (frame_get_sidebar_geometry):
12421         * fvwm/decorations.c (SelectDecor):
12422         * fvwm/add_window.c (setup_style_and_decor):
12423         (setup_resize_handle_cursors):
12424         (setup_resize_handle_windows):
12425         (change_resize_handle_windows):
12426         (destroy_auxiliary_windows):
12427         * fvwm/borders.c (border_get_border_gcs):
12428         (border_draw_border_parts):
12429         * fvwm/style.h (SCSET_HAS_BORDER):
12430         * fvwm/fvwm.h (FvwmWindow):
12431         * fvwm/window_flags.h (SET_HAS_BORDER):
12432         new styles NoBorder/Border
12434 2002-05-26  olicha  <olivier.chapuis@free.fr>
12436         * libs/Flocale.h:
12437         * libs/Flocale.c (FlocaleParseShadow):
12438         (FlocaleGetNextShadowDirection):
12439         (FlocaleGetShadowTextPosition):
12440         (FlocaleLoadFont):
12441         Implemented multidirectional shadow text rendering
12443         * libs/Flocale.h:
12444         * libs/Flocale.c
12445         (FlocaleFontStructDrawString):
12446         (FlocaleRotateDrawString):
12447         (FlocaleLoadFont):
12448         (FlocaleDrawString):
12449         (FlocaleTextWidth):
12450         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12451         * libs/Fft.c (FftDrawString):
12452         Cleanup the FlocaleFont structure by addings some flags
12454 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12456         * fvwm/events.c (HandleFocusIn):
12457         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12458         * fvwm/screen.h (ScreenInfo):
12459         * fvwm/focus.c (FocusOn):
12460         ignore EnterNotify events while a window is waiting to receive focus
12461         from the Focus or FlipFocus commands; should prevent plenty of race
12462         contidions caused by executing complex functions by a key press, button
12463         press or from a menu; fixes Alt-Tab problem
12465         * fvwm/events.c (HandleMapNotify):
12466         immediately draw window decorations when window is mapped; the new frame
12467         drawing code takes care of suppressing unnecessary redraws
12468         (HandleLeaveNotify):
12469         fixed a bug w/ LeaveNotify event with NotifyGrab
12471 2002-05-22  olicha  <olivier.chapuis@free.fr>
12473         * libs/Flocale.h:
12474         * libs/Fft.c (FftDrawString):
12475         * libs/Flocale.c (FlocaleFontStructDrawString):
12476         (FlocaleRotateDrawString):
12477         (FlocaleLoadFont):
12478         (FlocaleGetShadowTextPosition):
12479         (FlocaleDrawString):
12480         (FlocaleDrawUnderline):
12481         (FlocaleTextWidth):
12482         Implemented negative shadow text
12484 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12486         * fvwm/menucmd.c (CMD_AddToMenu):
12487         * fvwm/windowlist.c (CMD_WindowList):
12488         * fvwm/menus.h:
12489         * fvwm/menus.c
12490         changed signature of AddToMenu
12492         * fvwm/menus.c (clone_menu_root_static):
12493         fixed problem w/ menu style usage count and tear off menus
12494         fixed core dump w/ not copying the missing sub menu function in tear
12495         off menus
12496         (clone_menu_item_list):
12497         (AddToMenu):
12498         (add_another_menu_item):
12499         (size_menu_vertically):
12500         fixed additional "More..." items in sub menus of torn off menus
12502 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12504         * libs/colorset.h:
12505         fixed #endif warning
12506         * fvwm/ConfigFvwmDefaults:
12507         added CirculateSkip to tear off menus
12508         * fvwm.1:
12509         fixed ShadeAgain quoting
12511 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12513         * fvwm/events.c (HandleButtonPress):
12514         allow to pass the focus click to applications and have a function bound
12515         to it at the same time
12517         * fvwm/fvwm.c:
12518         * fvwm/colorset.h:
12519         fixed compilation problem
12521 2002-05-20  olicha  <olivier.chapuis@free.fr>
12523         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12524         Fixed blue colour in png image and ewmh icons
12526         * libs/Flocale.c (FlocaleLoadFont):
12527         Removed some debug code
12529         * fvwm/colorset.c (parse_colorset):
12530         * libs/fvwmlib.h:
12531         * libs/ColorUtils.c (GetForeShadowColor):
12532         Added Mikhael algo to compute the default fgsh
12534 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12536         * fvwm/functions.c (expand_extended_var):
12537         expand $[fgsh.csN], use constants instead of numbers
12539 2002-05-17  olicha  <olivier.chapuis@free.fr>
12541         * libs/Flocale.c (FlocaleDrawString):
12542         (FlocaleDrawUnderline):
12543         * libs/Flocale.h:
12544         Removed some unused and debug code
12546 2002-05-17  olicha  <olivier.chapuis@free.fr>
12548         * fvwm/menuitem.c (draw_underline):
12549         * libs/Flocale.h:
12550         * libs/Flocale.c (FlocaleDrawUnderline):
12551         Move draw_underline into Flocale.c and fix underline position with
12552         shadow rendering
12554 2002-05-17  olicha  <olivier.chapuis@free.fr>
12556         * fvwm/style.c (update_window_color_style):
12557         (update_window_color_hi_style):
12558         * fvwm/move_resize.c (DisplayPosition):
12559         (DisplaySize):
12560         * fvwm/menuitem.c (menuitem_paint):
12561         * fvwm/borders.c (get_common_decorations):
12562         (border_get_titlebar_draw_descr):
12563         * fvwm/fvwm.h:
12564         * fvwm/icons.c (DrawIconWindow):
12565         Pass the colorset to text drawing via the FlocaleWinString structure
12567         * libs/fvwmlib.h:
12568         * libs/ColorUtils.c (GetForeShadowColor):
12569         (GetForeShadow):
12570         * fvwm/colorset.c (parse_colorset):
12571         * libs/Colorset.h:
12572         * libs/Colorset.c (DumpColorset):
12573         (LoadColorset):
12574         Added fgsh colorset and two new functions GetForeShadowColor and
12575         GetForeShadow which should be modified
12577         * libs/Makefile.am:
12578         * libs/Fft.h:
12579         * libs/FftInterface.h (new file):
12580         * libs/Fft.c (FftDrawString):
12581         * libs/Flocale.h:
12582         * libs/Flocale.c (FlocaleFontStructDrawString):
12583         (FlocaleRotateDrawString):
12584         (FlocaleDrawString):
12585         (FlocaleTextWidth):
12586         (FlocaleLoadFont):
12587         Implemented text shadow rendering
12589 2002-05-11  olicha  <olivier.chapuis@free.fr>
12591         * fvwm/builtins.h:
12592         * fvwm/builtins.c (refresh_window):
12593         * fvwm/update.c (apply_window_updates):
12594         * fvwm/update.h:
12595         * fvwm/style.c (check_window_style_change):
12596         ParentalRelativity style is now dynamic
12598 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12600         * fvwm/menuitem.c (menuitem_paint):
12601         fixed menu item hilight area
12603 2002-05-09  olicha  <olivier.chapuis@free.fr>
12605         * libs/Makefile.am:
12606         * libs/XError.c (request_name):
12607         * libs/PictureImageLoader.c (PImageLoadPng):
12608         (PImageCreatePixmapFromArgbData):
12609         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12610         (PGraphicsTileRectangle):
12611         (PGraphicsCopyFvwmPicture):
12612         * libs/FRenderInit.c (new file):
12613         * libs/FRenderInit.h (new file):
12614         * libs/FRenderInterface.h:
12615         * libs/FRender.c (*):
12616         * fvwm/colorset.c (parse_tint):
12617         (parse_colorset):
12618         * fvwm/fvwm.c (main):
12619         * fvwm/events.c (HandlePropertyNotify):
12620         Change the design of the previous commit. Now a module should call
12621         FRenderInit when it wants to use a function which depends on XRender.
12623 2002-05-09  olicha  <olivier.chapuis@free.fr>
12625         * fvwm/colorset.c:
12626         A -Wall fix
12628         * libs/Flocale.h:
12629         * libs/Fft.h:
12630         Fixed Compilation
12631         Include Fft.h include FRender.h as Xft.h include Xrender.h
12633         * libs/FRenderInterface.h:
12634         * libs/FRender.h:
12635         * libs/FRender.c (FRenderInit):
12636         (FRenderGetErrorCodeBase):
12637         (FRenderGetMajorOpCode):
12638         (FRenderGetExtensionSupported):
12639         (FRenderGetErrorText):
12640         Improve XRender initialization, check if the XRender extension is
12641         enabled and get the error code base and the major op code.
12642         Add error functions for the X error handler.
12644         * libs/XError.c (PrintXErrorAndCoredump):
12645         (request_name):
12646         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12647         and major op code
12649         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12650         * fvwm/events.c (HandlePropertyNotify):
12651         * fvwm/colorset.c (parse_tint):
12652         (parse_colorset):
12653         * libs/PictureImageLoader.c (PImageLoadPng):
12654         (PImageCreatePixmapFromArgbData):
12655         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12656         (PGraphicsCopyFvwmPicture):
12657         (PGraphicsTileRectangle):
12658         * libs/FRender.c (FRenderCopyArea):
12659         (FRenderTintRectangle):
12660         Check if the XRender extension is enabled on the display before
12661         performing XRender operations
12663 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12665         * fvwm/menuitem.c (menuitem_paint):
12666         fixed item hilighting problems
12668 2002-05-07  olicha  <olivier.chapuis@free.fr>
12670         * fvwm/colorset.c (parse_colorset):
12671         More coloset fixes
12673 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12675         * fvwm/events.c (HandlePropertyNotify):
12676         workaround for xterm resize problem
12678         * fvwm/colorset.c (parse_colorset):
12679         (free_colorset_background):
12680         (parse_pixmap):
12681         (parse_tint):
12682         fixed various bugs and core dumps w/ the cs->picture structure;
12683         note: it's a pointer, so compare with NULL, not with None
12685         * fvwm/frame.c (frame_setup_window):
12686         (frame_setup_window_app_request):
12687         (frame_force_setup_window):
12688         (frame_setup_window_internal):
12689         (frame_create_move_resize_args):
12690         (frame_free_move_resize_args):
12691         * fvwm/add_window.c (setup_window_attr):
12692         * fvwm/events.c (HandleConfigureRequest):
12693         (HandlePropertyNotify):
12694         fixed [?] bit_gravity/resize problem
12696         * fvwm/events.c (HandleEnterNotify):
12697         reformatted EdgeCommand code
12699 2002-05-06  olicha  <olivier.chapuis@free.fr>
12701         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12702         Resize an ewmh icon to the wanted size if it is to big
12704         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12705         Set also the stacking list when a window is destroyed
12707 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12709         * fvwm/fvwm.1: Finish language check.
12710         Fix typo in Mouse section, context should be on new line.
12712 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12714         * fvwm/fvwm.1 (file): Restore icons and images text with some
12715         improvement.
12716         Started on lang check, not done yet.
12718 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12720         * fvwm/module_interface.c (make_named_packet):
12721         Applied Mikhail Kruk patch
12723 2002-05-02  olicha  <olivier.chapuis@free.fr>
12725         * libs/FlocaleCharset.h:
12726         * libs/Ficonv.c (FiconvSetupConversion):
12727         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12728         * libs/Flocale.h:
12729         * libs/Flocale.c (FlocaleGetFftFont):
12730         (FlocaleGetFontSet):
12731         (FlocaleGetFont):
12732         (FlocaleLoadFont):
12733         (FlocaleUnloadFont):
12734         * fvwm/fvwm.1:
12735         Implemented charset/iconv hints in font name
12737 2002-04-29  Stian Sletner  <stian@sletner.com>
12739         * fvwm/windowlist.c (CMD_WindowList):
12740         Added new Windowlist option IconifiedAtEnd
12742 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12744         * fvwm/module_interface.c:
12745         * libs/Module.c:
12746         * libs/Module.h:
12747         moved two constant strings to Module.h, so they may be used by perllib
12749 2002-04-29  olicha  <olivier.chapuis@free.fr>
12751         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12752         Fixed a core dump if the charset is not found
12754         * libs/Flocale.c (FlocaleStringToString2b):
12755         Removed some debug code
12757 2002-04-29  olicha  <olivier.chapuis@free.fr>
12759         * libs/Fft.c (FftGetFontWidths):
12760         (FftGetFontWidths):
12761         * libs/Fft.h
12762         * libs/Flocale.h:
12763         * libs/Flocale.c (FlocaleGetFont):
12764         (FlocaleGetFontSet):
12765         (FlocaleGetFftFont):
12766         Removed min_char_offset member of the FlocaleFont as it is not use
12767         since we rotate string for side title
12769         * libs/Ficonv.c (FiconvSetupConversion):
12770         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12771         (FlocaleCharsetSetFlocaleCharset):
12772         * libs/Flocale.h:
12773         * libs/Flocale.c (FlocaleTextWidth):
12774         (FlocaleDrawString):
12775         (FlocaleUtf8ToUnicodeStr2b):
12776         (FlocaleLoadFont):
12777         (FlocaleStringToString2b):
12778         (FlocaleRotateDrawString):
12779         (FlocaleFontStructDrawString):
12780         Added support for drawing string with 10646-1 fonts without an utf8
12781         locale. Also, drawing strings with a multibyte font now work not so
12782         bad even if the locale have nothing to do with the font.
12784         * libs/Fft.c (FftUtf8ToFftString16):
12785         (FftDrawString):
12786         (FftTextWidth):
12787         Added utf8 rendering with iso10646-1 fonts on system without
12788         Xft Utf8 functions
12790         * fvwm/colorset.c (reset_cs_pixmap):
12791         (parse_pixmap):
12792         (parse_shape):
12793         (parse_tint):
12794         (parse_colorset):
12795         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12797 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12799         * fvwm/menus.c:
12800         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12802 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12804         * fvwm/move_resize.c:
12805         don't start Move with snap disabled if Alt is initially pressed
12807 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12809         * NEWS, configure.in:
12810         changed version to 2.5.2
12812 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12814         * fvwm/fvwm.1:
12815         improved main headers, added new COLORSETS section;
12816         documented State condition
12818         * NEWS:
12819         documented Tint in colorsets and utility renaming
12821         * libs/Flocale.c:
12822         corrected several error reporting problems
12824 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12826         * fvwm/events.h:
12827         fixed leaving tear off menus
12829 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12831         * fvwm/borders.c (border_draw_part_relief):
12832         (border_set_button_pixmap):
12833         (border_draw_title_stick_lines):
12834         (border_draw_title_mono):
12835         (border_draw_title_relief):
12836         * libs/fvwmlib.h (RelieveRectangle2):
12837         (RelieveRectangle):
12838         replaced functions by macros
12840         * libs/Graphics.c (do_relieve_rectangle):
12841         applied performance patch by Dave Trollope
12843 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12845         * libs/FBidi.c:
12846         * libs/FBidi.h:
12847         * libs/Flocale.c:
12848         * libs/Flocale.h:
12849         * libs/FlocaleCharset.c:
12850         FBidi is now independent from Flocale* again;
12851         iso8859-6.8x fonts recognized now as bidi-enabled
12853 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12855         * libs/Flocale.c:
12856         fixed --disable-multibyte
12858 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12860         * fvwm/borders.c (border_draw_title_deep):
12861         (border_set_title_pixmap):
12862         (border_set_button_pixmap):
12863         fixed SolidButton title and button style
12865 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12867         * fvwm/fvwm.1:
12868         * NEWS:
12869         * AUTHORS:
12870         added new entry about CurrentAtEnd
12872         * colorset.c:
12873         minor reformatting and spell checking
12875 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12877         * fvwm/windowlist.c (CMD_WindowList):
12878         Added new Windowlist option CurrentAtEnd
12880 2002-04-22  olicha  <olivier.chapuis@free.fr>
12882         * fvwm/colorset.c (parse_colorset):
12883         * libs/Colorset.h:
12884         Fixed an enormous core dump which comes from a cvs merging problem
12886         * fvwm/Makefile.am:
12887         * acconfig.h:
12888         * configure.in:
12889         Added Xrender detection and link fvwm if needed
12891         * libs/PictureGraphics.c:
12892         * libs/PictureGraphics.h:
12893         * libs/FRender.c:
12894         * libs/FRender.h:
12895         * libs/FRenderInterface.h:
12896         * libs/PictureGrpahics.c (*):
12897         * libs/PictureGrpahics.h:
12898         New libs files to acheive alpha-blend rendering and better XBM
12899         support. PictureGraphics contains elaborated version and also
12900         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12901         Xlib functions.
12903         * fvwm/fvwm.h:
12904         * fvwm/icons.c (clear_icon):
12905         (GetIconPicture):
12906         (DrawIconWindow):
12907         (GetIconFromFile):
12908         * fvwm/events.c (HandlePropertyNotify):
12909         * fvwm/borders.c (border_fill_pixmap_background):
12910         (border_get_border_background):
12911         (border_draw_decor_to_pixmap):
12912         * fvwm/menuitem.c (menuitem_paint):
12913         * fvwm/add_window.c (destroy_icon):
12914         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12915         * fvwm/geometry.c (move_icon_to_position):
12916         * fvwm/colorset.c (free_colorset_background):
12917         (parse_colorset):
12918         * libs/Colorset.h:
12919         Implemented alpha-blend rendering with the new libs function
12921         * fvwm/colorset.c (free_colorset_background):
12922         (parse_colorset):
12923         * libs/Colorset.h:
12924         Implemented tinting of a Pixmap background colorset
12926         * fvwm/colorset.c (parse_colorset):
12927         Use the Scr.NoFocusWin as main window in the place of the
12928         Scr.SizeWindow, this fix a lot of X errors in my machine.
12930         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12931         Donated our alpha channel
12933         * libs/vpacket.h:
12934         * fvwm/module_interface.h:
12935         * fvwm/module_interface.c (SendFvwmPicture):
12936         (BroadcastMiniIcon):
12937         (SendMiniIcon):
12938         (BroadcastFvwmPicture):
12939         (CMD_Send_WindowList):
12940         * fvwm/add_window.c (change_mini_icon):
12941         (broadcast_mini_icon):
12942         * fvwm/ewmh_icons.c:
12943         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12944         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12946         * libs/Makefile.am:
12947         * libs/PictureBase.c (*):
12948         * libs/PictureBase.h:
12949         * libs/Picture.c (*):
12950         * libs/Picture.h:
12951         * libs/PictureImageLoader.c (*):
12952         * libs/PictureImageLoader.h:
12953         * fvwm/*:
12954         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12955         PictureImageLoader.
12956         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12957         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12958         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12959         SetImagePath -> PictureSetImagePath, findImageFile ->
12960         PictureFindImageFile, PictureList -> FvwmPictureList,
12961         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
12962         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12963         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12964         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12965         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12966         Also renamed more recent functions in PictureImageLoader.
12968         * fvwm/borders.c (border_draw_one_border_part):
12969         (border_draw_decor_to_pixmap):
12970         Fixed drawing of a TiledPixmap borded and fixed position of buttons
12971         pixmap
12973         * fvwm/menus.c (pop_menu_up):
12974         (animated_move_back):
12975         (ParentalMenuRePaint):
12976         * fvwm/move_resize.h (resize_geometry_window):
12977         * fvwm/move_resize.c (move_window_doit):
12978         (AnimatedMoveAnyWindow):
12979         (AnimatedMoveOfWindow):
12980         (AnimatedMoveFvwmWindow):
12981         Fixed transparent animated menu
12983 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
12985         * fvwm/fvwm.1:
12986         fixed two places
12988 2002-04-19  Hippo
12990         * fvwm/colorset.c:
12991         * libs/Colorset.c:
12992         fixed running out of colors on 8bpp with ReadWriteColors;
12993         simulate colorsets on monochrome displays using three 1-bit pixmaps
12995 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
12997         * configure.in:
12998         fixed $PERL detection again
13000 2002-04-18  Hippo
13002         * configure.in:
13003         added -Wno-implicit-int to -Wall in case of gcc
13005         * fvwm/colorset.c:
13006         * fvwm/fvwm.c:
13007         fixed ReadWriteColors on a PseudoColor display
13009 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13011         * fvwm/move_resize.c (move_window_doit):
13012         set the is_icon_moved too flag if the icon was moved non-interactively
13014 2002-04-16  Hippo
13016         * fvwm/*.[ch]:
13017         * NEWS:
13018         Moved FvwmTheme functionality into fvwm.
13019         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13021 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
13023         * configure.in:
13024         fixed $PERL detection
13026         * fvwm/fvwm.1:
13027         * fvwm/ConfigFvwmDefaults:
13028         several fixes and spelling
13030 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13032         * libs/Bindings.c (CheckBinding):
13033         (MatchBinding):
13034         (GrabWindowKey):
13035         (GrabWindowButton):
13036         (MatchBindingExactly):
13037         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13038         keyboards
13040 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
13042         * configure.in:
13043         configure now uses $PERL if set
13045         * **:
13046         all programs installed into ${bindir} have now fvwm- prefix;
13047         documentation updated
13049 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
13051         * **:
13052         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13053         documentation updated
13055 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
13057         * NEWS:
13058         added 2.4.7 entries
13060 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
13062         * AUTHORS: New author.
13064         * NEWS: Edge Command.
13066 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
13068         * fvwm/fvwm2.1:
13069         Added EdgeCommand paragraph.
13071         * fvwm/events.c (HandleEnterNotify):
13072         Added execution of Scr.PanFrame*.command if set
13074         * fvwm/fvwm.c (InitVariables):
13075         Added init strings for pan frame commands.
13077         * fvwm/virtual.c:
13078         * fvwm/virtual.h:
13079         (checkPanFrames):
13080         Avoid hiding of pan frames if pan frame command is set.
13081         (CMD_EdgeCommand):
13082         Implementation of the buildin command EdgeCommand. First
13083         implementation of this function.
13085         * fvwm/screen.h (struct):
13086         added char * command in structure Panframe to store the pan frame
13087         command.
13089         * fvwm/functions.c:
13090         added declaration of CMD_ENTRY("edgecommand")
13092         * fvwm/functions.h:
13093         added definition of Flag F_EDGE_COMMAND
13095         * fvwm/commands.h:
13096         added definition of CMD_EdgeCommand(F_CMD_ARGS)
13098 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
13100         * fvwm/fvwm2.1:
13101         added "BI-DIRECTIONAL TEXTS" section
13103         * libs/System.c:
13104         added #include <sys/select.h> to fix endless loop on QNX
13106 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13108         * fvwm/fvwm2.1:
13109         changed description of focus models
13111 2002-04-09  olicha  <olivier.chapuis@free.fr>
13113         * configure.in:
13114         Check for libpng libpng 1.0.4a or better
13116 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
13118         * fvwm/add_window.c (setup_title_geometry):
13119         * fvwm/fvwm.h:
13120         * fvwm/fvwm2.1:
13121         * fvwm/geometry.c (get_title_font_size_and_offset):
13122         * fvwm/geometry.h:
13123         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13124         * fvwm/style.h:
13125         * fvwm/window_flags.h:
13126         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13127         * libs/Fft.h:
13128         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13129         * libs/Flocale.h:
13130         new Style options TopTitleRotated / TopTitleNotRotated,
13131         BottomTitleRotated / BottomTitleNotRotated
13133 2002-04-08  olicha  <olivier.chapuis@free.fr>
13135         * libs/Makefile.am:
13136         Fixed make dist again
13138 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
13140         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13142 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
13144         * INSTALL.fvwm:
13145         minor wording fixes
13147         * NEWS:
13148         mention a new FvwmIconMan syntax
13150         * sample.fvwmrc/new-features:
13151         * sample.fvwmrc/system.fvwm2rc:
13152         * sample.fvwmrc/system.fvwm2rc-sample-95:
13153         use a new module syntax
13155 2002-04-06  olicha  <olivier.chapuis@free.fr>
13157         * fvwm/fvwm2.1:
13158         * INSTALL.fvwm:
13159         Forget to save some file
13161         * libs/FImageLoader.c (c100_init_base_table):
13162         Allows init even if !XPM
13164         * libs/Makefile.am:
13165         Remove a F
13167         * configure.in:
13168         Fixed png detection
13170         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13171         Fixed a GC memory leaks.
13173         * fvwm/fvwm.c (setVersionInfo):
13174         * fvwm/fvwm2.1:
13175         Updated -version for png, bidi and xft
13177         * fvwm/fvwm2.1:
13178         Modified the ICONS section. Rename it ICONS AND IMAGES and
13179         document PNG file format. Replace "xpm or bitmap file" by
13180         "image file" in a few place.
13182         * INSTALL.fvwm:
13183         * NEWS:
13184         PNG news and documented libpng in the "Optional libraries used by FVWM"
13185         section
13187 2002-04-05  olicha  <olivier.chapuis@free.fr>
13189         * libs/FImageLoader.c (c100_init_base_table):
13190         (FImageReduceRGBColor):
13191         (FImageCreatePixmapFromArgbData):
13192         Speed up color limitation for png image and ewmh icons
13193         Respect color limit even with DirectColor and TrueColor
13195         * configure.in:
13196         * acconfig.h (HAVE_PNG):
13197         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13198         even without XPM support
13200         * libs/Makefile.am
13201         * libs/InitPicture.c (new file):
13202         * libs/InitPicture.h (new file):
13203         * libs/Picture.c:
13204         * libs/Picture.h:
13205         * libs/FImageLoader.c (new file):
13206         * libs/FImageLoader.h (new file):
13207         * libs/Fxpm.h (new file):
13208         * libs/Fpng.h (new file):
13209         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13210         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13211         ColorLimit stuff is applied to PNG image.
13212         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13213         Picture.c and Picture.h.
13214         InitPicture contains the Picture structure, initialize the visual,
13215         depth and color map and contains image path stuff as Picture contains
13216         Picture manipulations.
13218         * libs/ColorUtils.c:
13219         * libs/Picture.h:
13220         Moved the Picture color utils func to ColorUtils
13222         * fvwm/Makefile.am:
13223         links against libpng
13225         * fvwm/icons.c (GetIconPicture):
13226         (GetXPMFile):
13227         (GetBitmapFile):
13228         (GetIconFromFile):
13229         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13230         the libs image loader
13232         * fvwm/cursor.c (CMD_CursorStyle):
13233         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13235         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13236         (EWMH_SetIconFromWMIcon):
13237         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13238         icons
13240         * fvwm/modconf.c:
13241         Send the ColorLimit to module in any case
13243         * libs/fvwmlib.h:
13244         * libs/Graphics.c:
13245         * libs/Flocale.c
13246         * libs/Fft.c:
13247         * libs/Colorset.c:
13248         * fvwm/add_window.c:
13249         * fvwm/builtins.c:
13250         * fvwm/fvwm.h:
13251         * fvwm/menus.c:
13252         * fvwm/menustyle.c:
13253         * fvwm/move_resize.c:
13254         include cleanup
13256 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13258         * fvwm/events.c (test_map_request):
13259         (test_resizing_event):
13260         fixed endless loop in HandleConfigureRequest
13262 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13264         * fvwm/add_window.c (setup_style_and_decor):
13265         fixed borderless transients
13267         * fvwm/events.c (test_resizing_event):
13268         (HandleConfigureRequest):
13269         * fvwm/frame.c (frame_create_move_resize_args):
13270         * fvwm/add_window.c (AddWindow):
13271         * fvwm/fvwm.h:
13272         * fvwm/window_flags.h:
13273         tried to improve ConfigureRequest handling
13275         * fvwm/events.c (HandlePropertyNotify):
13276         recalculate window size when the base_width or base_height hint
13277         changes; fixes some problems with xemacs
13279         * fvwm/virtual.c (map_window):
13280         redraw decorations
13282         * fvwm/borders.c (border_draw_decorations):
13283         don't redraw windows on a different desk
13284         keep track of Scr.Hilite
13286 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13288         * fvwm/virtual.c (unmap_window):
13289         * fvwm/move_resize.c (resize_window):
13290         * fvwm/icons.c (Iconify):
13291         * fvwm/add_window.c (CaptureOneWindow):
13292         * fvwm/borders.c (border_undraw_decorations):
13293         mark window decorations as not drawn whenever the frame is unmapped
13295 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13297         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13299 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13301         * libs/FBidi.c:
13302         use safemalloc and alloca instead of malloc
13304 2002-03-29  olicha  <olivier.chapuis@free.fr>
13306         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13307         Set the X locale charset on system without XOpenOM
13309 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13311         * configure.in:
13312         fixed multibyte support reporting
13314 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13316         * libs/fvwmlib.h:
13317         * fvwm/fvwm.h:
13318         * config.h.in:
13319         moved gcc extension __attribute__ handling to config.h
13321         * fvwm/fvwm.c (main):
13322         * fvwm/stack.c (add_window_to_stack_ring_after):
13323         * fvwm/icons.c (GetIconWindow):
13324         (GetIconBitmap):
13325         * fvwm/add_window.c:
13326         fixed core dumps and other bugs in debug messages
13328 2002-03-27  olicha  <olivier.chapuis@free.fr>
13330         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13331         (FlocaleCharsetSetFlocaleCharset):
13332         * acconfig.h:
13333         * configure.in (problem_multibyte):
13334         Fixed compilation for system without XOpenOM in Xlib.h
13336         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13337         * libs/Ficonv.c (FiconvInit):
13338         Be more safe
13340         * fvwm/fvwm.c:
13341         include only libs/Flocale.h
13343 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13345         * configure.in:
13346         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13348         * libs/FBidi.c:
13349         * libs/FBidi.h:
13350         * libs/Flocale.c:
13351         * libs/FlocaleCharset.c:
13352         minor modifications, like removed #include;
13353         fixed core dump with bidi and utf-8
13355 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13357         * fvwm/frame.c (frame_update_hidden_window_pos):
13358         fixed shade/maximize/unshade
13360         * fvwm/builtins.c (FreeDecorFace):
13361         fixed memory leak
13363         * fvwm/borders.c (get_common_decorations):
13364         (border_get_border_style):
13365         * fvwm/style.c (parse_and_set_window_style):
13366         * fvwm/style.h:
13367         * fvwm/window_flags.h:
13368         * fvwm/fvwm.h (struct):
13369         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13370         (frame_create_move_resize_args):
13371         (frame_move_resize_step):
13372         (frame_next_move_resize_args):
13373         new styles WindowShadeLazy [default], WindowShadeBusy and
13374         WindowShadeAlwaysLazy
13376         * fvwm/frame.c (frame_set_decor_gravities):
13377         fixed window bit gravities
13378         split into smaller functions
13379         (frame_move_resize_step):
13380         fixed a bug w/ the parent gravity
13381         (frame_hide_changing_window_parts):
13382         fixed flickering in one of the corners during shade animation
13383         (frame_mrs_hide_changing_parts):
13384         renamed function
13385         (frame_mrs_prepare_vars):
13386         (frame_mrs_hide_unhide_parent):
13387         (frame_mrs_setup_draw_decorations):
13388         (frame_mrs_resize_move_windows):
13389         new functions
13391 2002-03-25  olicha  <olivier.chapuis@free.fr>
13393         * libs/Fft.c (FftSetupEncoding):
13394         Fixed compilation
13396         * libs/Flocale.c (FlocaleDrawString):
13397         * libs/FBidi.c (FBidiConvert):
13398         * libs/FBidi.h:
13399         Pass the font to FBidiConvert
13401         * acconfig.h (HAVE_LIBCHARSET):
13402         * acinclude.m4 (CHECK_LIBCHARSET):
13403         * configure.in:
13404         If libiconv is used check for libcharset
13406         * libs/Makefile.am:
13407         * libs/FlocaleCharset.h:
13408         * libs/FlocaleCharset.c:
13409         * libs/Flocale.h:
13410         * libs/Flocale.c (*):
13411         * libs/Fft.c (FftSetupEncoding):
13412         * libs/Fft.h:
13413         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13414         FlocaleFont has such a member which is set when charset info are needed.
13415         FlocaleCharset.c contains a big table which associates to an X charset
13416         various possible locale charsets and the fribidi charset.
13417         If libiconv is used, libcharset is used to compute the locale charset.
13418         Various Flocale clean up.
13420         * fvwm/fvwm.c (main):
13421         Removed the call to FlocaleInitCharset, it is now done automatically
13422         when needed
13424         * libs/Makefile.am:
13425         * libs/Ficon.h:
13426         * libs/Ficonv.c:
13427         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13428         * fvwm/ewmh.h:
13429         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13430         (EWMH_WMIconName):
13431         (EWMH_WMName):
13432         (EWMH_SetDesktopNames):
13433         Moved iconv conversions into the library. Try to found the good iconv
13434         charset with the help of the font and of the FlocaleCharset table.
13436 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13438         * libs/Module.c (SendFvwmPipe):
13439         * libs/Graphics.c (do_relieve_rectangle):
13440         * fvwm/menustyle.c (menustyle_parse_old_style):
13441         * fvwm/add_window.c (setup_window_structure):
13442         memory management patches by Dave Trollope
13444         * fvwm/frame.c (frame_get_sidebar_geometry):
13445         hide the handles when using the NoHandles style
13447         * fvwm/borders.c (border_redraw_decorations):
13448         change in title rotation is applied immediately, don't use the value "2"
13449         to force redrawing
13451         * fvwm/style.c (parse_and_set_window_style):
13452         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13453         styles can be used
13454         documented the new title directions
13455         (parse_and_set_window_style):
13456         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13457         instead
13458         documented these styles
13460         * fvwm/add_window.c (CaptureOneWindow):
13461         (CaptureAllWindows):
13462         (AddWindow):
13463         cleaned up
13465         * fvwm/icons.c (DeIconify):
13466         fiexd fucoused window not hilighting after deiconification
13468 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13470         * fvwm/update.c (apply_window_updates):
13471         windows are not unshaded when the decoration layout changes
13473         * fvwm/frame.c (frame_create_move_resize_args):
13474         fixed excessive redrawing
13475         (frame_get_hidden_pos):
13476         fixed parent geometry when window is hidden
13478         * fvwm/add_window.c (setup_frame_stacking):
13479         fixed stacking of right buttons
13481         * fvwm/frame.c (frame_set_decor_gravities):
13482         fixed title and button bit gravities
13484         * fvwm/add_window.c (setup_frame_stacking):
13485         (change_auxiliary_windows):
13486         fixed "button" style
13488         * fvwm/geometry.c (get_title_button_geometry):
13489         * fvwm/menus.c (pop_menu_up):
13490         fixed menu placement relative to window titles
13492         * libs/Flocale.c (FlocaleDrawString):
13493         fixed compiler warning w/o fribidi
13495         * fvwm/virtual.c (MoveViewport):
13496         (MapDesk):
13497         (do_move_window_to_desk):
13498         * fvwm/update.c (apply_window_updates):
13499         * fvwm/icons.c (Iconify):
13500         (CMD_Iconify):
13501         * fvwm/module_interface.c (SETOLDFLAGS):
13502         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13503         * fvwm/style.c (parse_and_set_window_style):
13504         * fvwm/window_flags.h:
13505         * fvwm/session.c (MatchWinToSM):
13506         * fvwm/placement.c (PlaceWindow):
13507         * fvwm/add_window.c (CaptureAllWindows):
13508         (setup_window_placement):
13509         (CaptureOneWindow):
13510         (AddWindow):
13511         (destroy_window):
13512         * fvwm/menus.c (menu_tear_off):
13513         * fvwm/events.c (HandleMapRequestKeepRaised):
13514         (HandleMapNotify):
13515         * fvwm/fvwm.h:
13516         removed some of those pesky globals: PPosOverride, isIconicState and
13517         isIconifiedByParent; pass round a structure instead
13518         removed the do_start_iconic window flag
13519         removed do_delete_icon_moved flag
13521 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13523         * acconfig.h:
13524         * configure.in:
13525         renamed HAVE_FRIBIDI to HAVE_BIDI
13527         * libs/FBidi.c:
13528         * libs/FBidi.h:
13529         added more comments
13531         * fvwm/Makefile.am:
13532         * libs/Flocale.c:
13533         * libs/Makefile.am:
13534         added a dummy call to FBidi to test linking against bidi libs
13536 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13538         * fvwm/windowshade.c (CMD_WindowShade):
13539         changed syntax of windowshade with direction
13540         (CMD_WindowShade):
13541         update button state after unshading
13543         * fvwm/add_window.c (AddWindow):
13544         fixed mini icon update
13546         * fvwm/events.c (HandleEnterNotify):
13547         fixed icon picture redrawing
13548         icon titles are no longer raised and expanded if the icon has only a
13549         title
13551         * fvwm/move_resize.c (resize_window):
13552         fixed core dump
13554         * libs/gravity.c (gravity_move_resize_parent_child):
13555         * fvwm/frame.c (frame_get_titlebar_dimensions):
13556         (frame_prepare_animation_shape):
13557         (frame_move_resize_step):
13558         (frame_get_titlebar_dimensions_only):
13559         (frame_get_hidden_pos):
13560         (frame_update_hidden_window_pos):
13561         (frame_free_move_resize_args):
13562         (frame_create_move_resize_args):
13563         fixed shading of shaped windows
13565         * fvwm/borders.c:
13566         clean up
13568         * fvwm/fvwm.c (main):
13569         * fvwm/misc.c (GrabEm):
13570         fixed a problem with the cursor shape during window shading
13572         * fvwm/update.c (apply_window_updates):
13573         fixed drawing of hilighted window after a decoration change
13575         * fvwm/update.c (apply_window_updates):
13576         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13577         * fvwm/borders.c (RedrawDecorations):
13578         renamed RedrawDecorations()
13580         * fvwm/move_resize.c (move_window_doit):
13581         * libs/fvwmrect.c:
13582         * fvwm/misc.c (move_into_rectangle):
13583         (intersect_xrectangles):
13584         functions renamed and moved to fvwmrect.c
13586         * fvwm/borders.c (border_get_changed_border_parts):
13587         (frame_get_changed_border_parts):
13588         reduced border redrawing
13589         moved fucntion to borders.c
13591         * fvwm/events.c (HandleButtonPress):
13592         (DispatchEvent):
13593         suppress button events on frame windows
13595         * fvwm/frame.c (frame_setup_border):
13596         fixed a problem with the border setup
13598         * fvwm/borders.c (border_draw_decorations):
13599         * fvwm/events.c (HandleEnterNotify):
13600         fixed icon title drawing
13602         * fvwm/misc.c (GrabEm):
13603         fixed a pointer grab hang with xmag?
13605         * fvwm/move_resize.c (resize_window):
13606         use frame_move_resize function to improve performance
13608         * fvwm/add_window.c (AddWindow):
13609         fixed recaturing shaded windows
13611         * fvwm/borders.c:
13612         suppress unnecessary title redraws
13614         * fvwm/frame.c:
13615         window shading works again; there are still some problems with
13616         recapture, restart, border drawing and shaped windows
13618 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13620         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13621         new function
13623         * fvwm/frame.c (frame_get_title_bar_dimensions):
13624         fixed minor button layout bug
13625         (frame_update_hidden_window_pos):
13627         * fvwm/ewmh_names.c (EWMH_WMName):
13628         * fvwm/gnome.c (GNOME_HandlePropRequest):
13629         * fvwm/focus.c (DoSetFocus):
13630         * fvwm/stack.c (new_layer):
13631         * fvwm/icons.c (DeIconify):
13632         (Iconify):
13633         * fvwm/events.c (HandleFocusIn):
13634         (HandlePropertyNotify):
13635         (HandleExpose):
13636         (HandleMapNotify):
13637         (HandleButtonPress):
13638         (HandleLeaveNotify):
13639         * fvwm/builtins.c (CMD_ChangeDecor):
13640         (CMD_UpdateDecor):
13641         * fvwm/move_resize.c (resize_move_window):
13642         (resize_window):
13643         (resize_window):
13644         (maximize_fvwm_window):
13645         (handle_stick):
13646         * fvwm/borders.c (DrawDecorations):
13647         (RedrawDecorations):
13648         removed function DrawDecorations()
13649         (border_draw_decorations):
13650         renamed draw_decorations_with_geom() to border_draw_decorations()
13652         * fvwm/events.c (HandleExpose):
13653         fixed drawing icon titles
13655         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13656         * fvwm/events.c (HandleFocusIn):
13657         (HandleFocusOut):
13658         * fvwm/screen.h (ScreenInfo):
13659         return the focus to the window that had the focus before an or window
13660         stole it and then died.
13662         * fvwm/menus.c (scanForColor):
13663         removed duplicate call of strlen
13664         use alloca instead of safemalloc
13666         * fvwm/menustyle.c (menustyle_parse_style):
13667         don't call memset right before memcpy
13669         * fvwm/module_interface.c (AddToMessageQueue):
13670         (DeleteMessageQueueBuff):
13671         removed one safemalloc and inline'd the function
13672         merged AddToMessageQueue into PositiveWrite
13674         * fvwm/borders.c (border_draw_decor_to_pixmap):
13675         fixed pixmap and mini icon buttons
13676         (border_fill_pixmap_background):
13677         fixed an X error
13678         (border_get_tb_parts_to_draw):
13679         buttons and title background using the border style is updated when the
13680         buttons moves
13682         * fvwm/events.c (WaitForButtonsUp):
13683         don't grab the whole server but merely the pointer to allow applications
13684         redrawing themselves
13686         * fvwm/borders.c:
13687         finished writing title drawing code
13689         * fvwm/move_resize.c (resize_window):
13690         (resize_move_window):
13691         (unmaximize_fvwm_window):
13692         removed now unnecessary calls to DrawDecorations()
13694         * fvwm/frame.c (frame_hide_changing_window_parts):
13695         fixed hiding bottom/right titles
13697         * fvwm/add_window.c (AddWindow):
13698         fixed recapturing shaded windows
13700         * fvwm/misc.c (GrabEm):
13701         fixed the cursor over the title window while resizing
13703 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13705         * libs/Graphics.c (CreateTiledPixmap):
13706         improved efficience: let the X server tile a pixmap via the GC settings
13708         * fvwm/fvwm.c (CreateGCs):
13709         * fvwm/screen.h (ScreenInfo):
13710         added new global GC Scr.TileGC
13712         * fvwm/borders.c (border_fill_pixmap_background):
13713         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13714         use already created gcs
13716         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13717         * fvwm/menus.c (paint_menu_gradient_background):
13718         fixed using a randow members in gcs
13720 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13722         * configure.in:
13723         added compilation test for fribidi
13725 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13727         * NEWS: Document FvwmForm timeout.
13729 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13731         * fvwm/session.c (MatchWinToSM):
13732         * fvwm/add_window.c (AddWindow):
13733         preserve user states over a restart
13735         * fvwm/add_window.c (setup_window_structure):
13736         preserve user states over a recapture
13738         * fvwm/functions.c (execute_function):
13739         "Silent" suppresses the "No such command ..." message
13741         * fvwm/frame.c (frame_move_resize):
13742         * fvwm/misc.c (GrabEm):
13743         fixed the cursor shape during resizing
13744         fixed button looks in small windows
13746 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13748         * libs/FBidi.c:
13749         * libs/FBidi.h:
13750         new files
13752 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13754         * fvwm/fvwm.c (LoadDefaultLeftButton):
13755         (LoadDefaultRightButton):
13756         * fvwm/borders.c (border_draw_vector_to_pixmap):
13757         * fvwm/screen.h (DecorFace):
13758         * fvwm/builtins.c (ReadDecorFace):
13759         fixed transparent vector line support
13761         * libs/Graphics.c (CreateGradientPixmap):
13762         fixed potential core dump with illegal gradients
13764 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13766         * fvwm/fvwm.h (FvwmWindow):
13767         removed button_background_pixmap member
13769         * fvwm/update.c (apply_window_updates):
13770         fixed changing the decoration size
13772         * fvwm/windowshade.c (CMD_WindowShade):
13773         * fvwm/frame.c (frame_setup_border):
13774         * fvwm/functions.c (execute_complex_function):
13775         removed debug code
13777         * fvwm/move_resize.c (resize_window):
13778         fixed aboting of a opaque resize w/ maximized windows
13779         (ParseOneResizeArgument):
13780         resize arguments don't take the border into account
13781         (GetResizeArguments):
13782         implemented new option "Frame" to the Resize and ResizeMove commands
13784 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13786         * fvwm/fvwm2.1:
13787         * fvwm/builtins.c (ReadDecorFace):
13788         * fvwm/borders.c (DrawLinePattern):
13789         implemented transparent drawing color in vector buttons: C == 4
13791         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13792         * fvwm/builtins.c (ReadDecorFace):
13793         increased allowed number of lines in a vector button to 10000 and moved
13794         the definition to defaults.h
13796         * fvwm/virtual.c (MoveViewport):
13797         don't send useless M_NEW_PAGE packets
13799         * fvwm/frame.c:
13800         * fvwm/borders.c:
13801         started work on new button/title drawing code
13803         * fvwm/events.c (HandleExpose):
13804         don't handle expose on the title bar
13806         * fvwm/borders.c:
13807         * fvwm/frame.c (frame_get_sidebar_geometry):
13808         * fvwm/fvwm.h (FvwmWindow):
13809         replaced border_state with decor_state
13811         * libs/defaults.h (NR_RIGHT_BUTTONS):
13812         added a comment
13814         * fvwm/events.h:
13815         * fvwm/events.c (HandleExpose):
13817         * fvwm/frame.c (frame_setup_border):
13818         hide sidebars if they are too small, i.e. 0 pixels
13820 2002-03-20  olicha  <olivier.chapuis@free.fr>
13822         * libs/Flocale.c (FlocaleFreeNameProperty):
13823         Fixed random core dump
13825 2002-03-19  olicha  <olivier.chapuis@free.fr>
13827         * fvwm/ConfigFvwmDefaults:
13828         RightTitleRotatedCW is a default
13830 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13832         * fvwm/frame.c (frame_get_sidebar_geometry):
13833         window corners are always at least the border width thick
13835         * fvwm/geometry.c (update_absolute_geometry):
13836         fixed south/east shading
13838         * fvwm/frame.c (frame_move_resize_step):
13839         did the best I could to prevent rxvt from flashing in the background
13840         colour
13842         * fvwm/add_window.c (get_default_window_attributes):
13843         (get_default_window_attributes):
13844         (setup_resize_handle_windows):
13845         * fvwm/borders.c (border_get_border_gcs):
13846         applied -visual fix by Hippo
13848         * fvwm/cursor.c (CMD_CursorStyle):
13849         fixed endless loop
13851         * fvwm/frame.c (frame_get_title_bar_dimensions):
13852         fixed order of right buttons
13853         (frame_move_resize_step):
13854         reduced flashing when maximizing
13856         * fvwm/geometry.c (update_absolute_geometry):
13857         adapted for horizontal shading
13859 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13861         * fvwm/borders.c:
13862         * fvwm/builtins.c:
13863         * fvwm/fvwm.h:
13864         * fvwm/geometry.c:
13865         * libs/Fft.c:
13866         * libs/Flocale.c:
13867         * libs/Flocale.h:
13868         several renamings of text_direction to text_rotation
13870 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13872         * fvwm/windowshade.c (CMD_WindowShade):
13873         * fvwm/frame.c (frame_create_move_resize_args):
13874         (frame_move_resize_step):
13875         hack to enable non-animated window shading for the time being
13877         * fvwm/style.c (parse_and_set_window_style):
13878         (parse_and_set_window_style):
13879         allow to abbreviate [Counter]ClockWise with [C]CW
13881         * fvwm/frame.c (frame_move_resize_step):
13882         fixed
13884         * fvwm/geometry.c (gravity_constrain_size):
13885         removed useless code
13887         * fvwm/update.c (apply_window_updates):
13888         * fvwm/add_window.c (AddWindow):
13889         * fvwm/move_resize.c (unmaximize_fvwm_window):
13890         (resize_window):
13891         do not write into frame_g. only frame.c should do this
13893         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13894         (MIN_WINDOW_TITLE_LENGTH):
13895         new default values
13896         * fvwm/frame.c (frame_setup_title_bar):
13897         (get_resize_decor_gravities_one_axis):
13898         (frame_setup_window_internal):
13899         (frame_move_resize_step):
13900         (frame_create_move_resize_args):
13901         rewrote frame_setup_title_bar function
13903         * fvwm/add_window.c (setup_frame_stacking):
13904         fixed title bar stacking order
13906         * fvwm/frame.c (frame_setup_title_bar):
13907         removed yesterday's 'fix'
13909         * fvwm/add_window.c (hide_screen):
13910         (setup_title_window):
13911         (setup_resize_handle_windows):
13912         (setup_button_windows):
13913         fixed visual and depth of decoration windows
13915 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13917         * fvwm/frame.c (frame_setup_title_bar):
13918         fixed title layout bug
13920         * fvwm/move_resize.c (MaximizeHeight):
13921         fixed bug in "grow" option of the Maximize command
13923         * fvwm/geometry.h:
13924         fixed broken prototype for get_title_font_size_and_offset
13926         * fvwm/geometry.c (get_title_font_size_and_offset):
13927         simplified code a bit
13929 2002-03-18  olicha  <olivier.chapuis@free.fr>
13931         * fvwm/geometry.h:
13932         * fvwm/geometry.c (get_title_font_size_and_offset):
13933         * fvwm/add_window.c (setup_title_geometry):
13934         * fvwm/style.h:
13935         * fvwm/style.c (parse_and_set_window_style):
13936         (check_window_style_change):
13937         * fvwm/update.c (apply_window_updates):
13938         * fvwm/window_flags.h:
13939         * fvwm/fvwm.h:
13940         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13941         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13942         RightTitleRotatedCounterClockWise
13944 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13946         * acconfig.h:
13947         * vms/config.h (FMiniIconsSupported):
13948         removed last traces of MINI_ICONS ifdef
13950         * fvwm/windowlist.c (CMD_WindowList):
13951         * fvwm/update.c (apply_window_updates):
13952         * fvwm/style.h:
13953         * fvwm/style.c (merge_styles):
13954         (parse_and_set_window_style):
13955         (check_window_style_change):
13956         * fvwm/screen.h:
13957         * fvwm/module_interface.c (SendMiniIcon):
13958         (BroadcastMiniIcon):
13959         (CMD_Send_WindowList):
13960         * fvwm/fvwm.h (FvwmWindow):
13961         * fvwm/ewmh_icons.c (ewmh_WMIcon):
13962         (EWMH_DoUpdateWmIcon):
13963         (ewmh_SetWmIconFromPixmap):
13964         (EWMH_DeleteWmIcon):
13965         (EWMH_SetIconFromWMIcon):
13966         * fvwm/builtins.c (ReadDecorFace):
13967         * fvwm/borders.c (DrawButton):
13968         (CMD_BorderStyle):
13969         (CMD_BorderStyle):
13970         * fvwm/add_window.c (setup_window_structure):
13971         (setup_mini_icon):
13972         (destroy_mini_icon):
13973         (change_mini_icon):
13974         (AddWindow):
13975         * acconfig.h (FMiniIconsSupported):
13976         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13977         compiler checks
13979         * fvwm/screen.h:
13980         removed an FANCY_TITLEBARS ifdef
13982         * fvwm/borders.c (border_draw_one_part):
13983         (border_draw_border_parts):
13984         (border_draw_all_parts):
13985         (draw_clipped_decorations_with_geom):
13986         performance enhancement
13988 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13990         * fvwm/frame.c (frame_move_resize_step):
13991         force setting up the border when function is called with FRAME_MR_SETUP
13992         (frame_setup_window_internal):
13993         removed duplicate frame setup
13995         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13996         fixed logic bug
13997         (draw_clipped_decorations_with_geom):
13998         do not flush the X queue after drawing; let the caller do it
14000         * fvwm/frame.c (frame_get_sidebar_geometry):
14001         fixed layout of windows with a small height
14002         (frame_hide_changing_window_parts):
14003         fixed flickering
14005         * fvwm/borders.c:
14006         * fvwm/frame.c:
14007         made good progress with frame layout rewrite. I think it is already
14008         considerably faster.
14009         some general clean up
14011         * fvwm/add_window.c (setup_decor_window):
14012         function removed
14014         * fvwm/windowshade.c (CMD_WindowShade):
14015         * fvwm/stack.c (verify_stack_ring_consistency):
14016         (RaiseOrLowerWindow):
14017         * fvwm/move_resize.c (resize_move_window):
14018         (move_window_doit):
14019         (draw_move_resize_grid):
14020         * fvwm/icons.c (DrawIconWindow):
14021         * fvwm/icccm2.c (CloseICCCM2):
14022         (convertProperty):
14023         (HandleSelectionRequest):
14024         * fvwm/fvwm.c (main):
14025         (SaveDesktopState):
14026         * fvwm/focus.c (DoSetFocus):
14027         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14028         * fvwm/events.c (HandlePropertyNotify):
14029         (HandleButtonPress):
14030         (HandleConfigureRequest):
14031         * fvwm/add_window.c (RestoreWithdrawnLocation):
14032         (Reborder):
14033         * fvwm/builtins.c (CMD_Delete):
14034         (CMD_Destroy):
14035         (CMD_Close):
14036         (CMD_FakeClick):
14037         * fvwm/menus.c (paint_menu):
14038         (DestroyMenu):
14039         * fvwm/misc.c (UngrabEm):
14040         (GrabEm):
14041         * fvwm/schedule.c (execute_obj_func):
14042         * fvwm/add_window.c (hide_screen):
14043         (destroy_window):
14044         use XFlush instead of XSync when the latter is not necessary
14046         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14047         new function
14049         * fvwm/add_window.c (adjust_fvwm_internal_windows):
14050         inform frame module if the window with the hide windows dies
14052         * fvwm/placement.c (PlaceWindow):
14053         (CMD_PlaceAgain):
14054         * fvwm/add_window.c (setup_window_attr):
14055         (setup_frame_attributes):
14056         (AddWindow):
14057         (RestoreWithdrawnLocation):
14058         (setup_window_placement):
14059         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14060         (get_title_geometry):
14061         * fvwm/fvwm.c (InitVariables):
14062         * fvwm/frame.c (frame_setup_frame):
14063         * fvwm/colormaps.c (HandleColormapNotify):
14064         (InstallWindowColormaps):
14065         * fvwm/events.c (HandleConfigureRequest):
14066         (HandleUnmapNotify):
14067         * fvwm/fvwm.h (FvwmWindow):
14068         removed attr member of FvwmWindow and replaced by a structure defined
14069         ourselves that is much smaller
14071         * fvwm/add_window.c (hide_screen):
14072         don't use save_unders and backing_store for the window used in recapture
14074         * fvwm/frame.c (frame_init):
14075         * fvwm/fvwm.c (main):
14076         new function to initialise frame module
14078         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14079         new function
14081 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14083         * fvwm/frame.c:
14084         clean up
14086         * fvwm/borders.h (enum):
14087         * fvwm/borders.c (draw_clipped_decorations_with_geom):
14088         (border_get_parts_and_pos_to_draw):
14089         * fvwm/fvwm.h (struct):
14090         some clean up
14091         fixed calculations of which border parts to draw
14093         * fvwm/fvwm2.1:
14094         corrected some typos
14095         * fvwm/frame.c:
14096         * fvwm/borders.c:
14097         handle marks work again
14099 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
14101         * AUTHORS: New author added.
14103 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14105         * fvwm/frame.c:
14106         * fvwm/borders.c:
14107         * fvwm/add_window.c (setup_frame_stacking):
14108         * fvwm/cursor.c (CMD_CursorStyle):
14109         * fvwm/events.c (HandleExpose):
14110         (HandleMapNotify):
14111         (HandleEnterNotify):
14112         (HandleLeaveNotify):
14113         (GetContext):
14114         * fvwm/geometry.c (get_title_button_geometry):
14115         * fvwm/virtual.c (map_window):
14116         * fvwm/add_window.c (setup_parent_window):
14117         (setup_resize_handle_cursors):
14118         (setup_resize_handle_windows):
14119         (resize_resize_handle_windows):
14120         (change_resize_handle_windows):
14121         some progress with new frame layout
14123         * fvwm/add_window.c (setup_visible_name):
14124         fixed off-by-one bug in setup_visible_name
14125         maximum window number can be set in defaults.h
14127 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14129         * fvwm/windowlist.h:
14130         * fvwm/virtual.h:
14131         * fvwm/update.h:
14132         * fvwm/style.h:
14133         * fvwm/read.h:
14134         * fvwm/placement.h:
14135         * fvwm/menus.h:
14136         * fvwm/move_resize.h:
14137         * fvwm/icons.h:
14138         * fvwm/geometry.h:
14139         * fvwm/frame.h:
14140         * fvwm/focus.h:
14141         * fvwm/events.h:
14142         * fvwm/borders.h:
14143         * fvwm/add_window.h:
14144         * fvwm/ewmh_names.c:
14145         * fvwm/ewmh_icons.c:
14146         * fvwm/ewmh_events.c:
14147         * fvwm/ewmh.c:
14148         * fvwm/frame.c:
14149         * fvwm/menucmd.c:
14150         * fvwm/schedule.c:
14151         * fvwm/geometry.c:
14152         * fvwm/gnome.c:
14153         * fvwm/windowlist.c:
14154         * fvwm/cursor.c:
14155         * fvwm/update.c:
14156         * fvwm/bindings.c:
14157         * fvwm/colormaps.c:
14158         * fvwm/decorations.c:
14159         * fvwm/conditional.c:
14160         * fvwm/misc.c:
14161         * fvwm/read.c:
14162         * fvwm/placement.c:
14163         * fvwm/fvwm.c:
14164         * fvwm/virtual.c:
14165         * fvwm/session.c:
14166         * fvwm/functions.c:
14167         * fvwm/stack.c:
14168         * fvwm/icons.c:
14169         * fvwm/module_interface.c:
14170         * fvwm/style.c:
14171         * fvwm/add_window.c:
14172         * fvwm/events.c:
14173         * fvwm/builtins.c:
14174         * fvwm/move_resize.c:
14175         * fvwm/borders.c:
14176         * fvwm/menus.c:
14177         * fvwm/fvwm.h (FvwmWindow):
14178         moved all windows into a separate sub structure and wrote access macros
14179         renamed FvwmWindow argument to builtin commands to "fw"
14180         renamed tmp_win to fw everywhere
14182         * fvwm/borders.c (RedrawBorder):
14183         * fvwm/decorations.c (SelectDecor):
14184         * fvwm/add_window.c (setup_style_and_decor):
14185         (setup_resize_handle_cursors):
14186         * fvwm/window_flags.h:
14187         * fvwm/fvwm.h (struct):
14188         added new member has_handles and new macro HAS_HANDLES
14190         * fvwm/decorations.c (SelectDecor):
14191         fixed the NoHandles style
14193         * fvwm/decorations.c (SelectDecor):
14194         * fvwm/style.c (check_window_style_change):
14195         (parse_and_set_window_style):
14196         * fvwm/style.h:
14197         * fvwm/fvwm.h (struct):
14198         renamed has_no_handles to has_no_border
14200 2002-03-15  olicha  <olivier.chapuis@free.fr>
14202         * libs/Flocale.h:
14203         * libs/Fft.c (is_utf8_encoding):
14204         Compilation fixes
14206         * libs/Flocale.h:
14207         s/COMPUND_TEXT/COMPOUND_TEXT
14209         * fvwm/fvwm2.1:
14210         Removed matrix xft specification doc as now it is use internally by
14211         fvwm
14213         * libs/Flocale.c (FlocaleRotateDrawString):
14214         (FlocaleUnloadFont):
14215         (FlocaleDrawString):
14216         (FlocaleTextWidth):
14217         * libs/Fft.h:
14218         * libs/Fft.c (FftGetRotatedFont):
14219         (FftGetFont):
14220         (FftDrawString):
14221         (FftTextWidth):
14222         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14223         (RedrawTitle):
14224         * fvwm/geometry.c (get_title_font_size_and_offset):
14225         * fvwm/style.c (parse_and_set_window_style):
14226         (check_window_style_change):
14227         * fvwm/update.c (apply_window_updates):
14228         * fvwm/update.h:
14229         * fvwm/style.h:
14230         * fvwm/fvwm.h:
14231         * fvwm/window_flags.h:
14232         Implemented vertical text rendering, new style SideTitleTextDefault,
14233         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14235 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14237         * fvwm/fvwm.h:
14238         removed inclusion of fvwmdebug.h
14240         * libs/gravity.c (ParseDirectionArgument):
14241         fixed direction parsing
14243         * fvwm/menus.c (get_menu_options):
14244         fixed a compiler warning
14246 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14248         * fvwm/bindings.c (ParseBinding):
14249         fixed compiler warning
14251         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14252         * fvwm/ewmh.h:
14253         fixed compilation w/ --disable-ewmh
14255         * fvwm/windowlist.c (CMD_WindowList):
14256         fixed parsing of conditions versus position of window list broken with
14257         a recent "fix"
14259 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14261         * libs/Fft.h:
14262         * libs/Fft.c (FftTextWidth):
14263         (is_utf8_encoding):
14264         (FftGetFontWidths):
14265         (FftDrawString):
14266         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14267         if HAVE_XFT was not set.
14269         * fvwm/events.h (XEVMASK_DECORW):
14270         select EnterNotify and LeaveNotify on frame instead of decor_w
14272         * fvwm/add_window.c (setup_title_window):
14273         (setup_button_windows):
14274         (setup_resize_handle_windows):
14275         frame window is the new parent of the title, button and handle windows
14276         (setup_frame_stacking):
14277         new stacking order of decoration windows
14279         * fvwm/menuitem.c (menuitem_paint):
14280         * fvwm/events.c (HandleExpose):
14281         xft fixes
14283         * fvwm/move_resize.c (unmaximize_fvwm_window):
14284         don't force to redraw the frame
14286         * libs/gravity.c (gravity_get_offsets):
14287         (gravity_move):
14288         (gravity_resize):
14289         functions moved to gravity.c
14291 2002-03-10  olicha  <olivier.chapuis@free.fr>
14293         * acconfig.h (HAVE_XFT_UTF8):
14294         * configure.in:
14295         * libs/Fft.c (is_utf8_encoding):
14296         (FftGetFontWidths):
14297         (FftDrawString):
14298         (FftTextWidth):
14299         Detected if Xft can handle utf8 string
14301         * libs/Fft.h:
14302         * fvwm/menuitem.c (menuitem_paint):
14303         * fvwm/events.c (HandleExpose):
14304         Fixed Xft related compilation failure and warning
14306 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14308         * fvwm/virtual.c:
14309         * fvwm/update.c:
14310         * fvwm/move_resize.c:
14311         * fvwm/icons.c:
14312         * fvwm/focus.c:
14313         * fvwm/events.c:
14314         * fvwm/builtins.c:
14315         * fvwm/add_window.c:
14316         * fvwm/frame.c (frame_setup_window):
14317         (frame_force_setup_window):
14318         (frame_setup_shape):
14319         SetupFrame renamed to frame_setup_window
14320         ForceSetupFrame renamed to frame_force_setup_window
14321         SetShape renamed to frame_setup_shape
14323         * fvwm/windowshade.c:
14324         moved most code to frame.c
14326         * fvwm/frame.c (SetShape):
14327         (SetupTitleBar):
14328         (set_decor_gravity):
14329         (ForceSetupFrame):
14330         (SetupFrame):
14331         functions moved to new file
14333         (SetupTitleBar):
14334         (frame_setup_title_bar):
14335         renamed function
14337         * libs/Parse.h:
14338         direction code moved to gravity.c and gravity.h
14340         * fvwm/windowshade.c (CMD_WindowShade):
14341         * fvwm/geometry.c (get_shaded_geometry):
14343         * libs/FScreen.c (FScreenInit):
14344         (FScreenUpdateEmulationMapState):
14345         changed Xinerame emulation layout
14347         * fvwm/fvwm2.1:
14348         Corrected the description of the XineramaPrimaryScreen command that was
14349         essentially lying.
14351 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14353         * fvwm/menus.c (menu_tear_off):
14354         (unlink_item_from_menu):
14355         (menu_strip_tear_off_title):
14356         use the text from a title item as the tear off menu title if the menu
14357         begins with a title; skip separators and tear off bars at the front of
14358         the menu
14360         * **/*.[ch]:
14361         implemented titleatleft and titleatright styles; titles are not drawn
14362         vertically yet
14364         * fvwm/style.c (check_window_style_change):
14365         * fvwm/update.c (apply_window_updates):
14366         * fvwm/ewmh_names.c (EWMH_WMIconName):
14367         (EWMH_WMName):
14368         (charset_to_utf8):
14369         * fvwm/ewmh.c (ksmserver_workarround):
14370         * fvwm/update.c (apply_window_updates):
14371         * fvwm/conditional.c (MatchesConditionMask):
14372         * fvwm/fvwm.c (main):
14373         * fvwm/session.c (SaveWindowStates):
14374         (matchWin):
14375         (MatchWinToSM):
14376         * fvwm/functions.c (expand):
14377         * fvwm/stack.c (dump_stack_ring):
14378         (verify_stack_ring_consistency):
14379         * fvwm/module_interface.c (BroadcastWindowIconNames):
14380         (CMD_Send_WindowList):
14381         * fvwm/add_window.c (free_window_names):
14382         (free_window_names):
14383         * fvwm/events.c (HandlePropertyNotify):
14384         * fvwm/builtins.c (CMD_Wait):
14385         * fvwm/style.c (CMD_DestroyStyle):
14386         (lookup_style):
14387         Adapted to changes of Flocale.h
14389         * acconfig.h:
14390         removed COMPUND_TEXT ifdef
14392         * configure.in:
14393         mutibyte defaults to on
14395         * acconfig.h:
14396         * libs/Flocale.c:
14397         * libs/Flocale.h:
14398         * fvwm/fvwm.h (FvwmWindow):
14399         cleaned up Flocale stuff for better information hiding
14401         * libs/Flocale.c (get_FlocaleFontSet):
14402         (get_FlocaleFont):
14403         added a new font strucht member min_char_offset for vertical text
14405         * libs/Flocale.c (get_FlocaleFontSet):
14406         fixed a bug in descent calculation
14408         * fvwm/fvwm.h (FvwmWindow):
14409         removed title_g
14411         * fvwm/borders.c (RedrawButtons):
14412         (SetupTitleBar):
14413         (RedrawBorder):
14414         (SetupFrame):
14415         (RedrawTitle):
14416         (DrawMultiPixmapTitlebar):
14417         don't use title_g or boundary_width
14419         * libs/Flocale.c (FlocaleTextWidth):
14420         * libs/Flocale.c (FlocaleDrawString):
14421         added interface for vertical strings
14422         * libs/Flocale.h (FlocaleWinString):
14423         added flags structure w/ is_vertical_string flag
14425         * fvwm/borders.c (RedrawTitle):
14426         (DrawMultiPixmapTitlebar):
14427         * fvwm/screen.h (ScreenInfo):
14428         * fvwm/icons.c (DrawIconWindow):
14429         * fvwm/move_resize.c (DisplayPosition):
14430         (DisplaySize):
14431         * fvwm/screen.h (ScreenInfo):
14432         removed ScratchStr and TitleStr; *please* don't use global variables
14433         without need
14435         * fvwm/move_resize.c (ParseOneResizeArgument):
14436         (GetResizeArguments):
14437         (GetResizeMoveArguments):
14438         (resize_window):
14439         (resize_move_window):
14440         * fvwm/module_interface.c (CONFIGARGS):
14441         (OLDCONFIGARGS):
14442         (CONFIGARGSNEW):
14443         * fvwm/placement.c (PlaceWindow):
14444         * fvwm/add_window.c (setup_title_window):
14445         (setup_button_windows):
14446         (setup_parent_window):
14447         (resize_resize_handle_windows):
14448         (change_resize_handle_windows):
14449         (AddWindow):
14450         * fvwm/geometry.c (get_window_borders):
14451         (gravity_get_naked_geometry):
14452         (gravity_add_decoration):
14453         (constrain_size):
14454         don't use title_g.width and title_g.height anymore
14456         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14457         new macro
14459         * fvwm/borders.c (SetupTitleBar):
14460         * fvwm/add_window.c (setup_title_window):
14461         don't use title_g.x and title_g.y anymore
14462         (setup_title_geometry):
14463         new function
14465         * fvwm/fvwm.h (FvwmWindow):
14466         replaced title_g by title_length and title_thickness
14467         renamed title_text_y to title_text_offset
14469         * fvwm/add_window.c (setup_style_and_decor):
14470         (setup_parent_window):
14471         * fvwm/decorations.c (SelectDecor):
14472         * fvwm/placement.c (PlaceWindow):
14473         * fvwm/windowlist.c (CMD_WindowList):
14474         * fvwm/events.c (SendConfigureNotify):
14475         (HandlePropertyNotify):
14476         (HandleMapNotify):
14477         * fvwm/move_resize.c (DisplaySize):
14478         (ParseOneResizeArgument):
14479         (GetResizeArguments):
14480         (GetResizeMoveArguments):
14481         (resize_window):
14482         (resize_move_window):
14483         * fvwm/geometry.c (gravity_get_naked_geometry):
14484         (gravity_add_decoration):
14485         (constrain_size):
14486         don't use boundary_width anymore
14488         * fvwm/borders.c (SetupTitleBar):
14489         made static
14491         * fvwm/fvwmdebug.c:
14492         removed outdated file that was never used
14494         * fvwm/move_resize.c (move_window_doit):
14495         fixed GNOME and EWMH hints when unsticking a window
14497         * fvwm/virtual.c (CMD_MoveToDesk):
14498         unstick windows when MoveToDesk is used
14500         * fvwm/builtins.c:
14501         * fvwm/windowshade.c (CMD_WindowShade):
14502         (CMD_WindowShadeAnimate):
14503         functions moved to windowshade.c
14505         * fvwm/window_flags.h:
14506         * fvwm/menus.c (pop_menu_up):
14507         * fvwm/builtins.c (CMD_WindowShade):
14508         * fvwm/move_resize.c (resize_window):
14509         * fvwm/icons.c (AutoPlaceIcon):
14510         * fvwm/borders.c (SetupFrame):
14511         don't use HAS_BOTTOM_TITLE any more
14512         (ButtonPosition):
14513         function removed
14515         * fvwm/geometry.c (get_title_font_width_and_offset):
14516         * fvwm/geometry.c (set_window_border_size):
14517         * fvwm/geometry.c (is_window_border_minimal):
14518         * fvwm/geometry.c (get_window_borders_no_title):
14519         * fvwm/geometry.c (get_shaded_client_window_pos):
14520         * fvwm/geometry.c (get_icon_corner):
14521         * fvwm/geometry.c (get_title_gravity):
14522         * fvwm/geometry.c (get_title_geometry):
14523         * fvwm/borders.c (get_button_number):
14524         new functions
14526         * fvwm/borders.c (SetupFrame):
14527         (SetShape):
14528         * fvwm/events.c (HandleShapeNotify):
14529         * fvwm/borders.c (SetupTitleBar):
14530         * fvwm/update.c (apply_window_updates):
14531         * fvwm/add_window.c (setup_window_font):
14532         removed title_top_height
14534         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14535         renamed
14537         * fvwm/events.c (SendConfigureNotify):
14538         * fvwm/events.c (HandleConfigureRequest):
14539         preparations for W/E titles
14540         don't use title_top_height any more
14542         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14543         use title_dir flags
14545         * fvwm/geometry.c (get_window_borders):
14546         * fvwm/style.c (parse_and_set_window_style):
14547         (check_window_style_change):
14548         * fvwm/style.h (SCSET_TITLE_DIR):
14549         * fvwm/window_flags.h (GET_TITLE_DIR):
14550         * fvwm/fvwm.h (struct):
14551         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14552         DIR_W or DIR_E
14554         * libs/Parse.c (ParseDirectionArgument):
14555         * libs/Parse.h:
14556         use new type direction_type
14558 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14560         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14561         use function from geometry.c to get the border size
14563         * fvwm/geometry.c (get_shaded_geometry):
14564         added code for shading in all directions
14566 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14568         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14570 2002-03-07  olicha  <olivier.chapuis@free.fr>
14572         * libs/Flocale.c (FInitLocale):
14573         * fvwm/fvwm.c (main):
14574         Set the locale using "" as locale argument
14576 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14578         * fvwm/fvwm2.1:
14579         fixed some typos and indentation of several new variable entries
14581 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14583         * fvwm/functions.h (enum):
14584         * fvwm/functions.c (func_config):
14585         * fvwm/commands.h:
14586         * fvwm/conditional.c (CMD_ThisWindow):
14587         renamed command "This" to "ThisWindow"
14589         * fvwm/conditional.c (Circulate):
14590         "Current" no longer selects a random window when no window is focused
14592         * fvwm/icccm2.c (SetupICCCM2):
14593         removed debug fprintf
14595         * fvwm/functions.c (expand_extended_var):
14596         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14597         pointer.wy, pointer.cx and pointer.cy.
14599         * libs/Parse.c (ParseDirectionArgument):
14600         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14602         * fvwm/builtins.c (CMD_WindowShade):
14603         fixes for animated shading w/ titleatbottom+north and titleattop+south
14605 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14607         * fvwm/move_resize.c (moveLoop):
14608         (resize_window):
14609         * fvwm/virtual.c (HandlePaging):
14610         moving/resizing windows opaque is much faster
14612 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14614         * fvwm/add_window.c (resize_resize_handle_windows):
14615         (change_resize_handle_windows):
14616         (setup_window_font):
14617         fixed changing the handlewidth style
14619         * fvwm/update.c (apply_window_updates):
14620         * fvwm/geometry.c (update_absolute_geometry):
14621         * fvwm/builtins.c (CMD_WindowShade):
14622         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14623         * fvwm/conditional.c (CreateConditionMask):
14624         * fvwm/geometry.c (get_shaded_geometry):
14625         * fvwm/session.c (MatchWinToSM):
14626         * fvwm/add_window.c (setup_window_structure):
14627         (AddWindow):
14628         * fvwm/window_flags.h (SHADED_DIR):
14629         * fvwm/fvwm.h (struct):
14630         implemented new WindowShade options "North" and "South" to allow shading
14631         a window in either direction, regardless of if the title is at the top
14632         or bottom.
14634         * libs/Module.c (module_expand_action):
14635         new convenience function for modules
14637 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14639         * fvwm/fvwm2.1: Fixes to the font section.
14641 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14643         * fvwm/conditional.c (CMD_WindowId):
14644         set the correct context window for unmanaged windows
14646         * fvwm/icons.c (DrawIconWindow):
14647         raise the icon title even if it's too small to be expanded
14649         * fvwm/conditional.c (CMD_Cond):
14650         Fixed it the right way this time
14651         (CMD_Any):
14652         same fix for the 'Any' command
14653         (circulate_cmd):
14654         (CMD_Prev):
14655         (CMD_Next):
14656         (CMD_None):
14657         (CMD_Any):
14658         (CMD_Current):
14659         unified circulating functions into a single one
14660         (CMD_Pick):
14661         Pick allows to pick functions that have CirculateSkip set
14662         fixed a memory leak
14663         (select_cmd):
14664         (CMD_This):
14665         (CMD_Pick):
14666         (CMD_PointerWindow):
14667         unified selecting functions into a single one
14668         (CMD_PointerKey):
14669         (CMD_All):
14670         Allow user to override the default CirculateHit of these functions
14672         * fvwm/conditional.c (CMD_Cond):
14673         Fixed a problem w/ the window selection
14675         * fvwm/menus.h:
14676         * fvwm/menus.c:
14677         * fvwm/menudim.h:
14678         * fvwm/menudim.c:
14679         * fvwm/menustyle.h:
14680         * fvwm/menustyle.c:
14681         * fvwm/menucmd.c:
14682         * fvwm/menuitem.c:
14683         * fvwm/menuitem.h:
14684         moved some of the menu code into separate files
14685         more work on tear off menus; windowlist can now be torn off without a
14686         memory leak
14688         * fvwm/template.c:
14689         * fvwm/template.h:
14690         added templates for new source files
14692         * libs/Picture.c (fvwmlib_clone_color):
14693         new function
14695         * fvwm/menus.c (make_menu):
14696         (update_menu):
14697         removed unused parameter from make_menu()
14699         * fvwm/fvwm2.1 (Example):
14700         corrected statement about CaptureHonorsStartsOnPage being the default
14702 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14704         * INSTALL.fvwm:
14705         * Makefile.am:
14706         * configure.in:
14707         added and documented --disable-bidi and --disable-perllib
14709 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14711         * fvwm/geometry.c (get_window_borders):
14712         fixed calculation of $[cw.y] and $[cw.height]
14714         * fvwm/move_resize.c (resize_move_window):
14715         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14717 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14719         * fvwm/move_resize.c (resize_move_window):
14721 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14723         * configure.in:
14724         re-added --enable-xinerama-emulation option that was removed recently
14726 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14728         * INSTALL.fvwm:
14729         * NEWS:
14730         * fvwm/fvwm2.1:
14731         several corrections and rewording
14733 2002-02-28  olicha  <olivier.chapuis@free.fr>
14735         * fvwm/fvwm2.1:
14736         New section FONT NAMES AND FONT LOADING
14738         * INSTALL.fvwm:
14739         * NEWS:
14740         Document --enable-xft
14742         * libs/Fft.c (get_FlocaleXftFont):
14743         Used the xft font height in the place of ascent+descent
14745         * fvwm/icons.c (DrawIconWindow):
14746         Fixed the fg colors of the icon title
14748 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14750         * fvwm/conditional.c (CMD_CondCase):
14751         fixed CondCase command
14752         (CMD_Cond):
14753         fixed numeric return codes
14755         * fvwm/add_window.c (CMD_Recapture):
14756         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14758         * acinclude.m4 (smr_CHECK_LIB):
14759         disabled a destructing gnome_prefix logic again
14761         * fvwm/events.c (GetContext):
14762         * libs/Bindings.c (win_contexts):
14763         * libs/fvwmlib.h:
14764         new contexts for individual parts of the window border
14766 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14768         * acinclude.m4:
14769         disabled a destructing gnome_prefix logic
14771         * configure.in:
14772         replaced fribidi detection mechanism, now fribidi-config is used
14774 2002-02-26  olicha  <olivier.chapuis@free.fr>
14776         * acconfig.h (HAVE_XFT):
14777         * acinclude.m4:
14778         * configure.in:
14779         * libs/Fft.c (new file):
14780         * libs/Flocale.c (FlocaleLoadFont):
14781         (FlocaleUnloadFont):
14782         (FlocaleDrawString):
14783         (FlocaleTextWidth):
14784         (get_FlocaleFontSet):
14785         (get_FlocaleFont):
14786         (get_FlocaleFontOrFontSet):
14787         * libs/Flocale.h:
14788         * fvwm/Makefile.am:
14789         Added anti-alised font rendering using Xft. This is off by default.
14790         A font can now be given as a ";" separated list of either ","
14791         separated list of XFLD font name or Xft font name with "xft:" as
14792         prefix, e.g.:
14793           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14794         See Flocale.h for details
14796         * fvwm/events.c (HandleExpose):
14797         * fvwm/menus.c (paint_item):
14798         Always clear the text area before drawing text with an Xft font
14800 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14802         * acinclude.m4 (smr_CHECK_LIB):
14803         fixed a bug with variable expansion and autoconf cache values
14805 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14807         * fvwm/menus.c (seek_submenu_instance):
14808         (FindPopup):
14809         * fvwm/fvwm.c (InitVariables):
14810         some general menu clean up
14812         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14813         * fvwm/move_resize.h (resize_geometry_window):
14814         * fvwm/menus.c (animated_move_back):
14815         (pop_menu_up):
14816         (ParentalMenuRePaint):
14817         Removed the global variables for parental relativity.  Please *do not*
14818         use globals in menus.c or anywhere else.  I'm trying to remove most
14819         globals in the long run.
14821         * libs/Graphics.c (do_relieve_rectangle):
14822         removed debug code
14824         * fvwm/menus.c (MenuInteraction):
14825         fixed tearing off menus by selecting a tear off item with the keyboard
14827         * fvwm/menus.c (MenuInteraction):
14828         fixed menus not popping down sometimes
14830         * fvwm/functions.c (CMD_TearMenuOff):
14831         * fvwm/menus.c (AddToMenu):
14832         (MenuInteraction):
14833         (warp_pointer_to_item):
14834         (get_selectable_item_index):
14835         (get_selectable_item_from_index):
14836         (get_selectable_item_from_section):
14837         (menuShortcuts):
14838         (paint_item):
14839         (draw_tear_off_bar):
14840         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14841         New command "TearMenuOff" in menus.  In a normal item, this tears off
14842         the menu when selected.  If the item has no title, it is drawn as a
14843         dashed line too.  Pressing button 2 over a title tears out the menu too.
14844         some clean up
14846         * fvwm/menus.c (make_menu_window):
14847         fixed problem w/ mapping menus, performance enhancement
14849         * fvwm/builtins.c (CMD_Destroy):
14850         (CMD_Close):
14851         fixed core dump
14853         * fvwm/functions.c (execute_function):
14854         (expand_extended_var):
14855         (expand):
14856         new variable cond.rc that returns the last return code of a conditinal
14857         command
14859 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14861         * fvwm/conditional.c (CMD_Cond):
14862         (CMD_CondCase):
14863         (CMD_Break):
14864         * fvwm/commands.h:
14865         * fvwm/functions.h:
14866         * fvwm/functions.c:
14867         new conditional commands Cond, CondCase and Break
14869         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14870         (ewmh_WMStateShaded):
14871         (ewmh_WMState):
14872         (ewmh_MoveResize):
14873         (ewmh_WMStateHidden):
14874         (ewmh_WMDesktop):
14875         (ewmh_CloseWindow):
14876         (ewmh_ActiveWindow):
14877         (ewmh_DesktopGeometry):
14878         * fvwm/gnome.c (GNOME_HandlePropRequest):
14879         * fvwm/windowlist.c (CMD_WindowList):
14880         * fvwm/update.c (apply_window_updates):
14881         * fvwm/conditional.c (CMD_Pick):
14882         (CMD_Prev):
14883         (CMD_Next):
14884         (CMD_None):
14885         (CMD_Any):
14886         (CMD_Current):
14887         (CMD_PointerWindow):
14888         (CMD_This):
14889         (CMD_All):
14890         (CMD_Direction):
14891         (CMD_WindowId):
14892         * fvwm/read.c (run_command_stream):
14893         * fvwm/fvwm.c (Done):
14894         (SetRCDefaults):
14895         (StartupStuff):
14896         (main):
14897         * fvwm/module_interface.c (ExecuteModuleCommand):
14898         * fvwm/move_resize.c (handle_stick):
14899         * fvwm/add_window.c (AddWindow):
14900         * fvwm/events.c (HandleKeyPress):
14901         (HandleButtonPress):
14902         (HandleClientMessage):
14903         (HandleButtonRelease):
14904         (HandlePropertyNotify):
14905         * fvwm/builtins.c (CMD_DestroyDecor):
14906         (AddToDecor):
14907         (CMD_StrokeFunc):
14908         * fvwm/functions.h (func_type):
14909         * fvwm/functions.c (old_execute_function):
14910         (execute_function):
14911         (execute_complex_function):
14913         * fvwm/fvwm.h (fvwm_cond_func_rc):
14914         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14916         * fvwm/ConfigFvwmDefaults:
14917         set some default styles for tear off menu windows
14919         * fvwm/menus.c (menuShortcuts):
14920         ignore actions that would normally close a menu if it's a tear off menu
14921         <Backspace> creates a tear off menu
14922         <Escape> closes a tear off menu
14924         * fvwm/builtins.c (CMD_Delete):
14925         (CMD_Destroy):
14926         (CMD_Close):
14927         * fvwm/menus.c (DestroyMenu):
14928         (make_menu_window):
14929         (MenuInteraction):
14930         * fvwm/menus.h (MenuRootDynamic):
14931         Each menu window is created with a unique display to prevent fvwm from
14932         being killed when a tear off menu is destroyed.  Of course this is
14933         inefficient, but still better than writing a menu module.
14935 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14937         * configure.in:
14938         autogenerate perllib/FVWM/Module/Makefile
14940 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14942         * fvwm/move_resize.c (moveLoop):
14943         fixed a problem with keyboard movement vs. EdgeResistance
14945 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14947         * fvwm/events.c:
14948         fixed problem with root bindings and xfishtank
14950         * fvwm/windowlist.c (CMD_WindowList):
14951         applied patch by to Darren Marshall to fix placement of window list on
14952         wrong xinerama screen
14954         * libs/Parse.c (GetSuffixedIntegerArguments):
14955         integer arguments that must not have a suffix but have one are ignored
14957         * fvwm/icons.c (DeIconify):
14958         (Iconify):
14959         applied patch by Markus Schwarzenberg to fix a rare problem with the
14960         is_map_pending flag, iconified icons and restart
14962 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
14964         * fvwm/commands.h:
14965         * fvwm/conditional.c (CMD_This):
14966         * fvwm/functions.c:
14967         * fvwm/functions.h:
14968         * fvwm/fvwm2.1:
14969         * NEWS:
14970         added new conditional command This
14972 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
14974         * acconfig.h:
14975         * configure.in:
14976         added fribidi library detection
14978 2002-02-12  olicha  <olivier.chapuis@free.fr>
14980         * libs/Flocale.h (FlocaleFont):
14981         * libs/Flocale.c (get_FlocaleFont):
14982         (get_FlocaleFontSet):
14983         Compute the ascent and descent of the FlocaleFont structure directly
14984         from the XFontSetExtents data in the case of a fontset
14985         Added max_char_width to the FlocaleFont structure
14987         * libs/Makefile.am (libfvwm_a_SOURCES):
14988         * libs/GetFont.c:
14989         Removed libs/GetFont.c
14991         * fvwm/menus.c (FreeMenuStyle):
14992         (UpdateMenuStyle):
14993         (NewMenuStyle):
14994         (CMD_CopyMenuStyle):
14995         * fvwm/menus.h (MenuLook):
14996         Fixed default font handling font by using a new MenuLook flags
14997         USING_DEFAULT_FONT
14999         * fvwm/menus.c (UpdateMenuStyle):
15000         Fixed default font update
15002         * fvwm/fvwm.c (SetRCDefaults):
15003         (InitVariables):
15004         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15005         fvwm initialization
15007 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
15009         * configure.in:
15010         added FvwmPerl/* file generation
15012 2002-02-11  olicha  <olivier.chapuis@free.fr>
15014         * INSTALL.fvwm:
15015         * NEWS:
15016         Multibyte news. Document --disable-compound-text and --disable-ewmh.
15018         * libs/Flocale.h:
15019         Added more documentation and change the MB_FALLBACK_FONT to
15020         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15021         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15022         more consistent with the none multibyte case.
15024 2002-02-10  olicha  <olivier.chapuis@free.fr>
15026         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15027         (EWMH_ExitStuff):
15028         * fvwm/events.c (HandleUnmapNotify):
15029         (HandleReparentNotify):
15030         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15031         (ewmh_WMStateSticky):
15032         (ewmh_WMStateHidden):
15033         Restore various ewmh initial states when a window is  unmapped or
15034         reparented
15036 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
15038         * Makefile.am:
15039         * configure.in:
15040         added support for new perllib directory
15042 2002-02-09  olicha  <olivier.chapuis@free.fr>
15044         * libs/fvwmlib.h:
15045         * libs/Flocale.c:
15046         * libs/Flocale.h:
15047         * acconfig.h:
15048         * configure.in:
15049         Rename I18N_MB to MULTIBYTE
15050         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15052         * libs/Flocale.c (*):
15053         * libs/Flocale.h:
15054         New Font and Text API. A cache is used for fonts information. Font
15055         loading is more powerfull as both font or fontset can be loaded.
15056         See Flocale.h for details, more comments will be added soon.
15057         Fortunately, it seems that there are no more memory problems with
15058         --enable-multibyte!
15059         If COMPOUND_TEXT, then non XA_STRING text properties are converted
15060         with XmbTextPropertyToTextList
15062         * fvwm/events.c (HandlePropertyNotify):
15063         * fvwm/misc.c (NewFontAndColor):
15064         * fvwm/icons.h:
15065         * fvwm/misc.h:
15066         * fvwm/menus.c (FreeMenuStyle):
15067         (NewMenuStyle):
15068         (CMD_CopyMenuStyle):
15069         (draw_underline):
15070         (calculate_item_sizes):
15071         (size_menu_horizontally):
15072         (paint_item):
15073         * fvwm/builtins.c (CMD_DefaultFont):
15074         (ApplyDefaultFontAndColors):
15075         * fvwm/add_window.c (destroy_icon_font):
15076         (setup_icon_font):
15077         (destroy_window_font):
15078         (setup_window_font):
15079         (free_window_names):
15080         (setup_window_name):
15081         (setup_icon):
15082         * fvwm/fvwm.h (FvwmWindow):
15083         * fvwm/move_resize.c (DisplayPosition):
15084         (resize_geometry_window):
15085         (DisplaySize):
15086         * fvwm/fvwm.c (InitVariables):
15087         * fvwm/icons.c (DrawIconWindow):
15088         (setup_icon_title_size):
15089         * fvwm/borders.c (RedrawTitle):
15090         (DrawMultiPixmapTitlebar):
15091         * fvwm/screen.h (ScreenInfo):
15092         Use the new Text and Font API
15094 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15096         * fvwm/module_interface.c (PositiveWrite):
15097         fixed core dump when a module died in the select of PositiveWrite()
15099         * fvwm/module_interface.c (initModules):
15100         (ClosePipes):
15101         (do_execute_module):
15102         (KillModule):
15103         (KillModuleByName):
15104         (CMD_SendToModule):
15105         (PositiveWrite):
15106         * fvwm/modconf.c (ModuleConfig):
15107         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15109         * fvwm/icons.c (GetXPMFile):
15110         suppress unnecessary error message for xmb icons
15112         * fvwm/misc.c (fvwm_msg):
15113         * fvwm/misc.h (enum):
15114         added new fvwm_msg type "OLD" for deprecated commands
15116 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
15118         * configure.in:
15119         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15121         * INSTALL.fvwm:
15122         New section "Bug Reports".
15124 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15126         * fvwm/update.c (apply_window_updates):
15127         fixed propagation of window border and title colours to the modules
15129 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15131         * fvwm/menus.c (do_menu):
15132         fixed leaving tear off menus when something is selected with the mouse
15134 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15136         * fvwm/events.c (HandleEnterNotify):
15137         * fvwm/menus.c:
15138         more work on tear off menus
15140 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15142         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15143         * fvwm/menus.c (menu_enter_tear_off_menu):
15144         (find_entry):
15145         (menuShortcuts):
15146         (MenuInteraction):
15147         (pop_menu_up):
15148         properly calculate pointer position in tear off menus
15149         (MenuInteraction):
15150         fixed active wait w/ poopup/popdown delays
15152         * fvwm/windowlist.c (CMD_WindowList):
15153         don't initialise some variables twice
15155 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15157         * fvwm/add_window.c (CaptureOneWindow):
15158         properly recapture tear off menus
15160         (IS_MESSAGE_IN_MASK):
15161         (is_message_selected):
15162         (PositiveWrite):
15163         (PositiveWrite):
15164         * fvwm/schedule.c (deschedule):
15165         (squeue_execute):
15166         * fvwm/events.c (My_XNextEvent):
15167         * libs/queue.h:
15168         * fvwm/module_interface.c (ClosePipes):
15169         (CMD_ModuleSynchronous):
15170         (KillModule):
15171         performance enhancements; made macros out of simple functions
15173         * fvwm/builtins.c (CMD_WindowShade):
15174         don't redraw the decorations if window was not shaded or unshaded
15176         * fvwm/schedule.c (deschedule_obj_func):
15177         (execute_obj_func):
15178         fixed core dump when a scheduled command deschedules itself
15180 2002-01-31  olicha  <olivier.chapuis@free.fr>
15182         * NEWS:
15183         FvwmButtons news
15185 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
15187         * NEWS:
15188         * fvwm/move.c (moveLoop):
15189         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15191         * fvwm/session.c (get_version_string):
15192         switch from static to date-based version string
15194         * configure.in:
15195         remove --enable-kanji compatibility option
15197         * fvwm/schedule.h:
15198         * libs/queue.h:
15199         fix warnings, gcc compains on having something after #endif
15201 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15203         * fvwm/builtins.c (CMD_Delete):
15204         (CMD_Close):
15205         (CMD_Destroy):
15206         don't crash fvwm when trying to close a tear off menu
15208         * fvwm/decorations.c (is_function_allowed):
15209         * fvwm/menus.c (menu_expose):
15210         (do_menu):
15211         * fvwm/events.c (HandleReparentNotify):
15212         (HandleUnmapNotify):
15213         * fvwm/add_window.c (AddWindow):
15214         (AddWindow):
15215         * fvwm/fvwm.h (struct):
15216         * fvwm/add_window.c (CaptureAllWindows):
15217         (CaptureOneWindow):
15218         * fvwm/events.h (flush_property_notify):
15219         * fvwm/events.c (HandleMapRequestKeepRaised):
15220         started work on tear off menus
15222         * fvwm/fvwm.c (main):
15223         * fvwm/events.c (CMD_Sync):
15224         (CMD_Synchronize):
15225         * fvwm/commands.h (CMD_Synchronize):
15226         * fvwm/functions.h (enum):
15227         * fvwm/functions.c (func_config):
15228         new commands XSync and XSynchronize for debugging
15230         * fvwm/conditional.c (CreateConditionMask):
15231         (MatchesConditionMask):
15232         * fvwm/builtins.c (CMD_State):
15233         * fvwm/fvwm.h (struct):
15234         * fvwm/functions.h:
15235         * fvwm/commands.h:
15236         * fvwm/functions.c (func_config):
15237         new command "State"
15238         new condition "State"
15240         * libs/queue.c:
15241         fixed core dump
15243 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15245         * fvwm/module_interface.c (AddToMessageQueue):
15246         (initModules):
15247         (DeleteMessageQueueBuff):
15248         (FlushMessageQueue):
15249         * fvwm/events.c (My_XNextEvent):
15250         * fvwm/module_interface.c (AddToCommandQueue):
15251         (ExecuteCommandQueue):
15252         use code from queue.c
15254         * fvwm/schedule.c:
15255         * fvwm/queue.c:
15256         * fvwm/queue.h:
15257         * fvwm/events.c (My_XNextEvent):
15258         "Schedule 0" commands are executed before event handling
15259         moved some of the chedule code into a new queue library
15261 2002-01-30  olicha  <olivier.chapuis@free.fr>
15263         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15265 2002-01-30  olicha  <olivier.chapuis@free.fr>
15267         * libs/Flocale.c:
15268         * libs/Flocale.h:
15269         * libs/Makefile.am:
15270         * fvwm/fvwm.c (main):
15271         New libs files Flocale.c and Flocale.h with a function to set the
15272         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15273         also a function to get the charset (from ewmh_name.c) and which
15274         setlocale if this has not been done with the above function. This
15275         function is also called at fvwm2 startup
15277         * fvwm/ewmh_names.c (charset_to_utf8):
15278         (utf8_to_charset):
15279         Use the Fcharset variable and remove get_charset
15281         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15282         A minor fix
15284         * libs/GetFont.c (GetFontSetOrFixed):
15285         Free the missing charset list as suggested by Alexander Kotelnikov.
15286         Report problems with missing charset only 5 times. Remove the
15287         STRICTLY_FIXED code
15289 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15291         * configure.in:
15292         a patch to config.status to generate scripts executable, may be handy;
15293         added generation of utils/fvwm24_convert
15295 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15297         * fvwm/schedule.c:
15298         * fvwm/functions.c (expand_extended_var):
15299         implemented $[schedule.last] and $[schedule.next] variables
15300         implemented new command "Deschedule"
15302         * fvwm/misc.c (get_server_time):
15303         fixed MouseFocus
15305 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15307         * fvwm/misc.c (get_server_time):
15308         * fvwm/events.c (My_XNextEvent):
15309         * fvwm/icccm2.c (SetupICCCM2):
15310         * fvwm/functions.h:
15311         * fvwm/commands.h:
15312         * fvwm/functions.c (func_config):
15313         * fvwm/schedule.c:
15314         implemented new command "Schedule"
15316         * fvwm/builtins.c (CMD_Exec):
15317         applied job control patch by Alexander Kotelnikov using the portable
15318         version of setpgrp()
15320         * libs/setpgrp.c (fvwm_setpgrp):
15321         * libs/setpgrp.h (fvwm_setpgrp):
15322         * libs/Makefile.am:
15323         * configure.in:
15324         added checks for setpgrp and setpgid
15326 2002-01-29  olicha  <olivier.chapuis@free.fr>
15328         * acinclude.m4:
15329         Better test for iconv second argumeny
15331         * configure.in:
15332         Use gnu libiconv in priority against the system iconv
15334 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15336         * fvwm/stack.c (RaiseOrLowerWindow):
15337         (restack_windows):
15338         (collect_transients_recursive):
15339         * fvwm/icons.c (get_visible_icon_window_count):
15340         fixed stack ring corruption with icons that have either no picture or
15341         no title
15343 2002-01-28  olicha  <olivier.chapuis@free.fr>
15345         * fvwm/ewmh_names.c (charset_to_utf8):
15346         (utf8_to_charset):
15347         (EWMH_SetVisibleName):
15348         (get_charset):
15349         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15350         set the ewmh visible (icon) name only if the fvwm visible name is
15351         different from the ICCCM (icon) window name, limit the number of
15352         conversions error messages to 10
15354 2002-01-28  olicha  <olivier.chapuis@free.fr>
15356         * fvwm/functions.c (func_config):
15357         * fvwm/commands.h:
15358         * fvwm/builtins.c (CMD_PropertyChange):
15359         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15360         messages
15362         * fvwm/module_interface.h:
15363         * fvwm/module_interface.c (BroadcastPropertyChange):
15364         * libs/Module.h (MX_PROPERTY_CHANGE):
15365         New module message MX_PROPERTY_CHANGE for all propose messages.
15367         * fvwm/events.c (HandlePropertyNotify):
15368         * libs/defaults.h:
15369         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15370         as argument when fvwm2 detects that the root background change
15371         Removed the ROOT_BG_CHANGE_STRING stuff
15373 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15375         * NEWS, configure.in:
15376         changed version to 2.5.1
15378         * fvwm/misc.c (get_pointer_fvwm_window):
15379         * fvwm/commands.h:
15380         * fvwm/functions.c (func_config):
15381         * fvwm/conditional.c (CreateConditionMask):
15382         (MatchesConditionMask):
15383         (CMD_PointerWindow):
15384         (CreateConditionMask):
15385         (CMD_Any):
15386         * fvwm/fvwm.h (WindowConditionMask):
15387         new conditions focused, !focused, haspointer, !haspointer
15388         new command PointerWindow that works like Current but on the window
15389         that currently contains the pointer
15390         new command Any which works like None but inverts the condition
15391         fixed parsing of conditions with more than one comma
15393         * fvwm/module_interface.h:
15394         * fvwm/module_interface.c (do_execute_module):
15395         (initModules):
15396         * libs/Module.h (MAX_XMSG_MASK):
15397         fixed default message mask for modules
15399         * fvwm/update.c (flush_window_updates):
15400         * fvwm/virtual.c (UnmapDesk):
15401         (MapDesk):
15402         (do_move_window_to_desk):
15403         * fvwm/icons.c (DeIconify):
15404         (DeIconify):
15405         * fvwm/events.c (HandlePropertyNotify):
15406         (HandleMapRequestKeepRaised):
15407         (HandleMapNotify):
15408         (HandleButtonPress):
15409         (HandleEnterNotify):
15410         (HandleLeaveNotify):
15411         * fvwm/focus.c (DoSetFocus):
15412         (MoveFocus):
15413         (SetFocusWindow):
15414         (ReturnFocusWindow):
15415         (DeleteFocus):
15416         (ForceDeleteFocus):
15417         (FocusOn):
15418         (restore_focus_after_unmap):
15419         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15420         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15421         the flush_window_updates() function.
15423 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15425         * fvwm/placement.c (PlaceWindow):
15426         minor performance enhancement
15428 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15430         * libs/defaults.h:
15431         * fvwm/menus.c (MenuInteraction):
15432         (pointer_in_active_item_area):
15433         (pointer_in_passive_item_area):
15434         new menu style PopupActiveArea
15436 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15438         * fvwm/move_resize.c (CMD_ResizeMaximize):
15439         (CMD_ResizeMoveMaximize):
15440         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15442 2002-01-21  olicha  <olivier.chapuis@free.fr>
15444         * fvwm/fvwm2.1:
15445         s/Penalities/Penalties/g
15447 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15449         * fvwm/events.c (HandleLeaveNotify):
15450         (HandleEnterNotify):
15451         * fvwm/modconf.c (ModuleConfig):
15452         * fvwm/update.c (apply_window_updates):
15453         * fvwm/module_interface.c (BroadcastWindowIconNames):
15454         (CMD_Send_WindowList):
15455         (initModules):
15456         (do_execute_module):
15457         (PositiveWrite):
15458         (CMD_set_nograb_mask):
15459         (CMD_set_sync_mask):
15460         (CMD_set_mask):
15461         (set_mseggage_mask):
15462         (is_message_in_mask):
15463         (is_message_selected):
15464         * libs/Module.h:
15465         rewrote message interface to allow more than 32 messages with minimal
15466         changes in the existing interfaces.
15467         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15469         * fvwm/style.h:
15470         * fvwm/style.c (parse_and_set_window_style):
15471         * fvwm/fvwm.h (struct):
15472         * fvwm/events.c (HandleButtonPress):
15473         implemented new styles MouseFocusClickIgnoreMotion and
15474         MouseFocusClickIgnoreMotionOff
15476         * fvwm/focus.c (focus_grab_buttons):
15477         fixed button mask for > 5 buttons
15479 2002-01-19  olicha  <olivier.chapuis@free.fr>
15481         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15482         Save and restore the icon_pixmap_w and add comments
15484 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15486         * fvwm/events.c (HandleEnterNotify):
15487         fixed EnterNotify events for icons
15489 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15491         * fvwm/*.c:
15492         * fvwm/stack.c (overlap_box):
15493         (overlap):
15494         * fvwm/icons.c (clear_icon):
15495         * fvwm/add_window.c (destroy_icon):
15496         * fvwm/fvwm.h (FvwmWindow):
15497         * fvwm/geometry.c (get_window_borders):
15498         (get_client_geometry):
15499         * libs/fvwmrect.h (struct):
15500         * fvwm/functions.c (expand_extended_var):
15501         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15502         return the geometry of the client window
15503         implemented new extended variables it.x, it.y, it.width, it.height that
15504         return the geometry of the icon title
15505         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15506         return the geometry of the icon picture
15507         implemented new extended variables i.x, i.y, i.width, i.height that
15508         return the geometry of the whole icon
15509         fixed $[w.height] when the window is shaded
15510         cleaned up icon geometry code
15512 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15514         * fvwm/commands.h:
15515         * fvwm/functions.c:
15516         * fvwm/functions.h:
15517         * fvwm/move_resize.c (unmaximize_fvwm_window):
15518         (maximize_fvwm_window):
15519         (CMD_Maximize):
15520         (CMD_ResizeMaximize):
15521         (CMD_Resize):
15522         (resize_window):
15523         (CMD_ResizeMove):
15524         (resize_move_window):
15525         (CMD_ResizeMoveMaximize):
15526         New command ResizeMaximize.  Works like Resize, but modifies the
15527         maximized size of the window, not the normal size.
15528         New command ResizeMoveMaximize that works similarly.
15529         (resize_move_window):
15530         fixed ResizeMove command
15532         * fvwm/functions.c (expand):
15533         fixed core dump when using something like $[$v] in a command
15535 2002-01-17  olicha  <olivier.chapuis@free.fr>
15537         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15538         * fvwm/events.c (HandlePropertyNotify):
15539         * fvwm/fvwm.c (InternUsefulAtoms):
15540         * fvwm/extern.h:
15541         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15542         that the root background has changed. This uses the _XSETROOT_ID
15543         and XROOTPMAP_ID properties
15545         * fvwm/ewmh.c (atom_get):
15546         Be paranoid
15548 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15550         * fvwm/update.c (flush_window_updates):
15551         fixed unnecessary window style updates
15553         * fvwm/style.c (parse_and_set_window_style):
15554         * fvwm/add_window.c (RestoreWithdrawnLocation):
15555         (AddWindow):
15556         (setup_frame_attributes):
15557         * fvwm/fvwm.h (FvwmWindow):
15558         Fvwm does no longer disable backing store on all of its windows. This
15559         cause too many problems with some applications, e.g. rdist.  Introduced
15560         the new style BackingStoreWindowDefault that tells fvwm not to modify
15561         the backing store attribute on the client window - which now is the
15562         default.
15564 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15566         * fvwm/commands.h:
15567         * fvwm/functions.c (func_config):
15568         * libs/Module.c (SetMessageMask2):
15569         (SetNoGrabMask2):
15570         * libs/Module.h:
15572         * configure.in:
15573         fixed building with libstroke-0.5.1 on Solaris8
15575         * fvwm/stack.c (new_layer):
15576         * fvwm/borders.c (DrawButton):
15577         (RedrawButtons):
15578         (RedrawTitle):
15579         * fvwm/builtins.c (SetLayerButtonFlag):
15580         (do_button_style):
15581         * fvwm/screen.h (struct):
15582         Applied the layer button patch by Richard Curnow with a few
15583         modifications
15585         * fvwm/icons.c (GetIconBitmap):
15586         (GetIconWindow):
15587         Ignore client icons that have the wrong depth
15589         * fvwm/events.c (HandleEnterNotify):
15590         Tried to fix focusing problem w/ unclutter.
15592 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15594         * fvwm/functions.c (CheckActionType):
15595         remove debug code
15597         * fvwm/menus.c (paint_item):
15598         * fvwm/misc.c (is_function_allowed):
15599         * fvwm/move_resize.c (is_move_allowed):
15600         (is_resize_allowed):
15601         (is_maximize_allowed):
15602         * fvwm/decorations.c (check_if_function_allowed):
15603         combined all these functions into a new one
15604         use this function everywhere
15605         use the Fixed... styles to decide if a menu item is greyed or not
15607 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15609         * fvwm/events.c (HandleExpose):
15610         eat up expose events even if the server claims that the expose count is
15611         zero; fixes a problem with many redraws of windows that are uncovered
15612         by shading a window above them
15614 2002-01-10  olicha  <olivier.chapuis@free.fr>
15616         * fvwm/focus.c (DoSetFocus):
15617         * fvwm/move_resize.c (CMD_Maximize):
15618         (CMD_Maximize):
15619         (handle_stick):
15620         (CMD_ResizeMove):
15621         (CMD_Resize):
15622         * fvwm/icons.c (DeIconify):
15623         (DeIconify):
15624         (Iconify):
15625         * fvwm/gnome.c (GNOME_HandlePropRequest):
15626         * fvwm/ewmh_names.c (EWMH_WMName):
15627         * fvwm/events.c (HandleFocusIn):
15628         (HandlePropertyNotify):
15629         (HandleMapNotify):
15630         (HandleButtonPress):
15631         (HandleLeaveNotify):
15632         (HandleExpose):
15633         * fvwm/builtins.c (CMD_UpdateDecor):
15634         (CMD_WindowShade):
15635         * fvwm/borders.c (draw_clipped_decorations):
15636         (DrawDecorations):
15637         (RedrawDecorations):
15638         * fvwm/borders.h:
15639         Added a new argument to DrawDecoration similar to draw_window_parts,
15640         which indicate which part of the decor should be cleared. At present
15641         time only CLEAR_FRAME is taken in account and this is used in
15642         ShadeWindow to draw the decoration without flickering. This argument
15643         may be used in the future to reduce opaque resizing flickering
15645         * fvwm/builtins.c (CMD_WindowShade):
15646         Draw the decoration during unshading a window
15648         * fvwm/menus.c (ParentalMenuRePaint):
15649         Fixed transparent animated menu again
15651         * NEWS:
15652         Some update
15654 2002-01-09  olicha  <olivier.chapuis@free.fr>
15656         * fvwm/style.c (CMD_Style):
15657         free all the elements of the ptmpstyle before freeing it
15659         * fvwm/menus.c (ParentalMenuRePaint):
15660         Fixed transparent animated menu with HilightBackOff
15662 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15664         * fvwm/style.c (merge_styles):
15665         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15666         in the copied style
15668 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15670         * fvwm/modconf.c (send_ignore_modifiers):
15671         (send_move_threshold):
15672         (send_click_time):
15673         (send_colorsets):
15674         (send_color_limit):
15675         (send_image_path):
15676         (send_desktop_geometry):
15677         (CMD_Send_ConfigInfo):
15678         moved code into new functions
15680         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15681         moved to defaults.h
15683         * fvwm/bindings.c (CMD_IgnoreModifiers):
15684         * fvwm/module_interface.c (broadcast_xinerama_state):
15685         * fvwm/modconf.c (send_ignore_modifiers):
15686         broadcast IgnoreModifiers to modules
15688         * fvwm/bindings.c (CMD_IgnoreModifiers):
15689         fixed IgnoreModifiers command without arguments
15690         * fvwm/fvwm2.1:
15691         corrected documentation of IgnoreModifiers command
15693 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15695         * fvwm/add_window.c:
15696         * fvwm/cursor.c:
15697         * fvwm/virtual.c:
15698         * fvwm/builtins.c:
15699         * fvwm/bindings.c:
15700         * fvwm/move_resize.c:
15701         * fvwm/events.c:
15702         * fvwm/stack.c:
15703         * fvwm/module_interface.c:
15704         * fvwm/focus.c:
15705         * fvwm/placement.c:
15706         * fvwm/menus.c:
15707         * fvwm/icons.c:
15708         * fvwm/fvwm.h (FvwmWindow):
15709         remnamed icon_w member to icon_title_w
15711 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15713         * fvwm/icons.c (RedoIconName):
15714         fixed sizing of icon title for icons without a pixmap
15715         (RedoIconName):
15716         (CreateIconWindow):
15717         (Iconify):
15718         (CreateIconWindow):
15719         rewrote icon title layout and moved the constants to defaults.h
15721         * fvwm/menus.c (menuShortcuts):
15722         (handle_emacs_bindings):
15723         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15725 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15727         * fvwm/fvwm2.1: Language checks done.
15728         .IR command not in column 1 fixed.
15730 2002-01-04  olicha  <olivier.chapuis@free.fr>
15732         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15733         (AnimatedMoveOfWindow):
15734         (AnimatedMoveFvwmWindow):
15735         (move_window_doit):
15736         * fvwm/menus.c (ParentalMenuRePaint):
15737         (animated_move_back):
15738         (pop_menu_up):
15739         Fixed transparent animated menu
15741 2002-01-03  olicha  <olivier.chapuis@free.fr>
15743         * fvwm/move_resize.c (is_resize_allowed):
15744         (is_move_allowed):
15745         Do not check if moveing/resizeing is MWM allowed for a no user request
15746         This fix for example FvwmWinList with MwmFunctions & NoOverride
15748         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15749         * fvwm/move_resize.c (is_move_allowed):
15750         Allowed moving if tmp_win is null and check if move is allowed and
15751         not resize in AnimatedMoveAnyWindow. This fix animated menu
15753         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15754         (ewmh_AllowsMove):
15755         (ewmh_AllowsResize):
15756         Check as a user request
15758         * fvwm/fvwm2.1:
15759         * fvwm/move_resize.c (CMD_Maximize):
15760         (MaximizeWidth):
15761         (MaximizeHeight):
15762         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15763         to ignore the windows with a layer less or equal to the layer of
15764         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15765         Reorder a bit the Maximize documentation
15767         * fvwm/fvwm2.1:
15768         * fvwm/functions.c (expand_extended_var):
15769         New variables $[desk.name<n>] to get the desktop names
15771 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15773         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15774         Read with full path.
15776 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15778         * libs/defaults.h:
15779         * fvwm/misc.c (GrabEm):
15780         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15782         * fvwm/events.c (HandleUnmapNotify):
15783         (HandleMapRequestKeepRaised):
15784         (check_map_request):
15785         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15787         * fvwm/add_window.c (FetchWmProtocols):
15788         (setup_wm_hints):
15789         * fvwm/fvwm.h (FvwmWindow):
15790         * fvwm/events.c (HandleEnterNotify):
15791         (HandlePropertyNotify):
15792         * fvwm/focus.c (refresh_focus):
15793         (set_focus_model):
15794         fixed focus problems with netscape and ddd
15796 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15798         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15799         * libs/Pointer.c (GetLocationFromEventOrQuery):
15800         * fvwm/virtual.c (HandlePaging):
15801         * fvwm/move_resize.c (GetOnePositionArgument):
15802         (InteractiveMove):
15803         (AnimatedMoveAnyWindow):
15804         (moveLoop):
15805         (CMD_Resize):
15806         * fvwm/module_interface.c (ExecuteModuleCommand):
15807         * fvwm/menus.c (do_menu):
15808         (menuShortcuts):
15809         (MenuInteraction):
15810         (get_menu_options):
15811         * fvwm/functions.c (execute_complex_function):
15812         * fvwm/events.c (HandleClientMessage):
15813         (WaitForButtonsUp):
15814         * fvwm/conditional.c (CMD_Direction):
15815         * fvwm/builtins.c (CMD_CursorMove):
15816         (CMD_FakeClick):
15817         (CMD_StrokeFunc):
15818         handle return code of XQueryPointer everywhere; necessary for dual head
15820         * fvwm/misc.c (GrabEm):
15821         Pointer was warped to other screen with a dual head setup
15823 2001-12-31  olicha  <olivier.chapuis@free.fr>
15825         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15826         Removed some code which try to raise ewmh modal window over
15827         its transientfor window; this seems not possible without a new style
15828         or a bad hack in stack.c
15830 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15832         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15833         fallback to fixed font so it shows the right font for I18N.
15835 2001-12-30  olicha  <olivier.chapuis@free.fr>
15837         * fvwm/window_flags.h:
15838         * fvwm/session.c (MatchWinToSM):
15839         (LoadWindowStates):
15840         (SaveWindowStates):
15841         (get_version_string):
15842         * fvwm/move_resize.c (CMD_Maximize):
15843         (handle_stick):
15844         * fvwm/icons.c (CMD_Iconify):
15845         * fvwm/ewmh.c (EWMH_SetWMState):
15846         (EWMH_WindowInit):
15847         (EWMH_ExitStuff):
15848         (EWMH_SetAllowedActions):
15849         (EWMH_WindowInit):
15850         * fvwm/ewmh.h:
15851         * fvwm/ewmh_intern.h:
15852         * fvwm/ewmh_events.c (ewmh_WMState*):
15853         * fvwm/builtins.c (CMD_WindowShade):
15854         * fvwm/stack.c (new_layer):
15855         * fvwm/update.c (apply_window_updates):
15856         * fvwm/update.h (struct):
15857         * fvwm/add_window.c (setup_window_structure):
15858         (setup_window_name):
15859         (setup_icon):
15860         * fvwm/style.c (check_window_style_change):
15861         The skip list and modal ewmh window states are now updated after
15862         an use/ignore ewmh state style changes. The other ewmh states are
15863         starting state only. All the initial ewmh states are keep in memory
15864         for FvwmIdent.
15866         * fvwm/ewmh.c (EWMH_Handle*):
15867         * fvwm/fvwm.h:
15868         Set the ewmh_window_type to an int (and not the corresponding atom)
15869         accordingly to the window type
15871         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15872         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15873         style
15875         * fvwm/ewmh.c (EWMH_GetStyle):
15876         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15877         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15878         hints
15880         * libs/vpacket.h (ConfigWinPacket):
15881         * fvwm/module_interface.c (CONFIGARGSNEW):
15882         (OLDCONFIGARGS):
15883         (CONFIGARGS):
15884         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15885         cfgpacket for FvwmIdent
15887 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15889         * fvwm/move_resize.c (resize_geometry_window):
15890         fixed wrong size calculation of geometry window
15892 2001-12-19  olicha  <olivier.chapuis@free.fr>
15894         * fvwm/ewmh_names.c (convert_charsets):
15895         More precise error messages
15897         * fvwm/fvwm2.1:
15898         A few formatting fixes
15900 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15902         * fvwm/gnome.c (GNOME_SetHints):
15903         fixed window getting frozen into position upon a recapture or restart
15905 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15907         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15909 2001-12-17  olicha  <olivier.chapuis@free.fr>
15911         * fvwm/fvwm2.1:
15912         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15914         * fvwm/ewmh.c (delete_kst_item):
15915         (set_kde_sys_tray):
15916         (EWMH_IsKdeSysTrayWindow):
15917         (EWMH_ManageKdeSysTray):
15918         * fvwm/events.c (HandleReparentNotify):
15919         Fixed reparenting management of kde system tray windows and
15920         added some off debugging code
15922         * fvwm/virtual.c (CMD_DesktopName):
15923         Removed some debugging code
15925 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15927         * fvwm/fvwm.h (struct):
15928         * fvwm/window_flags.h (IS_FIXED_PPOS):
15929         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15930         * fvwm/style.c (parse_and_set_window_style):
15931         (check_window_style_change):
15932         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15933         FixedUSSize, FixedPSize and Variable PPosition, ...
15935         * fvwm/events.c (HandleConfigureRequest):
15936         * fvwm/ewmh.c (ewmh_AllowsResize):
15937         (is_resize_allowed):
15938         (ewmh_AllowsMove):
15939         (ewmh_AllowsMove):
15940         * fvwm/gnome.c (GNOME_SetHints):
15941         (AnimatedMoveAnyWindow):
15942         (CMD_ResizeMove):
15943         use new functions
15944         * fvwm/move_resize.c (is_move_allowed):
15945         (is_resize_allowed):
15946         (is_maximize_allowed):
15947         new functions to clean up some code
15949 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15951         * fvwm/fvwm2.1: Doc fixups.
15953 2001-12-15  olicha  <olivier.chapuis@free.fr>
15955         * fvwm/builtins (CMD_BugOpts):
15956         * fvwm/ewmh.c:
15957         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15958         * fvwm/ewmh_events.c (ewmh_StateHidden):
15959         * fvwm/fvwm.c (InitVariables):
15960         * fvwm/fvwm2.1:
15961         * fvwm/icons.c (CMD_Iconify):
15962         * fvwm/screen.h:
15963         * fvwm/virtual.c (unmap_window):
15964         (map_window):
15965         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15966         to fix the IconicState problems in vitrual.c. New BugOpts
15967         EWMHIconicStateWorkaround for supporting current KDE versions
15969         * fvwm/events.c (HandlePropertyNotify):
15970         * fvwm/ewmh.c (ewmh_AllowsYes):
15971         * fvwm/ewmh.h:
15972         (ewmh_AllowsClose):
15973         (ewmh_AllowsMaximize):
15974         (ewmh_AllowsMove):
15975         (ewmh_AllowsResize):
15976         (EWMH_SetAllowedActions):
15977         (EWMH_WindowInit):
15978         * fvwm/style.c (check_window_style_change):
15979         * fvwm/update.c (apply_window_updates):
15980         * fvwm/update.h:
15981         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15983 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15985         * fvwm/borders.c (RedrawTitle):
15986         * libs/defaults.h (WINDOW_TITLE_OFFSET):
15987         fixed 'stick' lines with long titles
15989 2001-12-11  olicha  <olivier.chapuis@free.fr>
15991         * NEWS:
15992         * fvwm/commands.h:
15993         * fvwm/ewmh.c (ewmh_SetWorkArea):
15994         * fvwm/ewmh.h:
15995         (ewmh_ComputeAndSetWorkArea):
15996         (ewmh_HandleDynamicWorkArea):
15997         (EWMH_GetWorkAreaIntersection):
15998         (EWMH_GetStrutIntersection):
15999         (get_intersection):
16000         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16001         * fvwm/function.c:
16002         * fvwm/function.h:
16003         * fvwm/fvwm.c (InitVariables):
16004         * fvwm/fvwm2.1:
16005         * fvwm/modconf.c (send_desktop_names):
16006         (CMD_Send_ConfigInfo):
16007         * fvwm/placement.c (get_next_x):
16008         (get_next_y):
16009         * fvwm/screen.h:
16010         * fvwm/virtual.c (CMD_DesktopName):
16011         * fvwm/virtual.h:
16012         (GetDesktopName):
16013         New command "DesktopName desk name" to define desktops names for
16014         the FvwmPager, the WindowList and ewmh compliant pagers.
16015         Desktops information (desk, desk name, working areas) is stored in a
16016         new list sub structure of Scr, DesktopsInfo. The head of the list
16017         contains generic information for desks that are not in the list.
16019         * fvwm/windowlist.c (get_desk_title):
16020         (CMD_WindowList):
16021         * fvwm/fvwm2.1:
16022         * NEWS:
16023         New window list options NoDeskNum, NoCurrentDeskTitle,
16024         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16025         the NoGeometry and NoGeometryInfo options.
16027         * fvwm/ewmh.c:
16028         * fvwm/ewmh_names.c:
16029         * fvwm/ewmh_icons.c:
16030         Added some static declarations
16032         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16033         It seems that UTF8 names should not be terminated by a 0
16035         * fvwm/ewmh.c (EWMH_SetClientListStacking):
16036         Set the stacking list in the good orders
16038 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16040         * vms/config.h:
16041         * fvwm/functions.c:
16042         * fvwm/commands.h:
16043         * fvwm/builtins.c:
16044         * fvwm/borders.c:
16045         removed all MULTISTYLE ifdefs
16047         * fvwm/borders.c (RedrawTitle):
16048         fixed title drawing into relief
16050 2001-12-08  olicha  <olivier.chapuis@free.fr>
16052         * fvwm/style.c:
16053         * fvwm/style.h:
16054         * fvwm/fvwm.h:
16055         * fvwm/update.c:
16056         * fvwm/update.h:
16057         * fvwm/window_flags.h:
16058         * fvwm/fvwm2.1:
16059         s/extended_window_name/indexed_window_name/i
16060         s/extended_icon_name/indexed_icon_name/i
16061         s/do_update_window_name/do_update_visible_window_name/
16062         s/do_update_icon_name/do_update_visible_icon_name/
16064         * fvwm/style.c (CMD_Style):
16065         * fvwm/style.h:
16066         (parse_and_set_window_style):
16067         Split CMD_Style into CMD_Style and parse_and_set_window_style
16069 2001-12-06  olicha  <olivier.chapuis@free.fr>
16071         * fvwm/add_window.c (setup_window_name_count):
16072         (setup_icon_name_count):
16073         Better determination of the window and icon names index
16075         * fvwm/add_window.c (AddWindow):
16076         (setup_icon):
16077         * fvwm/events.c (HandlePropertyNotify):
16078         * fvwm/ewmh_names.c (EWMH_WMName):
16079         (EWMH_WMIconName):
16080         * fvwm/module_interface.c (BroadcastWindowIconNames):
16081         * fvwm/module_interface.h:
16082         (CMD_Send_WindowList):
16083         (CMD_set_mask):
16084         (CMD_set_sync_mask):
16085         (CMD_set_nograb_mask):
16086         * fvwm/update.c (apply_window_updates):
16087         * libs/Module.h:
16088         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16089         which are send to modules with BroadcastWindowIconNames.
16090         The set mask cmds use unsigned long mask and not int mask!
16092 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16094         * fvwm/ewmh.h:
16095         * fvwm/ewmh.c:
16096         EWMH without iconv compile fix by Hippo
16098 2001-12-05  olicha  <olivier.chapuis@free.fr>
16100         * fvwm/add_window.c:
16101         * fvwm/ewmh.c (*):
16102         * fvwm/ewmh.h:
16103         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16104         * fvwm/ewmh_events.c:
16105         * fvwm/fvwm.h:
16106         * fvwm/fvwm2.1:
16107         * fvwm/move_resize.c (CMD_Maximize):
16108         * fvwm/placement.c (test_fit):
16109         (PlaceWindow):
16110         * fvwm/session.c (SaveWindowStates):
16111         * fvwm/style.c (merge_styles):
16112         * fvwm/style.h:
16113         (check_window_style_change):
16114         * fvwm/update.c (apply_window_updates):
16115         * fvwm/update.h:
16116         * fvwm/window_flags.h:
16117         New ewmh styles:
16118         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16119         EWMHMaximizeUseDynamicWorkingArea,
16120         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16121         EWMHPlacementUseDynamicWorkingArea,
16122         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16123         EWMHIgnoreStateHints / EWMHUseStateHints,
16124         EWMHIgnoreStrutHints / EWMHUseStrutHints
16126         * fvwm/ConfigFvwmDefaults:
16127         Use EWMHPlacementUseDynamicWorkingArea,
16128         EWMHMaximizeUseDynamicWorkingArea as default placement styles
16130         * NEWS:
16131         * fvwm/add_window.c (setup_placement_penalty):
16132         * fvwm/add_window.h:
16133         (setup_placement_penalty):
16134         (AddWindow):
16135         * fvwm/fvwm.h:
16136         * fvwm/placement.c (get_next_x):
16137         * fvwm/placement.h:
16138         (get_next_y):
16139         (test_fit):
16140         * fvwm/style.c (CMD_Style):
16141         * fvwm/style.h:
16142         (check_window_style_change):
16143         * fvwm/update.c (apply_window_updates):
16144         * fvwm/update.h:
16145         * fvwm/window_flags.h:
16146         * libs/default.h:
16147         New styles PlacementOverlapPenalties and
16148         PlacementOverlapPercentPenalties
16150         * NEWS:
16151         * fvwm/add_window.c (setup_window_name_count):
16152         * fvwm/add_window.h:
16153         (setup_icon_name_count):
16154         (setup_visible_name):
16155         (setup_window_name):
16156         (free_window_names):
16157         (setup_icon):
16158         * fvwm/borders.c (DrawMultiPixmapTitlebar):
16159         (RedrawTitle):
16160         * fvwm/events.c (HandlePropertyNotify):
16161         * fvwm/ewmh_names.c (EWMH_*):
16162         * fvwm/fvwm.h:
16163         * fvwm/icons.c (CreateIconWindow):
16164         (DrawIconWindow):
16165         (RedoIconName):
16166         (AutoPlaceIcon):
16167         (Iconify):
16168         * fvwm/session.c (MatchWinToSM):
16169         * fvwm/style.c (CMD_Style):
16170         * fvwm/style.h:
16171         (check_window_style_change):
16172         * fvwm/update.c (apply_window_updates):
16173         * fvwm/update.h:
16174         * fvwm/window_flags.h:
16175         New styles ExtendedWindowName / SimpleWindowName and
16176         ExtendedIconName / SimpleIconName. TODO: the modules implementation
16178         * fvwm/builtins.c (ReadMultiPixmapDecor):
16179         A -Wall fix
16181         * configure.in:
16182         Fixed gcc test
16184         * session.c (get_version_string):
16185         now is 2.5-3
16187         * fvwm/stack.c (new_layer):
16188         (CMD_Layer):
16189         Fixed ewmh wm state
16191         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16192         Fixed creation of the ewmh icon in the case of the window is iconified
16194 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16196         * fvwm/placement.c (PlaceWindow):
16197         fixed manual placement on Xinerama screens other than the one with the
16198         top left corner of the total screen
16200 2001-11-27  olicha  <olivier.chapuis@free.fr>
16202         * configure.in:
16203         * acinclude.m4:
16204         * acconfig.h:
16205         * fvwm/ewmh_name.c
16206         Check for the second argument of iconv
16208         * configure.in:
16209         Added -Wall to CFLAGS if cc is gcc
16211 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16213         * configure.in:
16214         * acconfig.h:
16215         s/extanded/extended/
16217 2001-11-26  olicha  <olivier.chapuis@free.fr>
16219         * fvwm/Makefile.am:
16220         Fixed (?) iconv_LIBS
16222 2001-11-26  olicha  <olivier.chapuis@free.fr>
16224         * fvwm/functions.c (expand):
16225         Fixed n, c, r expansion
16227 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16229         * fvwm/fvwm2.1: Clean up ewmh stuff.
16231 2001-11-24  olicha  <olivier.chapuis@free.fr>
16233         * fvwm/ewmh_internal.h:
16234         * fvwM/ewmh.c:
16235         Removed a non standard macro
16237 2001-11-24  olicha  <olivier.chapuis@free.fr>
16239         * fvwm/fvwm2.1:
16240         Documented the previous ewmh style in a new Style subsection
16242         * fvwm/functions.c (expand):
16243         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16245 2001-11-24  olicha  <olivier.chapuis@free.fr>
16247         * fvwm/add_window (setup_icon):
16248         (setup_window_structure):
16249         * fvwm/events.c (HandlePropertyNotify):
16250         * fvwm/ewmh.h:
16251         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16252         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16253         (EWMH_DoUpdateWmIcon):
16254         (ewmh_SetWmIconFromPixmap):
16255         (EWMH_DeleteWmIcon):
16256         (EWMH_SetIconFromWMIcon):
16257         * fvwm/ewmh_intern.h:
16258         * fvwm/fvwm.h:
16259         * fvwm/icons.c (GetIcon):
16260         * fvwm/session.c (get_version_string):
16261         * fvwm/style.c (CMD_Style):
16262         * fvwm/style.h:
16263         (check_window_style_change)
16264         * fvwm/update.c (apply_window_updates):
16265         * fvwm/update.h:
16266         * fvwm/window_flags.h:
16267         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16268         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16269         EWMHDonateIcon / EWMHDontDonateIcon,
16270         Some ewmh icon code simplification.
16271         Ewmh icons priority: just after icon window.
16273         * fvwm/ewmh.c (EWMH_ExitStuff):
16274         * fvwm/ewmh.h:
16275         * fvwm/session.c (SaveWindowStates):
16276         (LoadWindowStates):
16277         (MatchWinToSM):
16278         * fvwm/fvwm.c (Done):
16279         Delete the ewmh icons we set ourself. Some ewmh session states do not
16280         need to be saved/restored anymore
16282 2001-11-23  olicha  <olivier.chapuis@free.fr>
16284         * fvwm/ewmh_names.c (convert_charsets):
16285         Fixed infinite loop
16287 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16289         * fvwm/ewmh_names.c (convert_charsets):
16290         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16291         man page states on Linux
16292         replaced goto with a loop
16294 2001-11-22  olicha  <olivier.chapuis@free.fr>
16296         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16297         a -Wall fix
16299         * fvwm/ewmh_events.c:
16300         Fixed some styles update
16302         * fvwm/ewmh_conf.c:
16303         * fvwm/function.c (func_config):
16304         * fvwm/function.h:
16305         * fvwm/ewmh.c:
16306         * fvwm/ewmh.h:
16307         * fvwm/ewmh_events.c:
16308         * fvwm/ewmh_intern.h:
16309         * fvwm/Makefile.am:
16310         * fvwm/fvwm2.1:
16311         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16312         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16314         * fvwm/add_window.c:
16315         * fvwm/bindings.c:
16316         * fvwm/events.c:
16317         * fvwm/functions.c:
16318         * fvwm/ewmh.c (EWMH_Init):
16319         * fvwm/fvwm.h:
16320         * fvwm/fvwm.c (InitVariables):
16321         * fvwm/placement.c
16322         * fvwm/sceen.h:
16323         * fvwm/session.c:
16324         * fvwm/styles.c:
16325         * fvwm/update.c:
16326         * fvwm/update.h:
16327         * fvwm/window_flags.c:
16328         * libs/Bindings.c:
16329         * libs/Picture.c:
16330         * libs/Picture.h:
16331         * libs/fvwmlib.h:
16332         * configure.in:
16333         * acconfig.h:
16334         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16335         are maybe problematic) and those in the ewmh* files to allow
16336         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16337         should be dummy. --enable-ewmh is now the default.
16339 2001-11-20  olicha  <olivier.chapuis@free.fr>
16341         * fvwm/icons.c (GetIcon):
16342         * fvwm/add_window.c (setup_icon):
16343         Fixed icons order choice and other minor bugs
16345         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16346         Fixed a core dump if there is no MiniIcon
16348 2001-11-18  olicha  <olivier.chapuis@free.fr>
16350         * fvwm/ewmh.c (add_kst_item):
16351         * fvwm/ewmh.h:
16352         (ewmh_AddToKdeSysTray):
16353         (EWMH_IsKdeSysTrayWindow):
16354         (EWMH_ManageKdeSysTray):
16355         (EWMH_WindowInit):
16356         fvwm/ewmh_intern.h:
16357         * fvwm/events.c (HandleDestroyNotify):
16358         (HandleMapRequest):
16359         (HandleUnmapNotify):
16360         Fixed the KDE system tray implementation
16362 2001-11-16  olicha  <olivier.chapuis@free.fr>
16364         * fvwm/ewmh.h:
16365         * fvwm/ewmh.c:
16366         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16368 2001-11-15  olicha  <olivier.chapuis@free.fr>
16370         * fvwm/ewmh.c (EWMH_DestroyWindow):
16371         * fvwm/ewmh.h:
16372         (EWMH_WindowDestroyed):
16373         * fvwm/events.c (HandleReparentNotify):
16374         (HandleDestroyNotify):
16375         (HandleUnmapNotify):
16376         * fvwm/add_window.c (destroy_window):
16377         Fixed the ewmh windows lists
16379 2001-11-15  olicha  <olivier.chapuis@free.fr>
16381         * fvwm/Makefile.am:
16382         * fvwm/ewmh.c:
16383         * fvwm/ewmh.h:
16384         * fvwm/ewmh_intern.h:
16385         * fvwm/ewmh_events.c:
16386         * fvwm/ewmh_icons.c:
16387         * fvwm/ewmh_names.c:
16388         * fvwm/fvwm2.1:
16389         * NEWS:
16390         New files to achieve the extended WM hints support, off by
16391         default. This code is ifdefed a la gnome.c.
16392         This is work in progess (need to do so that every things are
16393         configurable).
16395         * configure.in:
16396         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16397         New configure option --enable-ewmh. Added tests for iconv and
16398         nl_langinfo for UTF8 conversions.
16400         * fvwm/add_window.c (AddWindow):
16401         (CaptureOneWindow):
16402         (destroy_window):
16403         (setup_window_name):
16404         (setup_icon):
16405         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16406         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16407         SET_HAS_EWMH_ICON, EWMH_WMIconName
16409         * fvwm/add_window.c (setup_window_structure):
16410         * fvwm/fvwm.h (FvwmWindow):
16411         (window_flags):
16412         * fvwm/window_flags.h:
16413         * fvwm/session.c (get_version_string):
16414         (SaveWindowStates):
16415         (LoadWindowStates):
16416         Added some entries in FvwmWindow and some flags (more will be
16417         added). Some of these states need to be saved at restart and
16418         at recapture. This code is ifdefed, may be it should not: I was
16419         forced to ifdef the version string in get_version_string.
16421         * libs/Bindings.c (win_contexts):
16422         * libs/fvwmlib.h:
16423         * fvwm/events.c (GetContext):
16424         * fvwm/bindings.c (ParseBinding):
16425         (activate_binding):
16426         * fvwm/functions.c (expand_extended_var):
16427         (expand):
16428         (execute_function):
16429         (DeferExecution):
16430         * fvwm/screen.h (Scr):
16431         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16432         (kdesktop or Nautilus desktop). This context is something between
16433         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16435         * fvwm/bindings.c (activate_binding):
16436         Fixed immediate application of mouse/stroke bindings
16438         * fvwm/borders.h
16439         * fvwm/borders.c (RedrawDecorations):
16440         * fvwm/update.c (apply_window_updates):
16441         New function  RedrawDecorations taken from apply_window_updates
16442         and called in ewmh_icons.c and update.c
16444         * fvwm/bultins.c (CMD_WindowShade):
16445         EWMH_SetWMState
16447         * fvwm/events.c (HandleFocusIn):
16448         (HandlePropertyNotify):
16449         (HandleClientMessage):
16450         (HandleMapRequestKeepRaised):
16451         (HandleUnmapNotify):
16452         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16453         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16454         EWMH_SetClientList
16456         * fvwm/icons.c (GetIcon):
16457         * fvwm/icons.h:
16458         (CreateIconWindow):
16459         (ChangeIconPixmap):
16460         * fvwm/events.c (HandlePropertyNotify):
16461         New function GetIcon taken from CreateIconWindow which choose
16462         the icon, there is a new case for EWMH icons. New function
16463         ChangeIconPixmap taken from events.c.
16464         The two new functions are called from ewmh_icon.c (and icons.c).
16466         * fvwm/move_resize.c (handle_stick):
16467         (CMD_Maximize):
16468         (handle_stick):
16469         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16471         * libs/Picture.h:
16472         * libs/Picture.c (LoadPictureFromPixmap):
16473         (CachePictureFromPixmap):
16474         New functions for loading a picture from a pixmap. Nothing is cached
16475         but this simplify the MiniIcon code.
16477         * fvwm/placement.c (PlaceWindow):
16478         EWMH_GetWorkAreaIntersection
16480         * fvwm/screen.h (Scr):
16481         Added the working area, the dynamic working area and the ewmh
16482         Desktop window.
16484         * fvwm/stack.c (restack_windows):
16485         (CMD_Layer):
16486         EWMH_SetClientListStacking, EWMH_SetWMState
16488         * fvwm/style.c (check_window_style_change):
16489         * fvwm/update.c (apply_window_updates):
16490         * fvwm/update.h:
16491         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16492         This code is ifdefed.
16494         * fvwm/style.c (lookup_style):
16495         EWMH_GetStyle
16497         * fvwm/virctual.c (goto_desk):
16498         (CMD_GotoDeskAndPage):
16499         (do_move_window_to_desk):
16500         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16502 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16504         * fvwm/update.c (apply_window_updates):
16505         * fvwm/gnome.c (GNOME_GetStyle):
16506         * fvwm/style.c (lookup_style):
16507         (check_window_style_change):
16508         * fvwm/add_window.c (setup_style_and_decor):
16509         fixed GnomeIgnoreHints style for some of the gnome hints
16511         * fvwm/fvwm.c (StartupStuff):
16512         Tried to fix font size problem
16514         * fvwm/placement.c (PlaceWindow):
16515         suppress an X error
16517         * fvwm/move_resize.c (moveLoop):
16518         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16519         * fvwm/misc.c (Keyboard_shortcuts):
16520         modified keyboard shortcut functions so that it is possible to move
16521         windows with the keyboard even if the border is hit.  does not work
16522         very nicely with paging
16524         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16525         performance enhancement
16527         * fvwm/events.c (HandleButtonPress):
16528         fixed (?) some problem with passing the raise click in ctf to the app
16530         * fvwm/add_window.c (Reborder):
16531         * fvwm/virtual.c (MoveViewport):
16532         (MapDesk):
16533         (UnmapDesk):
16534         * fvwm/session.c (SaveWindowStates):
16535         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16536         don't access stack_next and stack_prev directly but use the access
16537         functions from stack.h
16539         * fvwm/stack.c (remove_window_from_stack_ring):
16540         (add_window_to_stack_ring_after):
16541         safety patch
16543         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16544         (destroy_window):
16545         when a window becomes scheduled for destruction, remove all traces of it
16546         from the fvwm internal variable so its not accessed accidentally when
16547         its fields are no longer valid
16549 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16551         * fvwm/borders.c:
16552         fixed compilation of I18N_MB
16554 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16556         * AUTHORS:
16557         * NEWS:
16558         * acconfig.h:
16559         * configure.in:
16560         * fvwm/borders.c:
16561         * fvwm/builtins.c:
16562         * fvwm/fvwm2.1:
16563         * fvwm/screen.h:
16564         exclude the TitleStyle MultiPixmap feature (only) before forking
16565         ...
16566         and restore it after that
16568         * NEWS:
16569         * configure.in:
16570         change version string to 2.5.0
16572         * NEWS:
16573         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16574         added a link to the stable version 2.4.4 (not released yet)
16576 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16578         * NEWS:
16579         * configure.in:
16580         change version string to 2.4.4 before forking
16582         * make_fvwmdist.sh:
16583         strip end of line from date (adjust for a new length)
16585 2001-10-29  olicha  <olivier.chapuis@free.fr>
16587         * fvwm/screen.h (DecorFaceStyle):
16588         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16589         so that Solid colors work again
16591 2001-10-28  olicha  <olivier.chapuis@free.fr>
16593         * fvwm/module_interface.c (skipModuleAliasToken):
16594         Allows '/' as alias character
16596         * NEWS
16597         Script news
16599 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16601         * configure.in:
16602         * acconfig.h:
16603         * NEWS:
16604         added --disable-multipixmap-titles for the Suzanne's patch,
16605         the default is enable
16607         * fvwm/fvwm2.1:
16608         some formatting fixes in TitleStyle entry
16610 2001-10-27  Suzanne Britton  <tril@igs.net>
16612         * config.h.in: Added FANCY_TITLEBARS option, off by default
16614         * fvwm/fvwm2.1:
16615         Added info on TitleStyle MultiPixmap
16617         * fvwm/screen.h:
16618         [All changes #ifdeffed FANCY_TITLEBARS]
16619         Added TITLE_PADDING define for fancy titlebar rendering
16620         Added tb_pixmap_enum
16621         Added MultiPixmap to DecorFaceType enum
16622         Added Picture **multi_pixmaps and short multi_stretch_flags
16623         to DecorFace structure
16625         * fvwm/borders.c:
16626         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16627         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16628         (RenderIntoWindow): [new]
16629         (DrawMultiPixmapTitlebar): [new]
16630         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16631         instead of always sending 1
16632         (RedrawTitle):
16633         Call DrawFancyTitlebar for MultiPixmap style
16634         Skip DrawString calls for MultiPixmap style (title is drawn inside
16635         DrawMultiPixmapTitlebar)
16637         * fvwm/builtins.c:
16638         [All changes #ifdeffed FANCY_TITLEBARS]
16639         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16640         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16641         (ReadMultiPixmapDecor): [new]
16643 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16645         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16646         buttons can activate on press or release, special pointer during grab,
16647         arrow key command recall.
16649 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16651         * fvwm/bindings.c (ParseBinding):
16652         * fvwm/bindings.h:
16653         * fvwm/fvwm2.1:
16654         binding commands now do not print error messages with Silent
16656         * fvwm/ConfigFvwmDefaults:
16657         * NEWS:
16658         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16659         use Silent before Key Help
16661         * fvwm/add_window.c:
16662         changed the broken size hints message to notify the owner
16664         * docs/fvwm.lsm.in:
16665         small changes
16667 2001-10-19  olicha  <olivier.chapuis@free.fr>
16669         * NEWS:
16670         Some FvwmScript news
16672 2001-10-16  olicha  <olivier.chapuis@free.fr>
16674         * NEWS:
16675         Some FvwmScript news
16677 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16679         * fvwm/bindings.c (activate_binding):
16680         * libs/Bindings.c (GrabWindowKeyOrButton):
16681         activate mouse/stroke bindings immediately
16683         * fvwm/events.c (HandleButtonPress):
16684         it is possible to bind actions to the 'ClickToFocus' click
16686 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16688         * fvwm/virtual.c (HandlePaging):
16689         allow paging during move/resize when pressing keys
16691         * libs/XResource.c (MergeCmdLineResources):
16692         possible core dump fix
16694         * fvwm/add_window.c (setup_window_placement):
16695         fixed core dump
16697         * libs/Bindings.c (AddBinding):
16698         another attempt at cleaning up bindings with "Shift"
16700 2001-10-13  olicha  <olivier.chapuis@free.fr>
16702         * NEWS
16703         FvwmScript news
16705 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16707         * move_resize.c:
16708         * fvwm/fvwm2.1:
16709         OpaqueMoveSize now accepts "unlimited" or negative argument.
16711 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16713         * fvwm/fvwm2.1:
16714         added missing "!"
16716 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16718         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16720         * libs/fvwmlib.h:
16721         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16723         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16724         routine.
16726 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16728         * NEWS, configure.in:
16729         changed version to 2.5.0
16731 2001-10-08  olicha  <olivier.chapuis@free.fr>
16733         * fvwm/borders.c (RedrawTitle):
16734         Fixed drawing of leftJustified stippled title and suppress warnings
16735         in RelieveRectangle w/ RightJustified stippled title
16737 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16739         * fvwm/virtual.c (CMD_XineramaSlsSize):
16740         fixed ABR
16742 2001-10-03  olicha  <olivier.chapuis@free.fr>
16744         * fvwm/style.c (CMD_Style):
16745         * fvwm/fvwm2.1
16746         Added the possibility to add an Xinerama screen to the 4 numerics
16747         Iconbox format
16749 2001-10-03  olicha  <olivier.chapuis@free.fr>
16751         * fvwm/icons.c (AutoPlaceIcon):
16752         Fixed a core dump with @c and fixed icon placement if the icon should
16753         not be on the current page
16755 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16757         * fvwm/icons.c (AutoPlaceIcon):
16758         * libs/FScreen.c (FScreenParseScreenBit):
16759         added 'w' screen specifier for icon boxes
16761         * fvwm/icons.c (AutoPlaceIcon):
16762         fixed placement of icons in icon boxes on different screen
16764         * fvwm/menus.c (get_menu_options):
16765         reduced code duplication
16767 2001-10-02  olicha  <olivier.chapuis@free.fr>
16769         * fvwm/menus.c (get_menu_options):
16770         fixed Xinerama placement of menu with empty but not null position hints
16772 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16774         * fvwm/borders.c (RedrawTitle):
16775         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16776         suppress a warning in RelieveRectangle w/ small sticky windows
16778 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16780         * fvwm/menus.c (get_menu_options):
16781         A 'rectangle' context rectangle for menus honours the '@screen' bit
16783         * fvwm/move_resize.c (DisplayPosition):
16784         coordinates of a window are show in relation to the screen, not the page
16786         * libs/FScreen.c (FScreenTranslateCoordinates):
16787         * fvwm/placement.c (PlaceWindow):
16788         * fvwm/add_window.c (setup_window_placement):
16789         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16790         rewrote the library functionality to better match the rest of the
16791         interface
16793         * fvwm/builtins.c (DestroyFvwmDecor):
16794         removed useless code
16796         * fvwm/icons.c (DrawIconWindow):
16797         fixed race condition w/ expanding/collapsing icon titles
16799         * fvwm/windowlist.c (CMD_WindowList):
16800         fixed Xinerama placement of window list when called without options
16802 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16804         * libs/FScreen.c (FScreenSLSOnOff):
16805         fixed core dump when calling XineramaSls before XineramaSlsSize
16807         * configure.in:
16808         changed to 2.4.3
16810         * libs/FShape.h (FHaveShapeExtension):
16811         set macro to 1 when compiling w/ shape extension
16813 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16815         * libs/Bindings.c (AddBinding):
16816         * fvwm/bindings.c (ParseBinding):
16817         print a warning if a key with the given name does not exist
16818         if there is an upper and a lower case version of the same key name,
16819         always bind to the lower case version; this is problematic if the upper
16820         case version is tied to a key without a modifier and the lower case
16821         version is tied to the same key, but with a modifier (or both are tied
16822         to different keys). I hope this good enough.
16824         * libs/Bindings.c (FreeBindingList):
16825         (MatchBindingExactly):
16826         (CollectBindingList):
16827         fixed some problems overriding keys
16828         reduced duplication of logic
16830 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16832         * NEWS, configure.in:
16833         changed version to 2.5.0
16835 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16837         * configure.in:
16838         changed version to 2.4.2
16840 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16842         * libs/Colorset.c:
16843         (SetWindowBackground):
16844         (SetRectangleBackground):
16845         * fvwm/builtins.c (CMD_WindowShade):
16846         * fvwm/add_window.c:
16847         (setup_style_and_decor):
16848         * fvwm/icons.c:
16849         (CreateIconWindow):
16850         (GetXPMFile):
16851         (GetIconWindow):
16852         (GetIconBitmap):
16853         * fvwm/events.c:
16854         (HandleConfigureRequest):
16855         (HandleShapeNotify):
16856         (InitEventHandlerJumpTable):
16857         * fvwm/borders.c (struct):
16858         (SetupFrame):
16859         (SetShape):
16860         * fvwm/decorations.c (SelectDecor):
16861         * fvwm/fvwm.c:
16862         (main):
16863         (setVersionInfo):
16864         * fvwm/externs.h:
16865         * fvwm/fvwm.h (FvwmWindow):
16866         * libs/FShape.h:
16867         * libs/FShape.c:
16868         moved shape support to library; its no longer necessary to
16869         '#ifdef SHAPE' any code
16871         * fvwm/borders.c (RedrawButtons):
16872         (RedrawTitle):
16873         fixed top border hilight drawing of title buttons
16875         * libs/Graphics.c (do_relieve_rectangle):
16876         (RelieveRectangle):
16877         (RelieveRectangle2):
16878         allow alternate shading for title buttons
16880 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16882         **/*.1:
16883         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16884         Add a formal description of how fvwm maintains module's configs
16885         Change manpages of individual modules to refer to fvwm2(1) for
16886         details about specifying configuration
16888         * fvwm/add_window.c (setup_window_placement):
16889         desk and page can now really be given as X resources a la
16890           xterm.desk: 1
16892         * libs/XResource.c (GetResourceString):
16893         resource -> lower case, class -> upper case
16894         changed signature
16896         * configure.in:
16897         changed version to 2.5.0
16899         * Makefile.am (distcheck2):
16900         build distcheck before dist2; save a few seconds if the build fails
16902         * libs/alloca.c:
16903         * libs/ClientMsg.c:
16904         * libs/envvar.c:
16905         * libs/Event.c:
16906         * libs/fvwmrect.c:
16907         * libs/gethostname.c:
16908         * libs/Grab.c:
16909         * libs/Pointer.c:
16910         * libs/safemalloc.c:
16911         * libs/strcasecmp.c:
16912         * libs/strdup.c:
16913         * libs/strerror.c:
16914         * libs/strncasecmp.c:
16915         * libs/usleep.c:
16916         * libs/wild.c:
16917         * libs/WinMagic.c:
16918         * libs/XError.c:
16919         * libs/Graphics.c:
16920         include config.h
16922         * configure.in:
16923         changed version to 2.4.1 again
16925 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16927         * libs/Bindings.c (FvwmStringToKeysym):
16928         try both cases of the first letter of a key name
16930         * fvwm/ConfigFvwmDefaults:
16931         * fvwm/windowlist.c (winCompareReverse):
16932         (CMD_WindowList):
16933         new WindowList option ReverseOrder; use the new option in the default
16934         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16935         cycle through the whole window list. The old behaviour only toggled
16936         between two windows. Also, a simple Alt-Tab can be used to switch to
16937         the next window instead of Alt-Tab-Tab.
16939         * libs/FScreen.c (FScreenInit):
16940         fixed a Xinerama crash
16942         * configure.in:
16943         print a verbose error message and exit if X11 headers and libraries
16944         are not found
16946 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16948         * fvwm/fvwm.c (main):
16949         * libs/FShape.c:
16950         * libs/FShape.h:
16951         new library for X shape encapsulation
16953         * fvwm/builtins.c (CMD_WindowShade):
16954         * fvwm/borders.c (SetupFrame):
16955         fixed shading of windows without title and border
16956         fixed shading of shaped windows; fixes bug #732
16958         * fvwm/builtins.c (CMD_SetEnv):
16959         calling SetEnv without a value is the same as UnsetEnv
16961 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16963         * fvwm/events.c (HandleReparentNotify):
16964         fixed vanishing windows in rapid map/unmap cycles; bug #770
16966         * fvwm/add_window.c (hide_screen):
16967         fixed possible BadWindow error
16969 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16971         * fvwm/virtual.c (MoveViewport):
16972         (goto_desk):
16973         (CMD_GotoDeskAndPage):
16974         (CMD_GotoPage):
16975         GotoDeskAndPage records its own history of last visited desk/page
16977         * libs/FScreen.c (FScreenInit):
16978         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16980 2001-09-05  olicha  <olivier.chapuis@free.fr>
16982         * fvwm/session.c (MatchWinToSM):
16983         * fvwm/add_window.c (setup_window_structure):
16984         * fvwm/move_resize.c (moveLoop):
16985         Fixed PlacedByButton3 condition
16987 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16989         * libs/FScreen.c:
16990         * fvwm/functions.c (func_config):
16991         * fvwm/module_interface.c (broadcast_xinerama_state):
16992         * fvwm/virtual.c (CMD_Xinerama):
16993         (CMD_XineramaPrimaryScreen):
16994         (CMD_XineramaSls):
16995         (CMD_XineramaSlsSize):
16996         added sls support
16997         split Xinerama command into Xinerama, XineramaPrimaryScreen,
16998         XineramaSls and XineramaSlsSize
16999         restructured parts of the FScreen code
17001         * fvwm/functions.c (func_config):
17002         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17004         * libs/Graphics.c (RelieveRectangle):
17005         allow calling the function with w == 0 or h == 0 without a message
17007         * fvwm/window_flags.h (SET_STYLE_DELETED):
17008         * fvwm/style.c (CMD_DestroyStyle):
17009         (check_window_style_change):
17010         * fvwm/fvwm.h (window_style):
17011         update windows when a style is deleted
17013         * configure.in:
17014         fixed xpm detection problem caused by wrong library order
17016 2001-09-05  olicha  <olivier.chapuis@free.fr>
17018         * NEWS: PlacedByFvwm
17020 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
17022         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17024 2001-09-04  olicha  <olivier.chapuis@free.fr>
17026         * fvwm/fvwm.h:
17027         * fvwm/windows_flags.h:
17028         * fvwm/placement.c (PlaceWindow):
17029         * fvwm/add_window.c (setup_window_structure):
17030         * fvwm/conditional.c (CreateConditionMask):
17031         * fvwm/session.c (get_version_string):
17032         (MatchWinToSM):
17033         * fvwm/fvwm2.1:
17034         Added a new windows_flags is_placed_by_fvwm and a new condition
17035         PlacedByFvwm
17037 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17039         * fvwm/focus.c (focus_grab_buttons):
17040         (MoveFocus):
17041         disabled xt/double click patch for now
17043 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17045         * libs/Graphics.c (RelieveRectangle):
17046         print a warning if one of the dimensions is <= 0
17048         * fvwm/placement.c (PlaceWindow):
17049         take care of windows that have both, PPosition and USPosition set
17050         take care of transient windows that have neither PPosition nor
17051         USPosition set
17053 2001-09-01  olicha  <olivier.chapuis@free.fr>
17055         * libs/FScreen.c (FScreenInit):
17056         Fixed the position of the xinerama emulation delimiters
17058 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17060         * fvwm/fvwm2.1:
17061         Xinerama introduction
17063         * fvwm/icons.c (AutoPlaceIcon):
17064         try to place icons of screen with the window center, and if that fails
17065         on any screen
17067         * libs/FScreen.c (FScreenGetScrRect):
17068         performance improvement for non-xinerama systems
17070         * fvwm/update.c (apply_window_updates):
17071         (flush_window_updates):
17072         update icon boxes and icon position when xinerama layout changes
17074         * fvwm/icons.c (AutoPlaceIcon):
17075         limit placement of icons using no icon box to screen boundaries
17076         adapt icon boxes to xinerama layout whenever used
17078         * fvwm/placement.c (PlaceWindow):
17079         * fvwm/style.c (CMD_Style):
17080         (check_window_style_change):
17081         * fvwm/style.h (SUSE_NO_USPOSITION):
17082         (SUSE_NO_TRANSIENT_PPOSITION):
17083         (SUSE_NO_TRANSIENT_USPOSITION):
17084         * fvwm/fvwm.h (struct):
17085         implemented new styles NoUSPosition/UseUSPosition,
17086         NoTransientPPosition/UseTransientPPosition,
17087         NoTransientUSPosition/UseTransientUSPosition.
17088         These work exactly like NoPPosition/UsePPosition.
17089         Transient windows ignore the window position if neither the PPosition
17090         nor the USPosition hint is set.
17092 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17094         * fvwm/focus.c (restore_focus_after_unmap):
17095         fixed a bug transfering the focus when a window was iconified
17097 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17099         * fvwm/conditional.c (MatchesConditionMask):
17100         * fvwm/move_resize.c (position_geometry_window):
17101         * fvwm/placement.c (PlaceWindow):
17102         * fvwm/menus.c (pop_menu_up):
17103         * fvwm/move_resize.c (move_window_doit):
17104         * fvwm/icons.c (do_all_iconboxes):
17105         * fvwm/placement.c (PlaceWindow):
17106         * fvwm/menus.c (update_menu):
17107         adapted to new FScreen... signatures
17109         * libs/FScreen.c (FScreenClipToScreen):
17110         (FScreenGetScrCenterCenter):
17111         (FScreenCenterCurrent):
17112         (FScreenCenterPrimary):
17113         (FScreenGetCurrent00):
17114         (FScreenGetGlobalScrRect):
17115         (FScreenGetPrimaryScrRect):
17116         (FScreenGetScrRect):
17117         (FScreenIsRectangleOnScreen):
17118         unified all the FSCreen... functions using a common signature, removed
17119         most old functions
17121         * fvwm/style.c (CMD_Style):
17122         init icon box screen
17124         * fvwm/move_resize.c (move_window_doit):
17125         (CMD_Maximize):
17126         * libs/Makefile.am:
17127         * libs/XineramaSupport.c:
17128         * libs/XineramaSupport.h:
17129         * libs/FScreen.c:
17130         exported and renamed screen defines
17132         * libs/FScreen.h:
17133         renamed files
17135         * fvwm/virtual.c:
17136         * fvwm/style.c:
17137         * fvwm/placement.c:
17138         * fvwm/move_resize.c:
17139         * fvwm/module_interface.c:
17140         * fvwm/modconf.c:
17141         * fvwm/menus.c:
17142         * fvwm/icons.c:
17143         * fvwm/fvwm.c:
17144         * fvwm/conditional.c:
17145         * libs/XineramaSupport.c:
17146         renamed all XineramaSupport...() functions to FScreen...()
17148         * fvwm/style.c (CMD_Style):
17149         -Wall fix
17151 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17153         * fvwm/style.c (CMD_Style):
17154         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17155         using geometry spec.
17157 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
17159         * libs/Strings.c:
17160         * libs/Strings.h:
17161         new function QuoteString() to add and escape single quotes to strings
17163         * fvwm/menus.c (MenuInteraction):
17164         quote both missing function name and menu name for
17165         MissingSubmenuFunction
17167         * fvwm/functions.c (expand):
17168         use QuoteString()
17170 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17172         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17174 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17176         * fvwm/cursor.c (CMD_CursorStyle):
17177         * fvwm/icons.c (GetXPMFile):
17178         * libs/Colorset.c (SetWindowBackground):
17179         -Wall fixes
17181         * libs/Bindings.c (AddBinding):
17182         tired to help with problem binding keys that have a keycode with no
17183         modifiers and another keycode with some modifiers pressed, e.g.
17184         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17185         F1 generating the actioon bound to F11 sometimes
17187         * fvwm/focus.c (focus_grab_buttons):
17188         -Wall fix
17190 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
17192         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17194 2001-08-20  Bob Woodside  <proteus@pcnet.com>
17196         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17197         grab synchronization so apps using XtTranslations to catch double-
17198         clicks don't get confused by extraneous Leave/EnterNotify events.
17199         This fixes the "xfm/moxfm don't see double-clicks" problem.
17201 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17203         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17205 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17207         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17208         placed.
17210         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17211         until later when the window is actually placed.
17213         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17214         position calculation.
17216 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17218         * fvwm/update.c (flush_window_updates):
17219         * fvwm/screen.h (ScreenInfo):
17220         * fvwm/virtual.c (CMD_Xinerama):
17222         * fvwm/move_resize.c (CMD_Maximize):
17223         * fvwm/placement.c (PlaceWindow):
17224         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17225         renamed function
17227         * fvwm/fvwm2.1:
17228         describe new maximize options
17230         * fvwm/move_resize.c (MaximizeWidth):
17231         (MaximizeHeight):
17232         (CMD_Maximize):
17233         applied Dmitry's Xinerama patch for Maximize command
17234         replaced "global" and "absolute" with "screen" which is more flexible
17236 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17238         * libs/Parse.c (SkipQuote):
17239         fixed a bug in handling of caller specified quote pairs
17241         * fvwm/move_resize.c (CMD_Maximize):
17242         keep window on correct page when viewport does not start on a page
17243         boundary
17245         * libs/XError.c (error_name):
17246         (request_name):
17247         fixed core dump in error handling
17249 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17251         * configure.in:
17252         * acinclude.m4:
17253         * INSTALL:
17254         * INSTALL.fvwm:
17255         renamed --disable-gnome to --disable-gnome-hints;
17256         documented configure options --with-gnome*;
17257         small improvements in documentation;
17258         use underscore in version instead of dash that causes rpm problems
17260 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17262         * libs/Makefile.am:
17263         added fvwmrect.h to dist
17265 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17267         * libs/XineramaSupport.c: Disable debug printing.
17269 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17271         * libs/defaults.h (DEFAULT_MENU_STYLE):
17272         reset colour sets in default menu style too
17274 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17276         * builtins.c:
17277         * events.c:
17278         completed the libstroke-0.5 compatibility fix
17280 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17282         * fvwm/move_resize.c (draw_move_resize_grid):
17283         fixed drawing of resize grid when invoked from button or key press
17285         * fvwm/placement.c (PlaceWindow):
17286         rewrote a condition to improve readability
17287         fixed StartsOn... w/ SkipMapping
17289 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17291         * fvwm/session.c (MatchWinToSM):
17292         (LoadWindowStates):
17293         (SaveWindowStates):
17294         * fvwm/move_resize.c (CMD_Resize):
17295         * fvwm/events.c (HandlePropertyNotify):
17296         (HandleConfigureRequest):
17297         * fvwm/move_resize.c (CMD_ResizeMove):
17298         (CMD_Maximize):
17299         (CMD_Resize):
17300         * fvwm/update.c (apply_window_updates):
17301         * fvwm/add_window.c (AddWindow):
17302         * fvwm/geometry.c (constrain_size):
17303         (gravity_constrain_size):
17304         the Resize command honors the window gravity
17305         changing the size increment of maximized windows no longer shrinks the
17306         window
17308         * fvwm/icons.c:
17309         keep expanded icon titles on screen
17311 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17313         * fvwm/icons.c (do_all_iconboxes):
17314         default icon box fills the primary screen
17316         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17317         fixed default_screen argument
17319         * fvwm/style.c (merge_styles):
17320         * fvwm/fvwm.h (window_style):
17321         * fvwm/style.h (SSET_START_SCREEN):
17322         * fvwm/add_window.c (setup_window_placement):
17323         * fvwm/placement.c (PlaceWindow):
17324         (CMD_PlaceAgain):
17325         implemented StartsOnScreen style
17327         * fvwm/placement.c (PlaceWindow):
17328         (test_fit):
17329         (get_next_x):
17330         (get_next_y):
17331         (CleverPlacement):
17332         (SmartPlacement):
17333         Place new windows on xinerama screens
17335         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17336         fixed core dump in debug output
17338 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17340         * fvwm/placement.c:
17341         removed unused variable
17343 2001-08-07  olicha  <olivier.chapuis@free.fr>
17345         * NEWS:
17346         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17348 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17350         * fvwm/virtual.c (CMD_Xinerama):
17351         replaced XineramaEnable and ...Disable with XineramaCommand
17353         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17354         (XineramaSupportGetScreenArgument):
17355         new functions
17357         * fvwm/functions.c (func_config):
17358         * fvwm/move_resize.c (move_window_doit):
17359         (CMD_Move):
17360         (CMD_AnimatedMove):
17361         (CMD_MoveToPage):
17362         (CMD_MoveToScreen):
17363         (handle_stick):
17364         added new command MoveToScreen
17366 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17368         * libs/fvwmrect.c:
17369         * libs/fvwmrect.h:
17370         new library files
17372         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17373         fixed parsing of negative geometries
17374         (XineramaSupportParseGeometryWithScreen):
17375         made global
17376         (XineramaSupportGetNumberedScreenRect):
17377         new function
17379         * sample.fvwmrc/system.fvwm2rc:
17380         * sample.fvwmrc/new-features:
17381         * sample.fvwmrc/system.fvwm2rc-sample-95:
17382         * sample.fvwmrc/system.fvwm2rc-sample-2:
17383         * sample.fvwmrc/system.fvwm2rc-sample-1:
17384         * fvwm/fvwm2.1:
17385         updated for new condition
17387         * fvwm/conditional.c (CreateConditionMask):
17388         (MatchesConditionMask):
17389         * fvwm/fvwm.h (WindowConditionMask):
17390         implemented new condition AcceptsFocus to cope with applications like
17391         xclock that have circulatehit but don't take focus
17393 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17395         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17396         handle Xinerama screens
17398         * fvwm/style.c (CMD_Style):
17399         * fvwm/menus.c (get_menu_options):
17400         cope with Xinerama like geometries with screen info
17402         * fvwm/virtual.c (CMD_XineramaEnable):
17403         XineramaEnable optionally takes the number of the primary screen as its
17404         argument
17406         * fvwm/events.c (GetContext):
17407         reindented code
17409         * fvwm/virtual.c (HandlePaging):
17410         * fvwm/events.c (HandleButtonPress):
17411         * fvwm/events.h (XEVMASK_PANFW):
17412         fixed button and key event handling over pan frames; fixes bug #752
17414         * fvwm/menus.c (get_menu_options):
17415         fixed Xinerama placement of menus without options
17417 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17419         * NEWS:
17420         * fvwm/borders.c:
17421         * fvwm/builtins.c:
17422         * fvwm/fvwm.c:
17423         * fvwm/screen.h:
17424         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17425         In addition to the existing: @0 is shadow color, @1 is hilight color.
17427         * fvwm/fvwm2.1:
17428         Added the formal description of Vector that was absent.
17430 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17432         * fvwm/fvwm2.1:
17433         some man page corrections
17435 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17437         * fvwm/move_resize.c (handle_stick):
17438         also redraw buttons when a window becomes sticky/slippery to make sure
17439         that MWMDecorStick buttons are updated too; fixes bug #749
17441 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17443         * NEWS:
17444         documented previous changes
17446         * configure.in:
17447         improved output spacing
17449         * fvwm/fvwm2.1:
17450         minor typo
17452 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17454         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17455         * fvwm/modconf.c (send_xinerama_state):
17456         * fvwm/module_interface.c (broadcast_xinerama_state):
17457         * libs/defaults.h:
17458         revised module support for Xinerama
17460         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17461         (XineramaSupportParseGeometry):
17462         (XineramaSupportGetGeometry):
17463         make interface compatible with XineramaSupportParseGeometry().
17464         (XineramaSupportGetPrimaryScreen):
17465         new function
17467         * fvwm/stack.c (raise_over_unmanaged):
17468         fixed restacking of windows with RaiseOverUnmanaged - windows were
17469         raised in reverse order so that the top window became the bottom
17470         window of the ones that were raised
17471         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17472         these are invisible
17474 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17476         * sample.fvwmrc/system.fvwm2rc-sample-95:
17477         fixed syntax of BugOpts command
17479         * fvwm/ConfigFvwmDefaults:
17480         resize window when clicking on the sides of the window by default
17481         instead of moving it
17483         * fvwm/events.c (HandleEnterNotify):
17484         do not delete MouseFocus when pointer moves from one particular sub
17485         window of a frame to another one.  Helps with xv/xmms vs unclutter
17486         interaction and also with MouseFocus vs. Open Look applications
17488         * fvwm/move_resize.c (DoSnapAttract):
17489         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17490         fixed snapping to Xinerama screen edges
17491         (XineramaSupportIsEnabled):
17492         return False is the X server provides only a single screen
17494         * fvwm/fvwm2.1:
17495         Added descriptions of conditions CurrentDesk, CurrentPage,
17496         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17497         CurrentGlobalPageAnyDesk
17499         * fvwm/fvwm.h (rectangle):
17500         (position):
17501         typedefs moved to libs/fvwmlib.h
17503         * fvwm/conditional.c (MatchesConditionMask):
17504         * fvwm/fvwm.h (WindowConditionMask):
17505         * fvwm/conditional.c:
17506         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17507         for Xinerama support
17509         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17510         (send_xinerama_state):
17511         * fvwm/module_interface.c (broadcast_xinerama_state):
17512         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17513         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17514         communicate xinerama state at module startup
17516 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17518         * libs/XineramaSupport.c:
17519         next Xinerama patch
17521 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17523         * fvwm/move_resize.c (moveLoop):
17524         windows were lost off screen w/ non opaque interactive move when motion
17525         was aborted with Escape on a different page that it was started
17527         * fvwm/move_resize.c (position_geometry_window):
17528         (DisplayPosition):
17529         (DisplaySize):
17530         (InteractiveMove):
17531         (CMD_Resize):
17532         (moveLoop):
17533         (CMD_Resize):
17534         (DoResize):
17535         * libs/XineramaSupport.c (GetMouseXY):
17536         (XineramaSupportCenterCurrent):
17537         (XineramaSupportGetCurrent00):
17538         (XineramaSupportGetCurrentScrRect):
17539         allow to pass in an event with the pointer position
17540         minimize number of XQueryPointer calls in interactive move/resize
17542         * libs/defaults.h:
17543         * fvwm/move_resize.c (resize_geometry_window):
17544         (DisplayPosition):
17545         (DisplaySize):
17546         border width of geometry window moved to defaults.h
17547         moved strings for size window formatting to defaults.h
17548         reworked calculations of geometry window dimensions
17550         * fvwm/move_resize.c (resize_geometry_window):
17551         (position_geometry_window):
17552         (DisplaySize):
17553         (InteractiveMove):
17554         (CMD_Resize):
17555         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17556         * fvwm/fvwm.c (main):
17557         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17558         resize_geometry_window and position_geometry_window
17560         * fvwm/fvwm.c (main):
17561         fixed resizing geometry window before creating it
17563         * fvwm/move_resize.c (switch_move_resize_grid):
17564         (MoveOutline):
17565         * fvwm/virtual.c (HandlePaging):
17566         renamed MoveOutline to draw_move_resize_grid and made static
17567         new function switch_move_resize_grid for external calls
17568         delete grid before moving the geometry window to get rid of arifacts of
17569         the grid
17571 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17573         * libs/XineramaSupport.c (XineramaSupportInit):
17574         make the blank area in Xinerama emulation usable again
17576 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17578         * fvwm/menus.c (update_menu):
17579         (pop_menu_up):
17580         (make_menu):
17581         (calculate_item_sizes):
17582         (size_menu_horizontally):
17583         (size_menu_vertically):
17584         menus are resized to fit their Xinerama screen every time they are
17585         popped up and the screen size has changed
17587 2001-07-23  olicha  <olivier.chapuis@free.fr>
17589         * libs/XineramaSupport.c (XineramaSupportInit):
17590         Draw the xinerama simulation screens with orr windows
17592 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17594         * fvwm/windowlist.c (CMD_WindowList):
17595         fixed windowlist placement w/ Xinerama
17597 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17599         * fvwm/menus.c (pop_menu_up):
17600         fixed calculations that force a menu on screen w/ Xinerama
17602         * fvwm/move_resize.c (DoSnapAttract):
17603         removed some code that slipped in with xinerama patch and broke
17604         vertical SnapAttraction
17606         * fvwm/virtual.c (CMD_EdgeResistance):
17607         removed debug code
17609         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17610         take reference position src_x/src_y to determine screen
17612         * fvwm/windowlist.c (CMD_WindowList):
17613         * fvwm/menus.c (get_menu_options):
17614         (get_popup_options):
17615         (MenuInteraction):
17616         (pop_menu_up):
17617         handle Xinerama screens for positioning menus w/ posthints
17619         * fvwm/menus.c (get_menu_options):
17620         renamed function
17621         fix for icon/window context rectangle when window is in wrong state
17623 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17625         * configure.in:
17626         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17627         compiled in; fixed linking by adding -lXinerama; small corrections
17629 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17631         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17633 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17635         * libs/XineramaSupport.c (XineramaSupportInit):
17636         added xinerama emulation for developers
17638         * fvwm/virtual.c (CMD_XineramaEnable):
17639         (CMD_XineramaDisable):
17640         * fvwm/module_interface.c (BroadcastConfigInfoString):
17641         added function to communicate Xinerama on/off to modules
17643         * fvwm/module_interface.c:
17644         include time.h to fix warning
17645         * libs/XineramaSupport.c:
17646         * fvwm/fvwm.c (setVersionInfo):
17647         * fvwm/Makefile.am:
17648         * configure.in:
17649         * acconfig.h:
17650         cleanded up xinerama detection
17651         added shape detection
17653 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17655         * fvwm/fvwm2.1:
17656         Added Xinerama introduction
17658         * fvwm/fvwm.c (setVersionInfo):
17659         print xinerama support
17661         * fvwm/conditional.c (CreateConditionMask):
17662         added CirculateHitShaded option for conditional commands that was
17663         described in the man page but not implemented
17665         * fvwm/fvwm.h (WindowConditionMask):
17666         removed unused flags
17668         * fvwm/conditional.c (MatchesConditionMask):
17669         fixed CirculateHitIcon option in conditional commands
17671         * fvwm/fvwm2.1:
17672         reformatted man page source to improve readability
17673         fixed some source formatting bugs
17675         * libs/XineramaSupport.c (GetMouseXY):
17676         don't poll the pointer if there is only one screen or if xinerama is
17677         turned off
17679         * fvwm/fvwm2.1:
17680         * fvwm/fvwm.c (main):
17681         removed -noxinerama option
17683         * fvwm/fvwm.c (main):
17684         size window is positioned and sized in move_resize.c
17686         * libs/XineramaSupport.c:
17687         reindented file
17689         * configure.in:
17690         print Xinerama support in configure summary
17692         * **/*:
17693         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17695 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17697         * acconfig.h:
17698         * acinclude.m4:
17699         * configure.in:
17700         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17701         define missing macros needed for old AIX keysymdef and old stroke.h
17703         * fvwm/bindings.c:
17704         * fvwm/menus.c:
17705         remove the previous compilation fixes, now handled by configure
17707 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17709         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17711 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17713         * bindings.c:
17714         use libstroke-0.5 constant names while still supporting 0.3/0.4
17716         * menus.c:
17717         compiling fix for old AIX, which does not define XK_Page_Up/Down
17719         * module_interface.c:
17720         minor compiling fix for some proprietary preprocessors
17722 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17724         * fvwm/fvwm2.1:
17725         use more compatible and structured syntax in SYNOPSIS
17727 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17729         * acinclude.m4:
17730         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17731         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17732         imlib-config.
17734 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17736         * configure.in:
17737         changed version to 2.4.1
17739         * acinclude.m4:
17740         small fix that should solve the problem with running autoconf
17741         (autoreconf is ok) from autoconf-2.50;
17742         applied a patch that adds gtk include dirs to gnome include dirs
17744 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17746         * NEWS, configure.in:
17747         changed version to 2.4.0.1
17749         * *: fvwm 2.4 has been released :-))