src/clfswm-configuration.lisp (create-configuration-menu): Change the config system...
[clfswm.git] / ChangeLog
blob5927e3a38ce42e5a45d7640996c917bf804f3ba2
1 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
3         * src/clfswm-configuration.lisp (create-configuration-menu):
4         Change the config system with a more lispy one and a less string
5         based one: (defconfig name value group doc).
8 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
10         * src/clfswm-internal.lisp (show-all-children): Simplify the
11         selection method.
12         (show-child): Display an unmanaged window whe  it's the current
13         child.
14         (show-all-children): add the ability to display all child from
15         *root-frame* and hide all those who are not in *current-root*.
16         -> remove hide-all-children when needed.
18         * src/xlib-util.lisp (move-window,resize-window): Add a
19         *color-move-window* border when moving or resizing a window.
21 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
23         * src/clfswm-internal.lisp (show-all-children): Perform only one
24         recusion on the clfswm tree: calculate geometry and place child in
25         one pass.
27 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
29         * src/clfswm-internal.lisp (show-all-children): Rethink of display
30         child order to prevent very annoying flickering.
32 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
34         * src/clfswm-util.lisp (query-yes-or-no): New function.
36         * src/clfswm-configuration.lisp (reset-all-config-variables): New
37         function and menu entry.
38         (query-conf-value): Add the ability to leave the field blank to
39         reset the variable to its default value.
41 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
43         * src/clfswm-configuration.lisp
44         (add-all-configuration-default-value): Add a default value to
45         configurable variables.
47 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
49         * src/clfswm.lisp (main-unprotected): Create the configuration
50         menu only once at startup.
52 2011-02-22  Desmond O. Chang <dochang@gmail.com>
54         * contrib/amixer.lisp: Add a volume mode inspired by the emms
55         volume package. Alsa mixer interface.
57         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
58         volume package.
60 2011-02-22 Desmond O. Chang <dochang@gmail.com>
62         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
63         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
64         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
65         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
67 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
69         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
70         the notify window, the virtual keyboard and the clfswm terminal by
71         default.
73 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
75         * src/clfswm.lisp (main-unprotected): Destroy the notify window
76         before closing the display. This fix a bug when resetting/reloading
77         clfswm.
79 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
81         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
82         (raise-window-fun, raise-and-focus-window-fun): New functions.
84         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
85         urxvt.
86         (*never-managed-window-list*): Structure change to be more
87         flexible. Let the choice to focus, raise and do nothing on never
88         managed windows.
90 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
92         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
93         care of never managed windows to move or resize them if the raise
94         parameter is true.
96         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
97         functions.
99 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
101         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
102         following request in *never-managed-window-list*.
104 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
106         * *: **** Release 1102 ****
108 2011-02-05  Desmond O. Chang <dochang@gmail.com>
110         * src/keysyms.lisp: Add extended keysyms from stumpwm.
112 2011-02-01  Desmond O. Chang <dochang@gmail.com>
114         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
115         Desmond O. Chang).
117         * src/clfswm-internal.lisp (with-all-*): add a nil block.
119 2011-01-28  Desmond O. Chang <dochang@gmail.com>
121         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
122         be $HOME/.config by default.
124 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
126         * contrib/osd.lisp (display-doc): Add another method where a
127         CLFSWM native window is used to display the key documentation.
129 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
131         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
132         main mode state.
134 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
136         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
137         mode leave function only when the generic mode was ended.
139 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
141         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
142         *second-mode-program* anymore.
144 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
146         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
147         variable bound to a function executed (when not null) on second
148         mode leaving.
150 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
152         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
153         hidden windows.
155 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
157         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
158         Do not display the accel window for unmanaged windows.
160 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
162         * src/clfswm-internal.lisp (set-current-root): Handle
163         window-parent in set-current-root.
165         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
166         focus the parent child when the current root is a window.
168 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
170         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
171         New function an bindings.
173         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
174         blanks if needed.
176 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
178         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
179         function to let the user choose to keep child position with
180         tile layout.
182         * src/clfswm-internal.lisp (remove-frame-data-slot): New
183         function.
185 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
187         * src/clfswm-internal.lisp (frame-select-next-child)
188         (frame-select-previous-child): New functions and bindings. Select
189         the next/previous child in the current frame.
191 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
193         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
194         completion in query-mode.
196 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
198         * src/clfswm-query.lisp (query-print-string): Handle long lines
199         correctly.
201 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
203         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
204         all characters are printable.
206 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
208         * contrib/server/server.lisp: Load clfswm client code in the main
209         program and let the user start it with a --client command line
210         option.
212         * src/package.lisp (*main-entrance-hook*): New hook executed after
213         loading configuration file and before opening the display.
215 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
217         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
219         * src/clfswm-internal.lisp (show-child): Show window only if not
220         hidden.
222         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
223         change modifiers after binding definition.
225 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
227         * contrib/osd.lisp: New file: OSD (On Screen Display) for
228         presentations.
230         * src/clfswm-menu.lisp (open-menu): Modularise function.
232 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
234         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
235         key binding in main and second mode.
237 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
239         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
240         functions to a more generic Notify-window system.
242         * src/tools.lisp (add-timer): Add an id to identify the timer.
244 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
246         * src/tools.lisp (erase-timer): New function.
248         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
249         the hello window. Add Configuration variables.
251 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
253         * src/clfswm-util.lisp (): Add an Hello window at startup.
255         * src/tools.lisp (process-timers): Add a timer system.
257 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
259         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
260         the mod-5 modifier.
262 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
264         * src/clfswm-query.lisp (query-print-string): Change cursor color
265         and show parenthesis matching with colors (on match and on
266         errors).
268 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
270         * src/clfswm-internal.lisp (show-all-children): Do not raise a
271         child when its parent is hidden.
273 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
275         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
276         possibility to circulate over subchild of the current child.
278         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
279         (expose-windows-generic): Add an escape-body function to return to
280         the original state on escape key.
282         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
283         to bind the current child from the configuration file.
285 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
287         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
288         window hook: the frame absorb all new windows that match
289         nw-absorb-test frame data slot.
291 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
293         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
294         title in accel window.
296 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
298         * configure: Use the Xavier Maillard clfswm script in contrib to
299         build an executable in the standard way.
301 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
303         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
304         New functions. Add a window on each child in the expose mode to
305         quickly select them.
307         * src/clfswm-internal.lisp (child-x, child-y, child-width)
308         (child-height): New methods to get real child coordinates.
310 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
312         * src/clfswm-layout.lisp (*-layout): Use child-position.
314         * src/clfswm-internal.lisp (child-position): New function.
316         * src/clfswm-expose-mode.lisp (expose-windows-mode)
317         (expose-all-windows-mode): Use a generic mode.
319         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
320         with handle-event-fun symbols instead of inspecting clfswm
321         internals symbols on each mode change.
323         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
324         a separate clfswm-expose-mode.lisp file.
326         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
327         screen size instead of hardcoded test coordinates.
329 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
331         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
332         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
333         (speed-mouse-undo, speed-mouse-first-history): New functions to
334         quickly move the mouse. Implemented for the second mode.
336 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
338         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
339         write permission on $clfswm_asd_path. So anybody can start clfswm
340         even if there is no write permission on the source directory.
342 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
344         * contrib/clfswm: Add support to cmucl, ccl and ecl.
346 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
348         * src/clfswm-util.lisp (set-hide-unmanaged-window)
349         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
350         New functions and menu entry.
351         (set-globally-hide-unmanaged-window)
352         (set-globally-show-unmanaged-window): New functions and menu
353         entry.
355         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
356         function.
357         (show-child): Add a data slot on frame to hide or not unmanaged
358         windows.
360         * src/clfswm-corner.lisp (present-clfswm-terminal)
361         (present-virtual-keyboard): Use a function (generic-present-body)
362         instead of a macro (generate-present-body).
364         * src/clfswm-util.lisp (update-menus): List all directories and
365         subdirectories in $XDG_DATA_DIRS/applications.
367 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
369         * src/clfswm-corner.lisp (generate-present-body): New macro.
370         (present-clfswm-terminal, present-virtual-keyboard): Use
371         generate-present-body.
373 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
375         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
376         instead of the non-portable Debian update-menu.
378 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
380         * src/clfswm.lisp (error-handler): New function do handle
381         asynchronous errors and ignore them.
382         (open-display): Install the new error-handler on display.
384 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
386         * src/xlib-util.lisp (with-xlib-protect): Add a
387         with-simple-restart on top of body execution.
389 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
391         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
392         with-xlib-protect.
394         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
395         handle-event. Add a with-simple-restart to prevent a
396         clisp/new-lisp infinite loop.
398 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
400         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
401         clfswm terminal working even on xterm title changes.
403 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
405         * src/clfswm-util.lisp (run-other-window-manager): Update for
406         clisp compatibility.
408         * src/tools.lisp (do-execute): New parameter io to change the
409         input/output method.
411         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
412         the current root.
414         * src/clfswm-internal.lisp (child-member): New predicate.
415         (child-remove): New function.
417         * src/*.lisp: Use child-member and child-remove everywhere it's
418         needed.
420 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
422         * src/clfswm.lisp (main-loop): Ensure that all events have been
423         processed after a process-event.
425         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
427 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
429         * src/clfswm.lisp (main-mode:configure-request): Raise the window
430         only when present on the current child and focus it accordingly.
432 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
434         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
435         Use is-a-key-pressed-p.
437         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
439         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
440         returned by xlib:keysym->keycodes.
442         * src/*.lisp: Use the new child-equal-p to compare children. This
443         prevent a bug with sbcl/cmucl when the standard equal function
444         does not work with xlib:window.
446         * src/clfswm-internal.lisp (child-equal-p): New predicate.
448 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
450         * src/clfswm-generic-mode.lisp (generic-mode): Use an
451         xlib:event-listen before processing event with
452         xlib:process-event. This prevent a bug with CLX threaded
453         implementation like sbcl.
455         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
456         processing event with xlib:process-event. This prevent a bug with
457         CLX threaded implementation like sbcl.
459 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
461         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
463         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
464         of an event-case.
466         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
467         (find-parent-frame, find-frame-window, find-frame-by-name)
468         (find-frame-by-number): Use with-find-in-all-frames to search in
469         frames in the right order.
471         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
472         unwanted flickering with unmanaged windows.
474 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
476         * src/package.lisp: Remove event handler hooks as they're not
477         needed anymore (To replace them: use closure and define-handler).
479         * src/xlib-util.lisp (move-window, resize-window)
480         (wait-mouse-button-release): Use a generic mode.
482         * src/*.lisp: Replace the case to handle event with a more (tricky)
483         lispy  method which bind a function to each keywords associated
484         to graphics events.
486 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
488         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
489         menu entry between delete-current-child and remove-current-child.
490         ie: Delete a child and its children in all frames by default.
492 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
494         * src/package.lisp: Add a placement configuration group.
496         * src/binding*.lisp: Bind control+g to escape the current action
497         like emacs.
499         * src/clfswm-internal.lisp
500         (delete-child-and-children-in-all-frames): New function and
501         binding: Second mode - Control+Delete delete the current child and
502         its children in all frames (ie: close the current child and its
503         children).
505 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
507         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
508         the frame window and the frame gc. Close a very annoying bug when
509         cuting/pasting a frame or moving a child over frames with the
510         mouse.
512         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
513         all children in *current-root* after moving/resizing a frame.
515 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
517         * src/clfswm-util.lisp (delete-focus-window)
518         (destroy-focus-window): Remove child in parent frame before
519         stopping it.
521 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
523         * src/clfswm-util.lisp (identify-key): Add a timeout in
524         xlib:process-event.
525         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
526         of the window passed by xlib:process-event.
528         * src/xlib-util.lisp (move-window, resize-window)
529         (wait-mouse-button-release): Add a timeout in xlib:process-event.
531 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
533         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
534         to launch an other window manager and to return to clfswm.
536 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
538         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
539         to 1%.
541 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
543         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
544         loop timeout.
546         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
547         parameter and a loop timeout.
549 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
551         * src/clfswm.lisp (main): Add an alternate configuration filename
552         parameter.
554         * load.lisp: Add a debuging code example.
556 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
558         * src/clfswm-configuration.lisp (create-configuration-menu): New
559         menu to configure all clfswm variables while clfswm is running.
561 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
563         * src/clfswm-util.lisp (save-configuration-variables): New
564         function to save all configuration variables in clfswmrc.
566 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
568         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
569         info mode.
570         (set-default-info-keys): Add cursor key support in info mode.
572 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
574         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
575         contrib.
577         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
578         prevent reading the configuration file (this may be useful to
579         produce the original documentation without user modifications
580         with the rc configuration file).
582 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
584         * src/bindings-second-mode.lisp (set-default-second-keys):
585         Simplification of Escape key to close/kill/remove the focus window
586         and unhide all windows.
588         * src/bindings.lisp (set-default-main-keys): Simplification of
589         Escape key to close/kill/remove the focus window and unhide all
590         windows.
592         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
593         focus and unhide all windows capabilities.
595 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
597         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
599 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
601         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
602         Keep child order and don't make unnecessary child movement.
603         (one-column-layout, one-line-layout): New layouts.
605 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
607         * *: **** Release 0906 ****
609         * contrib/cd-player.lisp: New file to handle the CD player.
611         * contrib/xmms.lisp: New file to handle the xmms player.
613 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
615         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
616         Maximize windows in there frame - Leave frames to there actual
617         size.
619         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
620         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
622 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
624         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
626 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
628         * contrib/mpd.lisp: Use a standard menu.
630         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
632 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
634         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
636 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
638         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
639         number key cleanup.
641 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
643         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
644         (again).
646         * src/clfswm-placement.lisp (*-child-placement): One pixel
647         adjustment (again).
649 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
651         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
652         Ensure that all characters are printable.
654         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
655         sizes.
657         * src/clfswm-placement.lisp (*-child-placement): Adjust
658         coordinates to one pixel in the current child.
660 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
662         * src/clfswm-query.lisp (query-enter-function): Assign font before
663         width and height calculation.
665 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
667         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
668         bannish the pointer in an arbitrary place.
670         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
671         place the info window in an arbitrary place.
673         * src/clfswm-query.lisp (query-enter-function): Use with-placement
674         macro to place the query window in an arbitrary place.
676         * src/clfswm-placement.lisp: New file. Allow to place info windows
677         or query windows on an arbitrary place. Allow to bannish the
678         pointer on an arbitrary place.
680 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
682         * src/clfswm-circulate-mode.lisp (reorder-child)
683         (reorder-brother): Unfocus windows before reordering children or
684         brothers.
686 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
688         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
689         the parent is a frame.
691         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
692         motion with a default modifier.
694         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
695         default modifier.
697         * src/clfswm-info.lisp (info-mode): Handle motion with a default
698         modifier.
699         (info-mode): Optimization in loop function.
701 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
703         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
704         root-frame correctly.
706         * clfswm.asd: Dependency fix for clfswm-generic-mode.
708         * src/clfswm-circulate-mode.lisp (reorder-child)
709         (reorder-brother): Handle empty frames.
710         (reorder-brother): Redisplay only the parent frame of the  current
711         child.
713         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
714         parent frame of the  current frame.
716 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
718         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
719         Maximize/Unmaximize the current frame in its parent frame.
721         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
722         windows and frames in there parent frame.
724 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
726         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
728         * src/clfswm-circulate-mode.lisp (reorder-child)
729         (reorder-brother): Reinitialise on circulate type change
730         child to brother or brother to child.
732         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
733         calls xlib:display-finish-output on each map-request. So speed up
734         the window display.
736         * src/xlib-util.lisp (map-window): New function. Call
737         xlib:display-finish-output on each map request.
739 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
741         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
742         Optimisation when drawing second mode window.
744 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
746         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
747         window redraw.
749 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
751         * src/clfswm-util.lisp (run-program-from-query-string): Launch
752         command only with a return validation.
754 2009-04-22  Xavier Maillard  <xma@gnu.org>
756         * src/clfswm-query.lisp (query-string): Use a generic mode.
758 2009-04-19  Xavier Maillard  <xma@gnu.org>
760         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
762 2009-04-18  Xavier Maillard  <xma@gnu.org>
764         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
765         to define all other modes.
767 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
769         * src/package.lisp (): Use *default-font-string* for all
770         font-string.
772         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
774 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
776         * src/xlib-util.lisp (null-size-window-p): Better check of null
777         sized windows.
779 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
781         * src/clfswm.lisp (handle-map-request): Add a fix to manage
782         correctly fullscreen windows (SDL particularly).
784 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
786         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
787         a segfault with clisp/new-clx.
789         * src/clfswm.lisp (handle-motion-notify): Add a needed window
790         argument.
792         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
793         needed window argument.
795 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
797         * src/xlib-util.lisp (wait-no-key-or-button-press)
798         (wait-a-key-or-button-press): Check buttons press/release correctly"
800 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
802         * src/menu-def.lisp: Add children navigation menu in the movement
803         menu (select next/previous child/brother/level).
805 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
807         *  *: Rename 'sister' frame to 'brother' frame.
809         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
810         alias in a real modifier.
812         * src/package.lisp (*modifier-alias*): New list of modifier alias
813         For example: :alt is :mod-1, :numlock is :mod-2...
815         * src/tools.lisp (remove-hook): New function.
817         * src/clfswm-keys.lisp (with-capslock, without-capslock)
818         (with-numlock, without-cnumlock): New functions.
820 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
822         * src/clfswm-info.lisp: Use the *binding-hook* to create info
823         keys and mouse bindings.
825         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
826         second keys and mouse bindings.
828         * src/bindings.lisp: Use the *binding-hook* to create main keys
829         and mouse bindings.
831 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
833         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
834         menu opening.
836 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
838         * src/menu-def.lisp: Use a menu instead of a function for the
839         standard menu.
841 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
843         * src/clfswm-util.lisp (show-standard-menu): Display the standard
844         menu from the 'update-menus' command.
846 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
848         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
849         it's already grabbed.
851         * src/clfswm-internal.lisp (display-frame-info): Use configurable
852         colors and fix a bug with background.
853         (display-frame-info): Set window background when displaying info.
855 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
857         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
858         warning with clisp/new-clx.
860 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
862         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
863         deleted child.
865 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
867         * *: **** Release 0809 ****
869 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
871         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
872         entry.
873         (ensure-unique-number): New function and menu entry.
875 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
877         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
878         hook: open the next window in a named frame.
879         (numbered-frame-nw-hook): New new window hook: open the next
880         window in a numbered frame.
882         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
883         cases. So query-string can be called even in the main mode.
885         * src/clfswm-internal.lisp (show-all-children): Do not raise a
886         child by default => far less flickering.
888 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
890         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
892         * src/menu-def.lisp: Change key binding for the CLFSWM menu
893         entry.
895         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
896         is nil. (workaround on some CLX implementation).
898 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
900         * src/menu-def.lisp: Add a menu to set a focus policy for all
901         frames.
903         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
904         (all-frames-set-*-focus-policy): Set a focus policy for all
905         frames.
907         * src/clfswm.lisp (handle-enter-notify): sloppy-select
908         mode. Select a child and its parents on mouse over.
910 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
912         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
913         policy -> Sloppy focus only for windows in the current frame.
914         (main-unprotected): Exit clfswm on init error (ie: when another
915         window manager is running).
917         * src/clfswm-util.lisp (reset-clfswm): New function.
919 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
921         * src/clfswm-menu.lisp (init-menu): New function.
923         * src/clfswm-util.lisp (reload-clfswm): New function to reload
924         CLFSWM.
925         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
927         * src/clfswm.lisp (main, main-unprotected): Handle error in a
928         superior main function. Now CLFSWM can't break the X session. It
929         just reinitialize the display and run a new main loop.
931         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
932         *vt-keyboard-on* global to avoid warnings when loading clfswm.
934         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
935         (help-on-gimp-layout): Describe how to use the GIMP layout.
937 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
939         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
940         main-window-right-layout. Change the keybinding for (shift)alt+tab
941         to not select windows in the main window lisst.
942         Bind F8 to add a window in the main window list.
943         Bind F9 to remove a window in the main window list.
944         Change the focus policy to :sloppy.
945         (set-previous-layout): Restore the previous layout, keybinding and
946         focus policy.
948 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
950         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
952         * src/clfswm-layout.lisp (main-window-left-layout)
953         (main-window-bottom-layout, main-window-top-layout): New
954         functions.
955         Factorize layouts in menu.
957 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
959         * src/clfswm-layout.lisp (main-window-right-layout): A possible
960         GIMP layout: one or more main windows on one side of the
961         frame. Others on the other size.
963         * src/clfswm-util.lisp
964         (current-frame-set-click/sloppy-focus-policy): Each frame can have
965         a different focus policy (one of :click or :sloppy).
966         The default focus policy is set with *default-focus-policy*.
968 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
970         * src/clfswm-info.lisp (show-config-variable): New function.
972 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
974         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
976         * src/clfswm-info.lisp: Colored help for key binding and corners
977         actions.
979 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
981         * src/clfswm-util.lisp (delete-focus-window)
982         (destroy-focus-window): Remove chid only in
983         handle-unmap/destroy-notify. Focus *current-root* only when
984         closing/killing the current child.
986         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
987         functions or corners.
989 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
991         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
992         action: Hide/Unhide a terminal on mouse corner action. (By default
993         right mouse button on the top left corner).
995         * src/config.lisp (*never-managed-window-list*): New config
996         variable.
998         * src/clfswm-internal.lisp (never-managed-window-p): New function:
999         Handle never managed window in a more simple way.
1001         * src/clfswm-corner.lisp: New file and new and more simple method
1002         to define corners actions.
1004 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1006         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1008         * src/clfswm-layout.lisp (fast-layout-switch)
1009         (define-fast-layout-switch): New functions: Switch between two
1010         layouts.
1012         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1013         really in the second mode. So leave-second-mode can be used even
1014         in the main mode.
1016         * src/clfswm-util.lisp (switch-to-last-child): New function:
1017         Store the current child and switch to the previous one.
1019 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1021         * src/clfswm-util.lisp (display-current-window-info): Display the
1022         window id.
1023         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1024         (top right by default). By default 'xvkbd' is used.
1026 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1028         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1029         events.
1031         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1033         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1034         motion events.
1036         * src/clfswm-info.lisp (info-mode): Compress motion events.
1038 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1040         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1041         and selection first and then show only necessary children.
1042         (show-child): remove unneeded display-p parameter.
1044         * src/config.lisp (get-fullscreen-size): Place the frame border
1045         outside the screen (this prevent the loose of 2 pixels per
1046         directions :)
1048 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1050         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1051         raise only the selected child.
1053 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1055         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1056         Raise only viewable children.
1058 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1060         * src/clfswm-internal.lisp (show-all-children): Always raise all
1061         displayed children. Remove all references to raise-p.
1063 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1065         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1066         child in its frame.
1068         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1069         second mode binding on raise/lower child in its frame.
1071         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1072         behaviour to the new raise/lower property.
1073         Call clear-nw-hook before the rest of the hook.
1075         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1076         (mouse-click-to-focus-and-resize-window): Stop button event. This
1077         prevent a keyboard/pointer freeze.
1079 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1081         * src/clfswm-internal.lisp (frame-lower-child)
1082         (frame-raise-child): New functions to raise/lower a child in its
1083         frame.
1085         * src/clfswm-util.lisp (have-to-present-windows)
1086         (have-to-present-all-windows): New functions to have an MaxOS
1087         expose like on mouse click in screen corner.
1089         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1091 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1093         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1094         child from a choice in all frames with hidden children.
1096         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1098 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1100         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1101         (unhide-all-children): New functions.
1103         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1104         functions.
1106         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1107         menu item.
1109 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1111         * src/clfswm-util.lisp (rename-current-child): Do not display the
1112         frame info for a window.
1114 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1116         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1117         frame window for the removed child and its children.
1119 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1121         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1122         autodoc functions.
1124 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1126         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1127         the ROX pinboard (ie: leave it lowered in the root window as
1128         expected).
1130         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1131         (tile-left-layout, tile-right-layout, tile-top-layout)
1132         (tile-bottom-layout): Use all the frame space when there is only
1133         one child.
1135         * src/clfswm-internal.lisp (place-window-from-hints): Center
1136         unmanaged windows in the root screen.
1138         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1139         new functions.
1141 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1143         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1144         typo in managed types.
1146         * src/clfswm-internal.lisp (show-child): Always display frame info
1147         even if the frame is hidden.
1149         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1150         resize windows.
1152 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1154         * src/clfswm-util.lisp (with-movement): Display frame info for all
1155         frames in current root.
1157 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1159         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1161         * src/bindings-second-mode.lisp (define-second-key #\a): New
1162         binding on 'add-default-frame'.
1164         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1165         message to follow the autodocumentation process.
1167 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1169         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1170         "Space" to jump to a child. "B" to bind a slot on the current
1171         child.
1173         * src/bindings-second-mode.lisp: Use "Tab" instead of
1174         "Iso_Left_Tab".
1176 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1178         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1179         unmanaged (hidden) windows.
1181         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1182         minimal size for windows.
1183         (with-all-windows-frames-and-parent): New function.
1185         * src/config.lisp (*default-window-width/height*): New parameters.
1187         * src/clfswm-internal.lisp (place-window-from-hints): Center
1188         windows in the screen instead of in there frame.
1190         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1191         binding on C-t.
1193         * src/clfswm-layout.lisp (register-layout): Intern the once name
1194         in the right package.
1196 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1198         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1200 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1202         * src/clfswm-internal.lisp (set-current-child)
1203         (adapt-child-to-parent, show-child, hide-child): Handle the case
1204         where child is not a frame or a window.
1206         * src/clfswm-util.lisp
1207         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1208         Check if child is a frame.
1210         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1211         where frame is null.
1212         (place-frame): Check if frame and parent are frames.
1214         * src/clfswm-info.lisp (info-mode): display all frame info before
1215         leaving.
1217         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1218         info before leaving.
1220         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1222 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1224         * src/tools.lisp (getenv): Implemented for ECL.
1225         (urun-prog): Implemented for ECL.
1227         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1228         display text.
1230         * src/clfswm-query.lisp (query-string): Use a double buffer to
1231         display text.
1233         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1234         display text.
1236         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1237         New functions.
1239 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1241         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1243         * src/menu-def.lisp: New file: move all menu definition in
1244         menu-def.lisp.
1246         * src/clfswm-layout.lisp (register-layout): Use a function instead
1247         of a macro.
1249 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1251         * src/clfswm-autodoc.lisp (produce-menu-doc,
1252         (produce-menu-doc-html): New functions.
1253         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1255         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1256         paste a child on one of its own children. (this prevent a
1257         recursive bug).
1258         (move-child-to): Rename move/copy-current-child-by to
1259         move/copy-child-to.
1260         (mouse-move-window-over-frame): New function to move the window
1261         under the mouse cursor to another frame.
1263         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1265 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1267         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1268         windows only when its window parent is the current child.
1270 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1272         * src/clfswm-util.lisp (manage-current-window)
1273         (unmanage-current-window): New functions: Allow to force to manage
1274         or unmanage a window by its parent frame.
1276         * src/bindings-second-mode.lisp (#\o): binded to
1277         set-open-in-new-frame-in-parent-frame-nw-hook and
1278         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1280         * src/clfswm-util.lisp (with-current-window): New macro.
1282         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1283         exposure and enter-window handle event.
1285         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1286         children for the current child after the move/resize.
1288 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1290         * src/xlib-util.lisp (resize-window): Take care of window size
1291         hints.
1293         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1294         move/resize unmanaged windows.
1296         * src/xlib-util.lisp (move-window, resize-window): New functions.
1298 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1300         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1301         user choose what window type the current frame must handle.
1302         (display-current-window-info): New function.
1303         (current-frame-manage-all-window-type)
1304         (current-frame-manage-only-normal-window-type)
1305         (current-frame-manage-no-window-type): New functions.
1307         * src/clfswm-internal.lisp (managed-window-p): New function.
1309         * src/package.lisp (frame): Managed type: new frame
1310         parameter. This allow to choose what window type a frame must
1311         handle.
1313         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1315         * src/clfswm-nw-hooks.lisp
1316         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1318         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1319         function.
1321         * src/tools.lisp (ensure-printable): Return always a string even
1322         with a null string.
1324 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1326         * src/config.lisp (*default-nw-hook*): New variable to change the
1327         default new window hook.
1329 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1331         * clfswm.asd (clfswm): Add a dependency from
1332         clfswm-second-mode.lisp to clfswm.lisp.
1334         * src/clfswm-util.lisp (identify-key): Show the documentation for
1335         the function bound on a key.
1336         (with-movement): Move with-movement,
1337         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1338         to clfswm-util.lisp.
1340         * src/clfswm-menu.lisp: New menu system that let user change keys
1341         or functions associated to keys.
1343 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1345         * src/clfswm-internal.lisp (show-all-children): Display-child is
1346         the first child by default. Solve a bug with father-p.
1348 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1350         * src/clfswm-internal.lisp (add-frame): Add frame return the
1351         created frame.
1352         (show-all-children): Move the size computation outside the
1353         show-child part.
1355         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1356         the current child.
1358         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1359         only the current child.
1361         * src/clfswm-internal.lisp (show-all-children): New display-child
1362         parameter to display only the desired child and its children.
1363         (select-next/previous-child): Only display the current child.
1365 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1367         * src/clfswm.lisp (init-display): Move the default frame creation
1368         on the default init hook.
1370         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1371         the main mode (for example: "1" on an azerty keyboard).
1373 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
1375         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
1376         keysyms. Revert to old grabbing method for the main mode.
1378 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
1380         * src/clfswm.lisp (init-display): Add key handling on no focus
1381         window and on frame windows.
1383 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1385         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
1386         all keys by default and replay just what is needed. No change for
1387         the second mode.
1389         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
1390         (find-key-from-code): Test for shift and not shift presence.
1392 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
1394         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
1395         new key parameter to have less flickering.
1397 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
1399         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
1400         layout only one time and revert to no-layout to freely handle
1401         frames.
1403         * src/clfswm-nw-hooks.lisp
1404         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
1405         with new created window.
1407         * src/clfswm-layout.lisp (register-layout): Now register
1408         automatically a once layout to set the layout only one time and
1409         revert to no-layout to freely handle frames.
1411 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1413         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
1414         nw-hook: Open the next window in the current frame and leave the
1415         focus to the current child.
1417 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
1419         * src/bindings-second-mode.lisp: Add keys definitions to
1420         bind-or-jump in the second mode.
1422         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
1423         macro for bind-or-jump-(1|2|3...).
1425         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
1426         arguments to function. This allow to do things like:
1427         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
1428         are passed to my-function on key press.
1430 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
1432         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
1434 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
1436         * src/clfswm-internal.lisp (child-fullname): New function
1438         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
1439         docstring in info-mode-menu. An item can be
1440         '((key function) (key function)) or with docstring
1441         '((key function "documentation 1") (key function "bla bla") (key function))
1443         * src/tools.lisp (ensure-n-elems): New function.
1445         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
1446         resize a frame or the window's father.
1448         * src/clfswm.lisp (init-display): Remove tile-space-layout by
1449         default on the root frame.
1451         * src/clfswm-util.lisp (move/resize-frame): Add standard event
1452         hooks handlers (map-request, configure-notify...)
1454         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
1455         child size to 1x1.
1457 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1459         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
1460         or the window's father.
1462         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
1463         event only if there is a geometry change.
1464         (mouse-focus-move/resize-generic): Generic function to move or
1465         resize a frame or a window father frame.
1467 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1469         * src/clfswm-internal.lisp (show-all-children): Return t if there
1470         is a geometry change.
1472 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
1474         * src/bindings.lisp (Up/Down): Swap select previous/next level.
1476         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
1478         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
1480         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
1481         (with-all-*): Reverse the child list to manage the first child last (like in
1482         show-all-children).
1484         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
1485         root window only if true.
1487         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
1488         root window only if *create-frame-on-root* is true.
1490         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
1491         on the root window.
1493 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
1495         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
1496         the current child (even if it's a window).
1498 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
1500         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
1501         (mouse-click-to-focus-and-resize): New functions.
1503         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
1504         (*-px->fl): Convert pixel coordinates to float.
1506         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
1508 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
1510         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
1511         first child.
1513         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
1514         and hide-all-children.
1515         (raise-if-needed): New function.
1516         (show-child): Use a first-p parameter to raise windows only when they are
1517         first child.
1519 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
1521         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
1522         -> less flickering.
1524 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
1526         * src/clfswm-info.lisp (keys-from-list): new function.
1528         * src/*: rename 'childs' in 'children'.
1530         * src/*: rename 'group' in 'frame'.
1532 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
1534         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
1536 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
1538         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
1540 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
1542         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
1543         Bind control+o to open the next window in a new group in the root group
1544          (as open in next window in a new workspace in 0801 version).
1546 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
1548         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
1549         window.
1551 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
1553         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
1554         instead of Tab for select-previous-child.
1556 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
1558         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
1559         new functions.
1561 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
1563         * clfswm-util.lisp (identify-key): Display the documentation
1564         associated to keys when identifying a key.
1566 2008-03-10  Xavier Maillard  <xma@gnu.org>
1568         * contrib/clfswm: Complete rewrite of the script. Detect error and
1569         act accordingly. Add command line arguments to configure the
1570         script execution. User can now choose different common lisp
1571         implementation (clisp and sbcl only), choose where to store the
1572         dumped image, where to find clfswm source.
1574 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
1576         * clfswm-internal.lisp (process-new-window): Beginning of new
1577         window hook: each group have a hook to tell what he wants to do
1578         with the new created window.
1580 2008-03-08  Xavier Maillard  <xma@gnu.org>
1582         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
1583         call the resulting executable.
1585         * clfswm.lisp (read-conf-file): Check for the user config file in
1586         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
1587         prefered whenever possible.
1589 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
1591         * clfswm-layout.lisp (*-layout): Add an optional raise-p
1592         parameter in each layout.
1594 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1596         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
1597         root group.
1598         (copy/move-current-child-by-name/number): new functions
1599         (focus-group-by-name/number): new functions
1600         (delete-group-by-name/number): new functions
1602 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1604         * ************************************************************ *
1605         *: Major update - No more reference  to workspaces. The main   *
1606         structure is a tree of groups or application windows.          *
1607         * ************************************************************ *
1609 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
1611         * clfswm.lisp (read-conf-file): Read configuration in
1612         $HOME/.clfswmrc or in /etc/clfswmrc or in
1613         $XDG_CONFIG_HOME/clfswm/clfswmrc.
1614         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
1615         to $HOME/.config/).
1617 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
1619         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
1620         by default.
1622 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
1624         * clfswm-internal.lisp (find-window-group): New function.
1626         * clfswm*: Change to make clfswm run with clisp/new-clx.
1628 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
1630         * clfswm-util.lisp (query-show-paren): Add show parent matching in
1631         query string.
1632         (query-string): Bind control+k to delete end of line.
1634         * clfswm-second-mode.lisp (draw-second-mode-window): Display
1635         the action on mouse motion in second mode.
1637         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
1638         event but do not clear the root window.
1639         (handle-configure-request): Adjust unmanaged window from there
1640         request.
1642         * clfswm-internal.lisp (process-new-window): Adjust new window
1643         with the specified hints (max/min/base width/height).
1645 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
1647         * clfswm.lisp (handle-configure-request): Send an Configuration
1648         Notify event. This solve a bug with xterm and rxvt who takes some
1649         times to be mapped. Now there is no delay.
1651         * bindings-second-mode.lisp (define-shell): Run programs after
1652         living the second mode.
1654 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
1656         * clfswm-internal.lisp (process-new-window): Do not crop transient
1657         window to group size.
1658         (adapt-window-to-group): Do not crop transient window to group
1659         size.
1661         * clfswm.lisp (handle-configure-request): Adapt just the window to
1662         its group and don't take care of the configure request. Remove the
1663         bug with the Gimp outside the group and speed up the window
1664         manipulation.
1665         (handle-exposure): Remove show-all-group on exposure event
1666         -> Speed up.
1668 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
1670         * clfswm-util.lisp (circulate-group-up-copy-window)
1671         (circulate-group-down-copy-window)
1672         (circulate-workspace-up-copy-group)
1673         (circulate-workspace-down-copy-group): Prevent the copy of the
1674         same window in the same workspace.
1676         * bindings-second-mode.lisp (release-copy-selected-window)
1677         (release-copy-selected-group): Prevent the copy of the same window
1678         in the same workspace.
1680         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
1681         (generic-pager-move-window-on-next-line): Remove the copy
1682         property.
1683         (generic-pager-move-group-on-next-workspace)
1684         (generic-pager-move-group-on-previous-workspace): Prevent the copy
1685         of the same window in the same workspace.
1687         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
1688         (mouse-pager-copy-selected-group-release): Prevent the copy of the
1689         same window in the same workspace.
1691         * tools.lisp (setf/=): new macro to set a variable only when
1692         necessary.
1694         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
1695         x, y... only when necessary.
1697 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
1699         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
1700         new function and hook: force windows to stay in its group (solve a
1701         bug with the Gimp).
1703 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
1705         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
1706         less flickering when moving/resizing groups.
1708         * clfswm-internal.lisp (hide-group): new function.
1709         (show-all-group): clear-all: new parameter.
1711 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
1713         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
1714         macro.
1715         * clfswm*: Color change for the pager. Typo or better description
1716         in bindings definitions. Define bindings for a qwerty keyboard by
1717         default. dot-clfswmrc show examples to switch to an azerty
1718         keyboard.
1719         License change to GPL v3.
1720         * config.lisp: new file - group all globals variables in this
1721         file.
1723 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1725         * xlib-util.lisp (hide-window): Remove structure-notivy events
1726         when hidding a window.
1728 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1730         * package.lisp (*sm-property-notify-hook*): Readded
1731         property-notify-hook in second mode.
1733 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1735         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
1737 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1739         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
1740         Tile the current workspace with the current window on one side and
1741         others on the other (this emulate the larswm, dwm, wmii way). See
1742         the default configuration file to enable this mode by default.
1744         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
1745         the pager.
1747 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1749         * clfswm-pager.lisp (pager-draw-window-in-group): Add
1750         ensure-printable to print windows name even with non-ascii
1751         characters.
1753 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
1755         * clfswm-pager.lisp (pager-explode-current-group): Create a new
1756         group for each window in group.
1757         (pager-implode-current-group): Move all windows in workspace to
1758         one group and remove other groups.
1760         * clfswm-pack.lisp (explode-group): Create a new group for each
1761         window in group.
1762         (implode-group): Move all windows in workspace to one group and
1763         remove other groups.
1765         * clfswm-util.lisp (identify-key): Remove local configuration
1766         variables and made them available for configuration from
1767         package.lisp.
1768         (query-string): idem.
1770 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1772         * netwm-util.lisp: Start of NetWM compliance.
1773         Add a Netwm client list gestion.
1775 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1777         * clfswm-internal.lisp (create-group-on-request): open a new group
1778         only when the current group is not empty.
1780         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
1781         bug with null workspace.
1783         * clfswm-pager.lisp (pager-handle-event): Add a hook
1784         system. This hooks can be changed in the user configuration file.
1786         * package.lisp: All colors and font variables are set in
1787         package.lisp and can be configured in the user configuration
1788         file.
1789         Note: If you have configured some less ugly colors (esp. for the
1790         pager) don't hesitate to let me know :)
1792         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
1793         system. This hooks can be changed in the user configuration file.
1795         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
1796         changed in the user configuration file (~/.clfswmrc)
1798 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1800         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
1801         arrow action, open next window in new workspace/group.
1803         * bindings.lisp (stop-all-pending-actions): new binding.
1804         (open-next-window-in-new-group-once): Open the next windows in a
1805         new group (only once) or open all new windows in a new group (like
1806         others windows managers).
1808 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1810         * clfswm.lisp (read-conf-file): New function to read a lisp
1811         configuration file at startup.
1812         (focus-group-under-mouse): Check if group isn't the current group
1813         ( prevent a bug with unclutter ).
1815 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
1817         * bindings.lisp (run-program-from-query-string): A program can be
1818         launch from a input query window.
1820 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
1822         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
1824 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
1826         * clfswm.lisp (process-new-window): One can now open the next
1827         window in a workspace called by its number.
1829         * clfswm-util.lisp (query-font-string): Minimal editing
1830         capabilities.
1831         (eval-from-string): And an REPL in the window manager... :)
1833 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1835         * clfswm.lisp (process-new-window): One can now open the next
1836         window in a new workspace or a new group.
1838         * clfswm-pager.lisp (pager-mode): Display the next arrow action
1839         with the hidden windows.
1841         * clfswm.lisp (second-key-mode): Display the current workspace
1842         number and the next arrow action in the state window.
1844         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
1845         the pager mode and then redisplay only the current workspace.
1847 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
1849         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
1850         they can be focused with a keypress, sorted or renumbered.
1852 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1854         * clfswm-pager.lisp (pager-mode): Remove multiple silly
1855         pager-draw-display. This prevent a lot of flickering in the
1856         pager.
1858         * clfswm.lisp: Remove all display-force-output and replace them
1859         with only one display-finish-output in the event loop.
1861 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
1863         * clfswm-pager.lisp (pager-center-group): New function - center a
1864         group at the middle of the screen.
1866         * clfswm-pack.lisp (center-group): New function - center a group
1867         at the middle of the screen.
1869         * clfswm.lisp (show-group): Add a cross line under the group.
1870         (show-group): Group are showned even if fullscreened.
1871         (init-display): Add an exposure event on the root window.
1873 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
1875         * package.lisp (*default-group*): Default group is the same size
1876         of a fullscreened group.
1878         * bindings*: Use shift to move, control+shift to copy.
1880         * *.lisp: Add comments for configuration or alternatives. So grep
1881         for CONFIG to see where you can configure clfswm. And grep for
1882         Alternative to use some commented code.
1884         * clfswm.lisp (second-key-mode): Use a single window to show the
1885         second mode. See for alternatives at the end of this file.
1887 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
1889         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
1890         macro of key and mouse definitions.
1891         (define-define-key/mouse): Use state instead of modifiers list
1892         this fix a bug when the modifiers list is not in the rigth order.
1894         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
1896 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
1898         * clfswm-info.lisp (info-mode): Add an info mode.
1900 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
1902         * clfswm.lisp (process-new-window): Change border size for
1903         transient windows.
1904         (show-all-windows-in-workspace): Unhide all windows even when the
1905         current group is in fullscreen mode.
1907 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1909         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
1910         redisplay the identify window after a terminal switch.
1912         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
1913         redisplay the pager after a terminal switch.
1915 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
1917         * clfswm-util.lisp (identify-key): Add a window to display
1918         the keys to identify on screen.
1920         * bindings.lisp, bindings-pager.lisp: Define same keys to
1921         move/copy groups/windows in second mode and in pager.
1923         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
1924         drawing lags).
1925         (show-all-windows-in-workspace): unhide window before adapting it
1926         to group.
1928 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
1930         * clfswm.lisp (handle-event): Revert to an older version.
1932 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
1934         * clfswm-util.lisp (force-window-in-group)
1935         (force-window-center-in-group): New functions for transient windows.
1937         * clfswm-pager.lisp (pager-remove-current-workspace/group):
1938         bugfix: hide all windows before removing group or workspace.
1940 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
1942         * bindings-pager.lisp (mouse-pager-move-selected-group)
1943         (mouse-pager-copy-selected-group)
1944         (mouse-pager-move-selected-window)
1945         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
1946         (mouse-pager-rotate-window-down): New functions to have mouse in
1947         pager mode.
1949         * clfswm-pager.lisp (pager-swap-window)
1950         (pager-copy-group-on-next/previous-workspace)
1951         (pager-copy-window-on-next/previous-line): New functions
1953 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
1955         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
1956         (pager-move-group-on-next/previous-workspace): new functions.
1958         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
1959         to its half size (new functions).
1961 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
1963         * clfswm-pager.lisp: workspaces, groups and windows can now be
1964         selectionned with the keyboard or the mouse.
1966 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
1968         * clfswm-pager.lisp (pager-select-workspace-right/left):
1969         workspaces can now be selectionned with the keyboard.
1971 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
1973         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
1974         new function to remove a previous defined key or mouse combination.
1976 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
1978         * clfswm.lisp (main): Check for access error in init-display.
1980         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
1981         keycode before grabbing.
1983         * bindings.lisp: Remove nlambda and use defun to keep the function
1984         documentation with clisp.
1985         (define-shell): new macro to define shell command for the second
1986         mode.
1988 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
1990         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
1991         boggus typecase.
1993 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
1995         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
1996         workspace circulation.
1998         * clfswm-util.lisp (absorb-orphan-window): new function.
2000         * clfswm-keys.lisp: Keysyms support.
2002 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2004         * clfswm.lisp (show-group): Use one gc for all groups and not one
2005         per group.
2007 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2009         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2011         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2012         width and height outside group.
2014 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2016         * clfswm.lisp: First public release.