src/clfswm-configuration.lisp (save-variables-in-conf-file): Save only variables...
[clfswm.git] / ChangeLog
blob4ec2f8de831cb8155bd32c269bd18446e71fb938
1 2011-03-08  Philippe Brochard  <pbrochard@common-lisp.net>
3         * src/clfswm-configuration.lisp (save-variables-in-conf-file):
4         Save only variables with a different value than there original
5         value.
7 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
9         * src/clfswm-info.lisp (show-config-variable): Use the new
10         defconfig method.
12         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
13         the new defconfig method.
15         * src/clfswm-configuration.lisp (create-configuration-menu):
16         Change the config system with a more lispy one and a less string
17         based one: (defconfig name value group doc).
20 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
22         * src/clfswm-internal.lisp (show-all-children): Simplify the
23         selection method.
24         (show-child): Display an unmanaged window whe  it's the current
25         child.
26         (show-all-children): add the ability to display all child from
27         *root-frame* and hide all those who are not in *current-root*.
28         -> remove hide-all-children when needed.
30         * src/xlib-util.lisp (move-window,resize-window): Add a
31         *color-move-window* border when moving or resizing a window.
33 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
35         * src/clfswm-internal.lisp (show-all-children): Perform only one
36         recusion on the clfswm tree: calculate geometry and place child in
37         one pass.
39 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
41         * src/clfswm-internal.lisp (show-all-children): Rethink of display
42         child order to prevent very annoying flickering.
44 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
46         * src/clfswm-util.lisp (query-yes-or-no): New function.
48         * src/clfswm-configuration.lisp (reset-all-config-variables): New
49         function and menu entry.
50         (query-conf-value): Add the ability to leave the field blank to
51         reset the variable to its default value.
53 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
55         * src/clfswm-configuration.lisp
56         (add-all-configuration-default-value): Add a default value to
57         configurable variables.
59 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
61         * src/clfswm.lisp (main-unprotected): Create the configuration
62         menu only once at startup.
64 2011-02-22  Desmond O. Chang <dochang@gmail.com>
66         * contrib/amixer.lisp: Add a volume mode inspired by the emms
67         volume package. Alsa mixer interface.
69         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
70         volume package.
72 2011-02-22 Desmond O. Chang <dochang@gmail.com>
74         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
75         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
76         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
77         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
79 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
81         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
82         the notify window, the virtual keyboard and the clfswm terminal by
83         default.
85 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
87         * src/clfswm.lisp (main-unprotected): Destroy the notify window
88         before closing the display. This fix a bug when resetting/reloading
89         clfswm.
91 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
93         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
94         (raise-window-fun, raise-and-focus-window-fun): New functions.
96         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
97         urxvt.
98         (*never-managed-window-list*): Structure change to be more
99         flexible. Let the choice to focus, raise and do nothing on never
100         managed windows.
102 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
104         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
105         care of never managed windows to move or resize them if the raise
106         parameter is true.
108         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
109         functions.
111 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
113         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
114         following request in *never-managed-window-list*.
116 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
118         * *: **** Release 1102 ****
120 2011-02-05  Desmond O. Chang <dochang@gmail.com>
122         * src/keysyms.lisp: Add extended keysyms from stumpwm.
124 2011-02-01  Desmond O. Chang <dochang@gmail.com>
126         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
127         Desmond O. Chang).
129         * src/clfswm-internal.lisp (with-all-*): add a nil block.
131 2011-01-28  Desmond O. Chang <dochang@gmail.com>
133         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
134         be $HOME/.config by default.
136 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
138         * contrib/osd.lisp (display-doc): Add another method where a
139         CLFSWM native window is used to display the key documentation.
141 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
143         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
144         main mode state.
146 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
148         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
149         mode leave function only when the generic mode was ended.
151 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
153         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
154         *second-mode-program* anymore.
156 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
158         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
159         variable bound to a function executed (when not null) on second
160         mode leaving.
162 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
164         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
165         hidden windows.
167 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
169         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
170         Do not display the accel window for unmanaged windows.
172 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
174         * src/clfswm-internal.lisp (set-current-root): Handle
175         window-parent in set-current-root.
177         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
178         focus the parent child when the current root is a window.
180 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
182         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
183         New function an bindings.
185         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
186         blanks if needed.
188 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
190         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
191         function to let the user choose to keep child position with
192         tile layout.
194         * src/clfswm-internal.lisp (remove-frame-data-slot): New
195         function.
197 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
199         * src/clfswm-internal.lisp (frame-select-next-child)
200         (frame-select-previous-child): New functions and bindings. Select
201         the next/previous child in the current frame.
203 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
205         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
206         completion in query-mode.
208 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
210         * src/clfswm-query.lisp (query-print-string): Handle long lines
211         correctly.
213 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
215         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
216         all characters are printable.
218 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
220         * contrib/server/server.lisp: Load clfswm client code in the main
221         program and let the user start it with a --client command line
222         option.
224         * src/package.lisp (*main-entrance-hook*): New hook executed after
225         loading configuration file and before opening the display.
227 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
229         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
231         * src/clfswm-internal.lisp (show-child): Show window only if not
232         hidden.
234         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
235         change modifiers after binding definition.
237 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
239         * contrib/osd.lisp: New file: OSD (On Screen Display) for
240         presentations.
242         * src/clfswm-menu.lisp (open-menu): Modularise function.
244 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
246         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
247         key binding in main and second mode.
249 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
251         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
252         functions to a more generic Notify-window system.
254         * src/tools.lisp (add-timer): Add an id to identify the timer.
256 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
258         * src/tools.lisp (erase-timer): New function.
260         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
261         the hello window. Add Configuration variables.
263 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
265         * src/clfswm-util.lisp (): Add an Hello window at startup.
267         * src/tools.lisp (process-timers): Add a timer system.
269 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
271         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
272         the mod-5 modifier.
274 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
276         * src/clfswm-query.lisp (query-print-string): Change cursor color
277         and show parenthesis matching with colors (on match and on
278         errors).
280 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
282         * src/clfswm-internal.lisp (show-all-children): Do not raise a
283         child when its parent is hidden.
285 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
287         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
288         possibility to circulate over subchild of the current child.
290         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
291         (expose-windows-generic): Add an escape-body function to return to
292         the original state on escape key.
294         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
295         to bind the current child from the configuration file.
297 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
299         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
300         window hook: the frame absorb all new windows that match
301         nw-absorb-test frame data slot.
303 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
305         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
306         title in accel window.
308 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
310         * configure: Use the Xavier Maillard clfswm script in contrib to
311         build an executable in the standard way.
313 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
315         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
316         New functions. Add a window on each child in the expose mode to
317         quickly select them.
319         * src/clfswm-internal.lisp (child-x, child-y, child-width)
320         (child-height): New methods to get real child coordinates.
322 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
324         * src/clfswm-layout.lisp (*-layout): Use child-position.
326         * src/clfswm-internal.lisp (child-position): New function.
328         * src/clfswm-expose-mode.lisp (expose-windows-mode)
329         (expose-all-windows-mode): Use a generic mode.
331         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
332         with handle-event-fun symbols instead of inspecting clfswm
333         internals symbols on each mode change.
335         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
336         a separate clfswm-expose-mode.lisp file.
338         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
339         screen size instead of hardcoded test coordinates.
341 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
343         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
344         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
345         (speed-mouse-undo, speed-mouse-first-history): New functions to
346         quickly move the mouse. Implemented for the second mode.
348 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
350         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
351         write permission on $clfswm_asd_path. So anybody can start clfswm
352         even if there is no write permission on the source directory.
354 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
356         * contrib/clfswm: Add support to cmucl, ccl and ecl.
358 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
360         * src/clfswm-util.lisp (set-hide-unmanaged-window)
361         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
362         New functions and menu entry.
363         (set-globally-hide-unmanaged-window)
364         (set-globally-show-unmanaged-window): New functions and menu
365         entry.
367         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
368         function.
369         (show-child): Add a data slot on frame to hide or not unmanaged
370         windows.
372         * src/clfswm-corner.lisp (present-clfswm-terminal)
373         (present-virtual-keyboard): Use a function (generic-present-body)
374         instead of a macro (generate-present-body).
376         * src/clfswm-util.lisp (update-menus): List all directories and
377         subdirectories in $XDG_DATA_DIRS/applications.
379 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
381         * src/clfswm-corner.lisp (generate-present-body): New macro.
382         (present-clfswm-terminal, present-virtual-keyboard): Use
383         generate-present-body.
385 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
387         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
388         instead of the non-portable Debian update-menu.
390 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
392         * src/clfswm.lisp (error-handler): New function do handle
393         asynchronous errors and ignore them.
394         (open-display): Install the new error-handler on display.
396 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
398         * src/xlib-util.lisp (with-xlib-protect): Add a
399         with-simple-restart on top of body execution.
401 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
403         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
404         with-xlib-protect.
406         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
407         handle-event. Add a with-simple-restart to prevent a
408         clisp/new-lisp infinite loop.
410 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
412         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
413         clfswm terminal working even on xterm title changes.
415 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
417         * src/clfswm-util.lisp (run-other-window-manager): Update for
418         clisp compatibility.
420         * src/tools.lisp (do-execute): New parameter io to change the
421         input/output method.
423         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
424         the current root.
426         * src/clfswm-internal.lisp (child-member): New predicate.
427         (child-remove): New function.
429         * src/*.lisp: Use child-member and child-remove everywhere it's
430         needed.
432 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
434         * src/clfswm.lisp (main-loop): Ensure that all events have been
435         processed after a process-event.
437         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
439 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
441         * src/clfswm.lisp (main-mode:configure-request): Raise the window
442         only when present on the current child and focus it accordingly.
444 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
446         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
447         Use is-a-key-pressed-p.
449         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
451         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
452         returned by xlib:keysym->keycodes.
454         * src/*.lisp: Use the new child-equal-p to compare children. This
455         prevent a bug with sbcl/cmucl when the standard equal function
456         does not work with xlib:window.
458         * src/clfswm-internal.lisp (child-equal-p): New predicate.
460 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
462         * src/clfswm-generic-mode.lisp (generic-mode): Use an
463         xlib:event-listen before processing event with
464         xlib:process-event. This prevent a bug with CLX threaded
465         implementation like sbcl.
467         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
468         processing event with xlib:process-event. This prevent a bug with
469         CLX threaded implementation like sbcl.
471 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
473         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
475         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
476         of an event-case.
478         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
479         (find-parent-frame, find-frame-window, find-frame-by-name)
480         (find-frame-by-number): Use with-find-in-all-frames to search in
481         frames in the right order.
483         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
484         unwanted flickering with unmanaged windows.
486 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
488         * src/package.lisp: Remove event handler hooks as they're not
489         needed anymore (To replace them: use closure and define-handler).
491         * src/xlib-util.lisp (move-window, resize-window)
492         (wait-mouse-button-release): Use a generic mode.
494         * src/*.lisp: Replace the case to handle event with a more (tricky)
495         lispy  method which bind a function to each keywords associated
496         to graphics events.
498 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
500         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
501         menu entry between delete-current-child and remove-current-child.
502         ie: Delete a child and its children in all frames by default.
504 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
506         * src/package.lisp: Add a placement configuration group.
508         * src/binding*.lisp: Bind control+g to escape the current action
509         like emacs.
511         * src/clfswm-internal.lisp
512         (delete-child-and-children-in-all-frames): New function and
513         binding: Second mode - Control+Delete delete the current child and
514         its children in all frames (ie: close the current child and its
515         children).
517 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
519         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
520         the frame window and the frame gc. Close a very annoying bug when
521         cuting/pasting a frame or moving a child over frames with the
522         mouse.
524         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
525         all children in *current-root* after moving/resizing a frame.
527 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
529         * src/clfswm-util.lisp (delete-focus-window)
530         (destroy-focus-window): Remove child in parent frame before
531         stopping it.
533 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
535         * src/clfswm-util.lisp (identify-key): Add a timeout in
536         xlib:process-event.
537         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
538         of the window passed by xlib:process-event.
540         * src/xlib-util.lisp (move-window, resize-window)
541         (wait-mouse-button-release): Add a timeout in xlib:process-event.
543 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
545         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
546         to launch an other window manager and to return to clfswm.
548 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
550         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
551         to 1%.
553 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
555         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
556         loop timeout.
558         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
559         parameter and a loop timeout.
561 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
563         * src/clfswm.lisp (main): Add an alternate configuration filename
564         parameter.
566         * load.lisp: Add a debuging code example.
568 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
570         * src/clfswm-configuration.lisp (create-configuration-menu): New
571         menu to configure all clfswm variables while clfswm is running.
573 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
575         * src/clfswm-util.lisp (save-configuration-variables): New
576         function to save all configuration variables in clfswmrc.
578 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
580         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
581         info mode.
582         (set-default-info-keys): Add cursor key support in info mode.
584 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
586         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
587         contrib.
589         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
590         prevent reading the configuration file (this may be useful to
591         produce the original documentation without user modifications
592         with the rc configuration file).
594 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
596         * src/bindings-second-mode.lisp (set-default-second-keys):
597         Simplification of Escape key to close/kill/remove the focus window
598         and unhide all windows.
600         * src/bindings.lisp (set-default-main-keys): Simplification of
601         Escape key to close/kill/remove the focus window and unhide all
602         windows.
604         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
605         focus and unhide all windows capabilities.
607 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
609         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
611 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
613         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
614         Keep child order and don't make unnecessary child movement.
615         (one-column-layout, one-line-layout): New layouts.
617 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
619         * *: **** Release 0906 ****
621         * contrib/cd-player.lisp: New file to handle the CD player.
623         * contrib/xmms.lisp: New file to handle the xmms player.
625 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
627         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
628         Maximize windows in there frame - Leave frames to there actual
629         size.
631         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
632         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
634 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
636         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
638 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
640         * contrib/mpd.lisp: Use a standard menu.
642         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
644 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
646         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
648 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
650         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
651         number key cleanup.
653 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
655         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
656         (again).
658         * src/clfswm-placement.lisp (*-child-placement): One pixel
659         adjustment (again).
661 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
663         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
664         Ensure that all characters are printable.
666         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
667         sizes.
669         * src/clfswm-placement.lisp (*-child-placement): Adjust
670         coordinates to one pixel in the current child.
672 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
674         * src/clfswm-query.lisp (query-enter-function): Assign font before
675         width and height calculation.
677 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
679         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
680         bannish the pointer in an arbitrary place.
682         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
683         place the info window in an arbitrary place.
685         * src/clfswm-query.lisp (query-enter-function): Use with-placement
686         macro to place the query window in an arbitrary place.
688         * src/clfswm-placement.lisp: New file. Allow to place info windows
689         or query windows on an arbitrary place. Allow to bannish the
690         pointer on an arbitrary place.
692 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
694         * src/clfswm-circulate-mode.lisp (reorder-child)
695         (reorder-brother): Unfocus windows before reordering children or
696         brothers.
698 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
700         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
701         the parent is a frame.
703         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
704         motion with a default modifier.
706         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
707         default modifier.
709         * src/clfswm-info.lisp (info-mode): Handle motion with a default
710         modifier.
711         (info-mode): Optimization in loop function.
713 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
715         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
716         root-frame correctly.
718         * clfswm.asd: Dependency fix for clfswm-generic-mode.
720         * src/clfswm-circulate-mode.lisp (reorder-child)
721         (reorder-brother): Handle empty frames.
722         (reorder-brother): Redisplay only the parent frame of the  current
723         child.
725         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
726         parent frame of the  current frame.
728 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
730         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
731         Maximize/Unmaximize the current frame in its parent frame.
733         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
734         windows and frames in there parent frame.
736 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
738         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
740         * src/clfswm-circulate-mode.lisp (reorder-child)
741         (reorder-brother): Reinitialise on circulate type change
742         child to brother or brother to child.
744         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
745         calls xlib:display-finish-output on each map-request. So speed up
746         the window display.
748         * src/xlib-util.lisp (map-window): New function. Call
749         xlib:display-finish-output on each map request.
751 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
753         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
754         Optimisation when drawing second mode window.
756 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
758         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
759         window redraw.
761 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
763         * src/clfswm-util.lisp (run-program-from-query-string): Launch
764         command only with a return validation.
766 2009-04-22  Xavier Maillard  <xma@gnu.org>
768         * src/clfswm-query.lisp (query-string): Use a generic mode.
770 2009-04-19  Xavier Maillard  <xma@gnu.org>
772         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
774 2009-04-18  Xavier Maillard  <xma@gnu.org>
776         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
777         to define all other modes.
779 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
781         * src/package.lisp (): Use *default-font-string* for all
782         font-string.
784         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
786 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
788         * src/xlib-util.lisp (null-size-window-p): Better check of null
789         sized windows.
791 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
793         * src/clfswm.lisp (handle-map-request): Add a fix to manage
794         correctly fullscreen windows (SDL particularly).
796 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
798         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
799         a segfault with clisp/new-clx.
801         * src/clfswm.lisp (handle-motion-notify): Add a needed window
802         argument.
804         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
805         needed window argument.
807 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
809         * src/xlib-util.lisp (wait-no-key-or-button-press)
810         (wait-a-key-or-button-press): Check buttons press/release correctly"
812 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
814         * src/menu-def.lisp: Add children navigation menu in the movement
815         menu (select next/previous child/brother/level).
817 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
819         *  *: Rename 'sister' frame to 'brother' frame.
821         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
822         alias in a real modifier.
824         * src/package.lisp (*modifier-alias*): New list of modifier alias
825         For example: :alt is :mod-1, :numlock is :mod-2...
827         * src/tools.lisp (remove-hook): New function.
829         * src/clfswm-keys.lisp (with-capslock, without-capslock)
830         (with-numlock, without-cnumlock): New functions.
832 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
834         * src/clfswm-info.lisp: Use the *binding-hook* to create info
835         keys and mouse bindings.
837         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
838         second keys and mouse bindings.
840         * src/bindings.lisp: Use the *binding-hook* to create main keys
841         and mouse bindings.
843 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
845         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
846         menu opening.
848 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
850         * src/menu-def.lisp: Use a menu instead of a function for the
851         standard menu.
853 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
855         * src/clfswm-util.lisp (show-standard-menu): Display the standard
856         menu from the 'update-menus' command.
858 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
860         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
861         it's already grabbed.
863         * src/clfswm-internal.lisp (display-frame-info): Use configurable
864         colors and fix a bug with background.
865         (display-frame-info): Set window background when displaying info.
867 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
869         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
870         warning with clisp/new-clx.
872 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
874         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
875         deleted child.
877 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
879         * *: **** Release 0809 ****
881 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
883         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
884         entry.
885         (ensure-unique-number): New function and menu entry.
887 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
889         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
890         hook: open the next window in a named frame.
891         (numbered-frame-nw-hook): New new window hook: open the next
892         window in a numbered frame.
894         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
895         cases. So query-string can be called even in the main mode.
897         * src/clfswm-internal.lisp (show-all-children): Do not raise a
898         child by default => far less flickering.
900 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
902         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
904         * src/menu-def.lisp: Change key binding for the CLFSWM menu
905         entry.
907         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
908         is nil. (workaround on some CLX implementation).
910 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
912         * src/menu-def.lisp: Add a menu to set a focus policy for all
913         frames.
915         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
916         (all-frames-set-*-focus-policy): Set a focus policy for all
917         frames.
919         * src/clfswm.lisp (handle-enter-notify): sloppy-select
920         mode. Select a child and its parents on mouse over.
922 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
924         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
925         policy -> Sloppy focus only for windows in the current frame.
926         (main-unprotected): Exit clfswm on init error (ie: when another
927         window manager is running).
929         * src/clfswm-util.lisp (reset-clfswm): New function.
931 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
933         * src/clfswm-menu.lisp (init-menu): New function.
935         * src/clfswm-util.lisp (reload-clfswm): New function to reload
936         CLFSWM.
937         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
939         * src/clfswm.lisp (main, main-unprotected): Handle error in a
940         superior main function. Now CLFSWM can't break the X session. It
941         just reinitialize the display and run a new main loop.
943         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
944         *vt-keyboard-on* global to avoid warnings when loading clfswm.
946         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
947         (help-on-gimp-layout): Describe how to use the GIMP layout.
949 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
951         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
952         main-window-right-layout. Change the keybinding for (shift)alt+tab
953         to not select windows in the main window lisst.
954         Bind F8 to add a window in the main window list.
955         Bind F9 to remove a window in the main window list.
956         Change the focus policy to :sloppy.
957         (set-previous-layout): Restore the previous layout, keybinding and
958         focus policy.
960 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
962         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
964         * src/clfswm-layout.lisp (main-window-left-layout)
965         (main-window-bottom-layout, main-window-top-layout): New
966         functions.
967         Factorize layouts in menu.
969 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
971         * src/clfswm-layout.lisp (main-window-right-layout): A possible
972         GIMP layout: one or more main windows on one side of the
973         frame. Others on the other size.
975         * src/clfswm-util.lisp
976         (current-frame-set-click/sloppy-focus-policy): Each frame can have
977         a different focus policy (one of :click or :sloppy).
978         The default focus policy is set with *default-focus-policy*.
980 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
982         * src/clfswm-info.lisp (show-config-variable): New function.
984 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
986         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
988         * src/clfswm-info.lisp: Colored help for key binding and corners
989         actions.
991 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
993         * src/clfswm-util.lisp (delete-focus-window)
994         (destroy-focus-window): Remove chid only in
995         handle-unmap/destroy-notify. Focus *current-root* only when
996         closing/killing the current child.
998         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
999         functions or corners.
1001 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1003         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
1004         action: Hide/Unhide a terminal on mouse corner action. (By default
1005         right mouse button on the top left corner).
1007         * src/config.lisp (*never-managed-window-list*): New config
1008         variable.
1010         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1011         Handle never managed window in a more simple way.
1013         * src/clfswm-corner.lisp: New file and new and more simple method
1014         to define corners actions.
1016 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1018         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1020         * src/clfswm-layout.lisp (fast-layout-switch)
1021         (define-fast-layout-switch): New functions: Switch between two
1022         layouts.
1024         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1025         really in the second mode. So leave-second-mode can be used even
1026         in the main mode.
1028         * src/clfswm-util.lisp (switch-to-last-child): New function:
1029         Store the current child and switch to the previous one.
1031 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1033         * src/clfswm-util.lisp (display-current-window-info): Display the
1034         window id.
1035         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1036         (top right by default). By default 'xvkbd' is used.
1038 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1040         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1041         events.
1043         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1045         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1046         motion events.
1048         * src/clfswm-info.lisp (info-mode): Compress motion events.
1050 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1052         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1053         and selection first and then show only necessary children.
1054         (show-child): remove unneeded display-p parameter.
1056         * src/config.lisp (get-fullscreen-size): Place the frame border
1057         outside the screen (this prevent the loose of 2 pixels per
1058         directions :)
1060 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1062         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1063         raise only the selected child.
1065 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1067         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1068         Raise only viewable children.
1070 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1072         * src/clfswm-internal.lisp (show-all-children): Always raise all
1073         displayed children. Remove all references to raise-p.
1075 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1077         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1078         child in its frame.
1080         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1081         second mode binding on raise/lower child in its frame.
1083         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1084         behaviour to the new raise/lower property.
1085         Call clear-nw-hook before the rest of the hook.
1087         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1088         (mouse-click-to-focus-and-resize-window): Stop button event. This
1089         prevent a keyboard/pointer freeze.
1091 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1093         * src/clfswm-internal.lisp (frame-lower-child)
1094         (frame-raise-child): New functions to raise/lower a child in its
1095         frame.
1097         * src/clfswm-util.lisp (have-to-present-windows)
1098         (have-to-present-all-windows): New functions to have an MaxOS
1099         expose like on mouse click in screen corner.
1101         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1103 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1105         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1106         child from a choice in all frames with hidden children.
1108         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1110 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1112         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1113         (unhide-all-children): New functions.
1115         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1116         functions.
1118         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1119         menu item.
1121 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1123         * src/clfswm-util.lisp (rename-current-child): Do not display the
1124         frame info for a window.
1126 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1128         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1129         frame window for the removed child and its children.
1131 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1133         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1134         autodoc functions.
1136 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1138         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1139         the ROX pinboard (ie: leave it lowered in the root window as
1140         expected).
1142         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1143         (tile-left-layout, tile-right-layout, tile-top-layout)
1144         (tile-bottom-layout): Use all the frame space when there is only
1145         one child.
1147         * src/clfswm-internal.lisp (place-window-from-hints): Center
1148         unmanaged windows in the root screen.
1150         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1151         new functions.
1153 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1155         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1156         typo in managed types.
1158         * src/clfswm-internal.lisp (show-child): Always display frame info
1159         even if the frame is hidden.
1161         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1162         resize windows.
1164 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1166         * src/clfswm-util.lisp (with-movement): Display frame info for all
1167         frames in current root.
1169 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1171         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1173         * src/bindings-second-mode.lisp (define-second-key #\a): New
1174         binding on 'add-default-frame'.
1176         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1177         message to follow the autodocumentation process.
1179 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1181         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1182         "Space" to jump to a child. "B" to bind a slot on the current
1183         child.
1185         * src/bindings-second-mode.lisp: Use "Tab" instead of
1186         "Iso_Left_Tab".
1188 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1190         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1191         unmanaged (hidden) windows.
1193         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1194         minimal size for windows.
1195         (with-all-windows-frames-and-parent): New function.
1197         * src/config.lisp (*default-window-width/height*): New parameters.
1199         * src/clfswm-internal.lisp (place-window-from-hints): Center
1200         windows in the screen instead of in there frame.
1202         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1203         binding on C-t.
1205         * src/clfswm-layout.lisp (register-layout): Intern the once name
1206         in the right package.
1208 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1210         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1212 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1214         * src/clfswm-internal.lisp (set-current-child)
1215         (adapt-child-to-parent, show-child, hide-child): Handle the case
1216         where child is not a frame or a window.
1218         * src/clfswm-util.lisp
1219         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1220         Check if child is a frame.
1222         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1223         where frame is null.
1224         (place-frame): Check if frame and parent are frames.
1226         * src/clfswm-info.lisp (info-mode): display all frame info before
1227         leaving.
1229         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1230         info before leaving.
1232         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1234 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1236         * src/tools.lisp (getenv): Implemented for ECL.
1237         (urun-prog): Implemented for ECL.
1239         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1240         display text.
1242         * src/clfswm-query.lisp (query-string): Use a double buffer to
1243         display text.
1245         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1246         display text.
1248         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1249         New functions.
1251 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1253         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1255         * src/menu-def.lisp: New file: move all menu definition in
1256         menu-def.lisp.
1258         * src/clfswm-layout.lisp (register-layout): Use a function instead
1259         of a macro.
1261 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1263         * src/clfswm-autodoc.lisp (produce-menu-doc,
1264         (produce-menu-doc-html): New functions.
1265         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1267         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1268         paste a child on one of its own children. (this prevent a
1269         recursive bug).
1270         (move-child-to): Rename move/copy-current-child-by to
1271         move/copy-child-to.
1272         (mouse-move-window-over-frame): New function to move the window
1273         under the mouse cursor to another frame.
1275         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1277 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1279         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1280         windows only when its window parent is the current child.
1282 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1284         * src/clfswm-util.lisp (manage-current-window)
1285         (unmanage-current-window): New functions: Allow to force to manage
1286         or unmanage a window by its parent frame.
1288         * src/bindings-second-mode.lisp (#\o): binded to
1289         set-open-in-new-frame-in-parent-frame-nw-hook and
1290         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1292         * src/clfswm-util.lisp (with-current-window): New macro.
1294         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1295         exposure and enter-window handle event.
1297         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1298         children for the current child after the move/resize.
1300 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1302         * src/xlib-util.lisp (resize-window): Take care of window size
1303         hints.
1305         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1306         move/resize unmanaged windows.
1308         * src/xlib-util.lisp (move-window, resize-window): New functions.
1310 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1312         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1313         user choose what window type the current frame must handle.
1314         (display-current-window-info): New function.
1315         (current-frame-manage-all-window-type)
1316         (current-frame-manage-only-normal-window-type)
1317         (current-frame-manage-no-window-type): New functions.
1319         * src/clfswm-internal.lisp (managed-window-p): New function.
1321         * src/package.lisp (frame): Managed type: new frame
1322         parameter. This allow to choose what window type a frame must
1323         handle.
1325         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1327         * src/clfswm-nw-hooks.lisp
1328         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1330         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1331         function.
1333         * src/tools.lisp (ensure-printable): Return always a string even
1334         with a null string.
1336 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1338         * src/config.lisp (*default-nw-hook*): New variable to change the
1339         default new window hook.
1341 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1343         * clfswm.asd (clfswm): Add a dependency from
1344         clfswm-second-mode.lisp to clfswm.lisp.
1346         * src/clfswm-util.lisp (identify-key): Show the documentation for
1347         the function bound on a key.
1348         (with-movement): Move with-movement,
1349         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1350         to clfswm-util.lisp.
1352         * src/clfswm-menu.lisp: New menu system that let user change keys
1353         or functions associated to keys.
1355 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1357         * src/clfswm-internal.lisp (show-all-children): Display-child is
1358         the first child by default. Solve a bug with father-p.
1360 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1362         * src/clfswm-internal.lisp (add-frame): Add frame return the
1363         created frame.
1364         (show-all-children): Move the size computation outside the
1365         show-child part.
1367         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1368         the current child.
1370         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1371         only the current child.
1373         * src/clfswm-internal.lisp (show-all-children): New display-child
1374         parameter to display only the desired child and its children.
1375         (select-next/previous-child): Only display the current child.
1377 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1379         * src/clfswm.lisp (init-display): Move the default frame creation
1380         on the default init hook.
1382         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1383         the main mode (for example: "1" on an azerty keyboard).
1385 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
1387         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
1388         keysyms. Revert to old grabbing method for the main mode.
1390 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
1392         * src/clfswm.lisp (init-display): Add key handling on no focus
1393         window and on frame windows.
1395 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1397         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
1398         all keys by default and replay just what is needed. No change for
1399         the second mode.
1401         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
1402         (find-key-from-code): Test for shift and not shift presence.
1404 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
1406         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
1407         new key parameter to have less flickering.
1409 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
1411         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
1412         layout only one time and revert to no-layout to freely handle
1413         frames.
1415         * src/clfswm-nw-hooks.lisp
1416         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
1417         with new created window.
1419         * src/clfswm-layout.lisp (register-layout): Now register
1420         automatically a once layout to set the layout only one time and
1421         revert to no-layout to freely handle frames.
1423 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1425         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
1426         nw-hook: Open the next window in the current frame and leave the
1427         focus to the current child.
1429 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
1431         * src/bindings-second-mode.lisp: Add keys definitions to
1432         bind-or-jump in the second mode.
1434         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
1435         macro for bind-or-jump-(1|2|3...).
1437         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
1438         arguments to function. This allow to do things like:
1439         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
1440         are passed to my-function on key press.
1442 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
1444         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
1446 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
1448         * src/clfswm-internal.lisp (child-fullname): New function
1450         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
1451         docstring in info-mode-menu. An item can be
1452         '((key function) (key function)) or with docstring
1453         '((key function "documentation 1") (key function "bla bla") (key function))
1455         * src/tools.lisp (ensure-n-elems): New function.
1457         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
1458         resize a frame or the window's father.
1460         * src/clfswm.lisp (init-display): Remove tile-space-layout by
1461         default on the root frame.
1463         * src/clfswm-util.lisp (move/resize-frame): Add standard event
1464         hooks handlers (map-request, configure-notify...)
1466         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
1467         child size to 1x1.
1469 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1471         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
1472         or the window's father.
1474         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
1475         event only if there is a geometry change.
1476         (mouse-focus-move/resize-generic): Generic function to move or
1477         resize a frame or a window father frame.
1479 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1481         * src/clfswm-internal.lisp (show-all-children): Return t if there
1482         is a geometry change.
1484 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
1486         * src/bindings.lisp (Up/Down): Swap select previous/next level.
1488         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
1490         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
1492         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
1493         (with-all-*): Reverse the child list to manage the first child last (like in
1494         show-all-children).
1496         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
1497         root window only if true.
1499         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
1500         root window only if *create-frame-on-root* is true.
1502         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
1503         on the root window.
1505 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
1507         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
1508         the current child (even if it's a window).
1510 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
1512         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
1513         (mouse-click-to-focus-and-resize): New functions.
1515         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
1516         (*-px->fl): Convert pixel coordinates to float.
1518         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
1520 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
1522         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
1523         first child.
1525         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
1526         and hide-all-children.
1527         (raise-if-needed): New function.
1528         (show-child): Use a first-p parameter to raise windows only when they are
1529         first child.
1531 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
1533         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
1534         -> less flickering.
1536 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
1538         * src/clfswm-info.lisp (keys-from-list): new function.
1540         * src/*: rename 'childs' in 'children'.
1542         * src/*: rename 'group' in 'frame'.
1544 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
1546         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
1548 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
1550         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
1552 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
1554         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
1555         Bind control+o to open the next window in a new group in the root group
1556          (as open in next window in a new workspace in 0801 version).
1558 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
1560         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
1561         window.
1563 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
1565         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
1566         instead of Tab for select-previous-child.
1568 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
1570         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
1571         new functions.
1573 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
1575         * clfswm-util.lisp (identify-key): Display the documentation
1576         associated to keys when identifying a key.
1578 2008-03-10  Xavier Maillard  <xma@gnu.org>
1580         * contrib/clfswm: Complete rewrite of the script. Detect error and
1581         act accordingly. Add command line arguments to configure the
1582         script execution. User can now choose different common lisp
1583         implementation (clisp and sbcl only), choose where to store the
1584         dumped image, where to find clfswm source.
1586 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
1588         * clfswm-internal.lisp (process-new-window): Beginning of new
1589         window hook: each group have a hook to tell what he wants to do
1590         with the new created window.
1592 2008-03-08  Xavier Maillard  <xma@gnu.org>
1594         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
1595         call the resulting executable.
1597         * clfswm.lisp (read-conf-file): Check for the user config file in
1598         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
1599         prefered whenever possible.
1601 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
1603         * clfswm-layout.lisp (*-layout): Add an optional raise-p
1604         parameter in each layout.
1606 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1608         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
1609         root group.
1610         (copy/move-current-child-by-name/number): new functions
1611         (focus-group-by-name/number): new functions
1612         (delete-group-by-name/number): new functions
1614 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1616         * ************************************************************ *
1617         *: Major update - No more reference  to workspaces. The main   *
1618         structure is a tree of groups or application windows.          *
1619         * ************************************************************ *
1621 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
1623         * clfswm.lisp (read-conf-file): Read configuration in
1624         $HOME/.clfswmrc or in /etc/clfswmrc or in
1625         $XDG_CONFIG_HOME/clfswm/clfswmrc.
1626         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
1627         to $HOME/.config/).
1629 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
1631         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
1632         by default.
1634 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
1636         * clfswm-internal.lisp (find-window-group): New function.
1638         * clfswm*: Change to make clfswm run with clisp/new-clx.
1640 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
1642         * clfswm-util.lisp (query-show-paren): Add show parent matching in
1643         query string.
1644         (query-string): Bind control+k to delete end of line.
1646         * clfswm-second-mode.lisp (draw-second-mode-window): Display
1647         the action on mouse motion in second mode.
1649         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
1650         event but do not clear the root window.
1651         (handle-configure-request): Adjust unmanaged window from there
1652         request.
1654         * clfswm-internal.lisp (process-new-window): Adjust new window
1655         with the specified hints (max/min/base width/height).
1657 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
1659         * clfswm.lisp (handle-configure-request): Send an Configuration
1660         Notify event. This solve a bug with xterm and rxvt who takes some
1661         times to be mapped. Now there is no delay.
1663         * bindings-second-mode.lisp (define-shell): Run programs after
1664         living the second mode.
1666 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
1668         * clfswm-internal.lisp (process-new-window): Do not crop transient
1669         window to group size.
1670         (adapt-window-to-group): Do not crop transient window to group
1671         size.
1673         * clfswm.lisp (handle-configure-request): Adapt just the window to
1674         its group and don't take care of the configure request. Remove the
1675         bug with the Gimp outside the group and speed up the window
1676         manipulation.
1677         (handle-exposure): Remove show-all-group on exposure event
1678         -> Speed up.
1680 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
1682         * clfswm-util.lisp (circulate-group-up-copy-window)
1683         (circulate-group-down-copy-window)
1684         (circulate-workspace-up-copy-group)
1685         (circulate-workspace-down-copy-group): Prevent the copy of the
1686         same window in the same workspace.
1688         * bindings-second-mode.lisp (release-copy-selected-window)
1689         (release-copy-selected-group): Prevent the copy of the same window
1690         in the same workspace.
1692         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
1693         (generic-pager-move-window-on-next-line): Remove the copy
1694         property.
1695         (generic-pager-move-group-on-next-workspace)
1696         (generic-pager-move-group-on-previous-workspace): Prevent the copy
1697         of the same window in the same workspace.
1699         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
1700         (mouse-pager-copy-selected-group-release): Prevent the copy of the
1701         same window in the same workspace.
1703         * tools.lisp (setf/=): new macro to set a variable only when
1704         necessary.
1706         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
1707         x, y... only when necessary.
1709 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
1711         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
1712         new function and hook: force windows to stay in its group (solve a
1713         bug with the Gimp).
1715 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
1717         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
1718         less flickering when moving/resizing groups.
1720         * clfswm-internal.lisp (hide-group): new function.
1721         (show-all-group): clear-all: new parameter.
1723 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
1725         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
1726         macro.
1727         * clfswm*: Color change for the pager. Typo or better description
1728         in bindings definitions. Define bindings for a qwerty keyboard by
1729         default. dot-clfswmrc show examples to switch to an azerty
1730         keyboard.
1731         License change to GPL v3.
1732         * config.lisp: new file - group all globals variables in this
1733         file.
1735 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1737         * xlib-util.lisp (hide-window): Remove structure-notivy events
1738         when hidding a window.
1740 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1742         * package.lisp (*sm-property-notify-hook*): Readded
1743         property-notify-hook in second mode.
1745 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1747         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
1749 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1751         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
1752         Tile the current workspace with the current window on one side and
1753         others on the other (this emulate the larswm, dwm, wmii way). See
1754         the default configuration file to enable this mode by default.
1756         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
1757         the pager.
1759 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1761         * clfswm-pager.lisp (pager-draw-window-in-group): Add
1762         ensure-printable to print windows name even with non-ascii
1763         characters.
1765 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
1767         * clfswm-pager.lisp (pager-explode-current-group): Create a new
1768         group for each window in group.
1769         (pager-implode-current-group): Move all windows in workspace to
1770         one group and remove other groups.
1772         * clfswm-pack.lisp (explode-group): Create a new group for each
1773         window in group.
1774         (implode-group): Move all windows in workspace to one group and
1775         remove other groups.
1777         * clfswm-util.lisp (identify-key): Remove local configuration
1778         variables and made them available for configuration from
1779         package.lisp.
1780         (query-string): idem.
1782 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1784         * netwm-util.lisp: Start of NetWM compliance.
1785         Add a Netwm client list gestion.
1787 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1789         * clfswm-internal.lisp (create-group-on-request): open a new group
1790         only when the current group is not empty.
1792         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
1793         bug with null workspace.
1795         * clfswm-pager.lisp (pager-handle-event): Add a hook
1796         system. This hooks can be changed in the user configuration file.
1798         * package.lisp: All colors and font variables are set in
1799         package.lisp and can be configured in the user configuration
1800         file.
1801         Note: If you have configured some less ugly colors (esp. for the
1802         pager) don't hesitate to let me know :)
1804         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
1805         system. This hooks can be changed in the user configuration file.
1807         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
1808         changed in the user configuration file (~/.clfswmrc)
1810 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1812         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
1813         arrow action, open next window in new workspace/group.
1815         * bindings.lisp (stop-all-pending-actions): new binding.
1816         (open-next-window-in-new-group-once): Open the next windows in a
1817         new group (only once) or open all new windows in a new group (like
1818         others windows managers).
1820 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1822         * clfswm.lisp (read-conf-file): New function to read a lisp
1823         configuration file at startup.
1824         (focus-group-under-mouse): Check if group isn't the current group
1825         ( prevent a bug with unclutter ).
1827 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
1829         * bindings.lisp (run-program-from-query-string): A program can be
1830         launch from a input query window.
1832 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
1834         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
1836 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
1838         * clfswm.lisp (process-new-window): One can now open the next
1839         window in a workspace called by its number.
1841         * clfswm-util.lisp (query-font-string): Minimal editing
1842         capabilities.
1843         (eval-from-string): And an REPL in the window manager... :)
1845 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1847         * clfswm.lisp (process-new-window): One can now open the next
1848         window in a new workspace or a new group.
1850         * clfswm-pager.lisp (pager-mode): Display the next arrow action
1851         with the hidden windows.
1853         * clfswm.lisp (second-key-mode): Display the current workspace
1854         number and the next arrow action in the state window.
1856         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
1857         the pager mode and then redisplay only the current workspace.
1859 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
1861         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
1862         they can be focused with a keypress, sorted or renumbered.
1864 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1866         * clfswm-pager.lisp (pager-mode): Remove multiple silly
1867         pager-draw-display. This prevent a lot of flickering in the
1868         pager.
1870         * clfswm.lisp: Remove all display-force-output and replace them
1871         with only one display-finish-output in the event loop.
1873 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
1875         * clfswm-pager.lisp (pager-center-group): New function - center a
1876         group at the middle of the screen.
1878         * clfswm-pack.lisp (center-group): New function - center a group
1879         at the middle of the screen.
1881         * clfswm.lisp (show-group): Add a cross line under the group.
1882         (show-group): Group are showned even if fullscreened.
1883         (init-display): Add an exposure event on the root window.
1885 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
1887         * package.lisp (*default-group*): Default group is the same size
1888         of a fullscreened group.
1890         * bindings*: Use shift to move, control+shift to copy.
1892         * *.lisp: Add comments for configuration or alternatives. So grep
1893         for CONFIG to see where you can configure clfswm. And grep for
1894         Alternative to use some commented code.
1896         * clfswm.lisp (second-key-mode): Use a single window to show the
1897         second mode. See for alternatives at the end of this file.
1899 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
1901         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
1902         macro of key and mouse definitions.
1903         (define-define-key/mouse): Use state instead of modifiers list
1904         this fix a bug when the modifiers list is not in the rigth order.
1906         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
1908 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
1910         * clfswm-info.lisp (info-mode): Add an info mode.
1912 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
1914         * clfswm.lisp (process-new-window): Change border size for
1915         transient windows.
1916         (show-all-windows-in-workspace): Unhide all windows even when the
1917         current group is in fullscreen mode.
1919 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1921         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
1922         redisplay the identify window after a terminal switch.
1924         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
1925         redisplay the pager after a terminal switch.
1927 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
1929         * clfswm-util.lisp (identify-key): Add a window to display
1930         the keys to identify on screen.
1932         * bindings.lisp, bindings-pager.lisp: Define same keys to
1933         move/copy groups/windows in second mode and in pager.
1935         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
1936         drawing lags).
1937         (show-all-windows-in-workspace): unhide window before adapting it
1938         to group.
1940 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
1942         * clfswm.lisp (handle-event): Revert to an older version.
1944 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
1946         * clfswm-util.lisp (force-window-in-group)
1947         (force-window-center-in-group): New functions for transient windows.
1949         * clfswm-pager.lisp (pager-remove-current-workspace/group):
1950         bugfix: hide all windows before removing group or workspace.
1952 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
1954         * bindings-pager.lisp (mouse-pager-move-selected-group)
1955         (mouse-pager-copy-selected-group)
1956         (mouse-pager-move-selected-window)
1957         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
1958         (mouse-pager-rotate-window-down): New functions to have mouse in
1959         pager mode.
1961         * clfswm-pager.lisp (pager-swap-window)
1962         (pager-copy-group-on-next/previous-workspace)
1963         (pager-copy-window-on-next/previous-line): New functions
1965 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
1967         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
1968         (pager-move-group-on-next/previous-workspace): new functions.
1970         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
1971         to its half size (new functions).
1973 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
1975         * clfswm-pager.lisp: workspaces, groups and windows can now be
1976         selectionned with the keyboard or the mouse.
1978 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
1980         * clfswm-pager.lisp (pager-select-workspace-right/left):
1981         workspaces can now be selectionned with the keyboard.
1983 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
1985         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
1986         new function to remove a previous defined key or mouse combination.
1988 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
1990         * clfswm.lisp (main): Check for access error in init-display.
1992         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
1993         keycode before grabbing.
1995         * bindings.lisp: Remove nlambda and use defun to keep the function
1996         documentation with clisp.
1997         (define-shell): new macro to define shell command for the second
1998         mode.
2000 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
2002         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
2003         boggus typecase.
2005 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2007         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2008         workspace circulation.
2010         * clfswm-util.lisp (absorb-orphan-window): new function.
2012         * clfswm-keys.lisp: Keysyms support.
2014 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2016         * clfswm.lisp (show-group): Use one gc for all groups and not one
2017         per group.
2019 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2021         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2023         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2024         width and height outside group.
2026 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2028         * clfswm.lisp: First public release.