Add initial draft of fvwm-convert-2.6
[fvwm.git] / ChangeLog
blob84b855882eb4c8af7de5b01deae325388175a51e
1 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
2         * NEWS:
3         * AUTHORS:
4         * bin/fvwm-convert-2.6.in:
5         * bin/fvwm-convert-2.6.1.in:
6         First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
7         files.
9 2009-12-19  Thomas Adam <thomas.adam22@gmail.com>
10         * libs/Flocale.c (FlocaleEncodeString):
11         Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
13 2009-12-12  Thomas Adam <thomas.adam22@gmail.com>
14         * fvwm/fvwm.c (StartupStuff):
15         Reset the state of the "Restarting" flag to False when restarting FVWM.
17         * fvwm/events.c (HandleMapRequestKeepRaised):
18         Only run InitialMapCommand when FVWM isn't restarting and all windows
19         have been recaptured.  The window is already mapped by the time FVWM is
20         restarting, and running the InitialMapCommand again only serves to
21         "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
23 2009-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
25         * NEWS:
26         * configure.ac:
27         increased version number to 2.5.29
29         * NEWS:
30         updated for 2.5.28 release
32 2009-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
34         * NEWS:
35         * fvwm/ewmh.c (ewmh_ChangeProperty):
36         only convert _NET_WM_ICON hint to long before storing
38 2009-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
40         * fvwm/builtins.c (CMD_BugOpts):
41         remove unused variables
43         * NEWS:
44         * fvwm/ewmh.c (ewmh_ChangeProperty):
45         fix storing of CARD32 arrays on 64 bit machines
47         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
48         prevent segmentation fault when reading a bad _NET_WM_ICON hint
50 2009-08-22      Thomas Adam <thomas.adam22@gmail.com>
51         * fvwm/geometry.c (__cs_handle_aspect_ratio):
52         Workaround gcc -O3, by declaring local vars as volatile.  This fixes an
53         otherwise continual loop when resizing windows when keeping aspect
54         ratio (c.f. mplayer.)
56 2009-08-20  Christoph Fritz <chris_honschu(at)gmx.de>
57         * configure.ac:
58         Fix typo in AS_HELP_STRING referring to enable-htmldoc
60 2009-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
62         * NEWS:
63         * fvwm/builtins.c (CMD_BugOpts):
64         Fix parsing of BugOpts options lists separated by ',', and
65         restoring to default value when the boolean option is omitted if
66         not inside a list.
68         * NEWS:
69         Change QT to Qt.
71         * NEWS:
72         * libs/Flocale.h:
73         * libs/Ficonv.h (FiconvSetTransliterateUtf8):
74         * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
75         (is_translit_supported, set_default_iconv_charsets)
76         (set_iconv_charset_index, FiconvUtf8ToCharset):
77         * fvwm/builtins.c (CMD_BugOpts):
78         Add TransliterateUtf8 bug opt for working around clients
79         which don't care about the WM_NAME value.
81 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
83         * NEWS:
84         * fvwm/stack.c (BroadcastRestack):
85         Fix splitting or M_RESTACK packages causing weird window stacking
86         in modules when more than 83 windows are broadcast.
88 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
89         * configure.ac:
90         Remove dnl comments from configure.ac regarding malloc.h -- it's
91         self-explanatory anyway.
93 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
94         * configure.ac:
95         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
96         never used to produce compiler warnings, but things are starting to become
97         more vocal, so don't use this in our ./configure script if we're compiling
98         FVWM on a *BSD system.
100 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
101     * fvwm/style.h:
102     * fvwm/fvwm.h:
103     * fvwm/add_window.c (setup_numeric_vals):
104     add "typedef struct snap_attraction_t"
105     * fvwm/style.c (style_parse_one_style_option):
106     add new SnapAttraction options "None", "ScreenWindows",
107     "ScreenIcons" and "ScreenAll"
108     * fvwm/move_resize.c (DoSnapAttract):
109     Bugfix, option SameType/Icons/Windows did falsely not affect
110     conditions of option "Screen" and option "SameType" snapped
111     falsely icons and windows together. Implement options
112     None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
113     screen edge snapping.
115 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
116         * fvwm/add_window.c (setup_window_name_count):
117         * fvwm/add_window.c (setup_icon_name_count):
118         Deprecate these in favour of setup_name_count()
120         * fvwm/add_window.c (setup_name_count):
121         Amalgamate setup_window_name_count and setup_icon_name_count to just
122         one function (very similar code between them.)  Used with
123         IndexedWindowName and IndexedIconName.
125 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
127         * NEWS:
128         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
130         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
131         (Frptp_async_putline):
132         Fix ANSI C compatibility.
134         * NEWS:
135         * fvwm/ewmh_names.c (EWMH_WMName):
136         set the HAS_EWMH_WM_NAME flag even if the window name on display
137         isn't changing.
138         (EWMH_WMIconName):
139         same for HAS_EWMH_WM_ICON_NAME
141 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
143         * NEWS:
144         fix for segfault with RPlatHost directive in FvwmEvent
145         * libs/Makefile.am (libfvwm_a_SOURCES):
146         * libs/Fplay.h:
147         add Fplay.h wrapper header for rplay.h
149         * NEWS:
150         fix debian bug #438132
152 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
154         * NEWS:
155         * fvwm/style.c (fw_match_style_id):
156         Fix fvwmstyle resource
158 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
160         * NEWS:
161         * fvwm/events.c (HandleMapRequestKeepRaised):
162         Make sure that a PropertyNotify on the WM_STATE property is always
163         sent out when a window is requested to be moved to the withdrawn
164         state. (Needed by QT)
166 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
168         * sample.fvwmrc/DecorMwm:
169         * sample.fvwmrc/DecorWin95:
170         * sample.fvwmrc/new-features:
171         * sample.fvwmrc/system.fvwm2rc:
172         * sample.fvwmrc/system.fvwm2rc-sample-1:
173         * sample.fvwmrc/system.fvwm2rc-sample-2:
174         * sample.fvwmrc/system.fvwm2rc-sample-95:
175         Use !-negation for styles instead of No...
177         * NEWS:
178         fix a typo
180         * sample.fvwmrc/system.fvwm2rc-sample-95:
181         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
182         sed -i 's/StayOnTop/StaysOnTop/'
183         According to patches by Manoj Srivastava
185 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
187         * fvwm/externs.h:
188         * fvwm/fvwm.c:
189         * fvwm/session.c:
190         convert my old code to use var_name and function_name coding style
192 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
194         * NEWS:
195         * configure.ac:
196         increased version to 2.5.28
198         * ANNOUNCE:
199         * NEWS:
200         * configure.ac:
201         updated for 2.5.27 release
203 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
204         * fvwm/bindings.c (print_bindings):
205         Fixed compilation of not having libstroke installed by using ifdefs
206         around stroke code.
208 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
210         * fvwm/bindings.c (print_bindings):
211         slight cleanup
213         * libs/charmap.c (charmap_table_to_string):
214         several memory menagement fixes.
216 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
218         * libs/charmap.c (charmap_table_to_string):
219         Reduce memory management on the stack, by making only those variables
220         to be accessed outside of the function charmap_table_to_string()
221         allocated on the heap instead.
223         * fvwm/bindings.c (print_bindings):
224         b->Action was previously checked whether it was NULL or not before
225         printing its value to STDERR -- however, this caused a segfault when
226         trying to perform strlen() operations internally -- hence don't bother
227         checking if it's NULL.  This avoids segfaulting.
229 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
231         * libs/charmap.c (charmap_table_to_string):
232         * libs/charmap.h:
233         Introduce charmap_to_string function which is used to build up a
234         binding string, for use with PrintInfo.
236         * fvwm/bindings.c (print_bindings):
237         Introduce print_bindings to print all bindings known to fvwm.
239         * fvwm/builtins.c (CMD_PrintInfo):
240         * fvwm/builtins.h:
241         Add support for "binding" as an option to PrintInfo.
243 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
245         * fvwm/placement.c (__pl_position_get_pos_simple):
246         Force the window on-screen if using PositionPlacement UnderMouse.
248 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
250         * fvwm/events.c (HandleMapRequestKeepRaised):
251         * fvwm/add_window.c (AddWindow):
252         * fvwm/style.h:
253         * fvwm/style.c (style_parse_one_style_option):
254         add new style InitialMapCommand
256 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
258         * bin/fvwm-menu-desktop.in:
259         Fix the location prefix for GNOME application files.
261 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
263         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
264         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
265         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
266         horizontally maximized.
268 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
270         * fvwm/fvwm.h:
271         * fvwm/module_list.c (do_execute_module):
272         * fvwm/fvwm.c (fvmm_deinstall_signals):
273         restore default signal handlers before execl()/execvp()
275 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
277         * fvwm/style.c (fw_match_style_id):
278         Allow for the window's visible name to be considered when matching a
279         style line.  It is possible to use $[w.visiblename] as the style name.
280         Whilst the normal name and the visible name are usually the same, in
281         the case of having IndxedWindowName, if a style line matches this as a
282         visible name, apply it first of all.
284 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
285         * AUTHORS:
286         * fvwm/expand.c:
287         Add $[w.visiblename] as an expansion parameter.
289 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
291         * fvwm/placement.c (__pl_position_get_pos_simple):
292         position placement honours StartsOnPage
294 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
296         * fvwm/session.c (MatchWinToSM):
297         fixed keeping fullscreen state of windows over a restart; the old code
298         tried to do this through session management and effectively overwrote
299         the responsible ewmh hint; eventually, fvwm thought that the window
300         was fullscreen without actually making it fullscreen
302 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
304         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
305         fixed compiler warning caused by a logic error in previous patch
307         * configure.ac:
308         applied png detection fix by Yuri Bushmelev for cross compiliation
310         * fvwm/events.c (__handle_cr_on_client):
311         fixed event merging with auto motion detection
313 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
315         * NEWS:
316         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
317         * fvwm/events.h (events_handle_configure_request):
318         * fvwm/events.c (events_handle_configure_request):
319         (__handle_cr_on_client):
320         (__handle_configure_request):
321         fix handling of _NET_MOVERESIZE_WINDOW
322         (__cr_detect_icccm_move):
323         remove douplicate code
325 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
327         * NEWS:
328         * fvwm/add_window.c (setup_frame_window):
329         fix compilation without XRender
331 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
333         * AUTHORS:
334         * ChangeLog-pre-2.4:
335         * rpm/fvwm.spec.in:
336         * vms/fvwmrc.dat:
337         Convert Latin-1 encodings to UTF-8
339 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
341         * NEWS:
342         * configure.ac:
343         increased version to 2.5.27
345         * ANNOUNCE:
346         * NEWS:
347         * configure.ac:
348         updated for 2.5.26 release
350 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
352         * fvwm/ewmh_events.c (ewmh_WMDesktop):
353         (ewmh_WMState):
354         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
355         (ewmh_HandleWindowType):
356         (ewmh_AddToKdeSysTray):
357         (ewmh_HandleWindowType):
358         (ewmh_check_wm_pid):
359         64-bit fix by Alexandre Julliard
361 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
363         * configure.ac:
364         fix fribidi detection when it uses pkg-config and not fribidi-config
366         * libs/FBidi.c:
367         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
368         it now uses fribidi-types.h and not fribidi_types.h
370 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
372         * fvwm/events.c (dispatch_event):
373         Fix handling of Shape events.
375 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
377         * fvwm/menus.c (calc_normal_item_height):
378         (calc_more_item_height):
379         (size_menu_vertically):
380         fix calculations so the menu fit on the screen height
382 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
384         * fvwm/menus.c (size_menu_vertically):
385         added paddings at the top and bottom of the menus
387         * fvwm/menustyle.c (parse_vertical_margins_line):
388         new function to parse the VerticalMargins new MenuStyle
389         command
391         * fvwm/menustyle.c (menustyle_get_styleopt_index):
392         added the VerticalMargins option to the list
394         * fvwm/menustyle.c (menustyle_parse_style):
395         added default values for the padding, and a case clause
396         for the specific case when you invoke the VerticalMargins
397         MenuStyle
399         * fvwm/menustyle.c (menustyle_copy):
400         added two lines to copy the menu styles from origin to destiny
402         * fvwm/menustyle.h:
403         added macros for the vertical padding stuff
405         * fvwm/menustyle.h (struct MenuLook):
406         added sub-structure to hold the VerticalMargins
408         * fvwm/libs/defaults.h:
409         added one define for MAX_MENU_MARGIN
411 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
413         * fvwm/menuitem.c (draw_highlight_background):
414         fixed drawing of background pictures in menu items
416 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
418         * fvwm/add_window.c (setup_frame_window):
419         fix core dump with ARGB detection code
420         fix compilation without XRender
422 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
424         * NEWS:
425         * configure.ac:
426         increased version to 2.5.26
428         * ANNOUNCE:
429         * NEWS:
430         * configure.ac:
431         updated for 2.5.25 release
433 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
435         * fvwm/fvwm.c (main):
436         further condense the X visual selection code
438 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
440         * fvwm/fvwm.c (main):
441         condense the X visual selection code
443 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
445         * fvwm/events.c (register_event_group)
446         (InitEventHandlerJumpTable, dispatch_event):
447         use separate jump tables for events defined by X-extensions
448         to eliminate the need to ovverride the LASTEvent value.
450         * fvwm/module_list.c (module_list_remove):
451         include the case where the module is first in the list in
452         the loop, fixing a segmentaion fault when the list was empty.
454 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
456         * fvwm/add_window.c (setup_frame_window):
457         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
458         add preliminary support for ARGB windows in fvwm (based on
459         Marc Lehman's argb patch)
461 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
463         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
464         fixed compile error
466 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
468         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
469         catch BadGC when updating root transparent window background
471         * libs/XError.c (do_coredump):
472         (ferror_set_temp_error_handler):
473         (ferror_reset_error_handler)
474         (ferror_call_next_error_handler):
476         new helper functions
477         * libs/XError.c (PrintXErrorAndCoredump):
478         try to dump core the hard way
480 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
482         * fvwm/colorset.c (parse_colorset):
483         check for image != None before calling XDestroyImage
485         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
486         (ewmh_WMStateMaxHoriz):
487         (ewmh_WMStateModal):
488         (ewmh_WMStateShaded):
489         (ewmh_WMStateStaysOnTop):
490         (ewmh_WMStateStaysOnBottom):
491         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
492         version 1.3
493         also ignore the EWMH staysontop and staysonbottom hints if the
494         EWMHIgnoreStackingOrderHints style is used
496         * fvwm/colorset.c (parse_colorset):
497         Fixed a sporadic crash when the root background set by gnome,
498         fvwm-root, esetroot etc. changes and a root transparent colour set
499         is used.
501         * fvwm/colorset.c (parse_colorset):
502         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
503         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
504         * libs/PictureGraphics.c (PGrabXImage)
505         (PGraphicsCreateTranslucent):
506         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
507         directly!
509 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
511         * libs/PictureGraphics.c (PGrabXImage):
512         fixed XImage memory leak
513         (PCreateRenderPixmap):
514         (PCreateDitherPixmap):
515         Properly handle return code of FgetFImage()
517 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
519         * fvwm/events.c (HandleConfigureRequest):
520         (events_handle_configure_request):
521         cleanup
523         * fvwm/ewmh_events.c (ewmh_RestackWindow):
524         (ewmh_MoveResizeWindow):
525         fixed crash when moving/resizing/restacking unmanaged windows through
526         an ewmh message
528 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
530         * fvwm/events.c (HandleMapRequestKeepRaised):
531         fixed compiler warning
533 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
535         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
536         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
537         * NEWS:
538         Fixed the determination of the X charset on UTF-8 system
540 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
542         * fvwm/placement.c (__pl_minoverlap_get_next_x):
543         do not add screen offset to window position
545         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
546         fixed a memory leak
548 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
550         * NEWS:
551         Some html documentation files were not installed.
553 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
555         * fvwm/style.c (style_parse_one_style_option):
556         fixed parsing of screen argument of the SnapAttraction Style
558 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
560         * fvwm/move_resize.c (DoSnapAttract):
561         Use edge move resistance, and not delay for top edge when moving
562         windows.
564 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
566         * NEWS:
567         * fvwm/events.c (HandleMapRequestKeepRaised)
568         (test_withdraw_request):
569         Don't map windows that request to be moved back to WithdrawnState
570         by the ICCCM2 method before they have been mapped. (Fixes bug with
571         disappearing windows.)
573 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
575         * NEWS:
576         * configure.ac:
577         increased version to 2.5.25
579         * NEWS:
580         * configure.ac:
581         updated for 2.5.24 release
583 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
585         * fvwm/menus.c (__mloop_exit):
586         * fvwm/menubindings.c (parse_menu_action):
587         * fvwm/bindings.c:
588         reindented and cleaned up some code
590 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
592         * fvwm/update.c (apply_window_updates):
593         * fvwm/add_window.c (setup_style_and_decor):
594         (setup_numeric_vals):
595         * fvwm/add_window.h:
596         * fvwm/style.h:
597         * libs/defaults.h:
598         * fvwm/events.c (HandleEnterNotify):
599         * fvwm/fvwm.c (InitVariables):
600         * fvwm/screen.h:
601         * fvwm/session.c (SaveGlobalState):
602         (LoadGlobalState):
603         * fvwm/move_resize.c (DoSnapAttract):
604         (CMD_SnapGrid)
605         (DoSnapAttract):
606         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
607         They have been replaced by the styles EdgeMoveResistance,
608         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
610 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
612         * acinclude.m4:
613         * configure.ac:
614         use AS_HELP_STRING to format the configure options help strings
616 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
618         * fvwm/conditional.c:
619         some reformatting
621 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
623         * fvwm/ConfigFvwmDefaults:
624         restore default action of closing menus for menu titles
626 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
628         * libs/FScreen.c (FindScreenOfXY):
629         * fvwm/move_resize.c (GetMoveArguments):
630         fixed the "screen w" argument of the Move and other commands
632 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
634         * fvwm/virtual.c (HandlePaging):
635         don't modify *xl and *yt unless we we really page
637 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
639         * fvwm/module_list.h:
640         * fvwm/module_list.c:
641         a little cleanup
643 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
645         * NEWS:
646         * configure.ac:
647         increased version to 2.5.24
649         * NEWS:
650         * configure.ac:
651         updated for 2.5.23 release
653         * libs/Flocale.c (FlocaleEncodeString):
654         removed previous warning fix
656 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
658         * fvwm/style.c:
659         * fvwm/add_window.c:
660         Added new style option:  StartShaded.
662 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
664         * libs/Flocale.c (FlocaleEncodeString):
665         fix compile warning
667 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
669         * configure.ac:
670         * fvwm/fvwm.1.in
671         * fvwm/Makefile.am:
672         removed old fvwm manpage
674 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
676         * NEWS:
677         * configure.ac:
678         increased version to 2.5.23
680         * NEWS:
681         * configure.ac:
682         fix the date for 2.5.22 release
684 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
686         * fvwm/windowlist.c (CMD_WindowList):
687         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
688         iconified windows.
690 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
692         * configure.ac:
693         fixed perl check
694         use "test ! ... = ..." instead of "test ... != ..."
696         * fvwm/builtins.c (CMD_PropertyChange):
697         fixed completely broken parsing of PropertyChange arguments
699 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
701         * NEWS:
702         * configure.ac:
703         updated for 2.5.22 release
705         * fvwm/builtins.c (CMD_PropertyChange):
706         * libs/Flocale.c (FlocaleGetFftFont):
707         (FlocaleGetFontSet):
708         (FlocaleGetFont):
709         (FlocaleGetFontOrFontSet):
710         (FlocaleLoadFont):
711         (FlocaleUnloadFont):
712         fix compiler warnings
714 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
716         * fvwm/functable.c:
717         fixed command table parsing
719 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
721         * fvwm/module_list.c (module_kill):
722         (executeModuleDesperate):
723         (module_list_itr_init):
724         re-indented
726         * fvwm/events.c (My_XNextEvent):
727         * fvwm/module_list.c (module_alloc):
728         (do_execute_module):
729         * fvwm/module_list.h (fmodule):
730         (MOD_IS_CMDLINE):
731         (MOD_SET_CMDLINE):
732         restored *not* useless is_cmdline_module stuff
734         * fvwm/functions.h:
735         add constants for command group tagging
737 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
739         * configure.ac:
740         don't check for tbl
742 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
744         * configure.ac:
745         check for sed, perl and tbl, needed to build documentation
747 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
749         * libs/System.c (fvwm_mkstemp):
750         use constants from libs/fvwm_sys_stat.h
752 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
754         * fvwm/module_list.c (do_execute_module):
755         fixed possible crash when fork fails
757         * fvwm/module_list.c (module_list_remove):
758         now returns the removed fmodule*, or NULL if unsuccessful
759         removed error message when removing a not listed module (it's normal)
761         * fvwm/module_list.c (module_kill):
762         module is inserted in death_row only if it is successfuly removed from
763         module_list (fixes crash when module is killed more than once)
765 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
767         * fvwm/events.c (My_XNextEvent):
768         fixed hang with startup modules
770 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
772         * fvwm/conditional.c (FreeConditionMask):
773         fixed crash with inverted name condition
775         * NEWS:
776         fixed typo
778 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
780         * configure.ac:
781         * README:
782         * NEWS:
783         * INSTALL.fvwm:
784         * sample.fvwmrc/system.fvwm2rc-sample-95:
785         * sample.fvwmrc/system.fvwm2rc:
786         * sample.fvwmrc/system.fvwm2rc-sample-2:
787         * libs/Picture.c (PicturePrintImageCache):
788         * libs/Module.c:
789         * libs/FGettext.c (FGettextPrintLocalePath):
790         * libs/fvwmsignal.c:
791         * libs/Module.h:
792         * libs/PictureUtils.c (PictureAllocColorTable)
793         (PicturePrintColorInfo):
794         * libs/FScreen.h:
795         * libs/fvwmsignal.h:
796         * libs/Bindings.c:
797         * libs/FScreen.c:
798         * libs/Ficonv.c (convert_charsets):
799         (FiconvSetupConversion):
800         * fvwm/decorations.c:
801         * fvwm/gnome.h:
802         * fvwm/events.c:
803         * fvwm/add_window.c (setup_window_font):
804         (setup_icon_font):
805         * fvwm/fvwm.1.in:
806         * fvwm/session.h:
807         * fvwm/conditional.c:
808         * fvwm/fvwm.c (SetRCDefaults):
809         (main):
810         * fvwm/ewmh_events.c:
811         * fvwm/stack.c:
812         * fvwm/gnome.c:
813         * fvwm/menustyle.c (menustyle_parse_style):
814         (menustyle_copy):
815         * fvwm/ewmh.c (EWMH_Init):
816         * libs/Flocale.c (FlocaleParseShadow):
817         (FlocaleGetFontSet):
818         (FlocaleLoadFont):
819         (FlocalePrintLocaleInfo):
820         * fvwm/misc.c (fvwm_msg):
821         * vms/README:
822         * vms/vms.c:
823         write fvwm in lower case
825         * configure.ac:
826         fixed build without GNU make
828 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
830         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
831         fixed buffer overflow
833 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
835         * fvwm/module_list.h (fmodule_list_itr):
836         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
837         replace iterator struct by typedef
839         * fvwm/module_list.c (module_list_destroy):
840         (module_kill_all):
841         (module_cleanup):
842         new function to remove dup code
844         * fvwm/module_list.c (module_kill):
845         changed to move the module to the deathrow list
847         * fvwm/module_list.h (fmodule):
848         * fvwm/module_list.c (module_alloc):
849         (module_list_remove):
850         (FlushMessageQueue):
851         removed is_removed logic
853         * fvwm/module_list.c (module_safefree):
854         removed function
856         * fvwm/events.c (My_XNextEvent):
857         remove old "#if 0" code
859         * fvwm/module_list.c (module_kill):
860         removed debug code
862 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
864         * fvwm/module_list.h (fmodule_list_itr):
865         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
866         don't store current pointer in module list iterators.
867         fix C89-compilance
869 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
871         * fvwm/events.c (My_XNextEvent):
872         * fvwm/module_list.c (KillModuleByName):
873         (FlushAllMessageQueues):
874         * fvwm/module_interface.c (BroadcastPacket):
875         (BroadcastNewPacket):
876         (BroadcastName):
877         (BroadcastFvwmPicture):
878         (BroadcastColorset):
879         (BroadcastProperyChange):
880         (BroadcastConfigInfoString):
881         (CMD_SendToModule):
882         * fvwm/modconf.c (ModuleConfig):
883         * fvwm/stack.c (BroadcastRestack):
884         replaced module_get_next by module list iterator mechanism
886         * fvwm/module_list.h:
887         * fvwm/module_list.c (module_get_next):
888         removed function
890 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
892         * fvwm/module_list.h:
893         * fvwm/module_list.c (fmodule):
894         (fmodule_store):
895         (module_insert):
896         (module_remove):
897         (module_count):
898         (module_get_next):
899         (FlushAllMessageQueues):
900         (KillModuleByName):
901         * fvwm/module_interface.c (BroadcastPacket):
902         (BroadcastNewPacket):
903         (BroadcastName):
904         (BroadcastFvwmPicture):
905         (BroadcastColorset):
906         (BroadcastProperyChange):
907         (BroadcastConfigInfoString):
908         (CMD_SendToModule):
909         * fvwm/event.c (My_XNextEvent):
910         * fvwm/stack.c (BroadcastRestack):
911         * fvwm/modconf.c (ModuleConfig):
912         changed to work with generic list container
914         * fvwm/module_list.c (module_insert):
915         (module_list_insert):
916         (module_remove):
917         (module_list_remove):
918         (module_count):
919         (module_list_len):
920         renamed as list handling functions
922         * fvwm/events.c (My_XNextEvent):
923         * fvwm/module_list.h:
924         * fvwm/module_list.c (module_alloc):
925         (do_execute_module):
926         removed useless is_cmdline_module stuff
928         * fvwm/module_list.h:
929         * fvwm/module_list.c (module_list_insert):
930         (module_list_remove):
931         (module_list_len):
932         new fmodule_list object representing a module list.
933         changed the module lists to the new object.
934         changed list functions to use the list object instead of the
935         fmodule_store pointer.
937         * fvwm/events.c (My_XNextEvent):
938         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
940         * fvwm/module_list.h (fmodule_list_itr):
941         * fvwm/module_list.c (fmodule_list_itr_init):
942         (fmodule_list_itr_next):
943         created a smart (safe) iterator mechanism to replace the
944         module_get_next function
946 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
948         * fvwm/functions.c:
949         * fvwm/functable.c:
950         added empty functions to replace CMD_Dummy
952         * configure.ac:
953         use subordinate Makefile.ams instead of iuncluding files from other
954         dirs
956         * configure.ac:
957         removed FVWMNAMEUCASE
959         * configure.ac:
960         make distcheck fix
962         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
963         force --enable-htmldoc on "make distcheck"
965         * fvwm/events.c (HandleEnterNotify):
966         (HandleLeaveNotify):
967         properly generate enter_window and leave_window events for FvwmEvent
969 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
971         * fvwm/move_resize.c (GetOnePositionArgument):
972         (__get_shift)
973         (ParsePositionArgumentSuffix):
974         code cleanup
976 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
978         * fvwm/move_resize.c (GetOnePositionArgument):
979         fixed position calculation with the "w" prefix (move w-1 w-1).
980         (GetOnePositionArgument):
981         code cleanup
983 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
985         * fvwm/menus.c (__copy_down, __check_for_delimiter)
986         (scanForStrings):
987         reduce indentation level
988         add comment to explain why suppressing the warning is right
990 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
992         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
993         fixed using uninitialized variable
995         * fvwm/menus.c (scanForStrings):
996         suppress compiler warning for now
998         * fvwm/move_resize.c (resize_move_window):
999         (AnimatedMoveAnyWindow):
1000         (__move_window):
1001         (__resize_window):
1002         (CMD_Maximize):
1003         * fvwm/module_interface.c (__get_allowed_actions):
1004         * fvwm/menuitem.c (menuitem_paint):
1005         * fvwm/icons.c (CMD_Iconify):
1006         * fvwm/gnome.c (GNOME_SetHints):
1007         * fvwm/ewmh.c (ewmh_AllowsClose):
1008         (ewmh_AllowsClose)
1009         (ewmh_AllowsFullScreen):
1010         (ewmh_AllowsMinimize)
1011         (ewmh_AllowsMaximize):
1012         (ewmh_AllowsMove):
1013         (ewmh_AllowsResize)
1014         (EWMH_fullscreen):
1015         * fvwm/ewmh_events.c (ewmh_CloseWindow):
1016         (ewmh_MoveResizeWindow):
1017         (ewmh_MoveResize):
1018         (ewmh_WMState):
1019         (ewmh_WMStateHidden):
1020         * fvwm/events.c (__handle_cr_on_client):
1021         * fvwm/decorations.c (__is_resize_allowed):
1022         (is_function_allowed):
1023         * fvwm/conditional.c (MatchesConditionMask):
1024         * fvwm/builtins.c (CMD_Delete):
1025         * fvwm/add_window.c (AddWindow):
1026         is_function allowed now differentiates between US program actions and
1027         actions initiated by interaction between fvwm and the user
1029 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1031         * fvwm/menus.c (__scan_for_pixmap):
1032         fixed compiler warning
1034         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1035         (ewmh_RestackWindow):
1036         honor FixedSize/FixedPosition styles in EWMH messages too
1038 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1040         * fvwm/fvwm.c (setVersionInfo):
1041         add XCursor support to version output
1043         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1044         (SCTX_GET_MR, string_context_type_t, string_context_t)
1045         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1046         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1047         reimplement pixmap and color scanning for menus to better handle
1048         escaped delimiters.
1050 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1052         * fvwm/Makefile.am:
1053         don't install fvwm.1
1055         * fvwm/events.c (My_XNextEvent):
1056         remove unused varaible
1058         * fvwm/events.c (My_XNextEvent):
1059         * fvwm/module_list.h:
1060         * fvwm/module_list.c (module_store, module_alloc)
1061         (module_kill_all, module_safefree, module_remove)
1062         (do_execute_module, module_kill, module_cleanup, module_get_next)
1063         (FlushMessageQueue):
1064         Don't free module stuctures during module I/O. (Fixes segfault.)
1066 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
1068         Committed by Scott.
1070         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1071         Someone missed to add extra conditions when changing from
1072         unsigned to signed.
1074 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1076         * configure.ac:
1077         fixed liXcursor detection
1079 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1081         Committed by Scott.
1083         * fvwm/menus.c (scanForPixmap):
1084         made it possible to escape '*' '%' '@' in filenames
1086         * libs/PictureImageLoader.c (PImageLoadSvg):
1087         added transposing and none uniform scaling to svg options
1089 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1091         * libs/PictureImageLoader.c:
1092         cleanup
1093         (PImageLoadCursorFromFile):
1094         fixed compilation without xpm library
1095         (PImageLoadPng):
1096         fixed compiler warning without png library
1098 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1100         * libs/Fxpm.h:
1101         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1102         fix compilation without xpm library
1104 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1106         * libs/Fxpm.h:
1107         fixed compile error
1109         * libs/PictureImageLoader.c:
1110         cleanup
1111         (PImageLoadCursorFromFile):
1112         fixed compilation without xpm library
1113         (PImageLoadPng):
1114         fixed compiler warning without png library
1116 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1118         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1119         * fvwm/cursor.c (CMD_CursorStyle):
1120         fixed compiler warning
1122 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1124         * fvwm/cursor.c (CMD_CursorStyle):
1125         fix CursorStyle command parsing
1127 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1129         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1130         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1131         * libs/PictureImageLoader.c (PImageLoadSvg):
1132         (PImageLoadPng):
1133         (PImageCreatePixmapFromArgbData):
1134         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1135         (PImageCreatePixmapFromFImage):
1136         new local function
1138 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1140         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1141         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1142         * libs/PictureImageLoader.c (PImageLoadSvg):
1143         (PImageLoadPng):
1144         (PImageCreatePixmapFromArgbData):
1145         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1146         (PImageCreatePixmapFromFImage):
1147         new local function
1149 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1151         * AUTHORS:
1152         * NEWS:
1153         updated
1155         * configure.ac:
1156         added libXcursor detection
1158         * fvwm/Makefile.am (LDADD):
1159         added Xcursor_LIBS
1161         * INSTALL.fvwm:
1163         * libs/Fcursor.h:
1164         new file
1166         * libs/Makefile.am (libfvwm_a_SOURCES):
1167         added Fcursor.h
1169         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1170         added Xcursor support
1172 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1174         * NEWS:
1175         updated
1177         * libs/Fxpm.h:
1178         added defs for FxpmInfo and FxpmFreeXpmInfo
1180         * libs/PictureBase.h (FvwmPictureAttributes):
1181         * libs/PictureImageLoader.c
1182         (PImageCreatePixmapFromArgbData):
1183         (PImageLoadPixmapFromFile):
1184         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1185         (PImageLoadCursorPixmapFromFile):
1186         (PImageLoadCursorFromFile):
1187         * libs/PictureImageLoader.h:
1188         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1189         replaced by the new general PImageLoadCursorFromFile()
1191         * fvwm/cursor.c (CMD_CursorStyle):
1192         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1193         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1195 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1197         * libs/PictureImageLoader.c
1198         (PImageLoadSvg):
1199         (PImageLoadPng):
1200         (PImageLoadXpm):
1201         now returns argb data instead of pixmaps
1202         (PImageLoadPixmapFromFile):
1203         (PImageLoadArgbDataFromFile):
1204         moved first half of PImageLoadPixmapFromFile() into
1205         the new local function PImageLoadArgbDataFromFile()
1206         (PImageLoadBitmap):
1207         removed function, code moved into PImageLoadPixmapFromFile()
1209 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1211         * libs/PictureImageLoader.c (PImageLoadXpm):
1212         revised to make use of PImageCreatePixmapFromArgbData()
1214 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1216         * fvwm/colorset.c (parse_shape):
1217         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1218         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1219         * libs/PictureImageLoader.c
1220         (PImageLoadSvg):
1221         (PImageLoadPng):
1222         (PImageCreatePixmapFromArgbData):
1223         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1224         or translucent (0 < any alpha < 0xff) images.
1226 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1228         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1229         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1230         * libs/PictureImageLoader.c (PImageLoadSvg):
1231         (PImageLoadPng):
1232         (PImageCreatePixmapFromArgbData):
1233         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1234         (PImageCreatePixmapFromFImage):
1235         new local function
1237 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1239         * fvwm/functions.c (CMD_EchoFuncDefinition):
1240         * fvwm/functable.c (func_table):
1241         * fvwm/commands.h:
1242         new command EchoFuncDefinition
1244 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1246         * NEWS:
1247         * fvwm/conditional.c (CreateConditionMask):
1248         bugfix: Condition separation previously failed when a
1249         single comma (no whitespace padding) was used directly
1250         after a multi-worded condition.
1252 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1254         * fvwm/module_list.c (module_kill):
1255         fix possible core dump when using startup modules
1257 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1259         * NEWS:
1260         * fvwm/builtins.c (CMD_PrintInfo):
1261         * libs/Picture.h (PicturePrintImageCache):
1262         * libs/Picture.c (PicturePrintImageCache):
1263         add ImageCache subject to PrintInfo command
1265 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1267         * NEWS:
1268         * fvwm/events.c (My_XNextEvent):
1269         fix crash when a module closes down during input/output.
1271 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1273         * fvwm/icons.c (ChangeIconPixmap):
1274         (DeIconify):
1275         (Iconify):
1276         * fvwm/focus.c (warp_to_fvwm_window):
1277         * fvwm/events.c (__handle_cr_restack):
1278         (__handle_bpress_on_managed):
1279         (HandlePropertyNotify):
1280         * fvwm/stack.h:
1281         * fvwm/stack.c (__restack_window):
1282         (__raise_lower_recursion):
1283         (__raise_or_lower_window):
1284         (raise_or_lower_window):
1285         (position_new_window_in_stack_ring):
1286         (RaiseWindow):
1287         (LowerWindow):
1288         (RestackWindow):
1289         (HandleUnusualStackmodes):
1290         (CMD_Raise):
1291         (CMD_Lower):
1292         (CMD_RestackTransients):
1293         (CMD_RaiseLower):
1294         do raise hacks even when the internal stack is intact, unless on a
1295         client request
1297 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1299         * fvwm/style.c (check_window_style_change)
1300         (style_parse_one_style_option):
1301         * fvwm/style.h:
1302         * fvwm/fvwm.h (window_style):
1303         * fvwm/add_window.c (setup_frame_size_limits):
1304         * fvwm/geometry.c (constrain_size):
1305         new style MinWindowSize
1307 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1309         * libs/System.h:
1310         added missing prototypes
1312         * libs/safemalloc.c:
1313         * libs/fio.c:
1314         * libs/envvar.c:
1315         * libs/XResource.c:
1316         * libs/XError.c:
1317         * libs/WinMagic.c:
1318         * libs/Target.c:
1319         * libs/Event.c (GetSubwindowFromEvent):
1320         * libs/Cursor.c:
1321         * libs/ColorUtils.c:
1322         include corresponding header files
1324         * libs/PictureBase.c:
1325         * libs/FlocaleCharset.c:
1326         * fvwm/ewmh.c:
1327         cleanup prototypes
1329 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1331         * configure.ac (HAVE_GNU_READLINE):
1332         detect full GNU readline API (vs BSD libedit readline compatibility
1333         layer)
1335 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1337         * fvwm/windowlist.c (CMD_WindowList):
1338         * NEWS:
1340         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1341         "UseSkipList" & "OnlySkipList".
1343 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1345         * NEWS:
1346         * fvwm/add_window.c (validate_transientfor):
1347         detect and disallow circular transient-for hints
1349 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1351         * fvwm/fvwm.1.in:
1352         s/UseListSkip/UseSkipList/g etc.
1354 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1356         * fvwm/menus.c (size_menu_vertically):
1357         added localization of the "More&..." string
1359 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1361         * libs/PictureBase.c (PictureFindImageFile):
1362         fix for segfault with svg-support enabled
1364         * INSTALL.fvwm (http):
1365         * configure.ac (png_CFLAGS):
1366         raise librsvg dependeny due to bug with 2.13.91
1368         * fvwm/cursor.c (CMD_CursorStyle):
1369         remove unused static variable nocursor
1371 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1373         * AUTHORS:
1374         typo.
1376 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1378         * configure.ac:
1379         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1380         bugfix: out-of-tree builds failed due to broken dependency.
1381         Make man page have same header as old one.
1382         Fix man page indentation.
1383         Make text of top-level man page sections all uppercase.
1384         Added --disable-mandoc option.
1385         HTML doc generation is off by default: use --enable-htmldoc.
1386         Added more info in doc/README about XML commands to use.
1388 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1390         * NEWS:
1391         * Everything in the 'doc' subdirectory.
1393         XML source to generate man page & HTML documentation.
1395 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1397         * NEWS:
1398         * fvwm/colorset.c (parse_colorset):
1399         don't recompute sh, hi and fgsh if they were supplied in a previous
1400         colorset line. Fixes bug #3359.
1402 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1404         * fvwm/move_resize.c (DoSnapAttract):
1405         handle SnapGrid before SnapAttraction so that non-overlapping windows
1406         do not snap edge to edge:
1407                                     +---+
1408                                     |   |
1409                                     +---+---+
1410                                         |   |
1411                                         +---+
1413 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1415         * fvwm/style.c (parse_and_set_window_style)
1416         (style_parse_one_style_option):
1417         don't warn about PositionPlacement arguments
1419 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1421         * AUTHORS:
1422         * NEWS:
1423         enties for ChangeWindowTitle patch by Julio Teca.
1425 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1427         * fvwm/fvwm.c (main):
1428         fixed ROOT CursorStyle context
1430         * fvwm/placement.c (__pl_manual_get_pos_simple):
1431         * fvwm/move_resize.h:
1432         * fvwm/move_resize.c (__move_loop):
1433         (InteractiveMove):
1434         fixed long broken POSITION CursorStyle context
1436 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1438         * fvwm/bindings.c (ParseBinding):
1439         fix buffer overrun with >78 character window names.
1441         * fvwm/fvwm.1.in (PositionPlacement):
1442         fix typos
1444         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1445         * fvwm/style.c (style_parse_one_style_option):
1446         change BorderWidth and HandleWidth style  to revert to default if no
1447         arguments are given
1449 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1451         * fvwm/fvwm.h (style_flags):
1452         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1453         (__place_get_wm_pos):
1454         (__place_window, __explain_placement):
1455         * fvwm/style.c (style_parse_one_style_option):
1457         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1458         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1459         (DEFAULT_PLACEMENT_POSITION_STRING):
1460         new default strings
1462         * fvwm/move_resize.c (GetOnePositionArgument):
1463         added 'w' suffix to Move arguments
1464         allow multiple shifts from original position
1466         * fvwm/style.c (style_parse_one_style_option):
1467         (merge_styles)
1468         (free_style):
1469         * fvwm/placement.c (setup_window_placement)
1470         (__place_get_placement_flags):
1471         (__place_get_wm_pos):
1472         (__place_get_nowm_pos):
1473         (__place_window):
1474         (__place_handle_x_resources):
1475         (setup_window_placement):
1476         * fvwm/fvwm.h (PLACE_CENTER):
1477         (PLACE_POSITION):
1478         replaced CenterPlacement with more flexibe PositionPlacement
1480         * fvwm/move_resize.c (GetMoveArguments):
1481         (GetResizeArguments):
1482         (GetResizeMoveArguments):
1483         (__move_window):
1484         * fvwm/move_resize.h:
1485         exported and enhanced function GetMoveArguments for use by placement
1486         algorithm
1488 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1490         * fvwm/ConfigFvwmDefaults:
1491         reenable MenuScroll on titles
1493         * fvwm/menubindings.c (menu_shortcuts):
1494         don't scroll menus if scrolling would be in the wrong direction
1496 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1498         * fvwm/move_resize.c (__resize_window):
1499         some resizing/gravity fixes
1500         properly handle maximized + shaded state when resizing
1501         non-interactively
1503 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1505         * fvwm/move_resize.c (__resize_window):
1506         resizing of shaded windows work better.
1508 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1510         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1511         clarified previous patch
1513         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1514         documented '-' command prefix
1516         * fvwm/expand.c (__eae_parse_range):
1517         fix $[n-] and $[*] after unsigned int havoc
1519 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1521         * fvwm/Makefile.am:
1522         * fvwm/ConfigFvwmMenuDefaults:
1523         removed file
1524         * fvwm/ConfigFvwmDefaults:
1525         * fvwm/ConfigFvwmMenuDefaults:
1526         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1528 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1530         * fvwm/ConfigFvwmMenuDefaults:
1531         * fvwm/fvwm.c (SetRCDefaults):
1532         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1533         apply to menu item context.
1535 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1537         * fvwm/placement.c (placement_loop):
1538         (__pl_minoverlap_get_avoidance_penalty):
1539         (__pl_smart_get_first_pos):
1540         (__pl_smart_get_next_pos):
1541         (__pl_smart_test_window):
1542         (__pl_smart_get_pos_penalty):
1543         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1544         now less than ten lines of code.
1546         * fvwm/add_window.c (setup_placement_penalty):
1547         * fvwm/style.c (style_parse_one_style_option):
1548         allow to reset the placement penalties with !
1550         * fvwm/placement.h:
1551         * fvwm/add_window.c (setup_placement_penalty):
1552         * fvwm/style.h:
1553         * fvwm/fvwm.h:
1554         * fvwm/style.c (style_parse_one_style_option):
1555         put placement penalty array in a struct
1557         * fvwm/placement.c (__place_get_wm_pos):
1558         (__pl_clever_get_next_x):
1559         (__pl_clever_get_next_y):
1560         (__pl_clever_get_first_pos):
1561         (__pl_clever_get_next_pos):
1562         (__pl_clever_get_avoidance_penalty):
1563         (__pl_clever_get_pos_penalty):
1564         (__pl_minoverlap_get_next_x):
1565         (__pl_minoverlap_get_next_y):
1566         (__pl_minoverlap_get_first_pos):
1567         (__pl_minoverlap_get_next_pos):
1568         (__pl_minoverlap_get_avoidance_penalty):
1569         (__pl_minoverlap_get_pos_penalty):
1570         renamed ...clever... functions to ...minoverlap...
1572         * fvwm/bindings.c:
1573         * fvwm/decorations.c:
1574         * fvwm/menubindings.c:
1575         * fvwm/module_interface.c:
1576         * fvwm/module_list.c:
1577         * fvwm/fvwm.c:
1578         * fvwm/module_list.h:
1579         * fvwm/events.c:
1580         * fvwm/module_interface.h:
1581         * fvwm/Makefile.am:
1582         dont include "libs" in include path
1584         * libs/vpacket.h:
1585         #includes from fvwm path with "..." not <...>
1587         * fvwm/stack.c:
1588         #includes from library path with "..." not <...>
1590 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1592         * NEWS:
1593         * AUTHORS:
1594         * INSTALL.fvwm:
1595         documented new svg support
1597         * configure.ac:
1598         added librsvg detection
1600         * fvwm/Makefile.am (LDADD, INCLUDES):
1601         added rsvg_LIBS, rsvg_CFLAGS
1603         * fvwm/expand.c (expand_vars_extended):
1604         new extended variables
1605         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1607         * fvwm/fvwm.1.in (OPTIONS):
1608         (ICONS AND IMAGES):
1609         documented new svg support
1610         (COMMAND EXPANSION):
1611         documented new extended variables
1613         * fvwm/fvwm.c (setVersionInfo):
1614         (main):
1615         added Frsvg_init() call
1617         * libs/Fsvg.h:
1618         new file
1620         * libs/Makefile.am (libfvwm_a_SOURCES):
1621         added Fsvg.h
1622         (INCLUDES):
1623         added rsvg_CFLAGS
1625         * libs/Picture.c (PCacheFvwmPicture):
1626         hid svgopts from isFileStampChanged()
1628         * libs/PictureBase.c (PictureFindImageFile):
1629         hid svgopts from searchPath()
1631         * libs/PictureBase.h:
1633         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1634         hid svgopts from setFileStamp()
1635         (PImageLoadSvg):
1636         new svg image loader
1638         * libs/fvwmlib.c (flib_init_graphics):
1639         added Frsvg_init() call
1641 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1643         * NEWS:
1644         * fvwm/stack.c (__is_restack_needed)
1645         (is_transient_subtree_straight):
1646         (__restack_window):
1647         fix crash when trying to restack destroyed window
1649 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1651         * libs/Makefile.am (libfvwm_a_SOURCES):
1652         add fvwmlib.c
1654         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1655         * fvwm/menus.c (move_any_menu)
1656         set menu backgrounds before moving. Makes transparent menus move
1657         more seamless.
1659         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1660         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1661         add update_transparent_menu_bg to allow set of transparent menu
1662         background before a move, and change repaint_transparent_menu to
1663         allow for not setting the menu background.
1665         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1666         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1667         transparent colorsets)
1668         (CreateOffsetBackgroundPixmap):
1669         use offset also for non transparent backgrounds.
1671         * fvwm/menubindings.c (menu_shortcuts):
1672         don't move menus on scroll if they don't move
1674 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1676         * libs/fvwmlib.h:
1677         * fvwm/bindings.c:
1678         * fvwm/cursor.c:
1679         * fvwm/decorations.c:
1680         * fvwm/ewmh_conf.c:
1681         * fvwm/ewmh_events.c:
1682         * fvwm/ewmh_icons.c:
1683         * fvwm/expand.c:
1684         * fvwm/focus.c:
1685         * fvwm/functions.c:
1686         * fvwm/gnome.c:
1687         * fvwm/menubindings.c:
1688         * fvwm/menucmd.c:
1689         * fvwm/menuitem.c:
1690         * fvwm/misc.c:
1691         * fvwm/modconf.c:
1692         * fvwm/module_interface.c:
1693         * fvwm/module_list.c:
1694         * fvwm/read.c:
1695         * fvwm/update.c:
1696         * fvwm/windowlist.c:
1697         * fvwm/windowshade.c:
1698         * fvwm/colorset.c:
1699         * fvwm/session.c:
1700         * fvwm/stack.c:
1701         * fvwm/ewmh.c:
1702         * fvwm/conditional.c:
1703         * fvwm/menustyle.c:
1704         * fvwm/virtual.c:
1705         * fvwm/placement.c:
1706         * fvwm/frame.c:
1707         * fvwm/fvwm.c:
1708         * fvwm/icons.c:
1709         * fvwm/add_window.c:
1710         * fvwm/builtins.c:
1711         * fvwm/move_resize.c:
1712         * fvwm/borders.c:
1713         * fvwm/style.c:
1714         * fvwm/events.c:
1715         * fvwm/menus.c:
1716         * libs/FTips.c:
1717         * libs/Picture.c:
1718         * libs/Target.c:
1719         * libs/gravity.c:
1720         * fvwm/execcontext.c:
1721         * libs/BidiJoin.c:
1722         * libs/CombineChars.c:
1723         * libs/FBidi.c:
1724         * libs/FEvent.c:
1725         * libs/Fft.c:
1726         * libs/FGettext.c:
1727         * libs/Ficonv.c:
1728         * libs/FImage.c:
1729         * libs/flist.c:
1730         * libs/FlocaleCharset.c:
1731         * libs/fsm.c:
1732         * libs/Parse.c:
1733         * libs/queue.c:
1734         * libs/safemalloc.c:
1735         * libs/strdup.c:
1736         * libs/timeout.c:
1737         * libs/Strings.c:
1738         * libs/FRender.c:
1739         * libs/Module.c:
1740         * libs/ColorUtils.c:
1741         * libs/Colorset.c:
1742         * libs/PictureImageLoader.c:
1743         * libs/PictureGraphics.c:
1744         * libs/Graphics.c:
1745         * libs/FScreen.c:
1746         * libs/PictureUtils.c:
1747         * libs/Flocale.c:
1748         * libs/PictureBase.c:
1749         use new header files
1751         * libs/Graphics.h:
1752         * libs/XResource.h:
1753         * libs/Event.h:
1754         * libs/XError.h:
1755         * libs/ColorUtils.h:
1756         * libs/PictureBase.h:
1757         * libs/System.h:
1758         * libs/defaults.h:
1759         * libs/Cursor.h:
1760         * libs/Target.h:
1761         * libs/WinMagic.h:
1762         * libs/fvwmlib.h:
1763         * libs/Makefile.am (libfvwm_a_SOURCES):
1764         moved declarations from fvwmlib.h to new/appropriate header files
1766         * libs/XError.c:
1767         reformatted
1769         * fvwm/menus.c (paint_side_pic):
1770         fixed previous patch
1771         reindented function
1773 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1775         * fvwm/menus.c (paint_side_pic):
1776         fix a core dump
1778         * fvwm/menus.c (paint_side_pic):
1779         use simple expose information to redraw sidepics less.
1781 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1783         * fvwm/geometry.c (constrain_size):
1784         silence gcc 4.1.1 warning.
1786         * libs/System.c (searchPath):
1787         search in pwd if no path is given.
1788         return NULL if a file dosn't exist regardless if it's absolute path
1790 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1792         * fvwm/placement.c (__place_window)
1793         (__pl_under_mouse_get_pos_simple):
1794         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1795         * fvwm/fvwm.1.in:
1796         new style option UnderMousePlacementHonorsStartsOnPage
1798         * fvwm/update.c (init_style):
1799         don't forget stickyness when a window goes fullscreen (or when some
1800         other style is changed)
1802 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1804         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1805         properly handle title direction with cascade placement
1807         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1808         new default value
1810         * fvwm/placement.c (__pl_center_get_pos_simple):
1811         CenterPlacement properly handles Xinerama screens
1813 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1815         * configure.ac:
1816         always substiture datarootdir
1818 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1820         * fvwm/add_window.c (GetWindowSizeHints):
1821         * fvwm/geometry.c (constrain_size):
1822         undefine macros after use
1823         (constrain_size):
1824         reindented and cleaned up
1825         do not grow a window because of aspect ratio if this is not explicitly
1826         allowed by the CS_ROUND_UP flag
1827         (constrain_size):
1828         (__cs_handle_aspect_ratio):
1829         broken into separate functions and cleaned up
1831 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1833         * fvwm/module_list.c (module_receive):
1834         (module_input_discard):
1835         allocate input data in just one call - better perfomance
1837 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1839         * fvwm/placement.c (__place_get_wm_pos):
1840         simplified to a simple loop
1841         (__explain_placement):
1842         added explanation of new placement styles
1844         * fvwm/placement.c (__place_get_wm_pos):
1845         cleanup
1846         (__pl_center_get_pos_simple):
1847         (__pl_under_mouse_get_pos_simple):
1848         (__pl_cascade_get_pos_simple):
1849         (__pl_manual_get_pos_simple):
1850         (__place_get_wm_pos):
1851         use new placement interface for CenterPlacement, UnderMousePlacement,
1852         ManualPlacement, CascadePlacement
1854         * fvwm/placement.c (__sp_get_first_pos):
1855         (__sp_get_next_pos):
1856         (__sp_get_pos_penalty):
1857         (__place_get_wm_pos):
1858         use new placement interface for SmartPlacement
1859         (SmartPlacement):
1860         removed function
1862         * fvwm/placement.c:
1863         don't use inline functions
1864         (CleverPlacement):
1865         (placement_loop):
1866         renamed function and generalized the placement interface to deal with
1867         any algorithm in the same way
1868         (__place_get_wm_pos):
1869         use new placement interface
1871         * NEWS:
1872         * configure.ac:
1873         increased version to 2.5.22
1875         * NEWS:
1876         * configure.ac:
1877         updated for 2.5.21 release
1879 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
1881         * fvwm/read.h: Compile syntax error fix.
1883 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1885         * fvwm/placement.c (SmartPlacement):
1886         fixed broken SmartPlacement
1888 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1890         * fvwm/expand.c (expand_vars_extended):
1891         free allocated icon path
1893 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1895         * fvwm/fvwm.1.in:
1896         some cleanup
1898         * fvwm/virtual.c:
1899         fix compile error
1901 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1903         * NEWS:
1904         * fvwm/fvwm.1.in (Scroll):
1905         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1906         add interactive scrolling.
1908         * fvwm/stack.c (is_transient_subtree_straight):
1909         check first above the tree root, then beneth it.
1911 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
1913         * fvwm/module_interface.h
1914         * fvwm/module_interface.c (module_input_enqueue):
1915         (module_input_execute):
1916         new functions based on AddToCommandQueue and ExecuteModuleCommand
1918         * fvwm/module_list.c (CMD_ModuleSynchronous):
1919         (PositiveWrite):
1920         * fvwm/events.c (My_XNextEvent):
1921         * fvwm/module_interface.c (ExecuteCommandQueue):
1922         using the above two new functions instead of AddToCommandQueue and
1923         ExecuteModuleCommand
1925         * fvwm/module_interface.c (cqueue_object_type):
1926         removed typedef
1928         * fvwm/module_interface.h
1929         * fvwm/module_interface.c (AddToCommandQueue):
1930         (ExecuteModuleCommand):
1931         removed functions
1933 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1935         * fvwm/fvwm.h (window_style):
1936         * fvwm/style.c (style_parse_one_style_option):
1937         icon background relief and icon title relief changed to sigend char;
1938         should fix problem with ppc and negative values for these.
1940 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
1942         * fvwm/module_list.h:
1943         * fvwm/module_list.c (module_receive):
1944         (module_input_discard):
1945         (module_input_expect):
1946         new functions to deal with module input
1948         * fvwm/module_list.h:
1949         * fvwm/module_list.c (HandleModuleInput):
1950         replaced by the above three functions
1952         * fvwm/events.c (My_XNextEvent):
1953         * fvwm/module_list.c (CMD_ModuleSynchronous):
1954         (PositiveWrite):
1955         adapted to use the above three functions instead of HandleModuleInput
1957 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1959         * configure.ac (HAVE_PNG):
1960         don't mangle png_LIBS, use --with-png-library
1962 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1964         * NEWS:
1965         removed news about previous change after move of version-2_5_20 tag
1966         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1967         balls.
1969         * fvwm/stack.c (__restack_window):
1970         fix so new transient windows with StackTransientParent on top layer
1971         don't make all windows raise above the pan frames.
1973         * NEWS:
1974         * configure.ac:
1975         increased version to 2.5.21
1977         * NEWS:
1978         * configure.ac:
1979         updated for 2.5.20 release
1981 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
1983         * fvwm/fvwm.c (main):
1984         remove the call to module_init_list, the list head is instead set
1985         to NULL upon declaration
1987         * fvwm/module_list.h:
1988         * fvwm/module_list.c (module_init_list):
1989         removed function
1991 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1993         * fvwm/stack.c (is_transient_subtree_straight)
1994         (is_transient_subtree_stack_straight):
1995         use <= 32 character function name
1996         (mark_transient_subtree, is_transient_subtree_straight)
1997         (__mark_transient_subtree_test):
1998         move common tests to function to avoid code duplication
2000         * fvwm/fvwm.1.in (IconifyWindowGroups):
2001         Correctly document that windows are iconified together if the are in
2002         the same window group, not if the group leader is iconified.
2004 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2006         * fvwm/add_window.c (GetWindowSizeHints):
2007         * libs/vpacket.h (ConfigWinPacket):
2008         * fvwm/module_interface.c (CONFIGARGS):
2009         * fvwm/fvwm.h (FvwmWindow):
2010         add orig_hints_width_inc and orig_hints_height_inc values to store the
2011         original resize inc  for use in FvwmIdent
2013         * fvwm/fvwm.1.in:
2014         * fvwm/style.c (style_parse_one_style_option):
2015         deprecated some "No..." styles
2016         (style_parse_one_style_option):
2017         add a NoResizeHintOverride style
2019         * fvwm/add_window.c (GetWindowSizeHints):
2020         only ignore the min_width/min_height/max_width/max_height with the
2021         ResizeHintOverride style
2023         * fvwm/icons.c (DeIconify):
2024         corrected previous fix
2026         * fvwm/placement.c (CleverPlacement):
2027         (SmartPlacement):
2028         (__place_get_wm_pos):
2029         (__place_get_nowm_pos):
2030         (__place_window):
2031         fixed smart placement
2032         unified placement func interface
2034 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2036         * NEWS:
2037         * fvwm/icons.c (DeIconify):
2038         don't loop forever.
2040         * fvwm/stack.c (is_transient_subtree_stacked_straight):
2041         fix detection of non needed lower operations
2042         (__restack_window):
2043         BroadcastRestack to modules even if non is done. (To cancel effect of
2044         already sent M_RAISE/M_LOWER)
2045         don't do raise hacks if no restack was done.
2047         * fvwm/fvwm.h (FvwmWindow):
2048         icon_nalloc_pixels is int instead of unsined int
2050         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2051         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2052         use int instead of unsigned int.
2054         * fvwm/menugeometry.c (menu_get_geometry)
2055         (menu_get_outer_geometry):
2056         * fvwm/focus.c (CMD_WarpToWindow):
2057         * fvwm/geometry.c (get_title_button_geometry):
2058         * fvwm/session.c (SaveWindowStates):
2059         * fvwm/conditional.c (CMD_WindowId):
2060         * fvwm/placement.c (__place_get_wm_pos):
2061         * fvwm/frame.c (frame_create_move_resize_args):
2062         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2063         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2064         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2065         * fvwm/style.c (style_parse_icon_box_style):
2066         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2067         (AnimatedMoveAnyWindow, __move_window, __move_loop)
2068         (__resize_window):
2069         * fvwm/events.c (HandlePropertyNotify)
2070         (__is_bpress_window_handled):
2071         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2072         (get_menu_options):
2073         fix geometry signed pointer warnings
2075         * libs/Graphics.c (CalculateGradientDimensions):
2076         cast pointer to unsigned int*
2078         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2079         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2080         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2081         change unsigned int* parameter to int*. It get's info stored in an
2082         unsigned short, so it should be OK.
2084         * fvwm/externs.h:
2085         * fvwm/fvwm.c:
2086         JunkMask is unsigned
2088         * fvwm/stack.c (__mark_group_member)
2089         (is_transient_subtree_stacked_straight, __is_restack_needed)
2090         (__restack_window, mark_transient_subtree):
2091         don't raise or lower windows if they are already at the right place.
2093 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2095         * fvwm/module_interface.c (struct cqueue_object_type):
2096         * fvwm/module_list.h (struct fmodule_input):
2097         reused cqueue_object_type as a struct to store module input data
2098         renamed it to fmodule_input and moved it to module_list.h
2099         typedef'ed it to cqueue_object_type in module_interface.c
2101 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2103         * fvwm/placement.c (__cp_get_next_x):
2104         (__cp_get_next_y):
2105         (__cp_get_first_pos):
2106         (__cp_get_next_pos):
2107         (__cp_get_avoidance_penalty):
2108         (__cp_test_fit):
2109         (CleverPlacement):
2110         restructured and cleaned up CleverPlacement code
2112         * fvwm/style.c (style_parse_icon_box_style):
2113         * fvwm/virtual.c (HandlePaging):
2114         * fvwm/stack.c (verify_stack_ring_consistency):
2115         (ResyncFvwmStackRing):
2116         * fvwm/repeat.c:
2117         * fvwm/read.c (cursor_control):
2118         * fvwm/placement.c (__place_get_wm_pos):
2119         * fvwm/move_resize.c (GetMoveArguments):
2120         (ParseOneResizeArgument):
2121         (GetResizeArguments):
2122         (GetResizeMoveArguments):
2123         (resize_move_window):
2124         (resize_move_window):
2125         (InteractiveMove):
2126         (__move_window):
2127         (DoSnapAttract):
2128         (DoSnapAttract):
2129         (__resize_step):
2130         (__resize_window):
2131         (__resize_window):
2132         (__resize_window):
2133         (MaximizeHeight):
2134         (MaximizeWidth):
2135         (maximize_fvwm_window):
2136         (CMD_Maximize):
2137         (CMD_Maximize):
2138         * fvwm/misc.c:
2139         * fvwm/menustyle.h (MenuStyle):
2140         * fvwm/menus.c (MenuSizingParameters):
2141         (make_menu_window):
2142         (paint_menu_gradient_background):
2143         (paint_menu_gradient_background):
2144         (select_menu_item):
2145         (do_menus_overlap):
2146         (pop_menu_up):
2147         (pop_menu_down_and_repaint_parent):
2148         (__mloop_handle_action_without_mi):
2149         (do_menu):
2150         (get_menu_options):
2151         (get_menu_options):
2152         * fvwm/menuroot.h (MenuRootStatic):
2153         (MenuRootDynamic):
2154         * fvwm/menuitem.h (MenuPaintItemParameters):
2155         * fvwm/menugeometry.h:
2156         * fvwm/menubindings.c (menu_shortcuts):
2157         * fvwm/icons.c (SetIconPixmapSize):
2158         (GetIconPicture):
2159         (DrawIconTitleWindow):
2160         (AutoPlaceIcon):
2161         (do_all_iconboxes):
2162         (GetIconWindow):
2163         (GetIconBitmap):
2164         * fvwm/gnome.c (GNOME_GetHintIcons):
2165         * fvwm/functions.c (FvwmFunction):
2166         (__execute_function):
2167         (__cf_cleanup):
2168         (execute_complex_function):
2169         * fvwm/fvwm.c (JunkWidth):
2170         (JunkHeight):
2171         (JunkBW):
2172         (JunkDepth):
2173         (JunkMask):
2174         (main):
2175         * fvwm/externs.h (JunkWidth):
2176         (JunkHeight):
2177         (JunkBW):
2178         (JunkDepth):
2179         (JunkMask):
2180         * fvwm/focus.c (CMD_WarpToWindow):
2181         * fvwm/expand.c (__eae_parse_range):
2182         (expand_args_extended):
2183         (expand_vars_extended):
2184         (expand_vars_extended):
2185         * fvwm/ewmh_names.c (EWMH_WMIconName):
2186         (EWMH_WMName):
2187         * fvwm/ewmh_intern.h:
2188         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2189         (EWMH_DoUpdateWmIcon):
2190         (ewmh_SetWmIconFromPixmap):
2191         (ewmh_SetWmIconFromPixmap):
2192         (EWMH_DeleteWmIcon):
2193         (extract_wm_icon):
2194         (extract_wm_icon):
2195         (EWMH_SetIconFromWMIcon):
2196         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2197         (ewmh_WMState):
2198         (ewmh_WMIconGeometry):
2199         (ewmh_WMStrut):
2200         * fvwm/ewmh.h:
2201         * fvwm/ewmh.c (ewmh_ChangeProperty):
2202         (ewmh_ChangeProperty):
2203         (atom_get):
2204         (ewmh_AtomGetByName):
2205         (ewmh_AddToKdeSysTray):
2206         (EWMH_GetWorkAreaIntersection):
2207         (ewmh_HandleWindowType):
2208         (ewmh_check_wm_pid):
2209         * fvwm/geometry.c (constrain_size):
2210         * fvwm/geometry.h:
2211         * fvwm/events.c (__handle_cr_on_client):
2212         (WaitForButtonsUp):
2213         * fvwm/events.h:
2214         * libs/PictureImageLoader.c:
2215         * libs/PictureImageLoader.h:
2216         * libs/WinMagic.c:
2217         * libs/fvwmlib.h:
2218         * libs/Graphics.c (ParseGradient):
2219         (CalculateGradientDimensions):
2220         (CreateGradientPixmap):
2221         (CreateGradientPixmapFromString):
2222         * fvwm/colorset.c (update_root_pixmap):
2223         * fvwm/builtins.c (CMD_Echo):
2224         (CMD_State):
2225         * fvwm/add_window.c (AddWindow):
2226         * fvwm/screen.h (DecorFace):
2227         use int instead of unsigned int
2229         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2230         * fvwm/colormaps.c (EnterSubWindowColormap):
2231         (LeaveSubWindowColormap):
2232         (FetchWmColormapWindows):
2233         * libs/vpacket.h:
2234         * libs/CombineChars.c (char_combclass):
2235         use short instead of short int
2236         use long instead of long int
2238         * libs/PictureBase.h (FvwmPictureAttributes):
2239         (FvwmRenderAttributes):
2240         * libs/Flocale.h (FlocaleFont):
2241         * fvwm/style.c (style_parse_icon_grid_style):
2242         * fvwm/menus.c (size_menu_horizontally):
2243         (size_menu_vertically):
2244         (paint_menu):
2245         (AddToMenu):
2246         * fvwm/menuitem.c (menuitem_paint):
2247         (menuitem_free):
2248         * fvwm/menuitem.h (MenuItem):
2249         * fvwm/geometry.c (set_window_border_size):
2250         * fvwm/decorations.c (SelectDecor):
2251         use int instead of short
2253         * fvwm/screen.h (FvwmAcs):
2254         (DecorFace):
2255         * fvwm/menus.c (MenuSizingParameters):
2256         (size_menu_horizontally):
2257         (update_menu):
2258         (paint_menu_gradient_background):
2259         * fvwm/menuroot.h (MenuRootStatic):
2260         * fvwm/menuitem.h (MenuItem):
2261         (MenuItemPartSizesT):
2262         * fvwm/menuitem.c (menuitem_get_size):
2263         * fvwm/menudim.h (MenuDimensions):
2264         use int instead of unsigned short
2266 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2268         * libs/gravity.h:
2269         * libs/gravity.c (gravity_move_resize_parent_child):
2270         * fvwm/frame.h:
2271         * fvwm/frame.c (mr_args_internal):
2272         (frame_setup_border):
2273         (frame_setup_titlebar):
2274         (frame_get_resize_decor_gravities):
2275         (frame_get_titlebar_dimensions):
2276         use rectangle instead of signed_rectangle
2278         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2279         * libs/fvwmrect.h (signed_rectangle):
2280         removed type
2281         (rectangle):
2282         (size_rect):
2283         widht and height are now signed values
2285         * fvwm/placement.c (get_next_x):
2286         (__cp_get_next_x):
2287         (get_next_x):
2288         (__cp_get_next_y):
2289         (__test_fit):
2290         (__cp_test_fit):
2291         renamed functions
2293         * fvwm/placement.c (get_next_x):
2294         (get_next_y):
2295         (test_fit):
2296         (CleverPlacement):
2297         cleanup
2299 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2301         * NEWS:
2302         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2303         StickyAcrossDesksIcon.
2305 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2307         * fvwm/conditional.c (CreateConditionMask):
2308         added conditions StickyIcon, StickyAcrossPagesIcon and
2309         StickyAcrossDesksIcon.
2311         * fvwm/fvwm.1.in:
2312         documented new conditional tests.
2313         removed descriptions of styles StickyIconPage & StickyIconDesk which
2314         actually don't exists in fvwm.
2315         moved StickyIcon/SlipperyIcon descriptions immediately after
2316         Sticky/Slippery description.
2318 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2320         * fvwm/placement.c (SmartPlacemen):
2321         (__sp_test_window):
2322         cleaned up SmartPlacement code
2324 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2326         * fvwm/ConfigFvwmMenuDefaults:
2327         Mouse 0 MS A MenuLeaveSubmenu instead.
2329         * fvwm/ConfigFvwmMenuDefaults:
2330         Mouse 0 MS A MenuClose to make sidepic and border behave as
2331         before menu bindings.
2333         * fvwm/fvwm.1.in:
2334         * libs/wcontext.h (enum):
2335         * fvwm/menubindings.c (menu_binding):
2336         (menu_shortcuts):
2337         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2339         * fvwm/menustyle.c (menustyle_parse_old_style):
2340         add a message of deprecation.
2342 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2344         * fvwm/module_list.h:
2345         * fvwm/module_list.c:
2346         new files for module handling code.
2348         * fvwm/module_list.h:
2349         * fvwm/module_interface.h:
2350         * fvwm/module_list.c:
2351         * fvwm/module_interface.c:
2352         (struct mqueue_object_type):
2353         (msg_mask_set):
2354         (module_alloc):
2355         (module_insert):
2356         (module_remove):
2357         (module_free):
2358         (module_get_next):
2359         (set_message_mask):
2360         (get_pipe_name):
2361         (initModules):
2362         (ClosePipes):
2363         (do_execute_module):
2364         (executeModuleDesperate):
2365         (CMD_Module):
2366         (CMD_ModuleListenOnly):
2367         (CMD_ModuleSynchronous):
2368         (HandleModuleInput):
2369         (DeadPipe):
2370         (KillModule):
2371         (KillModuleByName):
2372         (CMD_KillModule):
2373         (PositiveWrite):
2374         (DeleteMessageQueueBuff):
2375         (FlushMessageQueue):
2376         (FlushAllMessageQueues):
2377         (CMD_set_mask):
2378         (CMD_set_sync_mask):
2379         (CMD_set_nograb_mask):
2380         (skipModuleAliasToken):
2381         (countModules):
2382         (struct msg_masks_t):
2383         (struct fmodule):
2384         moved from module_interface.c/h to module_list.c/h
2386         * fvwm/module_list.h (do_execute_module):
2387         * fvwm/module_interface.h (AddToCommandQueue):
2388         (ExecuteModuleCommand):
2389         initialy static functions are exposed for now. Should be fixed soon.
2391         * fvwm/Makefile.am:
2392         added module_list.h and module_list.c
2393         reorganized the c files by size
2395         * fvwm/module_list.h:
2396         * fvwm/module_list.c:
2397         * fvwm/events.c:
2398         * fvwm/fvwm.c:
2399         * fvwm/session.c:
2400         * fvwm/stack.c:
2401         (initModules):
2402         (module_init_list):
2403         (ClosePipes):
2404         (module_kill_all):
2405         (KillModule):
2406         (module_kill):
2407         (countModules):
2408         (module_count):
2409         renamed functions to a unified style
2411         * fvwm/module_interface.h:
2412         * fvwm/module_interface.c:
2413         * fvwm/fvwm.c:
2414         * fvwm/events.c:
2415         * fvwm/modconf.c
2416         * fvwm/session.c:
2417         * fvwm/stack.c:
2418         * fvwm/windowshade.c:
2419         * fvwm/functions.c:
2420         * fvwm/move_resize.c:
2421         include file cleanup
2423         * fvwm/module_list.c (do_execute_module):
2424         made absolutely sure the module's read fd is >=0 before inserting
2425         the module on the list
2427         * fvwm/events.c (My_XNextEvent):
2428         * fvwm/module_list.c (PositiveWrite):
2429         (CMD_ModuleSynchronous):
2430         assume module read fd is allways >=0 (remove the tests)
2432         * fvwm/module_list.c (module_free):
2433         no need to test if fd >=0 when closing the pipes.
2435 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2437         * fvwm/menuitem.c (draw_higlight_background):
2438         fix x-origin of HGradients
2440 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2442         * fvwm/module_interface.c (FlushMessageQueues):
2443         fixed not flushing the first module on the list
2445 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2447         * libs/Flocale.c (FlocaleGetFftFont):
2448         add sanity check for NULL fontname.
2450         * NEWS:
2451         * fvwm/fvwm.1.in:
2452         * fvwm/menuitem.c (menuitem_paint):
2453         (draw_hilight_background):
2454         make all kinds of pixmaps work with hilight background
2456         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2457         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2458         (CreateBackgroundPixmap):
2459         added CreateOffsetBackgroundPixmap with the ability to create
2460         transparent images at an offset relative to the window.
2462 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2464         * fvwm/menus.c (__mloop_exit):
2465         (struct):
2466         (__mloop_get_event)
2467         (__mloop_handle_event):
2468         don't warp to parent item when entering other item with mouse.
2470         * NEWS:
2471         * fvwm/fvwm.1.in:
2472         * fvwm/menustyle.c (menustyle_update):
2473         make use of colorset TiledPixmap option with HiglightBack
2474         and HiglightTitleBack menu styles.
2476 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2478         * libs/FScreen.c:
2479         reformatted
2481 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2483         * libs/FScreen.c (FScreenParseGeometry):
2484         don't look up screen info if screen is undefined
2486 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2488         * ONEWS:
2489         * NEWS:
2490         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2492         * libs/fio.c (fvwm_send):
2493         compile fixes
2495         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2496         added macro
2498         * libs/fio.c:
2499         * libs/fio.h:
2500         new utility files to wrap writing/reading standard lib functions that
2501         might be interrupted
2503 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2505         * fvwm/ewmh_intern.h:
2506         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2507         instead of <time.h>.
2509         * fvwm/windowlist.h:
2510         removed unneeded file.
2512         * fvwm/Makefile.am:
2513         removed windowlist.h from build list.
2515         * libs/PictureUtils.c:
2516         include "ftime.h" instead of <time.h>.
2517         fvwmlib.h header name should be in double quotes not in angle
2518         brackets.
2520         * libs/System.c:
2521         include "ftime.h" instead of <sys/time.h>.
2523 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2525         * ChangeLog:
2526         make my email less spider-friendly
2528         * fvwm/bindings.c (binding_cmd):
2529         (ParseBinding):
2530         fix core
2532 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2534         * fvwm/screen.h (ScreenInfo):
2535         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2536         casting signed values in calculations to be cast to unsigned
2538         * fvwm/focus.c (__activate_window_by_command):
2539         don't warp the viewport if the center of the window is already in view
2540         fixed a bug in window positioning
2542 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2544         * NEWS:
2545         FvwmIconBox IconColorset's bg wasn't updated immediately.
2547 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2549         * fvwm/fvwm.c (main):
2550         close all open fds upon startup
2551         reopen stdin, stdout and stderr if necessary
2552         (reopen_fd):
2553         new function
2555         * fvwm/module_interface.c (do_execute_module):
2556         simplified error handling
2557         check maximum fd when creating modules
2559         * fvwm/events.c (My_XNextEvent):
2560         * fvwm/fvwm.c (main):
2561         replaced fd_width with fvwmlib_max_fd
2563         * libs/fvwmlib.h:
2564         * libs/System.c (fvwmlib_init_max_fd):
2565         added function and fvwmlib_max_fd
2567         * fvwm/events.c (My_XNextEvent):
2568         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2569         switch back to using FD_SET
2571         * fvwm/events.c (My_XNextEvent:
2572         * fvwm/module_interface.h:
2573         * fvwm/module_interface.c:
2574         hide module structure members with access macros and use them
2575         everywhere
2577 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2579         * fvwm/module_interface.c (module_add_to_fdsets):
2580         * fvwm/module_interface.h:
2581         created new function that also checks for too many open fds
2583         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2584         * fvwm/events.c (My_XNextEvent):
2585         now using module_add_to_fdset to add pipes to the fdsets
2587 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2589         * libs/defaults.h (MAX_NUM_MODULES):
2590         * fvwm/module_interface.c (module_alloc):
2591         (do_execute_module):
2592         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2594         * fvwm/module_interface.c (do_execute_module):
2595         moved the allocation call to the end of the sanity checks and pipe
2596         creation - better for performance
2598 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2600         END MODULE STRUCT PATCHES
2602         * fvwm/module_interface.c (do_execute_module):
2603         fixed another memory leak
2605 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2607         * fvwm/module_interface.h:
2608         * fvwm/module_interface.c:
2609         * fvwm/modconf.c:
2610         renamed struct module member "pipeName" and "pipeAlias" to "name"
2611         and "alias"
2613         * fvwm/module_interface.c (do_execute_module):
2614         fixed possible memory leak
2616 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2618         * fvwm/events.c (My_XNextEvent):
2619         * fvwm/module_interface.c (module_alloc):
2620         (do_execute_module):
2621         (KillModule):
2622         * fvwm/module_interface.h (fmodule):
2623         replaced int with a flag struct
2625         * fvwm/module_interface.h:
2626         * fvwm/events.c (My_XNextEvent):
2627         * fvwm/module_interface.c (module_alloc):
2628         (module_free):
2629         (module_insert):
2630         (ClosePipes):
2631         add new modules at front of list again
2632         removed global variable init_fdset; use a flag in the module struct
2633         instead
2634         removed the now obsolete module slot count
2636 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2638         * fvwm/module_interface.c (module_remove):
2639         (KillModule):
2640         moved module remotion code to module_remove()
2642 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2644         * fvwm/events.c (My_XNextEvent):
2645         fixed startup commands
2647         * fvwm/module_interface.c (module_insert):
2648         (module_free):
2649         (KillModule):
2650         (ClosePipes):
2651         append modules at end of list
2653         * fvwm/events.c (My_XNextEvent):
2654         fixed core
2656         * fvwm/module_interface.c (ExecuteModuleCommand):
2657         (PositiveWrite):
2658         (KillModuleByName):
2659         (BroadcastPacket):
2660         (BroadcastNewPacket):
2661         (BroadcastName):
2662         (BroadcastFvwmPicture):
2663         (BroadcastColorset):
2664         (BroadcastPropertyChange):
2665         (BroadcastConfigInfoString):
2666         (CMD_SendToModule):
2667         (FlushAllMessageQueues):
2668         (countModules):
2669         (CMD_set_mask):
2670         (CMD_set_sync_mask):
2671         (CMD_set_nograb_mask):
2672         cleanup
2673         (skipModuleAliasToken):
2674         use MAX_MODULE_ALIAS_LEN
2676         * fvwm/module_interface.c (KillModule):
2677         (do_execute_module):
2678         (module_alloc):
2679         added a "slot" member to the module struct to fix the init_fdset hack
2680         for now
2682         * libs/defaults.h (MAX_NUM_MODULES):
2683         (MAX_MODULE_ALIAS_LEN):
2684         new config values
2686         * fvwm/module_interface.c (do_execute_module):
2687         rewrote module struct initialization
2688         (HandleModuleInput):
2689         use %p to print module address, don't cast it to int
2691         * fvwm/module_interface.c (ClosePipes):
2692         (KillModule):
2693         use module_free
2694         (msg_mask_set):
2695         (module_insert):
2696         (module_alloc):
2697         new functions()
2699         * fvwm/module_interface.c (FreeModule):
2700         (module_free):
2701         renamed function
2703         * fvwm/module_interface.c (KillModule):
2704         (FreeModule):
2705         * fvwm/events.c (My_XNextEvent):
2706         * fvwm/execcontext.h:
2707         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2708         (ModuleConfig):
2709         * fvwm/stack.c (BroadcastRestack):
2710         cleanup
2712         * fvwm/module_interface.c (module_get_next):
2713         * fvwm/module_interface.h:
2714         new function
2716 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2718         * fvwm/modconf.c (ModuleConfig):
2719         (SendConfigToModule):
2720         (send_xinerama_state):
2721         (send_desktop_names):
2722         (send_desktop_geometry):
2723         (send_image_path):
2724         (send_color_limit):
2725         (send_colorsets):
2726         (send_click_time):
2727         (send_move_threshold):
2728         (send_ignore_modifiers):
2729         (CMD_Send_ConfigInfo):
2730         * fvwm/functions.c (__execute_function):
2731         * fvwm/events.c (My_XNextEvent):
2732         * fvwm/module_interface.h (msg_masks_t):
2733         (fmodule):
2734         * fvwm/execcontext.c (__exc_change_context):
2735         (exc_create_null_context):
2736         * fvwm/execcontext.h:
2737         Initial module struct patches
2739         BEGIN MODULE STRUCT PATCHES
2741 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2743         * fvwm/events.c (HandleFocusOut):
2744         (__refocus_stolen_focus_win):
2745         (HandleEnterNotify):
2746         less disruptive way of restoring focus to the window it was stolen from
2748 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2750         * fvwm/events.c (HandleEnterNotify):
2751         restore focus to windows that had it stolen by
2752         unmanaged windows on enter of any unmanaged windows.
2754 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2756         * fvwm/menubindings.c:
2757         don't include menus.h
2759         * fvwm/ConfigFvwmMenuDefaults:
2760         all bindings are silent
2762 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2764         * fvwm/ConfigFvwmMenuDefaults:
2765         make all numpad keys silent -- not all keyboads have a numpad
2766         add KP_Separator for MenuClose
2768 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2770         * fvwm/fvwm.1.in:
2771         documented missing menu bindings.
2773         * fvwm/ConfigFvwmMenuDefaults:
2774         fixed wrong menu bindings.
2776 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2778         * fvwm/menubindings.c:
2779         * fvwm/menubindings.h:
2780         * fvwm/menucmd.c:
2781         * fvwm/menudim.c:
2782         * fvwm/menudim.h:
2783         * fvwm/menugeometry.c:
2784         * fvwm/menugeometry.h:
2785         * fvwm/menuitem.c:
2786         * fvwm/menuitem.h:
2787         * fvwm/menuroot.h:
2788         * fvwm/menus.c:
2789         * fvwm/menus.h:
2790         * fvwm/move_resize.c:
2791         * fvwm/move_resize.h:
2792         * fvwm/windowlist.c:
2793         simplified including header files
2795         * fvwm/menus.c (__mloop_handle_event):
2796         * fvwm/menuparameters.h:
2797         * fvwm/menubindings.c (menu_shortcuts):
2798         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2800         * fvwm/menus.c (__mloop_handle_event):
2801         * fvwm/menuparameters.h:
2802         * fvwm/menubindings.c (menu_shortcuts):
2803         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2804         instead
2806         * fvwm/menus.h (MenuParameters):
2807         (MenuOptions):
2808         (MenuPosHints):
2809         (MenuRC):
2810         (MenuReturn):
2811         (MenuRepaintTransparentParameters):
2812         * fvwm/menuparameters.h (MenuParameters):
2813         (MenuOptions):
2814         (MenuPosHints):
2815         (MenuRC):
2816         (MenuReturn):
2817         (MenuRepaintTransparentParameters):
2818         moved to menuparameters.h
2820         * fvwm/menus.h (MenuRoot):
2821         (MenuRootDynamic):
2822         (MenuRootStatic):
2823         * fvwm/menutypes.h (MenuRoot):
2824         (MenuRootDynamic):
2825         (MenuRootStatic):
2826         moved to menuroot.h
2828         * fvwm/menus.c (menu_get_geometry):
2829         (menu_get_outer_geometry):
2830         * fvwm/menugeometry.c (menu_get_geometry):
2831         (menu_get_outer_geometry):
2832         moved to menugeometry.c
2834         * fvwm/menuparameters.h:
2835         * fvwm/menutypes.h:
2836         * fvwm/menugeometry.c:
2837         * fvwm/menugeometry.h:
2838         * fvwm/Makefile.am:
2839         new files
2841         * fvwm/menubindings.h (enum):
2842         * fvwm/menus.c (enum):
2843         moved enum menu_shortcut_action to menubindings.h
2844         (get_selectable_item_index):
2845         (get_selectable_item_from_index):
2846         (get_selectable_item_from_section):
2847         (get_selectable_item_count):
2848         (parse_menu_action):
2849         moved to menubindings.c
2851         * fvwm/menus.c (enum):
2852         (parse_menu_action):
2853         (menuShortcuts):
2854         renamed enum shortcut_action to menu_shortcut_action
2856         * fvwm/fvwm.c (SetRCDefaults):
2857         read default config file after all other defaults
2859 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2861         * fvwm/ConfigFvwmMenuDefaults:
2862         * fvwm/fvwm.c (SetRCDefaults):
2863         make the hard coded menu bindings load before ConfigFvwmDefaults
2864         move Mouse 0 ... to ConfigFvwmMenuDefaults
2866 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2868         * fvwm/ConfigFvwmMenuDefaults:
2869         * fvwm/fvwm.c (SetRCDefaults):
2870         added hard coded default menu bindings
2872 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
2874         * fvwm/fvwm.1.in:
2875         documentation fixes.
2877 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2879         * fvwm/bindings.c:
2880         * fvwm/menubindings.h:
2881         * fvwm/menubindings.c:
2882         * fvwm/menus.h:
2883         * fvwm/menus.c:
2884         * fvwm/Makefile.am:
2885         moved new menu binding code to menubindings.c, menubindings.h
2886         split binding into a regular list and a fallback list that can not be
2887         modified
2889         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2890         fixed calculation of new geometry if x or y is negative
2892         * fvwm/geometry.c (maximize_adjust_offset):
2893         fixed calculations of normal geometry when maximized
2895 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2897         * NEWS:
2898         * fvwm/ConfigFvwmMenuDefaults:
2899         * fvwm/fvwm.c (SetRCDefaults):
2900         * fvwm/menus.c (parse_menu_action):
2901         * fvwm/fvwm.1.in:
2902         rename menu action to menu bindings and make menu binding commands
2903         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2904         ensure basic function with ConfigFvwmMenuDefaults missing.
2906 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2908         * fvwm/menus.c (menuShortcuts):
2909         fixed compiler warning.
2911 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2913         * fvwm/fvwm.1.in:
2914         corrected mis-spelling
2916         * AUTHORS:
2917         * NEWS:
2918         * fvwm/fvwm.1.in:
2919         * fvwm/menus.h:
2920         * fvwm/menus.c (handle_emacs_bindings):
2921         (parse_menu_action)
2922         (menuShortcuts):
2923         (__mloop_handle_event):
2924         (menu_binding):
2925         * fvwm/bindings.c (ParseBinding):
2926         * fvwm/Makefile.am (config_DATA):
2927         * fvwm/ConfigFvwmDefaults:
2928         * fvwm/ConfigFvwmMenuDefaults:
2929         fully configurable mouse any key bindings for menu navigation.
2931 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2933         * fvwm/virtual.c (HandlePaging):
2934         removed bogus comment
2936         * fvwm/move_resize.c (__move_loop):
2937         cleanup
2938         (__resize_window):
2939         allow paging during resize with "EdgeScroll 0 0" as documented in the
2940         man page
2941         fixed disappearing windows with "maximize; resize - abort; unmaximize"
2943         * fvwm/fvwm.h (FvwmWindow):
2944         * fvwm/add_window.c (AddWindow):
2945         * fvwm/add_window.c (setup_frame_window):
2946         * fvwm/add_window.c (setup_parent_window)
2947         * fvwm/borders.c (border_draw_decorations):
2948         * fvwm/borders.c (border_draw_one_border_part):
2949         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2950         * fvwm/borders.c (border_get_titlebar_descr)
2951         * fvwm/builtins.c (__remove_window_decors):
2952         * fvwm/conditional.c (MatchesConditionMask):
2953         * fvwm/events.c (HandleMapNotify):
2954         * fvwm/events.c (HandleMapRequestKeepRaised)
2955         * fvwm/events.c (HandlePropertyNotify):
2956         * fvwm/events.c (HandleShapeNotify):
2957         * fvwm/events.c (__cr_detect_icccm_move)
2958         * fvwm/events.c (__cr_get_grav_position):
2959         * fvwm/events.c (__cr_get_static_position)
2960         * fvwm/events.c (__handle_configure_request)
2961         * fvwm/events.c (__handle_cr_on_client):
2962         * fvwm/ewmh.c (EWMH_fullscreen):
2963         * fvwm/focus.c (__activate_window_by_command):
2964         * fvwm/focus.c (__set_focus_to_fwin):
2965         * fvwm/focus.c (warp_to_fvwm_window):
2966         * fvwm/frame.c (__frame_setup_window):
2967         * fvwm/frame.c (frame_create_move_resize_args)
2968         * fvwm/frame.c (frame_free_move_resize_args):
2969         * fvwm/frame.c (frame_move_resize_step)
2970         * fvwm/frame.c (frame_reshape_border):
2971         * fvwm/geometry.c (constrain_size):
2972         * fvwm/geometry.c (get_icon_corner)
2973         * fvwm/geometry.c (get_page_offset):
2974         * fvwm/geometry.c (get_page_offset_check_visible):
2975         * fvwm/geometry.c (get_shaded_client_window_pos):
2976         * fvwm/geometry.c (get_title_button_geometry):
2977         * fvwm/geometry.c (get_title_geometry)
2978         * fvwm/geometry.c (get_unshaded_geometry):
2979         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2980         * fvwm/geometry.c (gravity_constrain_size):
2981         * fvwm/geometry.c (maximize_adjust_offset):
2982         * fvwm/geometry.c (update_absolute_geometry):
2983         * fvwm/geometry.c (update_relative_geometry)
2984         * fvwm/gnome.c (GNOME_SetWinArea):
2985         * fvwm/icons.c (AutoPlaceIcon):
2986         * fvwm/icons.c (DeIconify):
2987         * fvwm/icons.c (Iconify):
2988         * fvwm/module_interface.c (CONFIGARGS):
2989         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2990         * fvwm/move_resize.c (CMD_Maximize):
2991         * fvwm/move_resize.c (CMD_ResizeMaximize):
2992         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2993         * fvwm/move_resize.c (__move_loop):
2994         * fvwm/move_resize.c (__move_window):
2995         * fvwm/move_resize.c (__resize_window):
2996         * fvwm/move_resize.c (maximize_fvwm_window):
2997         * fvwm/move_resize.c (resize_move_window):
2998         * fvwm/move_resize.c (stick_across_pages):
2999         * fvwm/move_resize.c (unmaximize_fvwm_window):
3000         * fvwm/placement.c (__explain_placement):
3001         * fvwm/placement.c (__place_get_wm_pos):
3002         * fvwm/placement.c (get_next_x):
3003         * fvwm/placement.c (get_next_y):
3004         * fvwm/placement.c (test_fit)
3005         * fvwm/session.c (MatchWinToSM):
3006         * fvwm/session.c (SaveWindowStates):
3007         * fvwm/update.c (apply_window_updates):
3008         * fvwm/virtual.c (MoveViewport):
3009         * fvwm/windowlist.c (CMD_WindowList):
3010         * fvwm/windowshade.c (CMD_WindowShade):
3011         put some of the window geometry members into a separate struct window_g
3012         with members frame, normal, max, max_defect, max_offset
3014 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3016         * NEWS:
3017         * AUTHORS:
3018         * fvwm/window_flags.h:
3019         * fvwm/style.h:
3020         * fvwm/style.c (style_parse_one_style_option):
3021         * fvwm/icons.c (DrawIconTitleWindow):
3022         * fvwm/fvwm.h (common_flags_t):
3023         * fvwm/fvwm.1.in (Style):
3024         * fvwm/borders.c:
3025         (border_draw_title_stick_lines):
3026         Applied Stippled patch by Thomas Adam with some fixes.
3028 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3030         * NEWS:
3031         FvwmWinList button/list syncronization fixed (bug #1393)
3033 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3035         * NEWS:
3036         * configure.ac:
3037         updated for 2.5.20.
3039         * NEWS:
3040         * configure.ac:
3041         updated for 2.5.19 release
3043         * NEWS:
3044         updated after 2.4.20 release
3046         * NEWS:
3047         * fvwm/focus.c (focus_get_fpol_context_flag):
3048         * fvwm/events.c (__check_click_to_focus_or_raise)
3049         (__handle_click_to_focus):
3050         Treat EWMH desktop as client window under click to focus. (#1492)
3052 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3054         * libs/Module.h (MX_REPLY):
3055         (MAX_EXTENDED_MESSAGES):
3056         (MAX_XMSG_MASK):
3057         * fvwm/module_interface.c (CMD_Send_Reply):
3058         * fvwm/functable.c (func_table):
3059         * fvwm/commands.h:
3060         Added Send_Reply module only command.
3062 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3064         * libs/PictureUtils.c (init_static_colors_table):
3065         fix fvwm for < 8 bit depth, bug #1677
3067 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3069         * fvwm/misc.c (IsRectangleOnThisPage):
3070         new fix for signedness problems.
3072 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3074         * fvwm/misc.c (IsRectangleOnThisPage):
3075         fix signedness problem with test introduced by gcc4 fix below.
3077 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3079         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3080         (size_rect):
3081         (rectangle)
3082         (signed_rectangle):
3083         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3084         * libs/gravity.h (gravity_move_resize_parent_child):
3085         * libs/gravity.c (gravity_move_resize_parent_child):
3086         * fvwm/frame.h (frame_get_titlebar_dimensions)
3087         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3088         (frame_get_resize_decor_gravities):
3089         (mr_args_internal):
3090         (frame_setup_border):
3091         (frame_setup_titlebar)
3092         (frame_get_resize_decor_gravities):
3093         (frame_get_titlebar_dimensions):
3094         split rectangle into a signed size and an unsigned size type.
3096         * fvwm/screen.h (ScreenInfo):
3097         * libs/FScreen.h (FScreenGetScrRect):
3098         (FScreenGetResistanceRect):
3099         * libs/FScreen.c (XineramaScreenInfo):
3100         (FScreenGetGeometry)
3101         (FScreenGetScrRect):
3102         (FScreenClipToScreen):
3103         (FScreenCenterOnScreen)
3104         (FScreenGetResistanceRect):
3105         (FScreenIsRectangleOnScreen):
3106         * fvwm/fvwm.h (FvwmWindow):
3107         * fvwm/screen.h (DecorFace):
3108         * libs/fvwmlib.h (CreateGradientPixmap):
3109         * libs/Graphics.c (CreateGradientPixmap):
3110         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3111         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3112         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3113         (PImageLoadPixmapFromFile):
3114         (PImageLoadPixmapFromXpmData):
3115         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3116         (PImageCreatePixmapFromArgbData):
3117         (PImageLoadPixmapFromFile)
3118         (PImageLoadFvwmPictureFromFile):
3119         (PImageLoadPixmapFromXpmData):
3120         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3121         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3122         (EWMH_SetIconFromWMIcon):
3123         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3124         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3125         * fvwm/colorset.c (parse_colorset):
3126         * fvwm/icons.c (DrawIconTitleWindow):
3127         (AutoPlaceIcon)
3128         (do_all_iconboxes):
3129         * fvwm/menus.h (MenuRootDynamic):
3130         * fvwm/menus.c (update_menu):
3131         (pop_menu_up):
3132         (do_menu)
3133         (get_menu_options):
3134         * fvwm/move_resize.c (GetMoveArguments):
3135         (ParseOneResizeArgument)
3136         (GetResizeArguments):
3137         (GetResizeMoveArguments):
3138         (DoSnapAttract)
3139         (__move_loop):
3140         (CMD_Maximize):
3141         change dimensions and allocation counts to unsigned types.
3143         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3144         (FlocaleStringByteToCharOffset):
3145         (FlocaleStringCharToByteOffset)
3146         (FlocaleStringCharLength)
3147         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3148         (FlocaleStringByteToCharOffset):
3149         (FlocaleStringCharToByteOffset)
3150         (FlocaleStringCharLength):
3151         (FlocaleUtf8ToUnicodeStr2b)
3152         (FlocaleStringToString2b):
3153         (FlocaleEncodeString):
3154         * libs/Ficonv.c (convert_charsets):
3155         change most string types to char* from unsigned char* to match
3156         with system headers without casts.
3158         * libs/Flocale.c (FlocaleLoadFont):
3159         init shadow_dir to make gcc 4 happy.
3161         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3162         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3163         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3164         (CSETS_IS_TRANSPARENT_PR_PURE):
3165         (CSETS_IS_TRANSPARENT_ROOT)
3166         (CSETS_IS_TRANSPARENT):
3167         compare pointer with NULL, not >= 0.
3169         * libs/FTips.h (ftips_position_t):
3170         * fvwm/expand.c (partial_extended_vars):
3171         * fvwm/placement.c (preason_screen_t):
3172         remove comma last in enums.
3174         * fvwm/style.c (style_parse_focus_policy_style):
3175         change 0xffffffff to ~0 to silience truncation warning.
3177         * fvwm/session.h (mwtsm_state_args):
3178         make flags unsigned.
3180         * fvwm/schedule.c (sq_object_type):
3181         change // to /* ... */
3183         * libs/Fft.c (FftGetFontWidths):
3184         (FftTextWidth):
3185         * libs/FScreen.c (FScreenConfigureSLSScreens):
3186         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3187         (EWMH_SetDesktopNames):
3188         * fvwm/fvwm.c (LoadDefaultLeftButton):
3189         (LoadDefaultRightButton):
3190         * fvwm/builtins.c (ReadDecorFace):
3191         (CMD_State):
3192         silence signedness warnings by casts.
3194         * fvwm/borders.c (ROTATE_RECTANGLE):
3195         make sure tr is initialized.
3197         * fvwm/add_window.c (FetchWmProtocols):
3198         use unsigned type for l_protocols.
3200 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3202         * fvwm/events.c (HandleFocusIn):
3203         (HandleFocusOut):
3204         * fvwm/focus.c (__set_focus_to_fwin):
3205         fix focus decoration when unmanaged are focused, unless
3206         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3208 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3210         * fvwm/geometry.c (constrain_size):
3211         repeat aspect-resizing in a loop to get a stable result that does not
3212         change the next time the frame is set up
3214 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3216         * NEWS:
3217         * configure.ac:
3218         increased version to 2.5.19
3219         released 2.5.18
3221         * NEWS:
3222         * configure.ac:
3223         updated for 2.5.18 release
3225 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3227         * acinclude.m4:
3228         removed the unused test for imlib
3229         removed the Imlib.h header from gdk_imlib test programs
3231 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3233         * fvwm/ewmh.c (atom_get):
3234         fix offset and length args for XGetWindowProperty() (to support 64bit
3235         architectures)
3237 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3239         * fvwm/events.c (HandleUnmapNotify):
3240         immediately handle MapRequests after unmapping a window while we still
3241         have the context fvwm window; this is necessary to allow the client to
3242         re-map a window before fvwm can reparent it to the root window
3243         (HandleMapRequestKeepRaised):
3244         cleaned up
3246 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3248         * fvwm/ewmh.c (ewmh_HandleDesktop):
3249         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3250         window
3252 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3254         * fvwm/icccm2.c:
3255         * fvwm/gnome.c:
3256         * fvwm/decorations.c:
3257         fix offset and length args for XGetWindowProperty() (to support 64bit
3258         architectures)
3260 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3262         * NEWS:
3263         * fvwm/expand.c (expand_vars_extended):
3264         correctly expand break.
3265         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3266         fix matching break.
3268 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3270         * fvwm/decorations.h (is_function_allowed):
3271         * fvwm/decorations.c (__is_resize_allowed):
3272         (is_function_allowed):
3273         work on 'const FvwmWindow *'
3275         * fvwm/fvwm.h (action_flags):
3276         * fvwm/style.c (check_window_style_change):
3277         * fvwm/module_interface.c (__get_allowed_actions)
3278         (CONFIGARGS):
3279         * libs/vpacket.h (ConfigWinPacket):
3280         expose fvwm allowed actions to modules
3282 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3284         * fvwm/move_resize.c (__move_icon):
3285         *do* map icon windows for pictured icons on move, but only if they end
3286         up on the current desk
3288 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3290         * fvwm/move_resize.c (__move_icon):
3291         don't map icon windows for pictured icons on move
3293 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3295         * fvwm/style.c (remove_all_of_style_from_list):
3296         (__simplify_style_list):
3297         (blockor):
3298         (blockand):
3299         (blockunmask)
3300         (blockissubset):
3301         (style_ids_are_equal):
3302         (style_id_equals_id)
3303         (styles_have_same_id):
3304         (fw_match_style_id)
3305         (one_fw_can_match_both_ids):
3306         (check_window_style_change):
3307         use int/0/1 instead of Bool/False/True
3309         * fvwm/move_resize.c (stick_across_pages):
3310         use False instead of FALSE
3312         * fvwm/style.c (fw_match_style_id):
3313         * fvwm/read.c (run_command_file):
3314         (push_read_file):
3315         * fvwm/add_window.c (MappedNotOverride):
3316         * libs/wild.c (matchWildcards):
3317         use 0 and 1 instead of FALSE and TRUE
3319         * fvwm/fvwm.h:
3320         removed TRUE and FALSE
3322 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3324         * NEWS:
3325         FvwmPager !IconTitle style bugfix.
3327 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3329         * fvwm/fvwm.1.in:
3330         Updated description of Wait command in man page.
3332 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3334         * libs/Flocale.c (FlocaleFontStructDrawString)
3335         (FlocaleRotateDrawString):
3336         (FlocaleDrawString):
3337         fixed drawing of forecolor/hilightfore
3339         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3340         always unmaximize and resize window when leaving fullscreen state,
3341         not just if it did not start as fullscreen
3343 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3345         * fvwm/fvwm.1.in (MenuStyle):
3346         added a reference to the prefered ! style negation flag,
3347         and listed the other deprecated negative forms in one place.
3348         (ActiveForeOff):
3349         (AnimationOff):
3350         (AutomaticHotkeysOff):
3351         (HilightBackOff):
3352         (TitleWarpOff):
3353         changed to the ! negation form and listed as deprecated.
3354         (ActiveBack):
3355         removed relics from the man page
3357 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3359         * NEWS:
3360         * configure.ac:
3361         increased version to 2.5.18
3362         released 2.5.17
3364         * NEWS:
3365         * configure.ac:
3366         updated for 2.5.17 release
3368 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3370         * fvwm/move_resize.c (__move_window):
3371         allow moving a window without an icon while it's iconified based on the
3372         frame geometry
3374 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3376         * fvwm/menustyle.c (menustyle_copy):
3377         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3379 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3381         * fvwm/fvwm.1.in:
3382         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3383         changed the manpage to reflect the prefered style negation method,
3384         that is, using the !* negation sign.
3386 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3388         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3389         removed documentation of filters.
3391         * NEWS:
3392         * fvwm/expand.c (check_first_filter):
3393         (apply_filters)
3394         (expand_args_extended):
3395         (expand_vars_extended):
3396         (expand_vars):
3397         removed variable filter implementation and backslash-escaping.
3399 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3401         * NEWS:
3402         News blurb for variable filters and backslash-escaping.
3403         * fvwm/fvwm.1.in:
3404         documentation of variable filters.
3406 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3408         * fvwm/expand.c (chec):
3409         (first_filter):
3410         (apply_filters)
3411         (expand_args_extended):
3412         (expand_vars_extended):
3413         (expand_vars):
3414         implemented variable filters.
3416         * fvwm/expand.c (expand_vars):
3417         made backslash work as escape character within extended variables.
3419         * libs/Strings.h (QuoteEscapeString):
3420         (QuoteEscapeStringLength):
3421         * libs/Strings.c (QuoteEscapeString):
3422         (QuoteEscapeStringLength):
3423         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3424         generic quoting.
3426         * fvwm/expand.c (expand_args_extended):
3427         make upper limit inclusive.
3429         * fvwm/functions.c (__execute_function):
3430         Changed PeekToken to GetNextToken before expand_vars call.
3432         * fvwm/fvwm.1.in:
3433         updated documentation regarding quoting in expand_args_extended
3435 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3437         * fvwm/expand.c (__eae_parse_range):
3438         reject everything that does not begin with a digit
3440         * libs/Parse.c (SkipNTokens):
3441         stop skipping tokens at the end of input
3443         * fvwm/expand.c (__eae_parse_range):
3444         bugfixes
3445         (expand_vars):
3446         reformatted
3447         (__eae_parse_range):
3448         fixed parsing of $[n-]
3450 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3452         * fvwm/expand.c (expand_args_extended):
3453         fixed core dump
3454         added range check for positional parameters
3455         (expand_args_extended):
3456         (__eae_parse_range):
3457         cleaned up and simplified parsing code
3458         properly unquote arguments when expanding
3459         removed the patch below
3461 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3463         * fvwm/expand.c (expand_args_extended):
3464         removed range check for positional parameters
3465         make single arguments not use the 'upper' variable
3466         changed back to PeekToken for single arguemnts.
3467         improved some comments.
3469 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3471         * fvwm/expand.c (expand_args_extended):
3472         Fix segfault when called with a tokenless string for single arguments.
3474 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3475         * docs/FAQ:
3476         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3477         Reported by Serge Koksharov.
3479 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3481         * fvwm/placement.c (__explain_placement):
3482         print initial size of window too
3484         * libs/Makefile.am (libfvwm_a_SOURCES):
3485         * libs/fvwm_sys_stat.h:
3486         added compat file
3488         * configure.ac:
3489         added O_NOFOLLOW replacement and always include fcntl.h
3491 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3492         * libs/Parse.c:
3493         Added DV's mailing-list comments about how PeekToken & GetNextToken
3494         work as comments to the source code. (slightly modified)
3496 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3498         * fvwm/schedule.c (CMD_Schedule):
3499         Fixed parsing of "Periodic" option.
3501 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3503         * NEWS:
3504         Fix for tempfile vulnerabilities in FvwmCommand.
3505         * configure.ac:
3506         Added check for lstat.
3508 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3509         * fvwm/schedule.c:
3510         * NEWS:
3511         * AUTHORS:
3512         * fvwm/fvwm.1.in:
3513         Added "Periodic" option to Schedule command.
3515 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3517         * fvwm/module_interface.c (KillModule):
3518         (ClosePipes):
3519         fixed KillModule
3522 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3524         * fvwm/fvwm.c (main):
3525         changed the -blackout warning to say it will be removed in 3.0
3527         * fvwm/fvwm.1.in (-blackout):
3528         updated the manual regarding the future remotion of -blackout
3530 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3532         * NEWS:
3533         * configure.ac:
3534         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3536 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3538         *libs/alloca.c (DEBUG_I00FUNC)
3539         removed old debug code
3541 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3543         * libs/debug.c:
3544         removed the old unused file
3546         * libs/Makefile.am (libfvwm_a_SOURCES):
3547         removed the reference to debug.c
3549         * libs/fvwmlib.h:
3550         removed the code related to libs/debug.c
3552         * fvwm/module_interface.c (make_named_packet)
3553         removed the #if 0'ed debug code related to debug.c
3555         fvwm/focus.h (DEBUG_FOCUS)
3556         removed the #ifdef'ed to 0 debug code related to debug.c
3559 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3561         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3562         removed useles definition.
3564         * modules/FvwmPager/FvwmPager.c (main):
3565         (ParseOptions):
3566         removed most of the debug code.
3567         changed termination debug to use 'isTerminated' instead of
3568         'debug_term_signal'.
3569         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3570         of DEBUG.
3572         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3573         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3574         (fvwmSetTerminate):
3575         removed unused debug_term_signal.
3577 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3579         * NEWS:
3580         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3581         stdio's getline; news entry.
3583 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3585         * fvwm/commands.h:
3586         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3587         (do_execute_module):
3588         (PositiveWrite):
3589         (ClosePipes):
3590         (KillModule):
3591         * fvwm/commands.h (enum):
3592         * fvwm/functable.c (func_table):
3593         new command ModuleListenOnly
3595 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3597         * fvwm/move_resize.c (__move_loop):
3598         make sure a window is snapped in __move_loop when a button is released
3599         if it was snapped before
3601 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3603         * fvwm/expand.c (expand_vars_extended):
3604         convert function to have a single return point; this is good to
3605         implement doc/todo-vars filters in the future;
3606         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3607         to behave like deprecated $n, $c and $r, i.e. quote them
3609 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3611         * fvwm/expand.c:
3612         multiple minor tweaks: remove trailing spaces and other
3613         re-spacing and re-indenting, remove old "#if 0" code
3615 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3617         * fvwm/move_resize.c (ParseOneResizeArgument):
3618         rewrote parsing of resize arguments
3619         new prefix 'w' for resizing
3621 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3623         * fvwm/conditional.c (MatchesConditionMask):
3624         fixed handling of some conditions (iconifiable, fixed, ...)
3626 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3628         * fvwm/fvwm.1.in:
3629         s/reverted/negated/
3631         * fvwm/conditional.c:
3632         Output an error message if an unrecognised conditional is used
3633         with the Test or TestRc commands.
3635 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3637         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3638         do not map hide windows if their width or height is zero
3640 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3642         * fvwm/ewmh_events.c:
3643         * fvwm/fvwm.1.in:
3644         * fvwm/gnome.c:
3645         * libs/FlocaleCharset.c:
3646         corrected typos
3648         * libs/Flocale.c:
3649         corrected typos in warning messages
3651         * libs/Colorset.c:
3652         * libs/PictureGraphics.c:
3653         * libs/PictureGraphics.h:
3654         renamed function PGraphicsCreateTransprency to
3655         PGraphicsCreateTransparency
3657 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3659         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3660         * fvwm/expand.c (expand_args_extended):
3661         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3663 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3665         * NEWS:
3666         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3667         * fvwm/expand.c (expand_args_extended):
3668         (expand_vars):
3669         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3671         * fvwm/conditional.c (CMD_All):
3672         * fvwm/fvwm.1.in (All):
3673         changed Reverse and UseStack options to have free order.
3675         * NEWS:
3676         * fvwm/fvwm.1.in (WindowShade):
3677         * fvwm/windowshade.c (CMD_WindowShade):
3678         * fvwm/add_window.c (setup_window_structure):
3679         added last direction to WindowShade command.
3681 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3683         * fvwm/fvwm.1.in (All):
3684         corrected typo
3686 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3688         * NEWS:
3689         * fvwm/fvwm.1.in (All):
3690         * fvwm/conditional.c (CMD_All):
3691         added reverse option to All command to do the action in opposite order
3692         added UseStack option to All command to use the stack ring instead of
3693         the window ring.
3695 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3697         * bin/fvwm-bug.in:
3698         changed fallback editor from `emacs' to `vi' because it much
3699         more widespread on non-Linux systems
3700         fixed errors (because of incorrect syntax fallback entries were
3701         not used)
3702         now script honors `TMPDIR' env. variable and if it's not set it
3703         fallback to `/tmp' directory when creating temporary file
3705 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3707         * fvwm/fvwm.1.in:
3708         changed description of the fvwmstyle resource usage
3709         to state that it's used in addition to the other
3710         matches
3711         * fvwm/style.c (fw_match_style_id):
3712         fixed a typo in style_name matching
3714 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3716         * fvwm/style.c (fw_match_style_id):
3717         reformatted code and fixed a warning
3719 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3721         * ChangeLog:
3722         * bin/ChangeLog:
3723         * libs/Fft.c (FftGetFont):
3724         * libs/System.c:
3725         corrected typos
3727         * libs/System.c (fvwm_mkstemp):
3728         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3729         function was never used, even if it was considered secure by configure
3730         script.
3732 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3734         * AUTHORS:
3735         added some more suff to the list of what I've done.
3736         * NEWS:
3737         * fvwm/fvwm.1.in:
3738         * fvwm/add_window.c (__add_window_handle_x_resources)
3739         (destroy_window):
3740         (AddWindow):
3741         * fvwm/fvwm.h (FvwmWindow):
3742         added fvwmstyle resource to override style name
3744 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3746         * fvwm/menus.c (pop_menu_up):
3747         as documented, do not warp to title for root menus with TitleWarp
3749 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3751         * fvwm/fvwm.1.in:
3752         Removed duplicated 'NoIcon' style option description in the end
3753         of the `The Style command...' section.
3754         Removed `Recapture True' option setting in example of BusyCursor
3755         description, because `Recapture' isn't valid option of `BusyCursor'
3756         command anymore.
3757         Updated ewmh specification URL (the old was 404)
3758         Added URL to ICCCM 2.0 manual
3760         * modules/FvwmAnimate/FvwmAnimate.c:
3761         corrected delay for Zoom3D animation effect
3763         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3764         * modules/FvwmConsole/FvwmConsole.1.in:
3765         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3766         consistent with rest of the documentation and because it's more
3767         conventional abbreviation.
3769         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3770         slightly clarified the `StartName' option description
3771         added the undocumented `MailDir' option description. Somebody
3772         violated section `K' of the convention list.
3774         * fvwm/fvwm.1.in:
3775         * fvwm/ConfigFvwmSetup:
3776         * modules/FvwmForm/FvwmForm.1.in:
3777         * modules/FvwmForm/FvwmForm-Rlogin:
3778         * sample.fvwmrc/system.fvwm2rc:
3779         * sample.fvwmrc/system.fvwm2rc-sample-1:
3780         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3781         inherently insecure. We shouldn't teach our users bad things,
3782         should we?
3784         * AUTHORS:
3785         * Changelog:
3786         * INSTALL.fvwm:
3787         * NEWS:
3788         * bin/fvwm-config.1.in:
3789         * bin/fvwm-menu-headlines.1:
3790         * bin/fvwm-menu-headlines.in:
3791         * bin/fvwm-perllib.in:
3792         * bin/fvwm-root.1.in:
3793         * docs/CONVENTIONS:
3794         * docs/FAQ:
3795         * fvwm/fvwm.1.in:
3796         * fvwm/fvwm.h:
3797         * fvwm/virtual.c:
3798         * libs/PictureGraphics.c:
3799         * libs/Picture.h:
3800         * modules/FvwmBacker/FvwmBacker.1.in:
3801         * modules/FvwmDebug/FvwmGtkDebug.in:
3802         * modules/FvwmDebug/FvwmGtkDebug.1:
3803         * modules/FvwmEvent/FvwmEvent.1.in:
3804         * modules/FvwmForm/FvwmForm.1.in:
3805         * modules/FvwmIconMan/xmanager.c:
3806         * modules/FvwmIdent/FvwmIdent.c:
3807         * modules/FvwmIdent/FvwmIdent.1.in:
3808         * modules/FvwmPerl/FvwmPerl.in:
3809         * modules/FvwmPerl/FvwmPerl.1:
3810         * modules/FvwmScript/FvwmScript.1.in:
3811         * modules/FvwmScript/Widgets/Menu.c:
3812         * modules/FvwmTabs/ConfigFvwmTabs:
3813         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3814         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3815         * modules/FvwmTheme/FvwmTheme.1.in:
3816         * perllib/FVWM/Module/Tk.pm:
3817         * perllib/FVWM/Tracker.pm:
3818         * perllib/FVWM/Module.pm.in:
3819         corrected typos
3821 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3823         * fvwm/style.c (style_parse_focus_policy_style):
3824         fix ISO C90 compability with unconsumed styleoption warnings
3826 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3828         * fvwm/events.c (HandlePropertyNotify):
3829         fix for bug 1557/3950 (possible free of Untilted constant or
3830         already used name (if app reset the name already given to them))
3832 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3834         * fvwm/focus.c (__activate_window_by_command)
3835         (warp_to_fvwm_window):
3836         (CMD_WarpToWindow):
3837         * fvwm/builtins.c (CMD_CursorMove):
3838         set last pointer event position after warping the pointer
3840         * libs/FEvent.h:
3841         * libs/FEvent.c (FWarpPointerUpdateEvpos):
3842         new function
3844 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3846         * acinclude.m4 (AM_PATH_GTK):
3847         (AM_PATH_IMLIB):
3848         (AM_PATH_GDK_IMLIB):
3849         (AM_CHECK_FT2):
3850         (AM_CHECK_XFT):
3851         (AM_CHECK_FC):
3852         fixed to cope with 4 digit version numbers
3854 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3856         * NEWS:
3857         * fvwm/style.c (parse_and_set_window_style)
3858         (style_parse_one_style_option):
3859         (style_parse_icon_fill_style)
3860         (style_parse_icon_grid_style):
3861         (style_parse_icon_box_style)
3862         (style_parse_icon_size_style):
3863         (style_parse_focus_policy_style)
3864         (style_parse_button_style):
3865         warn if parts of style options are not consumed
3867 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3869         * fvwm/menuitem.c (menuitem_paint):
3870         use the MenuColorset in all cases if TitleColorset is not given
3872 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3874         * fvwm/style.c (style_parse_one_style_option):
3875         * fvwm/placement.c (__place_get_wm_pos):
3876         (__explain_placement):
3877         new placement style UnderMousePlacement
3879 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3881         * NEWS:
3882         * fvwm/fvwm.1.in (EdgeScroll):
3883         * fvwm/virtual.c (CMD_EdgeScroll):
3884         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3885         added wrap/wrapx/wrapy option to EdgeScroll
3887 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
3889         * fvwm/fvwm.1.in:
3890         spell check the whole file (dozens of typos)
3892 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3894         * fvwm/module_interface.c (do_execute_module):
3895         removed accidentally committed FVWM_MODULE_ALIAS patch
3897 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3899         * fvwm/module_interface.c (do_execute_module):
3900         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3902         * fvwm/menus.c (size_menu_horizontally):
3903         fix for drawing menus with sidepic on the right
3905         * libs/Flocale.c (FlocaleFontStructDrawString):
3906         (FlocaleDrawString):
3907         set the foreground colour before drawing a string
3909         * fvwm/menustyle.h:
3910         * fvwm/menustyle.c (menustyle_get_styleopt_index):
3911         (menustyle_free):
3912         (menustyle_update):
3913         (menustyle_parse_style):
3914         (menustyle_copy):
3915         * fvwm/menus.c (calculate_item_sizes):
3916         (size_menu_vertically):
3917         (UpdateMenuColorset):
3918         * fvwm/menuitem.c (menuitem_paint):
3919         Applied patch by David Maciver
3920         new menu styles TitleColorset, HilightTitleBack and TitleFont
3922 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
3924         * libs/Module.h:
3925         * libs/Module.c (ParseModuleArgs):
3926         added variable "namelen" to ModuleArgs struct
3928 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3930         * libs/Module.h:
3931         removed duplicate declaration
3933 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3935         * fvwm/fvwm.c (main):
3936         replaced previous patch with a better one
3938         * fvwm/virtual.c (unmap_window):
3939         * fvwm/menus.c (do_menu):
3940         * fvwm/events.c (fake_map_unmap_notify):
3941         (HandleMapNotify):
3942         * fvwm/add_window.c (MappedNotOverride):
3943         Added XFlush after XSelectInput
3945 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3947         * NEWS:
3948         * fvwm/fvwm.c (main):
3949         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3951 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3953         * NEWS:
3954         * configure.ac:
3955         increased version to 2.5.17
3956         released 2.5.16
3958         * NEWS:
3959         * configure.ac:
3960         updated for 2.5.16 release
3962         * acinclude.m4 (CHECK_LIBCHARSET):
3963         removed debug code
3965 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3967         * fvwm/functions.c (execute_complex_function):
3968         print a message to the console instead of ringing the bell when a
3969         grab fails
3971 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3973         * NEWS:
3974         fixed typo (NEWS still said 2.5.15)
3976 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3978         * NEWS:
3979         * configure.ac:
3980         increased version to 2.5.16
3981         released 2.5.15
3983         * NEWS:
3984         * configure.ac:
3985         updated for 2.5.15 release
3987 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3989         * fvwm/move_resize.c (GetOnePositionArgument):
3990         (GetMoveArguments):
3991         new option "screen" to Move type commands
3993 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3995         * acinclude.m4 (smr_SWITCH):
3996         updated
3998 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
4000         * Makefile.am
4001         restore requirement of automake-1.4; 1.8 is too new even for my system
4003 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4005         * configure.in:
4006         * configure.ac:
4007         renamed configure.in to configure.ac
4009         * acinclude.m4:
4010         some updates for new autoconf/automake versions
4012         * configure.in:
4013         * acconfig.h:
4014         removed acconfig.h
4016         * configure.in:
4017         require autoconf-2.53 or later
4019         * Makefile.am (AUTOMAKE_OPTIONS):
4020         require automake-1.8 or later
4022         * configure.in:
4023         check for X library path before X library checks
4024         removed obsolete C++ compiler check
4025         removed duplicate type size checks
4026         replaced M4 comment ("dnl") with shell comment ("#") in many places
4028         * acinclude.m4:
4029         fixed aclocal warnings
4031 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4033         * fvwm/style.c (style_parse_button_style):
4034         corrected typo in error message, and made errorous buttons not apply
4035         (style_parse_one_style_option):
4036         changed NoButton to use style_parse_button_style
4038 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4040         * libs/Fft.h:
4041         new fix for incompatible pointer type warning with gcc 3.4.
4043 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4045         * NEWS:
4046         * AUTHORS:
4047         * fvwm/menuitem.c:
4048         * fvwm/menustyle.h:
4049         * fvwm/fvwm.1.in:
4050         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4051         option.
4053 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4055         * fvwm/fvwm.1.in:
4056         corrected typos
4058 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4060         * fvwm/frame.c (frame_free_move_resize_args):
4061         fixed drawing of transparent decorations or when using lazy shading
4062         during resize
4064 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4066         * configure.in:
4067         * libs/fvwmsignal.c:
4068         * libs/Graphics.c:
4069         c89 fixes
4071         * fvwm/ewmh_names.c:
4072         * libs/CombineChars.c:
4073         * libs/FGettext.c:
4074         * libs/FScreen.c:
4075         * libs/FTips.c:
4076         * libs/Flocale.c:
4077         * libs/Parse.c:
4078         * libs/PictureUtils.c:
4079         * libs/System.c:
4080         * libs/XError.c:
4081         * libs/alloca.c:
4082         * libs/envvar.c:
4083         * libs/safemalloc.c:
4084         * libs/strdup.c:
4085         * libs/usleep.c:
4086         do not #include stdlib.h (comes from config.h)
4088         * libs/Flocale.c:
4089         do not #include string.h (comes from config.h)
4091         * acconfig.h:
4092         fixed detection of string.h/strings.h
4094 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4096         * libs/Fft.c (FftGetFont):
4097         fixed compiler warning with gcc 3.4.4
4099 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4101         * fvwm/menuitem.c (menuitem_paint):
4102         properly undraw unselected item area
4104 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4106         * fvwm/menuitem.c (menuitem_paint):
4107         * fvwm/menus.c (get_menu_paint_item_parameters)
4108         (get_menu_paint_item_parameters):
4109         (make_menu):
4110         fixed text offset of menu items with icons but with an item format that
4111         disables icons
4112         (size_menu_horizontally):
4113         allow sidepic to be placed in the middle of menu items; this is better
4114         than ignoring the item format completely but does not draw the items
4115         properly either
4117         * fvwm/menus.c (__mloop_handle_event):
4118         (menu_expose):
4119         fixed delayed menu drawing issue
4120         (select_menu_item):
4121         do not draw the selected menu item before the menu is drawn for the
4122         first time
4123         (repaint_transparent_menu):
4124         (select_menu_item):
4125         (paint_menu):
4126         don't call get_menu_paint_item_parameters when the result is not used
4127         (get_menu_paint_item_parameters):
4129 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4131         * fvwm/ewmh.h (EWMH_CMD_Style):
4132         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4133         * fvwm/style.c (style_parse_one_style_option):
4134         Added support for inverting boolean EWMH styles with !.
4136         * NEWS:
4137         * fvwm/fvwm.h
4138         * fvwm/style.h:
4139         * fvwm/window_flags.h:
4140         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4141         * fvwm/ewmh.c (ewmh_HandleWindowType):
4142         * fvwm/fvwm.1.in:
4143         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4145 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4147         * fvwm/icons.c (GetIconWindow):
4148         * fvwm/fvwm.h (FvwmWindow):
4149         * fvwm/events.c (__handle_cr_on_icon):
4150         properly handle icon border width; fixes an xterm active icon loop
4152 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4154         * fvwm/borders.c (border_draw_one_border_part):
4155         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4156         borders.
4158 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4160         * fvwm/menustyle.c (menustyle_copy_face):
4161         (menustyle_copy):
4162         (menustyle_free_face):
4163         (menustyle_free):
4164         (menustyle_parse_style):
4165         use new functions and fix a bug
4167         * fvwm/Makefile.am:
4168         * fvwm/colors.c:
4169         * fvwm/colors.h:
4170         removed empty files colors.c and colors.h
4172         * fvwm/colors.c (CopyColor):
4173         (FreeColors):
4174         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4175         fvwmlib_copy_color
4177         * fvwm/frame.c (frame_reshape_border):
4178         removed unused code
4180 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4182         * fvwm/menustyle.c (menustyle_copy_face):
4183         separated from menustyle_copy; color copies are reallocated.
4184         (menustyle_free):
4185         all colors freed
4186         (menustyle_copy):
4187         color copies are reallocated.
4189         * fvwm/colors.c (CopyColor):
4190         * fvwm/colors.h (CopyColor):
4191         added CopyColor
4193 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4195         * fvwm/move_resize.c (__resize_window):
4196         fix for not being able to finish resize with mouse when resizing on
4197         click with modifiers active. (intruduced with 'removed duplicate
4198         pointer query' at sep 29)
4200         * NEWS:
4201         * fvwm/fvwm.1.in:
4202         * fvwm/menustyle.c (menustyle_parse_style):
4203         made style pairs negatable with '!' prefix
4204         ActiveForeOff and HilightBackOff frees colors used.
4206         * fvwm/menustyle.c (menustyle_copy):
4207         fix for freeing color from sorce instead of destination.
4209 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4211         * fvwm/functions.c (__execute_function):
4212         fixed an error in yesterdays patch to complex fuctions. the commands
4213         pressed window were not retored correctly after running move functions
4214         without it, and functions would be run twice.
4216 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4218         * fvwm/fvwm.1.in:
4219         added NoLayer to list of allowed options for WindowList command
4220         fixed grammar of test-conditions list. formatting fixes for
4221         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4222         style option list.
4224         * NEWS:
4225         * fvwm/functions.c (__execute_function)
4226         (__run_complex_function_items):
4227         (execute_complex_function):
4228         fix for moving/resizing reference window usage with complex functions.
4230 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4232         * fvwm/move_resize.c (__move_loop):
4233         reimplemented a fix for the place with keyboard setting a button as
4234         used for place bug; this time without breaking escape key.
4236 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4238         * fvwm/move_resize.c (__move_loop):
4239         removed the previous patch as it breaks aborting window motion with the
4240         escape key.
4242 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4244         * fvwm/move_resize.c (__move_loop):
4245         fixed bug where finishing movment with keyboard would set a random
4246         button as used for placement.
4248 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4250         * NEWS
4251         * fvwm/frame.c (frame_setup_border):
4252         reverted change for move of window parts (reset of PressedW).
4254 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4256         * fvwm/frame.c (frame_setup_border):
4257         fixed a Warning
4259 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4261         * NEWS:
4262         * fvwm/move_resize.c (__resize_window):
4263         removed duplicate pointer query for enter/leave notify events.
4264         resizing of shaded windows in the shaded direction no longer
4265         results in bogus ref points.
4267         * fvwm/frame.c (frame_setup_border):
4268         reset PressedW if the part has moved. This prevents strange
4269         ref points in resize if called from some complex functions.
4271         * fvwm/frame.c (frame_create_move_resize_args):
4272         shaded windows use get_client_geometry for client geometry.
4274 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4276         * NEWS:
4277         * AUTHORS:
4278         * fvwm/fvwm.h (window_flags):
4279         (WindowConditionMask):
4280         (FvwmWindow):
4281         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4282         (SET_PLACED_WB3)
4283         (SETM_PLACED_WB3):
4284         * fvwm/session.c (_match):
4285         (SaveWindowStates):
4286         (LoadWindowStates):
4287         * fvwm/conditional.c (MatchesConditionMask):
4288         (CreateConditionMask):
4289         * fvwm/add_window.c (setup_window_structure):
4290         * fvwm/move_resize.h (placement_binding):
4291         * fvwm/move_resize.c (__move_loop):
4292         (placement_binding):
4293         * fvwm/bindings.c (ParseBinding):
4294         * libs/wcontext.c (win_contexts):
4295         * libs/wcontext.h (enum):
4296         * fvwm/fvwm.1.in:
4297         Added placement context for simple mouse bindings to allow
4298         specification of buttons to finish/cancel movment. Buttons >3
4299         may now be used to place windows.
4300         Replaced window flag placed_wb3 with placed_by_button
4301         FvwmWindow member. Added window condition PlacedByButton.
4303 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4305         * NEWS:
4306         * AUTHORS:
4307         * fvwm/menustyle.h (enum):
4308         (MenuFeel):
4309         (ST_DO_SCROLL):
4310         (MST_DO_SCROLL)
4311         (ST_SCROLL_OFF_PAGE):
4312         (MST_SCROLL_OFF_PAGE):
4313         * fvwm/menustyle.c (menustyle_copy):
4314         (menustyle_get_styleopt_index):
4315         (menustyle_parse_style):
4316         (CMD_MenuStyle):
4317         * fvwm/menus.c (menuShortcuts):
4318         (enum):
4319         (__mloop_handle_event):
4320         (menu_get_outer_geometry):
4321         (move_any_menu):
4322         * fvwm/fvwm.1.in:
4323         added MouseWheel and ScrollOffPage menu styles
4325 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4327         * NEWS:
4328         * fvwm/menus.c (append_item_to_menu):
4329         fixed bug #1121: Use of pointer without checking for NULL
4331 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4333         * NEWS:
4334         * fvwm/expand.c (expand_vars):
4335         warn on usage of obsolete one-letter variables
4337 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4339         * NEWS:
4340         * AUTHORS:
4341         * fvwm/expand.c (expand_vars_extended):
4342         (expand_vars):
4343         allow nesting of variables
4345 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4347         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4348         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4349         (ewmh_WMDesktop):
4350         64-bit fixes
4352 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4354         * fvwm/borders.c (border_draw_one_border_part)
4355         (border_draw_all_border_parts):
4356         fix the previous patch to work with title-less windows too
4358 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4360         * fvwm/borders.c (border_draw_one_border_part)
4361         (border_draw_all_border_parts):
4362         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4363         windows to make the borders look homogeneous (based on the patch of
4364         Evgeny Stambulchik)
4366 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4368         * NEWS:
4369         * acconfig.h:
4370         * configure.in:
4371         * libs/FBidi.c:
4372         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4373         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4375 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4377         * NEWS:
4378         * configure.in:
4379         increased version to 2.5.15
4380         released 2.5.14
4382         * NEWS:
4383         * configure.in:
4384         updated for 2.5.14 release
4386         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4387         (ewmh_WMStateSkipTaskBar):
4388         (ewmh_WMStateSkipPager):
4389         (ewmh_WMStateModal):
4390         fixed several ewmh-hints
4392 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4394         * fvwm/fvwm.1.in:
4395         fix TestRc example error, s/Any/All/
4397 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4399         * NEWS:
4400         * AUTHORS:
4401         * fvwm/fvwm.1.in:
4402         * fvwm/conditions.c (MatchesConditionMask):
4403         (CreateConditionMask):
4404         added FixedPosition condition
4406 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4408         * fvwm/virtual.c (HandlePaging):
4409         use FQueryPointer every time to track the pointer position; this fixes
4410         fvwm hanging in HandlePaging for the given delay once the pointer
4411         touches the pan frames
4413 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4415         * fvwm/session.c (SaveWindowStates):
4416         (LoadWindowStates):
4417         (MatchWinToSM):
4418         save and restore the default layer during a restart
4420 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4422         * fvwm/conditional.c (CMD_Test):
4423         * fvwm/fvwm.1.in:
4424         rename previously added Test conditions to EnvIsSet and EnvMatch,
4425         tweak the logic when the variable is set, but empty
4427 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4429         * fvwm/conditional.c (CMD_Test):
4430         * fvwm/fvwm.1.in:
4431         added test conditions EdgeHasPointer and EdgeIsActive
4433 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4435         * fvwm/virtual.c (raisePanFrames):
4436         prevent cycling of pan frame window stacking order
4438 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4440         * fvwm/conditional.c (CMD_Test):
4441         * fvwm/fvwm.1.in:
4442         add Test conditions IsEnvSet and MatchEnv
4444 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4446         * fvwm/menus.c (pop_menu_up):
4447         * fvwm/menustyle.c (menustyle_copy):
4448         two fixes by Viktor Griph
4450         * fvwm/events.c (HandleEvents):
4451         simplify the style list if there is nothing else to do
4453         * fvwm/style.c (__simplify_style_list):
4454         (styles_have_same_id):
4455         (style_id_equals_id):
4456         (style_ids_are_equals):
4457         (__style_command):
4458         (remove_all_of_style_from_list):
4459         (one_fw_can_match_both_ids):
4460         pass pointers instead of the whole style structure
4461         (__simplify_style_list):
4462         fixed memory leak and tweaked the code
4464         * libs/Strings.c (CatString3):
4465         fixed a buffer overflow
4467 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4469         * configure.in:
4470         detect if Window, Pixel or void * are bigger than long and refuse to
4471         compile
4473         * libs/vpacket.h (ConfigWinPacket):
4474         * fvwm/windowshade.c (CMD_WindowShade):
4475         * fvwm/virtual.c (MoveViewport):
4476         (goto_desk):
4477         (CMD_DesktopSize):
4478         (CMD_GotoDeskAndPage):
4479         * fvwm/update.c (apply_window_updates):
4480         * fvwm/stack.c (BroadcastRestack):
4481         (RaiseWindow):
4482         (LowerWindow):
4483         * fvwm/icons.c (DeIconify):
4484         (Iconify):
4485         * fvwm/geometry.c (broadcast_icon_geometry):
4486         * fvwm/events.c (HandleEnterNotify):
4487         (HandleFocusIn):
4488         (HandleLeaveNotify):
4489         (HandleMapNotify):
4490         (HandleMapRequestKeepRaised):
4491         * fvwm/add_window.c (destroy_window):
4492         * fvwm/module_interface.c (SendFvwmPicture)
4493         (BroadcastFvwmPicture):
4494         (CMD_Send_WindowList):
4495         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4496         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4497         64-bit fixes
4499         * fvwm/virtual.c (GetDeskNumber):
4500         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4501         around the given desk range with a relative desk
4503         * fvwm/focus.c (focus_grab_buttons_on_layer):
4504         fixed a hang
4506         * fvwm/gnome.c:
4507         * fvwm/stack.c:
4508         * fvwm/ewmh.c:
4509         reindented some code and renamed some variables
4511 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4513         * fvwm/events.c (__check_click_to_focus_or_raise):
4514         small cleanup patch
4516 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4518         * FvwmIconMan/xmanager.c (set_win_iconified):
4519         fixed select/focus button state lost when deiconifying a window
4521 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4523         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4524         fixed bogus warning
4526         * libs/Colorset.c (get_aspect_dimensions):
4527         fixed aspectpixmap size calculations
4529 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4531         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4532         fixed a core dump
4534         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4535         (ewmh_CurrentDesktop):
4536         (ewmh_DesktopGeometry):
4537         (ewmh_NumberOfDesktops):
4538         (ewmh_WMDesktop):
4539         (ewmh_WMIconGeometry):
4540         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4541         print error messages for broken gnome client messages
4543         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4544         removed duplicate call of execute_function_override_window
4546         * fvwm/stack.c (new_layer):
4547         fixed a hang if a window sets an layer < 0 via gnome hints
4549         * fvwm/add_window.c (GetWindowSizeHints):
4550         * fvwm/misc.c (fvwm_msg_report_app):
4551         (fvwm_msg_report_app_and_workers):
4552         new utility functions
4554 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4556         * fvwm/stack.c (dump_stack_ring):
4557         (verify_stack_ring_consistency):
4558         * fvwm/module_interface.c (HandleModuleInput):
4559         * fvwm/events.c (__cr_detect_icccm_move):
4560         * fvwm/style.c (print_styles):
4561         64-bit fixes
4563 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4565         * libs/FlocaleCharset.c:
4566         support euc-jp encodings (Yasuhiro Nakazaki)
4568 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4570         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4571         * fvwm/ewmh_names.c (EWMH_WMName):
4572         (EWMH_WMIconName):
4573         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4574         (EWMH_SetNumberOfDesktops):
4575         (EWMH_SetDesktopViewPort):
4576         (EWMH_SetDesktopGeometry):
4577         (EWMH_SetWMDesktop):
4578         (ewmh_SetWorkArea):
4579         (EWMH_SetFrameStrut):
4580         (EWMH_Init):
4581         * fvwm/gnome.c (AtomGet):
4582         (atom_size):
4583         (GNOME_GetHintIcons):
4584         (GNOME_GetHintLayer):
4585         (GNOME_GetHintState):
4586         (GNOME_GetExpandedSize):
4587         (GNOME_SetAreaCount):
4588         (GNOME_SetCurrentArea):
4589         (GNOME_SetDeskCount):
4590         (GNOME_SetCurrentDesk):
4591         (GNOME_SetCurrentDesk):
4592         (GNOME_SetWinArea):
4593         (GNOME_Init):
4594         (CMD_GnomeShowDesks):
4595         (GNOME_SetHints):
4596         (GNOME_SetDesk):
4597         (GNOME_SetLayer):
4598         * libs/fsm.c (GetClientID):
4599         (set_session_manager):
4600         * fvwm/session.c (GetClientID):
4601         * fvwm/fvwm.h (FvwmWindow):
4602         * fvwm/colorset.c (get_root_pixmap):
4603         * fvwm/add_window.c (FetchWmProtocols):
4604         * libs/FTips.c (__initialize_window):
4605         * fvwm/icccm2.c (convertProperty)
4606         (icccm2_handle_selection_request)
4607         * fvwm/fvwm.c (SetMWM_INFO):
4608         64-bit fixes
4610 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4612         * fvwm/move_resize.c (GetOnePositionArgument):
4613         don't use the unportable fuction rintf()
4615 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4617         * NEWS:
4618         * configure.in:
4619         increased version to 2.5.14
4620         released 2.5.13
4622         * ANNOUNCE:
4623         * NEWS:
4624         * configure.in:
4625         updated for 2.5.13 release
4627 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4629         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4630         fixed drawing of relief with very small rectangles, i.e. when
4631         line_width * 2 > height or width
4633 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4635         * NEWS: fvwm-menu-desktop changes.
4637 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4639         * fvwm/placement.c (get_next_x):
4640         fixed collision detection of windows on pages other than the current
4641         one during placement
4643 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4645         * fvwm/move_resize.c (__resize_window):
4646         Fixed interactive resize (reduction) via the bottom border
4648         * libs/Fpng.h:
4649         Typo
4651 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4653         * NEWS:
4654         * fvwm/fvwm.1.in:
4655         Spelling fix contition -> condition
4657 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4659         * fvwm/style.c (style_ids_are_equals):
4660         (style_id_equals_id):
4661         (styles_have_same_id):
4662         (fw_match_style_id):
4663         (one_fw_can_match_both_ids):
4664         (cleanup_style_defaults):
4665         * libs/fsm.c (fprintfhex):
4666         (CloseDownClient):
4667         * libs/FGettext.c (fgettext_free_fgpath_list):
4668         * libs/Parse.c (_get_suffixed_integer_arguments):
4669         * libs/Graphics.c (AllocNonlinearGradient):
4670         * libs/PictureUtils.c (build_mapping_table):
4671         (finish_ct_init):
4672         made static
4674         * libs/setpgrp.c:
4675         * libs/Event.c:
4676         * libs/FRenderInit.c:
4677         include own header file
4679         * libs/System.c (getFileStamp):
4680         * libs/Fft.c (FftPDumyFunc):
4681         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4682         exported
4684 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4686         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4687         not exec.
4689 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4691         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4693 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4695         * fvwm/conditional.c (Circulate):
4696         added tests for fw == Scr.FvwmRoot again to fix a crash
4698 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4700         * AUTHORS: New author, FvwmScript patch.
4702 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4704         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4705         * AUTHORS: s/Hover/Active/
4707 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4709         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4710         avoid dump with empty key/mouse binding command.
4711         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4712         Checked all other uses of PeekToken in fvwm dir.
4714 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4716         * fvwm/session.c (matchWin):
4717         (SaveWindowStates):
4718         On restarts compare window ids only. Base our matching decision on
4719         window role only if we have a client id.
4721         * fvwm/move_resize.c (GetOnePositionArgument):
4722         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4723         float values to nearest int
4725 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4727         * AUTHORS:
4728         * fvwm/move_resize.c (CMD_Maximize):
4729         Applied Arnaud Vrac patch which fixes maximize by growing vs
4730         EWMH working area
4732 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4734         * fvwm/builtins.c (do_button_style):
4735         ButtonStyle Reset takes effect immediately
4737 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4739         * fvwm/fvwm.1.in: lang check.
4741 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4743         * fvwm/fvwm.1.in:
4744         Really commit EWMHUseStackingOrderHints documentation update
4746 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4748         * fvwm/fvwm.1.in:
4749         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4751         * NEWS:
4752         FvwmIconMan new options
4754         * libs/FTips.c (new file):
4755         * libs/FTips.h (new file):
4756         * libs/defaults.h:
4757         * libs/Makefile.am:
4758         Added a set of functions for implementing tool tips
4760 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4762         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4764 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4766         * fvwm/menus.c (__mloop_get_event):
4767         * fvwm/functions.c (execute_complex_function):
4768         * fvwm/add_window.c (AddWindow):
4769         * fvwm/module_interface.c (ExecuteModuleCommand):
4770         * fvwm/move_resize.c (__move_loop):
4771         (__resize_window):
4772         properly set the "state" member of faked motion and key events;
4773         fixes broken "nosnap" feature
4775 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4777         * fvwm/bindings.c (ParseBinding):
4778         reformatted
4779         * libs/Bindings.c (bindingAppliesToWindow):
4780         (__compare_binding):
4781         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4782         * fvwm/builtins.c (CMD_Wait):
4783         (CMD_StrokeFunc):
4784         * fvwm/events.c (__handle_bpress_on_root):
4785         (HandleButtonRelease):
4786         fixed crash in window specific binding code
4787         fixed handling of root window in window specific binding code
4788         renamed some functions
4790 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4792         * fvwm/focus.c (__update_windowlist):
4793         replaced while loop by for loop
4795         * fvwm/style.c (style_destroy_style):
4796         * fvwm/conditional.c (Circulate):
4797         removed useless check whether fw == &Scr.FvwmRoot
4799         * fvwm/icons.c (DeIconify):
4800         defused possible endless loop when a window iconified by the
4801         transientfor window loses the "transient" relationship
4803 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4805         * fvwm/move_resize.c (__move_loop):
4806         (__resize_window):
4807         fixed overwriting the initial button_mask during move/resize
4809         * fvwm/menus.c (__mloop_handle_action_with_mi):
4810         do not "post" a submenu menu item it the submenu does not exist
4812 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4814         * fvwm/events.c (__handle_bpress_on_managed):
4815         do not draw the decorations pressed in if executing a function is
4816         forbidden
4818         * libs/Parse.c (CopyToken):
4819         fixed parsing of delimiters
4821 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4823         * fvwm/virtual.c (GetDeskNumber):
4824         fixed MoveToDesk without argument
4826 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4828         * fvwm/fvwm.1.in:
4829         re-formatted and some spelling corrections
4831         * fvwm/colorset.c (CMD_CleanupColorsets):
4832         (CMD_Colorset):
4833         * fvwm/builtins.c (CMD_Colorset):
4834         (CMD_CleanupColorsets):
4835         moved functions to colorset.c
4837 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4839         * libs/Parse.c (CopyToken):
4840         skip any whitespace before a delimiter; this allows to have spaces
4841         before the commas in an option list
4843 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4845         * fvwm/frame.c (frame_reshape_border):
4846         re-shaping shaded windows no longer unshades them
4847         re-shaping unshaded windows on pages other than 0 0 no longer moves
4848         them out of the current page
4850 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4852         * fvwm/events.c (__cr_detect_icccm_move):
4853         * fvwm/screen.h (ScreenInfo):
4854         * fvwm/builtins.c (CMD_BugOpts):
4855         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4857         * fvwm/move_resize.c (__move_loop):
4858         (__resize_window):
4859         query the pointer position in the move loop when an
4860         EnterNotify/LeaveNotify event arrives; same change in resize loop.
4862         * NEWS:
4863         * configure.in:
4864         increased version to 2.5.13
4865         released 2.5.12
4867         * ANNOUNCE:
4868         * NEWS:
4869         * configure.in:
4870         updated for 2.5.12 release
4872         * fvwm/frame.c (frame_create_move_resize_args):
4873         fixed xemacs growing or shrinking when title height changed; this was
4874         caused by calculating the old client window geometry using the new
4875         title dimensions; query the window size instead
4877 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4879         * fvwm/events.c (test_map_request):
4880         (test_button_event):
4881         (test_typed_window_event):
4882         (test_resizing_event):
4883         (__predicate_button_click):
4884         (__merge_cr_moveresize):
4885         (HandleUnmapNotify):
4886         (flush_property_notify):
4887         (is_resizing_event_pending):
4888         (__test_for_motion):
4889         use type XPointer for last argument of predicate procedures for
4890         XCheckPeekIfEvent and XCheckIfEvent, not char *
4891         (HandleUnmapNotify):
4892         fixed core dump
4894 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4896         * fvwm/window_flags.h:
4897         removed useless and broken SETM_ macros
4899         * fvwm/update.c (init_style):
4900         fixed resetting user states
4902 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4904         * libs/envvar.c (add_to_envlist):
4905         fixed crash
4907 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4909         * fvwm/builtins.c (CMD_UnsetEnv):
4910         use flib_unsetenv
4912         * libs/envvar.c (flib_unsetenv):
4913         (add_to_envlist):
4914         new functions
4915         (flib_putenv):
4916         split in ftwo functions
4918         * configure.in:
4919         check for unsetenv function
4921         * fvwm/builtins.c (CMD_SetEnv):
4922         assume an empty value if no value is given
4924 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
4926         * fvwm/commands.h:
4927         * fvwm/events.c:
4928         * fvwm/functable.c:
4929         * fvwm/fvwm.1.in:
4930         * fvwm/fvwm.c:
4931         * fvwm/screen.h:
4932         * fvwm/virtual.c:
4933         * perllib/FVWM/Commands.pm:
4934         new command EdgeLeaveCommand
4936 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4938         * NEWS:
4939         updated for 2.4.19
4941         * NEWS:
4942         * configure.in:
4943         increased version to 2.5.12
4944         released 2.5.11
4946         * NEWS:
4947         * configure.in:
4948         updated for 2.5.11 release
4950 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4952         * fvwm/geometry.c (get_page_offset):
4953         (get_page_offset_rectangle):
4954         (get_absolute_geometry):
4955         new functions
4957         * fvwm/virtual.c (CMD_GotoPage):
4958         * fvwm/move_resize.c (__move_window):
4959         * fvwm/virtual.c (CMD_GotoPage):
4960         (get_page_arguments):
4961         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4962         command
4964 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4966         * libs/Flocale.c (FlocaleGetNameProperty):
4967         fixed freeing uninitialized pointer
4969 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4971         * fvwm/conditional.c (select_cmd):
4972         (direction_cmd):
4973         (CMD_NoWindow):
4974         (CMD_All):
4975         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4976         WindowId and Direction commands; fixes break from these commands
4978         * fvwm/geometry.c (get_shaded_geometry):
4979         shading geometry fix for windows without decoration
4981         * libs/FScreen.c (XineramaQueryExtension):
4982         fixed xinerama crash
4984 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
4986         * configure.in:
4987         Parse man pages with config.status so man pages have correct date.
4988         Man pages also specify FVWM version that they relate to.
4990         * bin/fvwm-bug.1:
4991         * bin/fvwm-config.1:
4992         * bin/fvwm-convert-2.2.1:
4993         * bin/fvwm-convert-2.4.1:
4994         * bin/fvwm-convert-2.6.1:
4995         * bin/fvwm-menu-desktop.1:
4996         * bin/fvwm-root.1:
4997         * modules/FvwmAnimate/FvwmAnimate.1:
4998         * modules/FvwmAuto/FvwmAuto.1:
4999         * modules/FvwmBacker/FvwmBacker.1:
5000         * modules/FvwmBanner/FvwmBanner.1:
5001         * modules/FvwmButtons/FvwmButtons.1:
5002         * modules/FvwmCommand/FvwmCommand.1:
5003         * modules/FvwmConsole/FvwmConsole.1:
5004         * modules/FvwmConsole/FvwmConsoleC.pl.1:
5005         * modules/FvwmCpp/FvwmCpp.1:
5006         * modules/FvwmDragWell/FvwmDragWell.1:
5007         * modules/FvwmEvent/FvwmEvent.1:
5008         * modules/FvwmForm/FvwmForm.1:
5009         * modules/FvwmGtk/FvwmGtk.1:
5010         * modules/FvwmIconBox/FvwmIconBox.1:
5011         * modules/FvwmIconMan/FvwmIconMan.1:
5012         * modules/FvwmIdent/FvwmIdent.1:
5013         * modules/FvwmM4/FvwmM4.1:
5014         * modules/FvwmPager/FvwmPager.1:
5015         * modules/FvwmProxy/FvwmProxy.1:
5016         * modules/FvwmRearrange/FvwmRearrange.1:
5017         * modules/FvwmSave/FvwmSave.1:
5018         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5019         * modules/FvwmScript/FvwmScript.1:
5020         * modules/FvwmScroll/FvwmScroll.1:
5021         * modules/FvwmTaskBar/FvwmTaskBar.1:
5022         * modules/FvwmTheme/FvwmTheme.1:
5023         * modules/FvwmWharf/FvwmWharf.1:
5024         * modules/FvwmWinList/FvwmWinList.1:
5025         These man pages were renamed to have a .in suffix.
5026         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5028 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5030         * fvwm/placement.c (__place_window):
5031         fixed starting desk output with bugopts explainwindowplacement
5033 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
5035         * fvwm/eventhandler.h:
5036         * fvwm/events.c (InitEventHandlerJumpTable):
5037         (__handle_key):
5038         (HandleKeyPress):
5039         (HandleKeyRelease):
5040         Fixed window specific bindings "patch" by sending key release event
5041         when needed
5043 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5045         * libs/defaults.h:
5046         * fvwm/screen.h:
5047         * fvwm/move_resize.c:
5048         * fvwm/fvwm.c:
5049         * fvwm/fvwm.h:
5050         * fvwm/frame.h:
5051         * fvwm/decorations.c:
5052         * fvwm/frame.c:
5053         * fvwm/builtins.c:
5054         * fvwm/borders.c:
5055         * fvwm/add_window.c:
5056         * fvwm/bindings.c:
5057         * fvwm/style.c:
5058         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5059         it with NUMBER_OF_MOUSE_BUTTONS
5061         * fvwm/style.c (style_parse_focus_policy_style):
5062         * fvwm/focus_policy.h:
5063         * libs/Bindings.c (GrabWindowButton):
5064         * fvwm/bindings.c (bind_get_bound_button_contexts):
5065         (ParseBinding):
5066         * fvwm/events.c (WaitForButtonsUp):
5067         * fvwm/style.c (style_parse_focus_policy_style):
5068         * fvwm/builtins.c (__fake_event):
5069         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5070         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5072 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5074         * configure.in:
5075         put -Wall -Wno-implicit-int before user specified flags
5077         * libs/FScreen.c:
5078         Applied below patch again.  It didn't make it to CVS (?)
5080 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5082         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5084 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5086         * libs/FScreen.c:
5087         cleaned up ifdef hell
5089         * configure.in:
5090         fixed solaris xinerama test
5092 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5094         * configure.in:
5095         * acconfig.h:
5096         * libs/FScreen.c (solaris_XineramaQueryScreens):
5097         Solaris Xinerama support.
5098         * AUTHORS:
5099         Update.
5100         Patch by Chris Ross.
5102 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5104         * fvwm/events.c (__handle_cr_on_client):
5105         don't reevaluate window geometry when a ConfigureRequest has no size or
5106         position set
5108 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5110         * fvwm/menus.c (get_menu_options):
5111         (do_menu):
5112         new menu option TearOffImmediately
5114 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5116         * fvwm/placement.c (__place_get_wm_pos):
5117         cascade placemnt fix by Paul Vojta
5119 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5121         * fvwm/geometry.c (constrain_size):
5122         Don't touch the aspect ratio if modifying the width/height does not
5123         improve the situation
5125         * fvwm/frame.c (frame_free_move_resize_args):
5126         (__frame_setup_window):
5127         (frame_update_hidden_window_pos):
5128         (frame_mrs_resize_move_windows):
5129         (frame_create_move_resize_args):
5130         * fvwm/move_resize.c (__resize_window):
5131         some event handling fixes
5133         * fvwm/geometry.c (constrain_size):
5134         look up the latest size hints if necessary
5136 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5138         * fvwm/geometry.c (constrain_size):
5139         * fvwm/ewmh.c (EWMH_fullscreen):
5140         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5141         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5142         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5143         * fvwm/fvwm.h (window_flags_t):
5144         allow windows to override their size hints when going fullscreen:
5145         minimum and maximum size, size inc, aspect ratio, etc.
5147 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5149         * fvwm/decorations.c (struct):
5150         MWM hints on 64 bit machines fix
5152 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5154         * fvwm/fvwm.1.in (Note):
5155         * fvwm/read.c (CMD_Read):
5156         (CMD_PipeRead):
5157         the Read and PipeRead commands have a return code
5159         * fvwm/read.c (run_command_stream):
5160         (CMD_Read):
5161         (CMD_PipeRead):
5162         removed debug code
5164 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5166         * fvwm/move_resize.c (GetResizeArguments):
5167         (GetMoveArguments):
5168         fixed parsing of the frame option to the resize command and the pointer
5169         option to the move command
5171         * fvwm/conditional.c (CMD_None):
5172         Fixed CMD_None return code
5174 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5176         * fvwm/stack.c (is_above_unmanaged):
5177         windows on other Desks are always considered on top
5179         * fvwm/conditional.c (CreateConditionMask):
5180         (MatchesConditionMask):
5181         * fvwm/fvwm.h (WindowConditionMask):
5182         new condition Overlapped
5184         * config.h:
5185         inproved strings.h / sring.h iclusion logic
5187         * libs/PictureUtils.c (finish_ct_init):
5188         (PictureInitColors):
5189         use flib_putenv instead of putenv
5191 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5193         * fvwm/screen.h:
5194         * libs/gravity.h (enum):
5195         * libs/wcontext.h (enum):
5196         -pedantic fixes
5198         * fvwm/fvwm.c (StartupStuff):
5199         do not ungrab the pointer while the startup functions execute
5200         (Done):
5201         ungrab the pointer only after executing the RestartFunction or
5202         ExitFunciton.  Otherwise these functions may not be executed if some
5203         other application grabs the pointer.
5205         * fvwm/fvwm.h:
5206         * fvwm/conditional.c (CreateConditionMask):
5207         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5208         new condition AnyScreen
5210         * libs/Bindings.c:
5211         * fvwm/builtins.c (__fake_event):
5212         * fvwm/bindings.c (ParseBinding):
5213         removed C++ comments
5215 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5217         * NEWS:
5218         New options for FvwmButtons module.
5220 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5222         * fvwm/fvwm.1.in:
5223         use commas between conditions
5225 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5227         * fvwm/builtins.c (CMD_Wait):
5228         ignore MapNotify reported to any window except the root window
5230         * fvwm/module_interface.c (CONFIGARGS):
5231         correct number of CONFIGARGS arguments
5233         * libs/vpacket.h (ConfigWinPacket):
5234         frame_x and frame_y are signed
5236 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5238         * fvwm/conditional.c:
5239         * fvwm/fvwm.h:
5240         * fvwm/fvwm.1.in:
5241         * AUTHORS:
5242         Committed patch by Norman Yarvin (with a few minor mods) to extend
5243         conditionals to handle multiple window names.
5245 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5247         * fvwm/module_interface.c (CONFIGARGS):
5248         * libs/vpacket.h (ConfigWinPacket):
5249         put window_flags at end of structure
5251 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5253         * fvwm/module_interface.c (CONFIGARGS):
5254         (OLDCONFIGARGS):
5255         (SETOLDFLAGS):
5256         (SendConfig):
5257         (BroadcastConfig):
5258         removed old module interface
5259         (CONFIGARGS):
5261         * libs/vpacket.h (ConfigWinPacket):
5262         64 bit fix
5264 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5266         * fvwm/execcontext.c (__exc_change_context):
5267         fixed handling of etrigger event, fixing a problem with PropertyNotify
5268         events during resizing and possibly other problems too
5270         * fvwm/add_window.c (RestoreWithdrawnLocation):
5271         fixed travelling windows if application changed gravity hint before
5272         recapture
5274         * fvwm/frame.c (combine_decor_gravities):
5275         (combine_gravities):
5276         renamed
5277         (frame_restore_client_gravities):
5278         fixed window gravity after resize
5280         * libs/FEvent.c (FPeekEvent):
5281         (FPeekIfEvent):
5282         (FCheckPeekIfEvent):
5283         fixed some event handling bugs
5285         * fvwm/conditional.c (CMD_Test):
5286         (match_version):
5287         corrected use of Bool types
5288         (match_version):
5289         simplified, fixed compilation
5290         (ver):
5291         use int as return type
5293         * libs/Ficonv.c (convert_charsets):
5294         reindented
5296         * libs/Ficonv.c (convert_charsets):
5297         * acinclude.m4 (ICONV_SECOND_ARG):
5298         rewrote iconf configure test to save an ifdef
5300 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5302         * fvwm/fvwm.1.in:
5303         * libs/Bindings.h:
5304         * libs/Bindings.c:
5305         * fvwm/bindings.c:
5306         Allow user to specify window-specific bindings that should NOT be
5307         intercepted by FVWM. This is accomplished with an '--' binding action.
5309 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5311         * fvwm/move_resize.c (__resize_window):
5312         Fixed event handling
5314         * fvwm/virtual.c (HandlePaging):
5315         removed check for leave events on pan frames; better query the pointer
5316         each time
5318 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5320         * fvwm/fvwm.1.in:
5321         * fvwm/conditional.c:
5322         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5324 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5326         * fvwm/move_resize.c (GetResizeArguments):
5327         (GetResizeMoveArguments):
5328         (__resize_window):
5329         (__resize_step):
5330         (__resize_get_refpos):
5331         (__resize_get_dir_proximity):
5332         (__resize_get_dir_from_window):
5333         implemented fluxbox-like Alt-Button3 resizing
5335         * fvwm/virtual.c (HandlePaging):
5336         * fvwm/events.c (__merge_cr_moveresize):
5337         (__test_for_motion):
5338         (flush_property_notify):
5339         do not use XPutBackEvent as it shuffles events on the queue
5340         (test_button_event):
5341         (test_typed_window_event):
5342         new functions
5344         * libs/FEvent.c (fev_get_evpos_or_query):
5345         take pointer position from EnterNotify and LeaveNotify events
5347         * fvwm/move_resize.c (__move_loop):
5348         fixed multiple paging with certain SnapGrid / Move interactions
5349         (__resize_window):
5350         (__move_loop):
5351         * fvwm/virtual.c (HandlePaging):
5352         Workaround for buggy XFree not delivering some Pointer events
5353         simplified code
5355         * fvwm/virtual.c (MoveViewport):
5356         don't eat MotionNotify events
5358         * libs/FEvent.c (fev_get_last_event):
5359         new function
5360         (FWindowEvent):
5361         (FPutBackEvent):
5362         (FPeekIfEvent):
5363         (FPeekEvent):
5364         (FNextEvent):
5365         (FMaskEvent):
5366         (FIfEvent):
5367         (FCheckWindowEvent):
5368         (FCheckTypedWindowEvent):
5369         (FCheckTypedEvent):
5370         (FCheckMaskEvent):
5371         (FCheckIfEvent):
5372         keep a copy of the previous event in case FPutBackEvent is called
5374 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5376         * fvwm/fvwm.1.in:
5377         Indicate optional window argument in section headings for
5378         Key, Mouse, PointerKey & Stroke commands.
5379         Remove strange "-Key" option listed for PointerKey.
5381 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5383         * libs/Fft.c (FftDrawString):
5384         * fvwm/session.c (get_version_string):
5385         * fvwm/module_interface.c (FlushMessageQueue):
5386         * fvwm/fvwm.c (SaveDesktopState):
5387         * fvwm/colorset.h:
5388         * fvwm/colorset.c (cleanup_colorsets):
5389         * libs/PictureUtils.c (struct):
5390         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5392 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5394         * fvwm/events.c (__cr_detect_icccm_move):
5395         windows with ewmh hints are assumed to use icccm2 compliant movement
5397         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5398         (ewmh_WMStateMaxHoriz):
5399         fixed restart/maximized problem
5401         * libs/fvwmsignal.c (fvwmReapChildren):
5402         * fvwm/fvwm.c (ReapChildren):
5403         moved function to lib
5405 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5407         * fvwm/modconf.c (send_desktop_geometry):
5408         (send_color_limit):
5409         (send_click_time):
5410         (send_move_threshold):
5411         (send_ignore_modifiers):
5412         increased static buffer size
5414 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5416         * libs/CombineChars.c (convert_to_ucs2):
5417         Replace illegal UTF-8 character sequences in input
5419 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5421         * libs/Bindings.c:
5422         bugfix: wrong stroke action being invoked.
5424 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5426         * fvwm/builtins.c:
5427         * fvwm/events.c:
5428         * libs/Bindings.c:
5429         Active _last_ matching binding. (ie. same behaviour as before
5430         win-specific bindings patch.)
5431         bugfix: segfault when looking up stroke bindings in root context.
5433 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5435         * fvwm/bindings.c:
5436         * fvwm/builtins.c:
5437         * fvwm/events.c:
5438         * fvwm/fvwm.1.in:
5439         * fvwm/module_interface.c:
5440         * libs/Bindings.c:
5441         * libs/Bindings.h:
5442         * modules/FvwmScript/FvwmScript.c:
5443         * modules/FvwmScript/Instructions.c:
5444         Implemented window-specific key/mouse bindings.
5446         * modules/FvwmIconBox/FvwmIconBox.h:
5447         * libs/fvwmlib.h:
5448         * libs/wild.c:
5449         * libs/wild.h:
5450         Make args to matchWildcards() const.
5452 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5454         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5455         use EWMH_fullscreen
5456         * fvwm/ewmh.c (EWMH_fullscreen):
5457         new function
5459         * fvwm/add_window.c (AddWindow):
5460         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5462         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5463         (ewmh_WMStateMaxVert):
5464         (ewmh_WMStateShaded):
5465         (ewmh_WMStateSticky):
5466         (ewmh_WMStateStaysOnBottom):
5467         fixed core dumps
5468         (ewmh_WMState):
5469         don't try to maximize window when looking up the style
5470         (ewmh_WMDesktop):
5471         (ewmh_WMStateFullScreen):
5472         (ewmh_WMStateHidden):
5473         (ewmh_WMStateMaxVert):
5474         (ewmh_WMStateModal):
5475         (ewmh_WMStateShaded):
5476         (ewmh_WMStateSkipPager):
5477         (ewmh_WMStateSticky):
5478         (ewmh_WMStateStaysOnBottom):
5479         fixed ignoring ewmh hints
5481         * fvwm/expand.c (expand_vars_extended):
5482         include full path in iconfile and miniiconfile variables
5484 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5486         * fvwm/functions.c (execute_complex_function):
5487         (CheckActionType):
5488         fixed double click patch
5490 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5492         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5493         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5495 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5497         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5498         into fvwm man page.
5500 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5502         * libs/FImage.c (FShmSafeCreateImage):
5503         Yet another fix to SHM remote client problem
5505 2004-05-26  Francis Litterio  <franl@world.std.com>
5507         * fvwm/fvwm.1.in
5508         * fvmw/fvwm.h
5509         * fvwm/placement.c (__place_get_wm_pos)
5510         * fvwm/style.c (style_parse_one_style_option)
5511         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5513 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5515         * fvwm/events.c (HandleEnterNotify):
5516         fixed endless loop of edge commands when doing something that grabs
5517         the pointer
5519         * fvwm/functions.c (CheckActionType):
5520         (execute_complex_function):
5521         double clicks no longer work when pressing different buttons
5523 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5525         * fvwm/placement.c (__place_get_wm_pos):
5526         fixed placement in top left corner when pressing escape during manual
5527         placement
5529 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5531         * configure.in:
5532         * AUTHORS:
5533         added Chinese translations
5535 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5537         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5538         Fixed a miss-print
5540 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5542         * fvwm/conditional.c:
5543         * fvwm/fvwm.1.in:
5544         clean up Test code and documentation, add new False condition,
5545         unrecognized conditions produce Error return code now
5547 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5549         * fvwm/style.c: Remove extra char.
5551 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5553         * fvwm/ewmh.c (ewmh_atom_client_win):
5554         * fvwm/ewmh_intern.h:
5555         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5556         (ewmh_MoveResizeWindow):
5557         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5559         * fvwm/events.c (__handle_cr_on_client):
5560         (__handle_configure_request):
5561         (events_handle_configure_request):
5562         Some renaming for consistency, force restacking if the event come from
5563         an ewmh restack
5565         * fvwm/ewmh_events.c (ewmh_MoveResize):
5566         Fixed _NET_WM_MOVERESIZE
5568         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5569         Removed debug code
5571         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5572         (EWMH_SetFrameStrut):
5573         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5575 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5577         * libs/FImage.c (FShmSafeCreateImage):
5578         Finished to fix SHM remote client problem
5580 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5582         * libs/FImage.c (FShmSafeCreateImage):
5583         Fixed when we are a remote client
5585 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5587         * INSTALL.fvwm:
5588         * NEWS:
5589         * acconfig.h:
5590         * fvwm/fvwm.1.in:
5591         * fvwm/fvwm.c:
5592         * fvwm/gnome.h:
5593         * fvwm/session.c:
5594         * libs/envvar.c:
5595         * libs/envvar.h:
5596         new default ~/.fvwm/config file is now recommended instead of
5597         still supported ~/.fvwm/.fvwm2rc
5599 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5601         * fvwm/menus.c (NewMenuRoot):
5602         do not strip whitespace from menu names when creating a new menu
5604 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5606         * fvwm/menuitem.c (menuitem_get_size):
5607         * fvwm/menuitem.h:
5608         renamed remaining "mips" to mipst
5610 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5612         * fvwm/events.c (HandleMapRequestKeepRaised):
5613         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5614         Fixed EWMH DesktopGeometry and Stacking list
5616 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5618         * fvwm/virtual.c (GetDeskNumber):
5619         (CMD_MoveToDesk):
5620         (CMD_GotoDesk):
5621         fixed MoveToDesk with one argument
5623 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5625         * fvwm/style.c (style_parse_one_style_option):
5626         * fvwm/style.h:
5627         * fvwm/conditional.c (MatchesConditionMask):
5628         * fvwm/fvwm.h:
5629         * fvwm/window_flags.h:
5630         new style "State"
5632 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5634         * fvwm/fvwm.1.in:
5635         corrected a typo
5637 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5639         * fvwm/move_resize.c (unmaximize_fvwm_window):
5640         fixed redrawing of maximize button when unmaximizing but when the size
5641         and position does not change
5643 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5645         * fvwm/expand.c (expand_vars_extended):
5646         new extended variable $[w.layer]
5648         * fvwm/move_resize.c (MaximizeHeight):
5649         (MaximizeWidth):
5650         (CMD_Maximize):
5651         applied modified layer patch for maximize by Rafal Bisingier
5653 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5655         * fvwm/add_window.c (setup_frame_attributes):
5656         Hopefully fixed BackingStore code and removed now useless backing store
5657         for decorations
5659         * fvwm/expand.c (expand_vars_extended):
5660         new extended variable $[w.desk]
5662 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5664         * NEWS:
5665         * configure.in:
5666         increased version to 2.5.11
5667         released 2.5.10
5669         * NEWS:
5670         * configure.in:
5671         updated for 2.5.10 release
5673         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5674         improved rotation code
5676         * libs/gravity.c (gravity_add_rotations):
5677         new function
5679 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5681         * fvwm/placement.c (__explain_placement):
5682         new function
5684         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5685         new function
5687         * fvwm/builtins.c (CMD_BugOpts):
5688         * fvwm/screen.h (ScreenInfo):
5689         new BugOpts option ExplainWindowPlacement
5690         renamed some members of Screen
5692 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5694         * fvwm/placement.c (__place_get_wm_pos):
5695         (__place_get_nowm_pos):
5696         (__place_get_placement_flags):
5697         (__place_window):
5698         (__place_handle_x_resources):
5699         (setup_window_placement):
5700         split into multiple functions
5701         cleaned up a little
5703 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5705         * fvwm/add_window.c (setup_window_placement):
5706         * fvwm/placement.c (setup_window_placement):
5707         moved function to placement.c
5708         fixed using PLACE_AGAIN placement mode
5709         (PlaceWindow):
5710         (__place_window):
5711         renamed function
5713 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5715         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5716         allow a negative line_width to invert the relief
5718 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5720         * libs/Flocale.c (FlocaleDrawString)
5721         (FlocaleDrawUnderline)
5722         (FlocaleTextWidth):
5723         reduced redundant calls to iconv
5725 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5727         * fvwm/move_resize.c (CMD_XorValue):
5728         fixed a very small outline drawing problem caused by using 0 line width
5729         instead of 1
5731         * NEWS:
5732         * configure.in:
5733         increased version to 2.5.10
5735         * configure.in:
5736         * NEWS:
5737         updated for 2.5.9 release
5739         * fvwm/functions.c (execute_function_override_window):
5740         * fvwm/module_interface.c (ExecuteModuleCommand):
5741         * fvwm/conditional.c (circulate_cmd):
5742         sometimes, DeferExecution was called although a window was already
5743         selected, for example with the "Current" commend; fixed
5745 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5747         * libs/FImage.c (FShmSafeCreateImage):
5748         Fixed some safety tests
5750 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5752         * fvwm/events.c (__handle_cr_on_client):
5753         fixed a bug in the Jave configure request workaround
5755 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5757         * fvwm/events.c (__cr_detect_icccm_move):
5758         improved motion method detection for fullscreen requests
5760 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5762         * fvwm/add_window.c (AddWindow):
5763         * fvwm/screen.h (ScreenInfo):
5764         * fvwm/builtins.c (CMD_BugOpts):
5765         new BugOpts option DisplayNewWindowNames intended for debugging
5767 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5769         * libs/Bindings.c (FvwmStringToKeysym):
5770         small performance enhancement
5772         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5773         (__move_loop):
5774         fixed the FlickeringMoveWorkaround option which did nothing before
5776 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5778         * fvwm/style.c (style_parse_one_style_option):
5779         * fvwm/fvwm.h:
5780         * fvwm/style.h (SIS_UNMANAGED):
5781         * fvwm/add_window.c (AddWindow):
5782         New style Unmanaged
5784         * fvwm/expand.c (expand_vars_extended):
5785         new variables $[w.iconfile] and $[w.miniiconfile]
5787         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5788         made left side of a relief one pixel longer at the bottom
5790 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5792         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5793         * fvwm/style.c (style_set_old_focus_policy):
5794         fixed default window list order with ClickToFocus
5796 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5798         * fvwm/libs/Flocale.h:
5799         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5800         (FlocaleStringByteToCharOffset)
5801         (FlocaleStringCharToByteOffset)
5802         (FlocaleStringCharLength):
5803         Made utility functions available outside of Flocale
5805 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5807         * fvwm/events.c (__test_for_motion):
5808         Fixed a lockup, see the long comment in the code
5810 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5812         * fvwm/schedule.c (execute_obj_func):
5813         fixed using uninitialised return code
5815 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5817         * fvwm/builtins.c (do_title_style):
5818         Fixed MinHeight, it must reset the Height
5820 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5822         * fvwm/menus.c (menuShortcuts):
5823         applied menu navigation patch by Anton Kazennikov
5825 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5827         * libs/gravity.c (gravity_dir_to_string):
5828         (gravity_parse_dir_argument):
5829         use a constant for the dir table
5831 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5833         * fvwm/Flocale.c (FlocaleEncodeString)
5834         (FlocaleDrawUnderline):
5835         Fixed crash when there's no Iconv support
5837 2003-12-16  olicha  <olivier.chapuis@free.fr>
5839         * fvwm/functions.h:
5840         Used the FUNC_FLAGS_TYPE in find_func_t declaration
5842         * sample.fvwmrc/system.fvwm2rc-sample-95:
5843         Added some Xft fonts
5845 2003-12-12  olicha  <olivier.chapuis@free.fr>
5847         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5848         Fixed ewmh FullScreen when an application start fullscreen and
5849         desactivate this state
5851 2003-12-04  olicha  <olivier.chapuis@free.fr>
5853         * fvwm/placement.c (test_fit):
5854         * fvwm/ewmh.h:
5855         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5856         (EWMH_GetBaseStrutIntersection):
5857         (EWMH_GetStrutIntersection):
5858         Fixed placement vs the base struts
5860 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
5862         * sample.fvwmrc/system.fvwm2rc-sample-95:
5863         improved Debian specific menu
5865 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
5867         * sample.fvwmrc/system.fvwm2rc-sample-95:
5868         several updates; added Debian menu if found
5870 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5872         * configure.in:
5873         new configure option --en/disable-iconv
5875 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5877         * fvwm/menus.c (__mloop_handle_event):
5878         * fvwm/menustyle.c (menustyle_parse_style):
5879         (menustyle_copy):
5880         new MenuStyle options PopupIgnore and PopupClose
5882 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
5884         * fvwm/menus.c (menu_binding): Remove debug code.
5885         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5886         * fvwm/menus.h: Add menu_binding function.
5887         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5888         tear off menus.
5889         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5890         button 2 tearoff.
5891         * libs/wcontext.h (enum): Add MENU context.
5892         * libs/wcontext.c (win_contexts): More common binding contexts first in
5893         table.
5894         * libs/charmap.c (charmap_string_to_mask): Space before char in error
5895         message.
5897 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
5899         * NEWS:
5900         * configure.in:
5901         increase version to 2.5.9
5903 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
5905         * Makefile.am:
5906         fixed deb creation
5908         * configure.in:
5909         * NEWS:
5910         updated for 2.5.8 release
5912 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
5914         * Makefile.am:
5915         * configure.in:
5916         initially added files for deb package auto-creating procedure
5918 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
5920         * AUTHORS:
5921         * configure.in:
5922         added Swedish translations by Johan Svedberg
5924         * NEWS:
5925         updated
5927 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
5929         * fvwm/add_window.c (GetWindowSizeHints):
5930         reindented broken hint messages
5932 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
5934         * configure.in:
5935         improved Perl detection messages,
5936         restored FvwmGtkDebug independence from gtk libs
5938 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
5940         * configure.in:
5941         * AUTHORS:
5942         added German translations by Andrei Mitrofanow
5944         * fvwm/fvwm.1.in:
5945         typos
5947 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
5949         * NEWS:
5950         added 2.4.17 NEWS
5952 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5954         * fvwm/fvwm.1.in:
5955         * fvwm/conditional.c (CreateConditionMask):
5956         (MatchesConditionMask):
5957         (CreateConditionMask):
5958         * fvwm/fvwm.h (WindowConditionMask):
5959         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5961 2003-09-23  olicha  <olivier.chapuis@free.fr>
5963         * libs/FImage.c (FShmInit):
5964         Removed debug code
5966 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5968         * fvwm/focus.c (warp_to_fvwm_window):
5969         don't unnecessarily call MoveViewport
5971 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5973         * fvwm/decorations.c (__is_resize_allowed):
5974         fixed a condition
5976 2003-09-06  malu  <ml@update.uu.se>
5978         * libs/FBidi.c (FBidiConvert):
5979         * libs/CombineChars.c (CombineChars):
5980         Fixed drawing combining characters on correct positions in
5981         right-to-left context
5983 2003-09-05  malu  <ml@update.uu.se>
5985         * libs/Flocale.c (FlocaleDrawString):
5986         (FlocaleTextWidth):
5987         Fixed drawing of combining characters with font shadow
5988         (character offsets were miscalculated, since FlocaleTextWidth
5989         adds shadow width)
5991 2003-09-05  malu  <ml@update.uu.se>
5993         * libs/Flocale.c (FlocaleDrawUnderline):
5994         Fixed bug with text width when a string contains only
5995         "orphaned" combining characters (compensation for font shadowd
5996         was counted twice)
5998 2003-09-04  olicha  <olivier.chapuis@free.fr>
6000         * todo-2.6:
6001         Added E.18, added comments on C.9 and C.15
6003 2003-09-03  olicha  <olivier.chapuis@free.fr>
6005         * libs/Flocale.c (FlocaleTextWidth):
6006         Fixed a comb_char core dump
6008         * libs/Makefile.am:
6009         Fixed compilation if either iconv, libpng or Xrender headers are
6010         not at a standard place
6012 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
6014         * acinclude.m4:
6015         fixed error message for incorrect --with-SOMETHING-library argument
6017 2003-09-03  olicha  <olivier.chapuis@free.fr>
6019         * todo-2.6:
6020         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6022 2003-09-02  olicha  <olivier.chapuis@free.fr>
6024         * todo-2.6:
6025         C.12 is fixed
6027 2003-09-01  olicha  <olivier.chapuis@free.fr>
6029         * libs/gravity.c (gravity_dir_to_string):
6030         A new interface function to transform a direction_t to a string
6032 2003-08-31  S. Anderson  <sa@xmission.com>
6034         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6035         Fixed missing font charsets
6037 2003-08-28  olicha  <olivier.chapuis@free.fr>
6039         * fvwm/move_resize.c (__move_loop):
6040         (AnimatedMoveAnyWindow):
6041         Updated bg of transparent tear off menu when moved
6043         * fvwm/events.c (HandlePropertyNotify):
6044         Updated ParentRelative tear off menu on bg change
6046         * fvwm/menus.c (UpdateMenuColorset):
6047         Updated colorsets of tear off menu when they change, this handle the
6048         case of root background change for RootTransparent
6050         * fvwm/menus.h:
6051         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6052         An utility function for redrawing transparent tear off menu. Maybe
6053         we can merge
6055         * fvwm/add_window.c (validate_transientfor):
6056         Fixed transient for an ewmh desktop
6058 2003-08-27  olicha  <olivier.chapuis@free.fr>
6060         * libs/FRender.c (FRenderRender):
6061         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6062         Removed and fixed some unused code
6064 2003-08-25  olicha  <olivier.chapuis@free.fr>
6066         * fvwm/misc.c (GrabEm):
6067         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6069         * fvwm/modconf.c (send_color_limit):
6070         ifndefed color limit config info message which is not used anymore
6072         * fvwm/colorset.c (parse_colorset):
6073         Added a note on average bg
6075 2003-08-23  olicha  <olivier.chapuis@free.fr>
6077         * fvwm/style.c (print_styles):
6078         More info on memory used
6080         * fvwm/style.c (__simplify_style_list):
6081         Fixed upward simplication
6083 2003-08-14  olicha  <olivier.chapuis@free.fr>
6085         * fvwm/ewmh.c (ewmh_HandleMenu):
6086         Fixed the MENU window type, they are tear off menus
6088         * fvwm/fvwm.h:
6089         * fvwm/update.c (apply_window_updates):
6090         * fvwm/stack.c (new_layer):
6091         * fvwm/ewmh.c (EWMH_GetStyle):
6092         Fixed EWMHUseStackingHints update
6094         * fvwm/window_flags.h:
6095         * fvwm/fvwm.h:
6096         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6097         (ewmh_WMStateMaxHoriz):
6098         (ewmh_WMStateMaxVert):
6099         * fvwm/move_resize.c (unmaximize_fvwm_window):
6100         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6101         uniconify and unshade when putting a window fullscreen
6103         * fvwm/ewmh_intern.h:
6104         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6105         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6107         * fvwm/move_resize.c (unmaximize_fvwm_window):
6108         (CMD_Resize):
6109         (CMD_ResizeMove):
6110         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6111         * fvwm/decorations.c (SelectDecor):
6112         * fvwm/windowshade.c (CMD_WindowShade):
6113         Removed the decor for EWMH fullscreen windows, forbid shading and
6114         allows Resize and MoveResize without unsetting the fullscreen/maximized
6115         state
6117         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6118         (CMD_ResizeMaximize):
6119         Fixed ewmh state which was not set after these cmds
6121 2003-08-09  olicha  <olivier.chapuis@free.fr>
6123         * todo-2.6:
6124         Updated
6126 2003-08-08  olicha  <olivier.chapuis@free.fr>
6128         * fvwm/borders.c (border_draw_vector_to_pixmap):
6129         Fixed inversion of fg and bg in vector buttons
6131         * fvwm/style.c (__simplify_style_list):
6132         Fixed a memory leak
6134         * libs/System.c (fvwm_mkstemp):
6135         Removed debug code
6137 2003-08-07  olicha  <olivier.chapuis@free.fr>
6139         * configure.in:
6140         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6141         * acconfig.h:
6142         * libs/System.c (fvwm_mkstemp):
6143         * libs/fvwmlib.h:
6144         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6145         exists and work correctly, if not a replacement function is used
6146         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6147         implementation).
6149         * libs/fsm.c (unique_filename):
6150         (SetAuthentication):
6151         * fvwm/session.c (getUniqueStateFilename):
6152         Replaced tempnam by fvwm_mkstemp
6154 2003-08-07  olicha  <olivier.chapuis@free.fr>
6156         * libs/Makefile.am:
6157         * libs/FSMlib.h (new file):
6158         * fvwm/session.c (*):
6159         * fvwm/session.h:
6160         fvwmize SMlib and ICElib
6162         * fvwm/session.c (matchWin):
6163         Fixed window matching for windows with no SM_CLIENT_ID and a
6164         window_role
6166         * libs/fsm.c (new file):
6167         * libs/fsm.h (new file):
6168         * fvwm/ConfigFvwmDefaults
6169         A set of functions for implementing a dummy session manager
6171         * fvwm/fvwm.1.in:
6172         GNOME 1 hints and EWHM support is not a configure time option
6173         (anymore).
6175 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6177         * fvwm/add_window.c (AddWindow):
6178         fixed stickyness across desks over a restart
6180 2003-08-06  olicha  <olivier.chapuis@free.fr>
6182         * fvwm/ewmh.c (EWMH_WindowInit):
6183         (EWMH_SetFrameStrut):
6184         Fixed position of kde tray windows in kicker
6186 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6188         * fvwm/module_interface.c (FlushMessageQueue):
6189         retry writing pipe if write returns EINTR
6191 2003-07-28  olicha  <olivier.chapuis@free.fr>
6193         * fvwm/events.c (events_handle_configure_request):
6194         (HandleConfigureRequest):
6195         (__handle_configure_request):
6196         (__handle_cr_on_client):
6197         * fvwm/ewmh.c (ewmh_atom_client_win):
6198         * fvwm/ewmh_intern.h:
6199         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6200         (EWMH_ProcessClientMessage):
6201         Implemented _NET_MOVERESIZE_WINDOW
6203         * fvwm/fvwm.c (main):
6204         A -Wall fix
6206 2003-07-25  olicha  <olivier.chapuis@free.fr>
6208         * fvwm/ewmh.c (ewmh_HandleWindowType):
6209         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6210         that one type and we do not support the first one.
6212         * fvwm/expand.c (expand_vars_extended):
6213         Fixed conflict between extended variables name (desk.name and
6214         desk.n)
6216         * fvwm/session.c (callback_save_yourself):
6217         Respect the SmSaveGlobal save type. This should fix some session
6218         locking in the sm protocol
6220         * fvwm/session.c (setSmProperties):
6221         (SessionInit):
6222         Set some sm properties when fvwm start for fixing a problem with
6223         the restart style hint after a restart.
6225         * fvwm/fvwm.c (get_display_name):
6226         (usage):
6227         (main):
6228         * fvwm/session.c (setSmProperties):
6229         * fvwm/fvwm.1.in
6230         Added a possible positive or null arg to --single-screen which
6231         forces fvwm to start on the "current" display and the given
6232         screen. Use this to fix fvwm starting under a session manager:
6233         specify only the screen and not the display.screen for the
6234         restart sm command.
6236         * fvwm/fvwm.c (main):
6237         Fixed possible memory corruption if a display has more than
6238         10 screens.
6240         * fvwm/session.c (*):
6241         Better debuging msg
6243 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6245         * acinclude.m4:
6246         fixed xft/fontconfig detection with pkg-config
6248         * fvwm/fvwm.1.in:
6249         corrections in some long option names
6251 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6253         * fvwm/add_window.c (setup_style_and_decor):
6254         * fvwm/geometry.c (set_window_border_size):
6255         * fvwm/fvwm.h (FvwmWindow):
6256         * fvwm/events.c (HandleShapeNotify):
6257         * fvwm/frame.c (frame_free_move_resize_args):
6258         (frame_setup_shape):
6259         (frame_reshape_border):
6260         fixed resizing of window borders if a window shape was added or deleted
6261         after the initial window setup
6263         * fvwm/update.c (apply_window_updates):
6264         removed unused code
6266         * fvwm/events.c (__cr_detect_icccm_move):
6267         disable motion method detection for shaped windows
6269 2003-07-21  olicha  <olivier.chapuis@free.fr>
6271         * fvwm/add_window.c (setup_window_structure):
6272         * fvwm/session.c (MatchWinToSM):
6273         Preserve is_name_changed window_flags within restart, session loading
6274         and recapture
6276 2003-07-20  olicha  <olivier.chapuis@free.fr>
6278         * fvwm/ewmh.c (EWMH_Init):
6279         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6281         * fvwm/fvwm.c (InternUsefulAtoms):
6282         * fvwm/externs.h:
6283         * fvwm/session.c (GetWindowRole):
6284         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6286         * fvwm/session.c (GetClientID):
6287         Better determination of the CLIENT_LEADER
6289         * fvwm/session.c (setSmProperties):
6290         Set the CloneCommand for gnome-session editor (the sm spec says this
6291         properties is required). Removed the commented XSM ifdef.
6293         * fvwm/session.c (matchWin):
6294         (SaveWindowStates):
6295         Consider client only if it has a client id or a wm command.
6296         Removed the "two entries" session previous commit
6298 2003-07-16  olicha  <olivier.chapuis@free.fr>
6300         * fvwm/session.c (MatchWinToSM):
6301         Fixed restoring session state, if two window session entries have the
6302         same identifier ignore these entries
6304 2003-07-16  olicha  <olivier.chapuis@free.fr>
6306         * NEWS:
6307         * fvwm/style.h (SID_GET_NAME):
6308         (SID_SET_NAME):
6309         (SID_GET_WINDOW_ID):
6310         (SID_SET_WINDOW_ID):
6311         (SID_SET_HAS_NAME):
6312         (SID_GET_HAS_NAME):
6313         (SID_SET_HAS_WINDOW_ID):
6314         (SID_GET_HAS_WINDOW_ID):
6315         (SGET_ID):
6316         (SGET_WINDOW_ID):
6317         (SSET_WINDOW_ID):
6318         (SSET_ID_HAS_NAME):
6319         (SGET_ID_HAS_NAME):
6320         (SSET_ID_HAS_WINDOW_ID):
6321         (SGET_ID_HAS_WINDOW_ID):
6322         * fvwm/style.c (style_ids_are_equals):
6323         (style_id_equals_id):
6324         (styles_have_same_id):
6325         (fw_match_style_id):
6326         (one_fw_can_match_both_ids):
6327         (remove_all_of_style_from_list):
6328         (__simplify_style_list):
6329         (style_parse_one_style_option):
6330         (__style_command):
6331         (style_destroy_style):
6332         (print_styles):
6333         (CMD_Style):
6334         (CMD_WindowStyle):
6335         (CMD_FocusStyle):
6336         (CMD_DestroyStyle):
6337         (CMD_DestroyWindowStyle):
6338         * fvwm/fvwm.h (style_id_t):
6339         (window_style):
6340         * fvwm/functable.c (func_table):
6341         * fvwm/add_window.c (destroy_window):
6342         * fvwm/commands.h:
6343         * fvwm/fvwm.1:
6344         New WindowStyle and DestroyWindowStyle command for setting styles
6345         per window
6347 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6349         * libs/Flocale.c (FlocaleDrawString):
6350         * libs/FBidi.c (FBidiConvert):
6351         fixed drawing of combining characters in the case where a string
6352         consists of only combining characters
6354 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6356         * libs/CombineChars.c (CombineChars):
6357         bugfix: array mapping visual to logical position was allocated
6358         to small (factor 2) in decoposing code
6360 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6362         * libs/Flocale.c (FlocaleEncodeWinString):
6363         fixed a memory leak
6365         * libs/Flocale.c (FlocaleDrawString):
6366         (FlocaleRotatedDrawString):
6367         removed some code duplication
6369 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6371         * libs/CombineChars.c (combclass_table):
6372         (CombineChars):
6373         fixed supporting drawing marks superimposed that are in a combining
6374         class
6376 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6378         * libs/Flocale.c (FlocaleRotateDrawString):
6379         (FlocaleDrawString)
6380         fixed core dump when composing characters can't be converted to
6381         locale charset
6383 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6385         * AUTHORS:
6386         updated
6388 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6390         * todo-2.6 (todo):
6391         updated summary
6393 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6395         * NEWS:
6396         updated with reagrds to combing characters
6398 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6400         * todo-2.6
6401         closed B.8
6403 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6405         * libs/Flocale.c (FlocaleEncodeString):
6406         (FlocaleEncodeWinString):
6407         (FlocaleRotateDrawString):
6408         (FlocaleDrawString):
6409         (FlocaleDrawUnderline):
6410         fixed rendering combining characters using Unicode font in a
6411         non-UTF-8 locale
6413 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6415         * fvwm/fvwm.1.in:
6416         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6418 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6420         * libs/FBidi.h:
6421         fixed FBidi.h macro to work with no FriBIDI
6423 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6425         * libs/CombineChars.h (CombineChars):
6426         * libs/CombineChars.c (CombineChars):
6427         * libs/FBidi.h (FBidiConvert):
6428         * libs/FBidi.c (FBidiConvert):
6429         * libs/Flocale.c (FlocaleEncodeString):
6430         (FlocaleEncodeWinString):
6431         (FlocaleDrawUnderline):
6432         (FlocaleTextWidth):
6433         fixed drawing of underlines on characters to work in with BIDI
6434         and combining characters
6436 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6438         * todo-2.6:
6439         closed D.1 with "no consensus" resolution
6441 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6443         * fvwm/fvwm.1.in:
6444         documented tear off menus
6446         * fvwm/placement.c (PlaceWindow):
6447         StartsOnPage + SkipMapping overrides PPosition
6449 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6451         * fvwm/functable.c:
6452         solved a problem with CMD_Dummy and exact command spelling
6454         * libs/CombineChars.c:
6455         * libs/CombineChars.h:
6456         * libs/FBidi.c:
6457         minor reformattings (use TABs not 8 spaces and a space after keywords
6458         like for, if or while)
6460 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6462         * fvwm/update.c (apply_window_updates):
6463         * fvwm/update.h:
6464         * fvwm/add_window.c (setup_style_and_decor):
6465         * fvwm/style.h:
6466         * fvwm/style.c (style_parse_one_style_option):
6467         (check_window_style_change):
6468         new style MoveWindowByProgramMethod
6470         * libs/PictureImageLoader.c (PImageLoadXpm):
6471         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6473         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6474         implemented _NET_WM_STATE_FULLSCREEN handling
6476         * fvwm/move_resize.c (GetOnePositionArgument):
6477         fixed parsing of "+-x +-y" Move arguments
6478         (CMD_Maximize):
6479         use get_page_offset_check_visible
6481         * fvwm/geometry.c (get_page_offset_check_visible):
6482         new convenience function
6484         * fvwm/events.c (__handle_cr_on_client):
6485         fixed handling of gravities other than NW or Static
6486         (__cr_detect_icccm_move):
6487         fixed several bugs
6489 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6491         * libs/BidiJoin.c:
6492         * libs/BidiJoin.h:
6493         * libs/BidiJoin.c:
6494         * libs/BidiJoin.h:
6495         * libs/CombineChars.c:
6496         * libs/CombineChars.h:
6497         * libs/Flocale.c (FlocaleEncodeString):
6498         * libs/FBidi.c:
6499         * libs/FBidi.h:
6500         * libs/Makefile.am:
6501         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6502         FCombineChars.h
6504 2003-07-06  olicha  <olivier.chapuis@free.fr>
6506         * libs/FRender.c (FRenderRender):
6507         Fixed compilation
6509 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6511         * fvwm/ewmh.c (ewmh_check_wm_pid):
6512         (EWMH_WindowInit):
6513         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6514         compliant ConfigureNotify handling
6516 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6518         * libs/Flocale.c (FlocaleDrawUnderline):
6519         Commented out some non-working new code
6521 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6523         * libs/Flocale.c (FlocaleDrawString):
6524         fixed drawing superimposed characters with a fontset
6526 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6528         * fvwm/events.c (__cr_detect_icccm_move):
6529         (__handle_cr_on_client):
6530         (__cr_get_grav_position):
6531         (__cr_get_static_position):
6532         * fvwm/window_flags.h:
6533         * fvwm/fvwm.h:
6534         try to autodetect whether application uses the icccm way of moving
6535         windows of the traditional way always using static gravity
6537         * acconfig.h:
6538         moved SIGNAL_RETURN macro definition to acconfig.h
6540         * fvwm/module_interface.c (DeadPipe):
6541         * fvwm/fvwm.c (SigDone):
6542         (Restart):
6543         (ReapChildren):
6544         use SIGNAL_RETURN macro
6546         * fvwm/events.c (__handle_cr_on_client):
6547         (__merge_cr_moveresize):
6548         (__cr_detect_icccm_move):
6550         * fvwm/events.c (__handle_cr_on_unmanaged):
6551         (__handle_cr_on_icon):
6552         (__handle_cr_on_shaped):
6553         (__handle_cr_restack):
6554         (__handle_cr_on_client):
6555         (HandleConfigureRequest):
6556         split the ConfigureRequest code into multiple functions
6558         * fvwm/update.c (apply_window_updates):
6559         fixed drawing of window decorations when "Style * Neverfocus" is used
6561         * fvwm/events.c (HandleKeyPress):
6562         fixed a bug with key binding contexts
6564         * fvwm/functions.c (__execute_function):
6565         * fvwm/expand.c (expand_vars):
6566         (expand_vars_extended):
6567         new extended variable $[func.context]
6569         * libs/Bindings.h:
6570         * libs/Bindings.c:
6571         moved some code to the new files
6573         * libs/charmap.h:
6574         * libs/charmap.c:
6575         * libs/modifiers.h:
6576         * libs/modifiers.c:
6577         * libs/wcontext.c:
6578         * libs/wcontext.h:
6579         new files
6581         * libs/Bindings.c:
6582         fixed a problem with uninitialised global variable
6584 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6586         * libs/Bindings.c (key_modifiers):
6587         moved to new file wcontext.c
6589         * libs/gravity.c (gravity_parse_dir_argument):
6590         added aliases for compass directions:
6591           - = N
6592           _ = S
6593           [ = W
6594           ] = E
6595           ^ = NE
6596           > = SE
6597           v = SW
6598           [ = nw
6599           . = center
6601 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6603         * libs/FBidi.h:
6604         * libs/Flocale.c (FlocaleDrawString):
6605         (FlocaleRotateDrawString):
6606         Fixes to work without Fribidi
6608 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6610         * todo-2.6:
6611         Updated
6613 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6615         * libs/FbidiJoin.c (get_shaped_combined_char):
6616         (shape_n_join):
6617         Removed unused (get_shaped_combined_char) and commented out code
6618         Combining ligatures done in FCombineChars
6620 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6622         * libs/Flocale.c (FlocaleDrawString):
6623         (FlocaleRotateDrawString):
6624         (FlocaleTextWidth):
6625         * libs/FBidi.h:
6626         * libs/FBidi.c (FBidiConvert):
6627         * libs/FBidiJoin.c:
6628         * libs/FCombineChars.h:
6629         * libs/FCombineChars.c (FCombineChars):
6630         Added support for drawing superimposed combining characters
6632 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6634         * fvwm/commands.h:
6635         * fvwm/functable.c (func_table):
6636         * fvwm/functions.c (CMD_TearMenuOff):
6637         (CMD_Title):
6638         (CMD_Silent):
6639         (CMD_Function):
6640         (CMD_KeepRc):
6641         merged all dummy commands into one: CMD_Dummy
6643 2003-07-01  olicha  <olivier.chapuis@free.fr>
6645         * fvwm/menus.c (DestroyMenu):
6646         (do_menu):
6647         Cleanup
6649 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6651         * fvwm/menustyle.c (menustyle_copy):
6652         (copy_menu_style):
6653         renamed function
6655 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6657         * todo-2.6:
6658         Updated
6660 2003-06-30  olicha  <olivier.chapuis@free.fr>
6662         * fvwm/menus.c (do_menu):
6663         (DestroyMenu):
6664         (do_menu_close_tear_off_menu):
6665         (menu_close_tear_off_menu):
6666         Allowed to destroy tear off menu!
6668         * fvwm/menus.c (menu_tear_off):
6669         (menu_close_tear_off_menu):
6670         (do_menu_close_tear_off_menu):
6671         (clone_menu_root_static):
6672         (pop_menu_up):
6673         (menu_tear_off):
6674         (make_menu_window):
6675         (make_menu):
6676         (update_menu):
6677         Fixed client leaks (only create new client for menu if it is a tear off
6678         menu). Created a dedicated menu style for each tear off menu.
6680         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6681         (copy_menu_style):
6682         * fvwm/menustyle.h:
6683         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6685 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6687         * fvwm/virtual.c (do_move_window_to_desk):
6688         (UnmapDesk):
6689         fixed "Visible" condition on non current desks
6691 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6693         * **/*.c:
6694         * **/*.h:
6695         shortened some comments
6696         removed GPL from .h files
6697         added GPL to all .c files
6698         include config.h in all .c files
6699         added "/* -*-c-*- */" where missing
6700         some reformatting and reindenting
6702         * fvwm/module_interface.c:
6703         * fvwm/module_interface.h:
6704         * libs/Fft.c:
6705         * libs/Flocale.c:
6706         * libs/gravity.h:
6707         * libs/Flocale.h:
6708         * fvwm/screen.h:
6709         * fvwm/misc.c:
6710         * fvwm/misc.h:
6711         * fvwm/windowshade.c:
6712         * fvwm/virtual.c:
6713         * fvwm/conditional.c:
6714         * fvwm/geometry.h:
6715         * fvwm/geometry.c:
6716         * fvwm/borders.c:
6717         * fvwm/frame.h:
6718         * fvwm/frame.c:
6719         * fvwm/update.c:
6720         * fvwm/session.c:
6721         * fvwm/placement.c:
6722         * fvwm/menus.c:
6723         * fvwm/icons.c:
6724         * fvwm/events.c:
6725         * fvwm/add_window.c:
6726         * fvwm/session.h:
6727         * fvwm/placement.h:
6728         * fvwm/icons.h:
6729         * fvwm/eventhandler.h:
6730         * fvwm/fvwm.h:
6731         * fvwm/add_window.h:
6732         * fvwm/repeat.c:
6733         * fvwm/functions.c:
6734         * fvwm/functable.c:
6735         * fvwm/functable.h:
6736         * fvwm/functions.h:
6737         renamed types func_type, repeat_t, initial_window_options_t,
6738         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6739         last_added_item_type, common_flags_type, multi_direction_type,
6740         msg_masks_type to ..._t
6742         * fvwm/functions.c (__execute_function):
6743         (execute_complex_function):
6744         * fvwm/condrc.c (condrc_init):
6745         new function in new file to encapsulate all cond_rc_t handling
6747         * fvwm/condrc.h:
6748         * fvwm/fvwm.h (cond_rc_t):
6749         (cond_rc_enum):
6750         moved typed to new file
6752         * fvwm/functable.h:
6753         * fvwm/commands.h:
6754         * fvwm/functable.c (func_table):
6755         * fvwm/functions.c (__run_complex_function_items):
6756         (__execute_function):
6758         * fvwm/conditional.c (CMD_Break):
6759         (__rc_matches_rcstring_consume):
6760         Break takes the number of function levels to break out of as an
6761         argument
6763         * fvwm/expand.c (expand_vars_extended):
6764         * fvwm/conditional.c (circulate_cmd):
6765         (select_cmd):
6766         (direction_cmd):
6767         (__rc_matches_rcstring_consume):
6768         (CMD_All):
6769         (CMD_WindowId):
6770         (CMD_TestRc):
6771         (CMD_Test):
6772         * fvwm/read.c:
6773         * fvwm/read.h:
6774         * fvwm/functions.h:
6775         * fvwm/functions.c:
6776         (__run_complex_function_items):
6777         (execute_complex_function):
6778         * fvwm/expand.h:
6779         * fvwm/expand.c:
6780         * fvwm/fvwm.h:
6781         * fvwm/conditional.c:
6782         renamed fvwm_cond_func_rc by cond_rc_t
6783         made a type a struct
6784         added a member to indicate the number of function levels to break out
6785         of
6787         * fvwm/functable.c (func_table):
6788         * fvwm/conditional.c (CMD_TestRc):
6789         replaced conditional commands:
6790                 Cond -> TestRc
6791                 CondCase -> KeepRc TestRc
6792                 On -> Test
6793         (__rc_matches_rcstring_consume):
6794         new function
6796         * fvwm/conditional.c (CMD_CondCase):
6797         fixed the CondCase command
6799 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6801         * configure.in:
6802         new configure option --deisable-gtk to disable detection of gtk library
6804         * fvwm/fvwm.1.in:
6805         cleaned up documentation of conditional commands
6806         general man page cleanup
6808 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6810         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6811         Anil Madhavapeddy.
6813 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6815         * fvwm/fvwm.1.in:
6816         cleaned up of CirculateHit... conditions
6818 2003-06-15  olicha  <olivier.chapuis@free.fr>
6820         * fvwm/style.c (__simplify_style_list):
6821         Fixed is_merged_allowed: rest it to True when cur change
6822         Added "upward" simplification
6824 2003-06-14  olicha  <olivier.chapuis@free.fr>
6826         * fvwm/style.c (__simplify_style_list):
6827         (blocksintersect):
6828         (blockand):
6829         Fixed blockand which always returned True. Added blocksintersect which
6830         returns the same value as blockand but faster.
6832 2003-06-13  olicha  <olivier.chapuis@free.fr>
6834         * configure.in:
6835         * acinclude.m4:
6836         Fixed fontconfig and xft2 for version without *-config binnary. Used
6837         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6838         fontconfig and xft2 if the version is < the required version
6839         (even if --disable-*test).
6841 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6843         * libs/Graphics.c:
6844         define M_PI and M_PI_2 if they are not defined by math.h
6846 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
6848         * libs/Colorset.c (LoadColorset):
6849         added a note to update Colorsets.pm too when the format is changed
6851 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
6853         * WindowStyle_proposal.txt:
6854         s/WindowId/ThisWindow/ and other minor changes
6856 2003-06-06  olicha  <olivier.chapuis@free.fr>
6858         * libs/PictureImageLoader.c (PImageLoadPng):
6859         Fixed loading of png images if the caller want no alpha
6861 2003-06-04  olicha  <olivier.chapuis@free.fr>
6863         * libs/Flocale.c (FlocaleEncodeString):
6864         Fixed memroy leaks
6866 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
6868         * libs/Makefile.am:
6869         only FCombineChars.c was distributed not FCombineChars.h
6871 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
6873         * libs/FCombineChars.c (convert_to_utf8)
6874         fixed a bug when converting back to UTF-8 and a bug giving
6875         garbage at end of string in some cases
6877         * libs/Flocale.c (FlocaleEncodeString)
6878         fixed problem regarding combining-characters when BIDI is used
6880 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
6882         * libs/Makefile.am:
6883         * libs/Flocale.c (FlocaleEncodeString):
6884         * libs/FCombineChars.c:
6885         * libs/FCombineChars.h:
6886         implemeted support for combining characters
6888 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
6890         * configure.in:
6891         set the version 2.5.8
6893 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
6895         * fvwm/builtins.c:
6896         * fvwm/fvwm2.1:
6897         SetEnv with only one parameter is ignored now
6899 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
6901         * NEWS: Add 2.4.16 news.
6903 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
6905         * fvwm/functions.c (expand_extended_var):
6906         (expand):
6907         fixed expanding variables that are empty, for example $[w.resource]
6908         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6910         * fvwm/fvwm.1.in:
6911         s/$w/$[w.id]/
6913 2003-05-29  olicha  <olivier.chapuis@free.fr>
6915         * fvwm/ewmh.c (ewmh_atom_wm_state):
6916         Do not claim that we support _NET_WM_STATE_FULLSCREEN
6918 2003-05-28  olicha  <olivier.chapuis@free.fr>
6920         * NEWS:
6921         A TaskBar news
6923 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6925         * fvwm/focus.c (__update_windowlist):
6926         don't fiddle with the window list for windows that are going to be
6927         destroyed
6929         * fvwm/add_window.c (delete_client_context):
6930         (destroy_auxiliary_windows):
6931         (destroy_window):
6932         fixed empty frame windows when X reused the window id for a new window
6933         while the old one was scheduled to be destroyed
6935 2003-05-26  olicha  <olivier.chapuis@free.fr>
6937         * fvwm/icons.c (GetIconBitmap):
6938         (set_icon_pixmap_background):
6939         (CreateIconWindow):
6940         (DrawIconPixmapWindow):
6941         (DrawIconWindow):
6942         Fixed loading of application supplied pixmap on 8/24 depth screen
6944 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
6946         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6947         Rox Filer.
6949         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6950         solaris.
6952 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6954         * fvwm/misc.c (GrabEm):
6955         do not confine the pointer to the root window when grabbed; this can
6956         cause the pointer to be warped to another screen
6957         * fvwm/menus.c (get_menu_options):
6958         fixed placement of menus on Xinerama screens
6959         * libs/FScreen.c (FScreenGetResistanceRect):
6960         fixed function to do something useful
6961         * libs/Flocale.c (FlocaleDrawString):
6962         support font shadowing without colorsets
6963         * libs/ColorUtils.c:
6964         reformatted file
6965         * fvwm/menuitem.c (menuitem_paint):
6966         do not use colorsets in menus if they are not defined
6967         * fvwm/menustyle.c (menustyle_parse_style):
6968         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6969         issued again
6971 2003-05-23  olicha  <olivier.chapuis@free.fr>
6973         * fvwm/bindings.c (ParseBinding):
6974         (bind_get_bound_button_contexts):
6975         * libs/Bindings.c (GrabWindowButton):
6976         Fixed window button grabbing
6978 2003-05-22  olicha  <olivier.chapuis@free.fr>
6980         * fvwm/colorset.c (parse_colorset):
6981         Fixed an uninit mem
6983         * fvwm/borders.c (border_fill_pixmap_background):
6984         Fixed problem with depth 1 pixmap
6986         * fvwm/conditional.c (CMD_On):
6987         Fixed memory leaks
6989         * fvwm/conditional.c (CreateConditionMask):
6990         Fixed memory leaks for layer and state
6992 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
6994         * configure.in:
6995         added perllib/FVWM/Tracker/Makefile
6997 2003-05-22  olicha  <olivier.chapuis@free.fr>
6999         * fvwm/fvwm.1.in:
7000         * fvwm/style.h:
7001         * fvwm/style.c (print_styles):
7002         * fvwm/builtins.c (CMD_PrintInfo):
7003         New style subject to PrintInfo
7005 2003-05-20  olicha  <olivier.chapuis@free.fr>
7007         * libs/Flocale.c (FlocaleGetFontOrFontSet):
7008         Allowed empty xft font name
7010         * libs/Makefile.am:
7011         * libs/flist.c (new file):
7012         * libs/flist.h (new file):
7013         Added a flist structure and some basic function for handling such
7014         stucture
7016         * libs/FGettext.c (*):
7017         Use the new flist struct and functions interface
7019         * fvwm/screen.h (ScreenInfo):
7020         * fvwm/update.c (destroy_scheduled_windows):
7021         * fvwm/add_window.c (destroy_window):
7022         Added a list for the windows which are scheduled for destroy
7023         Remove a fw at once from the fw list when we destroy_window
7025 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7027         * fvwm/style.c (CMD_DestroyStyle):
7028         do not update windows if no style was deleted
7029         (check_window_style_change):
7030         fixed update of window styles w/ DestroyStyle
7032 2003-05-18  olicha  <olivier.chapuis@free.fr>
7034         * fvwm/conditional.c (CMD_On):
7035         Added x,r,w,f and i file condition to the On command
7037         * fvwm/add_window.c (destroy_window):
7038         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7039         but scheduled for destroy. Not sure that the fix is good.
7041         * fvwm/functions.c (__execute_function):
7042         * libs/defaults.h:
7043         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7044         This fixes some cores dumps with "recursives" functions
7046         * fvwm/borders.c (border_create_root_transparent_pixmap):
7047         (border_draw_decor_to_pixmap):
7048         Fixed a core dump with a root transparent rotated title
7049         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7051         * libs/FGettext.c (fgettext_add_one_path):
7052         (FGettextInit):
7053         (FGettextSetLocalePath):
7054         Fixed memory leak and chainning
7056         * fvwm/builtins.c (CMD_PrintInfo):
7057         Fixed a parsing leak
7059         * fvwm/conditional.c (Circulate):
7060         Fixed a mask memory leaks
7062         * libs/defaults.h:
7063         * libs/Flocale.c (FlocaleGetFont):
7064         (FlocaleGetFontSet):
7065         (FlocaleGetFftFont):
7066         Fixed a core dump when a 0 font is given with an encoding hints.
7067         Added a default FFT font
7069         * fvwm/builtins.c (CMD_DefaultFont):
7070         Fixed a core dump when the default font change and a redraw
7071         (icon or window) is proceeded before flush_window_updates is called
7073         * fvwm/menustyle.c (CMD_CopyMenuStyle):
7074         Fixed gradients copy
7076         * fvwm/menustyle.c (menustyle_parse_style):
7077         Fixed UMR's related to colorset
7079         * fvwm/builtins.c (ReadDecorFace):
7080         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7081         decor style.
7083         * fvwm/menustyle.h:
7084         * fvwm/menustyle.c (menustyle_free):
7085         Fixed a fore stipple gc leak
7087         * fvwm/windowlist.c (CMD_WindowList):
7088         Fixed a sor_keyname memory leak
7090         * fvwm/fvwm.c (ResetAllButtons):
7091         Fixed the default buttons memory leak
7093 2003-05-08  olicha  <olivier.chapuis@free.fr>
7095         * fvwm/windowlist.c (CMD_WindowList):
7096         Fixed a memory leak if MaxLabelWidth is used
7098 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7100         * fvwm/functions.c (__context_has_window):
7101         (__execute_function):
7102         * fvwm/functions.h:
7103         fixed excution of functions requiring a window without a window when
7104         called with "silent" from a complex function
7106 2003-05-07  olicha  <olivier.chapuis@free.fr>
7108         * libs/System.c (searchPath):
7109         Fixed a core dump
7111 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7113         * fvwm/move_resize.c (__move_loop):
7114         (__resize_window):
7115         fixed core dumps
7117 2003-05-03  olicha  <olivier.chapuis@free.fr>
7119         * todo-2.6:
7120         Updated
7122 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7124         * fvwm/NEWS:
7125         Minor typo corrections.
7127 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7129         * fvwm/move_resize.c (__move_loop):
7130         fixed UMR
7131         removed debug code
7132         (__resize_window):
7133         fixed UMR
7135 2003-04-28  olicha  <olivier.chapuis@free.fr>
7137         * fvwm/ewmh.c (ewmh_atom_wm_state):
7138         (ewmh_HandleDock):
7139         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7140         (ewmh_WMStateStaysOnBottom):
7141         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7143 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7145         * fvwm/module_interface.c (do_execute_module):
7146         * fvwm/fvwm.c (main):
7147         * libs/envvar.c (flib_putenv):
7148         * fvwm/builtins.c (add_to_env_list):
7149         (CMD_SetEnv):
7150         (CMD_UnsetEnv):
7151         fixed putenv memory leaks
7153         * libs/envvar.c (strIns):
7154         removed debug code
7155         reformatted file
7156         (flib_putenv):
7157         replacement for putenv without memory leaks
7159         * fvwm/frame.c:
7160         removed debug code
7162         * fvwm/fvwm.c (StartupStuff):
7163         fixed UMR
7164         * fvwm/add_window.c (free_window_names):
7165         fixed memory leaks
7166         * fvwm/events.c (HandlePropertyNotify):
7167         fixed memory leak
7168         * fvwm/menus.c (do_menu):
7169         fixed core dump
7170         (__mloop_exit_selected):
7171         safety patch
7172         * fvwm/menucmd.c (menu_func):
7173         fixed memory leak
7175         * fvwm/builtins.c (CMD_Destroy):
7176         (CMD_Close):
7177         call destroy_window right after XKillClient; do not wait for the window
7178         to die on its own
7180         * fvwm/menucmd.c (menu_func):
7181         * fvwm/windowlist.c (CMD_WindowList):
7182         fixed core dumps
7184 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7186         * INSTALL.fvwm:
7187         several updates (FvwmGtk, gettext)
7189 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7191         * fvwm/menucmd.c (menu_func):
7192         * fvwm/windowlist.c (CMD_WindowList):
7193         * fvwm/menus.h:
7194         * fvwm/menus.c (is_double_click):
7195         (pop_menu_up):
7196         (pop_menu_down):
7197         (pop_menu_down_and_repaint_parent):
7198         (__mloop_get_event_timeout_loop):
7199         (__mloop_get_event):
7200         (__mloop_handle_event):
7201         (__mloop_select_item):
7202         (__mloop_make_popup):
7203         (__mloop_get_mi_actions):
7204         (__mloop_do_popup):
7205         (__mloop_do_menu):
7206         (__mloop_handle_action_with_mi):
7207         (__mloop_handle_action_without_mi):
7208         (__mloop_exit):
7209         (menu_enter_tear_off_menu):
7210         (menu_close_tear_off_menu):
7211         (do_menu):
7212         replaced the pfw and pcontext members of the MenuParameters structure
7213         with an execution context pointer
7214         (_menu_execute_function):
7215         wrapper function to simplyfy command execution from within menus
7216         (do_menu):
7217         fixed warping pointer to first menu item when invoked with the mouse
7219         * fvwm/execcontext.c:
7220         removed debug code
7222 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7224         * libs/XError.c:
7225         reformatted
7227         * fvwm.1.in:
7228         * fvwm.c:
7229         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7231 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7233         * fvwm/menus.c (do_menu):
7234         the NoWarp position hint option works with root menus too
7236         * fvwm/ConfigFvwmDefaults:
7237         removed GrabFocusOff and GrabFocusTransient since they nullify the
7238         default with the plain focus policies
7240 2003-04-24  olicha  <olivier.chapuis@free.fr>
7242         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7243         Fixed a miss print in my previous commit
7245         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7246         (ewmh_MoveResize)
7247         (ewmh_WMStateStaysOnBottom):
7248         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7249         * fvwm/ewmh_intern.h:
7250         Added comment on the implementation at the top of ewmh.c.
7251         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7252         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7253         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7254         and _NET_WM_STATE_BELOW.
7256         * AUTHORS:
7257         Added David Fries. Updated my entries.
7259         * todo-2.6:
7260         One update
7262 2003-04-23  olicha  <olivier.chapuis@free.fr>
7264         * fvwm/module_interface.c (CMD_KillModule):
7265         Fixed a leak when we have an alias
7267         * libs/Picture.c (PFreeFvwmPictureData):
7268         * libs/Picture.h:
7269         New interface function for just freeing the allocated data (not
7270         the pixmaps).
7272 2003-04-22  olicha  <olivier.chapuis@free.fr>
7274         * fvwm/colorset.c (get_root_pixmap):
7275         Fixed a minor memory leak
7277         * fvwm/functions.c (execute_complex_function):
7278         Fixed uninitialized d.type
7280         * libs/Ficonv.c (FiconvSetupConversion):
7281         (FiconvUtf8ToCharset):
7282         (FiconvCharsetToUtf8):
7283         Formating clean-up
7285         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7286         (EWMH_WMIconName):
7287         (EWMH_WMName):
7288         Fixed a core dump and safety check related to not loaded font
7290 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7292         * libs/Module.h:
7293         reformatted
7295 2003-04-16  olicha  <olivier.chapuis@free.fr>
7297         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7298         (ewmh_MoveResize):
7299         (ewmh_WMState):
7300         (ewmh_WMStateHidden):
7301         Check if functions are allowed
7303         * fvwm/ewmh.c (ewmh_HandleDesktop):
7304         (ewmh_HandleDock):
7305         Set Desktop and Dock uniconifiable and unmaximazable
7307         * fvwm/menuitem.c (menuitem_paint):
7308         * fvwm/screen.h:
7309         Fixed greyed action with EWMH desktop
7311 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7313         * NEWS:
7314         documented FvwmEvent behaviour of executing window related event
7315         handlers within a window context
7317         * fvwm/fvwm.1.in:
7318         updated WindowId entry
7320 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7322         * fvwm/schedule.c (deschedule):
7323         (squeue_execute):
7324         (execute_obj_func):
7325         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7326         (ExecuteCommandQueue):
7327         * libs/queue.c (fqueue_init):
7328         (fqueue_remove_or_operate_from_front):
7329         (fqueue_remove_or_operate_from_end):
7330         (fqueue_remove_or_operate_all):
7331         (fqueue_init):
7332         (fqueue_unlock_queue):
7333         (fqueue_lock_queue):
7334         (fqueue_add_at_front):
7335         (fqueue_add_inside):
7336         (fqueue_get_first):
7337         core dump fixes
7339         * libs/queue.c (fqueue_remove_or_operate_all):
7340         (fqueue_remove_or_operate_from_end):
7341         (fqueue_remove_or_operate_from_front):
7342         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7343         (ExecuteCommandQueue):
7344         * fvwm/schedule.c (deschedule):
7345         (check_deschedule_obj_func):
7346         (deschedule_obj_func):
7347         (squeue_execute):
7348         (check_execute_obj_func):
7349         (execute_obj_func):
7350         (copy_obj_func):
7351         core dump fixes
7353 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7355         * fvwm/ConfigFvwmDefaults:
7356         * fvwm/fvwm.1.in:
7357         * fvwm/windowlist.c:
7358         * sample.fvwmrc/system.fvwm2rc-sample-95:
7359         * NEWS:
7360         WindowListFunc is executed now within a window context,
7361         so "WindowId $0" is not needed anymore in its definition
7363 2003-04-14  olicha  <olivier.chapuis@free.fr>
7365         * fvwm/fvwm.1.in:
7366         * NEWS:
7367         Documented LocalePath and $[gt.str]. FvwmScript news.
7369         * fvwm/expand.c (expand_vars_extended):
7370         Fixed $[gt.str] expansion
7372         * configure.in:
7373         New gettext domain FvwmScript
7375         * libs/FGettext.c (FGettextCopy):
7376         * libs/FGettext.h:
7377         New interface function which copies the string
7379 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7381         * fvwm/conditional.c (CMD_Cond):
7382         allow to negate the condition code with '!' prefix
7384         * fvwm/schedule.c (CMD_Schedule):
7385         (CMD_Deschedule):
7386         support hexadecimal ids
7388         * libs/Parse.c (GetIntegerArguments):
7389         (_get_suffixed_integer_arguments):
7390         (GetSuffixedIntegerArguments):
7391         (GetIntegerArgumentsAnyBase):
7392         new utitily function to allow hexadecimal integer arguments
7394 2003-04-10  olicha  <olivier.chapuis@free.fr>
7396         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7397         (FlocaleGetCharsetOfFontStruct):
7398         (FlocaleGetCharsetFromName):
7399         (FlocaleFixNameForFontSet):
7400         (FlocaleGetFontSet):
7401         (FlocalePrintLocaleInfo):
7402         * libs/FlocaleCharset.h:
7403         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7404         (FlocaleCharsetPrintXOMInfo):
7405         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7407 2003-04-08  olicha  <olivier.chapuis@free.fr>
7409         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7410         fixed the default font name
7412 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7414         * fvwm/events.c (HandlePropertyNotify):
7415         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7416         completely ignore application requests to set exactly the same
7417         window name or icon name (xmms sets it every second),
7418         this avoids some redundant module messages and redraws
7420 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7422         * Makefile.am:
7423         fixed DIST
7425 2003-04-04  olicha  <olivier.chapuis@free.fr>
7427         * configure.in:
7428         Fixed a miss print in fribidi config check
7430 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7432         * fvwm/focus.c (__restore_focus_after_unmap):
7433         iconified windows without an icon do not receive focus
7435 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7437         * fvwm/virtual (CMD_GotoDeskAndPage):
7438         different "GotoDeskAndPage prev" fix that works with any viewports, not
7439         just multiples of the screen size
7441 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7443         * fvwm/virtual (CMD_GotoDeskAndPage):
7444         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7446 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7448         * ETHICAL_LICENSE:
7449         added file
7451         * fvwm/menucmd.c (menu_func):
7452         fixed double key presses to choose default menu action
7454         * fvwm/focus.c (__update_windowlist):
7455         fixed order of window list with SloopyFocus when using the Focus
7456         command
7458 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7460         * fvwm/fvwm.1.in:
7461         clarified some things, typo fixed
7463 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7465         * libs/Colorset.c (CreateBackgroundPixmap):
7466         (GetWindowBackgroundPixmapSize):
7467         (get_aspect_dimensions):
7468         fixed size calculation of aspect pixmaps
7470 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7472         * fvwm/icons.c (clear_icon):
7473         (clear_icon):
7474         (AutoPlaceIcon):
7475         (Iconify):
7476         * fvwm/geometry.c (get_icon_geometry):
7477         (modify_icon_position):
7478         set a valid icon picture position if there is neither a picture nor a
7479         title
7481 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7483         * NEWS:
7484         * AUTHORS:
7485         reformatted to fit better on the web page
7487 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7489         * todo-2.6:
7490         added items from "My TODO" message on 2003-01-02
7492         * fvwm/fvwm.1.in:
7493         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7495 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7497         * libs/FScreen.c:
7498         removed debug output
7500 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7502         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7503         (FScreenFetchMangledScreenFromUSPosHints):
7504         two functions to allow USPosition hints from modules and StartsOnScreen
7505         work at the same time
7507         * fvwm/conditional.c (direction_cmd):
7508         Some fixes, reformatting and improvements.
7510 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7512         * fvwm/icons.c (Iconify):
7513         initialise icon position to +0+0 if there is neiter a picture nor a
7514         title
7516         * fvwm/functions.c (DeferExecution):
7517         action trigger fix
7519         * todo-2.6 (todo):
7520         closed some items
7522         * fvwm/update.c (apply_window_updates):
7523         fixed drawing of sticky icon titles when the stickyicon style is being
7524         set
7526 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7528         * fvwm/placement.c (CMD_PlaceAgain):
7529         * fvwm/add_window.c (setup_window_placement):
7530         * fvwm/virtual.c (MapDesk):
7531         update the GNOME hints desk when changing desks; fixes placeagain with
7532         stickyicon style
7533         some placeagain fixes
7535         * fvwm/fvwm.1.in (Example):
7536         removed duplicate Iconify section
7538         * todo-2.6 (todo):
7539         closed C.11
7541         * fvwm/functable.c (func_table):
7542         * fvwm/functions.h (func_type):
7543         * fvwm/functions.c (__execute_function):
7544         (execute_complex_function):
7545         (DeferExecution):
7546         fixed a new and and old window selection bug
7548 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7550         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7551         detected with Purify.
7553 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7555         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7556         use None, not 0 for Window structures
7558         * fvwm/events.c (InitEventHandlerJumpTable):
7559         (HandleKeyRelease):
7560         (__handle_key_event):
7561         * fvwm/bindings.c (ParseBinding):
7562         (activate_binding):
7563         * libs/Bindings.h:
7564         * fvwm/fvwm.1.in:
7565         removed key release binding because they can not work reliably
7567 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7569         * fvwm/functable.c (func_table):
7570         trigger on ButtonPress for many of the functions
7572         * fvwm/functions.c (__execute_function):
7573         (__execute_function):
7574         fixed conditional commands a la "Current" triggered on root window
7576 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7578         * todo-2.6: Closed B.2, C.21.
7580 2003-02-28  olicha  <olivier.chapuis@free.fr>
7582         * libs/defaults.h:
7583         * fvwm/events.c (HandleConfigureRequest):
7584         Added a workaround for application with broken max/min size hints
7585         vs a size configure request. This "fixes" floating java JToolBar.
7587         * fvwm/add_window.c (GetWindowSizeHints):
7588         Check that the max size hint is not broken relatively to the the base
7589         size hint
7591 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7593         * NEWS:
7594         * configure.in:
7595         released 2.5.6, set version to 2.5.7
7597         * NEWS:
7598         * configure.in:
7599         updated for 2.5.6
7601 2003-02-26  Tony Finch  <dot@dotat.at>
7603         * fvwm/borders.c (border_draw_one_border_part):
7604         Don't draw the handle relief marks when the border is flat.
7606 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7608         * configure.in:
7609         s/fribdi_in_path/fribidi_in_path/
7611         * todo-2.6:
7612         spell checking and some reformatting
7614 2003-02-26  olicha  <olivier.chapuis@free.fr>
7616         * fvwm/borders.c (border_setup_bar_pixmaps):
7617         Fixed a miss-print which can cause a core dump
7619         * todo-2.6:
7620         Added a 2.6 TODO file
7622 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7624         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7625         void functioin cannot return a value.
7627 2003-02-25  olicha  <olivier.chapuis@free.fr>
7629         * configure.in:
7630         Fixed compilation warning if fribidi is in path
7632 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7634         * fvwm/windowlist.c (CMD_WindowList):
7635         removed unused instruction
7637 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7639         * configure.in: Remove nested function from -Werror check.
7640         Lets configure work without gcc.
7642         * fvwm/read.h:
7643         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7645 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7647         * fvwm/functions.c (__run_complex_function_items): Make Break start
7648         working again.
7650 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7652         * fvwm/move_resize.c (get_outline_rects):
7653         (draw_move_resize_grid):
7654         initial drawing and final undrawing of wire frame no longer toggles the
7655         pixel in the top left corner of the screen
7657         * fvwm/expand.c (expand_vars):
7658         disabled warnings about one letter variables
7660 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7662         * README: Update to reflect release 2.5.x.
7663         * NEWS: Update news for FvwmPager drag fix.
7665 2003-02-15  olicha  <olivier.chapuis@free.fr>
7667         * fvwm/fvwm.1.in:
7668         Fixed a typo
7670 2003-02-13  olicha  <olivier.chapuis@free.fr>
7672         * fvwm/gnome.c (GNOME_SetClientList):
7673         Applied David Fries patch which fixes a possible crash with more
7674         than 256 windows
7675         (GNOME_SetClientList):
7676         malloc -> safemalloc
7678 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7680         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7681         Give the XorValue range.
7683 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7685         * fvwm/fvwm.1.in: Fully document the emulate command.
7687 2003-02-06  olicha  <olivier.chapuis@free.fr>
7689         * fvwm/borders.c (get_common_decorations):
7690         (border_get_border_background):
7692 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7694         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7696 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7698         * fvwm/menuitem.h:
7699         * fvwm/menuitem.c (menuitem_get_size):
7700         * fvwm/menus.c (calculate_item_sizes):
7701         renamed "mips" to mipst
7703         * fvwm/menuitem.c (menuitem_get_item_size):
7704         * fvwm/menus.c (_calculate_item_sizes):
7705         backed out patch from 30-Jan-2003
7707 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7709         * fvwm/menuitem.h:
7710         * fvwm/menuitem.c (menuitem_get_item_size):
7711         * fvwm/menus.c (_calculate_item_sizes):
7712         functions renamed due to global name space collision with IRIX 6.5
7714 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7716         * configure.in:
7717         added tests/hints/Makefile.am
7719 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7721         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7723 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7725         * sample.fvwmrc/DecorWin95:
7726         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7727         Replace a long time ago.
7729 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7731         * fvwm/stack.c (new_layer):
7732         (collect_transients_recursive):
7733         (__restack_window):
7734         fixed Layer command
7736         * fvwm/events.c (HandleConfigureRequest):
7737         fixed placement of icons
7738         fixed size calculations of icons
7740 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7742         * fvwm/expand.c:
7743         fixed $[desk.name<n>] that was masked by $[desk.n],
7744         added $[desk.pagesx] and $[desk.pagesy]
7746 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7748         * NEWS: Update news.  Spelling fixes 2.5.x news.
7749         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7750         its not interactive.
7752 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7754         * fvwm/functable.c:
7755         added a short description together with the commands
7757 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7759         * NEWS:
7760         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7761         HasHandles
7763 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7765         * expand.c:
7766         * NEWS:
7767         deprecate all single letter variables, new variables are supported now
7768         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7769         $[desk.n], $[version.num], $[version.info], $[version.line].
7771 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7773         * fvwm/style.c (style_parse_one_style_option):
7774         * fvwm/fvwm.1.in:
7775         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7776         DisallowMaximizeFixedSize
7778 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7780         * fvwm/fvwm.1.in: Lang check.
7782 2003-01-03  olicha  <olivier.chapuis@free.fr>
7784         * fvwm/commands.h:
7785         * INSTALL.fvwm:
7786         * fvwm/ewmh.h:
7787         * fvwm/ewmh_intern.h:
7788         * fvwm/ewmh_names.c:
7789         * fvwm/ewmh_icons.c:
7790         * fvwm/ewmh_events.c:
7791         * fvwm/ewmh_conf.c:
7792         * fvwm/ewmh.c:
7793         * fvwm/gnome.c:
7794         * fvwm/gnome.h:
7795         * fvwm/functable.c (func_table):
7796         * fvwm/fvwm.c (setVersionInfo):
7797         * acconfig.h:
7798         * configure.in:
7799         Removed GNOME and HAVE_EWMH ifdef
7801         * fvwm/fvwm.1.in:
7802         Documented UseTitleDecorRotation
7804 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7806         * fvwm/module_interface.c (MoveViewport):
7807         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7808         M_NEW_PAGE now has 7 arguments
7810 2003-01-02  olicha  <olivier.chapuis@free.fr>
7812         * fvwm/fvwm.1.in:
7813         Documented  the new icon style options
7815         * fvwm/fvwm.h:
7816         * fvwm/icons.h:
7817         * fvwm/icons.c (DrawIconTitleWindow):
7818         (DrawIconPixmapWindow):
7819         (setup_icon_title_size):
7820         * fvwm/style.c (style_parse_one_style_option):
7821         Fixed IconTitleRelief and IconBackgroundRelief arguments
7823         * fvwm/icons.c (GetIconPicture):
7824         (SetIconPixmapSize):
7825         Fixed IconSize style for non shaped depth > 1 pixmaps
7827 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7829         * NEWS:
7830         * fvwm/commands.h:
7831         * fvwm/conditional.c (CMD_On):
7832         * fvwm/functable.c:
7833         * fvwm/fvwm.1.in:
7834         new conditional command On for non-window related conditions
7836         * fvwm/execcontext.h:
7837         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7838         two new exec contexts for restarting
7840 2003-01-02  olicha  <olivier.chapuis@free.fr>
7842         * fvwm/builtins.c (ReadMultiPixmapDecor):
7843         StretchedPixmap -> AdjustedPixmap
7845         * fvwm/fvwm.1.in:
7846         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7847         Documented the new MultiPixmap syntax
7849 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
7851         * NEWS:
7852         * fvwm/fvwm.1.in:
7853         * fvwm/builtins.c (ReadTitleButton):
7854         * fvwm/screen.h:
7855         new button state shortcuts AllActiveUp, AllActiveDown,
7856         AllInactiveUp, AllInactiveDown
7858 2002-12-31  olicha  <olivier.chapuis@free.fr>
7860         * libs/PictureGraphics.c (PCopyArea):
7861         Fixed rendering of depth 1 pixmap with a mask
7863         * fvwm/update.c (apply_window_updates):
7864         Fixed icon bg cset update
7866         * fvwm/events.c (HandlePropertyNotify):
7867         * fvwm/geometry.c (move_icon_to_position):
7868         Fixed non shaped icons with a bg padding but without cs bg
7870         * NEWS:
7871         * fvwm/style.c (style_parse_icon_size_style):
7872         (merge_styles):
7873         * fvwm/fvwm.h (window_style):
7874         * fvwm/add_window.c (setup_icon_size_limits):
7875         * fvwm/icons.c (SetIconPixmapSize):
7876         (GetIconPicture):
7877         New option to IconSize style: Adjusted, Streched, Shrunk
7879         * fvwm/icons.c (SetIconPixmapSize):
7880         (GetIconPicture):
7881         Always center the icon with IconSize if the icon has a background
7883 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
7885         * configure.in:
7886         FvwmWindowMenu renaming; compact long diagnostics into half of line
7888         * NEWS:
7889         documeted and corrected new features
7891         * fvwm/fvwm.1.in:
7892         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7893         since these are the only way currently to create themes
7895         * fvwm/fvwm.c:
7896         small reformatting
7898 2002-12-30  olicha  <olivier.chapuis@free.fr>
7900         * NEWS:
7901         * fvwm/icons.c (setup_icon_title_size):
7902         (set_icon_pixmap_background):
7903         (CreateIconWindow):
7904         (DrawIconTitleWindow):
7905         (DrawIconPixmapWindow):
7906         (DrawIconWindow):
7907         (ChangeIconPixmap):
7908         (RedoIconName):
7909         * fvwm/events.c (HandleEnterNotify):
7910         (HandleExpose):
7911         (HandleLeaveNotify):
7912         (HandlePropertyNotify):
7913         * fvwm/borders.c (border_draw_decorations):
7914         * fvwm/default.h:
7915         * fvwm/fvwm.h:
7916         * fvwm/add_window.c (setup_icon_background_parameters):
7917         (setup_icon_title_parameters):
7918         (setup_style_and_decor):
7919         (setup_icon_font):
7920         * fvwm/geometry.c (move_icon_to_position):
7921         * fvwm/style.h:
7922         * fvwm/style.c (check_window_style_change):
7923         (update_style_colorset):
7924         (update_icon_title_cs_style):
7925         (update_icon_title_cs_hi_style):
7926         (update_icon_background_cs_style):
7927         (merge_styles):
7928         * fvwm/update.h:
7929         * fvwm/update.c (apply_window_updates):
7930         New style options IconBackgroundColorset, IconTitleColorset,
7931         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7932         and IconBackgroundPadding
7934 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
7936         * libs/FShm.h:
7937         fixed compilation without XShm
7939         * fvwm/borders.c (border_rotate_titlebar_descr):
7940         fixed warning: deprecated use of label at end of compound statement
7942 2002-12-27  olicha  <olivier.chapuis@free.fr>
7944         * fvwm/ConfigFvwmDefaults:
7945         UseTitleDecorRotation is a default
7947         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7948         (do_relieve_rectangle):
7949         * libs/fvwmlib.h:
7950         * fvwm/borders.c (border_draw_title_stick_lines):
7951         (border_create_root_transparent_pixmap):
7952         (border_mp_render_into_pixmap):
7953         (border_draw_decor_to_pixmap):
7954         (border_mp_render_into_pixmap):
7955         (border_mp_get_titlebar_descr):
7956         (border_mp_draw_mp_titlebar):
7957         (border_draw_decor_to_pixmap):
7958         (border_set_button_pixmap):
7959         (border_get_titlebar_draw_descr):
7960         (border_set_title_pixmap):
7961         (border_rotate_titlebar_descr):
7962         (border_get_titlebar_descr):
7963         Completed UseTitleDecorRotation
7965 2002-12-26  olicha  <olivier.chapuis@free.fr>
7967         * fvwm/update.c (apply_window_updates):
7968         * fvwm/frame.c (frame_get_titlebar_dimensions):
7969         (frame_set_decor_gravities):
7970         * fvwm/borders.c (border_set_button_pixmap):
7971         (border_get_titlebar_descr):
7972         (border_draw_one_button):
7973         Buttons order follows the title text rotations.
7974         More UseTitleDecorRotation preparation
7976         * fvwm/borders.c (border_draw_decor_to_pixmap):
7977         Fixed SolidButton
7979 2002-12-24  olicha  <olivier.chapuis@free.fr>
7981         * fvwm/borders.c (border_mp_render_into_pixmap):
7982         (border_fill_pixmap_background):
7983         Some borders drawing fixes
7985         * libs/Graphics.c (CreateRotatedPixmap):
7986         * fvwm/geometry.c (get_title_font_size_and_offset):
7987         * fvwm/update.c (apply_window_updates):
7988         * fvwm/borders.c (border_set_button_pixmap):
7989         (border_get_titlebar_draw_descr):
7990         (border_draw_title):
7991         (border_rotate_titlebar_descr):
7992         (border_get_titlebar_descr):
7993         More UseTitleDecorRotation preparation
7995 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
7997         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7998         so we won't get so many application bugs report to fvwm-workers.
8000         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8002 2002-12-21  Marcus Lundblad <ml@update.uu.se>
8004         * fvwm/style.c (style_parse_one_style_option):
8005         * fvwm/style.h:
8006         * fvwm/fvwm.h:
8007         * fvwm/window_flags:
8008         * fvwm/decorations.c (is_function_allowed,
8009                               __is_resize_allowed):
8010         Added styles Closable, Iconifiable, Maximizable and
8011         AllowMaximizeFixedSize
8012         * fvwm/conditional.c (MatchesConditionMask,
8013                               CreateConditionMask):
8014         Added conditionals Closable,Iconifiable and Maximizable
8015         * fvwm/fvwm.1.in:
8016         Documented styles Closable, Iconifiable, Maximizable and
8017         AllowMaximizeFixedSize and conditionals
8018         Closable,Iconifiable and Maximizable
8020 2002-12-20  olicha  <olivier.chapuis@free.fr>
8022         * fvwm/window_flags.h:
8023         * fvwm/update.h:
8024         * fvwm/update.c (apply_window_updates):
8025         * fvwm/style.h:
8026         * fvwm/style.c (style_parse_one_style_option):
8027         * fvwm/fvwm.h:
8028         UseTitleDecorRotation style preparation
8030         * fvwm/fvwm.c (main):
8031         Use best TrueColor visual
8033         * fvwm/borders.c (border_get_border_gcs):
8034         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8035         window which may have a depth != Pdepth
8037         * fvwm/menus.c (paint_side_pic):
8038         * fvwm/menuitem.c (menuitem_paint):
8039         * fvwm/icons.c (DrawIconPixmapWindow):
8040         * fvwm/colorset.c (parse_colorset):
8041         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8042         Used Scr.AlphaGC
8044 2002-12-19  olicha  <olivier.chapuis@free.fr>
8046         * libs/Graphics.c (CreateRotatedPixmap):
8047         * libs/fvwmlib.h:
8048         New interface function CreateRotatedPixmap
8050         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8051         (PImageLoadXpm):
8052         * libs/PictureGraphics.c (PCreateRenderPixmap):
8053         (PCreateDitherPixmap):
8054         * libs/Graphics.c (CreateGradientPixmap):
8055         (CreateRotatedPixmap):
8056         * acconfig.h:
8057         * configure.in:
8058         * libs/FShm.h (new file):
8059         * libs/FImage.h (new file):
8060         * libs/FImage.c (new file):
8061         * libs/Makefile.am:
8062         * fvwm/fvwm.c (setVersionInfo):
8063         Added MIT Shared Memory Extension for XImage
8065         * NEWS:
8066         Some news
8068         * fvwm/screen.h:
8069         * fvwm/builtins.c (ReadDecorFace):
8070         (FreeDecorFace):
8071         * fvwm/borders.c (border_draw_decor_to_pixmap):
8072         (border_fill_pixmap_background):
8073         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8075 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
8077         * libs/FBidiJoin.c:
8078         shape-and-join fixes from Nadim Shaikli (slightly modified)
8080 2002-12-16  olicha  <olivier.chapuis@free.fr>
8082         * libs/PictureGraphics.h:
8083         * libs/PictureGraphics.c (PTileRectangle):
8084         (PGraphicsCreateTiledPicture):
8085         * libs/Graphics.c (CreateTiledPixmap):
8086         New interface function: PGraphicsCreateTiledPicture
8088         * fvwm/screen.h:
8089         * fvwm/fvwm.c (CreateGCs):
8090         Added a global (Scr) alpha GC
8092         * configure.in:
8093         * fvwm/screen.h:
8094         * fvwm/builtins.c (ReadMultiPixmapDecor):
8095         (update_decorface_colorset):
8096         (FreeDecorFace):
8097         * fvwm/borders.c (border_get_tb_parts_to_draw):
8098         (border_fill_pixmap_background):
8099         (border_setup_bar_pixmaps):
8100         (border_get_bar_pixmaps):
8101         (border_free_bar_pixmaps):
8102         (border_mp_render_into_pixmap):
8103         (border_mp_get_length):
8104         (border_mp_get_titlebar_descr):
8105         (border_mp_get_geometry):
8106         (border_mp_get_use_title_style_parts_and_geometry):
8107         (border_mp_draw_mp_titlebar):
8108         (border_draw_decor_to_pixmap):
8109         (border_draw_title_deep):
8110         (border_get_titlebar_draw_descr):
8111         (border_setup_use_title_style):
8112         (border_get_titlebar_descr_state):
8113         (border_get_titlebar_descr):
8114         (border_get_transparent_decorations_part):
8115         (border_draw_title_stick_lines):
8116         MultiPixmap can use Colorset and Solid color. Various others minor
8117         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8118         "main" drawing code and remove the #ifdef.
8119         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8120         Use the new Scr.AlphaGC.
8122 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8124         * fvwm/add_window.c (validate_transientfor):
8125         do not ignore transientfor hint for iconified windows
8127 2002-12-12  Jason Weber <baboon@imonk.com>
8129         * fvwm/fvwm.1.in:
8130         * fvwm/conditional.c (CMD_ScanForWindow):
8131         * fvwm/commands.h:
8132         * fvwm/functable.c:
8133         rename ScanWindow to ScanForWindow
8135 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8137         * fvwm/menuitem.c (menuitem_paint):
8138         * fvwm/colorset.c (parse_colorset):
8139         * fvwm/icons.c (DrawIconPixmapWindow):
8140         * fvwm/focus.c (_SetFocusWindow):
8141         (_ReturnFocusWindow):
8142         (_DeleteFocus):
8143         (_ForceDeleteFocus):
8144         (__activate_window_by_command):
8145         patches to prevent UMR messages in memory debuggers
8147 2002-12-11  Jason Weber <baboon@imonk.com>
8149         * fvwm/fvwm.1.in: Added ScanWindow
8151         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8152         * fvwm/commands.h:
8153         * fvwm/functable.c:
8154         Generalized CMD_Direction into direction_cmd.
8155         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8156         Replace Cycle prefix with secondary direction argument.
8158 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8160         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8162 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8163         * fvwm/conditional.c (CreateConditionMask):
8164         Implemented conditional "FixedSize" and "HasHandles"
8165         * fvwm/fvwm.1.in
8166         Documented conditional options "FixedSize" and "HasHandles".
8168 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8170         * fvwm/placement.c (PlaceWindow):
8171         fixed StickyAcrossDesks w/ StartsOnPage
8173         * fvwm/functable.c:
8174         * fvwm/commands.h:
8175         * fvwm/ewmh_conf.c (set_state_workaround):
8176         * fvwm/update.c (apply_window_updates):
8177         * fvwm/windowlist.c (CMD_WindowList):
8178         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8179         (ewmh_WMStateSticky):
8180         * fvwm/conditional.c (CreateConditionMask):
8181         * fvwm/gnome.c (GNOME_SetHints):
8182         (GNOME_GetStyle):
8183         (GNOME_HandlePropRequest):
8184         * fvwm/placement.c (SmartPlacement):
8185         (get_next_x):
8186         (get_next_y):
8187         (test_fit):
8188         (PlaceWindow):
8189         * fvwm/session.c (SaveWindowStates):
8190         (MatchWinToSM):
8191         (MatchWinToSM):
8192         * fvwm/ewmh.c (check_desk):
8193         (EWMH_SetWMDesktop):
8194         (ewmh_ComputeAndSetWorkArea):
8195         (ewmh_HandleDynamicWorkArea):
8196         (ewmh_HandleDesktop):
8197         (ewmh_HandleDock):
8198         (ewmh_HandleMenu):
8199         (ewmh_HandleToolBar):
8200         * fvwm/virtual.c (UnmapDesk):
8201         (MapDesk):
8202         (MoveViewport):
8203         (do_move_window_to_desk):
8204         * fvwm/icons.c (setup_icon_title_size):
8205         (DrawIconTitleWindow):
8206         (AutoPlaceIcon):
8207         (Iconify):
8208         * fvwm/borders.c (is_button_toggled):
8209         (get_common_decorations):
8210         (border_draw_title_stick_lines):
8211         * fvwm/add_window.c (AddWindow):
8212         * fvwm/move_resize.c (__move_window):
8213         (__move_window):
8214         (is_window_sticky_across_pages):
8215         (is_window_sticky_across_desks):
8216         (MaximizeHeight):
8217         (MaximizeWidth):
8218         (stick_page):
8219         (stick_desk):
8220         (CMD_Stick):
8221         (CMD_StickAcrossPages):
8222         (CMD_StickAcrossDesks):
8223         (stick_across_pages):
8224         (stick_across_desks):
8225         (handle_stick_across_desks):
8226         (handle_stick_across_pages):
8227         (handle_stick):
8228         * fvwm/fvwm.h (struct):
8229         * fvwm/style.c (style_parse_one_style_option):
8230         (check_window_style_change):
8231         * fvwm/style.h:
8232         * fvwm/window_flags.h:
8233         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8234         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8235         everywhere
8237         * fvwm/focus.c (CMD_Focus):
8238         (CMD_FlipFocus):
8239         (__activate_window_by_command):
8240         (__update_windowlist):
8241         (__set_focus_to_fwin):
8242         (_SetFocusWindow):
8243         (_ReturnFocusWindow):
8244         (_DeleteFocus):
8245         (_ForceDeleteFocus):
8246         fixed window list order with FlipFocus command
8248 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8250         * AUTHORS:
8251         * NEWS:
8252         document bidi entry undocumented in 2.5.5
8254 2002-12-06  olicha  <olivier.chapuis@free.fr>
8256         * acinclude.m4:
8257         Fixed the "detection" of the LINGUAS variable
8259         * configure.in:
8260         Added ar to ALL_LINGUAS
8263 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8265         * fvwm/move_resize.c (__resize_window):
8266         fixed handling of MontionNotify and PropertyNotify events
8268 2002-12-03  olicha  <olivier.chapuis@free.fr>
8270         * fvwm/borders.c (border_draw_decor_to_pixmap):
8271         (border_get_border_background):
8272         (get_common_decorations):
8273         BorderGC cleanup
8275         * fvwm/builtins.c (CMD_PrintInfo):
8276         New subject nls to PrintInfo
8278         * libs/FGettext.c (*):
8279         New command FlocalePath
8281 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8283         * NEWS:
8284         * configure.in:
8285         changed version to 2.5.6
8287         * NEWS:
8288         * configure.in:
8289         updated for 2.5.5
8291 2002-12-02  olicha  <olivier.chapuis@free.fr>
8293         * libs/FRenderInit.c (FRenderInit):
8294         Fixed alpha depth if !XRenderSupport
8296         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8297         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8298         (PImageLoadPng):
8299         * libs/PictureImageLoader.h:
8300         Fixed image loading on bigedian machine
8302 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8304         * libs/FBidi.c (FBidiConvert):
8305         several small changes
8306         * libs/FBidiJoin.c (shape_n_join):
8307         enabled a new bidi shaping code
8309 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8311         * fvwm/frame.c (frame_restore_client_gravities):
8312         (frame_free_move_resize_args):
8313         fixed a redrawing problem after shading a window
8315 2002-11-29  olicha  <olivier.chapuis@free.fr>
8317         * acinclude.m4:
8318         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8320         * configure.in:
8321         * Makefile.am:
8322         Fixed two missprints
8324 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8326         * fvwm/bindings.c (ParseBinding):
8327         fix for stroke-less compile
8329 2002-11-29  olicha  <olivier.chapuis@free.fr>
8331         * fvwm/commands.h (enum):
8332         * fvwm/functable.c (func_table):
8333         * fvwm/builtins.c (CMD_LocalePath):
8334         * libs/FGettext.c (FGettextSetLocalePath):
8335         * libs/FGettext.h:
8336         Preparation for LocalePath command
8338         * fvwm/screen.h (ScreenInfo):
8339         * fvwm/fvwm.c (CreateGCs):
8340         Rename Scr.TileGC to Scr.BordersGC
8342         * acinclude.m4:
8343         A libintl autoconf fix
8345         * libs/Colorset.c (CreateBackgroundPixmap):
8346         Do not grab the server when we dump the E setroot pixmap
8348 2002-11-29  olicha  <olivier.chapuis@free.fr>
8350         * acconfig.h:
8351         * fvwm/Makefile.am:
8352         * Makefile.am:
8353         * configure.in:
8354         * acinclude.m4:
8355         Added NLS support with gnu gettext
8357         * fvwm/fvwm.c (main):
8358         FGettextInit
8360         * fvwm/expand.c (expand_vars_extended):
8361         New extanded variable $[gt.any_string]
8363         * fvwm/virtual.c (CMD_DesktopName):
8364         * fvwm/windowlist.c (get_desk_title):
8365         * fvwm/expand.c (expand_vars_extended):
8366         * fvwm/fvwm.c (SetRCDefaults):
8367         * fvwm/ConfigFvwmSetup:
8368         Mark some strings to be translated
8370         * libs/FGettext.c (new file):
8371         * libs/FGettext.c (new file):
8372         * libs/Makefile.am:
8373         gnu gettext libintl warper
8375 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8377         * fvwm/add_window.c (RestoreWithdrawnLocation):
8378         rixed rxvts with S/E gravity travelling off screen upon recapture after
8379         they were resized.
8381         * fvwm/events.c (__handle_key_event):
8382         * fvwm/bindings.c (activate_binding):
8383         (__rebind_global_key):
8384         fixed unbinding pointerkey bindings removing the grab for this key
8385         completely
8387         * fvwm/events.c (__is_bpress_window_handled):
8388         fixed click on override redirect windows being handled by the root
8389         window
8391         * fvwm/misc.c (GrabEm):
8392         confine the pointer to the root window when grabbed
8394         * fvwm/events.c (HandleUnmapNotify):
8395         fixed reparenting problem with restarts from desks != 0
8397 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8399         * fvwm/events.c:
8400         removed experimental code
8402 2002-11-28  olicha  <olivier.chapuis@free.fr>
8404         * fvwm/borders.c (border_get_border_background):
8405         (border_draw_decor_to_pixmap):
8406         (border_fill_pixmap_background):
8407         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8408         soon.
8410 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8412         * fvwm/fvwm.c (InitVariables):
8413         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8414         of 100%
8415         * fvwm/virtual.c (CMD_EdgeScroll):
8416         minor spacing
8418         * fvwm/ConfigFvwmDefaults:
8419         do not include empty ConfigFvwmProxyDefaults, added one binding
8421 2002-11-26  olicha  <olivier.chapuis@free.fr>
8423         * libs/Colorset.c (CreateBackgroundPixmap):
8424         * fvwm/colorset.c (parse_colorset):
8425         Be more safe with the E root pixmap
8427 2002-11-25  olicha  <olivier.chapuis@free.fr>
8429         * fvwm/move_resize.c (__move_loop):
8430         Redraw the transparent decoration parts when a move is abored
8432         * fvwm/colorset.c (parse_colorset):
8433         Fixed the fgsh Colorset colors when the Image change but not the bg
8435 2002-11-24  Jason Weber  <baboon@imonk.com>
8437         * fvwm/conditional.c (CMD_Direction):
8438         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8439         eventual traversal of all windows over repeated calls.  It also cycles
8440         back to the opposite extent when it hits the limit in the given
8441         direction.
8443 2002-11-22  olicha  <olivier.chapuis@free.fr>
8445         * fvwm/borders.h:
8446         * fvwm/borders.c (get_common_decorations):
8447         (border_get_parts_and_pos_to_draw):
8448         (border_get_changed_border_parts):
8449         (border_get_frame_pixmap, new):
8450         (border_get_border_background):
8451         (border_draw_one_border_part):
8452         (border_draw_decorations):
8453         (border_get_tb_parts_to_draw):
8454         (border_fill_pixmap_background):
8455         (border_get_titlebar_descr_state, new):
8456         (border_draw_titlebar):
8457         (border_setup_bar_pixmaps, new):
8458         (border_get_bar_pixmaps, new):
8459         (border_free_bar_pixmaps, new):
8460         (border_setup_use_title_style, new):
8461         (border_set_button_pixmap):
8462         (border_set_title_pixmap):
8463         (border_draw_one_button):
8464         (border_set_button_pixmap):
8465         (border_draw_title_deep):
8466         (border_get_transparent_decorations_part, new):
8467         Title, Border and Buttons Style Colorset Option: Drawing
8469         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8470         (__move_window):
8471         (__move_loop):
8472         * fvwm/frame.c (__frame_setup_window):
8473         (frame_has_handles_and_tiled_border):
8474         (frame_create_move_resize_args):
8475         (frame_free_move_resize_args):
8476         Title, Border and Buttons Style Colorset Option: External drawing
8477         stuff. Basically additional redrawing for RootTransparent
8479         * fvwm/builtins.c (update_decorface_colorset, new):
8480         (update_titlebutton_colorset, new):
8481         (update_decors_colorset, new):
8482         (update_fvwm_colorset):
8483         Title, Border and Buttons Style Colorset Option: Dynamic updating
8485         * fvwm/screen.h:
8486         * fvwm/builtins.c (ReadDecorFace):
8487         Title, Border and Buttons Style Colorset Option: Configuration
8489         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8490         * libs/Colorset.h:
8491         Title, Border and Buttons Style Colorset Option: Convinent macros and
8492         function
8494 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8496         * libs/Makefile.am: Add missing Bindings.h.
8498 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8500         * fvwm/move_resize.c (__move_loop):
8501         send M_CONFIGURE_WINDOW only when the window actually moves
8503 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8505         * libs/FBidi.c:
8506         * libs/FBidi.h:
8507         * libs/FBidiJoin.c:
8508         * libs/FBidiJoin.h:
8509         * libs/Makefile.am:
8510         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8511         with minor improvements; it is disabled for now (#if 0) since
8512         some Arabic chars cause core dump
8514 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8516         * fvwm/fvwm.1.in (Examples):
8517         added documentation of Icon option for PlaceAgain command
8519         * fvwm/events.c (__handle_key_event):
8520         fixed global key binding problem
8522 2002-11-15  olicha  <olivier.chapuis@free.fr>
8524         * libs/Bindings.c (MatchBindingExactly):
8525         (__compare_binding):
8526         compile fixes w/o stroke lib
8528         * NEWS:
8529         * fvwm/geometry.c (get_title_font_size_and_offset):
8530         * fvwm/builtins.c (do_title_style):
8531         New MinHeight option to TitleStyle
8533 2002-11-15  olicha  <olivier.chapuis@free.fr>
8535         * fvwm/builtins.c (update_fvwm_colorset):
8536         (CMD_Colorset):
8537         (do_title_style):
8539         * fvwm/builtins.h:
8540         * fvwm/colorset.c (update_root_transparent_colorset):
8541         Fixed update of the RootTransparent colorset in fvwm
8543 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8545         * libs/Bindings.c (__compare_binding):
8546         (MatchBindingExactly):
8547         compoile fixes w/o stroke lib
8549 2002-11-14  olicha  <olivier.chapuis@free.fr>
8551         * fvwm/fvwm.1.in:
8552         * INSTALL.fvwm:
8553         * NEWS
8554         Removed any reference on "xft and flickering"
8556 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8558         * fvwm/eventmask.h (XEVMASK_ICONW):
8559         * fvwm/events.c (HandleKeyRelease):
8560         (HandleKeyPress):
8561         (__handle_key_event):
8562         * fvwm/bindings.c (ParseBinding):
8563         (activate_binding):
8564         * libs/Bindings.h (enum):
8565         implemented key release bindings; prefix the key name with a '-';
8566         does not work well with some applications
8568 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8570         * libs/Bindings.h:
8571         new file
8573         * fvwm/bindings.c (ParseBinding):
8574         (binding_cmd):
8575         (activate_binding):
8576         (bind_get_bound_button_contexts):
8577         (ParseBinding):
8578         (CMD_Stroke):
8579         (CMD_Mouse):
8580         (CMD_PointerKey):
8581         (CMD_Key):
8582         (RemoveMatchingBinding):
8583         (AddBinding):
8584         (AreBindingsEqual):
8585         (GrabWindowKey):
8586         (GrabWindowButton):
8587         (GrabAllWindowKeysAndButtons):
8588         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8589         * fvwm/events.c (__handle_bpress_on_root):
8590         (__handle_bpress_on_managed):
8591         (HandleButtonRelease):
8592         * fvwm/builtins.c (CMD_Wait):
8593         (CMD_StrokeFunc):
8594         * libs/fvwmlib.h (enum):
8595         fixed Key vs. PointerKey with "A"ny context
8597 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8599         * fvwm/icons.c (Iconify):
8600         icon placement safety patch
8601         (CreateIconWindow):
8602         fixed initial position of application provided icon windows
8604         * fvwm/session.c (LoadWindowStates):
8605         fixed parsing of strings beginning with whitespace in session file
8607         * fvwm/fvwm.1.in (Note):
8608         * fvwm/style.c (style_set_old_focus_policy):
8609         * libs/defaults.h (DEF_FP_MODIFIERS):
8610         set default modifiers for raising/focusing to N again
8612 2002-11-11  olicha  <olivier.chapuis@free.fr>
8614         * fvwm/fvwm.1.in:
8615         * fvwm/fvwm.c (main):
8616         (usage):
8617         named-palette -> visual-palette, -N -> -P
8619 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8621         * fvwm/ConfigFvwmDefaults:
8622         include ConfigFvwmProxyDefaults
8624         * fvwm/fvwm.c (usage):
8625         polished usage message
8627 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8629         * fvwm/fvwm.c (usage):
8630         (main):
8631         cleaned up usage and error messages
8632         use short option names in usage message an man page synopsis
8633         all options are case sensitive
8634         do not mention the "-" style long options in the man page; instead use
8635         the "--" style
8637         * fvwm/add_window.c (setup_frame_window):
8638         * fvwm/events.c (HandleMapNotify):
8639         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8640         fixed empty decorations after recapture
8642         * fvwm/geometry.c (get_icon_geometry):
8643         * fvwm/icons.c (clear_icon):
8644         fixed icon jumping to 0 0 when the icon layout changes after the icon
8645         has been moved manually
8647         * fvwm/move_resize.c (__move_icon):
8648         fixed MoveToPage with icons
8650 2002-11-09  olicha  <olivier.chapuis@free.fr>
8652         * libs/Fft.c (FftGetRotatedFont):
8653         (FftGetFont):
8654         * libs/Fft.h:
8655         Check the return result of FftPatternGetMatrix
8657         * libs/Flocale.h:
8658         * libs/PictureBase.h:
8659         Added two macro
8661 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8663         * fvwm/ewmh_conf.c (set_state_workaround):
8664         * fvwm/functable.c (func_table):
8665         * fvwm/update.c (apply_window_updates):
8666         * fvwm/windowlist.c (CMD_WindowList):
8667         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8668         (ewmh_WMStateSticky):
8669         * fvwm/conditional.c (CreateConditionMask):
8670         (CreateConditionMask):
8671         * fvwm/gnome.c (GNOME_SetHints):
8672         (GNOME_GetStyle):
8673         (GNOME_HandlePropRequest):
8674         * fvwm/placement.c (SmartPlacement):
8675         (get_next_x):
8676         (test_fit):
8677         (get_next_y):
8678         (PlaceWindow):
8679         * fvwm/session.c (SaveWindowStates):
8680         (MatchWinToSM):
8681         * fvwm/ewmh.c (check_desk):
8682         (EWMH_SetWMDesktop):
8683         (ewmh_ComputeAndSetWorkArea):
8684         (ewmh_HandleDynamicWorkArea):
8685         (ewmh_HandleDesktop):
8686         (ewmh_HandleDock):
8687         (ewmh_HandleMenu):
8688         (ewmh_HandleToolBar):
8689         * fvwm/virtual.c (UnmapDesk):
8690         (MapDesk):
8691         (MoveViewport):
8692         (MoveViewport):
8693         (do_move_window_to_desk):
8694         * fvwm/icons.c (setup_icon_title_size):
8695         (DrawIconTitleWindow):
8696         (AutoPlaceIcon):
8697         (Iconify):
8698         * fvwm/borders.c (is_button_toggled):
8699         (get_common_decorations):
8700         (border_draw_title_stick_lines):
8701         * fvwm/add_window.c (AddWindow):
8702         * fvwm/move_resize.c (__move_window):
8703         (is_window_sticky_on_page):
8704         (is_window_sticky_on_desk):
8705         (MaximizeWidth):
8706         (MaximizeHeight):
8707         (stick_page):
8708         (stick_desk):
8709         (handle_stick):
8710         (handle_stick_page):
8711         (handle_stick_desk):
8712         (__handle_stick_exit):
8713         (CMD_StickDesk):
8714         (CMD_StickPage):
8715         * fvwm/style.c (style_parse_one_style_option):
8716         (check_window_style_change):
8717         * fvwm/style.h:
8718         * fvwm/fvwm.h:
8719         New Style options stickypage and stickydesk
8720         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8721         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8722         New conditions StickyPage and StickyDesk
8723         New commands StickPage and StickDesk
8725         * fvwm/move_resize.c (__move_window):
8726         do not unstick a window when using MoveToScreen
8728         * fvwm/ewmh_conf.c:
8729         reindented
8731         * fvwm/commands.h:
8732         * fvwm/functable.c (func_table):
8733         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8734         renamed EWMHBaseStrut to EwmhBaseStruts
8736         * fvwm/style.c (style_set_old_focus_policy):
8737         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8738         (style_parse_one_style_option):
8739         renamed "Border" style to "Borders"
8740         removed "NoBorder" style; use !Borders instead
8741         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8742         renamed PlacmentOverlapPercentPenalties to
8743         MinOverlapPercentPlacementPenalties
8745         * fvwm/fvwm.1.in:
8746         * NEWS:
8747         corrected typo
8749         * libs/Fft.c:
8750         Fixed compiler warnings
8752 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8754         * configure.in:
8755         autogenerate FvwmWindowLister files
8757         * fvwm/fvwm.1.in:
8758         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8759         of MissingSubmenuFunction and DynamicPopupAction
8761 2002-11-08  olicha  <olivier.chapuis@free.fr>
8763         * libs/PictureUtils.c (alloc_color_proportion):
8764         (alloc_color_proportion_dither):
8765         (alloc_color_proportion_grey):
8766         (alloc_color_x):
8767         (free_colors_in_table):
8768         (free_colors_x):
8769         (init_static_colors_table):
8770         (PictureFreeColors):
8771         (PictureInitColors):
8772         (PicturePrintColorInfo):
8773         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8774         free colors stuff
8776 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8778         * fvwm/move_resize.c (__move_window):
8779         ignore MoveToPage with sticky windows
8781         * fvwm/conditional.c (Circulate):
8782         (circulate_cmd):
8783         Next and Prev commands begin looking at the context window, if any
8785         * fvwm/focus.c (__focus_grab_buttons):
8786         fixed initial button grabbing on client window
8788         * fvwm/stack.c (BroadcastRestack):
8789         split long packets, fixed a bug and cleaned up
8791         * libs/Module.c (ReadFvwmPacket):
8792         ignore packets that are too long
8794         * fvwm/fvwm.1.in:
8795         document PopupDelay and PopdownDelay defaults
8797 2002-11-06  olicha  <olivier.chapuis@free.fr>
8799         * libs/Fft.c (FftGetFont):
8800         (FftGetRotatedFont):
8801         Use a more perfectioned method for loading font with Xft/Fc. This
8802         method allows sanity check. Preserve the matrix when rotating
8803         Xft/Fc fonts.
8805         * libs/Flocale.c (FlocaleGetMinOffset):
8806         (FlocaleRotateDrawString):
8807         (FlocaleGetFontSet):
8808         (FlocaleGetFont):
8809         * libs/Fft.c (FftDrawString):
8810         (FftGetFont):
8811         * libs/FftInterface.h:
8812         * fvwm/geometry.c (get_title_font_size_and_offset):
8813         Move the computation of the good "y" for drawing text into Flocale.
8814         Use the max ascent, descent and height for font metric (in the place
8815         of the min's one).
8817         * libs/Flocale.c (FlocalePrintLocaleInfo):
8818         * libs/Flocale.h:
8819         * libs/Fft.c (FftPrintPatternInfo):
8820         * libs/Fft.h:
8821         * fvwm/builtins.c (CMD_PrintInfo):
8822         * NEWS:
8823         * fvwm.1.in:
8824         New option "Locale" to PrintInfo Command
8826 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8828         * fvwm/events.c (HandleExpose):
8829         removed no-op
8831 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8833         * fvwm/fvwm.1.in: colour -> color
8834         Language check.
8836 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8838         * fvwm/fvwm.1.in:
8839         * fvwm/fvwm.c (usage):
8840         (main):
8841         pallet -> palette
8843 2002-11-04  olicha  <olivier.chapuis@free.fr>
8845         * configure.in:
8846         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8848         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8849         (finish_ct_init):
8850         (PictureFreeColors):
8851         (PicturePrintColorInfo):
8852         Trace colours allocation out of the pallet in depth <= 8. Better
8853         information on coulours
8855         * libs/Fft.c (FftGetRotatedFont):
8856         * libs/Fft.h:
8857         Fixed rotated font when the original font has a matrix
8859         * libs/PictureBase.c (PictureInitCMapRoot):
8860         * libs/PictureUtils.h:
8861         * libs/PictureUtils.c (PictureInitColors):
8862         (PictureAllocColorTable):
8863         * libs/PictureBase.h (PictureColorLimitOption):
8864         * fvwm/fvwm.c (main):
8865         * fvwm/fvwm.1.in
8866         New options -strict-color-limit, -allocate-pallet, -static-pallet,
8867         -named-pallet. -color-limit now take only integer argument.
8870 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8872         * libs/Module.h (struct):
8873         new type FvwmWinPacketBodyHeader to access the standard fields in a
8874         packet with a window
8876 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8878         * NEWS:
8879         updated for 2.4.13
8881         * fvwm/functable.c (func_table):
8882         * fvwm/commands.h:
8883         * fvwm/style.c (style_parse_one_style_option):
8884         (parse_and_set_window_style):
8885         (__style_command):
8886         (CMD_Style):
8887         (CMD_FocusStyle):
8888         added a new command FocusStyle as a shorthand for
8889         "Style * FP..., FP..."
8891         * fvwm/builtins.c (__parse_vector_line_one_coord):
8892         (__parse_vector_line):
8893         (ReadDecorFace):
8894         split vector line parsing into sub functions
8895         (FreeDecorFace):
8896         fixed core dump in vector button offset patch
8898 2002-11-01  Marcus Lundblad <ml@update.uu.se>
8900         * fvwm/screen.h (vector_coords):
8901         added fields for offsets
8902         * fvwm/builtins.c (ReadDecorFace):
8903         rewrote parser for vector definitions to accept optional offsets
8904         * fvwm/fvwm.c (LoadDefaultLeftButton):
8905         (LoadDefaultRightButton)
8906         set default values for offsets
8907         * fvwm/borders.c (border_draw_vector_to_pixmap):
8908         updated XDrawLine call to take offsets into account
8909         * fvwm/fvwm.1.in:
8910         documented new options for vector offsets
8912 2002-11-01  olicha  <olivier.chapuis@free.fr>
8914         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8915         Fixed icon tint pixel, it was set to icon tint percent during some
8916         renaming
8918 2002-10-31  olicha  <olivier.chapuis@free.fr>
8920         * libs/PictureUtils.c (PictureAllocColorImage):
8921         (PictureOpenImageColorAllocator):
8922         (PictureCloseImageColorAllocator):
8923         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8924         (FIMAGE_CMD_ARGS):
8925         (PImageLoadXpm):
8926         (PImageCreatePixmapFromArgbData):
8927         (PImageLoadPixmapFromFile):
8928         * libs/PictureBase.h (FvwmPictureThing):
8929         (PictureImageColorAllocator):
8930         * libs/Picture.h:
8931         * libs/Picture.c (PDestroyFvwmPicture):
8932         (PLoadFvwmPictureFromPixmap):
8933         * libs/Graphics.c (CreateGradientPixmap):
8934         * fvwm/fvwm.c:
8935         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8936         Added a new way to allocate colors for image and gradient. This method
8937         allows, in particular, to save (in a "fast" way) the allocated pixels
8938         with a minimal memory usage.
8939         Fixed color leaks for png, ewmh and dithered xpm images.
8941         * fvwm/add_window.c (destroy_icon):
8942         * fvwm/fvwm.h (FvwmWindow):
8943         * fvwm/icons.c (GetIconFromFile):
8944         Fixed color leaks
8946 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8948         * fvwm/commands.h:
8949         * fvwm/functable.c:
8950         * fvwm/stack.c (enum):
8951         (position_new_window_in_stack_ring):
8952         (new_layer):
8953         (must_move_transients):
8954         (restack_windows):
8955         (__restack_window):
8956         (__raise_lower_recursion):
8957         (__raise_or_lower_window):
8958         (raise_or_lower_window):
8959         (collect_transients_recursive):
8960         (__is_restack_transients_needed):
8961         (RestackWindow):
8962         (CMD_RestackTransients):
8963         new command RestackTransients which works like Raise and Lower but does
8964         not restack windows that are not transient
8965         renamed some functions
8966         general cleanup
8968         * fvwm/fvwm.1.in:
8969         corrected cursor movement key bindings
8971         * fvwm/bindings.c (activate_binding):
8972         fixed problem w/ bindings being overridden by applications OpenOffice
8973         and the Gnome panel
8975 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8977         * configure.in:
8978         * NEWS:
8979         switched to 2.5.5
8981         * configure.in:
8982         include FvwmProxy to build
8984 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8986         * configure.in:
8987         exclude FvwmProxy from build
8989         * configure.in:
8990         * NEWS:
8991         updated for 2.5.4
8993 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8995         * configure.in:
8996         added FvwmProxy module
8998 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9000         * fvwm/fvwm.1.in:
9001         * fvwm/windowlist.c (CMD_WindowList):
9002         renamed SortClassName to SortByClass
9004 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9006         * fvwm/menustyle.c (menustyle_update):
9007         (menustyle_parse_style):
9008         (menustyle_get_styleopt_index):
9009         (menustyle_parse_style):
9010         (CMD_CopyMenuStyle):
9011         * fvwm/menustyle.h:
9012         removed HilightRelief MenuStyle and hard coded it
9014 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9016         * fvwm/menus.c (make_menu_window):
9017         fixed updating menu background with "Menustyle * Background"
9019         * fvwm/stack.c (__get_stacking_sibling):
9020         (restack_windows):
9021         fixed another stacking problem
9023 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
9025         * acinclude.m4:
9026         * configure.in:
9027         corrected and lined up several help lines
9029         * INSTALL.fvwm:
9030         added --enable-xinerama-emulation description
9032 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9034         * fvwm/stack.c (restack_windows):
9035         (__get_stacking_sibling):
9036         fixed another stacking problem
9038 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9040         * fvwm/add_window.c (AddWindow):
9041         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9042         windows starting lowered or on other layers in FvwmPager
9044         * fvwm/stack.c (restack_windows):
9045         (__get_visible_window):
9046         fixed a stacking problem with layers
9048 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9050         * fvwm/functable.c (func_table):
9051         fixed Pick command
9053 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
9055         * NEWS:
9056         * fvwm/fvwm.1.in:
9057         * fvwm/windowlist.c:
9058         new WindowList option SortByResource
9060         * fvwm/style.c (check_window_style_change):
9061         * libs/FlocaleCharset.c:
9062         fixed gcc warning
9064         * AUTHORS:
9065         place recent authors to the top, not bottom
9067         * fvwm/builtins.c:
9068         corrected typo in error message
9070 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
9072         * fvwm/fvwm.1.in: Lang check done.
9074 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9076         * fvwm/menus.c:
9077         work on new menu loop code
9079         * libs/timeout.h:
9080         * libs/timeout.c:
9081         new files
9083         * fvwm/menus.c (__mloop_handle_event):
9084         (__mloop_get_event):
9085         (__mloop_handle_action_with_mi):
9086         * fvwm/menus.h (MenuReturn):
9087         renamed MenuReturn member menu to target_menu
9089         * fvwm/menus.c (__mloop_handle_event):
9090         * fvwm/menus.h (MenuReturn):
9091         removed a "write only" member of MenuReturn
9093         * fvwm/conditional.c (circulate_cmd):
9094         fixed the "Any" command
9096 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9098         * fvwm/stack.c (mark_transient_subtree):
9099         fixed stack ring corruption with iconified transients
9100         (restack_windows):
9101         fixed a problem with lowering windows below the icons of their
9102         transients
9104 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9106         * libs/Colorset.c:
9107         * fvwm/menustyle.c:
9108         * libs/Colorset.h:
9109         * libs/Flocale.h:
9110         * libs/PictureBase.h:
9111         * fvwm/menuitem.c:
9112         * fvwm/geometry.c:
9113         * fvwm/colorset.c:
9114         renamed colorset_struct to colorset_t
9116 2002-10-22  olicha  <olivier.chapuis@free.fr>
9118         * libs/PictureUtils.c:
9119         Minor fixes and add #if O experimental code
9121 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9123         * fvwm/icons.c (DrawIconPixmapWindow):
9124         (DrawIconWindow):
9125         * fvwm/events.c (HandlePropertyNotify):
9126         * libs/Fft.c (FftDrawString):
9127         * libs/Colorset.c (DumpColorset):
9128         (LoadColorset):
9129         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9130         use renamed colorset_struct members
9132         * libs/Colorset.h (colorset_struct):
9133         renamed and re-sorted members and cut down bit field lengths for
9134         percentile members
9136         * fvwm/menustyle.c (menustyle_update):
9137         fixed core dump
9139         * fvwm/stack.c (restack_windows):
9140         fixed flickering when raising transients; can't prevent flickering when
9141         lowering a window completely
9142         (restack_windows):
9143         fixed unnecessary error message
9145         * fvwm/fvwm.c (main):
9146         init Scr to zeros
9148         * fvwm/stack.c (__restack_window):
9149         fixed a stacking problem with icons
9151         * fvwm/add_window.c (destroy_icon):
9152         fixed a memory leak
9154 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9156         * fvwm/menuitem.c (menuitem_paint):
9157         * fvwm/menustyle.c (menustyle_parse_style):
9158         * fvwm/menus.c (paint_side_pic):
9159         (paint_menu):
9160         (select_menu_item):
9161         (repaint_transparent_menu):
9162         * fvwm/menustyle.h (MenuLook):
9163         cleaned up menu drawing code, fixed last patch
9165         * fvwm/menuitem.c (menuitem_paint):
9166         * fvwm/menustyle.c (menustyle_parse_style):
9167         fixed HilightBack default
9169         * fvwm/bindings.c (binding_cmd):
9170         (bind_get_bound_button_contexts):
9171         (ParseBinding):
9172         * fvwm/screen.h (ScreenInfo):
9173         fixed mouse bindings with buttons > 5
9175         * fvwm/menuitem.c (menuitem_paint):
9176         * fvwm/menustyle.c (menustyle_parse_style):
9177         (menustyle_parse_style):
9178         (CMD_CopyMenuStyle):
9179         (menustyle_update):
9180         (menustyle_free):
9181         * fvwm/menus.c (repaint_transparent_menu):
9182         * fvwm/menustyle.h:
9183         HilightBack and ActiveFore are now independent
9185 2002-10-18  olicha  <olivier.chapuis@free.fr>
9187         * libs/PictureUtils.c (get_color_index):
9188         (create_mapping_table):
9189         (PictureAllocColorTable):
9190         Use a new distance and method for color approximation. Use 68 colors
9191         for the default under depth 8. I am happy with this, should use a
9192         similar distance method for dithering
9194         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9195         (PictureAllocColorTable):
9196         (PictureDitherByDefault):
9197         (PictureUseBWOnly):
9198         (PictureIitColors):
9199         (PicturePrintColorInfo):
9200         * libs/PictureUtils.h:
9201         Allows -color-limit to work with any visual and depth for testing
9202         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9204         * fvwm/colorset.c:
9205         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9207 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9209         * fvwm/add_window.c (get_default_window_attributes):
9210         cleaned up
9212         * fvwm/builtins.c (CMD_ChangeDecor):
9213         removed some duplicate redrawing
9215         * fvwm/update.c (apply_decor_change):
9216         suppress duplicate window update upon ChangeDecor
9217         (apply_window_updates):
9218         do not delete the focus window
9220 2002-10-17  olicha  <olivier.chapuis@free.fr>
9222         * NEWS:
9223         A bunch of news
9225         * libs/Colorset.c (CreateBackgroundPixmap):
9226         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9228         * fvwm/builtins.c (CMD_Colorset):
9229         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9231 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9233         * fvwm/add_window.c (AddWindow):
9234         * fvwm/update.c (apply_window_updates):
9235         * fvwm/move_resize.c (handle_stick):
9236         (CMD_Stick):
9237         suppress drawing of sticky decorations initially
9238         reduce module communication overhead when (un)sticking windows
9240         * fvwm/borders.c (border_draw_decorations):
9241         * fvwm/window_flags.h:
9242         * fvwm/fvwm.h:
9243         * fvwm/frame.c (frame_create_move_resize_args):
9244         (get_resize_decor_gravities_one_axis):
9245         (frame_mrs_setup_draw_decorations):
9246         (mr_args_internal):
9247         initialize window decorations with a "None" pixmap;
9248         delay drawing window decorations initially to prevent drawing multiple
9249         times;
9250         => windows grabbing the focus upon startup are drawn focused
9251         immediately
9253         * fvwm/frame.c (frame_free_move_resize_args):
9254         reparent the frame hide windows to NoFocusWin instead of Root to
9255         suppress unnecessary ReparentNotify events
9257 2002-10-16  olicha  <olivier.chapuis@free.fr>
9259         * fvwm/fvwm.c (main):
9260         Fixed a typo
9262         * libs/FRender.h:
9263         Fixed compilation with X cvs
9265         * libs/Colorset.c (CreateBackgroundPixmap):
9266         Fixed a GC leak
9268         * fvwm/events.c (HandlePropertyNotify):
9269         * fvwm/colorset.c (update_root_pixmap):
9270         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9271         to found a root pixmap
9273 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9275         * fvwm/bindings.c (bind_get_bound_button_contexts):
9276         another mouse binding fix
9278         * fvwm/conditional.c (CreateConditionMask):
9279         simplified parsing
9280         all conditions have a negation with '!' prepended
9281         (Circulate):
9282         (CMD_All):
9283         (select_cmd):
9284         Current, All, Pick, ThisWindow and PointerWindow imply the
9285         CirculateHitShaded condition.
9287         * fvwm/focus.c (__focus_grab_buttons):
9288         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9289         fixed bindings using mouse buttons >= 6
9291 2002-10-15  olicha  <olivier.chapuis@free.fr>
9293         * libs/PictureUtils.c (PicturePrintColorInfo):
9294         (print_colormap):
9295         * fvwm/commands.h:
9296         * fvwm/functable.c (func_table):
9297         * fvwm/builtins.c (CMD_PrintInfo):
9298         * fvwm/fvwm.1.in:
9299         New cmd PrintInfo. Only one arg at present time: "Colors"
9301         * fvwm/fvwm.c (main):
9302         Auto detect card with 2 hardware colormaps and choose the best
9303         visual and colormap
9305         * libs/PictureUtils.c (PictureInitColors):
9306         (*):
9307         * libs/PictureUtils.h:
9308         * fvwm/fvwm.c (main):
9309         * libs/PictureBase.c (PictureInitCMapRoot):
9310         (PictureInitCMap):
9311         * libs/PictureBase.h:
9312         Try to support DirectColor visual in a good way, I do not think
9313         this is really useful.
9314         Added a flexible interface function PictureInitColors for
9315         colors allocation initialization.
9316         Some cleanup in color allocation and some preparation for a new
9317         method for saving and freeing colors allocated by images and gradients.
9318         Removed some ifdefed to 0 debug code.
9320         * libs/Picture.c (*):
9321         * libs/Picture.h:
9322         * libs/PictureImageLoader.c (*):
9323         * libs/PictureImageLoader.h:
9324         Replace Root by win
9326 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9328         * fvwm/add_window.c (setup_key_and_button_grabs):
9329         * fvwm/bindings.c (ParseBinding):
9330         (activate_binding):
9331         * fvwm/add_window.c (setup_key_and_button_grabs):
9332         don't grab window context specific bindings anymore; instead, set
9333         Scr.buttons2grab accordingly
9335         * fvwm/bindings.c (activate_binding):
9336         fixed stroke bindings on window context being ignored if no other
9337         action was bound to that context
9339         * fvwm/add_window.c (destroy_icon):
9340         fixed duplicate icon pixmap when switching from NoIconOverride to
9341         IconOverride
9343 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9345         * fvwm/icons.c:
9346         re-indented some code
9347         (AutoPlaceIcon):
9348         fixed random position of icon title for icons with a position hint
9350         * fvwm/fvwm.1.in:
9351         corrected default of Use/NoIconPosition style
9353 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9355         * fvwm/windowlist.c (CMD_WindowList):
9356         fixed random string for iconified windows in the WindowList
9358 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9360         * NEWS:
9361         updated for 2.4.12
9363 2002-10-08  olicha  <olivier.chapuis@free.fr>
9365         * libs/PictureBase.c (*):
9366         (PictureInitCMapRoot)
9367         (PictureSetupWhiteAndBlack):
9368         (PictureWhitePixel):
9369         (PictureBlackPixel):
9370         (PictureDefaultGC):
9371         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9372         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9373         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9374         but always use the root visual and allows to set or not a private
9375         color limit table.
9376         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9377         but which respects the Pvisual
9379         * libs/PictureGraphics.c (*):
9380         * libs/FScreen.c (FScreenInit):
9381         * libs/FRender.c (FRenderRender):
9382         * libs/Fft.c (FftDrawString):
9383         * fvwm/icons.c (CreateIconWindow):
9384         * fvwm/colorset.c (parse_colorset):
9385         * fvwm/move_resize.c (CMD_XorValue):
9386         * fvwm/colorset.c (alloc_colorset):
9387         * fvwm/fvwm.c (main):
9388         Use the new interface functions and some fix if the fvwm depth !=
9389         the root depth.
9391         * libs/PictureUtils.c (PictureAllocColorTable):
9392         Change the default color table to a 4x4x4 cc + 4 grey
9394 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9396         * fvwm/fvwm.1.in: Use built-in, not builtin.
9398 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9400         * configure.in:
9401         s/FvwmNewDebug/FvwmDebug/
9403         * fvwm/commands.h:
9404         * fvwm/conditional.c (CMD_NoWindow):
9405         * fvwm/functable.c:
9406         * NEWS:
9407         new command NoWindow to remove window context
9409         * fvwm/fvwm.1.in:
9410         use "fvwm" spelling, at least in the middle of sentences
9412 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9414         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9415         builtin commands.  Use "builtin", not "built in" or "built-in".
9416         Other adjustments.
9418 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9420         * libs/Graphics.c (do_relieve_rectangle):
9421         removed debug message
9423         * fvwm/focus.c (__update_windowlist):
9424         (__set_focus_to_fwin):
9425         fixed reversal of __update_windowlist arguments causing FlipFocus to
9426         break [and maybe other things]
9428 2002-10-05  olicha  <olivier.chapuis@free.fr>
9430         * libs/PictureUtils.c (alloc_color_cube):
9431         It si possible to enable "gamma correction" for colors cubes (disabled,
9432         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9434         * libs/PictureUtils.c (get_color_index):
9435         (create_mapping_table):
9436         Use a more exact approximation of colors for pur cc without the big
9437         16x16x16 cc
9439         * libs/PictureUtils.c (PictureFreeColors):
9440         Fixed a memory leak
9442         * libs/Graphics.c (CreateGradientPixmap):
9443         (CreateGradientPixmapFromString):
9444         Cleanup
9446 2002-10-04  olicha  <olivier.chapuis@free.fr>
9448         * libs/PictureUtils.c (*):
9449         Used a better color approximation for color cube when we do not dither.
9450         Added some new colors tables: color cube with some grey colors.
9451         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9452         Some visual fixes.
9454         * fvwm/fvwm.c (main):
9455         Fixed the visual option
9457 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9459         * configure.in:
9460         generate FvwmNewDebug and FvwmGtkDebug
9462 2002-10-02  olicha  <olivier.chapuis@free.fr>
9464         * libs/PictureUtils.c (USED_DIST):
9465         Used the euclidian distance for colors distance
9467         * libs/Fft.c (FftGetFont):
9468         Disable Xft if the Xserver does not support XRender
9470 2002-10-01  olicha  <olivier.chapuis@free.fr>
9472         * libs/Fft.c (FftGetFont):
9473         Disable Xft if the Xserver does not support XRender
9475         * libs/FRender.c (FRenderRender):
9476         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9477         Fixed
9479         * libs/Colorset.c (SetRectangleBackground):
9480         (SetClippedRectangleBackground):
9481         * libs/Colorset.h:
9482         New interface function for drawing a subset of a colorset rectangle
9484 2002-09-26  olicha  <olivier.chapuis@free.fr>
9486         * fvwm/update.c (apply_window_updates):
9487         Fixed icons colorset update
9489         * libs/FRender.c (FRenderRender):
9490         Fixed bitmap rendering
9492         * fvwm/update.c (apply_window_updates):
9493         * fvwm/geometry.c (move_icon_to_position):
9494         * fvwm/events.c (HandleEnterNotify):
9495         (HandleExpose):
9496         (HandleLeaveNotify):
9497         (HandlePropertyNotify):
9498         * fvwm/add_window.c (setup_icon_font):
9499         * fvwm/icons.c (DrawIconWindow):
9500         (DrawIconTitleWindow):
9501         (DrawIconPixmapWindow):
9502         (ChangeIconPixmap):
9503         (RedoIconName):
9504         Fixed focus/unfocus flickering
9506 2002-09-25  olicha  <olivier.chapuis@free.fr>
9508         * fvwm/icons.c (DrawIconTitleWindow):
9509         One more drawing fix
9511 2002-09-24  olicha  <olivier.chapuis@free.fr>
9513         * fvwm/icons.c (DrawIconTitleWindow):
9514         An other drawing fix
9516 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9518         * fvwm/move_resize.c (__move_loop):
9519         fixed uninitialised variable
9520         (InteractiveMove):
9521         fixed starting move at random position
9523 2002-09-24  olicha  <olivier.chapuis@free.fr>
9525         * fvwm/update.c (apply_window_updates):
9526         * fvwm/geometry.c (move_icon_to_position):
9527         * fvwm/events.c (HandleEnterNotify):
9528         (HandleExpose):
9529         (HandleLeaveNotify):
9530         (HandlePropertyNotify):
9531         * fvwm/add_window.c (setup_icon_font):
9532         * fvwm/icons.c (DrawIconWindow):
9533         (DrawIconTitleWindow):
9534         (DrawIconPixmapWindow):
9535         (ChangeIconPixmap):
9536         (RedoIconName):
9537         Fixed icon drawing. Split icon window drawing.
9539         * libs/FRender.c (*):
9540         Fixed compilation and small clean up
9542 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9544         * fvwm/conditional.c (CreateFlagString):
9545         fixed quoting in conditional command conditions
9547         * fvwm/menus.c (__mloop_handle_event):
9548         removed unnecessary querying of pointer position on button release in
9549         menus
9550         (__menu_loop):
9551         fixed posting menus
9553         * fvwm/bindings.c (ParseBinding):
9554         increased maximum allowed key symbol name length to 200 characters
9556         * fvwm/execcontext.h (enum):
9557         * fvwm/fvwm.c (Done):
9558         (SetRCDefaults):
9559         (main):
9560         (StartupStuff):
9561         use new contexts
9563         * fvwm/execcontext.h (enum):
9564         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9566         * fvwm/menus.c (pop_menu_up):
9567         fixed accidental menu animation with certain menu position hints
9569 2002-09-23  olicha  <olivier.chapuis@free.fr>
9571         * libs/FRender.c (*):
9572         Fixed(?) XRender rendering with some Xserver
9574         * fvwm/update.c (apply_window_updates):
9575         * fvwm/geometry.c (move_icon_to_position):
9576         * fvwm/events.c (HandleEnterNotify):
9577         (HandleExpose):
9578         (HandleLeaveNotify):
9579         (HandlePropertyNotify):
9580         * fvwm/add_window.c (setup_icon_font):
9581         * fvwm/icons.c (DrawIconWindow):
9582         (ChangeIconPixmap):
9583         (RedoIconName):
9584         Clip text and icon drawing for the icons
9586 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9588         * NEWS:
9589         * libs/System.c:
9590         Path commands now support form: "path1;ext1:path2:path3;ext3"
9591         where ext1 (for example, ".png") means all files in path1 should
9592         be forced to have extention ".png" even if the requested icon
9593         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9595         * fvwm/execcontext.h:
9596         small changes in latters used for EXCT_* constants
9598         * fvwm/module_interface.c:
9599         * libs/Picture.c:
9600         * libs/PictureBase.c:
9601         * fvwm/cursor.c:
9602         some spacing reindentation
9604 2002-09-21  olicha  <olivier.chapuis@free.fr>
9606         * libs/FRender.c (FRenderCompositeAndCheck):
9607         Temporally take GraphicsExposure in account
9609 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9611         * libs/vpacket.h:
9612         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9614 2002-09-20  olicha  <olivier.chapuis@free.fr>
9616         * fvwm/icons.c (GetIconPicture):
9617         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9618         Fixed the alpha channel
9620 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9622         * NEWS:
9623         updated for 2.4.11
9625 2002-09-20  olicha  <olivier.chapuis@free.fr>
9627         * libs/FRender.c (FRenderTintPicture):
9628         (FRenderTintRectangle):
9629         (FRenderRender):
9630         * libs/FRenderInterface.h:
9631         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9632         Make FRender code more modular. Add a 24+8 tinting method and enable it
9633         in the place of the 32 tinting method (which can be enabled by defining
9634         USE_ABSOLUTE_FORMATE)
9636 2002-09-19  olicha  <olivier.chapuis@free.fr>
9638         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9639         (animated_move_back):
9640         (pop_menu_up):
9641         (repaint_transparent_menu):
9642         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9643         (AnimatedMoveAnyWindow):
9644         * fvwm/move_resize.h:
9645         Support the new colorset transparent options and fix greyed item
9646         of transparent animated menus
9648         * fvwm/menus.c (pop_menu_up):
9649         (animated_move_back):
9651         * libs/Rectangles.c:
9652         * libs/Rectangles.h:
9653         * libs/Makefile.am:
9654         New libs files for rectangles, segments, regions ..etc
9656         * fvwm/menus.c (clear_expose_menu_area):
9657         (get_menu_paint_item_parameters):
9658         (paint_menu):
9659         (select_menu_item):
9660         (ParentalMenuRePaint):
9661         (ParentalMenuRePaint):
9662         * fvwm/menuitem.c (clear_menu_item_background):
9663         (menuitem_paint):
9664         * fvwm/menuitem.h (MenuPaintItemParameters):
9665         Clip the item icons and text drawing
9667         * fvwm/menus.c (__mloop_exit):
9668         Fixed an indirect uninitialized variable bug
9670         * fvwm/menus.c (__mloop_handle_event): *
9671         (__mloop_handle_action_with_mi): *
9672         Update some comments
9674         * libs/FRender.c (FRenderVisualInit):
9675         (FRenderRender):
9676         * fvwm/colorset.c (parse_colorset):
9677         Small clean up
9679 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9681         * fvwm/menus.c (__menu_loop):
9682         (__mloop_handle_action_with_mi):
9683         fixed parent menu redrawing
9685         * fvwm/style.c (check_window_style_change):
9686         * fvwm/update.c (apply_window_updates):
9687         * fvwm/add_window.c (setup_icon_size_limits):
9688         honour changes in IconSize style without recapture
9690         * fvwm/focus.c (focus_query_open_grab_focus):
9691         * fvwm/events.c (HandlePropertyNotify):
9692         * fvwm/add_window.c (setup_transientfor):
9693         take care of various funny initial transientfor settings
9695         * fvwm/stack.c (__raise_lower_recursion):
9696         new function
9697         fixed stacking core dump
9699 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9701         * libs/Graphics.c:
9702         ANSI C fixes
9704         * configure.in:
9705         added a program that tests for -Werror option and similar; bug out of
9706         configure if the test program doesn't compile
9708 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9710         * fvwm/fvwm.1.in:
9711         * configure.in:
9712         add a "do not edit" warning at the beginning of the man page
9714         * configure.in:
9715         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9717         * libs/FScreen.c (XineramaQueryScreens):
9718         fixed linking problem when compiling without Xinerama
9720         * fvwm/cursor.c (CMD_CursorStyle):
9721         fixed cursorstyle command being applied to windows without handles
9723         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9724         (EWMH_ProcessPropertyNotify):
9725         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9726         (GNOME_HandlePropRequest):
9727         fixed dummy macros when compiling without gnome/ewmh support
9729 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9731         * libs/queue.c (fqueue_add_inside):
9732         add a new command with the same execution time as a previous one behind
9733         it
9735         * configure.in:
9736         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9737         error message
9739         * fvwm/functions.c (__execute_function):
9740         * fvwm/execcontext.h (exec_context_type_t):
9741         replace enum values with letters for readability
9743         * fvwm/functions.c (__execute_function):
9744         improved command log output
9746         * fvwm/schedule.c (execute_obj_func):
9747         fixed schedule queue timing
9749         * configure.in:
9750         refuse to run configure if CFLAGS is not empty
9752 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9754         * fvwm/misc.c:
9755         fixed compilation with --enable-command-log; simplified fvwm_msg()
9757         * libs/Module.c:
9758         reformatted; don't send end-of-line with SET_*MASK
9760 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9762         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9763         fixed multipixmap title drawing
9765         * fvwm/frame.h (struct):
9766         * fvwm/frame.c (frame_get_titlebar_dimensions):
9767         removed unused code
9769         * fvwm/events.c (HandlePropertyNotify):
9770         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9772         * libs/Fft.c (FftDrawString):
9773         -Wall fix when compiling w/o Xft
9775 2002-09-15  olicha  <olivier.chapuis@free.fr>
9777         * libs/Colorset.c (CreateBackgroundPixmap):
9778         Fixed a dpy problem with FvwmBacker
9779         * libs/Colorset.c (CreateBackgroundPixmap):
9780         Fixed creation a root transparent pixmap for small root pixmap
9782 2002-09-14  olicha  <olivier.chapuis@free.fr>
9784         * libs/Fft.c (FftDrawString):
9785         Fixed clip region with shadow font
9787         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9788         Added a function to create translucent pixmaps
9789         * libs/Colorset.c (CreateBackgroundPixmap):
9790         A small fix
9791         * libs/FRender.c (FRenderRender):
9792         Allows to use the root window as src pixmap
9794 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9796         * fvwm/fvwm.1.in:
9797         Fixed open double quotes in ButtonState section
9799 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9801         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9803 2002-09-13  olicha  <olivier.chapuis@free.fr>
9805         * libs/Colorset.c (CreateBackgroundPixmap):
9806         (UpdateBackgroundTransparency):
9807         (SetRectangleBackground):
9808         * libs/Colorset.h:
9809         * fvwm/colorset.c (*):
9810         * fvwm/colorset.h:
9811         * fvwm/events.c (HandlePropertyNotify):
9812         Starting implementation of RootTransparent colorset. Worked on
9813         tinted Transparent colorset. Various colorset parsing fixes.
9815         * libs/Fft.c (FftDrawString):
9816         * libs/Flocale.h:
9817         Added the possibility to draw with a clipping region.
9819         * libs/FRender.c (FRenderRender):
9820         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9821         (PCreateRenderPixmap):
9822         (PGraphicsCreateTransprency):
9823         (PGraphicsTintRectangle):
9824         Improve current rendering functions to be able to tint the
9825         ParentalRelative pixmap or the background of a window.
9826         Re-enabled XRender rendering.
9828         * fvwm/borders.c:
9829         remove a #if 0 debug "render" code
9831 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9833         * fvwm/builtins.c (ReadTitleButton):
9834         * fvwm/screen.h:
9835         new button state shortcuts AllNormal, AllToggled,
9836         AllActive, AllInactive, AllUp, AllDown
9838         * fvwm/module_interface.c:
9839         minor reformatting
9841         * acconfig.h:
9842         possibly fixed compilation with non gcc
9844 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9846         * fvwm/focus.c (_focus_grab_buttons):
9847         (__focus_grab_buttons):
9848         renamed
9849         (__focus_grab_one_button):
9850         grab all modifier combinations on client windows by default if
9851         necessary; this saves a lot of traffic but may grab unnecessary
9852         modifiers with mouse bindings on the client window
9854         * fvwm/fvwm.1:
9855         * libs/defaults.h (DEF_FP_MODIFIERS):
9856         * fvwm/events.c (__handle_focus_raise_click):
9857         * fvwm/style.c (style_parse_focus_policy_style):
9858         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9859         default is now to use any modifiers for clicktofocus/raise purposes
9861         * fvwm/menus.c (__mloop_get_event):
9862         fixed menu hang
9863         (menu_tear_off):
9864         fixed tear off menus
9866         * libs/FEvent.c (FCheckIfEvent):
9867         (FCheckMaskEvent):
9868         (FCheckTypedEvent):
9869         (FCheckTypedWindowEvent):
9870         (FCheckWindowEvent):
9871         fixed FCheck...Event functions thus fixing Menu command behaving like
9872         Popup
9874         * fvwm/move_resize.c (InteractiveMove):
9875         fixed offset between pointer and window when dragging
9877         * fvwm/virtual.c (HandlePaging):
9878         * fvwm/icons.c (CMD_Iconify):
9879         * fvwm/move_resize.c (InteractiveMove):
9880         * fvwm/menus.c (get_menu_options):
9881         (get_menu_options):
9882         * libs/FScreen.c (GetMouseXY):
9883         use new function fev_get_evpos_or_query()
9885         * libs/Makefile.am:
9886         * libs/Pointer.c:
9887         removed file
9889         (GetLocationFromEventOrQuery):
9890         moved to FEvent.c and renamed to fev_get_evpos_or_query()
9891         * libs/FEvent.c (fev_set_evpos):
9892         new function
9894         * fvwm/functions.c (__execute_function):
9895         (execute_complex_function):
9896         fixed complex action clicking logic
9898         * fvwm/add_window.c (CaptureOneWindow):
9899         fixed RecaptureWindow
9900         (CaptureAllWindows):
9901         fixed Restart
9903         * fvwm/functable.c (func_table):
9904         fixed running RecaptureWindow without a context window
9906         * fvwm/conditional.c (circulate_cmd):
9907         fixed action to run
9909         * fvwm/events.c (HandleVisibilityNotify):
9910         fixed VisibilityNotify handling
9912         * fvwm/functions.c (execute_complex_function):
9913         fixed memory corruption
9914         (__execute_function):
9915         fixed using wrong context
9916         (__execute_function):
9917         removed conditional that was always true now
9918         (DeferExecution):
9919         fixed core dump
9921         * fvwm/module_interface.c (ExecuteModuleCommand):
9922         initialise module number
9924 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9926         * fvwm/add_window.c (CaptureOneWindow):
9927         fixed memory corruption
9929         * fvwm/icons.c (Iconify):
9930         (DeIconify):
9931         fixed bug introduced with transient stacking patch
9933         * fvwm/functions.c (DeferExecution):
9934         (__execute_function):
9935         (execute_complex_function):
9936         cleaned up and optimized exec_context handling
9938         * fvwm/schedule.c:
9939         * fvwm/menucmd.c:
9940         * fvwm/update.c:
9941         * fvwm/windowlist.c:
9942         * fvwm/conditional.c:
9943         * fvwm/focus.c:
9944         * fvwm/functions.c:
9945         * fvwm/placement.c:
9946         * fvwm/colorset.c:
9947         * fvwm/stack.c:
9948         * fvwm/virtual.c:
9949         * fvwm/module_interface.c:
9950         * fvwm/icons.c:
9951         * fvwm/builtins.c:
9952         * fvwm/add_window.c:
9953         * fvwm/move_resize.c:
9954         * fvwm/fvwm.h (F_CMD_ARGS):
9955         (F_PASS_ARGS):
9956         completely removed the builtin command arguments fw, w, and context
9958         * fvwm/functions.c (DeferExecution):
9959         fixed core dump
9961         * fvwm/stack.c (BroadcastRestack):
9962         removed global lastTimestamp
9964         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9965         (EWMH_ProcessPropertyNotify):
9966         (ewmh_WMStateShaded):
9967         (ewmh_WMStateSticky):
9968         (ewmh_WMStateHidden):
9969         (ewmh_WMState):
9970         (ewmh_MoveResize):
9971         (ewmh_WMDesktop):
9972         (ewmh_CloseWindow):
9973         (ewmh_DesktopGeometry):
9974         (ewmh_ActiveWindow):
9975         use new function interface
9977         * fvwm/menus.c (do_menu):
9978         * fvwm/menucmd.c (menu_func):
9979         * fvwm/windowlist.c (CMD_WindowList):
9980         use new function interface
9981         replaced "(XEvent *)1" hack with a regular flag
9983 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9985         * fvwm/add_window.c (destroy_window):
9986         * fvwm/update.c (destroy_scheduled_windows):
9987         * fvwm/screen.h (ScreenInfo):
9988         new member is_executing_menu_function
9990         * fvwm/windowlist.c (CMD_WindowList):
9991         * fvwm/menucmd.c (menu_func):
9992         * fvwm/gnome.c (CMD_GnomeButton):
9993         (GNOME_ProcessClientMessage):
9994         (GNOME_HandlePropRequest):
9995         * fvwm/modconf.c (CMD_Send_ConfigInfo):
9996         * fvwm/update.c (apply_window_updates):
9997         * fvwm/repeat.c (CMD_Repeat):
9998         * fvwm/conditional.c (circulate_cmd):
9999         (CMD_Prev):
10000         (CMD_Next):
10001         (CMD_None):
10002         (CMD_Any):
10003         (CMD_Current):
10004         (CMD_Cond):
10005         (CMD_CondCase):
10006         (select_cmd):
10007         (CMD_All):
10008         (CMD_Direction):
10009         (CMD_WindowId):
10010         * fvwm/focus.c (warp_to_fvwm_window):
10011         (CMD_WarpToWindow):
10012         * fvwm/read.c (run_command_stream):
10013         (run_command_file):
10014         (CMD_Read):
10015         (CMD_PipeRead):
10016         * fvwm/fvwm.c (Done):
10017         (SetRCDefaults):
10018         (StartupStuff):
10019         (main):
10020         use new function interface
10021         (main):
10022         fixed running startup script under random module number
10024         * fvwm/functions.c (execute_function_override_window):
10025         * fvwm/functions.c (execute_function_override_wcontext):
10026         new convenience functions
10028         * fvwm/gnome.c:
10029         * fvwm/modconf.c:
10030         * fvwm/session.c:
10031         re-indented
10033         * fvwm/module_interface.c (CMD_Send_WindowList):
10034         (CMD_set_mask):
10035         (CMD_set_sync_mask):
10036         (CMD_set_nograb_mask):
10037         fixed core dumps
10038         don't use "Module" argument anymore
10039         (ExecuteModuleCommand):
10040         made static
10041         use new function interface
10043         * fvwm/add_window.c (CaptureOneWindow):
10044         (do_recapture):
10045         (CaptureAllWindows):
10046         * fvwm/events.c (HandleMapRequestKeepRaised):
10047         * fvwm/add_window.c (AddWindow):
10048         AddWindow takes executiuon context as its argument instead of the
10049         window; changed caller
10050         don't use "Event" anymore
10052         * fvwm/fvwm.c (StartupStuff):
10053         generate an execution context for startup
10055         * fvwm/move_resize.c (DoResize):
10056         (__resize_step):
10057         (moveLoop):
10058         (__move_loop):
10059         renamed and used new function interface in args
10061         * fvwm/geometry.c (constrain_size):
10062         added XEvent *e argument to remove use of global "Event"; changed all
10063         callers
10065 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10067         * fvwm/stack.c (get_next_window_in_stack_ring):
10068         (get_prev_window_in_stack_ring):
10069         (get_transientfor_fvwmwindow):
10070         * fvwm/icons.c (SetMapStateProp):
10071         * fvwm/events.c (fake_map_unmap_notify):
10072         * fvwm/misc.c (IsRectangleOnThisPage):
10073         * fvwm/menus.c (menu_enter_tear_off_menu):
10074         (menu_close_tear_off_menu):
10075         * fvwm/icons.c (DrawIconWindow):
10076         * fvwm/focus.c:
10077         * fvwm/colormaps.c (InstallWindowColormaps):
10078         made FvwmWindow * arguments const in many functions
10080         * fvwm/menus.c (pop_menu_up):
10081         (pop_menu_down):
10082         (__mloop_do_menu):
10083         (__mloop_do_popup):
10084         (do_menu):
10085         (menu_enter_tear_off_menu):
10086         (__mloop_get_event):
10087         (__mloop_get_event_timeout_loop):
10088         (__mloop_do_menu):
10089         (__mloop_get_mi_actions):
10090         (is_double_click):
10091         * fvwm/events.c (HandleEnterNotify):
10092         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10093         (__move_window):
10094         (__move_loop):
10095         (__resize_step):
10096         (__resize_window):
10097         * fvwm/functions.c (DeferExecution):
10098         (__execute_function):
10099         * fvwm/windowlist.c (CMD_WindowList):
10100         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10101         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10102         (ExecuteModuleCommand):
10103         * fvwm/builtins.c (CMD_Wait):
10104         * fvwm/events.c (WaitForButtonsUp):
10105         (HandleShapeNotify):
10106         (HandleVisibilityNotify):
10107         (HandleUnmapNotify):
10108         (HandleSelectionRequest):
10109         (HandleReparentNotify):
10110         (HandlePropertyNotify):
10111         (HandleMotionNotify):
10112         (HandleMapRequestKeepRaised):
10113         (HandleMapRequest):
10114         (HandleMappingNotify):
10115         (HandleMapNotify):
10116         (HandleLeaveNotify):
10117         (HandleKeyPress):
10118         (HandleFocusOut):
10119         (HandleFocusIn):
10120         (HandleExpose):
10121         (HandleEnterNotify):
10122         (HandleDestroyNotify):
10123         (HandleColormapNotify):
10124         (HandleClientMessage):
10125         (HandleButtonRelease):
10126         (HandleButtonPress):
10127         (__handle_bpress_on_root):
10128         (__handle_bpress_action):
10129         (__handle_click_to_raise):
10130         (__handle_click_to_focus):
10131         (__is_bpress_window_handled):
10132         (__handle_focus_raise_click):
10133         don't use "Event", "Fw" and old_execute_function() anymore
10135         * fvwm/events.c (dispatch_event):
10136         removed preserve_tmpwin argument; changed all callers
10138         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10139         fixed random focus member of faked event
10141         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10142         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10143         (EWMH_ProcessPropertyNotify):
10144         * fvwm/move_resize.c (DisplaySize):
10145         (DisplayPosition):
10146         (position_geometry_window):
10147         * fvwm/geometry.c (get_window_borders):
10148         (get_window_borders_no_title):
10149         made args const
10151         * fvwm/events.c (dispatch_event):
10152         create event execution context
10153         (HandleClientMessage):
10154         removed useless local "button"
10155         (GetContext):
10156         don't fiddle with global Fw anymore; added argument to return context
10157         window; changed all callers
10159         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10160         * fvwm/move_resize.c (__resize_window):
10161         use new event handle interface
10163         * fvwm/events.c:
10164         * fvwm/eventhandler.h:
10165         new event handler interface
10167         * fvwm/functions.c (CMD_Plus):
10168         * fvwm/builtins.c (AddToDecor):
10169         (CMD_AddToDecor):
10170         (CMD_DestroyDecor):
10171         use F_CMD_ARGS in AddToDecor
10172         (CMD_StrokeFunc):
10173         removed useless check for realloc return value
10174         use new function interface
10175         fixed another memory leak
10177         * fvwm/builtins.c (__remove_window_decors):
10178         replace old_execute_function with execute_function
10180         * fvwm/add_window.c (setup_window_placement):
10181         * fvwm/placement.c (PlaceWindow):
10182         * fvwm/schedule.c (execute_obj_func):
10183         * fvwm/colorset.c (add_to_junk):
10184         use new function call interface
10186         * fvwm/fvwm.h (F_EXEC_ARGS):
10187         (F_PASS_EXEC_ARGS):
10188         removed now unused macros
10190         * fvwm/functions.c (CheckActionType):
10191         (cf_cleanup):
10192         (DeferExecution):
10193         (__execute_function):
10194         (__run_complex_function_items):
10195         (execute_complex_function):
10196         rewrote function call interface
10198         * fvwm/functions.c (__run_complex_function_items):
10199         new function split off from execute_complex_function
10201         * fvwm/externs.h:
10202         * fvwm/events.c:
10203         removed "Event" global
10205 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10207         * fvwm/fvwm.1.in: Language check.
10209 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10211         * fvwm/functions.c (old_execute_function):
10212         removed
10214         * fvwm/module_interface.c (do_execute_module):
10215         don't write module argument anymore; code claimed that writing 0 into
10216         *Module prevented WaitForButtonsUp from being called, but that was
10217         either a lie or a relic of the past
10219         * fvwm/fvwm.h (exec_func_args_type):
10220         removed type
10221         (F_CMD_ARGS):
10222         (F_PASS_ARGS):
10223         removed *Module argument
10225         * fvwm/functions.c (__execute_function):
10226         new interface
10228         * fvwm/functions.h (enum):
10229         added more function execution falgs
10231         * fvwm/fvwm.h:
10232         add exec_context_t *exc to builtin arguments
10234         * libs/FEvent.c (fev_copy_last_event):
10235         new function
10237         * fvwm/execcontext.h:
10238         * fvwm/execcontext.c:
10239         new files introducing the "exec_context_t" structure that shall replace
10240         the builtin command interface
10242         * fvwm/stack.c (__RaiseOrLowerWindow):
10243         (RaiseOrLowerWindow):
10244         (__restack_window):
10245         (mark_transient_subtree):
10246         (__sort_transient_ring):
10247         properly handle restacking of windows with more than one transient and
10248         multiple levels of transients at the same time
10249         (__RaiseOrLowerWindow):
10250         (RaiseOrLowerWindow):
10251         renamed function and added wrapper
10253         * fvwm/fvwm.h (FvwmWindow):
10254         added new scratch registers
10256 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10258         * configure.in:
10259         * Makefile.am:
10260         minor improvements in the new release procedure
10262 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10264         * fvwm/stack.c (RaiseOrLowerWindow):
10265         (__restack_window):
10266         (mark_transient_subtree):
10267         (must_move_transients):
10268         (is_on_top_of_layer_ignore_rom):
10269         handle restacking trees of transient windows; still does not work too
10270         well if a window has multiple transients at the same time
10272 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10274         * fvwm/stack.h:
10275         * fvwm/stack.c:
10276         restored versions from before 9th of September
10277         (RaiseOrLowerWindow):
10278         fixed StackTransientParent style without RaiseTransient or
10279         LowerTransient on transient_for window
10280         StackTransientParent works only on window in the same layer
10281         (mark_transient_subtree):
10282         fixed handling of window group hint w/ iconify
10283         (restack_windows):
10284         (RaiseOrLowerWindow):
10285         (new_layer):
10286         fixed flickering when overlapping transients aree lowered
10288         * fvwm/move_resize.c (__resize_window):
10289         * fvwm/colorset.c (add_to_junk):
10290         cleaned up event handling
10292         * fvwm/move_resize.c (__resize_window):
10293         renamed function and changed callers
10295         * fvwm/fvwm.h (F_PASS_ARGS):
10296         (F_CMD_ARGS):
10297         removed eventp command argument
10299         * fvwm/events.c (DispatchEvent):
10300         (dispatch_event):
10301         renamed function, added event argument and changed all callers
10303         * libs/FEvent.c (fev_fake_event):
10304         * libs/FEvent.c (fev_get_evtype__remove_me):
10305         new functions
10307         * fvwm/menus.c (menuShortcuts):
10308         (is_double_click):
10309         (pop_menu_up):
10310         (pop_menu_up):
10311         (pop_menu_down):
10312         (pop_menu_down):
10313         (__mloop_init):
10314         (__mloop_get_event_timeout_loop):
10315         (__mloop_get_event):
10316         (__mloop_do_popup):
10317         (__mloop_do_popup):
10318         (do_menu):
10319         * fvwm/builtins.c (CMD_FakeClick):
10320         * fvwm/functions.c (CheckActionType):
10321         (CheckActionType):
10322         * fvwm/focus.c (__try_program_focus):
10323         (__try_program_focus):
10324         * fvwm/icccm2.c (SetupICCCM2):
10325         * fvwm/virtual.c (HandlePaging):
10326         * fvwm/module_interface.c (make_vpacket):
10327         (make_new_vpacket):
10328         * fvwm/schedule.c (squeue_get_next_ms):
10329         (squeue_get_next_ms):
10330         (CMD_Schedule):
10331         * fvwm/stack.c (BroadcastRestack):
10332         * fvwm/move_resize.c (resize_window):
10333         (moveLoop):
10334         * libs/FEvent.c (fev_get_evtime):
10335         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10337         * fvwm/events.c (HandleEnterNotify):
10338         (DispatchEvent):
10339         (My_XNextEvent):
10340         (discard_events):
10341         (discard_window_events):
10342         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10343         (moveLoop):
10344         (resize_window):
10345         * fvwm/menus.c (__mloop_get_event):
10346         * fvwm/virtual.c (HandlePaging):
10347         (MoveViewport):
10348         * fvwm/functions.c (DeferExecution):
10349         (CheckActionType):
10350         * fvwm/misc.c (get_server_time):
10351         * fvwm/builtins.c (CMD_StrokeFunc):
10352         * fvwm/menus.c (pop_menu_up):
10353         (pop_menu_down):
10354         (__mloop_init):
10355         * libs/FEvent.c (fev_update_last_timestamp):
10356         removed StashEventTime function; handle this directly in FEvent.c
10358         * fvwm/module_interface.c (ExecuteModuleCommand):
10359         * fvwm/misc.c (Keyboard_shortcuts):
10360         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10361         * fvwm/events.c (handle_all_expose):
10362         (dispatch_event):
10363         (HandleEvents):
10364         (HandleKeyPress):
10365         don't use Event global anymore
10367         * fvwm/bindings.c (activate_binding):
10368         fixed key bindings on window corners
10370         * libs/fvwmlib.h (C_DECOR):
10371         context including all parts of the decorations
10373 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10375         * libs/FEvent.h:
10376         fixed compilation warning in #endif comment
10378         * fvwm/borders.c:
10379         removed debug fprintf
10381         * acconfig.h:
10382         * configure.in:
10383         * fvwm/fvwm.c:
10384         * fvwm/fvwm.1:
10385         another solution for reporting the cvs status
10387 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10389         * configure.in (LIBOBJS):
10390         * acinclude.m4 (smr_SWITCH):
10391         fix for autoconf 2.53
10393         * fvwm/*.[ch]:
10394         removed unnecessary includes
10396         * fvwm/Makefile.am (fvwm_SOURCES):
10397         * fvwm/events.h:
10398         * fvwm/eventmasks.h:
10399         * fvwm/eventhandlers.h:
10400         new files split from events.h
10402         * fvwm/icccm2.c (HandleSelectionRequest):
10403         (HandleSelectionClear):
10404         * fvwm/colormaps.c (HandleColormapNotify):
10405         * fvwm/menus.c (menu_tear_off):
10406         * fvwm/move_resize.c (resize_window):
10407         * fvwm/events.c:
10408         * fvwm/events.h:
10409         new argument avh_args_t to the event handler functions; still unused
10410         moved all event handlers to events.c
10411         remove now unnecessary includes in some files
10413         * fvwm/icccm2.c (HandleSelectionRequest):
10414         re-indented file
10416         * **/*.c:
10417         use replacements for X event functions everywhere
10419 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10421         * fvwm/defaults.h:
10422         * fvwm/screen.h:
10423         * fvwm/borders.c (border_flags_to_button_state):
10424         (CMD_ButtonState):
10425         * fvwm/builtins.c (ReadTitleButton):
10426         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10427         * fvwm/fvwm.c (InitVariables):
10428         Imlemented new title and button states InactiveUp and InactiveDown,
10429         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10430         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10431         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10433         * fvwm/fvwm.c:
10434         reformat license info in -version to be 3 lines and one empty line
10435         instead of 5 non-empty lines, for readability
10437 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10439         * libs/FEvent.c:
10440         * libs/FEvent.h:
10441         * libs/Makefile.am:
10442         new files
10444         * fvwm/stack.c (__raise_or_lower_recursion):
10445         (RaiseOrLowerWindow):
10446         split into two functions
10447         renamed to __raise_or_lower_window
10448         (mark_transient_subtree):
10449         new flag MARK_CLEAR
10450         (position_new_window_in_stack_ring):
10451         (RaiseWindow):
10452         (LowerWindow):
10453         cleaned up stacking code
10455         * fvwm/menus.c (paint_menu):
10456         fixed a minor drawing problem with menu item reliefs
10458 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10460         * fvwm/move_resize.c (InteractiveMove):
10461         removed eventp from interface
10462         changed all callers
10464         * fvwm/menucmd.c (menu_func):
10465         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10466         * fvwm/windowlist.c (CMD_WindowList):
10467         * fvwm/read.c (run_command_file):
10468         (run_command_stream):
10469         * fvwm/focus.c (warp_to_fvwm_window):
10470         * libs/Event.c (GetSubwindowFromEvent):
10471         * fvwm/events.c (GetContext):
10472         * libs/Pointer.c (GetLocationFromEventOrQuery):
10473         * fvwm/builtins.c (CMD_StrokeFunc):
10474         (CMD_StrokeFunc):
10475         * fvwm/events.c (StashEventTime):
10476         * fvwm/move_resize.c (InteractiveMove):
10477         * fvwm/functions.c (DeferExecution):
10478         (old_execute_function):
10479         * fvwm/fvwm.h (F_CMD_ARGS):
10480         (F_EXEC_ARGS):
10481         make eventp argument const to ease clean up work
10483         * fvwm/windowlist.c (CMD_WindowList):
10484         * fvwm/move_resize.c (InteractiveMove):
10485         * fvwm/menucmd.c (menu_func):
10486         * fvwm/icons.c (CMD_Iconify):
10487         always query pointer position in case a script modified the position
10488         in the input event
10490         * fvwm/focus.c (SetPointerEventPosition):
10491         removed function since it modifies the global event variable
10493         * fvwm/functable.c (func_table):
10494         added cursor and event type members fo DeferExecution call
10495         * fvwm/functions.c (DeferExecution):
10496         made static, call from inside functions.c only
10497         removed calls everywhere
10499         * fvwm/builtins.c (CMD_StrokeFunc):
10500         fixed memory leak
10502         * fvwm/virtual.c (HandlePaging):
10503         (MoveViewport):
10504         don't use global "Event" anymore
10505         (HandlePaging):
10506         pass in event structure through arguments
10507         changed all callers
10509 2002-09-02  olicha  <olivier.chapuis@free.fr>
10511         * libs/Colorset.c (*):
10512         * libs/Colorset.h:
10513         * libs/colorset.c (parse_colorset):
10514         * libs/PictureGraphics.c (PGrabXImage):
10515         (PCreateRenderPixmap):sx
10516         (PGraphicsCreateTransprency):
10517         * libs/PictureGraphics.h:
10518         An experimental implementation of ParentalRelative tinted background
10520         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10521         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10522         (PImageLoadPng):
10523         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10524         * libs/FRenderInit.c (FRenderInit):
10525         (FRenderGetAlphaDepth):
10526         * libs/FRenderInit.h:
10527         Fixed alpha blending for xserver without depth 8 pixmap
10528         (maybe a tmp fix)
10530         * fvwm/fvwm.1.in
10531         typo
10533 2002-09-01  olicha  <olivier.chapuis@free.fr>
10535         * NEWS:
10536         Colorset and alpha blending news
10538 2002-08-31  olicha  <olivier.chapuis@free.fr>
10540         * libs/Ficonv.c (convert_charsets):
10541         Fixed compilation on systems that do not have EILSEQ
10543 2002-08-30  olicha  <olivier.chapuis@free.fr>
10545         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10546         Fixed compilation of certain modules
10548         * fvwm/borders.c (border_render_into_pixmap):
10549         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10550         * libs/PictureGraphics.h:
10551         * libs/Graphics.c (CreateStretchPixmap):
10552         (CreateStretchYPixmap):
10553         (CreateStretchXPixmap):
10554         Progress with masks in multipixmap title
10556         * libs/PictureGraphics.c (PCopyArea):
10557         (PTileRectangle):
10558         (PCreateRenderPixmap):
10559         * fvwm/borders.c (border_fill_pixmap_background):
10560         Some drawing fixes
10562         * fvwm/icons.c (DrawIconWindow):
10563         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10564         Fixed the shape mask of ewmh icons and icons with some alpha
10566 2002-08-30  olicha  <olivier.chapuis@free.fr>
10568         * libs/PictureGraphics.c (PCreateRenderPixmap):
10569         (PGrabImageErrorHandler):
10570         (PGraphicsCopyPixmaps):
10571         (PGraphicsCopyFvwmPicture):
10572         (PGraphicsTileRectangle):
10573         (PGraphicsRenderPixmaps):
10574         (PGraphicsRenderPicture):
10575         * libs/PictureGraphics.h:
10576         * libs/PictureBase.h:
10577         Replaced PGraphicsTileRectangle with a more powerful function,
10578         PCreateRenderPixmap, which performs *full* XRender simulation.
10579         So alpha blending is now supported even without Xrender support.
10580         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10581         for direct rendering with tint and alpha channel.
10583         * libs/FRender.c (FRenderVisualInit):
10584         (FRenderCopyArea):
10585         (FRenderTintRectangle):
10586         (FRenderRender):
10587         * libs/FRenderInterface.h:
10588         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10589         and more powerfull function FRenderRender
10591         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10592         (PImageLoadPng):
10593         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10594         Load the alpha even without Xrender support
10596         * libs/Colorset.h:
10597         * fvwm/colorset.c (parse_pixmap_tint):
10598         (parse_colorset):
10599         (alloc_colorset):
10600         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10601         or obsolete TintMask) also tints gradients and the tint is applied
10602         only to the pixmap not the bg color. The average bg is computed from
10603         the "original" pixmap and not the tinted one, bgTint should be used
10604         to get a real average bg in the case the pixmap is tinted
10606         * fvwm/icons.c (DrawIconWindow):
10607         (CreateIconWindow):
10608         * fvwm/menuitem.c (menuitem_paint):
10609         * fvwm/menus.c (paint_side_pic):
10610         * fvwm/borders.c (border_get_border_background):
10611         (border_draw_decor_to_pixmap):
10612         (border_fill_pixmap_background):
10613         * fvwm/events.c (HandlePropertyNotify):
10614         Picture rendering use the new PGraphicsRenderPixmaps and
10615         PGraphicsRenderPicture libs functions. Respect new colorset options
10617         * fvwm/colorset.c (parse_colorset):
10618         (alloc_colorset):
10619         (CMD_ReadWriteColors):
10620         * fvwm/fvwm.1.in:
10621         Removed the read write colorset codes
10623         * libs/Graphics.c (CalculateGradientDimensions):
10624         Fixed the size of dithered H and V gradients
10626         * libs/PictureUtils.c (*):
10627         * libs/PictureUtils.h:
10628         Some cleanup
10630 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10632         * fvwm/menus.c (paint_menu_gradient_background):
10633         fixed drawing of SidePic menu background when not using SideColor
10635 2002-08-28  Hippo
10636         * FvwmIconBox/icons.c:
10637         Fixed core dump
10639 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10641         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10643 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10645         * configure.in:
10646         fixed --disable-ewmh
10648         * libs/Picture.c:
10649         * libs/Picture.h:
10650         added const to some prototypes
10652 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10654         * fvwm/menus.c (MenuInteraction):
10655         (__menu_loop):
10656         renamed MenuInteraction to __menu_loop
10658         * fvwm/menus.c (pop_menu_up):
10659         (do_menu):
10660         (MenuInteraction):
10661         removed pdo_warp_to_title argument of pop_menu_up and changed all
10662         callers; logic is now in last_saved_position_hints
10663         (__menu_get_next_event_timeout_loop):
10664         began to split MenuInteraction into several sub functions
10665         go away, evil "goto"!
10667         * fvwm/style.c (style_parse_one_style_option):
10668         all boolean styles - and *only* boolean styles, can be prefixed with a
10669         '!' to invert their meaning
10670         (style_parse_button_style):
10671         moved Button and NoButton styles to separate function
10673         * configure.in:
10674         * NEWS:
10675         updated for 2.5.4-devel
10677         * configure.in:
10678         2.5.3 was released
10680         * configure.in:
10681         * NEWS:
10682         updated for 2.5.3
10684         * fvwm/menuitem.h (struct):
10685         * fvwm/menus.c (paint_menu_gradient_background):
10686         (paint_menu_pixmap_background):
10687         (paint_menu):
10688         (clear_expose_menu_area):
10689         fixed TiledPixmap menu background drawing bug
10690         sorted function in file and removed forward declarations
10692 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10694         * fvwm/Makefile.am (LDADD):
10695         put -lfvwm at front of library list
10697         * fvwm/windowlist.c (CMD_WindowList):
10698         print window's page instead of current page in windowlist
10700 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10702         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10703         Fix for Experimental RaiseOverUnmanaged Handling.
10705 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10707         * fvwm/focus.h:
10708         * fvwm/stack.h:
10709         New defs for Experimental RaiseOverUnmanaged Handling.
10711         * fvwm/events.c (HandleEnterNotify):
10712         * fvwm/focus.c:
10713         (set_focus_to_fwin)
10714         (focus_query_grab_buttons)
10715         (_focus_grab_buttons)
10716         (focus_grab_buttons)
10717         (focus_grab_buttons_client_entered)
10718         (_SetFocusWindow)
10719         (__activate_window_by_command)
10720         (_ReturnFocusWindow)
10721         (_DeleteFocus)
10722         (_ForceDeleteFocus)
10723         * fvwm/stack.c:
10724         (raise_over_unmanaged)
10725         (is_above_unmanaged)
10726         (_is_on_top_of_layer)
10727         (is_on_top_of_layer)
10728         (is_on_top_of_layer_and_above_unmanaged)
10729         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10730         interaction of RaiseOverUnmanaged with various focus policies,
10731         particularly mouse focus + client click raises; issue mouse
10732         button grabs when and only when they are actually needed; and
10733         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10734         (Thanks to the GFPR, this is much more straightforward to do!)
10736 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10738         * fvwm/fvwm.1.in:
10739         added a paragraph about scripting and complex functions.
10741         * fvwm/style.c (style_parse_one_style_option):
10742         fixed flag_mask and change_mask of TitleAt... styles that broke left
10743         and bottom titles
10745 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10747         * fvwm/fvwm.1.in:
10748         describe new focus policy styles
10750 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10752         * fvwm/style.c (merge_styles):
10753         fixed applying style updates immediately
10755         * fvwm/geometry.c (constrain_size):
10756         fixed font resizing of maximized windows
10758         * fvwm/window_flags.h:
10759         * fvwm/fvwm.h (has_new_wm_normal_hints):
10760         new window flags
10762         * fvwm/events.c (HandleEnterNotify):
10763         fixed UngrabNotify returning focus to just unfocused window
10764         * fvwm/focus.h:
10765         added debug code
10767         * fvwm/style.c (merge_styles):
10768         (free_style_mask):
10769         (__simplify_style_list):
10770         fixed default style calculations
10772         * fvwm/events.c (HandleConfigureRequest):
10773         disabled debug output
10775         * fvwm/style.c (merge_styles):
10776         * fvwm/fvwm.h (window_style):
10777         new style member default_mask to allow two levels of defaults;
10778         fixes focus policy defaults
10779         * fvwm/style.h:
10780         rewrote many of the macros; changed all callers
10782         * fvwm/borders.c (RenderIntoPixmap):
10783         (DrawMultiPixmapTitlebar):
10784         (border_render_into_pixmap):
10785         (border_draw_multi_pixmap_titlebar):
10786         applied Suzanne Skinner's multi pixmap titles fix
10787         renamed functions and changed all callers
10789         * libs/FScreen.c (FScreenGetScrRect):
10790         (FindScreen):
10791         (FScreenGetScrId):
10792         new utility functions
10794         * fvwm/windowlist.c (CMD_WindowList):
10795         new option MaxLabelWidth for the WIndowList command based on patch by
10796         Maxim F. Ischenko
10797         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10798         WindowList command.
10800         * fvwm/events.c (HandleConfigureRequest):
10801         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10802         seems to work without problems
10804 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10806         * fvwm/style.c (merge_styles):
10807         fixed style defaults getting stuck to on once set
10809         * configure.in:
10810         fixed a number of non portable uses of the "test" command and unified
10811         the used syntax of all calls to reduce chance of copy-and-paste
10812         problems
10814 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10816         * configure.in:
10817         * fvwm/fvwm.1.in:
10818         minor typos and improvements;
10819         better string quotings and detection of fribidi for autoconf-2.53
10821         * fvwm/Makefile.am:
10822         don't include *.in in EXTRA_DIST, they are auto-included
10824 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10826         * fvwm/events.c (HandleConfigureRequest):
10827         (HandlePropertyNotify):
10828         (is_resizing_event_pending):
10829         fixed uninitialised return code of test_resizing_event
10831 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10833         * fvwm/decorations.c (SelectDecor):
10834         * fvwm/style.h:
10835         * fvwm/window_flags.h:
10836         * fvwm/fvwm.h:
10837         moved common.s.has_no_border window flag to common.has_no_border to
10838         fix windows getting stuck without a border once the HandleWidth or
10839         BorderWidth was set to 0 and then increased again
10841         * fvwm/fvwm.1.in:
10842         removed reference to BUGS and TODO
10844         * configure.in:
10845         moved a lot of constant definitions to configure.in; the fvwm.lsm and
10846         fvwm.1 files don't have to be updated for a release anymore; the release
10847         number and date are set by configure
10849         * fvwm/fvwm.c (setVersionInfo):
10850         fixed output of "fvwm -version"
10852 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10854         * fvwm/style.c (style_parse_one_style_option):
10855         Old focus styles override less of the behaviour specified with the
10856         FP... styles; use defaults instead without setting the mask
10857         (style_parse_one_style_option):
10858         removed the styles MouseFocusClickIgnoreMotion and
10859         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10860         instead
10861         (style_parse_one_style_option):
10862         ClickToFocusRaises now works only on the client window, not on the
10863         decorations
10864         (style_parse_one_style_option):
10865         fixed FocusFollowsMouse style
10866         (style_set_old_focus_policy):
10867         moved old default focus settings to a separate function, simplified code
10869 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
10871         * fvwm/fvwm.1: Add hot-spot is an offset information,
10872         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10873         the xpm docs).
10875 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10877         * fvwm/style.c (style_parse_focus_policy_style):
10878         fixed parsing of FPFocusClickButtons and FocusClickModifiers
10880         * libs/Makefile.am:
10881         added missing files
10883         * fvwm/events.c (HandleConfigureRequest):
10884         fixed ConfigureRequest race condition
10886 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10888         * configure.in:
10889         quote environment variables
10891 2002-08-13  olicha  <olivier.chapuis@free.fr>
10893         * NEWS:
10894         Color limit and dithering news
10896         * fvwm/fvwm.1:
10897         Added a minimal doc for the -color-limit option
10899         * fvwm/builtins.c (CMD_ColorLimit):
10900         ColorLimit is obsolete
10902         * fvwm/builtins.c (ReadDecorFace):
10903         * libs/PictureUtils.c (my_dither_depth_15_16_init):
10904         (PictureAllocColorAllProp):
10905         Implemented dithering for depth 16 and 15. This is off by default
10906         in colorset (use the dither colorset option) and on by default
10907         for window title gradient. Gradient are visibly more smooth.
10909         * libs/PictureUtils.c (*):
10910         Some cleanup
10912 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
10914         * fvwm/fvwm.1:
10915         corrected the pixmap cursor description, added an example
10917 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10919         * fvwm/menus.c (select_menu_item):
10920         (paint_menu_gradient_background):
10921         fixed a redrawing problem with H/Vgradient menu faces
10922         (MenuInteraction):
10923         fixed a minor problem w/ entering submenus via keyboard
10925 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10927         * fvwm/move_resize.c (CMD_ResizeMove):
10928         (CMD_Resize):
10929         (CMD_Maximize):
10930         (CMD_ResizeMaximize):
10931         (CMD_ResizeMoveMaximize):
10932         commands can be used on iconified windows again
10934         * ONEWS:
10935         * NEWS:
10936         moved pre-2.2 NEWS to ONEWS
10938         * libs/strdup.c:
10939         * libs/safemalloc.c:
10940         * libs/envvar.c:
10941         * libs/alloca.c:
10942         * libs/Target.c:
10943         * libs/Parse.c:
10944         * libs/Bindings.c:
10945         * fvwm/menustyle.c:
10946         * fvwm/menus.c:
10947         * fvwm/menuitem.c:
10948         * fvwm/menucmd.c:
10949         * fvwm/frame.c:
10950         * fvwm/events.c:
10951         * fvwm/borders.c:
10952         let config.h include strinh.h or strings.h
10954         * fvwm/style.c (style_parse_one_style_option):
10955         (style_parse_one_style_option):
10956         fixed icon box crash
10958         * fvwm/bindings.c (update_nr_buttons):
10959         fixed extra buttons on window decorations
10961         * fvwm/style.c (style_parse_one_style_option):
10962         fixed parsing of the FP... and !FP... styles
10964 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
10966         * fvwm/style.c (style_parse_one_style_option):
10967         Fixed a typo so that ClickToFocusRaisesOff actually turns
10968         the option off instead of on.
10970 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10972         * fvwm/focus.c (focus_grab_buttons):
10973         only grab necessary buttons on the client window
10975 2002-08-11  olicha  <olivier.chapuis@free.fr>
10977         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10978         Removed some debug code
10980         * fvwm/fvwm.c (main):
10981         (usage):
10982         Added -color-limit to fvwm usage
10984 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10986         * fvwm/style.c (style_parse_one_style_option):
10987         (style_parse_focus_policy_style):
10988         added style options "FP..." to control focus policy
10989         removed OverrideGrabFocus and AllowGrabFocus styles
10991         * fvwm/style.c (merge_styles):
10992         fixed style defaults != 0
10994         * fvwm/focus.c (__restore_focus_after_unmap):
10995         fixed a bug w/ reverting the focus from transients to the parent
10997         * fvwm/ewmh.c (ewmh_HandleDesktop):
10998         * fvwm/style.c (style_parse_one_style_option):
10999         fixed defaults for various focus styles
11001         * NEWS:
11002         updated for 2.4.9
11004         * fvwm/frame.c (frame_mrs_resize_move_windows):
11005         backed out anti-flicker patch that slowed down command processing
11007         * fvwm/bindings.c (update_nr_buttons):
11008         (ParseBinding):
11009         fixed sluggish processing of mouse bindings
11011         * fvwm/events.c (__handle_bpress_action):
11012         fixed drawing of pressed decorations w/o bindings
11014         * fvwm/frame.c (frame_move_resize):
11015         removed debug code that broke focus handling
11017         * fvwm/style.c (style_parse_one_style_option):
11018         fixed passing the focus click to the app by default
11020         * fvwm/events.c (__handle_click_to_focus):
11021         * fvwm/focus.c (set_focus_to_fwin):
11022         (__set_focus_to_fwin):
11023         removed drawing code that broke as many places as it fixed; plus it
11024         cause unnecessary redraws
11026         * fvwm/events.c (HandleConfigureRequest):
11027         send a synthetical ConfigureNotify if an application is not granted its
11028         wishes from a ConfigureRequest; this is necessary for FixedPPosition
11029         and FixedPSize to work properly; also to be ICCCM compliant
11030         always force border_width 0 in these events
11031         in the experimental cr merging code, send a number of cn events equal
11032         to the number of merged events
11034         * libs/Parse.c:
11035         * fvwm/style.c:
11036         reformatted
11038         * fvwm/style.c (style_parse_focus_policy_style):
11039         (style_parse_icon_size_style):
11040         (style_parse_icon_box_style):
11041         (style_parse_icon_grid_style):
11042         (style_parse_icon_fill_style):
11043         (style_parse_one_style_option):
11044         (parse_and_set_window_style):
11045         split into separate functions
11046         (style_parse_one_style_option):
11047         simplified and cleaned up
11049         * fvwm/events.h:
11050         * fvwm/decorations.c:
11051         * fvwm/cursor.h:
11052         * fvwm/cursor.c:
11053         * fvwm/conditional.h:
11054         * fvwm/conditional.c:
11055         * fvwm/colorset.h:
11056         * fvwm/colors.h:
11057         * fvwm/colors.c:
11058         * fvwm/colormaps.c:
11059         * fvwm/bindings.h:
11060         * fvwm/bindings.c:
11061         reformatted and cleaned up
11063 2002-08-11  olicha  <olivier.chapuis@free.fr>
11065         * libs/PictureUtils.c (*):
11066         * libs/PictureUtils.h:
11067         * libs/PictureDitherMatrice.h (new file):
11068         * libs/PictureImageLoader.c (*):
11069         * libs/PictureImageLoader.h:
11070         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
11071         (PCreateDitherPixmap):
11072         (PCreateTintedPixmap):
11073         * libs/PictureGraphics.h:
11074         * libs/PictureBase.c (PictureInitCMap):
11075         * libs/PictureBase.h:
11076         * libs/Picture.c (*):
11077         * libs/Picture.h:
11078         * libs/Fxpm.h:
11079         * libs/Colorset.c (DumpColorset):
11080         (LoadColorset):
11081         * libs/Colorset.h:
11082         * libs/Graphics.c (all gradient functions):
11083         * libs/fvwmlib.h:
11084         * fvwm/screen.h:
11085         * fvwm/move_resize.c (CMD_XorPixmap):
11086         * fvwm/colors.c (FreeColors):
11087         * fvwm/builtins.c (CMD_DefaultColors):
11088         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11089         * fvwm/builtins.c (FreeDecorFace):
11090         (ReadDecorFace):
11091         * fvwm/menus.c (pop_menu_down):
11092         (paint_menu_gradient_background):
11093         (scanForPixmap):
11094         * fvwm/menus.h:
11095         * fvwm/menustyle.c (menustyle_free_face):
11096         (menustyle_parse_face):
11097         (menustyle_free):
11098         (menustyle_update):
11099         (menustyle_parse_style):
11100         (CMD_CopyMenuStyle):
11101         * fvwm/menustyle.h:
11102         * fvwm/icons.c (GetIconFromFile):
11103         * fvwm/builtins.c (ReadMultiPixmapDecor):
11104         (ReadDecorFace):
11105         * fvwm/borders.c (border_draw_decor_to_pixmap):
11106         * fvwm/add_window.c (setup_mini_icon):
11107         * fvwm/fvwm.c (main):
11108         * fvwm/colorset.c (free_colorset_background):
11109         (parse_pixmap):
11110         (parse_shape):
11111         (parse_colorset):
11112         New color limit method and implement dithering in depth <= 8.
11113         Added a "fvwm picture attributes" structure for loading image.
11114         Some colors leaks fix. Add some (weak) color leaks. New option
11115         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11116         alpha in colorset.
11118 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11120         * libs/Flocale.c (FlocaleRotateDrawString):
11121         fixed a crash
11123 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11125         * fvwm/style.c (parse_and_set_window_style):
11126         fixed the default for passing the click-to-raise click for mousey
11127         focus
11129         * fvwm/events.c (__handle_click_to_focus):
11130         removed redundant code
11131         (WaitForButtonsUp):
11132         fixed sluggish motion event handling when waiting for buttons to be
11133         released
11135         * fvwm/focus.c (__set_focus_to_fwin):
11136         (set_focus_to_fwin):
11137         fixed redrawing the border w/ mousey focus when the window was entered,
11138         then the border was clicked before the FocusIn event arrived
11140         * fvwm/events.c (__handle_bpress_on_managed):
11141         * fvwm/style.c (parse_and_set_window_style):
11142         fixed some small focus problems
11144         * fvwm/fvwm.c:
11145         reformatted and cleaned up
11147         * fvwm/fvwm.1:
11148         formatting fixes
11150         * fvwm/focus.c (focus_query_click_to_raise):
11151         (focus_query_click_to_focus):
11152         * fvwm/style.c (parse_and_set_window_style):
11153         * fvwm/events.c (__test_for_motion):
11154         (__check_click_to_focus_or_raise):
11155         (__handle_focus_raise_click):
11156         (__is_bpress_window_handled):
11157         (__handle_click_to_focus):
11158         (__handle_click_to_raise):
11159         (__handle_bpress_stroke):
11160         (__handle_bpress_action):
11161         (__handle_bpress_on_root):
11162         (__handle_bpress_on_unmanaged):
11163         (__handle_bpress_on_managed):
11164         (HandleButtonPress):
11165         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11166         of the new focus code; only the parsing for the new styles is missing
11168         * fvwm/virtual.c (is_pan_frame):
11169         new function
11171 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11173         * fvwm/add_window.c (AddWindow):
11174         fixed compile error
11176         * fvwm/events.c (__handle_focus_raise_click):
11177         (HandleButtonPress):
11178         clean up
11180         * fvwm/events.c (__handle_focus_raise_click):
11181         * fvwm/fvwm.h (struct):
11182         * fvwm/style.c (check_window_style_change):
11183         (parse_and_set_window_style):
11184         * fvwm/session.c (MatchWinToSM):
11185         * fvwm/window_flags.h:
11186         eliminated parts of the old focus code
11188         * fvwm/focus.c (__set_focus_to_fwin):
11189         (set_focus_to_fwin):
11190         * fvwm/fvwm.c (InitVariables):
11191         * fvwm/add_window.c (destroy_window):
11192         * fvwm/events.c (__handle_focus_raise_click):
11193         * fvwm/screen.h (ScreenInfo):
11194         eliminated Scr.Ungrabbed global
11196         * fvwm/update.c (apply_window_updates):
11197         (flush_window_updates):
11198         * fvwm/icons.c (DeIconify):
11199         (Iconify):
11200         * fvwm/move_resize.c (CMD_Maximize):
11201         (__move_window):
11202         (handle_stick):
11203         * fvwm/frame.c (frame_free_move_resize_args):
11204         (__frame_setup_window):
11205         * fvwm/virtual.c (do_move_window_to_desk):
11206         (CMD_GotoDeskAndPage):
11207         (goto_desk):
11208         (MoveViewport):
11209         * fvwm/stack.c (LowerWindow):
11210         * fvwm/events.c (HandleMapNotify):
11211         (HandleVisibilityNotify):
11212         (DispatchEvent):
11213         (HandleFocusIn):
11214         (__handle_focus_raise_click):
11215         (HandleEnterNotify):
11216         (HandleMapRequestKeepRaised):
11217         * fvwm/add_window.c (setup_key_and_button_grabs):
11218         (setup_focus_policy):
11219         (destroy_window):
11220         * fvwm/focus.c (__try_other_screen_focus):
11221         (__set_focus_to_fwin):
11222         (set_focus_to_fwin):
11223         (focus_grab_buttons_on_pointer_window):
11224         (focus_grab_buttons_on_layer):
11225         (focus_grab_buttons_new):
11226         cleaned up focus grab handling.
11228         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11229         clean up
11231 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11233         * fvwm/add_window.c (setup_window_structure):
11234         (AddWindow):
11235         discarded unused return code
11237         * fvwm/focus.c (focus_grab_buttons):
11238         split into two fucntions and fixed a bug with ungrabbing buttons
11240         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11241         * fvwm/style.c (parse_and_set_window_style):
11242         * fvwm/icons.c (DeIconify):
11243         (DeIconify):
11244         * fvwm/events.c (HandleButtonPress):
11245         (HandleEnterNotify):
11246         (HandleLeaveNotify):
11247         (HandleMapNotify):
11248         (HandleMapRequestKeepRaised):
11249         * fvwm/add_window.c (CaptureAllWindows):
11250         * fvwm/virtual.c (UnmapDesk):
11251         (MapDesk):
11252         (do_move_window_to_desk):
11253         * fvwm/update.c (flush_window_updates):
11254         * fvwm/focus.c (set_focus_model):
11255         (DeleteFocus):
11256         (__restore_focus_after_unmap):
11257         much more GFPR work; these patches may break lots of things
11259         * fvwm/focus.c (set_focus_to_fwin):
11260         (__activate_window_by_command):
11261         (SetFocusWindow):
11262         (ReturnFocusWindow):
11263         (DeleteFocus):
11264         (ForceDeleteFocus):
11265         renamed MoveFocus to set_focus_to_fwin
11267 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11269         * libs/Fft.c (FftDrawString):
11270         removed redudant and buggy code that called DrawStringFunc before
11271         this pointer gets initialized
11273         * fvwm/focus.c (focus_query_click_to_raise):
11274         fixed possibly-uninitialized variable warning
11276         * fvwm/Makefile.am:
11277         specify stroke includes before Xft includes, may improve some cases
11279 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11281         * configure.in:
11282         fixed sys/time.h detection
11284         * fvwm/events.c (HandleMappingNotify):
11285         * libs/Bindings.c (AddBinding):
11286         added MappingNotify event handler
11288         * fvwm/events.c (HandleMapRequest):
11289         removed debug code
11291         * fvwm/events.c (InitEventHandlerJumpTable):
11292         another attempt at handling "unknown" modifiers in key bindings
11294 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11296         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11297         * fvwm/add_window.c (destroy_window):
11298         * fvwm/focus.c (focus_grab_buttons):
11299         fixed core dump
11301 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11303         * fvwm/focus.c (focus_force_refresh_focus):
11304         * fvwm/events.c (HandleEnterNotify):
11305         (HandlePropertyNotify):
11306         (HandleButtonPress):
11307         * fvwm/icons.c (DeIconify):
11308         * fvwm/virtual.c (MapDesk):
11309         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11310         * fvwm/update.c (apply_window_updates):
11311         * fvwm/module_interface.c:
11312         * fvwm/conditional.c (MatchesConditionMask):
11313         more GFPR work
11315         * fvwm/icons.c (Iconify):
11316         removed "#if 0"ed code
11318         * fvwm/module_interface.c:
11319         disabled the old ConfigureWindow module interface
11321         * vms/vms.c:
11322         * libs/fvwmsignal.h:
11323         * libs/Picture.c:
11324         * fvwm/ewmh_intern.h:
11325         * fvwm/events.c:
11326         * fvwm/module_interface.c:
11327         * fvwm/misc.c:
11328         use ftime.h
11330         * libs/ftime.h:
11331         new file to encapsulate time.h and sys/time.h inclusion
11333         * fvwm/stack.c:
11334         re-indented
11335         (mark_transient_subtree):
11336         (__mark_group_member):
11337         cleaned up and split into two functions
11339         * fvwm/focus.c (CMD_Focus):
11340         (CMD_FlipFocus):
11341         * fvwm/icons.c (DeIconify):
11342         clean up
11343         (FocusOn)
11344         (__activate_window_by_command):
11345         renamed function
11347         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11348         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11349         * fvwm/style.c (parse_and_set_window_style):
11350         (parse_and_set_window_style):
11351         began implementing new focus control styles
11353         * fvwm/focus.c (DoSetFocus):
11354         (__restore_focus_after_unmap):
11355         (MoveFocus):
11356         (refresh_focus):
11357         more GFPR work
11358         (DoSetFocus):
11359         (__set_focus_to_fwin):
11360         function renamed
11362         * fvwm/conditional.c (MatchesConditionMask):
11363         * fvwm/focus.c (focus_query_open_grab_focus):
11364         (focus_query_close_restore_focus):
11365         (focus_does_accept_input_focus):
11366         (MoveFocus):
11367         * fvwm/events.c (HandleUnmapNotify):
11368         (HandleEnterNotify):
11369         (HandleMapNotify):
11370         (HandleMapRequestKeepRaised):
11371         renamed some functions
11373         * libs/defaults.h:
11374         * fvwm/focus_policy.c:
11375         * fvwm/focus_policy.h:
11376         prepared some future focus policy flags
11378         * configure.in:
11379         enable error message when png or xpm test compilation fails
11381         * fvwm/style.h:
11382         * fvwm/window_flags.h:
11383         * fvwm/ewmh.c (ewmh_HandleDesktop):
11384         * fvwm/style.c (parse_and_set_window_style):
11385         (check_window_style_change):
11386         * fvwm/events.c (HandleButtonPress):
11387         (HandleVisibilityNotify):
11388         began GFPR migration of *raises* focus policy flags
11390         * fvwm/focus.c (focus_is_focusd):
11391         new function
11393         * libs/Bindings.c (AddBinding):
11394         fixed handling of "unknown" modifiers in key bindings
11396         * fvwm/focus.c (focus_grab_buttons):
11397         (focus_query_grab_buttons):
11398         moved focus policy code into separate function
11400 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11402         * Makefile.am:
11403         DESTDIR fix
11405 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11407         * fvwm/style.c (parse_and_set_window_style):
11408         * fvwm/focus.c (focus_query_grab_focus):
11409         * fvwm/events.c (HandleMapNotify):
11410         (HandlePropertyNotify):
11411         * fvwm/focus_policy.c (fpol_init_default_fp):
11412         * libs/defaults.h:
11413         new styles OverrideGrabFocus and AllowGrabFocus
11414         cleaned up focus grabbing code and moved to focus.c
11416 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11418         * fvwm/focus.c (CMD_WarpToWindow):
11419         fixed negative arguments for unmanaged windows
11421         * fvwm/conditional.c (CMD_Direction):
11422         use PeekToken instead of GetNextToken
11423         cleaned up
11424         new direction "center"
11426 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11428         * fvwm/events.c (addkbsubinstoarray):
11429         disabled experimental pointer warping code
11431         * fvwm/menus.c:
11432         removed menu crash debug code
11434 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11436         * fvwm/menus.c:
11437         added tons of crash debug code
11439         * fvwm/add_window.c:
11440         made a lot of internal functions static
11442         * fvwm/add_window.c (setup_button_windows):
11443         (destroy_title_window):
11444         (destroy_button_windows):
11445         (destroy_resize_handle_windows):
11446         (destroy_auxiliary_windows):
11447         (destroy_icon):
11448         (destroy_window):
11449         * fvwm/icons.c (CreateIconWindow):
11450         safety patches w/ XDeleteContext
11452         * fvwm/menus.c (DestroyMenu):
11453         fixed a crash w/ accessing already deleted menus
11455 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11457         * fvwm/menus.c (get_menu_options):
11458         fixed menu context rectangle "icon" if the icon was not just a pixmap
11460 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11462         * fvwm/events.c (HandleMapNotify):
11463         (HandleMapRequestKeepRaised):
11464         (HandleUnmapNotify):
11465         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11466         * fvwm/ewmh.c (ewmh_HandleDesktop):
11467         * fvwm/style.c (parse_and_set_window_style):
11468         removed old do_grab_focus_when_created and *_when_transient_* flags
11470 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11472         * fvwm/conditional.c (MatchesConditionMask):
11473         * fvwm/focus.c (DoSetFocus):
11474         * fvwm/session.c (MatchWinToSM):
11475         * fvwm/module_interface.c (SETOLDFLAGS):
11476         removed old is_lenient flag
11478         * fvwm/bindings.c:
11479         * fvwm/style.c (__simplify_style_list):
11480         (simplify_style_list):
11481         reformatted
11483         * fvwm/window_flags.h:
11484         * fvwm/style.h:
11485         access macros for focus policy flags structures
11486         reformatted
11488         * fvwm/focus_policy.c:
11489         * fvwm/focus_policy.h:
11490         new files, begin great focus policy rewrite aka GFPR
11492 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11494         * fvwm/placement.c (PlaceWindow):
11495         Fixed interaction between CascadePlacement and StartsOnPage
11497 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11499         * libs/fvwmsignal.c (fvwmSelect):
11500         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11501         modules
11503 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11505         * fvwm/add_window.c (CaptureOneWindow):
11506         fixed a core dump w/ windows being destroyed during a recapture
11507         (AddWindow):
11508         removed duplicate check if new windows still exist
11510         * fvwm/placement.c (CMD_PlaceAgain):
11511         * fvwm/move_resize.c (move_window_doit):
11512         (__move_icon):
11513         * fvwm/virtual.c (MapDesk):
11514         (MoveViewport):
11515         (do_move_window_to_desk):
11516         * fvwm/icons.c (AutoPlaceIcon):
11517         (ChangeIconPixmap):
11518         (Iconify):
11519         some cleanup in movement code
11520         new option "Icon" to PlaceAgain command
11521         adapted documentation accordingly
11523         * fvwm/move_resize.c (move_window_doit):
11524         (__move_window):
11525         renamed function
11527 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11529         * libs/Flocale.c (FlocaleRotateDrawString):
11530         create gcs only once
11532         * fvwm/fvwm.1:
11533         removed some references to Recapture
11534         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11535         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11537         * libs/gravity.c (gravity_parse_multi_dir_argument):
11538         fixed "all" multidir selecting "center" too
11540         * libs/Fft.c (FftDrawString):
11541         * libs/Flocale.c (FlocaleRotateDrawString):
11542         (FlocaleFontStructDrawString):
11543         (FlocaleDrawString):
11544         fixed some text placement bugs w/ shadow text
11545         (FlocaleGetShadowTextPosition):
11546         implemented "center" shadows
11548 2002-07-20  olicha  <olivier.chapuis@free.fr>
11550         * libs/Flocale.c (FlocaleRotateDrawString):
11551         Removed some static declarations
11553 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11555         * libs/gravity.c (gravity_multi_dir_to_dir):
11556         * libs/gravity.h (enum):
11557         new function, cleaned up
11558         (enum):
11559         * fvwm/fvwm.h (FvwmWindow):
11560         * libs/Fft.c:
11561         * fvwm/geometry.c:
11562         * fvwm/borders.c:
11563         moved text_rotation_type to gravity.h and renamed to rotation_type
11565         * libs/Flocale.h:
11566         fixed several bugs in the access macros
11568         * libs/Flocale.c:
11569         removed unused static FlocaleSeted
11570         (FlocaleFontStructDrawString):
11571         simplified function
11573         * fvwm/virtual.c (CMD_EdgeCommand):
11574         * fvwm/windowshade.c (CMD_WindowShade):
11575         * fvwm/conditional.c (CMD_Direction):
11576         adapted to changes in ParseDirectionArgument
11578         * libs/gravity.h:
11579         * libs/gravity.c (ParseDirectionArgument):
11580         new direction "Center"
11582         * fvwm/virtual.c (CMD_EdgeCommand):
11583         reformatted
11585 2002-07-18  olicha  <olivier.chapuis@free.fr>
11587         * libs/PictureUtils.c (PictureRGBtoPixel):
11588         (decompose_mask):
11589         Fixed(??) color allocation for some visuals
11591 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11593         * libs/Flocale.c (FlocaleFontStructDrawString):
11594         a little code cleanup
11596         * fvwm/events.c (HandleEnterNotify):
11597         removed debug code
11598         anothe click+drag fix
11600         * libs/Pointer.c (GetLocationFromEventOrQuery):
11601         * fvwm/focus.c (SetPointerEventPosition):
11602         * fvwm/functions.c (CheckActionType):
11603         * fvwm/builtins.c (CMD_StrokeFunc):
11604         * fvwm/move_resize.c (moveLoop):
11605         (resize_window):
11606         fixed some bugs w/ pointer on wrong screen
11608 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11610         * fvwm/events.c (HandleLeaveNotify):
11611         fixed problem w/ click+drag and mousey focus
11613         * fvwm/menus.c (size_menu_horizontally):
11614         fixed menu style SubmenusLeft w/ icons in menu items
11616 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11618         * fvwm/menuitem.c (menuitem_paint):
11619         * fvwm/menus.h:
11620         * fvwm/menus.c (paint_menu_gradient_background):
11621         (get_menu_paint_item_parameters):
11622         removed circular dependency of menus.c and menuitem.c by using callback
11623         functions
11625 2002-07-17  olicha  <olivier.chapuis@free.fr>
11627         * fvwm/menuitem.c:
11628         A -Wall fix
11630         * fvwm/fvwm.c (InitVariables):
11631         (main):
11632         * fvwm/colorset.c (parse_colorset):
11633         (alloc_colorset):
11634         (CMD_ReadWriteColors):
11635         * fvwm/builtins.c (CMD_ColorLimit):
11636         * libs/PictureUtils.h:
11637         * libs/PictureUtils.c (PictureReduceColor):
11638         (PictureReduceRGBColor):
11639         (PictureRGBtoPixel):
11640         (PictureAllocColor):
11641         (PictureFreeColors):
11642         (PictureGetNextColor):
11643         (colors_alloc_fail):
11644         (my_alloc_color):
11645         (AllocColors*):
11646         (AllocColorTable):
11647         (PictureAllocColorTable):
11648         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11649         (PImageXpmFreeColor):
11650         (PImageLoadXpm):
11651         * libs/PictureBase.c (PictureInitCMap):
11652         * libs/Graphics.c (AllocLinearGradient):
11653         * libs/ColorUtils.c (GetShadow):
11654         (GetHilite):
11655         (GetForeShadow):
11656         (GetTintedPixel):
11657         (GetSimpleColor):
11658         (GetColor):
11659         (fvwmlib_clone_color):
11660         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11661         Implemented a new color limit method
11663 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11665         * fvwm/move_resize.c (moveLoop):
11666         fixed problem moving the pointer off screen while moving a window
11667         (AnimatedMoveAnyWindow):
11668         fixed pointer warping w/ multiple screens and animated window motion
11670 2002-07-12  olicha  <olivier.chapuis@free.fr>
11672         * fvwm/menus.c (get_menu_paint_item_parameters):
11673         (paint_menu_gradient_background):
11674         * fvwm/menuitem.c (menuitem_paint):
11675         * fvwm/menuitem.h:
11676         * fvwm/menus.h:
11677         Fixed B/DGradient with Xft fonts
11679         * libs/Colorset.h:
11680         * libs/ColorUtils.c (GetTintedColor):
11681         (GetTintedPixel):
11682         * fvwm/colorset.c (parse_simple_tint):
11683         (parse_colorset):
11684         (alloc_colorset):
11685         Implemented fgTint colorset option
11687         * libs/PictureImageLoader.c:
11688         * libs/PictureUtils.c:
11689         * libs/PictureUtils.h:
11690         * libs/Makefile.am:
11691         Moved color limitation and some rgb to pixel functions from
11692         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11694         * fvwm/colorset.c (parse_colorset):
11695         * libs/PictureGraphics.c (PCreateTintedPixmap):
11696         (PGraphicsTintRectangle):
11697         Implemented tinting for X server without Xrender support and
11698         did color limitation when tinting
11701 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11703         * fvwm/events.c (WaitForButtonsUp):
11704         fixed handling of button release events
11706 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11708         * fvwm/menus.c (MenuInteraction):
11709         fixed core dump w/ dynamic popdown action destroying a menu
11710         (paint_menu_gradient_background):
11711         fixed hang and/or incorrect drawing of b and d gradients in menus
11713         * fvwm/events.c (HandleEnterNotify):
11714         (HandleLeaveNotify):
11715         improved LEAVE_WINDOW/ENTER_WINDOW handling
11717 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11719         * libs/Colorset.c (SetWindowBackground):
11720         (SetWindowBackgroundWithOffset):
11721         (ScrollPixmap):
11722         implemented new functions to allow pixmap backgrounds with an offset
11724 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11726         * fvwm/events.c (HandleMapRequestKeepRaised):
11727         send Map/UnmapNotify before iconyfying, not after
11729 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11731         * fvwm/events.c (HandleMapRequestKeepRaised):
11732         fake a MapNotify and then an UnmapNotify when a window is created iconic
11734         * fvwm/add_window.c (AddWindow):
11735         workaround for buggy TK menu positioning
11737         * fvwm/module_interface.c (FlushMessageQueue):
11738         (PositiveWrite):
11739         (get_pipe_name):
11740         tried to fix module communication deadlock w/ sync mask and a full write
11741         pipe
11743         * libs/Strings.c:
11744         re-indented file
11746         * libs/defaults.h:
11747 2002-07-06  olicha  <olivier.chapuis@free.fr>
11749         * libs/Flocale.c (FlocaleGetFontSet):
11750         Removed some unwanted code
11752 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11754         * fvwm/events.c (HandleLeaveNotify):
11755         (HandleEnterNotify):
11756         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11758         * fvwm/events.c (CMD_XSync):
11759         very experimental patch to cycle through subwindows accepting keyboard
11760         input; call Xsync command repeatedly to test; crashes fvwm if more than
11761         1000 subwindows are used;
11763         * fvwm/focus.c (CMD_WarpToWindow):
11764         fixed a bug in warpttowindow command with subwindows of unmanaged
11765         windows
11767 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11769         * fvwm/events.c (HandlePropertyNotify):
11770         * fvwm/events.h:
11771         handle changes in the size_inc and base_size hints during opaque
11772         resizing.
11774         * fvwm/events.c (HandleButtonPress):
11775         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11776         until the button is released again; this restores the old behaviour
11777         from 2.3.23 and before with click+drag and rxvt/aterm
11779 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11781         * fvwm/update.c (apply_window_updates):
11782         fixed applying neverfocus to currently focused window; decorations
11783         partially drawn hilighted
11785 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11787         * fvwm/menucmd.c (menu_func):
11788         another module/menu/context window fix
11789         do not use global Fw anymore
11791 2002-07-05  olicha  <olivier.chapuis@free.fr>
11793         * libs/Flocale.c (FlocaleStringToString2b):
11794         Fixed crash with big5-0 FontStruct
11796 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11798         * fvwm/menucmd.c (menu_func):
11799         fixed context window of menus invoked by a module
11800         (menu_func):
11801         fixed context menus on windows
11803         * libs/vpacket.h (ConfigWinPacket):
11804         * fvwm/module_interface.c (CONFIGARGSNEW):
11805         * fvwm/fvwm.h (FvwmWindow):
11806         fixed bugs in type conversions for transmitting certain information to
11807         modules
11809         * fvwm/functions.c (CheckActionType):
11810         fixed window selection problem w/ menus invoked from modules
11812 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11814         * fvwm/gnome.c (GNOME_HandlePropRequest):
11815         -Wall fixes
11817         * fvwm/module_interface.c (ExecuteCommandQueue):
11818         fixed compile bug w/ --enable-debug-msgs
11820 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11822         * fvwm/events.c (HandleButtonPress):
11823         (HandleKeyPress):
11824         * fvwm/menus.c (MenuInteraction):
11825         (do_menu):
11826         * fvwm/windowlist.c (CMD_WindowList):
11827         * fvwm/menucmd.c (menu_func):
11828         * fvwm/module_interface.c (ExecuteModuleCommand):
11829         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11830         go away, evil globals! [removed the useless global variable
11831         "ButtonWindow"]
11833         * fvwm/events.c (HandleUnmapNotify):
11834         (HandleMapNotify):
11835         * fvwm/icons.c (Iconify):
11836         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11837         * fvwm/fvwm.h (struct):
11838         renamed is_deiconify_pending to is_iconify_pending
11839         some re-indenting
11841 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11843         * fvwm/menus.c (MenuInteraction):
11844         (pop_menu_down):
11845         (menu_enter_tear_off_menu):
11846         (do_menu):
11847         * fvwm/events.c (HandleButtonPress):
11848         (HandleButtonRelease):
11849         (HandleKeyPress):
11850         (GetContext):
11851         * fvwm/menucmd.c (menu_func):
11852         (menu_func):
11853         * fvwm/module_interface.c (ExecuteModuleCommand):
11854         go away, evil globals! [removed the useless global variable "Context"]
11855         removed is_menu_from_frame_or_window_or_titlebar flag
11857         * fvwm/module_interface.c:
11858         * fvwm/windowlist.c:
11859         re-indented files
11861 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
11863         * fvwm/menuitem.c (menuitem_paint):
11864         fixed fg color of the inactive disabled menu item
11866         * NEWS:
11867         old typo
11868         * fvwm/fvwm.1:
11869         removed a mention of RedHat (I don't think it is correct),
11870         reworded a mention of fvwm95
11872 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
11874         * **/*.c:
11875         tabify only the leading spaces, untabify the middle of line
11877 2002-06-25  David Fries  <dfries@mail.win.org>
11879         * fvwm/fvwm.1:
11880         * fvwm/windowlist.c:
11881         Added code to sort based on the class name of a window for
11882         the WindowList function.
11884 2002-06-25  olicha  <olivier.chapuis@free.fr>
11886         * acinclude.m4:
11887         A minor fix
11889 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
11891         * AUTHORS:
11892         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11894 2002-06-24  Steve Talley  <stephen.talley@sun.com>
11896         * fvwm/add_window.c:
11897         * fvwm/add_window.h:
11898         * fvwm/fvwm.1:
11899         * fvwm/fvwm.h:
11900         * fvwm/icons.c:
11901         * fvwm/icons.h:
11902         * fvwm/style.c:
11903         * fvwm/style.h:
11904         * libs/defaults.h:
11905         New Style option IconSize
11907 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11909         * NEWS, configure.in:
11910         changed version to 2.5.3
11912 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11914         * INSTALL.fvwm:
11915         removed C++ section
11917         * fvwm/fvwm.1:
11918         * libs/FlocaleCharset.c:
11919         small fixes
11921 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11923         * fvwm/events.c (WaitForButtonsUp):
11924         use the wait cursot only after the 20th pass through the loop
11926 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
11928         * fvwm/fvwm.1 (Examples): Language check.
11929         PipeRead as synchronous Exec.
11930         Better example for PipeRead.
11932 2002-06-21  olicha  <olivier.chapuis@free.fr>
11934         * fvwm/fvwm.1:
11935         * NEWS:
11936         Documented StringEncoding= in font name
11938         * INSTALL.fvwm
11939         Removed --disable-compound-text doc
11941 2002-06-20  olicha  <olivier.chapuis@free.fr>
11943         * libs/FBidi.h (FBidiConvert):
11944         Fixed compile if !HAVE_BIDI
11946 2002-06-19  olicha  <olivier.chapuis@free.fr>
11948         * fvwm/fvwm.c (InitVariables):
11949         (StartupStuff):
11950         Allocate colorset 0 in InitVariable in the place of StartupStuff.
11951         This fix a "null expression" at init in menustyle.c (menustyle_update)
11953 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
11955         * configure.in:
11956         reworded supported feature listing, fixed the default xft detection
11957         * INSTALL.fvwm:
11958         added the "Supported Features" section
11960 2002-06-19  olicha  <olivier.chapuis@free.fr>
11962         * fvwm/colorset.h:
11963         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11965         * INSTALL.fvwm:
11966         Removed --enable-mulibyte and --disable-compound-text config option
11967         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11969         * configure.in:
11970         Xft is on by default no
11972         * libs/FlocaleCharset.c (*):
11973         * libs/FlocaleCharset.h:
11974         * libs/Ficonv.c (*):
11975         * libs/Ficonv.h:
11976         * libs/Flocale.c (*):
11977         * libs/Flocale.h:
11978         * libs/Fft.c (*):
11979         * libs/FftInterface.h:
11980         * libs/FBidi.c:
11981         * libs/FBidi.h:
11982         * fvwm/ewmh_names.c ():
11983         Some cleanup. Implemented StringEncoding= in font names. Fixed
11984         string encoding for xft fonts. Try to be more cleaver about defaults
11985         charsets. Improvement in the locale charset table.
11987         * fvwm/fvwm.1:
11988         Some documentation cleanup regarding Xft
11990 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11992         * fvwm/functions.c (find_func_type):
11993         fixed bug i introduced w/ last commit
11995         * fvwm/fvwm.c (Done):
11996         (StartupStuff):
11997         * fvwm/functions.c (functions_is_complex_function):
11998         * fvwm/builtins.c (CMD_DestroyFunc):
11999         (CMD_AddToFunc):
12000         (CMD_Plus):
12001         moved functions to functions.c
12002         general cleanup
12004         * fvwm/functable.c:
12005         * fvwm/functable.h:
12006         * fvwm/functions.h:
12007         * fvwm/commands.h:
12008         * fvwm/functions.c:
12009         moved some types and functions to other/new files
12011         * fvwm/functions.c:
12012         * fvwm/expand.c (expand_vars_extended):
12013         (expand_vars):
12014         functions moved to new file
12016         * fvwm/functions.c:
12017         reindented file
12019 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12021         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12022         fixed colourmap focus problem
12024         * **/*.[ch]:
12025         tabified all files and removed all trailing spaces
12027         * fvwm/move_resize.c (move_window_doit):
12028         * fvwm/virtual.c (CMD_MoveToDesk):
12029         MoveToPage and MoveToDesk no longer unstick windows
12031 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
12033         * INSTALL.fvwm:
12034         small improvements
12036         * configure.in:
12037         reworded some names of supported features
12039 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12041         * fvwm/update.c (apply_window_updates):
12042         * fvwm/session.c (MatchWinToSM):
12043         * fvwm/add_window.c (setup_window_structure):
12044         * fvwm/windowshade.c (CMD_WindowShade):
12045         * fvwm/window_flags.h:
12046         fixed a problem w/ shaded windows changind the title direction
12048         * fvwm/geometry.c (get_shaded_geometry):
12049         fixed shading window to 0 width or height
12051         * fvwm/add_window.c (AddWindow):
12052         fixed a memory leak and an initial window placement bug
12054 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
12056         * configure.in:
12057         minor improvements in output, added bin/fvwm-perllib
12059 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
12061         * fvwm/menustyle.c (CMD_CopyMenuStyle):
12062         fixed copying PopupOffset values in CopyMenuStyle
12064         * NEWS:
12065         Copied 2.4.8 NEWS
12067 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
12069         * libs/Strings.c:
12070         * libs/Strings.h:
12071         added CopyStringWithQuotes, not perfect, but works for now
12073 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12075         * fvwm/functions.h:
12076         * fvwm/commands.h:
12077         * fvwm/functions.c (func_config):
12078         * libs/FScreen.c (FScreenConfigureSLSScreens):
12079         (FScreenConfigureModule):
12080         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12081         new command XineramaSLSScreens
12083         * libs/FScreen.c:
12084         cleaned up Xinerama ifdefs
12086 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12088         * NEWS:
12089         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12091 2002-06-07  olicha  <olivier.chapuis@free.fr>
12093         * libs/Flocale.h:
12094         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12095         Some shadow text position fixes
12097 2002-06-06  olicha  <olivier.chapuis@free.fr>
12099         * fvwm/update.c (apply_window_updates):
12100         Fixed the position of shaded windows after certain style update
12102         * acinclude.m4:
12103         Fixed some options names
12105 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12107         * fvwm/module_interface.c (CMD_SendToModule):
12108         fixed SendToModule when the first parameter contains quotes
12110 2002-06-06  olicha  <olivier.chapuis@free.fr>
12112         * fvwm/fvwm.c (main):
12113         * fvwm/ewmh.c (EWMH_Init):
12114         Init the EWMH before reading the config. Always setup the working
12115         area.
12117 2002-06-05  olicha  <olivier.chapuis@free.fr>
12119         * fvwm/update.c (apply_window_updates):
12120         Fixed the position of a shaded window during a style update
12121         (do_redecorate)
12123         * libs/Flocale.c (FlocaleRotateDrawString):
12124         (FlocaleGetShadowTextPosition):
12125         Fixed side title text position if the font has no shadow
12127         * acconfig.h:
12128         * libs/Ficonv.c (FiconvInit):
12129         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12130         * libs/Flocale.c (FlocaleInit):
12131         (FlocaleRotateDrawString):
12132         (FlocaleGetFontSet):
12133         (FlocaleGetFontOrFontSet):
12134         (FlocaleLoadFont):
12135         (FlocaleDrawString):
12136         (FlocaleTextWidth):
12137         (FlocaleFreeNameProperty):
12138         (FlocaleGetNameProperty):
12139         (FlocaleTextListToTextProperty):
12140         Finish to remove the multibyte patch. This gives a more clean code
12141         and can only prevent bugs
12143 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12145         * fvwm/placement.c (PlaceWindow):
12146         fixed CascadePlacement with huge windows (xterm -g 240x100),
12147         that were aligned to bottom-right instead of top-left;
12148         small adjustments (removed border_width from calculations,
12149         don't place normal windows at 0, commented out some strange code)
12151 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12153         * NEWS:
12154         document CascadePlacement and FvwmIconMan improvements
12156         * fvwm/fvwm.1:
12157         typo
12159 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12161         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12162         * fvwm/fvwm.c (InitVariables):
12163         * fvwm/placement.c (PlaceWindow):
12164         * fvwm/screen.h (struct ScreenInfo):
12165         improved *CascadePlacement, if the last placed window does not exist
12166         any more, reuse the last used position instead of adding a new cascade
12168 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12170         * fvwm/events.c (HandleEnterNotify):
12171         * fvwm/fvwm.c (InitVariables):
12172         * fvwm/events.h:
12173         Fixed colormap handling over decorative parts of a window
12175 2002-06-03  olicha  <olivier.chapuis@free.fr>
12177         * fvwm/module_interface.c (make_named_packet):
12178         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12179         related to named module packet
12181 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12183         * fvwm/focus.c (focus_grab_buttons):
12184         * fvwm/events.c (HandleButtonPress):
12185         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12187 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12189         * fvwm/bindings.c (ParseBinding):
12190         replaced an error "Illegal mouse button" with a descriptive warning
12191         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12193 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12195         * fvwm/events.c (GetContext):
12196         fixed key bindings on decorations
12198         * fvwm/events.h:
12199         removed XEVMASK_DECORW
12201 2002-05-31  olicha  <olivier.chapuis@free.fr>
12203         * NEWS:
12204         * fvwm/fvwm.1:
12205         Documented shadow effect in a new section FONT EFFECTS
12207 2002-05-31  olicha  <olivier.chapuis@free.fr>
12209         * libs/Fft.c (FftDrawString):
12210         * libs/Colorset.c (DumpColorset):
12211         (LoadColorset):
12212         * libs/Colorset.h:
12213         * fvwm/colorset.c (parse_colorset):
12214         New colorset option fg_alpha which defines an alpha for rendering
12215         text with Xft
12217 2002-05-29  olicha  <olivier.chapuis@free.fr>
12219         * libs/Fft.c (FftSetupEncoding):
12220         * libs/Fft.h:
12221         * libs/FRender.h:
12222         Added Xft2 support
12224         * acinclude.m4:
12225         * configure.in:
12226         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12227         to Xft FLAGS and LIBS
12229         * fvwm/Makefile.am:
12230         * libs/Makefile.am:
12231         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12232         Xft2 library. Removed FT2 CFLAGS and LIBS
12234 2002-05-27  olicha  <olivier.chapuis@free.fr>
12236         * acinclude.m4:
12237         * acconfig.h:
12238         * configure.in:
12239         Some Xft2 and fontconfig preparation
12241         * libs/Flocale.h:
12242         * libs/Flocale.c (FlocaleParseShadow):
12243         (FlocaleLoadFont):
12244         (FlocaleGetShadowTextPosition):
12245         Added offset to shadow text
12247         * libs/Flocale.h:
12248         Fixed the position of ne shadow text and remove some unused #define
12250 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12252         * fvwm/colorset.c (parse_colorset):
12253         fixed integer overflow in average colour calculation
12255 2002-05-27  olicha  <olivier.chapuis@free.fr>
12257         * libs/gravity.c (GetNextMultiDirection):
12258         (ParseMultiDirectionArgument):
12259         * libs/gravity.h:
12260         Added a multi direction type which is a "<<" version of direction
12261         type. Added a parse and a next functions
12263         * libs/Flocale.h:
12264         * libs/Flocale.c (FlocaleParseShadow):
12265         (FlocaleGetNextShadowDirection):
12266         (FlocaleGetShadowTextPosition):
12267         Used gravity multi direction type and functions. Removed
12268         FlocaleGetNextShadowDirection
12270 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12272         * fvwm/focus.c (restore_focus_after_unmap):
12273         fixed a problem w/ colormap transition when transient window died
12275         * fvwm/add_window.c (AddWindow):
12276         clean up
12278         * fvwm/session.c (getUniqueStateFilename):
12279         applied security patch by Jan Echternach
12281         * fvwm/fvwm.c (InitVariables):
12282         Properly initialise Scr.flags.is_pointer_on_this_screen
12284         * libs/fvwmlib.h (FvwmFont):
12285         * fvwm/fvwm.c (setVersionInfo):
12286         * configure.in:
12287         * config.h.in:
12288         * acconfig.h (MULTIBYTE):
12289         removed MULTIBYTE option (unconditionally on)
12291 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12293         * libs/gravity.c (ParseDirectionArgument):
12294         allow "t", "u", ... shortcuts as direction arguments
12296         * fvwm/style.c (check_window_style_change):
12297         (parse_and_set_window_style):
12298         * fvwm/frame.c (frame_setup_border):
12299         (frame_get_shading_laziness):
12300         (frame_get_sidebar_geometry):
12301         * fvwm/decorations.c (SelectDecor):
12302         * fvwm/add_window.c (setup_style_and_decor):
12303         (setup_resize_handle_cursors):
12304         (setup_resize_handle_windows):
12305         (change_resize_handle_windows):
12306         (destroy_auxiliary_windows):
12307         * fvwm/borders.c (border_get_border_gcs):
12308         (border_draw_border_parts):
12309         * fvwm/style.h (SCSET_HAS_BORDER):
12310         * fvwm/fvwm.h (FvwmWindow):
12311         * fvwm/window_flags.h (SET_HAS_BORDER):
12312         new styles NoBorder/Border
12314 2002-05-26  olicha  <olivier.chapuis@free.fr>
12316         * libs/Flocale.h:
12317         * libs/Flocale.c (FlocaleParseShadow):
12318         (FlocaleGetNextShadowDirection):
12319         (FlocaleGetShadowTextPosition):
12320         (FlocaleLoadFont):
12321         Implemented multidirectional shadow text rendering
12323         * libs/Flocale.h:
12324         * libs/Flocale.c
12325         (FlocaleFontStructDrawString):
12326         (FlocaleRotateDrawString):
12327         (FlocaleLoadFont):
12328         (FlocaleDrawString):
12329         (FlocaleTextWidth):
12330         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12331         * libs/Fft.c (FftDrawString):
12332         Cleanup the FlocaleFont structure by addings some flags
12334 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12336         * fvwm/events.c (HandleFocusIn):
12337         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12338         * fvwm/screen.h (ScreenInfo):
12339         * fvwm/focus.c (FocusOn):
12340         ignore EnterNotify events while a window is waiting to receive focus
12341         from the Focus or FlipFocus commands; should prevent plenty of race
12342         contidions caused by executing complex functions by a key press, button
12343         press or from a menu; fixes Alt-Tab problem
12345         * fvwm/events.c (HandleMapNotify):
12346         immediately draw window decorations when window is mapped; the new frame
12347         drawing code takes care of suppressing unnecessary redraws
12348         (HandleLeaveNotify):
12349         fixed a bug w/ LeaveNotify event with NotifyGrab
12351 2002-05-22  olicha  <olivier.chapuis@free.fr>
12353         * libs/Flocale.h:
12354         * libs/Fft.c (FftDrawString):
12355         * libs/Flocale.c (FlocaleFontStructDrawString):
12356         (FlocaleRotateDrawString):
12357         (FlocaleLoadFont):
12358         (FlocaleGetShadowTextPosition):
12359         (FlocaleDrawString):
12360         (FlocaleDrawUnderline):
12361         (FlocaleTextWidth):
12362         Implemented negative shadow text
12364 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12366         * fvwm/menucmd.c (CMD_AddToMenu):
12367         * fvwm/windowlist.c (CMD_WindowList):
12368         * fvwm/menus.h:
12369         * fvwm/menus.c
12370         changed signature of AddToMenu
12372         * fvwm/menus.c (clone_menu_root_static):
12373         fixed problem w/ menu style usage count and tear off menus
12374         fixed core dump w/ not copying the missing sub menu function in tear
12375         off menus
12376         (clone_menu_item_list):
12377         (AddToMenu):
12378         (add_another_menu_item):
12379         (size_menu_vertically):
12380         fixed additional "More..." items in sub menus of torn off menus
12382 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12384         * libs/colorset.h:
12385         fixed #endif warning
12386         * fvwm/ConfigFvwmDefaults:
12387         added CirculateSkip to tear off menus
12388         * fvwm.1:
12389         fixed ShadeAgain quoting
12391 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12393         * fvwm/events.c (HandleButtonPress):
12394         allow to pass the focus click to applications and have a function bound
12395         to it at the same time
12397         * fvwm/fvwm.c:
12398         * fvwm/colorset.h:
12399         fixed compilation problem
12401 2002-05-20  olicha  <olivier.chapuis@free.fr>
12403         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12404         Fixed blue colour in png image and ewmh icons
12406         * libs/Flocale.c (FlocaleLoadFont):
12407         Removed some debug code
12409         * fvwm/colorset.c (parse_colorset):
12410         * libs/fvwmlib.h:
12411         * libs/ColorUtils.c (GetForeShadowColor):
12412         Added Mikhael algo to compute the default fgsh
12414 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12416         * fvwm/functions.c (expand_extended_var):
12417         expand $[fgsh.csN], use constants instead of numbers
12419 2002-05-17  olicha  <olivier.chapuis@free.fr>
12421         * libs/Flocale.c (FlocaleDrawString):
12422         (FlocaleDrawUnderline):
12423         * libs/Flocale.h:
12424         Removed some unused and debug code
12426 2002-05-17  olicha  <olivier.chapuis@free.fr>
12428         * fvwm/menuitem.c (draw_underline):
12429         * libs/Flocale.h:
12430         * libs/Flocale.c (FlocaleDrawUnderline):
12431         Move draw_underline into Flocale.c and fix underline position with
12432         shadow rendering
12434 2002-05-17  olicha  <olivier.chapuis@free.fr>
12436         * fvwm/style.c (update_window_color_style):
12437         (update_window_color_hi_style):
12438         * fvwm/move_resize.c (DisplayPosition):
12439         (DisplaySize):
12440         * fvwm/menuitem.c (menuitem_paint):
12441         * fvwm/borders.c (get_common_decorations):
12442         (border_get_titlebar_draw_descr):
12443         * fvwm/fvwm.h:
12444         * fvwm/icons.c (DrawIconWindow):
12445         Pass the colorset to text drawing via the FlocaleWinString structure
12447         * libs/fvwmlib.h:
12448         * libs/ColorUtils.c (GetForeShadowColor):
12449         (GetForeShadow):
12450         * fvwm/colorset.c (parse_colorset):
12451         * libs/Colorset.h:
12452         * libs/Colorset.c (DumpColorset):
12453         (LoadColorset):
12454         Added fgsh colorset and two new functions GetForeShadowColor and
12455         GetForeShadow which should be modified
12457         * libs/Makefile.am:
12458         * libs/Fft.h:
12459         * libs/FftInterface.h (new file):
12460         * libs/Fft.c (FftDrawString):
12461         * libs/Flocale.h:
12462         * libs/Flocale.c (FlocaleFontStructDrawString):
12463         (FlocaleRotateDrawString):
12464         (FlocaleDrawString):
12465         (FlocaleTextWidth):
12466         (FlocaleLoadFont):
12467         Implemented text shadow rendering
12469 2002-05-11  olicha  <olivier.chapuis@free.fr>
12471         * fvwm/builtins.h:
12472         * fvwm/builtins.c (refresh_window):
12473         * fvwm/update.c (apply_window_updates):
12474         * fvwm/update.h:
12475         * fvwm/style.c (check_window_style_change):
12476         ParentalRelativity style is now dynamic
12478 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12480         * fvwm/menuitem.c (menuitem_paint):
12481         fixed menu item hilight area
12483 2002-05-09  olicha  <olivier.chapuis@free.fr>
12485         * libs/Makefile.am:
12486         * libs/XError.c (request_name):
12487         * libs/PictureImageLoader.c (PImageLoadPng):
12488         (PImageCreatePixmapFromArgbData):
12489         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12490         (PGraphicsTileRectangle):
12491         (PGraphicsCopyFvwmPicture):
12492         * libs/FRenderInit.c (new file):
12493         * libs/FRenderInit.h (new file):
12494         * libs/FRenderInterface.h:
12495         * libs/FRender.c (*):
12496         * fvwm/colorset.c (parse_tint):
12497         (parse_colorset):
12498         * fvwm/fvwm.c (main):
12499         * fvwm/events.c (HandlePropertyNotify):
12500         Change the design of the previous commit. Now a module should call
12501         FRenderInit when it wants to use a function which depends on XRender.
12503 2002-05-09  olicha  <olivier.chapuis@free.fr>
12505         * fvwm/colorset.c:
12506         A -Wall fix
12508         * libs/Flocale.h:
12509         * libs/Fft.h:
12510         Fixed Compilation
12511         Include Fft.h include FRender.h as Xft.h include Xrender.h
12513         * libs/FRenderInterface.h:
12514         * libs/FRender.h:
12515         * libs/FRender.c (FRenderInit):
12516         (FRenderGetErrorCodeBase):
12517         (FRenderGetMajorOpCode):
12518         (FRenderGetExtensionSupported):
12519         (FRenderGetErrorText):
12520         Improve XRender initialization, check if the XRender extension is
12521         enabled and get the error code base and the major op code.
12522         Add error functions for the X error handler.
12524         * libs/XError.c (PrintXErrorAndCoredump):
12525         (request_name):
12526         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12527         and major op code
12529         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12530         * fvwm/events.c (HandlePropertyNotify):
12531         * fvwm/colorset.c (parse_tint):
12532         (parse_colorset):
12533         * libs/PictureImageLoader.c (PImageLoadPng):
12534         (PImageCreatePixmapFromArgbData):
12535         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12536         (PGraphicsCopyFvwmPicture):
12537         (PGraphicsTileRectangle):
12538         * libs/FRender.c (FRenderCopyArea):
12539         (FRenderTintRectangle):
12540         Check if the XRender extension is enabled on the display before
12541         performing XRender operations
12543 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12545         * fvwm/menuitem.c (menuitem_paint):
12546         fixed item hilighting problems
12548 2002-05-07  olicha  <olivier.chapuis@free.fr>
12550         * fvwm/colorset.c (parse_colorset):
12551         More coloset fixes
12553 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12555         * fvwm/events.c (HandlePropertyNotify):
12556         workaround for xterm resize problem
12558         * fvwm/colorset.c (parse_colorset):
12559         (free_colorset_background):
12560         (parse_pixmap):
12561         (parse_tint):
12562         fixed various bugs and core dumps w/ the cs->picture structure;
12563         note: it's a pointer, so compare with NULL, not with None
12565         * fvwm/frame.c (frame_setup_window):
12566         (frame_setup_window_app_request):
12567         (frame_force_setup_window):
12568         (frame_setup_window_internal):
12569         (frame_create_move_resize_args):
12570         (frame_free_move_resize_args):
12571         * fvwm/add_window.c (setup_window_attr):
12572         * fvwm/events.c (HandleConfigureRequest):
12573         (HandlePropertyNotify):
12574         fixed [?] bit_gravity/resize problem
12576         * fvwm/events.c (HandleEnterNotify):
12577         reformatted EdgeCommand code
12579 2002-05-06  olicha  <olivier.chapuis@free.fr>
12581         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12582         Resize an ewmh icon to the wanted size if it is to big
12584         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12585         Set also the stacking list when a window is destroyed
12587 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12589         * fvwm/fvwm.1: Finish language check.
12590         Fix typo in Mouse section, context should be on new line.
12592 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12594         * fvwm/fvwm.1 (file): Restore icons and images text with some
12595         improvement.
12596         Started on lang check, not done yet.
12598 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12600         * fvwm/module_interface.c (make_named_packet):
12601         Applied Mikhail Kruk patch
12603 2002-05-02  olicha  <olivier.chapuis@free.fr>
12605         * libs/FlocaleCharset.h:
12606         * libs/Ficonv.c (FiconvSetupConversion):
12607         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12608         * libs/Flocale.h:
12609         * libs/Flocale.c (FlocaleGetFftFont):
12610         (FlocaleGetFontSet):
12611         (FlocaleGetFont):
12612         (FlocaleLoadFont):
12613         (FlocaleUnloadFont):
12614         * fvwm/fvwm.1:
12615         Implemented charset/iconv hints in font name
12617 2002-04-29  Stian Sletner  <stian@sletner.com>
12619         * fvwm/windowlist.c (CMD_WindowList):
12620         Added new Windowlist option IconifiedAtEnd
12622 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12624         * fvwm/module_interface.c:
12625         * libs/Module.c:
12626         * libs/Module.h:
12627         moved two constant strings to Module.h, so they may be used by perllib
12629 2002-04-29  olicha  <olivier.chapuis@free.fr>
12631         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12632         Fixed a core dump if the charset is not found
12634         * libs/Flocale.c (FlocaleStringToString2b):
12635         Removed some debug code
12637 2002-04-29  olicha  <olivier.chapuis@free.fr>
12639         * libs/Fft.c (FftGetFontWidths):
12640         (FftGetFontWidths):
12641         * libs/Fft.h
12642         * libs/Flocale.h:
12643         * libs/Flocale.c (FlocaleGetFont):
12644         (FlocaleGetFontSet):
12645         (FlocaleGetFftFont):
12646         Removed min_char_offset member of the FlocaleFont as it is not use
12647         since we rotate string for side title
12649         * libs/Ficonv.c (FiconvSetupConversion):
12650         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12651         (FlocaleCharsetSetFlocaleCharset):
12652         * libs/Flocale.h:
12653         * libs/Flocale.c (FlocaleTextWidth):
12654         (FlocaleDrawString):
12655         (FlocaleUtf8ToUnicodeStr2b):
12656         (FlocaleLoadFont):
12657         (FlocaleStringToString2b):
12658         (FlocaleRotateDrawString):
12659         (FlocaleFontStructDrawString):
12660         Added support for drawing string with 10646-1 fonts without an utf8
12661         locale. Also, drawing strings with a multibyte font now work not so
12662         bad even if the locale have nothing to do with the font.
12664         * libs/Fft.c (FftUtf8ToFftString16):
12665         (FftDrawString):
12666         (FftTextWidth):
12667         Added utf8 rendering with iso10646-1 fonts on system without
12668         Xft Utf8 functions
12670         * fvwm/colorset.c (reset_cs_pixmap):
12671         (parse_pixmap):
12672         (parse_shape):
12673         (parse_tint):
12674         (parse_colorset):
12675         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12677 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12679         * fvwm/menus.c:
12680         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12682 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12684         * fvwm/move_resize.c:
12685         don't start Move with snap disabled if Alt is initially pressed
12687 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12689         * NEWS, configure.in:
12690         changed version to 2.5.2
12692 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12694         * fvwm/fvwm.1:
12695         improved main headers, added new COLORSETS section;
12696         documented State condition
12698         * NEWS:
12699         documented Tint in colorsets and utility renaming
12701         * libs/Flocale.c:
12702         corrected several error reporting problems
12704 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12706         * fvwm/events.h:
12707         fixed leaving tear off menus
12709 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12711         * fvwm/borders.c (border_draw_part_relief):
12712         (border_set_button_pixmap):
12713         (border_draw_title_stick_lines):
12714         (border_draw_title_mono):
12715         (border_draw_title_relief):
12716         * libs/fvwmlib.h (RelieveRectangle2):
12717         (RelieveRectangle):
12718         replaced functions by macros
12720         * libs/Graphics.c (do_relieve_rectangle):
12721         applied performance patch by Dave Trollope
12723 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12725         * libs/FBidi.c:
12726         * libs/FBidi.h:
12727         * libs/Flocale.c:
12728         * libs/Flocale.h:
12729         * libs/FlocaleCharset.c:
12730         FBidi is now independent from Flocale* again;
12731         iso8859-6.8x fonts recognized now as bidi-enabled
12733 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12735         * libs/Flocale.c:
12736         fixed --disable-multibyte
12738 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12740         * fvwm/borders.c (border_draw_title_deep):
12741         (border_set_title_pixmap):
12742         (border_set_button_pixmap):
12743         fixed SolidButton title and button style
12745 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12747         * fvwm/fvwm.1:
12748         * NEWS:
12749         * AUTHORS:
12750         added new entry about CurrentAtEnd
12752         * colorset.c:
12753         minor reformatting and spell checking
12755 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12757         * fvwm/windowlist.c (CMD_WindowList):
12758         Added new Windowlist option CurrentAtEnd
12760 2002-04-22  olicha  <olivier.chapuis@free.fr>
12762         * fvwm/colorset.c (parse_colorset):
12763         * libs/Colorset.h:
12764         Fixed an enormous core dump which comes from a cvs merging problem
12766         * fvwm/Makefile.am:
12767         * acconfig.h:
12768         * configure.in:
12769         Added Xrender detection and link fvwm if needed
12771         * libs/PictureGraphics.c:
12772         * libs/PictureGraphics.h:
12773         * libs/FRender.c:
12774         * libs/FRender.h:
12775         * libs/FRenderInterface.h:
12776         * libs/PictureGrpahics.c (*):
12777         * libs/PictureGrpahics.h:
12778         New libs files to acheive alpha-blend rendering and better XBM
12779         support. PictureGraphics contains elaborated version and also
12780         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12781         Xlib functions.
12783         * fvwm/fvwm.h:
12784         * fvwm/icons.c (clear_icon):
12785         (GetIconPicture):
12786         (DrawIconWindow):
12787         (GetIconFromFile):
12788         * fvwm/events.c (HandlePropertyNotify):
12789         * fvwm/borders.c (border_fill_pixmap_background):
12790         (border_get_border_background):
12791         (border_draw_decor_to_pixmap):
12792         * fvwm/menuitem.c (menuitem_paint):
12793         * fvwm/add_window.c (destroy_icon):
12794         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12795         * fvwm/geometry.c (move_icon_to_position):
12796         * fvwm/colorset.c (free_colorset_background):
12797         (parse_colorset):
12798         * libs/Colorset.h:
12799         Implemented alpha-blend rendering with the new libs function
12801         * fvwm/colorset.c (free_colorset_background):
12802         (parse_colorset):
12803         * libs/Colorset.h:
12804         Implemented tinting of a Pixmap background colorset
12806         * fvwm/colorset.c (parse_colorset):
12807         Use the Scr.NoFocusWin as main window in the place of the
12808         Scr.SizeWindow, this fix a lot of X errors in my machine.
12810         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12811         Donated our alpha channel
12813         * libs/vpacket.h:
12814         * fvwm/module_interface.h:
12815         * fvwm/module_interface.c (SendFvwmPicture):
12816         (BroadcastMiniIcon):
12817         (SendMiniIcon):
12818         (BroadcastFvwmPicture):
12819         (CMD_Send_WindowList):
12820         * fvwm/add_window.c (change_mini_icon):
12821         (broadcast_mini_icon):
12822         * fvwm/ewmh_icons.c:
12823         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12824         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12826         * libs/Makefile.am:
12827         * libs/PictureBase.c (*):
12828         * libs/PictureBase.h:
12829         * libs/Picture.c (*):
12830         * libs/Picture.h:
12831         * libs/PictureImageLoader.c (*):
12832         * libs/PictureImageLoader.h:
12833         * fvwm/*:
12834         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12835         PictureImageLoader.
12836         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12837         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12838         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12839         SetImagePath -> PictureSetImagePath, findImageFile ->
12840         PictureFindImageFile, PictureList -> FvwmPictureList,
12841         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
12842         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12843         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12844         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12845         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12846         Also renamed more recent functions in PictureImageLoader.
12848         * fvwm/borders.c (border_draw_one_border_part):
12849         (border_draw_decor_to_pixmap):
12850         Fixed drawing of a TiledPixmap borded and fixed position of buttons
12851         pixmap
12853         * fvwm/menus.c (pop_menu_up):
12854         (animated_move_back):
12855         (ParentalMenuRePaint):
12856         * fvwm/move_resize.h (resize_geometry_window):
12857         * fvwm/move_resize.c (move_window_doit):
12858         (AnimatedMoveAnyWindow):
12859         (AnimatedMoveOfWindow):
12860         (AnimatedMoveFvwmWindow):
12861         Fixed transparent animated menu
12863 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
12865         * fvwm/fvwm.1:
12866         fixed two places
12868 2002-04-19  Hippo
12870         * fvwm/colorset.c:
12871         * libs/Colorset.c:
12872         fixed running out of colors on 8bpp with ReadWriteColors;
12873         simulate colorsets on monochrome displays using three 1-bit pixmaps
12875 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
12877         * configure.in:
12878         fixed $PERL detection again
12880 2002-04-18  Hippo
12882         * configure.in:
12883         added -Wno-implicit-int to -Wall in case of gcc
12885         * fvwm/colorset.c:
12886         * fvwm/fvwm.c:
12887         fixed ReadWriteColors on a PseudoColor display
12889 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12891         * fvwm/move_resize.c (move_window_doit):
12892         set the is_icon_moved too flag if the icon was moved non-interactively
12894 2002-04-16  Hippo
12896         * fvwm/*.[ch]:
12897         * NEWS:
12898         Moved FvwmTheme functionality into fvwm.
12899         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12901 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
12903         * configure.in:
12904         fixed $PERL detection
12906         * fvwm/fvwm.1:
12907         * fvwm/ConfigFvwmDefaults:
12908         several fixes and spelling
12910 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12912         * libs/Bindings.c (CheckBinding):
12913         (MatchBinding):
12914         (GrabWindowKey):
12915         (GrabWindowButton):
12916         (MatchBindingExactly):
12917         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12918         keyboards
12920 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
12922         * configure.in:
12923         configure now uses $PERL if set
12925         * **:
12926         all programs installed into ${bindir} have now fvwm- prefix;
12927         documentation updated
12929 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12931         * **:
12932         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12933         documentation updated
12935 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12937         * NEWS:
12938         added 2.4.7 entries
12940 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
12942         * AUTHORS: New author.
12944         * NEWS: Edge Command.
12946 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
12948         * fvwm/fvwm2.1:
12949         Added EdgeCommand paragraph.
12951         * fvwm/events.c (HandleEnterNotify):
12952         Added execution of Scr.PanFrame*.command if set
12954         * fvwm/fvwm.c (InitVariables):
12955         Added init strings for pan frame commands.
12957         * fvwm/virtual.c:
12958         * fvwm/virtual.h:
12959         (checkPanFrames):
12960         Avoid hiding of pan frames if pan frame command is set.
12961         (CMD_EdgeCommand):
12962         Implementation of the buildin command EdgeCommand. First
12963         implementation of this function.
12965         * fvwm/screen.h (struct):
12966         added char * command in structure Panframe to store the pan frame
12967         command.
12969         * fvwm/functions.c:
12970         added declaration of CMD_ENTRY("edgecommand")
12972         * fvwm/functions.h:
12973         added definition of Flag F_EDGE_COMMAND
12975         * fvwm/commands.h:
12976         added definition of CMD_EdgeCommand(F_CMD_ARGS)
12978 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
12980         * fvwm/fvwm2.1:
12981         added "BI-DIRECTIONAL TEXTS" section
12983         * libs/System.c:
12984         added #include <sys/select.h> to fix endless loop on QNX
12986 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12988         * fvwm/fvwm2.1:
12989         changed description of focus models
12991 2002-04-09  olicha  <olivier.chapuis@free.fr>
12993         * configure.in:
12994         Check for libpng libpng 1.0.4a or better
12996 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
12998         * fvwm/add_window.c (setup_title_geometry):
12999         * fvwm/fvwm.h:
13000         * fvwm/fvwm2.1:
13001         * fvwm/geometry.c (get_title_font_size_and_offset):
13002         * fvwm/geometry.h:
13003         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13004         * fvwm/style.h:
13005         * fvwm/window_flags.h:
13006         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13007         * libs/Fft.h:
13008         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13009         * libs/Flocale.h:
13010         new Style options TopTitleRotated / TopTitleNotRotated,
13011         BottomTitleRotated / BottomTitleNotRotated
13013 2002-04-08  olicha  <olivier.chapuis@free.fr>
13015         * libs/Makefile.am:
13016         Fixed make dist again
13018 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
13020         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13022 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
13024         * INSTALL.fvwm:
13025         minor wording fixes
13027         * NEWS:
13028         mention a new FvwmIconMan syntax
13030         * sample.fvwmrc/new-features:
13031         * sample.fvwmrc/system.fvwm2rc:
13032         * sample.fvwmrc/system.fvwm2rc-sample-95:
13033         use a new module syntax
13035 2002-04-06  olicha  <olivier.chapuis@free.fr>
13037         * fvwm/fvwm2.1:
13038         * INSTALL.fvwm:
13039         Forget to save some file
13041         * libs/FImageLoader.c (c100_init_base_table):
13042         Allows init even if !XPM
13044         * libs/Makefile.am:
13045         Remove a F
13047         * configure.in:
13048         Fixed png detection
13050         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13051         Fixed a GC memory leaks.
13053         * fvwm/fvwm.c (setVersionInfo):
13054         * fvwm/fvwm2.1:
13055         Updated -version for png, bidi and xft
13057         * fvwm/fvwm2.1:
13058         Modified the ICONS section. Rename it ICONS AND IMAGES and
13059         document PNG file format. Replace "xpm or bitmap file" by
13060         "image file" in a few place.
13062         * INSTALL.fvwm:
13063         * NEWS:
13064         PNG news and documented libpng in the "Optional libraries used by FVWM"
13065         section
13067 2002-04-05  olicha  <olivier.chapuis@free.fr>
13069         * libs/FImageLoader.c (c100_init_base_table):
13070         (FImageReduceRGBColor):
13071         (FImageCreatePixmapFromArgbData):
13072         Speed up color limitation for png image and ewmh icons
13073         Respect color limit even with DirectColor and TrueColor
13075         * configure.in:
13076         * acconfig.h (HAVE_PNG):
13077         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13078         even without XPM support
13080         * libs/Makefile.am
13081         * libs/InitPicture.c (new file):
13082         * libs/InitPicture.h (new file):
13083         * libs/Picture.c:
13084         * libs/Picture.h:
13085         * libs/FImageLoader.c (new file):
13086         * libs/FImageLoader.h (new file):
13087         * libs/Fxpm.h (new file):
13088         * libs/Fpng.h (new file):
13089         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13090         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13091         ColorLimit stuff is applied to PNG image.
13092         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13093         Picture.c and Picture.h.
13094         InitPicture contains the Picture structure, initialize the visual,
13095         depth and color map and contains image path stuff as Picture contains
13096         Picture manipulations.
13098         * libs/ColorUtils.c:
13099         * libs/Picture.h:
13100         Moved the Picture color utils func to ColorUtils
13102         * fvwm/Makefile.am:
13103         links against libpng
13105         * fvwm/icons.c (GetIconPicture):
13106         (GetXPMFile):
13107         (GetBitmapFile):
13108         (GetIconFromFile):
13109         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13110         the libs image loader
13112         * fvwm/cursor.c (CMD_CursorStyle):
13113         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13115         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13116         (EWMH_SetIconFromWMIcon):
13117         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13118         icons
13120         * fvwm/modconf.c:
13121         Send the ColorLimit to module in any case
13123         * libs/fvwmlib.h:
13124         * libs/Graphics.c:
13125         * libs/Flocale.c
13126         * libs/Fft.c:
13127         * libs/Colorset.c:
13128         * fvwm/add_window.c:
13129         * fvwm/builtins.c:
13130         * fvwm/fvwm.h:
13131         * fvwm/menus.c:
13132         * fvwm/menustyle.c:
13133         * fvwm/move_resize.c:
13134         include cleanup
13136 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13138         * fvwm/events.c (test_map_request):
13139         (test_resizing_event):
13140         fixed endless loop in HandleConfigureRequest
13142 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13144         * fvwm/add_window.c (setup_style_and_decor):
13145         fixed borderless transients
13147         * fvwm/events.c (test_resizing_event):
13148         (HandleConfigureRequest):
13149         * fvwm/frame.c (frame_create_move_resize_args):
13150         * fvwm/add_window.c (AddWindow):
13151         * fvwm/fvwm.h:
13152         * fvwm/window_flags.h:
13153         tried to improve ConfigureRequest handling
13155         * fvwm/events.c (HandlePropertyNotify):
13156         recalculate window size when the base_width or base_height hint
13157         changes; fixes some problems with xemacs
13159         * fvwm/virtual.c (map_window):
13160         redraw decorations
13162         * fvwm/borders.c (border_draw_decorations):
13163         don't redraw windows on a different desk
13164         keep track of Scr.Hilite
13166 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13168         * fvwm/virtual.c (unmap_window):
13169         * fvwm/move_resize.c (resize_window):
13170         * fvwm/icons.c (Iconify):
13171         * fvwm/add_window.c (CaptureOneWindow):
13172         * fvwm/borders.c (border_undraw_decorations):
13173         mark window decorations as not drawn whenever the frame is unmapped
13175 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13177         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13179 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13181         * libs/FBidi.c:
13182         use safemalloc and alloca instead of malloc
13184 2002-03-29  olicha  <olivier.chapuis@free.fr>
13186         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13187         Set the X locale charset on system without XOpenOM
13189 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13191         * configure.in:
13192         fixed multibyte support reporting
13194 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13196         * libs/fvwmlib.h:
13197         * fvwm/fvwm.h:
13198         * config.h.in:
13199         moved gcc extension __attribute__ handling to config.h
13201         * fvwm/fvwm.c (main):
13202         * fvwm/stack.c (add_window_to_stack_ring_after):
13203         * fvwm/icons.c (GetIconWindow):
13204         (GetIconBitmap):
13205         * fvwm/add_window.c:
13206         fixed core dumps and other bugs in debug messages
13208 2002-03-27  olicha  <olivier.chapuis@free.fr>
13210         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13211         (FlocaleCharsetSetFlocaleCharset):
13212         * acconfig.h:
13213         * configure.in (problem_multibyte):
13214         Fixed compilation for system without XOpenOM in Xlib.h
13216         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13217         * libs/Ficonv.c (FiconvInit):
13218         Be more safe
13220         * fvwm/fvwm.c:
13221         include only libs/Flocale.h
13223 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13225         * configure.in:
13226         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13228         * libs/FBidi.c:
13229         * libs/FBidi.h:
13230         * libs/Flocale.c:
13231         * libs/FlocaleCharset.c:
13232         minor modifications, like removed #include;
13233         fixed core dump with bidi and utf-8
13235 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13237         * fvwm/frame.c (frame_update_hidden_window_pos):
13238         fixed shade/maximize/unshade
13240         * fvwm/builtins.c (FreeDecorFace):
13241         fixed memory leak
13243         * fvwm/borders.c (get_common_decorations):
13244         (border_get_border_style):
13245         * fvwm/style.c (parse_and_set_window_style):
13246         * fvwm/style.h:
13247         * fvwm/window_flags.h:
13248         * fvwm/fvwm.h (struct):
13249         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13250         (frame_create_move_resize_args):
13251         (frame_move_resize_step):
13252         (frame_next_move_resize_args):
13253         new styles WindowShadeLazy [default], WindowShadeBusy and
13254         WindowShadeAlwaysLazy
13256         * fvwm/frame.c (frame_set_decor_gravities):
13257         fixed window bit gravities
13258         split into smaller functions
13259         (frame_move_resize_step):
13260         fixed a bug w/ the parent gravity
13261         (frame_hide_changing_window_parts):
13262         fixed flickering in one of the corners during shade animation
13263         (frame_mrs_hide_changing_parts):
13264         renamed function
13265         (frame_mrs_prepare_vars):
13266         (frame_mrs_hide_unhide_parent):
13267         (frame_mrs_setup_draw_decorations):
13268         (frame_mrs_resize_move_windows):
13269         new functions
13271 2002-03-25  olicha  <olivier.chapuis@free.fr>
13273         * libs/Fft.c (FftSetupEncoding):
13274         Fixed compilation
13276         * libs/Flocale.c (FlocaleDrawString):
13277         * libs/FBidi.c (FBidiConvert):
13278         * libs/FBidi.h:
13279         Pass the font to FBidiConvert
13281         * acconfig.h (HAVE_LIBCHARSET):
13282         * acinclude.m4 (CHECK_LIBCHARSET):
13283         * configure.in:
13284         If libiconv is used check for libcharset
13286         * libs/Makefile.am:
13287         * libs/FlocaleCharset.h:
13288         * libs/FlocaleCharset.c:
13289         * libs/Flocale.h:
13290         * libs/Flocale.c (*):
13291         * libs/Fft.c (FftSetupEncoding):
13292         * libs/Fft.h:
13293         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13294         FlocaleFont has such a member which is set when charset info are needed.
13295         FlocaleCharset.c contains a big table which associates to an X charset
13296         various possible locale charsets and the fribidi charset.
13297         If libiconv is used, libcharset is used to compute the locale charset.
13298         Various Flocale clean up.
13300         * fvwm/fvwm.c (main):
13301         Removed the call to FlocaleInitCharset, it is now done automatically
13302         when needed
13304         * libs/Makefile.am:
13305         * libs/Ficon.h:
13306         * libs/Ficonv.c:
13307         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13308         * fvwm/ewmh.h:
13309         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13310         (EWMH_WMIconName):
13311         (EWMH_WMName):
13312         (EWMH_SetDesktopNames):
13313         Moved iconv conversions into the library. Try to found the good iconv
13314         charset with the help of the font and of the FlocaleCharset table.
13316 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13318         * libs/Module.c (SendFvwmPipe):
13319         * libs/Graphics.c (do_relieve_rectangle):
13320         * fvwm/menustyle.c (menustyle_parse_old_style):
13321         * fvwm/add_window.c (setup_window_structure):
13322         memory management patches by Dave Trollope
13324         * fvwm/frame.c (frame_get_sidebar_geometry):
13325         hide the handles when using the NoHandles style
13327         * fvwm/borders.c (border_redraw_decorations):
13328         change in title rotation is applied immediately, don't use the value "2"
13329         to force redrawing
13331         * fvwm/style.c (parse_and_set_window_style):
13332         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13333         styles can be used
13334         documented the new title directions
13335         (parse_and_set_window_style):
13336         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13337         instead
13338         documented these styles
13340         * fvwm/add_window.c (CaptureOneWindow):
13341         (CaptureAllWindows):
13342         (AddWindow):
13343         cleaned up
13345         * fvwm/icons.c (DeIconify):
13346         fiexd fucoused window not hilighting after deiconification
13348 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13350         * fvwm/update.c (apply_window_updates):
13351         windows are not unshaded when the decoration layout changes
13353         * fvwm/frame.c (frame_create_move_resize_args):
13354         fixed excessive redrawing
13355         (frame_get_hidden_pos):
13356         fixed parent geometry when window is hidden
13358         * fvwm/add_window.c (setup_frame_stacking):
13359         fixed stacking of right buttons
13361         * fvwm/frame.c (frame_set_decor_gravities):
13362         fixed title and button bit gravities
13364         * fvwm/add_window.c (setup_frame_stacking):
13365         (change_auxiliary_windows):
13366         fixed "button" style
13368         * fvwm/geometry.c (get_title_button_geometry):
13369         * fvwm/menus.c (pop_menu_up):
13370         fixed menu placement relative to window titles
13372         * libs/Flocale.c (FlocaleDrawString):
13373         fixed compiler warning w/o fribidi
13375         * fvwm/virtual.c (MoveViewport):
13376         (MapDesk):
13377         (do_move_window_to_desk):
13378         * fvwm/update.c (apply_window_updates):
13379         * fvwm/icons.c (Iconify):
13380         (CMD_Iconify):
13381         * fvwm/module_interface.c (SETOLDFLAGS):
13382         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13383         * fvwm/style.c (parse_and_set_window_style):
13384         * fvwm/window_flags.h:
13385         * fvwm/session.c (MatchWinToSM):
13386         * fvwm/placement.c (PlaceWindow):
13387         * fvwm/add_window.c (CaptureAllWindows):
13388         (setup_window_placement):
13389         (CaptureOneWindow):
13390         (AddWindow):
13391         (destroy_window):
13392         * fvwm/menus.c (menu_tear_off):
13393         * fvwm/events.c (HandleMapRequestKeepRaised):
13394         (HandleMapNotify):
13395         * fvwm/fvwm.h:
13396         removed some of those pesky globals: PPosOverride, isIconicState and
13397         isIconifiedByParent; pass round a structure instead
13398         removed the do_start_iconic window flag
13399         removed do_delete_icon_moved flag
13401 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13403         * acconfig.h:
13404         * configure.in:
13405         renamed HAVE_FRIBIDI to HAVE_BIDI
13407         * libs/FBidi.c:
13408         * libs/FBidi.h:
13409         added more comments
13411         * fvwm/Makefile.am:
13412         * libs/Flocale.c:
13413         * libs/Makefile.am:
13414         added a dummy call to FBidi to test linking against bidi libs
13416 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13418         * fvwm/windowshade.c (CMD_WindowShade):
13419         changed syntax of windowshade with direction
13420         (CMD_WindowShade):
13421         update button state after unshading
13423         * fvwm/add_window.c (AddWindow):
13424         fixed mini icon update
13426         * fvwm/events.c (HandleEnterNotify):
13427         fixed icon picture redrawing
13428         icon titles are no longer raised and expanded if the icon has only a
13429         title
13431         * fvwm/move_resize.c (resize_window):
13432         fixed core dump
13434         * libs/gravity.c (gravity_move_resize_parent_child):
13435         * fvwm/frame.c (frame_get_titlebar_dimensions):
13436         (frame_prepare_animation_shape):
13437         (frame_move_resize_step):
13438         (frame_get_titlebar_dimensions_only):
13439         (frame_get_hidden_pos):
13440         (frame_update_hidden_window_pos):
13441         (frame_free_move_resize_args):
13442         (frame_create_move_resize_args):
13443         fixed shading of shaped windows
13445         * fvwm/borders.c:
13446         clean up
13448         * fvwm/fvwm.c (main):
13449         * fvwm/misc.c (GrabEm):
13450         fixed a problem with the cursor shape during window shading
13452         * fvwm/update.c (apply_window_updates):
13453         fixed drawing of hilighted window after a decoration change
13455         * fvwm/update.c (apply_window_updates):
13456         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13457         * fvwm/borders.c (RedrawDecorations):
13458         renamed RedrawDecorations()
13460         * fvwm/move_resize.c (move_window_doit):
13461         * libs/fvwmrect.c:
13462         * fvwm/misc.c (move_into_rectangle):
13463         (intersect_xrectangles):
13464         functions renamed and moved to fvwmrect.c
13466         * fvwm/borders.c (border_get_changed_border_parts):
13467         (frame_get_changed_border_parts):
13468         reduced border redrawing
13469         moved fucntion to borders.c
13471         * fvwm/events.c (HandleButtonPress):
13472         (DispatchEvent):
13473         suppress button events on frame windows
13475         * fvwm/frame.c (frame_setup_border):
13476         fixed a problem with the border setup
13478         * fvwm/borders.c (border_draw_decorations):
13479         * fvwm/events.c (HandleEnterNotify):
13480         fixed icon title drawing
13482         * fvwm/misc.c (GrabEm):
13483         fixed a pointer grab hang with xmag?
13485         * fvwm/move_resize.c (resize_window):
13486         use frame_move_resize function to improve performance
13488         * fvwm/add_window.c (AddWindow):
13489         fixed recaturing shaded windows
13491         * fvwm/borders.c:
13492         suppress unnecessary title redraws
13494         * fvwm/frame.c:
13495         window shading works again; there are still some problems with
13496         recapture, restart, border drawing and shaped windows
13498 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13500         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13501         new function
13503         * fvwm/frame.c (frame_get_title_bar_dimensions):
13504         fixed minor button layout bug
13505         (frame_update_hidden_window_pos):
13507         * fvwm/ewmh_names.c (EWMH_WMName):
13508         * fvwm/gnome.c (GNOME_HandlePropRequest):
13509         * fvwm/focus.c (DoSetFocus):
13510         * fvwm/stack.c (new_layer):
13511         * fvwm/icons.c (DeIconify):
13512         (Iconify):
13513         * fvwm/events.c (HandleFocusIn):
13514         (HandlePropertyNotify):
13515         (HandleExpose):
13516         (HandleMapNotify):
13517         (HandleButtonPress):
13518         (HandleLeaveNotify):
13519         * fvwm/builtins.c (CMD_ChangeDecor):
13520         (CMD_UpdateDecor):
13521         * fvwm/move_resize.c (resize_move_window):
13522         (resize_window):
13523         (resize_window):
13524         (maximize_fvwm_window):
13525         (handle_stick):
13526         * fvwm/borders.c (DrawDecorations):
13527         (RedrawDecorations):
13528         removed function DrawDecorations()
13529         (border_draw_decorations):
13530         renamed draw_decorations_with_geom() to border_draw_decorations()
13532         * fvwm/events.c (HandleExpose):
13533         fixed drawing icon titles
13535         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13536         * fvwm/events.c (HandleFocusIn):
13537         (HandleFocusOut):
13538         * fvwm/screen.h (ScreenInfo):
13539         return the focus to the window that had the focus before an or window
13540         stole it and then died.
13542         * fvwm/menus.c (scanForColor):
13543         removed duplicate call of strlen
13544         use alloca instead of safemalloc
13546         * fvwm/menustyle.c (menustyle_parse_style):
13547         don't call memset right before memcpy
13549         * fvwm/module_interface.c (AddToMessageQueue):
13550         (DeleteMessageQueueBuff):
13551         removed one safemalloc and inline'd the function
13552         merged AddToMessageQueue into PositiveWrite
13554         * fvwm/borders.c (border_draw_decor_to_pixmap):
13555         fixed pixmap and mini icon buttons
13556         (border_fill_pixmap_background):
13557         fixed an X error
13558         (border_get_tb_parts_to_draw):
13559         buttons and title background using the border style is updated when the
13560         buttons moves
13562         * fvwm/events.c (WaitForButtonsUp):
13563         don't grab the whole server but merely the pointer to allow applications
13564         redrawing themselves
13566         * fvwm/borders.c:
13567         finished writing title drawing code
13569         * fvwm/move_resize.c (resize_window):
13570         (resize_move_window):
13571         (unmaximize_fvwm_window):
13572         removed now unnecessary calls to DrawDecorations()
13574         * fvwm/frame.c (frame_hide_changing_window_parts):
13575         fixed hiding bottom/right titles
13577         * fvwm/add_window.c (AddWindow):
13578         fixed recapturing shaded windows
13580         * fvwm/misc.c (GrabEm):
13581         fixed the cursor over the title window while resizing
13583 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13585         * libs/Graphics.c (CreateTiledPixmap):
13586         improved efficience: let the X server tile a pixmap via the GC settings
13588         * fvwm/fvwm.c (CreateGCs):
13589         * fvwm/screen.h (ScreenInfo):
13590         added new global GC Scr.TileGC
13592         * fvwm/borders.c (border_fill_pixmap_background):
13593         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13594         use already created gcs
13596         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13597         * fvwm/menus.c (paint_menu_gradient_background):
13598         fixed using a randow members in gcs
13600 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13602         * configure.in:
13603         added compilation test for fribidi
13605 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13607         * NEWS: Document FvwmForm timeout.
13609 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13611         * fvwm/session.c (MatchWinToSM):
13612         * fvwm/add_window.c (AddWindow):
13613         preserve user states over a restart
13615         * fvwm/add_window.c (setup_window_structure):
13616         preserve user states over a recapture
13618         * fvwm/functions.c (execute_function):
13619         "Silent" suppresses the "No such command ..." message
13621         * fvwm/frame.c (frame_move_resize):
13622         * fvwm/misc.c (GrabEm):
13623         fixed the cursor shape during resizing
13624         fixed button looks in small windows
13626 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13628         * libs/FBidi.c:
13629         * libs/FBidi.h:
13630         new files
13632 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13634         * fvwm/fvwm.c (LoadDefaultLeftButton):
13635         (LoadDefaultRightButton):
13636         * fvwm/borders.c (border_draw_vector_to_pixmap):
13637         * fvwm/screen.h (DecorFace):
13638         * fvwm/builtins.c (ReadDecorFace):
13639         fixed transparent vector line support
13641         * libs/Graphics.c (CreateGradientPixmap):
13642         fixed potential core dump with illegal gradients
13644 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13646         * fvwm/fvwm.h (FvwmWindow):
13647         removed button_background_pixmap member
13649         * fvwm/update.c (apply_window_updates):
13650         fixed changing the decoration size
13652         * fvwm/windowshade.c (CMD_WindowShade):
13653         * fvwm/frame.c (frame_setup_border):
13654         * fvwm/functions.c (execute_complex_function):
13655         removed debug code
13657         * fvwm/move_resize.c (resize_window):
13658         fixed aboting of a opaque resize w/ maximized windows
13659         (ParseOneResizeArgument):
13660         resize arguments don't take the border into account
13661         (GetResizeArguments):
13662         implemented new option "Frame" to the Resize and ResizeMove commands
13664 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13666         * fvwm/fvwm2.1:
13667         * fvwm/builtins.c (ReadDecorFace):
13668         * fvwm/borders.c (DrawLinePattern):
13669         implemented transparent drawing color in vector buttons: C == 4
13671         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13672         * fvwm/builtins.c (ReadDecorFace):
13673         increased allowed number of lines in a vector button to 10000 and moved
13674         the definition to defaults.h
13676         * fvwm/virtual.c (MoveViewport):
13677         don't send useless M_NEW_PAGE packets
13679         * fvwm/frame.c:
13680         * fvwm/borders.c:
13681         started work on new button/title drawing code
13683         * fvwm/events.c (HandleExpose):
13684         don't handle expose on the title bar
13686         * fvwm/borders.c:
13687         * fvwm/frame.c (frame_get_sidebar_geometry):
13688         * fvwm/fvwm.h (FvwmWindow):
13689         replaced border_state with decor_state
13691         * libs/defaults.h (NR_RIGHT_BUTTONS):
13692         added a comment
13694         * fvwm/events.h:
13695         * fvwm/events.c (HandleExpose):
13697         * fvwm/frame.c (frame_setup_border):
13698         hide sidebars if they are too small, i.e. 0 pixels
13700 2002-03-20  olicha  <olivier.chapuis@free.fr>
13702         * libs/Flocale.c (FlocaleFreeNameProperty):
13703         Fixed random core dump
13705 2002-03-19  olicha  <olivier.chapuis@free.fr>
13707         * fvwm/ConfigFvwmDefaults:
13708         RightTitleRotatedCW is a default
13710 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13712         * fvwm/frame.c (frame_get_sidebar_geometry):
13713         window corners are always at least the border width thick
13715         * fvwm/geometry.c (update_absolute_geometry):
13716         fixed south/east shading
13718         * fvwm/frame.c (frame_move_resize_step):
13719         did the best I could to prevent rxvt from flashing in the background
13720         colour
13722         * fvwm/add_window.c (get_default_window_attributes):
13723         (get_default_window_attributes):
13724         (setup_resize_handle_windows):
13725         * fvwm/borders.c (border_get_border_gcs):
13726         applied -visual fix by Hippo
13728         * fvwm/cursor.c (CMD_CursorStyle):
13729         fixed endless loop
13731         * fvwm/frame.c (frame_get_title_bar_dimensions):
13732         fixed order of right buttons
13733         (frame_move_resize_step):
13734         reduced flashing when maximizing
13736         * fvwm/geometry.c (update_absolute_geometry):
13737         adapted for horizontal shading
13739 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13741         * fvwm/borders.c:
13742         * fvwm/builtins.c:
13743         * fvwm/fvwm.h:
13744         * fvwm/geometry.c:
13745         * libs/Fft.c:
13746         * libs/Flocale.c:
13747         * libs/Flocale.h:
13748         several renamings of text_direction to text_rotation
13750 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13752         * fvwm/windowshade.c (CMD_WindowShade):
13753         * fvwm/frame.c (frame_create_move_resize_args):
13754         (frame_move_resize_step):
13755         hack to enable non-animated window shading for the time being
13757         * fvwm/style.c (parse_and_set_window_style):
13758         (parse_and_set_window_style):
13759         allow to abbreviate [Counter]ClockWise with [C]CW
13761         * fvwm/frame.c (frame_move_resize_step):
13762         fixed
13764         * fvwm/geometry.c (gravity_constrain_size):
13765         removed useless code
13767         * fvwm/update.c (apply_window_updates):
13768         * fvwm/add_window.c (AddWindow):
13769         * fvwm/move_resize.c (unmaximize_fvwm_window):
13770         (resize_window):
13771         do not write into frame_g. only frame.c should do this
13773         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13774         (MIN_WINDOW_TITLE_LENGTH):
13775         new default values
13776         * fvwm/frame.c (frame_setup_title_bar):
13777         (get_resize_decor_gravities_one_axis):
13778         (frame_setup_window_internal):
13779         (frame_move_resize_step):
13780         (frame_create_move_resize_args):
13781         rewrote frame_setup_title_bar function
13783         * fvwm/add_window.c (setup_frame_stacking):
13784         fixed title bar stacking order
13786         * fvwm/frame.c (frame_setup_title_bar):
13787         removed yesterday's 'fix'
13789         * fvwm/add_window.c (hide_screen):
13790         (setup_title_window):
13791         (setup_resize_handle_windows):
13792         (setup_button_windows):
13793         fixed visual and depth of decoration windows
13795 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13797         * fvwm/frame.c (frame_setup_title_bar):
13798         fixed title layout bug
13800         * fvwm/move_resize.c (MaximizeHeight):
13801         fixed bug in "grow" option of the Maximize command
13803         * fvwm/geometry.h:
13804         fixed broken prototype for get_title_font_size_and_offset
13806         * fvwm/geometry.c (get_title_font_size_and_offset):
13807         simplified code a bit
13809 2002-03-18  olicha  <olivier.chapuis@free.fr>
13811         * fvwm/geometry.h:
13812         * fvwm/geometry.c (get_title_font_size_and_offset):
13813         * fvwm/add_window.c (setup_title_geometry):
13814         * fvwm/style.h:
13815         * fvwm/style.c (parse_and_set_window_style):
13816         (check_window_style_change):
13817         * fvwm/update.c (apply_window_updates):
13818         * fvwm/window_flags.h:
13819         * fvwm/fvwm.h:
13820         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13821         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13822         RightTitleRotatedCounterClockWise
13824 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13826         * acconfig.h:
13827         * vms/config.h (FMiniIconsSupported):
13828         removed last traces of MINI_ICONS ifdef
13830         * fvwm/windowlist.c (CMD_WindowList):
13831         * fvwm/update.c (apply_window_updates):
13832         * fvwm/style.h:
13833         * fvwm/style.c (merge_styles):
13834         (parse_and_set_window_style):
13835         (check_window_style_change):
13836         * fvwm/screen.h:
13837         * fvwm/module_interface.c (SendMiniIcon):
13838         (BroadcastMiniIcon):
13839         (CMD_Send_WindowList):
13840         * fvwm/fvwm.h (FvwmWindow):
13841         * fvwm/ewmh_icons.c (ewmh_WMIcon):
13842         (EWMH_DoUpdateWmIcon):
13843         (ewmh_SetWmIconFromPixmap):
13844         (EWMH_DeleteWmIcon):
13845         (EWMH_SetIconFromWMIcon):
13846         * fvwm/builtins.c (ReadDecorFace):
13847         * fvwm/borders.c (DrawButton):
13848         (CMD_BorderStyle):
13849         (CMD_BorderStyle):
13850         * fvwm/add_window.c (setup_window_structure):
13851         (setup_mini_icon):
13852         (destroy_mini_icon):
13853         (change_mini_icon):
13854         (AddWindow):
13855         * acconfig.h (FMiniIconsSupported):
13856         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13857         compiler checks
13859         * fvwm/screen.h:
13860         removed an FANCY_TITLEBARS ifdef
13862         * fvwm/borders.c (border_draw_one_part):
13863         (border_draw_border_parts):
13864         (border_draw_all_parts):
13865         (draw_clipped_decorations_with_geom):
13866         performance enhancement
13868 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13870         * fvwm/frame.c (frame_move_resize_step):
13871         force setting up the border when function is called with FRAME_MR_SETUP
13872         (frame_setup_window_internal):
13873         removed duplicate frame setup
13875         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13876         fixed logic bug
13877         (draw_clipped_decorations_with_geom):
13878         do not flush the X queue after drawing; let the caller do it
13880         * fvwm/frame.c (frame_get_sidebar_geometry):
13881         fixed layout of windows with a small height
13882         (frame_hide_changing_window_parts):
13883         fixed flickering
13885         * fvwm/borders.c:
13886         * fvwm/frame.c:
13887         made good progress with frame layout rewrite. I think it is already
13888         considerably faster.
13889         some general clean up
13891         * fvwm/add_window.c (setup_decor_window):
13892         function removed
13894         * fvwm/windowshade.c (CMD_WindowShade):
13895         * fvwm/stack.c (verify_stack_ring_consistency):
13896         (RaiseOrLowerWindow):
13897         * fvwm/move_resize.c (resize_move_window):
13898         (move_window_doit):
13899         (draw_move_resize_grid):
13900         * fvwm/icons.c (DrawIconWindow):
13901         * fvwm/icccm2.c (CloseICCCM2):
13902         (convertProperty):
13903         (HandleSelectionRequest):
13904         * fvwm/fvwm.c (main):
13905         (SaveDesktopState):
13906         * fvwm/focus.c (DoSetFocus):
13907         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13908         * fvwm/events.c (HandlePropertyNotify):
13909         (HandleButtonPress):
13910         (HandleConfigureRequest):
13911         * fvwm/add_window.c (RestoreWithdrawnLocation):
13912         (Reborder):
13913         * fvwm/builtins.c (CMD_Delete):
13914         (CMD_Destroy):
13915         (CMD_Close):
13916         (CMD_FakeClick):
13917         * fvwm/menus.c (paint_menu):
13918         (DestroyMenu):
13919         * fvwm/misc.c (UngrabEm):
13920         (GrabEm):
13921         * fvwm/schedule.c (execute_obj_func):
13922         * fvwm/add_window.c (hide_screen):
13923         (destroy_window):
13924         use XFlush instead of XSync when the latter is not necessary
13926         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13927         new function
13929         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13930         inform frame module if the window with the hide windows dies
13932         * fvwm/placement.c (PlaceWindow):
13933         (CMD_PlaceAgain):
13934         * fvwm/add_window.c (setup_window_attr):
13935         (setup_frame_attributes):
13936         (AddWindow):
13937         (RestoreWithdrawnLocation):
13938         (setup_window_placement):
13939         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13940         (get_title_geometry):
13941         * fvwm/fvwm.c (InitVariables):
13942         * fvwm/frame.c (frame_setup_frame):
13943         * fvwm/colormaps.c (HandleColormapNotify):
13944         (InstallWindowColormaps):
13945         * fvwm/events.c (HandleConfigureRequest):
13946         (HandleUnmapNotify):
13947         * fvwm/fvwm.h (FvwmWindow):
13948         removed attr member of FvwmWindow and replaced by a structure defined
13949         ourselves that is much smaller
13951         * fvwm/add_window.c (hide_screen):
13952         don't use save_unders and backing_store for the window used in recapture
13954         * fvwm/frame.c (frame_init):
13955         * fvwm/fvwm.c (main):
13956         new function to initialise frame module
13958         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13959         new function
13961 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13963         * fvwm/frame.c:
13964         clean up
13966         * fvwm/borders.h (enum):
13967         * fvwm/borders.c (draw_clipped_decorations_with_geom):
13968         (border_get_parts_and_pos_to_draw):
13969         * fvwm/fvwm.h (struct):
13970         some clean up
13971         fixed calculations of which border parts to draw
13973         * fvwm/fvwm2.1:
13974         corrected some typos
13975         * fvwm/frame.c:
13976         * fvwm/borders.c:
13977         handle marks work again
13979 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
13981         * AUTHORS: New author added.
13983 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13985         * fvwm/frame.c:
13986         * fvwm/borders.c:
13987         * fvwm/add_window.c (setup_frame_stacking):
13988         * fvwm/cursor.c (CMD_CursorStyle):
13989         * fvwm/events.c (HandleExpose):
13990         (HandleMapNotify):
13991         (HandleEnterNotify):
13992         (HandleLeaveNotify):
13993         (GetContext):
13994         * fvwm/geometry.c (get_title_button_geometry):
13995         * fvwm/virtual.c (map_window):
13996         * fvwm/add_window.c (setup_parent_window):
13997         (setup_resize_handle_cursors):
13998         (setup_resize_handle_windows):
13999         (resize_resize_handle_windows):
14000         (change_resize_handle_windows):
14001         some progress with new frame layout
14003         * fvwm/add_window.c (setup_visible_name):
14004         fixed off-by-one bug in setup_visible_name
14005         maximum window number can be set in defaults.h
14007 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14009         * fvwm/windowlist.h:
14010         * fvwm/virtual.h:
14011         * fvwm/update.h:
14012         * fvwm/style.h:
14013         * fvwm/read.h:
14014         * fvwm/placement.h:
14015         * fvwm/menus.h:
14016         * fvwm/move_resize.h:
14017         * fvwm/icons.h:
14018         * fvwm/geometry.h:
14019         * fvwm/frame.h:
14020         * fvwm/focus.h:
14021         * fvwm/events.h:
14022         * fvwm/borders.h:
14023         * fvwm/add_window.h:
14024         * fvwm/ewmh_names.c:
14025         * fvwm/ewmh_icons.c:
14026         * fvwm/ewmh_events.c:
14027         * fvwm/ewmh.c:
14028         * fvwm/frame.c:
14029         * fvwm/menucmd.c:
14030         * fvwm/schedule.c:
14031         * fvwm/geometry.c:
14032         * fvwm/gnome.c:
14033         * fvwm/windowlist.c:
14034         * fvwm/cursor.c:
14035         * fvwm/update.c:
14036         * fvwm/bindings.c:
14037         * fvwm/colormaps.c:
14038         * fvwm/decorations.c:
14039         * fvwm/conditional.c:
14040         * fvwm/misc.c:
14041         * fvwm/read.c:
14042         * fvwm/placement.c:
14043         * fvwm/fvwm.c:
14044         * fvwm/virtual.c:
14045         * fvwm/session.c:
14046         * fvwm/functions.c:
14047         * fvwm/stack.c:
14048         * fvwm/icons.c:
14049         * fvwm/module_interface.c:
14050         * fvwm/style.c:
14051         * fvwm/add_window.c:
14052         * fvwm/events.c:
14053         * fvwm/builtins.c:
14054         * fvwm/move_resize.c:
14055         * fvwm/borders.c:
14056         * fvwm/menus.c:
14057         * fvwm/fvwm.h (FvwmWindow):
14058         moved all windows into a separate sub structure and wrote access macros
14059         renamed FvwmWindow argument to builtin commands to "fw"
14060         renamed tmp_win to fw everywhere
14062         * fvwm/borders.c (RedrawBorder):
14063         * fvwm/decorations.c (SelectDecor):
14064         * fvwm/add_window.c (setup_style_and_decor):
14065         (setup_resize_handle_cursors):
14066         * fvwm/window_flags.h:
14067         * fvwm/fvwm.h (struct):
14068         added new member has_handles and new macro HAS_HANDLES
14070         * fvwm/decorations.c (SelectDecor):
14071         fixed the NoHandles style
14073         * fvwm/decorations.c (SelectDecor):
14074         * fvwm/style.c (check_window_style_change):
14075         (parse_and_set_window_style):
14076         * fvwm/style.h:
14077         * fvwm/fvwm.h (struct):
14078         renamed has_no_handles to has_no_border
14080 2002-03-15  olicha  <olivier.chapuis@free.fr>
14082         * libs/Flocale.h:
14083         * libs/Fft.c (is_utf8_encoding):
14084         Compilation fixes
14086         * libs/Flocale.h:
14087         s/COMPUND_TEXT/COMPOUND_TEXT
14089         * fvwm/fvwm2.1:
14090         Removed matrix xft specification doc as now it is use internally by
14091         fvwm
14093         * libs/Flocale.c (FlocaleRotateDrawString):
14094         (FlocaleUnloadFont):
14095         (FlocaleDrawString):
14096         (FlocaleTextWidth):
14097         * libs/Fft.h:
14098         * libs/Fft.c (FftGetRotatedFont):
14099         (FftGetFont):
14100         (FftDrawString):
14101         (FftTextWidth):
14102         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14103         (RedrawTitle):
14104         * fvwm/geometry.c (get_title_font_size_and_offset):
14105         * fvwm/style.c (parse_and_set_window_style):
14106         (check_window_style_change):
14107         * fvwm/update.c (apply_window_updates):
14108         * fvwm/update.h:
14109         * fvwm/style.h:
14110         * fvwm/fvwm.h:
14111         * fvwm/window_flags.h:
14112         Implemented vertical text rendering, new style SideTitleTextDefault,
14113         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14115 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14117         * fvwm/fvwm.h:
14118         removed inclusion of fvwmdebug.h
14120         * libs/gravity.c (ParseDirectionArgument):
14121         fixed direction parsing
14123         * fvwm/menus.c (get_menu_options):
14124         fixed a compiler warning
14126 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14128         * fvwm/bindings.c (ParseBinding):
14129         fixed compiler warning
14131         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14132         * fvwm/ewmh.h:
14133         fixed compilation w/ --disable-ewmh
14135         * fvwm/windowlist.c (CMD_WindowList):
14136         fixed parsing of conditions versus position of window list broken with
14137         a recent "fix"
14139 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14141         * libs/Fft.h:
14142         * libs/Fft.c (FftTextWidth):
14143         (is_utf8_encoding):
14144         (FftGetFontWidths):
14145         (FftDrawString):
14146         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14147         if HAVE_XFT was not set.
14149         * fvwm/events.h (XEVMASK_DECORW):
14150         select EnterNotify and LeaveNotify on frame instead of decor_w
14152         * fvwm/add_window.c (setup_title_window):
14153         (setup_button_windows):
14154         (setup_resize_handle_windows):
14155         frame window is the new parent of the title, button and handle windows
14156         (setup_frame_stacking):
14157         new stacking order of decoration windows
14159         * fvwm/menuitem.c (menuitem_paint):
14160         * fvwm/events.c (HandleExpose):
14161         xft fixes
14163         * fvwm/move_resize.c (unmaximize_fvwm_window):
14164         don't force to redraw the frame
14166         * libs/gravity.c (gravity_get_offsets):
14167         (gravity_move):
14168         (gravity_resize):
14169         functions moved to gravity.c
14171 2002-03-10  olicha  <olivier.chapuis@free.fr>
14173         * acconfig.h (HAVE_XFT_UTF8):
14174         * configure.in:
14175         * libs/Fft.c (is_utf8_encoding):
14176         (FftGetFontWidths):
14177         (FftDrawString):
14178         (FftTextWidth):
14179         Detected if Xft can handle utf8 string
14181         * libs/Fft.h:
14182         * fvwm/menuitem.c (menuitem_paint):
14183         * fvwm/events.c (HandleExpose):
14184         Fixed Xft related compilation failure and warning
14186 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14188         * fvwm/virtual.c:
14189         * fvwm/update.c:
14190         * fvwm/move_resize.c:
14191         * fvwm/icons.c:
14192         * fvwm/focus.c:
14193         * fvwm/events.c:
14194         * fvwm/builtins.c:
14195         * fvwm/add_window.c:
14196         * fvwm/frame.c (frame_setup_window):
14197         (frame_force_setup_window):
14198         (frame_setup_shape):
14199         SetupFrame renamed to frame_setup_window
14200         ForceSetupFrame renamed to frame_force_setup_window
14201         SetShape renamed to frame_setup_shape
14203         * fvwm/windowshade.c:
14204         moved most code to frame.c
14206         * fvwm/frame.c (SetShape):
14207         (SetupTitleBar):
14208         (set_decor_gravity):
14209         (ForceSetupFrame):
14210         (SetupFrame):
14211         functions moved to new file
14213         (SetupTitleBar):
14214         (frame_setup_title_bar):
14215         renamed function
14217         * libs/Parse.h:
14218         direction code moved to gravity.c and gravity.h
14220         * fvwm/windowshade.c (CMD_WindowShade):
14221         * fvwm/geometry.c (get_shaded_geometry):
14223         * libs/FScreen.c (FScreenInit):
14224         (FScreenUpdateEmulationMapState):
14225         changed Xinerame emulation layout
14227         * fvwm/fvwm2.1:
14228         Corrected the description of the XineramaPrimaryScreen command that was
14229         essentially lying.
14231 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14233         * fvwm/menus.c (menu_tear_off):
14234         (unlink_item_from_menu):
14235         (menu_strip_tear_off_title):
14236         use the text from a title item as the tear off menu title if the menu
14237         begins with a title; skip separators and tear off bars at the front of
14238         the menu
14240         * **/*.[ch]:
14241         implemented titleatleft and titleatright styles; titles are not drawn
14242         vertically yet
14244         * fvwm/style.c (check_window_style_change):
14245         * fvwm/update.c (apply_window_updates):
14246         * fvwm/ewmh_names.c (EWMH_WMIconName):
14247         (EWMH_WMName):
14248         (charset_to_utf8):
14249         * fvwm/ewmh.c (ksmserver_workarround):
14250         * fvwm/update.c (apply_window_updates):
14251         * fvwm/conditional.c (MatchesConditionMask):
14252         * fvwm/fvwm.c (main):
14253         * fvwm/session.c (SaveWindowStates):
14254         (matchWin):
14255         (MatchWinToSM):
14256         * fvwm/functions.c (expand):
14257         * fvwm/stack.c (dump_stack_ring):
14258         (verify_stack_ring_consistency):
14259         * fvwm/module_interface.c (BroadcastWindowIconNames):
14260         (CMD_Send_WindowList):
14261         * fvwm/add_window.c (free_window_names):
14262         (free_window_names):
14263         * fvwm/events.c (HandlePropertyNotify):
14264         * fvwm/builtins.c (CMD_Wait):
14265         * fvwm/style.c (CMD_DestroyStyle):
14266         (lookup_style):
14267         Adapted to changes of Flocale.h
14269         * acconfig.h:
14270         removed COMPUND_TEXT ifdef
14272         * configure.in:
14273         mutibyte defaults to on
14275         * acconfig.h:
14276         * libs/Flocale.c:
14277         * libs/Flocale.h:
14278         * fvwm/fvwm.h (FvwmWindow):
14279         cleaned up Flocale stuff for better information hiding
14281         * libs/Flocale.c (get_FlocaleFontSet):
14282         (get_FlocaleFont):
14283         added a new font strucht member min_char_offset for vertical text
14285         * libs/Flocale.c (get_FlocaleFontSet):
14286         fixed a bug in descent calculation
14288         * fvwm/fvwm.h (FvwmWindow):
14289         removed title_g
14291         * fvwm/borders.c (RedrawButtons):
14292         (SetupTitleBar):
14293         (RedrawBorder):
14294         (SetupFrame):
14295         (RedrawTitle):
14296         (DrawMultiPixmapTitlebar):
14297         don't use title_g or boundary_width
14299         * libs/Flocale.c (FlocaleTextWidth):
14300         * libs/Flocale.c (FlocaleDrawString):
14301         added interface for vertical strings
14302         * libs/Flocale.h (FlocaleWinString):
14303         added flags structure w/ is_vertical_string flag
14305         * fvwm/borders.c (RedrawTitle):
14306         (DrawMultiPixmapTitlebar):
14307         * fvwm/screen.h (ScreenInfo):
14308         * fvwm/icons.c (DrawIconWindow):
14309         * fvwm/move_resize.c (DisplayPosition):
14310         (DisplaySize):
14311         * fvwm/screen.h (ScreenInfo):
14312         removed ScratchStr and TitleStr; *please* don't use global variables
14313         without need
14315         * fvwm/move_resize.c (ParseOneResizeArgument):
14316         (GetResizeArguments):
14317         (GetResizeMoveArguments):
14318         (resize_window):
14319         (resize_move_window):
14320         * fvwm/module_interface.c (CONFIGARGS):
14321         (OLDCONFIGARGS):
14322         (CONFIGARGSNEW):
14323         * fvwm/placement.c (PlaceWindow):
14324         * fvwm/add_window.c (setup_title_window):
14325         (setup_button_windows):
14326         (setup_parent_window):
14327         (resize_resize_handle_windows):
14328         (change_resize_handle_windows):
14329         (AddWindow):
14330         * fvwm/geometry.c (get_window_borders):
14331         (gravity_get_naked_geometry):
14332         (gravity_add_decoration):
14333         (constrain_size):
14334         don't use title_g.width and title_g.height anymore
14336         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14337         new macro
14339         * fvwm/borders.c (SetupTitleBar):
14340         * fvwm/add_window.c (setup_title_window):
14341         don't use title_g.x and title_g.y anymore
14342         (setup_title_geometry):
14343         new function
14345         * fvwm/fvwm.h (FvwmWindow):
14346         replaced title_g by title_length and title_thickness
14347         renamed title_text_y to title_text_offset
14349         * fvwm/add_window.c (setup_style_and_decor):
14350         (setup_parent_window):
14351         * fvwm/decorations.c (SelectDecor):
14352         * fvwm/placement.c (PlaceWindow):
14353         * fvwm/windowlist.c (CMD_WindowList):
14354         * fvwm/events.c (SendConfigureNotify):
14355         (HandlePropertyNotify):
14356         (HandleMapNotify):
14357         * fvwm/move_resize.c (DisplaySize):
14358         (ParseOneResizeArgument):
14359         (GetResizeArguments):
14360         (GetResizeMoveArguments):
14361         (resize_window):
14362         (resize_move_window):
14363         * fvwm/geometry.c (gravity_get_naked_geometry):
14364         (gravity_add_decoration):
14365         (constrain_size):
14366         don't use boundary_width anymore
14368         * fvwm/borders.c (SetupTitleBar):
14369         made static
14371         * fvwm/fvwmdebug.c:
14372         removed outdated file that was never used
14374         * fvwm/move_resize.c (move_window_doit):
14375         fixed GNOME and EWMH hints when unsticking a window
14377         * fvwm/virtual.c (CMD_MoveToDesk):
14378         unstick windows when MoveToDesk is used
14380         * fvwm/builtins.c:
14381         * fvwm/windowshade.c (CMD_WindowShade):
14382         (CMD_WindowShadeAnimate):
14383         functions moved to windowshade.c
14385         * fvwm/window_flags.h:
14386         * fvwm/menus.c (pop_menu_up):
14387         * fvwm/builtins.c (CMD_WindowShade):
14388         * fvwm/move_resize.c (resize_window):
14389         * fvwm/icons.c (AutoPlaceIcon):
14390         * fvwm/borders.c (SetupFrame):
14391         don't use HAS_BOTTOM_TITLE any more
14392         (ButtonPosition):
14393         function removed
14395         * fvwm/geometry.c (get_title_font_width_and_offset):
14396         * fvwm/geometry.c (set_window_border_size):
14397         * fvwm/geometry.c (is_window_border_minimal):
14398         * fvwm/geometry.c (get_window_borders_no_title):
14399         * fvwm/geometry.c (get_shaded_client_window_pos):
14400         * fvwm/geometry.c (get_icon_corner):
14401         * fvwm/geometry.c (get_title_gravity):
14402         * fvwm/geometry.c (get_title_geometry):
14403         * fvwm/borders.c (get_button_number):
14404         new functions
14406         * fvwm/borders.c (SetupFrame):
14407         (SetShape):
14408         * fvwm/events.c (HandleShapeNotify):
14409         * fvwm/borders.c (SetupTitleBar):
14410         * fvwm/update.c (apply_window_updates):
14411         * fvwm/add_window.c (setup_window_font):
14412         removed title_top_height
14414         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14415         renamed
14417         * fvwm/events.c (SendConfigureNotify):
14418         * fvwm/events.c (HandleConfigureRequest):
14419         preparations for W/E titles
14420         don't use title_top_height any more
14422         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14423         use title_dir flags
14425         * fvwm/geometry.c (get_window_borders):
14426         * fvwm/style.c (parse_and_set_window_style):
14427         (check_window_style_change):
14428         * fvwm/style.h (SCSET_TITLE_DIR):
14429         * fvwm/window_flags.h (GET_TITLE_DIR):
14430         * fvwm/fvwm.h (struct):
14431         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14432         DIR_W or DIR_E
14434         * libs/Parse.c (ParseDirectionArgument):
14435         * libs/Parse.h:
14436         use new type direction_type
14438 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14440         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14441         use function from geometry.c to get the border size
14443         * fvwm/geometry.c (get_shaded_geometry):
14444         added code for shading in all directions
14446 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14448         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14450 2002-03-07  olicha  <olivier.chapuis@free.fr>
14452         * libs/Flocale.c (FInitLocale):
14453         * fvwm/fvwm.c (main):
14454         Set the locale using "" as locale argument
14456 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14458         * fvwm/fvwm2.1:
14459         fixed some typos and indentation of several new variable entries
14461 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14463         * fvwm/functions.h (enum):
14464         * fvwm/functions.c (func_config):
14465         * fvwm/commands.h:
14466         * fvwm/conditional.c (CMD_ThisWindow):
14467         renamed command "This" to "ThisWindow"
14469         * fvwm/conditional.c (Circulate):
14470         "Current" no longer selects a random window when no window is focused
14472         * fvwm/icccm2.c (SetupICCCM2):
14473         removed debug fprintf
14475         * fvwm/functions.c (expand_extended_var):
14476         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14477         pointer.wy, pointer.cx and pointer.cy.
14479         * libs/Parse.c (ParseDirectionArgument):
14480         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14482         * fvwm/builtins.c (CMD_WindowShade):
14483         fixes for animated shading w/ titleatbottom+north and titleattop+south
14485 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14487         * fvwm/move_resize.c (moveLoop):
14488         (resize_window):
14489         * fvwm/virtual.c (HandlePaging):
14490         moving/resizing windows opaque is much faster
14492 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14494         * fvwm/add_window.c (resize_resize_handle_windows):
14495         (change_resize_handle_windows):
14496         (setup_window_font):
14497         fixed changing the handlewidth style
14499         * fvwm/update.c (apply_window_updates):
14500         * fvwm/geometry.c (update_absolute_geometry):
14501         * fvwm/builtins.c (CMD_WindowShade):
14502         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14503         * fvwm/conditional.c (CreateConditionMask):
14504         * fvwm/geometry.c (get_shaded_geometry):
14505         * fvwm/session.c (MatchWinToSM):
14506         * fvwm/add_window.c (setup_window_structure):
14507         (AddWindow):
14508         * fvwm/window_flags.h (SHADED_DIR):
14509         * fvwm/fvwm.h (struct):
14510         implemented new WindowShade options "North" and "South" to allow shading
14511         a window in either direction, regardless of if the title is at the top
14512         or bottom.
14514         * libs/Module.c (module_expand_action):
14515         new convenience function for modules
14517 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14519         * fvwm/fvwm2.1: Fixes to the font section.
14521 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14523         * fvwm/conditional.c (CMD_WindowId):
14524         set the correct context window for unmanaged windows
14526         * fvwm/icons.c (DrawIconWindow):
14527         raise the icon title even if it's too small to be expanded
14529         * fvwm/conditional.c (CMD_Cond):
14530         Fixed it the right way this time
14531         (CMD_Any):
14532         same fix for the 'Any' command
14533         (circulate_cmd):
14534         (CMD_Prev):
14535         (CMD_Next):
14536         (CMD_None):
14537         (CMD_Any):
14538         (CMD_Current):
14539         unified circulating functions into a single one
14540         (CMD_Pick):
14541         Pick allows to pick functions that have CirculateSkip set
14542         fixed a memory leak
14543         (select_cmd):
14544         (CMD_This):
14545         (CMD_Pick):
14546         (CMD_PointerWindow):
14547         unified selecting functions into a single one
14548         (CMD_PointerKey):
14549         (CMD_All):
14550         Allow user to override the default CirculateHit of these functions
14552         * fvwm/conditional.c (CMD_Cond):
14553         Fixed a problem w/ the window selection
14555         * fvwm/menus.h:
14556         * fvwm/menus.c:
14557         * fvwm/menudim.h:
14558         * fvwm/menudim.c:
14559         * fvwm/menustyle.h:
14560         * fvwm/menustyle.c:
14561         * fvwm/menucmd.c:
14562         * fvwm/menuitem.c:
14563         * fvwm/menuitem.h:
14564         moved some of the menu code into separate files
14565         more work on tear off menus; windowlist can now be torn off without a
14566         memory leak
14568         * fvwm/template.c:
14569         * fvwm/template.h:
14570         added templates for new source files
14572         * libs/Picture.c (fvwmlib_clone_color):
14573         new function
14575         * fvwm/menus.c (make_menu):
14576         (update_menu):
14577         removed unused parameter from make_menu()
14579         * fvwm/fvwm2.1 (Example):
14580         corrected statement about CaptureHonorsStartsOnPage being the default
14582 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14584         * INSTALL.fvwm:
14585         * Makefile.am:
14586         * configure.in:
14587         added and documented --disable-bidi and --disable-perllib
14589 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14591         * fvwm/geometry.c (get_window_borders):
14592         fixed calculation of $[cw.y] and $[cw.height]
14594         * fvwm/move_resize.c (resize_move_window):
14595         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14597 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14599         * fvwm/move_resize.c (resize_move_window):
14601 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14603         * configure.in:
14604         re-added --enable-xinerama-emulation option that was removed recently
14606 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14608         * INSTALL.fvwm:
14609         * NEWS:
14610         * fvwm/fvwm2.1:
14611         several corrections and rewording
14613 2002-02-28  olicha  <olivier.chapuis@free.fr>
14615         * fvwm/fvwm2.1:
14616         New section FONT NAMES AND FONT LOADING
14618         * INSTALL.fvwm:
14619         * NEWS:
14620         Document --enable-xft
14622         * libs/Fft.c (get_FlocaleXftFont):
14623         Used the xft font height in the place of ascent+descent
14625         * fvwm/icons.c (DrawIconWindow):
14626         Fixed the fg colors of the icon title
14628 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14630         * fvwm/conditional.c (CMD_CondCase):
14631         fixed CondCase command
14632         (CMD_Cond):
14633         fixed numeric return codes
14635         * fvwm/add_window.c (CMD_Recapture):
14636         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14638         * acinclude.m4 (smr_CHECK_LIB):
14639         disabled a destructing gnome_prefix logic again
14641         * fvwm/events.c (GetContext):
14642         * libs/Bindings.c (win_contexts):
14643         * libs/fvwmlib.h:
14644         new contexts for individual parts of the window border
14646 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14648         * acinclude.m4:
14649         disabled a destructing gnome_prefix logic
14651         * configure.in:
14652         replaced fribidi detection mechanism, now fribidi-config is used
14654 2002-02-26  olicha  <olivier.chapuis@free.fr>
14656         * acconfig.h (HAVE_XFT):
14657         * acinclude.m4:
14658         * configure.in:
14659         * libs/Fft.c (new file):
14660         * libs/Flocale.c (FlocaleLoadFont):
14661         (FlocaleUnloadFont):
14662         (FlocaleDrawString):
14663         (FlocaleTextWidth):
14664         (get_FlocaleFontSet):
14665         (get_FlocaleFont):
14666         (get_FlocaleFontOrFontSet):
14667         * libs/Flocale.h:
14668         * fvwm/Makefile.am:
14669         Added anti-alised font rendering using Xft. This is off by default.
14670         A font can now be given as a ";" separated list of either ","
14671         separated list of XFLD font name or Xft font name with "xft:" as
14672         prefix, e.g.:
14673           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14674         See Flocale.h for details
14676         * fvwm/events.c (HandleExpose):
14677         * fvwm/menus.c (paint_item):
14678         Always clear the text area before drawing text with an Xft font
14680 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14682         * acinclude.m4 (smr_CHECK_LIB):
14683         fixed a bug with variable expansion and autoconf cache values
14685 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14687         * fvwm/menus.c (seek_submenu_instance):
14688         (FindPopup):
14689         * fvwm/fvwm.c (InitVariables):
14690         some general menu clean up
14692         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14693         * fvwm/move_resize.h (resize_geometry_window):
14694         * fvwm/menus.c (animated_move_back):
14695         (pop_menu_up):
14696         (ParentalMenuRePaint):
14697         Removed the global variables for parental relativity.  Please *do not*
14698         use globals in menus.c or anywhere else.  I'm trying to remove most
14699         globals in the long run.
14701         * libs/Graphics.c (do_relieve_rectangle):
14702         removed debug code
14704         * fvwm/menus.c (MenuInteraction):
14705         fixed tearing off menus by selecting a tear off item with the keyboard
14707         * fvwm/menus.c (MenuInteraction):
14708         fixed menus not popping down sometimes
14710         * fvwm/functions.c (CMD_TearMenuOff):
14711         * fvwm/menus.c (AddToMenu):
14712         (MenuInteraction):
14713         (warp_pointer_to_item):
14714         (get_selectable_item_index):
14715         (get_selectable_item_from_index):
14716         (get_selectable_item_from_section):
14717         (menuShortcuts):
14718         (paint_item):
14719         (draw_tear_off_bar):
14720         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14721         New command "TearMenuOff" in menus.  In a normal item, this tears off
14722         the menu when selected.  If the item has no title, it is drawn as a
14723         dashed line too.  Pressing button 2 over a title tears out the menu too.
14724         some clean up
14726         * fvwm/menus.c (make_menu_window):
14727         fixed problem w/ mapping menus, performance enhancement
14729         * fvwm/builtins.c (CMD_Destroy):
14730         (CMD_Close):
14731         fixed core dump
14733         * fvwm/functions.c (execute_function):
14734         (expand_extended_var):
14735         (expand):
14736         new variable cond.rc that returns the last return code of a conditinal
14737         command
14739 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14741         * fvwm/conditional.c (CMD_Cond):
14742         (CMD_CondCase):
14743         (CMD_Break):
14744         * fvwm/commands.h:
14745         * fvwm/functions.h:
14746         * fvwm/functions.c:
14747         new conditional commands Cond, CondCase and Break
14749         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14750         (ewmh_WMStateShaded):
14751         (ewmh_WMState):
14752         (ewmh_MoveResize):
14753         (ewmh_WMStateHidden):
14754         (ewmh_WMDesktop):
14755         (ewmh_CloseWindow):
14756         (ewmh_ActiveWindow):
14757         (ewmh_DesktopGeometry):
14758         * fvwm/gnome.c (GNOME_HandlePropRequest):
14759         * fvwm/windowlist.c (CMD_WindowList):
14760         * fvwm/update.c (apply_window_updates):
14761         * fvwm/conditional.c (CMD_Pick):
14762         (CMD_Prev):
14763         (CMD_Next):
14764         (CMD_None):
14765         (CMD_Any):
14766         (CMD_Current):
14767         (CMD_PointerWindow):
14768         (CMD_This):
14769         (CMD_All):
14770         (CMD_Direction):
14771         (CMD_WindowId):
14772         * fvwm/read.c (run_command_stream):
14773         * fvwm/fvwm.c (Done):
14774         (SetRCDefaults):
14775         (StartupStuff):
14776         (main):
14777         * fvwm/module_interface.c (ExecuteModuleCommand):
14778         * fvwm/move_resize.c (handle_stick):
14779         * fvwm/add_window.c (AddWindow):
14780         * fvwm/events.c (HandleKeyPress):
14781         (HandleButtonPress):
14782         (HandleClientMessage):
14783         (HandleButtonRelease):
14784         (HandlePropertyNotify):
14785         * fvwm/builtins.c (CMD_DestroyDecor):
14786         (AddToDecor):
14787         (CMD_StrokeFunc):
14788         * fvwm/functions.h (func_type):
14789         * fvwm/functions.c (old_execute_function):
14790         (execute_function):
14791         (execute_complex_function):
14793         * fvwm/fvwm.h (fvwm_cond_func_rc):
14794         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14796         * fvwm/ConfigFvwmDefaults:
14797         set some default styles for tear off menu windows
14799         * fvwm/menus.c (menuShortcuts):
14800         ignore actions that would normally close a menu if it's a tear off menu
14801         <Backspace> creates a tear off menu
14802         <Escape> closes a tear off menu
14804         * fvwm/builtins.c (CMD_Delete):
14805         (CMD_Destroy):
14806         (CMD_Close):
14807         * fvwm/menus.c (DestroyMenu):
14808         (make_menu_window):
14809         (MenuInteraction):
14810         * fvwm/menus.h (MenuRootDynamic):
14811         Each menu window is created with a unique display to prevent fvwm from
14812         being killed when a tear off menu is destroyed.  Of course this is
14813         inefficient, but still better than writing a menu module.
14815 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14817         * configure.in:
14818         autogenerate perllib/FVWM/Module/Makefile
14820 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14822         * fvwm/move_resize.c (moveLoop):
14823         fixed a problem with keyboard movement vs. EdgeResistance
14825 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14827         * fvwm/events.c:
14828         fixed problem with root bindings and xfishtank
14830         * fvwm/windowlist.c (CMD_WindowList):
14831         applied patch by to Darren Marshall to fix placement of window list on
14832         wrong xinerama screen
14834         * libs/Parse.c (GetSuffixedIntegerArguments):
14835         integer arguments that must not have a suffix but have one are ignored
14837         * fvwm/icons.c (DeIconify):
14838         (Iconify):
14839         applied patch by Markus Schwarzenberg to fix a rare problem with the
14840         is_map_pending flag, iconified icons and restart
14842 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
14844         * fvwm/commands.h:
14845         * fvwm/conditional.c (CMD_This):
14846         * fvwm/functions.c:
14847         * fvwm/functions.h:
14848         * fvwm/fvwm2.1:
14849         * NEWS:
14850         added new conditional command This
14852 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
14854         * acconfig.h:
14855         * configure.in:
14856         added fribidi library detection
14858 2002-02-12  olicha  <olivier.chapuis@free.fr>
14860         * libs/Flocale.h (FlocaleFont):
14861         * libs/Flocale.c (get_FlocaleFont):
14862         (get_FlocaleFontSet):
14863         Compute the ascent and descent of the FlocaleFont structure directly
14864         from the XFontSetExtents data in the case of a fontset
14865         Added max_char_width to the FlocaleFont structure
14867         * libs/Makefile.am (libfvwm_a_SOURCES):
14868         * libs/GetFont.c:
14869         Removed libs/GetFont.c
14871         * fvwm/menus.c (FreeMenuStyle):
14872         (UpdateMenuStyle):
14873         (NewMenuStyle):
14874         (CMD_CopyMenuStyle):
14875         * fvwm/menus.h (MenuLook):
14876         Fixed default font handling font by using a new MenuLook flags
14877         USING_DEFAULT_FONT
14879         * fvwm/menus.c (UpdateMenuStyle):
14880         Fixed default font update
14882         * fvwm/fvwm.c (SetRCDefaults):
14883         (InitVariables):
14884         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14885         fvwm initialization
14887 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
14889         * configure.in:
14890         added FvwmPerl/* file generation
14892 2002-02-11  olicha  <olivier.chapuis@free.fr>
14894         * INSTALL.fvwm:
14895         * NEWS:
14896         Multibyte news. Document --disable-compound-text and --disable-ewmh.
14898         * libs/Flocale.h:
14899         Added more documentation and change the MB_FALLBACK_FONT to
14900         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14901         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14902         more consistent with the none multibyte case.
14904 2002-02-10  olicha  <olivier.chapuis@free.fr>
14906         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14907         (EWMH_ExitStuff):
14908         * fvwm/events.c (HandleUnmapNotify):
14909         (HandleReparentNotify):
14910         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14911         (ewmh_WMStateSticky):
14912         (ewmh_WMStateHidden):
14913         Restore various ewmh initial states when a window is  unmapped or
14914         reparented
14916 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
14918         * Makefile.am:
14919         * configure.in:
14920         added support for new perllib directory
14922 2002-02-09  olicha  <olivier.chapuis@free.fr>
14924         * libs/fvwmlib.h:
14925         * libs/Flocale.c:
14926         * libs/Flocale.h:
14927         * acconfig.h:
14928         * configure.in:
14929         Rename I18N_MB to MULTIBYTE
14930         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14932         * libs/Flocale.c (*):
14933         * libs/Flocale.h:
14934         New Font and Text API. A cache is used for fonts information. Font
14935         loading is more powerfull as both font or fontset can be loaded.
14936         See Flocale.h for details, more comments will be added soon.
14937         Fortunately, it seems that there are no more memory problems with
14938         --enable-multibyte!
14939         If COMPOUND_TEXT, then non XA_STRING text properties are converted
14940         with XmbTextPropertyToTextList
14942         * fvwm/events.c (HandlePropertyNotify):
14943         * fvwm/misc.c (NewFontAndColor):
14944         * fvwm/icons.h:
14945         * fvwm/misc.h:
14946         * fvwm/menus.c (FreeMenuStyle):
14947         (NewMenuStyle):
14948         (CMD_CopyMenuStyle):
14949         (draw_underline):
14950         (calculate_item_sizes):
14951         (size_menu_horizontally):
14952         (paint_item):
14953         * fvwm/builtins.c (CMD_DefaultFont):
14954         (ApplyDefaultFontAndColors):
14955         * fvwm/add_window.c (destroy_icon_font):
14956         (setup_icon_font):
14957         (destroy_window_font):
14958         (setup_window_font):
14959         (free_window_names):
14960         (setup_window_name):
14961         (setup_icon):
14962         * fvwm/fvwm.h (FvwmWindow):
14963         * fvwm/move_resize.c (DisplayPosition):
14964         (resize_geometry_window):
14965         (DisplaySize):
14966         * fvwm/fvwm.c (InitVariables):
14967         * fvwm/icons.c (DrawIconWindow):
14968         (setup_icon_title_size):
14969         * fvwm/borders.c (RedrawTitle):
14970         (DrawMultiPixmapTitlebar):
14971         * fvwm/screen.h (ScreenInfo):
14972         Use the new Text and Font API
14974 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14976         * fvwm/module_interface.c (PositiveWrite):
14977         fixed core dump when a module died in the select of PositiveWrite()
14979         * fvwm/module_interface.c (initModules):
14980         (ClosePipes):
14981         (do_execute_module):
14982         (KillModule):
14983         (KillModuleByName):
14984         (CMD_SendToModule):
14985         (PositiveWrite):
14986         * fvwm/modconf.c (ModuleConfig):
14987         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14989         * fvwm/icons.c (GetXPMFile):
14990         suppress unnecessary error message for xmb icons
14992         * fvwm/misc.c (fvwm_msg):
14993         * fvwm/misc.h (enum):
14994         added new fvwm_msg type "OLD" for deprecated commands
14996 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
14998         * configure.in:
14999         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15001         * INSTALL.fvwm:
15002         New section "Bug Reports".
15004 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15006         * fvwm/update.c (apply_window_updates):
15007         fixed propagation of window border and title colours to the modules
15009 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15011         * fvwm/menus.c (do_menu):
15012         fixed leaving tear off menus when something is selected with the mouse
15014 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15016         * fvwm/events.c (HandleEnterNotify):
15017         * fvwm/menus.c:
15018         more work on tear off menus
15020 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15022         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15023         * fvwm/menus.c (menu_enter_tear_off_menu):
15024         (find_entry):
15025         (menuShortcuts):
15026         (MenuInteraction):
15027         (pop_menu_up):
15028         properly calculate pointer position in tear off menus
15029         (MenuInteraction):
15030         fixed active wait w/ poopup/popdown delays
15032         * fvwm/windowlist.c (CMD_WindowList):
15033         don't initialise some variables twice
15035 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15037         * fvwm/add_window.c (CaptureOneWindow):
15038         properly recapture tear off menus
15040         (IS_MESSAGE_IN_MASK):
15041         (is_message_selected):
15042         (PositiveWrite):
15043         (PositiveWrite):
15044         * fvwm/schedule.c (deschedule):
15045         (squeue_execute):
15046         * fvwm/events.c (My_XNextEvent):
15047         * libs/queue.h:
15048         * fvwm/module_interface.c (ClosePipes):
15049         (CMD_ModuleSynchronous):
15050         (KillModule):
15051         performance enhancements; made macros out of simple functions
15053         * fvwm/builtins.c (CMD_WindowShade):
15054         don't redraw the decorations if window was not shaded or unshaded
15056         * fvwm/schedule.c (deschedule_obj_func):
15057         (execute_obj_func):
15058         fixed core dump when a scheduled command deschedules itself
15060 2002-01-31  olicha  <olivier.chapuis@free.fr>
15062         * NEWS:
15063         FvwmButtons news
15065 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
15067         * NEWS:
15068         * fvwm/move.c (moveLoop):
15069         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15071         * fvwm/session.c (get_version_string):
15072         switch from static to date-based version string
15074         * configure.in:
15075         remove --enable-kanji compatibility option
15077         * fvwm/schedule.h:
15078         * libs/queue.h:
15079         fix warnings, gcc compains on having something after #endif
15081 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15083         * fvwm/builtins.c (CMD_Delete):
15084         (CMD_Close):
15085         (CMD_Destroy):
15086         don't crash fvwm when trying to close a tear off menu
15088         * fvwm/decorations.c (is_function_allowed):
15089         * fvwm/menus.c (menu_expose):
15090         (do_menu):
15091         * fvwm/events.c (HandleReparentNotify):
15092         (HandleUnmapNotify):
15093         * fvwm/add_window.c (AddWindow):
15094         (AddWindow):
15095         * fvwm/fvwm.h (struct):
15096         * fvwm/add_window.c (CaptureAllWindows):
15097         (CaptureOneWindow):
15098         * fvwm/events.h (flush_property_notify):
15099         * fvwm/events.c (HandleMapRequestKeepRaised):
15100         started work on tear off menus
15102         * fvwm/fvwm.c (main):
15103         * fvwm/events.c (CMD_Sync):
15104         (CMD_Synchronize):
15105         * fvwm/commands.h (CMD_Synchronize):
15106         * fvwm/functions.h (enum):
15107         * fvwm/functions.c (func_config):
15108         new commands XSync and XSynchronize for debugging
15110         * fvwm/conditional.c (CreateConditionMask):
15111         (MatchesConditionMask):
15112         * fvwm/builtins.c (CMD_State):
15113         * fvwm/fvwm.h (struct):
15114         * fvwm/functions.h:
15115         * fvwm/commands.h:
15116         * fvwm/functions.c (func_config):
15117         new command "State"
15118         new condition "State"
15120         * libs/queue.c:
15121         fixed core dump
15123 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15125         * fvwm/module_interface.c (AddToMessageQueue):
15126         (initModules):
15127         (DeleteMessageQueueBuff):
15128         (FlushMessageQueue):
15129         * fvwm/events.c (My_XNextEvent):
15130         * fvwm/module_interface.c (AddToCommandQueue):
15131         (ExecuteCommandQueue):
15132         use code from queue.c
15134         * fvwm/schedule.c:
15135         * fvwm/queue.c:
15136         * fvwm/queue.h:
15137         * fvwm/events.c (My_XNextEvent):
15138         "Schedule 0" commands are executed before event handling
15139         moved some of the chedule code into a new queue library
15141 2002-01-30  olicha  <olivier.chapuis@free.fr>
15143         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15145 2002-01-30  olicha  <olivier.chapuis@free.fr>
15147         * libs/Flocale.c:
15148         * libs/Flocale.h:
15149         * libs/Makefile.am:
15150         * fvwm/fvwm.c (main):
15151         New libs files Flocale.c and Flocale.h with a function to set the
15152         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15153         also a function to get the charset (from ewmh_name.c) and which
15154         setlocale if this has not been done with the above function. This
15155         function is also called at fvwm2 startup
15157         * fvwm/ewmh_names.c (charset_to_utf8):
15158         (utf8_to_charset):
15159         Use the Fcharset variable and remove get_charset
15161         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15162         A minor fix
15164         * libs/GetFont.c (GetFontSetOrFixed):
15165         Free the missing charset list as suggested by Alexander Kotelnikov.
15166         Report problems with missing charset only 5 times. Remove the
15167         STRICTLY_FIXED code
15169 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15171         * configure.in:
15172         a patch to config.status to generate scripts executable, may be handy;
15173         added generation of utils/fvwm24_convert
15175 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15177         * fvwm/schedule.c:
15178         * fvwm/functions.c (expand_extended_var):
15179         implemented $[schedule.last] and $[schedule.next] variables
15180         implemented new command "Deschedule"
15182         * fvwm/misc.c (get_server_time):
15183         fixed MouseFocus
15185 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15187         * fvwm/misc.c (get_server_time):
15188         * fvwm/events.c (My_XNextEvent):
15189         * fvwm/icccm2.c (SetupICCCM2):
15190         * fvwm/functions.h:
15191         * fvwm/commands.h:
15192         * fvwm/functions.c (func_config):
15193         * fvwm/schedule.c:
15194         implemented new command "Schedule"
15196         * fvwm/builtins.c (CMD_Exec):
15197         applied job control patch by Alexander Kotelnikov using the portable
15198         version of setpgrp()
15200         * libs/setpgrp.c (fvwm_setpgrp):
15201         * libs/setpgrp.h (fvwm_setpgrp):
15202         * libs/Makefile.am:
15203         * configure.in:
15204         added checks for setpgrp and setpgid
15206 2002-01-29  olicha  <olivier.chapuis@free.fr>
15208         * acinclude.m4:
15209         Better test for iconv second argumeny
15211         * configure.in:
15212         Use gnu libiconv in priority against the system iconv
15214 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15216         * fvwm/stack.c (RaiseOrLowerWindow):
15217         (restack_windows):
15218         (collect_transients_recursive):
15219         * fvwm/icons.c (get_visible_icon_window_count):
15220         fixed stack ring corruption with icons that have either no picture or
15221         no title
15223 2002-01-28  olicha  <olivier.chapuis@free.fr>
15225         * fvwm/ewmh_names.c (charset_to_utf8):
15226         (utf8_to_charset):
15227         (EWMH_SetVisibleName):
15228         (get_charset):
15229         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15230         set the ewmh visible (icon) name only if the fvwm visible name is
15231         different from the ICCCM (icon) window name, limit the number of
15232         conversions error messages to 10
15234 2002-01-28  olicha  <olivier.chapuis@free.fr>
15236         * fvwm/functions.c (func_config):
15237         * fvwm/commands.h:
15238         * fvwm/builtins.c (CMD_PropertyChange):
15239         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15240         messages
15242         * fvwm/module_interface.h:
15243         * fvwm/module_interface.c (BroadcastPropertyChange):
15244         * libs/Module.h (MX_PROPERTY_CHANGE):
15245         New module message MX_PROPERTY_CHANGE for all propose messages.
15247         * fvwm/events.c (HandlePropertyNotify):
15248         * libs/defaults.h:
15249         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15250         as argument when fvwm2 detects that the root background change
15251         Removed the ROOT_BG_CHANGE_STRING stuff
15253 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15255         * NEWS, configure.in:
15256         changed version to 2.5.1
15258         * fvwm/misc.c (get_pointer_fvwm_window):
15259         * fvwm/commands.h:
15260         * fvwm/functions.c (func_config):
15261         * fvwm/conditional.c (CreateConditionMask):
15262         (MatchesConditionMask):
15263         (CMD_PointerWindow):
15264         (CreateConditionMask):
15265         (CMD_Any):
15266         * fvwm/fvwm.h (WindowConditionMask):
15267         new conditions focused, !focused, haspointer, !haspointer
15268         new command PointerWindow that works like Current but on the window
15269         that currently contains the pointer
15270         new command Any which works like None but inverts the condition
15271         fixed parsing of conditions with more than one comma
15273         * fvwm/module_interface.h:
15274         * fvwm/module_interface.c (do_execute_module):
15275         (initModules):
15276         * libs/Module.h (MAX_XMSG_MASK):
15277         fixed default message mask for modules
15279         * fvwm/update.c (flush_window_updates):
15280         * fvwm/virtual.c (UnmapDesk):
15281         (MapDesk):
15282         (do_move_window_to_desk):
15283         * fvwm/icons.c (DeIconify):
15284         (DeIconify):
15285         * fvwm/events.c (HandlePropertyNotify):
15286         (HandleMapRequestKeepRaised):
15287         (HandleMapNotify):
15288         (HandleButtonPress):
15289         (HandleEnterNotify):
15290         (HandleLeaveNotify):
15291         * fvwm/focus.c (DoSetFocus):
15292         (MoveFocus):
15293         (SetFocusWindow):
15294         (ReturnFocusWindow):
15295         (DeleteFocus):
15296         (ForceDeleteFocus):
15297         (FocusOn):
15298         (restore_focus_after_unmap):
15299         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15300         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15301         the flush_window_updates() function.
15303 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15305         * fvwm/placement.c (PlaceWindow):
15306         minor performance enhancement
15308 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15310         * libs/defaults.h:
15311         * fvwm/menus.c (MenuInteraction):
15312         (pointer_in_active_item_area):
15313         (pointer_in_passive_item_area):
15314         new menu style PopupActiveArea
15316 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15318         * fvwm/move_resize.c (CMD_ResizeMaximize):
15319         (CMD_ResizeMoveMaximize):
15320         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15322 2002-01-21  olicha  <olivier.chapuis@free.fr>
15324         * fvwm/fvwm2.1:
15325         s/Penalities/Penalties/g
15327 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15329         * fvwm/events.c (HandleLeaveNotify):
15330         (HandleEnterNotify):
15331         * fvwm/modconf.c (ModuleConfig):
15332         * fvwm/update.c (apply_window_updates):
15333         * fvwm/module_interface.c (BroadcastWindowIconNames):
15334         (CMD_Send_WindowList):
15335         (initModules):
15336         (do_execute_module):
15337         (PositiveWrite):
15338         (CMD_set_nograb_mask):
15339         (CMD_set_sync_mask):
15340         (CMD_set_mask):
15341         (set_mseggage_mask):
15342         (is_message_in_mask):
15343         (is_message_selected):
15344         * libs/Module.h:
15345         rewrote message interface to allow more than 32 messages with minimal
15346         changes in the existing interfaces.
15347         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15349         * fvwm/style.h:
15350         * fvwm/style.c (parse_and_set_window_style):
15351         * fvwm/fvwm.h (struct):
15352         * fvwm/events.c (HandleButtonPress):
15353         implemented new styles MouseFocusClickIgnoreMotion and
15354         MouseFocusClickIgnoreMotionOff
15356         * fvwm/focus.c (focus_grab_buttons):
15357         fixed button mask for > 5 buttons
15359 2002-01-19  olicha  <olivier.chapuis@free.fr>
15361         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15362         Save and restore the icon_pixmap_w and add comments
15364 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15366         * fvwm/events.c (HandleEnterNotify):
15367         fixed EnterNotify events for icons
15369 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15371         * fvwm/*.c:
15372         * fvwm/stack.c (overlap_box):
15373         (overlap):
15374         * fvwm/icons.c (clear_icon):
15375         * fvwm/add_window.c (destroy_icon):
15376         * fvwm/fvwm.h (FvwmWindow):
15377         * fvwm/geometry.c (get_window_borders):
15378         (get_client_geometry):
15379         * libs/fvwmrect.h (struct):
15380         * fvwm/functions.c (expand_extended_var):
15381         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15382         return the geometry of the client window
15383         implemented new extended variables it.x, it.y, it.width, it.height that
15384         return the geometry of the icon title
15385         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15386         return the geometry of the icon picture
15387         implemented new extended variables i.x, i.y, i.width, i.height that
15388         return the geometry of the whole icon
15389         fixed $[w.height] when the window is shaded
15390         cleaned up icon geometry code
15392 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15394         * fvwm/commands.h:
15395         * fvwm/functions.c:
15396         * fvwm/functions.h:
15397         * fvwm/move_resize.c (unmaximize_fvwm_window):
15398         (maximize_fvwm_window):
15399         (CMD_Maximize):
15400         (CMD_ResizeMaximize):
15401         (CMD_Resize):
15402         (resize_window):
15403         (CMD_ResizeMove):
15404         (resize_move_window):
15405         (CMD_ResizeMoveMaximize):
15406         New command ResizeMaximize.  Works like Resize, but modifies the
15407         maximized size of the window, not the normal size.
15408         New command ResizeMoveMaximize that works similarly.
15409         (resize_move_window):
15410         fixed ResizeMove command
15412         * fvwm/functions.c (expand):
15413         fixed core dump when using something like $[$v] in a command
15415 2002-01-17  olicha  <olivier.chapuis@free.fr>
15417         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15418         * fvwm/events.c (HandlePropertyNotify):
15419         * fvwm/fvwm.c (InternUsefulAtoms):
15420         * fvwm/extern.h:
15421         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15422         that the root background has changed. This uses the _XSETROOT_ID
15423         and XROOTPMAP_ID properties
15425         * fvwm/ewmh.c (atom_get):
15426         Be paranoid
15428 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15430         * fvwm/update.c (flush_window_updates):
15431         fixed unnecessary window style updates
15433         * fvwm/style.c (parse_and_set_window_style):
15434         * fvwm/add_window.c (RestoreWithdrawnLocation):
15435         (AddWindow):
15436         (setup_frame_attributes):
15437         * fvwm/fvwm.h (FvwmWindow):
15438         Fvwm does no longer disable backing store on all of its windows. This
15439         cause too many problems with some applications, e.g. rdist.  Introduced
15440         the new style BackingStoreWindowDefault that tells fvwm not to modify
15441         the backing store attribute on the client window - which now is the
15442         default.
15444 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15446         * fvwm/commands.h:
15447         * fvwm/functions.c (func_config):
15448         * libs/Module.c (SetMessageMask2):
15449         (SetNoGrabMask2):
15450         * libs/Module.h:
15452         * configure.in:
15453         fixed building with libstroke-0.5.1 on Solaris8
15455         * fvwm/stack.c (new_layer):
15456         * fvwm/borders.c (DrawButton):
15457         (RedrawButtons):
15458         (RedrawTitle):
15459         * fvwm/builtins.c (SetLayerButtonFlag):
15460         (do_button_style):
15461         * fvwm/screen.h (struct):
15462         Applied the layer button patch by Richard Curnow with a few
15463         modifications
15465         * fvwm/icons.c (GetIconBitmap):
15466         (GetIconWindow):
15467         Ignore client icons that have the wrong depth
15469         * fvwm/events.c (HandleEnterNotify):
15470         Tried to fix focusing problem w/ unclutter.
15472 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15474         * fvwm/functions.c (CheckActionType):
15475         remove debug code
15477         * fvwm/menus.c (paint_item):
15478         * fvwm/misc.c (is_function_allowed):
15479         * fvwm/move_resize.c (is_move_allowed):
15480         (is_resize_allowed):
15481         (is_maximize_allowed):
15482         * fvwm/decorations.c (check_if_function_allowed):
15483         combined all these functions into a new one
15484         use this function everywhere
15485         use the Fixed... styles to decide if a menu item is greyed or not
15487 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15489         * fvwm/events.c (HandleExpose):
15490         eat up expose events even if the server claims that the expose count is
15491         zero; fixes a problem with many redraws of windows that are uncovered
15492         by shading a window above them
15494 2002-01-10  olicha  <olivier.chapuis@free.fr>
15496         * fvwm/focus.c (DoSetFocus):
15497         * fvwm/move_resize.c (CMD_Maximize):
15498         (CMD_Maximize):
15499         (handle_stick):
15500         (CMD_ResizeMove):
15501         (CMD_Resize):
15502         * fvwm/icons.c (DeIconify):
15503         (DeIconify):
15504         (Iconify):
15505         * fvwm/gnome.c (GNOME_HandlePropRequest):
15506         * fvwm/ewmh_names.c (EWMH_WMName):
15507         * fvwm/events.c (HandleFocusIn):
15508         (HandlePropertyNotify):
15509         (HandleMapNotify):
15510         (HandleButtonPress):
15511         (HandleLeaveNotify):
15512         (HandleExpose):
15513         * fvwm/builtins.c (CMD_UpdateDecor):
15514         (CMD_WindowShade):
15515         * fvwm/borders.c (draw_clipped_decorations):
15516         (DrawDecorations):
15517         (RedrawDecorations):
15518         * fvwm/borders.h:
15519         Added a new argument to DrawDecoration similar to draw_window_parts,
15520         which indicate which part of the decor should be cleared. At present
15521         time only CLEAR_FRAME is taken in account and this is used in
15522         ShadeWindow to draw the decoration without flickering. This argument
15523         may be used in the future to reduce opaque resizing flickering
15525         * fvwm/builtins.c (CMD_WindowShade):
15526         Draw the decoration during unshading a window
15528         * fvwm/menus.c (ParentalMenuRePaint):
15529         Fixed transparent animated menu again
15531         * NEWS:
15532         Some update
15534 2002-01-09  olicha  <olivier.chapuis@free.fr>
15536         * fvwm/style.c (CMD_Style):
15537         free all the elements of the ptmpstyle before freeing it
15539         * fvwm/menus.c (ParentalMenuRePaint):
15540         Fixed transparent animated menu with HilightBackOff
15542 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15544         * fvwm/style.c (merge_styles):
15545         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15546         in the copied style
15548 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15550         * fvwm/modconf.c (send_ignore_modifiers):
15551         (send_move_threshold):
15552         (send_click_time):
15553         (send_colorsets):
15554         (send_color_limit):
15555         (send_image_path):
15556         (send_desktop_geometry):
15557         (CMD_Send_ConfigInfo):
15558         moved code into new functions
15560         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15561         moved to defaults.h
15563         * fvwm/bindings.c (CMD_IgnoreModifiers):
15564         * fvwm/module_interface.c (broadcast_xinerama_state):
15565         * fvwm/modconf.c (send_ignore_modifiers):
15566         broadcast IgnoreModifiers to modules
15568         * fvwm/bindings.c (CMD_IgnoreModifiers):
15569         fixed IgnoreModifiers command without arguments
15570         * fvwm/fvwm2.1:
15571         corrected documentation of IgnoreModifiers command
15573 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15575         * fvwm/add_window.c:
15576         * fvwm/cursor.c:
15577         * fvwm/virtual.c:
15578         * fvwm/builtins.c:
15579         * fvwm/bindings.c:
15580         * fvwm/move_resize.c:
15581         * fvwm/events.c:
15582         * fvwm/stack.c:
15583         * fvwm/module_interface.c:
15584         * fvwm/focus.c:
15585         * fvwm/placement.c:
15586         * fvwm/menus.c:
15587         * fvwm/icons.c:
15588         * fvwm/fvwm.h (FvwmWindow):
15589         remnamed icon_w member to icon_title_w
15591 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15593         * fvwm/icons.c (RedoIconName):
15594         fixed sizing of icon title for icons without a pixmap
15595         (RedoIconName):
15596         (CreateIconWindow):
15597         (Iconify):
15598         (CreateIconWindow):
15599         rewrote icon title layout and moved the constants to defaults.h
15601         * fvwm/menus.c (menuShortcuts):
15602         (handle_emacs_bindings):
15603         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15605 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15607         * fvwm/fvwm2.1: Language checks done.
15608         .IR command not in column 1 fixed.
15610 2002-01-04  olicha  <olivier.chapuis@free.fr>
15612         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15613         (AnimatedMoveOfWindow):
15614         (AnimatedMoveFvwmWindow):
15615         (move_window_doit):
15616         * fvwm/menus.c (ParentalMenuRePaint):
15617         (animated_move_back):
15618         (pop_menu_up):
15619         Fixed transparent animated menu
15621 2002-01-03  olicha  <olivier.chapuis@free.fr>
15623         * fvwm/move_resize.c (is_resize_allowed):
15624         (is_move_allowed):
15625         Do not check if moveing/resizeing is MWM allowed for a no user request
15626         This fix for example FvwmWinList with MwmFunctions & NoOverride
15628         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15629         * fvwm/move_resize.c (is_move_allowed):
15630         Allowed moving if tmp_win is null and check if move is allowed and
15631         not resize in AnimatedMoveAnyWindow. This fix animated menu
15633         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15634         (ewmh_AllowsMove):
15635         (ewmh_AllowsResize):
15636         Check as a user request
15638         * fvwm/fvwm2.1:
15639         * fvwm/move_resize.c (CMD_Maximize):
15640         (MaximizeWidth):
15641         (MaximizeHeight):
15642         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15643         to ignore the windows with a layer less or equal to the layer of
15644         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15645         Reorder a bit the Maximize documentation
15647         * fvwm/fvwm2.1:
15648         * fvwm/functions.c (expand_extended_var):
15649         New variables $[desk.name<n>] to get the desktop names
15651 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15653         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15654         Read with full path.
15656 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15658         * libs/defaults.h:
15659         * fvwm/misc.c (GrabEm):
15660         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15662         * fvwm/events.c (HandleUnmapNotify):
15663         (HandleMapRequestKeepRaised):
15664         (check_map_request):
15665         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15667         * fvwm/add_window.c (FetchWmProtocols):
15668         (setup_wm_hints):
15669         * fvwm/fvwm.h (FvwmWindow):
15670         * fvwm/events.c (HandleEnterNotify):
15671         (HandlePropertyNotify):
15672         * fvwm/focus.c (refresh_focus):
15673         (set_focus_model):
15674         fixed focus problems with netscape and ddd
15676 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15678         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15679         * libs/Pointer.c (GetLocationFromEventOrQuery):
15680         * fvwm/virtual.c (HandlePaging):
15681         * fvwm/move_resize.c (GetOnePositionArgument):
15682         (InteractiveMove):
15683         (AnimatedMoveAnyWindow):
15684         (moveLoop):
15685         (CMD_Resize):
15686         * fvwm/module_interface.c (ExecuteModuleCommand):
15687         * fvwm/menus.c (do_menu):
15688         (menuShortcuts):
15689         (MenuInteraction):
15690         (get_menu_options):
15691         * fvwm/functions.c (execute_complex_function):
15692         * fvwm/events.c (HandleClientMessage):
15693         (WaitForButtonsUp):
15694         * fvwm/conditional.c (CMD_Direction):
15695         * fvwm/builtins.c (CMD_CursorMove):
15696         (CMD_FakeClick):
15697         (CMD_StrokeFunc):
15698         handle return code of XQueryPointer everywhere; necessary for dual head
15700         * fvwm/misc.c (GrabEm):
15701         Pointer was warped to other screen with a dual head setup
15703 2001-12-31  olicha  <olivier.chapuis@free.fr>
15705         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15706         Removed some code which try to raise ewmh modal window over
15707         its transientfor window; this seems not possible without a new style
15708         or a bad hack in stack.c
15710 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15712         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15713         fallback to fixed font so it shows the right font for I18N.
15715 2001-12-30  olicha  <olivier.chapuis@free.fr>
15717         * fvwm/window_flags.h:
15718         * fvwm/session.c (MatchWinToSM):
15719         (LoadWindowStates):
15720         (SaveWindowStates):
15721         (get_version_string):
15722         * fvwm/move_resize.c (CMD_Maximize):
15723         (handle_stick):
15724         * fvwm/icons.c (CMD_Iconify):
15725         * fvwm/ewmh.c (EWMH_SetWMState):
15726         (EWMH_WindowInit):
15727         (EWMH_ExitStuff):
15728         (EWMH_SetAllowedActions):
15729         (EWMH_WindowInit):
15730         * fvwm/ewmh.h:
15731         * fvwm/ewmh_intern.h:
15732         * fvwm/ewmh_events.c (ewmh_WMState*):
15733         * fvwm/builtins.c (CMD_WindowShade):
15734         * fvwm/stack.c (new_layer):
15735         * fvwm/update.c (apply_window_updates):
15736         * fvwm/update.h (struct):
15737         * fvwm/add_window.c (setup_window_structure):
15738         (setup_window_name):
15739         (setup_icon):
15740         * fvwm/style.c (check_window_style_change):
15741         The skip list and modal ewmh window states are now updated after
15742         an use/ignore ewmh state style changes. The other ewmh states are
15743         starting state only. All the initial ewmh states are keep in memory
15744         for FvwmIdent.
15746         * fvwm/ewmh.c (EWMH_Handle*):
15747         * fvwm/fvwm.h:
15748         Set the ewmh_window_type to an int (and not the corresponding atom)
15749         accordingly to the window type
15751         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15752         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15753         style
15755         * fvwm/ewmh.c (EWMH_GetStyle):
15756         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15757         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15758         hints
15760         * libs/vpacket.h (ConfigWinPacket):
15761         * fvwm/module_interface.c (CONFIGARGSNEW):
15762         (OLDCONFIGARGS):
15763         (CONFIGARGS):
15764         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15765         cfgpacket for FvwmIdent
15767 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15769         * fvwm/move_resize.c (resize_geometry_window):
15770         fixed wrong size calculation of geometry window
15772 2001-12-19  olicha  <olivier.chapuis@free.fr>
15774         * fvwm/ewmh_names.c (convert_charsets):
15775         More precise error messages
15777         * fvwm/fvwm2.1:
15778         A few formatting fixes
15780 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15782         * fvwm/gnome.c (GNOME_SetHints):
15783         fixed window getting frozen into position upon a recapture or restart
15785 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15787         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15789 2001-12-17  olicha  <olivier.chapuis@free.fr>
15791         * fvwm/fvwm2.1:
15792         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15794         * fvwm/ewmh.c (delete_kst_item):
15795         (set_kde_sys_tray):
15796         (EWMH_IsKdeSysTrayWindow):
15797         (EWMH_ManageKdeSysTray):
15798         * fvwm/events.c (HandleReparentNotify):
15799         Fixed reparenting management of kde system tray windows and
15800         added some off debugging code
15802         * fvwm/virtual.c (CMD_DesktopName):
15803         Removed some debugging code
15805 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15807         * fvwm/fvwm.h (struct):
15808         * fvwm/window_flags.h (IS_FIXED_PPOS):
15809         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15810         * fvwm/style.c (parse_and_set_window_style):
15811         (check_window_style_change):
15812         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15813         FixedUSSize, FixedPSize and Variable PPosition, ...
15815         * fvwm/events.c (HandleConfigureRequest):
15816         * fvwm/ewmh.c (ewmh_AllowsResize):
15817         (is_resize_allowed):
15818         (ewmh_AllowsMove):
15819         (ewmh_AllowsMove):
15820         * fvwm/gnome.c (GNOME_SetHints):
15821         (AnimatedMoveAnyWindow):
15822         (CMD_ResizeMove):
15823         use new functions
15824         * fvwm/move_resize.c (is_move_allowed):
15825         (is_resize_allowed):
15826         (is_maximize_allowed):
15827         new functions to clean up some code
15829 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15831         * fvwm/fvwm2.1: Doc fixups.
15833 2001-12-15  olicha  <olivier.chapuis@free.fr>
15835         * fvwm/builtins (CMD_BugOpts):
15836         * fvwm/ewmh.c:
15837         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15838         * fvwm/ewmh_events.c (ewmh_StateHidden):
15839         * fvwm/fvwm.c (InitVariables):
15840         * fvwm/fvwm2.1:
15841         * fvwm/icons.c (CMD_Iconify):
15842         * fvwm/screen.h:
15843         * fvwm/virtual.c (unmap_window):
15844         (map_window):
15845         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15846         to fix the IconicState problems in vitrual.c. New BugOpts
15847         EWMHIconicStateWorkaround for supporting current KDE versions
15849         * fvwm/events.c (HandlePropertyNotify):
15850         * fvwm/ewmh.c (ewmh_AllowsYes):
15851         * fvwm/ewmh.h:
15852         (ewmh_AllowsClose):
15853         (ewmh_AllowsMaximize):
15854         (ewmh_AllowsMove):
15855         (ewmh_AllowsResize):
15856         (EWMH_SetAllowedActions):
15857         (EWMH_WindowInit):
15858         * fvwm/style.c (check_window_style_change):
15859         * fvwm/update.c (apply_window_updates):
15860         * fvwm/update.h:
15861         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15863 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15865         * fvwm/borders.c (RedrawTitle):
15866         * libs/defaults.h (WINDOW_TITLE_OFFSET):
15867         fixed 'stick' lines with long titles
15869 2001-12-11  olicha  <olivier.chapuis@free.fr>
15871         * NEWS:
15872         * fvwm/commands.h:
15873         * fvwm/ewmh.c (ewmh_SetWorkArea):
15874         * fvwm/ewmh.h:
15875         (ewmh_ComputeAndSetWorkArea):
15876         (ewmh_HandleDynamicWorkArea):
15877         (EWMH_GetWorkAreaIntersection):
15878         (EWMH_GetStrutIntersection):
15879         (get_intersection):
15880         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15881         * fvwm/function.c:
15882         * fvwm/function.h:
15883         * fvwm/fvwm.c (InitVariables):
15884         * fvwm/fvwm2.1:
15885         * fvwm/modconf.c (send_desktop_names):
15886         (CMD_Send_ConfigInfo):
15887         * fvwm/placement.c (get_next_x):
15888         (get_next_y):
15889         * fvwm/screen.h:
15890         * fvwm/virtual.c (CMD_DesktopName):
15891         * fvwm/virtual.h:
15892         (GetDesktopName):
15893         New command "DesktopName desk name" to define desktops names for
15894         the FvwmPager, the WindowList and ewmh compliant pagers.
15895         Desktops information (desk, desk name, working areas) is stored in a
15896         new list sub structure of Scr, DesktopsInfo. The head of the list
15897         contains generic information for desks that are not in the list.
15899         * fvwm/windowlist.c (get_desk_title):
15900         (CMD_WindowList):
15901         * fvwm/fvwm2.1:
15902         * NEWS:
15903         New window list options NoDeskNum, NoCurrentDeskTitle,
15904         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15905         the NoGeometry and NoGeometryInfo options.
15907         * fvwm/ewmh.c:
15908         * fvwm/ewmh_names.c:
15909         * fvwm/ewmh_icons.c:
15910         Added some static declarations
15912         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15913         It seems that UTF8 names should not be terminated by a 0
15915         * fvwm/ewmh.c (EWMH_SetClientListStacking):
15916         Set the stacking list in the good orders
15918 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15920         * vms/config.h:
15921         * fvwm/functions.c:
15922         * fvwm/commands.h:
15923         * fvwm/builtins.c:
15924         * fvwm/borders.c:
15925         removed all MULTISTYLE ifdefs
15927         * fvwm/borders.c (RedrawTitle):
15928         fixed title drawing into relief
15930 2001-12-08  olicha  <olivier.chapuis@free.fr>
15932         * fvwm/style.c:
15933         * fvwm/style.h:
15934         * fvwm/fvwm.h:
15935         * fvwm/update.c:
15936         * fvwm/update.h:
15937         * fvwm/window_flags.h:
15938         * fvwm/fvwm2.1:
15939         s/extended_window_name/indexed_window_name/i
15940         s/extended_icon_name/indexed_icon_name/i
15941         s/do_update_window_name/do_update_visible_window_name/
15942         s/do_update_icon_name/do_update_visible_icon_name/
15944         * fvwm/style.c (CMD_Style):
15945         * fvwm/style.h:
15946         (parse_and_set_window_style):
15947         Split CMD_Style into CMD_Style and parse_and_set_window_style
15949 2001-12-06  olicha  <olivier.chapuis@free.fr>
15951         * fvwm/add_window.c (setup_window_name_count):
15952         (setup_icon_name_count):
15953         Better determination of the window and icon names index
15955         * fvwm/add_window.c (AddWindow):
15956         (setup_icon):
15957         * fvwm/events.c (HandlePropertyNotify):
15958         * fvwm/ewmh_names.c (EWMH_WMName):
15959         (EWMH_WMIconName):
15960         * fvwm/module_interface.c (BroadcastWindowIconNames):
15961         * fvwm/module_interface.h:
15962         (CMD_Send_WindowList):
15963         (CMD_set_mask):
15964         (CMD_set_sync_mask):
15965         (CMD_set_nograb_mask):
15966         * fvwm/update.c (apply_window_updates):
15967         * libs/Module.h:
15968         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15969         which are send to modules with BroadcastWindowIconNames.
15970         The set mask cmds use unsigned long mask and not int mask!
15972 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15974         * fvwm/ewmh.h:
15975         * fvwm/ewmh.c:
15976         EWMH without iconv compile fix by Hippo
15978 2001-12-05  olicha  <olivier.chapuis@free.fr>
15980         * fvwm/add_window.c:
15981         * fvwm/ewmh.c (*):
15982         * fvwm/ewmh.h:
15983         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15984         * fvwm/ewmh_events.c:
15985         * fvwm/fvwm.h:
15986         * fvwm/fvwm2.1:
15987         * fvwm/move_resize.c (CMD_Maximize):
15988         * fvwm/placement.c (test_fit):
15989         (PlaceWindow):
15990         * fvwm/session.c (SaveWindowStates):
15991         * fvwm/style.c (merge_styles):
15992         * fvwm/style.h:
15993         (check_window_style_change):
15994         * fvwm/update.c (apply_window_updates):
15995         * fvwm/update.h:
15996         * fvwm/window_flags.h:
15997         New ewmh styles:
15998         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15999         EWMHMaximizeUseDynamicWorkingArea,
16000         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16001         EWMHPlacementUseDynamicWorkingArea,
16002         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16003         EWMHIgnoreStateHints / EWMHUseStateHints,
16004         EWMHIgnoreStrutHints / EWMHUseStrutHints
16006         * fvwm/ConfigFvwmDefaults:
16007         Use EWMHPlacementUseDynamicWorkingArea,
16008         EWMHMaximizeUseDynamicWorkingArea as default placement styles
16010         * NEWS:
16011         * fvwm/add_window.c (setup_placement_penalty):
16012         * fvwm/add_window.h:
16013         (setup_placement_penalty):
16014         (AddWindow):
16015         * fvwm/fvwm.h:
16016         * fvwm/placement.c (get_next_x):
16017         * fvwm/placement.h:
16018         (get_next_y):
16019         (test_fit):
16020         * fvwm/style.c (CMD_Style):
16021         * fvwm/style.h:
16022         (check_window_style_change):
16023         * fvwm/update.c (apply_window_updates):
16024         * fvwm/update.h:
16025         * fvwm/window_flags.h:
16026         * libs/default.h:
16027         New styles PlacementOverlapPenalties and
16028         PlacementOverlapPercentPenalties
16030         * NEWS:
16031         * fvwm/add_window.c (setup_window_name_count):
16032         * fvwm/add_window.h:
16033         (setup_icon_name_count):
16034         (setup_visible_name):
16035         (setup_window_name):
16036         (free_window_names):
16037         (setup_icon):
16038         * fvwm/borders.c (DrawMultiPixmapTitlebar):
16039         (RedrawTitle):
16040         * fvwm/events.c (HandlePropertyNotify):
16041         * fvwm/ewmh_names.c (EWMH_*):
16042         * fvwm/fvwm.h:
16043         * fvwm/icons.c (CreateIconWindow):
16044         (DrawIconWindow):
16045         (RedoIconName):
16046         (AutoPlaceIcon):
16047         (Iconify):
16048         * fvwm/session.c (MatchWinToSM):
16049         * fvwm/style.c (CMD_Style):
16050         * fvwm/style.h:
16051         (check_window_style_change):
16052         * fvwm/update.c (apply_window_updates):
16053         * fvwm/update.h:
16054         * fvwm/window_flags.h:
16055         New styles ExtendedWindowName / SimpleWindowName and
16056         ExtendedIconName / SimpleIconName. TODO: the modules implementation
16058         * fvwm/builtins.c (ReadMultiPixmapDecor):
16059         A -Wall fix
16061         * configure.in:
16062         Fixed gcc test
16064         * session.c (get_version_string):
16065         now is 2.5-3
16067         * fvwm/stack.c (new_layer):
16068         (CMD_Layer):
16069         Fixed ewmh wm state
16071         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16072         Fixed creation of the ewmh icon in the case of the window is iconified
16074 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16076         * fvwm/placement.c (PlaceWindow):
16077         fixed manual placement on Xinerama screens other than the one with the
16078         top left corner of the total screen
16080 2001-11-27  olicha  <olivier.chapuis@free.fr>
16082         * configure.in:
16083         * acinclude.m4:
16084         * acconfig.h:
16085         * fvwm/ewmh_name.c
16086         Check for the second argument of iconv
16088         * configure.in:
16089         Added -Wall to CFLAGS if cc is gcc
16091 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16093         * configure.in:
16094         * acconfig.h:
16095         s/extanded/extended/
16097 2001-11-26  olicha  <olivier.chapuis@free.fr>
16099         * fvwm/Makefile.am:
16100         Fixed (?) iconv_LIBS
16102 2001-11-26  olicha  <olivier.chapuis@free.fr>
16104         * fvwm/functions.c (expand):
16105         Fixed n, c, r expansion
16107 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16109         * fvwm/fvwm2.1: Clean up ewmh stuff.
16111 2001-11-24  olicha  <olivier.chapuis@free.fr>
16113         * fvwm/ewmh_internal.h:
16114         * fvwM/ewmh.c:
16115         Removed a non standard macro
16117 2001-11-24  olicha  <olivier.chapuis@free.fr>
16119         * fvwm/fvwm2.1:
16120         Documented the previous ewmh style in a new Style subsection
16122         * fvwm/functions.c (expand):
16123         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16125 2001-11-24  olicha  <olivier.chapuis@free.fr>
16127         * fvwm/add_window (setup_icon):
16128         (setup_window_structure):
16129         * fvwm/events.c (HandlePropertyNotify):
16130         * fvwm/ewmh.h:
16131         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16132         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16133         (EWMH_DoUpdateWmIcon):
16134         (ewmh_SetWmIconFromPixmap):
16135         (EWMH_DeleteWmIcon):
16136         (EWMH_SetIconFromWMIcon):
16137         * fvwm/ewmh_intern.h:
16138         * fvwm/fvwm.h:
16139         * fvwm/icons.c (GetIcon):
16140         * fvwm/session.c (get_version_string):
16141         * fvwm/style.c (CMD_Style):
16142         * fvwm/style.h:
16143         (check_window_style_change)
16144         * fvwm/update.c (apply_window_updates):
16145         * fvwm/update.h:
16146         * fvwm/window_flags.h:
16147         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16148         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16149         EWMHDonateIcon / EWMHDontDonateIcon,
16150         Some ewmh icon code simplification.
16151         Ewmh icons priority: just after icon window.
16153         * fvwm/ewmh.c (EWMH_ExitStuff):
16154         * fvwm/ewmh.h:
16155         * fvwm/session.c (SaveWindowStates):
16156         (LoadWindowStates):
16157         (MatchWinToSM):
16158         * fvwm/fvwm.c (Done):
16159         Delete the ewmh icons we set ourself. Some ewmh session states do not
16160         need to be saved/restored anymore
16162 2001-11-23  olicha  <olivier.chapuis@free.fr>
16164         * fvwm/ewmh_names.c (convert_charsets):
16165         Fixed infinite loop
16167 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16169         * fvwm/ewmh_names.c (convert_charsets):
16170         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16171         man page states on Linux
16172         replaced goto with a loop
16174 2001-11-22  olicha  <olivier.chapuis@free.fr>
16176         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16177         a -Wall fix
16179         * fvwm/ewmh_events.c:
16180         Fixed some styles update
16182         * fvwm/ewmh_conf.c:
16183         * fvwm/function.c (func_config):
16184         * fvwm/function.h:
16185         * fvwm/ewmh.c:
16186         * fvwm/ewmh.h:
16187         * fvwm/ewmh_events.c:
16188         * fvwm/ewmh_intern.h:
16189         * fvwm/Makefile.am:
16190         * fvwm/fvwm2.1:
16191         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16192         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16194         * fvwm/add_window.c:
16195         * fvwm/bindings.c:
16196         * fvwm/events.c:
16197         * fvwm/functions.c:
16198         * fvwm/ewmh.c (EWMH_Init):
16199         * fvwm/fvwm.h:
16200         * fvwm/fvwm.c (InitVariables):
16201         * fvwm/placement.c
16202         * fvwm/sceen.h:
16203         * fvwm/session.c:
16204         * fvwm/styles.c:
16205         * fvwm/update.c:
16206         * fvwm/update.h:
16207         * fvwm/window_flags.c:
16208         * libs/Bindings.c:
16209         * libs/Picture.c:
16210         * libs/Picture.h:
16211         * libs/fvwmlib.h:
16212         * configure.in:
16213         * acconfig.h:
16214         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16215         are maybe problematic) and those in the ewmh* files to allow
16216         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16217         should be dummy. --enable-ewmh is now the default.
16219 2001-11-20  olicha  <olivier.chapuis@free.fr>
16221         * fvwm/icons.c (GetIcon):
16222         * fvwm/add_window.c (setup_icon):
16223         Fixed icons order choice and other minor bugs
16225         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16226         Fixed a core dump if there is no MiniIcon
16228 2001-11-18  olicha  <olivier.chapuis@free.fr>
16230         * fvwm/ewmh.c (add_kst_item):
16231         * fvwm/ewmh.h:
16232         (ewmh_AddToKdeSysTray):
16233         (EWMH_IsKdeSysTrayWindow):
16234         (EWMH_ManageKdeSysTray):
16235         (EWMH_WindowInit):
16236         fvwm/ewmh_intern.h:
16237         * fvwm/events.c (HandleDestroyNotify):
16238         (HandleMapRequest):
16239         (HandleUnmapNotify):
16240         Fixed the KDE system tray implementation
16242 2001-11-16  olicha  <olivier.chapuis@free.fr>
16244         * fvwm/ewmh.h:
16245         * fvwm/ewmh.c:
16246         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16248 2001-11-15  olicha  <olivier.chapuis@free.fr>
16250         * fvwm/ewmh.c (EWMH_DestroyWindow):
16251         * fvwm/ewmh.h:
16252         (EWMH_WindowDestroyed):
16253         * fvwm/events.c (HandleReparentNotify):
16254         (HandleDestroyNotify):
16255         (HandleUnmapNotify):
16256         * fvwm/add_window.c (destroy_window):
16257         Fixed the ewmh windows lists
16259 2001-11-15  olicha  <olivier.chapuis@free.fr>
16261         * fvwm/Makefile.am:
16262         * fvwm/ewmh.c:
16263         * fvwm/ewmh.h:
16264         * fvwm/ewmh_intern.h:
16265         * fvwm/ewmh_events.c:
16266         * fvwm/ewmh_icons.c:
16267         * fvwm/ewmh_names.c:
16268         * fvwm/fvwm2.1:
16269         * NEWS:
16270         New files to achieve the extended WM hints support, off by
16271         default. This code is ifdefed a la gnome.c.
16272         This is work in progess (need to do so that every things are
16273         configurable).
16275         * configure.in:
16276         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16277         New configure option --enable-ewmh. Added tests for iconv and
16278         nl_langinfo for UTF8 conversions.
16280         * fvwm/add_window.c (AddWindow):
16281         (CaptureOneWindow):
16282         (destroy_window):
16283         (setup_window_name):
16284         (setup_icon):
16285         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16286         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16287         SET_HAS_EWMH_ICON, EWMH_WMIconName
16289         * fvwm/add_window.c (setup_window_structure):
16290         * fvwm/fvwm.h (FvwmWindow):
16291         (window_flags):
16292         * fvwm/window_flags.h:
16293         * fvwm/session.c (get_version_string):
16294         (SaveWindowStates):
16295         (LoadWindowStates):
16296         Added some entries in FvwmWindow and some flags (more will be
16297         added). Some of these states need to be saved at restart and
16298         at recapture. This code is ifdefed, may be it should not: I was
16299         forced to ifdef the version string in get_version_string.
16301         * libs/Bindings.c (win_contexts):
16302         * libs/fvwmlib.h:
16303         * fvwm/events.c (GetContext):
16304         * fvwm/bindings.c (ParseBinding):
16305         (activate_binding):
16306         * fvwm/functions.c (expand_extended_var):
16307         (expand):
16308         (execute_function):
16309         (DeferExecution):
16310         * fvwm/screen.h (Scr):
16311         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16312         (kdesktop or Nautilus desktop). This context is something between
16313         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16315         * fvwm/bindings.c (activate_binding):
16316         Fixed immediate application of mouse/stroke bindings
16318         * fvwm/borders.h
16319         * fvwm/borders.c (RedrawDecorations):
16320         * fvwm/update.c (apply_window_updates):
16321         New function  RedrawDecorations taken from apply_window_updates
16322         and called in ewmh_icons.c and update.c
16324         * fvwm/bultins.c (CMD_WindowShade):
16325         EWMH_SetWMState
16327         * fvwm/events.c (HandleFocusIn):
16328         (HandlePropertyNotify):
16329         (HandleClientMessage):
16330         (HandleMapRequestKeepRaised):
16331         (HandleUnmapNotify):
16332         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16333         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16334         EWMH_SetClientList
16336         * fvwm/icons.c (GetIcon):
16337         * fvwm/icons.h:
16338         (CreateIconWindow):
16339         (ChangeIconPixmap):
16340         * fvwm/events.c (HandlePropertyNotify):
16341         New function GetIcon taken from CreateIconWindow which choose
16342         the icon, there is a new case for EWMH icons. New function
16343         ChangeIconPixmap taken from events.c.
16344         The two new functions are called from ewmh_icon.c (and icons.c).
16346         * fvwm/move_resize.c (handle_stick):
16347         (CMD_Maximize):
16348         (handle_stick):
16349         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16351         * libs/Picture.h:
16352         * libs/Picture.c (LoadPictureFromPixmap):
16353         (CachePictureFromPixmap):
16354         New functions for loading a picture from a pixmap. Nothing is cached
16355         but this simplify the MiniIcon code.
16357         * fvwm/placement.c (PlaceWindow):
16358         EWMH_GetWorkAreaIntersection
16360         * fvwm/screen.h (Scr):
16361         Added the working area, the dynamic working area and the ewmh
16362         Desktop window.
16364         * fvwm/stack.c (restack_windows):
16365         (CMD_Layer):
16366         EWMH_SetClientListStacking, EWMH_SetWMState
16368         * fvwm/style.c (check_window_style_change):
16369         * fvwm/update.c (apply_window_updates):
16370         * fvwm/update.h:
16371         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16372         This code is ifdefed.
16374         * fvwm/style.c (lookup_style):
16375         EWMH_GetStyle
16377         * fvwm/virctual.c (goto_desk):
16378         (CMD_GotoDeskAndPage):
16379         (do_move_window_to_desk):
16380         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16382 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16384         * fvwm/update.c (apply_window_updates):
16385         * fvwm/gnome.c (GNOME_GetStyle):
16386         * fvwm/style.c (lookup_style):
16387         (check_window_style_change):
16388         * fvwm/add_window.c (setup_style_and_decor):
16389         fixed GnomeIgnoreHints style for some of the gnome hints
16391         * fvwm/fvwm.c (StartupStuff):
16392         Tried to fix font size problem
16394         * fvwm/placement.c (PlaceWindow):
16395         suppress an X error
16397         * fvwm/move_resize.c (moveLoop):
16398         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16399         * fvwm/misc.c (Keyboard_shortcuts):
16400         modified keyboard shortcut functions so that it is possible to move
16401         windows with the keyboard even if the border is hit.  does not work
16402         very nicely with paging
16404         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16405         performance enhancement
16407         * fvwm/events.c (HandleButtonPress):
16408         fixed (?) some problem with passing the raise click in ctf to the app
16410         * fvwm/add_window.c (Reborder):
16411         * fvwm/virtual.c (MoveViewport):
16412         (MapDesk):
16413         (UnmapDesk):
16414         * fvwm/session.c (SaveWindowStates):
16415         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16416         don't access stack_next and stack_prev directly but use the access
16417         functions from stack.h
16419         * fvwm/stack.c (remove_window_from_stack_ring):
16420         (add_window_to_stack_ring_after):
16421         safety patch
16423         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16424         (destroy_window):
16425         when a window becomes scheduled for destruction, remove all traces of it
16426         from the fvwm internal variable so its not accessed accidentally when
16427         its fields are no longer valid
16429 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16431         * fvwm/borders.c:
16432         fixed compilation of I18N_MB
16434 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16436         * AUTHORS:
16437         * NEWS:
16438         * acconfig.h:
16439         * configure.in:
16440         * fvwm/borders.c:
16441         * fvwm/builtins.c:
16442         * fvwm/fvwm2.1:
16443         * fvwm/screen.h:
16444         exclude the TitleStyle MultiPixmap feature (only) before forking
16445         ...
16446         and restore it after that
16448         * NEWS:
16449         * configure.in:
16450         change version string to 2.5.0
16452         * NEWS:
16453         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16454         added a link to the stable version 2.4.4 (not released yet)
16456 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16458         * NEWS:
16459         * configure.in:
16460         change version string to 2.4.4 before forking
16462         * make_fvwmdist.sh:
16463         strip end of line from date (adjust for a new length)
16465 2001-10-29  olicha  <olivier.chapuis@free.fr>
16467         * fvwm/screen.h (DecorFaceStyle):
16468         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16469         so that Solid colors work again
16471 2001-10-28  olicha  <olivier.chapuis@free.fr>
16473         * fvwm/module_interface.c (skipModuleAliasToken):
16474         Allows '/' as alias character
16476         * NEWS
16477         Script news
16479 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16481         * configure.in:
16482         * acconfig.h:
16483         * NEWS:
16484         added --disable-multipixmap-titles for the Suzanne's patch,
16485         the default is enable
16487         * fvwm/fvwm2.1:
16488         some formatting fixes in TitleStyle entry
16490 2001-10-27  Suzanne Britton  <tril@igs.net>
16492         * config.h.in: Added FANCY_TITLEBARS option, off by default
16494         * fvwm/fvwm2.1:
16495         Added info on TitleStyle MultiPixmap
16497         * fvwm/screen.h:
16498         [All changes #ifdeffed FANCY_TITLEBARS]
16499         Added TITLE_PADDING define for fancy titlebar rendering
16500         Added tb_pixmap_enum
16501         Added MultiPixmap to DecorFaceType enum
16502         Added Picture **multi_pixmaps and short multi_stretch_flags
16503         to DecorFace structure
16505         * fvwm/borders.c:
16506         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16507         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16508         (RenderIntoWindow): [new]
16509         (DrawMultiPixmapTitlebar): [new]
16510         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16511         instead of always sending 1
16512         (RedrawTitle):
16513         Call DrawFancyTitlebar for MultiPixmap style
16514         Skip DrawString calls for MultiPixmap style (title is drawn inside
16515         DrawMultiPixmapTitlebar)
16517         * fvwm/builtins.c:
16518         [All changes #ifdeffed FANCY_TITLEBARS]
16519         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16520         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16521         (ReadMultiPixmapDecor): [new]
16523 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16525         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16526         buttons can activate on press or release, special pointer during grab,
16527         arrow key command recall.
16529 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16531         * fvwm/bindings.c (ParseBinding):
16532         * fvwm/bindings.h:
16533         * fvwm/fvwm2.1:
16534         binding commands now do not print error messages with Silent
16536         * fvwm/ConfigFvwmDefaults:
16537         * NEWS:
16538         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16539         use Silent before Key Help
16541         * fvwm/add_window.c:
16542         changed the broken size hints message to notify the owner
16544         * docs/fvwm.lsm.in:
16545         small changes
16547 2001-10-19  olicha  <olivier.chapuis@free.fr>
16549         * NEWS:
16550         Some FvwmScript news
16552 2001-10-16  olicha  <olivier.chapuis@free.fr>
16554         * NEWS:
16555         Some FvwmScript news
16557 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16559         * fvwm/bindings.c (activate_binding):
16560         * libs/Bindings.c (GrabWindowKeyOrButton):
16561         activate mouse/stroke bindings immediately
16563         * fvwm/events.c (HandleButtonPress):
16564         it is possible to bind actions to the 'ClickToFocus' click
16566 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16568         * fvwm/virtual.c (HandlePaging):
16569         allow paging during move/resize when pressing keys
16571         * libs/XResource.c (MergeCmdLineResources):
16572         possible core dump fix
16574         * fvwm/add_window.c (setup_window_placement):
16575         fixed core dump
16577         * libs/Bindings.c (AddBinding):
16578         another attempt at cleaning up bindings with "Shift"
16580 2001-10-13  olicha  <olivier.chapuis@free.fr>
16582         * NEWS
16583         FvwmScript news
16585 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16587         * move_resize.c:
16588         * fvwm/fvwm2.1:
16589         OpaqueMoveSize now accepts "unlimited" or negative argument.
16591 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16593         * fvwm/fvwm2.1:
16594         added missing "!"
16596 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16598         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16600         * libs/fvwmlib.h:
16601         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16603         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16604         routine.
16606 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16608         * NEWS, configure.in:
16609         changed version to 2.5.0
16611 2001-10-08  olicha  <olivier.chapuis@free.fr>
16613         * fvwm/borders.c (RedrawTitle):
16614         Fixed drawing of leftJustified stippled title and suppress warnings
16615         in RelieveRectangle w/ RightJustified stippled title
16617 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16619         * fvwm/virtual.c (CMD_XineramaSlsSize):
16620         fixed ABR
16622 2001-10-03  olicha  <olivier.chapuis@free.fr>
16624         * fvwm/style.c (CMD_Style):
16625         * fvwm/fvwm2.1
16626         Added the possibility to add an Xinerama screen to the 4 numerics
16627         Iconbox format
16629 2001-10-03  olicha  <olivier.chapuis@free.fr>
16631         * fvwm/icons.c (AutoPlaceIcon):
16632         Fixed a core dump with @c and fixed icon placement if the icon should
16633         not be on the current page
16635 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16637         * fvwm/icons.c (AutoPlaceIcon):
16638         * libs/FScreen.c (FScreenParseScreenBit):
16639         added 'w' screen specifier for icon boxes
16641         * fvwm/icons.c (AutoPlaceIcon):
16642         fixed placement of icons in icon boxes on different screen
16644         * fvwm/menus.c (get_menu_options):
16645         reduced code duplication
16647 2001-10-02  olicha  <olivier.chapuis@free.fr>
16649         * fvwm/menus.c (get_menu_options):
16650         fixed Xinerama placement of menu with empty but not null position hints
16652 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16654         * fvwm/borders.c (RedrawTitle):
16655         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16656         suppress a warning in RelieveRectangle w/ small sticky windows
16658 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16660         * fvwm/menus.c (get_menu_options):
16661         A 'rectangle' context rectangle for menus honours the '@screen' bit
16663         * fvwm/move_resize.c (DisplayPosition):
16664         coordinates of a window are show in relation to the screen, not the page
16666         * libs/FScreen.c (FScreenTranslateCoordinates):
16667         * fvwm/placement.c (PlaceWindow):
16668         * fvwm/add_window.c (setup_window_placement):
16669         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16670         rewrote the library functionality to better match the rest of the
16671         interface
16673         * fvwm/builtins.c (DestroyFvwmDecor):
16674         removed useless code
16676         * fvwm/icons.c (DrawIconWindow):
16677         fixed race condition w/ expanding/collapsing icon titles
16679         * fvwm/windowlist.c (CMD_WindowList):
16680         fixed Xinerama placement of window list when called without options
16682 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16684         * libs/FScreen.c (FScreenSLSOnOff):
16685         fixed core dump when calling XineramaSls before XineramaSlsSize
16687         * configure.in:
16688         changed to 2.4.3
16690         * libs/FShape.h (FHaveShapeExtension):
16691         set macro to 1 when compiling w/ shape extension
16693 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16695         * libs/Bindings.c (AddBinding):
16696         * fvwm/bindings.c (ParseBinding):
16697         print a warning if a key with the given name does not exist
16698         if there is an upper and a lower case version of the same key name,
16699         always bind to the lower case version; this is problematic if the upper
16700         case version is tied to a key without a modifier and the lower case
16701         version is tied to the same key, but with a modifier (or both are tied
16702         to different keys). I hope this good enough.
16704         * libs/Bindings.c (FreeBindingList):
16705         (MatchBindingExactly):
16706         (CollectBindingList):
16707         fixed some problems overriding keys
16708         reduced duplication of logic
16710 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16712         * NEWS, configure.in:
16713         changed version to 2.5.0
16715 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16717         * configure.in:
16718         changed version to 2.4.2
16720 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16722         * libs/Colorset.c:
16723         (SetWindowBackground):
16724         (SetRectangleBackground):
16725         * fvwm/builtins.c (CMD_WindowShade):
16726         * fvwm/add_window.c:
16727         (setup_style_and_decor):
16728         * fvwm/icons.c:
16729         (CreateIconWindow):
16730         (GetXPMFile):
16731         (GetIconWindow):
16732         (GetIconBitmap):
16733         * fvwm/events.c:
16734         (HandleConfigureRequest):
16735         (HandleShapeNotify):
16736         (InitEventHandlerJumpTable):
16737         * fvwm/borders.c (struct):
16738         (SetupFrame):
16739         (SetShape):
16740         * fvwm/decorations.c (SelectDecor):
16741         * fvwm/fvwm.c:
16742         (main):
16743         (setVersionInfo):
16744         * fvwm/externs.h:
16745         * fvwm/fvwm.h (FvwmWindow):
16746         * libs/FShape.h:
16747         * libs/FShape.c:
16748         moved shape support to library; its no longer necessary to
16749         '#ifdef SHAPE' any code
16751         * fvwm/borders.c (RedrawButtons):
16752         (RedrawTitle):
16753         fixed top border hilight drawing of title buttons
16755         * libs/Graphics.c (do_relieve_rectangle):
16756         (RelieveRectangle):
16757         (RelieveRectangle2):
16758         allow alternate shading for title buttons
16760 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16762         **/*.1:
16763         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16764         Add a formal description of how fvwm maintains module's configs
16765         Change manpages of individual modules to refer to fvwm2(1) for
16766         details about specifying configuration
16768         * fvwm/add_window.c (setup_window_placement):
16769         desk and page can now really be given as X resources a la
16770           xterm.desk: 1
16772         * libs/XResource.c (GetResourceString):
16773         resource -> lower case, class -> upper case
16774         changed signature
16776         * configure.in:
16777         changed version to 2.5.0
16779         * Makefile.am (distcheck2):
16780         build distcheck before dist2; save a few seconds if the build fails
16782         * libs/alloca.c:
16783         * libs/ClientMsg.c:
16784         * libs/envvar.c:
16785         * libs/Event.c:
16786         * libs/fvwmrect.c:
16787         * libs/gethostname.c:
16788         * libs/Grab.c:
16789         * libs/Pointer.c:
16790         * libs/safemalloc.c:
16791         * libs/strcasecmp.c:
16792         * libs/strdup.c:
16793         * libs/strerror.c:
16794         * libs/strncasecmp.c:
16795         * libs/usleep.c:
16796         * libs/wild.c:
16797         * libs/WinMagic.c:
16798         * libs/XError.c:
16799         * libs/Graphics.c:
16800         include config.h
16802         * configure.in:
16803         changed version to 2.4.1 again
16805 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16807         * libs/Bindings.c (FvwmStringToKeysym):
16808         try both cases of the first letter of a key name
16810         * fvwm/ConfigFvwmDefaults:
16811         * fvwm/windowlist.c (winCompareReverse):
16812         (CMD_WindowList):
16813         new WindowList option ReverseOrder; use the new option in the default
16814         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16815         cycle through the whole window list. The old behaviour only toggled
16816         between two windows. Also, a simple Alt-Tab can be used to switch to
16817         the next window instead of Alt-Tab-Tab.
16819         * libs/FScreen.c (FScreenInit):
16820         fixed a Xinerama crash
16822         * configure.in:
16823         print a verbose error message and exit if X11 headers and libraries
16824         are not found
16826 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16828         * fvwm/fvwm.c (main):
16829         * libs/FShape.c:
16830         * libs/FShape.h:
16831         new library for X shape encapsulation
16833         * fvwm/builtins.c (CMD_WindowShade):
16834         * fvwm/borders.c (SetupFrame):
16835         fixed shading of windows without title and border
16836         fixed shading of shaped windows; fixes bug #732
16838         * fvwm/builtins.c (CMD_SetEnv):
16839         calling SetEnv without a value is the same as UnsetEnv
16841 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16843         * fvwm/events.c (HandleReparentNotify):
16844         fixed vanishing windows in rapid map/unmap cycles; bug #770
16846         * fvwm/add_window.c (hide_screen):
16847         fixed possible BadWindow error
16849 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16851         * fvwm/virtual.c (MoveViewport):
16852         (goto_desk):
16853         (CMD_GotoDeskAndPage):
16854         (CMD_GotoPage):
16855         GotoDeskAndPage records its own history of last visited desk/page
16857         * libs/FScreen.c (FScreenInit):
16858         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16860 2001-09-05  olicha  <olivier.chapuis@free.fr>
16862         * fvwm/session.c (MatchWinToSM):
16863         * fvwm/add_window.c (setup_window_structure):
16864         * fvwm/move_resize.c (moveLoop):
16865         Fixed PlacedByButton3 condition
16867 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16869         * libs/FScreen.c:
16870         * fvwm/functions.c (func_config):
16871         * fvwm/module_interface.c (broadcast_xinerama_state):
16872         * fvwm/virtual.c (CMD_Xinerama):
16873         (CMD_XineramaPrimaryScreen):
16874         (CMD_XineramaSls):
16875         (CMD_XineramaSlsSize):
16876         added sls support
16877         split Xinerama command into Xinerama, XineramaPrimaryScreen,
16878         XineramaSls and XineramaSlsSize
16879         restructured parts of the FScreen code
16881         * fvwm/functions.c (func_config):
16882         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16884         * libs/Graphics.c (RelieveRectangle):
16885         allow calling the function with w == 0 or h == 0 without a message
16887         * fvwm/window_flags.h (SET_STYLE_DELETED):
16888         * fvwm/style.c (CMD_DestroyStyle):
16889         (check_window_style_change):
16890         * fvwm/fvwm.h (window_style):
16891         update windows when a style is deleted
16893         * configure.in:
16894         fixed xpm detection problem caused by wrong library order
16896 2001-09-05  olicha  <olivier.chapuis@free.fr>
16898         * NEWS: PlacedByFvwm
16900 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
16902         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16904 2001-09-04  olicha  <olivier.chapuis@free.fr>
16906         * fvwm/fvwm.h:
16907         * fvwm/windows_flags.h:
16908         * fvwm/placement.c (PlaceWindow):
16909         * fvwm/add_window.c (setup_window_structure):
16910         * fvwm/conditional.c (CreateConditionMask):
16911         * fvwm/session.c (get_version_string):
16912         (MatchWinToSM):
16913         * fvwm/fvwm2.1:
16914         Added a new windows_flags is_placed_by_fvwm and a new condition
16915         PlacedByFvwm
16917 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16919         * fvwm/focus.c (focus_grab_buttons):
16920         (MoveFocus):
16921         disabled xt/double click patch for now
16923 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16925         * libs/Graphics.c (RelieveRectangle):
16926         print a warning if one of the dimensions is <= 0
16928         * fvwm/placement.c (PlaceWindow):
16929         take care of windows that have both, PPosition and USPosition set
16930         take care of transient windows that have neither PPosition nor
16931         USPosition set
16933 2001-09-01  olicha  <olivier.chapuis@free.fr>
16935         * libs/FScreen.c (FScreenInit):
16936         Fixed the position of the xinerama emulation delimiters
16938 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16940         * fvwm/fvwm2.1:
16941         Xinerama introduction
16943         * fvwm/icons.c (AutoPlaceIcon):
16944         try to place icons of screen with the window center, and if that fails
16945         on any screen
16947         * libs/FScreen.c (FScreenGetScrRect):
16948         performance improvement for non-xinerama systems
16950         * fvwm/update.c (apply_window_updates):
16951         (flush_window_updates):
16952         update icon boxes and icon position when xinerama layout changes
16954         * fvwm/icons.c (AutoPlaceIcon):
16955         limit placement of icons using no icon box to screen boundaries
16956         adapt icon boxes to xinerama layout whenever used
16958         * fvwm/placement.c (PlaceWindow):
16959         * fvwm/style.c (CMD_Style):
16960         (check_window_style_change):
16961         * fvwm/style.h (SUSE_NO_USPOSITION):
16962         (SUSE_NO_TRANSIENT_PPOSITION):
16963         (SUSE_NO_TRANSIENT_USPOSITION):
16964         * fvwm/fvwm.h (struct):
16965         implemented new styles NoUSPosition/UseUSPosition,
16966         NoTransientPPosition/UseTransientPPosition,
16967         NoTransientUSPosition/UseTransientUSPosition.
16968         These work exactly like NoPPosition/UsePPosition.
16969         Transient windows ignore the window position if neither the PPosition
16970         nor the USPosition hint is set.
16972 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16974         * fvwm/focus.c (restore_focus_after_unmap):
16975         fixed a bug transfering the focus when a window was iconified
16977 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16979         * fvwm/conditional.c (MatchesConditionMask):
16980         * fvwm/move_resize.c (position_geometry_window):
16981         * fvwm/placement.c (PlaceWindow):
16982         * fvwm/menus.c (pop_menu_up):
16983         * fvwm/move_resize.c (move_window_doit):
16984         * fvwm/icons.c (do_all_iconboxes):
16985         * fvwm/placement.c (PlaceWindow):
16986         * fvwm/menus.c (update_menu):
16987         adapted to new FScreen... signatures
16989         * libs/FScreen.c (FScreenClipToScreen):
16990         (FScreenGetScrCenterCenter):
16991         (FScreenCenterCurrent):
16992         (FScreenCenterPrimary):
16993         (FScreenGetCurrent00):
16994         (FScreenGetGlobalScrRect):
16995         (FScreenGetPrimaryScrRect):
16996         (FScreenGetScrRect):
16997         (FScreenIsRectangleOnScreen):
16998         unified all the FSCreen... functions using a common signature, removed
16999         most old functions
17001         * fvwm/style.c (CMD_Style):
17002         init icon box screen
17004         * fvwm/move_resize.c (move_window_doit):
17005         (CMD_Maximize):
17006         * libs/Makefile.am:
17007         * libs/XineramaSupport.c:
17008         * libs/XineramaSupport.h:
17009         * libs/FScreen.c:
17010         exported and renamed screen defines
17012         * libs/FScreen.h:
17013         renamed files
17015         * fvwm/virtual.c:
17016         * fvwm/style.c:
17017         * fvwm/placement.c:
17018         * fvwm/move_resize.c:
17019         * fvwm/module_interface.c:
17020         * fvwm/modconf.c:
17021         * fvwm/menus.c:
17022         * fvwm/icons.c:
17023         * fvwm/fvwm.c:
17024         * fvwm/conditional.c:
17025         * libs/XineramaSupport.c:
17026         renamed all XineramaSupport...() functions to FScreen...()
17028         * fvwm/style.c (CMD_Style):
17029         -Wall fix
17031 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17033         * fvwm/style.c (CMD_Style):
17034         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17035         using geometry spec.
17037 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
17039         * libs/Strings.c:
17040         * libs/Strings.h:
17041         new function QuoteString() to add and escape single quotes to strings
17043         * fvwm/menus.c (MenuInteraction):
17044         quote both missing function name and menu name for
17045         MissingSubmenuFunction
17047         * fvwm/functions.c (expand):
17048         use QuoteString()
17050 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17052         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17054 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17056         * fvwm/cursor.c (CMD_CursorStyle):
17057         * fvwm/icons.c (GetXPMFile):
17058         * libs/Colorset.c (SetWindowBackground):
17059         -Wall fixes
17061         * libs/Bindings.c (AddBinding):
17062         tired to help with problem binding keys that have a keycode with no
17063         modifiers and another keycode with some modifiers pressed, e.g.
17064         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17065         F1 generating the actioon bound to F11 sometimes
17067         * fvwm/focus.c (focus_grab_buttons):
17068         -Wall fix
17070 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
17072         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17074 2001-08-20  Bob Woodside  <proteus@pcnet.com>
17076         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17077         grab synchronization so apps using XtTranslations to catch double-
17078         clicks don't get confused by extraneous Leave/EnterNotify events.
17079         This fixes the "xfm/moxfm don't see double-clicks" problem.
17081 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17083         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17085 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17087         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17088         placed.
17090         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17091         until later when the window is actually placed.
17093         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17094         position calculation.
17096 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17098         * fvwm/update.c (flush_window_updates):
17099         * fvwm/screen.h (ScreenInfo):
17100         * fvwm/virtual.c (CMD_Xinerama):
17102         * fvwm/move_resize.c (CMD_Maximize):
17103         * fvwm/placement.c (PlaceWindow):
17104         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17105         renamed function
17107         * fvwm/fvwm2.1:
17108         describe new maximize options
17110         * fvwm/move_resize.c (MaximizeWidth):
17111         (MaximizeHeight):
17112         (CMD_Maximize):
17113         applied Dmitry's Xinerama patch for Maximize command
17114         replaced "global" and "absolute" with "screen" which is more flexible
17116 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17118         * libs/Parse.c (SkipQuote):
17119         fixed a bug in handling of caller specified quote pairs
17121         * fvwm/move_resize.c (CMD_Maximize):
17122         keep window on correct page when viewport does not start on a page
17123         boundary
17125         * libs/XError.c (error_name):
17126         (request_name):
17127         fixed core dump in error handling
17129 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17131         * configure.in:
17132         * acinclude.m4:
17133         * INSTALL:
17134         * INSTALL.fvwm:
17135         renamed --disable-gnome to --disable-gnome-hints;
17136         documented configure options --with-gnome*;
17137         small improvements in documentation;
17138         use underscore in version instead of dash that causes rpm problems
17140 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17142         * libs/Makefile.am:
17143         added fvwmrect.h to dist
17145 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17147         * libs/XineramaSupport.c: Disable debug printing.
17149 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17151         * libs/defaults.h (DEFAULT_MENU_STYLE):
17152         reset colour sets in default menu style too
17154 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17156         * builtins.c:
17157         * events.c:
17158         completed the libstroke-0.5 compatibility fix
17160 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17162         * fvwm/move_resize.c (draw_move_resize_grid):
17163         fixed drawing of resize grid when invoked from button or key press
17165         * fvwm/placement.c (PlaceWindow):
17166         rewrote a condition to improve readability
17167         fixed StartsOn... w/ SkipMapping
17169 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17171         * fvwm/session.c (MatchWinToSM):
17172         (LoadWindowStates):
17173         (SaveWindowStates):
17174         * fvwm/move_resize.c (CMD_Resize):
17175         * fvwm/events.c (HandlePropertyNotify):
17176         (HandleConfigureRequest):
17177         * fvwm/move_resize.c (CMD_ResizeMove):
17178         (CMD_Maximize):
17179         (CMD_Resize):
17180         * fvwm/update.c (apply_window_updates):
17181         * fvwm/add_window.c (AddWindow):
17182         * fvwm/geometry.c (constrain_size):
17183         (gravity_constrain_size):
17184         the Resize command honors the window gravity
17185         changing the size increment of maximized windows no longer shrinks the
17186         window
17188         * fvwm/icons.c:
17189         keep expanded icon titles on screen
17191 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17193         * fvwm/icons.c (do_all_iconboxes):
17194         default icon box fills the primary screen
17196         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17197         fixed default_screen argument
17199         * fvwm/style.c (merge_styles):
17200         * fvwm/fvwm.h (window_style):
17201         * fvwm/style.h (SSET_START_SCREEN):
17202         * fvwm/add_window.c (setup_window_placement):
17203         * fvwm/placement.c (PlaceWindow):
17204         (CMD_PlaceAgain):
17205         implemented StartsOnScreen style
17207         * fvwm/placement.c (PlaceWindow):
17208         (test_fit):
17209         (get_next_x):
17210         (get_next_y):
17211         (CleverPlacement):
17212         (SmartPlacement):
17213         Place new windows on xinerama screens
17215         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17216         fixed core dump in debug output
17218 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17220         * fvwm/placement.c:
17221         removed unused variable
17223 2001-08-07  olicha  <olivier.chapuis@free.fr>
17225         * NEWS:
17226         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17228 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17230         * fvwm/virtual.c (CMD_Xinerama):
17231         replaced XineramaEnable and ...Disable with XineramaCommand
17233         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17234         (XineramaSupportGetScreenArgument):
17235         new functions
17237         * fvwm/functions.c (func_config):
17238         * fvwm/move_resize.c (move_window_doit):
17239         (CMD_Move):
17240         (CMD_AnimatedMove):
17241         (CMD_MoveToPage):
17242         (CMD_MoveToScreen):
17243         (handle_stick):
17244         added new command MoveToScreen
17246 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17248         * libs/fvwmrect.c:
17249         * libs/fvwmrect.h:
17250         new library files
17252         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17253         fixed parsing of negative geometries
17254         (XineramaSupportParseGeometryWithScreen):
17255         made global
17256         (XineramaSupportGetNumberedScreenRect):
17257         new function
17259         * sample.fvwmrc/system.fvwm2rc:
17260         * sample.fvwmrc/new-features:
17261         * sample.fvwmrc/system.fvwm2rc-sample-95:
17262         * sample.fvwmrc/system.fvwm2rc-sample-2:
17263         * sample.fvwmrc/system.fvwm2rc-sample-1:
17264         * fvwm/fvwm2.1:
17265         updated for new condition
17267         * fvwm/conditional.c (CreateConditionMask):
17268         (MatchesConditionMask):
17269         * fvwm/fvwm.h (WindowConditionMask):
17270         implemented new condition AcceptsFocus to cope with applications like
17271         xclock that have circulatehit but don't take focus
17273 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17275         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17276         handle Xinerama screens
17278         * fvwm/style.c (CMD_Style):
17279         * fvwm/menus.c (get_menu_options):
17280         cope with Xinerama like geometries with screen info
17282         * fvwm/virtual.c (CMD_XineramaEnable):
17283         XineramaEnable optionally takes the number of the primary screen as its
17284         argument
17286         * fvwm/events.c (GetContext):
17287         reindented code
17289         * fvwm/virtual.c (HandlePaging):
17290         * fvwm/events.c (HandleButtonPress):
17291         * fvwm/events.h (XEVMASK_PANFW):
17292         fixed button and key event handling over pan frames; fixes bug #752
17294         * fvwm/menus.c (get_menu_options):
17295         fixed Xinerama placement of menus without options
17297 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17299         * NEWS:
17300         * fvwm/borders.c:
17301         * fvwm/builtins.c:
17302         * fvwm/fvwm.c:
17303         * fvwm/screen.h:
17304         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17305         In addition to the existing: @0 is shadow color, @1 is hilight color.
17307         * fvwm/fvwm2.1:
17308         Added the formal description of Vector that was absent.
17310 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17312         * fvwm/fvwm2.1:
17313         some man page corrections
17315 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17317         * fvwm/move_resize.c (handle_stick):
17318         also redraw buttons when a window becomes sticky/slippery to make sure
17319         that MWMDecorStick buttons are updated too; fixes bug #749
17321 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17323         * NEWS:
17324         documented previous changes
17326         * configure.in:
17327         improved output spacing
17329         * fvwm/fvwm2.1:
17330         minor typo
17332 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17334         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17335         * fvwm/modconf.c (send_xinerama_state):
17336         * fvwm/module_interface.c (broadcast_xinerama_state):
17337         * libs/defaults.h:
17338         revised module support for Xinerama
17340         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17341         (XineramaSupportParseGeometry):
17342         (XineramaSupportGetGeometry):
17343         make interface compatible with XineramaSupportParseGeometry().
17344         (XineramaSupportGetPrimaryScreen):
17345         new function
17347         * fvwm/stack.c (raise_over_unmanaged):
17348         fixed restacking of windows with RaiseOverUnmanaged - windows were
17349         raised in reverse order so that the top window became the bottom
17350         window of the ones that were raised
17351         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17352         these are invisible
17354 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17356         * sample.fvwmrc/system.fvwm2rc-sample-95:
17357         fixed syntax of BugOpts command
17359         * fvwm/ConfigFvwmDefaults:
17360         resize window when clicking on the sides of the window by default
17361         instead of moving it
17363         * fvwm/events.c (HandleEnterNotify):
17364         do not delete MouseFocus when pointer moves from one particular sub
17365         window of a frame to another one.  Helps with xv/xmms vs unclutter
17366         interaction and also with MouseFocus vs. Open Look applications
17368         * fvwm/move_resize.c (DoSnapAttract):
17369         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17370         fixed snapping to Xinerama screen edges
17371         (XineramaSupportIsEnabled):
17372         return False is the X server provides only a single screen
17374         * fvwm/fvwm2.1:
17375         Added descriptions of conditions CurrentDesk, CurrentPage,
17376         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17377         CurrentGlobalPageAnyDesk
17379         * fvwm/fvwm.h (rectangle):
17380         (position):
17381         typedefs moved to libs/fvwmlib.h
17383         * fvwm/conditional.c (MatchesConditionMask):
17384         * fvwm/fvwm.h (WindowConditionMask):
17385         * fvwm/conditional.c:
17386         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17387         for Xinerama support
17389         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17390         (send_xinerama_state):
17391         * fvwm/module_interface.c (broadcast_xinerama_state):
17392         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17393         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17394         communicate xinerama state at module startup
17396 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17398         * libs/XineramaSupport.c:
17399         next Xinerama patch
17401 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17403         * fvwm/move_resize.c (moveLoop):
17404         windows were lost off screen w/ non opaque interactive move when motion
17405         was aborted with Escape on a different page that it was started
17407         * fvwm/move_resize.c (position_geometry_window):
17408         (DisplayPosition):
17409         (DisplaySize):
17410         (InteractiveMove):
17411         (CMD_Resize):
17412         (moveLoop):
17413         (CMD_Resize):
17414         (DoResize):
17415         * libs/XineramaSupport.c (GetMouseXY):
17416         (XineramaSupportCenterCurrent):
17417         (XineramaSupportGetCurrent00):
17418         (XineramaSupportGetCurrentScrRect):
17419         allow to pass in an event with the pointer position
17420         minimize number of XQueryPointer calls in interactive move/resize
17422         * libs/defaults.h:
17423         * fvwm/move_resize.c (resize_geometry_window):
17424         (DisplayPosition):
17425         (DisplaySize):
17426         border width of geometry window moved to defaults.h
17427         moved strings for size window formatting to defaults.h
17428         reworked calculations of geometry window dimensions
17430         * fvwm/move_resize.c (resize_geometry_window):
17431         (position_geometry_window):
17432         (DisplaySize):
17433         (InteractiveMove):
17434         (CMD_Resize):
17435         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17436         * fvwm/fvwm.c (main):
17437         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17438         resize_geometry_window and position_geometry_window
17440         * fvwm/fvwm.c (main):
17441         fixed resizing geometry window before creating it
17443         * fvwm/move_resize.c (switch_move_resize_grid):
17444         (MoveOutline):
17445         * fvwm/virtual.c (HandlePaging):
17446         renamed MoveOutline to draw_move_resize_grid and made static
17447         new function switch_move_resize_grid for external calls
17448         delete grid before moving the geometry window to get rid of arifacts of
17449         the grid
17451 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17453         * libs/XineramaSupport.c (XineramaSupportInit):
17454         make the blank area in Xinerama emulation usable again
17456 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17458         * fvwm/menus.c (update_menu):
17459         (pop_menu_up):
17460         (make_menu):
17461         (calculate_item_sizes):
17462         (size_menu_horizontally):
17463         (size_menu_vertically):
17464         menus are resized to fit their Xinerama screen every time they are
17465         popped up and the screen size has changed
17467 2001-07-23  olicha  <olivier.chapuis@free.fr>
17469         * libs/XineramaSupport.c (XineramaSupportInit):
17470         Draw the xinerama simulation screens with orr windows
17472 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17474         * fvwm/windowlist.c (CMD_WindowList):
17475         fixed windowlist placement w/ Xinerama
17477 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17479         * fvwm/menus.c (pop_menu_up):
17480         fixed calculations that force a menu on screen w/ Xinerama
17482         * fvwm/move_resize.c (DoSnapAttract):
17483         removed some code that slipped in with xinerama patch and broke
17484         vertical SnapAttraction
17486         * fvwm/virtual.c (CMD_EdgeResistance):
17487         removed debug code
17489         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17490         take reference position src_x/src_y to determine screen
17492         * fvwm/windowlist.c (CMD_WindowList):
17493         * fvwm/menus.c (get_menu_options):
17494         (get_popup_options):
17495         (MenuInteraction):
17496         (pop_menu_up):
17497         handle Xinerama screens for positioning menus w/ posthints
17499         * fvwm/menus.c (get_menu_options):
17500         renamed function
17501         fix for icon/window context rectangle when window is in wrong state
17503 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17505         * configure.in:
17506         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17507         compiled in; fixed linking by adding -lXinerama; small corrections
17509 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17511         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17513 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17515         * libs/XineramaSupport.c (XineramaSupportInit):
17516         added xinerama emulation for developers
17518         * fvwm/virtual.c (CMD_XineramaEnable):
17519         (CMD_XineramaDisable):
17520         * fvwm/module_interface.c (BroadcastConfigInfoString):
17521         added function to communicate Xinerama on/off to modules
17523         * fvwm/module_interface.c:
17524         include time.h to fix warning
17525         * libs/XineramaSupport.c:
17526         * fvwm/fvwm.c (setVersionInfo):
17527         * fvwm/Makefile.am:
17528         * configure.in:
17529         * acconfig.h:
17530         cleanded up xinerama detection
17531         added shape detection
17533 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17535         * fvwm/fvwm2.1:
17536         Added Xinerama introduction
17538         * fvwm/fvwm.c (setVersionInfo):
17539         print xinerama support
17541         * fvwm/conditional.c (CreateConditionMask):
17542         added CirculateHitShaded option for conditional commands that was
17543         described in the man page but not implemented
17545         * fvwm/fvwm.h (WindowConditionMask):
17546         removed unused flags
17548         * fvwm/conditional.c (MatchesConditionMask):
17549         fixed CirculateHitIcon option in conditional commands
17551         * fvwm/fvwm2.1:
17552         reformatted man page source to improve readability
17553         fixed some source formatting bugs
17555         * libs/XineramaSupport.c (GetMouseXY):
17556         don't poll the pointer if there is only one screen or if xinerama is
17557         turned off
17559         * fvwm/fvwm2.1:
17560         * fvwm/fvwm.c (main):
17561         removed -noxinerama option
17563         * fvwm/fvwm.c (main):
17564         size window is positioned and sized in move_resize.c
17566         * libs/XineramaSupport.c:
17567         reindented file
17569         * configure.in:
17570         print Xinerama support in configure summary
17572         * **/*:
17573         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17575 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17577         * acconfig.h:
17578         * acinclude.m4:
17579         * configure.in:
17580         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17581         define missing macros needed for old AIX keysymdef and old stroke.h
17583         * fvwm/bindings.c:
17584         * fvwm/menus.c:
17585         remove the previous compilation fixes, now handled by configure
17587 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17589         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17591 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17593         * bindings.c:
17594         use libstroke-0.5 constant names while still supporting 0.3/0.4
17596         * menus.c:
17597         compiling fix for old AIX, which does not define XK_Page_Up/Down
17599         * module_interface.c:
17600         minor compiling fix for some proprietary preprocessors
17602 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17604         * fvwm/fvwm2.1:
17605         use more compatible and structured syntax in SYNOPSIS
17607 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17609         * acinclude.m4:
17610         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17611         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17612         imlib-config.
17614 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17616         * configure.in:
17617         changed version to 2.4.1
17619         * acinclude.m4:
17620         small fix that should solve the problem with running autoconf
17621         (autoreconf is ok) from autoconf-2.50;
17622         applied a patch that adds gtk include dirs to gnome include dirs
17624 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17626         * NEWS, configure.in:
17627         changed version to 2.4.0.1
17629         * *: fvwm 2.4 has been released :-))