Cosmetic clean up for NEWS file.
[fvwm.git] / ChangeLog
blob4c696b05ea42e36510d67b54c76632e29887696d
1 2010-05-09  Thomas Adam <thomas@xteddy.org>
2         * NEWS:
3         Cosmetic clean up for NEWS.
5 2010-04-28  Dan Espen  <dane@mk.telcordia.com>
6         * fvwm/colorset.c (parse_colorset): Remove bogus error message.
8 2010-04-24  Thomas Adam <thomas@xteddy.org>
9         * libs/Fpng.h:
10         Define version checks for conditional macros.
12         libpng 1.4.0 has different macros for previous version of the same
13         macros in libong 1.2.0, so check for them here.
15 2010-04-18  Thomas Adam <thomas@xteddy.org>
16         * libs/charmap.c (charmap_table_to_string):
17         Don't allow incremental matching of C_ALL for contexts.
19         When printing out bindings, ensure we allow "A" for any/all
20         contexts/modifiers to be matched exactly, so that the context column for
21         bindings matches with what the user put in their config file.
23 2010-04-03  Thomas Adam <thomas@xteddy.org>
24         * NEWS:
25         * configure.ac:
26         Updated for the FVWM 2.5.29 release.
28 2010-04-03  Thomas Adam <thomas@xteddy.org>
29         * libs/Fplay.h:
30         Cull unused functions when compiling against librplay.
32         When compiling with -Werror, ensure we're not trying to use unneeded
33         librplay static functions we ourselves declare.
35 2010-04-03  Thomas Adam <thomas@xteddy.org>
36         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
37         Tweak placement calculation for over-zealous windows.
39         Don't adjust a window's position unless it's actually greater than the
40         screen's dimension (i.e., potentially placed off screen.)
42         2010-03-30  Christoph Fritz <chf.fritz@googlemail.com>
43         * fvwm/windowlist.c (CMD_WindowList):
44         Free allocated memory.
46 2010-02-28  Thomas Adam <thomas@xteddy.org>
47         * fvwm/move_resize.c (__resize_step):
48         Don't explicitly send MotionNotify event during Resize (GeometryWindow)
50         When calling DisplaySize() from a resize event performed on a window,
51         ensure we use the window's last event (which will be MotionNotify
52         anyway) otherwise this completely confuses the GeometryWindow as it has
53         to then update itself each time.
55         When using Xinerama/TwinView, the effect is that the GeometryWindow
56         flickers and/or displays itself on the opposite screen to where the
57         pointer is, because the x/y positions don't take into account the
58         location of the pointer from the original hand-crafted event, but are
59         correct from the execute context the window being resized is called in.
61 2010-02-06  Thomas Adam <thomas.adam22@gmail.com>
62         * fvwm/style.c (check_window_style_change):
63         * fvwm/update.c (apply_window_updates):
64         * fvwm/update.h:
65         Propagate Layer changes via Style command on-the-fly.
67         Until there's a distinction between initially-mapped styles and runtime
68         commands, and that currently, Style commands take effect immediately,
69         ensure that for any Layer requests received via Style commands, these
70         too are applied immediately.
72         The previous assumption was that this was only applicable when mapping a
73         new window, but goes against expectations from the user.
75 2010-01-07  Thomas Adam <thomas.adam22@gmail.com>
76         * fvwm/read.c (run_command_file):
77         Restructure how we look for Read files slightly.
79         When searching for files with the Read command, check to see if the file
80         first of all has an absolute path and if so open it.  If it's relative
81         then search for it in either FVWM_USERDIR or FVWM_DATADIR as before.  If
82         the file still can't be found, try and open it outright.  This will
83         allow therefore:
85         ../../some_file
87         as a valid filename -- of course this really only makes sense when
88         invoking fvwm with "-f" on the command-line, as relative paths to config
89         files in this way should be built up using "$."
91 2010-01-05  Thomas Adam <thomas.adam22@gmail.com>
92         * fvwm/menustyle.c (menustyle_copy_face):
93         Fix segfault setting MenuFace pixmap style for menus.
95         As with the tearoff bug from 2010-01-03, ensure we don't try and free a
96         non-existent pixmap from an invalid pointer.
98 2010-01-05  Thomas Adam <thomas.adam22@gmail.com>
99         * fvwm/read.c (run_command_file):
100         Fix opening of files to Read/PipeRead to accept absolute paths.
102         Don't just assume "/" is a valid identifier for opening files.  "./" is
103         just as likely.  Fixes use-case of:
105         fvwm -f ./some_fvwm2rc
107 2010-01-04  Thomas Adam <thomas.adam22@gmail.com>
108         * fvwm/events.c (flush_property_notify):
109         Add atom to struct so it is checked for by test_typed_window_event().
111 2010-01-04  David Fries <David@Fries.net>
112         * fvwm/events.c (test_typed_window_event):
113         * fvwm/events.c (flush_property_notify):
114         Efficiently handle flushing property events of the same type.
116         * fvwm/events.h (test_typed_window_event_args):
117         Add XAtom type to struct.
119 2010-01-04  David Fries <David@Fries.net>
120         * fvwm/virtual.c (HandlePaging):
121         Move no page detect check, it wasn't being hit.
122         * fvwm/move_resize.c (__move_loop):
123         Transform window position to pointer position and back when calling
124         HandlePaging.
126 2010-01-03  Thomas Adam <thomas.adam22@gmail.com>
127         * fvwm/menustyle.c (menustyle_copy_face):
128         Fix segfault when creating a tearoff menu using a Pixmap background.
130         When we copy the original menustyle to the new torn-off menu which
131         contains a background image, don't then update the menu's pixel
132         background color, as this is already free()d for us by an earlier copy
133         call.
135 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
136         * fvwm/builtins.c (CMD_BugOpts):
137         Remove debug line.
139 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
140         * fvwm/builtins.c (CMD_BugOpts):
141         * fvwm/fvwm.c (InitVariables):
142         * fvwm/events.c (HandleClientMessage):
143         * fvwm/screen.h:
144         Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
145         Qt windows handle having ClientMessage events sent to them.
147 2009-12-30  Thomas Adam <thomas.adam22@gmail.com>
148         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
149         Fix y-axis offset calculations when using MinOverlapPlacement, by
150         forcing the window on-screen when over-zealous penality calculations
151         don't take into account the size of the window borders.
153 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
154         * bin/fvwm-convert-2.6.1.in:
155         Add in BUGS section a note that converting over FvwmTheme lines is
156         likely buggy.
158 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
159         * NEWS:
160         * AUTHORS:
161         * bin/fvwm-convert-2.6.in:
162         * bin/fvwm-convert-2.6.1.in:
163         First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
164         files.
166 2009-12-19  Thomas Adam <thomas.adam22@gmail.com>
167         * libs/Flocale.c (FlocaleEncodeString):
168         Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
170 2009-12-12  Thomas Adam <thomas.adam22@gmail.com>
171         * fvwm/fvwm.c (StartupStuff):
172         Reset the state of the "Restarting" flag to False when restarting FVWM.
174         * fvwm/events.c (HandleMapRequestKeepRaised):
175         Only run InitialMapCommand when FVWM isn't restarting and all windows
176         have been recaptured.  The window is already mapped by the time FVWM is
177         restarting, and running the InitialMapCommand again only serves to
178         "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
180 2009-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
182         * NEWS:
183         * configure.ac:
184         increased version number to 2.5.29
186         * NEWS:
187         updated for 2.5.28 release
189 2009-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
191         * NEWS:
192         * fvwm/ewmh.c (ewmh_ChangeProperty):
193         only convert _NET_WM_ICON hint to long before storing
195 2009-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
197         * fvwm/builtins.c (CMD_BugOpts):
198         remove unused variables
200         * NEWS:
201         * fvwm/ewmh.c (ewmh_ChangeProperty):
202         fix storing of CARD32 arrays on 64 bit machines
204         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
205         prevent segmentation fault when reading a bad _NET_WM_ICON hint
207 2009-08-22      Thomas Adam <thomas.adam22@gmail.com>
208         * fvwm/geometry.c (__cs_handle_aspect_ratio):
209         Workaround gcc -O3, by declaring local vars as volatile.  This fixes an
210         otherwise continual loop when resizing windows when keeping aspect
211         ratio (c.f. mplayer.)
213 2009-08-20  Christoph Fritz <chris_honschu(at)gmx.de>
214         * configure.ac:
215         Fix typo in AS_HELP_STRING referring to enable-htmldoc
217 2009-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
219         * NEWS:
220         * fvwm/builtins.c (CMD_BugOpts):
221         Fix parsing of BugOpts options lists separated by ',', and
222         restoring to default value when the boolean option is omitted if
223         not inside a list.
225         * NEWS:
226         Change QT to Qt.
228         * NEWS:
229         * libs/Flocale.h:
230         * libs/Ficonv.h (FiconvSetTransliterateUtf8):
231         * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
232         (is_translit_supported, set_default_iconv_charsets)
233         (set_iconv_charset_index, FiconvUtf8ToCharset):
234         * fvwm/builtins.c (CMD_BugOpts):
235         Add TransliterateUtf8 bug opt for working around clients
236         which don't care about the WM_NAME value.
238 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
240         * NEWS:
241         * fvwm/stack.c (BroadcastRestack):
242         Fix splitting or M_RESTACK packages causing weird window stacking
243         in modules when more than 83 windows are broadcast.
245 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
246         * configure.ac:
247         Remove dnl comments from configure.ac regarding malloc.h -- it's
248         self-explanatory anyway.
250 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
251         * configure.ac:
252         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
253         -- this never used to produce compiler warnings, but things are
254         starting to become more vocal, so don't use this in our
255         ./configure script if we're compiling FVWM on a *BSD system.
257 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
259         * fvwm/style.h:
260         * fvwm/fvwm.h:
261         * fvwm/add_window.c (setup_numeric_vals):
262         add "typedef struct snap_attraction_t"
263         * fvwm/style.c (style_parse_one_style_option):
264         add new SnapAttraction options "None", "ScreenWindows",
265         "ScreenIcons" and "ScreenAll"
266         * fvwm/move_resize.c (DoSnapAttract):
267         Bugfix, option SameType/Icons/Windows did falsely not affect
268         conditions of option "Screen" and option "SameType" snapped
269         falsely icons and windows together. Implement options
270         None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
271         screen edge snapping.
273 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
274         * fvwm/add_window.c (setup_window_name_count):
275         * fvwm/add_window.c (setup_icon_name_count):
276         Deprecate these in favour of setup_name_count()
278         * fvwm/add_window.c (setup_name_count):
279         Amalgamate setup_window_name_count and setup_icon_name_count to just
280         one function (very similar code between them.)  Used with
281         IndexedWindowName and IndexedIconName.
283 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
285         * NEWS:
286         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
288         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
289         (Frptp_async_putline):
290         Fix ANSI C compatibility.
292         * NEWS:
293         * fvwm/ewmh_names.c (EWMH_WMName):
294         set the HAS_EWMH_WM_NAME flag even if the window name on display
295         isn't changing.
296         (EWMH_WMIconName):
297         same for HAS_EWMH_WM_ICON_NAME
299 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
301         * NEWS:
302         fix for segfault with RPlatHost directive in FvwmEvent
303         * libs/Makefile.am (libfvwm_a_SOURCES):
304         * libs/Fplay.h:
305         add Fplay.h wrapper header for rplay.h
307         * NEWS:
308         fix debian bug #438132
310 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
312         * NEWS:
313         * fvwm/style.c (fw_match_style_id):
314         Fix fvwmstyle resource
316 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
318         * NEWS:
319         * fvwm/events.c (HandleMapRequestKeepRaised):
320         Make sure that a PropertyNotify on the WM_STATE property is always
321         sent out when a window is requested to be moved to the withdrawn
322         state. (Needed by QT)
324 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
326         * sample.fvwmrc/DecorMwm:
327         * sample.fvwmrc/DecorWin95:
328         * sample.fvwmrc/new-features:
329         * sample.fvwmrc/system.fvwm2rc:
330         * sample.fvwmrc/system.fvwm2rc-sample-1:
331         * sample.fvwmrc/system.fvwm2rc-sample-2:
332         * sample.fvwmrc/system.fvwm2rc-sample-95:
333         Use !-negation for styles instead of No...
335         * NEWS:
336         fix a typo
338         * sample.fvwmrc/system.fvwm2rc-sample-95:
339         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
340         sed -i 's/StayOnTop/StaysOnTop/'
341         According to patches by Manoj Srivastava
343 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
345         * fvwm/externs.h:
346         * fvwm/fvwm.c:
347         * fvwm/session.c:
348         convert my old code to use var_name and function_name coding style
350 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
352         * NEWS:
353         * configure.ac:
354         increased version to 2.5.28
356         * ANNOUNCE:
357         * NEWS:
358         * configure.ac:
359         updated for 2.5.27 release
361 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
362         * fvwm/bindings.c (print_bindings):
363         Fixed compilation of not having libstroke installed by using ifdefs
364         around stroke code.
366 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
368         * fvwm/bindings.c (print_bindings):
369         slight cleanup
371         * libs/charmap.c (charmap_table_to_string):
372         several memory menagement fixes.
374 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
376         * libs/charmap.c (charmap_table_to_string):
377         Reduce memory management on the stack, by making only those variables
378         to be accessed outside of the function charmap_table_to_string()
379         allocated on the heap instead.
381         * fvwm/bindings.c (print_bindings):
382         b->Action was previously checked whether it was NULL or not before
383         printing its value to STDERR -- however, this caused a segfault when
384         trying to perform strlen() operations internally -- hence don't bother
385         checking if it's NULL.  This avoids segfaulting.
387 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
389         * libs/charmap.c (charmap_table_to_string):
390         * libs/charmap.h:
391         Introduce charmap_to_string function which is used to build up a
392         binding string, for use with PrintInfo.
394         * fvwm/bindings.c (print_bindings):
395         Introduce print_bindings to print all bindings known to fvwm.
397         * fvwm/builtins.c (CMD_PrintInfo):
398         * fvwm/builtins.h:
399         Add support for "binding" as an option to PrintInfo.
401 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
403         * fvwm/placement.c (__pl_position_get_pos_simple):
404         Force the window on-screen if using PositionPlacement UnderMouse.
406 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
408         * fvwm/events.c (HandleMapRequestKeepRaised):
409         * fvwm/add_window.c (AddWindow):
410         * fvwm/style.h:
411         * fvwm/style.c (style_parse_one_style_option):
412         add new style InitialMapCommand
414 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
416         * bin/fvwm-menu-desktop.in:
417         Fix the location prefix for GNOME application files.
419 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
421         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
422         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
423         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
424         horizontally maximized.
426 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
428         * fvwm/fvwm.h:
429         * fvwm/module_list.c (do_execute_module):
430         * fvwm/fvwm.c (fvmm_deinstall_signals):
431         restore default signal handlers before execl()/execvp()
433 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
435         * fvwm/style.c (fw_match_style_id):
436         Allow for the window's visible name to be considered when matching a
437         style line.  It is possible to use $[w.visiblename] as the style name.
438         Whilst the normal name and the visible name are usually the same, in
439         the case of having IndxedWindowName, if a style line matches this as a
440         visible name, apply it first of all.
442 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
443         * AUTHORS:
444         * fvwm/expand.c:
445         Add $[w.visiblename] as an expansion parameter.
447 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
449         * fvwm/placement.c (__pl_position_get_pos_simple):
450         position placement honours StartsOnPage
452 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
454         * fvwm/session.c (MatchWinToSM):
455         fixed keeping fullscreen state of windows over a restart; the old code
456         tried to do this through session management and effectively overwrote
457         the responsible ewmh hint; eventually, fvwm thought that the window
458         was fullscreen without actually making it fullscreen
460 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
462         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
463         fixed compiler warning caused by a logic error in previous patch
465         * configure.ac:
466         applied png detection fix by Yuri Bushmelev for cross compiliation
468         * fvwm/events.c (__handle_cr_on_client):
469         fixed event merging with auto motion detection
471 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
473         * NEWS:
474         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
475         * fvwm/events.h (events_handle_configure_request):
476         * fvwm/events.c (events_handle_configure_request):
477         (__handle_cr_on_client):
478         (__handle_configure_request):
479         fix handling of _NET_MOVERESIZE_WINDOW
480         (__cr_detect_icccm_move):
481         remove douplicate code
483 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
485         * NEWS:
486         * fvwm/add_window.c (setup_frame_window):
487         fix compilation without XRender
489 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
491         * AUTHORS:
492         * ChangeLog-pre-2.4:
493         * rpm/fvwm.spec.in:
494         * vms/fvwmrc.dat:
495         Convert Latin-1 encodings to UTF-8
497 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
499         * NEWS:
500         * configure.ac:
501         increased version to 2.5.27
503         * ANNOUNCE:
504         * NEWS:
505         * configure.ac:
506         updated for 2.5.26 release
508 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
510         * fvwm/ewmh_events.c (ewmh_WMDesktop):
511         (ewmh_WMState):
512         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
513         (ewmh_HandleWindowType):
514         (ewmh_AddToKdeSysTray):
515         (ewmh_HandleWindowType):
516         (ewmh_check_wm_pid):
517         64-bit fix by Alexandre Julliard
519 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
521         * configure.ac:
522         fix fribidi detection when it uses pkg-config and not fribidi-config
524         * libs/FBidi.c:
525         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
526         it now uses fribidi-types.h and not fribidi_types.h
528 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
530         * fvwm/events.c (dispatch_event):
531         Fix handling of Shape events.
533 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
535         * fvwm/menus.c (calc_normal_item_height):
536         (calc_more_item_height):
537         (size_menu_vertically):
538         fix calculations so the menu fit on the screen height
540 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
542         * fvwm/menus.c (size_menu_vertically):
543         added paddings at the top and bottom of the menus
545         * fvwm/menustyle.c (parse_vertical_margins_line):
546         new function to parse the VerticalMargins new MenuStyle
547         command
549         * fvwm/menustyle.c (menustyle_get_styleopt_index):
550         added the VerticalMargins option to the list
552         * fvwm/menustyle.c (menustyle_parse_style):
553         added default values for the padding, and a case clause
554         for the specific case when you invoke the VerticalMargins
555         MenuStyle
557         * fvwm/menustyle.c (menustyle_copy):
558         added two lines to copy the menu styles from origin to destiny
560         * fvwm/menustyle.h:
561         added macros for the vertical padding stuff
563         * fvwm/menustyle.h (struct MenuLook):
564         added sub-structure to hold the VerticalMargins
566         * fvwm/libs/defaults.h:
567         added one define for MAX_MENU_MARGIN
569 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
571         * fvwm/menuitem.c (draw_highlight_background):
572         fixed drawing of background pictures in menu items
574 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
576         * fvwm/add_window.c (setup_frame_window):
577         fix core dump with ARGB detection code
578         fix compilation without XRender
580 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
582         * NEWS:
583         * configure.ac:
584         increased version to 2.5.26
586         * ANNOUNCE:
587         * NEWS:
588         * configure.ac:
589         updated for 2.5.25 release
591 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
593         * fvwm/fvwm.c (main):
594         further condense the X visual selection code
596 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
598         * fvwm/fvwm.c (main):
599         condense the X visual selection code
601 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
603         * fvwm/events.c (register_event_group)
604         (InitEventHandlerJumpTable, dispatch_event):
605         use separate jump tables for events defined by X-extensions
606         to eliminate the need to ovverride the LASTEvent value.
608         * fvwm/module_list.c (module_list_remove):
609         include the case where the module is first in the list in
610         the loop, fixing a segmentaion fault when the list was empty.
612 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
614         * fvwm/add_window.c (setup_frame_window):
615         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
616         add preliminary support for ARGB windows in fvwm (based on
617         Marc Lehman's argb patch)
619 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
621         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
622         fixed compile error
624 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
626         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
627         catch BadGC when updating root transparent window background
629         * libs/XError.c (do_coredump):
630         (ferror_set_temp_error_handler):
631         (ferror_reset_error_handler)
632         (ferror_call_next_error_handler):
634         new helper functions
635         * libs/XError.c (PrintXErrorAndCoredump):
636         try to dump core the hard way
638 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
640         * fvwm/colorset.c (parse_colorset):
641         check for image != None before calling XDestroyImage
643         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
644         (ewmh_WMStateMaxHoriz):
645         (ewmh_WMStateModal):
646         (ewmh_WMStateShaded):
647         (ewmh_WMStateStaysOnTop):
648         (ewmh_WMStateStaysOnBottom):
649         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
650         version 1.3
651         also ignore the EWMH staysontop and staysonbottom hints if the
652         EWMHIgnoreStackingOrderHints style is used
654         * fvwm/colorset.c (parse_colorset):
655         Fixed a sporadic crash when the root background set by gnome,
656         fvwm-root, esetroot etc. changes and a root transparent colour set
657         is used.
659         * fvwm/colorset.c (parse_colorset):
660         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
661         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
662         * libs/PictureGraphics.c (PGrabXImage)
663         (PGraphicsCreateTranslucent):
664         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
665         directly!
667 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
669         * libs/PictureGraphics.c (PGrabXImage):
670         fixed XImage memory leak
671         (PCreateRenderPixmap):
672         (PCreateDitherPixmap):
673         Properly handle return code of FgetFImage()
675 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
677         * fvwm/events.c (HandleConfigureRequest):
678         (events_handle_configure_request):
679         cleanup
681         * fvwm/ewmh_events.c (ewmh_RestackWindow):
682         (ewmh_MoveResizeWindow):
683         fixed crash when moving/resizing/restacking unmanaged windows through
684         an ewmh message
686 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
688         * fvwm/events.c (HandleMapRequestKeepRaised):
689         fixed compiler warning
691 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
693         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
694         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
695         * NEWS:
696         Fixed the determination of the X charset on UTF-8 system
698 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
700         * fvwm/placement.c (__pl_minoverlap_get_next_x):
701         do not add screen offset to window position
703         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
704         fixed a memory leak
706 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
708         * NEWS:
709         Some html documentation files were not installed.
711 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
713         * fvwm/style.c (style_parse_one_style_option):
714         fixed parsing of screen argument of the SnapAttraction Style
716 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
718         * fvwm/move_resize.c (DoSnapAttract):
719         Use edge move resistance, and not delay for top edge when moving
720         windows.
722 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
724         * NEWS:
725         * fvwm/events.c (HandleMapRequestKeepRaised)
726         (test_withdraw_request):
727         Don't map windows that request to be moved back to WithdrawnState
728         by the ICCCM2 method before they have been mapped. (Fixes bug with
729         disappearing windows.)
731 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
733         * NEWS:
734         * configure.ac:
735         increased version to 2.5.25
737         * NEWS:
738         * configure.ac:
739         updated for 2.5.24 release
741 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
743         * fvwm/menus.c (__mloop_exit):
744         * fvwm/menubindings.c (parse_menu_action):
745         * fvwm/bindings.c:
746         reindented and cleaned up some code
748 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
750         * fvwm/update.c (apply_window_updates):
751         * fvwm/add_window.c (setup_style_and_decor):
752         (setup_numeric_vals):
753         * fvwm/add_window.h:
754         * fvwm/style.h:
755         * libs/defaults.h:
756         * fvwm/events.c (HandleEnterNotify):
757         * fvwm/fvwm.c (InitVariables):
758         * fvwm/screen.h:
759         * fvwm/session.c (SaveGlobalState):
760         (LoadGlobalState):
761         * fvwm/move_resize.c (DoSnapAttract):
762         (CMD_SnapGrid)
763         (DoSnapAttract):
764         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
765         They have been replaced by the styles EdgeMoveResistance,
766         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
768 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
770         * acinclude.m4:
771         * configure.ac:
772         use AS_HELP_STRING to format the configure options help strings
774 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
776         * fvwm/conditional.c:
777         some reformatting
779 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
781         * fvwm/ConfigFvwmDefaults:
782         restore default action of closing menus for menu titles
784 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
786         * libs/FScreen.c (FindScreenOfXY):
787         * fvwm/move_resize.c (GetMoveArguments):
788         fixed the "screen w" argument of the Move and other commands
790 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
792         * fvwm/virtual.c (HandlePaging):
793         don't modify *xl and *yt unless we we really page
795 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
797         * fvwm/module_list.h:
798         * fvwm/module_list.c:
799         a little cleanup
801 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
803         * NEWS:
804         * configure.ac:
805         increased version to 2.5.24
807         * NEWS:
808         * configure.ac:
809         updated for 2.5.23 release
811         * libs/Flocale.c (FlocaleEncodeString):
812         removed previous warning fix
814 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
816         * fvwm/style.c:
817         * fvwm/add_window.c:
818         Added new style option:  StartShaded.
820 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
822         * libs/Flocale.c (FlocaleEncodeString):
823         fix compile warning
825 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
827         * configure.ac:
828         * fvwm/fvwm.1.in
829         * fvwm/Makefile.am:
830         removed old fvwm manpage
832 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
834         * NEWS:
835         * configure.ac:
836         increased version to 2.5.23
838         * NEWS:
839         * configure.ac:
840         fix the date for 2.5.22 release
842 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
844         * fvwm/windowlist.c (CMD_WindowList):
845         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
846         iconified windows.
848 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
850         * configure.ac:
851         fixed perl check
852         use "test ! ... = ..." instead of "test ... != ..."
854         * fvwm/builtins.c (CMD_PropertyChange):
855         fixed completely broken parsing of PropertyChange arguments
857 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
859         * NEWS:
860         * configure.ac:
861         updated for 2.5.22 release
863         * fvwm/builtins.c (CMD_PropertyChange):
864         * libs/Flocale.c (FlocaleGetFftFont):
865         (FlocaleGetFontSet):
866         (FlocaleGetFont):
867         (FlocaleGetFontOrFontSet):
868         (FlocaleLoadFont):
869         (FlocaleUnloadFont):
870         fix compiler warnings
872 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
874         * fvwm/functable.c:
875         fixed command table parsing
877 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
879         * fvwm/module_list.c (module_kill):
880         (executeModuleDesperate):
881         (module_list_itr_init):
882         re-indented
884         * fvwm/events.c (My_XNextEvent):
885         * fvwm/module_list.c (module_alloc):
886         (do_execute_module):
887         * fvwm/module_list.h (fmodule):
888         (MOD_IS_CMDLINE):
889         (MOD_SET_CMDLINE):
890         restored *not* useless is_cmdline_module stuff
892         * fvwm/functions.h:
893         add constants for command group tagging
895 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
897         * configure.ac:
898         don't check for tbl
900 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
902         * configure.ac:
903         check for sed, perl and tbl, needed to build documentation
905 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
907         * libs/System.c (fvwm_mkstemp):
908         use constants from libs/fvwm_sys_stat.h
910 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
912         * fvwm/module_list.c (do_execute_module):
913         fixed possible crash when fork fails
915         * fvwm/module_list.c (module_list_remove):
916         now returns the removed fmodule*, or NULL if unsuccessful
917         removed error message when removing a not listed module (it's normal)
919         * fvwm/module_list.c (module_kill):
920         module is inserted in death_row only if it is successfuly removed from
921         module_list (fixes crash when module is killed more than once)
923 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
925         * fvwm/events.c (My_XNextEvent):
926         fixed hang with startup modules
928 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
930         * fvwm/conditional.c (FreeConditionMask):
931         fixed crash with inverted name condition
933         * NEWS:
934         fixed typo
936 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
938         * configure.ac:
939         * README:
940         * NEWS:
941         * INSTALL.fvwm:
942         * sample.fvwmrc/system.fvwm2rc-sample-95:
943         * sample.fvwmrc/system.fvwm2rc:
944         * sample.fvwmrc/system.fvwm2rc-sample-2:
945         * libs/Picture.c (PicturePrintImageCache):
946         * libs/Module.c:
947         * libs/FGettext.c (FGettextPrintLocalePath):
948         * libs/fvwmsignal.c:
949         * libs/Module.h:
950         * libs/PictureUtils.c (PictureAllocColorTable)
951         (PicturePrintColorInfo):
952         * libs/FScreen.h:
953         * libs/fvwmsignal.h:
954         * libs/Bindings.c:
955         * libs/FScreen.c:
956         * libs/Ficonv.c (convert_charsets):
957         (FiconvSetupConversion):
958         * fvwm/decorations.c:
959         * fvwm/gnome.h:
960         * fvwm/events.c:
961         * fvwm/add_window.c (setup_window_font):
962         (setup_icon_font):
963         * fvwm/fvwm.1.in:
964         * fvwm/session.h:
965         * fvwm/conditional.c:
966         * fvwm/fvwm.c (SetRCDefaults):
967         (main):
968         * fvwm/ewmh_events.c:
969         * fvwm/stack.c:
970         * fvwm/gnome.c:
971         * fvwm/menustyle.c (menustyle_parse_style):
972         (menustyle_copy):
973         * fvwm/ewmh.c (EWMH_Init):
974         * libs/Flocale.c (FlocaleParseShadow):
975         (FlocaleGetFontSet):
976         (FlocaleLoadFont):
977         (FlocalePrintLocaleInfo):
978         * fvwm/misc.c (fvwm_msg):
979         * vms/README:
980         * vms/vms.c:
981         write fvwm in lower case
983         * configure.ac:
984         fixed build without GNU make
986 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
988         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
989         fixed buffer overflow
991 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
993         * fvwm/module_list.h (fmodule_list_itr):
994         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
995         replace iterator struct by typedef
997         * fvwm/module_list.c (module_list_destroy):
998         (module_kill_all):
999         (module_cleanup):
1000         new function to remove dup code
1002         * fvwm/module_list.c (module_kill):
1003         changed to move the module to the deathrow list
1005         * fvwm/module_list.h (fmodule):
1006         * fvwm/module_list.c (module_alloc):
1007         (module_list_remove):
1008         (FlushMessageQueue):
1009         removed is_removed logic
1011         * fvwm/module_list.c (module_safefree):
1012         removed function
1014         * fvwm/events.c (My_XNextEvent):
1015         remove old "#if 0" code
1017         * fvwm/module_list.c (module_kill):
1018         removed debug code
1020 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1022         * fvwm/module_list.h (fmodule_list_itr):
1023         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1024         don't store current pointer in module list iterators.
1025         fix C89-compilance
1027 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
1029         * fvwm/events.c (My_XNextEvent):
1030         * fvwm/module_list.c (KillModuleByName):
1031         (FlushAllMessageQueues):
1032         * fvwm/module_interface.c (BroadcastPacket):
1033         (BroadcastNewPacket):
1034         (BroadcastName):
1035         (BroadcastFvwmPicture):
1036         (BroadcastColorset):
1037         (BroadcastProperyChange):
1038         (BroadcastConfigInfoString):
1039         (CMD_SendToModule):
1040         * fvwm/modconf.c (ModuleConfig):
1041         * fvwm/stack.c (BroadcastRestack):
1042         replaced module_get_next by module list iterator mechanism
1044         * fvwm/module_list.h:
1045         * fvwm/module_list.c (module_get_next):
1046         removed function
1048 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
1050         * fvwm/module_list.h:
1051         * fvwm/module_list.c (fmodule):
1052         (fmodule_store):
1053         (module_insert):
1054         (module_remove):
1055         (module_count):
1056         (module_get_next):
1057         (FlushAllMessageQueues):
1058         (KillModuleByName):
1059         * fvwm/module_interface.c (BroadcastPacket):
1060         (BroadcastNewPacket):
1061         (BroadcastName):
1062         (BroadcastFvwmPicture):
1063         (BroadcastColorset):
1064         (BroadcastProperyChange):
1065         (BroadcastConfigInfoString):
1066         (CMD_SendToModule):
1067         * fvwm/event.c (My_XNextEvent):
1068         * fvwm/stack.c (BroadcastRestack):
1069         * fvwm/modconf.c (ModuleConfig):
1070         changed to work with generic list container
1072         * fvwm/module_list.c (module_insert):
1073         (module_list_insert):
1074         (module_remove):
1075         (module_list_remove):
1076         (module_count):
1077         (module_list_len):
1078         renamed as list handling functions
1080         * fvwm/events.c (My_XNextEvent):
1081         * fvwm/module_list.h:
1082         * fvwm/module_list.c (module_alloc):
1083         (do_execute_module):
1084         removed useless is_cmdline_module stuff
1086         * fvwm/module_list.h:
1087         * fvwm/module_list.c (module_list_insert):
1088         (module_list_remove):
1089         (module_list_len):
1090         new fmodule_list object representing a module list.
1091         changed the module lists to the new object.
1092         changed list functions to use the list object instead of the
1093         fmodule_store pointer.
1095         * fvwm/events.c (My_XNextEvent):
1096         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1098         * fvwm/module_list.h (fmodule_list_itr):
1099         * fvwm/module_list.c (fmodule_list_itr_init):
1100         (fmodule_list_itr_next):
1101         created a smart (safe) iterator mechanism to replace the
1102         module_get_next function
1104 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1106         * fvwm/functions.c:
1107         * fvwm/functable.c:
1108         added empty functions to replace CMD_Dummy
1110         * configure.ac:
1111         use subordinate Makefile.ams instead of iuncluding files from other
1112         dirs
1114         * configure.ac:
1115         removed FVWMNAMEUCASE
1117         * configure.ac:
1118         make distcheck fix
1120         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1121         force --enable-htmldoc on "make distcheck"
1123         * fvwm/events.c (HandleEnterNotify):
1124         (HandleLeaveNotify):
1125         properly generate enter_window and leave_window events for FvwmEvent
1127 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1129         * fvwm/move_resize.c (GetOnePositionArgument):
1130         (__get_shift)
1131         (ParsePositionArgumentSuffix):
1132         code cleanup
1134 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1136         * fvwm/move_resize.c (GetOnePositionArgument):
1137         fixed position calculation with the "w" prefix (move w-1 w-1).
1138         (GetOnePositionArgument):
1139         code cleanup
1141 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
1143         * fvwm/menus.c (__copy_down, __check_for_delimiter)
1144         (scanForStrings):
1145         reduce indentation level
1146         add comment to explain why suppressing the warning is right
1148 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1150         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1151         fixed using uninitialized variable
1153         * fvwm/menus.c (scanForStrings):
1154         suppress compiler warning for now
1156         * fvwm/move_resize.c (resize_move_window):
1157         (AnimatedMoveAnyWindow):
1158         (__move_window):
1159         (__resize_window):
1160         (CMD_Maximize):
1161         * fvwm/module_interface.c (__get_allowed_actions):
1162         * fvwm/menuitem.c (menuitem_paint):
1163         * fvwm/icons.c (CMD_Iconify):
1164         * fvwm/gnome.c (GNOME_SetHints):
1165         * fvwm/ewmh.c (ewmh_AllowsClose):
1166         (ewmh_AllowsClose)
1167         (ewmh_AllowsFullScreen):
1168         (ewmh_AllowsMinimize)
1169         (ewmh_AllowsMaximize):
1170         (ewmh_AllowsMove):
1171         (ewmh_AllowsResize)
1172         (EWMH_fullscreen):
1173         * fvwm/ewmh_events.c (ewmh_CloseWindow):
1174         (ewmh_MoveResizeWindow):
1175         (ewmh_MoveResize):
1176         (ewmh_WMState):
1177         (ewmh_WMStateHidden):
1178         * fvwm/events.c (__handle_cr_on_client):
1179         * fvwm/decorations.c (__is_resize_allowed):
1180         (is_function_allowed):
1181         * fvwm/conditional.c (MatchesConditionMask):
1182         * fvwm/builtins.c (CMD_Delete):
1183         * fvwm/add_window.c (AddWindow):
1184         is_function allowed now differentiates between US program actions and
1185         actions initiated by interaction between fvwm and the user
1187 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1189         * fvwm/menus.c (__scan_for_pixmap):
1190         fixed compiler warning
1192         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1193         (ewmh_RestackWindow):
1194         honor FixedSize/FixedPosition styles in EWMH messages too
1196 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1198         * fvwm/fvwm.c (setVersionInfo):
1199         add XCursor support to version output
1201         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1202         (SCTX_GET_MR, string_context_type_t, string_context_t)
1203         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1204         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1205         reimplement pixmap and color scanning for menus to better handle
1206         escaped delimiters.
1208 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1210         * fvwm/Makefile.am:
1211         don't install fvwm.1
1213         * fvwm/events.c (My_XNextEvent):
1214         remove unused varaible
1216         * fvwm/events.c (My_XNextEvent):
1217         * fvwm/module_list.h:
1218         * fvwm/module_list.c (module_store, module_alloc)
1219         (module_kill_all, module_safefree, module_remove)
1220         (do_execute_module, module_kill, module_cleanup, module_get_next)
1221         (FlushMessageQueue):
1222         Don't free module stuctures during module I/O. (Fixes segfault.)
1224 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
1226         Committed by Scott.
1228         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1229         Someone missed to add extra conditions when changing from
1230         unsigned to signed.
1232 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1234         * configure.ac:
1235         fixed liXcursor detection
1237 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1239         Committed by Scott.
1241         * fvwm/menus.c (scanForPixmap):
1242         made it possible to escape '*' '%' '@' in filenames
1244         * libs/PictureImageLoader.c (PImageLoadSvg):
1245         added transposing and none uniform scaling to svg options
1247 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1249         * libs/PictureImageLoader.c:
1250         cleanup
1251         (PImageLoadCursorFromFile):
1252         fixed compilation without xpm library
1253         (PImageLoadPng):
1254         fixed compiler warning without png library
1256 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1258         * libs/Fxpm.h:
1259         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1260         fix compilation without xpm library
1262 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1264         * libs/Fxpm.h:
1265         fixed compile error
1267         * libs/PictureImageLoader.c:
1268         cleanup
1269         (PImageLoadCursorFromFile):
1270         fixed compilation without xpm library
1271         (PImageLoadPng):
1272         fixed compiler warning without png library
1274 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1276         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1277         * fvwm/cursor.c (CMD_CursorStyle):
1278         fixed compiler warning
1280 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1282         * fvwm/cursor.c (CMD_CursorStyle):
1283         fix CursorStyle command parsing
1285 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1287         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1288         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1289         * libs/PictureImageLoader.c (PImageLoadSvg):
1290         (PImageLoadPng):
1291         (PImageCreatePixmapFromArgbData):
1292         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1293         (PImageCreatePixmapFromFImage):
1294         new local function
1296 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1298         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1299         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1300         * libs/PictureImageLoader.c (PImageLoadSvg):
1301         (PImageLoadPng):
1302         (PImageCreatePixmapFromArgbData):
1303         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1304         (PImageCreatePixmapFromFImage):
1305         new local function
1307 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1309         * AUTHORS:
1310         * NEWS:
1311         updated
1313         * configure.ac:
1314         added libXcursor detection
1316         * fvwm/Makefile.am (LDADD):
1317         added Xcursor_LIBS
1319         * INSTALL.fvwm:
1321         * libs/Fcursor.h:
1322         new file
1324         * libs/Makefile.am (libfvwm_a_SOURCES):
1325         added Fcursor.h
1327         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1328         added Xcursor support
1330 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1332         * NEWS:
1333         updated
1335         * libs/Fxpm.h:
1336         added defs for FxpmInfo and FxpmFreeXpmInfo
1338         * libs/PictureBase.h (FvwmPictureAttributes):
1339         * libs/PictureImageLoader.c
1340         (PImageCreatePixmapFromArgbData):
1341         (PImageLoadPixmapFromFile):
1342         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1343         (PImageLoadCursorPixmapFromFile):
1344         (PImageLoadCursorFromFile):
1345         * libs/PictureImageLoader.h:
1346         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1347         replaced by the new general PImageLoadCursorFromFile()
1349         * fvwm/cursor.c (CMD_CursorStyle):
1350         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1351         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1353 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1355         * libs/PictureImageLoader.c
1356         (PImageLoadSvg):
1357         (PImageLoadPng):
1358         (PImageLoadXpm):
1359         now returns argb data instead of pixmaps
1360         (PImageLoadPixmapFromFile):
1361         (PImageLoadArgbDataFromFile):
1362         moved first half of PImageLoadPixmapFromFile() into
1363         the new local function PImageLoadArgbDataFromFile()
1364         (PImageLoadBitmap):
1365         removed function, code moved into PImageLoadPixmapFromFile()
1367 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1369         * libs/PictureImageLoader.c (PImageLoadXpm):
1370         revised to make use of PImageCreatePixmapFromArgbData()
1372 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1374         * fvwm/colorset.c (parse_shape):
1375         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1376         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1377         * libs/PictureImageLoader.c
1378         (PImageLoadSvg):
1379         (PImageLoadPng):
1380         (PImageCreatePixmapFromArgbData):
1381         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1382         or translucent (0 < any alpha < 0xff) images.
1384 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1386         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1387         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1388         * libs/PictureImageLoader.c (PImageLoadSvg):
1389         (PImageLoadPng):
1390         (PImageCreatePixmapFromArgbData):
1391         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1392         (PImageCreatePixmapFromFImage):
1393         new local function
1395 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1397         * fvwm/functions.c (CMD_EchoFuncDefinition):
1398         * fvwm/functable.c (func_table):
1399         * fvwm/commands.h:
1400         new command EchoFuncDefinition
1402 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1404         * NEWS:
1405         * fvwm/conditional.c (CreateConditionMask):
1406         bugfix: Condition separation previously failed when a
1407         single comma (no whitespace padding) was used directly
1408         after a multi-worded condition.
1410 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1412         * fvwm/module_list.c (module_kill):
1413         fix possible core dump when using startup modules
1415 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1417         * NEWS:
1418         * fvwm/builtins.c (CMD_PrintInfo):
1419         * libs/Picture.h (PicturePrintImageCache):
1420         * libs/Picture.c (PicturePrintImageCache):
1421         add ImageCache subject to PrintInfo command
1423 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1425         * NEWS:
1426         * fvwm/events.c (My_XNextEvent):
1427         fix crash when a module closes down during input/output.
1429 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1431         * fvwm/icons.c (ChangeIconPixmap):
1432         (DeIconify):
1433         (Iconify):
1434         * fvwm/focus.c (warp_to_fvwm_window):
1435         * fvwm/events.c (__handle_cr_restack):
1436         (__handle_bpress_on_managed):
1437         (HandlePropertyNotify):
1438         * fvwm/stack.h:
1439         * fvwm/stack.c (__restack_window):
1440         (__raise_lower_recursion):
1441         (__raise_or_lower_window):
1442         (raise_or_lower_window):
1443         (position_new_window_in_stack_ring):
1444         (RaiseWindow):
1445         (LowerWindow):
1446         (RestackWindow):
1447         (HandleUnusualStackmodes):
1448         (CMD_Raise):
1449         (CMD_Lower):
1450         (CMD_RestackTransients):
1451         (CMD_RaiseLower):
1452         do raise hacks even when the internal stack is intact, unless on a
1453         client request
1455 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1457         * fvwm/style.c (check_window_style_change)
1458         (style_parse_one_style_option):
1459         * fvwm/style.h:
1460         * fvwm/fvwm.h (window_style):
1461         * fvwm/add_window.c (setup_frame_size_limits):
1462         * fvwm/geometry.c (constrain_size):
1463         new style MinWindowSize
1465 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1467         * libs/System.h:
1468         added missing prototypes
1470         * libs/safemalloc.c:
1471         * libs/fio.c:
1472         * libs/envvar.c:
1473         * libs/XResource.c:
1474         * libs/XError.c:
1475         * libs/WinMagic.c:
1476         * libs/Target.c:
1477         * libs/Event.c (GetSubwindowFromEvent):
1478         * libs/Cursor.c:
1479         * libs/ColorUtils.c:
1480         include corresponding header files
1482         * libs/PictureBase.c:
1483         * libs/FlocaleCharset.c:
1484         * fvwm/ewmh.c:
1485         cleanup prototypes
1487 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1489         * configure.ac (HAVE_GNU_READLINE):
1490         detect full GNU readline API (vs BSD libedit readline compatibility
1491         layer)
1493 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1495         * fvwm/windowlist.c (CMD_WindowList):
1496         * NEWS:
1498         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1499         "UseSkipList" & "OnlySkipList".
1501 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1503         * NEWS:
1504         * fvwm/add_window.c (validate_transientfor):
1505         detect and disallow circular transient-for hints
1507 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1509         * fvwm/fvwm.1.in:
1510         s/UseListSkip/UseSkipList/g etc.
1512 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1514         * fvwm/menus.c (size_menu_vertically):
1515         added localization of the "More&..." string
1517 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1519         * libs/PictureBase.c (PictureFindImageFile):
1520         fix for segfault with svg-support enabled
1522         * INSTALL.fvwm (http):
1523         * configure.ac (png_CFLAGS):
1524         raise librsvg dependeny due to bug with 2.13.91
1526         * fvwm/cursor.c (CMD_CursorStyle):
1527         remove unused static variable nocursor
1529 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1531         * AUTHORS:
1532         typo.
1534 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1536         * configure.ac:
1537         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1538         bugfix: out-of-tree builds failed due to broken dependency.
1539         Make man page have same header as old one.
1540         Fix man page indentation.
1541         Make text of top-level man page sections all uppercase.
1542         Added --disable-mandoc option.
1543         HTML doc generation is off by default: use --enable-htmldoc.
1544         Added more info in doc/README about XML commands to use.
1546 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1548         * NEWS:
1549         * Everything in the 'doc' subdirectory.
1551         XML source to generate man page & HTML documentation.
1553 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1555         * NEWS:
1556         * fvwm/colorset.c (parse_colorset):
1557         don't recompute sh, hi and fgsh if they were supplied in a previous
1558         colorset line. Fixes bug #3359.
1560 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1562         * fvwm/move_resize.c (DoSnapAttract):
1563         handle SnapGrid before SnapAttraction so that non-overlapping windows
1564         do not snap edge to edge:
1565                                     +---+
1566                                     |   |
1567                                     +---+---+
1568                                         |   |
1569                                         +---+
1571 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1573         * fvwm/style.c (parse_and_set_window_style)
1574         (style_parse_one_style_option):
1575         don't warn about PositionPlacement arguments
1577 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1579         * AUTHORS:
1580         * NEWS:
1581         enties for ChangeWindowTitle patch by Julio Teca.
1583 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1585         * fvwm/fvwm.c (main):
1586         fixed ROOT CursorStyle context
1588         * fvwm/placement.c (__pl_manual_get_pos_simple):
1589         * fvwm/move_resize.h:
1590         * fvwm/move_resize.c (__move_loop):
1591         (InteractiveMove):
1592         fixed long broken POSITION CursorStyle context
1594 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1596         * fvwm/bindings.c (ParseBinding):
1597         fix buffer overrun with >78 character window names.
1599         * fvwm/fvwm.1.in (PositionPlacement):
1600         fix typos
1602         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1603         * fvwm/style.c (style_parse_one_style_option):
1604         change BorderWidth and HandleWidth style  to revert to default if no
1605         arguments are given
1607 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1609         * fvwm/fvwm.h (style_flags):
1610         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1611         (__place_get_wm_pos):
1612         (__place_window, __explain_placement):
1613         * fvwm/style.c (style_parse_one_style_option):
1615         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1616         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1617         (DEFAULT_PLACEMENT_POSITION_STRING):
1618         new default strings
1620         * fvwm/move_resize.c (GetOnePositionArgument):
1621         added 'w' suffix to Move arguments
1622         allow multiple shifts from original position
1624         * fvwm/style.c (style_parse_one_style_option):
1625         (merge_styles)
1626         (free_style):
1627         * fvwm/placement.c (setup_window_placement)
1628         (__place_get_placement_flags):
1629         (__place_get_wm_pos):
1630         (__place_get_nowm_pos):
1631         (__place_window):
1632         (__place_handle_x_resources):
1633         (setup_window_placement):
1634         * fvwm/fvwm.h (PLACE_CENTER):
1635         (PLACE_POSITION):
1636         replaced CenterPlacement with more flexibe PositionPlacement
1638         * fvwm/move_resize.c (GetMoveArguments):
1639         (GetResizeArguments):
1640         (GetResizeMoveArguments):
1641         (__move_window):
1642         * fvwm/move_resize.h:
1643         exported and enhanced function GetMoveArguments for use by placement
1644         algorithm
1646 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1648         * fvwm/ConfigFvwmDefaults:
1649         reenable MenuScroll on titles
1651         * fvwm/menubindings.c (menu_shortcuts):
1652         don't scroll menus if scrolling would be in the wrong direction
1654 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1656         * fvwm/move_resize.c (__resize_window):
1657         some resizing/gravity fixes
1658         properly handle maximized + shaded state when resizing
1659         non-interactively
1661 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1663         * fvwm/move_resize.c (__resize_window):
1664         resizing of shaded windows work better.
1666 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1668         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1669         clarified previous patch
1671         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1672         documented '-' command prefix
1674         * fvwm/expand.c (__eae_parse_range):
1675         fix $[n-] and $[*] after unsigned int havoc
1677 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1679         * fvwm/Makefile.am:
1680         * fvwm/ConfigFvwmMenuDefaults:
1681         removed file
1682         * fvwm/ConfigFvwmDefaults:
1683         * fvwm/ConfigFvwmMenuDefaults:
1684         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1686 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1688         * fvwm/ConfigFvwmMenuDefaults:
1689         * fvwm/fvwm.c (SetRCDefaults):
1690         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1691         apply to menu item context.
1693 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1695         * fvwm/placement.c (placement_loop):
1696         (__pl_minoverlap_get_avoidance_penalty):
1697         (__pl_smart_get_first_pos):
1698         (__pl_smart_get_next_pos):
1699         (__pl_smart_test_window):
1700         (__pl_smart_get_pos_penalty):
1701         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1702         now less than ten lines of code.
1704         * fvwm/add_window.c (setup_placement_penalty):
1705         * fvwm/style.c (style_parse_one_style_option):
1706         allow to reset the placement penalties with !
1708         * fvwm/placement.h:
1709         * fvwm/add_window.c (setup_placement_penalty):
1710         * fvwm/style.h:
1711         * fvwm/fvwm.h:
1712         * fvwm/style.c (style_parse_one_style_option):
1713         put placement penalty array in a struct
1715         * fvwm/placement.c (__place_get_wm_pos):
1716         (__pl_clever_get_next_x):
1717         (__pl_clever_get_next_y):
1718         (__pl_clever_get_first_pos):
1719         (__pl_clever_get_next_pos):
1720         (__pl_clever_get_avoidance_penalty):
1721         (__pl_clever_get_pos_penalty):
1722         (__pl_minoverlap_get_next_x):
1723         (__pl_minoverlap_get_next_y):
1724         (__pl_minoverlap_get_first_pos):
1725         (__pl_minoverlap_get_next_pos):
1726         (__pl_minoverlap_get_avoidance_penalty):
1727         (__pl_minoverlap_get_pos_penalty):
1728         renamed ...clever... functions to ...minoverlap...
1730         * fvwm/bindings.c:
1731         * fvwm/decorations.c:
1732         * fvwm/menubindings.c:
1733         * fvwm/module_interface.c:
1734         * fvwm/module_list.c:
1735         * fvwm/fvwm.c:
1736         * fvwm/module_list.h:
1737         * fvwm/events.c:
1738         * fvwm/module_interface.h:
1739         * fvwm/Makefile.am:
1740         dont include "libs" in include path
1742         * libs/vpacket.h:
1743         #includes from fvwm path with "..." not <...>
1745         * fvwm/stack.c:
1746         #includes from library path with "..." not <...>
1748 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1750         * NEWS:
1751         * AUTHORS:
1752         * INSTALL.fvwm:
1753         documented new svg support
1755         * configure.ac:
1756         added librsvg detection
1758         * fvwm/Makefile.am (LDADD, INCLUDES):
1759         added rsvg_LIBS, rsvg_CFLAGS
1761         * fvwm/expand.c (expand_vars_extended):
1762         new extended variables
1763         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1765         * fvwm/fvwm.1.in (OPTIONS):
1766         (ICONS AND IMAGES):
1767         documented new svg support
1768         (COMMAND EXPANSION):
1769         documented new extended variables
1771         * fvwm/fvwm.c (setVersionInfo):
1772         (main):
1773         added Frsvg_init() call
1775         * libs/Fsvg.h:
1776         new file
1778         * libs/Makefile.am (libfvwm_a_SOURCES):
1779         added Fsvg.h
1780         (INCLUDES):
1781         added rsvg_CFLAGS
1783         * libs/Picture.c (PCacheFvwmPicture):
1784         hid svgopts from isFileStampChanged()
1786         * libs/PictureBase.c (PictureFindImageFile):
1787         hid svgopts from searchPath()
1789         * libs/PictureBase.h:
1791         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1792         hid svgopts from setFileStamp()
1793         (PImageLoadSvg):
1794         new svg image loader
1796         * libs/fvwmlib.c (flib_init_graphics):
1797         added Frsvg_init() call
1799 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1801         * NEWS:
1802         * fvwm/stack.c (__is_restack_needed)
1803         (is_transient_subtree_straight):
1804         (__restack_window):
1805         fix crash when trying to restack destroyed window
1807 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1809         * libs/Makefile.am (libfvwm_a_SOURCES):
1810         add fvwmlib.c
1812         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1813         * fvwm/menus.c (move_any_menu)
1814         set menu backgrounds before moving. Makes transparent menus move
1815         more seamless.
1817         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1818         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1819         add update_transparent_menu_bg to allow set of transparent menu
1820         background before a move, and change repaint_transparent_menu to
1821         allow for not setting the menu background.
1823         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1824         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1825         transparent colorsets)
1826         (CreateOffsetBackgroundPixmap):
1827         use offset also for non transparent backgrounds.
1829         * fvwm/menubindings.c (menu_shortcuts):
1830         don't move menus on scroll if they don't move
1832 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1834         * libs/fvwmlib.h:
1835         * fvwm/bindings.c:
1836         * fvwm/cursor.c:
1837         * fvwm/decorations.c:
1838         * fvwm/ewmh_conf.c:
1839         * fvwm/ewmh_events.c:
1840         * fvwm/ewmh_icons.c:
1841         * fvwm/expand.c:
1842         * fvwm/focus.c:
1843         * fvwm/functions.c:
1844         * fvwm/gnome.c:
1845         * fvwm/menubindings.c:
1846         * fvwm/menucmd.c:
1847         * fvwm/menuitem.c:
1848         * fvwm/misc.c:
1849         * fvwm/modconf.c:
1850         * fvwm/module_interface.c:
1851         * fvwm/module_list.c:
1852         * fvwm/read.c:
1853         * fvwm/update.c:
1854         * fvwm/windowlist.c:
1855         * fvwm/windowshade.c:
1856         * fvwm/colorset.c:
1857         * fvwm/session.c:
1858         * fvwm/stack.c:
1859         * fvwm/ewmh.c:
1860         * fvwm/conditional.c:
1861         * fvwm/menustyle.c:
1862         * fvwm/virtual.c:
1863         * fvwm/placement.c:
1864         * fvwm/frame.c:
1865         * fvwm/fvwm.c:
1866         * fvwm/icons.c:
1867         * fvwm/add_window.c:
1868         * fvwm/builtins.c:
1869         * fvwm/move_resize.c:
1870         * fvwm/borders.c:
1871         * fvwm/style.c:
1872         * fvwm/events.c:
1873         * fvwm/menus.c:
1874         * libs/FTips.c:
1875         * libs/Picture.c:
1876         * libs/Target.c:
1877         * libs/gravity.c:
1878         * fvwm/execcontext.c:
1879         * libs/BidiJoin.c:
1880         * libs/CombineChars.c:
1881         * libs/FBidi.c:
1882         * libs/FEvent.c:
1883         * libs/Fft.c:
1884         * libs/FGettext.c:
1885         * libs/Ficonv.c:
1886         * libs/FImage.c:
1887         * libs/flist.c:
1888         * libs/FlocaleCharset.c:
1889         * libs/fsm.c:
1890         * libs/Parse.c:
1891         * libs/queue.c:
1892         * libs/safemalloc.c:
1893         * libs/strdup.c:
1894         * libs/timeout.c:
1895         * libs/Strings.c:
1896         * libs/FRender.c:
1897         * libs/Module.c:
1898         * libs/ColorUtils.c:
1899         * libs/Colorset.c:
1900         * libs/PictureImageLoader.c:
1901         * libs/PictureGraphics.c:
1902         * libs/Graphics.c:
1903         * libs/FScreen.c:
1904         * libs/PictureUtils.c:
1905         * libs/Flocale.c:
1906         * libs/PictureBase.c:
1907         use new header files
1909         * libs/Graphics.h:
1910         * libs/XResource.h:
1911         * libs/Event.h:
1912         * libs/XError.h:
1913         * libs/ColorUtils.h:
1914         * libs/PictureBase.h:
1915         * libs/System.h:
1916         * libs/defaults.h:
1917         * libs/Cursor.h:
1918         * libs/Target.h:
1919         * libs/WinMagic.h:
1920         * libs/fvwmlib.h:
1921         * libs/Makefile.am (libfvwm_a_SOURCES):
1922         moved declarations from fvwmlib.h to new/appropriate header files
1924         * libs/XError.c:
1925         reformatted
1927         * fvwm/menus.c (paint_side_pic):
1928         fixed previous patch
1929         reindented function
1931 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1933         * fvwm/menus.c (paint_side_pic):
1934         fix a core dump
1936         * fvwm/menus.c (paint_side_pic):
1937         use simple expose information to redraw sidepics less.
1939 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1941         * fvwm/geometry.c (constrain_size):
1942         silence gcc 4.1.1 warning.
1944         * libs/System.c (searchPath):
1945         search in pwd if no path is given.
1946         return NULL if a file dosn't exist regardless if it's absolute path
1948 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1950         * fvwm/placement.c (__place_window)
1951         (__pl_under_mouse_get_pos_simple):
1952         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1953         * fvwm/fvwm.1.in:
1954         new style option UnderMousePlacementHonorsStartsOnPage
1956         * fvwm/update.c (init_style):
1957         don't forget stickyness when a window goes fullscreen (or when some
1958         other style is changed)
1960 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1962         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1963         properly handle title direction with cascade placement
1965         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1966         new default value
1968         * fvwm/placement.c (__pl_center_get_pos_simple):
1969         CenterPlacement properly handles Xinerama screens
1971 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1973         * configure.ac:
1974         always substiture datarootdir
1976 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1978         * fvwm/add_window.c (GetWindowSizeHints):
1979         * fvwm/geometry.c (constrain_size):
1980         undefine macros after use
1981         (constrain_size):
1982         reindented and cleaned up
1983         do not grow a window because of aspect ratio if this is not explicitly
1984         allowed by the CS_ROUND_UP flag
1985         (constrain_size):
1986         (__cs_handle_aspect_ratio):
1987         broken into separate functions and cleaned up
1989 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1991         * fvwm/module_list.c (module_receive):
1992         (module_input_discard):
1993         allocate input data in just one call - better perfomance
1995 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1997         * fvwm/placement.c (__place_get_wm_pos):
1998         simplified to a simple loop
1999         (__explain_placement):
2000         added explanation of new placement styles
2002         * fvwm/placement.c (__place_get_wm_pos):
2003         cleanup
2004         (__pl_center_get_pos_simple):
2005         (__pl_under_mouse_get_pos_simple):
2006         (__pl_cascade_get_pos_simple):
2007         (__pl_manual_get_pos_simple):
2008         (__place_get_wm_pos):
2009         use new placement interface for CenterPlacement, UnderMousePlacement,
2010         ManualPlacement, CascadePlacement
2012         * fvwm/placement.c (__sp_get_first_pos):
2013         (__sp_get_next_pos):
2014         (__sp_get_pos_penalty):
2015         (__place_get_wm_pos):
2016         use new placement interface for SmartPlacement
2017         (SmartPlacement):
2018         removed function
2020         * fvwm/placement.c:
2021         don't use inline functions
2022         (CleverPlacement):
2023         (placement_loop):
2024         renamed function and generalized the placement interface to deal with
2025         any algorithm in the same way
2026         (__place_get_wm_pos):
2027         use new placement interface
2029         * NEWS:
2030         * configure.ac:
2031         increased version to 2.5.22
2033         * NEWS:
2034         * configure.ac:
2035         updated for 2.5.21 release
2037 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
2039         * fvwm/read.h: Compile syntax error fix.
2041 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2043         * fvwm/placement.c (SmartPlacement):
2044         fixed broken SmartPlacement
2046 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2048         * fvwm/expand.c (expand_vars_extended):
2049         free allocated icon path
2051 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2053         * fvwm/fvwm.1.in:
2054         some cleanup
2056         * fvwm/virtual.c:
2057         fix compile error
2059 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2061         * NEWS:
2062         * fvwm/fvwm.1.in (Scroll):
2063         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2064         add interactive scrolling.
2066         * fvwm/stack.c (is_transient_subtree_straight):
2067         check first above the tree root, then beneth it.
2069 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
2071         * fvwm/module_interface.h
2072         * fvwm/module_interface.c (module_input_enqueue):
2073         (module_input_execute):
2074         new functions based on AddToCommandQueue and ExecuteModuleCommand
2076         * fvwm/module_list.c (CMD_ModuleSynchronous):
2077         (PositiveWrite):
2078         * fvwm/events.c (My_XNextEvent):
2079         * fvwm/module_interface.c (ExecuteCommandQueue):
2080         using the above two new functions instead of AddToCommandQueue and
2081         ExecuteModuleCommand
2083         * fvwm/module_interface.c (cqueue_object_type):
2084         removed typedef
2086         * fvwm/module_interface.h
2087         * fvwm/module_interface.c (AddToCommandQueue):
2088         (ExecuteModuleCommand):
2089         removed functions
2091 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2093         * fvwm/fvwm.h (window_style):
2094         * fvwm/style.c (style_parse_one_style_option):
2095         icon background relief and icon title relief changed to sigend char;
2096         should fix problem with ppc and negative values for these.
2098 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
2100         * fvwm/module_list.h:
2101         * fvwm/module_list.c (module_receive):
2102         (module_input_discard):
2103         (module_input_expect):
2104         new functions to deal with module input
2106         * fvwm/module_list.h:
2107         * fvwm/module_list.c (HandleModuleInput):
2108         replaced by the above three functions
2110         * fvwm/events.c (My_XNextEvent):
2111         * fvwm/module_list.c (CMD_ModuleSynchronous):
2112         (PositiveWrite):
2113         adapted to use the above three functions instead of HandleModuleInput
2115 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2117         * configure.ac (HAVE_PNG):
2118         don't mangle png_LIBS, use --with-png-library
2120 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2122         * NEWS:
2123         removed news about previous change after move of version-2_5_20 tag
2124         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2125         balls.
2127         * fvwm/stack.c (__restack_window):
2128         fix so new transient windows with StackTransientParent on top layer
2129         don't make all windows raise above the pan frames.
2131         * NEWS:
2132         * configure.ac:
2133         increased version to 2.5.21
2135         * NEWS:
2136         * configure.ac:
2137         updated for 2.5.20 release
2139 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
2141         * fvwm/fvwm.c (main):
2142         remove the call to module_init_list, the list head is instead set
2143         to NULL upon declaration
2145         * fvwm/module_list.h:
2146         * fvwm/module_list.c (module_init_list):
2147         removed function
2149 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2151         * fvwm/stack.c (is_transient_subtree_straight)
2152         (is_transient_subtree_stack_straight):
2153         use <= 32 character function name
2154         (mark_transient_subtree, is_transient_subtree_straight)
2155         (__mark_transient_subtree_test):
2156         move common tests to function to avoid code duplication
2158         * fvwm/fvwm.1.in (IconifyWindowGroups):
2159         Correctly document that windows are iconified together if the are in
2160         the same window group, not if the group leader is iconified.
2162 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2164         * fvwm/add_window.c (GetWindowSizeHints):
2165         * libs/vpacket.h (ConfigWinPacket):
2166         * fvwm/module_interface.c (CONFIGARGS):
2167         * fvwm/fvwm.h (FvwmWindow):
2168         add orig_hints_width_inc and orig_hints_height_inc values to store the
2169         original resize inc  for use in FvwmIdent
2171         * fvwm/fvwm.1.in:
2172         * fvwm/style.c (style_parse_one_style_option):
2173         deprecated some "No..." styles
2174         (style_parse_one_style_option):
2175         add a NoResizeHintOverride style
2177         * fvwm/add_window.c (GetWindowSizeHints):
2178         only ignore the min_width/min_height/max_width/max_height with the
2179         ResizeHintOverride style
2181         * fvwm/icons.c (DeIconify):
2182         corrected previous fix
2184         * fvwm/placement.c (CleverPlacement):
2185         (SmartPlacement):
2186         (__place_get_wm_pos):
2187         (__place_get_nowm_pos):
2188         (__place_window):
2189         fixed smart placement
2190         unified placement func interface
2192 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2194         * NEWS:
2195         * fvwm/icons.c (DeIconify):
2196         don't loop forever.
2198         * fvwm/stack.c (is_transient_subtree_stacked_straight):
2199         fix detection of non needed lower operations
2200         (__restack_window):
2201         BroadcastRestack to modules even if non is done. (To cancel effect of
2202         already sent M_RAISE/M_LOWER)
2203         don't do raise hacks if no restack was done.
2205         * fvwm/fvwm.h (FvwmWindow):
2206         icon_nalloc_pixels is int instead of unsined int
2208         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2209         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2210         use int instead of unsigned int.
2212         * fvwm/menugeometry.c (menu_get_geometry)
2213         (menu_get_outer_geometry):
2214         * fvwm/focus.c (CMD_WarpToWindow):
2215         * fvwm/geometry.c (get_title_button_geometry):
2216         * fvwm/session.c (SaveWindowStates):
2217         * fvwm/conditional.c (CMD_WindowId):
2218         * fvwm/placement.c (__place_get_wm_pos):
2219         * fvwm/frame.c (frame_create_move_resize_args):
2220         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2221         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2222         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2223         * fvwm/style.c (style_parse_icon_box_style):
2224         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2225         (AnimatedMoveAnyWindow, __move_window, __move_loop)
2226         (__resize_window):
2227         * fvwm/events.c (HandlePropertyNotify)
2228         (__is_bpress_window_handled):
2229         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2230         (get_menu_options):
2231         fix geometry signed pointer warnings
2233         * libs/Graphics.c (CalculateGradientDimensions):
2234         cast pointer to unsigned int*
2236         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2237         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2238         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2239         change unsigned int* parameter to int*. It get's info stored in an
2240         unsigned short, so it should be OK.
2242         * fvwm/externs.h:
2243         * fvwm/fvwm.c:
2244         JunkMask is unsigned
2246         * fvwm/stack.c (__mark_group_member)
2247         (is_transient_subtree_stacked_straight, __is_restack_needed)
2248         (__restack_window, mark_transient_subtree):
2249         don't raise or lower windows if they are already at the right place.
2251 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2253         * fvwm/module_interface.c (struct cqueue_object_type):
2254         * fvwm/module_list.h (struct fmodule_input):
2255         reused cqueue_object_type as a struct to store module input data
2256         renamed it to fmodule_input and moved it to module_list.h
2257         typedef'ed it to cqueue_object_type in module_interface.c
2259 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2261         * fvwm/placement.c (__cp_get_next_x):
2262         (__cp_get_next_y):
2263         (__cp_get_first_pos):
2264         (__cp_get_next_pos):
2265         (__cp_get_avoidance_penalty):
2266         (__cp_test_fit):
2267         (CleverPlacement):
2268         restructured and cleaned up CleverPlacement code
2270         * fvwm/style.c (style_parse_icon_box_style):
2271         * fvwm/virtual.c (HandlePaging):
2272         * fvwm/stack.c (verify_stack_ring_consistency):
2273         (ResyncFvwmStackRing):
2274         * fvwm/repeat.c:
2275         * fvwm/read.c (cursor_control):
2276         * fvwm/placement.c (__place_get_wm_pos):
2277         * fvwm/move_resize.c (GetMoveArguments):
2278         (ParseOneResizeArgument):
2279         (GetResizeArguments):
2280         (GetResizeMoveArguments):
2281         (resize_move_window):
2282         (resize_move_window):
2283         (InteractiveMove):
2284         (__move_window):
2285         (DoSnapAttract):
2286         (DoSnapAttract):
2287         (__resize_step):
2288         (__resize_window):
2289         (__resize_window):
2290         (__resize_window):
2291         (MaximizeHeight):
2292         (MaximizeWidth):
2293         (maximize_fvwm_window):
2294         (CMD_Maximize):
2295         (CMD_Maximize):
2296         * fvwm/misc.c:
2297         * fvwm/menustyle.h (MenuStyle):
2298         * fvwm/menus.c (MenuSizingParameters):
2299         (make_menu_window):
2300         (paint_menu_gradient_background):
2301         (paint_menu_gradient_background):
2302         (select_menu_item):
2303         (do_menus_overlap):
2304         (pop_menu_up):
2305         (pop_menu_down_and_repaint_parent):
2306         (__mloop_handle_action_without_mi):
2307         (do_menu):
2308         (get_menu_options):
2309         (get_menu_options):
2310         * fvwm/menuroot.h (MenuRootStatic):
2311         (MenuRootDynamic):
2312         * fvwm/menuitem.h (MenuPaintItemParameters):
2313         * fvwm/menugeometry.h:
2314         * fvwm/menubindings.c (menu_shortcuts):
2315         * fvwm/icons.c (SetIconPixmapSize):
2316         (GetIconPicture):
2317         (DrawIconTitleWindow):
2318         (AutoPlaceIcon):
2319         (do_all_iconboxes):
2320         (GetIconWindow):
2321         (GetIconBitmap):
2322         * fvwm/gnome.c (GNOME_GetHintIcons):
2323         * fvwm/functions.c (FvwmFunction):
2324         (__execute_function):
2325         (__cf_cleanup):
2326         (execute_complex_function):
2327         * fvwm/fvwm.c (JunkWidth):
2328         (JunkHeight):
2329         (JunkBW):
2330         (JunkDepth):
2331         (JunkMask):
2332         (main):
2333         * fvwm/externs.h (JunkWidth):
2334         (JunkHeight):
2335         (JunkBW):
2336         (JunkDepth):
2337         (JunkMask):
2338         * fvwm/focus.c (CMD_WarpToWindow):
2339         * fvwm/expand.c (__eae_parse_range):
2340         (expand_args_extended):
2341         (expand_vars_extended):
2342         (expand_vars_extended):
2343         * fvwm/ewmh_names.c (EWMH_WMIconName):
2344         (EWMH_WMName):
2345         * fvwm/ewmh_intern.h:
2346         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2347         (EWMH_DoUpdateWmIcon):
2348         (ewmh_SetWmIconFromPixmap):
2349         (ewmh_SetWmIconFromPixmap):
2350         (EWMH_DeleteWmIcon):
2351         (extract_wm_icon):
2352         (extract_wm_icon):
2353         (EWMH_SetIconFromWMIcon):
2354         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2355         (ewmh_WMState):
2356         (ewmh_WMIconGeometry):
2357         (ewmh_WMStrut):
2358         * fvwm/ewmh.h:
2359         * fvwm/ewmh.c (ewmh_ChangeProperty):
2360         (ewmh_ChangeProperty):
2361         (atom_get):
2362         (ewmh_AtomGetByName):
2363         (ewmh_AddToKdeSysTray):
2364         (EWMH_GetWorkAreaIntersection):
2365         (ewmh_HandleWindowType):
2366         (ewmh_check_wm_pid):
2367         * fvwm/geometry.c (constrain_size):
2368         * fvwm/geometry.h:
2369         * fvwm/events.c (__handle_cr_on_client):
2370         (WaitForButtonsUp):
2371         * fvwm/events.h:
2372         * libs/PictureImageLoader.c:
2373         * libs/PictureImageLoader.h:
2374         * libs/WinMagic.c:
2375         * libs/fvwmlib.h:
2376         * libs/Graphics.c (ParseGradient):
2377         (CalculateGradientDimensions):
2378         (CreateGradientPixmap):
2379         (CreateGradientPixmapFromString):
2380         * fvwm/colorset.c (update_root_pixmap):
2381         * fvwm/builtins.c (CMD_Echo):
2382         (CMD_State):
2383         * fvwm/add_window.c (AddWindow):
2384         * fvwm/screen.h (DecorFace):
2385         use int instead of unsigned int
2387         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2388         * fvwm/colormaps.c (EnterSubWindowColormap):
2389         (LeaveSubWindowColormap):
2390         (FetchWmColormapWindows):
2391         * libs/vpacket.h:
2392         * libs/CombineChars.c (char_combclass):
2393         use short instead of short int
2394         use long instead of long int
2396         * libs/PictureBase.h (FvwmPictureAttributes):
2397         (FvwmRenderAttributes):
2398         * libs/Flocale.h (FlocaleFont):
2399         * fvwm/style.c (style_parse_icon_grid_style):
2400         * fvwm/menus.c (size_menu_horizontally):
2401         (size_menu_vertically):
2402         (paint_menu):
2403         (AddToMenu):
2404         * fvwm/menuitem.c (menuitem_paint):
2405         (menuitem_free):
2406         * fvwm/menuitem.h (MenuItem):
2407         * fvwm/geometry.c (set_window_border_size):
2408         * fvwm/decorations.c (SelectDecor):
2409         use int instead of short
2411         * fvwm/screen.h (FvwmAcs):
2412         (DecorFace):
2413         * fvwm/menus.c (MenuSizingParameters):
2414         (size_menu_horizontally):
2415         (update_menu):
2416         (paint_menu_gradient_background):
2417         * fvwm/menuroot.h (MenuRootStatic):
2418         * fvwm/menuitem.h (MenuItem):
2419         (MenuItemPartSizesT):
2420         * fvwm/menuitem.c (menuitem_get_size):
2421         * fvwm/menudim.h (MenuDimensions):
2422         use int instead of unsigned short
2424 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2426         * libs/gravity.h:
2427         * libs/gravity.c (gravity_move_resize_parent_child):
2428         * fvwm/frame.h:
2429         * fvwm/frame.c (mr_args_internal):
2430         (frame_setup_border):
2431         (frame_setup_titlebar):
2432         (frame_get_resize_decor_gravities):
2433         (frame_get_titlebar_dimensions):
2434         use rectangle instead of signed_rectangle
2436         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2437         * libs/fvwmrect.h (signed_rectangle):
2438         removed type
2439         (rectangle):
2440         (size_rect):
2441         widht and height are now signed values
2443         * fvwm/placement.c (get_next_x):
2444         (__cp_get_next_x):
2445         (get_next_x):
2446         (__cp_get_next_y):
2447         (__test_fit):
2448         (__cp_test_fit):
2449         renamed functions
2451         * fvwm/placement.c (get_next_x):
2452         (get_next_y):
2453         (test_fit):
2454         (CleverPlacement):
2455         cleanup
2457 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2459         * NEWS:
2460         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2461         StickyAcrossDesksIcon.
2463 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2465         * fvwm/conditional.c (CreateConditionMask):
2466         added conditions StickyIcon, StickyAcrossPagesIcon and
2467         StickyAcrossDesksIcon.
2469         * fvwm/fvwm.1.in:
2470         documented new conditional tests.
2471         removed descriptions of styles StickyIconPage & StickyIconDesk which
2472         actually don't exists in fvwm.
2473         moved StickyIcon/SlipperyIcon descriptions immediately after
2474         Sticky/Slippery description.
2476 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2478         * fvwm/placement.c (SmartPlacemen):
2479         (__sp_test_window):
2480         cleaned up SmartPlacement code
2482 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2484         * fvwm/ConfigFvwmMenuDefaults:
2485         Mouse 0 MS A MenuLeaveSubmenu instead.
2487         * fvwm/ConfigFvwmMenuDefaults:
2488         Mouse 0 MS A MenuClose to make sidepic and border behave as
2489         before menu bindings.
2491         * fvwm/fvwm.1.in:
2492         * libs/wcontext.h (enum):
2493         * fvwm/menubindings.c (menu_binding):
2494         (menu_shortcuts):
2495         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2497         * fvwm/menustyle.c (menustyle_parse_old_style):
2498         add a message of deprecation.
2500 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2502         * fvwm/module_list.h:
2503         * fvwm/module_list.c:
2504         new files for module handling code.
2506         * fvwm/module_list.h:
2507         * fvwm/module_interface.h:
2508         * fvwm/module_list.c:
2509         * fvwm/module_interface.c:
2510         (struct mqueue_object_type):
2511         (msg_mask_set):
2512         (module_alloc):
2513         (module_insert):
2514         (module_remove):
2515         (module_free):
2516         (module_get_next):
2517         (set_message_mask):
2518         (get_pipe_name):
2519         (initModules):
2520         (ClosePipes):
2521         (do_execute_module):
2522         (executeModuleDesperate):
2523         (CMD_Module):
2524         (CMD_ModuleListenOnly):
2525         (CMD_ModuleSynchronous):
2526         (HandleModuleInput):
2527         (DeadPipe):
2528         (KillModule):
2529         (KillModuleByName):
2530         (CMD_KillModule):
2531         (PositiveWrite):
2532         (DeleteMessageQueueBuff):
2533         (FlushMessageQueue):
2534         (FlushAllMessageQueues):
2535         (CMD_set_mask):
2536         (CMD_set_sync_mask):
2537         (CMD_set_nograb_mask):
2538         (skipModuleAliasToken):
2539         (countModules):
2540         (struct msg_masks_t):
2541         (struct fmodule):
2542         moved from module_interface.c/h to module_list.c/h
2544         * fvwm/module_list.h (do_execute_module):
2545         * fvwm/module_interface.h (AddToCommandQueue):
2546         (ExecuteModuleCommand):
2547         initialy static functions are exposed for now. Should be fixed soon.
2549         * fvwm/Makefile.am:
2550         added module_list.h and module_list.c
2551         reorganized the c files by size
2553         * fvwm/module_list.h:
2554         * fvwm/module_list.c:
2555         * fvwm/events.c:
2556         * fvwm/fvwm.c:
2557         * fvwm/session.c:
2558         * fvwm/stack.c:
2559         (initModules):
2560         (module_init_list):
2561         (ClosePipes):
2562         (module_kill_all):
2563         (KillModule):
2564         (module_kill):
2565         (countModules):
2566         (module_count):
2567         renamed functions to a unified style
2569         * fvwm/module_interface.h:
2570         * fvwm/module_interface.c:
2571         * fvwm/fvwm.c:
2572         * fvwm/events.c:
2573         * fvwm/modconf.c
2574         * fvwm/session.c:
2575         * fvwm/stack.c:
2576         * fvwm/windowshade.c:
2577         * fvwm/functions.c:
2578         * fvwm/move_resize.c:
2579         include file cleanup
2581         * fvwm/module_list.c (do_execute_module):
2582         made absolutely sure the module's read fd is >=0 before inserting
2583         the module on the list
2585         * fvwm/events.c (My_XNextEvent):
2586         * fvwm/module_list.c (PositiveWrite):
2587         (CMD_ModuleSynchronous):
2588         assume module read fd is allways >=0 (remove the tests)
2590         * fvwm/module_list.c (module_free):
2591         no need to test if fd >=0 when closing the pipes.
2593 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2595         * fvwm/menuitem.c (draw_higlight_background):
2596         fix x-origin of HGradients
2598 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2600         * fvwm/module_interface.c (FlushMessageQueues):
2601         fixed not flushing the first module on the list
2603 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2605         * libs/Flocale.c (FlocaleGetFftFont):
2606         add sanity check for NULL fontname.
2608         * NEWS:
2609         * fvwm/fvwm.1.in:
2610         * fvwm/menuitem.c (menuitem_paint):
2611         (draw_hilight_background):
2612         make all kinds of pixmaps work with hilight background
2614         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2615         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2616         (CreateBackgroundPixmap):
2617         added CreateOffsetBackgroundPixmap with the ability to create
2618         transparent images at an offset relative to the window.
2620 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2622         * fvwm/menus.c (__mloop_exit):
2623         (struct):
2624         (__mloop_get_event)
2625         (__mloop_handle_event):
2626         don't warp to parent item when entering other item with mouse.
2628         * NEWS:
2629         * fvwm/fvwm.1.in:
2630         * fvwm/menustyle.c (menustyle_update):
2631         make use of colorset TiledPixmap option with HiglightBack
2632         and HiglightTitleBack menu styles.
2634 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2636         * libs/FScreen.c:
2637         reformatted
2639 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2641         * libs/FScreen.c (FScreenParseGeometry):
2642         don't look up screen info if screen is undefined
2644 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2646         * ONEWS:
2647         * NEWS:
2648         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2650         * libs/fio.c (fvwm_send):
2651         compile fixes
2653         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2654         added macro
2656         * libs/fio.c:
2657         * libs/fio.h:
2658         new utility files to wrap writing/reading standard lib functions that
2659         might be interrupted
2661 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2663         * fvwm/ewmh_intern.h:
2664         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2665         instead of <time.h>.
2667         * fvwm/windowlist.h:
2668         removed unneeded file.
2670         * fvwm/Makefile.am:
2671         removed windowlist.h from build list.
2673         * libs/PictureUtils.c:
2674         include "ftime.h" instead of <time.h>.
2675         fvwmlib.h header name should be in double quotes not in angle
2676         brackets.
2678         * libs/System.c:
2679         include "ftime.h" instead of <sys/time.h>.
2681 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2683         * ChangeLog:
2684         make my email less spider-friendly
2686         * fvwm/bindings.c (binding_cmd):
2687         (ParseBinding):
2688         fix core
2690 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2692         * fvwm/screen.h (ScreenInfo):
2693         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2694         casting signed values in calculations to be cast to unsigned
2696         * fvwm/focus.c (__activate_window_by_command):
2697         don't warp the viewport if the center of the window is already in view
2698         fixed a bug in window positioning
2700 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2702         * NEWS:
2703         FvwmIconBox IconColorset's bg wasn't updated immediately.
2705 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2707         * fvwm/fvwm.c (main):
2708         close all open fds upon startup
2709         reopen stdin, stdout and stderr if necessary
2710         (reopen_fd):
2711         new function
2713         * fvwm/module_interface.c (do_execute_module):
2714         simplified error handling
2715         check maximum fd when creating modules
2717         * fvwm/events.c (My_XNextEvent):
2718         * fvwm/fvwm.c (main):
2719         replaced fd_width with fvwmlib_max_fd
2721         * libs/fvwmlib.h:
2722         * libs/System.c (fvwmlib_init_max_fd):
2723         added function and fvwmlib_max_fd
2725         * fvwm/events.c (My_XNextEvent):
2726         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2727         switch back to using FD_SET
2729         * fvwm/events.c (My_XNextEvent:
2730         * fvwm/module_interface.h:
2731         * fvwm/module_interface.c:
2732         hide module structure members with access macros and use them
2733         everywhere
2735 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2737         * fvwm/module_interface.c (module_add_to_fdsets):
2738         * fvwm/module_interface.h:
2739         created new function that also checks for too many open fds
2741         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2742         * fvwm/events.c (My_XNextEvent):
2743         now using module_add_to_fdset to add pipes to the fdsets
2745 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2747         * libs/defaults.h (MAX_NUM_MODULES):
2748         * fvwm/module_interface.c (module_alloc):
2749         (do_execute_module):
2750         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2752         * fvwm/module_interface.c (do_execute_module):
2753         moved the allocation call to the end of the sanity checks and pipe
2754         creation - better for performance
2756 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2758         END MODULE STRUCT PATCHES
2760         * fvwm/module_interface.c (do_execute_module):
2761         fixed another memory leak
2763 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2765         * fvwm/module_interface.h:
2766         * fvwm/module_interface.c:
2767         * fvwm/modconf.c:
2768         renamed struct module member "pipeName" and "pipeAlias" to "name"
2769         and "alias"
2771         * fvwm/module_interface.c (do_execute_module):
2772         fixed possible memory leak
2774 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2776         * fvwm/events.c (My_XNextEvent):
2777         * fvwm/module_interface.c (module_alloc):
2778         (do_execute_module):
2779         (KillModule):
2780         * fvwm/module_interface.h (fmodule):
2781         replaced int with a flag struct
2783         * fvwm/module_interface.h:
2784         * fvwm/events.c (My_XNextEvent):
2785         * fvwm/module_interface.c (module_alloc):
2786         (module_free):
2787         (module_insert):
2788         (ClosePipes):
2789         add new modules at front of list again
2790         removed global variable init_fdset; use a flag in the module struct
2791         instead
2792         removed the now obsolete module slot count
2794 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2796         * fvwm/module_interface.c (module_remove):
2797         (KillModule):
2798         moved module remotion code to module_remove()
2800 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2802         * fvwm/events.c (My_XNextEvent):
2803         fixed startup commands
2805         * fvwm/module_interface.c (module_insert):
2806         (module_free):
2807         (KillModule):
2808         (ClosePipes):
2809         append modules at end of list
2811         * fvwm/events.c (My_XNextEvent):
2812         fixed core
2814         * fvwm/module_interface.c (ExecuteModuleCommand):
2815         (PositiveWrite):
2816         (KillModuleByName):
2817         (BroadcastPacket):
2818         (BroadcastNewPacket):
2819         (BroadcastName):
2820         (BroadcastFvwmPicture):
2821         (BroadcastColorset):
2822         (BroadcastPropertyChange):
2823         (BroadcastConfigInfoString):
2824         (CMD_SendToModule):
2825         (FlushAllMessageQueues):
2826         (countModules):
2827         (CMD_set_mask):
2828         (CMD_set_sync_mask):
2829         (CMD_set_nograb_mask):
2830         cleanup
2831         (skipModuleAliasToken):
2832         use MAX_MODULE_ALIAS_LEN
2834         * fvwm/module_interface.c (KillModule):
2835         (do_execute_module):
2836         (module_alloc):
2837         added a "slot" member to the module struct to fix the init_fdset hack
2838         for now
2840         * libs/defaults.h (MAX_NUM_MODULES):
2841         (MAX_MODULE_ALIAS_LEN):
2842         new config values
2844         * fvwm/module_interface.c (do_execute_module):
2845         rewrote module struct initialization
2846         (HandleModuleInput):
2847         use %p to print module address, don't cast it to int
2849         * fvwm/module_interface.c (ClosePipes):
2850         (KillModule):
2851         use module_free
2852         (msg_mask_set):
2853         (module_insert):
2854         (module_alloc):
2855         new functions()
2857         * fvwm/module_interface.c (FreeModule):
2858         (module_free):
2859         renamed function
2861         * fvwm/module_interface.c (KillModule):
2862         (FreeModule):
2863         * fvwm/events.c (My_XNextEvent):
2864         * fvwm/execcontext.h:
2865         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2866         (ModuleConfig):
2867         * fvwm/stack.c (BroadcastRestack):
2868         cleanup
2870         * fvwm/module_interface.c (module_get_next):
2871         * fvwm/module_interface.h:
2872         new function
2874 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2876         * fvwm/modconf.c (ModuleConfig):
2877         (SendConfigToModule):
2878         (send_xinerama_state):
2879         (send_desktop_names):
2880         (send_desktop_geometry):
2881         (send_image_path):
2882         (send_color_limit):
2883         (send_colorsets):
2884         (send_click_time):
2885         (send_move_threshold):
2886         (send_ignore_modifiers):
2887         (CMD_Send_ConfigInfo):
2888         * fvwm/functions.c (__execute_function):
2889         * fvwm/events.c (My_XNextEvent):
2890         * fvwm/module_interface.h (msg_masks_t):
2891         (fmodule):
2892         * fvwm/execcontext.c (__exc_change_context):
2893         (exc_create_null_context):
2894         * fvwm/execcontext.h:
2895         Initial module struct patches
2897         BEGIN MODULE STRUCT PATCHES
2899 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2901         * fvwm/events.c (HandleFocusOut):
2902         (__refocus_stolen_focus_win):
2903         (HandleEnterNotify):
2904         less disruptive way of restoring focus to the window it was stolen from
2906 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2908         * fvwm/events.c (HandleEnterNotify):
2909         restore focus to windows that had it stolen by
2910         unmanaged windows on enter of any unmanaged windows.
2912 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2914         * fvwm/menubindings.c:
2915         don't include menus.h
2917         * fvwm/ConfigFvwmMenuDefaults:
2918         all bindings are silent
2920 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2922         * fvwm/ConfigFvwmMenuDefaults:
2923         make all numpad keys silent -- not all keyboads have a numpad
2924         add KP_Separator for MenuClose
2926 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2928         * fvwm/fvwm.1.in:
2929         documented missing menu bindings.
2931         * fvwm/ConfigFvwmMenuDefaults:
2932         fixed wrong menu bindings.
2934 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2936         * fvwm/menubindings.c:
2937         * fvwm/menubindings.h:
2938         * fvwm/menucmd.c:
2939         * fvwm/menudim.c:
2940         * fvwm/menudim.h:
2941         * fvwm/menugeometry.c:
2942         * fvwm/menugeometry.h:
2943         * fvwm/menuitem.c:
2944         * fvwm/menuitem.h:
2945         * fvwm/menuroot.h:
2946         * fvwm/menus.c:
2947         * fvwm/menus.h:
2948         * fvwm/move_resize.c:
2949         * fvwm/move_resize.h:
2950         * fvwm/windowlist.c:
2951         simplified including header files
2953         * fvwm/menus.c (__mloop_handle_event):
2954         * fvwm/menuparameters.h:
2955         * fvwm/menubindings.c (menu_shortcuts):
2956         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2958         * fvwm/menus.c (__mloop_handle_event):
2959         * fvwm/menuparameters.h:
2960         * fvwm/menubindings.c (menu_shortcuts):
2961         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2962         instead
2964         * fvwm/menus.h (MenuParameters):
2965         (MenuOptions):
2966         (MenuPosHints):
2967         (MenuRC):
2968         (MenuReturn):
2969         (MenuRepaintTransparentParameters):
2970         * fvwm/menuparameters.h (MenuParameters):
2971         (MenuOptions):
2972         (MenuPosHints):
2973         (MenuRC):
2974         (MenuReturn):
2975         (MenuRepaintTransparentParameters):
2976         moved to menuparameters.h
2978         * fvwm/menus.h (MenuRoot):
2979         (MenuRootDynamic):
2980         (MenuRootStatic):
2981         * fvwm/menutypes.h (MenuRoot):
2982         (MenuRootDynamic):
2983         (MenuRootStatic):
2984         moved to menuroot.h
2986         * fvwm/menus.c (menu_get_geometry):
2987         (menu_get_outer_geometry):
2988         * fvwm/menugeometry.c (menu_get_geometry):
2989         (menu_get_outer_geometry):
2990         moved to menugeometry.c
2992         * fvwm/menuparameters.h:
2993         * fvwm/menutypes.h:
2994         * fvwm/menugeometry.c:
2995         * fvwm/menugeometry.h:
2996         * fvwm/Makefile.am:
2997         new files
2999         * fvwm/menubindings.h (enum):
3000         * fvwm/menus.c (enum):
3001         moved enum menu_shortcut_action to menubindings.h
3002         (get_selectable_item_index):
3003         (get_selectable_item_from_index):
3004         (get_selectable_item_from_section):
3005         (get_selectable_item_count):
3006         (parse_menu_action):
3007         moved to menubindings.c
3009         * fvwm/menus.c (enum):
3010         (parse_menu_action):
3011         (menuShortcuts):
3012         renamed enum shortcut_action to menu_shortcut_action
3014         * fvwm/fvwm.c (SetRCDefaults):
3015         read default config file after all other defaults
3017 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3019         * fvwm/ConfigFvwmMenuDefaults:
3020         * fvwm/fvwm.c (SetRCDefaults):
3021         make the hard coded menu bindings load before ConfigFvwmDefaults
3022         move Mouse 0 ... to ConfigFvwmMenuDefaults
3024 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3026         * fvwm/ConfigFvwmMenuDefaults:
3027         * fvwm/fvwm.c (SetRCDefaults):
3028         added hard coded default menu bindings
3030 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
3032         * fvwm/fvwm.1.in:
3033         documentation fixes.
3035 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3037         * fvwm/bindings.c:
3038         * fvwm/menubindings.h:
3039         * fvwm/menubindings.c:
3040         * fvwm/menus.h:
3041         * fvwm/menus.c:
3042         * fvwm/Makefile.am:
3043         moved new menu binding code to menubindings.c, menubindings.h
3044         split binding into a regular list and a fallback list that can not be
3045         modified
3047         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3048         fixed calculation of new geometry if x or y is negative
3050         * fvwm/geometry.c (maximize_adjust_offset):
3051         fixed calculations of normal geometry when maximized
3053 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3055         * NEWS:
3056         * fvwm/ConfigFvwmMenuDefaults:
3057         * fvwm/fvwm.c (SetRCDefaults):
3058         * fvwm/menus.c (parse_menu_action):
3059         * fvwm/fvwm.1.in:
3060         rename menu action to menu bindings and make menu binding commands
3061         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3062         ensure basic function with ConfigFvwmMenuDefaults missing.
3064 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3066         * fvwm/menus.c (menuShortcuts):
3067         fixed compiler warning.
3069 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3071         * fvwm/fvwm.1.in:
3072         corrected mis-spelling
3074         * AUTHORS:
3075         * NEWS:
3076         * fvwm/fvwm.1.in:
3077         * fvwm/menus.h:
3078         * fvwm/menus.c (handle_emacs_bindings):
3079         (parse_menu_action)
3080         (menuShortcuts):
3081         (__mloop_handle_event):
3082         (menu_binding):
3083         * fvwm/bindings.c (ParseBinding):
3084         * fvwm/Makefile.am (config_DATA):
3085         * fvwm/ConfigFvwmDefaults:
3086         * fvwm/ConfigFvwmMenuDefaults:
3087         fully configurable mouse any key bindings for menu navigation.
3089 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3091         * fvwm/virtual.c (HandlePaging):
3092         removed bogus comment
3094         * fvwm/move_resize.c (__move_loop):
3095         cleanup
3096         (__resize_window):
3097         allow paging during resize with "EdgeScroll 0 0" as documented in the
3098         man page
3099         fixed disappearing windows with "maximize; resize - abort; unmaximize"
3101         * fvwm/fvwm.h (FvwmWindow):
3102         * fvwm/add_window.c (AddWindow):
3103         * fvwm/add_window.c (setup_frame_window):
3104         * fvwm/add_window.c (setup_parent_window)
3105         * fvwm/borders.c (border_draw_decorations):
3106         * fvwm/borders.c (border_draw_one_border_part):
3107         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3108         * fvwm/borders.c (border_get_titlebar_descr)
3109         * fvwm/builtins.c (__remove_window_decors):
3110         * fvwm/conditional.c (MatchesConditionMask):
3111         * fvwm/events.c (HandleMapNotify):
3112         * fvwm/events.c (HandleMapRequestKeepRaised)
3113         * fvwm/events.c (HandlePropertyNotify):
3114         * fvwm/events.c (HandleShapeNotify):
3115         * fvwm/events.c (__cr_detect_icccm_move)
3116         * fvwm/events.c (__cr_get_grav_position):
3117         * fvwm/events.c (__cr_get_static_position)
3118         * fvwm/events.c (__handle_configure_request)
3119         * fvwm/events.c (__handle_cr_on_client):
3120         * fvwm/ewmh.c (EWMH_fullscreen):
3121         * fvwm/focus.c (__activate_window_by_command):
3122         * fvwm/focus.c (__set_focus_to_fwin):
3123         * fvwm/focus.c (warp_to_fvwm_window):
3124         * fvwm/frame.c (__frame_setup_window):
3125         * fvwm/frame.c (frame_create_move_resize_args)
3126         * fvwm/frame.c (frame_free_move_resize_args):
3127         * fvwm/frame.c (frame_move_resize_step)
3128         * fvwm/frame.c (frame_reshape_border):
3129         * fvwm/geometry.c (constrain_size):
3130         * fvwm/geometry.c (get_icon_corner)
3131         * fvwm/geometry.c (get_page_offset):
3132         * fvwm/geometry.c (get_page_offset_check_visible):
3133         * fvwm/geometry.c (get_shaded_client_window_pos):
3134         * fvwm/geometry.c (get_title_button_geometry):
3135         * fvwm/geometry.c (get_title_geometry)
3136         * fvwm/geometry.c (get_unshaded_geometry):
3137         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3138         * fvwm/geometry.c (gravity_constrain_size):
3139         * fvwm/geometry.c (maximize_adjust_offset):
3140         * fvwm/geometry.c (update_absolute_geometry):
3141         * fvwm/geometry.c (update_relative_geometry)
3142         * fvwm/gnome.c (GNOME_SetWinArea):
3143         * fvwm/icons.c (AutoPlaceIcon):
3144         * fvwm/icons.c (DeIconify):
3145         * fvwm/icons.c (Iconify):
3146         * fvwm/module_interface.c (CONFIGARGS):
3147         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3148         * fvwm/move_resize.c (CMD_Maximize):
3149         * fvwm/move_resize.c (CMD_ResizeMaximize):
3150         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3151         * fvwm/move_resize.c (__move_loop):
3152         * fvwm/move_resize.c (__move_window):
3153         * fvwm/move_resize.c (__resize_window):
3154         * fvwm/move_resize.c (maximize_fvwm_window):
3155         * fvwm/move_resize.c (resize_move_window):
3156         * fvwm/move_resize.c (stick_across_pages):
3157         * fvwm/move_resize.c (unmaximize_fvwm_window):
3158         * fvwm/placement.c (__explain_placement):
3159         * fvwm/placement.c (__place_get_wm_pos):
3160         * fvwm/placement.c (get_next_x):
3161         * fvwm/placement.c (get_next_y):
3162         * fvwm/placement.c (test_fit)
3163         * fvwm/session.c (MatchWinToSM):
3164         * fvwm/session.c (SaveWindowStates):
3165         * fvwm/update.c (apply_window_updates):
3166         * fvwm/virtual.c (MoveViewport):
3167         * fvwm/windowlist.c (CMD_WindowList):
3168         * fvwm/windowshade.c (CMD_WindowShade):
3169         put some of the window geometry members into a separate struct window_g
3170         with members frame, normal, max, max_defect, max_offset
3172 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3174         * NEWS:
3175         * AUTHORS:
3176         * fvwm/window_flags.h:
3177         * fvwm/style.h:
3178         * fvwm/style.c (style_parse_one_style_option):
3179         * fvwm/icons.c (DrawIconTitleWindow):
3180         * fvwm/fvwm.h (common_flags_t):
3181         * fvwm/fvwm.1.in (Style):
3182         * fvwm/borders.c:
3183         (border_draw_title_stick_lines):
3184         Applied Stippled patch by Thomas Adam with some fixes.
3186 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3188         * NEWS:
3189         FvwmWinList button/list syncronization fixed (bug #1393)
3191 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3193         * NEWS:
3194         * configure.ac:
3195         updated for 2.5.20.
3197         * NEWS:
3198         * configure.ac:
3199         updated for 2.5.19 release
3201         * NEWS:
3202         updated after 2.4.20 release
3204         * NEWS:
3205         * fvwm/focus.c (focus_get_fpol_context_flag):
3206         * fvwm/events.c (__check_click_to_focus_or_raise)
3207         (__handle_click_to_focus):
3208         Treat EWMH desktop as client window under click to focus. (#1492)
3210 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3212         * libs/Module.h (MX_REPLY):
3213         (MAX_EXTENDED_MESSAGES):
3214         (MAX_XMSG_MASK):
3215         * fvwm/module_interface.c (CMD_Send_Reply):
3216         * fvwm/functable.c (func_table):
3217         * fvwm/commands.h:
3218         Added Send_Reply module only command.
3220 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3222         * libs/PictureUtils.c (init_static_colors_table):
3223         fix fvwm for < 8 bit depth, bug #1677
3225 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3227         * fvwm/misc.c (IsRectangleOnThisPage):
3228         new fix for signedness problems.
3230 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3232         * fvwm/misc.c (IsRectangleOnThisPage):
3233         fix signedness problem with test introduced by gcc4 fix below.
3235 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3237         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3238         (size_rect):
3239         (rectangle)
3240         (signed_rectangle):
3241         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3242         * libs/gravity.h (gravity_move_resize_parent_child):
3243         * libs/gravity.c (gravity_move_resize_parent_child):
3244         * fvwm/frame.h (frame_get_titlebar_dimensions)
3245         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3246         (frame_get_resize_decor_gravities):
3247         (mr_args_internal):
3248         (frame_setup_border):
3249         (frame_setup_titlebar)
3250         (frame_get_resize_decor_gravities):
3251         (frame_get_titlebar_dimensions):
3252         split rectangle into a signed size and an unsigned size type.
3254         * fvwm/screen.h (ScreenInfo):
3255         * libs/FScreen.h (FScreenGetScrRect):
3256         (FScreenGetResistanceRect):
3257         * libs/FScreen.c (XineramaScreenInfo):
3258         (FScreenGetGeometry)
3259         (FScreenGetScrRect):
3260         (FScreenClipToScreen):
3261         (FScreenCenterOnScreen)
3262         (FScreenGetResistanceRect):
3263         (FScreenIsRectangleOnScreen):
3264         * fvwm/fvwm.h (FvwmWindow):
3265         * fvwm/screen.h (DecorFace):
3266         * libs/fvwmlib.h (CreateGradientPixmap):
3267         * libs/Graphics.c (CreateGradientPixmap):
3268         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3269         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3270         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3271         (PImageLoadPixmapFromFile):
3272         (PImageLoadPixmapFromXpmData):
3273         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3274         (PImageCreatePixmapFromArgbData):
3275         (PImageLoadPixmapFromFile)
3276         (PImageLoadFvwmPictureFromFile):
3277         (PImageLoadPixmapFromXpmData):
3278         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3279         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3280         (EWMH_SetIconFromWMIcon):
3281         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3282         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3283         * fvwm/colorset.c (parse_colorset):
3284         * fvwm/icons.c (DrawIconTitleWindow):
3285         (AutoPlaceIcon)
3286         (do_all_iconboxes):
3287         * fvwm/menus.h (MenuRootDynamic):
3288         * fvwm/menus.c (update_menu):
3289         (pop_menu_up):
3290         (do_menu)
3291         (get_menu_options):
3292         * fvwm/move_resize.c (GetMoveArguments):
3293         (ParseOneResizeArgument)
3294         (GetResizeArguments):
3295         (GetResizeMoveArguments):
3296         (DoSnapAttract)
3297         (__move_loop):
3298         (CMD_Maximize):
3299         change dimensions and allocation counts to unsigned types.
3301         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3302         (FlocaleStringByteToCharOffset):
3303         (FlocaleStringCharToByteOffset)
3304         (FlocaleStringCharLength)
3305         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3306         (FlocaleStringByteToCharOffset):
3307         (FlocaleStringCharToByteOffset)
3308         (FlocaleStringCharLength):
3309         (FlocaleUtf8ToUnicodeStr2b)
3310         (FlocaleStringToString2b):
3311         (FlocaleEncodeString):
3312         * libs/Ficonv.c (convert_charsets):
3313         change most string types to char* from unsigned char* to match
3314         with system headers without casts.
3316         * libs/Flocale.c (FlocaleLoadFont):
3317         init shadow_dir to make gcc 4 happy.
3319         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3320         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3321         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3322         (CSETS_IS_TRANSPARENT_PR_PURE):
3323         (CSETS_IS_TRANSPARENT_ROOT)
3324         (CSETS_IS_TRANSPARENT):
3325         compare pointer with NULL, not >= 0.
3327         * libs/FTips.h (ftips_position_t):
3328         * fvwm/expand.c (partial_extended_vars):
3329         * fvwm/placement.c (preason_screen_t):
3330         remove comma last in enums.
3332         * fvwm/style.c (style_parse_focus_policy_style):
3333         change 0xffffffff to ~0 to silience truncation warning.
3335         * fvwm/session.h (mwtsm_state_args):
3336         make flags unsigned.
3338         * fvwm/schedule.c (sq_object_type):
3339         change // to /* ... */
3341         * libs/Fft.c (FftGetFontWidths):
3342         (FftTextWidth):
3343         * libs/FScreen.c (FScreenConfigureSLSScreens):
3344         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3345         (EWMH_SetDesktopNames):
3346         * fvwm/fvwm.c (LoadDefaultLeftButton):
3347         (LoadDefaultRightButton):
3348         * fvwm/builtins.c (ReadDecorFace):
3349         (CMD_State):
3350         silence signedness warnings by casts.
3352         * fvwm/borders.c (ROTATE_RECTANGLE):
3353         make sure tr is initialized.
3355         * fvwm/add_window.c (FetchWmProtocols):
3356         use unsigned type for l_protocols.
3358 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3360         * fvwm/events.c (HandleFocusIn):
3361         (HandleFocusOut):
3362         * fvwm/focus.c (__set_focus_to_fwin):
3363         fix focus decoration when unmanaged are focused, unless
3364         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3366 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3368         * fvwm/geometry.c (constrain_size):
3369         repeat aspect-resizing in a loop to get a stable result that does not
3370         change the next time the frame is set up
3372 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3374         * NEWS:
3375         * configure.ac:
3376         increased version to 2.5.19
3377         released 2.5.18
3379         * NEWS:
3380         * configure.ac:
3381         updated for 2.5.18 release
3383 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3385         * acinclude.m4:
3386         removed the unused test for imlib
3387         removed the Imlib.h header from gdk_imlib test programs
3389 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3391         * fvwm/ewmh.c (atom_get):
3392         fix offset and length args for XGetWindowProperty() (to support 64bit
3393         architectures)
3395 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3397         * fvwm/events.c (HandleUnmapNotify):
3398         immediately handle MapRequests after unmapping a window while we still
3399         have the context fvwm window; this is necessary to allow the client to
3400         re-map a window before fvwm can reparent it to the root window
3401         (HandleMapRequestKeepRaised):
3402         cleaned up
3404 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3406         * fvwm/ewmh.c (ewmh_HandleDesktop):
3407         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3408         window
3410 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3412         * fvwm/icccm2.c:
3413         * fvwm/gnome.c:
3414         * fvwm/decorations.c:
3415         fix offset and length args for XGetWindowProperty() (to support 64bit
3416         architectures)
3418 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3420         * NEWS:
3421         * fvwm/expand.c (expand_vars_extended):
3422         correctly expand break.
3423         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3424         fix matching break.
3426 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3428         * fvwm/decorations.h (is_function_allowed):
3429         * fvwm/decorations.c (__is_resize_allowed):
3430         (is_function_allowed):
3431         work on 'const FvwmWindow *'
3433         * fvwm/fvwm.h (action_flags):
3434         * fvwm/style.c (check_window_style_change):
3435         * fvwm/module_interface.c (__get_allowed_actions)
3436         (CONFIGARGS):
3437         * libs/vpacket.h (ConfigWinPacket):
3438         expose fvwm allowed actions to modules
3440 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3442         * fvwm/move_resize.c (__move_icon):
3443         *do* map icon windows for pictured icons on move, but only if they end
3444         up on the current desk
3446 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3448         * fvwm/move_resize.c (__move_icon):
3449         don't map icon windows for pictured icons on move
3451 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3453         * fvwm/style.c (remove_all_of_style_from_list):
3454         (__simplify_style_list):
3455         (blockor):
3456         (blockand):
3457         (blockunmask)
3458         (blockissubset):
3459         (style_ids_are_equal):
3460         (style_id_equals_id)
3461         (styles_have_same_id):
3462         (fw_match_style_id)
3463         (one_fw_can_match_both_ids):
3464         (check_window_style_change):
3465         use int/0/1 instead of Bool/False/True
3467         * fvwm/move_resize.c (stick_across_pages):
3468         use False instead of FALSE
3470         * fvwm/style.c (fw_match_style_id):
3471         * fvwm/read.c (run_command_file):
3472         (push_read_file):
3473         * fvwm/add_window.c (MappedNotOverride):
3474         * libs/wild.c (matchWildcards):
3475         use 0 and 1 instead of FALSE and TRUE
3477         * fvwm/fvwm.h:
3478         removed TRUE and FALSE
3480 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3482         * NEWS:
3483         FvwmPager !IconTitle style bugfix.
3485 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3487         * fvwm/fvwm.1.in:
3488         Updated description of Wait command in man page.
3490 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3492         * libs/Flocale.c (FlocaleFontStructDrawString)
3493         (FlocaleRotateDrawString):
3494         (FlocaleDrawString):
3495         fixed drawing of forecolor/hilightfore
3497         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3498         always unmaximize and resize window when leaving fullscreen state,
3499         not just if it did not start as fullscreen
3501 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3503         * fvwm/fvwm.1.in (MenuStyle):
3504         added a reference to the prefered ! style negation flag,
3505         and listed the other deprecated negative forms in one place.
3506         (ActiveForeOff):
3507         (AnimationOff):
3508         (AutomaticHotkeysOff):
3509         (HilightBackOff):
3510         (TitleWarpOff):
3511         changed to the ! negation form and listed as deprecated.
3512         (ActiveBack):
3513         removed relics from the man page
3515 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3517         * NEWS:
3518         * configure.ac:
3519         increased version to 2.5.18
3520         released 2.5.17
3522         * NEWS:
3523         * configure.ac:
3524         updated for 2.5.17 release
3526 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3528         * fvwm/move_resize.c (__move_window):
3529         allow moving a window without an icon while it's iconified based on the
3530         frame geometry
3532 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3534         * fvwm/menustyle.c (menustyle_copy):
3535         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3537 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3539         * fvwm/fvwm.1.in:
3540         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3541         changed the manpage to reflect the prefered style negation method,
3542         that is, using the !* negation sign.
3544 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3546         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3547         removed documentation of filters.
3549         * NEWS:
3550         * fvwm/expand.c (check_first_filter):
3551         (apply_filters)
3552         (expand_args_extended):
3553         (expand_vars_extended):
3554         (expand_vars):
3555         removed variable filter implementation and backslash-escaping.
3557 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3559         * NEWS:
3560         News blurb for variable filters and backslash-escaping.
3561         * fvwm/fvwm.1.in:
3562         documentation of variable filters.
3564 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3566         * fvwm/expand.c (chec):
3567         (first_filter):
3568         (apply_filters)
3569         (expand_args_extended):
3570         (expand_vars_extended):
3571         (expand_vars):
3572         implemented variable filters.
3574         * fvwm/expand.c (expand_vars):
3575         made backslash work as escape character within extended variables.
3577         * libs/Strings.h (QuoteEscapeString):
3578         (QuoteEscapeStringLength):
3579         * libs/Strings.c (QuoteEscapeString):
3580         (QuoteEscapeStringLength):
3581         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3582         generic quoting.
3584         * fvwm/expand.c (expand_args_extended):
3585         make upper limit inclusive.
3587         * fvwm/functions.c (__execute_function):
3588         Changed PeekToken to GetNextToken before expand_vars call.
3590         * fvwm/fvwm.1.in:
3591         updated documentation regarding quoting in expand_args_extended
3593 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3595         * fvwm/expand.c (__eae_parse_range):
3596         reject everything that does not begin with a digit
3598         * libs/Parse.c (SkipNTokens):
3599         stop skipping tokens at the end of input
3601         * fvwm/expand.c (__eae_parse_range):
3602         bugfixes
3603         (expand_vars):
3604         reformatted
3605         (__eae_parse_range):
3606         fixed parsing of $[n-]
3608 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3610         * fvwm/expand.c (expand_args_extended):
3611         fixed core dump
3612         added range check for positional parameters
3613         (expand_args_extended):
3614         (__eae_parse_range):
3615         cleaned up and simplified parsing code
3616         properly unquote arguments when expanding
3617         removed the patch below
3619 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3621         * fvwm/expand.c (expand_args_extended):
3622         removed range check for positional parameters
3623         make single arguments not use the 'upper' variable
3624         changed back to PeekToken for single arguemnts.
3625         improved some comments.
3627 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3629         * fvwm/expand.c (expand_args_extended):
3630         Fix segfault when called with a tokenless string for single arguments.
3632 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3633         * docs/FAQ:
3634         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3635         Reported by Serge Koksharov.
3637 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3639         * fvwm/placement.c (__explain_placement):
3640         print initial size of window too
3642         * libs/Makefile.am (libfvwm_a_SOURCES):
3643         * libs/fvwm_sys_stat.h:
3644         added compat file
3646         * configure.ac:
3647         added O_NOFOLLOW replacement and always include fcntl.h
3649 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3650         * libs/Parse.c:
3651         Added DV's mailing-list comments about how PeekToken & GetNextToken
3652         work as comments to the source code. (slightly modified)
3654 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3656         * fvwm/schedule.c (CMD_Schedule):
3657         Fixed parsing of "Periodic" option.
3659 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3661         * NEWS:
3662         Fix for tempfile vulnerabilities in FvwmCommand.
3663         * configure.ac:
3664         Added check for lstat.
3666 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3667         * fvwm/schedule.c:
3668         * NEWS:
3669         * AUTHORS:
3670         * fvwm/fvwm.1.in:
3671         Added "Periodic" option to Schedule command.
3673 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3675         * fvwm/module_interface.c (KillModule):
3676         (ClosePipes):
3677         fixed KillModule
3680 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3682         * fvwm/fvwm.c (main):
3683         changed the -blackout warning to say it will be removed in 3.0
3685         * fvwm/fvwm.1.in (-blackout):
3686         updated the manual regarding the future remotion of -blackout
3688 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3690         * NEWS:
3691         * configure.ac:
3692         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3694 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3696         *libs/alloca.c (DEBUG_I00FUNC)
3697         removed old debug code
3699 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3701         * libs/debug.c:
3702         removed the old unused file
3704         * libs/Makefile.am (libfvwm_a_SOURCES):
3705         removed the reference to debug.c
3707         * libs/fvwmlib.h:
3708         removed the code related to libs/debug.c
3710         * fvwm/module_interface.c (make_named_packet)
3711         removed the #if 0'ed debug code related to debug.c
3713         fvwm/focus.h (DEBUG_FOCUS)
3714         removed the #ifdef'ed to 0 debug code related to debug.c
3717 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3719         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3720         removed useles definition.
3722         * modules/FvwmPager/FvwmPager.c (main):
3723         (ParseOptions):
3724         removed most of the debug code.
3725         changed termination debug to use 'isTerminated' instead of
3726         'debug_term_signal'.
3727         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3728         of DEBUG.
3730         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3731         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3732         (fvwmSetTerminate):
3733         removed unused debug_term_signal.
3735 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3737         * NEWS:
3738         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3739         stdio's getline; news entry.
3741 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3743         * fvwm/commands.h:
3744         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3745         (do_execute_module):
3746         (PositiveWrite):
3747         (ClosePipes):
3748         (KillModule):
3749         * fvwm/commands.h (enum):
3750         * fvwm/functable.c (func_table):
3751         new command ModuleListenOnly
3753 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3755         * fvwm/move_resize.c (__move_loop):
3756         make sure a window is snapped in __move_loop when a button is released
3757         if it was snapped before
3759 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3761         * fvwm/expand.c (expand_vars_extended):
3762         convert function to have a single return point; this is good to
3763         implement doc/todo-vars filters in the future;
3764         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3765         to behave like deprecated $n, $c and $r, i.e. quote them
3767 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3769         * fvwm/expand.c:
3770         multiple minor tweaks: remove trailing spaces and other
3771         re-spacing and re-indenting, remove old "#if 0" code
3773 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3775         * fvwm/move_resize.c (ParseOneResizeArgument):
3776         rewrote parsing of resize arguments
3777         new prefix 'w' for resizing
3779 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3781         * fvwm/conditional.c (MatchesConditionMask):
3782         fixed handling of some conditions (iconifiable, fixed, ...)
3784 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3786         * fvwm/fvwm.1.in:
3787         s/reverted/negated/
3789         * fvwm/conditional.c:
3790         Output an error message if an unrecognised conditional is used
3791         with the Test or TestRc commands.
3793 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3795         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3796         do not map hide windows if their width or height is zero
3798 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3800         * fvwm/ewmh_events.c:
3801         * fvwm/fvwm.1.in:
3802         * fvwm/gnome.c:
3803         * libs/FlocaleCharset.c:
3804         corrected typos
3806         * libs/Flocale.c:
3807         corrected typos in warning messages
3809         * libs/Colorset.c:
3810         * libs/PictureGraphics.c:
3811         * libs/PictureGraphics.h:
3812         renamed function PGraphicsCreateTransprency to
3813         PGraphicsCreateTransparency
3815 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3817         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3818         * fvwm/expand.c (expand_args_extended):
3819         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3821 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3823         * NEWS:
3824         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3825         * fvwm/expand.c (expand_args_extended):
3826         (expand_vars):
3827         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3829         * fvwm/conditional.c (CMD_All):
3830         * fvwm/fvwm.1.in (All):
3831         changed Reverse and UseStack options to have free order.
3833         * NEWS:
3834         * fvwm/fvwm.1.in (WindowShade):
3835         * fvwm/windowshade.c (CMD_WindowShade):
3836         * fvwm/add_window.c (setup_window_structure):
3837         added last direction to WindowShade command.
3839 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3841         * fvwm/fvwm.1.in (All):
3842         corrected typo
3844 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3846         * NEWS:
3847         * fvwm/fvwm.1.in (All):
3848         * fvwm/conditional.c (CMD_All):
3849         added reverse option to All command to do the action in opposite order
3850         added UseStack option to All command to use the stack ring instead of
3851         the window ring.
3853 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3855         * bin/fvwm-bug.in:
3856         changed fallback editor from `emacs' to `vi' because it much
3857         more widespread on non-Linux systems
3858         fixed errors (because of incorrect syntax fallback entries were
3859         not used)
3860         now script honors `TMPDIR' env. variable and if it's not set it
3861         fallback to `/tmp' directory when creating temporary file
3863 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3865         * fvwm/fvwm.1.in:
3866         changed description of the fvwmstyle resource usage
3867         to state that it's used in addition to the other
3868         matches
3869         * fvwm/style.c (fw_match_style_id):
3870         fixed a typo in style_name matching
3872 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3874         * fvwm/style.c (fw_match_style_id):
3875         reformatted code and fixed a warning
3877 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3879         * ChangeLog:
3880         * bin/ChangeLog:
3881         * libs/Fft.c (FftGetFont):
3882         * libs/System.c:
3883         corrected typos
3885         * libs/System.c (fvwm_mkstemp):
3886         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3887         function was never used, even if it was considered secure by configure
3888         script.
3890 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3892         * AUTHORS:
3893         added some more suff to the list of what I've done.
3894         * NEWS:
3895         * fvwm/fvwm.1.in:
3896         * fvwm/add_window.c (__add_window_handle_x_resources)
3897         (destroy_window):
3898         (AddWindow):
3899         * fvwm/fvwm.h (FvwmWindow):
3900         added fvwmstyle resource to override style name
3902 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3904         * fvwm/menus.c (pop_menu_up):
3905         as documented, do not warp to title for root menus with TitleWarp
3907 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3909         * fvwm/fvwm.1.in:
3910         Removed duplicated 'NoIcon' style option description in the end
3911         of the `The Style command...' section.
3912         Removed `Recapture True' option setting in example of BusyCursor
3913         description, because `Recapture' isn't valid option of `BusyCursor'
3914         command anymore.
3915         Updated ewmh specification URL (the old was 404)
3916         Added URL to ICCCM 2.0 manual
3918         * modules/FvwmAnimate/FvwmAnimate.c:
3919         corrected delay for Zoom3D animation effect
3921         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3922         * modules/FvwmConsole/FvwmConsole.1.in:
3923         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3924         consistent with rest of the documentation and because it's more
3925         conventional abbreviation.
3927         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3928         slightly clarified the `StartName' option description
3929         added the undocumented `MailDir' option description. Somebody
3930         violated section `K' of the convention list.
3932         * fvwm/fvwm.1.in:
3933         * fvwm/ConfigFvwmSetup:
3934         * modules/FvwmForm/FvwmForm.1.in:
3935         * modules/FvwmForm/FvwmForm-Rlogin:
3936         * sample.fvwmrc/system.fvwm2rc:
3937         * sample.fvwmrc/system.fvwm2rc-sample-1:
3938         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3939         inherently insecure. We shouldn't teach our users bad things,
3940         should we?
3942         * AUTHORS:
3943         * Changelog:
3944         * INSTALL.fvwm:
3945         * NEWS:
3946         * bin/fvwm-config.1.in:
3947         * bin/fvwm-menu-headlines.1:
3948         * bin/fvwm-menu-headlines.in:
3949         * bin/fvwm-perllib.in:
3950         * bin/fvwm-root.1.in:
3951         * docs/CONVENTIONS:
3952         * docs/FAQ:
3953         * fvwm/fvwm.1.in:
3954         * fvwm/fvwm.h:
3955         * fvwm/virtual.c:
3956         * libs/PictureGraphics.c:
3957         * libs/Picture.h:
3958         * modules/FvwmBacker/FvwmBacker.1.in:
3959         * modules/FvwmDebug/FvwmGtkDebug.in:
3960         * modules/FvwmDebug/FvwmGtkDebug.1:
3961         * modules/FvwmEvent/FvwmEvent.1.in:
3962         * modules/FvwmForm/FvwmForm.1.in:
3963         * modules/FvwmIconMan/xmanager.c:
3964         * modules/FvwmIdent/FvwmIdent.c:
3965         * modules/FvwmIdent/FvwmIdent.1.in:
3966         * modules/FvwmPerl/FvwmPerl.in:
3967         * modules/FvwmPerl/FvwmPerl.1:
3968         * modules/FvwmScript/FvwmScript.1.in:
3969         * modules/FvwmScript/Widgets/Menu.c:
3970         * modules/FvwmTabs/ConfigFvwmTabs:
3971         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3972         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3973         * modules/FvwmTheme/FvwmTheme.1.in:
3974         * perllib/FVWM/Module/Tk.pm:
3975         * perllib/FVWM/Tracker.pm:
3976         * perllib/FVWM/Module.pm.in:
3977         corrected typos
3979 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3981         * fvwm/style.c (style_parse_focus_policy_style):
3982         fix ISO C90 compability with unconsumed styleoption warnings
3984 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3986         * fvwm/events.c (HandlePropertyNotify):
3987         fix for bug 1557/3950 (possible free of Untilted constant or
3988         already used name (if app reset the name already given to them))
3990 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3992         * fvwm/focus.c (__activate_window_by_command)
3993         (warp_to_fvwm_window):
3994         (CMD_WarpToWindow):
3995         * fvwm/builtins.c (CMD_CursorMove):
3996         set last pointer event position after warping the pointer
3998         * libs/FEvent.h:
3999         * libs/FEvent.c (FWarpPointerUpdateEvpos):
4000         new function
4002 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4004         * acinclude.m4 (AM_PATH_GTK):
4005         (AM_PATH_IMLIB):
4006         (AM_PATH_GDK_IMLIB):
4007         (AM_CHECK_FT2):
4008         (AM_CHECK_XFT):
4009         (AM_CHECK_FC):
4010         fixed to cope with 4 digit version numbers
4012 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4014         * NEWS:
4015         * fvwm/style.c (parse_and_set_window_style)
4016         (style_parse_one_style_option):
4017         (style_parse_icon_fill_style)
4018         (style_parse_icon_grid_style):
4019         (style_parse_icon_box_style)
4020         (style_parse_icon_size_style):
4021         (style_parse_focus_policy_style)
4022         (style_parse_button_style):
4023         warn if parts of style options are not consumed
4025 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4027         * fvwm/menuitem.c (menuitem_paint):
4028         use the MenuColorset in all cases if TitleColorset is not given
4030 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4032         * fvwm/style.c (style_parse_one_style_option):
4033         * fvwm/placement.c (__place_get_wm_pos):
4034         (__explain_placement):
4035         new placement style UnderMousePlacement
4037 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4039         * NEWS:
4040         * fvwm/fvwm.1.in (EdgeScroll):
4041         * fvwm/virtual.c (CMD_EdgeScroll):
4042         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4043         added wrap/wrapx/wrapy option to EdgeScroll
4045 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
4047         * fvwm/fvwm.1.in:
4048         spell check the whole file (dozens of typos)
4050 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4052         * fvwm/module_interface.c (do_execute_module):
4053         removed accidentally committed FVWM_MODULE_ALIAS patch
4055 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4057         * fvwm/module_interface.c (do_execute_module):
4058         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4060         * fvwm/menus.c (size_menu_horizontally):
4061         fix for drawing menus with sidepic on the right
4063         * libs/Flocale.c (FlocaleFontStructDrawString):
4064         (FlocaleDrawString):
4065         set the foreground colour before drawing a string
4067         * fvwm/menustyle.h:
4068         * fvwm/menustyle.c (menustyle_get_styleopt_index):
4069         (menustyle_free):
4070         (menustyle_update):
4071         (menustyle_parse_style):
4072         (menustyle_copy):
4073         * fvwm/menus.c (calculate_item_sizes):
4074         (size_menu_vertically):
4075         (UpdateMenuColorset):
4076         * fvwm/menuitem.c (menuitem_paint):
4077         Applied patch by David Maciver
4078         new menu styles TitleColorset, HilightTitleBack and TitleFont
4080 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
4082         * libs/Module.h:
4083         * libs/Module.c (ParseModuleArgs):
4084         added variable "namelen" to ModuleArgs struct
4086 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4088         * libs/Module.h:
4089         removed duplicate declaration
4091 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4093         * fvwm/fvwm.c (main):
4094         replaced previous patch with a better one
4096         * fvwm/virtual.c (unmap_window):
4097         * fvwm/menus.c (do_menu):
4098         * fvwm/events.c (fake_map_unmap_notify):
4099         (HandleMapNotify):
4100         * fvwm/add_window.c (MappedNotOverride):
4101         Added XFlush after XSelectInput
4103 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4105         * NEWS:
4106         * fvwm/fvwm.c (main):
4107         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4109 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4111         * NEWS:
4112         * configure.ac:
4113         increased version to 2.5.17
4114         released 2.5.16
4116         * NEWS:
4117         * configure.ac:
4118         updated for 2.5.16 release
4120         * acinclude.m4 (CHECK_LIBCHARSET):
4121         removed debug code
4123 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4125         * fvwm/functions.c (execute_complex_function):
4126         print a message to the console instead of ringing the bell when a
4127         grab fails
4129 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4131         * NEWS:
4132         fixed typo (NEWS still said 2.5.15)
4134 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4136         * NEWS:
4137         * configure.ac:
4138         increased version to 2.5.16
4139         released 2.5.15
4141         * NEWS:
4142         * configure.ac:
4143         updated for 2.5.15 release
4145 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4147         * fvwm/move_resize.c (GetOnePositionArgument):
4148         (GetMoveArguments):
4149         new option "screen" to Move type commands
4151 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4153         * acinclude.m4 (smr_SWITCH):
4154         updated
4156 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
4158         * Makefile.am
4159         restore requirement of automake-1.4; 1.8 is too new even for my system
4161 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4163         * configure.in:
4164         * configure.ac:
4165         renamed configure.in to configure.ac
4167         * acinclude.m4:
4168         some updates for new autoconf/automake versions
4170         * configure.in:
4171         * acconfig.h:
4172         removed acconfig.h
4174         * configure.in:
4175         require autoconf-2.53 or later
4177         * Makefile.am (AUTOMAKE_OPTIONS):
4178         require automake-1.8 or later
4180         * configure.in:
4181         check for X library path before X library checks
4182         removed obsolete C++ compiler check
4183         removed duplicate type size checks
4184         replaced M4 comment ("dnl") with shell comment ("#") in many places
4186         * acinclude.m4:
4187         fixed aclocal warnings
4189 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4191         * fvwm/style.c (style_parse_button_style):
4192         corrected typo in error message, and made errorous buttons not apply
4193         (style_parse_one_style_option):
4194         changed NoButton to use style_parse_button_style
4196 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4198         * libs/Fft.h:
4199         new fix for incompatible pointer type warning with gcc 3.4.
4201 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4203         * NEWS:
4204         * AUTHORS:
4205         * fvwm/menuitem.c:
4206         * fvwm/menustyle.h:
4207         * fvwm/fvwm.1.in:
4208         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4209         option.
4211 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4213         * fvwm/fvwm.1.in:
4214         corrected typos
4216 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4218         * fvwm/frame.c (frame_free_move_resize_args):
4219         fixed drawing of transparent decorations or when using lazy shading
4220         during resize
4222 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4224         * configure.in:
4225         * libs/fvwmsignal.c:
4226         * libs/Graphics.c:
4227         c89 fixes
4229         * fvwm/ewmh_names.c:
4230         * libs/CombineChars.c:
4231         * libs/FGettext.c:
4232         * libs/FScreen.c:
4233         * libs/FTips.c:
4234         * libs/Flocale.c:
4235         * libs/Parse.c:
4236         * libs/PictureUtils.c:
4237         * libs/System.c:
4238         * libs/XError.c:
4239         * libs/alloca.c:
4240         * libs/envvar.c:
4241         * libs/safemalloc.c:
4242         * libs/strdup.c:
4243         * libs/usleep.c:
4244         do not #include stdlib.h (comes from config.h)
4246         * libs/Flocale.c:
4247         do not #include string.h (comes from config.h)
4249         * acconfig.h:
4250         fixed detection of string.h/strings.h
4252 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4254         * libs/Fft.c (FftGetFont):
4255         fixed compiler warning with gcc 3.4.4
4257 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4259         * fvwm/menuitem.c (menuitem_paint):
4260         properly undraw unselected item area
4262 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4264         * fvwm/menuitem.c (menuitem_paint):
4265         * fvwm/menus.c (get_menu_paint_item_parameters)
4266         (get_menu_paint_item_parameters):
4267         (make_menu):
4268         fixed text offset of menu items with icons but with an item format that
4269         disables icons
4270         (size_menu_horizontally):
4271         allow sidepic to be placed in the middle of menu items; this is better
4272         than ignoring the item format completely but does not draw the items
4273         properly either
4275         * fvwm/menus.c (__mloop_handle_event):
4276         (menu_expose):
4277         fixed delayed menu drawing issue
4278         (select_menu_item):
4279         do not draw the selected menu item before the menu is drawn for the
4280         first time
4281         (repaint_transparent_menu):
4282         (select_menu_item):
4283         (paint_menu):
4284         don't call get_menu_paint_item_parameters when the result is not used
4285         (get_menu_paint_item_parameters):
4287 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4289         * fvwm/ewmh.h (EWMH_CMD_Style):
4290         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4291         * fvwm/style.c (style_parse_one_style_option):
4292         Added support for inverting boolean EWMH styles with !.
4294         * NEWS:
4295         * fvwm/fvwm.h
4296         * fvwm/style.h:
4297         * fvwm/window_flags.h:
4298         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4299         * fvwm/ewmh.c (ewmh_HandleWindowType):
4300         * fvwm/fvwm.1.in:
4301         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4303 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4305         * fvwm/icons.c (GetIconWindow):
4306         * fvwm/fvwm.h (FvwmWindow):
4307         * fvwm/events.c (__handle_cr_on_icon):
4308         properly handle icon border width; fixes an xterm active icon loop
4310 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4312         * fvwm/borders.c (border_draw_one_border_part):
4313         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4314         borders.
4316 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4318         * fvwm/menustyle.c (menustyle_copy_face):
4319         (menustyle_copy):
4320         (menustyle_free_face):
4321         (menustyle_free):
4322         (menustyle_parse_style):
4323         use new functions and fix a bug
4325         * fvwm/Makefile.am:
4326         * fvwm/colors.c:
4327         * fvwm/colors.h:
4328         removed empty files colors.c and colors.h
4330         * fvwm/colors.c (CopyColor):
4331         (FreeColors):
4332         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4333         fvwmlib_copy_color
4335         * fvwm/frame.c (frame_reshape_border):
4336         removed unused code
4338 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4340         * fvwm/menustyle.c (menustyle_copy_face):
4341         separated from menustyle_copy; color copies are reallocated.
4342         (menustyle_free):
4343         all colors freed
4344         (menustyle_copy):
4345         color copies are reallocated.
4347         * fvwm/colors.c (CopyColor):
4348         * fvwm/colors.h (CopyColor):
4349         added CopyColor
4351 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4353         * fvwm/move_resize.c (__resize_window):
4354         fix for not being able to finish resize with mouse when resizing on
4355         click with modifiers active. (intruduced with 'removed duplicate
4356         pointer query' at sep 29)
4358         * NEWS:
4359         * fvwm/fvwm.1.in:
4360         * fvwm/menustyle.c (menustyle_parse_style):
4361         made style pairs negatable with '!' prefix
4362         ActiveForeOff and HilightBackOff frees colors used.
4364         * fvwm/menustyle.c (menustyle_copy):
4365         fix for freeing color from sorce instead of destination.
4367 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4369         * fvwm/functions.c (__execute_function):
4370         fixed an error in yesterdays patch to complex fuctions. the commands
4371         pressed window were not retored correctly after running move functions
4372         without it, and functions would be run twice.
4374 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4376         * fvwm/fvwm.1.in:
4377         added NoLayer to list of allowed options for WindowList command
4378         fixed grammar of test-conditions list. formatting fixes for
4379         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4380         style option list.
4382         * NEWS:
4383         * fvwm/functions.c (__execute_function)
4384         (__run_complex_function_items):
4385         (execute_complex_function):
4386         fix for moving/resizing reference window usage with complex functions.
4388 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4390         * fvwm/move_resize.c (__move_loop):
4391         reimplemented a fix for the place with keyboard setting a button as
4392         used for place bug; this time without breaking escape key.
4394 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4396         * fvwm/move_resize.c (__move_loop):
4397         removed the previous patch as it breaks aborting window motion with the
4398         escape key.
4400 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4402         * fvwm/move_resize.c (__move_loop):
4403         fixed bug where finishing movment with keyboard would set a random
4404         button as used for placement.
4406 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4408         * NEWS
4409         * fvwm/frame.c (frame_setup_border):
4410         reverted change for move of window parts (reset of PressedW).
4412 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4414         * fvwm/frame.c (frame_setup_border):
4415         fixed a Warning
4417 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4419         * NEWS:
4420         * fvwm/move_resize.c (__resize_window):
4421         removed duplicate pointer query for enter/leave notify events.
4422         resizing of shaded windows in the shaded direction no longer
4423         results in bogus ref points.
4425         * fvwm/frame.c (frame_setup_border):
4426         reset PressedW if the part has moved. This prevents strange
4427         ref points in resize if called from some complex functions.
4429         * fvwm/frame.c (frame_create_move_resize_args):
4430         shaded windows use get_client_geometry for client geometry.
4432 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4434         * NEWS:
4435         * AUTHORS:
4436         * fvwm/fvwm.h (window_flags):
4437         (WindowConditionMask):
4438         (FvwmWindow):
4439         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4440         (SET_PLACED_WB3)
4441         (SETM_PLACED_WB3):
4442         * fvwm/session.c (_match):
4443         (SaveWindowStates):
4444         (LoadWindowStates):
4445         * fvwm/conditional.c (MatchesConditionMask):
4446         (CreateConditionMask):
4447         * fvwm/add_window.c (setup_window_structure):
4448         * fvwm/move_resize.h (placement_binding):
4449         * fvwm/move_resize.c (__move_loop):
4450         (placement_binding):
4451         * fvwm/bindings.c (ParseBinding):
4452         * libs/wcontext.c (win_contexts):
4453         * libs/wcontext.h (enum):
4454         * fvwm/fvwm.1.in:
4455         Added placement context for simple mouse bindings to allow
4456         specification of buttons to finish/cancel movment. Buttons >3
4457         may now be used to place windows.
4458         Replaced window flag placed_wb3 with placed_by_button
4459         FvwmWindow member. Added window condition PlacedByButton.
4461 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4463         * NEWS:
4464         * AUTHORS:
4465         * fvwm/menustyle.h (enum):
4466         (MenuFeel):
4467         (ST_DO_SCROLL):
4468         (MST_DO_SCROLL)
4469         (ST_SCROLL_OFF_PAGE):
4470         (MST_SCROLL_OFF_PAGE):
4471         * fvwm/menustyle.c (menustyle_copy):
4472         (menustyle_get_styleopt_index):
4473         (menustyle_parse_style):
4474         (CMD_MenuStyle):
4475         * fvwm/menus.c (menuShortcuts):
4476         (enum):
4477         (__mloop_handle_event):
4478         (menu_get_outer_geometry):
4479         (move_any_menu):
4480         * fvwm/fvwm.1.in:
4481         added MouseWheel and ScrollOffPage menu styles
4483 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4485         * NEWS:
4486         * fvwm/menus.c (append_item_to_menu):
4487         fixed bug #1121: Use of pointer without checking for NULL
4489 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4491         * NEWS:
4492         * fvwm/expand.c (expand_vars):
4493         warn on usage of obsolete one-letter variables
4495 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4497         * NEWS:
4498         * AUTHORS:
4499         * fvwm/expand.c (expand_vars_extended):
4500         (expand_vars):
4501         allow nesting of variables
4503 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4505         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4506         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4507         (ewmh_WMDesktop):
4508         64-bit fixes
4510 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4512         * fvwm/borders.c (border_draw_one_border_part)
4513         (border_draw_all_border_parts):
4514         fix the previous patch to work with title-less windows too
4516 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4518         * fvwm/borders.c (border_draw_one_border_part)
4519         (border_draw_all_border_parts):
4520         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4521         windows to make the borders look homogeneous (based on the patch of
4522         Evgeny Stambulchik)
4524 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4526         * NEWS:
4527         * acconfig.h:
4528         * configure.in:
4529         * libs/FBidi.c:
4530         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4531         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4533 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4535         * NEWS:
4536         * configure.in:
4537         increased version to 2.5.15
4538         released 2.5.14
4540         * NEWS:
4541         * configure.in:
4542         updated for 2.5.14 release
4544         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4545         (ewmh_WMStateSkipTaskBar):
4546         (ewmh_WMStateSkipPager):
4547         (ewmh_WMStateModal):
4548         fixed several ewmh-hints
4550 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4552         * fvwm/fvwm.1.in:
4553         fix TestRc example error, s/Any/All/
4555 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4557         * NEWS:
4558         * AUTHORS:
4559         * fvwm/fvwm.1.in:
4560         * fvwm/conditions.c (MatchesConditionMask):
4561         (CreateConditionMask):
4562         added FixedPosition condition
4564 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4566         * fvwm/virtual.c (HandlePaging):
4567         use FQueryPointer every time to track the pointer position; this fixes
4568         fvwm hanging in HandlePaging for the given delay once the pointer
4569         touches the pan frames
4571 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4573         * fvwm/session.c (SaveWindowStates):
4574         (LoadWindowStates):
4575         (MatchWinToSM):
4576         save and restore the default layer during a restart
4578 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4580         * fvwm/conditional.c (CMD_Test):
4581         * fvwm/fvwm.1.in:
4582         rename previously added Test conditions to EnvIsSet and EnvMatch,
4583         tweak the logic when the variable is set, but empty
4585 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4587         * fvwm/conditional.c (CMD_Test):
4588         * fvwm/fvwm.1.in:
4589         added test conditions EdgeHasPointer and EdgeIsActive
4591 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4593         * fvwm/virtual.c (raisePanFrames):
4594         prevent cycling of pan frame window stacking order
4596 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4598         * fvwm/conditional.c (CMD_Test):
4599         * fvwm/fvwm.1.in:
4600         add Test conditions IsEnvSet and MatchEnv
4602 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4604         * fvwm/menus.c (pop_menu_up):
4605         * fvwm/menustyle.c (menustyle_copy):
4606         two fixes by Viktor Griph
4608         * fvwm/events.c (HandleEvents):
4609         simplify the style list if there is nothing else to do
4611         * fvwm/style.c (__simplify_style_list):
4612         (styles_have_same_id):
4613         (style_id_equals_id):
4614         (style_ids_are_equals):
4615         (__style_command):
4616         (remove_all_of_style_from_list):
4617         (one_fw_can_match_both_ids):
4618         pass pointers instead of the whole style structure
4619         (__simplify_style_list):
4620         fixed memory leak and tweaked the code
4622         * libs/Strings.c (CatString3):
4623         fixed a buffer overflow
4625 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4627         * configure.in:
4628         detect if Window, Pixel or void * are bigger than long and refuse to
4629         compile
4631         * libs/vpacket.h (ConfigWinPacket):
4632         * fvwm/windowshade.c (CMD_WindowShade):
4633         * fvwm/virtual.c (MoveViewport):
4634         (goto_desk):
4635         (CMD_DesktopSize):
4636         (CMD_GotoDeskAndPage):
4637         * fvwm/update.c (apply_window_updates):
4638         * fvwm/stack.c (BroadcastRestack):
4639         (RaiseWindow):
4640         (LowerWindow):
4641         * fvwm/icons.c (DeIconify):
4642         (Iconify):
4643         * fvwm/geometry.c (broadcast_icon_geometry):
4644         * fvwm/events.c (HandleEnterNotify):
4645         (HandleFocusIn):
4646         (HandleLeaveNotify):
4647         (HandleMapNotify):
4648         (HandleMapRequestKeepRaised):
4649         * fvwm/add_window.c (destroy_window):
4650         * fvwm/module_interface.c (SendFvwmPicture)
4651         (BroadcastFvwmPicture):
4652         (CMD_Send_WindowList):
4653         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4654         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4655         64-bit fixes
4657         * fvwm/virtual.c (GetDeskNumber):
4658         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4659         around the given desk range with a relative desk
4661         * fvwm/focus.c (focus_grab_buttons_on_layer):
4662         fixed a hang
4664         * fvwm/gnome.c:
4665         * fvwm/stack.c:
4666         * fvwm/ewmh.c:
4667         reindented some code and renamed some variables
4669 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4671         * fvwm/events.c (__check_click_to_focus_or_raise):
4672         small cleanup patch
4674 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4676         * FvwmIconMan/xmanager.c (set_win_iconified):
4677         fixed select/focus button state lost when deiconifying a window
4679 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4681         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4682         fixed bogus warning
4684         * libs/Colorset.c (get_aspect_dimensions):
4685         fixed aspectpixmap size calculations
4687 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4689         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4690         fixed a core dump
4692         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4693         (ewmh_CurrentDesktop):
4694         (ewmh_DesktopGeometry):
4695         (ewmh_NumberOfDesktops):
4696         (ewmh_WMDesktop):
4697         (ewmh_WMIconGeometry):
4698         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4699         print error messages for broken gnome client messages
4701         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4702         removed duplicate call of execute_function_override_window
4704         * fvwm/stack.c (new_layer):
4705         fixed a hang if a window sets an layer < 0 via gnome hints
4707         * fvwm/add_window.c (GetWindowSizeHints):
4708         * fvwm/misc.c (fvwm_msg_report_app):
4709         (fvwm_msg_report_app_and_workers):
4710         new utility functions
4712 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4714         * fvwm/stack.c (dump_stack_ring):
4715         (verify_stack_ring_consistency):
4716         * fvwm/module_interface.c (HandleModuleInput):
4717         * fvwm/events.c (__cr_detect_icccm_move):
4718         * fvwm/style.c (print_styles):
4719         64-bit fixes
4721 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4723         * libs/FlocaleCharset.c:
4724         support euc-jp encodings (Yasuhiro Nakazaki)
4726 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4728         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4729         * fvwm/ewmh_names.c (EWMH_WMName):
4730         (EWMH_WMIconName):
4731         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4732         (EWMH_SetNumberOfDesktops):
4733         (EWMH_SetDesktopViewPort):
4734         (EWMH_SetDesktopGeometry):
4735         (EWMH_SetWMDesktop):
4736         (ewmh_SetWorkArea):
4737         (EWMH_SetFrameStrut):
4738         (EWMH_Init):
4739         * fvwm/gnome.c (AtomGet):
4740         (atom_size):
4741         (GNOME_GetHintIcons):
4742         (GNOME_GetHintLayer):
4743         (GNOME_GetHintState):
4744         (GNOME_GetExpandedSize):
4745         (GNOME_SetAreaCount):
4746         (GNOME_SetCurrentArea):
4747         (GNOME_SetDeskCount):
4748         (GNOME_SetCurrentDesk):
4749         (GNOME_SetCurrentDesk):
4750         (GNOME_SetWinArea):
4751         (GNOME_Init):
4752         (CMD_GnomeShowDesks):
4753         (GNOME_SetHints):
4754         (GNOME_SetDesk):
4755         (GNOME_SetLayer):
4756         * libs/fsm.c (GetClientID):
4757         (set_session_manager):
4758         * fvwm/session.c (GetClientID):
4759         * fvwm/fvwm.h (FvwmWindow):
4760         * fvwm/colorset.c (get_root_pixmap):
4761         * fvwm/add_window.c (FetchWmProtocols):
4762         * libs/FTips.c (__initialize_window):
4763         * fvwm/icccm2.c (convertProperty)
4764         (icccm2_handle_selection_request)
4765         * fvwm/fvwm.c (SetMWM_INFO):
4766         64-bit fixes
4768 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4770         * fvwm/move_resize.c (GetOnePositionArgument):
4771         don't use the unportable fuction rintf()
4773 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4775         * NEWS:
4776         * configure.in:
4777         increased version to 2.5.14
4778         released 2.5.13
4780         * ANNOUNCE:
4781         * NEWS:
4782         * configure.in:
4783         updated for 2.5.13 release
4785 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4787         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4788         fixed drawing of relief with very small rectangles, i.e. when
4789         line_width * 2 > height or width
4791 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4793         * NEWS: fvwm-menu-desktop changes.
4795 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4797         * fvwm/placement.c (get_next_x):
4798         fixed collision detection of windows on pages other than the current
4799         one during placement
4801 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4803         * fvwm/move_resize.c (__resize_window):
4804         Fixed interactive resize (reduction) via the bottom border
4806         * libs/Fpng.h:
4807         Typo
4809 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4811         * NEWS:
4812         * fvwm/fvwm.1.in:
4813         Spelling fix contition -> condition
4815 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4817         * fvwm/style.c (style_ids_are_equals):
4818         (style_id_equals_id):
4819         (styles_have_same_id):
4820         (fw_match_style_id):
4821         (one_fw_can_match_both_ids):
4822         (cleanup_style_defaults):
4823         * libs/fsm.c (fprintfhex):
4824         (CloseDownClient):
4825         * libs/FGettext.c (fgettext_free_fgpath_list):
4826         * libs/Parse.c (_get_suffixed_integer_arguments):
4827         * libs/Graphics.c (AllocNonlinearGradient):
4828         * libs/PictureUtils.c (build_mapping_table):
4829         (finish_ct_init):
4830         made static
4832         * libs/setpgrp.c:
4833         * libs/Event.c:
4834         * libs/FRenderInit.c:
4835         include own header file
4837         * libs/System.c (getFileStamp):
4838         * libs/Fft.c (FftPDumyFunc):
4839         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4840         exported
4842 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4844         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4845         not exec.
4847 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4849         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4851 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4853         * fvwm/conditional.c (Circulate):
4854         added tests for fw == Scr.FvwmRoot again to fix a crash
4856 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4858         * AUTHORS: New author, FvwmScript patch.
4860 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4862         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4863         * AUTHORS: s/Hover/Active/
4865 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4867         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4868         avoid dump with empty key/mouse binding command.
4869         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4870         Checked all other uses of PeekToken in fvwm dir.
4872 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4874         * fvwm/session.c (matchWin):
4875         (SaveWindowStates):
4876         On restarts compare window ids only. Base our matching decision on
4877         window role only if we have a client id.
4879         * fvwm/move_resize.c (GetOnePositionArgument):
4880         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4881         float values to nearest int
4883 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4885         * AUTHORS:
4886         * fvwm/move_resize.c (CMD_Maximize):
4887         Applied Arnaud Vrac patch which fixes maximize by growing vs
4888         EWMH working area
4890 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4892         * fvwm/builtins.c (do_button_style):
4893         ButtonStyle Reset takes effect immediately
4895 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4897         * fvwm/fvwm.1.in: lang check.
4899 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4901         * fvwm/fvwm.1.in:
4902         Really commit EWMHUseStackingOrderHints documentation update
4904 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4906         * fvwm/fvwm.1.in:
4907         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4909         * NEWS:
4910         FvwmIconMan new options
4912         * libs/FTips.c (new file):
4913         * libs/FTips.h (new file):
4914         * libs/defaults.h:
4915         * libs/Makefile.am:
4916         Added a set of functions for implementing tool tips
4918 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4920         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4922 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4924         * fvwm/menus.c (__mloop_get_event):
4925         * fvwm/functions.c (execute_complex_function):
4926         * fvwm/add_window.c (AddWindow):
4927         * fvwm/module_interface.c (ExecuteModuleCommand):
4928         * fvwm/move_resize.c (__move_loop):
4929         (__resize_window):
4930         properly set the "state" member of faked motion and key events;
4931         fixes broken "nosnap" feature
4933 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4935         * fvwm/bindings.c (ParseBinding):
4936         reformatted
4937         * libs/Bindings.c (bindingAppliesToWindow):
4938         (__compare_binding):
4939         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4940         * fvwm/builtins.c (CMD_Wait):
4941         (CMD_StrokeFunc):
4942         * fvwm/events.c (__handle_bpress_on_root):
4943         (HandleButtonRelease):
4944         fixed crash in window specific binding code
4945         fixed handling of root window in window specific binding code
4946         renamed some functions
4948 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4950         * fvwm/focus.c (__update_windowlist):
4951         replaced while loop by for loop
4953         * fvwm/style.c (style_destroy_style):
4954         * fvwm/conditional.c (Circulate):
4955         removed useless check whether fw == &Scr.FvwmRoot
4957         * fvwm/icons.c (DeIconify):
4958         defused possible endless loop when a window iconified by the
4959         transientfor window loses the "transient" relationship
4961 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4963         * fvwm/move_resize.c (__move_loop):
4964         (__resize_window):
4965         fixed overwriting the initial button_mask during move/resize
4967         * fvwm/menus.c (__mloop_handle_action_with_mi):
4968         do not "post" a submenu menu item it the submenu does not exist
4970 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4972         * fvwm/events.c (__handle_bpress_on_managed):
4973         do not draw the decorations pressed in if executing a function is
4974         forbidden
4976         * libs/Parse.c (CopyToken):
4977         fixed parsing of delimiters
4979 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4981         * fvwm/virtual.c (GetDeskNumber):
4982         fixed MoveToDesk without argument
4984 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4986         * fvwm/fvwm.1.in:
4987         re-formatted and some spelling corrections
4989         * fvwm/colorset.c (CMD_CleanupColorsets):
4990         (CMD_Colorset):
4991         * fvwm/builtins.c (CMD_Colorset):
4992         (CMD_CleanupColorsets):
4993         moved functions to colorset.c
4995 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4997         * libs/Parse.c (CopyToken):
4998         skip any whitespace before a delimiter; this allows to have spaces
4999         before the commas in an option list
5001 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5003         * fvwm/frame.c (frame_reshape_border):
5004         re-shaping shaded windows no longer unshades them
5005         re-shaping unshaded windows on pages other than 0 0 no longer moves
5006         them out of the current page
5008 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5010         * fvwm/events.c (__cr_detect_icccm_move):
5011         * fvwm/screen.h (ScreenInfo):
5012         * fvwm/builtins.c (CMD_BugOpts):
5013         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
5015         * fvwm/move_resize.c (__move_loop):
5016         (__resize_window):
5017         query the pointer position in the move loop when an
5018         EnterNotify/LeaveNotify event arrives; same change in resize loop.
5020         * NEWS:
5021         * configure.in:
5022         increased version to 2.5.13
5023         released 2.5.12
5025         * ANNOUNCE:
5026         * NEWS:
5027         * configure.in:
5028         updated for 2.5.12 release
5030         * fvwm/frame.c (frame_create_move_resize_args):
5031         fixed xemacs growing or shrinking when title height changed; this was
5032         caused by calculating the old client window geometry using the new
5033         title dimensions; query the window size instead
5035 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5037         * fvwm/events.c (test_map_request):
5038         (test_button_event):
5039         (test_typed_window_event):
5040         (test_resizing_event):
5041         (__predicate_button_click):
5042         (__merge_cr_moveresize):
5043         (HandleUnmapNotify):
5044         (flush_property_notify):
5045         (is_resizing_event_pending):
5046         (__test_for_motion):
5047         use type XPointer for last argument of predicate procedures for
5048         XCheckPeekIfEvent and XCheckIfEvent, not char *
5049         (HandleUnmapNotify):
5050         fixed core dump
5052 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5054         * fvwm/window_flags.h:
5055         removed useless and broken SETM_ macros
5057         * fvwm/update.c (init_style):
5058         fixed resetting user states
5060 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5062         * libs/envvar.c (add_to_envlist):
5063         fixed crash
5065 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5067         * fvwm/builtins.c (CMD_UnsetEnv):
5068         use flib_unsetenv
5070         * libs/envvar.c (flib_unsetenv):
5071         (add_to_envlist):
5072         new functions
5073         (flib_putenv):
5074         split in ftwo functions
5076         * configure.in:
5077         check for unsetenv function
5079         * fvwm/builtins.c (CMD_SetEnv):
5080         assume an empty value if no value is given
5082 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
5084         * fvwm/commands.h:
5085         * fvwm/events.c:
5086         * fvwm/functable.c:
5087         * fvwm/fvwm.1.in:
5088         * fvwm/fvwm.c:
5089         * fvwm/screen.h:
5090         * fvwm/virtual.c:
5091         * perllib/FVWM/Commands.pm:
5092         new command EdgeLeaveCommand
5094 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5096         * NEWS:
5097         updated for 2.4.19
5099         * NEWS:
5100         * configure.in:
5101         increased version to 2.5.12
5102         released 2.5.11
5104         * NEWS:
5105         * configure.in:
5106         updated for 2.5.11 release
5108 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5110         * fvwm/geometry.c (get_page_offset):
5111         (get_page_offset_rectangle):
5112         (get_absolute_geometry):
5113         new functions
5115         * fvwm/virtual.c (CMD_GotoPage):
5116         * fvwm/move_resize.c (__move_window):
5117         * fvwm/virtual.c (CMD_GotoPage):
5118         (get_page_arguments):
5119         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5120         command
5122 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5124         * libs/Flocale.c (FlocaleGetNameProperty):
5125         fixed freeing uninitialized pointer
5127 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5129         * fvwm/conditional.c (select_cmd):
5130         (direction_cmd):
5131         (CMD_NoWindow):
5132         (CMD_All):
5133         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5134         WindowId and Direction commands; fixes break from these commands
5136         * fvwm/geometry.c (get_shaded_geometry):
5137         shading geometry fix for windows without decoration
5139         * libs/FScreen.c (XineramaQueryExtension):
5140         fixed xinerama crash
5142 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
5144         * configure.in:
5145         Parse man pages with config.status so man pages have correct date.
5146         Man pages also specify FVWM version that they relate to.
5148         * bin/fvwm-bug.1:
5149         * bin/fvwm-config.1:
5150         * bin/fvwm-convert-2.2.1:
5151         * bin/fvwm-convert-2.4.1:
5152         * bin/fvwm-convert-2.6.1:
5153         * bin/fvwm-menu-desktop.1:
5154         * bin/fvwm-root.1:
5155         * modules/FvwmAnimate/FvwmAnimate.1:
5156         * modules/FvwmAuto/FvwmAuto.1:
5157         * modules/FvwmBacker/FvwmBacker.1:
5158         * modules/FvwmBanner/FvwmBanner.1:
5159         * modules/FvwmButtons/FvwmButtons.1:
5160         * modules/FvwmCommand/FvwmCommand.1:
5161         * modules/FvwmConsole/FvwmConsole.1:
5162         * modules/FvwmConsole/FvwmConsoleC.pl.1:
5163         * modules/FvwmCpp/FvwmCpp.1:
5164         * modules/FvwmDragWell/FvwmDragWell.1:
5165         * modules/FvwmEvent/FvwmEvent.1:
5166         * modules/FvwmForm/FvwmForm.1:
5167         * modules/FvwmGtk/FvwmGtk.1:
5168         * modules/FvwmIconBox/FvwmIconBox.1:
5169         * modules/FvwmIconMan/FvwmIconMan.1:
5170         * modules/FvwmIdent/FvwmIdent.1:
5171         * modules/FvwmM4/FvwmM4.1:
5172         * modules/FvwmPager/FvwmPager.1:
5173         * modules/FvwmProxy/FvwmProxy.1:
5174         * modules/FvwmRearrange/FvwmRearrange.1:
5175         * modules/FvwmSave/FvwmSave.1:
5176         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5177         * modules/FvwmScript/FvwmScript.1:
5178         * modules/FvwmScroll/FvwmScroll.1:
5179         * modules/FvwmTaskBar/FvwmTaskBar.1:
5180         * modules/FvwmTheme/FvwmTheme.1:
5181         * modules/FvwmWharf/FvwmWharf.1:
5182         * modules/FvwmWinList/FvwmWinList.1:
5183         These man pages were renamed to have a .in suffix.
5184         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5186 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5188         * fvwm/placement.c (__place_window):
5189         fixed starting desk output with bugopts explainwindowplacement
5191 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
5193         * fvwm/eventhandler.h:
5194         * fvwm/events.c (InitEventHandlerJumpTable):
5195         (__handle_key):
5196         (HandleKeyPress):
5197         (HandleKeyRelease):
5198         Fixed window specific bindings "patch" by sending key release event
5199         when needed
5201 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5203         * libs/defaults.h:
5204         * fvwm/screen.h:
5205         * fvwm/move_resize.c:
5206         * fvwm/fvwm.c:
5207         * fvwm/fvwm.h:
5208         * fvwm/frame.h:
5209         * fvwm/decorations.c:
5210         * fvwm/frame.c:
5211         * fvwm/builtins.c:
5212         * fvwm/borders.c:
5213         * fvwm/add_window.c:
5214         * fvwm/bindings.c:
5215         * fvwm/style.c:
5216         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5217         it with NUMBER_OF_MOUSE_BUTTONS
5219         * fvwm/style.c (style_parse_focus_policy_style):
5220         * fvwm/focus_policy.h:
5221         * libs/Bindings.c (GrabWindowButton):
5222         * fvwm/bindings.c (bind_get_bound_button_contexts):
5223         (ParseBinding):
5224         * fvwm/events.c (WaitForButtonsUp):
5225         * fvwm/style.c (style_parse_focus_policy_style):
5226         * fvwm/builtins.c (__fake_event):
5227         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5228         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5230 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5232         * configure.in:
5233         put -Wall -Wno-implicit-int before user specified flags
5235         * libs/FScreen.c:
5236         Applied below patch again.  It didn't make it to CVS (?)
5238 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5240         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5242 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5244         * libs/FScreen.c:
5245         cleaned up ifdef hell
5247         * configure.in:
5248         fixed solaris xinerama test
5250 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5252         * configure.in:
5253         * acconfig.h:
5254         * libs/FScreen.c (solaris_XineramaQueryScreens):
5255         Solaris Xinerama support.
5256         * AUTHORS:
5257         Update.
5258         Patch by Chris Ross.
5260 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5262         * fvwm/events.c (__handle_cr_on_client):
5263         don't reevaluate window geometry when a ConfigureRequest has no size or
5264         position set
5266 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5268         * fvwm/menus.c (get_menu_options):
5269         (do_menu):
5270         new menu option TearOffImmediately
5272 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5274         * fvwm/placement.c (__place_get_wm_pos):
5275         cascade placemnt fix by Paul Vojta
5277 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5279         * fvwm/geometry.c (constrain_size):
5280         Don't touch the aspect ratio if modifying the width/height does not
5281         improve the situation
5283         * fvwm/frame.c (frame_free_move_resize_args):
5284         (__frame_setup_window):
5285         (frame_update_hidden_window_pos):
5286         (frame_mrs_resize_move_windows):
5287         (frame_create_move_resize_args):
5288         * fvwm/move_resize.c (__resize_window):
5289         some event handling fixes
5291         * fvwm/geometry.c (constrain_size):
5292         look up the latest size hints if necessary
5294 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5296         * fvwm/geometry.c (constrain_size):
5297         * fvwm/ewmh.c (EWMH_fullscreen):
5298         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5299         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5300         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5301         * fvwm/fvwm.h (window_flags_t):
5302         allow windows to override their size hints when going fullscreen:
5303         minimum and maximum size, size inc, aspect ratio, etc.
5305 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5307         * fvwm/decorations.c (struct):
5308         MWM hints on 64 bit machines fix
5310 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5312         * fvwm/fvwm.1.in (Note):
5313         * fvwm/read.c (CMD_Read):
5314         (CMD_PipeRead):
5315         the Read and PipeRead commands have a return code
5317         * fvwm/read.c (run_command_stream):
5318         (CMD_Read):
5319         (CMD_PipeRead):
5320         removed debug code
5322 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5324         * fvwm/move_resize.c (GetResizeArguments):
5325         (GetMoveArguments):
5326         fixed parsing of the frame option to the resize command and the pointer
5327         option to the move command
5329         * fvwm/conditional.c (CMD_None):
5330         Fixed CMD_None return code
5332 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5334         * fvwm/stack.c (is_above_unmanaged):
5335         windows on other Desks are always considered on top
5337         * fvwm/conditional.c (CreateConditionMask):
5338         (MatchesConditionMask):
5339         * fvwm/fvwm.h (WindowConditionMask):
5340         new condition Overlapped
5342         * config.h:
5343         inproved strings.h / sring.h iclusion logic
5345         * libs/PictureUtils.c (finish_ct_init):
5346         (PictureInitColors):
5347         use flib_putenv instead of putenv
5349 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5351         * fvwm/screen.h:
5352         * libs/gravity.h (enum):
5353         * libs/wcontext.h (enum):
5354         -pedantic fixes
5356         * fvwm/fvwm.c (StartupStuff):
5357         do not ungrab the pointer while the startup functions execute
5358         (Done):
5359         ungrab the pointer only after executing the RestartFunction or
5360         ExitFunciton.  Otherwise these functions may not be executed if some
5361         other application grabs the pointer.
5363         * fvwm/fvwm.h:
5364         * fvwm/conditional.c (CreateConditionMask):
5365         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5366         new condition AnyScreen
5368         * libs/Bindings.c:
5369         * fvwm/builtins.c (__fake_event):
5370         * fvwm/bindings.c (ParseBinding):
5371         removed C++ comments
5373 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5375         * NEWS:
5376         New options for FvwmButtons module.
5378 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5380         * fvwm/fvwm.1.in:
5381         use commas between conditions
5383 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5385         * fvwm/builtins.c (CMD_Wait):
5386         ignore MapNotify reported to any window except the root window
5388         * fvwm/module_interface.c (CONFIGARGS):
5389         correct number of CONFIGARGS arguments
5391         * libs/vpacket.h (ConfigWinPacket):
5392         frame_x and frame_y are signed
5394 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5396         * fvwm/conditional.c:
5397         * fvwm/fvwm.h:
5398         * fvwm/fvwm.1.in:
5399         * AUTHORS:
5400         Committed patch by Norman Yarvin (with a few minor mods) to extend
5401         conditionals to handle multiple window names.
5403 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5405         * fvwm/module_interface.c (CONFIGARGS):
5406         * libs/vpacket.h (ConfigWinPacket):
5407         put window_flags at end of structure
5409 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5411         * fvwm/module_interface.c (CONFIGARGS):
5412         (OLDCONFIGARGS):
5413         (SETOLDFLAGS):
5414         (SendConfig):
5415         (BroadcastConfig):
5416         removed old module interface
5417         (CONFIGARGS):
5419         * libs/vpacket.h (ConfigWinPacket):
5420         64 bit fix
5422 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5424         * fvwm/execcontext.c (__exc_change_context):
5425         fixed handling of etrigger event, fixing a problem with PropertyNotify
5426         events during resizing and possibly other problems too
5428         * fvwm/add_window.c (RestoreWithdrawnLocation):
5429         fixed travelling windows if application changed gravity hint before
5430         recapture
5432         * fvwm/frame.c (combine_decor_gravities):
5433         (combine_gravities):
5434         renamed
5435         (frame_restore_client_gravities):
5436         fixed window gravity after resize
5438         * libs/FEvent.c (FPeekEvent):
5439         (FPeekIfEvent):
5440         (FCheckPeekIfEvent):
5441         fixed some event handling bugs
5443         * fvwm/conditional.c (CMD_Test):
5444         (match_version):
5445         corrected use of Bool types
5446         (match_version):
5447         simplified, fixed compilation
5448         (ver):
5449         use int as return type
5451         * libs/Ficonv.c (convert_charsets):
5452         reindented
5454         * libs/Ficonv.c (convert_charsets):
5455         * acinclude.m4 (ICONV_SECOND_ARG):
5456         rewrote iconf configure test to save an ifdef
5458 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5460         * fvwm/fvwm.1.in:
5461         * libs/Bindings.h:
5462         * libs/Bindings.c:
5463         * fvwm/bindings.c:
5464         Allow user to specify window-specific bindings that should NOT be
5465         intercepted by FVWM. This is accomplished with an '--' binding action.
5467 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5469         * fvwm/move_resize.c (__resize_window):
5470         Fixed event handling
5472         * fvwm/virtual.c (HandlePaging):
5473         removed check for leave events on pan frames; better query the pointer
5474         each time
5476 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5478         * fvwm/fvwm.1.in:
5479         * fvwm/conditional.c:
5480         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5482 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5484         * fvwm/move_resize.c (GetResizeArguments):
5485         (GetResizeMoveArguments):
5486         (__resize_window):
5487         (__resize_step):
5488         (__resize_get_refpos):
5489         (__resize_get_dir_proximity):
5490         (__resize_get_dir_from_window):
5491         implemented fluxbox-like Alt-Button3 resizing
5493         * fvwm/virtual.c (HandlePaging):
5494         * fvwm/events.c (__merge_cr_moveresize):
5495         (__test_for_motion):
5496         (flush_property_notify):
5497         do not use XPutBackEvent as it shuffles events on the queue
5498         (test_button_event):
5499         (test_typed_window_event):
5500         new functions
5502         * libs/FEvent.c (fev_get_evpos_or_query):
5503         take pointer position from EnterNotify and LeaveNotify events
5505         * fvwm/move_resize.c (__move_loop):
5506         fixed multiple paging with certain SnapGrid / Move interactions
5507         (__resize_window):
5508         (__move_loop):
5509         * fvwm/virtual.c (HandlePaging):
5510         Workaround for buggy XFree not delivering some Pointer events
5511         simplified code
5513         * fvwm/virtual.c (MoveViewport):
5514         don't eat MotionNotify events
5516         * libs/FEvent.c (fev_get_last_event):
5517         new function
5518         (FWindowEvent):
5519         (FPutBackEvent):
5520         (FPeekIfEvent):
5521         (FPeekEvent):
5522         (FNextEvent):
5523         (FMaskEvent):
5524         (FIfEvent):
5525         (FCheckWindowEvent):
5526         (FCheckTypedWindowEvent):
5527         (FCheckTypedEvent):
5528         (FCheckMaskEvent):
5529         (FCheckIfEvent):
5530         keep a copy of the previous event in case FPutBackEvent is called
5532 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5534         * fvwm/fvwm.1.in:
5535         Indicate optional window argument in section headings for
5536         Key, Mouse, PointerKey & Stroke commands.
5537         Remove strange "-Key" option listed for PointerKey.
5539 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5541         * libs/Fft.c (FftDrawString):
5542         * fvwm/session.c (get_version_string):
5543         * fvwm/module_interface.c (FlushMessageQueue):
5544         * fvwm/fvwm.c (SaveDesktopState):
5545         * fvwm/colorset.h:
5546         * fvwm/colorset.c (cleanup_colorsets):
5547         * libs/PictureUtils.c (struct):
5548         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5550 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5552         * fvwm/events.c (__cr_detect_icccm_move):
5553         windows with ewmh hints are assumed to use icccm2 compliant movement
5555         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5556         (ewmh_WMStateMaxHoriz):
5557         fixed restart/maximized problem
5559         * libs/fvwmsignal.c (fvwmReapChildren):
5560         * fvwm/fvwm.c (ReapChildren):
5561         moved function to lib
5563 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5565         * fvwm/modconf.c (send_desktop_geometry):
5566         (send_color_limit):
5567         (send_click_time):
5568         (send_move_threshold):
5569         (send_ignore_modifiers):
5570         increased static buffer size
5572 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5574         * libs/CombineChars.c (convert_to_ucs2):
5575         Replace illegal UTF-8 character sequences in input
5577 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5579         * libs/Bindings.c:
5580         bugfix: wrong stroke action being invoked.
5582 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5584         * fvwm/builtins.c:
5585         * fvwm/events.c:
5586         * libs/Bindings.c:
5587         Active _last_ matching binding. (ie. same behaviour as before
5588         win-specific bindings patch.)
5589         bugfix: segfault when looking up stroke bindings in root context.
5591 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5593         * fvwm/bindings.c:
5594         * fvwm/builtins.c:
5595         * fvwm/events.c:
5596         * fvwm/fvwm.1.in:
5597         * fvwm/module_interface.c:
5598         * libs/Bindings.c:
5599         * libs/Bindings.h:
5600         * modules/FvwmScript/FvwmScript.c:
5601         * modules/FvwmScript/Instructions.c:
5602         Implemented window-specific key/mouse bindings.
5604         * modules/FvwmIconBox/FvwmIconBox.h:
5605         * libs/fvwmlib.h:
5606         * libs/wild.c:
5607         * libs/wild.h:
5608         Make args to matchWildcards() const.
5610 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5612         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5613         use EWMH_fullscreen
5614         * fvwm/ewmh.c (EWMH_fullscreen):
5615         new function
5617         * fvwm/add_window.c (AddWindow):
5618         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5620         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5621         (ewmh_WMStateMaxVert):
5622         (ewmh_WMStateShaded):
5623         (ewmh_WMStateSticky):
5624         (ewmh_WMStateStaysOnBottom):
5625         fixed core dumps
5626         (ewmh_WMState):
5627         don't try to maximize window when looking up the style
5628         (ewmh_WMDesktop):
5629         (ewmh_WMStateFullScreen):
5630         (ewmh_WMStateHidden):
5631         (ewmh_WMStateMaxVert):
5632         (ewmh_WMStateModal):
5633         (ewmh_WMStateShaded):
5634         (ewmh_WMStateSkipPager):
5635         (ewmh_WMStateSticky):
5636         (ewmh_WMStateStaysOnBottom):
5637         fixed ignoring ewmh hints
5639         * fvwm/expand.c (expand_vars_extended):
5640         include full path in iconfile and miniiconfile variables
5642 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5644         * fvwm/functions.c (execute_complex_function):
5645         (CheckActionType):
5646         fixed double click patch
5648 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5650         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5651         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5653 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5655         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5656         into fvwm man page.
5658 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5660         * libs/FImage.c (FShmSafeCreateImage):
5661         Yet another fix to SHM remote client problem
5663 2004-05-26  Francis Litterio  <franl@world.std.com>
5665         * fvwm/fvwm.1.in
5666         * fvmw/fvwm.h
5667         * fvwm/placement.c (__place_get_wm_pos)
5668         * fvwm/style.c (style_parse_one_style_option)
5669         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5671 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5673         * fvwm/events.c (HandleEnterNotify):
5674         fixed endless loop of edge commands when doing something that grabs
5675         the pointer
5677         * fvwm/functions.c (CheckActionType):
5678         (execute_complex_function):
5679         double clicks no longer work when pressing different buttons
5681 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5683         * fvwm/placement.c (__place_get_wm_pos):
5684         fixed placement in top left corner when pressing escape during manual
5685         placement
5687 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5689         * configure.in:
5690         * AUTHORS:
5691         added Chinese translations
5693 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5695         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5696         Fixed a miss-print
5698 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5700         * fvwm/conditional.c:
5701         * fvwm/fvwm.1.in:
5702         clean up Test code and documentation, add new False condition,
5703         unrecognized conditions produce Error return code now
5705 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5707         * fvwm/style.c: Remove extra char.
5709 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5711         * fvwm/ewmh.c (ewmh_atom_client_win):
5712         * fvwm/ewmh_intern.h:
5713         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5714         (ewmh_MoveResizeWindow):
5715         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5717         * fvwm/events.c (__handle_cr_on_client):
5718         (__handle_configure_request):
5719         (events_handle_configure_request):
5720         Some renaming for consistency, force restacking if the event come from
5721         an ewmh restack
5723         * fvwm/ewmh_events.c (ewmh_MoveResize):
5724         Fixed _NET_WM_MOVERESIZE
5726         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5727         Removed debug code
5729         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5730         (EWMH_SetFrameStrut):
5731         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5733 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5735         * libs/FImage.c (FShmSafeCreateImage):
5736         Finished to fix SHM remote client problem
5738 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5740         * libs/FImage.c (FShmSafeCreateImage):
5741         Fixed when we are a remote client
5743 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5745         * INSTALL.fvwm:
5746         * NEWS:
5747         * acconfig.h:
5748         * fvwm/fvwm.1.in:
5749         * fvwm/fvwm.c:
5750         * fvwm/gnome.h:
5751         * fvwm/session.c:
5752         * libs/envvar.c:
5753         * libs/envvar.h:
5754         new default ~/.fvwm/config file is now recommended instead of
5755         still supported ~/.fvwm/.fvwm2rc
5757 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5759         * fvwm/menus.c (NewMenuRoot):
5760         do not strip whitespace from menu names when creating a new menu
5762 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5764         * fvwm/menuitem.c (menuitem_get_size):
5765         * fvwm/menuitem.h:
5766         renamed remaining "mips" to mipst
5768 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5770         * fvwm/events.c (HandleMapRequestKeepRaised):
5771         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5772         Fixed EWMH DesktopGeometry and Stacking list
5774 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5776         * fvwm/virtual.c (GetDeskNumber):
5777         (CMD_MoveToDesk):
5778         (CMD_GotoDesk):
5779         fixed MoveToDesk with one argument
5781 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5783         * fvwm/style.c (style_parse_one_style_option):
5784         * fvwm/style.h:
5785         * fvwm/conditional.c (MatchesConditionMask):
5786         * fvwm/fvwm.h:
5787         * fvwm/window_flags.h:
5788         new style "State"
5790 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5792         * fvwm/fvwm.1.in:
5793         corrected a typo
5795 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5797         * fvwm/move_resize.c (unmaximize_fvwm_window):
5798         fixed redrawing of maximize button when unmaximizing but when the size
5799         and position does not change
5801 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5803         * fvwm/expand.c (expand_vars_extended):
5804         new extended variable $[w.layer]
5806         * fvwm/move_resize.c (MaximizeHeight):
5807         (MaximizeWidth):
5808         (CMD_Maximize):
5809         applied modified layer patch for maximize by Rafal Bisingier
5811 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5813         * fvwm/add_window.c (setup_frame_attributes):
5814         Hopefully fixed BackingStore code and removed now useless backing store
5815         for decorations
5817         * fvwm/expand.c (expand_vars_extended):
5818         new extended variable $[w.desk]
5820 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5822         * NEWS:
5823         * configure.in:
5824         increased version to 2.5.11
5825         released 2.5.10
5827         * NEWS:
5828         * configure.in:
5829         updated for 2.5.10 release
5831         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5832         improved rotation code
5834         * libs/gravity.c (gravity_add_rotations):
5835         new function
5837 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5839         * fvwm/placement.c (__explain_placement):
5840         new function
5842         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5843         new function
5845         * fvwm/builtins.c (CMD_BugOpts):
5846         * fvwm/screen.h (ScreenInfo):
5847         new BugOpts option ExplainWindowPlacement
5848         renamed some members of Screen
5850 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5852         * fvwm/placement.c (__place_get_wm_pos):
5853         (__place_get_nowm_pos):
5854         (__place_get_placement_flags):
5855         (__place_window):
5856         (__place_handle_x_resources):
5857         (setup_window_placement):
5858         split into multiple functions
5859         cleaned up a little
5861 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5863         * fvwm/add_window.c (setup_window_placement):
5864         * fvwm/placement.c (setup_window_placement):
5865         moved function to placement.c
5866         fixed using PLACE_AGAIN placement mode
5867         (PlaceWindow):
5868         (__place_window):
5869         renamed function
5871 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5873         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5874         allow a negative line_width to invert the relief
5876 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5878         * libs/Flocale.c (FlocaleDrawString)
5879         (FlocaleDrawUnderline)
5880         (FlocaleTextWidth):
5881         reduced redundant calls to iconv
5883 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5885         * fvwm/move_resize.c (CMD_XorValue):
5886         fixed a very small outline drawing problem caused by using 0 line width
5887         instead of 1
5889         * NEWS:
5890         * configure.in:
5891         increased version to 2.5.10
5893         * configure.in:
5894         * NEWS:
5895         updated for 2.5.9 release
5897         * fvwm/functions.c (execute_function_override_window):
5898         * fvwm/module_interface.c (ExecuteModuleCommand):
5899         * fvwm/conditional.c (circulate_cmd):
5900         sometimes, DeferExecution was called although a window was already
5901         selected, for example with the "Current" commend; fixed
5903 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5905         * libs/FImage.c (FShmSafeCreateImage):
5906         Fixed some safety tests
5908 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5910         * fvwm/events.c (__handle_cr_on_client):
5911         fixed a bug in the Jave configure request workaround
5913 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5915         * fvwm/events.c (__cr_detect_icccm_move):
5916         improved motion method detection for fullscreen requests
5918 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5920         * fvwm/add_window.c (AddWindow):
5921         * fvwm/screen.h (ScreenInfo):
5922         * fvwm/builtins.c (CMD_BugOpts):
5923         new BugOpts option DisplayNewWindowNames intended for debugging
5925 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5927         * libs/Bindings.c (FvwmStringToKeysym):
5928         small performance enhancement
5930         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5931         (__move_loop):
5932         fixed the FlickeringMoveWorkaround option which did nothing before
5934 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5936         * fvwm/style.c (style_parse_one_style_option):
5937         * fvwm/fvwm.h:
5938         * fvwm/style.h (SIS_UNMANAGED):
5939         * fvwm/add_window.c (AddWindow):
5940         New style Unmanaged
5942         * fvwm/expand.c (expand_vars_extended):
5943         new variables $[w.iconfile] and $[w.miniiconfile]
5945         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5946         made left side of a relief one pixel longer at the bottom
5948 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5950         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5951         * fvwm/style.c (style_set_old_focus_policy):
5952         fixed default window list order with ClickToFocus
5954 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5956         * fvwm/libs/Flocale.h:
5957         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5958         (FlocaleStringByteToCharOffset)
5959         (FlocaleStringCharToByteOffset)
5960         (FlocaleStringCharLength):
5961         Made utility functions available outside of Flocale
5963 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5965         * fvwm/events.c (__test_for_motion):
5966         Fixed a lockup, see the long comment in the code
5968 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5970         * fvwm/schedule.c (execute_obj_func):
5971         fixed using uninitialised return code
5973 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5975         * fvwm/builtins.c (do_title_style):
5976         Fixed MinHeight, it must reset the Height
5978 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5980         * fvwm/menus.c (menuShortcuts):
5981         applied menu navigation patch by Anton Kazennikov
5983 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5985         * libs/gravity.c (gravity_dir_to_string):
5986         (gravity_parse_dir_argument):
5987         use a constant for the dir table
5989 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5991         * fvwm/Flocale.c (FlocaleEncodeString)
5992         (FlocaleDrawUnderline):
5993         Fixed crash when there's no Iconv support
5995 2003-12-16  olicha  <olivier.chapuis@free.fr>
5997         * fvwm/functions.h:
5998         Used the FUNC_FLAGS_TYPE in find_func_t declaration
6000         * sample.fvwmrc/system.fvwm2rc-sample-95:
6001         Added some Xft fonts
6003 2003-12-12  olicha  <olivier.chapuis@free.fr>
6005         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6006         Fixed ewmh FullScreen when an application start fullscreen and
6007         desactivate this state
6009 2003-12-04  olicha  <olivier.chapuis@free.fr>
6011         * fvwm/placement.c (test_fit):
6012         * fvwm/ewmh.h:
6013         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
6014         (EWMH_GetBaseStrutIntersection):
6015         (EWMH_GetStrutIntersection):
6016         Fixed placement vs the base struts
6018 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
6020         * sample.fvwmrc/system.fvwm2rc-sample-95:
6021         improved Debian specific menu
6023 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
6025         * sample.fvwmrc/system.fvwm2rc-sample-95:
6026         several updates; added Debian menu if found
6028 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6030         * configure.in:
6031         new configure option --en/disable-iconv
6033 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6035         * fvwm/menus.c (__mloop_handle_event):
6036         * fvwm/menustyle.c (menustyle_parse_style):
6037         (menustyle_copy):
6038         new MenuStyle options PopupIgnore and PopupClose
6040 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
6042         * fvwm/menus.c (menu_binding): Remove debug code.
6043         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6044         * fvwm/menus.h: Add menu_binding function.
6045         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6046         tear off menus.
6047         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6048         button 2 tearoff.
6049         * libs/wcontext.h (enum): Add MENU context.
6050         * libs/wcontext.c (win_contexts): More common binding contexts first in
6051         table.
6052         * libs/charmap.c (charmap_string_to_mask): Space before char in error
6053         message.
6055 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
6057         * NEWS:
6058         * configure.in:
6059         increase version to 2.5.9
6061 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
6063         * Makefile.am:
6064         fixed deb creation
6066         * configure.in:
6067         * NEWS:
6068         updated for 2.5.8 release
6070 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
6072         * Makefile.am:
6073         * configure.in:
6074         initially added files for deb package auto-creating procedure
6076 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
6078         * AUTHORS:
6079         * configure.in:
6080         added Swedish translations by Johan Svedberg
6082         * NEWS:
6083         updated
6085 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
6087         * fvwm/add_window.c (GetWindowSizeHints):
6088         reindented broken hint messages
6090 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
6092         * configure.in:
6093         improved Perl detection messages,
6094         restored FvwmGtkDebug independence from gtk libs
6096 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
6098         * configure.in:
6099         * AUTHORS:
6100         added German translations by Andrei Mitrofanow
6102         * fvwm/fvwm.1.in:
6103         typos
6105 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
6107         * NEWS:
6108         added 2.4.17 NEWS
6110 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6112         * fvwm/fvwm.1.in:
6113         * fvwm/conditional.c (CreateConditionMask):
6114         (MatchesConditionMask):
6115         (CreateConditionMask):
6116         * fvwm/fvwm.h (WindowConditionMask):
6117         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6119 2003-09-23  olicha  <olivier.chapuis@free.fr>
6121         * libs/FImage.c (FShmInit):
6122         Removed debug code
6124 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6126         * fvwm/focus.c (warp_to_fvwm_window):
6127         don't unnecessarily call MoveViewport
6129 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6131         * fvwm/decorations.c (__is_resize_allowed):
6132         fixed a condition
6134 2003-09-06  malu  <ml@update.uu.se>
6136         * libs/FBidi.c (FBidiConvert):
6137         * libs/CombineChars.c (CombineChars):
6138         Fixed drawing combining characters on correct positions in
6139         right-to-left context
6141 2003-09-05  malu  <ml@update.uu.se>
6143         * libs/Flocale.c (FlocaleDrawString):
6144         (FlocaleTextWidth):
6145         Fixed drawing of combining characters with font shadow
6146         (character offsets were miscalculated, since FlocaleTextWidth
6147         adds shadow width)
6149 2003-09-05  malu  <ml@update.uu.se>
6151         * libs/Flocale.c (FlocaleDrawUnderline):
6152         Fixed bug with text width when a string contains only
6153         "orphaned" combining characters (compensation for font shadowd
6154         was counted twice)
6156 2003-09-04  olicha  <olivier.chapuis@free.fr>
6158         * todo-2.6:
6159         Added E.18, added comments on C.9 and C.15
6161 2003-09-03  olicha  <olivier.chapuis@free.fr>
6163         * libs/Flocale.c (FlocaleTextWidth):
6164         Fixed a comb_char core dump
6166         * libs/Makefile.am:
6167         Fixed compilation if either iconv, libpng or Xrender headers are
6168         not at a standard place
6170 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
6172         * acinclude.m4:
6173         fixed error message for incorrect --with-SOMETHING-library argument
6175 2003-09-03  olicha  <olivier.chapuis@free.fr>
6177         * todo-2.6:
6178         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6180 2003-09-02  olicha  <olivier.chapuis@free.fr>
6182         * todo-2.6:
6183         C.12 is fixed
6185 2003-09-01  olicha  <olivier.chapuis@free.fr>
6187         * libs/gravity.c (gravity_dir_to_string):
6188         A new interface function to transform a direction_t to a string
6190 2003-08-31  S. Anderson  <sa@xmission.com>
6192         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6193         Fixed missing font charsets
6195 2003-08-28  olicha  <olivier.chapuis@free.fr>
6197         * fvwm/move_resize.c (__move_loop):
6198         (AnimatedMoveAnyWindow):
6199         Updated bg of transparent tear off menu when moved
6201         * fvwm/events.c (HandlePropertyNotify):
6202         Updated ParentRelative tear off menu on bg change
6204         * fvwm/menus.c (UpdateMenuColorset):
6205         Updated colorsets of tear off menu when they change, this handle the
6206         case of root background change for RootTransparent
6208         * fvwm/menus.h:
6209         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6210         An utility function for redrawing transparent tear off menu. Maybe
6211         we can merge
6213         * fvwm/add_window.c (validate_transientfor):
6214         Fixed transient for an ewmh desktop
6216 2003-08-27  olicha  <olivier.chapuis@free.fr>
6218         * libs/FRender.c (FRenderRender):
6219         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6220         Removed and fixed some unused code
6222 2003-08-25  olicha  <olivier.chapuis@free.fr>
6224         * fvwm/misc.c (GrabEm):
6225         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6227         * fvwm/modconf.c (send_color_limit):
6228         ifndefed color limit config info message which is not used anymore
6230         * fvwm/colorset.c (parse_colorset):
6231         Added a note on average bg
6233 2003-08-23  olicha  <olivier.chapuis@free.fr>
6235         * fvwm/style.c (print_styles):
6236         More info on memory used
6238         * fvwm/style.c (__simplify_style_list):
6239         Fixed upward simplication
6241 2003-08-14  olicha  <olivier.chapuis@free.fr>
6243         * fvwm/ewmh.c (ewmh_HandleMenu):
6244         Fixed the MENU window type, they are tear off menus
6246         * fvwm/fvwm.h:
6247         * fvwm/update.c (apply_window_updates):
6248         * fvwm/stack.c (new_layer):
6249         * fvwm/ewmh.c (EWMH_GetStyle):
6250         Fixed EWMHUseStackingHints update
6252         * fvwm/window_flags.h:
6253         * fvwm/fvwm.h:
6254         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6255         (ewmh_WMStateMaxHoriz):
6256         (ewmh_WMStateMaxVert):
6257         * fvwm/move_resize.c (unmaximize_fvwm_window):
6258         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6259         uniconify and unshade when putting a window fullscreen
6261         * fvwm/ewmh_intern.h:
6262         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6263         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6265         * fvwm/move_resize.c (unmaximize_fvwm_window):
6266         (CMD_Resize):
6267         (CMD_ResizeMove):
6268         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6269         * fvwm/decorations.c (SelectDecor):
6270         * fvwm/windowshade.c (CMD_WindowShade):
6271         Removed the decor for EWMH fullscreen windows, forbid shading and
6272         allows Resize and MoveResize without unsetting the fullscreen/maximized
6273         state
6275         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6276         (CMD_ResizeMaximize):
6277         Fixed ewmh state which was not set after these cmds
6279 2003-08-09  olicha  <olivier.chapuis@free.fr>
6281         * todo-2.6:
6282         Updated
6284 2003-08-08  olicha  <olivier.chapuis@free.fr>
6286         * fvwm/borders.c (border_draw_vector_to_pixmap):
6287         Fixed inversion of fg and bg in vector buttons
6289         * fvwm/style.c (__simplify_style_list):
6290         Fixed a memory leak
6292         * libs/System.c (fvwm_mkstemp):
6293         Removed debug code
6295 2003-08-07  olicha  <olivier.chapuis@free.fr>
6297         * configure.in:
6298         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6299         * acconfig.h:
6300         * libs/System.c (fvwm_mkstemp):
6301         * libs/fvwmlib.h:
6302         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6303         exists and work correctly, if not a replacement function is used
6304         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6305         implementation).
6307         * libs/fsm.c (unique_filename):
6308         (SetAuthentication):
6309         * fvwm/session.c (getUniqueStateFilename):
6310         Replaced tempnam by fvwm_mkstemp
6312 2003-08-07  olicha  <olivier.chapuis@free.fr>
6314         * libs/Makefile.am:
6315         * libs/FSMlib.h (new file):
6316         * fvwm/session.c (*):
6317         * fvwm/session.h:
6318         fvwmize SMlib and ICElib
6320         * fvwm/session.c (matchWin):
6321         Fixed window matching for windows with no SM_CLIENT_ID and a
6322         window_role
6324         * libs/fsm.c (new file):
6325         * libs/fsm.h (new file):
6326         * fvwm/ConfigFvwmDefaults
6327         A set of functions for implementing a dummy session manager
6329         * fvwm/fvwm.1.in:
6330         GNOME 1 hints and EWHM support is not a configure time option
6331         (anymore).
6333 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6335         * fvwm/add_window.c (AddWindow):
6336         fixed stickyness across desks over a restart
6338 2003-08-06  olicha  <olivier.chapuis@free.fr>
6340         * fvwm/ewmh.c (EWMH_WindowInit):
6341         (EWMH_SetFrameStrut):
6342         Fixed position of kde tray windows in kicker
6344 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6346         * fvwm/module_interface.c (FlushMessageQueue):
6347         retry writing pipe if write returns EINTR
6349 2003-07-28  olicha  <olivier.chapuis@free.fr>
6351         * fvwm/events.c (events_handle_configure_request):
6352         (HandleConfigureRequest):
6353         (__handle_configure_request):
6354         (__handle_cr_on_client):
6355         * fvwm/ewmh.c (ewmh_atom_client_win):
6356         * fvwm/ewmh_intern.h:
6357         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6358         (EWMH_ProcessClientMessage):
6359         Implemented _NET_MOVERESIZE_WINDOW
6361         * fvwm/fvwm.c (main):
6362         A -Wall fix
6364 2003-07-25  olicha  <olivier.chapuis@free.fr>
6366         * fvwm/ewmh.c (ewmh_HandleWindowType):
6367         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6368         that one type and we do not support the first one.
6370         * fvwm/expand.c (expand_vars_extended):
6371         Fixed conflict between extended variables name (desk.name and
6372         desk.n)
6374         * fvwm/session.c (callback_save_yourself):
6375         Respect the SmSaveGlobal save type. This should fix some session
6376         locking in the sm protocol
6378         * fvwm/session.c (setSmProperties):
6379         (SessionInit):
6380         Set some sm properties when fvwm start for fixing a problem with
6381         the restart style hint after a restart.
6383         * fvwm/fvwm.c (get_display_name):
6384         (usage):
6385         (main):
6386         * fvwm/session.c (setSmProperties):
6387         * fvwm/fvwm.1.in
6388         Added a possible positive or null arg to --single-screen which
6389         forces fvwm to start on the "current" display and the given
6390         screen. Use this to fix fvwm starting under a session manager:
6391         specify only the screen and not the display.screen for the
6392         restart sm command.
6394         * fvwm/fvwm.c (main):
6395         Fixed possible memory corruption if a display has more than
6396         10 screens.
6398         * fvwm/session.c (*):
6399         Better debuging msg
6401 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6403         * acinclude.m4:
6404         fixed xft/fontconfig detection with pkg-config
6406         * fvwm/fvwm.1.in:
6407         corrections in some long option names
6409 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6411         * fvwm/add_window.c (setup_style_and_decor):
6412         * fvwm/geometry.c (set_window_border_size):
6413         * fvwm/fvwm.h (FvwmWindow):
6414         * fvwm/events.c (HandleShapeNotify):
6415         * fvwm/frame.c (frame_free_move_resize_args):
6416         (frame_setup_shape):
6417         (frame_reshape_border):
6418         fixed resizing of window borders if a window shape was added or deleted
6419         after the initial window setup
6421         * fvwm/update.c (apply_window_updates):
6422         removed unused code
6424         * fvwm/events.c (__cr_detect_icccm_move):
6425         disable motion method detection for shaped windows
6427 2003-07-21  olicha  <olivier.chapuis@free.fr>
6429         * fvwm/add_window.c (setup_window_structure):
6430         * fvwm/session.c (MatchWinToSM):
6431         Preserve is_name_changed window_flags within restart, session loading
6432         and recapture
6434 2003-07-20  olicha  <olivier.chapuis@free.fr>
6436         * fvwm/ewmh.c (EWMH_Init):
6437         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6439         * fvwm/fvwm.c (InternUsefulAtoms):
6440         * fvwm/externs.h:
6441         * fvwm/session.c (GetWindowRole):
6442         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6444         * fvwm/session.c (GetClientID):
6445         Better determination of the CLIENT_LEADER
6447         * fvwm/session.c (setSmProperties):
6448         Set the CloneCommand for gnome-session editor (the sm spec says this
6449         properties is required). Removed the commented XSM ifdef.
6451         * fvwm/session.c (matchWin):
6452         (SaveWindowStates):
6453         Consider client only if it has a client id or a wm command.
6454         Removed the "two entries" session previous commit
6456 2003-07-16  olicha  <olivier.chapuis@free.fr>
6458         * fvwm/session.c (MatchWinToSM):
6459         Fixed restoring session state, if two window session entries have the
6460         same identifier ignore these entries
6462 2003-07-16  olicha  <olivier.chapuis@free.fr>
6464         * NEWS:
6465         * fvwm/style.h (SID_GET_NAME):
6466         (SID_SET_NAME):
6467         (SID_GET_WINDOW_ID):
6468         (SID_SET_WINDOW_ID):
6469         (SID_SET_HAS_NAME):
6470         (SID_GET_HAS_NAME):
6471         (SID_SET_HAS_WINDOW_ID):
6472         (SID_GET_HAS_WINDOW_ID):
6473         (SGET_ID):
6474         (SGET_WINDOW_ID):
6475         (SSET_WINDOW_ID):
6476         (SSET_ID_HAS_NAME):
6477         (SGET_ID_HAS_NAME):
6478         (SSET_ID_HAS_WINDOW_ID):
6479         (SGET_ID_HAS_WINDOW_ID):
6480         * fvwm/style.c (style_ids_are_equals):
6481         (style_id_equals_id):
6482         (styles_have_same_id):
6483         (fw_match_style_id):
6484         (one_fw_can_match_both_ids):
6485         (remove_all_of_style_from_list):
6486         (__simplify_style_list):
6487         (style_parse_one_style_option):
6488         (__style_command):
6489         (style_destroy_style):
6490         (print_styles):
6491         (CMD_Style):
6492         (CMD_WindowStyle):
6493         (CMD_FocusStyle):
6494         (CMD_DestroyStyle):
6495         (CMD_DestroyWindowStyle):
6496         * fvwm/fvwm.h (style_id_t):
6497         (window_style):
6498         * fvwm/functable.c (func_table):
6499         * fvwm/add_window.c (destroy_window):
6500         * fvwm/commands.h:
6501         * fvwm/fvwm.1:
6502         New WindowStyle and DestroyWindowStyle command for setting styles
6503         per window
6505 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6507         * libs/Flocale.c (FlocaleDrawString):
6508         * libs/FBidi.c (FBidiConvert):
6509         fixed drawing of combining characters in the case where a string
6510         consists of only combining characters
6512 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6514         * libs/CombineChars.c (CombineChars):
6515         bugfix: array mapping visual to logical position was allocated
6516         to small (factor 2) in decoposing code
6518 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6520         * libs/Flocale.c (FlocaleEncodeWinString):
6521         fixed a memory leak
6523         * libs/Flocale.c (FlocaleDrawString):
6524         (FlocaleRotatedDrawString):
6525         removed some code duplication
6527 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6529         * libs/CombineChars.c (combclass_table):
6530         (CombineChars):
6531         fixed supporting drawing marks superimposed that are in a combining
6532         class
6534 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6536         * libs/Flocale.c (FlocaleRotateDrawString):
6537         (FlocaleDrawString)
6538         fixed core dump when composing characters can't be converted to
6539         locale charset
6541 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6543         * AUTHORS:
6544         updated
6546 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6548         * todo-2.6 (todo):
6549         updated summary
6551 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6553         * NEWS:
6554         updated with reagrds to combing characters
6556 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6558         * todo-2.6
6559         closed B.8
6561 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6563         * libs/Flocale.c (FlocaleEncodeString):
6564         (FlocaleEncodeWinString):
6565         (FlocaleRotateDrawString):
6566         (FlocaleDrawString):
6567         (FlocaleDrawUnderline):
6568         fixed rendering combining characters using Unicode font in a
6569         non-UTF-8 locale
6571 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6573         * fvwm/fvwm.1.in:
6574         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6576 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6578         * libs/FBidi.h:
6579         fixed FBidi.h macro to work with no FriBIDI
6581 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6583         * libs/CombineChars.h (CombineChars):
6584         * libs/CombineChars.c (CombineChars):
6585         * libs/FBidi.h (FBidiConvert):
6586         * libs/FBidi.c (FBidiConvert):
6587         * libs/Flocale.c (FlocaleEncodeString):
6588         (FlocaleEncodeWinString):
6589         (FlocaleDrawUnderline):
6590         (FlocaleTextWidth):
6591         fixed drawing of underlines on characters to work in with BIDI
6592         and combining characters
6594 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6596         * todo-2.6:
6597         closed D.1 with "no consensus" resolution
6599 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6601         * fvwm/fvwm.1.in:
6602         documented tear off menus
6604         * fvwm/placement.c (PlaceWindow):
6605         StartsOnPage + SkipMapping overrides PPosition
6607 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6609         * fvwm/functable.c:
6610         solved a problem with CMD_Dummy and exact command spelling
6612         * libs/CombineChars.c:
6613         * libs/CombineChars.h:
6614         * libs/FBidi.c:
6615         minor reformattings (use TABs not 8 spaces and a space after keywords
6616         like for, if or while)
6618 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6620         * fvwm/update.c (apply_window_updates):
6621         * fvwm/update.h:
6622         * fvwm/add_window.c (setup_style_and_decor):
6623         * fvwm/style.h:
6624         * fvwm/style.c (style_parse_one_style_option):
6625         (check_window_style_change):
6626         new style MoveWindowByProgramMethod
6628         * libs/PictureImageLoader.c (PImageLoadXpm):
6629         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6631         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6632         implemented _NET_WM_STATE_FULLSCREEN handling
6634         * fvwm/move_resize.c (GetOnePositionArgument):
6635         fixed parsing of "+-x +-y" Move arguments
6636         (CMD_Maximize):
6637         use get_page_offset_check_visible
6639         * fvwm/geometry.c (get_page_offset_check_visible):
6640         new convenience function
6642         * fvwm/events.c (__handle_cr_on_client):
6643         fixed handling of gravities other than NW or Static
6644         (__cr_detect_icccm_move):
6645         fixed several bugs
6647 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6649         * libs/BidiJoin.c:
6650         * libs/BidiJoin.h:
6651         * libs/BidiJoin.c:
6652         * libs/BidiJoin.h:
6653         * libs/CombineChars.c:
6654         * libs/CombineChars.h:
6655         * libs/Flocale.c (FlocaleEncodeString):
6656         * libs/FBidi.c:
6657         * libs/FBidi.h:
6658         * libs/Makefile.am:
6659         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6660         FCombineChars.h
6662 2003-07-06  olicha  <olivier.chapuis@free.fr>
6664         * libs/FRender.c (FRenderRender):
6665         Fixed compilation
6667 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6669         * fvwm/ewmh.c (ewmh_check_wm_pid):
6670         (EWMH_WindowInit):
6671         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6672         compliant ConfigureNotify handling
6674 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6676         * libs/Flocale.c (FlocaleDrawUnderline):
6677         Commented out some non-working new code
6679 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6681         * libs/Flocale.c (FlocaleDrawString):
6682         fixed drawing superimposed characters with a fontset
6684 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6686         * fvwm/events.c (__cr_detect_icccm_move):
6687         (__handle_cr_on_client):
6688         (__cr_get_grav_position):
6689         (__cr_get_static_position):
6690         * fvwm/window_flags.h:
6691         * fvwm/fvwm.h:
6692         try to autodetect whether application uses the icccm way of moving
6693         windows of the traditional way always using static gravity
6695         * acconfig.h:
6696         moved SIGNAL_RETURN macro definition to acconfig.h
6698         * fvwm/module_interface.c (DeadPipe):
6699         * fvwm/fvwm.c (SigDone):
6700         (Restart):
6701         (ReapChildren):
6702         use SIGNAL_RETURN macro
6704         * fvwm/events.c (__handle_cr_on_client):
6705         (__merge_cr_moveresize):
6706         (__cr_detect_icccm_move):
6708         * fvwm/events.c (__handle_cr_on_unmanaged):
6709         (__handle_cr_on_icon):
6710         (__handle_cr_on_shaped):
6711         (__handle_cr_restack):
6712         (__handle_cr_on_client):
6713         (HandleConfigureRequest):
6714         split the ConfigureRequest code into multiple functions
6716         * fvwm/update.c (apply_window_updates):
6717         fixed drawing of window decorations when "Style * Neverfocus" is used
6719         * fvwm/events.c (HandleKeyPress):
6720         fixed a bug with key binding contexts
6722         * fvwm/functions.c (__execute_function):
6723         * fvwm/expand.c (expand_vars):
6724         (expand_vars_extended):
6725         new extended variable $[func.context]
6727         * libs/Bindings.h:
6728         * libs/Bindings.c:
6729         moved some code to the new files
6731         * libs/charmap.h:
6732         * libs/charmap.c:
6733         * libs/modifiers.h:
6734         * libs/modifiers.c:
6735         * libs/wcontext.c:
6736         * libs/wcontext.h:
6737         new files
6739         * libs/Bindings.c:
6740         fixed a problem with uninitialised global variable
6742 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6744         * libs/Bindings.c (key_modifiers):
6745         moved to new file wcontext.c
6747         * libs/gravity.c (gravity_parse_dir_argument):
6748         added aliases for compass directions:
6749           - = N
6750           _ = S
6751           [ = W
6752           ] = E
6753           ^ = NE
6754           > = SE
6755           v = SW
6756           [ = nw
6757           . = center
6759 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6761         * libs/FBidi.h:
6762         * libs/Flocale.c (FlocaleDrawString):
6763         (FlocaleRotateDrawString):
6764         Fixes to work without Fribidi
6766 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6768         * todo-2.6:
6769         Updated
6771 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6773         * libs/FbidiJoin.c (get_shaped_combined_char):
6774         (shape_n_join):
6775         Removed unused (get_shaped_combined_char) and commented out code
6776         Combining ligatures done in FCombineChars
6778 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6780         * libs/Flocale.c (FlocaleDrawString):
6781         (FlocaleRotateDrawString):
6782         (FlocaleTextWidth):
6783         * libs/FBidi.h:
6784         * libs/FBidi.c (FBidiConvert):
6785         * libs/FBidiJoin.c:
6786         * libs/FCombineChars.h:
6787         * libs/FCombineChars.c (FCombineChars):
6788         Added support for drawing superimposed combining characters
6790 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6792         * fvwm/commands.h:
6793         * fvwm/functable.c (func_table):
6794         * fvwm/functions.c (CMD_TearMenuOff):
6795         (CMD_Title):
6796         (CMD_Silent):
6797         (CMD_Function):
6798         (CMD_KeepRc):
6799         merged all dummy commands into one: CMD_Dummy
6801 2003-07-01  olicha  <olivier.chapuis@free.fr>
6803         * fvwm/menus.c (DestroyMenu):
6804         (do_menu):
6805         Cleanup
6807 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6809         * fvwm/menustyle.c (menustyle_copy):
6810         (copy_menu_style):
6811         renamed function
6813 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6815         * todo-2.6:
6816         Updated
6818 2003-06-30  olicha  <olivier.chapuis@free.fr>
6820         * fvwm/menus.c (do_menu):
6821         (DestroyMenu):
6822         (do_menu_close_tear_off_menu):
6823         (menu_close_tear_off_menu):
6824         Allowed to destroy tear off menu!
6826         * fvwm/menus.c (menu_tear_off):
6827         (menu_close_tear_off_menu):
6828         (do_menu_close_tear_off_menu):
6829         (clone_menu_root_static):
6830         (pop_menu_up):
6831         (menu_tear_off):
6832         (make_menu_window):
6833         (make_menu):
6834         (update_menu):
6835         Fixed client leaks (only create new client for menu if it is a tear off
6836         menu). Created a dedicated menu style for each tear off menu.
6838         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6839         (copy_menu_style):
6840         * fvwm/menustyle.h:
6841         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6843 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6845         * fvwm/virtual.c (do_move_window_to_desk):
6846         (UnmapDesk):
6847         fixed "Visible" condition on non current desks
6849 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6851         * **/*.c:
6852         * **/*.h:
6853         shortened some comments
6854         removed GPL from .h files
6855         added GPL to all .c files
6856         include config.h in all .c files
6857         added "/* -*-c-*- */" where missing
6858         some reformatting and reindenting
6860         * fvwm/module_interface.c:
6861         * fvwm/module_interface.h:
6862         * libs/Fft.c:
6863         * libs/Flocale.c:
6864         * libs/gravity.h:
6865         * libs/Flocale.h:
6866         * fvwm/screen.h:
6867         * fvwm/misc.c:
6868         * fvwm/misc.h:
6869         * fvwm/windowshade.c:
6870         * fvwm/virtual.c:
6871         * fvwm/conditional.c:
6872         * fvwm/geometry.h:
6873         * fvwm/geometry.c:
6874         * fvwm/borders.c:
6875         * fvwm/frame.h:
6876         * fvwm/frame.c:
6877         * fvwm/update.c:
6878         * fvwm/session.c:
6879         * fvwm/placement.c:
6880         * fvwm/menus.c:
6881         * fvwm/icons.c:
6882         * fvwm/events.c:
6883         * fvwm/add_window.c:
6884         * fvwm/session.h:
6885         * fvwm/placement.h:
6886         * fvwm/icons.h:
6887         * fvwm/eventhandler.h:
6888         * fvwm/fvwm.h:
6889         * fvwm/add_window.h:
6890         * fvwm/repeat.c:
6891         * fvwm/functions.c:
6892         * fvwm/functable.c:
6893         * fvwm/functable.h:
6894         * fvwm/functions.h:
6895         renamed types func_type, repeat_t, initial_window_options_t,
6896         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6897         last_added_item_type, common_flags_type, multi_direction_type,
6898         msg_masks_type to ..._t
6900         * fvwm/functions.c (__execute_function):
6901         (execute_complex_function):
6902         * fvwm/condrc.c (condrc_init):
6903         new function in new file to encapsulate all cond_rc_t handling
6905         * fvwm/condrc.h:
6906         * fvwm/fvwm.h (cond_rc_t):
6907         (cond_rc_enum):
6908         moved typed to new file
6910         * fvwm/functable.h:
6911         * fvwm/commands.h:
6912         * fvwm/functable.c (func_table):
6913         * fvwm/functions.c (__run_complex_function_items):
6914         (__execute_function):
6916         * fvwm/conditional.c (CMD_Break):
6917         (__rc_matches_rcstring_consume):
6918         Break takes the number of function levels to break out of as an
6919         argument
6921         * fvwm/expand.c (expand_vars_extended):
6922         * fvwm/conditional.c (circulate_cmd):
6923         (select_cmd):
6924         (direction_cmd):
6925         (__rc_matches_rcstring_consume):
6926         (CMD_All):
6927         (CMD_WindowId):
6928         (CMD_TestRc):
6929         (CMD_Test):
6930         * fvwm/read.c:
6931         * fvwm/read.h:
6932         * fvwm/functions.h:
6933         * fvwm/functions.c:
6934         (__run_complex_function_items):
6935         (execute_complex_function):
6936         * fvwm/expand.h:
6937         * fvwm/expand.c:
6938         * fvwm/fvwm.h:
6939         * fvwm/conditional.c:
6940         renamed fvwm_cond_func_rc by cond_rc_t
6941         made a type a struct
6942         added a member to indicate the number of function levels to break out
6943         of
6945         * fvwm/functable.c (func_table):
6946         * fvwm/conditional.c (CMD_TestRc):
6947         replaced conditional commands:
6948                 Cond -> TestRc
6949                 CondCase -> KeepRc TestRc
6950                 On -> Test
6951         (__rc_matches_rcstring_consume):
6952         new function
6954         * fvwm/conditional.c (CMD_CondCase):
6955         fixed the CondCase command
6957 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6959         * configure.in:
6960         new configure option --deisable-gtk to disable detection of gtk library
6962         * fvwm/fvwm.1.in:
6963         cleaned up documentation of conditional commands
6964         general man page cleanup
6966 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6968         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6969         Anil Madhavapeddy.
6971 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6973         * fvwm/fvwm.1.in:
6974         cleaned up of CirculateHit... conditions
6976 2003-06-15  olicha  <olivier.chapuis@free.fr>
6978         * fvwm/style.c (__simplify_style_list):
6979         Fixed is_merged_allowed: rest it to True when cur change
6980         Added "upward" simplification
6982 2003-06-14  olicha  <olivier.chapuis@free.fr>
6984         * fvwm/style.c (__simplify_style_list):
6985         (blocksintersect):
6986         (blockand):
6987         Fixed blockand which always returned True. Added blocksintersect which
6988         returns the same value as blockand but faster.
6990 2003-06-13  olicha  <olivier.chapuis@free.fr>
6992         * configure.in:
6993         * acinclude.m4:
6994         Fixed fontconfig and xft2 for version without *-config binnary. Used
6995         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6996         fontconfig and xft2 if the version is < the required version
6997         (even if --disable-*test).
6999 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7001         * libs/Graphics.c:
7002         define M_PI and M_PI_2 if they are not defined by math.h
7004 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
7006         * libs/Colorset.c (LoadColorset):
7007         added a note to update Colorsets.pm too when the format is changed
7009 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
7011         * WindowStyle_proposal.txt:
7012         s/WindowId/ThisWindow/ and other minor changes
7014 2003-06-06  olicha  <olivier.chapuis@free.fr>
7016         * libs/PictureImageLoader.c (PImageLoadPng):
7017         Fixed loading of png images if the caller want no alpha
7019 2003-06-04  olicha  <olivier.chapuis@free.fr>
7021         * libs/Flocale.c (FlocaleEncodeString):
7022         Fixed memroy leaks
7024 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
7026         * libs/Makefile.am:
7027         only FCombineChars.c was distributed not FCombineChars.h
7029 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
7031         * libs/FCombineChars.c (convert_to_utf8)
7032         fixed a bug when converting back to UTF-8 and a bug giving
7033         garbage at end of string in some cases
7035         * libs/Flocale.c (FlocaleEncodeString)
7036         fixed problem regarding combining-characters when BIDI is used
7038 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
7040         * libs/Makefile.am:
7041         * libs/Flocale.c (FlocaleEncodeString):
7042         * libs/FCombineChars.c:
7043         * libs/FCombineChars.h:
7044         implemeted support for combining characters
7046 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
7048         * configure.in:
7049         set the version 2.5.8
7051 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
7053         * fvwm/builtins.c:
7054         * fvwm/fvwm2.1:
7055         SetEnv with only one parameter is ignored now
7057 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
7059         * NEWS: Add 2.4.16 news.
7061 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
7063         * fvwm/functions.c (expand_extended_var):
7064         (expand):
7065         fixed expanding variables that are empty, for example $[w.resource]
7066         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7068         * fvwm/fvwm.1.in:
7069         s/$w/$[w.id]/
7071 2003-05-29  olicha  <olivier.chapuis@free.fr>
7073         * fvwm/ewmh.c (ewmh_atom_wm_state):
7074         Do not claim that we support _NET_WM_STATE_FULLSCREEN
7076 2003-05-28  olicha  <olivier.chapuis@free.fr>
7078         * NEWS:
7079         A TaskBar news
7081 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7083         * fvwm/focus.c (__update_windowlist):
7084         don't fiddle with the window list for windows that are going to be
7085         destroyed
7087         * fvwm/add_window.c (delete_client_context):
7088         (destroy_auxiliary_windows):
7089         (destroy_window):
7090         fixed empty frame windows when X reused the window id for a new window
7091         while the old one was scheduled to be destroyed
7093 2003-05-26  olicha  <olivier.chapuis@free.fr>
7095         * fvwm/icons.c (GetIconBitmap):
7096         (set_icon_pixmap_background):
7097         (CreateIconWindow):
7098         (DrawIconPixmapWindow):
7099         (DrawIconWindow):
7100         Fixed loading of application supplied pixmap on 8/24 depth screen
7102 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
7104         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7105         Rox Filer.
7107         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7108         solaris.
7110 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7112         * fvwm/misc.c (GrabEm):
7113         do not confine the pointer to the root window when grabbed; this can
7114         cause the pointer to be warped to another screen
7115         * fvwm/menus.c (get_menu_options):
7116         fixed placement of menus on Xinerama screens
7117         * libs/FScreen.c (FScreenGetResistanceRect):
7118         fixed function to do something useful
7119         * libs/Flocale.c (FlocaleDrawString):
7120         support font shadowing without colorsets
7121         * libs/ColorUtils.c:
7122         reformatted file
7123         * fvwm/menuitem.c (menuitem_paint):
7124         do not use colorsets in menus if they are not defined
7125         * fvwm/menustyle.c (menustyle_parse_style):
7126         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7127         issued again
7129 2003-05-23  olicha  <olivier.chapuis@free.fr>
7131         * fvwm/bindings.c (ParseBinding):
7132         (bind_get_bound_button_contexts):
7133         * libs/Bindings.c (GrabWindowButton):
7134         Fixed window button grabbing
7136 2003-05-22  olicha  <olivier.chapuis@free.fr>
7138         * fvwm/colorset.c (parse_colorset):
7139         Fixed an uninit mem
7141         * fvwm/borders.c (border_fill_pixmap_background):
7142         Fixed problem with depth 1 pixmap
7144         * fvwm/conditional.c (CMD_On):
7145         Fixed memory leaks
7147         * fvwm/conditional.c (CreateConditionMask):
7148         Fixed memory leaks for layer and state
7150 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
7152         * configure.in:
7153         added perllib/FVWM/Tracker/Makefile
7155 2003-05-22  olicha  <olivier.chapuis@free.fr>
7157         * fvwm/fvwm.1.in:
7158         * fvwm/style.h:
7159         * fvwm/style.c (print_styles):
7160         * fvwm/builtins.c (CMD_PrintInfo):
7161         New style subject to PrintInfo
7163 2003-05-20  olicha  <olivier.chapuis@free.fr>
7165         * libs/Flocale.c (FlocaleGetFontOrFontSet):
7166         Allowed empty xft font name
7168         * libs/Makefile.am:
7169         * libs/flist.c (new file):
7170         * libs/flist.h (new file):
7171         Added a flist structure and some basic function for handling such
7172         stucture
7174         * libs/FGettext.c (*):
7175         Use the new flist struct and functions interface
7177         * fvwm/screen.h (ScreenInfo):
7178         * fvwm/update.c (destroy_scheduled_windows):
7179         * fvwm/add_window.c (destroy_window):
7180         Added a list for the windows which are scheduled for destroy
7181         Remove a fw at once from the fw list when we destroy_window
7183 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7185         * fvwm/style.c (CMD_DestroyStyle):
7186         do not update windows if no style was deleted
7187         (check_window_style_change):
7188         fixed update of window styles w/ DestroyStyle
7190 2003-05-18  olicha  <olivier.chapuis@free.fr>
7192         * fvwm/conditional.c (CMD_On):
7193         Added x,r,w,f and i file condition to the On command
7195         * fvwm/add_window.c (destroy_window):
7196         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7197         but scheduled for destroy. Not sure that the fix is good.
7199         * fvwm/functions.c (__execute_function):
7200         * libs/defaults.h:
7201         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7202         This fixes some cores dumps with "recursives" functions
7204         * fvwm/borders.c (border_create_root_transparent_pixmap):
7205         (border_draw_decor_to_pixmap):
7206         Fixed a core dump with a root transparent rotated title
7207         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7209         * libs/FGettext.c (fgettext_add_one_path):
7210         (FGettextInit):
7211         (FGettextSetLocalePath):
7212         Fixed memory leak and chainning
7214         * fvwm/builtins.c (CMD_PrintInfo):
7215         Fixed a parsing leak
7217         * fvwm/conditional.c (Circulate):
7218         Fixed a mask memory leaks
7220         * libs/defaults.h:
7221         * libs/Flocale.c (FlocaleGetFont):
7222         (FlocaleGetFontSet):
7223         (FlocaleGetFftFont):
7224         Fixed a core dump when a 0 font is given with an encoding hints.
7225         Added a default FFT font
7227         * fvwm/builtins.c (CMD_DefaultFont):
7228         Fixed a core dump when the default font change and a redraw
7229         (icon or window) is proceeded before flush_window_updates is called
7231         * fvwm/menustyle.c (CMD_CopyMenuStyle):
7232         Fixed gradients copy
7234         * fvwm/menustyle.c (menustyle_parse_style):
7235         Fixed UMR's related to colorset
7237         * fvwm/builtins.c (ReadDecorFace):
7238         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7239         decor style.
7241         * fvwm/menustyle.h:
7242         * fvwm/menustyle.c (menustyle_free):
7243         Fixed a fore stipple gc leak
7245         * fvwm/windowlist.c (CMD_WindowList):
7246         Fixed a sor_keyname memory leak
7248         * fvwm/fvwm.c (ResetAllButtons):
7249         Fixed the default buttons memory leak
7251 2003-05-08  olicha  <olivier.chapuis@free.fr>
7253         * fvwm/windowlist.c (CMD_WindowList):
7254         Fixed a memory leak if MaxLabelWidth is used
7256 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7258         * fvwm/functions.c (__context_has_window):
7259         (__execute_function):
7260         * fvwm/functions.h:
7261         fixed excution of functions requiring a window without a window when
7262         called with "silent" from a complex function
7264 2003-05-07  olicha  <olivier.chapuis@free.fr>
7266         * libs/System.c (searchPath):
7267         Fixed a core dump
7269 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7271         * fvwm/move_resize.c (__move_loop):
7272         (__resize_window):
7273         fixed core dumps
7275 2003-05-03  olicha  <olivier.chapuis@free.fr>
7277         * todo-2.6:
7278         Updated
7280 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7282         * fvwm/NEWS:
7283         Minor typo corrections.
7285 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7287         * fvwm/move_resize.c (__move_loop):
7288         fixed UMR
7289         removed debug code
7290         (__resize_window):
7291         fixed UMR
7293 2003-04-28  olicha  <olivier.chapuis@free.fr>
7295         * fvwm/ewmh.c (ewmh_atom_wm_state):
7296         (ewmh_HandleDock):
7297         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7298         (ewmh_WMStateStaysOnBottom):
7299         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7301 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7303         * fvwm/module_interface.c (do_execute_module):
7304         * fvwm/fvwm.c (main):
7305         * libs/envvar.c (flib_putenv):
7306         * fvwm/builtins.c (add_to_env_list):
7307         (CMD_SetEnv):
7308         (CMD_UnsetEnv):
7309         fixed putenv memory leaks
7311         * libs/envvar.c (strIns):
7312         removed debug code
7313         reformatted file
7314         (flib_putenv):
7315         replacement for putenv without memory leaks
7317         * fvwm/frame.c:
7318         removed debug code
7320         * fvwm/fvwm.c (StartupStuff):
7321         fixed UMR
7322         * fvwm/add_window.c (free_window_names):
7323         fixed memory leaks
7324         * fvwm/events.c (HandlePropertyNotify):
7325         fixed memory leak
7326         * fvwm/menus.c (do_menu):
7327         fixed core dump
7328         (__mloop_exit_selected):
7329         safety patch
7330         * fvwm/menucmd.c (menu_func):
7331         fixed memory leak
7333         * fvwm/builtins.c (CMD_Destroy):
7334         (CMD_Close):
7335         call destroy_window right after XKillClient; do not wait for the window
7336         to die on its own
7338         * fvwm/menucmd.c (menu_func):
7339         * fvwm/windowlist.c (CMD_WindowList):
7340         fixed core dumps
7342 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7344         * INSTALL.fvwm:
7345         several updates (FvwmGtk, gettext)
7347 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7349         * fvwm/menucmd.c (menu_func):
7350         * fvwm/windowlist.c (CMD_WindowList):
7351         * fvwm/menus.h:
7352         * fvwm/menus.c (is_double_click):
7353         (pop_menu_up):
7354         (pop_menu_down):
7355         (pop_menu_down_and_repaint_parent):
7356         (__mloop_get_event_timeout_loop):
7357         (__mloop_get_event):
7358         (__mloop_handle_event):
7359         (__mloop_select_item):
7360         (__mloop_make_popup):
7361         (__mloop_get_mi_actions):
7362         (__mloop_do_popup):
7363         (__mloop_do_menu):
7364         (__mloop_handle_action_with_mi):
7365         (__mloop_handle_action_without_mi):
7366         (__mloop_exit):
7367         (menu_enter_tear_off_menu):
7368         (menu_close_tear_off_menu):
7369         (do_menu):
7370         replaced the pfw and pcontext members of the MenuParameters structure
7371         with an execution context pointer
7372         (_menu_execute_function):
7373         wrapper function to simplyfy command execution from within menus
7374         (do_menu):
7375         fixed warping pointer to first menu item when invoked with the mouse
7377         * fvwm/execcontext.c:
7378         removed debug code
7380 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7382         * libs/XError.c:
7383         reformatted
7385         * fvwm.1.in:
7386         * fvwm.c:
7387         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7389 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7391         * fvwm/menus.c (do_menu):
7392         the NoWarp position hint option works with root menus too
7394         * fvwm/ConfigFvwmDefaults:
7395         removed GrabFocusOff and GrabFocusTransient since they nullify the
7396         default with the plain focus policies
7398 2003-04-24  olicha  <olivier.chapuis@free.fr>
7400         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7401         Fixed a miss print in my previous commit
7403         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7404         (ewmh_MoveResize)
7405         (ewmh_WMStateStaysOnBottom):
7406         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7407         * fvwm/ewmh_intern.h:
7408         Added comment on the implementation at the top of ewmh.c.
7409         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7410         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7411         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7412         and _NET_WM_STATE_BELOW.
7414         * AUTHORS:
7415         Added David Fries. Updated my entries.
7417         * todo-2.6:
7418         One update
7420 2003-04-23  olicha  <olivier.chapuis@free.fr>
7422         * fvwm/module_interface.c (CMD_KillModule):
7423         Fixed a leak when we have an alias
7425         * libs/Picture.c (PFreeFvwmPictureData):
7426         * libs/Picture.h:
7427         New interface function for just freeing the allocated data (not
7428         the pixmaps).
7430 2003-04-22  olicha  <olivier.chapuis@free.fr>
7432         * fvwm/colorset.c (get_root_pixmap):
7433         Fixed a minor memory leak
7435         * fvwm/functions.c (execute_complex_function):
7436         Fixed uninitialized d.type
7438         * libs/Ficonv.c (FiconvSetupConversion):
7439         (FiconvUtf8ToCharset):
7440         (FiconvCharsetToUtf8):
7441         Formating clean-up
7443         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7444         (EWMH_WMIconName):
7445         (EWMH_WMName):
7446         Fixed a core dump and safety check related to not loaded font
7448 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7450         * libs/Module.h:
7451         reformatted
7453 2003-04-16  olicha  <olivier.chapuis@free.fr>
7455         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7456         (ewmh_MoveResize):
7457         (ewmh_WMState):
7458         (ewmh_WMStateHidden):
7459         Check if functions are allowed
7461         * fvwm/ewmh.c (ewmh_HandleDesktop):
7462         (ewmh_HandleDock):
7463         Set Desktop and Dock uniconifiable and unmaximazable
7465         * fvwm/menuitem.c (menuitem_paint):
7466         * fvwm/screen.h:
7467         Fixed greyed action with EWMH desktop
7469 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7471         * NEWS:
7472         documented FvwmEvent behaviour of executing window related event
7473         handlers within a window context
7475         * fvwm/fvwm.1.in:
7476         updated WindowId entry
7478 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7480         * fvwm/schedule.c (deschedule):
7481         (squeue_execute):
7482         (execute_obj_func):
7483         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7484         (ExecuteCommandQueue):
7485         * libs/queue.c (fqueue_init):
7486         (fqueue_remove_or_operate_from_front):
7487         (fqueue_remove_or_operate_from_end):
7488         (fqueue_remove_or_operate_all):
7489         (fqueue_init):
7490         (fqueue_unlock_queue):
7491         (fqueue_lock_queue):
7492         (fqueue_add_at_front):
7493         (fqueue_add_inside):
7494         (fqueue_get_first):
7495         core dump fixes
7497         * libs/queue.c (fqueue_remove_or_operate_all):
7498         (fqueue_remove_or_operate_from_end):
7499         (fqueue_remove_or_operate_from_front):
7500         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7501         (ExecuteCommandQueue):
7502         * fvwm/schedule.c (deschedule):
7503         (check_deschedule_obj_func):
7504         (deschedule_obj_func):
7505         (squeue_execute):
7506         (check_execute_obj_func):
7507         (execute_obj_func):
7508         (copy_obj_func):
7509         core dump fixes
7511 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7513         * fvwm/ConfigFvwmDefaults:
7514         * fvwm/fvwm.1.in:
7515         * fvwm/windowlist.c:
7516         * sample.fvwmrc/system.fvwm2rc-sample-95:
7517         * NEWS:
7518         WindowListFunc is executed now within a window context,
7519         so "WindowId $0" is not needed anymore in its definition
7521 2003-04-14  olicha  <olivier.chapuis@free.fr>
7523         * fvwm/fvwm.1.in:
7524         * NEWS:
7525         Documented LocalePath and $[gt.str]. FvwmScript news.
7527         * fvwm/expand.c (expand_vars_extended):
7528         Fixed $[gt.str] expansion
7530         * configure.in:
7531         New gettext domain FvwmScript
7533         * libs/FGettext.c (FGettextCopy):
7534         * libs/FGettext.h:
7535         New interface function which copies the string
7537 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7539         * fvwm/conditional.c (CMD_Cond):
7540         allow to negate the condition code with '!' prefix
7542         * fvwm/schedule.c (CMD_Schedule):
7543         (CMD_Deschedule):
7544         support hexadecimal ids
7546         * libs/Parse.c (GetIntegerArguments):
7547         (_get_suffixed_integer_arguments):
7548         (GetSuffixedIntegerArguments):
7549         (GetIntegerArgumentsAnyBase):
7550         new utitily function to allow hexadecimal integer arguments
7552 2003-04-10  olicha  <olivier.chapuis@free.fr>
7554         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7555         (FlocaleGetCharsetOfFontStruct):
7556         (FlocaleGetCharsetFromName):
7557         (FlocaleFixNameForFontSet):
7558         (FlocaleGetFontSet):
7559         (FlocalePrintLocaleInfo):
7560         * libs/FlocaleCharset.h:
7561         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7562         (FlocaleCharsetPrintXOMInfo):
7563         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7565 2003-04-08  olicha  <olivier.chapuis@free.fr>
7567         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7568         fixed the default font name
7570 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7572         * fvwm/events.c (HandlePropertyNotify):
7573         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7574         completely ignore application requests to set exactly the same
7575         window name or icon name (xmms sets it every second),
7576         this avoids some redundant module messages and redraws
7578 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7580         * Makefile.am:
7581         fixed DIST
7583 2003-04-04  olicha  <olivier.chapuis@free.fr>
7585         * configure.in:
7586         Fixed a miss print in fribidi config check
7588 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7590         * fvwm/focus.c (__restore_focus_after_unmap):
7591         iconified windows without an icon do not receive focus
7593 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7595         * fvwm/virtual (CMD_GotoDeskAndPage):
7596         different "GotoDeskAndPage prev" fix that works with any viewports, not
7597         just multiples of the screen size
7599 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7601         * fvwm/virtual (CMD_GotoDeskAndPage):
7602         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7604 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7606         * ETHICAL_LICENSE:
7607         added file
7609         * fvwm/menucmd.c (menu_func):
7610         fixed double key presses to choose default menu action
7612         * fvwm/focus.c (__update_windowlist):
7613         fixed order of window list with SloopyFocus when using the Focus
7614         command
7616 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7618         * fvwm/fvwm.1.in:
7619         clarified some things, typo fixed
7621 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7623         * libs/Colorset.c (CreateBackgroundPixmap):
7624         (GetWindowBackgroundPixmapSize):
7625         (get_aspect_dimensions):
7626         fixed size calculation of aspect pixmaps
7628 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7630         * fvwm/icons.c (clear_icon):
7631         (clear_icon):
7632         (AutoPlaceIcon):
7633         (Iconify):
7634         * fvwm/geometry.c (get_icon_geometry):
7635         (modify_icon_position):
7636         set a valid icon picture position if there is neither a picture nor a
7637         title
7639 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7641         * NEWS:
7642         * AUTHORS:
7643         reformatted to fit better on the web page
7645 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7647         * todo-2.6:
7648         added items from "My TODO" message on 2003-01-02
7650         * fvwm/fvwm.1.in:
7651         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7653 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7655         * libs/FScreen.c:
7656         removed debug output
7658 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7660         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7661         (FScreenFetchMangledScreenFromUSPosHints):
7662         two functions to allow USPosition hints from modules and StartsOnScreen
7663         work at the same time
7665         * fvwm/conditional.c (direction_cmd):
7666         Some fixes, reformatting and improvements.
7668 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7670         * fvwm/icons.c (Iconify):
7671         initialise icon position to +0+0 if there is neiter a picture nor a
7672         title
7674         * fvwm/functions.c (DeferExecution):
7675         action trigger fix
7677         * todo-2.6 (todo):
7678         closed some items
7680         * fvwm/update.c (apply_window_updates):
7681         fixed drawing of sticky icon titles when the stickyicon style is being
7682         set
7684 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7686         * fvwm/placement.c (CMD_PlaceAgain):
7687         * fvwm/add_window.c (setup_window_placement):
7688         * fvwm/virtual.c (MapDesk):
7689         update the GNOME hints desk when changing desks; fixes placeagain with
7690         stickyicon style
7691         some placeagain fixes
7693         * fvwm/fvwm.1.in (Example):
7694         removed duplicate Iconify section
7696         * todo-2.6 (todo):
7697         closed C.11
7699         * fvwm/functable.c (func_table):
7700         * fvwm/functions.h (func_type):
7701         * fvwm/functions.c (__execute_function):
7702         (execute_complex_function):
7703         (DeferExecution):
7704         fixed a new and and old window selection bug
7706 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7708         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7709         detected with Purify.
7711 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7713         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7714         use None, not 0 for Window structures
7716         * fvwm/events.c (InitEventHandlerJumpTable):
7717         (HandleKeyRelease):
7718         (__handle_key_event):
7719         * fvwm/bindings.c (ParseBinding):
7720         (activate_binding):
7721         * libs/Bindings.h:
7722         * fvwm/fvwm.1.in:
7723         removed key release binding because they can not work reliably
7725 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7727         * fvwm/functable.c (func_table):
7728         trigger on ButtonPress for many of the functions
7730         * fvwm/functions.c (__execute_function):
7731         (__execute_function):
7732         fixed conditional commands a la "Current" triggered on root window
7734 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7736         * todo-2.6: Closed B.2, C.21.
7738 2003-02-28  olicha  <olivier.chapuis@free.fr>
7740         * libs/defaults.h:
7741         * fvwm/events.c (HandleConfigureRequest):
7742         Added a workaround for application with broken max/min size hints
7743         vs a size configure request. This "fixes" floating java JToolBar.
7745         * fvwm/add_window.c (GetWindowSizeHints):
7746         Check that the max size hint is not broken relatively to the the base
7747         size hint
7749 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7751         * NEWS:
7752         * configure.in:
7753         released 2.5.6, set version to 2.5.7
7755         * NEWS:
7756         * configure.in:
7757         updated for 2.5.6
7759 2003-02-26  Tony Finch  <dot@dotat.at>
7761         * fvwm/borders.c (border_draw_one_border_part):
7762         Don't draw the handle relief marks when the border is flat.
7764 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7766         * configure.in:
7767         s/fribdi_in_path/fribidi_in_path/
7769         * todo-2.6:
7770         spell checking and some reformatting
7772 2003-02-26  olicha  <olivier.chapuis@free.fr>
7774         * fvwm/borders.c (border_setup_bar_pixmaps):
7775         Fixed a miss-print which can cause a core dump
7777         * todo-2.6:
7778         Added a 2.6 TODO file
7780 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7782         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7783         void functioin cannot return a value.
7785 2003-02-25  olicha  <olivier.chapuis@free.fr>
7787         * configure.in:
7788         Fixed compilation warning if fribidi is in path
7790 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7792         * fvwm/windowlist.c (CMD_WindowList):
7793         removed unused instruction
7795 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7797         * configure.in: Remove nested function from -Werror check.
7798         Lets configure work without gcc.
7800         * fvwm/read.h:
7801         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7803 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7805         * fvwm/functions.c (__run_complex_function_items): Make Break start
7806         working again.
7808 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7810         * fvwm/move_resize.c (get_outline_rects):
7811         (draw_move_resize_grid):
7812         initial drawing and final undrawing of wire frame no longer toggles the
7813         pixel in the top left corner of the screen
7815         * fvwm/expand.c (expand_vars):
7816         disabled warnings about one letter variables
7818 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7820         * README: Update to reflect release 2.5.x.
7821         * NEWS: Update news for FvwmPager drag fix.
7823 2003-02-15  olicha  <olivier.chapuis@free.fr>
7825         * fvwm/fvwm.1.in:
7826         Fixed a typo
7828 2003-02-13  olicha  <olivier.chapuis@free.fr>
7830         * fvwm/gnome.c (GNOME_SetClientList):
7831         Applied David Fries patch which fixes a possible crash with more
7832         than 256 windows
7833         (GNOME_SetClientList):
7834         malloc -> safemalloc
7836 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7838         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7839         Give the XorValue range.
7841 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7843         * fvwm/fvwm.1.in: Fully document the emulate command.
7845 2003-02-06  olicha  <olivier.chapuis@free.fr>
7847         * fvwm/borders.c (get_common_decorations):
7848         (border_get_border_background):
7850 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7852         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7854 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7856         * fvwm/menuitem.h:
7857         * fvwm/menuitem.c (menuitem_get_size):
7858         * fvwm/menus.c (calculate_item_sizes):
7859         renamed "mips" to mipst
7861         * fvwm/menuitem.c (menuitem_get_item_size):
7862         * fvwm/menus.c (_calculate_item_sizes):
7863         backed out patch from 30-Jan-2003
7865 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7867         * fvwm/menuitem.h:
7868         * fvwm/menuitem.c (menuitem_get_item_size):
7869         * fvwm/menus.c (_calculate_item_sizes):
7870         functions renamed due to global name space collision with IRIX 6.5
7872 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7874         * configure.in:
7875         added tests/hints/Makefile.am
7877 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7879         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7881 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7883         * sample.fvwmrc/DecorWin95:
7884         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7885         Replace a long time ago.
7887 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7889         * fvwm/stack.c (new_layer):
7890         (collect_transients_recursive):
7891         (__restack_window):
7892         fixed Layer command
7894         * fvwm/events.c (HandleConfigureRequest):
7895         fixed placement of icons
7896         fixed size calculations of icons
7898 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7900         * fvwm/expand.c:
7901         fixed $[desk.name<n>] that was masked by $[desk.n],
7902         added $[desk.pagesx] and $[desk.pagesy]
7904 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7906         * NEWS: Update news.  Spelling fixes 2.5.x news.
7907         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7908         its not interactive.
7910 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7912         * fvwm/functable.c:
7913         added a short description together with the commands
7915 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7917         * NEWS:
7918         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7919         HasHandles
7921 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7923         * expand.c:
7924         * NEWS:
7925         deprecate all single letter variables, new variables are supported now
7926         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7927         $[desk.n], $[version.num], $[version.info], $[version.line].
7929 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7931         * fvwm/style.c (style_parse_one_style_option):
7932         * fvwm/fvwm.1.in:
7933         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7934         DisallowMaximizeFixedSize
7936 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7938         * fvwm/fvwm.1.in: Lang check.
7940 2003-01-03  olicha  <olivier.chapuis@free.fr>
7942         * fvwm/commands.h:
7943         * INSTALL.fvwm:
7944         * fvwm/ewmh.h:
7945         * fvwm/ewmh_intern.h:
7946         * fvwm/ewmh_names.c:
7947         * fvwm/ewmh_icons.c:
7948         * fvwm/ewmh_events.c:
7949         * fvwm/ewmh_conf.c:
7950         * fvwm/ewmh.c:
7951         * fvwm/gnome.c:
7952         * fvwm/gnome.h:
7953         * fvwm/functable.c (func_table):
7954         * fvwm/fvwm.c (setVersionInfo):
7955         * acconfig.h:
7956         * configure.in:
7957         Removed GNOME and HAVE_EWMH ifdef
7959         * fvwm/fvwm.1.in:
7960         Documented UseTitleDecorRotation
7962 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7964         * fvwm/module_interface.c (MoveViewport):
7965         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7966         M_NEW_PAGE now has 7 arguments
7968 2003-01-02  olicha  <olivier.chapuis@free.fr>
7970         * fvwm/fvwm.1.in:
7971         Documented  the new icon style options
7973         * fvwm/fvwm.h:
7974         * fvwm/icons.h:
7975         * fvwm/icons.c (DrawIconTitleWindow):
7976         (DrawIconPixmapWindow):
7977         (setup_icon_title_size):
7978         * fvwm/style.c (style_parse_one_style_option):
7979         Fixed IconTitleRelief and IconBackgroundRelief arguments
7981         * fvwm/icons.c (GetIconPicture):
7982         (SetIconPixmapSize):
7983         Fixed IconSize style for non shaped depth > 1 pixmaps
7985 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7987         * NEWS:
7988         * fvwm/commands.h:
7989         * fvwm/conditional.c (CMD_On):
7990         * fvwm/functable.c:
7991         * fvwm/fvwm.1.in:
7992         new conditional command On for non-window related conditions
7994         * fvwm/execcontext.h:
7995         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7996         two new exec contexts for restarting
7998 2003-01-02  olicha  <olivier.chapuis@free.fr>
8000         * fvwm/builtins.c (ReadMultiPixmapDecor):
8001         StretchedPixmap -> AdjustedPixmap
8003         * fvwm/fvwm.1.in:
8004         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
8005         Documented the new MultiPixmap syntax
8007 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
8009         * NEWS:
8010         * fvwm/fvwm.1.in:
8011         * fvwm/builtins.c (ReadTitleButton):
8012         * fvwm/screen.h:
8013         new button state shortcuts AllActiveUp, AllActiveDown,
8014         AllInactiveUp, AllInactiveDown
8016 2002-12-31  olicha  <olivier.chapuis@free.fr>
8018         * libs/PictureGraphics.c (PCopyArea):
8019         Fixed rendering of depth 1 pixmap with a mask
8021         * fvwm/update.c (apply_window_updates):
8022         Fixed icon bg cset update
8024         * fvwm/events.c (HandlePropertyNotify):
8025         * fvwm/geometry.c (move_icon_to_position):
8026         Fixed non shaped icons with a bg padding but without cs bg
8028         * NEWS:
8029         * fvwm/style.c (style_parse_icon_size_style):
8030         (merge_styles):
8031         * fvwm/fvwm.h (window_style):
8032         * fvwm/add_window.c (setup_icon_size_limits):
8033         * fvwm/icons.c (SetIconPixmapSize):
8034         (GetIconPicture):
8035         New option to IconSize style: Adjusted, Streched, Shrunk
8037         * fvwm/icons.c (SetIconPixmapSize):
8038         (GetIconPicture):
8039         Always center the icon with IconSize if the icon has a background
8041 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
8043         * configure.in:
8044         FvwmWindowMenu renaming; compact long diagnostics into half of line
8046         * NEWS:
8047         documeted and corrected new features
8049         * fvwm/fvwm.1.in:
8050         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8051         since these are the only way currently to create themes
8053         * fvwm/fvwm.c:
8054         small reformatting
8056 2002-12-30  olicha  <olivier.chapuis@free.fr>
8058         * NEWS:
8059         * fvwm/icons.c (setup_icon_title_size):
8060         (set_icon_pixmap_background):
8061         (CreateIconWindow):
8062         (DrawIconTitleWindow):
8063         (DrawIconPixmapWindow):
8064         (DrawIconWindow):
8065         (ChangeIconPixmap):
8066         (RedoIconName):
8067         * fvwm/events.c (HandleEnterNotify):
8068         (HandleExpose):
8069         (HandleLeaveNotify):
8070         (HandlePropertyNotify):
8071         * fvwm/borders.c (border_draw_decorations):
8072         * fvwm/default.h:
8073         * fvwm/fvwm.h:
8074         * fvwm/add_window.c (setup_icon_background_parameters):
8075         (setup_icon_title_parameters):
8076         (setup_style_and_decor):
8077         (setup_icon_font):
8078         * fvwm/geometry.c (move_icon_to_position):
8079         * fvwm/style.h:
8080         * fvwm/style.c (check_window_style_change):
8081         (update_style_colorset):
8082         (update_icon_title_cs_style):
8083         (update_icon_title_cs_hi_style):
8084         (update_icon_background_cs_style):
8085         (merge_styles):
8086         * fvwm/update.h:
8087         * fvwm/update.c (apply_window_updates):
8088         New style options IconBackgroundColorset, IconTitleColorset,
8089         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8090         and IconBackgroundPadding
8092 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
8094         * libs/FShm.h:
8095         fixed compilation without XShm
8097         * fvwm/borders.c (border_rotate_titlebar_descr):
8098         fixed warning: deprecated use of label at end of compound statement
8100 2002-12-27  olicha  <olivier.chapuis@free.fr>
8102         * fvwm/ConfigFvwmDefaults:
8103         UseTitleDecorRotation is a default
8105         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8106         (do_relieve_rectangle):
8107         * libs/fvwmlib.h:
8108         * fvwm/borders.c (border_draw_title_stick_lines):
8109         (border_create_root_transparent_pixmap):
8110         (border_mp_render_into_pixmap):
8111         (border_draw_decor_to_pixmap):
8112         (border_mp_render_into_pixmap):
8113         (border_mp_get_titlebar_descr):
8114         (border_mp_draw_mp_titlebar):
8115         (border_draw_decor_to_pixmap):
8116         (border_set_button_pixmap):
8117         (border_get_titlebar_draw_descr):
8118         (border_set_title_pixmap):
8119         (border_rotate_titlebar_descr):
8120         (border_get_titlebar_descr):
8121         Completed UseTitleDecorRotation
8123 2002-12-26  olicha  <olivier.chapuis@free.fr>
8125         * fvwm/update.c (apply_window_updates):
8126         * fvwm/frame.c (frame_get_titlebar_dimensions):
8127         (frame_set_decor_gravities):
8128         * fvwm/borders.c (border_set_button_pixmap):
8129         (border_get_titlebar_descr):
8130         (border_draw_one_button):
8131         Buttons order follows the title text rotations.
8132         More UseTitleDecorRotation preparation
8134         * fvwm/borders.c (border_draw_decor_to_pixmap):
8135         Fixed SolidButton
8137 2002-12-24  olicha  <olivier.chapuis@free.fr>
8139         * fvwm/borders.c (border_mp_render_into_pixmap):
8140         (border_fill_pixmap_background):
8141         Some borders drawing fixes
8143         * libs/Graphics.c (CreateRotatedPixmap):
8144         * fvwm/geometry.c (get_title_font_size_and_offset):
8145         * fvwm/update.c (apply_window_updates):
8146         * fvwm/borders.c (border_set_button_pixmap):
8147         (border_get_titlebar_draw_descr):
8148         (border_draw_title):
8149         (border_rotate_titlebar_descr):
8150         (border_get_titlebar_descr):
8151         More UseTitleDecorRotation preparation
8153 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
8155         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8156         so we won't get so many application bugs report to fvwm-workers.
8158         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8160 2002-12-21  Marcus Lundblad <ml@update.uu.se>
8162         * fvwm/style.c (style_parse_one_style_option):
8163         * fvwm/style.h:
8164         * fvwm/fvwm.h:
8165         * fvwm/window_flags:
8166         * fvwm/decorations.c (is_function_allowed,
8167                               __is_resize_allowed):
8168         Added styles Closable, Iconifiable, Maximizable and
8169         AllowMaximizeFixedSize
8170         * fvwm/conditional.c (MatchesConditionMask,
8171                               CreateConditionMask):
8172         Added conditionals Closable,Iconifiable and Maximizable
8173         * fvwm/fvwm.1.in:
8174         Documented styles Closable, Iconifiable, Maximizable and
8175         AllowMaximizeFixedSize and conditionals
8176         Closable,Iconifiable and Maximizable
8178 2002-12-20  olicha  <olivier.chapuis@free.fr>
8180         * fvwm/window_flags.h:
8181         * fvwm/update.h:
8182         * fvwm/update.c (apply_window_updates):
8183         * fvwm/style.h:
8184         * fvwm/style.c (style_parse_one_style_option):
8185         * fvwm/fvwm.h:
8186         UseTitleDecorRotation style preparation
8188         * fvwm/fvwm.c (main):
8189         Use best TrueColor visual
8191         * fvwm/borders.c (border_get_border_gcs):
8192         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8193         window which may have a depth != Pdepth
8195         * fvwm/menus.c (paint_side_pic):
8196         * fvwm/menuitem.c (menuitem_paint):
8197         * fvwm/icons.c (DrawIconPixmapWindow):
8198         * fvwm/colorset.c (parse_colorset):
8199         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8200         Used Scr.AlphaGC
8202 2002-12-19  olicha  <olivier.chapuis@free.fr>
8204         * libs/Graphics.c (CreateRotatedPixmap):
8205         * libs/fvwmlib.h:
8206         New interface function CreateRotatedPixmap
8208         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8209         (PImageLoadXpm):
8210         * libs/PictureGraphics.c (PCreateRenderPixmap):
8211         (PCreateDitherPixmap):
8212         * libs/Graphics.c (CreateGradientPixmap):
8213         (CreateRotatedPixmap):
8214         * acconfig.h:
8215         * configure.in:
8216         * libs/FShm.h (new file):
8217         * libs/FImage.h (new file):
8218         * libs/FImage.c (new file):
8219         * libs/Makefile.am:
8220         * fvwm/fvwm.c (setVersionInfo):
8221         Added MIT Shared Memory Extension for XImage
8223         * NEWS:
8224         Some news
8226         * fvwm/screen.h:
8227         * fvwm/builtins.c (ReadDecorFace):
8228         (FreeDecorFace):
8229         * fvwm/borders.c (border_draw_decor_to_pixmap):
8230         (border_fill_pixmap_background):
8231         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8233 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
8235         * libs/FBidiJoin.c:
8236         shape-and-join fixes from Nadim Shaikli (slightly modified)
8238 2002-12-16  olicha  <olivier.chapuis@free.fr>
8240         * libs/PictureGraphics.h:
8241         * libs/PictureGraphics.c (PTileRectangle):
8242         (PGraphicsCreateTiledPicture):
8243         * libs/Graphics.c (CreateTiledPixmap):
8244         New interface function: PGraphicsCreateTiledPicture
8246         * fvwm/screen.h:
8247         * fvwm/fvwm.c (CreateGCs):
8248         Added a global (Scr) alpha GC
8250         * configure.in:
8251         * fvwm/screen.h:
8252         * fvwm/builtins.c (ReadMultiPixmapDecor):
8253         (update_decorface_colorset):
8254         (FreeDecorFace):
8255         * fvwm/borders.c (border_get_tb_parts_to_draw):
8256         (border_fill_pixmap_background):
8257         (border_setup_bar_pixmaps):
8258         (border_get_bar_pixmaps):
8259         (border_free_bar_pixmaps):
8260         (border_mp_render_into_pixmap):
8261         (border_mp_get_length):
8262         (border_mp_get_titlebar_descr):
8263         (border_mp_get_geometry):
8264         (border_mp_get_use_title_style_parts_and_geometry):
8265         (border_mp_draw_mp_titlebar):
8266         (border_draw_decor_to_pixmap):
8267         (border_draw_title_deep):
8268         (border_get_titlebar_draw_descr):
8269         (border_setup_use_title_style):
8270         (border_get_titlebar_descr_state):
8271         (border_get_titlebar_descr):
8272         (border_get_transparent_decorations_part):
8273         (border_draw_title_stick_lines):
8274         MultiPixmap can use Colorset and Solid color. Various others minor
8275         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8276         "main" drawing code and remove the #ifdef.
8277         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8278         Use the new Scr.AlphaGC.
8280 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8282         * fvwm/add_window.c (validate_transientfor):
8283         do not ignore transientfor hint for iconified windows
8285 2002-12-12  Jason Weber <baboon@imonk.com>
8287         * fvwm/fvwm.1.in:
8288         * fvwm/conditional.c (CMD_ScanForWindow):
8289         * fvwm/commands.h:
8290         * fvwm/functable.c:
8291         rename ScanWindow to ScanForWindow
8293 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8295         * fvwm/menuitem.c (menuitem_paint):
8296         * fvwm/colorset.c (parse_colorset):
8297         * fvwm/icons.c (DrawIconPixmapWindow):
8298         * fvwm/focus.c (_SetFocusWindow):
8299         (_ReturnFocusWindow):
8300         (_DeleteFocus):
8301         (_ForceDeleteFocus):
8302         (__activate_window_by_command):
8303         patches to prevent UMR messages in memory debuggers
8305 2002-12-11  Jason Weber <baboon@imonk.com>
8307         * fvwm/fvwm.1.in: Added ScanWindow
8309         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8310         * fvwm/commands.h:
8311         * fvwm/functable.c:
8312         Generalized CMD_Direction into direction_cmd.
8313         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8314         Replace Cycle prefix with secondary direction argument.
8316 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8318         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8320 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8321         * fvwm/conditional.c (CreateConditionMask):
8322         Implemented conditional "FixedSize" and "HasHandles"
8323         * fvwm/fvwm.1.in
8324         Documented conditional options "FixedSize" and "HasHandles".
8326 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8328         * fvwm/placement.c (PlaceWindow):
8329         fixed StickyAcrossDesks w/ StartsOnPage
8331         * fvwm/functable.c:
8332         * fvwm/commands.h:
8333         * fvwm/ewmh_conf.c (set_state_workaround):
8334         * fvwm/update.c (apply_window_updates):
8335         * fvwm/windowlist.c (CMD_WindowList):
8336         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8337         (ewmh_WMStateSticky):
8338         * fvwm/conditional.c (CreateConditionMask):
8339         * fvwm/gnome.c (GNOME_SetHints):
8340         (GNOME_GetStyle):
8341         (GNOME_HandlePropRequest):
8342         * fvwm/placement.c (SmartPlacement):
8343         (get_next_x):
8344         (get_next_y):
8345         (test_fit):
8346         (PlaceWindow):
8347         * fvwm/session.c (SaveWindowStates):
8348         (MatchWinToSM):
8349         (MatchWinToSM):
8350         * fvwm/ewmh.c (check_desk):
8351         (EWMH_SetWMDesktop):
8352         (ewmh_ComputeAndSetWorkArea):
8353         (ewmh_HandleDynamicWorkArea):
8354         (ewmh_HandleDesktop):
8355         (ewmh_HandleDock):
8356         (ewmh_HandleMenu):
8357         (ewmh_HandleToolBar):
8358         * fvwm/virtual.c (UnmapDesk):
8359         (MapDesk):
8360         (MoveViewport):
8361         (do_move_window_to_desk):
8362         * fvwm/icons.c (setup_icon_title_size):
8363         (DrawIconTitleWindow):
8364         (AutoPlaceIcon):
8365         (Iconify):
8366         * fvwm/borders.c (is_button_toggled):
8367         (get_common_decorations):
8368         (border_draw_title_stick_lines):
8369         * fvwm/add_window.c (AddWindow):
8370         * fvwm/move_resize.c (__move_window):
8371         (__move_window):
8372         (is_window_sticky_across_pages):
8373         (is_window_sticky_across_desks):
8374         (MaximizeHeight):
8375         (MaximizeWidth):
8376         (stick_page):
8377         (stick_desk):
8378         (CMD_Stick):
8379         (CMD_StickAcrossPages):
8380         (CMD_StickAcrossDesks):
8381         (stick_across_pages):
8382         (stick_across_desks):
8383         (handle_stick_across_desks):
8384         (handle_stick_across_pages):
8385         (handle_stick):
8386         * fvwm/fvwm.h (struct):
8387         * fvwm/style.c (style_parse_one_style_option):
8388         (check_window_style_change):
8389         * fvwm/style.h:
8390         * fvwm/window_flags.h:
8391         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8392         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8393         everywhere
8395         * fvwm/focus.c (CMD_Focus):
8396         (CMD_FlipFocus):
8397         (__activate_window_by_command):
8398         (__update_windowlist):
8399         (__set_focus_to_fwin):
8400         (_SetFocusWindow):
8401         (_ReturnFocusWindow):
8402         (_DeleteFocus):
8403         (_ForceDeleteFocus):
8404         fixed window list order with FlipFocus command
8406 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8408         * AUTHORS:
8409         * NEWS:
8410         document bidi entry undocumented in 2.5.5
8412 2002-12-06  olicha  <olivier.chapuis@free.fr>
8414         * acinclude.m4:
8415         Fixed the "detection" of the LINGUAS variable
8417         * configure.in:
8418         Added ar to ALL_LINGUAS
8421 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8423         * fvwm/move_resize.c (__resize_window):
8424         fixed handling of MontionNotify and PropertyNotify events
8426 2002-12-03  olicha  <olivier.chapuis@free.fr>
8428         * fvwm/borders.c (border_draw_decor_to_pixmap):
8429         (border_get_border_background):
8430         (get_common_decorations):
8431         BorderGC cleanup
8433         * fvwm/builtins.c (CMD_PrintInfo):
8434         New subject nls to PrintInfo
8436         * libs/FGettext.c (*):
8437         New command FlocalePath
8439 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8441         * NEWS:
8442         * configure.in:
8443         changed version to 2.5.6
8445         * NEWS:
8446         * configure.in:
8447         updated for 2.5.5
8449 2002-12-02  olicha  <olivier.chapuis@free.fr>
8451         * libs/FRenderInit.c (FRenderInit):
8452         Fixed alpha depth if !XRenderSupport
8454         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8455         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8456         (PImageLoadPng):
8457         * libs/PictureImageLoader.h:
8458         Fixed image loading on bigedian machine
8460 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8462         * libs/FBidi.c (FBidiConvert):
8463         several small changes
8464         * libs/FBidiJoin.c (shape_n_join):
8465         enabled a new bidi shaping code
8467 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8469         * fvwm/frame.c (frame_restore_client_gravities):
8470         (frame_free_move_resize_args):
8471         fixed a redrawing problem after shading a window
8473 2002-11-29  olicha  <olivier.chapuis@free.fr>
8475         * acinclude.m4:
8476         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8478         * configure.in:
8479         * Makefile.am:
8480         Fixed two missprints
8482 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8484         * fvwm/bindings.c (ParseBinding):
8485         fix for stroke-less compile
8487 2002-11-29  olicha  <olivier.chapuis@free.fr>
8489         * fvwm/commands.h (enum):
8490         * fvwm/functable.c (func_table):
8491         * fvwm/builtins.c (CMD_LocalePath):
8492         * libs/FGettext.c (FGettextSetLocalePath):
8493         * libs/FGettext.h:
8494         Preparation for LocalePath command
8496         * fvwm/screen.h (ScreenInfo):
8497         * fvwm/fvwm.c (CreateGCs):
8498         Rename Scr.TileGC to Scr.BordersGC
8500         * acinclude.m4:
8501         A libintl autoconf fix
8503         * libs/Colorset.c (CreateBackgroundPixmap):
8504         Do not grab the server when we dump the E setroot pixmap
8506 2002-11-29  olicha  <olivier.chapuis@free.fr>
8508         * acconfig.h:
8509         * fvwm/Makefile.am:
8510         * Makefile.am:
8511         * configure.in:
8512         * acinclude.m4:
8513         Added NLS support with gnu gettext
8515         * fvwm/fvwm.c (main):
8516         FGettextInit
8518         * fvwm/expand.c (expand_vars_extended):
8519         New extanded variable $[gt.any_string]
8521         * fvwm/virtual.c (CMD_DesktopName):
8522         * fvwm/windowlist.c (get_desk_title):
8523         * fvwm/expand.c (expand_vars_extended):
8524         * fvwm/fvwm.c (SetRCDefaults):
8525         * fvwm/ConfigFvwmSetup:
8526         Mark some strings to be translated
8528         * libs/FGettext.c (new file):
8529         * libs/FGettext.c (new file):
8530         * libs/Makefile.am:
8531         gnu gettext libintl warper
8533 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8535         * fvwm/add_window.c (RestoreWithdrawnLocation):
8536         rixed rxvts with S/E gravity travelling off screen upon recapture after
8537         they were resized.
8539         * fvwm/events.c (__handle_key_event):
8540         * fvwm/bindings.c (activate_binding):
8541         (__rebind_global_key):
8542         fixed unbinding pointerkey bindings removing the grab for this key
8543         completely
8545         * fvwm/events.c (__is_bpress_window_handled):
8546         fixed click on override redirect windows being handled by the root
8547         window
8549         * fvwm/misc.c (GrabEm):
8550         confine the pointer to the root window when grabbed
8552         * fvwm/events.c (HandleUnmapNotify):
8553         fixed reparenting problem with restarts from desks != 0
8555 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8557         * fvwm/events.c:
8558         removed experimental code
8560 2002-11-28  olicha  <olivier.chapuis@free.fr>
8562         * fvwm/borders.c (border_get_border_background):
8563         (border_draw_decor_to_pixmap):
8564         (border_fill_pixmap_background):
8565         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8566         soon.
8568 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8570         * fvwm/fvwm.c (InitVariables):
8571         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8572         of 100%
8573         * fvwm/virtual.c (CMD_EdgeScroll):
8574         minor spacing
8576         * fvwm/ConfigFvwmDefaults:
8577         do not include empty ConfigFvwmProxyDefaults, added one binding
8579 2002-11-26  olicha  <olivier.chapuis@free.fr>
8581         * libs/Colorset.c (CreateBackgroundPixmap):
8582         * fvwm/colorset.c (parse_colorset):
8583         Be more safe with the E root pixmap
8585 2002-11-25  olicha  <olivier.chapuis@free.fr>
8587         * fvwm/move_resize.c (__move_loop):
8588         Redraw the transparent decoration parts when a move is abored
8590         * fvwm/colorset.c (parse_colorset):
8591         Fixed the fgsh Colorset colors when the Image change but not the bg
8593 2002-11-24  Jason Weber  <baboon@imonk.com>
8595         * fvwm/conditional.c (CMD_Direction):
8596         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8597         eventual traversal of all windows over repeated calls.  It also cycles
8598         back to the opposite extent when it hits the limit in the given
8599         direction.
8601 2002-11-22  olicha  <olivier.chapuis@free.fr>
8603         * fvwm/borders.h:
8604         * fvwm/borders.c (get_common_decorations):
8605         (border_get_parts_and_pos_to_draw):
8606         (border_get_changed_border_parts):
8607         (border_get_frame_pixmap, new):
8608         (border_get_border_background):
8609         (border_draw_one_border_part):
8610         (border_draw_decorations):
8611         (border_get_tb_parts_to_draw):
8612         (border_fill_pixmap_background):
8613         (border_get_titlebar_descr_state, new):
8614         (border_draw_titlebar):
8615         (border_setup_bar_pixmaps, new):
8616         (border_get_bar_pixmaps, new):
8617         (border_free_bar_pixmaps, new):
8618         (border_setup_use_title_style, new):
8619         (border_set_button_pixmap):
8620         (border_set_title_pixmap):
8621         (border_draw_one_button):
8622         (border_set_button_pixmap):
8623         (border_draw_title_deep):
8624         (border_get_transparent_decorations_part, new):
8625         Title, Border and Buttons Style Colorset Option: Drawing
8627         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8628         (__move_window):
8629         (__move_loop):
8630         * fvwm/frame.c (__frame_setup_window):
8631         (frame_has_handles_and_tiled_border):
8632         (frame_create_move_resize_args):
8633         (frame_free_move_resize_args):
8634         Title, Border and Buttons Style Colorset Option: External drawing
8635         stuff. Basically additional redrawing for RootTransparent
8637         * fvwm/builtins.c (update_decorface_colorset, new):
8638         (update_titlebutton_colorset, new):
8639         (update_decors_colorset, new):
8640         (update_fvwm_colorset):
8641         Title, Border and Buttons Style Colorset Option: Dynamic updating
8643         * fvwm/screen.h:
8644         * fvwm/builtins.c (ReadDecorFace):
8645         Title, Border and Buttons Style Colorset Option: Configuration
8647         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8648         * libs/Colorset.h:
8649         Title, Border and Buttons Style Colorset Option: Convinent macros and
8650         function
8652 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8654         * libs/Makefile.am: Add missing Bindings.h.
8656 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8658         * fvwm/move_resize.c (__move_loop):
8659         send M_CONFIGURE_WINDOW only when the window actually moves
8661 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8663         * libs/FBidi.c:
8664         * libs/FBidi.h:
8665         * libs/FBidiJoin.c:
8666         * libs/FBidiJoin.h:
8667         * libs/Makefile.am:
8668         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8669         with minor improvements; it is disabled for now (#if 0) since
8670         some Arabic chars cause core dump
8672 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8674         * fvwm/fvwm.1.in (Examples):
8675         added documentation of Icon option for PlaceAgain command
8677         * fvwm/events.c (__handle_key_event):
8678         fixed global key binding problem
8680 2002-11-15  olicha  <olivier.chapuis@free.fr>
8682         * libs/Bindings.c (MatchBindingExactly):
8683         (__compare_binding):
8684         compile fixes w/o stroke lib
8686         * NEWS:
8687         * fvwm/geometry.c (get_title_font_size_and_offset):
8688         * fvwm/builtins.c (do_title_style):
8689         New MinHeight option to TitleStyle
8691 2002-11-15  olicha  <olivier.chapuis@free.fr>
8693         * fvwm/builtins.c (update_fvwm_colorset):
8694         (CMD_Colorset):
8695         (do_title_style):
8697         * fvwm/builtins.h:
8698         * fvwm/colorset.c (update_root_transparent_colorset):
8699         Fixed update of the RootTransparent colorset in fvwm
8701 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8703         * libs/Bindings.c (__compare_binding):
8704         (MatchBindingExactly):
8705         compoile fixes w/o stroke lib
8707 2002-11-14  olicha  <olivier.chapuis@free.fr>
8709         * fvwm/fvwm.1.in:
8710         * INSTALL.fvwm:
8711         * NEWS
8712         Removed any reference on "xft and flickering"
8714 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8716         * fvwm/eventmask.h (XEVMASK_ICONW):
8717         * fvwm/events.c (HandleKeyRelease):
8718         (HandleKeyPress):
8719         (__handle_key_event):
8720         * fvwm/bindings.c (ParseBinding):
8721         (activate_binding):
8722         * libs/Bindings.h (enum):
8723         implemented key release bindings; prefix the key name with a '-';
8724         does not work well with some applications
8726 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8728         * libs/Bindings.h:
8729         new file
8731         * fvwm/bindings.c (ParseBinding):
8732         (binding_cmd):
8733         (activate_binding):
8734         (bind_get_bound_button_contexts):
8735         (ParseBinding):
8736         (CMD_Stroke):
8737         (CMD_Mouse):
8738         (CMD_PointerKey):
8739         (CMD_Key):
8740         (RemoveMatchingBinding):
8741         (AddBinding):
8742         (AreBindingsEqual):
8743         (GrabWindowKey):
8744         (GrabWindowButton):
8745         (GrabAllWindowKeysAndButtons):
8746         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8747         * fvwm/events.c (__handle_bpress_on_root):
8748         (__handle_bpress_on_managed):
8749         (HandleButtonRelease):
8750         * fvwm/builtins.c (CMD_Wait):
8751         (CMD_StrokeFunc):
8752         * libs/fvwmlib.h (enum):
8753         fixed Key vs. PointerKey with "A"ny context
8755 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8757         * fvwm/icons.c (Iconify):
8758         icon placement safety patch
8759         (CreateIconWindow):
8760         fixed initial position of application provided icon windows
8762         * fvwm/session.c (LoadWindowStates):
8763         fixed parsing of strings beginning with whitespace in session file
8765         * fvwm/fvwm.1.in (Note):
8766         * fvwm/style.c (style_set_old_focus_policy):
8767         * libs/defaults.h (DEF_FP_MODIFIERS):
8768         set default modifiers for raising/focusing to N again
8770 2002-11-11  olicha  <olivier.chapuis@free.fr>
8772         * fvwm/fvwm.1.in:
8773         * fvwm/fvwm.c (main):
8774         (usage):
8775         named-palette -> visual-palette, -N -> -P
8777 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8779         * fvwm/ConfigFvwmDefaults:
8780         include ConfigFvwmProxyDefaults
8782         * fvwm/fvwm.c (usage):
8783         polished usage message
8785 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8787         * fvwm/fvwm.c (usage):
8788         (main):
8789         cleaned up usage and error messages
8790         use short option names in usage message an man page synopsis
8791         all options are case sensitive
8792         do not mention the "-" style long options in the man page; instead use
8793         the "--" style
8795         * fvwm/add_window.c (setup_frame_window):
8796         * fvwm/events.c (HandleMapNotify):
8797         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8798         fixed empty decorations after recapture
8800         * fvwm/geometry.c (get_icon_geometry):
8801         * fvwm/icons.c (clear_icon):
8802         fixed icon jumping to 0 0 when the icon layout changes after the icon
8803         has been moved manually
8805         * fvwm/move_resize.c (__move_icon):
8806         fixed MoveToPage with icons
8808 2002-11-09  olicha  <olivier.chapuis@free.fr>
8810         * libs/Fft.c (FftGetRotatedFont):
8811         (FftGetFont):
8812         * libs/Fft.h:
8813         Check the return result of FftPatternGetMatrix
8815         * libs/Flocale.h:
8816         * libs/PictureBase.h:
8817         Added two macro
8819 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8821         * fvwm/ewmh_conf.c (set_state_workaround):
8822         * fvwm/functable.c (func_table):
8823         * fvwm/update.c (apply_window_updates):
8824         * fvwm/windowlist.c (CMD_WindowList):
8825         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8826         (ewmh_WMStateSticky):
8827         * fvwm/conditional.c (CreateConditionMask):
8828         (CreateConditionMask):
8829         * fvwm/gnome.c (GNOME_SetHints):
8830         (GNOME_GetStyle):
8831         (GNOME_HandlePropRequest):
8832         * fvwm/placement.c (SmartPlacement):
8833         (get_next_x):
8834         (test_fit):
8835         (get_next_y):
8836         (PlaceWindow):
8837         * fvwm/session.c (SaveWindowStates):
8838         (MatchWinToSM):
8839         * fvwm/ewmh.c (check_desk):
8840         (EWMH_SetWMDesktop):
8841         (ewmh_ComputeAndSetWorkArea):
8842         (ewmh_HandleDynamicWorkArea):
8843         (ewmh_HandleDesktop):
8844         (ewmh_HandleDock):
8845         (ewmh_HandleMenu):
8846         (ewmh_HandleToolBar):
8847         * fvwm/virtual.c (UnmapDesk):
8848         (MapDesk):
8849         (MoveViewport):
8850         (MoveViewport):
8851         (do_move_window_to_desk):
8852         * fvwm/icons.c (setup_icon_title_size):
8853         (DrawIconTitleWindow):
8854         (AutoPlaceIcon):
8855         (Iconify):
8856         * fvwm/borders.c (is_button_toggled):
8857         (get_common_decorations):
8858         (border_draw_title_stick_lines):
8859         * fvwm/add_window.c (AddWindow):
8860         * fvwm/move_resize.c (__move_window):
8861         (is_window_sticky_on_page):
8862         (is_window_sticky_on_desk):
8863         (MaximizeWidth):
8864         (MaximizeHeight):
8865         (stick_page):
8866         (stick_desk):
8867         (handle_stick):
8868         (handle_stick_page):
8869         (handle_stick_desk):
8870         (__handle_stick_exit):
8871         (CMD_StickDesk):
8872         (CMD_StickPage):
8873         * fvwm/style.c (style_parse_one_style_option):
8874         (check_window_style_change):
8875         * fvwm/style.h:
8876         * fvwm/fvwm.h:
8877         New Style options stickypage and stickydesk
8878         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8879         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8880         New conditions StickyPage and StickyDesk
8881         New commands StickPage and StickDesk
8883         * fvwm/move_resize.c (__move_window):
8884         do not unstick a window when using MoveToScreen
8886         * fvwm/ewmh_conf.c:
8887         reindented
8889         * fvwm/commands.h:
8890         * fvwm/functable.c (func_table):
8891         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8892         renamed EWMHBaseStrut to EwmhBaseStruts
8894         * fvwm/style.c (style_set_old_focus_policy):
8895         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8896         (style_parse_one_style_option):
8897         renamed "Border" style to "Borders"
8898         removed "NoBorder" style; use !Borders instead
8899         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8900         renamed PlacmentOverlapPercentPenalties to
8901         MinOverlapPercentPlacementPenalties
8903         * fvwm/fvwm.1.in:
8904         * NEWS:
8905         corrected typo
8907         * libs/Fft.c:
8908         Fixed compiler warnings
8910 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8912         * configure.in:
8913         autogenerate FvwmWindowLister files
8915         * fvwm/fvwm.1.in:
8916         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8917         of MissingSubmenuFunction and DynamicPopupAction
8919 2002-11-08  olicha  <olivier.chapuis@free.fr>
8921         * libs/PictureUtils.c (alloc_color_proportion):
8922         (alloc_color_proportion_dither):
8923         (alloc_color_proportion_grey):
8924         (alloc_color_x):
8925         (free_colors_in_table):
8926         (free_colors_x):
8927         (init_static_colors_table):
8928         (PictureFreeColors):
8929         (PictureInitColors):
8930         (PicturePrintColorInfo):
8931         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8932         free colors stuff
8934 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8936         * fvwm/move_resize.c (__move_window):
8937         ignore MoveToPage with sticky windows
8939         * fvwm/conditional.c (Circulate):
8940         (circulate_cmd):
8941         Next and Prev commands begin looking at the context window, if any
8943         * fvwm/focus.c (__focus_grab_buttons):
8944         fixed initial button grabbing on client window
8946         * fvwm/stack.c (BroadcastRestack):
8947         split long packets, fixed a bug and cleaned up
8949         * libs/Module.c (ReadFvwmPacket):
8950         ignore packets that are too long
8952         * fvwm/fvwm.1.in:
8953         document PopupDelay and PopdownDelay defaults
8955 2002-11-06  olicha  <olivier.chapuis@free.fr>
8957         * libs/Fft.c (FftGetFont):
8958         (FftGetRotatedFont):
8959         Use a more perfectioned method for loading font with Xft/Fc. This
8960         method allows sanity check. Preserve the matrix when rotating
8961         Xft/Fc fonts.
8963         * libs/Flocale.c (FlocaleGetMinOffset):
8964         (FlocaleRotateDrawString):
8965         (FlocaleGetFontSet):
8966         (FlocaleGetFont):
8967         * libs/Fft.c (FftDrawString):
8968         (FftGetFont):
8969         * libs/FftInterface.h:
8970         * fvwm/geometry.c (get_title_font_size_and_offset):
8971         Move the computation of the good "y" for drawing text into Flocale.
8972         Use the max ascent, descent and height for font metric (in the place
8973         of the min's one).
8975         * libs/Flocale.c (FlocalePrintLocaleInfo):
8976         * libs/Flocale.h:
8977         * libs/Fft.c (FftPrintPatternInfo):
8978         * libs/Fft.h:
8979         * fvwm/builtins.c (CMD_PrintInfo):
8980         * NEWS:
8981         * fvwm.1.in:
8982         New option "Locale" to PrintInfo Command
8984 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8986         * fvwm/events.c (HandleExpose):
8987         removed no-op
8989 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8991         * fvwm/fvwm.1.in: colour -> color
8992         Language check.
8994 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8996         * fvwm/fvwm.1.in:
8997         * fvwm/fvwm.c (usage):
8998         (main):
8999         pallet -> palette
9001 2002-11-04  olicha  <olivier.chapuis@free.fr>
9003         * configure.in:
9004         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
9006         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9007         (finish_ct_init):
9008         (PictureFreeColors):
9009         (PicturePrintColorInfo):
9010         Trace colours allocation out of the pallet in depth <= 8. Better
9011         information on coulours
9013         * libs/Fft.c (FftGetRotatedFont):
9014         * libs/Fft.h:
9015         Fixed rotated font when the original font has a matrix
9017         * libs/PictureBase.c (PictureInitCMapRoot):
9018         * libs/PictureUtils.h:
9019         * libs/PictureUtils.c (PictureInitColors):
9020         (PictureAllocColorTable):
9021         * libs/PictureBase.h (PictureColorLimitOption):
9022         * fvwm/fvwm.c (main):
9023         * fvwm/fvwm.1.in
9024         New options -strict-color-limit, -allocate-pallet, -static-pallet,
9025         -named-pallet. -color-limit now take only integer argument.
9028 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9030         * libs/Module.h (struct):
9031         new type FvwmWinPacketBodyHeader to access the standard fields in a
9032         packet with a window
9034 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9036         * NEWS:
9037         updated for 2.4.13
9039         * fvwm/functable.c (func_table):
9040         * fvwm/commands.h:
9041         * fvwm/style.c (style_parse_one_style_option):
9042         (parse_and_set_window_style):
9043         (__style_command):
9044         (CMD_Style):
9045         (CMD_FocusStyle):
9046         added a new command FocusStyle as a shorthand for
9047         "Style * FP..., FP..."
9049         * fvwm/builtins.c (__parse_vector_line_one_coord):
9050         (__parse_vector_line):
9051         (ReadDecorFace):
9052         split vector line parsing into sub functions
9053         (FreeDecorFace):
9054         fixed core dump in vector button offset patch
9056 2002-11-01  Marcus Lundblad <ml@update.uu.se>
9058         * fvwm/screen.h (vector_coords):
9059         added fields for offsets
9060         * fvwm/builtins.c (ReadDecorFace):
9061         rewrote parser for vector definitions to accept optional offsets
9062         * fvwm/fvwm.c (LoadDefaultLeftButton):
9063         (LoadDefaultRightButton)
9064         set default values for offsets
9065         * fvwm/borders.c (border_draw_vector_to_pixmap):
9066         updated XDrawLine call to take offsets into account
9067         * fvwm/fvwm.1.in:
9068         documented new options for vector offsets
9070 2002-11-01  olicha  <olivier.chapuis@free.fr>
9072         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9073         Fixed icon tint pixel, it was set to icon tint percent during some
9074         renaming
9076 2002-10-31  olicha  <olivier.chapuis@free.fr>
9078         * libs/PictureUtils.c (PictureAllocColorImage):
9079         (PictureOpenImageColorAllocator):
9080         (PictureCloseImageColorAllocator):
9081         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9082         (FIMAGE_CMD_ARGS):
9083         (PImageLoadXpm):
9084         (PImageCreatePixmapFromArgbData):
9085         (PImageLoadPixmapFromFile):
9086         * libs/PictureBase.h (FvwmPictureThing):
9087         (PictureImageColorAllocator):
9088         * libs/Picture.h:
9089         * libs/Picture.c (PDestroyFvwmPicture):
9090         (PLoadFvwmPictureFromPixmap):
9091         * libs/Graphics.c (CreateGradientPixmap):
9092         * fvwm/fvwm.c:
9093         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9094         Added a new way to allocate colors for image and gradient. This method
9095         allows, in particular, to save (in a "fast" way) the allocated pixels
9096         with a minimal memory usage.
9097         Fixed color leaks for png, ewmh and dithered xpm images.
9099         * fvwm/add_window.c (destroy_icon):
9100         * fvwm/fvwm.h (FvwmWindow):
9101         * fvwm/icons.c (GetIconFromFile):
9102         Fixed color leaks
9104 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9106         * fvwm/commands.h:
9107         * fvwm/functable.c:
9108         * fvwm/stack.c (enum):
9109         (position_new_window_in_stack_ring):
9110         (new_layer):
9111         (must_move_transients):
9112         (restack_windows):
9113         (__restack_window):
9114         (__raise_lower_recursion):
9115         (__raise_or_lower_window):
9116         (raise_or_lower_window):
9117         (collect_transients_recursive):
9118         (__is_restack_transients_needed):
9119         (RestackWindow):
9120         (CMD_RestackTransients):
9121         new command RestackTransients which works like Raise and Lower but does
9122         not restack windows that are not transient
9123         renamed some functions
9124         general cleanup
9126         * fvwm/fvwm.1.in:
9127         corrected cursor movement key bindings
9129         * fvwm/bindings.c (activate_binding):
9130         fixed problem w/ bindings being overridden by applications OpenOffice
9131         and the Gnome panel
9133 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9135         * configure.in:
9136         * NEWS:
9137         switched to 2.5.5
9139         * configure.in:
9140         include FvwmProxy to build
9142 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9144         * configure.in:
9145         exclude FvwmProxy from build
9147         * configure.in:
9148         * NEWS:
9149         updated for 2.5.4
9151 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9153         * configure.in:
9154         added FvwmProxy module
9156 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9158         * fvwm/fvwm.1.in:
9159         * fvwm/windowlist.c (CMD_WindowList):
9160         renamed SortClassName to SortByClass
9162 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9164         * fvwm/menustyle.c (menustyle_update):
9165         (menustyle_parse_style):
9166         (menustyle_get_styleopt_index):
9167         (menustyle_parse_style):
9168         (CMD_CopyMenuStyle):
9169         * fvwm/menustyle.h:
9170         removed HilightRelief MenuStyle and hard coded it
9172 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9174         * fvwm/menus.c (make_menu_window):
9175         fixed updating menu background with "Menustyle * Background"
9177         * fvwm/stack.c (__get_stacking_sibling):
9178         (restack_windows):
9179         fixed another stacking problem
9181 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
9183         * acinclude.m4:
9184         * configure.in:
9185         corrected and lined up several help lines
9187         * INSTALL.fvwm:
9188         added --enable-xinerama-emulation description
9190 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9192         * fvwm/stack.c (restack_windows):
9193         (__get_stacking_sibling):
9194         fixed another stacking problem
9196 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9198         * fvwm/add_window.c (AddWindow):
9199         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9200         windows starting lowered or on other layers in FvwmPager
9202         * fvwm/stack.c (restack_windows):
9203         (__get_visible_window):
9204         fixed a stacking problem with layers
9206 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9208         * fvwm/functable.c (func_table):
9209         fixed Pick command
9211 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
9213         * NEWS:
9214         * fvwm/fvwm.1.in:
9215         * fvwm/windowlist.c:
9216         new WindowList option SortByResource
9218         * fvwm/style.c (check_window_style_change):
9219         * libs/FlocaleCharset.c:
9220         fixed gcc warning
9222         * AUTHORS:
9223         place recent authors to the top, not bottom
9225         * fvwm/builtins.c:
9226         corrected typo in error message
9228 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
9230         * fvwm/fvwm.1.in: Lang check done.
9232 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9234         * fvwm/menus.c:
9235         work on new menu loop code
9237         * libs/timeout.h:
9238         * libs/timeout.c:
9239         new files
9241         * fvwm/menus.c (__mloop_handle_event):
9242         (__mloop_get_event):
9243         (__mloop_handle_action_with_mi):
9244         * fvwm/menus.h (MenuReturn):
9245         renamed MenuReturn member menu to target_menu
9247         * fvwm/menus.c (__mloop_handle_event):
9248         * fvwm/menus.h (MenuReturn):
9249         removed a "write only" member of MenuReturn
9251         * fvwm/conditional.c (circulate_cmd):
9252         fixed the "Any" command
9254 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9256         * fvwm/stack.c (mark_transient_subtree):
9257         fixed stack ring corruption with iconified transients
9258         (restack_windows):
9259         fixed a problem with lowering windows below the icons of their
9260         transients
9262 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9264         * libs/Colorset.c:
9265         * fvwm/menustyle.c:
9266         * libs/Colorset.h:
9267         * libs/Flocale.h:
9268         * libs/PictureBase.h:
9269         * fvwm/menuitem.c:
9270         * fvwm/geometry.c:
9271         * fvwm/colorset.c:
9272         renamed colorset_struct to colorset_t
9274 2002-10-22  olicha  <olivier.chapuis@free.fr>
9276         * libs/PictureUtils.c:
9277         Minor fixes and add #if O experimental code
9279 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9281         * fvwm/icons.c (DrawIconPixmapWindow):
9282         (DrawIconWindow):
9283         * fvwm/events.c (HandlePropertyNotify):
9284         * libs/Fft.c (FftDrawString):
9285         * libs/Colorset.c (DumpColorset):
9286         (LoadColorset):
9287         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9288         use renamed colorset_struct members
9290         * libs/Colorset.h (colorset_struct):
9291         renamed and re-sorted members and cut down bit field lengths for
9292         percentile members
9294         * fvwm/menustyle.c (menustyle_update):
9295         fixed core dump
9297         * fvwm/stack.c (restack_windows):
9298         fixed flickering when raising transients; can't prevent flickering when
9299         lowering a window completely
9300         (restack_windows):
9301         fixed unnecessary error message
9303         * fvwm/fvwm.c (main):
9304         init Scr to zeros
9306         * fvwm/stack.c (__restack_window):
9307         fixed a stacking problem with icons
9309         * fvwm/add_window.c (destroy_icon):
9310         fixed a memory leak
9312 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9314         * fvwm/menuitem.c (menuitem_paint):
9315         * fvwm/menustyle.c (menustyle_parse_style):
9316         * fvwm/menus.c (paint_side_pic):
9317         (paint_menu):
9318         (select_menu_item):
9319         (repaint_transparent_menu):
9320         * fvwm/menustyle.h (MenuLook):
9321         cleaned up menu drawing code, fixed last patch
9323         * fvwm/menuitem.c (menuitem_paint):
9324         * fvwm/menustyle.c (menustyle_parse_style):
9325         fixed HilightBack default
9327         * fvwm/bindings.c (binding_cmd):
9328         (bind_get_bound_button_contexts):
9329         (ParseBinding):
9330         * fvwm/screen.h (ScreenInfo):
9331         fixed mouse bindings with buttons > 5
9333         * fvwm/menuitem.c (menuitem_paint):
9334         * fvwm/menustyle.c (menustyle_parse_style):
9335         (menustyle_parse_style):
9336         (CMD_CopyMenuStyle):
9337         (menustyle_update):
9338         (menustyle_free):
9339         * fvwm/menus.c (repaint_transparent_menu):
9340         * fvwm/menustyle.h:
9341         HilightBack and ActiveFore are now independent
9343 2002-10-18  olicha  <olivier.chapuis@free.fr>
9345         * libs/PictureUtils.c (get_color_index):
9346         (create_mapping_table):
9347         (PictureAllocColorTable):
9348         Use a new distance and method for color approximation. Use 68 colors
9349         for the default under depth 8. I am happy with this, should use a
9350         similar distance method for dithering
9352         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9353         (PictureAllocColorTable):
9354         (PictureDitherByDefault):
9355         (PictureUseBWOnly):
9356         (PictureIitColors):
9357         (PicturePrintColorInfo):
9358         * libs/PictureUtils.h:
9359         Allows -color-limit to work with any visual and depth for testing
9360         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9362         * fvwm/colorset.c:
9363         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9365 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9367         * fvwm/add_window.c (get_default_window_attributes):
9368         cleaned up
9370         * fvwm/builtins.c (CMD_ChangeDecor):
9371         removed some duplicate redrawing
9373         * fvwm/update.c (apply_decor_change):
9374         suppress duplicate window update upon ChangeDecor
9375         (apply_window_updates):
9376         do not delete the focus window
9378 2002-10-17  olicha  <olivier.chapuis@free.fr>
9380         * NEWS:
9381         A bunch of news
9383         * libs/Colorset.c (CreateBackgroundPixmap):
9384         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9386         * fvwm/builtins.c (CMD_Colorset):
9387         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9389 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9391         * fvwm/add_window.c (AddWindow):
9392         * fvwm/update.c (apply_window_updates):
9393         * fvwm/move_resize.c (handle_stick):
9394         (CMD_Stick):
9395         suppress drawing of sticky decorations initially
9396         reduce module communication overhead when (un)sticking windows
9398         * fvwm/borders.c (border_draw_decorations):
9399         * fvwm/window_flags.h:
9400         * fvwm/fvwm.h:
9401         * fvwm/frame.c (frame_create_move_resize_args):
9402         (get_resize_decor_gravities_one_axis):
9403         (frame_mrs_setup_draw_decorations):
9404         (mr_args_internal):
9405         initialize window decorations with a "None" pixmap;
9406         delay drawing window decorations initially to prevent drawing multiple
9407         times;
9408         => windows grabbing the focus upon startup are drawn focused
9409         immediately
9411         * fvwm/frame.c (frame_free_move_resize_args):
9412         reparent the frame hide windows to NoFocusWin instead of Root to
9413         suppress unnecessary ReparentNotify events
9415 2002-10-16  olicha  <olivier.chapuis@free.fr>
9417         * fvwm/fvwm.c (main):
9418         Fixed a typo
9420         * libs/FRender.h:
9421         Fixed compilation with X cvs
9423         * libs/Colorset.c (CreateBackgroundPixmap):
9424         Fixed a GC leak
9426         * fvwm/events.c (HandlePropertyNotify):
9427         * fvwm/colorset.c (update_root_pixmap):
9428         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9429         to found a root pixmap
9431 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9433         * fvwm/bindings.c (bind_get_bound_button_contexts):
9434         another mouse binding fix
9436         * fvwm/conditional.c (CreateConditionMask):
9437         simplified parsing
9438         all conditions have a negation with '!' prepended
9439         (Circulate):
9440         (CMD_All):
9441         (select_cmd):
9442         Current, All, Pick, ThisWindow and PointerWindow imply the
9443         CirculateHitShaded condition.
9445         * fvwm/focus.c (__focus_grab_buttons):
9446         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9447         fixed bindings using mouse buttons >= 6
9449 2002-10-15  olicha  <olivier.chapuis@free.fr>
9451         * libs/PictureUtils.c (PicturePrintColorInfo):
9452         (print_colormap):
9453         * fvwm/commands.h:
9454         * fvwm/functable.c (func_table):
9455         * fvwm/builtins.c (CMD_PrintInfo):
9456         * fvwm/fvwm.1.in:
9457         New cmd PrintInfo. Only one arg at present time: "Colors"
9459         * fvwm/fvwm.c (main):
9460         Auto detect card with 2 hardware colormaps and choose the best
9461         visual and colormap
9463         * libs/PictureUtils.c (PictureInitColors):
9464         (*):
9465         * libs/PictureUtils.h:
9466         * fvwm/fvwm.c (main):
9467         * libs/PictureBase.c (PictureInitCMapRoot):
9468         (PictureInitCMap):
9469         * libs/PictureBase.h:
9470         Try to support DirectColor visual in a good way, I do not think
9471         this is really useful.
9472         Added a flexible interface function PictureInitColors for
9473         colors allocation initialization.
9474         Some cleanup in color allocation and some preparation for a new
9475         method for saving and freeing colors allocated by images and gradients.
9476         Removed some ifdefed to 0 debug code.
9478         * libs/Picture.c (*):
9479         * libs/Picture.h:
9480         * libs/PictureImageLoader.c (*):
9481         * libs/PictureImageLoader.h:
9482         Replace Root by win
9484 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9486         * fvwm/add_window.c (setup_key_and_button_grabs):
9487         * fvwm/bindings.c (ParseBinding):
9488         (activate_binding):
9489         * fvwm/add_window.c (setup_key_and_button_grabs):
9490         don't grab window context specific bindings anymore; instead, set
9491         Scr.buttons2grab accordingly
9493         * fvwm/bindings.c (activate_binding):
9494         fixed stroke bindings on window context being ignored if no other
9495         action was bound to that context
9497         * fvwm/add_window.c (destroy_icon):
9498         fixed duplicate icon pixmap when switching from NoIconOverride to
9499         IconOverride
9501 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9503         * fvwm/icons.c:
9504         re-indented some code
9505         (AutoPlaceIcon):
9506         fixed random position of icon title for icons with a position hint
9508         * fvwm/fvwm.1.in:
9509         corrected default of Use/NoIconPosition style
9511 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9513         * fvwm/windowlist.c (CMD_WindowList):
9514         fixed random string for iconified windows in the WindowList
9516 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9518         * NEWS:
9519         updated for 2.4.12
9521 2002-10-08  olicha  <olivier.chapuis@free.fr>
9523         * libs/PictureBase.c (*):
9524         (PictureInitCMapRoot)
9525         (PictureSetupWhiteAndBlack):
9526         (PictureWhitePixel):
9527         (PictureBlackPixel):
9528         (PictureDefaultGC):
9529         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9530         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9531         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9532         but always use the root visual and allows to set or not a private
9533         color limit table.
9534         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9535         but which respects the Pvisual
9537         * libs/PictureGraphics.c (*):
9538         * libs/FScreen.c (FScreenInit):
9539         * libs/FRender.c (FRenderRender):
9540         * libs/Fft.c (FftDrawString):
9541         * fvwm/icons.c (CreateIconWindow):
9542         * fvwm/colorset.c (parse_colorset):
9543         * fvwm/move_resize.c (CMD_XorValue):
9544         * fvwm/colorset.c (alloc_colorset):
9545         * fvwm/fvwm.c (main):
9546         Use the new interface functions and some fix if the fvwm depth !=
9547         the root depth.
9549         * libs/PictureUtils.c (PictureAllocColorTable):
9550         Change the default color table to a 4x4x4 cc + 4 grey
9552 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9554         * fvwm/fvwm.1.in: Use built-in, not builtin.
9556 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9558         * configure.in:
9559         s/FvwmNewDebug/FvwmDebug/
9561         * fvwm/commands.h:
9562         * fvwm/conditional.c (CMD_NoWindow):
9563         * fvwm/functable.c:
9564         * NEWS:
9565         new command NoWindow to remove window context
9567         * fvwm/fvwm.1.in:
9568         use "fvwm" spelling, at least in the middle of sentences
9570 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9572         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9573         builtin commands.  Use "builtin", not "built in" or "built-in".
9574         Other adjustments.
9576 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9578         * libs/Graphics.c (do_relieve_rectangle):
9579         removed debug message
9581         * fvwm/focus.c (__update_windowlist):
9582         (__set_focus_to_fwin):
9583         fixed reversal of __update_windowlist arguments causing FlipFocus to
9584         break [and maybe other things]
9586 2002-10-05  olicha  <olivier.chapuis@free.fr>
9588         * libs/PictureUtils.c (alloc_color_cube):
9589         It si possible to enable "gamma correction" for colors cubes (disabled,
9590         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9592         * libs/PictureUtils.c (get_color_index):
9593         (create_mapping_table):
9594         Use a more exact approximation of colors for pur cc without the big
9595         16x16x16 cc
9597         * libs/PictureUtils.c (PictureFreeColors):
9598         Fixed a memory leak
9600         * libs/Graphics.c (CreateGradientPixmap):
9601         (CreateGradientPixmapFromString):
9602         Cleanup
9604 2002-10-04  olicha  <olivier.chapuis@free.fr>
9606         * libs/PictureUtils.c (*):
9607         Used a better color approximation for color cube when we do not dither.
9608         Added some new colors tables: color cube with some grey colors.
9609         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9610         Some visual fixes.
9612         * fvwm/fvwm.c (main):
9613         Fixed the visual option
9615 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9617         * configure.in:
9618         generate FvwmNewDebug and FvwmGtkDebug
9620 2002-10-02  olicha  <olivier.chapuis@free.fr>
9622         * libs/PictureUtils.c (USED_DIST):
9623         Used the euclidian distance for colors distance
9625         * libs/Fft.c (FftGetFont):
9626         Disable Xft if the Xserver does not support XRender
9628 2002-10-01  olicha  <olivier.chapuis@free.fr>
9630         * libs/Fft.c (FftGetFont):
9631         Disable Xft if the Xserver does not support XRender
9633         * libs/FRender.c (FRenderRender):
9634         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9635         Fixed
9637         * libs/Colorset.c (SetRectangleBackground):
9638         (SetClippedRectangleBackground):
9639         * libs/Colorset.h:
9640         New interface function for drawing a subset of a colorset rectangle
9642 2002-09-26  olicha  <olivier.chapuis@free.fr>
9644         * fvwm/update.c (apply_window_updates):
9645         Fixed icons colorset update
9647         * libs/FRender.c (FRenderRender):
9648         Fixed bitmap rendering
9650         * fvwm/update.c (apply_window_updates):
9651         * fvwm/geometry.c (move_icon_to_position):
9652         * fvwm/events.c (HandleEnterNotify):
9653         (HandleExpose):
9654         (HandleLeaveNotify):
9655         (HandlePropertyNotify):
9656         * fvwm/add_window.c (setup_icon_font):
9657         * fvwm/icons.c (DrawIconWindow):
9658         (DrawIconTitleWindow):
9659         (DrawIconPixmapWindow):
9660         (ChangeIconPixmap):
9661         (RedoIconName):
9662         Fixed focus/unfocus flickering
9664 2002-09-25  olicha  <olivier.chapuis@free.fr>
9666         * fvwm/icons.c (DrawIconTitleWindow):
9667         One more drawing fix
9669 2002-09-24  olicha  <olivier.chapuis@free.fr>
9671         * fvwm/icons.c (DrawIconTitleWindow):
9672         An other drawing fix
9674 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9676         * fvwm/move_resize.c (__move_loop):
9677         fixed uninitialised variable
9678         (InteractiveMove):
9679         fixed starting move at random position
9681 2002-09-24  olicha  <olivier.chapuis@free.fr>
9683         * fvwm/update.c (apply_window_updates):
9684         * fvwm/geometry.c (move_icon_to_position):
9685         * fvwm/events.c (HandleEnterNotify):
9686         (HandleExpose):
9687         (HandleLeaveNotify):
9688         (HandlePropertyNotify):
9689         * fvwm/add_window.c (setup_icon_font):
9690         * fvwm/icons.c (DrawIconWindow):
9691         (DrawIconTitleWindow):
9692         (DrawIconPixmapWindow):
9693         (ChangeIconPixmap):
9694         (RedoIconName):
9695         Fixed icon drawing. Split icon window drawing.
9697         * libs/FRender.c (*):
9698         Fixed compilation and small clean up
9700 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9702         * fvwm/conditional.c (CreateFlagString):
9703         fixed quoting in conditional command conditions
9705         * fvwm/menus.c (__mloop_handle_event):
9706         removed unnecessary querying of pointer position on button release in
9707         menus
9708         (__menu_loop):
9709         fixed posting menus
9711         * fvwm/bindings.c (ParseBinding):
9712         increased maximum allowed key symbol name length to 200 characters
9714         * fvwm/execcontext.h (enum):
9715         * fvwm/fvwm.c (Done):
9716         (SetRCDefaults):
9717         (main):
9718         (StartupStuff):
9719         use new contexts
9721         * fvwm/execcontext.h (enum):
9722         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9724         * fvwm/menus.c (pop_menu_up):
9725         fixed accidental menu animation with certain menu position hints
9727 2002-09-23  olicha  <olivier.chapuis@free.fr>
9729         * libs/FRender.c (*):
9730         Fixed(?) XRender rendering with some Xserver
9732         * fvwm/update.c (apply_window_updates):
9733         * fvwm/geometry.c (move_icon_to_position):
9734         * fvwm/events.c (HandleEnterNotify):
9735         (HandleExpose):
9736         (HandleLeaveNotify):
9737         (HandlePropertyNotify):
9738         * fvwm/add_window.c (setup_icon_font):
9739         * fvwm/icons.c (DrawIconWindow):
9740         (ChangeIconPixmap):
9741         (RedoIconName):
9742         Clip text and icon drawing for the icons
9744 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9746         * NEWS:
9747         * libs/System.c:
9748         Path commands now support form: "path1;ext1:path2:path3;ext3"
9749         where ext1 (for example, ".png") means all files in path1 should
9750         be forced to have extention ".png" even if the requested icon
9751         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9753         * fvwm/execcontext.h:
9754         small changes in latters used for EXCT_* constants
9756         * fvwm/module_interface.c:
9757         * libs/Picture.c:
9758         * libs/PictureBase.c:
9759         * fvwm/cursor.c:
9760         some spacing reindentation
9762 2002-09-21  olicha  <olivier.chapuis@free.fr>
9764         * libs/FRender.c (FRenderCompositeAndCheck):
9765         Temporally take GraphicsExposure in account
9767 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9769         * libs/vpacket.h:
9770         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9772 2002-09-20  olicha  <olivier.chapuis@free.fr>
9774         * fvwm/icons.c (GetIconPicture):
9775         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9776         Fixed the alpha channel
9778 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9780         * NEWS:
9781         updated for 2.4.11
9783 2002-09-20  olicha  <olivier.chapuis@free.fr>
9785         * libs/FRender.c (FRenderTintPicture):
9786         (FRenderTintRectangle):
9787         (FRenderRender):
9788         * libs/FRenderInterface.h:
9789         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9790         Make FRender code more modular. Add a 24+8 tinting method and enable it
9791         in the place of the 32 tinting method (which can be enabled by defining
9792         USE_ABSOLUTE_FORMATE)
9794 2002-09-19  olicha  <olivier.chapuis@free.fr>
9796         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9797         (animated_move_back):
9798         (pop_menu_up):
9799         (repaint_transparent_menu):
9800         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9801         (AnimatedMoveAnyWindow):
9802         * fvwm/move_resize.h:
9803         Support the new colorset transparent options and fix greyed item
9804         of transparent animated menus
9806         * fvwm/menus.c (pop_menu_up):
9807         (animated_move_back):
9809         * libs/Rectangles.c:
9810         * libs/Rectangles.h:
9811         * libs/Makefile.am:
9812         New libs files for rectangles, segments, regions ..etc
9814         * fvwm/menus.c (clear_expose_menu_area):
9815         (get_menu_paint_item_parameters):
9816         (paint_menu):
9817         (select_menu_item):
9818         (ParentalMenuRePaint):
9819         (ParentalMenuRePaint):
9820         * fvwm/menuitem.c (clear_menu_item_background):
9821         (menuitem_paint):
9822         * fvwm/menuitem.h (MenuPaintItemParameters):
9823         Clip the item icons and text drawing
9825         * fvwm/menus.c (__mloop_exit):
9826         Fixed an indirect uninitialized variable bug
9828         * fvwm/menus.c (__mloop_handle_event): *
9829         (__mloop_handle_action_with_mi): *
9830         Update some comments
9832         * libs/FRender.c (FRenderVisualInit):
9833         (FRenderRender):
9834         * fvwm/colorset.c (parse_colorset):
9835         Small clean up
9837 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9839         * fvwm/menus.c (__menu_loop):
9840         (__mloop_handle_action_with_mi):
9841         fixed parent menu redrawing
9843         * fvwm/style.c (check_window_style_change):
9844         * fvwm/update.c (apply_window_updates):
9845         * fvwm/add_window.c (setup_icon_size_limits):
9846         honour changes in IconSize style without recapture
9848         * fvwm/focus.c (focus_query_open_grab_focus):
9849         * fvwm/events.c (HandlePropertyNotify):
9850         * fvwm/add_window.c (setup_transientfor):
9851         take care of various funny initial transientfor settings
9853         * fvwm/stack.c (__raise_lower_recursion):
9854         new function
9855         fixed stacking core dump
9857 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9859         * libs/Graphics.c:
9860         ANSI C fixes
9862         * configure.in:
9863         added a program that tests for -Werror option and similar; bug out of
9864         configure if the test program doesn't compile
9866 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9868         * fvwm/fvwm.1.in:
9869         * configure.in:
9870         add a "do not edit" warning at the beginning of the man page
9872         * configure.in:
9873         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9875         * libs/FScreen.c (XineramaQueryScreens):
9876         fixed linking problem when compiling without Xinerama
9878         * fvwm/cursor.c (CMD_CursorStyle):
9879         fixed cursorstyle command being applied to windows without handles
9881         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9882         (EWMH_ProcessPropertyNotify):
9883         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9884         (GNOME_HandlePropRequest):
9885         fixed dummy macros when compiling without gnome/ewmh support
9887 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9889         * libs/queue.c (fqueue_add_inside):
9890         add a new command with the same execution time as a previous one behind
9891         it
9893         * configure.in:
9894         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9895         error message
9897         * fvwm/functions.c (__execute_function):
9898         * fvwm/execcontext.h (exec_context_type_t):
9899         replace enum values with letters for readability
9901         * fvwm/functions.c (__execute_function):
9902         improved command log output
9904         * fvwm/schedule.c (execute_obj_func):
9905         fixed schedule queue timing
9907         * configure.in:
9908         refuse to run configure if CFLAGS is not empty
9910 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9912         * fvwm/misc.c:
9913         fixed compilation with --enable-command-log; simplified fvwm_msg()
9915         * libs/Module.c:
9916         reformatted; don't send end-of-line with SET_*MASK
9918 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9920         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9921         fixed multipixmap title drawing
9923         * fvwm/frame.h (struct):
9924         * fvwm/frame.c (frame_get_titlebar_dimensions):
9925         removed unused code
9927         * fvwm/events.c (HandlePropertyNotify):
9928         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9930         * libs/Fft.c (FftDrawString):
9931         -Wall fix when compiling w/o Xft
9933 2002-09-15  olicha  <olivier.chapuis@free.fr>
9935         * libs/Colorset.c (CreateBackgroundPixmap):
9936         Fixed a dpy problem with FvwmBacker
9937         * libs/Colorset.c (CreateBackgroundPixmap):
9938         Fixed creation a root transparent pixmap for small root pixmap
9940 2002-09-14  olicha  <olivier.chapuis@free.fr>
9942         * libs/Fft.c (FftDrawString):
9943         Fixed clip region with shadow font
9945         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9946         Added a function to create translucent pixmaps
9947         * libs/Colorset.c (CreateBackgroundPixmap):
9948         A small fix
9949         * libs/FRender.c (FRenderRender):
9950         Allows to use the root window as src pixmap
9952 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9954         * fvwm/fvwm.1.in:
9955         Fixed open double quotes in ButtonState section
9957 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9959         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9961 2002-09-13  olicha  <olivier.chapuis@free.fr>
9963         * libs/Colorset.c (CreateBackgroundPixmap):
9964         (UpdateBackgroundTransparency):
9965         (SetRectangleBackground):
9966         * libs/Colorset.h:
9967         * fvwm/colorset.c (*):
9968         * fvwm/colorset.h:
9969         * fvwm/events.c (HandlePropertyNotify):
9970         Starting implementation of RootTransparent colorset. Worked on
9971         tinted Transparent colorset. Various colorset parsing fixes.
9973         * libs/Fft.c (FftDrawString):
9974         * libs/Flocale.h:
9975         Added the possibility to draw with a clipping region.
9977         * libs/FRender.c (FRenderRender):
9978         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9979         (PCreateRenderPixmap):
9980         (PGraphicsCreateTransprency):
9981         (PGraphicsTintRectangle):
9982         Improve current rendering functions to be able to tint the
9983         ParentalRelative pixmap or the background of a window.
9984         Re-enabled XRender rendering.
9986         * fvwm/borders.c:
9987         remove a #if 0 debug "render" code
9989 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9991         * fvwm/builtins.c (ReadTitleButton):
9992         * fvwm/screen.h:
9993         new button state shortcuts AllNormal, AllToggled,
9994         AllActive, AllInactive, AllUp, AllDown
9996         * fvwm/module_interface.c:
9997         minor reformatting
9999         * acconfig.h:
10000         possibly fixed compilation with non gcc
10002 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10004         * fvwm/focus.c (_focus_grab_buttons):
10005         (__focus_grab_buttons):
10006         renamed
10007         (__focus_grab_one_button):
10008         grab all modifier combinations on client windows by default if
10009         necessary; this saves a lot of traffic but may grab unnecessary
10010         modifiers with mouse bindings on the client window
10012         * fvwm/fvwm.1:
10013         * libs/defaults.h (DEF_FP_MODIFIERS):
10014         * fvwm/events.c (__handle_focus_raise_click):
10015         * fvwm/style.c (style_parse_focus_policy_style):
10016         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
10017         default is now to use any modifiers for clicktofocus/raise purposes
10019         * fvwm/menus.c (__mloop_get_event):
10020         fixed menu hang
10021         (menu_tear_off):
10022         fixed tear off menus
10024         * libs/FEvent.c (FCheckIfEvent):
10025         (FCheckMaskEvent):
10026         (FCheckTypedEvent):
10027         (FCheckTypedWindowEvent):
10028         (FCheckWindowEvent):
10029         fixed FCheck...Event functions thus fixing Menu command behaving like
10030         Popup
10032         * fvwm/move_resize.c (InteractiveMove):
10033         fixed offset between pointer and window when dragging
10035         * fvwm/virtual.c (HandlePaging):
10036         * fvwm/icons.c (CMD_Iconify):
10037         * fvwm/move_resize.c (InteractiveMove):
10038         * fvwm/menus.c (get_menu_options):
10039         (get_menu_options):
10040         * libs/FScreen.c (GetMouseXY):
10041         use new function fev_get_evpos_or_query()
10043         * libs/Makefile.am:
10044         * libs/Pointer.c:
10045         removed file
10047         (GetLocationFromEventOrQuery):
10048         moved to FEvent.c and renamed to fev_get_evpos_or_query()
10049         * libs/FEvent.c (fev_set_evpos):
10050         new function
10052         * fvwm/functions.c (__execute_function):
10053         (execute_complex_function):
10054         fixed complex action clicking logic
10056         * fvwm/add_window.c (CaptureOneWindow):
10057         fixed RecaptureWindow
10058         (CaptureAllWindows):
10059         fixed Restart
10061         * fvwm/functable.c (func_table):
10062         fixed running RecaptureWindow without a context window
10064         * fvwm/conditional.c (circulate_cmd):
10065         fixed action to run
10067         * fvwm/events.c (HandleVisibilityNotify):
10068         fixed VisibilityNotify handling
10070         * fvwm/functions.c (execute_complex_function):
10071         fixed memory corruption
10072         (__execute_function):
10073         fixed using wrong context
10074         (__execute_function):
10075         removed conditional that was always true now
10076         (DeferExecution):
10077         fixed core dump
10079         * fvwm/module_interface.c (ExecuteModuleCommand):
10080         initialise module number
10082 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10084         * fvwm/add_window.c (CaptureOneWindow):
10085         fixed memory corruption
10087         * fvwm/icons.c (Iconify):
10088         (DeIconify):
10089         fixed bug introduced with transient stacking patch
10091         * fvwm/functions.c (DeferExecution):
10092         (__execute_function):
10093         (execute_complex_function):
10094         cleaned up and optimized exec_context handling
10096         * fvwm/schedule.c:
10097         * fvwm/menucmd.c:
10098         * fvwm/update.c:
10099         * fvwm/windowlist.c:
10100         * fvwm/conditional.c:
10101         * fvwm/focus.c:
10102         * fvwm/functions.c:
10103         * fvwm/placement.c:
10104         * fvwm/colorset.c:
10105         * fvwm/stack.c:
10106         * fvwm/virtual.c:
10107         * fvwm/module_interface.c:
10108         * fvwm/icons.c:
10109         * fvwm/builtins.c:
10110         * fvwm/add_window.c:
10111         * fvwm/move_resize.c:
10112         * fvwm/fvwm.h (F_CMD_ARGS):
10113         (F_PASS_ARGS):
10114         completely removed the builtin command arguments fw, w, and context
10116         * fvwm/functions.c (DeferExecution):
10117         fixed core dump
10119         * fvwm/stack.c (BroadcastRestack):
10120         removed global lastTimestamp
10122         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10123         (EWMH_ProcessPropertyNotify):
10124         (ewmh_WMStateShaded):
10125         (ewmh_WMStateSticky):
10126         (ewmh_WMStateHidden):
10127         (ewmh_WMState):
10128         (ewmh_MoveResize):
10129         (ewmh_WMDesktop):
10130         (ewmh_CloseWindow):
10131         (ewmh_DesktopGeometry):
10132         (ewmh_ActiveWindow):
10133         use new function interface
10135         * fvwm/menus.c (do_menu):
10136         * fvwm/menucmd.c (menu_func):
10137         * fvwm/windowlist.c (CMD_WindowList):
10138         use new function interface
10139         replaced "(XEvent *)1" hack with a regular flag
10141 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10143         * fvwm/add_window.c (destroy_window):
10144         * fvwm/update.c (destroy_scheduled_windows):
10145         * fvwm/screen.h (ScreenInfo):
10146         new member is_executing_menu_function
10148         * fvwm/windowlist.c (CMD_WindowList):
10149         * fvwm/menucmd.c (menu_func):
10150         * fvwm/gnome.c (CMD_GnomeButton):
10151         (GNOME_ProcessClientMessage):
10152         (GNOME_HandlePropRequest):
10153         * fvwm/modconf.c (CMD_Send_ConfigInfo):
10154         * fvwm/update.c (apply_window_updates):
10155         * fvwm/repeat.c (CMD_Repeat):
10156         * fvwm/conditional.c (circulate_cmd):
10157         (CMD_Prev):
10158         (CMD_Next):
10159         (CMD_None):
10160         (CMD_Any):
10161         (CMD_Current):
10162         (CMD_Cond):
10163         (CMD_CondCase):
10164         (select_cmd):
10165         (CMD_All):
10166         (CMD_Direction):
10167         (CMD_WindowId):
10168         * fvwm/focus.c (warp_to_fvwm_window):
10169         (CMD_WarpToWindow):
10170         * fvwm/read.c (run_command_stream):
10171         (run_command_file):
10172         (CMD_Read):
10173         (CMD_PipeRead):
10174         * fvwm/fvwm.c (Done):
10175         (SetRCDefaults):
10176         (StartupStuff):
10177         (main):
10178         use new function interface
10179         (main):
10180         fixed running startup script under random module number
10182         * fvwm/functions.c (execute_function_override_window):
10183         * fvwm/functions.c (execute_function_override_wcontext):
10184         new convenience functions
10186         * fvwm/gnome.c:
10187         * fvwm/modconf.c:
10188         * fvwm/session.c:
10189         re-indented
10191         * fvwm/module_interface.c (CMD_Send_WindowList):
10192         (CMD_set_mask):
10193         (CMD_set_sync_mask):
10194         (CMD_set_nograb_mask):
10195         fixed core dumps
10196         don't use "Module" argument anymore
10197         (ExecuteModuleCommand):
10198         made static
10199         use new function interface
10201         * fvwm/add_window.c (CaptureOneWindow):
10202         (do_recapture):
10203         (CaptureAllWindows):
10204         * fvwm/events.c (HandleMapRequestKeepRaised):
10205         * fvwm/add_window.c (AddWindow):
10206         AddWindow takes executiuon context as its argument instead of the
10207         window; changed caller
10208         don't use "Event" anymore
10210         * fvwm/fvwm.c (StartupStuff):
10211         generate an execution context for startup
10213         * fvwm/move_resize.c (DoResize):
10214         (__resize_step):
10215         (moveLoop):
10216         (__move_loop):
10217         renamed and used new function interface in args
10219         * fvwm/geometry.c (constrain_size):
10220         added XEvent *e argument to remove use of global "Event"; changed all
10221         callers
10223 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10225         * fvwm/stack.c (get_next_window_in_stack_ring):
10226         (get_prev_window_in_stack_ring):
10227         (get_transientfor_fvwmwindow):
10228         * fvwm/icons.c (SetMapStateProp):
10229         * fvwm/events.c (fake_map_unmap_notify):
10230         * fvwm/misc.c (IsRectangleOnThisPage):
10231         * fvwm/menus.c (menu_enter_tear_off_menu):
10232         (menu_close_tear_off_menu):
10233         * fvwm/icons.c (DrawIconWindow):
10234         * fvwm/focus.c:
10235         * fvwm/colormaps.c (InstallWindowColormaps):
10236         made FvwmWindow * arguments const in many functions
10238         * fvwm/menus.c (pop_menu_up):
10239         (pop_menu_down):
10240         (__mloop_do_menu):
10241         (__mloop_do_popup):
10242         (do_menu):
10243         (menu_enter_tear_off_menu):
10244         (__mloop_get_event):
10245         (__mloop_get_event_timeout_loop):
10246         (__mloop_do_menu):
10247         (__mloop_get_mi_actions):
10248         (is_double_click):
10249         * fvwm/events.c (HandleEnterNotify):
10250         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10251         (__move_window):
10252         (__move_loop):
10253         (__resize_step):
10254         (__resize_window):
10255         * fvwm/functions.c (DeferExecution):
10256         (__execute_function):
10257         * fvwm/windowlist.c (CMD_WindowList):
10258         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10259         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10260         (ExecuteModuleCommand):
10261         * fvwm/builtins.c (CMD_Wait):
10262         * fvwm/events.c (WaitForButtonsUp):
10263         (HandleShapeNotify):
10264         (HandleVisibilityNotify):
10265         (HandleUnmapNotify):
10266         (HandleSelectionRequest):
10267         (HandleReparentNotify):
10268         (HandlePropertyNotify):
10269         (HandleMotionNotify):
10270         (HandleMapRequestKeepRaised):
10271         (HandleMapRequest):
10272         (HandleMappingNotify):
10273         (HandleMapNotify):
10274         (HandleLeaveNotify):
10275         (HandleKeyPress):
10276         (HandleFocusOut):
10277         (HandleFocusIn):
10278         (HandleExpose):
10279         (HandleEnterNotify):
10280         (HandleDestroyNotify):
10281         (HandleColormapNotify):
10282         (HandleClientMessage):
10283         (HandleButtonRelease):
10284         (HandleButtonPress):
10285         (__handle_bpress_on_root):
10286         (__handle_bpress_action):
10287         (__handle_click_to_raise):
10288         (__handle_click_to_focus):
10289         (__is_bpress_window_handled):
10290         (__handle_focus_raise_click):
10291         don't use "Event", "Fw" and old_execute_function() anymore
10293         * fvwm/events.c (dispatch_event):
10294         removed preserve_tmpwin argument; changed all callers
10296         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10297         fixed random focus member of faked event
10299         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10300         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10301         (EWMH_ProcessPropertyNotify):
10302         * fvwm/move_resize.c (DisplaySize):
10303         (DisplayPosition):
10304         (position_geometry_window):
10305         * fvwm/geometry.c (get_window_borders):
10306         (get_window_borders_no_title):
10307         made args const
10309         * fvwm/events.c (dispatch_event):
10310         create event execution context
10311         (HandleClientMessage):
10312         removed useless local "button"
10313         (GetContext):
10314         don't fiddle with global Fw anymore; added argument to return context
10315         window; changed all callers
10317         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10318         * fvwm/move_resize.c (__resize_window):
10319         use new event handle interface
10321         * fvwm/events.c:
10322         * fvwm/eventhandler.h:
10323         new event handler interface
10325         * fvwm/functions.c (CMD_Plus):
10326         * fvwm/builtins.c (AddToDecor):
10327         (CMD_AddToDecor):
10328         (CMD_DestroyDecor):
10329         use F_CMD_ARGS in AddToDecor
10330         (CMD_StrokeFunc):
10331         removed useless check for realloc return value
10332         use new function interface
10333         fixed another memory leak
10335         * fvwm/builtins.c (__remove_window_decors):
10336         replace old_execute_function with execute_function
10338         * fvwm/add_window.c (setup_window_placement):
10339         * fvwm/placement.c (PlaceWindow):
10340         * fvwm/schedule.c (execute_obj_func):
10341         * fvwm/colorset.c (add_to_junk):
10342         use new function call interface
10344         * fvwm/fvwm.h (F_EXEC_ARGS):
10345         (F_PASS_EXEC_ARGS):
10346         removed now unused macros
10348         * fvwm/functions.c (CheckActionType):
10349         (cf_cleanup):
10350         (DeferExecution):
10351         (__execute_function):
10352         (__run_complex_function_items):
10353         (execute_complex_function):
10354         rewrote function call interface
10356         * fvwm/functions.c (__run_complex_function_items):
10357         new function split off from execute_complex_function
10359         * fvwm/externs.h:
10360         * fvwm/events.c:
10361         removed "Event" global
10363 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10365         * fvwm/fvwm.1.in: Language check.
10367 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10369         * fvwm/functions.c (old_execute_function):
10370         removed
10372         * fvwm/module_interface.c (do_execute_module):
10373         don't write module argument anymore; code claimed that writing 0 into
10374         *Module prevented WaitForButtonsUp from being called, but that was
10375         either a lie or a relic of the past
10377         * fvwm/fvwm.h (exec_func_args_type):
10378         removed type
10379         (F_CMD_ARGS):
10380         (F_PASS_ARGS):
10381         removed *Module argument
10383         * fvwm/functions.c (__execute_function):
10384         new interface
10386         * fvwm/functions.h (enum):
10387         added more function execution falgs
10389         * fvwm/fvwm.h:
10390         add exec_context_t *exc to builtin arguments
10392         * libs/FEvent.c (fev_copy_last_event):
10393         new function
10395         * fvwm/execcontext.h:
10396         * fvwm/execcontext.c:
10397         new files introducing the "exec_context_t" structure that shall replace
10398         the builtin command interface
10400         * fvwm/stack.c (__RaiseOrLowerWindow):
10401         (RaiseOrLowerWindow):
10402         (__restack_window):
10403         (mark_transient_subtree):
10404         (__sort_transient_ring):
10405         properly handle restacking of windows with more than one transient and
10406         multiple levels of transients at the same time
10407         (__RaiseOrLowerWindow):
10408         (RaiseOrLowerWindow):
10409         renamed function and added wrapper
10411         * fvwm/fvwm.h (FvwmWindow):
10412         added new scratch registers
10414 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10416         * configure.in:
10417         * Makefile.am:
10418         minor improvements in the new release procedure
10420 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10422         * fvwm/stack.c (RaiseOrLowerWindow):
10423         (__restack_window):
10424         (mark_transient_subtree):
10425         (must_move_transients):
10426         (is_on_top_of_layer_ignore_rom):
10427         handle restacking trees of transient windows; still does not work too
10428         well if a window has multiple transients at the same time
10430 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10432         * fvwm/stack.h:
10433         * fvwm/stack.c:
10434         restored versions from before 9th of September
10435         (RaiseOrLowerWindow):
10436         fixed StackTransientParent style without RaiseTransient or
10437         LowerTransient on transient_for window
10438         StackTransientParent works only on window in the same layer
10439         (mark_transient_subtree):
10440         fixed handling of window group hint w/ iconify
10441         (restack_windows):
10442         (RaiseOrLowerWindow):
10443         (new_layer):
10444         fixed flickering when overlapping transients aree lowered
10446         * fvwm/move_resize.c (__resize_window):
10447         * fvwm/colorset.c (add_to_junk):
10448         cleaned up event handling
10450         * fvwm/move_resize.c (__resize_window):
10451         renamed function and changed callers
10453         * fvwm/fvwm.h (F_PASS_ARGS):
10454         (F_CMD_ARGS):
10455         removed eventp command argument
10457         * fvwm/events.c (DispatchEvent):
10458         (dispatch_event):
10459         renamed function, added event argument and changed all callers
10461         * libs/FEvent.c (fev_fake_event):
10462         * libs/FEvent.c (fev_get_evtype__remove_me):
10463         new functions
10465         * fvwm/menus.c (menuShortcuts):
10466         (is_double_click):
10467         (pop_menu_up):
10468         (pop_menu_up):
10469         (pop_menu_down):
10470         (pop_menu_down):
10471         (__mloop_init):
10472         (__mloop_get_event_timeout_loop):
10473         (__mloop_get_event):
10474         (__mloop_do_popup):
10475         (__mloop_do_popup):
10476         (do_menu):
10477         * fvwm/builtins.c (CMD_FakeClick):
10478         * fvwm/functions.c (CheckActionType):
10479         (CheckActionType):
10480         * fvwm/focus.c (__try_program_focus):
10481         (__try_program_focus):
10482         * fvwm/icccm2.c (SetupICCCM2):
10483         * fvwm/virtual.c (HandlePaging):
10484         * fvwm/module_interface.c (make_vpacket):
10485         (make_new_vpacket):
10486         * fvwm/schedule.c (squeue_get_next_ms):
10487         (squeue_get_next_ms):
10488         (CMD_Schedule):
10489         * fvwm/stack.c (BroadcastRestack):
10490         * fvwm/move_resize.c (resize_window):
10491         (moveLoop):
10492         * libs/FEvent.c (fev_get_evtime):
10493         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10495         * fvwm/events.c (HandleEnterNotify):
10496         (DispatchEvent):
10497         (My_XNextEvent):
10498         (discard_events):
10499         (discard_window_events):
10500         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10501         (moveLoop):
10502         (resize_window):
10503         * fvwm/menus.c (__mloop_get_event):
10504         * fvwm/virtual.c (HandlePaging):
10505         (MoveViewport):
10506         * fvwm/functions.c (DeferExecution):
10507         (CheckActionType):
10508         * fvwm/misc.c (get_server_time):
10509         * fvwm/builtins.c (CMD_StrokeFunc):
10510         * fvwm/menus.c (pop_menu_up):
10511         (pop_menu_down):
10512         (__mloop_init):
10513         * libs/FEvent.c (fev_update_last_timestamp):
10514         removed StashEventTime function; handle this directly in FEvent.c
10516         * fvwm/module_interface.c (ExecuteModuleCommand):
10517         * fvwm/misc.c (Keyboard_shortcuts):
10518         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10519         * fvwm/events.c (handle_all_expose):
10520         (dispatch_event):
10521         (HandleEvents):
10522         (HandleKeyPress):
10523         don't use Event global anymore
10525         * fvwm/bindings.c (activate_binding):
10526         fixed key bindings on window corners
10528         * libs/fvwmlib.h (C_DECOR):
10529         context including all parts of the decorations
10531 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10533         * libs/FEvent.h:
10534         fixed compilation warning in #endif comment
10536         * fvwm/borders.c:
10537         removed debug fprintf
10539         * acconfig.h:
10540         * configure.in:
10541         * fvwm/fvwm.c:
10542         * fvwm/fvwm.1:
10543         another solution for reporting the cvs status
10545 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10547         * configure.in (LIBOBJS):
10548         * acinclude.m4 (smr_SWITCH):
10549         fix for autoconf 2.53
10551         * fvwm/*.[ch]:
10552         removed unnecessary includes
10554         * fvwm/Makefile.am (fvwm_SOURCES):
10555         * fvwm/events.h:
10556         * fvwm/eventmasks.h:
10557         * fvwm/eventhandlers.h:
10558         new files split from events.h
10560         * fvwm/icccm2.c (HandleSelectionRequest):
10561         (HandleSelectionClear):
10562         * fvwm/colormaps.c (HandleColormapNotify):
10563         * fvwm/menus.c (menu_tear_off):
10564         * fvwm/move_resize.c (resize_window):
10565         * fvwm/events.c:
10566         * fvwm/events.h:
10567         new argument avh_args_t to the event handler functions; still unused
10568         moved all event handlers to events.c
10569         remove now unnecessary includes in some files
10571         * fvwm/icccm2.c (HandleSelectionRequest):
10572         re-indented file
10574         * **/*.c:
10575         use replacements for X event functions everywhere
10577 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10579         * fvwm/defaults.h:
10580         * fvwm/screen.h:
10581         * fvwm/borders.c (border_flags_to_button_state):
10582         (CMD_ButtonState):
10583         * fvwm/builtins.c (ReadTitleButton):
10584         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10585         * fvwm/fvwm.c (InitVariables):
10586         Imlemented new title and button states InactiveUp and InactiveDown,
10587         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10588         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10589         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10591         * fvwm/fvwm.c:
10592         reformat license info in -version to be 3 lines and one empty line
10593         instead of 5 non-empty lines, for readability
10595 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10597         * libs/FEvent.c:
10598         * libs/FEvent.h:
10599         * libs/Makefile.am:
10600         new files
10602         * fvwm/stack.c (__raise_or_lower_recursion):
10603         (RaiseOrLowerWindow):
10604         split into two functions
10605         renamed to __raise_or_lower_window
10606         (mark_transient_subtree):
10607         new flag MARK_CLEAR
10608         (position_new_window_in_stack_ring):
10609         (RaiseWindow):
10610         (LowerWindow):
10611         cleaned up stacking code
10613         * fvwm/menus.c (paint_menu):
10614         fixed a minor drawing problem with menu item reliefs
10616 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10618         * fvwm/move_resize.c (InteractiveMove):
10619         removed eventp from interface
10620         changed all callers
10622         * fvwm/menucmd.c (menu_func):
10623         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10624         * fvwm/windowlist.c (CMD_WindowList):
10625         * fvwm/read.c (run_command_file):
10626         (run_command_stream):
10627         * fvwm/focus.c (warp_to_fvwm_window):
10628         * libs/Event.c (GetSubwindowFromEvent):
10629         * fvwm/events.c (GetContext):
10630         * libs/Pointer.c (GetLocationFromEventOrQuery):
10631         * fvwm/builtins.c (CMD_StrokeFunc):
10632         (CMD_StrokeFunc):
10633         * fvwm/events.c (StashEventTime):
10634         * fvwm/move_resize.c (InteractiveMove):
10635         * fvwm/functions.c (DeferExecution):
10636         (old_execute_function):
10637         * fvwm/fvwm.h (F_CMD_ARGS):
10638         (F_EXEC_ARGS):
10639         make eventp argument const to ease clean up work
10641         * fvwm/windowlist.c (CMD_WindowList):
10642         * fvwm/move_resize.c (InteractiveMove):
10643         * fvwm/menucmd.c (menu_func):
10644         * fvwm/icons.c (CMD_Iconify):
10645         always query pointer position in case a script modified the position
10646         in the input event
10648         * fvwm/focus.c (SetPointerEventPosition):
10649         removed function since it modifies the global event variable
10651         * fvwm/functable.c (func_table):
10652         added cursor and event type members fo DeferExecution call
10653         * fvwm/functions.c (DeferExecution):
10654         made static, call from inside functions.c only
10655         removed calls everywhere
10657         * fvwm/builtins.c (CMD_StrokeFunc):
10658         fixed memory leak
10660         * fvwm/virtual.c (HandlePaging):
10661         (MoveViewport):
10662         don't use global "Event" anymore
10663         (HandlePaging):
10664         pass in event structure through arguments
10665         changed all callers
10667 2002-09-02  olicha  <olivier.chapuis@free.fr>
10669         * libs/Colorset.c (*):
10670         * libs/Colorset.h:
10671         * libs/colorset.c (parse_colorset):
10672         * libs/PictureGraphics.c (PGrabXImage):
10673         (PCreateRenderPixmap):sx
10674         (PGraphicsCreateTransprency):
10675         * libs/PictureGraphics.h:
10676         An experimental implementation of ParentalRelative tinted background
10678         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10679         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10680         (PImageLoadPng):
10681         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10682         * libs/FRenderInit.c (FRenderInit):
10683         (FRenderGetAlphaDepth):
10684         * libs/FRenderInit.h:
10685         Fixed alpha blending for xserver without depth 8 pixmap
10686         (maybe a tmp fix)
10688         * fvwm/fvwm.1.in
10689         typo
10691 2002-09-01  olicha  <olivier.chapuis@free.fr>
10693         * NEWS:
10694         Colorset and alpha blending news
10696 2002-08-31  olicha  <olivier.chapuis@free.fr>
10698         * libs/Ficonv.c (convert_charsets):
10699         Fixed compilation on systems that do not have EILSEQ
10701 2002-08-30  olicha  <olivier.chapuis@free.fr>
10703         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10704         Fixed compilation of certain modules
10706         * fvwm/borders.c (border_render_into_pixmap):
10707         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10708         * libs/PictureGraphics.h:
10709         * libs/Graphics.c (CreateStretchPixmap):
10710         (CreateStretchYPixmap):
10711         (CreateStretchXPixmap):
10712         Progress with masks in multipixmap title
10714         * libs/PictureGraphics.c (PCopyArea):
10715         (PTileRectangle):
10716         (PCreateRenderPixmap):
10717         * fvwm/borders.c (border_fill_pixmap_background):
10718         Some drawing fixes
10720         * fvwm/icons.c (DrawIconWindow):
10721         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10722         Fixed the shape mask of ewmh icons and icons with some alpha
10724 2002-08-30  olicha  <olivier.chapuis@free.fr>
10726         * libs/PictureGraphics.c (PCreateRenderPixmap):
10727         (PGrabImageErrorHandler):
10728         (PGraphicsCopyPixmaps):
10729         (PGraphicsCopyFvwmPicture):
10730         (PGraphicsTileRectangle):
10731         (PGraphicsRenderPixmaps):
10732         (PGraphicsRenderPicture):
10733         * libs/PictureGraphics.h:
10734         * libs/PictureBase.h:
10735         Replaced PGraphicsTileRectangle with a more powerful function,
10736         PCreateRenderPixmap, which performs *full* XRender simulation.
10737         So alpha blending is now supported even without Xrender support.
10738         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10739         for direct rendering with tint and alpha channel.
10741         * libs/FRender.c (FRenderVisualInit):
10742         (FRenderCopyArea):
10743         (FRenderTintRectangle):
10744         (FRenderRender):
10745         * libs/FRenderInterface.h:
10746         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10747         and more powerfull function FRenderRender
10749         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10750         (PImageLoadPng):
10751         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10752         Load the alpha even without Xrender support
10754         * libs/Colorset.h:
10755         * fvwm/colorset.c (parse_pixmap_tint):
10756         (parse_colorset):
10757         (alloc_colorset):
10758         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10759         or obsolete TintMask) also tints gradients and the tint is applied
10760         only to the pixmap not the bg color. The average bg is computed from
10761         the "original" pixmap and not the tinted one, bgTint should be used
10762         to get a real average bg in the case the pixmap is tinted
10764         * fvwm/icons.c (DrawIconWindow):
10765         (CreateIconWindow):
10766         * fvwm/menuitem.c (menuitem_paint):
10767         * fvwm/menus.c (paint_side_pic):
10768         * fvwm/borders.c (border_get_border_background):
10769         (border_draw_decor_to_pixmap):
10770         (border_fill_pixmap_background):
10771         * fvwm/events.c (HandlePropertyNotify):
10772         Picture rendering use the new PGraphicsRenderPixmaps and
10773         PGraphicsRenderPicture libs functions. Respect new colorset options
10775         * fvwm/colorset.c (parse_colorset):
10776         (alloc_colorset):
10777         (CMD_ReadWriteColors):
10778         * fvwm/fvwm.1.in:
10779         Removed the read write colorset codes
10781         * libs/Graphics.c (CalculateGradientDimensions):
10782         Fixed the size of dithered H and V gradients
10784         * libs/PictureUtils.c (*):
10785         * libs/PictureUtils.h:
10786         Some cleanup
10788 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10790         * fvwm/menus.c (paint_menu_gradient_background):
10791         fixed drawing of SidePic menu background when not using SideColor
10793 2002-08-28  Hippo
10794         * FvwmIconBox/icons.c:
10795         Fixed core dump
10797 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10799         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10801 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10803         * configure.in:
10804         fixed --disable-ewmh
10806         * libs/Picture.c:
10807         * libs/Picture.h:
10808         added const to some prototypes
10810 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10812         * fvwm/menus.c (MenuInteraction):
10813         (__menu_loop):
10814         renamed MenuInteraction to __menu_loop
10816         * fvwm/menus.c (pop_menu_up):
10817         (do_menu):
10818         (MenuInteraction):
10819         removed pdo_warp_to_title argument of pop_menu_up and changed all
10820         callers; logic is now in last_saved_position_hints
10821         (__menu_get_next_event_timeout_loop):
10822         began to split MenuInteraction into several sub functions
10823         go away, evil "goto"!
10825         * fvwm/style.c (style_parse_one_style_option):
10826         all boolean styles - and *only* boolean styles, can be prefixed with a
10827         '!' to invert their meaning
10828         (style_parse_button_style):
10829         moved Button and NoButton styles to separate function
10831         * configure.in:
10832         * NEWS:
10833         updated for 2.5.4-devel
10835         * configure.in:
10836         2.5.3 was released
10838         * configure.in:
10839         * NEWS:
10840         updated for 2.5.3
10842         * fvwm/menuitem.h (struct):
10843         * fvwm/menus.c (paint_menu_gradient_background):
10844         (paint_menu_pixmap_background):
10845         (paint_menu):
10846         (clear_expose_menu_area):
10847         fixed TiledPixmap menu background drawing bug
10848         sorted function in file and removed forward declarations
10850 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10852         * fvwm/Makefile.am (LDADD):
10853         put -lfvwm at front of library list
10855         * fvwm/windowlist.c (CMD_WindowList):
10856         print window's page instead of current page in windowlist
10858 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10860         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10861         Fix for Experimental RaiseOverUnmanaged Handling.
10863 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10865         * fvwm/focus.h:
10866         * fvwm/stack.h:
10867         New defs for Experimental RaiseOverUnmanaged Handling.
10869         * fvwm/events.c (HandleEnterNotify):
10870         * fvwm/focus.c:
10871         (set_focus_to_fwin)
10872         (focus_query_grab_buttons)
10873         (_focus_grab_buttons)
10874         (focus_grab_buttons)
10875         (focus_grab_buttons_client_entered)
10876         (_SetFocusWindow)
10877         (__activate_window_by_command)
10878         (_ReturnFocusWindow)
10879         (_DeleteFocus)
10880         (_ForceDeleteFocus)
10881         * fvwm/stack.c:
10882         (raise_over_unmanaged)
10883         (is_above_unmanaged)
10884         (_is_on_top_of_layer)
10885         (is_on_top_of_layer)
10886         (is_on_top_of_layer_and_above_unmanaged)
10887         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10888         interaction of RaiseOverUnmanaged with various focus policies,
10889         particularly mouse focus + client click raises; issue mouse
10890         button grabs when and only when they are actually needed; and
10891         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10892         (Thanks to the GFPR, this is much more straightforward to do!)
10894 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10896         * fvwm/fvwm.1.in:
10897         added a paragraph about scripting and complex functions.
10899         * fvwm/style.c (style_parse_one_style_option):
10900         fixed flag_mask and change_mask of TitleAt... styles that broke left
10901         and bottom titles
10903 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10905         * fvwm/fvwm.1.in:
10906         describe new focus policy styles
10908 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10910         * fvwm/style.c (merge_styles):
10911         fixed applying style updates immediately
10913         * fvwm/geometry.c (constrain_size):
10914         fixed font resizing of maximized windows
10916         * fvwm/window_flags.h:
10917         * fvwm/fvwm.h (has_new_wm_normal_hints):
10918         new window flags
10920         * fvwm/events.c (HandleEnterNotify):
10921         fixed UngrabNotify returning focus to just unfocused window
10922         * fvwm/focus.h:
10923         added debug code
10925         * fvwm/style.c (merge_styles):
10926         (free_style_mask):
10927         (__simplify_style_list):
10928         fixed default style calculations
10930         * fvwm/events.c (HandleConfigureRequest):
10931         disabled debug output
10933         * fvwm/style.c (merge_styles):
10934         * fvwm/fvwm.h (window_style):
10935         new style member default_mask to allow two levels of defaults;
10936         fixes focus policy defaults
10937         * fvwm/style.h:
10938         rewrote many of the macros; changed all callers
10940         * fvwm/borders.c (RenderIntoPixmap):
10941         (DrawMultiPixmapTitlebar):
10942         (border_render_into_pixmap):
10943         (border_draw_multi_pixmap_titlebar):
10944         applied Suzanne Skinner's multi pixmap titles fix
10945         renamed functions and changed all callers
10947         * libs/FScreen.c (FScreenGetScrRect):
10948         (FindScreen):
10949         (FScreenGetScrId):
10950         new utility functions
10952         * fvwm/windowlist.c (CMD_WindowList):
10953         new option MaxLabelWidth for the WIndowList command based on patch by
10954         Maxim F. Ischenko
10955         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10956         WindowList command.
10958         * fvwm/events.c (HandleConfigureRequest):
10959         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10960         seems to work without problems
10962 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10964         * fvwm/style.c (merge_styles):
10965         fixed style defaults getting stuck to on once set
10967         * configure.in:
10968         fixed a number of non portable uses of the "test" command and unified
10969         the used syntax of all calls to reduce chance of copy-and-paste
10970         problems
10972 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10974         * configure.in:
10975         * fvwm/fvwm.1.in:
10976         minor typos and improvements;
10977         better string quotings and detection of fribidi for autoconf-2.53
10979         * fvwm/Makefile.am:
10980         don't include *.in in EXTRA_DIST, they are auto-included
10982 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10984         * fvwm/events.c (HandleConfigureRequest):
10985         (HandlePropertyNotify):
10986         (is_resizing_event_pending):
10987         fixed uninitialised return code of test_resizing_event
10989 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10991         * fvwm/decorations.c (SelectDecor):
10992         * fvwm/style.h:
10993         * fvwm/window_flags.h:
10994         * fvwm/fvwm.h:
10995         moved common.s.has_no_border window flag to common.has_no_border to
10996         fix windows getting stuck without a border once the HandleWidth or
10997         BorderWidth was set to 0 and then increased again
10999         * fvwm/fvwm.1.in:
11000         removed reference to BUGS and TODO
11002         * configure.in:
11003         moved a lot of constant definitions to configure.in; the fvwm.lsm and
11004         fvwm.1 files don't have to be updated for a release anymore; the release
11005         number and date are set by configure
11007         * fvwm/fvwm.c (setVersionInfo):
11008         fixed output of "fvwm -version"
11010 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11012         * fvwm/style.c (style_parse_one_style_option):
11013         Old focus styles override less of the behaviour specified with the
11014         FP... styles; use defaults instead without setting the mask
11015         (style_parse_one_style_option):
11016         removed the styles MouseFocusClickIgnoreMotion and
11017         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
11018         instead
11019         (style_parse_one_style_option):
11020         ClickToFocusRaises now works only on the client window, not on the
11021         decorations
11022         (style_parse_one_style_option):
11023         fixed FocusFollowsMouse style
11024         (style_set_old_focus_policy):
11025         moved old default focus settings to a separate function, simplified code
11027 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
11029         * fvwm/fvwm.1: Add hot-spot is an offset information,
11030         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
11031         the xpm docs).
11033 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11035         * fvwm/style.c (style_parse_focus_policy_style):
11036         fixed parsing of FPFocusClickButtons and FocusClickModifiers
11038         * libs/Makefile.am:
11039         added missing files
11041         * fvwm/events.c (HandleConfigureRequest):
11042         fixed ConfigureRequest race condition
11044 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11046         * configure.in:
11047         quote environment variables
11049 2002-08-13  olicha  <olivier.chapuis@free.fr>
11051         * NEWS:
11052         Color limit and dithering news
11054         * fvwm/fvwm.1:
11055         Added a minimal doc for the -color-limit option
11057         * fvwm/builtins.c (CMD_ColorLimit):
11058         ColorLimit is obsolete
11060         * fvwm/builtins.c (ReadDecorFace):
11061         * libs/PictureUtils.c (my_dither_depth_15_16_init):
11062         (PictureAllocColorAllProp):
11063         Implemented dithering for depth 16 and 15. This is off by default
11064         in colorset (use the dither colorset option) and on by default
11065         for window title gradient. Gradient are visibly more smooth.
11067         * libs/PictureUtils.c (*):
11068         Some cleanup
11070 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
11072         * fvwm/fvwm.1:
11073         corrected the pixmap cursor description, added an example
11075 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11077         * fvwm/menus.c (select_menu_item):
11078         (paint_menu_gradient_background):
11079         fixed a redrawing problem with H/Vgradient menu faces
11080         (MenuInteraction):
11081         fixed a minor problem w/ entering submenus via keyboard
11083 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11085         * fvwm/move_resize.c (CMD_ResizeMove):
11086         (CMD_Resize):
11087         (CMD_Maximize):
11088         (CMD_ResizeMaximize):
11089         (CMD_ResizeMoveMaximize):
11090         commands can be used on iconified windows again
11092         * ONEWS:
11093         * NEWS:
11094         moved pre-2.2 NEWS to ONEWS
11096         * libs/strdup.c:
11097         * libs/safemalloc.c:
11098         * libs/envvar.c:
11099         * libs/alloca.c:
11100         * libs/Target.c:
11101         * libs/Parse.c:
11102         * libs/Bindings.c:
11103         * fvwm/menustyle.c:
11104         * fvwm/menus.c:
11105         * fvwm/menuitem.c:
11106         * fvwm/menucmd.c:
11107         * fvwm/frame.c:
11108         * fvwm/events.c:
11109         * fvwm/borders.c:
11110         let config.h include strinh.h or strings.h
11112         * fvwm/style.c (style_parse_one_style_option):
11113         (style_parse_one_style_option):
11114         fixed icon box crash
11116         * fvwm/bindings.c (update_nr_buttons):
11117         fixed extra buttons on window decorations
11119         * fvwm/style.c (style_parse_one_style_option):
11120         fixed parsing of the FP... and !FP... styles
11122 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
11124         * fvwm/style.c (style_parse_one_style_option):
11125         Fixed a typo so that ClickToFocusRaisesOff actually turns
11126         the option off instead of on.
11128 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11130         * fvwm/focus.c (focus_grab_buttons):
11131         only grab necessary buttons on the client window
11133 2002-08-11  olicha  <olivier.chapuis@free.fr>
11135         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11136         Removed some debug code
11138         * fvwm/fvwm.c (main):
11139         (usage):
11140         Added -color-limit to fvwm usage
11142 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11144         * fvwm/style.c (style_parse_one_style_option):
11145         (style_parse_focus_policy_style):
11146         added style options "FP..." to control focus policy
11147         removed OverrideGrabFocus and AllowGrabFocus styles
11149         * fvwm/style.c (merge_styles):
11150         fixed style defaults != 0
11152         * fvwm/focus.c (__restore_focus_after_unmap):
11153         fixed a bug w/ reverting the focus from transients to the parent
11155         * fvwm/ewmh.c (ewmh_HandleDesktop):
11156         * fvwm/style.c (style_parse_one_style_option):
11157         fixed defaults for various focus styles
11159         * NEWS:
11160         updated for 2.4.9
11162         * fvwm/frame.c (frame_mrs_resize_move_windows):
11163         backed out anti-flicker patch that slowed down command processing
11165         * fvwm/bindings.c (update_nr_buttons):
11166         (ParseBinding):
11167         fixed sluggish processing of mouse bindings
11169         * fvwm/events.c (__handle_bpress_action):
11170         fixed drawing of pressed decorations w/o bindings
11172         * fvwm/frame.c (frame_move_resize):
11173         removed debug code that broke focus handling
11175         * fvwm/style.c (style_parse_one_style_option):
11176         fixed passing the focus click to the app by default
11178         * fvwm/events.c (__handle_click_to_focus):
11179         * fvwm/focus.c (set_focus_to_fwin):
11180         (__set_focus_to_fwin):
11181         removed drawing code that broke as many places as it fixed; plus it
11182         cause unnecessary redraws
11184         * fvwm/events.c (HandleConfigureRequest):
11185         send a synthetical ConfigureNotify if an application is not granted its
11186         wishes from a ConfigureRequest; this is necessary for FixedPPosition
11187         and FixedPSize to work properly; also to be ICCCM compliant
11188         always force border_width 0 in these events
11189         in the experimental cr merging code, send a number of cn events equal
11190         to the number of merged events
11192         * libs/Parse.c:
11193         * fvwm/style.c:
11194         reformatted
11196         * fvwm/style.c (style_parse_focus_policy_style):
11197         (style_parse_icon_size_style):
11198         (style_parse_icon_box_style):
11199         (style_parse_icon_grid_style):
11200         (style_parse_icon_fill_style):
11201         (style_parse_one_style_option):
11202         (parse_and_set_window_style):
11203         split into separate functions
11204         (style_parse_one_style_option):
11205         simplified and cleaned up
11207         * fvwm/events.h:
11208         * fvwm/decorations.c:
11209         * fvwm/cursor.h:
11210         * fvwm/cursor.c:
11211         * fvwm/conditional.h:
11212         * fvwm/conditional.c:
11213         * fvwm/colorset.h:
11214         * fvwm/colors.h:
11215         * fvwm/colors.c:
11216         * fvwm/colormaps.c:
11217         * fvwm/bindings.h:
11218         * fvwm/bindings.c:
11219         reformatted and cleaned up
11221 2002-08-11  olicha  <olivier.chapuis@free.fr>
11223         * libs/PictureUtils.c (*):
11224         * libs/PictureUtils.h:
11225         * libs/PictureDitherMatrice.h (new file):
11226         * libs/PictureImageLoader.c (*):
11227         * libs/PictureImageLoader.h:
11228         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
11229         (PCreateDitherPixmap):
11230         (PCreateTintedPixmap):
11231         * libs/PictureGraphics.h:
11232         * libs/PictureBase.c (PictureInitCMap):
11233         * libs/PictureBase.h:
11234         * libs/Picture.c (*):
11235         * libs/Picture.h:
11236         * libs/Fxpm.h:
11237         * libs/Colorset.c (DumpColorset):
11238         (LoadColorset):
11239         * libs/Colorset.h:
11240         * libs/Graphics.c (all gradient functions):
11241         * libs/fvwmlib.h:
11242         * fvwm/screen.h:
11243         * fvwm/move_resize.c (CMD_XorPixmap):
11244         * fvwm/colors.c (FreeColors):
11245         * fvwm/builtins.c (CMD_DefaultColors):
11246         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11247         * fvwm/builtins.c (FreeDecorFace):
11248         (ReadDecorFace):
11249         * fvwm/menus.c (pop_menu_down):
11250         (paint_menu_gradient_background):
11251         (scanForPixmap):
11252         * fvwm/menus.h:
11253         * fvwm/menustyle.c (menustyle_free_face):
11254         (menustyle_parse_face):
11255         (menustyle_free):
11256         (menustyle_update):
11257         (menustyle_parse_style):
11258         (CMD_CopyMenuStyle):
11259         * fvwm/menustyle.h:
11260         * fvwm/icons.c (GetIconFromFile):
11261         * fvwm/builtins.c (ReadMultiPixmapDecor):
11262         (ReadDecorFace):
11263         * fvwm/borders.c (border_draw_decor_to_pixmap):
11264         * fvwm/add_window.c (setup_mini_icon):
11265         * fvwm/fvwm.c (main):
11266         * fvwm/colorset.c (free_colorset_background):
11267         (parse_pixmap):
11268         (parse_shape):
11269         (parse_colorset):
11270         New color limit method and implement dithering in depth <= 8.
11271         Added a "fvwm picture attributes" structure for loading image.
11272         Some colors leaks fix. Add some (weak) color leaks. New option
11273         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11274         alpha in colorset.
11276 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11278         * libs/Flocale.c (FlocaleRotateDrawString):
11279         fixed a crash
11281 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11283         * fvwm/style.c (parse_and_set_window_style):
11284         fixed the default for passing the click-to-raise click for mousey
11285         focus
11287         * fvwm/events.c (__handle_click_to_focus):
11288         removed redundant code
11289         (WaitForButtonsUp):
11290         fixed sluggish motion event handling when waiting for buttons to be
11291         released
11293         * fvwm/focus.c (__set_focus_to_fwin):
11294         (set_focus_to_fwin):
11295         fixed redrawing the border w/ mousey focus when the window was entered,
11296         then the border was clicked before the FocusIn event arrived
11298         * fvwm/events.c (__handle_bpress_on_managed):
11299         * fvwm/style.c (parse_and_set_window_style):
11300         fixed some small focus problems
11302         * fvwm/fvwm.c:
11303         reformatted and cleaned up
11305         * fvwm/fvwm.1:
11306         formatting fixes
11308         * fvwm/focus.c (focus_query_click_to_raise):
11309         (focus_query_click_to_focus):
11310         * fvwm/style.c (parse_and_set_window_style):
11311         * fvwm/events.c (__test_for_motion):
11312         (__check_click_to_focus_or_raise):
11313         (__handle_focus_raise_click):
11314         (__is_bpress_window_handled):
11315         (__handle_click_to_focus):
11316         (__handle_click_to_raise):
11317         (__handle_bpress_stroke):
11318         (__handle_bpress_action):
11319         (__handle_bpress_on_root):
11320         (__handle_bpress_on_unmanaged):
11321         (__handle_bpress_on_managed):
11322         (HandleButtonPress):
11323         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11324         of the new focus code; only the parsing for the new styles is missing
11326         * fvwm/virtual.c (is_pan_frame):
11327         new function
11329 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11331         * fvwm/add_window.c (AddWindow):
11332         fixed compile error
11334         * fvwm/events.c (__handle_focus_raise_click):
11335         (HandleButtonPress):
11336         clean up
11338         * fvwm/events.c (__handle_focus_raise_click):
11339         * fvwm/fvwm.h (struct):
11340         * fvwm/style.c (check_window_style_change):
11341         (parse_and_set_window_style):
11342         * fvwm/session.c (MatchWinToSM):
11343         * fvwm/window_flags.h:
11344         eliminated parts of the old focus code
11346         * fvwm/focus.c (__set_focus_to_fwin):
11347         (set_focus_to_fwin):
11348         * fvwm/fvwm.c (InitVariables):
11349         * fvwm/add_window.c (destroy_window):
11350         * fvwm/events.c (__handle_focus_raise_click):
11351         * fvwm/screen.h (ScreenInfo):
11352         eliminated Scr.Ungrabbed global
11354         * fvwm/update.c (apply_window_updates):
11355         (flush_window_updates):
11356         * fvwm/icons.c (DeIconify):
11357         (Iconify):
11358         * fvwm/move_resize.c (CMD_Maximize):
11359         (__move_window):
11360         (handle_stick):
11361         * fvwm/frame.c (frame_free_move_resize_args):
11362         (__frame_setup_window):
11363         * fvwm/virtual.c (do_move_window_to_desk):
11364         (CMD_GotoDeskAndPage):
11365         (goto_desk):
11366         (MoveViewport):
11367         * fvwm/stack.c (LowerWindow):
11368         * fvwm/events.c (HandleMapNotify):
11369         (HandleVisibilityNotify):
11370         (DispatchEvent):
11371         (HandleFocusIn):
11372         (__handle_focus_raise_click):
11373         (HandleEnterNotify):
11374         (HandleMapRequestKeepRaised):
11375         * fvwm/add_window.c (setup_key_and_button_grabs):
11376         (setup_focus_policy):
11377         (destroy_window):
11378         * fvwm/focus.c (__try_other_screen_focus):
11379         (__set_focus_to_fwin):
11380         (set_focus_to_fwin):
11381         (focus_grab_buttons_on_pointer_window):
11382         (focus_grab_buttons_on_layer):
11383         (focus_grab_buttons_new):
11384         cleaned up focus grab handling.
11386         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11387         clean up
11389 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11391         * fvwm/add_window.c (setup_window_structure):
11392         (AddWindow):
11393         discarded unused return code
11395         * fvwm/focus.c (focus_grab_buttons):
11396         split into two fucntions and fixed a bug with ungrabbing buttons
11398         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11399         * fvwm/style.c (parse_and_set_window_style):
11400         * fvwm/icons.c (DeIconify):
11401         (DeIconify):
11402         * fvwm/events.c (HandleButtonPress):
11403         (HandleEnterNotify):
11404         (HandleLeaveNotify):
11405         (HandleMapNotify):
11406         (HandleMapRequestKeepRaised):
11407         * fvwm/add_window.c (CaptureAllWindows):
11408         * fvwm/virtual.c (UnmapDesk):
11409         (MapDesk):
11410         (do_move_window_to_desk):
11411         * fvwm/update.c (flush_window_updates):
11412         * fvwm/focus.c (set_focus_model):
11413         (DeleteFocus):
11414         (__restore_focus_after_unmap):
11415         much more GFPR work; these patches may break lots of things
11417         * fvwm/focus.c (set_focus_to_fwin):
11418         (__activate_window_by_command):
11419         (SetFocusWindow):
11420         (ReturnFocusWindow):
11421         (DeleteFocus):
11422         (ForceDeleteFocus):
11423         renamed MoveFocus to set_focus_to_fwin
11425 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11427         * libs/Fft.c (FftDrawString):
11428         removed redudant and buggy code that called DrawStringFunc before
11429         this pointer gets initialized
11431         * fvwm/focus.c (focus_query_click_to_raise):
11432         fixed possibly-uninitialized variable warning
11434         * fvwm/Makefile.am:
11435         specify stroke includes before Xft includes, may improve some cases
11437 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11439         * configure.in:
11440         fixed sys/time.h detection
11442         * fvwm/events.c (HandleMappingNotify):
11443         * libs/Bindings.c (AddBinding):
11444         added MappingNotify event handler
11446         * fvwm/events.c (HandleMapRequest):
11447         removed debug code
11449         * fvwm/events.c (InitEventHandlerJumpTable):
11450         another attempt at handling "unknown" modifiers in key bindings
11452 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11454         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11455         * fvwm/add_window.c (destroy_window):
11456         * fvwm/focus.c (focus_grab_buttons):
11457         fixed core dump
11459 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11461         * fvwm/focus.c (focus_force_refresh_focus):
11462         * fvwm/events.c (HandleEnterNotify):
11463         (HandlePropertyNotify):
11464         (HandleButtonPress):
11465         * fvwm/icons.c (DeIconify):
11466         * fvwm/virtual.c (MapDesk):
11467         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11468         * fvwm/update.c (apply_window_updates):
11469         * fvwm/module_interface.c:
11470         * fvwm/conditional.c (MatchesConditionMask):
11471         more GFPR work
11473         * fvwm/icons.c (Iconify):
11474         removed "#if 0"ed code
11476         * fvwm/module_interface.c:
11477         disabled the old ConfigureWindow module interface
11479         * vms/vms.c:
11480         * libs/fvwmsignal.h:
11481         * libs/Picture.c:
11482         * fvwm/ewmh_intern.h:
11483         * fvwm/events.c:
11484         * fvwm/module_interface.c:
11485         * fvwm/misc.c:
11486         use ftime.h
11488         * libs/ftime.h:
11489         new file to encapsulate time.h and sys/time.h inclusion
11491         * fvwm/stack.c:
11492         re-indented
11493         (mark_transient_subtree):
11494         (__mark_group_member):
11495         cleaned up and split into two functions
11497         * fvwm/focus.c (CMD_Focus):
11498         (CMD_FlipFocus):
11499         * fvwm/icons.c (DeIconify):
11500         clean up
11501         (FocusOn)
11502         (__activate_window_by_command):
11503         renamed function
11505         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11506         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11507         * fvwm/style.c (parse_and_set_window_style):
11508         (parse_and_set_window_style):
11509         began implementing new focus control styles
11511         * fvwm/focus.c (DoSetFocus):
11512         (__restore_focus_after_unmap):
11513         (MoveFocus):
11514         (refresh_focus):
11515         more GFPR work
11516         (DoSetFocus):
11517         (__set_focus_to_fwin):
11518         function renamed
11520         * fvwm/conditional.c (MatchesConditionMask):
11521         * fvwm/focus.c (focus_query_open_grab_focus):
11522         (focus_query_close_restore_focus):
11523         (focus_does_accept_input_focus):
11524         (MoveFocus):
11525         * fvwm/events.c (HandleUnmapNotify):
11526         (HandleEnterNotify):
11527         (HandleMapNotify):
11528         (HandleMapRequestKeepRaised):
11529         renamed some functions
11531         * libs/defaults.h:
11532         * fvwm/focus_policy.c:
11533         * fvwm/focus_policy.h:
11534         prepared some future focus policy flags
11536         * configure.in:
11537         enable error message when png or xpm test compilation fails
11539         * fvwm/style.h:
11540         * fvwm/window_flags.h:
11541         * fvwm/ewmh.c (ewmh_HandleDesktop):
11542         * fvwm/style.c (parse_and_set_window_style):
11543         (check_window_style_change):
11544         * fvwm/events.c (HandleButtonPress):
11545         (HandleVisibilityNotify):
11546         began GFPR migration of *raises* focus policy flags
11548         * fvwm/focus.c (focus_is_focusd):
11549         new function
11551         * libs/Bindings.c (AddBinding):
11552         fixed handling of "unknown" modifiers in key bindings
11554         * fvwm/focus.c (focus_grab_buttons):
11555         (focus_query_grab_buttons):
11556         moved focus policy code into separate function
11558 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11560         * Makefile.am:
11561         DESTDIR fix
11563 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11565         * fvwm/style.c (parse_and_set_window_style):
11566         * fvwm/focus.c (focus_query_grab_focus):
11567         * fvwm/events.c (HandleMapNotify):
11568         (HandlePropertyNotify):
11569         * fvwm/focus_policy.c (fpol_init_default_fp):
11570         * libs/defaults.h:
11571         new styles OverrideGrabFocus and AllowGrabFocus
11572         cleaned up focus grabbing code and moved to focus.c
11574 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11576         * fvwm/focus.c (CMD_WarpToWindow):
11577         fixed negative arguments for unmanaged windows
11579         * fvwm/conditional.c (CMD_Direction):
11580         use PeekToken instead of GetNextToken
11581         cleaned up
11582         new direction "center"
11584 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11586         * fvwm/events.c (addkbsubinstoarray):
11587         disabled experimental pointer warping code
11589         * fvwm/menus.c:
11590         removed menu crash debug code
11592 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11594         * fvwm/menus.c:
11595         added tons of crash debug code
11597         * fvwm/add_window.c:
11598         made a lot of internal functions static
11600         * fvwm/add_window.c (setup_button_windows):
11601         (destroy_title_window):
11602         (destroy_button_windows):
11603         (destroy_resize_handle_windows):
11604         (destroy_auxiliary_windows):
11605         (destroy_icon):
11606         (destroy_window):
11607         * fvwm/icons.c (CreateIconWindow):
11608         safety patches w/ XDeleteContext
11610         * fvwm/menus.c (DestroyMenu):
11611         fixed a crash w/ accessing already deleted menus
11613 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11615         * fvwm/menus.c (get_menu_options):
11616         fixed menu context rectangle "icon" if the icon was not just a pixmap
11618 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11620         * fvwm/events.c (HandleMapNotify):
11621         (HandleMapRequestKeepRaised):
11622         (HandleUnmapNotify):
11623         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11624         * fvwm/ewmh.c (ewmh_HandleDesktop):
11625         * fvwm/style.c (parse_and_set_window_style):
11626         removed old do_grab_focus_when_created and *_when_transient_* flags
11628 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11630         * fvwm/conditional.c (MatchesConditionMask):
11631         * fvwm/focus.c (DoSetFocus):
11632         * fvwm/session.c (MatchWinToSM):
11633         * fvwm/module_interface.c (SETOLDFLAGS):
11634         removed old is_lenient flag
11636         * fvwm/bindings.c:
11637         * fvwm/style.c (__simplify_style_list):
11638         (simplify_style_list):
11639         reformatted
11641         * fvwm/window_flags.h:
11642         * fvwm/style.h:
11643         access macros for focus policy flags structures
11644         reformatted
11646         * fvwm/focus_policy.c:
11647         * fvwm/focus_policy.h:
11648         new files, begin great focus policy rewrite aka GFPR
11650 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11652         * fvwm/placement.c (PlaceWindow):
11653         Fixed interaction between CascadePlacement and StartsOnPage
11655 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11657         * libs/fvwmsignal.c (fvwmSelect):
11658         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11659         modules
11661 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11663         * fvwm/add_window.c (CaptureOneWindow):
11664         fixed a core dump w/ windows being destroyed during a recapture
11665         (AddWindow):
11666         removed duplicate check if new windows still exist
11668         * fvwm/placement.c (CMD_PlaceAgain):
11669         * fvwm/move_resize.c (move_window_doit):
11670         (__move_icon):
11671         * fvwm/virtual.c (MapDesk):
11672         (MoveViewport):
11673         (do_move_window_to_desk):
11674         * fvwm/icons.c (AutoPlaceIcon):
11675         (ChangeIconPixmap):
11676         (Iconify):
11677         some cleanup in movement code
11678         new option "Icon" to PlaceAgain command
11679         adapted documentation accordingly
11681         * fvwm/move_resize.c (move_window_doit):
11682         (__move_window):
11683         renamed function
11685 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11687         * libs/Flocale.c (FlocaleRotateDrawString):
11688         create gcs only once
11690         * fvwm/fvwm.1:
11691         removed some references to Recapture
11692         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11693         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11695         * libs/gravity.c (gravity_parse_multi_dir_argument):
11696         fixed "all" multidir selecting "center" too
11698         * libs/Fft.c (FftDrawString):
11699         * libs/Flocale.c (FlocaleRotateDrawString):
11700         (FlocaleFontStructDrawString):
11701         (FlocaleDrawString):
11702         fixed some text placement bugs w/ shadow text
11703         (FlocaleGetShadowTextPosition):
11704         implemented "center" shadows
11706 2002-07-20  olicha  <olivier.chapuis@free.fr>
11708         * libs/Flocale.c (FlocaleRotateDrawString):
11709         Removed some static declarations
11711 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11713         * libs/gravity.c (gravity_multi_dir_to_dir):
11714         * libs/gravity.h (enum):
11715         new function, cleaned up
11716         (enum):
11717         * fvwm/fvwm.h (FvwmWindow):
11718         * libs/Fft.c:
11719         * fvwm/geometry.c:
11720         * fvwm/borders.c:
11721         moved text_rotation_type to gravity.h and renamed to rotation_type
11723         * libs/Flocale.h:
11724         fixed several bugs in the access macros
11726         * libs/Flocale.c:
11727         removed unused static FlocaleSeted
11728         (FlocaleFontStructDrawString):
11729         simplified function
11731         * fvwm/virtual.c (CMD_EdgeCommand):
11732         * fvwm/windowshade.c (CMD_WindowShade):
11733         * fvwm/conditional.c (CMD_Direction):
11734         adapted to changes in ParseDirectionArgument
11736         * libs/gravity.h:
11737         * libs/gravity.c (ParseDirectionArgument):
11738         new direction "Center"
11740         * fvwm/virtual.c (CMD_EdgeCommand):
11741         reformatted
11743 2002-07-18  olicha  <olivier.chapuis@free.fr>
11745         * libs/PictureUtils.c (PictureRGBtoPixel):
11746         (decompose_mask):
11747         Fixed(??) color allocation for some visuals
11749 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11751         * libs/Flocale.c (FlocaleFontStructDrawString):
11752         a little code cleanup
11754         * fvwm/events.c (HandleEnterNotify):
11755         removed debug code
11756         anothe click+drag fix
11758         * libs/Pointer.c (GetLocationFromEventOrQuery):
11759         * fvwm/focus.c (SetPointerEventPosition):
11760         * fvwm/functions.c (CheckActionType):
11761         * fvwm/builtins.c (CMD_StrokeFunc):
11762         * fvwm/move_resize.c (moveLoop):
11763         (resize_window):
11764         fixed some bugs w/ pointer on wrong screen
11766 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11768         * fvwm/events.c (HandleLeaveNotify):
11769         fixed problem w/ click+drag and mousey focus
11771         * fvwm/menus.c (size_menu_horizontally):
11772         fixed menu style SubmenusLeft w/ icons in menu items
11774 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11776         * fvwm/menuitem.c (menuitem_paint):
11777         * fvwm/menus.h:
11778         * fvwm/menus.c (paint_menu_gradient_background):
11779         (get_menu_paint_item_parameters):
11780         removed circular dependency of menus.c and menuitem.c by using callback
11781         functions
11783 2002-07-17  olicha  <olivier.chapuis@free.fr>
11785         * fvwm/menuitem.c:
11786         A -Wall fix
11788         * fvwm/fvwm.c (InitVariables):
11789         (main):
11790         * fvwm/colorset.c (parse_colorset):
11791         (alloc_colorset):
11792         (CMD_ReadWriteColors):
11793         * fvwm/builtins.c (CMD_ColorLimit):
11794         * libs/PictureUtils.h:
11795         * libs/PictureUtils.c (PictureReduceColor):
11796         (PictureReduceRGBColor):
11797         (PictureRGBtoPixel):
11798         (PictureAllocColor):
11799         (PictureFreeColors):
11800         (PictureGetNextColor):
11801         (colors_alloc_fail):
11802         (my_alloc_color):
11803         (AllocColors*):
11804         (AllocColorTable):
11805         (PictureAllocColorTable):
11806         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11807         (PImageXpmFreeColor):
11808         (PImageLoadXpm):
11809         * libs/PictureBase.c (PictureInitCMap):
11810         * libs/Graphics.c (AllocLinearGradient):
11811         * libs/ColorUtils.c (GetShadow):
11812         (GetHilite):
11813         (GetForeShadow):
11814         (GetTintedPixel):
11815         (GetSimpleColor):
11816         (GetColor):
11817         (fvwmlib_clone_color):
11818         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11819         Implemented a new color limit method
11821 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11823         * fvwm/move_resize.c (moveLoop):
11824         fixed problem moving the pointer off screen while moving a window
11825         (AnimatedMoveAnyWindow):
11826         fixed pointer warping w/ multiple screens and animated window motion
11828 2002-07-12  olicha  <olivier.chapuis@free.fr>
11830         * fvwm/menus.c (get_menu_paint_item_parameters):
11831         (paint_menu_gradient_background):
11832         * fvwm/menuitem.c (menuitem_paint):
11833         * fvwm/menuitem.h:
11834         * fvwm/menus.h:
11835         Fixed B/DGradient with Xft fonts
11837         * libs/Colorset.h:
11838         * libs/ColorUtils.c (GetTintedColor):
11839         (GetTintedPixel):
11840         * fvwm/colorset.c (parse_simple_tint):
11841         (parse_colorset):
11842         (alloc_colorset):
11843         Implemented fgTint colorset option
11845         * libs/PictureImageLoader.c:
11846         * libs/PictureUtils.c:
11847         * libs/PictureUtils.h:
11848         * libs/Makefile.am:
11849         Moved color limitation and some rgb to pixel functions from
11850         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11852         * fvwm/colorset.c (parse_colorset):
11853         * libs/PictureGraphics.c (PCreateTintedPixmap):
11854         (PGraphicsTintRectangle):
11855         Implemented tinting for X server without Xrender support and
11856         did color limitation when tinting
11859 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11861         * fvwm/events.c (WaitForButtonsUp):
11862         fixed handling of button release events
11864 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11866         * fvwm/menus.c (MenuInteraction):
11867         fixed core dump w/ dynamic popdown action destroying a menu
11868         (paint_menu_gradient_background):
11869         fixed hang and/or incorrect drawing of b and d gradients in menus
11871         * fvwm/events.c (HandleEnterNotify):
11872         (HandleLeaveNotify):
11873         improved LEAVE_WINDOW/ENTER_WINDOW handling
11875 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11877         * libs/Colorset.c (SetWindowBackground):
11878         (SetWindowBackgroundWithOffset):
11879         (ScrollPixmap):
11880         implemented new functions to allow pixmap backgrounds with an offset
11882 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11884         * fvwm/events.c (HandleMapRequestKeepRaised):
11885         send Map/UnmapNotify before iconyfying, not after
11887 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11889         * fvwm/events.c (HandleMapRequestKeepRaised):
11890         fake a MapNotify and then an UnmapNotify when a window is created iconic
11892         * fvwm/add_window.c (AddWindow):
11893         workaround for buggy TK menu positioning
11895         * fvwm/module_interface.c (FlushMessageQueue):
11896         (PositiveWrite):
11897         (get_pipe_name):
11898         tried to fix module communication deadlock w/ sync mask and a full write
11899         pipe
11901         * libs/Strings.c:
11902         re-indented file
11904         * libs/defaults.h:
11905 2002-07-06  olicha  <olivier.chapuis@free.fr>
11907         * libs/Flocale.c (FlocaleGetFontSet):
11908         Removed some unwanted code
11910 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11912         * fvwm/events.c (HandleLeaveNotify):
11913         (HandleEnterNotify):
11914         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11916         * fvwm/events.c (CMD_XSync):
11917         very experimental patch to cycle through subwindows accepting keyboard
11918         input; call Xsync command repeatedly to test; crashes fvwm if more than
11919         1000 subwindows are used;
11921         * fvwm/focus.c (CMD_WarpToWindow):
11922         fixed a bug in warpttowindow command with subwindows of unmanaged
11923         windows
11925 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11927         * fvwm/events.c (HandlePropertyNotify):
11928         * fvwm/events.h:
11929         handle changes in the size_inc and base_size hints during opaque
11930         resizing.
11932         * fvwm/events.c (HandleButtonPress):
11933         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11934         until the button is released again; this restores the old behaviour
11935         from 2.3.23 and before with click+drag and rxvt/aterm
11937 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11939         * fvwm/update.c (apply_window_updates):
11940         fixed applying neverfocus to currently focused window; decorations
11941         partially drawn hilighted
11943 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11945         * fvwm/menucmd.c (menu_func):
11946         another module/menu/context window fix
11947         do not use global Fw anymore
11949 2002-07-05  olicha  <olivier.chapuis@free.fr>
11951         * libs/Flocale.c (FlocaleStringToString2b):
11952         Fixed crash with big5-0 FontStruct
11954 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11956         * fvwm/menucmd.c (menu_func):
11957         fixed context window of menus invoked by a module
11958         (menu_func):
11959         fixed context menus on windows
11961         * libs/vpacket.h (ConfigWinPacket):
11962         * fvwm/module_interface.c (CONFIGARGSNEW):
11963         * fvwm/fvwm.h (FvwmWindow):
11964         fixed bugs in type conversions for transmitting certain information to
11965         modules
11967         * fvwm/functions.c (CheckActionType):
11968         fixed window selection problem w/ menus invoked from modules
11970 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11972         * fvwm/gnome.c (GNOME_HandlePropRequest):
11973         -Wall fixes
11975         * fvwm/module_interface.c (ExecuteCommandQueue):
11976         fixed compile bug w/ --enable-debug-msgs
11978 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11980         * fvwm/events.c (HandleButtonPress):
11981         (HandleKeyPress):
11982         * fvwm/menus.c (MenuInteraction):
11983         (do_menu):
11984         * fvwm/windowlist.c (CMD_WindowList):
11985         * fvwm/menucmd.c (menu_func):
11986         * fvwm/module_interface.c (ExecuteModuleCommand):
11987         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11988         go away, evil globals! [removed the useless global variable
11989         "ButtonWindow"]
11991         * fvwm/events.c (HandleUnmapNotify):
11992         (HandleMapNotify):
11993         * fvwm/icons.c (Iconify):
11994         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11995         * fvwm/fvwm.h (struct):
11996         renamed is_deiconify_pending to is_iconify_pending
11997         some re-indenting
11999 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12001         * fvwm/menus.c (MenuInteraction):
12002         (pop_menu_down):
12003         (menu_enter_tear_off_menu):
12004         (do_menu):
12005         * fvwm/events.c (HandleButtonPress):
12006         (HandleButtonRelease):
12007         (HandleKeyPress):
12008         (GetContext):
12009         * fvwm/menucmd.c (menu_func):
12010         (menu_func):
12011         * fvwm/module_interface.c (ExecuteModuleCommand):
12012         go away, evil globals! [removed the useless global variable "Context"]
12013         removed is_menu_from_frame_or_window_or_titlebar flag
12015         * fvwm/module_interface.c:
12016         * fvwm/windowlist.c:
12017         re-indented files
12019 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
12021         * fvwm/menuitem.c (menuitem_paint):
12022         fixed fg color of the inactive disabled menu item
12024         * NEWS:
12025         old typo
12026         * fvwm/fvwm.1:
12027         removed a mention of RedHat (I don't think it is correct),
12028         reworded a mention of fvwm95
12030 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
12032         * **/*.c:
12033         tabify only the leading spaces, untabify the middle of line
12035 2002-06-25  David Fries  <dfries@mail.win.org>
12037         * fvwm/fvwm.1:
12038         * fvwm/windowlist.c:
12039         Added code to sort based on the class name of a window for
12040         the WindowList function.
12042 2002-06-25  olicha  <olivier.chapuis@free.fr>
12044         * acinclude.m4:
12045         A minor fix
12047 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
12049         * AUTHORS:
12050         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12052 2002-06-24  Steve Talley  <stephen.talley@sun.com>
12054         * fvwm/add_window.c:
12055         * fvwm/add_window.h:
12056         * fvwm/fvwm.1:
12057         * fvwm/fvwm.h:
12058         * fvwm/icons.c:
12059         * fvwm/icons.h:
12060         * fvwm/style.c:
12061         * fvwm/style.h:
12062         * libs/defaults.h:
12063         New Style option IconSize
12065 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
12067         * NEWS, configure.in:
12068         changed version to 2.5.3
12070 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
12072         * INSTALL.fvwm:
12073         removed C++ section
12075         * fvwm/fvwm.1:
12076         * libs/FlocaleCharset.c:
12077         small fixes
12079 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12081         * fvwm/events.c (WaitForButtonsUp):
12082         use the wait cursot only after the 20th pass through the loop
12084 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
12086         * fvwm/fvwm.1 (Examples): Language check.
12087         PipeRead as synchronous Exec.
12088         Better example for PipeRead.
12090 2002-06-21  olicha  <olivier.chapuis@free.fr>
12092         * fvwm/fvwm.1:
12093         * NEWS:
12094         Documented StringEncoding= in font name
12096         * INSTALL.fvwm
12097         Removed --disable-compound-text doc
12099 2002-06-20  olicha  <olivier.chapuis@free.fr>
12101         * libs/FBidi.h (FBidiConvert):
12102         Fixed compile if !HAVE_BIDI
12104 2002-06-19  olicha  <olivier.chapuis@free.fr>
12106         * fvwm/fvwm.c (InitVariables):
12107         (StartupStuff):
12108         Allocate colorset 0 in InitVariable in the place of StartupStuff.
12109         This fix a "null expression" at init in menustyle.c (menustyle_update)
12111 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
12113         * configure.in:
12114         reworded supported feature listing, fixed the default xft detection
12115         * INSTALL.fvwm:
12116         added the "Supported Features" section
12118 2002-06-19  olicha  <olivier.chapuis@free.fr>
12120         * fvwm/colorset.h:
12121         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12123         * INSTALL.fvwm:
12124         Removed --enable-mulibyte and --disable-compound-text config option
12125         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12127         * configure.in:
12128         Xft is on by default no
12130         * libs/FlocaleCharset.c (*):
12131         * libs/FlocaleCharset.h:
12132         * libs/Ficonv.c (*):
12133         * libs/Ficonv.h:
12134         * libs/Flocale.c (*):
12135         * libs/Flocale.h:
12136         * libs/Fft.c (*):
12137         * libs/FftInterface.h:
12138         * libs/FBidi.c:
12139         * libs/FBidi.h:
12140         * fvwm/ewmh_names.c ():
12141         Some cleanup. Implemented StringEncoding= in font names. Fixed
12142         string encoding for xft fonts. Try to be more cleaver about defaults
12143         charsets. Improvement in the locale charset table.
12145         * fvwm/fvwm.1:
12146         Some documentation cleanup regarding Xft
12148 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12150         * fvwm/functions.c (find_func_type):
12151         fixed bug i introduced w/ last commit
12153         * fvwm/fvwm.c (Done):
12154         (StartupStuff):
12155         * fvwm/functions.c (functions_is_complex_function):
12156         * fvwm/builtins.c (CMD_DestroyFunc):
12157         (CMD_AddToFunc):
12158         (CMD_Plus):
12159         moved functions to functions.c
12160         general cleanup
12162         * fvwm/functable.c:
12163         * fvwm/functable.h:
12164         * fvwm/functions.h:
12165         * fvwm/commands.h:
12166         * fvwm/functions.c:
12167         moved some types and functions to other/new files
12169         * fvwm/functions.c:
12170         * fvwm/expand.c (expand_vars_extended):
12171         (expand_vars):
12172         functions moved to new file
12174         * fvwm/functions.c:
12175         reindented file
12177 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12179         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12180         fixed colourmap focus problem
12182         * **/*.[ch]:
12183         tabified all files and removed all trailing spaces
12185         * fvwm/move_resize.c (move_window_doit):
12186         * fvwm/virtual.c (CMD_MoveToDesk):
12187         MoveToPage and MoveToDesk no longer unstick windows
12189 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
12191         * INSTALL.fvwm:
12192         small improvements
12194         * configure.in:
12195         reworded some names of supported features
12197 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12199         * fvwm/update.c (apply_window_updates):
12200         * fvwm/session.c (MatchWinToSM):
12201         * fvwm/add_window.c (setup_window_structure):
12202         * fvwm/windowshade.c (CMD_WindowShade):
12203         * fvwm/window_flags.h:
12204         fixed a problem w/ shaded windows changind the title direction
12206         * fvwm/geometry.c (get_shaded_geometry):
12207         fixed shading window to 0 width or height
12209         * fvwm/add_window.c (AddWindow):
12210         fixed a memory leak and an initial window placement bug
12212 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
12214         * configure.in:
12215         minor improvements in output, added bin/fvwm-perllib
12217 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
12219         * fvwm/menustyle.c (CMD_CopyMenuStyle):
12220         fixed copying PopupOffset values in CopyMenuStyle
12222         * NEWS:
12223         Copied 2.4.8 NEWS
12225 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
12227         * libs/Strings.c:
12228         * libs/Strings.h:
12229         added CopyStringWithQuotes, not perfect, but works for now
12231 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12233         * fvwm/functions.h:
12234         * fvwm/commands.h:
12235         * fvwm/functions.c (func_config):
12236         * libs/FScreen.c (FScreenConfigureSLSScreens):
12237         (FScreenConfigureModule):
12238         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12239         new command XineramaSLSScreens
12241         * libs/FScreen.c:
12242         cleaned up Xinerama ifdefs
12244 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12246         * NEWS:
12247         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12249 2002-06-07  olicha  <olivier.chapuis@free.fr>
12251         * libs/Flocale.h:
12252         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12253         Some shadow text position fixes
12255 2002-06-06  olicha  <olivier.chapuis@free.fr>
12257         * fvwm/update.c (apply_window_updates):
12258         Fixed the position of shaded windows after certain style update
12260         * acinclude.m4:
12261         Fixed some options names
12263 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12265         * fvwm/module_interface.c (CMD_SendToModule):
12266         fixed SendToModule when the first parameter contains quotes
12268 2002-06-06  olicha  <olivier.chapuis@free.fr>
12270         * fvwm/fvwm.c (main):
12271         * fvwm/ewmh.c (EWMH_Init):
12272         Init the EWMH before reading the config. Always setup the working
12273         area.
12275 2002-06-05  olicha  <olivier.chapuis@free.fr>
12277         * fvwm/update.c (apply_window_updates):
12278         Fixed the position of a shaded window during a style update
12279         (do_redecorate)
12281         * libs/Flocale.c (FlocaleRotateDrawString):
12282         (FlocaleGetShadowTextPosition):
12283         Fixed side title text position if the font has no shadow
12285         * acconfig.h:
12286         * libs/Ficonv.c (FiconvInit):
12287         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12288         * libs/Flocale.c (FlocaleInit):
12289         (FlocaleRotateDrawString):
12290         (FlocaleGetFontSet):
12291         (FlocaleGetFontOrFontSet):
12292         (FlocaleLoadFont):
12293         (FlocaleDrawString):
12294         (FlocaleTextWidth):
12295         (FlocaleFreeNameProperty):
12296         (FlocaleGetNameProperty):
12297         (FlocaleTextListToTextProperty):
12298         Finish to remove the multibyte patch. This gives a more clean code
12299         and can only prevent bugs
12301 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12303         * fvwm/placement.c (PlaceWindow):
12304         fixed CascadePlacement with huge windows (xterm -g 240x100),
12305         that were aligned to bottom-right instead of top-left;
12306         small adjustments (removed border_width from calculations,
12307         don't place normal windows at 0, commented out some strange code)
12309 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12311         * NEWS:
12312         document CascadePlacement and FvwmIconMan improvements
12314         * fvwm/fvwm.1:
12315         typo
12317 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12319         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12320         * fvwm/fvwm.c (InitVariables):
12321         * fvwm/placement.c (PlaceWindow):
12322         * fvwm/screen.h (struct ScreenInfo):
12323         improved *CascadePlacement, if the last placed window does not exist
12324         any more, reuse the last used position instead of adding a new cascade
12326 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12328         * fvwm/events.c (HandleEnterNotify):
12329         * fvwm/fvwm.c (InitVariables):
12330         * fvwm/events.h:
12331         Fixed colormap handling over decorative parts of a window
12333 2002-06-03  olicha  <olivier.chapuis@free.fr>
12335         * fvwm/module_interface.c (make_named_packet):
12336         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12337         related to named module packet
12339 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12341         * fvwm/focus.c (focus_grab_buttons):
12342         * fvwm/events.c (HandleButtonPress):
12343         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12345 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12347         * fvwm/bindings.c (ParseBinding):
12348         replaced an error "Illegal mouse button" with a descriptive warning
12349         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12351 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12353         * fvwm/events.c (GetContext):
12354         fixed key bindings on decorations
12356         * fvwm/events.h:
12357         removed XEVMASK_DECORW
12359 2002-05-31  olicha  <olivier.chapuis@free.fr>
12361         * NEWS:
12362         * fvwm/fvwm.1:
12363         Documented shadow effect in a new section FONT EFFECTS
12365 2002-05-31  olicha  <olivier.chapuis@free.fr>
12367         * libs/Fft.c (FftDrawString):
12368         * libs/Colorset.c (DumpColorset):
12369         (LoadColorset):
12370         * libs/Colorset.h:
12371         * fvwm/colorset.c (parse_colorset):
12372         New colorset option fg_alpha which defines an alpha for rendering
12373         text with Xft
12375 2002-05-29  olicha  <olivier.chapuis@free.fr>
12377         * libs/Fft.c (FftSetupEncoding):
12378         * libs/Fft.h:
12379         * libs/FRender.h:
12380         Added Xft2 support
12382         * acinclude.m4:
12383         * configure.in:
12384         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12385         to Xft FLAGS and LIBS
12387         * fvwm/Makefile.am:
12388         * libs/Makefile.am:
12389         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12390         Xft2 library. Removed FT2 CFLAGS and LIBS
12392 2002-05-27  olicha  <olivier.chapuis@free.fr>
12394         * acinclude.m4:
12395         * acconfig.h:
12396         * configure.in:
12397         Some Xft2 and fontconfig preparation
12399         * libs/Flocale.h:
12400         * libs/Flocale.c (FlocaleParseShadow):
12401         (FlocaleLoadFont):
12402         (FlocaleGetShadowTextPosition):
12403         Added offset to shadow text
12405         * libs/Flocale.h:
12406         Fixed the position of ne shadow text and remove some unused #define
12408 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12410         * fvwm/colorset.c (parse_colorset):
12411         fixed integer overflow in average colour calculation
12413 2002-05-27  olicha  <olivier.chapuis@free.fr>
12415         * libs/gravity.c (GetNextMultiDirection):
12416         (ParseMultiDirectionArgument):
12417         * libs/gravity.h:
12418         Added a multi direction type which is a "<<" version of direction
12419         type. Added a parse and a next functions
12421         * libs/Flocale.h:
12422         * libs/Flocale.c (FlocaleParseShadow):
12423         (FlocaleGetNextShadowDirection):
12424         (FlocaleGetShadowTextPosition):
12425         Used gravity multi direction type and functions. Removed
12426         FlocaleGetNextShadowDirection
12428 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12430         * fvwm/focus.c (restore_focus_after_unmap):
12431         fixed a problem w/ colormap transition when transient window died
12433         * fvwm/add_window.c (AddWindow):
12434         clean up
12436         * fvwm/session.c (getUniqueStateFilename):
12437         applied security patch by Jan Echternach
12439         * fvwm/fvwm.c (InitVariables):
12440         Properly initialise Scr.flags.is_pointer_on_this_screen
12442         * libs/fvwmlib.h (FvwmFont):
12443         * fvwm/fvwm.c (setVersionInfo):
12444         * configure.in:
12445         * config.h.in:
12446         * acconfig.h (MULTIBYTE):
12447         removed MULTIBYTE option (unconditionally on)
12449 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12451         * libs/gravity.c (ParseDirectionArgument):
12452         allow "t", "u", ... shortcuts as direction arguments
12454         * fvwm/style.c (check_window_style_change):
12455         (parse_and_set_window_style):
12456         * fvwm/frame.c (frame_setup_border):
12457         (frame_get_shading_laziness):
12458         (frame_get_sidebar_geometry):
12459         * fvwm/decorations.c (SelectDecor):
12460         * fvwm/add_window.c (setup_style_and_decor):
12461         (setup_resize_handle_cursors):
12462         (setup_resize_handle_windows):
12463         (change_resize_handle_windows):
12464         (destroy_auxiliary_windows):
12465         * fvwm/borders.c (border_get_border_gcs):
12466         (border_draw_border_parts):
12467         * fvwm/style.h (SCSET_HAS_BORDER):
12468         * fvwm/fvwm.h (FvwmWindow):
12469         * fvwm/window_flags.h (SET_HAS_BORDER):
12470         new styles NoBorder/Border
12472 2002-05-26  olicha  <olivier.chapuis@free.fr>
12474         * libs/Flocale.h:
12475         * libs/Flocale.c (FlocaleParseShadow):
12476         (FlocaleGetNextShadowDirection):
12477         (FlocaleGetShadowTextPosition):
12478         (FlocaleLoadFont):
12479         Implemented multidirectional shadow text rendering
12481         * libs/Flocale.h:
12482         * libs/Flocale.c
12483         (FlocaleFontStructDrawString):
12484         (FlocaleRotateDrawString):
12485         (FlocaleLoadFont):
12486         (FlocaleDrawString):
12487         (FlocaleTextWidth):
12488         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12489         * libs/Fft.c (FftDrawString):
12490         Cleanup the FlocaleFont structure by addings some flags
12492 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12494         * fvwm/events.c (HandleFocusIn):
12495         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12496         * fvwm/screen.h (ScreenInfo):
12497         * fvwm/focus.c (FocusOn):
12498         ignore EnterNotify events while a window is waiting to receive focus
12499         from the Focus or FlipFocus commands; should prevent plenty of race
12500         contidions caused by executing complex functions by a key press, button
12501         press or from a menu; fixes Alt-Tab problem
12503         * fvwm/events.c (HandleMapNotify):
12504         immediately draw window decorations when window is mapped; the new frame
12505         drawing code takes care of suppressing unnecessary redraws
12506         (HandleLeaveNotify):
12507         fixed a bug w/ LeaveNotify event with NotifyGrab
12509 2002-05-22  olicha  <olivier.chapuis@free.fr>
12511         * libs/Flocale.h:
12512         * libs/Fft.c (FftDrawString):
12513         * libs/Flocale.c (FlocaleFontStructDrawString):
12514         (FlocaleRotateDrawString):
12515         (FlocaleLoadFont):
12516         (FlocaleGetShadowTextPosition):
12517         (FlocaleDrawString):
12518         (FlocaleDrawUnderline):
12519         (FlocaleTextWidth):
12520         Implemented negative shadow text
12522 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12524         * fvwm/menucmd.c (CMD_AddToMenu):
12525         * fvwm/windowlist.c (CMD_WindowList):
12526         * fvwm/menus.h:
12527         * fvwm/menus.c
12528         changed signature of AddToMenu
12530         * fvwm/menus.c (clone_menu_root_static):
12531         fixed problem w/ menu style usage count and tear off menus
12532         fixed core dump w/ not copying the missing sub menu function in tear
12533         off menus
12534         (clone_menu_item_list):
12535         (AddToMenu):
12536         (add_another_menu_item):
12537         (size_menu_vertically):
12538         fixed additional "More..." items in sub menus of torn off menus
12540 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12542         * libs/colorset.h:
12543         fixed #endif warning
12544         * fvwm/ConfigFvwmDefaults:
12545         added CirculateSkip to tear off menus
12546         * fvwm.1:
12547         fixed ShadeAgain quoting
12549 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12551         * fvwm/events.c (HandleButtonPress):
12552         allow to pass the focus click to applications and have a function bound
12553         to it at the same time
12555         * fvwm/fvwm.c:
12556         * fvwm/colorset.h:
12557         fixed compilation problem
12559 2002-05-20  olicha  <olivier.chapuis@free.fr>
12561         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12562         Fixed blue colour in png image and ewmh icons
12564         * libs/Flocale.c (FlocaleLoadFont):
12565         Removed some debug code
12567         * fvwm/colorset.c (parse_colorset):
12568         * libs/fvwmlib.h:
12569         * libs/ColorUtils.c (GetForeShadowColor):
12570         Added Mikhael algo to compute the default fgsh
12572 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12574         * fvwm/functions.c (expand_extended_var):
12575         expand $[fgsh.csN], use constants instead of numbers
12577 2002-05-17  olicha  <olivier.chapuis@free.fr>
12579         * libs/Flocale.c (FlocaleDrawString):
12580         (FlocaleDrawUnderline):
12581         * libs/Flocale.h:
12582         Removed some unused and debug code
12584 2002-05-17  olicha  <olivier.chapuis@free.fr>
12586         * fvwm/menuitem.c (draw_underline):
12587         * libs/Flocale.h:
12588         * libs/Flocale.c (FlocaleDrawUnderline):
12589         Move draw_underline into Flocale.c and fix underline position with
12590         shadow rendering
12592 2002-05-17  olicha  <olivier.chapuis@free.fr>
12594         * fvwm/style.c (update_window_color_style):
12595         (update_window_color_hi_style):
12596         * fvwm/move_resize.c (DisplayPosition):
12597         (DisplaySize):
12598         * fvwm/menuitem.c (menuitem_paint):
12599         * fvwm/borders.c (get_common_decorations):
12600         (border_get_titlebar_draw_descr):
12601         * fvwm/fvwm.h:
12602         * fvwm/icons.c (DrawIconWindow):
12603         Pass the colorset to text drawing via the FlocaleWinString structure
12605         * libs/fvwmlib.h:
12606         * libs/ColorUtils.c (GetForeShadowColor):
12607         (GetForeShadow):
12608         * fvwm/colorset.c (parse_colorset):
12609         * libs/Colorset.h:
12610         * libs/Colorset.c (DumpColorset):
12611         (LoadColorset):
12612         Added fgsh colorset and two new functions GetForeShadowColor and
12613         GetForeShadow which should be modified
12615         * libs/Makefile.am:
12616         * libs/Fft.h:
12617         * libs/FftInterface.h (new file):
12618         * libs/Fft.c (FftDrawString):
12619         * libs/Flocale.h:
12620         * libs/Flocale.c (FlocaleFontStructDrawString):
12621         (FlocaleRotateDrawString):
12622         (FlocaleDrawString):
12623         (FlocaleTextWidth):
12624         (FlocaleLoadFont):
12625         Implemented text shadow rendering
12627 2002-05-11  olicha  <olivier.chapuis@free.fr>
12629         * fvwm/builtins.h:
12630         * fvwm/builtins.c (refresh_window):
12631         * fvwm/update.c (apply_window_updates):
12632         * fvwm/update.h:
12633         * fvwm/style.c (check_window_style_change):
12634         ParentalRelativity style is now dynamic
12636 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12638         * fvwm/menuitem.c (menuitem_paint):
12639         fixed menu item hilight area
12641 2002-05-09  olicha  <olivier.chapuis@free.fr>
12643         * libs/Makefile.am:
12644         * libs/XError.c (request_name):
12645         * libs/PictureImageLoader.c (PImageLoadPng):
12646         (PImageCreatePixmapFromArgbData):
12647         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12648         (PGraphicsTileRectangle):
12649         (PGraphicsCopyFvwmPicture):
12650         * libs/FRenderInit.c (new file):
12651         * libs/FRenderInit.h (new file):
12652         * libs/FRenderInterface.h:
12653         * libs/FRender.c (*):
12654         * fvwm/colorset.c (parse_tint):
12655         (parse_colorset):
12656         * fvwm/fvwm.c (main):
12657         * fvwm/events.c (HandlePropertyNotify):
12658         Change the design of the previous commit. Now a module should call
12659         FRenderInit when it wants to use a function which depends on XRender.
12661 2002-05-09  olicha  <olivier.chapuis@free.fr>
12663         * fvwm/colorset.c:
12664         A -Wall fix
12666         * libs/Flocale.h:
12667         * libs/Fft.h:
12668         Fixed Compilation
12669         Include Fft.h include FRender.h as Xft.h include Xrender.h
12671         * libs/FRenderInterface.h:
12672         * libs/FRender.h:
12673         * libs/FRender.c (FRenderInit):
12674         (FRenderGetErrorCodeBase):
12675         (FRenderGetMajorOpCode):
12676         (FRenderGetExtensionSupported):
12677         (FRenderGetErrorText):
12678         Improve XRender initialization, check if the XRender extension is
12679         enabled and get the error code base and the major op code.
12680         Add error functions for the X error handler.
12682         * libs/XError.c (PrintXErrorAndCoredump):
12683         (request_name):
12684         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12685         and major op code
12687         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12688         * fvwm/events.c (HandlePropertyNotify):
12689         * fvwm/colorset.c (parse_tint):
12690         (parse_colorset):
12691         * libs/PictureImageLoader.c (PImageLoadPng):
12692         (PImageCreatePixmapFromArgbData):
12693         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12694         (PGraphicsCopyFvwmPicture):
12695         (PGraphicsTileRectangle):
12696         * libs/FRender.c (FRenderCopyArea):
12697         (FRenderTintRectangle):
12698         Check if the XRender extension is enabled on the display before
12699         performing XRender operations
12701 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12703         * fvwm/menuitem.c (menuitem_paint):
12704         fixed item hilighting problems
12706 2002-05-07  olicha  <olivier.chapuis@free.fr>
12708         * fvwm/colorset.c (parse_colorset):
12709         More coloset fixes
12711 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12713         * fvwm/events.c (HandlePropertyNotify):
12714         workaround for xterm resize problem
12716         * fvwm/colorset.c (parse_colorset):
12717         (free_colorset_background):
12718         (parse_pixmap):
12719         (parse_tint):
12720         fixed various bugs and core dumps w/ the cs->picture structure;
12721         note: it's a pointer, so compare with NULL, not with None
12723         * fvwm/frame.c (frame_setup_window):
12724         (frame_setup_window_app_request):
12725         (frame_force_setup_window):
12726         (frame_setup_window_internal):
12727         (frame_create_move_resize_args):
12728         (frame_free_move_resize_args):
12729         * fvwm/add_window.c (setup_window_attr):
12730         * fvwm/events.c (HandleConfigureRequest):
12731         (HandlePropertyNotify):
12732         fixed [?] bit_gravity/resize problem
12734         * fvwm/events.c (HandleEnterNotify):
12735         reformatted EdgeCommand code
12737 2002-05-06  olicha  <olivier.chapuis@free.fr>
12739         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12740         Resize an ewmh icon to the wanted size if it is to big
12742         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12743         Set also the stacking list when a window is destroyed
12745 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12747         * fvwm/fvwm.1: Finish language check.
12748         Fix typo in Mouse section, context should be on new line.
12750 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12752         * fvwm/fvwm.1 (file): Restore icons and images text with some
12753         improvement.
12754         Started on lang check, not done yet.
12756 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12758         * fvwm/module_interface.c (make_named_packet):
12759         Applied Mikhail Kruk patch
12761 2002-05-02  olicha  <olivier.chapuis@free.fr>
12763         * libs/FlocaleCharset.h:
12764         * libs/Ficonv.c (FiconvSetupConversion):
12765         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12766         * libs/Flocale.h:
12767         * libs/Flocale.c (FlocaleGetFftFont):
12768         (FlocaleGetFontSet):
12769         (FlocaleGetFont):
12770         (FlocaleLoadFont):
12771         (FlocaleUnloadFont):
12772         * fvwm/fvwm.1:
12773         Implemented charset/iconv hints in font name
12775 2002-04-29  Stian Sletner  <stian@sletner.com>
12777         * fvwm/windowlist.c (CMD_WindowList):
12778         Added new Windowlist option IconifiedAtEnd
12780 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12782         * fvwm/module_interface.c:
12783         * libs/Module.c:
12784         * libs/Module.h:
12785         moved two constant strings to Module.h, so they may be used by perllib
12787 2002-04-29  olicha  <olivier.chapuis@free.fr>
12789         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12790         Fixed a core dump if the charset is not found
12792         * libs/Flocale.c (FlocaleStringToString2b):
12793         Removed some debug code
12795 2002-04-29  olicha  <olivier.chapuis@free.fr>
12797         * libs/Fft.c (FftGetFontWidths):
12798         (FftGetFontWidths):
12799         * libs/Fft.h
12800         * libs/Flocale.h:
12801         * libs/Flocale.c (FlocaleGetFont):
12802         (FlocaleGetFontSet):
12803         (FlocaleGetFftFont):
12804         Removed min_char_offset member of the FlocaleFont as it is not use
12805         since we rotate string for side title
12807         * libs/Ficonv.c (FiconvSetupConversion):
12808         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12809         (FlocaleCharsetSetFlocaleCharset):
12810         * libs/Flocale.h:
12811         * libs/Flocale.c (FlocaleTextWidth):
12812         (FlocaleDrawString):
12813         (FlocaleUtf8ToUnicodeStr2b):
12814         (FlocaleLoadFont):
12815         (FlocaleStringToString2b):
12816         (FlocaleRotateDrawString):
12817         (FlocaleFontStructDrawString):
12818         Added support for drawing string with 10646-1 fonts without an utf8
12819         locale. Also, drawing strings with a multibyte font now work not so
12820         bad even if the locale have nothing to do with the font.
12822         * libs/Fft.c (FftUtf8ToFftString16):
12823         (FftDrawString):
12824         (FftTextWidth):
12825         Added utf8 rendering with iso10646-1 fonts on system without
12826         Xft Utf8 functions
12828         * fvwm/colorset.c (reset_cs_pixmap):
12829         (parse_pixmap):
12830         (parse_shape):
12831         (parse_tint):
12832         (parse_colorset):
12833         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12835 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12837         * fvwm/menus.c:
12838         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12840 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12842         * fvwm/move_resize.c:
12843         don't start Move with snap disabled if Alt is initially pressed
12845 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12847         * NEWS, configure.in:
12848         changed version to 2.5.2
12850 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12852         * fvwm/fvwm.1:
12853         improved main headers, added new COLORSETS section;
12854         documented State condition
12856         * NEWS:
12857         documented Tint in colorsets and utility renaming
12859         * libs/Flocale.c:
12860         corrected several error reporting problems
12862 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12864         * fvwm/events.h:
12865         fixed leaving tear off menus
12867 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12869         * fvwm/borders.c (border_draw_part_relief):
12870         (border_set_button_pixmap):
12871         (border_draw_title_stick_lines):
12872         (border_draw_title_mono):
12873         (border_draw_title_relief):
12874         * libs/fvwmlib.h (RelieveRectangle2):
12875         (RelieveRectangle):
12876         replaced functions by macros
12878         * libs/Graphics.c (do_relieve_rectangle):
12879         applied performance patch by Dave Trollope
12881 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12883         * libs/FBidi.c:
12884         * libs/FBidi.h:
12885         * libs/Flocale.c:
12886         * libs/Flocale.h:
12887         * libs/FlocaleCharset.c:
12888         FBidi is now independent from Flocale* again;
12889         iso8859-6.8x fonts recognized now as bidi-enabled
12891 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12893         * libs/Flocale.c:
12894         fixed --disable-multibyte
12896 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12898         * fvwm/borders.c (border_draw_title_deep):
12899         (border_set_title_pixmap):
12900         (border_set_button_pixmap):
12901         fixed SolidButton title and button style
12903 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12905         * fvwm/fvwm.1:
12906         * NEWS:
12907         * AUTHORS:
12908         added new entry about CurrentAtEnd
12910         * colorset.c:
12911         minor reformatting and spell checking
12913 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12915         * fvwm/windowlist.c (CMD_WindowList):
12916         Added new Windowlist option CurrentAtEnd
12918 2002-04-22  olicha  <olivier.chapuis@free.fr>
12920         * fvwm/colorset.c (parse_colorset):
12921         * libs/Colorset.h:
12922         Fixed an enormous core dump which comes from a cvs merging problem
12924         * fvwm/Makefile.am:
12925         * acconfig.h:
12926         * configure.in:
12927         Added Xrender detection and link fvwm if needed
12929         * libs/PictureGraphics.c:
12930         * libs/PictureGraphics.h:
12931         * libs/FRender.c:
12932         * libs/FRender.h:
12933         * libs/FRenderInterface.h:
12934         * libs/PictureGrpahics.c (*):
12935         * libs/PictureGrpahics.h:
12936         New libs files to acheive alpha-blend rendering and better XBM
12937         support. PictureGraphics contains elaborated version and also
12938         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12939         Xlib functions.
12941         * fvwm/fvwm.h:
12942         * fvwm/icons.c (clear_icon):
12943         (GetIconPicture):
12944         (DrawIconWindow):
12945         (GetIconFromFile):
12946         * fvwm/events.c (HandlePropertyNotify):
12947         * fvwm/borders.c (border_fill_pixmap_background):
12948         (border_get_border_background):
12949         (border_draw_decor_to_pixmap):
12950         * fvwm/menuitem.c (menuitem_paint):
12951         * fvwm/add_window.c (destroy_icon):
12952         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12953         * fvwm/geometry.c (move_icon_to_position):
12954         * fvwm/colorset.c (free_colorset_background):
12955         (parse_colorset):
12956         * libs/Colorset.h:
12957         Implemented alpha-blend rendering with the new libs function
12959         * fvwm/colorset.c (free_colorset_background):
12960         (parse_colorset):
12961         * libs/Colorset.h:
12962         Implemented tinting of a Pixmap background colorset
12964         * fvwm/colorset.c (parse_colorset):
12965         Use the Scr.NoFocusWin as main window in the place of the
12966         Scr.SizeWindow, this fix a lot of X errors in my machine.
12968         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12969         Donated our alpha channel
12971         * libs/vpacket.h:
12972         * fvwm/module_interface.h:
12973         * fvwm/module_interface.c (SendFvwmPicture):
12974         (BroadcastMiniIcon):
12975         (SendMiniIcon):
12976         (BroadcastFvwmPicture):
12977         (CMD_Send_WindowList):
12978         * fvwm/add_window.c (change_mini_icon):
12979         (broadcast_mini_icon):
12980         * fvwm/ewmh_icons.c:
12981         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12982         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12984         * libs/Makefile.am:
12985         * libs/PictureBase.c (*):
12986         * libs/PictureBase.h:
12987         * libs/Picture.c (*):
12988         * libs/Picture.h:
12989         * libs/PictureImageLoader.c (*):
12990         * libs/PictureImageLoader.h:
12991         * fvwm/*:
12992         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12993         PictureImageLoader.
12994         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12995         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12996         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12997         SetImagePath -> PictureSetImagePath, findImageFile ->
12998         PictureFindImageFile, PictureList -> FvwmPictureList,
12999         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
13000         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
13001         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
13002         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
13003         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
13004         Also renamed more recent functions in PictureImageLoader.
13006         * fvwm/borders.c (border_draw_one_border_part):
13007         (border_draw_decor_to_pixmap):
13008         Fixed drawing of a TiledPixmap borded and fixed position of buttons
13009         pixmap
13011         * fvwm/menus.c (pop_menu_up):
13012         (animated_move_back):
13013         (ParentalMenuRePaint):
13014         * fvwm/move_resize.h (resize_geometry_window):
13015         * fvwm/move_resize.c (move_window_doit):
13016         (AnimatedMoveAnyWindow):
13017         (AnimatedMoveOfWindow):
13018         (AnimatedMoveFvwmWindow):
13019         Fixed transparent animated menu
13021 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
13023         * fvwm/fvwm.1:
13024         fixed two places
13026 2002-04-19  Hippo
13028         * fvwm/colorset.c:
13029         * libs/Colorset.c:
13030         fixed running out of colors on 8bpp with ReadWriteColors;
13031         simulate colorsets on monochrome displays using three 1-bit pixmaps
13033 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
13035         * configure.in:
13036         fixed $PERL detection again
13038 2002-04-18  Hippo
13040         * configure.in:
13041         added -Wno-implicit-int to -Wall in case of gcc
13043         * fvwm/colorset.c:
13044         * fvwm/fvwm.c:
13045         fixed ReadWriteColors on a PseudoColor display
13047 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13049         * fvwm/move_resize.c (move_window_doit):
13050         set the is_icon_moved too flag if the icon was moved non-interactively
13052 2002-04-16  Hippo
13054         * fvwm/*.[ch]:
13055         * NEWS:
13056         Moved FvwmTheme functionality into fvwm.
13057         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13059 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
13061         * configure.in:
13062         fixed $PERL detection
13064         * fvwm/fvwm.1:
13065         * fvwm/ConfigFvwmDefaults:
13066         several fixes and spelling
13068 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13070         * libs/Bindings.c (CheckBinding):
13071         (MatchBinding):
13072         (GrabWindowKey):
13073         (GrabWindowButton):
13074         (MatchBindingExactly):
13075         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13076         keyboards
13078 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
13080         * configure.in:
13081         configure now uses $PERL if set
13083         * **:
13084         all programs installed into ${bindir} have now fvwm- prefix;
13085         documentation updated
13087 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
13089         * **:
13090         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13091         documentation updated
13093 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
13095         * NEWS:
13096         added 2.4.7 entries
13098 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
13100         * AUTHORS: New author.
13102         * NEWS: Edge Command.
13104 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
13106         * fvwm/fvwm2.1:
13107         Added EdgeCommand paragraph.
13109         * fvwm/events.c (HandleEnterNotify):
13110         Added execution of Scr.PanFrame*.command if set
13112         * fvwm/fvwm.c (InitVariables):
13113         Added init strings for pan frame commands.
13115         * fvwm/virtual.c:
13116         * fvwm/virtual.h:
13117         (checkPanFrames):
13118         Avoid hiding of pan frames if pan frame command is set.
13119         (CMD_EdgeCommand):
13120         Implementation of the buildin command EdgeCommand. First
13121         implementation of this function.
13123         * fvwm/screen.h (struct):
13124         added char * command in structure Panframe to store the pan frame
13125         command.
13127         * fvwm/functions.c:
13128         added declaration of CMD_ENTRY("edgecommand")
13130         * fvwm/functions.h:
13131         added definition of Flag F_EDGE_COMMAND
13133         * fvwm/commands.h:
13134         added definition of CMD_EdgeCommand(F_CMD_ARGS)
13136 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
13138         * fvwm/fvwm2.1:
13139         added "BI-DIRECTIONAL TEXTS" section
13141         * libs/System.c:
13142         added #include <sys/select.h> to fix endless loop on QNX
13144 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13146         * fvwm/fvwm2.1:
13147         changed description of focus models
13149 2002-04-09  olicha  <olivier.chapuis@free.fr>
13151         * configure.in:
13152         Check for libpng libpng 1.0.4a or better
13154 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
13156         * fvwm/add_window.c (setup_title_geometry):
13157         * fvwm/fvwm.h:
13158         * fvwm/fvwm2.1:
13159         * fvwm/geometry.c (get_title_font_size_and_offset):
13160         * fvwm/geometry.h:
13161         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13162         * fvwm/style.h:
13163         * fvwm/window_flags.h:
13164         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13165         * libs/Fft.h:
13166         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13167         * libs/Flocale.h:
13168         new Style options TopTitleRotated / TopTitleNotRotated,
13169         BottomTitleRotated / BottomTitleNotRotated
13171 2002-04-08  olicha  <olivier.chapuis@free.fr>
13173         * libs/Makefile.am:
13174         Fixed make dist again
13176 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
13178         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13180 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
13182         * INSTALL.fvwm:
13183         minor wording fixes
13185         * NEWS:
13186         mention a new FvwmIconMan syntax
13188         * sample.fvwmrc/new-features:
13189         * sample.fvwmrc/system.fvwm2rc:
13190         * sample.fvwmrc/system.fvwm2rc-sample-95:
13191         use a new module syntax
13193 2002-04-06  olicha  <olivier.chapuis@free.fr>
13195         * fvwm/fvwm2.1:
13196         * INSTALL.fvwm:
13197         Forget to save some file
13199         * libs/FImageLoader.c (c100_init_base_table):
13200         Allows init even if !XPM
13202         * libs/Makefile.am:
13203         Remove a F
13205         * configure.in:
13206         Fixed png detection
13208         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13209         Fixed a GC memory leaks.
13211         * fvwm/fvwm.c (setVersionInfo):
13212         * fvwm/fvwm2.1:
13213         Updated -version for png, bidi and xft
13215         * fvwm/fvwm2.1:
13216         Modified the ICONS section. Rename it ICONS AND IMAGES and
13217         document PNG file format. Replace "xpm or bitmap file" by
13218         "image file" in a few place.
13220         * INSTALL.fvwm:
13221         * NEWS:
13222         PNG news and documented libpng in the "Optional libraries used by FVWM"
13223         section
13225 2002-04-05  olicha  <olivier.chapuis@free.fr>
13227         * libs/FImageLoader.c (c100_init_base_table):
13228         (FImageReduceRGBColor):
13229         (FImageCreatePixmapFromArgbData):
13230         Speed up color limitation for png image and ewmh icons
13231         Respect color limit even with DirectColor and TrueColor
13233         * configure.in:
13234         * acconfig.h (HAVE_PNG):
13235         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13236         even without XPM support
13238         * libs/Makefile.am
13239         * libs/InitPicture.c (new file):
13240         * libs/InitPicture.h (new file):
13241         * libs/Picture.c:
13242         * libs/Picture.h:
13243         * libs/FImageLoader.c (new file):
13244         * libs/FImageLoader.h (new file):
13245         * libs/Fxpm.h (new file):
13246         * libs/Fpng.h (new file):
13247         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13248         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13249         ColorLimit stuff is applied to PNG image.
13250         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13251         Picture.c and Picture.h.
13252         InitPicture contains the Picture structure, initialize the visual,
13253         depth and color map and contains image path stuff as Picture contains
13254         Picture manipulations.
13256         * libs/ColorUtils.c:
13257         * libs/Picture.h:
13258         Moved the Picture color utils func to ColorUtils
13260         * fvwm/Makefile.am:
13261         links against libpng
13263         * fvwm/icons.c (GetIconPicture):
13264         (GetXPMFile):
13265         (GetBitmapFile):
13266         (GetIconFromFile):
13267         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13268         the libs image loader
13270         * fvwm/cursor.c (CMD_CursorStyle):
13271         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13273         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13274         (EWMH_SetIconFromWMIcon):
13275         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13276         icons
13278         * fvwm/modconf.c:
13279         Send the ColorLimit to module in any case
13281         * libs/fvwmlib.h:
13282         * libs/Graphics.c:
13283         * libs/Flocale.c
13284         * libs/Fft.c:
13285         * libs/Colorset.c:
13286         * fvwm/add_window.c:
13287         * fvwm/builtins.c:
13288         * fvwm/fvwm.h:
13289         * fvwm/menus.c:
13290         * fvwm/menustyle.c:
13291         * fvwm/move_resize.c:
13292         include cleanup
13294 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13296         * fvwm/events.c (test_map_request):
13297         (test_resizing_event):
13298         fixed endless loop in HandleConfigureRequest
13300 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13302         * fvwm/add_window.c (setup_style_and_decor):
13303         fixed borderless transients
13305         * fvwm/events.c (test_resizing_event):
13306         (HandleConfigureRequest):
13307         * fvwm/frame.c (frame_create_move_resize_args):
13308         * fvwm/add_window.c (AddWindow):
13309         * fvwm/fvwm.h:
13310         * fvwm/window_flags.h:
13311         tried to improve ConfigureRequest handling
13313         * fvwm/events.c (HandlePropertyNotify):
13314         recalculate window size when the base_width or base_height hint
13315         changes; fixes some problems with xemacs
13317         * fvwm/virtual.c (map_window):
13318         redraw decorations
13320         * fvwm/borders.c (border_draw_decorations):
13321         don't redraw windows on a different desk
13322         keep track of Scr.Hilite
13324 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13326         * fvwm/virtual.c (unmap_window):
13327         * fvwm/move_resize.c (resize_window):
13328         * fvwm/icons.c (Iconify):
13329         * fvwm/add_window.c (CaptureOneWindow):
13330         * fvwm/borders.c (border_undraw_decorations):
13331         mark window decorations as not drawn whenever the frame is unmapped
13333 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13335         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13337 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13339         * libs/FBidi.c:
13340         use safemalloc and alloca instead of malloc
13342 2002-03-29  olicha  <olivier.chapuis@free.fr>
13344         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13345         Set the X locale charset on system without XOpenOM
13347 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13349         * configure.in:
13350         fixed multibyte support reporting
13352 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13354         * libs/fvwmlib.h:
13355         * fvwm/fvwm.h:
13356         * config.h.in:
13357         moved gcc extension __attribute__ handling to config.h
13359         * fvwm/fvwm.c (main):
13360         * fvwm/stack.c (add_window_to_stack_ring_after):
13361         * fvwm/icons.c (GetIconWindow):
13362         (GetIconBitmap):
13363         * fvwm/add_window.c:
13364         fixed core dumps and other bugs in debug messages
13366 2002-03-27  olicha  <olivier.chapuis@free.fr>
13368         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13369         (FlocaleCharsetSetFlocaleCharset):
13370         * acconfig.h:
13371         * configure.in (problem_multibyte):
13372         Fixed compilation for system without XOpenOM in Xlib.h
13374         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13375         * libs/Ficonv.c (FiconvInit):
13376         Be more safe
13378         * fvwm/fvwm.c:
13379         include only libs/Flocale.h
13381 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13383         * configure.in:
13384         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13386         * libs/FBidi.c:
13387         * libs/FBidi.h:
13388         * libs/Flocale.c:
13389         * libs/FlocaleCharset.c:
13390         minor modifications, like removed #include;
13391         fixed core dump with bidi and utf-8
13393 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13395         * fvwm/frame.c (frame_update_hidden_window_pos):
13396         fixed shade/maximize/unshade
13398         * fvwm/builtins.c (FreeDecorFace):
13399         fixed memory leak
13401         * fvwm/borders.c (get_common_decorations):
13402         (border_get_border_style):
13403         * fvwm/style.c (parse_and_set_window_style):
13404         * fvwm/style.h:
13405         * fvwm/window_flags.h:
13406         * fvwm/fvwm.h (struct):
13407         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13408         (frame_create_move_resize_args):
13409         (frame_move_resize_step):
13410         (frame_next_move_resize_args):
13411         new styles WindowShadeLazy [default], WindowShadeBusy and
13412         WindowShadeAlwaysLazy
13414         * fvwm/frame.c (frame_set_decor_gravities):
13415         fixed window bit gravities
13416         split into smaller functions
13417         (frame_move_resize_step):
13418         fixed a bug w/ the parent gravity
13419         (frame_hide_changing_window_parts):
13420         fixed flickering in one of the corners during shade animation
13421         (frame_mrs_hide_changing_parts):
13422         renamed function
13423         (frame_mrs_prepare_vars):
13424         (frame_mrs_hide_unhide_parent):
13425         (frame_mrs_setup_draw_decorations):
13426         (frame_mrs_resize_move_windows):
13427         new functions
13429 2002-03-25  olicha  <olivier.chapuis@free.fr>
13431         * libs/Fft.c (FftSetupEncoding):
13432         Fixed compilation
13434         * libs/Flocale.c (FlocaleDrawString):
13435         * libs/FBidi.c (FBidiConvert):
13436         * libs/FBidi.h:
13437         Pass the font to FBidiConvert
13439         * acconfig.h (HAVE_LIBCHARSET):
13440         * acinclude.m4 (CHECK_LIBCHARSET):
13441         * configure.in:
13442         If libiconv is used check for libcharset
13444         * libs/Makefile.am:
13445         * libs/FlocaleCharset.h:
13446         * libs/FlocaleCharset.c:
13447         * libs/Flocale.h:
13448         * libs/Flocale.c (*):
13449         * libs/Fft.c (FftSetupEncoding):
13450         * libs/Fft.h:
13451         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13452         FlocaleFont has such a member which is set when charset info are needed.
13453         FlocaleCharset.c contains a big table which associates to an X charset
13454         various possible locale charsets and the fribidi charset.
13455         If libiconv is used, libcharset is used to compute the locale charset.
13456         Various Flocale clean up.
13458         * fvwm/fvwm.c (main):
13459         Removed the call to FlocaleInitCharset, it is now done automatically
13460         when needed
13462         * libs/Makefile.am:
13463         * libs/Ficon.h:
13464         * libs/Ficonv.c:
13465         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13466         * fvwm/ewmh.h:
13467         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13468         (EWMH_WMIconName):
13469         (EWMH_WMName):
13470         (EWMH_SetDesktopNames):
13471         Moved iconv conversions into the library. Try to found the good iconv
13472         charset with the help of the font and of the FlocaleCharset table.
13474 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13476         * libs/Module.c (SendFvwmPipe):
13477         * libs/Graphics.c (do_relieve_rectangle):
13478         * fvwm/menustyle.c (menustyle_parse_old_style):
13479         * fvwm/add_window.c (setup_window_structure):
13480         memory management patches by Dave Trollope
13482         * fvwm/frame.c (frame_get_sidebar_geometry):
13483         hide the handles when using the NoHandles style
13485         * fvwm/borders.c (border_redraw_decorations):
13486         change in title rotation is applied immediately, don't use the value "2"
13487         to force redrawing
13489         * fvwm/style.c (parse_and_set_window_style):
13490         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13491         styles can be used
13492         documented the new title directions
13493         (parse_and_set_window_style):
13494         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13495         instead
13496         documented these styles
13498         * fvwm/add_window.c (CaptureOneWindow):
13499         (CaptureAllWindows):
13500         (AddWindow):
13501         cleaned up
13503         * fvwm/icons.c (DeIconify):
13504         fiexd fucoused window not hilighting after deiconification
13506 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13508         * fvwm/update.c (apply_window_updates):
13509         windows are not unshaded when the decoration layout changes
13511         * fvwm/frame.c (frame_create_move_resize_args):
13512         fixed excessive redrawing
13513         (frame_get_hidden_pos):
13514         fixed parent geometry when window is hidden
13516         * fvwm/add_window.c (setup_frame_stacking):
13517         fixed stacking of right buttons
13519         * fvwm/frame.c (frame_set_decor_gravities):
13520         fixed title and button bit gravities
13522         * fvwm/add_window.c (setup_frame_stacking):
13523         (change_auxiliary_windows):
13524         fixed "button" style
13526         * fvwm/geometry.c (get_title_button_geometry):
13527         * fvwm/menus.c (pop_menu_up):
13528         fixed menu placement relative to window titles
13530         * libs/Flocale.c (FlocaleDrawString):
13531         fixed compiler warning w/o fribidi
13533         * fvwm/virtual.c (MoveViewport):
13534         (MapDesk):
13535         (do_move_window_to_desk):
13536         * fvwm/update.c (apply_window_updates):
13537         * fvwm/icons.c (Iconify):
13538         (CMD_Iconify):
13539         * fvwm/module_interface.c (SETOLDFLAGS):
13540         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13541         * fvwm/style.c (parse_and_set_window_style):
13542         * fvwm/window_flags.h:
13543         * fvwm/session.c (MatchWinToSM):
13544         * fvwm/placement.c (PlaceWindow):
13545         * fvwm/add_window.c (CaptureAllWindows):
13546         (setup_window_placement):
13547         (CaptureOneWindow):
13548         (AddWindow):
13549         (destroy_window):
13550         * fvwm/menus.c (menu_tear_off):
13551         * fvwm/events.c (HandleMapRequestKeepRaised):
13552         (HandleMapNotify):
13553         * fvwm/fvwm.h:
13554         removed some of those pesky globals: PPosOverride, isIconicState and
13555         isIconifiedByParent; pass round a structure instead
13556         removed the do_start_iconic window flag
13557         removed do_delete_icon_moved flag
13559 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13561         * acconfig.h:
13562         * configure.in:
13563         renamed HAVE_FRIBIDI to HAVE_BIDI
13565         * libs/FBidi.c:
13566         * libs/FBidi.h:
13567         added more comments
13569         * fvwm/Makefile.am:
13570         * libs/Flocale.c:
13571         * libs/Makefile.am:
13572         added a dummy call to FBidi to test linking against bidi libs
13574 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13576         * fvwm/windowshade.c (CMD_WindowShade):
13577         changed syntax of windowshade with direction
13578         (CMD_WindowShade):
13579         update button state after unshading
13581         * fvwm/add_window.c (AddWindow):
13582         fixed mini icon update
13584         * fvwm/events.c (HandleEnterNotify):
13585         fixed icon picture redrawing
13586         icon titles are no longer raised and expanded if the icon has only a
13587         title
13589         * fvwm/move_resize.c (resize_window):
13590         fixed core dump
13592         * libs/gravity.c (gravity_move_resize_parent_child):
13593         * fvwm/frame.c (frame_get_titlebar_dimensions):
13594         (frame_prepare_animation_shape):
13595         (frame_move_resize_step):
13596         (frame_get_titlebar_dimensions_only):
13597         (frame_get_hidden_pos):
13598         (frame_update_hidden_window_pos):
13599         (frame_free_move_resize_args):
13600         (frame_create_move_resize_args):
13601         fixed shading of shaped windows
13603         * fvwm/borders.c:
13604         clean up
13606         * fvwm/fvwm.c (main):
13607         * fvwm/misc.c (GrabEm):
13608         fixed a problem with the cursor shape during window shading
13610         * fvwm/update.c (apply_window_updates):
13611         fixed drawing of hilighted window after a decoration change
13613         * fvwm/update.c (apply_window_updates):
13614         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13615         * fvwm/borders.c (RedrawDecorations):
13616         renamed RedrawDecorations()
13618         * fvwm/move_resize.c (move_window_doit):
13619         * libs/fvwmrect.c:
13620         * fvwm/misc.c (move_into_rectangle):
13621         (intersect_xrectangles):
13622         functions renamed and moved to fvwmrect.c
13624         * fvwm/borders.c (border_get_changed_border_parts):
13625         (frame_get_changed_border_parts):
13626         reduced border redrawing
13627         moved fucntion to borders.c
13629         * fvwm/events.c (HandleButtonPress):
13630         (DispatchEvent):
13631         suppress button events on frame windows
13633         * fvwm/frame.c (frame_setup_border):
13634         fixed a problem with the border setup
13636         * fvwm/borders.c (border_draw_decorations):
13637         * fvwm/events.c (HandleEnterNotify):
13638         fixed icon title drawing
13640         * fvwm/misc.c (GrabEm):
13641         fixed a pointer grab hang with xmag?
13643         * fvwm/move_resize.c (resize_window):
13644         use frame_move_resize function to improve performance
13646         * fvwm/add_window.c (AddWindow):
13647         fixed recaturing shaded windows
13649         * fvwm/borders.c:
13650         suppress unnecessary title redraws
13652         * fvwm/frame.c:
13653         window shading works again; there are still some problems with
13654         recapture, restart, border drawing and shaped windows
13656 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13658         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13659         new function
13661         * fvwm/frame.c (frame_get_title_bar_dimensions):
13662         fixed minor button layout bug
13663         (frame_update_hidden_window_pos):
13665         * fvwm/ewmh_names.c (EWMH_WMName):
13666         * fvwm/gnome.c (GNOME_HandlePropRequest):
13667         * fvwm/focus.c (DoSetFocus):
13668         * fvwm/stack.c (new_layer):
13669         * fvwm/icons.c (DeIconify):
13670         (Iconify):
13671         * fvwm/events.c (HandleFocusIn):
13672         (HandlePropertyNotify):
13673         (HandleExpose):
13674         (HandleMapNotify):
13675         (HandleButtonPress):
13676         (HandleLeaveNotify):
13677         * fvwm/builtins.c (CMD_ChangeDecor):
13678         (CMD_UpdateDecor):
13679         * fvwm/move_resize.c (resize_move_window):
13680         (resize_window):
13681         (resize_window):
13682         (maximize_fvwm_window):
13683         (handle_stick):
13684         * fvwm/borders.c (DrawDecorations):
13685         (RedrawDecorations):
13686         removed function DrawDecorations()
13687         (border_draw_decorations):
13688         renamed draw_decorations_with_geom() to border_draw_decorations()
13690         * fvwm/events.c (HandleExpose):
13691         fixed drawing icon titles
13693         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13694         * fvwm/events.c (HandleFocusIn):
13695         (HandleFocusOut):
13696         * fvwm/screen.h (ScreenInfo):
13697         return the focus to the window that had the focus before an or window
13698         stole it and then died.
13700         * fvwm/menus.c (scanForColor):
13701         removed duplicate call of strlen
13702         use alloca instead of safemalloc
13704         * fvwm/menustyle.c (menustyle_parse_style):
13705         don't call memset right before memcpy
13707         * fvwm/module_interface.c (AddToMessageQueue):
13708         (DeleteMessageQueueBuff):
13709         removed one safemalloc and inline'd the function
13710         merged AddToMessageQueue into PositiveWrite
13712         * fvwm/borders.c (border_draw_decor_to_pixmap):
13713         fixed pixmap and mini icon buttons
13714         (border_fill_pixmap_background):
13715         fixed an X error
13716         (border_get_tb_parts_to_draw):
13717         buttons and title background using the border style is updated when the
13718         buttons moves
13720         * fvwm/events.c (WaitForButtonsUp):
13721         don't grab the whole server but merely the pointer to allow applications
13722         redrawing themselves
13724         * fvwm/borders.c:
13725         finished writing title drawing code
13727         * fvwm/move_resize.c (resize_window):
13728         (resize_move_window):
13729         (unmaximize_fvwm_window):
13730         removed now unnecessary calls to DrawDecorations()
13732         * fvwm/frame.c (frame_hide_changing_window_parts):
13733         fixed hiding bottom/right titles
13735         * fvwm/add_window.c (AddWindow):
13736         fixed recapturing shaded windows
13738         * fvwm/misc.c (GrabEm):
13739         fixed the cursor over the title window while resizing
13741 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13743         * libs/Graphics.c (CreateTiledPixmap):
13744         improved efficience: let the X server tile a pixmap via the GC settings
13746         * fvwm/fvwm.c (CreateGCs):
13747         * fvwm/screen.h (ScreenInfo):
13748         added new global GC Scr.TileGC
13750         * fvwm/borders.c (border_fill_pixmap_background):
13751         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13752         use already created gcs
13754         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13755         * fvwm/menus.c (paint_menu_gradient_background):
13756         fixed using a randow members in gcs
13758 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13760         * configure.in:
13761         added compilation test for fribidi
13763 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13765         * NEWS: Document FvwmForm timeout.
13767 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13769         * fvwm/session.c (MatchWinToSM):
13770         * fvwm/add_window.c (AddWindow):
13771         preserve user states over a restart
13773         * fvwm/add_window.c (setup_window_structure):
13774         preserve user states over a recapture
13776         * fvwm/functions.c (execute_function):
13777         "Silent" suppresses the "No such command ..." message
13779         * fvwm/frame.c (frame_move_resize):
13780         * fvwm/misc.c (GrabEm):
13781         fixed the cursor shape during resizing
13782         fixed button looks in small windows
13784 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13786         * libs/FBidi.c:
13787         * libs/FBidi.h:
13788         new files
13790 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13792         * fvwm/fvwm.c (LoadDefaultLeftButton):
13793         (LoadDefaultRightButton):
13794         * fvwm/borders.c (border_draw_vector_to_pixmap):
13795         * fvwm/screen.h (DecorFace):
13796         * fvwm/builtins.c (ReadDecorFace):
13797         fixed transparent vector line support
13799         * libs/Graphics.c (CreateGradientPixmap):
13800         fixed potential core dump with illegal gradients
13802 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13804         * fvwm/fvwm.h (FvwmWindow):
13805         removed button_background_pixmap member
13807         * fvwm/update.c (apply_window_updates):
13808         fixed changing the decoration size
13810         * fvwm/windowshade.c (CMD_WindowShade):
13811         * fvwm/frame.c (frame_setup_border):
13812         * fvwm/functions.c (execute_complex_function):
13813         removed debug code
13815         * fvwm/move_resize.c (resize_window):
13816         fixed aboting of a opaque resize w/ maximized windows
13817         (ParseOneResizeArgument):
13818         resize arguments don't take the border into account
13819         (GetResizeArguments):
13820         implemented new option "Frame" to the Resize and ResizeMove commands
13822 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13824         * fvwm/fvwm2.1:
13825         * fvwm/builtins.c (ReadDecorFace):
13826         * fvwm/borders.c (DrawLinePattern):
13827         implemented transparent drawing color in vector buttons: C == 4
13829         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13830         * fvwm/builtins.c (ReadDecorFace):
13831         increased allowed number of lines in a vector button to 10000 and moved
13832         the definition to defaults.h
13834         * fvwm/virtual.c (MoveViewport):
13835         don't send useless M_NEW_PAGE packets
13837         * fvwm/frame.c:
13838         * fvwm/borders.c:
13839         started work on new button/title drawing code
13841         * fvwm/events.c (HandleExpose):
13842         don't handle expose on the title bar
13844         * fvwm/borders.c:
13845         * fvwm/frame.c (frame_get_sidebar_geometry):
13846         * fvwm/fvwm.h (FvwmWindow):
13847         replaced border_state with decor_state
13849         * libs/defaults.h (NR_RIGHT_BUTTONS):
13850         added a comment
13852         * fvwm/events.h:
13853         * fvwm/events.c (HandleExpose):
13855         * fvwm/frame.c (frame_setup_border):
13856         hide sidebars if they are too small, i.e. 0 pixels
13858 2002-03-20  olicha  <olivier.chapuis@free.fr>
13860         * libs/Flocale.c (FlocaleFreeNameProperty):
13861         Fixed random core dump
13863 2002-03-19  olicha  <olivier.chapuis@free.fr>
13865         * fvwm/ConfigFvwmDefaults:
13866         RightTitleRotatedCW is a default
13868 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13870         * fvwm/frame.c (frame_get_sidebar_geometry):
13871         window corners are always at least the border width thick
13873         * fvwm/geometry.c (update_absolute_geometry):
13874         fixed south/east shading
13876         * fvwm/frame.c (frame_move_resize_step):
13877         did the best I could to prevent rxvt from flashing in the background
13878         colour
13880         * fvwm/add_window.c (get_default_window_attributes):
13881         (get_default_window_attributes):
13882         (setup_resize_handle_windows):
13883         * fvwm/borders.c (border_get_border_gcs):
13884         applied -visual fix by Hippo
13886         * fvwm/cursor.c (CMD_CursorStyle):
13887         fixed endless loop
13889         * fvwm/frame.c (frame_get_title_bar_dimensions):
13890         fixed order of right buttons
13891         (frame_move_resize_step):
13892         reduced flashing when maximizing
13894         * fvwm/geometry.c (update_absolute_geometry):
13895         adapted for horizontal shading
13897 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13899         * fvwm/borders.c:
13900         * fvwm/builtins.c:
13901         * fvwm/fvwm.h:
13902         * fvwm/geometry.c:
13903         * libs/Fft.c:
13904         * libs/Flocale.c:
13905         * libs/Flocale.h:
13906         several renamings of text_direction to text_rotation
13908 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13910         * fvwm/windowshade.c (CMD_WindowShade):
13911         * fvwm/frame.c (frame_create_move_resize_args):
13912         (frame_move_resize_step):
13913         hack to enable non-animated window shading for the time being
13915         * fvwm/style.c (parse_and_set_window_style):
13916         (parse_and_set_window_style):
13917         allow to abbreviate [Counter]ClockWise with [C]CW
13919         * fvwm/frame.c (frame_move_resize_step):
13920         fixed
13922         * fvwm/geometry.c (gravity_constrain_size):
13923         removed useless code
13925         * fvwm/update.c (apply_window_updates):
13926         * fvwm/add_window.c (AddWindow):
13927         * fvwm/move_resize.c (unmaximize_fvwm_window):
13928         (resize_window):
13929         do not write into frame_g. only frame.c should do this
13931         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13932         (MIN_WINDOW_TITLE_LENGTH):
13933         new default values
13934         * fvwm/frame.c (frame_setup_title_bar):
13935         (get_resize_decor_gravities_one_axis):
13936         (frame_setup_window_internal):
13937         (frame_move_resize_step):
13938         (frame_create_move_resize_args):
13939         rewrote frame_setup_title_bar function
13941         * fvwm/add_window.c (setup_frame_stacking):
13942         fixed title bar stacking order
13944         * fvwm/frame.c (frame_setup_title_bar):
13945         removed yesterday's 'fix'
13947         * fvwm/add_window.c (hide_screen):
13948         (setup_title_window):
13949         (setup_resize_handle_windows):
13950         (setup_button_windows):
13951         fixed visual and depth of decoration windows
13953 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13955         * fvwm/frame.c (frame_setup_title_bar):
13956         fixed title layout bug
13958         * fvwm/move_resize.c (MaximizeHeight):
13959         fixed bug in "grow" option of the Maximize command
13961         * fvwm/geometry.h:
13962         fixed broken prototype for get_title_font_size_and_offset
13964         * fvwm/geometry.c (get_title_font_size_and_offset):
13965         simplified code a bit
13967 2002-03-18  olicha  <olivier.chapuis@free.fr>
13969         * fvwm/geometry.h:
13970         * fvwm/geometry.c (get_title_font_size_and_offset):
13971         * fvwm/add_window.c (setup_title_geometry):
13972         * fvwm/style.h:
13973         * fvwm/style.c (parse_and_set_window_style):
13974         (check_window_style_change):
13975         * fvwm/update.c (apply_window_updates):
13976         * fvwm/window_flags.h:
13977         * fvwm/fvwm.h:
13978         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13979         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13980         RightTitleRotatedCounterClockWise
13982 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13984         * acconfig.h:
13985         * vms/config.h (FMiniIconsSupported):
13986         removed last traces of MINI_ICONS ifdef
13988         * fvwm/windowlist.c (CMD_WindowList):
13989         * fvwm/update.c (apply_window_updates):
13990         * fvwm/style.h:
13991         * fvwm/style.c (merge_styles):
13992         (parse_and_set_window_style):
13993         (check_window_style_change):
13994         * fvwm/screen.h:
13995         * fvwm/module_interface.c (SendMiniIcon):
13996         (BroadcastMiniIcon):
13997         (CMD_Send_WindowList):
13998         * fvwm/fvwm.h (FvwmWindow):
13999         * fvwm/ewmh_icons.c (ewmh_WMIcon):
14000         (EWMH_DoUpdateWmIcon):
14001         (ewmh_SetWmIconFromPixmap):
14002         (EWMH_DeleteWmIcon):
14003         (EWMH_SetIconFromWMIcon):
14004         * fvwm/builtins.c (ReadDecorFace):
14005         * fvwm/borders.c (DrawButton):
14006         (CMD_BorderStyle):
14007         (CMD_BorderStyle):
14008         * fvwm/add_window.c (setup_window_structure):
14009         (setup_mini_icon):
14010         (destroy_mini_icon):
14011         (change_mini_icon):
14012         (AddWindow):
14013         * acconfig.h (FMiniIconsSupported):
14014         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
14015         compiler checks
14017         * fvwm/screen.h:
14018         removed an FANCY_TITLEBARS ifdef
14020         * fvwm/borders.c (border_draw_one_part):
14021         (border_draw_border_parts):
14022         (border_draw_all_parts):
14023         (draw_clipped_decorations_with_geom):
14024         performance enhancement
14026 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14028         * fvwm/frame.c (frame_move_resize_step):
14029         force setting up the border when function is called with FRAME_MR_SETUP
14030         (frame_setup_window_internal):
14031         removed duplicate frame setup
14033         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
14034         fixed logic bug
14035         (draw_clipped_decorations_with_geom):
14036         do not flush the X queue after drawing; let the caller do it
14038         * fvwm/frame.c (frame_get_sidebar_geometry):
14039         fixed layout of windows with a small height
14040         (frame_hide_changing_window_parts):
14041         fixed flickering
14043         * fvwm/borders.c:
14044         * fvwm/frame.c:
14045         made good progress with frame layout rewrite. I think it is already
14046         considerably faster.
14047         some general clean up
14049         * fvwm/add_window.c (setup_decor_window):
14050         function removed
14052         * fvwm/windowshade.c (CMD_WindowShade):
14053         * fvwm/stack.c (verify_stack_ring_consistency):
14054         (RaiseOrLowerWindow):
14055         * fvwm/move_resize.c (resize_move_window):
14056         (move_window_doit):
14057         (draw_move_resize_grid):
14058         * fvwm/icons.c (DrawIconWindow):
14059         * fvwm/icccm2.c (CloseICCCM2):
14060         (convertProperty):
14061         (HandleSelectionRequest):
14062         * fvwm/fvwm.c (main):
14063         (SaveDesktopState):
14064         * fvwm/focus.c (DoSetFocus):
14065         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14066         * fvwm/events.c (HandlePropertyNotify):
14067         (HandleButtonPress):
14068         (HandleConfigureRequest):
14069         * fvwm/add_window.c (RestoreWithdrawnLocation):
14070         (Reborder):
14071         * fvwm/builtins.c (CMD_Delete):
14072         (CMD_Destroy):
14073         (CMD_Close):
14074         (CMD_FakeClick):
14075         * fvwm/menus.c (paint_menu):
14076         (DestroyMenu):
14077         * fvwm/misc.c (UngrabEm):
14078         (GrabEm):
14079         * fvwm/schedule.c (execute_obj_func):
14080         * fvwm/add_window.c (hide_screen):
14081         (destroy_window):
14082         use XFlush instead of XSync when the latter is not necessary
14084         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14085         new function
14087         * fvwm/add_window.c (adjust_fvwm_internal_windows):
14088         inform frame module if the window with the hide windows dies
14090         * fvwm/placement.c (PlaceWindow):
14091         (CMD_PlaceAgain):
14092         * fvwm/add_window.c (setup_window_attr):
14093         (setup_frame_attributes):
14094         (AddWindow):
14095         (RestoreWithdrawnLocation):
14096         (setup_window_placement):
14097         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14098         (get_title_geometry):
14099         * fvwm/fvwm.c (InitVariables):
14100         * fvwm/frame.c (frame_setup_frame):
14101         * fvwm/colormaps.c (HandleColormapNotify):
14102         (InstallWindowColormaps):
14103         * fvwm/events.c (HandleConfigureRequest):
14104         (HandleUnmapNotify):
14105         * fvwm/fvwm.h (FvwmWindow):
14106         removed attr member of FvwmWindow and replaced by a structure defined
14107         ourselves that is much smaller
14109         * fvwm/add_window.c (hide_screen):
14110         don't use save_unders and backing_store for the window used in recapture
14112         * fvwm/frame.c (frame_init):
14113         * fvwm/fvwm.c (main):
14114         new function to initialise frame module
14116         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14117         new function
14119 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14121         * fvwm/frame.c:
14122         clean up
14124         * fvwm/borders.h (enum):
14125         * fvwm/borders.c (draw_clipped_decorations_with_geom):
14126         (border_get_parts_and_pos_to_draw):
14127         * fvwm/fvwm.h (struct):
14128         some clean up
14129         fixed calculations of which border parts to draw
14131         * fvwm/fvwm2.1:
14132         corrected some typos
14133         * fvwm/frame.c:
14134         * fvwm/borders.c:
14135         handle marks work again
14137 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
14139         * AUTHORS: New author added.
14141 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14143         * fvwm/frame.c:
14144         * fvwm/borders.c:
14145         * fvwm/add_window.c (setup_frame_stacking):
14146         * fvwm/cursor.c (CMD_CursorStyle):
14147         * fvwm/events.c (HandleExpose):
14148         (HandleMapNotify):
14149         (HandleEnterNotify):
14150         (HandleLeaveNotify):
14151         (GetContext):
14152         * fvwm/geometry.c (get_title_button_geometry):
14153         * fvwm/virtual.c (map_window):
14154         * fvwm/add_window.c (setup_parent_window):
14155         (setup_resize_handle_cursors):
14156         (setup_resize_handle_windows):
14157         (resize_resize_handle_windows):
14158         (change_resize_handle_windows):
14159         some progress with new frame layout
14161         * fvwm/add_window.c (setup_visible_name):
14162         fixed off-by-one bug in setup_visible_name
14163         maximum window number can be set in defaults.h
14165 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14167         * fvwm/windowlist.h:
14168         * fvwm/virtual.h:
14169         * fvwm/update.h:
14170         * fvwm/style.h:
14171         * fvwm/read.h:
14172         * fvwm/placement.h:
14173         * fvwm/menus.h:
14174         * fvwm/move_resize.h:
14175         * fvwm/icons.h:
14176         * fvwm/geometry.h:
14177         * fvwm/frame.h:
14178         * fvwm/focus.h:
14179         * fvwm/events.h:
14180         * fvwm/borders.h:
14181         * fvwm/add_window.h:
14182         * fvwm/ewmh_names.c:
14183         * fvwm/ewmh_icons.c:
14184         * fvwm/ewmh_events.c:
14185         * fvwm/ewmh.c:
14186         * fvwm/frame.c:
14187         * fvwm/menucmd.c:
14188         * fvwm/schedule.c:
14189         * fvwm/geometry.c:
14190         * fvwm/gnome.c:
14191         * fvwm/windowlist.c:
14192         * fvwm/cursor.c:
14193         * fvwm/update.c:
14194         * fvwm/bindings.c:
14195         * fvwm/colormaps.c:
14196         * fvwm/decorations.c:
14197         * fvwm/conditional.c:
14198         * fvwm/misc.c:
14199         * fvwm/read.c:
14200         * fvwm/placement.c:
14201         * fvwm/fvwm.c:
14202         * fvwm/virtual.c:
14203         * fvwm/session.c:
14204         * fvwm/functions.c:
14205         * fvwm/stack.c:
14206         * fvwm/icons.c:
14207         * fvwm/module_interface.c:
14208         * fvwm/style.c:
14209         * fvwm/add_window.c:
14210         * fvwm/events.c:
14211         * fvwm/builtins.c:
14212         * fvwm/move_resize.c:
14213         * fvwm/borders.c:
14214         * fvwm/menus.c:
14215         * fvwm/fvwm.h (FvwmWindow):
14216         moved all windows into a separate sub structure and wrote access macros
14217         renamed FvwmWindow argument to builtin commands to "fw"
14218         renamed tmp_win to fw everywhere
14220         * fvwm/borders.c (RedrawBorder):
14221         * fvwm/decorations.c (SelectDecor):
14222         * fvwm/add_window.c (setup_style_and_decor):
14223         (setup_resize_handle_cursors):
14224         * fvwm/window_flags.h:
14225         * fvwm/fvwm.h (struct):
14226         added new member has_handles and new macro HAS_HANDLES
14228         * fvwm/decorations.c (SelectDecor):
14229         fixed the NoHandles style
14231         * fvwm/decorations.c (SelectDecor):
14232         * fvwm/style.c (check_window_style_change):
14233         (parse_and_set_window_style):
14234         * fvwm/style.h:
14235         * fvwm/fvwm.h (struct):
14236         renamed has_no_handles to has_no_border
14238 2002-03-15  olicha  <olivier.chapuis@free.fr>
14240         * libs/Flocale.h:
14241         * libs/Fft.c (is_utf8_encoding):
14242         Compilation fixes
14244         * libs/Flocale.h:
14245         s/COMPUND_TEXT/COMPOUND_TEXT
14247         * fvwm/fvwm2.1:
14248         Removed matrix xft specification doc as now it is use internally by
14249         fvwm
14251         * libs/Flocale.c (FlocaleRotateDrawString):
14252         (FlocaleUnloadFont):
14253         (FlocaleDrawString):
14254         (FlocaleTextWidth):
14255         * libs/Fft.h:
14256         * libs/Fft.c (FftGetRotatedFont):
14257         (FftGetFont):
14258         (FftDrawString):
14259         (FftTextWidth):
14260         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14261         (RedrawTitle):
14262         * fvwm/geometry.c (get_title_font_size_and_offset):
14263         * fvwm/style.c (parse_and_set_window_style):
14264         (check_window_style_change):
14265         * fvwm/update.c (apply_window_updates):
14266         * fvwm/update.h:
14267         * fvwm/style.h:
14268         * fvwm/fvwm.h:
14269         * fvwm/window_flags.h:
14270         Implemented vertical text rendering, new style SideTitleTextDefault,
14271         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14273 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14275         * fvwm/fvwm.h:
14276         removed inclusion of fvwmdebug.h
14278         * libs/gravity.c (ParseDirectionArgument):
14279         fixed direction parsing
14281         * fvwm/menus.c (get_menu_options):
14282         fixed a compiler warning
14284 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14286         * fvwm/bindings.c (ParseBinding):
14287         fixed compiler warning
14289         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14290         * fvwm/ewmh.h:
14291         fixed compilation w/ --disable-ewmh
14293         * fvwm/windowlist.c (CMD_WindowList):
14294         fixed parsing of conditions versus position of window list broken with
14295         a recent "fix"
14297 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14299         * libs/Fft.h:
14300         * libs/Fft.c (FftTextWidth):
14301         (is_utf8_encoding):
14302         (FftGetFontWidths):
14303         (FftDrawString):
14304         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14305         if HAVE_XFT was not set.
14307         * fvwm/events.h (XEVMASK_DECORW):
14308         select EnterNotify and LeaveNotify on frame instead of decor_w
14310         * fvwm/add_window.c (setup_title_window):
14311         (setup_button_windows):
14312         (setup_resize_handle_windows):
14313         frame window is the new parent of the title, button and handle windows
14314         (setup_frame_stacking):
14315         new stacking order of decoration windows
14317         * fvwm/menuitem.c (menuitem_paint):
14318         * fvwm/events.c (HandleExpose):
14319         xft fixes
14321         * fvwm/move_resize.c (unmaximize_fvwm_window):
14322         don't force to redraw the frame
14324         * libs/gravity.c (gravity_get_offsets):
14325         (gravity_move):
14326         (gravity_resize):
14327         functions moved to gravity.c
14329 2002-03-10  olicha  <olivier.chapuis@free.fr>
14331         * acconfig.h (HAVE_XFT_UTF8):
14332         * configure.in:
14333         * libs/Fft.c (is_utf8_encoding):
14334         (FftGetFontWidths):
14335         (FftDrawString):
14336         (FftTextWidth):
14337         Detected if Xft can handle utf8 string
14339         * libs/Fft.h:
14340         * fvwm/menuitem.c (menuitem_paint):
14341         * fvwm/events.c (HandleExpose):
14342         Fixed Xft related compilation failure and warning
14344 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14346         * fvwm/virtual.c:
14347         * fvwm/update.c:
14348         * fvwm/move_resize.c:
14349         * fvwm/icons.c:
14350         * fvwm/focus.c:
14351         * fvwm/events.c:
14352         * fvwm/builtins.c:
14353         * fvwm/add_window.c:
14354         * fvwm/frame.c (frame_setup_window):
14355         (frame_force_setup_window):
14356         (frame_setup_shape):
14357         SetupFrame renamed to frame_setup_window
14358         ForceSetupFrame renamed to frame_force_setup_window
14359         SetShape renamed to frame_setup_shape
14361         * fvwm/windowshade.c:
14362         moved most code to frame.c
14364         * fvwm/frame.c (SetShape):
14365         (SetupTitleBar):
14366         (set_decor_gravity):
14367         (ForceSetupFrame):
14368         (SetupFrame):
14369         functions moved to new file
14371         (SetupTitleBar):
14372         (frame_setup_title_bar):
14373         renamed function
14375         * libs/Parse.h:
14376         direction code moved to gravity.c and gravity.h
14378         * fvwm/windowshade.c (CMD_WindowShade):
14379         * fvwm/geometry.c (get_shaded_geometry):
14381         * libs/FScreen.c (FScreenInit):
14382         (FScreenUpdateEmulationMapState):
14383         changed Xinerame emulation layout
14385         * fvwm/fvwm2.1:
14386         Corrected the description of the XineramaPrimaryScreen command that was
14387         essentially lying.
14389 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14391         * fvwm/menus.c (menu_tear_off):
14392         (unlink_item_from_menu):
14393         (menu_strip_tear_off_title):
14394         use the text from a title item as the tear off menu title if the menu
14395         begins with a title; skip separators and tear off bars at the front of
14396         the menu
14398         * **/*.[ch]:
14399         implemented titleatleft and titleatright styles; titles are not drawn
14400         vertically yet
14402         * fvwm/style.c (check_window_style_change):
14403         * fvwm/update.c (apply_window_updates):
14404         * fvwm/ewmh_names.c (EWMH_WMIconName):
14405         (EWMH_WMName):
14406         (charset_to_utf8):
14407         * fvwm/ewmh.c (ksmserver_workarround):
14408         * fvwm/update.c (apply_window_updates):
14409         * fvwm/conditional.c (MatchesConditionMask):
14410         * fvwm/fvwm.c (main):
14411         * fvwm/session.c (SaveWindowStates):
14412         (matchWin):
14413         (MatchWinToSM):
14414         * fvwm/functions.c (expand):
14415         * fvwm/stack.c (dump_stack_ring):
14416         (verify_stack_ring_consistency):
14417         * fvwm/module_interface.c (BroadcastWindowIconNames):
14418         (CMD_Send_WindowList):
14419         * fvwm/add_window.c (free_window_names):
14420         (free_window_names):
14421         * fvwm/events.c (HandlePropertyNotify):
14422         * fvwm/builtins.c (CMD_Wait):
14423         * fvwm/style.c (CMD_DestroyStyle):
14424         (lookup_style):
14425         Adapted to changes of Flocale.h
14427         * acconfig.h:
14428         removed COMPUND_TEXT ifdef
14430         * configure.in:
14431         mutibyte defaults to on
14433         * acconfig.h:
14434         * libs/Flocale.c:
14435         * libs/Flocale.h:
14436         * fvwm/fvwm.h (FvwmWindow):
14437         cleaned up Flocale stuff for better information hiding
14439         * libs/Flocale.c (get_FlocaleFontSet):
14440         (get_FlocaleFont):
14441         added a new font strucht member min_char_offset for vertical text
14443         * libs/Flocale.c (get_FlocaleFontSet):
14444         fixed a bug in descent calculation
14446         * fvwm/fvwm.h (FvwmWindow):
14447         removed title_g
14449         * fvwm/borders.c (RedrawButtons):
14450         (SetupTitleBar):
14451         (RedrawBorder):
14452         (SetupFrame):
14453         (RedrawTitle):
14454         (DrawMultiPixmapTitlebar):
14455         don't use title_g or boundary_width
14457         * libs/Flocale.c (FlocaleTextWidth):
14458         * libs/Flocale.c (FlocaleDrawString):
14459         added interface for vertical strings
14460         * libs/Flocale.h (FlocaleWinString):
14461         added flags structure w/ is_vertical_string flag
14463         * fvwm/borders.c (RedrawTitle):
14464         (DrawMultiPixmapTitlebar):
14465         * fvwm/screen.h (ScreenInfo):
14466         * fvwm/icons.c (DrawIconWindow):
14467         * fvwm/move_resize.c (DisplayPosition):
14468         (DisplaySize):
14469         * fvwm/screen.h (ScreenInfo):
14470         removed ScratchStr and TitleStr; *please* don't use global variables
14471         without need
14473         * fvwm/move_resize.c (ParseOneResizeArgument):
14474         (GetResizeArguments):
14475         (GetResizeMoveArguments):
14476         (resize_window):
14477         (resize_move_window):
14478         * fvwm/module_interface.c (CONFIGARGS):
14479         (OLDCONFIGARGS):
14480         (CONFIGARGSNEW):
14481         * fvwm/placement.c (PlaceWindow):
14482         * fvwm/add_window.c (setup_title_window):
14483         (setup_button_windows):
14484         (setup_parent_window):
14485         (resize_resize_handle_windows):
14486         (change_resize_handle_windows):
14487         (AddWindow):
14488         * fvwm/geometry.c (get_window_borders):
14489         (gravity_get_naked_geometry):
14490         (gravity_add_decoration):
14491         (constrain_size):
14492         don't use title_g.width and title_g.height anymore
14494         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14495         new macro
14497         * fvwm/borders.c (SetupTitleBar):
14498         * fvwm/add_window.c (setup_title_window):
14499         don't use title_g.x and title_g.y anymore
14500         (setup_title_geometry):
14501         new function
14503         * fvwm/fvwm.h (FvwmWindow):
14504         replaced title_g by title_length and title_thickness
14505         renamed title_text_y to title_text_offset
14507         * fvwm/add_window.c (setup_style_and_decor):
14508         (setup_parent_window):
14509         * fvwm/decorations.c (SelectDecor):
14510         * fvwm/placement.c (PlaceWindow):
14511         * fvwm/windowlist.c (CMD_WindowList):
14512         * fvwm/events.c (SendConfigureNotify):
14513         (HandlePropertyNotify):
14514         (HandleMapNotify):
14515         * fvwm/move_resize.c (DisplaySize):
14516         (ParseOneResizeArgument):
14517         (GetResizeArguments):
14518         (GetResizeMoveArguments):
14519         (resize_window):
14520         (resize_move_window):
14521         * fvwm/geometry.c (gravity_get_naked_geometry):
14522         (gravity_add_decoration):
14523         (constrain_size):
14524         don't use boundary_width anymore
14526         * fvwm/borders.c (SetupTitleBar):
14527         made static
14529         * fvwm/fvwmdebug.c:
14530         removed outdated file that was never used
14532         * fvwm/move_resize.c (move_window_doit):
14533         fixed GNOME and EWMH hints when unsticking a window
14535         * fvwm/virtual.c (CMD_MoveToDesk):
14536         unstick windows when MoveToDesk is used
14538         * fvwm/builtins.c:
14539         * fvwm/windowshade.c (CMD_WindowShade):
14540         (CMD_WindowShadeAnimate):
14541         functions moved to windowshade.c
14543         * fvwm/window_flags.h:
14544         * fvwm/menus.c (pop_menu_up):
14545         * fvwm/builtins.c (CMD_WindowShade):
14546         * fvwm/move_resize.c (resize_window):
14547         * fvwm/icons.c (AutoPlaceIcon):
14548         * fvwm/borders.c (SetupFrame):
14549         don't use HAS_BOTTOM_TITLE any more
14550         (ButtonPosition):
14551         function removed
14553         * fvwm/geometry.c (get_title_font_width_and_offset):
14554         * fvwm/geometry.c (set_window_border_size):
14555         * fvwm/geometry.c (is_window_border_minimal):
14556         * fvwm/geometry.c (get_window_borders_no_title):
14557         * fvwm/geometry.c (get_shaded_client_window_pos):
14558         * fvwm/geometry.c (get_icon_corner):
14559         * fvwm/geometry.c (get_title_gravity):
14560         * fvwm/geometry.c (get_title_geometry):
14561         * fvwm/borders.c (get_button_number):
14562         new functions
14564         * fvwm/borders.c (SetupFrame):
14565         (SetShape):
14566         * fvwm/events.c (HandleShapeNotify):
14567         * fvwm/borders.c (SetupTitleBar):
14568         * fvwm/update.c (apply_window_updates):
14569         * fvwm/add_window.c (setup_window_font):
14570         removed title_top_height
14572         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14573         renamed
14575         * fvwm/events.c (SendConfigureNotify):
14576         * fvwm/events.c (HandleConfigureRequest):
14577         preparations for W/E titles
14578         don't use title_top_height any more
14580         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14581         use title_dir flags
14583         * fvwm/geometry.c (get_window_borders):
14584         * fvwm/style.c (parse_and_set_window_style):
14585         (check_window_style_change):
14586         * fvwm/style.h (SCSET_TITLE_DIR):
14587         * fvwm/window_flags.h (GET_TITLE_DIR):
14588         * fvwm/fvwm.h (struct):
14589         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14590         DIR_W or DIR_E
14592         * libs/Parse.c (ParseDirectionArgument):
14593         * libs/Parse.h:
14594         use new type direction_type
14596 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14598         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14599         use function from geometry.c to get the border size
14601         * fvwm/geometry.c (get_shaded_geometry):
14602         added code for shading in all directions
14604 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14606         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14608 2002-03-07  olicha  <olivier.chapuis@free.fr>
14610         * libs/Flocale.c (FInitLocale):
14611         * fvwm/fvwm.c (main):
14612         Set the locale using "" as locale argument
14614 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14616         * fvwm/fvwm2.1:
14617         fixed some typos and indentation of several new variable entries
14619 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14621         * fvwm/functions.h (enum):
14622         * fvwm/functions.c (func_config):
14623         * fvwm/commands.h:
14624         * fvwm/conditional.c (CMD_ThisWindow):
14625         renamed command "This" to "ThisWindow"
14627         * fvwm/conditional.c (Circulate):
14628         "Current" no longer selects a random window when no window is focused
14630         * fvwm/icccm2.c (SetupICCCM2):
14631         removed debug fprintf
14633         * fvwm/functions.c (expand_extended_var):
14634         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14635         pointer.wy, pointer.cx and pointer.cy.
14637         * libs/Parse.c (ParseDirectionArgument):
14638         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14640         * fvwm/builtins.c (CMD_WindowShade):
14641         fixes for animated shading w/ titleatbottom+north and titleattop+south
14643 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14645         * fvwm/move_resize.c (moveLoop):
14646         (resize_window):
14647         * fvwm/virtual.c (HandlePaging):
14648         moving/resizing windows opaque is much faster
14650 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14652         * fvwm/add_window.c (resize_resize_handle_windows):
14653         (change_resize_handle_windows):
14654         (setup_window_font):
14655         fixed changing the handlewidth style
14657         * fvwm/update.c (apply_window_updates):
14658         * fvwm/geometry.c (update_absolute_geometry):
14659         * fvwm/builtins.c (CMD_WindowShade):
14660         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14661         * fvwm/conditional.c (CreateConditionMask):
14662         * fvwm/geometry.c (get_shaded_geometry):
14663         * fvwm/session.c (MatchWinToSM):
14664         * fvwm/add_window.c (setup_window_structure):
14665         (AddWindow):
14666         * fvwm/window_flags.h (SHADED_DIR):
14667         * fvwm/fvwm.h (struct):
14668         implemented new WindowShade options "North" and "South" to allow shading
14669         a window in either direction, regardless of if the title is at the top
14670         or bottom.
14672         * libs/Module.c (module_expand_action):
14673         new convenience function for modules
14675 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14677         * fvwm/fvwm2.1: Fixes to the font section.
14679 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14681         * fvwm/conditional.c (CMD_WindowId):
14682         set the correct context window for unmanaged windows
14684         * fvwm/icons.c (DrawIconWindow):
14685         raise the icon title even if it's too small to be expanded
14687         * fvwm/conditional.c (CMD_Cond):
14688         Fixed it the right way this time
14689         (CMD_Any):
14690         same fix for the 'Any' command
14691         (circulate_cmd):
14692         (CMD_Prev):
14693         (CMD_Next):
14694         (CMD_None):
14695         (CMD_Any):
14696         (CMD_Current):
14697         unified circulating functions into a single one
14698         (CMD_Pick):
14699         Pick allows to pick functions that have CirculateSkip set
14700         fixed a memory leak
14701         (select_cmd):
14702         (CMD_This):
14703         (CMD_Pick):
14704         (CMD_PointerWindow):
14705         unified selecting functions into a single one
14706         (CMD_PointerKey):
14707         (CMD_All):
14708         Allow user to override the default CirculateHit of these functions
14710         * fvwm/conditional.c (CMD_Cond):
14711         Fixed a problem w/ the window selection
14713         * fvwm/menus.h:
14714         * fvwm/menus.c:
14715         * fvwm/menudim.h:
14716         * fvwm/menudim.c:
14717         * fvwm/menustyle.h:
14718         * fvwm/menustyle.c:
14719         * fvwm/menucmd.c:
14720         * fvwm/menuitem.c:
14721         * fvwm/menuitem.h:
14722         moved some of the menu code into separate files
14723         more work on tear off menus; windowlist can now be torn off without a
14724         memory leak
14726         * fvwm/template.c:
14727         * fvwm/template.h:
14728         added templates for new source files
14730         * libs/Picture.c (fvwmlib_clone_color):
14731         new function
14733         * fvwm/menus.c (make_menu):
14734         (update_menu):
14735         removed unused parameter from make_menu()
14737         * fvwm/fvwm2.1 (Example):
14738         corrected statement about CaptureHonorsStartsOnPage being the default
14740 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14742         * INSTALL.fvwm:
14743         * Makefile.am:
14744         * configure.in:
14745         added and documented --disable-bidi and --disable-perllib
14747 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14749         * fvwm/geometry.c (get_window_borders):
14750         fixed calculation of $[cw.y] and $[cw.height]
14752         * fvwm/move_resize.c (resize_move_window):
14753         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14755 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14757         * fvwm/move_resize.c (resize_move_window):
14759 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14761         * configure.in:
14762         re-added --enable-xinerama-emulation option that was removed recently
14764 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14766         * INSTALL.fvwm:
14767         * NEWS:
14768         * fvwm/fvwm2.1:
14769         several corrections and rewording
14771 2002-02-28  olicha  <olivier.chapuis@free.fr>
14773         * fvwm/fvwm2.1:
14774         New section FONT NAMES AND FONT LOADING
14776         * INSTALL.fvwm:
14777         * NEWS:
14778         Document --enable-xft
14780         * libs/Fft.c (get_FlocaleXftFont):
14781         Used the xft font height in the place of ascent+descent
14783         * fvwm/icons.c (DrawIconWindow):
14784         Fixed the fg colors of the icon title
14786 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14788         * fvwm/conditional.c (CMD_CondCase):
14789         fixed CondCase command
14790         (CMD_Cond):
14791         fixed numeric return codes
14793         * fvwm/add_window.c (CMD_Recapture):
14794         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14796         * acinclude.m4 (smr_CHECK_LIB):
14797         disabled a destructing gnome_prefix logic again
14799         * fvwm/events.c (GetContext):
14800         * libs/Bindings.c (win_contexts):
14801         * libs/fvwmlib.h:
14802         new contexts for individual parts of the window border
14804 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14806         * acinclude.m4:
14807         disabled a destructing gnome_prefix logic
14809         * configure.in:
14810         replaced fribidi detection mechanism, now fribidi-config is used
14812 2002-02-26  olicha  <olivier.chapuis@free.fr>
14814         * acconfig.h (HAVE_XFT):
14815         * acinclude.m4:
14816         * configure.in:
14817         * libs/Fft.c (new file):
14818         * libs/Flocale.c (FlocaleLoadFont):
14819         (FlocaleUnloadFont):
14820         (FlocaleDrawString):
14821         (FlocaleTextWidth):
14822         (get_FlocaleFontSet):
14823         (get_FlocaleFont):
14824         (get_FlocaleFontOrFontSet):
14825         * libs/Flocale.h:
14826         * fvwm/Makefile.am:
14827         Added anti-alised font rendering using Xft. This is off by default.
14828         A font can now be given as a ";" separated list of either ","
14829         separated list of XFLD font name or Xft font name with "xft:" as
14830         prefix, e.g.:
14831           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14832         See Flocale.h for details
14834         * fvwm/events.c (HandleExpose):
14835         * fvwm/menus.c (paint_item):
14836         Always clear the text area before drawing text with an Xft font
14838 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14840         * acinclude.m4 (smr_CHECK_LIB):
14841         fixed a bug with variable expansion and autoconf cache values
14843 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14845         * fvwm/menus.c (seek_submenu_instance):
14846         (FindPopup):
14847         * fvwm/fvwm.c (InitVariables):
14848         some general menu clean up
14850         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14851         * fvwm/move_resize.h (resize_geometry_window):
14852         * fvwm/menus.c (animated_move_back):
14853         (pop_menu_up):
14854         (ParentalMenuRePaint):
14855         Removed the global variables for parental relativity.  Please *do not*
14856         use globals in menus.c or anywhere else.  I'm trying to remove most
14857         globals in the long run.
14859         * libs/Graphics.c (do_relieve_rectangle):
14860         removed debug code
14862         * fvwm/menus.c (MenuInteraction):
14863         fixed tearing off menus by selecting a tear off item with the keyboard
14865         * fvwm/menus.c (MenuInteraction):
14866         fixed menus not popping down sometimes
14868         * fvwm/functions.c (CMD_TearMenuOff):
14869         * fvwm/menus.c (AddToMenu):
14870         (MenuInteraction):
14871         (warp_pointer_to_item):
14872         (get_selectable_item_index):
14873         (get_selectable_item_from_index):
14874         (get_selectable_item_from_section):
14875         (menuShortcuts):
14876         (paint_item):
14877         (draw_tear_off_bar):
14878         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14879         New command "TearMenuOff" in menus.  In a normal item, this tears off
14880         the menu when selected.  If the item has no title, it is drawn as a
14881         dashed line too.  Pressing button 2 over a title tears out the menu too.
14882         some clean up
14884         * fvwm/menus.c (make_menu_window):
14885         fixed problem w/ mapping menus, performance enhancement
14887         * fvwm/builtins.c (CMD_Destroy):
14888         (CMD_Close):
14889         fixed core dump
14891         * fvwm/functions.c (execute_function):
14892         (expand_extended_var):
14893         (expand):
14894         new variable cond.rc that returns the last return code of a conditinal
14895         command
14897 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14899         * fvwm/conditional.c (CMD_Cond):
14900         (CMD_CondCase):
14901         (CMD_Break):
14902         * fvwm/commands.h:
14903         * fvwm/functions.h:
14904         * fvwm/functions.c:
14905         new conditional commands Cond, CondCase and Break
14907         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14908         (ewmh_WMStateShaded):
14909         (ewmh_WMState):
14910         (ewmh_MoveResize):
14911         (ewmh_WMStateHidden):
14912         (ewmh_WMDesktop):
14913         (ewmh_CloseWindow):
14914         (ewmh_ActiveWindow):
14915         (ewmh_DesktopGeometry):
14916         * fvwm/gnome.c (GNOME_HandlePropRequest):
14917         * fvwm/windowlist.c (CMD_WindowList):
14918         * fvwm/update.c (apply_window_updates):
14919         * fvwm/conditional.c (CMD_Pick):
14920         (CMD_Prev):
14921         (CMD_Next):
14922         (CMD_None):
14923         (CMD_Any):
14924         (CMD_Current):
14925         (CMD_PointerWindow):
14926         (CMD_This):
14927         (CMD_All):
14928         (CMD_Direction):
14929         (CMD_WindowId):
14930         * fvwm/read.c (run_command_stream):
14931         * fvwm/fvwm.c (Done):
14932         (SetRCDefaults):
14933         (StartupStuff):
14934         (main):
14935         * fvwm/module_interface.c (ExecuteModuleCommand):
14936         * fvwm/move_resize.c (handle_stick):
14937         * fvwm/add_window.c (AddWindow):
14938         * fvwm/events.c (HandleKeyPress):
14939         (HandleButtonPress):
14940         (HandleClientMessage):
14941         (HandleButtonRelease):
14942         (HandlePropertyNotify):
14943         * fvwm/builtins.c (CMD_DestroyDecor):
14944         (AddToDecor):
14945         (CMD_StrokeFunc):
14946         * fvwm/functions.h (func_type):
14947         * fvwm/functions.c (old_execute_function):
14948         (execute_function):
14949         (execute_complex_function):
14951         * fvwm/fvwm.h (fvwm_cond_func_rc):
14952         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14954         * fvwm/ConfigFvwmDefaults:
14955         set some default styles for tear off menu windows
14957         * fvwm/menus.c (menuShortcuts):
14958         ignore actions that would normally close a menu if it's a tear off menu
14959         <Backspace> creates a tear off menu
14960         <Escape> closes a tear off menu
14962         * fvwm/builtins.c (CMD_Delete):
14963         (CMD_Destroy):
14964         (CMD_Close):
14965         * fvwm/menus.c (DestroyMenu):
14966         (make_menu_window):
14967         (MenuInteraction):
14968         * fvwm/menus.h (MenuRootDynamic):
14969         Each menu window is created with a unique display to prevent fvwm from
14970         being killed when a tear off menu is destroyed.  Of course this is
14971         inefficient, but still better than writing a menu module.
14973 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14975         * configure.in:
14976         autogenerate perllib/FVWM/Module/Makefile
14978 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14980         * fvwm/move_resize.c (moveLoop):
14981         fixed a problem with keyboard movement vs. EdgeResistance
14983 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14985         * fvwm/events.c:
14986         fixed problem with root bindings and xfishtank
14988         * fvwm/windowlist.c (CMD_WindowList):
14989         applied patch by to Darren Marshall to fix placement of window list on
14990         wrong xinerama screen
14992         * libs/Parse.c (GetSuffixedIntegerArguments):
14993         integer arguments that must not have a suffix but have one are ignored
14995         * fvwm/icons.c (DeIconify):
14996         (Iconify):
14997         applied patch by Markus Schwarzenberg to fix a rare problem with the
14998         is_map_pending flag, iconified icons and restart
15000 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
15002         * fvwm/commands.h:
15003         * fvwm/conditional.c (CMD_This):
15004         * fvwm/functions.c:
15005         * fvwm/functions.h:
15006         * fvwm/fvwm2.1:
15007         * NEWS:
15008         added new conditional command This
15010 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
15012         * acconfig.h:
15013         * configure.in:
15014         added fribidi library detection
15016 2002-02-12  olicha  <olivier.chapuis@free.fr>
15018         * libs/Flocale.h (FlocaleFont):
15019         * libs/Flocale.c (get_FlocaleFont):
15020         (get_FlocaleFontSet):
15021         Compute the ascent and descent of the FlocaleFont structure directly
15022         from the XFontSetExtents data in the case of a fontset
15023         Added max_char_width to the FlocaleFont structure
15025         * libs/Makefile.am (libfvwm_a_SOURCES):
15026         * libs/GetFont.c:
15027         Removed libs/GetFont.c
15029         * fvwm/menus.c (FreeMenuStyle):
15030         (UpdateMenuStyle):
15031         (NewMenuStyle):
15032         (CMD_CopyMenuStyle):
15033         * fvwm/menus.h (MenuLook):
15034         Fixed default font handling font by using a new MenuLook flags
15035         USING_DEFAULT_FONT
15037         * fvwm/menus.c (UpdateMenuStyle):
15038         Fixed default font update
15040         * fvwm/fvwm.c (SetRCDefaults):
15041         (InitVariables):
15042         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15043         fvwm initialization
15045 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
15047         * configure.in:
15048         added FvwmPerl/* file generation
15050 2002-02-11  olicha  <olivier.chapuis@free.fr>
15052         * INSTALL.fvwm:
15053         * NEWS:
15054         Multibyte news. Document --disable-compound-text and --disable-ewmh.
15056         * libs/Flocale.h:
15057         Added more documentation and change the MB_FALLBACK_FONT to
15058         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15059         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15060         more consistent with the none multibyte case.
15062 2002-02-10  olicha  <olivier.chapuis@free.fr>
15064         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15065         (EWMH_ExitStuff):
15066         * fvwm/events.c (HandleUnmapNotify):
15067         (HandleReparentNotify):
15068         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15069         (ewmh_WMStateSticky):
15070         (ewmh_WMStateHidden):
15071         Restore various ewmh initial states when a window is  unmapped or
15072         reparented
15074 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
15076         * Makefile.am:
15077         * configure.in:
15078         added support for new perllib directory
15080 2002-02-09  olicha  <olivier.chapuis@free.fr>
15082         * libs/fvwmlib.h:
15083         * libs/Flocale.c:
15084         * libs/Flocale.h:
15085         * acconfig.h:
15086         * configure.in:
15087         Rename I18N_MB to MULTIBYTE
15088         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15090         * libs/Flocale.c (*):
15091         * libs/Flocale.h:
15092         New Font and Text API. A cache is used for fonts information. Font
15093         loading is more powerfull as both font or fontset can be loaded.
15094         See Flocale.h for details, more comments will be added soon.
15095         Fortunately, it seems that there are no more memory problems with
15096         --enable-multibyte!
15097         If COMPOUND_TEXT, then non XA_STRING text properties are converted
15098         with XmbTextPropertyToTextList
15100         * fvwm/events.c (HandlePropertyNotify):
15101         * fvwm/misc.c (NewFontAndColor):
15102         * fvwm/icons.h:
15103         * fvwm/misc.h:
15104         * fvwm/menus.c (FreeMenuStyle):
15105         (NewMenuStyle):
15106         (CMD_CopyMenuStyle):
15107         (draw_underline):
15108         (calculate_item_sizes):
15109         (size_menu_horizontally):
15110         (paint_item):
15111         * fvwm/builtins.c (CMD_DefaultFont):
15112         (ApplyDefaultFontAndColors):
15113         * fvwm/add_window.c (destroy_icon_font):
15114         (setup_icon_font):
15115         (destroy_window_font):
15116         (setup_window_font):
15117         (free_window_names):
15118         (setup_window_name):
15119         (setup_icon):
15120         * fvwm/fvwm.h (FvwmWindow):
15121         * fvwm/move_resize.c (DisplayPosition):
15122         (resize_geometry_window):
15123         (DisplaySize):
15124         * fvwm/fvwm.c (InitVariables):
15125         * fvwm/icons.c (DrawIconWindow):
15126         (setup_icon_title_size):
15127         * fvwm/borders.c (RedrawTitle):
15128         (DrawMultiPixmapTitlebar):
15129         * fvwm/screen.h (ScreenInfo):
15130         Use the new Text and Font API
15132 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15134         * fvwm/module_interface.c (PositiveWrite):
15135         fixed core dump when a module died in the select of PositiveWrite()
15137         * fvwm/module_interface.c (initModules):
15138         (ClosePipes):
15139         (do_execute_module):
15140         (KillModule):
15141         (KillModuleByName):
15142         (CMD_SendToModule):
15143         (PositiveWrite):
15144         * fvwm/modconf.c (ModuleConfig):
15145         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15147         * fvwm/icons.c (GetXPMFile):
15148         suppress unnecessary error message for xmb icons
15150         * fvwm/misc.c (fvwm_msg):
15151         * fvwm/misc.h (enum):
15152         added new fvwm_msg type "OLD" for deprecated commands
15154 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
15156         * configure.in:
15157         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15159         * INSTALL.fvwm:
15160         New section "Bug Reports".
15162 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15164         * fvwm/update.c (apply_window_updates):
15165         fixed propagation of window border and title colours to the modules
15167 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15169         * fvwm/menus.c (do_menu):
15170         fixed leaving tear off menus when something is selected with the mouse
15172 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15174         * fvwm/events.c (HandleEnterNotify):
15175         * fvwm/menus.c:
15176         more work on tear off menus
15178 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15180         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15181         * fvwm/menus.c (menu_enter_tear_off_menu):
15182         (find_entry):
15183         (menuShortcuts):
15184         (MenuInteraction):
15185         (pop_menu_up):
15186         properly calculate pointer position in tear off menus
15187         (MenuInteraction):
15188         fixed active wait w/ poopup/popdown delays
15190         * fvwm/windowlist.c (CMD_WindowList):
15191         don't initialise some variables twice
15193 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15195         * fvwm/add_window.c (CaptureOneWindow):
15196         properly recapture tear off menus
15198         (IS_MESSAGE_IN_MASK):
15199         (is_message_selected):
15200         (PositiveWrite):
15201         (PositiveWrite):
15202         * fvwm/schedule.c (deschedule):
15203         (squeue_execute):
15204         * fvwm/events.c (My_XNextEvent):
15205         * libs/queue.h:
15206         * fvwm/module_interface.c (ClosePipes):
15207         (CMD_ModuleSynchronous):
15208         (KillModule):
15209         performance enhancements; made macros out of simple functions
15211         * fvwm/builtins.c (CMD_WindowShade):
15212         don't redraw the decorations if window was not shaded or unshaded
15214         * fvwm/schedule.c (deschedule_obj_func):
15215         (execute_obj_func):
15216         fixed core dump when a scheduled command deschedules itself
15218 2002-01-31  olicha  <olivier.chapuis@free.fr>
15220         * NEWS:
15221         FvwmButtons news
15223 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
15225         * NEWS:
15226         * fvwm/move.c (moveLoop):
15227         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15229         * fvwm/session.c (get_version_string):
15230         switch from static to date-based version string
15232         * configure.in:
15233         remove --enable-kanji compatibility option
15235         * fvwm/schedule.h:
15236         * libs/queue.h:
15237         fix warnings, gcc compains on having something after #endif
15239 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15241         * fvwm/builtins.c (CMD_Delete):
15242         (CMD_Close):
15243         (CMD_Destroy):
15244         don't crash fvwm when trying to close a tear off menu
15246         * fvwm/decorations.c (is_function_allowed):
15247         * fvwm/menus.c (menu_expose):
15248         (do_menu):
15249         * fvwm/events.c (HandleReparentNotify):
15250         (HandleUnmapNotify):
15251         * fvwm/add_window.c (AddWindow):
15252         (AddWindow):
15253         * fvwm/fvwm.h (struct):
15254         * fvwm/add_window.c (CaptureAllWindows):
15255         (CaptureOneWindow):
15256         * fvwm/events.h (flush_property_notify):
15257         * fvwm/events.c (HandleMapRequestKeepRaised):
15258         started work on tear off menus
15260         * fvwm/fvwm.c (main):
15261         * fvwm/events.c (CMD_Sync):
15262         (CMD_Synchronize):
15263         * fvwm/commands.h (CMD_Synchronize):
15264         * fvwm/functions.h (enum):
15265         * fvwm/functions.c (func_config):
15266         new commands XSync and XSynchronize for debugging
15268         * fvwm/conditional.c (CreateConditionMask):
15269         (MatchesConditionMask):
15270         * fvwm/builtins.c (CMD_State):
15271         * fvwm/fvwm.h (struct):
15272         * fvwm/functions.h:
15273         * fvwm/commands.h:
15274         * fvwm/functions.c (func_config):
15275         new command "State"
15276         new condition "State"
15278         * libs/queue.c:
15279         fixed core dump
15281 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15283         * fvwm/module_interface.c (AddToMessageQueue):
15284         (initModules):
15285         (DeleteMessageQueueBuff):
15286         (FlushMessageQueue):
15287         * fvwm/events.c (My_XNextEvent):
15288         * fvwm/module_interface.c (AddToCommandQueue):
15289         (ExecuteCommandQueue):
15290         use code from queue.c
15292         * fvwm/schedule.c:
15293         * fvwm/queue.c:
15294         * fvwm/queue.h:
15295         * fvwm/events.c (My_XNextEvent):
15296         "Schedule 0" commands are executed before event handling
15297         moved some of the chedule code into a new queue library
15299 2002-01-30  olicha  <olivier.chapuis@free.fr>
15301         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15303 2002-01-30  olicha  <olivier.chapuis@free.fr>
15305         * libs/Flocale.c:
15306         * libs/Flocale.h:
15307         * libs/Makefile.am:
15308         * fvwm/fvwm.c (main):
15309         New libs files Flocale.c and Flocale.h with a function to set the
15310         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15311         also a function to get the charset (from ewmh_name.c) and which
15312         setlocale if this has not been done with the above function. This
15313         function is also called at fvwm2 startup
15315         * fvwm/ewmh_names.c (charset_to_utf8):
15316         (utf8_to_charset):
15317         Use the Fcharset variable and remove get_charset
15319         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15320         A minor fix
15322         * libs/GetFont.c (GetFontSetOrFixed):
15323         Free the missing charset list as suggested by Alexander Kotelnikov.
15324         Report problems with missing charset only 5 times. Remove the
15325         STRICTLY_FIXED code
15327 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15329         * configure.in:
15330         a patch to config.status to generate scripts executable, may be handy;
15331         added generation of utils/fvwm24_convert
15333 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15335         * fvwm/schedule.c:
15336         * fvwm/functions.c (expand_extended_var):
15337         implemented $[schedule.last] and $[schedule.next] variables
15338         implemented new command "Deschedule"
15340         * fvwm/misc.c (get_server_time):
15341         fixed MouseFocus
15343 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15345         * fvwm/misc.c (get_server_time):
15346         * fvwm/events.c (My_XNextEvent):
15347         * fvwm/icccm2.c (SetupICCCM2):
15348         * fvwm/functions.h:
15349         * fvwm/commands.h:
15350         * fvwm/functions.c (func_config):
15351         * fvwm/schedule.c:
15352         implemented new command "Schedule"
15354         * fvwm/builtins.c (CMD_Exec):
15355         applied job control patch by Alexander Kotelnikov using the portable
15356         version of setpgrp()
15358         * libs/setpgrp.c (fvwm_setpgrp):
15359         * libs/setpgrp.h (fvwm_setpgrp):
15360         * libs/Makefile.am:
15361         * configure.in:
15362         added checks for setpgrp and setpgid
15364 2002-01-29  olicha  <olivier.chapuis@free.fr>
15366         * acinclude.m4:
15367         Better test for iconv second argumeny
15369         * configure.in:
15370         Use gnu libiconv in priority against the system iconv
15372 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15374         * fvwm/stack.c (RaiseOrLowerWindow):
15375         (restack_windows):
15376         (collect_transients_recursive):
15377         * fvwm/icons.c (get_visible_icon_window_count):
15378         fixed stack ring corruption with icons that have either no picture or
15379         no title
15381 2002-01-28  olicha  <olivier.chapuis@free.fr>
15383         * fvwm/ewmh_names.c (charset_to_utf8):
15384         (utf8_to_charset):
15385         (EWMH_SetVisibleName):
15386         (get_charset):
15387         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15388         set the ewmh visible (icon) name only if the fvwm visible name is
15389         different from the ICCCM (icon) window name, limit the number of
15390         conversions error messages to 10
15392 2002-01-28  olicha  <olivier.chapuis@free.fr>
15394         * fvwm/functions.c (func_config):
15395         * fvwm/commands.h:
15396         * fvwm/builtins.c (CMD_PropertyChange):
15397         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15398         messages
15400         * fvwm/module_interface.h:
15401         * fvwm/module_interface.c (BroadcastPropertyChange):
15402         * libs/Module.h (MX_PROPERTY_CHANGE):
15403         New module message MX_PROPERTY_CHANGE for all propose messages.
15405         * fvwm/events.c (HandlePropertyNotify):
15406         * libs/defaults.h:
15407         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15408         as argument when fvwm2 detects that the root background change
15409         Removed the ROOT_BG_CHANGE_STRING stuff
15411 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15413         * NEWS, configure.in:
15414         changed version to 2.5.1
15416         * fvwm/misc.c (get_pointer_fvwm_window):
15417         * fvwm/commands.h:
15418         * fvwm/functions.c (func_config):
15419         * fvwm/conditional.c (CreateConditionMask):
15420         (MatchesConditionMask):
15421         (CMD_PointerWindow):
15422         (CreateConditionMask):
15423         (CMD_Any):
15424         * fvwm/fvwm.h (WindowConditionMask):
15425         new conditions focused, !focused, haspointer, !haspointer
15426         new command PointerWindow that works like Current but on the window
15427         that currently contains the pointer
15428         new command Any which works like None but inverts the condition
15429         fixed parsing of conditions with more than one comma
15431         * fvwm/module_interface.h:
15432         * fvwm/module_interface.c (do_execute_module):
15433         (initModules):
15434         * libs/Module.h (MAX_XMSG_MASK):
15435         fixed default message mask for modules
15437         * fvwm/update.c (flush_window_updates):
15438         * fvwm/virtual.c (UnmapDesk):
15439         (MapDesk):
15440         (do_move_window_to_desk):
15441         * fvwm/icons.c (DeIconify):
15442         (DeIconify):
15443         * fvwm/events.c (HandlePropertyNotify):
15444         (HandleMapRequestKeepRaised):
15445         (HandleMapNotify):
15446         (HandleButtonPress):
15447         (HandleEnterNotify):
15448         (HandleLeaveNotify):
15449         * fvwm/focus.c (DoSetFocus):
15450         (MoveFocus):
15451         (SetFocusWindow):
15452         (ReturnFocusWindow):
15453         (DeleteFocus):
15454         (ForceDeleteFocus):
15455         (FocusOn):
15456         (restore_focus_after_unmap):
15457         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15458         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15459         the flush_window_updates() function.
15461 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15463         * fvwm/placement.c (PlaceWindow):
15464         minor performance enhancement
15466 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15468         * libs/defaults.h:
15469         * fvwm/menus.c (MenuInteraction):
15470         (pointer_in_active_item_area):
15471         (pointer_in_passive_item_area):
15472         new menu style PopupActiveArea
15474 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15476         * fvwm/move_resize.c (CMD_ResizeMaximize):
15477         (CMD_ResizeMoveMaximize):
15478         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15480 2002-01-21  olicha  <olivier.chapuis@free.fr>
15482         * fvwm/fvwm2.1:
15483         s/Penalities/Penalties/g
15485 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15487         * fvwm/events.c (HandleLeaveNotify):
15488         (HandleEnterNotify):
15489         * fvwm/modconf.c (ModuleConfig):
15490         * fvwm/update.c (apply_window_updates):
15491         * fvwm/module_interface.c (BroadcastWindowIconNames):
15492         (CMD_Send_WindowList):
15493         (initModules):
15494         (do_execute_module):
15495         (PositiveWrite):
15496         (CMD_set_nograb_mask):
15497         (CMD_set_sync_mask):
15498         (CMD_set_mask):
15499         (set_mseggage_mask):
15500         (is_message_in_mask):
15501         (is_message_selected):
15502         * libs/Module.h:
15503         rewrote message interface to allow more than 32 messages with minimal
15504         changes in the existing interfaces.
15505         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15507         * fvwm/style.h:
15508         * fvwm/style.c (parse_and_set_window_style):
15509         * fvwm/fvwm.h (struct):
15510         * fvwm/events.c (HandleButtonPress):
15511         implemented new styles MouseFocusClickIgnoreMotion and
15512         MouseFocusClickIgnoreMotionOff
15514         * fvwm/focus.c (focus_grab_buttons):
15515         fixed button mask for > 5 buttons
15517 2002-01-19  olicha  <olivier.chapuis@free.fr>
15519         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15520         Save and restore the icon_pixmap_w and add comments
15522 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15524         * fvwm/events.c (HandleEnterNotify):
15525         fixed EnterNotify events for icons
15527 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15529         * fvwm/*.c:
15530         * fvwm/stack.c (overlap_box):
15531         (overlap):
15532         * fvwm/icons.c (clear_icon):
15533         * fvwm/add_window.c (destroy_icon):
15534         * fvwm/fvwm.h (FvwmWindow):
15535         * fvwm/geometry.c (get_window_borders):
15536         (get_client_geometry):
15537         * libs/fvwmrect.h (struct):
15538         * fvwm/functions.c (expand_extended_var):
15539         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15540         return the geometry of the client window
15541         implemented new extended variables it.x, it.y, it.width, it.height that
15542         return the geometry of the icon title
15543         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15544         return the geometry of the icon picture
15545         implemented new extended variables i.x, i.y, i.width, i.height that
15546         return the geometry of the whole icon
15547         fixed $[w.height] when the window is shaded
15548         cleaned up icon geometry code
15550 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15552         * fvwm/commands.h:
15553         * fvwm/functions.c:
15554         * fvwm/functions.h:
15555         * fvwm/move_resize.c (unmaximize_fvwm_window):
15556         (maximize_fvwm_window):
15557         (CMD_Maximize):
15558         (CMD_ResizeMaximize):
15559         (CMD_Resize):
15560         (resize_window):
15561         (CMD_ResizeMove):
15562         (resize_move_window):
15563         (CMD_ResizeMoveMaximize):
15564         New command ResizeMaximize.  Works like Resize, but modifies the
15565         maximized size of the window, not the normal size.
15566         New command ResizeMoveMaximize that works similarly.
15567         (resize_move_window):
15568         fixed ResizeMove command
15570         * fvwm/functions.c (expand):
15571         fixed core dump when using something like $[$v] in a command
15573 2002-01-17  olicha  <olivier.chapuis@free.fr>
15575         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15576         * fvwm/events.c (HandlePropertyNotify):
15577         * fvwm/fvwm.c (InternUsefulAtoms):
15578         * fvwm/extern.h:
15579         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15580         that the root background has changed. This uses the _XSETROOT_ID
15581         and XROOTPMAP_ID properties
15583         * fvwm/ewmh.c (atom_get):
15584         Be paranoid
15586 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15588         * fvwm/update.c (flush_window_updates):
15589         fixed unnecessary window style updates
15591         * fvwm/style.c (parse_and_set_window_style):
15592         * fvwm/add_window.c (RestoreWithdrawnLocation):
15593         (AddWindow):
15594         (setup_frame_attributes):
15595         * fvwm/fvwm.h (FvwmWindow):
15596         Fvwm does no longer disable backing store on all of its windows. This
15597         cause too many problems with some applications, e.g. rdist.  Introduced
15598         the new style BackingStoreWindowDefault that tells fvwm not to modify
15599         the backing store attribute on the client window - which now is the
15600         default.
15602 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15604         * fvwm/commands.h:
15605         * fvwm/functions.c (func_config):
15606         * libs/Module.c (SetMessageMask2):
15607         (SetNoGrabMask2):
15608         * libs/Module.h:
15610         * configure.in:
15611         fixed building with libstroke-0.5.1 on Solaris8
15613         * fvwm/stack.c (new_layer):
15614         * fvwm/borders.c (DrawButton):
15615         (RedrawButtons):
15616         (RedrawTitle):
15617         * fvwm/builtins.c (SetLayerButtonFlag):
15618         (do_button_style):
15619         * fvwm/screen.h (struct):
15620         Applied the layer button patch by Richard Curnow with a few
15621         modifications
15623         * fvwm/icons.c (GetIconBitmap):
15624         (GetIconWindow):
15625         Ignore client icons that have the wrong depth
15627         * fvwm/events.c (HandleEnterNotify):
15628         Tried to fix focusing problem w/ unclutter.
15630 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15632         * fvwm/functions.c (CheckActionType):
15633         remove debug code
15635         * fvwm/menus.c (paint_item):
15636         * fvwm/misc.c (is_function_allowed):
15637         * fvwm/move_resize.c (is_move_allowed):
15638         (is_resize_allowed):
15639         (is_maximize_allowed):
15640         * fvwm/decorations.c (check_if_function_allowed):
15641         combined all these functions into a new one
15642         use this function everywhere
15643         use the Fixed... styles to decide if a menu item is greyed or not
15645 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15647         * fvwm/events.c (HandleExpose):
15648         eat up expose events even if the server claims that the expose count is
15649         zero; fixes a problem with many redraws of windows that are uncovered
15650         by shading a window above them
15652 2002-01-10  olicha  <olivier.chapuis@free.fr>
15654         * fvwm/focus.c (DoSetFocus):
15655         * fvwm/move_resize.c (CMD_Maximize):
15656         (CMD_Maximize):
15657         (handle_stick):
15658         (CMD_ResizeMove):
15659         (CMD_Resize):
15660         * fvwm/icons.c (DeIconify):
15661         (DeIconify):
15662         (Iconify):
15663         * fvwm/gnome.c (GNOME_HandlePropRequest):
15664         * fvwm/ewmh_names.c (EWMH_WMName):
15665         * fvwm/events.c (HandleFocusIn):
15666         (HandlePropertyNotify):
15667         (HandleMapNotify):
15668         (HandleButtonPress):
15669         (HandleLeaveNotify):
15670         (HandleExpose):
15671         * fvwm/builtins.c (CMD_UpdateDecor):
15672         (CMD_WindowShade):
15673         * fvwm/borders.c (draw_clipped_decorations):
15674         (DrawDecorations):
15675         (RedrawDecorations):
15676         * fvwm/borders.h:
15677         Added a new argument to DrawDecoration similar to draw_window_parts,
15678         which indicate which part of the decor should be cleared. At present
15679         time only CLEAR_FRAME is taken in account and this is used in
15680         ShadeWindow to draw the decoration without flickering. This argument
15681         may be used in the future to reduce opaque resizing flickering
15683         * fvwm/builtins.c (CMD_WindowShade):
15684         Draw the decoration during unshading a window
15686         * fvwm/menus.c (ParentalMenuRePaint):
15687         Fixed transparent animated menu again
15689         * NEWS:
15690         Some update
15692 2002-01-09  olicha  <olivier.chapuis@free.fr>
15694         * fvwm/style.c (CMD_Style):
15695         free all the elements of the ptmpstyle before freeing it
15697         * fvwm/menus.c (ParentalMenuRePaint):
15698         Fixed transparent animated menu with HilightBackOff
15700 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15702         * fvwm/style.c (merge_styles):
15703         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15704         in the copied style
15706 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15708         * fvwm/modconf.c (send_ignore_modifiers):
15709         (send_move_threshold):
15710         (send_click_time):
15711         (send_colorsets):
15712         (send_color_limit):
15713         (send_image_path):
15714         (send_desktop_geometry):
15715         (CMD_Send_ConfigInfo):
15716         moved code into new functions
15718         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15719         moved to defaults.h
15721         * fvwm/bindings.c (CMD_IgnoreModifiers):
15722         * fvwm/module_interface.c (broadcast_xinerama_state):
15723         * fvwm/modconf.c (send_ignore_modifiers):
15724         broadcast IgnoreModifiers to modules
15726         * fvwm/bindings.c (CMD_IgnoreModifiers):
15727         fixed IgnoreModifiers command without arguments
15728         * fvwm/fvwm2.1:
15729         corrected documentation of IgnoreModifiers command
15731 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15733         * fvwm/add_window.c:
15734         * fvwm/cursor.c:
15735         * fvwm/virtual.c:
15736         * fvwm/builtins.c:
15737         * fvwm/bindings.c:
15738         * fvwm/move_resize.c:
15739         * fvwm/events.c:
15740         * fvwm/stack.c:
15741         * fvwm/module_interface.c:
15742         * fvwm/focus.c:
15743         * fvwm/placement.c:
15744         * fvwm/menus.c:
15745         * fvwm/icons.c:
15746         * fvwm/fvwm.h (FvwmWindow):
15747         remnamed icon_w member to icon_title_w
15749 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15751         * fvwm/icons.c (RedoIconName):
15752         fixed sizing of icon title for icons without a pixmap
15753         (RedoIconName):
15754         (CreateIconWindow):
15755         (Iconify):
15756         (CreateIconWindow):
15757         rewrote icon title layout and moved the constants to defaults.h
15759         * fvwm/menus.c (menuShortcuts):
15760         (handle_emacs_bindings):
15761         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15763 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15765         * fvwm/fvwm2.1: Language checks done.
15766         .IR command not in column 1 fixed.
15768 2002-01-04  olicha  <olivier.chapuis@free.fr>
15770         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15771         (AnimatedMoveOfWindow):
15772         (AnimatedMoveFvwmWindow):
15773         (move_window_doit):
15774         * fvwm/menus.c (ParentalMenuRePaint):
15775         (animated_move_back):
15776         (pop_menu_up):
15777         Fixed transparent animated menu
15779 2002-01-03  olicha  <olivier.chapuis@free.fr>
15781         * fvwm/move_resize.c (is_resize_allowed):
15782         (is_move_allowed):
15783         Do not check if moveing/resizeing is MWM allowed for a no user request
15784         This fix for example FvwmWinList with MwmFunctions & NoOverride
15786         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15787         * fvwm/move_resize.c (is_move_allowed):
15788         Allowed moving if tmp_win is null and check if move is allowed and
15789         not resize in AnimatedMoveAnyWindow. This fix animated menu
15791         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15792         (ewmh_AllowsMove):
15793         (ewmh_AllowsResize):
15794         Check as a user request
15796         * fvwm/fvwm2.1:
15797         * fvwm/move_resize.c (CMD_Maximize):
15798         (MaximizeWidth):
15799         (MaximizeHeight):
15800         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15801         to ignore the windows with a layer less or equal to the layer of
15802         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15803         Reorder a bit the Maximize documentation
15805         * fvwm/fvwm2.1:
15806         * fvwm/functions.c (expand_extended_var):
15807         New variables $[desk.name<n>] to get the desktop names
15809 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15811         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15812         Read with full path.
15814 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15816         * libs/defaults.h:
15817         * fvwm/misc.c (GrabEm):
15818         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15820         * fvwm/events.c (HandleUnmapNotify):
15821         (HandleMapRequestKeepRaised):
15822         (check_map_request):
15823         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15825         * fvwm/add_window.c (FetchWmProtocols):
15826         (setup_wm_hints):
15827         * fvwm/fvwm.h (FvwmWindow):
15828         * fvwm/events.c (HandleEnterNotify):
15829         (HandlePropertyNotify):
15830         * fvwm/focus.c (refresh_focus):
15831         (set_focus_model):
15832         fixed focus problems with netscape and ddd
15834 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15836         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15837         * libs/Pointer.c (GetLocationFromEventOrQuery):
15838         * fvwm/virtual.c (HandlePaging):
15839         * fvwm/move_resize.c (GetOnePositionArgument):
15840         (InteractiveMove):
15841         (AnimatedMoveAnyWindow):
15842         (moveLoop):
15843         (CMD_Resize):
15844         * fvwm/module_interface.c (ExecuteModuleCommand):
15845         * fvwm/menus.c (do_menu):
15846         (menuShortcuts):
15847         (MenuInteraction):
15848         (get_menu_options):
15849         * fvwm/functions.c (execute_complex_function):
15850         * fvwm/events.c (HandleClientMessage):
15851         (WaitForButtonsUp):
15852         * fvwm/conditional.c (CMD_Direction):
15853         * fvwm/builtins.c (CMD_CursorMove):
15854         (CMD_FakeClick):
15855         (CMD_StrokeFunc):
15856         handle return code of XQueryPointer everywhere; necessary for dual head
15858         * fvwm/misc.c (GrabEm):
15859         Pointer was warped to other screen with a dual head setup
15861 2001-12-31  olicha  <olivier.chapuis@free.fr>
15863         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15864         Removed some code which try to raise ewmh modal window over
15865         its transientfor window; this seems not possible without a new style
15866         or a bad hack in stack.c
15868 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15870         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15871         fallback to fixed font so it shows the right font for I18N.
15873 2001-12-30  olicha  <olivier.chapuis@free.fr>
15875         * fvwm/window_flags.h:
15876         * fvwm/session.c (MatchWinToSM):
15877         (LoadWindowStates):
15878         (SaveWindowStates):
15879         (get_version_string):
15880         * fvwm/move_resize.c (CMD_Maximize):
15881         (handle_stick):
15882         * fvwm/icons.c (CMD_Iconify):
15883         * fvwm/ewmh.c (EWMH_SetWMState):
15884         (EWMH_WindowInit):
15885         (EWMH_ExitStuff):
15886         (EWMH_SetAllowedActions):
15887         (EWMH_WindowInit):
15888         * fvwm/ewmh.h:
15889         * fvwm/ewmh_intern.h:
15890         * fvwm/ewmh_events.c (ewmh_WMState*):
15891         * fvwm/builtins.c (CMD_WindowShade):
15892         * fvwm/stack.c (new_layer):
15893         * fvwm/update.c (apply_window_updates):
15894         * fvwm/update.h (struct):
15895         * fvwm/add_window.c (setup_window_structure):
15896         (setup_window_name):
15897         (setup_icon):
15898         * fvwm/style.c (check_window_style_change):
15899         The skip list and modal ewmh window states are now updated after
15900         an use/ignore ewmh state style changes. The other ewmh states are
15901         starting state only. All the initial ewmh states are keep in memory
15902         for FvwmIdent.
15904         * fvwm/ewmh.c (EWMH_Handle*):
15905         * fvwm/fvwm.h:
15906         Set the ewmh_window_type to an int (and not the corresponding atom)
15907         accordingly to the window type
15909         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15910         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15911         style
15913         * fvwm/ewmh.c (EWMH_GetStyle):
15914         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15915         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15916         hints
15918         * libs/vpacket.h (ConfigWinPacket):
15919         * fvwm/module_interface.c (CONFIGARGSNEW):
15920         (OLDCONFIGARGS):
15921         (CONFIGARGS):
15922         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15923         cfgpacket for FvwmIdent
15925 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15927         * fvwm/move_resize.c (resize_geometry_window):
15928         fixed wrong size calculation of geometry window
15930 2001-12-19  olicha  <olivier.chapuis@free.fr>
15932         * fvwm/ewmh_names.c (convert_charsets):
15933         More precise error messages
15935         * fvwm/fvwm2.1:
15936         A few formatting fixes
15938 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15940         * fvwm/gnome.c (GNOME_SetHints):
15941         fixed window getting frozen into position upon a recapture or restart
15943 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15945         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15947 2001-12-17  olicha  <olivier.chapuis@free.fr>
15949         * fvwm/fvwm2.1:
15950         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15952         * fvwm/ewmh.c (delete_kst_item):
15953         (set_kde_sys_tray):
15954         (EWMH_IsKdeSysTrayWindow):
15955         (EWMH_ManageKdeSysTray):
15956         * fvwm/events.c (HandleReparentNotify):
15957         Fixed reparenting management of kde system tray windows and
15958         added some off debugging code
15960         * fvwm/virtual.c (CMD_DesktopName):
15961         Removed some debugging code
15963 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15965         * fvwm/fvwm.h (struct):
15966         * fvwm/window_flags.h (IS_FIXED_PPOS):
15967         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15968         * fvwm/style.c (parse_and_set_window_style):
15969         (check_window_style_change):
15970         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15971         FixedUSSize, FixedPSize and Variable PPosition, ...
15973         * fvwm/events.c (HandleConfigureRequest):
15974         * fvwm/ewmh.c (ewmh_AllowsResize):
15975         (is_resize_allowed):
15976         (ewmh_AllowsMove):
15977         (ewmh_AllowsMove):
15978         * fvwm/gnome.c (GNOME_SetHints):
15979         (AnimatedMoveAnyWindow):
15980         (CMD_ResizeMove):
15981         use new functions
15982         * fvwm/move_resize.c (is_move_allowed):
15983         (is_resize_allowed):
15984         (is_maximize_allowed):
15985         new functions to clean up some code
15987 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15989         * fvwm/fvwm2.1: Doc fixups.
15991 2001-12-15  olicha  <olivier.chapuis@free.fr>
15993         * fvwm/builtins (CMD_BugOpts):
15994         * fvwm/ewmh.c:
15995         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15996         * fvwm/ewmh_events.c (ewmh_StateHidden):
15997         * fvwm/fvwm.c (InitVariables):
15998         * fvwm/fvwm2.1:
15999         * fvwm/icons.c (CMD_Iconify):
16000         * fvwm/screen.h:
16001         * fvwm/virtual.c (unmap_window):
16002         (map_window):
16003         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
16004         to fix the IconicState problems in vitrual.c. New BugOpts
16005         EWMHIconicStateWorkaround for supporting current KDE versions
16007         * fvwm/events.c (HandlePropertyNotify):
16008         * fvwm/ewmh.c (ewmh_AllowsYes):
16009         * fvwm/ewmh.h:
16010         (ewmh_AllowsClose):
16011         (ewmh_AllowsMaximize):
16012         (ewmh_AllowsMove):
16013         (ewmh_AllowsResize):
16014         (EWMH_SetAllowedActions):
16015         (EWMH_WindowInit):
16016         * fvwm/style.c (check_window_style_change):
16017         * fvwm/update.c (apply_window_updates):
16018         * fvwm/update.h:
16019         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
16021 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16023         * fvwm/borders.c (RedrawTitle):
16024         * libs/defaults.h (WINDOW_TITLE_OFFSET):
16025         fixed 'stick' lines with long titles
16027 2001-12-11  olicha  <olivier.chapuis@free.fr>
16029         * NEWS:
16030         * fvwm/commands.h:
16031         * fvwm/ewmh.c (ewmh_SetWorkArea):
16032         * fvwm/ewmh.h:
16033         (ewmh_ComputeAndSetWorkArea):
16034         (ewmh_HandleDynamicWorkArea):
16035         (EWMH_GetWorkAreaIntersection):
16036         (EWMH_GetStrutIntersection):
16037         (get_intersection):
16038         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16039         * fvwm/function.c:
16040         * fvwm/function.h:
16041         * fvwm/fvwm.c (InitVariables):
16042         * fvwm/fvwm2.1:
16043         * fvwm/modconf.c (send_desktop_names):
16044         (CMD_Send_ConfigInfo):
16045         * fvwm/placement.c (get_next_x):
16046         (get_next_y):
16047         * fvwm/screen.h:
16048         * fvwm/virtual.c (CMD_DesktopName):
16049         * fvwm/virtual.h:
16050         (GetDesktopName):
16051         New command "DesktopName desk name" to define desktops names for
16052         the FvwmPager, the WindowList and ewmh compliant pagers.
16053         Desktops information (desk, desk name, working areas) is stored in a
16054         new list sub structure of Scr, DesktopsInfo. The head of the list
16055         contains generic information for desks that are not in the list.
16057         * fvwm/windowlist.c (get_desk_title):
16058         (CMD_WindowList):
16059         * fvwm/fvwm2.1:
16060         * NEWS:
16061         New window list options NoDeskNum, NoCurrentDeskTitle,
16062         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16063         the NoGeometry and NoGeometryInfo options.
16065         * fvwm/ewmh.c:
16066         * fvwm/ewmh_names.c:
16067         * fvwm/ewmh_icons.c:
16068         Added some static declarations
16070         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16071         It seems that UTF8 names should not be terminated by a 0
16073         * fvwm/ewmh.c (EWMH_SetClientListStacking):
16074         Set the stacking list in the good orders
16076 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16078         * vms/config.h:
16079         * fvwm/functions.c:
16080         * fvwm/commands.h:
16081         * fvwm/builtins.c:
16082         * fvwm/borders.c:
16083         removed all MULTISTYLE ifdefs
16085         * fvwm/borders.c (RedrawTitle):
16086         fixed title drawing into relief
16088 2001-12-08  olicha  <olivier.chapuis@free.fr>
16090         * fvwm/style.c:
16091         * fvwm/style.h:
16092         * fvwm/fvwm.h:
16093         * fvwm/update.c:
16094         * fvwm/update.h:
16095         * fvwm/window_flags.h:
16096         * fvwm/fvwm2.1:
16097         s/extended_window_name/indexed_window_name/i
16098         s/extended_icon_name/indexed_icon_name/i
16099         s/do_update_window_name/do_update_visible_window_name/
16100         s/do_update_icon_name/do_update_visible_icon_name/
16102         * fvwm/style.c (CMD_Style):
16103         * fvwm/style.h:
16104         (parse_and_set_window_style):
16105         Split CMD_Style into CMD_Style and parse_and_set_window_style
16107 2001-12-06  olicha  <olivier.chapuis@free.fr>
16109         * fvwm/add_window.c (setup_window_name_count):
16110         (setup_icon_name_count):
16111         Better determination of the window and icon names index
16113         * fvwm/add_window.c (AddWindow):
16114         (setup_icon):
16115         * fvwm/events.c (HandlePropertyNotify):
16116         * fvwm/ewmh_names.c (EWMH_WMName):
16117         (EWMH_WMIconName):
16118         * fvwm/module_interface.c (BroadcastWindowIconNames):
16119         * fvwm/module_interface.h:
16120         (CMD_Send_WindowList):
16121         (CMD_set_mask):
16122         (CMD_set_sync_mask):
16123         (CMD_set_nograb_mask):
16124         * fvwm/update.c (apply_window_updates):
16125         * libs/Module.h:
16126         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16127         which are send to modules with BroadcastWindowIconNames.
16128         The set mask cmds use unsigned long mask and not int mask!
16130 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16132         * fvwm/ewmh.h:
16133         * fvwm/ewmh.c:
16134         EWMH without iconv compile fix by Hippo
16136 2001-12-05  olicha  <olivier.chapuis@free.fr>
16138         * fvwm/add_window.c:
16139         * fvwm/ewmh.c (*):
16140         * fvwm/ewmh.h:
16141         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16142         * fvwm/ewmh_events.c:
16143         * fvwm/fvwm.h:
16144         * fvwm/fvwm2.1:
16145         * fvwm/move_resize.c (CMD_Maximize):
16146         * fvwm/placement.c (test_fit):
16147         (PlaceWindow):
16148         * fvwm/session.c (SaveWindowStates):
16149         * fvwm/style.c (merge_styles):
16150         * fvwm/style.h:
16151         (check_window_style_change):
16152         * fvwm/update.c (apply_window_updates):
16153         * fvwm/update.h:
16154         * fvwm/window_flags.h:
16155         New ewmh styles:
16156         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16157         EWMHMaximizeUseDynamicWorkingArea,
16158         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16159         EWMHPlacementUseDynamicWorkingArea,
16160         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16161         EWMHIgnoreStateHints / EWMHUseStateHints,
16162         EWMHIgnoreStrutHints / EWMHUseStrutHints
16164         * fvwm/ConfigFvwmDefaults:
16165         Use EWMHPlacementUseDynamicWorkingArea,
16166         EWMHMaximizeUseDynamicWorkingArea as default placement styles
16168         * NEWS:
16169         * fvwm/add_window.c (setup_placement_penalty):
16170         * fvwm/add_window.h:
16171         (setup_placement_penalty):
16172         (AddWindow):
16173         * fvwm/fvwm.h:
16174         * fvwm/placement.c (get_next_x):
16175         * fvwm/placement.h:
16176         (get_next_y):
16177         (test_fit):
16178         * fvwm/style.c (CMD_Style):
16179         * fvwm/style.h:
16180         (check_window_style_change):
16181         * fvwm/update.c (apply_window_updates):
16182         * fvwm/update.h:
16183         * fvwm/window_flags.h:
16184         * libs/default.h:
16185         New styles PlacementOverlapPenalties and
16186         PlacementOverlapPercentPenalties
16188         * NEWS:
16189         * fvwm/add_window.c (setup_window_name_count):
16190         * fvwm/add_window.h:
16191         (setup_icon_name_count):
16192         (setup_visible_name):
16193         (setup_window_name):
16194         (free_window_names):
16195         (setup_icon):
16196         * fvwm/borders.c (DrawMultiPixmapTitlebar):
16197         (RedrawTitle):
16198         * fvwm/events.c (HandlePropertyNotify):
16199         * fvwm/ewmh_names.c (EWMH_*):
16200         * fvwm/fvwm.h:
16201         * fvwm/icons.c (CreateIconWindow):
16202         (DrawIconWindow):
16203         (RedoIconName):
16204         (AutoPlaceIcon):
16205         (Iconify):
16206         * fvwm/session.c (MatchWinToSM):
16207         * fvwm/style.c (CMD_Style):
16208         * fvwm/style.h:
16209         (check_window_style_change):
16210         * fvwm/update.c (apply_window_updates):
16211         * fvwm/update.h:
16212         * fvwm/window_flags.h:
16213         New styles ExtendedWindowName / SimpleWindowName and
16214         ExtendedIconName / SimpleIconName. TODO: the modules implementation
16216         * fvwm/builtins.c (ReadMultiPixmapDecor):
16217         A -Wall fix
16219         * configure.in:
16220         Fixed gcc test
16222         * session.c (get_version_string):
16223         now is 2.5-3
16225         * fvwm/stack.c (new_layer):
16226         (CMD_Layer):
16227         Fixed ewmh wm state
16229         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16230         Fixed creation of the ewmh icon in the case of the window is iconified
16232 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16234         * fvwm/placement.c (PlaceWindow):
16235         fixed manual placement on Xinerama screens other than the one with the
16236         top left corner of the total screen
16238 2001-11-27  olicha  <olivier.chapuis@free.fr>
16240         * configure.in:
16241         * acinclude.m4:
16242         * acconfig.h:
16243         * fvwm/ewmh_name.c
16244         Check for the second argument of iconv
16246         * configure.in:
16247         Added -Wall to CFLAGS if cc is gcc
16249 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16251         * configure.in:
16252         * acconfig.h:
16253         s/extanded/extended/
16255 2001-11-26  olicha  <olivier.chapuis@free.fr>
16257         * fvwm/Makefile.am:
16258         Fixed (?) iconv_LIBS
16260 2001-11-26  olicha  <olivier.chapuis@free.fr>
16262         * fvwm/functions.c (expand):
16263         Fixed n, c, r expansion
16265 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16267         * fvwm/fvwm2.1: Clean up ewmh stuff.
16269 2001-11-24  olicha  <olivier.chapuis@free.fr>
16271         * fvwm/ewmh_internal.h:
16272         * fvwM/ewmh.c:
16273         Removed a non standard macro
16275 2001-11-24  olicha  <olivier.chapuis@free.fr>
16277         * fvwm/fvwm2.1:
16278         Documented the previous ewmh style in a new Style subsection
16280         * fvwm/functions.c (expand):
16281         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16283 2001-11-24  olicha  <olivier.chapuis@free.fr>
16285         * fvwm/add_window (setup_icon):
16286         (setup_window_structure):
16287         * fvwm/events.c (HandlePropertyNotify):
16288         * fvwm/ewmh.h:
16289         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16290         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16291         (EWMH_DoUpdateWmIcon):
16292         (ewmh_SetWmIconFromPixmap):
16293         (EWMH_DeleteWmIcon):
16294         (EWMH_SetIconFromWMIcon):
16295         * fvwm/ewmh_intern.h:
16296         * fvwm/fvwm.h:
16297         * fvwm/icons.c (GetIcon):
16298         * fvwm/session.c (get_version_string):
16299         * fvwm/style.c (CMD_Style):
16300         * fvwm/style.h:
16301         (check_window_style_change)
16302         * fvwm/update.c (apply_window_updates):
16303         * fvwm/update.h:
16304         * fvwm/window_flags.h:
16305         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16306         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16307         EWMHDonateIcon / EWMHDontDonateIcon,
16308         Some ewmh icon code simplification.
16309         Ewmh icons priority: just after icon window.
16311         * fvwm/ewmh.c (EWMH_ExitStuff):
16312         * fvwm/ewmh.h:
16313         * fvwm/session.c (SaveWindowStates):
16314         (LoadWindowStates):
16315         (MatchWinToSM):
16316         * fvwm/fvwm.c (Done):
16317         Delete the ewmh icons we set ourself. Some ewmh session states do not
16318         need to be saved/restored anymore
16320 2001-11-23  olicha  <olivier.chapuis@free.fr>
16322         * fvwm/ewmh_names.c (convert_charsets):
16323         Fixed infinite loop
16325 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16327         * fvwm/ewmh_names.c (convert_charsets):
16328         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16329         man page states on Linux
16330         replaced goto with a loop
16332 2001-11-22  olicha  <olivier.chapuis@free.fr>
16334         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16335         a -Wall fix
16337         * fvwm/ewmh_events.c:
16338         Fixed some styles update
16340         * fvwm/ewmh_conf.c:
16341         * fvwm/function.c (func_config):
16342         * fvwm/function.h:
16343         * fvwm/ewmh.c:
16344         * fvwm/ewmh.h:
16345         * fvwm/ewmh_events.c:
16346         * fvwm/ewmh_intern.h:
16347         * fvwm/Makefile.am:
16348         * fvwm/fvwm2.1:
16349         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16350         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16352         * fvwm/add_window.c:
16353         * fvwm/bindings.c:
16354         * fvwm/events.c:
16355         * fvwm/functions.c:
16356         * fvwm/ewmh.c (EWMH_Init):
16357         * fvwm/fvwm.h:
16358         * fvwm/fvwm.c (InitVariables):
16359         * fvwm/placement.c
16360         * fvwm/sceen.h:
16361         * fvwm/session.c:
16362         * fvwm/styles.c:
16363         * fvwm/update.c:
16364         * fvwm/update.h:
16365         * fvwm/window_flags.c:
16366         * libs/Bindings.c:
16367         * libs/Picture.c:
16368         * libs/Picture.h:
16369         * libs/fvwmlib.h:
16370         * configure.in:
16371         * acconfig.h:
16372         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16373         are maybe problematic) and those in the ewmh* files to allow
16374         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16375         should be dummy. --enable-ewmh is now the default.
16377 2001-11-20  olicha  <olivier.chapuis@free.fr>
16379         * fvwm/icons.c (GetIcon):
16380         * fvwm/add_window.c (setup_icon):
16381         Fixed icons order choice and other minor bugs
16383         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16384         Fixed a core dump if there is no MiniIcon
16386 2001-11-18  olicha  <olivier.chapuis@free.fr>
16388         * fvwm/ewmh.c (add_kst_item):
16389         * fvwm/ewmh.h:
16390         (ewmh_AddToKdeSysTray):
16391         (EWMH_IsKdeSysTrayWindow):
16392         (EWMH_ManageKdeSysTray):
16393         (EWMH_WindowInit):
16394         fvwm/ewmh_intern.h:
16395         * fvwm/events.c (HandleDestroyNotify):
16396         (HandleMapRequest):
16397         (HandleUnmapNotify):
16398         Fixed the KDE system tray implementation
16400 2001-11-16  olicha  <olivier.chapuis@free.fr>
16402         * fvwm/ewmh.h:
16403         * fvwm/ewmh.c:
16404         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16406 2001-11-15  olicha  <olivier.chapuis@free.fr>
16408         * fvwm/ewmh.c (EWMH_DestroyWindow):
16409         * fvwm/ewmh.h:
16410         (EWMH_WindowDestroyed):
16411         * fvwm/events.c (HandleReparentNotify):
16412         (HandleDestroyNotify):
16413         (HandleUnmapNotify):
16414         * fvwm/add_window.c (destroy_window):
16415         Fixed the ewmh windows lists
16417 2001-11-15  olicha  <olivier.chapuis@free.fr>
16419         * fvwm/Makefile.am:
16420         * fvwm/ewmh.c:
16421         * fvwm/ewmh.h:
16422         * fvwm/ewmh_intern.h:
16423         * fvwm/ewmh_events.c:
16424         * fvwm/ewmh_icons.c:
16425         * fvwm/ewmh_names.c:
16426         * fvwm/fvwm2.1:
16427         * NEWS:
16428         New files to achieve the extended WM hints support, off by
16429         default. This code is ifdefed a la gnome.c.
16430         This is work in progess (need to do so that every things are
16431         configurable).
16433         * configure.in:
16434         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16435         New configure option --enable-ewmh. Added tests for iconv and
16436         nl_langinfo for UTF8 conversions.
16438         * fvwm/add_window.c (AddWindow):
16439         (CaptureOneWindow):
16440         (destroy_window):
16441         (setup_window_name):
16442         (setup_icon):
16443         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16444         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16445         SET_HAS_EWMH_ICON, EWMH_WMIconName
16447         * fvwm/add_window.c (setup_window_structure):
16448         * fvwm/fvwm.h (FvwmWindow):
16449         (window_flags):
16450         * fvwm/window_flags.h:
16451         * fvwm/session.c (get_version_string):
16452         (SaveWindowStates):
16453         (LoadWindowStates):
16454         Added some entries in FvwmWindow and some flags (more will be
16455         added). Some of these states need to be saved at restart and
16456         at recapture. This code is ifdefed, may be it should not: I was
16457         forced to ifdef the version string in get_version_string.
16459         * libs/Bindings.c (win_contexts):
16460         * libs/fvwmlib.h:
16461         * fvwm/events.c (GetContext):
16462         * fvwm/bindings.c (ParseBinding):
16463         (activate_binding):
16464         * fvwm/functions.c (expand_extended_var):
16465         (expand):
16466         (execute_function):
16467         (DeferExecution):
16468         * fvwm/screen.h (Scr):
16469         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16470         (kdesktop or Nautilus desktop). This context is something between
16471         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16473         * fvwm/bindings.c (activate_binding):
16474         Fixed immediate application of mouse/stroke bindings
16476         * fvwm/borders.h
16477         * fvwm/borders.c (RedrawDecorations):
16478         * fvwm/update.c (apply_window_updates):
16479         New function  RedrawDecorations taken from apply_window_updates
16480         and called in ewmh_icons.c and update.c
16482         * fvwm/bultins.c (CMD_WindowShade):
16483         EWMH_SetWMState
16485         * fvwm/events.c (HandleFocusIn):
16486         (HandlePropertyNotify):
16487         (HandleClientMessage):
16488         (HandleMapRequestKeepRaised):
16489         (HandleUnmapNotify):
16490         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16491         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16492         EWMH_SetClientList
16494         * fvwm/icons.c (GetIcon):
16495         * fvwm/icons.h:
16496         (CreateIconWindow):
16497         (ChangeIconPixmap):
16498         * fvwm/events.c (HandlePropertyNotify):
16499         New function GetIcon taken from CreateIconWindow which choose
16500         the icon, there is a new case for EWMH icons. New function
16501         ChangeIconPixmap taken from events.c.
16502         The two new functions are called from ewmh_icon.c (and icons.c).
16504         * fvwm/move_resize.c (handle_stick):
16505         (CMD_Maximize):
16506         (handle_stick):
16507         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16509         * libs/Picture.h:
16510         * libs/Picture.c (LoadPictureFromPixmap):
16511         (CachePictureFromPixmap):
16512         New functions for loading a picture from a pixmap. Nothing is cached
16513         but this simplify the MiniIcon code.
16515         * fvwm/placement.c (PlaceWindow):
16516         EWMH_GetWorkAreaIntersection
16518         * fvwm/screen.h (Scr):
16519         Added the working area, the dynamic working area and the ewmh
16520         Desktop window.
16522         * fvwm/stack.c (restack_windows):
16523         (CMD_Layer):
16524         EWMH_SetClientListStacking, EWMH_SetWMState
16526         * fvwm/style.c (check_window_style_change):
16527         * fvwm/update.c (apply_window_updates):
16528         * fvwm/update.h:
16529         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16530         This code is ifdefed.
16532         * fvwm/style.c (lookup_style):
16533         EWMH_GetStyle
16535         * fvwm/virctual.c (goto_desk):
16536         (CMD_GotoDeskAndPage):
16537         (do_move_window_to_desk):
16538         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16540 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16542         * fvwm/update.c (apply_window_updates):
16543         * fvwm/gnome.c (GNOME_GetStyle):
16544         * fvwm/style.c (lookup_style):
16545         (check_window_style_change):
16546         * fvwm/add_window.c (setup_style_and_decor):
16547         fixed GnomeIgnoreHints style for some of the gnome hints
16549         * fvwm/fvwm.c (StartupStuff):
16550         Tried to fix font size problem
16552         * fvwm/placement.c (PlaceWindow):
16553         suppress an X error
16555         * fvwm/move_resize.c (moveLoop):
16556         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16557         * fvwm/misc.c (Keyboard_shortcuts):
16558         modified keyboard shortcut functions so that it is possible to move
16559         windows with the keyboard even if the border is hit.  does not work
16560         very nicely with paging
16562         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16563         performance enhancement
16565         * fvwm/events.c (HandleButtonPress):
16566         fixed (?) some problem with passing the raise click in ctf to the app
16568         * fvwm/add_window.c (Reborder):
16569         * fvwm/virtual.c (MoveViewport):
16570         (MapDesk):
16571         (UnmapDesk):
16572         * fvwm/session.c (SaveWindowStates):
16573         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16574         don't access stack_next and stack_prev directly but use the access
16575         functions from stack.h
16577         * fvwm/stack.c (remove_window_from_stack_ring):
16578         (add_window_to_stack_ring_after):
16579         safety patch
16581         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16582         (destroy_window):
16583         when a window becomes scheduled for destruction, remove all traces of it
16584         from the fvwm internal variable so its not accessed accidentally when
16585         its fields are no longer valid
16587 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16589         * fvwm/borders.c:
16590         fixed compilation of I18N_MB
16592 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16594         * AUTHORS:
16595         * NEWS:
16596         * acconfig.h:
16597         * configure.in:
16598         * fvwm/borders.c:
16599         * fvwm/builtins.c:
16600         * fvwm/fvwm2.1:
16601         * fvwm/screen.h:
16602         exclude the TitleStyle MultiPixmap feature (only) before forking
16603         ...
16604         and restore it after that
16606         * NEWS:
16607         * configure.in:
16608         change version string to 2.5.0
16610         * NEWS:
16611         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16612         added a link to the stable version 2.4.4 (not released yet)
16614 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16616         * NEWS:
16617         * configure.in:
16618         change version string to 2.4.4 before forking
16620         * make_fvwmdist.sh:
16621         strip end of line from date (adjust for a new length)
16623 2001-10-29  olicha  <olivier.chapuis@free.fr>
16625         * fvwm/screen.h (DecorFaceStyle):
16626         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16627         so that Solid colors work again
16629 2001-10-28  olicha  <olivier.chapuis@free.fr>
16631         * fvwm/module_interface.c (skipModuleAliasToken):
16632         Allows '/' as alias character
16634         * NEWS
16635         Script news
16637 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16639         * configure.in:
16640         * acconfig.h:
16641         * NEWS:
16642         added --disable-multipixmap-titles for the Suzanne's patch,
16643         the default is enable
16645         * fvwm/fvwm2.1:
16646         some formatting fixes in TitleStyle entry
16648 2001-10-27  Suzanne Britton  <tril@igs.net>
16650         * config.h.in: Added FANCY_TITLEBARS option, off by default
16652         * fvwm/fvwm2.1:
16653         Added info on TitleStyle MultiPixmap
16655         * fvwm/screen.h:
16656         [All changes #ifdeffed FANCY_TITLEBARS]
16657         Added TITLE_PADDING define for fancy titlebar rendering
16658         Added tb_pixmap_enum
16659         Added MultiPixmap to DecorFaceType enum
16660         Added Picture **multi_pixmaps and short multi_stretch_flags
16661         to DecorFace structure
16663         * fvwm/borders.c:
16664         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16665         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16666         (RenderIntoWindow): [new]
16667         (DrawMultiPixmapTitlebar): [new]
16668         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16669         instead of always sending 1
16670         (RedrawTitle):
16671         Call DrawFancyTitlebar for MultiPixmap style
16672         Skip DrawString calls for MultiPixmap style (title is drawn inside
16673         DrawMultiPixmapTitlebar)
16675         * fvwm/builtins.c:
16676         [All changes #ifdeffed FANCY_TITLEBARS]
16677         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16678         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16679         (ReadMultiPixmapDecor): [new]
16681 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16683         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16684         buttons can activate on press or release, special pointer during grab,
16685         arrow key command recall.
16687 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16689         * fvwm/bindings.c (ParseBinding):
16690         * fvwm/bindings.h:
16691         * fvwm/fvwm2.1:
16692         binding commands now do not print error messages with Silent
16694         * fvwm/ConfigFvwmDefaults:
16695         * NEWS:
16696         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16697         use Silent before Key Help
16699         * fvwm/add_window.c:
16700         changed the broken size hints message to notify the owner
16702         * docs/fvwm.lsm.in:
16703         small changes
16705 2001-10-19  olicha  <olivier.chapuis@free.fr>
16707         * NEWS:
16708         Some FvwmScript news
16710 2001-10-16  olicha  <olivier.chapuis@free.fr>
16712         * NEWS:
16713         Some FvwmScript news
16715 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16717         * fvwm/bindings.c (activate_binding):
16718         * libs/Bindings.c (GrabWindowKeyOrButton):
16719         activate mouse/stroke bindings immediately
16721         * fvwm/events.c (HandleButtonPress):
16722         it is possible to bind actions to the 'ClickToFocus' click
16724 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16726         * fvwm/virtual.c (HandlePaging):
16727         allow paging during move/resize when pressing keys
16729         * libs/XResource.c (MergeCmdLineResources):
16730         possible core dump fix
16732         * fvwm/add_window.c (setup_window_placement):
16733         fixed core dump
16735         * libs/Bindings.c (AddBinding):
16736         another attempt at cleaning up bindings with "Shift"
16738 2001-10-13  olicha  <olivier.chapuis@free.fr>
16740         * NEWS
16741         FvwmScript news
16743 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16745         * move_resize.c:
16746         * fvwm/fvwm2.1:
16747         OpaqueMoveSize now accepts "unlimited" or negative argument.
16749 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16751         * fvwm/fvwm2.1:
16752         added missing "!"
16754 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16756         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16758         * libs/fvwmlib.h:
16759         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16761         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16762         routine.
16764 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16766         * NEWS, configure.in:
16767         changed version to 2.5.0
16769 2001-10-08  olicha  <olivier.chapuis@free.fr>
16771         * fvwm/borders.c (RedrawTitle):
16772         Fixed drawing of leftJustified stippled title and suppress warnings
16773         in RelieveRectangle w/ RightJustified stippled title
16775 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16777         * fvwm/virtual.c (CMD_XineramaSlsSize):
16778         fixed ABR
16780 2001-10-03  olicha  <olivier.chapuis@free.fr>
16782         * fvwm/style.c (CMD_Style):
16783         * fvwm/fvwm2.1
16784         Added the possibility to add an Xinerama screen to the 4 numerics
16785         Iconbox format
16787 2001-10-03  olicha  <olivier.chapuis@free.fr>
16789         * fvwm/icons.c (AutoPlaceIcon):
16790         Fixed a core dump with @c and fixed icon placement if the icon should
16791         not be on the current page
16793 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16795         * fvwm/icons.c (AutoPlaceIcon):
16796         * libs/FScreen.c (FScreenParseScreenBit):
16797         added 'w' screen specifier for icon boxes
16799         * fvwm/icons.c (AutoPlaceIcon):
16800         fixed placement of icons in icon boxes on different screen
16802         * fvwm/menus.c (get_menu_options):
16803         reduced code duplication
16805 2001-10-02  olicha  <olivier.chapuis@free.fr>
16807         * fvwm/menus.c (get_menu_options):
16808         fixed Xinerama placement of menu with empty but not null position hints
16810 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16812         * fvwm/borders.c (RedrawTitle):
16813         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16814         suppress a warning in RelieveRectangle w/ small sticky windows
16816 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16818         * fvwm/menus.c (get_menu_options):
16819         A 'rectangle' context rectangle for menus honours the '@screen' bit
16821         * fvwm/move_resize.c (DisplayPosition):
16822         coordinates of a window are show in relation to the screen, not the page
16824         * libs/FScreen.c (FScreenTranslateCoordinates):
16825         * fvwm/placement.c (PlaceWindow):
16826         * fvwm/add_window.c (setup_window_placement):
16827         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16828         rewrote the library functionality to better match the rest of the
16829         interface
16831         * fvwm/builtins.c (DestroyFvwmDecor):
16832         removed useless code
16834         * fvwm/icons.c (DrawIconWindow):
16835         fixed race condition w/ expanding/collapsing icon titles
16837         * fvwm/windowlist.c (CMD_WindowList):
16838         fixed Xinerama placement of window list when called without options
16840 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16842         * libs/FScreen.c (FScreenSLSOnOff):
16843         fixed core dump when calling XineramaSls before XineramaSlsSize
16845         * configure.in:
16846         changed to 2.4.3
16848         * libs/FShape.h (FHaveShapeExtension):
16849         set macro to 1 when compiling w/ shape extension
16851 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16853         * libs/Bindings.c (AddBinding):
16854         * fvwm/bindings.c (ParseBinding):
16855         print a warning if a key with the given name does not exist
16856         if there is an upper and a lower case version of the same key name,
16857         always bind to the lower case version; this is problematic if the upper
16858         case version is tied to a key without a modifier and the lower case
16859         version is tied to the same key, but with a modifier (or both are tied
16860         to different keys). I hope this good enough.
16862         * libs/Bindings.c (FreeBindingList):
16863         (MatchBindingExactly):
16864         (CollectBindingList):
16865         fixed some problems overriding keys
16866         reduced duplication of logic
16868 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16870         * NEWS, configure.in:
16871         changed version to 2.5.0
16873 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16875         * configure.in:
16876         changed version to 2.4.2
16878 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16880         * libs/Colorset.c:
16881         (SetWindowBackground):
16882         (SetRectangleBackground):
16883         * fvwm/builtins.c (CMD_WindowShade):
16884         * fvwm/add_window.c:
16885         (setup_style_and_decor):
16886         * fvwm/icons.c:
16887         (CreateIconWindow):
16888         (GetXPMFile):
16889         (GetIconWindow):
16890         (GetIconBitmap):
16891         * fvwm/events.c:
16892         (HandleConfigureRequest):
16893         (HandleShapeNotify):
16894         (InitEventHandlerJumpTable):
16895         * fvwm/borders.c (struct):
16896         (SetupFrame):
16897         (SetShape):
16898         * fvwm/decorations.c (SelectDecor):
16899         * fvwm/fvwm.c:
16900         (main):
16901         (setVersionInfo):
16902         * fvwm/externs.h:
16903         * fvwm/fvwm.h (FvwmWindow):
16904         * libs/FShape.h:
16905         * libs/FShape.c:
16906         moved shape support to library; its no longer necessary to
16907         '#ifdef SHAPE' any code
16909         * fvwm/borders.c (RedrawButtons):
16910         (RedrawTitle):
16911         fixed top border hilight drawing of title buttons
16913         * libs/Graphics.c (do_relieve_rectangle):
16914         (RelieveRectangle):
16915         (RelieveRectangle2):
16916         allow alternate shading for title buttons
16918 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16920         **/*.1:
16921         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16922         Add a formal description of how fvwm maintains module's configs
16923         Change manpages of individual modules to refer to fvwm2(1) for
16924         details about specifying configuration
16926         * fvwm/add_window.c (setup_window_placement):
16927         desk and page can now really be given as X resources a la
16928           xterm.desk: 1
16930         * libs/XResource.c (GetResourceString):
16931         resource -> lower case, class -> upper case
16932         changed signature
16934         * configure.in:
16935         changed version to 2.5.0
16937         * Makefile.am (distcheck2):
16938         build distcheck before dist2; save a few seconds if the build fails
16940         * libs/alloca.c:
16941         * libs/ClientMsg.c:
16942         * libs/envvar.c:
16943         * libs/Event.c:
16944         * libs/fvwmrect.c:
16945         * libs/gethostname.c:
16946         * libs/Grab.c:
16947         * libs/Pointer.c:
16948         * libs/safemalloc.c:
16949         * libs/strcasecmp.c:
16950         * libs/strdup.c:
16951         * libs/strerror.c:
16952         * libs/strncasecmp.c:
16953         * libs/usleep.c:
16954         * libs/wild.c:
16955         * libs/WinMagic.c:
16956         * libs/XError.c:
16957         * libs/Graphics.c:
16958         include config.h
16960         * configure.in:
16961         changed version to 2.4.1 again
16963 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16965         * libs/Bindings.c (FvwmStringToKeysym):
16966         try both cases of the first letter of a key name
16968         * fvwm/ConfigFvwmDefaults:
16969         * fvwm/windowlist.c (winCompareReverse):
16970         (CMD_WindowList):
16971         new WindowList option ReverseOrder; use the new option in the default
16972         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16973         cycle through the whole window list. The old behaviour only toggled
16974         between two windows. Also, a simple Alt-Tab can be used to switch to
16975         the next window instead of Alt-Tab-Tab.
16977         * libs/FScreen.c (FScreenInit):
16978         fixed a Xinerama crash
16980         * configure.in:
16981         print a verbose error message and exit if X11 headers and libraries
16982         are not found
16984 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16986         * fvwm/fvwm.c (main):
16987         * libs/FShape.c:
16988         * libs/FShape.h:
16989         new library for X shape encapsulation
16991         * fvwm/builtins.c (CMD_WindowShade):
16992         * fvwm/borders.c (SetupFrame):
16993         fixed shading of windows without title and border
16994         fixed shading of shaped windows; fixes bug #732
16996         * fvwm/builtins.c (CMD_SetEnv):
16997         calling SetEnv without a value is the same as UnsetEnv
16999 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17001         * fvwm/events.c (HandleReparentNotify):
17002         fixed vanishing windows in rapid map/unmap cycles; bug #770
17004         * fvwm/add_window.c (hide_screen):
17005         fixed possible BadWindow error
17007 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17009         * fvwm/virtual.c (MoveViewport):
17010         (goto_desk):
17011         (CMD_GotoDeskAndPage):
17012         (CMD_GotoPage):
17013         GotoDeskAndPage records its own history of last visited desk/page
17015         * libs/FScreen.c (FScreenInit):
17016         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
17018 2001-09-05  olicha  <olivier.chapuis@free.fr>
17020         * fvwm/session.c (MatchWinToSM):
17021         * fvwm/add_window.c (setup_window_structure):
17022         * fvwm/move_resize.c (moveLoop):
17023         Fixed PlacedByButton3 condition
17025 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17027         * libs/FScreen.c:
17028         * fvwm/functions.c (func_config):
17029         * fvwm/module_interface.c (broadcast_xinerama_state):
17030         * fvwm/virtual.c (CMD_Xinerama):
17031         (CMD_XineramaPrimaryScreen):
17032         (CMD_XineramaSls):
17033         (CMD_XineramaSlsSize):
17034         added sls support
17035         split Xinerama command into Xinerama, XineramaPrimaryScreen,
17036         XineramaSls and XineramaSlsSize
17037         restructured parts of the FScreen code
17039         * fvwm/functions.c (func_config):
17040         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17042         * libs/Graphics.c (RelieveRectangle):
17043         allow calling the function with w == 0 or h == 0 without a message
17045         * fvwm/window_flags.h (SET_STYLE_DELETED):
17046         * fvwm/style.c (CMD_DestroyStyle):
17047         (check_window_style_change):
17048         * fvwm/fvwm.h (window_style):
17049         update windows when a style is deleted
17051         * configure.in:
17052         fixed xpm detection problem caused by wrong library order
17054 2001-09-05  olicha  <olivier.chapuis@free.fr>
17056         * NEWS: PlacedByFvwm
17058 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
17060         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17062 2001-09-04  olicha  <olivier.chapuis@free.fr>
17064         * fvwm/fvwm.h:
17065         * fvwm/windows_flags.h:
17066         * fvwm/placement.c (PlaceWindow):
17067         * fvwm/add_window.c (setup_window_structure):
17068         * fvwm/conditional.c (CreateConditionMask):
17069         * fvwm/session.c (get_version_string):
17070         (MatchWinToSM):
17071         * fvwm/fvwm2.1:
17072         Added a new windows_flags is_placed_by_fvwm and a new condition
17073         PlacedByFvwm
17075 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17077         * fvwm/focus.c (focus_grab_buttons):
17078         (MoveFocus):
17079         disabled xt/double click patch for now
17081 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17083         * libs/Graphics.c (RelieveRectangle):
17084         print a warning if one of the dimensions is <= 0
17086         * fvwm/placement.c (PlaceWindow):
17087         take care of windows that have both, PPosition and USPosition set
17088         take care of transient windows that have neither PPosition nor
17089         USPosition set
17091 2001-09-01  olicha  <olivier.chapuis@free.fr>
17093         * libs/FScreen.c (FScreenInit):
17094         Fixed the position of the xinerama emulation delimiters
17096 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17098         * fvwm/fvwm2.1:
17099         Xinerama introduction
17101         * fvwm/icons.c (AutoPlaceIcon):
17102         try to place icons of screen with the window center, and if that fails
17103         on any screen
17105         * libs/FScreen.c (FScreenGetScrRect):
17106         performance improvement for non-xinerama systems
17108         * fvwm/update.c (apply_window_updates):
17109         (flush_window_updates):
17110         update icon boxes and icon position when xinerama layout changes
17112         * fvwm/icons.c (AutoPlaceIcon):
17113         limit placement of icons using no icon box to screen boundaries
17114         adapt icon boxes to xinerama layout whenever used
17116         * fvwm/placement.c (PlaceWindow):
17117         * fvwm/style.c (CMD_Style):
17118         (check_window_style_change):
17119         * fvwm/style.h (SUSE_NO_USPOSITION):
17120         (SUSE_NO_TRANSIENT_PPOSITION):
17121         (SUSE_NO_TRANSIENT_USPOSITION):
17122         * fvwm/fvwm.h (struct):
17123         implemented new styles NoUSPosition/UseUSPosition,
17124         NoTransientPPosition/UseTransientPPosition,
17125         NoTransientUSPosition/UseTransientUSPosition.
17126         These work exactly like NoPPosition/UsePPosition.
17127         Transient windows ignore the window position if neither the PPosition
17128         nor the USPosition hint is set.
17130 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17132         * fvwm/focus.c (restore_focus_after_unmap):
17133         fixed a bug transfering the focus when a window was iconified
17135 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17137         * fvwm/conditional.c (MatchesConditionMask):
17138         * fvwm/move_resize.c (position_geometry_window):
17139         * fvwm/placement.c (PlaceWindow):
17140         * fvwm/menus.c (pop_menu_up):
17141         * fvwm/move_resize.c (move_window_doit):
17142         * fvwm/icons.c (do_all_iconboxes):
17143         * fvwm/placement.c (PlaceWindow):
17144         * fvwm/menus.c (update_menu):
17145         adapted to new FScreen... signatures
17147         * libs/FScreen.c (FScreenClipToScreen):
17148         (FScreenGetScrCenterCenter):
17149         (FScreenCenterCurrent):
17150         (FScreenCenterPrimary):
17151         (FScreenGetCurrent00):
17152         (FScreenGetGlobalScrRect):
17153         (FScreenGetPrimaryScrRect):
17154         (FScreenGetScrRect):
17155         (FScreenIsRectangleOnScreen):
17156         unified all the FSCreen... functions using a common signature, removed
17157         most old functions
17159         * fvwm/style.c (CMD_Style):
17160         init icon box screen
17162         * fvwm/move_resize.c (move_window_doit):
17163         (CMD_Maximize):
17164         * libs/Makefile.am:
17165         * libs/XineramaSupport.c:
17166         * libs/XineramaSupport.h:
17167         * libs/FScreen.c:
17168         exported and renamed screen defines
17170         * libs/FScreen.h:
17171         renamed files
17173         * fvwm/virtual.c:
17174         * fvwm/style.c:
17175         * fvwm/placement.c:
17176         * fvwm/move_resize.c:
17177         * fvwm/module_interface.c:
17178         * fvwm/modconf.c:
17179         * fvwm/menus.c:
17180         * fvwm/icons.c:
17181         * fvwm/fvwm.c:
17182         * fvwm/conditional.c:
17183         * libs/XineramaSupport.c:
17184         renamed all XineramaSupport...() functions to FScreen...()
17186         * fvwm/style.c (CMD_Style):
17187         -Wall fix
17189 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17191         * fvwm/style.c (CMD_Style):
17192         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17193         using geometry spec.
17195 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
17197         * libs/Strings.c:
17198         * libs/Strings.h:
17199         new function QuoteString() to add and escape single quotes to strings
17201         * fvwm/menus.c (MenuInteraction):
17202         quote both missing function name and menu name for
17203         MissingSubmenuFunction
17205         * fvwm/functions.c (expand):
17206         use QuoteString()
17208 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17210         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17212 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17214         * fvwm/cursor.c (CMD_CursorStyle):
17215         * fvwm/icons.c (GetXPMFile):
17216         * libs/Colorset.c (SetWindowBackground):
17217         -Wall fixes
17219         * libs/Bindings.c (AddBinding):
17220         tired to help with problem binding keys that have a keycode with no
17221         modifiers and another keycode with some modifiers pressed, e.g.
17222         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17223         F1 generating the actioon bound to F11 sometimes
17225         * fvwm/focus.c (focus_grab_buttons):
17226         -Wall fix
17228 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
17230         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17232 2001-08-20  Bob Woodside  <proteus@pcnet.com>
17234         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17235         grab synchronization so apps using XtTranslations to catch double-
17236         clicks don't get confused by extraneous Leave/EnterNotify events.
17237         This fixes the "xfm/moxfm don't see double-clicks" problem.
17239 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17241         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17243 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17245         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17246         placed.
17248         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17249         until later when the window is actually placed.
17251         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17252         position calculation.
17254 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17256         * fvwm/update.c (flush_window_updates):
17257         * fvwm/screen.h (ScreenInfo):
17258         * fvwm/virtual.c (CMD_Xinerama):
17260         * fvwm/move_resize.c (CMD_Maximize):
17261         * fvwm/placement.c (PlaceWindow):
17262         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17263         renamed function
17265         * fvwm/fvwm2.1:
17266         describe new maximize options
17268         * fvwm/move_resize.c (MaximizeWidth):
17269         (MaximizeHeight):
17270         (CMD_Maximize):
17271         applied Dmitry's Xinerama patch for Maximize command
17272         replaced "global" and "absolute" with "screen" which is more flexible
17274 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17276         * libs/Parse.c (SkipQuote):
17277         fixed a bug in handling of caller specified quote pairs
17279         * fvwm/move_resize.c (CMD_Maximize):
17280         keep window on correct page when viewport does not start on a page
17281         boundary
17283         * libs/XError.c (error_name):
17284         (request_name):
17285         fixed core dump in error handling
17287 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17289         * configure.in:
17290         * acinclude.m4:
17291         * INSTALL:
17292         * INSTALL.fvwm:
17293         renamed --disable-gnome to --disable-gnome-hints;
17294         documented configure options --with-gnome*;
17295         small improvements in documentation;
17296         use underscore in version instead of dash that causes rpm problems
17298 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17300         * libs/Makefile.am:
17301         added fvwmrect.h to dist
17303 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17305         * libs/XineramaSupport.c: Disable debug printing.
17307 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17309         * libs/defaults.h (DEFAULT_MENU_STYLE):
17310         reset colour sets in default menu style too
17312 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17314         * builtins.c:
17315         * events.c:
17316         completed the libstroke-0.5 compatibility fix
17318 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17320         * fvwm/move_resize.c (draw_move_resize_grid):
17321         fixed drawing of resize grid when invoked from button or key press
17323         * fvwm/placement.c (PlaceWindow):
17324         rewrote a condition to improve readability
17325         fixed StartsOn... w/ SkipMapping
17327 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17329         * fvwm/session.c (MatchWinToSM):
17330         (LoadWindowStates):
17331         (SaveWindowStates):
17332         * fvwm/move_resize.c (CMD_Resize):
17333         * fvwm/events.c (HandlePropertyNotify):
17334         (HandleConfigureRequest):
17335         * fvwm/move_resize.c (CMD_ResizeMove):
17336         (CMD_Maximize):
17337         (CMD_Resize):
17338         * fvwm/update.c (apply_window_updates):
17339         * fvwm/add_window.c (AddWindow):
17340         * fvwm/geometry.c (constrain_size):
17341         (gravity_constrain_size):
17342         the Resize command honors the window gravity
17343         changing the size increment of maximized windows no longer shrinks the
17344         window
17346         * fvwm/icons.c:
17347         keep expanded icon titles on screen
17349 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17351         * fvwm/icons.c (do_all_iconboxes):
17352         default icon box fills the primary screen
17354         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17355         fixed default_screen argument
17357         * fvwm/style.c (merge_styles):
17358         * fvwm/fvwm.h (window_style):
17359         * fvwm/style.h (SSET_START_SCREEN):
17360         * fvwm/add_window.c (setup_window_placement):
17361         * fvwm/placement.c (PlaceWindow):
17362         (CMD_PlaceAgain):
17363         implemented StartsOnScreen style
17365         * fvwm/placement.c (PlaceWindow):
17366         (test_fit):
17367         (get_next_x):
17368         (get_next_y):
17369         (CleverPlacement):
17370         (SmartPlacement):
17371         Place new windows on xinerama screens
17373         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17374         fixed core dump in debug output
17376 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17378         * fvwm/placement.c:
17379         removed unused variable
17381 2001-08-07  olicha  <olivier.chapuis@free.fr>
17383         * NEWS:
17384         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17386 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17388         * fvwm/virtual.c (CMD_Xinerama):
17389         replaced XineramaEnable and ...Disable with XineramaCommand
17391         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17392         (XineramaSupportGetScreenArgument):
17393         new functions
17395         * fvwm/functions.c (func_config):
17396         * fvwm/move_resize.c (move_window_doit):
17397         (CMD_Move):
17398         (CMD_AnimatedMove):
17399         (CMD_MoveToPage):
17400         (CMD_MoveToScreen):
17401         (handle_stick):
17402         added new command MoveToScreen
17404 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17406         * libs/fvwmrect.c:
17407         * libs/fvwmrect.h:
17408         new library files
17410         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17411         fixed parsing of negative geometries
17412         (XineramaSupportParseGeometryWithScreen):
17413         made global
17414         (XineramaSupportGetNumberedScreenRect):
17415         new function
17417         * sample.fvwmrc/system.fvwm2rc:
17418         * sample.fvwmrc/new-features:
17419         * sample.fvwmrc/system.fvwm2rc-sample-95:
17420         * sample.fvwmrc/system.fvwm2rc-sample-2:
17421         * sample.fvwmrc/system.fvwm2rc-sample-1:
17422         * fvwm/fvwm2.1:
17423         updated for new condition
17425         * fvwm/conditional.c (CreateConditionMask):
17426         (MatchesConditionMask):
17427         * fvwm/fvwm.h (WindowConditionMask):
17428         implemented new condition AcceptsFocus to cope with applications like
17429         xclock that have circulatehit but don't take focus
17431 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17433         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17434         handle Xinerama screens
17436         * fvwm/style.c (CMD_Style):
17437         * fvwm/menus.c (get_menu_options):
17438         cope with Xinerama like geometries with screen info
17440         * fvwm/virtual.c (CMD_XineramaEnable):
17441         XineramaEnable optionally takes the number of the primary screen as its
17442         argument
17444         * fvwm/events.c (GetContext):
17445         reindented code
17447         * fvwm/virtual.c (HandlePaging):
17448         * fvwm/events.c (HandleButtonPress):
17449         * fvwm/events.h (XEVMASK_PANFW):
17450         fixed button and key event handling over pan frames; fixes bug #752
17452         * fvwm/menus.c (get_menu_options):
17453         fixed Xinerama placement of menus without options
17455 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17457         * NEWS:
17458         * fvwm/borders.c:
17459         * fvwm/builtins.c:
17460         * fvwm/fvwm.c:
17461         * fvwm/screen.h:
17462         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17463         In addition to the existing: @0 is shadow color, @1 is hilight color.
17465         * fvwm/fvwm2.1:
17466         Added the formal description of Vector that was absent.
17468 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17470         * fvwm/fvwm2.1:
17471         some man page corrections
17473 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17475         * fvwm/move_resize.c (handle_stick):
17476         also redraw buttons when a window becomes sticky/slippery to make sure
17477         that MWMDecorStick buttons are updated too; fixes bug #749
17479 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17481         * NEWS:
17482         documented previous changes
17484         * configure.in:
17485         improved output spacing
17487         * fvwm/fvwm2.1:
17488         minor typo
17490 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17492         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17493         * fvwm/modconf.c (send_xinerama_state):
17494         * fvwm/module_interface.c (broadcast_xinerama_state):
17495         * libs/defaults.h:
17496         revised module support for Xinerama
17498         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17499         (XineramaSupportParseGeometry):
17500         (XineramaSupportGetGeometry):
17501         make interface compatible with XineramaSupportParseGeometry().
17502         (XineramaSupportGetPrimaryScreen):
17503         new function
17505         * fvwm/stack.c (raise_over_unmanaged):
17506         fixed restacking of windows with RaiseOverUnmanaged - windows were
17507         raised in reverse order so that the top window became the bottom
17508         window of the ones that were raised
17509         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17510         these are invisible
17512 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17514         * sample.fvwmrc/system.fvwm2rc-sample-95:
17515         fixed syntax of BugOpts command
17517         * fvwm/ConfigFvwmDefaults:
17518         resize window when clicking on the sides of the window by default
17519         instead of moving it
17521         * fvwm/events.c (HandleEnterNotify):
17522         do not delete MouseFocus when pointer moves from one particular sub
17523         window of a frame to another one.  Helps with xv/xmms vs unclutter
17524         interaction and also with MouseFocus vs. Open Look applications
17526         * fvwm/move_resize.c (DoSnapAttract):
17527         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17528         fixed snapping to Xinerama screen edges
17529         (XineramaSupportIsEnabled):
17530         return False is the X server provides only a single screen
17532         * fvwm/fvwm2.1:
17533         Added descriptions of conditions CurrentDesk, CurrentPage,
17534         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17535         CurrentGlobalPageAnyDesk
17537         * fvwm/fvwm.h (rectangle):
17538         (position):
17539         typedefs moved to libs/fvwmlib.h
17541         * fvwm/conditional.c (MatchesConditionMask):
17542         * fvwm/fvwm.h (WindowConditionMask):
17543         * fvwm/conditional.c:
17544         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17545         for Xinerama support
17547         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17548         (send_xinerama_state):
17549         * fvwm/module_interface.c (broadcast_xinerama_state):
17550         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17551         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17552         communicate xinerama state at module startup
17554 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17556         * libs/XineramaSupport.c:
17557         next Xinerama patch
17559 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17561         * fvwm/move_resize.c (moveLoop):
17562         windows were lost off screen w/ non opaque interactive move when motion
17563         was aborted with Escape on a different page that it was started
17565         * fvwm/move_resize.c (position_geometry_window):
17566         (DisplayPosition):
17567         (DisplaySize):
17568         (InteractiveMove):
17569         (CMD_Resize):
17570         (moveLoop):
17571         (CMD_Resize):
17572         (DoResize):
17573         * libs/XineramaSupport.c (GetMouseXY):
17574         (XineramaSupportCenterCurrent):
17575         (XineramaSupportGetCurrent00):
17576         (XineramaSupportGetCurrentScrRect):
17577         allow to pass in an event with the pointer position
17578         minimize number of XQueryPointer calls in interactive move/resize
17580         * libs/defaults.h:
17581         * fvwm/move_resize.c (resize_geometry_window):
17582         (DisplayPosition):
17583         (DisplaySize):
17584         border width of geometry window moved to defaults.h
17585         moved strings for size window formatting to defaults.h
17586         reworked calculations of geometry window dimensions
17588         * fvwm/move_resize.c (resize_geometry_window):
17589         (position_geometry_window):
17590         (DisplaySize):
17591         (InteractiveMove):
17592         (CMD_Resize):
17593         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17594         * fvwm/fvwm.c (main):
17595         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17596         resize_geometry_window and position_geometry_window
17598         * fvwm/fvwm.c (main):
17599         fixed resizing geometry window before creating it
17601         * fvwm/move_resize.c (switch_move_resize_grid):
17602         (MoveOutline):
17603         * fvwm/virtual.c (HandlePaging):
17604         renamed MoveOutline to draw_move_resize_grid and made static
17605         new function switch_move_resize_grid for external calls
17606         delete grid before moving the geometry window to get rid of arifacts of
17607         the grid
17609 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17611         * libs/XineramaSupport.c (XineramaSupportInit):
17612         make the blank area in Xinerama emulation usable again
17614 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17616         * fvwm/menus.c (update_menu):
17617         (pop_menu_up):
17618         (make_menu):
17619         (calculate_item_sizes):
17620         (size_menu_horizontally):
17621         (size_menu_vertically):
17622         menus are resized to fit their Xinerama screen every time they are
17623         popped up and the screen size has changed
17625 2001-07-23  olicha  <olivier.chapuis@free.fr>
17627         * libs/XineramaSupport.c (XineramaSupportInit):
17628         Draw the xinerama simulation screens with orr windows
17630 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17632         * fvwm/windowlist.c (CMD_WindowList):
17633         fixed windowlist placement w/ Xinerama
17635 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17637         * fvwm/menus.c (pop_menu_up):
17638         fixed calculations that force a menu on screen w/ Xinerama
17640         * fvwm/move_resize.c (DoSnapAttract):
17641         removed some code that slipped in with xinerama patch and broke
17642         vertical SnapAttraction
17644         * fvwm/virtual.c (CMD_EdgeResistance):
17645         removed debug code
17647         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17648         take reference position src_x/src_y to determine screen
17650         * fvwm/windowlist.c (CMD_WindowList):
17651         * fvwm/menus.c (get_menu_options):
17652         (get_popup_options):
17653         (MenuInteraction):
17654         (pop_menu_up):
17655         handle Xinerama screens for positioning menus w/ posthints
17657         * fvwm/menus.c (get_menu_options):
17658         renamed function
17659         fix for icon/window context rectangle when window is in wrong state
17661 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17663         * configure.in:
17664         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17665         compiled in; fixed linking by adding -lXinerama; small corrections
17667 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17669         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17671 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17673         * libs/XineramaSupport.c (XineramaSupportInit):
17674         added xinerama emulation for developers
17676         * fvwm/virtual.c (CMD_XineramaEnable):
17677         (CMD_XineramaDisable):
17678         * fvwm/module_interface.c (BroadcastConfigInfoString):
17679         added function to communicate Xinerama on/off to modules
17681         * fvwm/module_interface.c:
17682         include time.h to fix warning
17683         * libs/XineramaSupport.c:
17684         * fvwm/fvwm.c (setVersionInfo):
17685         * fvwm/Makefile.am:
17686         * configure.in:
17687         * acconfig.h:
17688         cleanded up xinerama detection
17689         added shape detection
17691 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17693         * fvwm/fvwm2.1:
17694         Added Xinerama introduction
17696         * fvwm/fvwm.c (setVersionInfo):
17697         print xinerama support
17699         * fvwm/conditional.c (CreateConditionMask):
17700         added CirculateHitShaded option for conditional commands that was
17701         described in the man page but not implemented
17703         * fvwm/fvwm.h (WindowConditionMask):
17704         removed unused flags
17706         * fvwm/conditional.c (MatchesConditionMask):
17707         fixed CirculateHitIcon option in conditional commands
17709         * fvwm/fvwm2.1:
17710         reformatted man page source to improve readability
17711         fixed some source formatting bugs
17713         * libs/XineramaSupport.c (GetMouseXY):
17714         don't poll the pointer if there is only one screen or if xinerama is
17715         turned off
17717         * fvwm/fvwm2.1:
17718         * fvwm/fvwm.c (main):
17719         removed -noxinerama option
17721         * fvwm/fvwm.c (main):
17722         size window is positioned and sized in move_resize.c
17724         * libs/XineramaSupport.c:
17725         reindented file
17727         * configure.in:
17728         print Xinerama support in configure summary
17730         * **/*:
17731         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17733 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17735         * acconfig.h:
17736         * acinclude.m4:
17737         * configure.in:
17738         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17739         define missing macros needed for old AIX keysymdef and old stroke.h
17741         * fvwm/bindings.c:
17742         * fvwm/menus.c:
17743         remove the previous compilation fixes, now handled by configure
17745 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17747         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17749 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17751         * bindings.c:
17752         use libstroke-0.5 constant names while still supporting 0.3/0.4
17754         * menus.c:
17755         compiling fix for old AIX, which does not define XK_Page_Up/Down
17757         * module_interface.c:
17758         minor compiling fix for some proprietary preprocessors
17760 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17762         * fvwm/fvwm2.1:
17763         use more compatible and structured syntax in SYNOPSIS
17765 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17767         * acinclude.m4:
17768         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17769         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17770         imlib-config.
17772 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17774         * configure.in:
17775         changed version to 2.4.1
17777         * acinclude.m4:
17778         small fix that should solve the problem with running autoconf
17779         (autoreconf is ok) from autoconf-2.50;
17780         applied a patch that adds gtk include dirs to gnome include dirs
17782 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17784         * NEWS, configure.in:
17785         changed version to 2.4.0.1
17787         * *: fvwm 2.4 has been released :-))