src/clfswm-autodoc.lisp (produce-conf-var-doc-html): Produce a documentation for...
[clfswm.git] / ChangeLog
blobc0b14630748f5f3f2a62c46f4f920835be1e2268
1 2011-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
3         * src/clfswm-autodoc.lisp (produce-conf-var-doc-html): Produce a
4         documentation for all configurable variables in CLFSWM -
5         HTML version.
7         * src/clfswm-internal.lisp (leave-frame): Hide all children except
8         the current window.
10 2011-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
12         * src/clfswm-autodoc.lisp (produce-all-docs): Produce a
13         documentation for all configurable variables in CLFSWM.
15         * src/clfswm-layout.lisp (set-gimp-layout): Display a notify
16         window with the help on the GIMP layout.
18 2011-03-12  Philippe Brochard  <pbrochard@common-lisp.net>
20         * src/menu-def.lisp: Menu update to prevent cursor keys clash.
22         * clfswm.asd: Change compilation order to prevent undefined
23         variables.
25         * src/clfswm-internal.lisp (show-child(frame)): Handle properly
26         the show-root-frame-p parameter.
28 2011-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
30         * src/clfswm-util.lisp (move-frame, resize-frame): Do not move or
31         resize a frame when it's the current root.
33 2011-03-10  Philippe Brochard  <pbrochard@common-lisp.net>
35         * src/clfswm-internal.lisp (show-all-children): Handle properly
36         duplicated child in multipe frames.
38 2011-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
40         * contrib/volume-mode.lisp (set-default-volume-keys): Add more
41         keybindings (up/down, right/left) to raise/lower the volume.
43         * src/clfswm-layout.lisp: Add a variable border size for frames
44         and windows.
46 2011-03-08  Philippe Brochard  <pbrochard@common-lisp.net>
48         * src/clfswm-util.lisp (cut-current-child, remove-current-child)
49         (delete-current-child): Hide the current child before doing the
50         action.
52         * src/clfswm-internal.lisp (show-all-children): Hide windows not
53         in the current root before displaying those in current root.
54         Remove all hide-all unnecessary calls.
56         * src/clfswm-configuration.lisp (save-variables-in-conf-file):
57         Save only variables with a different value than there original
58         value.
60 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
62         * src/clfswm-info.lisp (show-config-variable): Use the new
63         defconfig method.
65         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
66         the new defconfig method.
68         * src/clfswm-configuration.lisp (create-configuration-menu):
69         Change the config system with a more lispy one and a less string
70         based one: (defconfig name value group doc).
73 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
75         * src/clfswm-internal.lisp (show-all-children): Simplify the
76         selection method.
77         (show-child): Display an unmanaged window whe  it's the current
78         child.
79         (show-all-children): add the ability to display all child from
80         *root-frame* and hide all those who are not in *current-root*.
81         -> remove hide-all-children when needed.
83         * src/xlib-util.lisp (move-window,resize-window): Add a
84         *color-move-window* border when moving or resizing a window.
86 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
88         * src/clfswm-internal.lisp (show-all-children): Perform only one
89         recusion on the clfswm tree: calculate geometry and place child in
90         one pass.
92 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
94         * src/clfswm-internal.lisp (show-all-children): Rethink of display
95         child order to prevent very annoying flickering.
97 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
99         * src/clfswm-util.lisp (query-yes-or-no): New function.
101         * src/clfswm-configuration.lisp (reset-all-config-variables): New
102         function and menu entry.
103         (query-conf-value): Add the ability to leave the field blank to
104         reset the variable to its default value.
106 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
108         * src/clfswm-configuration.lisp
109         (add-all-configuration-default-value): Add a default value to
110         configurable variables.
112 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
114         * src/clfswm.lisp (main-unprotected): Create the configuration
115         menu only once at startup.
117 2011-02-22  Desmond O. Chang <dochang@gmail.com>
119         * contrib/amixer.lisp: Add a volume mode inspired by the emms
120         volume package. Alsa mixer interface.
122         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
123         volume package.
125 2011-02-22 Desmond O. Chang <dochang@gmail.com>
127         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
128         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
129         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
130         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
132 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
134         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
135         the notify window, the virtual keyboard and the clfswm terminal by
136         default.
138 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
140         * src/clfswm.lisp (main-unprotected): Destroy the notify window
141         before closing the display. This fix a bug when resetting/reloading
142         clfswm.
144 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
146         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
147         (raise-window-fun, raise-and-focus-window-fun): New functions.
149         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
150         urxvt.
151         (*never-managed-window-list*): Structure change to be more
152         flexible. Let the choice to focus, raise and do nothing on never
153         managed windows.
155 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
157         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
158         care of never managed windows to move or resize them if the raise
159         parameter is true.
161         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
162         functions.
164 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
166         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
167         following request in *never-managed-window-list*.
169 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
171         * *: **** Release 1102 ****
173 2011-02-05  Desmond O. Chang <dochang@gmail.com>
175         * src/keysyms.lisp: Add extended keysyms from stumpwm.
177 2011-02-01  Desmond O. Chang <dochang@gmail.com>
179         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
180         Desmond O. Chang).
182         * src/clfswm-internal.lisp (with-all-*): add a nil block.
184 2011-01-28  Desmond O. Chang <dochang@gmail.com>
186         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
187         be $HOME/.config by default.
189 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
191         * contrib/osd.lisp (display-doc): Add another method where a
192         CLFSWM native window is used to display the key documentation.
194 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
196         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
197         main mode state.
199 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
201         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
202         mode leave function only when the generic mode was ended.
204 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
206         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
207         *second-mode-program* anymore.
209 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
211         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
212         variable bound to a function executed (when not null) on second
213         mode leaving.
215 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
217         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
218         hidden windows.
220 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
222         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
223         Do not display the accel window for unmanaged windows.
225 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
227         * src/clfswm-internal.lisp (set-current-root): Handle
228         window-parent in set-current-root.
230         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
231         focus the parent child when the current root is a window.
233 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
235         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
236         New function an bindings.
238         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
239         blanks if needed.
241 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
243         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
244         function to let the user choose to keep child position with
245         tile layout.
247         * src/clfswm-internal.lisp (remove-frame-data-slot): New
248         function.
250 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
252         * src/clfswm-internal.lisp (frame-select-next-child)
253         (frame-select-previous-child): New functions and bindings. Select
254         the next/previous child in the current frame.
256 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
258         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
259         completion in query-mode.
261 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
263         * src/clfswm-query.lisp (query-print-string): Handle long lines
264         correctly.
266 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
268         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
269         all characters are printable.
271 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
273         * contrib/server/server.lisp: Load clfswm client code in the main
274         program and let the user start it with a --client command line
275         option.
277         * src/package.lisp (*main-entrance-hook*): New hook executed after
278         loading configuration file and before opening the display.
280 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
282         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
284         * src/clfswm-internal.lisp (show-child): Show window only if not
285         hidden.
287         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
288         change modifiers after binding definition.
290 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
292         * contrib/osd.lisp: New file: OSD (On Screen Display) for
293         presentations.
295         * src/clfswm-menu.lisp (open-menu): Modularise function.
297 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
299         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
300         key binding in main and second mode.
302 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
304         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
305         functions to a more generic Notify-window system.
307         * src/tools.lisp (add-timer): Add an id to identify the timer.
309 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
311         * src/tools.lisp (erase-timer): New function.
313         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
314         the hello window. Add Configuration variables.
316 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
318         * src/clfswm-util.lisp (): Add an Hello window at startup.
320         * src/tools.lisp (process-timers): Add a timer system.
322 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
324         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
325         the mod-5 modifier.
327 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
329         * src/clfswm-query.lisp (query-print-string): Change cursor color
330         and show parenthesis matching with colors (on match and on
331         errors).
333 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
335         * src/clfswm-internal.lisp (show-all-children): Do not raise a
336         child when its parent is hidden.
338 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
340         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
341         possibility to circulate over subchild of the current child.
343         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
344         (expose-windows-generic): Add an escape-body function to return to
345         the original state on escape key.
347         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
348         to bind the current child from the configuration file.
350 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
352         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
353         window hook: the frame absorb all new windows that match
354         nw-absorb-test frame data slot.
356 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
358         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
359         title in accel window.
361 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
363         * configure: Use the Xavier Maillard clfswm script in contrib to
364         build an executable in the standard way.
366 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
368         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
369         New functions. Add a window on each child in the expose mode to
370         quickly select them.
372         * src/clfswm-internal.lisp (child-x, child-y, child-width)
373         (child-height): New methods to get real child coordinates.
375 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
377         * src/clfswm-layout.lisp (*-layout): Use child-position.
379         * src/clfswm-internal.lisp (child-position): New function.
381         * src/clfswm-expose-mode.lisp (expose-windows-mode)
382         (expose-all-windows-mode): Use a generic mode.
384         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
385         with handle-event-fun symbols instead of inspecting clfswm
386         internals symbols on each mode change.
388         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
389         a separate clfswm-expose-mode.lisp file.
391         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
392         screen size instead of hardcoded test coordinates.
394 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
396         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
397         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
398         (speed-mouse-undo, speed-mouse-first-history): New functions to
399         quickly move the mouse. Implemented for the second mode.
401 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
403         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
404         write permission on $clfswm_asd_path. So anybody can start clfswm
405         even if there is no write permission on the source directory.
407 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
409         * contrib/clfswm: Add support to cmucl, ccl and ecl.
411 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
413         * src/clfswm-util.lisp (set-hide-unmanaged-window)
414         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
415         New functions and menu entry.
416         (set-globally-hide-unmanaged-window)
417         (set-globally-show-unmanaged-window): New functions and menu
418         entry.
420         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
421         function.
422         (show-child): Add a data slot on frame to hide or not unmanaged
423         windows.
425         * src/clfswm-corner.lisp (present-clfswm-terminal)
426         (present-virtual-keyboard): Use a function (generic-present-body)
427         instead of a macro (generate-present-body).
429         * src/clfswm-util.lisp (update-menus): List all directories and
430         subdirectories in $XDG_DATA_DIRS/applications.
432 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
434         * src/clfswm-corner.lisp (generate-present-body): New macro.
435         (present-clfswm-terminal, present-virtual-keyboard): Use
436         generate-present-body.
438 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
440         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
441         instead of the non-portable Debian update-menu.
443 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
445         * src/clfswm.lisp (error-handler): New function do handle
446         asynchronous errors and ignore them.
447         (open-display): Install the new error-handler on display.
449 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
451         * src/xlib-util.lisp (with-xlib-protect): Add a
452         with-simple-restart on top of body execution.
454 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
456         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
457         with-xlib-protect.
459         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
460         handle-event. Add a with-simple-restart to prevent a
461         clisp/new-lisp infinite loop.
463 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
465         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
466         clfswm terminal working even on xterm title changes.
468 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
470         * src/clfswm-util.lisp (run-other-window-manager): Update for
471         clisp compatibility.
473         * src/tools.lisp (do-execute): New parameter io to change the
474         input/output method.
476         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
477         the current root.
479         * src/clfswm-internal.lisp (child-member): New predicate.
480         (child-remove): New function.
482         * src/*.lisp: Use child-member and child-remove everywhere it's
483         needed.
485 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
487         * src/clfswm.lisp (main-loop): Ensure that all events have been
488         processed after a process-event.
490         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
492 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
494         * src/clfswm.lisp (main-mode:configure-request): Raise the window
495         only when present on the current child and focus it accordingly.
497 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
499         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
500         Use is-a-key-pressed-p.
502         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
504         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
505         returned by xlib:keysym->keycodes.
507         * src/*.lisp: Use the new child-equal-p to compare children. This
508         prevent a bug with sbcl/cmucl when the standard equal function
509         does not work with xlib:window.
511         * src/clfswm-internal.lisp (child-equal-p): New predicate.
513 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
515         * src/clfswm-generic-mode.lisp (generic-mode): Use an
516         xlib:event-listen before processing event with
517         xlib:process-event. This prevent a bug with CLX threaded
518         implementation like sbcl.
520         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
521         processing event with xlib:process-event. This prevent a bug with
522         CLX threaded implementation like sbcl.
524 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
526         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
528         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
529         of an event-case.
531         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
532         (find-parent-frame, find-frame-window, find-frame-by-name)
533         (find-frame-by-number): Use with-find-in-all-frames to search in
534         frames in the right order.
536         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
537         unwanted flickering with unmanaged windows.
539 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
541         * src/package.lisp: Remove event handler hooks as they're not
542         needed anymore (To replace them: use closure and define-handler).
544         * src/xlib-util.lisp (move-window, resize-window)
545         (wait-mouse-button-release): Use a generic mode.
547         * src/*.lisp: Replace the case to handle event with a more (tricky)
548         lispy  method which bind a function to each keywords associated
549         to graphics events.
551 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
553         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
554         menu entry between delete-current-child and remove-current-child.
555         ie: Delete a child and its children in all frames by default.
557 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
559         * src/package.lisp: Add a placement configuration group.
561         * src/binding*.lisp: Bind control+g to escape the current action
562         like emacs.
564         * src/clfswm-internal.lisp
565         (delete-child-and-children-in-all-frames): New function and
566         binding: Second mode - Control+Delete delete the current child and
567         its children in all frames (ie: close the current child and its
568         children).
570 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
572         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
573         the frame window and the frame gc. Close a very annoying bug when
574         cuting/pasting a frame or moving a child over frames with the
575         mouse.
577         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
578         all children in *current-root* after moving/resizing a frame.
580 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
582         * src/clfswm-util.lisp (delete-focus-window)
583         (destroy-focus-window): Remove child in parent frame before
584         stopping it.
586 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
588         * src/clfswm-util.lisp (identify-key): Add a timeout in
589         xlib:process-event.
590         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
591         of the window passed by xlib:process-event.
593         * src/xlib-util.lisp (move-window, resize-window)
594         (wait-mouse-button-release): Add a timeout in xlib:process-event.
596 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
598         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
599         to launch an other window manager and to return to clfswm.
601 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
603         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
604         to 1%.
606 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
608         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
609         loop timeout.
611         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
612         parameter and a loop timeout.
614 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
616         * src/clfswm.lisp (main): Add an alternate configuration filename
617         parameter.
619         * load.lisp: Add a debuging code example.
621 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
623         * src/clfswm-configuration.lisp (create-configuration-menu): New
624         menu to configure all clfswm variables while clfswm is running.
626 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
628         * src/clfswm-util.lisp (save-configuration-variables): New
629         function to save all configuration variables in clfswmrc.
631 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
633         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
634         info mode.
635         (set-default-info-keys): Add cursor key support in info mode.
637 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
639         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
640         contrib.
642         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
643         prevent reading the configuration file (this may be useful to
644         produce the original documentation without user modifications
645         with the rc configuration file).
647 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
649         * src/bindings-second-mode.lisp (set-default-second-keys):
650         Simplification of Escape key to close/kill/remove the focus window
651         and unhide all windows.
653         * src/bindings.lisp (set-default-main-keys): Simplification of
654         Escape key to close/kill/remove the focus window and unhide all
655         windows.
657         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
658         focus and unhide all windows capabilities.
660 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
662         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
664 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
666         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
667         Keep child order and don't make unnecessary child movement.
668         (one-column-layout, one-line-layout): New layouts.
670 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
672         * *: **** Release 0906 ****
674         * contrib/cd-player.lisp: New file to handle the CD player.
676         * contrib/xmms.lisp: New file to handle the xmms player.
678 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
680         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
681         Maximize windows in there frame - Leave frames to there actual
682         size.
684         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
685         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
687 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
689         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
691 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
693         * contrib/mpd.lisp: Use a standard menu.
695         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
697 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
699         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
701 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
703         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
704         number key cleanup.
706 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
708         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
709         (again).
711         * src/clfswm-placement.lisp (*-child-placement): One pixel
712         adjustment (again).
714 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
716         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
717         Ensure that all characters are printable.
719         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
720         sizes.
722         * src/clfswm-placement.lisp (*-child-placement): Adjust
723         coordinates to one pixel in the current child.
725 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
727         * src/clfswm-query.lisp (query-enter-function): Assign font before
728         width and height calculation.
730 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
732         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
733         bannish the pointer in an arbitrary place.
735         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
736         place the info window in an arbitrary place.
738         * src/clfswm-query.lisp (query-enter-function): Use with-placement
739         macro to place the query window in an arbitrary place.
741         * src/clfswm-placement.lisp: New file. Allow to place info windows
742         or query windows on an arbitrary place. Allow to bannish the
743         pointer on an arbitrary place.
745 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
747         * src/clfswm-circulate-mode.lisp (reorder-child)
748         (reorder-brother): Unfocus windows before reordering children or
749         brothers.
751 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
753         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
754         the parent is a frame.
756         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
757         motion with a default modifier.
759         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
760         default modifier.
762         * src/clfswm-info.lisp (info-mode): Handle motion with a default
763         modifier.
764         (info-mode): Optimization in loop function.
766 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
768         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
769         root-frame correctly.
771         * clfswm.asd: Dependency fix for clfswm-generic-mode.
773         * src/clfswm-circulate-mode.lisp (reorder-child)
774         (reorder-brother): Handle empty frames.
775         (reorder-brother): Redisplay only the parent frame of the  current
776         child.
778         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
779         parent frame of the  current frame.
781 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
783         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
784         Maximize/Unmaximize the current frame in its parent frame.
786         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
787         windows and frames in there parent frame.
789 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
791         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
793         * src/clfswm-circulate-mode.lisp (reorder-child)
794         (reorder-brother): Reinitialise on circulate type change
795         child to brother or brother to child.
797         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
798         calls xlib:display-finish-output on each map-request. So speed up
799         the window display.
801         * src/xlib-util.lisp (map-window): New function. Call
802         xlib:display-finish-output on each map request.
804 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
806         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
807         Optimisation when drawing second mode window.
809 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
811         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
812         window redraw.
814 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
816         * src/clfswm-util.lisp (run-program-from-query-string): Launch
817         command only with a return validation.
819 2009-04-22  Xavier Maillard  <xma@gnu.org>
821         * src/clfswm-query.lisp (query-string): Use a generic mode.
823 2009-04-19  Xavier Maillard  <xma@gnu.org>
825         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
827 2009-04-18  Xavier Maillard  <xma@gnu.org>
829         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
830         to define all other modes.
832 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
834         * src/package.lisp (): Use *default-font-string* for all
835         font-string.
837         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
839 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
841         * src/xlib-util.lisp (null-size-window-p): Better check of null
842         sized windows.
844 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
846         * src/clfswm.lisp (handle-map-request): Add a fix to manage
847         correctly fullscreen windows (SDL particularly).
849 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
851         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
852         a segfault with clisp/new-clx.
854         * src/clfswm.lisp (handle-motion-notify): Add a needed window
855         argument.
857         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
858         needed window argument.
860 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
862         * src/xlib-util.lisp (wait-no-key-or-button-press)
863         (wait-a-key-or-button-press): Check buttons press/release correctly"
865 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
867         * src/menu-def.lisp: Add children navigation menu in the movement
868         menu (select next/previous child/brother/level).
870 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
872         *  *: Rename 'sister' frame to 'brother' frame.
874         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
875         alias in a real modifier.
877         * src/package.lisp (*modifier-alias*): New list of modifier alias
878         For example: :alt is :mod-1, :numlock is :mod-2...
880         * src/tools.lisp (remove-hook): New function.
882         * src/clfswm-keys.lisp (with-capslock, without-capslock)
883         (with-numlock, without-cnumlock): New functions.
885 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
887         * src/clfswm-info.lisp: Use the *binding-hook* to create info
888         keys and mouse bindings.
890         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
891         second keys and mouse bindings.
893         * src/bindings.lisp: Use the *binding-hook* to create main keys
894         and mouse bindings.
896 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
898         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
899         menu opening.
901 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
903         * src/menu-def.lisp: Use a menu instead of a function for the
904         standard menu.
906 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
908         * src/clfswm-util.lisp (show-standard-menu): Display the standard
909         menu from the 'update-menus' command.
911 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
913         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
914         it's already grabbed.
916         * src/clfswm-internal.lisp (display-frame-info): Use configurable
917         colors and fix a bug with background.
918         (display-frame-info): Set window background when displaying info.
920 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
922         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
923         warning with clisp/new-clx.
925 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
927         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
928         deleted child.
930 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
932         * *: **** Release 0809 ****
934 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
936         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
937         entry.
938         (ensure-unique-number): New function and menu entry.
940 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
942         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
943         hook: open the next window in a named frame.
944         (numbered-frame-nw-hook): New new window hook: open the next
945         window in a numbered frame.
947         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
948         cases. So query-string can be called even in the main mode.
950         * src/clfswm-internal.lisp (show-all-children): Do not raise a
951         child by default => far less flickering.
953 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
955         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
957         * src/menu-def.lisp: Change key binding for the CLFSWM menu
958         entry.
960         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
961         is nil. (workaround on some CLX implementation).
963 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
965         * src/menu-def.lisp: Add a menu to set a focus policy for all
966         frames.
968         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
969         (all-frames-set-*-focus-policy): Set a focus policy for all
970         frames.
972         * src/clfswm.lisp (handle-enter-notify): sloppy-select
973         mode. Select a child and its parents on mouse over.
975 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
977         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
978         policy -> Sloppy focus only for windows in the current frame.
979         (main-unprotected): Exit clfswm on init error (ie: when another
980         window manager is running).
982         * src/clfswm-util.lisp (reset-clfswm): New function.
984 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
986         * src/clfswm-menu.lisp (init-menu): New function.
988         * src/clfswm-util.lisp (reload-clfswm): New function to reload
989         CLFSWM.
990         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
992         * src/clfswm.lisp (main, main-unprotected): Handle error in a
993         superior main function. Now CLFSWM can't break the X session. It
994         just reinitialize the display and run a new main loop.
996         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
997         *vt-keyboard-on* global to avoid warnings when loading clfswm.
999         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
1000         (help-on-gimp-layout): Describe how to use the GIMP layout.
1002 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
1004         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
1005         main-window-right-layout. Change the keybinding for (shift)alt+tab
1006         to not select windows in the main window lisst.
1007         Bind F8 to add a window in the main window list.
1008         Bind F9 to remove a window in the main window list.
1009         Change the focus policy to :sloppy.
1010         (set-previous-layout): Restore the previous layout, keybinding and
1011         focus policy.
1013 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
1015         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
1017         * src/clfswm-layout.lisp (main-window-left-layout)
1018         (main-window-bottom-layout, main-window-top-layout): New
1019         functions.
1020         Factorize layouts in menu.
1022 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1024         * src/clfswm-layout.lisp (main-window-right-layout): A possible
1025         GIMP layout: one or more main windows on one side of the
1026         frame. Others on the other size.
1028         * src/clfswm-util.lisp
1029         (current-frame-set-click/sloppy-focus-policy): Each frame can have
1030         a different focus policy (one of :click or :sloppy).
1031         The default focus policy is set with *default-focus-policy*.
1033 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
1035         * src/clfswm-info.lisp (show-config-variable): New function.
1037 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
1039         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
1041         * src/clfswm-info.lisp: Colored help for key binding and corners
1042         actions.
1044 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
1046         * src/clfswm-util.lisp (delete-focus-window)
1047         (destroy-focus-window): Remove chid only in
1048         handle-unmap/destroy-notify. Focus *current-root* only when
1049         closing/killing the current child.
1051         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
1052         functions or corners.
1054 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1056         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
1057         action: Hide/Unhide a terminal on mouse corner action. (By default
1058         right mouse button on the top left corner).
1060         * src/config.lisp (*never-managed-window-list*): New config
1061         variable.
1063         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1064         Handle never managed window in a more simple way.
1066         * src/clfswm-corner.lisp: New file and new and more simple method
1067         to define corners actions.
1069 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1071         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1073         * src/clfswm-layout.lisp (fast-layout-switch)
1074         (define-fast-layout-switch): New functions: Switch between two
1075         layouts.
1077         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1078         really in the second mode. So leave-second-mode can be used even
1079         in the main mode.
1081         * src/clfswm-util.lisp (switch-to-last-child): New function:
1082         Store the current child and switch to the previous one.
1084 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1086         * src/clfswm-util.lisp (display-current-window-info): Display the
1087         window id.
1088         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1089         (top right by default). By default 'xvkbd' is used.
1091 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1093         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1094         events.
1096         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1098         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1099         motion events.
1101         * src/clfswm-info.lisp (info-mode): Compress motion events.
1103 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1105         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1106         and selection first and then show only necessary children.
1107         (show-child): remove unneeded display-p parameter.
1109         * src/config.lisp (get-fullscreen-size): Place the frame border
1110         outside the screen (this prevent the loose of 2 pixels per
1111         directions :)
1113 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1115         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1116         raise only the selected child.
1118 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1120         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1121         Raise only viewable children.
1123 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1125         * src/clfswm-internal.lisp (show-all-children): Always raise all
1126         displayed children. Remove all references to raise-p.
1128 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1130         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1131         child in its frame.
1133         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1134         second mode binding on raise/lower child in its frame.
1136         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1137         behaviour to the new raise/lower property.
1138         Call clear-nw-hook before the rest of the hook.
1140         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1141         (mouse-click-to-focus-and-resize-window): Stop button event. This
1142         prevent a keyboard/pointer freeze.
1144 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1146         * src/clfswm-internal.lisp (frame-lower-child)
1147         (frame-raise-child): New functions to raise/lower a child in its
1148         frame.
1150         * src/clfswm-util.lisp (have-to-present-windows)
1151         (have-to-present-all-windows): New functions to have an MaxOS
1152         expose like on mouse click in screen corner.
1154         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1156 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1158         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1159         child from a choice in all frames with hidden children.
1161         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1163 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1165         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1166         (unhide-all-children): New functions.
1168         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1169         functions.
1171         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1172         menu item.
1174 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1176         * src/clfswm-util.lisp (rename-current-child): Do not display the
1177         frame info for a window.
1179 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1181         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1182         frame window for the removed child and its children.
1184 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1186         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1187         autodoc functions.
1189 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1191         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1192         the ROX pinboard (ie: leave it lowered in the root window as
1193         expected).
1195         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1196         (tile-left-layout, tile-right-layout, tile-top-layout)
1197         (tile-bottom-layout): Use all the frame space when there is only
1198         one child.
1200         * src/clfswm-internal.lisp (place-window-from-hints): Center
1201         unmanaged windows in the root screen.
1203         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1204         new functions.
1206 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1208         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1209         typo in managed types.
1211         * src/clfswm-internal.lisp (show-child): Always display frame info
1212         even if the frame is hidden.
1214         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1215         resize windows.
1217 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1219         * src/clfswm-util.lisp (with-movement): Display frame info for all
1220         frames in current root.
1222 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1224         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1226         * src/bindings-second-mode.lisp (define-second-key #\a): New
1227         binding on 'add-default-frame'.
1229         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1230         message to follow the autodocumentation process.
1232 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1234         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1235         "Space" to jump to a child. "B" to bind a slot on the current
1236         child.
1238         * src/bindings-second-mode.lisp: Use "Tab" instead of
1239         "Iso_Left_Tab".
1241 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1243         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1244         unmanaged (hidden) windows.
1246         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1247         minimal size for windows.
1248         (with-all-windows-frames-and-parent): New function.
1250         * src/config.lisp (*default-window-width/height*): New parameters.
1252         * src/clfswm-internal.lisp (place-window-from-hints): Center
1253         windows in the screen instead of in there frame.
1255         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1256         binding on C-t.
1258         * src/clfswm-layout.lisp (register-layout): Intern the once name
1259         in the right package.
1261 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1263         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1265 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1267         * src/clfswm-internal.lisp (set-current-child)
1268         (adapt-child-to-parent, show-child, hide-child): Handle the case
1269         where child is not a frame or a window.
1271         * src/clfswm-util.lisp
1272         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1273         Check if child is a frame.
1275         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1276         where frame is null.
1277         (place-frame): Check if frame and parent are frames.
1279         * src/clfswm-info.lisp (info-mode): display all frame info before
1280         leaving.
1282         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1283         info before leaving.
1285         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1287 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1289         * src/tools.lisp (getenv): Implemented for ECL.
1290         (urun-prog): Implemented for ECL.
1292         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1293         display text.
1295         * src/clfswm-query.lisp (query-string): Use a double buffer to
1296         display text.
1298         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1299         display text.
1301         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1302         New functions.
1304 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1306         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1308         * src/menu-def.lisp: New file: move all menu definition in
1309         menu-def.lisp.
1311         * src/clfswm-layout.lisp (register-layout): Use a function instead
1312         of a macro.
1314 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1316         * src/clfswm-autodoc.lisp (produce-menu-doc,
1317         (produce-menu-doc-html): New functions.
1318         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1320         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1321         paste a child on one of its own children. (this prevent a
1322         recursive bug).
1323         (move-child-to): Rename move/copy-current-child-by to
1324         move/copy-child-to.
1325         (mouse-move-window-over-frame): New function to move the window
1326         under the mouse cursor to another frame.
1328         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1330 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1332         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1333         windows only when its window parent is the current child.
1335 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1337         * src/clfswm-util.lisp (manage-current-window)
1338         (unmanage-current-window): New functions: Allow to force to manage
1339         or unmanage a window by its parent frame.
1341         * src/bindings-second-mode.lisp (#\o): binded to
1342         set-open-in-new-frame-in-parent-frame-nw-hook and
1343         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1345         * src/clfswm-util.lisp (with-current-window): New macro.
1347         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1348         exposure and enter-window handle event.
1350         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1351         children for the current child after the move/resize.
1353 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1355         * src/xlib-util.lisp (resize-window): Take care of window size
1356         hints.
1358         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1359         move/resize unmanaged windows.
1361         * src/xlib-util.lisp (move-window, resize-window): New functions.
1363 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1365         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1366         user choose what window type the current frame must handle.
1367         (display-current-window-info): New function.
1368         (current-frame-manage-all-window-type)
1369         (current-frame-manage-only-normal-window-type)
1370         (current-frame-manage-no-window-type): New functions.
1372         * src/clfswm-internal.lisp (managed-window-p): New function.
1374         * src/package.lisp (frame): Managed type: new frame
1375         parameter. This allow to choose what window type a frame must
1376         handle.
1378         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1380         * src/clfswm-nw-hooks.lisp
1381         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1383         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1384         function.
1386         * src/tools.lisp (ensure-printable): Return always a string even
1387         with a null string.
1389 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1391         * src/config.lisp (*default-nw-hook*): New variable to change the
1392         default new window hook.
1394 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1396         * clfswm.asd (clfswm): Add a dependency from
1397         clfswm-second-mode.lisp to clfswm.lisp.
1399         * src/clfswm-util.lisp (identify-key): Show the documentation for
1400         the function bound on a key.
1401         (with-movement): Move with-movement,
1402         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1403         to clfswm-util.lisp.
1405         * src/clfswm-menu.lisp: New menu system that let user change keys
1406         or functions associated to keys.
1408 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1410         * src/clfswm-internal.lisp (show-all-children): Display-child is
1411         the first child by default. Solve a bug with father-p.
1413 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1415         * src/clfswm-internal.lisp (add-frame): Add frame return the
1416         created frame.
1417         (show-all-children): Move the size computation outside the
1418         show-child part.
1420         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1421         the current child.
1423         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1424         only the current child.
1426         * src/clfswm-internal.lisp (show-all-children): New display-child
1427         parameter to display only the desired child and its children.
1428         (select-next/previous-child): Only display the current child.
1430 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1432         * src/clfswm.lisp (init-display): Move the default frame creation
1433         on the default init hook.
1435         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1436         the main mode (for example: "1" on an azerty keyboard).
1438 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
1440         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
1441         keysyms. Revert to old grabbing method for the main mode.
1443 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
1445         * src/clfswm.lisp (init-display): Add key handling on no focus
1446         window and on frame windows.
1448 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1450         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
1451         all keys by default and replay just what is needed. No change for
1452         the second mode.
1454         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
1455         (find-key-from-code): Test for shift and not shift presence.
1457 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
1459         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
1460         new key parameter to have less flickering.
1462 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
1464         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
1465         layout only one time and revert to no-layout to freely handle
1466         frames.
1468         * src/clfswm-nw-hooks.lisp
1469         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
1470         with new created window.
1472         * src/clfswm-layout.lisp (register-layout): Now register
1473         automatically a once layout to set the layout only one time and
1474         revert to no-layout to freely handle frames.
1476 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1478         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
1479         nw-hook: Open the next window in the current frame and leave the
1480         focus to the current child.
1482 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
1484         * src/bindings-second-mode.lisp: Add keys definitions to
1485         bind-or-jump in the second mode.
1487         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
1488         macro for bind-or-jump-(1|2|3...).
1490         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
1491         arguments to function. This allow to do things like:
1492         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
1493         are passed to my-function on key press.
1495 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
1497         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
1499 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
1501         * src/clfswm-internal.lisp (child-fullname): New function
1503         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
1504         docstring in info-mode-menu. An item can be
1505         '((key function) (key function)) or with docstring
1506         '((key function "documentation 1") (key function "bla bla") (key function))
1508         * src/tools.lisp (ensure-n-elems): New function.
1510         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
1511         resize a frame or the window's father.
1513         * src/clfswm.lisp (init-display): Remove tile-space-layout by
1514         default on the root frame.
1516         * src/clfswm-util.lisp (move/resize-frame): Add standard event
1517         hooks handlers (map-request, configure-notify...)
1519         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
1520         child size to 1x1.
1522 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1524         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
1525         or the window's father.
1527         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
1528         event only if there is a geometry change.
1529         (mouse-focus-move/resize-generic): Generic function to move or
1530         resize a frame or a window father frame.
1532 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1534         * src/clfswm-internal.lisp (show-all-children): Return t if there
1535         is a geometry change.
1537 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
1539         * src/bindings.lisp (Up/Down): Swap select previous/next level.
1541         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
1543         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
1545         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
1546         (with-all-*): Reverse the child list to manage the first child last (like in
1547         show-all-children).
1549         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
1550         root window only if true.
1552         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
1553         root window only if *create-frame-on-root* is true.
1555         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
1556         on the root window.
1558 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
1560         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
1561         the current child (even if it's a window).
1563 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
1565         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
1566         (mouse-click-to-focus-and-resize): New functions.
1568         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
1569         (*-px->fl): Convert pixel coordinates to float.
1571         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
1573 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
1575         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
1576         first child.
1578         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
1579         and hide-all-children.
1580         (raise-if-needed): New function.
1581         (show-child): Use a first-p parameter to raise windows only when they are
1582         first child.
1584 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
1586         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
1587         -> less flickering.
1589 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
1591         * src/clfswm-info.lisp (keys-from-list): new function.
1593         * src/*: rename 'childs' in 'children'.
1595         * src/*: rename 'group' in 'frame'.
1597 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
1599         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
1601 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
1603         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
1605 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
1607         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
1608         Bind control+o to open the next window in a new group in the root group
1609          (as open in next window in a new workspace in 0801 version).
1611 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
1613         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
1614         window.
1616 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
1618         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
1619         instead of Tab for select-previous-child.
1621 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
1623         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
1624         new functions.
1626 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
1628         * clfswm-util.lisp (identify-key): Display the documentation
1629         associated to keys when identifying a key.
1631 2008-03-10  Xavier Maillard  <xma@gnu.org>
1633         * contrib/clfswm: Complete rewrite of the script. Detect error and
1634         act accordingly. Add command line arguments to configure the
1635         script execution. User can now choose different common lisp
1636         implementation (clisp and sbcl only), choose where to store the
1637         dumped image, where to find clfswm source.
1639 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
1641         * clfswm-internal.lisp (process-new-window): Beginning of new
1642         window hook: each group have a hook to tell what he wants to do
1643         with the new created window.
1645 2008-03-08  Xavier Maillard  <xma@gnu.org>
1647         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
1648         call the resulting executable.
1650         * clfswm.lisp (read-conf-file): Check for the user config file in
1651         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
1652         prefered whenever possible.
1654 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
1656         * clfswm-layout.lisp (*-layout): Add an optional raise-p
1657         parameter in each layout.
1659 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1661         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
1662         root group.
1663         (copy/move-current-child-by-name/number): new functions
1664         (focus-group-by-name/number): new functions
1665         (delete-group-by-name/number): new functions
1667 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1669         * ************************************************************ *
1670         *: Major update - No more reference  to workspaces. The main   *
1671         structure is a tree of groups or application windows.          *
1672         * ************************************************************ *
1674 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
1676         * clfswm.lisp (read-conf-file): Read configuration in
1677         $HOME/.clfswmrc or in /etc/clfswmrc or in
1678         $XDG_CONFIG_HOME/clfswm/clfswmrc.
1679         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
1680         to $HOME/.config/).
1682 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
1684         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
1685         by default.
1687 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
1689         * clfswm-internal.lisp (find-window-group): New function.
1691         * clfswm*: Change to make clfswm run with clisp/new-clx.
1693 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
1695         * clfswm-util.lisp (query-show-paren): Add show parent matching in
1696         query string.
1697         (query-string): Bind control+k to delete end of line.
1699         * clfswm-second-mode.lisp (draw-second-mode-window): Display
1700         the action on mouse motion in second mode.
1702         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
1703         event but do not clear the root window.
1704         (handle-configure-request): Adjust unmanaged window from there
1705         request.
1707         * clfswm-internal.lisp (process-new-window): Adjust new window
1708         with the specified hints (max/min/base width/height).
1710 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
1712         * clfswm.lisp (handle-configure-request): Send an Configuration
1713         Notify event. This solve a bug with xterm and rxvt who takes some
1714         times to be mapped. Now there is no delay.
1716         * bindings-second-mode.lisp (define-shell): Run programs after
1717         living the second mode.
1719 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
1721         * clfswm-internal.lisp (process-new-window): Do not crop transient
1722         window to group size.
1723         (adapt-window-to-group): Do not crop transient window to group
1724         size.
1726         * clfswm.lisp (handle-configure-request): Adapt just the window to
1727         its group and don't take care of the configure request. Remove the
1728         bug with the Gimp outside the group and speed up the window
1729         manipulation.
1730         (handle-exposure): Remove show-all-group on exposure event
1731         -> Speed up.
1733 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
1735         * clfswm-util.lisp (circulate-group-up-copy-window)
1736         (circulate-group-down-copy-window)
1737         (circulate-workspace-up-copy-group)
1738         (circulate-workspace-down-copy-group): Prevent the copy of the
1739         same window in the same workspace.
1741         * bindings-second-mode.lisp (release-copy-selected-window)
1742         (release-copy-selected-group): Prevent the copy of the same window
1743         in the same workspace.
1745         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
1746         (generic-pager-move-window-on-next-line): Remove the copy
1747         property.
1748         (generic-pager-move-group-on-next-workspace)
1749         (generic-pager-move-group-on-previous-workspace): Prevent the copy
1750         of the same window in the same workspace.
1752         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
1753         (mouse-pager-copy-selected-group-release): Prevent the copy of the
1754         same window in the same workspace.
1756         * tools.lisp (setf/=): new macro to set a variable only when
1757         necessary.
1759         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
1760         x, y... only when necessary.
1762 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
1764         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
1765         new function and hook: force windows to stay in its group (solve a
1766         bug with the Gimp).
1768 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
1770         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
1771         less flickering when moving/resizing groups.
1773         * clfswm-internal.lisp (hide-group): new function.
1774         (show-all-group): clear-all: new parameter.
1776 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
1778         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
1779         macro.
1780         * clfswm*: Color change for the pager. Typo or better description
1781         in bindings definitions. Define bindings for a qwerty keyboard by
1782         default. dot-clfswmrc show examples to switch to an azerty
1783         keyboard.
1784         License change to GPL v3.
1785         * config.lisp: new file - group all globals variables in this
1786         file.
1788 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1790         * xlib-util.lisp (hide-window): Remove structure-notivy events
1791         when hidding a window.
1793 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1795         * package.lisp (*sm-property-notify-hook*): Readded
1796         property-notify-hook in second mode.
1798 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1800         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
1802 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1804         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
1805         Tile the current workspace with the current window on one side and
1806         others on the other (this emulate the larswm, dwm, wmii way). See
1807         the default configuration file to enable this mode by default.
1809         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
1810         the pager.
1812 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1814         * clfswm-pager.lisp (pager-draw-window-in-group): Add
1815         ensure-printable to print windows name even with non-ascii
1816         characters.
1818 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
1820         * clfswm-pager.lisp (pager-explode-current-group): Create a new
1821         group for each window in group.
1822         (pager-implode-current-group): Move all windows in workspace to
1823         one group and remove other groups.
1825         * clfswm-pack.lisp (explode-group): Create a new group for each
1826         window in group.
1827         (implode-group): Move all windows in workspace to one group and
1828         remove other groups.
1830         * clfswm-util.lisp (identify-key): Remove local configuration
1831         variables and made them available for configuration from
1832         package.lisp.
1833         (query-string): idem.
1835 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1837         * netwm-util.lisp: Start of NetWM compliance.
1838         Add a Netwm client list gestion.
1840 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1842         * clfswm-internal.lisp (create-group-on-request): open a new group
1843         only when the current group is not empty.
1845         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
1846         bug with null workspace.
1848         * clfswm-pager.lisp (pager-handle-event): Add a hook
1849         system. This hooks can be changed in the user configuration file.
1851         * package.lisp: All colors and font variables are set in
1852         package.lisp and can be configured in the user configuration
1853         file.
1854         Note: If you have configured some less ugly colors (esp. for the
1855         pager) don't hesitate to let me know :)
1857         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
1858         system. This hooks can be changed in the user configuration file.
1860         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
1861         changed in the user configuration file (~/.clfswmrc)
1863 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1865         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
1866         arrow action, open next window in new workspace/group.
1868         * bindings.lisp (stop-all-pending-actions): new binding.
1869         (open-next-window-in-new-group-once): Open the next windows in a
1870         new group (only once) or open all new windows in a new group (like
1871         others windows managers).
1873 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1875         * clfswm.lisp (read-conf-file): New function to read a lisp
1876         configuration file at startup.
1877         (focus-group-under-mouse): Check if group isn't the current group
1878         ( prevent a bug with unclutter ).
1880 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
1882         * bindings.lisp (run-program-from-query-string): A program can be
1883         launch from a input query window.
1885 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
1887         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
1889 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
1891         * clfswm.lisp (process-new-window): One can now open the next
1892         window in a workspace called by its number.
1894         * clfswm-util.lisp (query-font-string): Minimal editing
1895         capabilities.
1896         (eval-from-string): And an REPL in the window manager... :)
1898 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1900         * clfswm.lisp (process-new-window): One can now open the next
1901         window in a new workspace or a new group.
1903         * clfswm-pager.lisp (pager-mode): Display the next arrow action
1904         with the hidden windows.
1906         * clfswm.lisp (second-key-mode): Display the current workspace
1907         number and the next arrow action in the state window.
1909         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
1910         the pager mode and then redisplay only the current workspace.
1912 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
1914         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
1915         they can be focused with a keypress, sorted or renumbered.
1917 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1919         * clfswm-pager.lisp (pager-mode): Remove multiple silly
1920         pager-draw-display. This prevent a lot of flickering in the
1921         pager.
1923         * clfswm.lisp: Remove all display-force-output and replace them
1924         with only one display-finish-output in the event loop.
1926 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
1928         * clfswm-pager.lisp (pager-center-group): New function - center a
1929         group at the middle of the screen.
1931         * clfswm-pack.lisp (center-group): New function - center a group
1932         at the middle of the screen.
1934         * clfswm.lisp (show-group): Add a cross line under the group.
1935         (show-group): Group are showned even if fullscreened.
1936         (init-display): Add an exposure event on the root window.
1938 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
1940         * package.lisp (*default-group*): Default group is the same size
1941         of a fullscreened group.
1943         * bindings*: Use shift to move, control+shift to copy.
1945         * *.lisp: Add comments for configuration or alternatives. So grep
1946         for CONFIG to see where you can configure clfswm. And grep for
1947         Alternative to use some commented code.
1949         * clfswm.lisp (second-key-mode): Use a single window to show the
1950         second mode. See for alternatives at the end of this file.
1952 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
1954         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
1955         macro of key and mouse definitions.
1956         (define-define-key/mouse): Use state instead of modifiers list
1957         this fix a bug when the modifiers list is not in the rigth order.
1959         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
1961 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
1963         * clfswm-info.lisp (info-mode): Add an info mode.
1965 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
1967         * clfswm.lisp (process-new-window): Change border size for
1968         transient windows.
1969         (show-all-windows-in-workspace): Unhide all windows even when the
1970         current group is in fullscreen mode.
1972 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1974         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
1975         redisplay the identify window after a terminal switch.
1977         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
1978         redisplay the pager after a terminal switch.
1980 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
1982         * clfswm-util.lisp (identify-key): Add a window to display
1983         the keys to identify on screen.
1985         * bindings.lisp, bindings-pager.lisp: Define same keys to
1986         move/copy groups/windows in second mode and in pager.
1988         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
1989         drawing lags).
1990         (show-all-windows-in-workspace): unhide window before adapting it
1991         to group.
1993 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
1995         * clfswm.lisp (handle-event): Revert to an older version.
1997 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
1999         * clfswm-util.lisp (force-window-in-group)
2000         (force-window-center-in-group): New functions for transient windows.
2002         * clfswm-pager.lisp (pager-remove-current-workspace/group):
2003         bugfix: hide all windows before removing group or workspace.
2005 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
2007         * bindings-pager.lisp (mouse-pager-move-selected-group)
2008         (mouse-pager-copy-selected-group)
2009         (mouse-pager-move-selected-window)
2010         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
2011         (mouse-pager-rotate-window-down): New functions to have mouse in
2012         pager mode.
2014         * clfswm-pager.lisp (pager-swap-window)
2015         (pager-copy-group-on-next/previous-workspace)
2016         (pager-copy-window-on-next/previous-line): New functions
2018 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
2020         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
2021         (pager-move-group-on-next/previous-workspace): new functions.
2023         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
2024         to its half size (new functions).
2026 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
2028         * clfswm-pager.lisp: workspaces, groups and windows can now be
2029         selectionned with the keyboard or the mouse.
2031 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
2033         * clfswm-pager.lisp (pager-select-workspace-right/left):
2034         workspaces can now be selectionned with the keyboard.
2036 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
2038         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
2039         new function to remove a previous defined key or mouse combination.
2041 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
2043         * clfswm.lisp (main): Check for access error in init-display.
2045         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
2046         keycode before grabbing.
2048         * bindings.lisp: Remove nlambda and use defun to keep the function
2049         documentation with clisp.
2050         (define-shell): new macro to define shell command for the second
2051         mode.
2053 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
2055         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
2056         boggus typecase.
2058 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2060         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2061         workspace circulation.
2063         * clfswm-util.lisp (absorb-orphan-window): new function.
2065         * clfswm-keys.lisp: Keysyms support.
2067 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2069         * clfswm.lisp (show-group): Use one gc for all groups and not one
2070         per group.
2072 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2074         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2076         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2077         width and height outside group.
2079 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2081         * clfswm.lisp: First public release.