* src/clfswm-pack.lisp (implode-frame, implode-current-frame): New functions. Absorb...
[clfswm.git] / ChangeLog
blob9d647f2c4a5c0f79522404c2a2e93eae32125e38
1 2011-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
3         * src/clfswm-pack.lisp (resize-frame-constrained): Takes care of
4         border size.
5         (implode-frame, implode-current-frame): New functions. Absorb all
6         frames subchildren in frame. Explode frame opposite.
8 2011-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
10         * src/clfswm-pack.lisp (move-frame-constrained)
11         (resize-frame-constrained): New function. Move and resize frame
12         with the mouse constrained by other frame brothers.
14 2011-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
16         * src/clfswm-util.lisp (with-movement-select-next-brother)
17         (with-movement-select-previous-brother)
18         (with-movement-select-next-child): Use a simple method (do not
19         enter in the circulate mode) to allow to circulate in all children
20         or brothers.
22         * src/clfswm-menu.lisp (open-menu): Save info hash table keys
23         instead of deleting newly created keys.
25 2011-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
27         * src/clfswm-internal.lisp (x-px->fl, y-px->fl): Takes care of
28         border size.
30 2011-03-20  Philippe Brochard  <pbrochard@common-lisp.net>
32         * src/clfswm-info.lisp (show-config-variable): call
33         produce-conf-var-doc.
35 2011-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
37         * src/clfswm-autodoc.lisp (produce-conf-var-doc-html): Produce a
38         documentation for all configurable variables in CLFSWM -
39         HTML version.
41         * src/clfswm-internal.lisp (leave-frame): Hide all children except
42         the current window.
44 2011-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
46         * src/clfswm-autodoc.lisp (produce-all-docs): Produce a
47         documentation for all configurable variables in CLFSWM.
49         * src/clfswm-layout.lisp (set-gimp-layout): Display a notify
50         window with the help on the GIMP layout.
52 2011-03-12  Philippe Brochard  <pbrochard@common-lisp.net>
54         * src/menu-def.lisp: Menu update to prevent cursor keys clash.
56         * clfswm.asd: Change compilation order to prevent undefined
57         variables.
59         * src/clfswm-internal.lisp (show-child(frame)): Handle properly
60         the show-root-frame-p parameter.
62 2011-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
64         * src/clfswm-util.lisp (move-frame, resize-frame): Do not move or
65         resize a frame when it's the current root.
67 2011-03-10  Philippe Brochard  <pbrochard@common-lisp.net>
69         * src/clfswm-internal.lisp (show-all-children): Handle properly
70         duplicated child in multipe frames.
72 2011-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
74         * contrib/volume-mode.lisp (set-default-volume-keys): Add more
75         keybindings (up/down, right/left) to raise/lower the volume.
77         * src/clfswm-layout.lisp: Add a variable border size for frames
78         and windows.
80 2011-03-08  Philippe Brochard  <pbrochard@common-lisp.net>
82         * src/clfswm-util.lisp (cut-current-child, remove-current-child)
83         (delete-current-child): Hide the current child before doing the
84         action.
86         * src/clfswm-internal.lisp (show-all-children): Hide windows not
87         in the current root before displaying those in current root.
88         Remove all hide-all unnecessary calls.
90         * src/clfswm-configuration.lisp (save-variables-in-conf-file):
91         Save only variables with a different value than there original
92         value.
94 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
96         * src/clfswm-info.lisp (show-config-variable): Use the new
97         defconfig method.
99         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
100         the new defconfig method.
102         * src/clfswm-configuration.lisp (create-configuration-menu):
103         Change the config system with a more lispy one and a less string
104         based one: (defconfig name value group doc).
107 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
109         * src/clfswm-internal.lisp (show-all-children): Simplify the
110         selection method.
111         (show-child): Display an unmanaged window whe  it's the current
112         child.
113         (show-all-children): add the ability to display all child from
114         *root-frame* and hide all those who are not in *current-root*.
115         -> remove hide-all-children when needed.
117         * src/xlib-util.lisp (move-window,resize-window): Add a
118         *color-move-window* border when moving or resizing a window.
120 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
122         * src/clfswm-internal.lisp (show-all-children): Perform only one
123         recusion on the clfswm tree: calculate geometry and place child in
124         one pass.
126 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
128         * src/clfswm-internal.lisp (show-all-children): Rethink of display
129         child order to prevent very annoying flickering.
131 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
133         * src/clfswm-util.lisp (query-yes-or-no): New function.
135         * src/clfswm-configuration.lisp (reset-all-config-variables): New
136         function and menu entry.
137         (query-conf-value): Add the ability to leave the field blank to
138         reset the variable to its default value.
140 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
142         * src/clfswm-configuration.lisp
143         (add-all-configuration-default-value): Add a default value to
144         configurable variables.
146 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
148         * src/clfswm.lisp (main-unprotected): Create the configuration
149         menu only once at startup.
151 2011-02-22  Desmond O. Chang <dochang@gmail.com>
153         * contrib/amixer.lisp: Add a volume mode inspired by the emms
154         volume package. Alsa mixer interface.
156         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
157         volume package.
159 2011-02-22 Desmond O. Chang <dochang@gmail.com>
161         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
162         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
163         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
164         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
166 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
168         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
169         the notify window, the virtual keyboard and the clfswm terminal by
170         default.
172 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
174         * src/clfswm.lisp (main-unprotected): Destroy the notify window
175         before closing the display. This fix a bug when resetting/reloading
176         clfswm.
178 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
180         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
181         (raise-window-fun, raise-and-focus-window-fun): New functions.
183         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
184         urxvt.
185         (*never-managed-window-list*): Structure change to be more
186         flexible. Let the choice to focus, raise and do nothing on never
187         managed windows.
189 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
191         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
192         care of never managed windows to move or resize them if the raise
193         parameter is true.
195         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
196         functions.
198 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
200         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
201         following request in *never-managed-window-list*.
203 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
205         * *: **** Release 1102 ****
207 2011-02-05  Desmond O. Chang <dochang@gmail.com>
209         * src/keysyms.lisp: Add extended keysyms from stumpwm.
211 2011-02-01  Desmond O. Chang <dochang@gmail.com>
213         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
214         Desmond O. Chang).
216         * src/clfswm-internal.lisp (with-all-*): add a nil block.
218 2011-01-28  Desmond O. Chang <dochang@gmail.com>
220         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
221         be $HOME/.config by default.
223 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
225         * contrib/osd.lisp (display-doc): Add another method where a
226         CLFSWM native window is used to display the key documentation.
228 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
230         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
231         main mode state.
233 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
235         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
236         mode leave function only when the generic mode was ended.
238 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
240         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
241         *second-mode-program* anymore.
243 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
245         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
246         variable bound to a function executed (when not null) on second
247         mode leaving.
249 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
251         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
252         hidden windows.
254 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
256         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
257         Do not display the accel window for unmanaged windows.
259 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
261         * src/clfswm-internal.lisp (set-current-root): Handle
262         window-parent in set-current-root.
264         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
265         focus the parent child when the current root is a window.
267 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
269         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
270         New function an bindings.
272         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
273         blanks if needed.
275 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
277         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
278         function to let the user choose to keep child position with
279         tile layout.
281         * src/clfswm-internal.lisp (remove-frame-data-slot): New
282         function.
284 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
286         * src/clfswm-internal.lisp (frame-select-next-child)
287         (frame-select-previous-child): New functions and bindings. Select
288         the next/previous child in the current frame.
290 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
292         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
293         completion in query-mode.
295 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
297         * src/clfswm-query.lisp (query-print-string): Handle long lines
298         correctly.
300 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
302         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
303         all characters are printable.
305 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
307         * contrib/server/server.lisp: Load clfswm client code in the main
308         program and let the user start it with a --client command line
309         option.
311         * src/package.lisp (*main-entrance-hook*): New hook executed after
312         loading configuration file and before opening the display.
314 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
316         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
318         * src/clfswm-internal.lisp (show-child): Show window only if not
319         hidden.
321         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
322         change modifiers after binding definition.
324 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
326         * contrib/osd.lisp: New file: OSD (On Screen Display) for
327         presentations.
329         * src/clfswm-menu.lisp (open-menu): Modularise function.
331 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
333         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
334         key binding in main and second mode.
336 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
338         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
339         functions to a more generic Notify-window system.
341         * src/tools.lisp (add-timer): Add an id to identify the timer.
343 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
345         * src/tools.lisp (erase-timer): New function.
347         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
348         the hello window. Add Configuration variables.
350 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
352         * src/clfswm-util.lisp (): Add an Hello window at startup.
354         * src/tools.lisp (process-timers): Add a timer system.
356 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
358         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
359         the mod-5 modifier.
361 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
363         * src/clfswm-query.lisp (query-print-string): Change cursor color
364         and show parenthesis matching with colors (on match and on
365         errors).
367 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
369         * src/clfswm-internal.lisp (show-all-children): Do not raise a
370         child when its parent is hidden.
372 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
374         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
375         possibility to circulate over subchild of the current child.
377         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
378         (expose-windows-generic): Add an escape-body function to return to
379         the original state on escape key.
381         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
382         to bind the current child from the configuration file.
384 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
386         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
387         window hook: the frame absorb all new windows that match
388         nw-absorb-test frame data slot.
390 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
392         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
393         title in accel window.
395 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
397         * configure: Use the Xavier Maillard clfswm script in contrib to
398         build an executable in the standard way.
400 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
402         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
403         New functions. Add a window on each child in the expose mode to
404         quickly select them.
406         * src/clfswm-internal.lisp (child-x, child-y, child-width)
407         (child-height): New methods to get real child coordinates.
409 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
411         * src/clfswm-layout.lisp (*-layout): Use child-position.
413         * src/clfswm-internal.lisp (child-position): New function.
415         * src/clfswm-expose-mode.lisp (expose-windows-mode)
416         (expose-all-windows-mode): Use a generic mode.
418         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
419         with handle-event-fun symbols instead of inspecting clfswm
420         internals symbols on each mode change.
422         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
423         a separate clfswm-expose-mode.lisp file.
425         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
426         screen size instead of hardcoded test coordinates.
428 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
430         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
431         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
432         (speed-mouse-undo, speed-mouse-first-history): New functions to
433         quickly move the mouse. Implemented for the second mode.
435 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
437         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
438         write permission on $clfswm_asd_path. So anybody can start clfswm
439         even if there is no write permission on the source directory.
441 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
443         * contrib/clfswm: Add support to cmucl, ccl and ecl.
445 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
447         * src/clfswm-util.lisp (set-hide-unmanaged-window)
448         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
449         New functions and menu entry.
450         (set-globally-hide-unmanaged-window)
451         (set-globally-show-unmanaged-window): New functions and menu
452         entry.
454         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
455         function.
456         (show-child): Add a data slot on frame to hide or not unmanaged
457         windows.
459         * src/clfswm-corner.lisp (present-clfswm-terminal)
460         (present-virtual-keyboard): Use a function (generic-present-body)
461         instead of a macro (generate-present-body).
463         * src/clfswm-util.lisp (update-menus): List all directories and
464         subdirectories in $XDG_DATA_DIRS/applications.
466 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
468         * src/clfswm-corner.lisp (generate-present-body): New macro.
469         (present-clfswm-terminal, present-virtual-keyboard): Use
470         generate-present-body.
472 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
474         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
475         instead of the non-portable Debian update-menu.
477 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
479         * src/clfswm.lisp (error-handler): New function do handle
480         asynchronous errors and ignore them.
481         (open-display): Install the new error-handler on display.
483 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
485         * src/xlib-util.lisp (with-xlib-protect): Add a
486         with-simple-restart on top of body execution.
488 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
490         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
491         with-xlib-protect.
493         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
494         handle-event. Add a with-simple-restart to prevent a
495         clisp/new-lisp infinite loop.
497 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
499         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
500         clfswm terminal working even on xterm title changes.
502 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
504         * src/clfswm-util.lisp (run-other-window-manager): Update for
505         clisp compatibility.
507         * src/tools.lisp (do-execute): New parameter io to change the
508         input/output method.
510         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
511         the current root.
513         * src/clfswm-internal.lisp (child-member): New predicate.
514         (child-remove): New function.
516         * src/*.lisp: Use child-member and child-remove everywhere it's
517         needed.
519 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
521         * src/clfswm.lisp (main-loop): Ensure that all events have been
522         processed after a process-event.
524         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
526 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
528         * src/clfswm.lisp (main-mode:configure-request): Raise the window
529         only when present on the current child and focus it accordingly.
531 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
533         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
534         Use is-a-key-pressed-p.
536         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
538         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
539         returned by xlib:keysym->keycodes.
541         * src/*.lisp: Use the new child-equal-p to compare children. This
542         prevent a bug with sbcl/cmucl when the standard equal function
543         does not work with xlib:window.
545         * src/clfswm-internal.lisp (child-equal-p): New predicate.
547 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
549         * src/clfswm-generic-mode.lisp (generic-mode): Use an
550         xlib:event-listen before processing event with
551         xlib:process-event. This prevent a bug with CLX threaded
552         implementation like sbcl.
554         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
555         processing event with xlib:process-event. This prevent a bug with
556         CLX threaded implementation like sbcl.
558 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
560         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
562         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
563         of an event-case.
565         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
566         (find-parent-frame, find-frame-window, find-frame-by-name)
567         (find-frame-by-number): Use with-find-in-all-frames to search in
568         frames in the right order.
570         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
571         unwanted flickering with unmanaged windows.
573 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
575         * src/package.lisp: Remove event handler hooks as they're not
576         needed anymore (To replace them: use closure and define-handler).
578         * src/xlib-util.lisp (move-window, resize-window)
579         (wait-mouse-button-release): Use a generic mode.
581         * src/*.lisp: Replace the case to handle event with a more (tricky)
582         lispy  method which bind a function to each keywords associated
583         to graphics events.
585 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
587         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
588         menu entry between delete-current-child and remove-current-child.
589         ie: Delete a child and its children in all frames by default.
591 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
593         * src/package.lisp: Add a placement configuration group.
595         * src/binding*.lisp: Bind control+g to escape the current action
596         like emacs.
598         * src/clfswm-internal.lisp
599         (delete-child-and-children-in-all-frames): New function and
600         binding: Second mode - Control+Delete delete the current child and
601         its children in all frames (ie: close the current child and its
602         children).
604 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
606         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
607         the frame window and the frame gc. Close a very annoying bug when
608         cuting/pasting a frame or moving a child over frames with the
609         mouse.
611         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
612         all children in *current-root* after moving/resizing a frame.
614 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
616         * src/clfswm-util.lisp (delete-focus-window)
617         (destroy-focus-window): Remove child in parent frame before
618         stopping it.
620 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
622         * src/clfswm-util.lisp (identify-key): Add a timeout in
623         xlib:process-event.
624         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
625         of the window passed by xlib:process-event.
627         * src/xlib-util.lisp (move-window, resize-window)
628         (wait-mouse-button-release): Add a timeout in xlib:process-event.
630 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
632         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
633         to launch an other window manager and to return to clfswm.
635 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
637         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
638         to 1%.
640 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
642         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
643         loop timeout.
645         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
646         parameter and a loop timeout.
648 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
650         * src/clfswm.lisp (main): Add an alternate configuration filename
651         parameter.
653         * load.lisp: Add a debuging code example.
655 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
657         * src/clfswm-configuration.lisp (create-configuration-menu): New
658         menu to configure all clfswm variables while clfswm is running.
660 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
662         * src/clfswm-util.lisp (save-configuration-variables): New
663         function to save all configuration variables in clfswmrc.
665 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
667         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
668         info mode.
669         (set-default-info-keys): Add cursor key support in info mode.
671 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
673         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
674         contrib.
676         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
677         prevent reading the configuration file (this may be useful to
678         produce the original documentation without user modifications
679         with the rc configuration file).
681 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
683         * src/bindings-second-mode.lisp (set-default-second-keys):
684         Simplification of Escape key to close/kill/remove the focus window
685         and unhide all windows.
687         * src/bindings.lisp (set-default-main-keys): Simplification of
688         Escape key to close/kill/remove the focus window and unhide all
689         windows.
691         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
692         focus and unhide all windows capabilities.
694 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
696         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
698 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
700         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
701         Keep child order and don't make unnecessary child movement.
702         (one-column-layout, one-line-layout): New layouts.
704 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
706         * *: **** Release 0906 ****
708         * contrib/cd-player.lisp: New file to handle the CD player.
710         * contrib/xmms.lisp: New file to handle the xmms player.
712 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
714         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
715         Maximize windows in there frame - Leave frames to there actual
716         size.
718         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
719         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
721 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
723         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
725 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
727         * contrib/mpd.lisp: Use a standard menu.
729         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
731 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
733         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
735 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
737         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
738         number key cleanup.
740 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
742         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
743         (again).
745         * src/clfswm-placement.lisp (*-child-placement): One pixel
746         adjustment (again).
748 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
750         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
751         Ensure that all characters are printable.
753         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
754         sizes.
756         * src/clfswm-placement.lisp (*-child-placement): Adjust
757         coordinates to one pixel in the current child.
759 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
761         * src/clfswm-query.lisp (query-enter-function): Assign font before
762         width and height calculation.
764 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
766         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
767         bannish the pointer in an arbitrary place.
769         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
770         place the info window in an arbitrary place.
772         * src/clfswm-query.lisp (query-enter-function): Use with-placement
773         macro to place the query window in an arbitrary place.
775         * src/clfswm-placement.lisp: New file. Allow to place info windows
776         or query windows on an arbitrary place. Allow to bannish the
777         pointer on an arbitrary place.
779 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
781         * src/clfswm-circulate-mode.lisp (reorder-child)
782         (reorder-brother): Unfocus windows before reordering children or
783         brothers.
785 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
787         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
788         the parent is a frame.
790         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
791         motion with a default modifier.
793         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
794         default modifier.
796         * src/clfswm-info.lisp (info-mode): Handle motion with a default
797         modifier.
798         (info-mode): Optimization in loop function.
800 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
802         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
803         root-frame correctly.
805         * clfswm.asd: Dependency fix for clfswm-generic-mode.
807         * src/clfswm-circulate-mode.lisp (reorder-child)
808         (reorder-brother): Handle empty frames.
809         (reorder-brother): Redisplay only the parent frame of the  current
810         child.
812         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
813         parent frame of the  current frame.
815 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
817         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
818         Maximize/Unmaximize the current frame in its parent frame.
820         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
821         windows and frames in there parent frame.
823 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
825         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
827         * src/clfswm-circulate-mode.lisp (reorder-child)
828         (reorder-brother): Reinitialise on circulate type change
829         child to brother or brother to child.
831         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
832         calls xlib:display-finish-output on each map-request. So speed up
833         the window display.
835         * src/xlib-util.lisp (map-window): New function. Call
836         xlib:display-finish-output on each map request.
838 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
840         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
841         Optimisation when drawing second mode window.
843 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
845         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
846         window redraw.
848 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
850         * src/clfswm-util.lisp (run-program-from-query-string): Launch
851         command only with a return validation.
853 2009-04-22  Xavier Maillard  <xma@gnu.org>
855         * src/clfswm-query.lisp (query-string): Use a generic mode.
857 2009-04-19  Xavier Maillard  <xma@gnu.org>
859         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
861 2009-04-18  Xavier Maillard  <xma@gnu.org>
863         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
864         to define all other modes.
866 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
868         * src/package.lisp (): Use *default-font-string* for all
869         font-string.
871         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
873 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
875         * src/xlib-util.lisp (null-size-window-p): Better check of null
876         sized windows.
878 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
880         * src/clfswm.lisp (handle-map-request): Add a fix to manage
881         correctly fullscreen windows (SDL particularly).
883 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
885         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
886         a segfault with clisp/new-clx.
888         * src/clfswm.lisp (handle-motion-notify): Add a needed window
889         argument.
891         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
892         needed window argument.
894 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
896         * src/xlib-util.lisp (wait-no-key-or-button-press)
897         (wait-a-key-or-button-press): Check buttons press/release correctly"
899 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
901         * src/menu-def.lisp: Add children navigation menu in the movement
902         menu (select next/previous child/brother/level).
904 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
906         *  *: Rename 'sister' frame to 'brother' frame.
908         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
909         alias in a real modifier.
911         * src/package.lisp (*modifier-alias*): New list of modifier alias
912         For example: :alt is :mod-1, :numlock is :mod-2...
914         * src/tools.lisp (remove-hook): New function.
916         * src/clfswm-keys.lisp (with-capslock, without-capslock)
917         (with-numlock, without-cnumlock): New functions.
919 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
921         * src/clfswm-info.lisp: Use the *binding-hook* to create info
922         keys and mouse bindings.
924         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
925         second keys and mouse bindings.
927         * src/bindings.lisp: Use the *binding-hook* to create main keys
928         and mouse bindings.
930 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
932         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
933         menu opening.
935 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
937         * src/menu-def.lisp: Use a menu instead of a function for the
938         standard menu.
940 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
942         * src/clfswm-util.lisp (show-standard-menu): Display the standard
943         menu from the 'update-menus' command.
945 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
947         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
948         it's already grabbed.
950         * src/clfswm-internal.lisp (display-frame-info): Use configurable
951         colors and fix a bug with background.
952         (display-frame-info): Set window background when displaying info.
954 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
956         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
957         warning with clisp/new-clx.
959 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
961         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
962         deleted child.
964 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
966         * *: **** Release 0809 ****
968 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
970         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
971         entry.
972         (ensure-unique-number): New function and menu entry.
974 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
976         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
977         hook: open the next window in a named frame.
978         (numbered-frame-nw-hook): New new window hook: open the next
979         window in a numbered frame.
981         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
982         cases. So query-string can be called even in the main mode.
984         * src/clfswm-internal.lisp (show-all-children): Do not raise a
985         child by default => far less flickering.
987 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
989         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
991         * src/menu-def.lisp: Change key binding for the CLFSWM menu
992         entry.
994         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
995         is nil. (workaround on some CLX implementation).
997 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
999         * src/menu-def.lisp: Add a menu to set a focus policy for all
1000         frames.
1002         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
1003         (all-frames-set-*-focus-policy): Set a focus policy for all
1004         frames.
1006         * src/clfswm.lisp (handle-enter-notify): sloppy-select
1007         mode. Select a child and its parents on mouse over.
1009 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
1011         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
1012         policy -> Sloppy focus only for windows in the current frame.
1013         (main-unprotected): Exit clfswm on init error (ie: when another
1014         window manager is running).
1016         * src/clfswm-util.lisp (reset-clfswm): New function.
1018 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
1020         * src/clfswm-menu.lisp (init-menu): New function.
1022         * src/clfswm-util.lisp (reload-clfswm): New function to reload
1023         CLFSWM.
1024         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
1026         * src/clfswm.lisp (main, main-unprotected): Handle error in a
1027         superior main function. Now CLFSWM can't break the X session. It
1028         just reinitialize the display and run a new main loop.
1030         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
1031         *vt-keyboard-on* global to avoid warnings when loading clfswm.
1033         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
1034         (help-on-gimp-layout): Describe how to use the GIMP layout.
1036 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
1038         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
1039         main-window-right-layout. Change the keybinding for (shift)alt+tab
1040         to not select windows in the main window lisst.
1041         Bind F8 to add a window in the main window list.
1042         Bind F9 to remove a window in the main window list.
1043         Change the focus policy to :sloppy.
1044         (set-previous-layout): Restore the previous layout, keybinding and
1045         focus policy.
1047 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
1049         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
1051         * src/clfswm-layout.lisp (main-window-left-layout)
1052         (main-window-bottom-layout, main-window-top-layout): New
1053         functions.
1054         Factorize layouts in menu.
1056 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1058         * src/clfswm-layout.lisp (main-window-right-layout): A possible
1059         GIMP layout: one or more main windows on one side of the
1060         frame. Others on the other size.
1062         * src/clfswm-util.lisp
1063         (current-frame-set-click/sloppy-focus-policy): Each frame can have
1064         a different focus policy (one of :click or :sloppy).
1065         The default focus policy is set with *default-focus-policy*.
1067 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
1069         * src/clfswm-info.lisp (show-config-variable): New function.
1071 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
1073         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
1075         * src/clfswm-info.lisp: Colored help for key binding and corners
1076         actions.
1078 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
1080         * src/clfswm-util.lisp (delete-focus-window)
1081         (destroy-focus-window): Remove chid only in
1082         handle-unmap/destroy-notify. Focus *current-root* only when
1083         closing/killing the current child.
1085         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
1086         functions or corners.
1088 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1090         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
1091         action: Hide/Unhide a terminal on mouse corner action. (By default
1092         right mouse button on the top left corner).
1094         * src/config.lisp (*never-managed-window-list*): New config
1095         variable.
1097         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1098         Handle never managed window in a more simple way.
1100         * src/clfswm-corner.lisp: New file and new and more simple method
1101         to define corners actions.
1103 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1105         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1107         * src/clfswm-layout.lisp (fast-layout-switch)
1108         (define-fast-layout-switch): New functions: Switch between two
1109         layouts.
1111         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1112         really in the second mode. So leave-second-mode can be used even
1113         in the main mode.
1115         * src/clfswm-util.lisp (switch-to-last-child): New function:
1116         Store the current child and switch to the previous one.
1118 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1120         * src/clfswm-util.lisp (display-current-window-info): Display the
1121         window id.
1122         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1123         (top right by default). By default 'xvkbd' is used.
1125 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1127         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1128         events.
1130         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1132         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1133         motion events.
1135         * src/clfswm-info.lisp (info-mode): Compress motion events.
1137 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1139         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1140         and selection first and then show only necessary children.
1141         (show-child): remove unneeded display-p parameter.
1143         * src/config.lisp (get-fullscreen-size): Place the frame border
1144         outside the screen (this prevent the loose of 2 pixels per
1145         directions :)
1147 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1149         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1150         raise only the selected child.
1152 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1154         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1155         Raise only viewable children.
1157 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1159         * src/clfswm-internal.lisp (show-all-children): Always raise all
1160         displayed children. Remove all references to raise-p.
1162 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1164         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1165         child in its frame.
1167         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1168         second mode binding on raise/lower child in its frame.
1170         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1171         behaviour to the new raise/lower property.
1172         Call clear-nw-hook before the rest of the hook.
1174         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1175         (mouse-click-to-focus-and-resize-window): Stop button event. This
1176         prevent a keyboard/pointer freeze.
1178 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1180         * src/clfswm-internal.lisp (frame-lower-child)
1181         (frame-raise-child): New functions to raise/lower a child in its
1182         frame.
1184         * src/clfswm-util.lisp (have-to-present-windows)
1185         (have-to-present-all-windows): New functions to have an MaxOS
1186         expose like on mouse click in screen corner.
1188         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1190 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1192         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1193         child from a choice in all frames with hidden children.
1195         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1197 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1199         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1200         (unhide-all-children): New functions.
1202         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1203         functions.
1205         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1206         menu item.
1208 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1210         * src/clfswm-util.lisp (rename-current-child): Do not display the
1211         frame info for a window.
1213 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1215         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1216         frame window for the removed child and its children.
1218 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1220         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1221         autodoc functions.
1223 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1225         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1226         the ROX pinboard (ie: leave it lowered in the root window as
1227         expected).
1229         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1230         (tile-left-layout, tile-right-layout, tile-top-layout)
1231         (tile-bottom-layout): Use all the frame space when there is only
1232         one child.
1234         * src/clfswm-internal.lisp (place-window-from-hints): Center
1235         unmanaged windows in the root screen.
1237         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1238         new functions.
1240 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1242         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1243         typo in managed types.
1245         * src/clfswm-internal.lisp (show-child): Always display frame info
1246         even if the frame is hidden.
1248         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1249         resize windows.
1251 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1253         * src/clfswm-util.lisp (with-movement): Display frame info for all
1254         frames in current root.
1256 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1258         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1260         * src/bindings-second-mode.lisp (define-second-key #\a): New
1261         binding on 'add-default-frame'.
1263         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1264         message to follow the autodocumentation process.
1266 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1268         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1269         "Space" to jump to a child. "B" to bind a slot on the current
1270         child.
1272         * src/bindings-second-mode.lisp: Use "Tab" instead of
1273         "Iso_Left_Tab".
1275 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1277         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1278         unmanaged (hidden) windows.
1280         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1281         minimal size for windows.
1282         (with-all-windows-frames-and-parent): New function.
1284         * src/config.lisp (*default-window-width/height*): New parameters.
1286         * src/clfswm-internal.lisp (place-window-from-hints): Center
1287         windows in the screen instead of in there frame.
1289         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1290         binding on C-t.
1292         * src/clfswm-layout.lisp (register-layout): Intern the once name
1293         in the right package.
1295 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1297         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1299 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1301         * src/clfswm-internal.lisp (set-current-child)
1302         (adapt-child-to-parent, show-child, hide-child): Handle the case
1303         where child is not a frame or a window.
1305         * src/clfswm-util.lisp
1306         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1307         Check if child is a frame.
1309         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1310         where frame is null.
1311         (place-frame): Check if frame and parent are frames.
1313         * src/clfswm-info.lisp (info-mode): display all frame info before
1314         leaving.
1316         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1317         info before leaving.
1319         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1321 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1323         * src/tools.lisp (getenv): Implemented for ECL.
1324         (urun-prog): Implemented for ECL.
1326         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1327         display text.
1329         * src/clfswm-query.lisp (query-string): Use a double buffer to
1330         display text.
1332         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1333         display text.
1335         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1336         New functions.
1338 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1340         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1342         * src/menu-def.lisp: New file: move all menu definition in
1343         menu-def.lisp.
1345         * src/clfswm-layout.lisp (register-layout): Use a function instead
1346         of a macro.
1348 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1350         * src/clfswm-autodoc.lisp (produce-menu-doc,
1351         (produce-menu-doc-html): New functions.
1352         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1354         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1355         paste a child on one of its own children. (this prevent a
1356         recursive bug).
1357         (move-child-to): Rename move/copy-current-child-by to
1358         move/copy-child-to.
1359         (mouse-move-window-over-frame): New function to move the window
1360         under the mouse cursor to another frame.
1362         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1364 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1366         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1367         windows only when its window parent is the current child.
1369 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1371         * src/clfswm-util.lisp (manage-current-window)
1372         (unmanage-current-window): New functions: Allow to force to manage
1373         or unmanage a window by its parent frame.
1375         * src/bindings-second-mode.lisp (#\o): binded to
1376         set-open-in-new-frame-in-parent-frame-nw-hook and
1377         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1379         * src/clfswm-util.lisp (with-current-window): New macro.
1381         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1382         exposure and enter-window handle event.
1384         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1385         children for the current child after the move/resize.
1387 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1389         * src/xlib-util.lisp (resize-window): Take care of window size
1390         hints.
1392         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1393         move/resize unmanaged windows.
1395         * src/xlib-util.lisp (move-window, resize-window): New functions.
1397 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1399         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1400         user choose what window type the current frame must handle.
1401         (display-current-window-info): New function.
1402         (current-frame-manage-all-window-type)
1403         (current-frame-manage-only-normal-window-type)
1404         (current-frame-manage-no-window-type): New functions.
1406         * src/clfswm-internal.lisp (managed-window-p): New function.
1408         * src/package.lisp (frame): Managed type: new frame
1409         parameter. This allow to choose what window type a frame must
1410         handle.
1412         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1414         * src/clfswm-nw-hooks.lisp
1415         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1417         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1418         function.
1420         * src/tools.lisp (ensure-printable): Return always a string even
1421         with a null string.
1423 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1425         * src/config.lisp (*default-nw-hook*): New variable to change the
1426         default new window hook.
1428 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1430         * clfswm.asd (clfswm): Add a dependency from
1431         clfswm-second-mode.lisp to clfswm.lisp.
1433         * src/clfswm-util.lisp (identify-key): Show the documentation for
1434         the function bound on a key.
1435         (with-movement): Move with-movement,
1436         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1437         to clfswm-util.lisp.
1439         * src/clfswm-menu.lisp: New menu system that let user change keys
1440         or functions associated to keys.
1442 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1444         * src/clfswm-internal.lisp (show-all-children): Display-child is
1445         the first child by default. Solve a bug with father-p.
1447 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1449         * src/clfswm-internal.lisp (add-frame): Add frame return the
1450         created frame.
1451         (show-all-children): Move the size computation outside the
1452         show-child part.
1454         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1455         the current child.
1457         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1458         only the current child.
1460         * src/clfswm-internal.lisp (show-all-children): New display-child
1461         parameter to display only the desired child and its children.
1462         (select-next/previous-child): Only display the current child.
1464 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1466         * src/clfswm.lisp (init-display): Move the default frame creation
1467         on the default init hook.
1469         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1470         the main mode (for example: "1" on an azerty keyboard).
1472 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
1474         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
1475         keysyms. Revert to old grabbing method for the main mode.
1477 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
1479         * src/clfswm.lisp (init-display): Add key handling on no focus
1480         window and on frame windows.
1482 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1484         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
1485         all keys by default and replay just what is needed. No change for
1486         the second mode.
1488         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
1489         (find-key-from-code): Test for shift and not shift presence.
1491 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
1493         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
1494         new key parameter to have less flickering.
1496 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
1498         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
1499         layout only one time and revert to no-layout to freely handle
1500         frames.
1502         * src/clfswm-nw-hooks.lisp
1503         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
1504         with new created window.
1506         * src/clfswm-layout.lisp (register-layout): Now register
1507         automatically a once layout to set the layout only one time and
1508         revert to no-layout to freely handle frames.
1510 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1512         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
1513         nw-hook: Open the next window in the current frame and leave the
1514         focus to the current child.
1516 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
1518         * src/bindings-second-mode.lisp: Add keys definitions to
1519         bind-or-jump in the second mode.
1521         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
1522         macro for bind-or-jump-(1|2|3...).
1524         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
1525         arguments to function. This allow to do things like:
1526         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
1527         are passed to my-function on key press.
1529 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
1531         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
1533 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
1535         * src/clfswm-internal.lisp (child-fullname): New function
1537         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
1538         docstring in info-mode-menu. An item can be
1539         '((key function) (key function)) or with docstring
1540         '((key function "documentation 1") (key function "bla bla") (key function))
1542         * src/tools.lisp (ensure-n-elems): New function.
1544         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
1545         resize a frame or the window's father.
1547         * src/clfswm.lisp (init-display): Remove tile-space-layout by
1548         default on the root frame.
1550         * src/clfswm-util.lisp (move/resize-frame): Add standard event
1551         hooks handlers (map-request, configure-notify...)
1553         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
1554         child size to 1x1.
1556 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1558         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
1559         or the window's father.
1561         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
1562         event only if there is a geometry change.
1563         (mouse-focus-move/resize-generic): Generic function to move or
1564         resize a frame or a window father frame.
1566 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1568         * src/clfswm-internal.lisp (show-all-children): Return t if there
1569         is a geometry change.
1571 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
1573         * src/bindings.lisp (Up/Down): Swap select previous/next level.
1575         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
1577         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
1579         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
1580         (with-all-*): Reverse the child list to manage the first child last (like in
1581         show-all-children).
1583         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
1584         root window only if true.
1586         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
1587         root window only if *create-frame-on-root* is true.
1589         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
1590         on the root window.
1592 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
1594         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
1595         the current child (even if it's a window).
1597 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
1599         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
1600         (mouse-click-to-focus-and-resize): New functions.
1602         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
1603         (*-px->fl): Convert pixel coordinates to float.
1605         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
1607 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
1609         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
1610         first child.
1612         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
1613         and hide-all-children.
1614         (raise-if-needed): New function.
1615         (show-child): Use a first-p parameter to raise windows only when they are
1616         first child.
1618 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
1620         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
1621         -> less flickering.
1623 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
1625         * src/clfswm-info.lisp (keys-from-list): new function.
1627         * src/*: rename 'childs' in 'children'.
1629         * src/*: rename 'group' in 'frame'.
1631 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
1633         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
1635 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
1637         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
1639 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
1641         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
1642         Bind control+o to open the next window in a new group in the root group
1643          (as open in next window in a new workspace in 0801 version).
1645 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
1647         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
1648         window.
1650 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
1652         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
1653         instead of Tab for select-previous-child.
1655 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
1657         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
1658         new functions.
1660 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
1662         * clfswm-util.lisp (identify-key): Display the documentation
1663         associated to keys when identifying a key.
1665 2008-03-10  Xavier Maillard  <xma@gnu.org>
1667         * contrib/clfswm: Complete rewrite of the script. Detect error and
1668         act accordingly. Add command line arguments to configure the
1669         script execution. User can now choose different common lisp
1670         implementation (clisp and sbcl only), choose where to store the
1671         dumped image, where to find clfswm source.
1673 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
1675         * clfswm-internal.lisp (process-new-window): Beginning of new
1676         window hook: each group have a hook to tell what he wants to do
1677         with the new created window.
1679 2008-03-08  Xavier Maillard  <xma@gnu.org>
1681         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
1682         call the resulting executable.
1684         * clfswm.lisp (read-conf-file): Check for the user config file in
1685         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
1686         prefered whenever possible.
1688 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
1690         * clfswm-layout.lisp (*-layout): Add an optional raise-p
1691         parameter in each layout.
1693 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1695         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
1696         root group.
1697         (copy/move-current-child-by-name/number): new functions
1698         (focus-group-by-name/number): new functions
1699         (delete-group-by-name/number): new functions
1701 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1703         * ************************************************************ *
1704         *: Major update - No more reference  to workspaces. The main   *
1705         structure is a tree of groups or application windows.          *
1706         * ************************************************************ *
1708 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
1710         * clfswm.lisp (read-conf-file): Read configuration in
1711         $HOME/.clfswmrc or in /etc/clfswmrc or in
1712         $XDG_CONFIG_HOME/clfswm/clfswmrc.
1713         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
1714         to $HOME/.config/).
1716 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
1718         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
1719         by default.
1721 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
1723         * clfswm-internal.lisp (find-window-group): New function.
1725         * clfswm*: Change to make clfswm run with clisp/new-clx.
1727 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
1729         * clfswm-util.lisp (query-show-paren): Add show parent matching in
1730         query string.
1731         (query-string): Bind control+k to delete end of line.
1733         * clfswm-second-mode.lisp (draw-second-mode-window): Display
1734         the action on mouse motion in second mode.
1736         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
1737         event but do not clear the root window.
1738         (handle-configure-request): Adjust unmanaged window from there
1739         request.
1741         * clfswm-internal.lisp (process-new-window): Adjust new window
1742         with the specified hints (max/min/base width/height).
1744 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
1746         * clfswm.lisp (handle-configure-request): Send an Configuration
1747         Notify event. This solve a bug with xterm and rxvt who takes some
1748         times to be mapped. Now there is no delay.
1750         * bindings-second-mode.lisp (define-shell): Run programs after
1751         living the second mode.
1753 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
1755         * clfswm-internal.lisp (process-new-window): Do not crop transient
1756         window to group size.
1757         (adapt-window-to-group): Do not crop transient window to group
1758         size.
1760         * clfswm.lisp (handle-configure-request): Adapt just the window to
1761         its group and don't take care of the configure request. Remove the
1762         bug with the Gimp outside the group and speed up the window
1763         manipulation.
1764         (handle-exposure): Remove show-all-group on exposure event
1765         -> Speed up.
1767 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
1769         * clfswm-util.lisp (circulate-group-up-copy-window)
1770         (circulate-group-down-copy-window)
1771         (circulate-workspace-up-copy-group)
1772         (circulate-workspace-down-copy-group): Prevent the copy of the
1773         same window in the same workspace.
1775         * bindings-second-mode.lisp (release-copy-selected-window)
1776         (release-copy-selected-group): Prevent the copy of the same window
1777         in the same workspace.
1779         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
1780         (generic-pager-move-window-on-next-line): Remove the copy
1781         property.
1782         (generic-pager-move-group-on-next-workspace)
1783         (generic-pager-move-group-on-previous-workspace): Prevent the copy
1784         of the same window in the same workspace.
1786         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
1787         (mouse-pager-copy-selected-group-release): Prevent the copy of the
1788         same window in the same workspace.
1790         * tools.lisp (setf/=): new macro to set a variable only when
1791         necessary.
1793         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
1794         x, y... only when necessary.
1796 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
1798         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
1799         new function and hook: force windows to stay in its group (solve a
1800         bug with the Gimp).
1802 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
1804         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
1805         less flickering when moving/resizing groups.
1807         * clfswm-internal.lisp (hide-group): new function.
1808         (show-all-group): clear-all: new parameter.
1810 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
1812         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
1813         macro.
1814         * clfswm*: Color change for the pager. Typo or better description
1815         in bindings definitions. Define bindings for a qwerty keyboard by
1816         default. dot-clfswmrc show examples to switch to an azerty
1817         keyboard.
1818         License change to GPL v3.
1819         * config.lisp: new file - group all globals variables in this
1820         file.
1822 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1824         * xlib-util.lisp (hide-window): Remove structure-notivy events
1825         when hidding a window.
1827 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1829         * package.lisp (*sm-property-notify-hook*): Readded
1830         property-notify-hook in second mode.
1832 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1834         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
1836 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1838         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
1839         Tile the current workspace with the current window on one side and
1840         others on the other (this emulate the larswm, dwm, wmii way). See
1841         the default configuration file to enable this mode by default.
1843         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
1844         the pager.
1846 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1848         * clfswm-pager.lisp (pager-draw-window-in-group): Add
1849         ensure-printable to print windows name even with non-ascii
1850         characters.
1852 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
1854         * clfswm-pager.lisp (pager-explode-current-group): Create a new
1855         group for each window in group.
1856         (pager-implode-current-group): Move all windows in workspace to
1857         one group and remove other groups.
1859         * clfswm-pack.lisp (explode-group): Create a new group for each
1860         window in group.
1861         (implode-group): Move all windows in workspace to one group and
1862         remove other groups.
1864         * clfswm-util.lisp (identify-key): Remove local configuration
1865         variables and made them available for configuration from
1866         package.lisp.
1867         (query-string): idem.
1869 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1871         * netwm-util.lisp: Start of NetWM compliance.
1872         Add a Netwm client list gestion.
1874 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1876         * clfswm-internal.lisp (create-group-on-request): open a new group
1877         only when the current group is not empty.
1879         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
1880         bug with null workspace.
1882         * clfswm-pager.lisp (pager-handle-event): Add a hook
1883         system. This hooks can be changed in the user configuration file.
1885         * package.lisp: All colors and font variables are set in
1886         package.lisp and can be configured in the user configuration
1887         file.
1888         Note: If you have configured some less ugly colors (esp. for the
1889         pager) don't hesitate to let me know :)
1891         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
1892         system. This hooks can be changed in the user configuration file.
1894         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
1895         changed in the user configuration file (~/.clfswmrc)
1897 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1899         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
1900         arrow action, open next window in new workspace/group.
1902         * bindings.lisp (stop-all-pending-actions): new binding.
1903         (open-next-window-in-new-group-once): Open the next windows in a
1904         new group (only once) or open all new windows in a new group (like
1905         others windows managers).
1907 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1909         * clfswm.lisp (read-conf-file): New function to read a lisp
1910         configuration file at startup.
1911         (focus-group-under-mouse): Check if group isn't the current group
1912         ( prevent a bug with unclutter ).
1914 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
1916         * bindings.lisp (run-program-from-query-string): A program can be
1917         launch from a input query window.
1919 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
1921         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
1923 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
1925         * clfswm.lisp (process-new-window): One can now open the next
1926         window in a workspace called by its number.
1928         * clfswm-util.lisp (query-font-string): Minimal editing
1929         capabilities.
1930         (eval-from-string): And an REPL in the window manager... :)
1932 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1934         * clfswm.lisp (process-new-window): One can now open the next
1935         window in a new workspace or a new group.
1937         * clfswm-pager.lisp (pager-mode): Display the next arrow action
1938         with the hidden windows.
1940         * clfswm.lisp (second-key-mode): Display the current workspace
1941         number and the next arrow action in the state window.
1943         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
1944         the pager mode and then redisplay only the current workspace.
1946 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
1948         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
1949         they can be focused with a keypress, sorted or renumbered.
1951 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1953         * clfswm-pager.lisp (pager-mode): Remove multiple silly
1954         pager-draw-display. This prevent a lot of flickering in the
1955         pager.
1957         * clfswm.lisp: Remove all display-force-output and replace them
1958         with only one display-finish-output in the event loop.
1960 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
1962         * clfswm-pager.lisp (pager-center-group): New function - center a
1963         group at the middle of the screen.
1965         * clfswm-pack.lisp (center-group): New function - center a group
1966         at the middle of the screen.
1968         * clfswm.lisp (show-group): Add a cross line under the group.
1969         (show-group): Group are showned even if fullscreened.
1970         (init-display): Add an exposure event on the root window.
1972 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
1974         * package.lisp (*default-group*): Default group is the same size
1975         of a fullscreened group.
1977         * bindings*: Use shift to move, control+shift to copy.
1979         * *.lisp: Add comments for configuration or alternatives. So grep
1980         for CONFIG to see where you can configure clfswm. And grep for
1981         Alternative to use some commented code.
1983         * clfswm.lisp (second-key-mode): Use a single window to show the
1984         second mode. See for alternatives at the end of this file.
1986 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
1988         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
1989         macro of key and mouse definitions.
1990         (define-define-key/mouse): Use state instead of modifiers list
1991         this fix a bug when the modifiers list is not in the rigth order.
1993         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
1995 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
1997         * clfswm-info.lisp (info-mode): Add an info mode.
1999 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
2001         * clfswm.lisp (process-new-window): Change border size for
2002         transient windows.
2003         (show-all-windows-in-workspace): Unhide all windows even when the
2004         current group is in fullscreen mode.
2006 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
2008         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
2009         redisplay the identify window after a terminal switch.
2011         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
2012         redisplay the pager after a terminal switch.
2014 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
2016         * clfswm-util.lisp (identify-key): Add a window to display
2017         the keys to identify on screen.
2019         * bindings.lisp, bindings-pager.lisp: Define same keys to
2020         move/copy groups/windows in second mode and in pager.
2022         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
2023         drawing lags).
2024         (show-all-windows-in-workspace): unhide window before adapting it
2025         to group.
2027 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
2029         * clfswm.lisp (handle-event): Revert to an older version.
2031 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
2033         * clfswm-util.lisp (force-window-in-group)
2034         (force-window-center-in-group): New functions for transient windows.
2036         * clfswm-pager.lisp (pager-remove-current-workspace/group):
2037         bugfix: hide all windows before removing group or workspace.
2039 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
2041         * bindings-pager.lisp (mouse-pager-move-selected-group)
2042         (mouse-pager-copy-selected-group)
2043         (mouse-pager-move-selected-window)
2044         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
2045         (mouse-pager-rotate-window-down): New functions to have mouse in
2046         pager mode.
2048         * clfswm-pager.lisp (pager-swap-window)
2049         (pager-copy-group-on-next/previous-workspace)
2050         (pager-copy-window-on-next/previous-line): New functions
2052 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
2054         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
2055         (pager-move-group-on-next/previous-workspace): new functions.
2057         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
2058         to its half size (new functions).
2060 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
2062         * clfswm-pager.lisp: workspaces, groups and windows can now be
2063         selectionned with the keyboard or the mouse.
2065 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
2067         * clfswm-pager.lisp (pager-select-workspace-right/left):
2068         workspaces can now be selectionned with the keyboard.
2070 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
2072         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
2073         new function to remove a previous defined key or mouse combination.
2075 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
2077         * clfswm.lisp (main): Check for access error in init-display.
2079         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
2080         keycode before grabbing.
2082         * bindings.lisp: Remove nlambda and use defun to keep the function
2083         documentation with clisp.
2084         (define-shell): new macro to define shell command for the second
2085         mode.
2087 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
2089         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
2090         boggus typecase.
2092 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2094         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2095         workspace circulation.
2097         * clfswm-util.lisp (absorb-orphan-window): new function.
2099         * clfswm-keys.lisp: Keysyms support.
2101 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2103         * clfswm.lisp (show-group): Use one gc for all groups and not one
2104         per group.
2106 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2108         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2110         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2111         width and height outside group.
2113 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2115         * clfswm.lisp: First public release.