src/clfswm-menu.lisp (open-menu): Save info hash table keys instead of deleting newly...
[clfswm.git] / ChangeLog
bloba7530e42cd1b13c6df5b13a55362177536231abc
1 2011-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
3         * src/clfswm-menu.lisp (open-menu): Save info hash table keys
4         instead of deleting newly created keys.
6 2011-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
8         * src/clfswm-internal.lisp (x-px->fl, y-px->fl): Takes care of
9         border size.
11 2011-03-20  Philippe Brochard  <pbrochard@common-lisp.net>
13         * src/clfswm-info.lisp (show-config-variable): call
14         produce-conf-var-doc.
16 2011-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
18         * src/clfswm-autodoc.lisp (produce-conf-var-doc-html): Produce a
19         documentation for all configurable variables in CLFSWM -
20         HTML version.
22         * src/clfswm-internal.lisp (leave-frame): Hide all children except
23         the current window.
25 2011-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
27         * src/clfswm-autodoc.lisp (produce-all-docs): Produce a
28         documentation for all configurable variables in CLFSWM.
30         * src/clfswm-layout.lisp (set-gimp-layout): Display a notify
31         window with the help on the GIMP layout.
33 2011-03-12  Philippe Brochard  <pbrochard@common-lisp.net>
35         * src/menu-def.lisp: Menu update to prevent cursor keys clash.
37         * clfswm.asd: Change compilation order to prevent undefined
38         variables.
40         * src/clfswm-internal.lisp (show-child(frame)): Handle properly
41         the show-root-frame-p parameter.
43 2011-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
45         * src/clfswm-util.lisp (move-frame, resize-frame): Do not move or
46         resize a frame when it's the current root.
48 2011-03-10  Philippe Brochard  <pbrochard@common-lisp.net>
50         * src/clfswm-internal.lisp (show-all-children): Handle properly
51         duplicated child in multipe frames.
53 2011-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
55         * contrib/volume-mode.lisp (set-default-volume-keys): Add more
56         keybindings (up/down, right/left) to raise/lower the volume.
58         * src/clfswm-layout.lisp: Add a variable border size for frames
59         and windows.
61 2011-03-08  Philippe Brochard  <pbrochard@common-lisp.net>
63         * src/clfswm-util.lisp (cut-current-child, remove-current-child)
64         (delete-current-child): Hide the current child before doing the
65         action.
67         * src/clfswm-internal.lisp (show-all-children): Hide windows not
68         in the current root before displaying those in current root.
69         Remove all hide-all unnecessary calls.
71         * src/clfswm-configuration.lisp (save-variables-in-conf-file):
72         Save only variables with a different value than there original
73         value.
75 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
77         * src/clfswm-info.lisp (show-config-variable): Use the new
78         defconfig method.
80         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
81         the new defconfig method.
83         * src/clfswm-configuration.lisp (create-configuration-menu):
84         Change the config system with a more lispy one and a less string
85         based one: (defconfig name value group doc).
88 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
90         * src/clfswm-internal.lisp (show-all-children): Simplify the
91         selection method.
92         (show-child): Display an unmanaged window whe  it's the current
93         child.
94         (show-all-children): add the ability to display all child from
95         *root-frame* and hide all those who are not in *current-root*.
96         -> remove hide-all-children when needed.
98         * src/xlib-util.lisp (move-window,resize-window): Add a
99         *color-move-window* border when moving or resizing a window.
101 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
103         * src/clfswm-internal.lisp (show-all-children): Perform only one
104         recusion on the clfswm tree: calculate geometry and place child in
105         one pass.
107 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
109         * src/clfswm-internal.lisp (show-all-children): Rethink of display
110         child order to prevent very annoying flickering.
112 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
114         * src/clfswm-util.lisp (query-yes-or-no): New function.
116         * src/clfswm-configuration.lisp (reset-all-config-variables): New
117         function and menu entry.
118         (query-conf-value): Add the ability to leave the field blank to
119         reset the variable to its default value.
121 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
123         * src/clfswm-configuration.lisp
124         (add-all-configuration-default-value): Add a default value to
125         configurable variables.
127 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
129         * src/clfswm.lisp (main-unprotected): Create the configuration
130         menu only once at startup.
132 2011-02-22  Desmond O. Chang <dochang@gmail.com>
134         * contrib/amixer.lisp: Add a volume mode inspired by the emms
135         volume package. Alsa mixer interface.
137         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
138         volume package.
140 2011-02-22 Desmond O. Chang <dochang@gmail.com>
142         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
143         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
144         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
145         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
147 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
149         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
150         the notify window, the virtual keyboard and the clfswm terminal by
151         default.
153 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
155         * src/clfswm.lisp (main-unprotected): Destroy the notify window
156         before closing the display. This fix a bug when resetting/reloading
157         clfswm.
159 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
161         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
162         (raise-window-fun, raise-and-focus-window-fun): New functions.
164         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
165         urxvt.
166         (*never-managed-window-list*): Structure change to be more
167         flexible. Let the choice to focus, raise and do nothing on never
168         managed windows.
170 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
172         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
173         care of never managed windows to move or resize them if the raise
174         parameter is true.
176         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
177         functions.
179 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
181         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
182         following request in *never-managed-window-list*.
184 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
186         * *: **** Release 1102 ****
188 2011-02-05  Desmond O. Chang <dochang@gmail.com>
190         * src/keysyms.lisp: Add extended keysyms from stumpwm.
192 2011-02-01  Desmond O. Chang <dochang@gmail.com>
194         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
195         Desmond O. Chang).
197         * src/clfswm-internal.lisp (with-all-*): add a nil block.
199 2011-01-28  Desmond O. Chang <dochang@gmail.com>
201         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
202         be $HOME/.config by default.
204 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
206         * contrib/osd.lisp (display-doc): Add another method where a
207         CLFSWM native window is used to display the key documentation.
209 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
211         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
212         main mode state.
214 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
216         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
217         mode leave function only when the generic mode was ended.
219 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
221         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
222         *second-mode-program* anymore.
224 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
226         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
227         variable bound to a function executed (when not null) on second
228         mode leaving.
230 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
232         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
233         hidden windows.
235 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
237         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
238         Do not display the accel window for unmanaged windows.
240 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
242         * src/clfswm-internal.lisp (set-current-root): Handle
243         window-parent in set-current-root.
245         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
246         focus the parent child when the current root is a window.
248 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
250         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
251         New function an bindings.
253         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
254         blanks if needed.
256 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
258         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
259         function to let the user choose to keep child position with
260         tile layout.
262         * src/clfswm-internal.lisp (remove-frame-data-slot): New
263         function.
265 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
267         * src/clfswm-internal.lisp (frame-select-next-child)
268         (frame-select-previous-child): New functions and bindings. Select
269         the next/previous child in the current frame.
271 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
273         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
274         completion in query-mode.
276 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
278         * src/clfswm-query.lisp (query-print-string): Handle long lines
279         correctly.
281 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
283         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
284         all characters are printable.
286 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
288         * contrib/server/server.lisp: Load clfswm client code in the main
289         program and let the user start it with a --client command line
290         option.
292         * src/package.lisp (*main-entrance-hook*): New hook executed after
293         loading configuration file and before opening the display.
295 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
297         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
299         * src/clfswm-internal.lisp (show-child): Show window only if not
300         hidden.
302         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
303         change modifiers after binding definition.
305 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
307         * contrib/osd.lisp: New file: OSD (On Screen Display) for
308         presentations.
310         * src/clfswm-menu.lisp (open-menu): Modularise function.
312 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
314         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
315         key binding in main and second mode.
317 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
319         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
320         functions to a more generic Notify-window system.
322         * src/tools.lisp (add-timer): Add an id to identify the timer.
324 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
326         * src/tools.lisp (erase-timer): New function.
328         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
329         the hello window. Add Configuration variables.
331 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
333         * src/clfswm-util.lisp (): Add an Hello window at startup.
335         * src/tools.lisp (process-timers): Add a timer system.
337 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
339         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
340         the mod-5 modifier.
342 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
344         * src/clfswm-query.lisp (query-print-string): Change cursor color
345         and show parenthesis matching with colors (on match and on
346         errors).
348 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
350         * src/clfswm-internal.lisp (show-all-children): Do not raise a
351         child when its parent is hidden.
353 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
355         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
356         possibility to circulate over subchild of the current child.
358         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
359         (expose-windows-generic): Add an escape-body function to return to
360         the original state on escape key.
362         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
363         to bind the current child from the configuration file.
365 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
367         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
368         window hook: the frame absorb all new windows that match
369         nw-absorb-test frame data slot.
371 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
373         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
374         title in accel window.
376 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
378         * configure: Use the Xavier Maillard clfswm script in contrib to
379         build an executable in the standard way.
381 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
383         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
384         New functions. Add a window on each child in the expose mode to
385         quickly select them.
387         * src/clfswm-internal.lisp (child-x, child-y, child-width)
388         (child-height): New methods to get real child coordinates.
390 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
392         * src/clfswm-layout.lisp (*-layout): Use child-position.
394         * src/clfswm-internal.lisp (child-position): New function.
396         * src/clfswm-expose-mode.lisp (expose-windows-mode)
397         (expose-all-windows-mode): Use a generic mode.
399         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
400         with handle-event-fun symbols instead of inspecting clfswm
401         internals symbols on each mode change.
403         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
404         a separate clfswm-expose-mode.lisp file.
406         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
407         screen size instead of hardcoded test coordinates.
409 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
411         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
412         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
413         (speed-mouse-undo, speed-mouse-first-history): New functions to
414         quickly move the mouse. Implemented for the second mode.
416 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
418         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
419         write permission on $clfswm_asd_path. So anybody can start clfswm
420         even if there is no write permission on the source directory.
422 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
424         * contrib/clfswm: Add support to cmucl, ccl and ecl.
426 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
428         * src/clfswm-util.lisp (set-hide-unmanaged-window)
429         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
430         New functions and menu entry.
431         (set-globally-hide-unmanaged-window)
432         (set-globally-show-unmanaged-window): New functions and menu
433         entry.
435         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
436         function.
437         (show-child): Add a data slot on frame to hide or not unmanaged
438         windows.
440         * src/clfswm-corner.lisp (present-clfswm-terminal)
441         (present-virtual-keyboard): Use a function (generic-present-body)
442         instead of a macro (generate-present-body).
444         * src/clfswm-util.lisp (update-menus): List all directories and
445         subdirectories in $XDG_DATA_DIRS/applications.
447 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
449         * src/clfswm-corner.lisp (generate-present-body): New macro.
450         (present-clfswm-terminal, present-virtual-keyboard): Use
451         generate-present-body.
453 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
455         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
456         instead of the non-portable Debian update-menu.
458 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
460         * src/clfswm.lisp (error-handler): New function do handle
461         asynchronous errors and ignore them.
462         (open-display): Install the new error-handler on display.
464 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
466         * src/xlib-util.lisp (with-xlib-protect): Add a
467         with-simple-restart on top of body execution.
469 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
471         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
472         with-xlib-protect.
474         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
475         handle-event. Add a with-simple-restart to prevent a
476         clisp/new-lisp infinite loop.
478 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
480         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
481         clfswm terminal working even on xterm title changes.
483 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
485         * src/clfswm-util.lisp (run-other-window-manager): Update for
486         clisp compatibility.
488         * src/tools.lisp (do-execute): New parameter io to change the
489         input/output method.
491         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
492         the current root.
494         * src/clfswm-internal.lisp (child-member): New predicate.
495         (child-remove): New function.
497         * src/*.lisp: Use child-member and child-remove everywhere it's
498         needed.
500 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
502         * src/clfswm.lisp (main-loop): Ensure that all events have been
503         processed after a process-event.
505         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
507 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
509         * src/clfswm.lisp (main-mode:configure-request): Raise the window
510         only when present on the current child and focus it accordingly.
512 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
514         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
515         Use is-a-key-pressed-p.
517         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
519         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
520         returned by xlib:keysym->keycodes.
522         * src/*.lisp: Use the new child-equal-p to compare children. This
523         prevent a bug with sbcl/cmucl when the standard equal function
524         does not work with xlib:window.
526         * src/clfswm-internal.lisp (child-equal-p): New predicate.
528 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
530         * src/clfswm-generic-mode.lisp (generic-mode): Use an
531         xlib:event-listen before processing event with
532         xlib:process-event. This prevent a bug with CLX threaded
533         implementation like sbcl.
535         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
536         processing event with xlib:process-event. This prevent a bug with
537         CLX threaded implementation like sbcl.
539 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
541         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
543         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
544         of an event-case.
546         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
547         (find-parent-frame, find-frame-window, find-frame-by-name)
548         (find-frame-by-number): Use with-find-in-all-frames to search in
549         frames in the right order.
551         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
552         unwanted flickering with unmanaged windows.
554 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
556         * src/package.lisp: Remove event handler hooks as they're not
557         needed anymore (To replace them: use closure and define-handler).
559         * src/xlib-util.lisp (move-window, resize-window)
560         (wait-mouse-button-release): Use a generic mode.
562         * src/*.lisp: Replace the case to handle event with a more (tricky)
563         lispy  method which bind a function to each keywords associated
564         to graphics events.
566 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
568         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
569         menu entry between delete-current-child and remove-current-child.
570         ie: Delete a child and its children in all frames by default.
572 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
574         * src/package.lisp: Add a placement configuration group.
576         * src/binding*.lisp: Bind control+g to escape the current action
577         like emacs.
579         * src/clfswm-internal.lisp
580         (delete-child-and-children-in-all-frames): New function and
581         binding: Second mode - Control+Delete delete the current child and
582         its children in all frames (ie: close the current child and its
583         children).
585 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
587         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
588         the frame window and the frame gc. Close a very annoying bug when
589         cuting/pasting a frame or moving a child over frames with the
590         mouse.
592         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
593         all children in *current-root* after moving/resizing a frame.
595 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
597         * src/clfswm-util.lisp (delete-focus-window)
598         (destroy-focus-window): Remove child in parent frame before
599         stopping it.
601 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
603         * src/clfswm-util.lisp (identify-key): Add a timeout in
604         xlib:process-event.
605         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
606         of the window passed by xlib:process-event.
608         * src/xlib-util.lisp (move-window, resize-window)
609         (wait-mouse-button-release): Add a timeout in xlib:process-event.
611 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
613         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
614         to launch an other window manager and to return to clfswm.
616 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
618         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
619         to 1%.
621 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
623         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
624         loop timeout.
626         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
627         parameter and a loop timeout.
629 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
631         * src/clfswm.lisp (main): Add an alternate configuration filename
632         parameter.
634         * load.lisp: Add a debuging code example.
636 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
638         * src/clfswm-configuration.lisp (create-configuration-menu): New
639         menu to configure all clfswm variables while clfswm is running.
641 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
643         * src/clfswm-util.lisp (save-configuration-variables): New
644         function to save all configuration variables in clfswmrc.
646 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
648         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
649         info mode.
650         (set-default-info-keys): Add cursor key support in info mode.
652 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
654         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
655         contrib.
657         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
658         prevent reading the configuration file (this may be useful to
659         produce the original documentation without user modifications
660         with the rc configuration file).
662 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
664         * src/bindings-second-mode.lisp (set-default-second-keys):
665         Simplification of Escape key to close/kill/remove the focus window
666         and unhide all windows.
668         * src/bindings.lisp (set-default-main-keys): Simplification of
669         Escape key to close/kill/remove the focus window and unhide all
670         windows.
672         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
673         focus and unhide all windows capabilities.
675 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
677         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
679 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
681         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
682         Keep child order and don't make unnecessary child movement.
683         (one-column-layout, one-line-layout): New layouts.
685 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
687         * *: **** Release 0906 ****
689         * contrib/cd-player.lisp: New file to handle the CD player.
691         * contrib/xmms.lisp: New file to handle the xmms player.
693 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
695         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
696         Maximize windows in there frame - Leave frames to there actual
697         size.
699         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
700         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
702 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
704         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
706 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
708         * contrib/mpd.lisp: Use a standard menu.
710         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
712 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
714         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
716 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
718         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
719         number key cleanup.
721 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
723         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
724         (again).
726         * src/clfswm-placement.lisp (*-child-placement): One pixel
727         adjustment (again).
729 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
731         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
732         Ensure that all characters are printable.
734         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
735         sizes.
737         * src/clfswm-placement.lisp (*-child-placement): Adjust
738         coordinates to one pixel in the current child.
740 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
742         * src/clfswm-query.lisp (query-enter-function): Assign font before
743         width and height calculation.
745 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
747         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
748         bannish the pointer in an arbitrary place.
750         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
751         place the info window in an arbitrary place.
753         * src/clfswm-query.lisp (query-enter-function): Use with-placement
754         macro to place the query window in an arbitrary place.
756         * src/clfswm-placement.lisp: New file. Allow to place info windows
757         or query windows on an arbitrary place. Allow to bannish the
758         pointer on an arbitrary place.
760 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
762         * src/clfswm-circulate-mode.lisp (reorder-child)
763         (reorder-brother): Unfocus windows before reordering children or
764         brothers.
766 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
768         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
769         the parent is a frame.
771         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
772         motion with a default modifier.
774         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
775         default modifier.
777         * src/clfswm-info.lisp (info-mode): Handle motion with a default
778         modifier.
779         (info-mode): Optimization in loop function.
781 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
783         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
784         root-frame correctly.
786         * clfswm.asd: Dependency fix for clfswm-generic-mode.
788         * src/clfswm-circulate-mode.lisp (reorder-child)
789         (reorder-brother): Handle empty frames.
790         (reorder-brother): Redisplay only the parent frame of the  current
791         child.
793         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
794         parent frame of the  current frame.
796 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
798         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
799         Maximize/Unmaximize the current frame in its parent frame.
801         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
802         windows and frames in there parent frame.
804 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
806         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
808         * src/clfswm-circulate-mode.lisp (reorder-child)
809         (reorder-brother): Reinitialise on circulate type change
810         child to brother or brother to child.
812         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
813         calls xlib:display-finish-output on each map-request. So speed up
814         the window display.
816         * src/xlib-util.lisp (map-window): New function. Call
817         xlib:display-finish-output on each map request.
819 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
821         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
822         Optimisation when drawing second mode window.
824 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
826         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
827         window redraw.
829 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
831         * src/clfswm-util.lisp (run-program-from-query-string): Launch
832         command only with a return validation.
834 2009-04-22  Xavier Maillard  <xma@gnu.org>
836         * src/clfswm-query.lisp (query-string): Use a generic mode.
838 2009-04-19  Xavier Maillard  <xma@gnu.org>
840         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
842 2009-04-18  Xavier Maillard  <xma@gnu.org>
844         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
845         to define all other modes.
847 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
849         * src/package.lisp (): Use *default-font-string* for all
850         font-string.
852         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
854 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
856         * src/xlib-util.lisp (null-size-window-p): Better check of null
857         sized windows.
859 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
861         * src/clfswm.lisp (handle-map-request): Add a fix to manage
862         correctly fullscreen windows (SDL particularly).
864 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
866         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
867         a segfault with clisp/new-clx.
869         * src/clfswm.lisp (handle-motion-notify): Add a needed window
870         argument.
872         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
873         needed window argument.
875 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
877         * src/xlib-util.lisp (wait-no-key-or-button-press)
878         (wait-a-key-or-button-press): Check buttons press/release correctly"
880 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
882         * src/menu-def.lisp: Add children navigation menu in the movement
883         menu (select next/previous child/brother/level).
885 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
887         *  *: Rename 'sister' frame to 'brother' frame.
889         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
890         alias in a real modifier.
892         * src/package.lisp (*modifier-alias*): New list of modifier alias
893         For example: :alt is :mod-1, :numlock is :mod-2...
895         * src/tools.lisp (remove-hook): New function.
897         * src/clfswm-keys.lisp (with-capslock, without-capslock)
898         (with-numlock, without-cnumlock): New functions.
900 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
902         * src/clfswm-info.lisp: Use the *binding-hook* to create info
903         keys and mouse bindings.
905         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
906         second keys and mouse bindings.
908         * src/bindings.lisp: Use the *binding-hook* to create main keys
909         and mouse bindings.
911 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
913         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
914         menu opening.
916 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
918         * src/menu-def.lisp: Use a menu instead of a function for the
919         standard menu.
921 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
923         * src/clfswm-util.lisp (show-standard-menu): Display the standard
924         menu from the 'update-menus' command.
926 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
928         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
929         it's already grabbed.
931         * src/clfswm-internal.lisp (display-frame-info): Use configurable
932         colors and fix a bug with background.
933         (display-frame-info): Set window background when displaying info.
935 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
937         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
938         warning with clisp/new-clx.
940 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
942         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
943         deleted child.
945 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
947         * *: **** Release 0809 ****
949 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
951         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
952         entry.
953         (ensure-unique-number): New function and menu entry.
955 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
957         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
958         hook: open the next window in a named frame.
959         (numbered-frame-nw-hook): New new window hook: open the next
960         window in a numbered frame.
962         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
963         cases. So query-string can be called even in the main mode.
965         * src/clfswm-internal.lisp (show-all-children): Do not raise a
966         child by default => far less flickering.
968 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
970         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
972         * src/menu-def.lisp: Change key binding for the CLFSWM menu
973         entry.
975         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
976         is nil. (workaround on some CLX implementation).
978 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
980         * src/menu-def.lisp: Add a menu to set a focus policy for all
981         frames.
983         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
984         (all-frames-set-*-focus-policy): Set a focus policy for all
985         frames.
987         * src/clfswm.lisp (handle-enter-notify): sloppy-select
988         mode. Select a child and its parents on mouse over.
990 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
992         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
993         policy -> Sloppy focus only for windows in the current frame.
994         (main-unprotected): Exit clfswm on init error (ie: when another
995         window manager is running).
997         * src/clfswm-util.lisp (reset-clfswm): New function.
999 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
1001         * src/clfswm-menu.lisp (init-menu): New function.
1003         * src/clfswm-util.lisp (reload-clfswm): New function to reload
1004         CLFSWM.
1005         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
1007         * src/clfswm.lisp (main, main-unprotected): Handle error in a
1008         superior main function. Now CLFSWM can't break the X session. It
1009         just reinitialize the display and run a new main loop.
1011         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
1012         *vt-keyboard-on* global to avoid warnings when loading clfswm.
1014         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
1015         (help-on-gimp-layout): Describe how to use the GIMP layout.
1017 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
1019         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
1020         main-window-right-layout. Change the keybinding for (shift)alt+tab
1021         to not select windows in the main window lisst.
1022         Bind F8 to add a window in the main window list.
1023         Bind F9 to remove a window in the main window list.
1024         Change the focus policy to :sloppy.
1025         (set-previous-layout): Restore the previous layout, keybinding and
1026         focus policy.
1028 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
1030         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
1032         * src/clfswm-layout.lisp (main-window-left-layout)
1033         (main-window-bottom-layout, main-window-top-layout): New
1034         functions.
1035         Factorize layouts in menu.
1037 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1039         * src/clfswm-layout.lisp (main-window-right-layout): A possible
1040         GIMP layout: one or more main windows on one side of the
1041         frame. Others on the other size.
1043         * src/clfswm-util.lisp
1044         (current-frame-set-click/sloppy-focus-policy): Each frame can have
1045         a different focus policy (one of :click or :sloppy).
1046         The default focus policy is set with *default-focus-policy*.
1048 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
1050         * src/clfswm-info.lisp (show-config-variable): New function.
1052 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
1054         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
1056         * src/clfswm-info.lisp: Colored help for key binding and corners
1057         actions.
1059 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
1061         * src/clfswm-util.lisp (delete-focus-window)
1062         (destroy-focus-window): Remove chid only in
1063         handle-unmap/destroy-notify. Focus *current-root* only when
1064         closing/killing the current child.
1066         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
1067         functions or corners.
1069 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1071         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
1072         action: Hide/Unhide a terminal on mouse corner action. (By default
1073         right mouse button on the top left corner).
1075         * src/config.lisp (*never-managed-window-list*): New config
1076         variable.
1078         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1079         Handle never managed window in a more simple way.
1081         * src/clfswm-corner.lisp: New file and new and more simple method
1082         to define corners actions.
1084 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1086         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1088         * src/clfswm-layout.lisp (fast-layout-switch)
1089         (define-fast-layout-switch): New functions: Switch between two
1090         layouts.
1092         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1093         really in the second mode. So leave-second-mode can be used even
1094         in the main mode.
1096         * src/clfswm-util.lisp (switch-to-last-child): New function:
1097         Store the current child and switch to the previous one.
1099 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1101         * src/clfswm-util.lisp (display-current-window-info): Display the
1102         window id.
1103         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1104         (top right by default). By default 'xvkbd' is used.
1106 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1108         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1109         events.
1111         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1113         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1114         motion events.
1116         * src/clfswm-info.lisp (info-mode): Compress motion events.
1118 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1120         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1121         and selection first and then show only necessary children.
1122         (show-child): remove unneeded display-p parameter.
1124         * src/config.lisp (get-fullscreen-size): Place the frame border
1125         outside the screen (this prevent the loose of 2 pixels per
1126         directions :)
1128 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1130         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1131         raise only the selected child.
1133 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1135         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1136         Raise only viewable children.
1138 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1140         * src/clfswm-internal.lisp (show-all-children): Always raise all
1141         displayed children. Remove all references to raise-p.
1143 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1145         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1146         child in its frame.
1148         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1149         second mode binding on raise/lower child in its frame.
1151         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1152         behaviour to the new raise/lower property.
1153         Call clear-nw-hook before the rest of the hook.
1155         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1156         (mouse-click-to-focus-and-resize-window): Stop button event. This
1157         prevent a keyboard/pointer freeze.
1159 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1161         * src/clfswm-internal.lisp (frame-lower-child)
1162         (frame-raise-child): New functions to raise/lower a child in its
1163         frame.
1165         * src/clfswm-util.lisp (have-to-present-windows)
1166         (have-to-present-all-windows): New functions to have an MaxOS
1167         expose like on mouse click in screen corner.
1169         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1171 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1173         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1174         child from a choice in all frames with hidden children.
1176         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1178 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1180         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1181         (unhide-all-children): New functions.
1183         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1184         functions.
1186         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1187         menu item.
1189 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1191         * src/clfswm-util.lisp (rename-current-child): Do not display the
1192         frame info for a window.
1194 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1196         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1197         frame window for the removed child and its children.
1199 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1201         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1202         autodoc functions.
1204 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1206         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1207         the ROX pinboard (ie: leave it lowered in the root window as
1208         expected).
1210         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1211         (tile-left-layout, tile-right-layout, tile-top-layout)
1212         (tile-bottom-layout): Use all the frame space when there is only
1213         one child.
1215         * src/clfswm-internal.lisp (place-window-from-hints): Center
1216         unmanaged windows in the root screen.
1218         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1219         new functions.
1221 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1223         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1224         typo in managed types.
1226         * src/clfswm-internal.lisp (show-child): Always display frame info
1227         even if the frame is hidden.
1229         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1230         resize windows.
1232 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1234         * src/clfswm-util.lisp (with-movement): Display frame info for all
1235         frames in current root.
1237 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1239         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1241         * src/bindings-second-mode.lisp (define-second-key #\a): New
1242         binding on 'add-default-frame'.
1244         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1245         message to follow the autodocumentation process.
1247 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1249         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1250         "Space" to jump to a child. "B" to bind a slot on the current
1251         child.
1253         * src/bindings-second-mode.lisp: Use "Tab" instead of
1254         "Iso_Left_Tab".
1256 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1258         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1259         unmanaged (hidden) windows.
1261         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1262         minimal size for windows.
1263         (with-all-windows-frames-and-parent): New function.
1265         * src/config.lisp (*default-window-width/height*): New parameters.
1267         * src/clfswm-internal.lisp (place-window-from-hints): Center
1268         windows in the screen instead of in there frame.
1270         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1271         binding on C-t.
1273         * src/clfswm-layout.lisp (register-layout): Intern the once name
1274         in the right package.
1276 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1278         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1280 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1282         * src/clfswm-internal.lisp (set-current-child)
1283         (adapt-child-to-parent, show-child, hide-child): Handle the case
1284         where child is not a frame or a window.
1286         * src/clfswm-util.lisp
1287         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1288         Check if child is a frame.
1290         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1291         where frame is null.
1292         (place-frame): Check if frame and parent are frames.
1294         * src/clfswm-info.lisp (info-mode): display all frame info before
1295         leaving.
1297         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1298         info before leaving.
1300         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1302 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1304         * src/tools.lisp (getenv): Implemented for ECL.
1305         (urun-prog): Implemented for ECL.
1307         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1308         display text.
1310         * src/clfswm-query.lisp (query-string): Use a double buffer to
1311         display text.
1313         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1314         display text.
1316         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1317         New functions.
1319 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1321         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1323         * src/menu-def.lisp: New file: move all menu definition in
1324         menu-def.lisp.
1326         * src/clfswm-layout.lisp (register-layout): Use a function instead
1327         of a macro.
1329 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1331         * src/clfswm-autodoc.lisp (produce-menu-doc,
1332         (produce-menu-doc-html): New functions.
1333         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1335         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1336         paste a child on one of its own children. (this prevent a
1337         recursive bug).
1338         (move-child-to): Rename move/copy-current-child-by to
1339         move/copy-child-to.
1340         (mouse-move-window-over-frame): New function to move the window
1341         under the mouse cursor to another frame.
1343         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1345 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1347         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1348         windows only when its window parent is the current child.
1350 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1352         * src/clfswm-util.lisp (manage-current-window)
1353         (unmanage-current-window): New functions: Allow to force to manage
1354         or unmanage a window by its parent frame.
1356         * src/bindings-second-mode.lisp (#\o): binded to
1357         set-open-in-new-frame-in-parent-frame-nw-hook and
1358         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1360         * src/clfswm-util.lisp (with-current-window): New macro.
1362         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1363         exposure and enter-window handle event.
1365         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1366         children for the current child after the move/resize.
1368 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1370         * src/xlib-util.lisp (resize-window): Take care of window size
1371         hints.
1373         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1374         move/resize unmanaged windows.
1376         * src/xlib-util.lisp (move-window, resize-window): New functions.
1378 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1380         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1381         user choose what window type the current frame must handle.
1382         (display-current-window-info): New function.
1383         (current-frame-manage-all-window-type)
1384         (current-frame-manage-only-normal-window-type)
1385         (current-frame-manage-no-window-type): New functions.
1387         * src/clfswm-internal.lisp (managed-window-p): New function.
1389         * src/package.lisp (frame): Managed type: new frame
1390         parameter. This allow to choose what window type a frame must
1391         handle.
1393         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1395         * src/clfswm-nw-hooks.lisp
1396         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1398         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1399         function.
1401         * src/tools.lisp (ensure-printable): Return always a string even
1402         with a null string.
1404 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1406         * src/config.lisp (*default-nw-hook*): New variable to change the
1407         default new window hook.
1409 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1411         * clfswm.asd (clfswm): Add a dependency from
1412         clfswm-second-mode.lisp to clfswm.lisp.
1414         * src/clfswm-util.lisp (identify-key): Show the documentation for
1415         the function bound on a key.
1416         (with-movement): Move with-movement,
1417         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1418         to clfswm-util.lisp.
1420         * src/clfswm-menu.lisp: New menu system that let user change keys
1421         or functions associated to keys.
1423 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1425         * src/clfswm-internal.lisp (show-all-children): Display-child is
1426         the first child by default. Solve a bug with father-p.
1428 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1430         * src/clfswm-internal.lisp (add-frame): Add frame return the
1431         created frame.
1432         (show-all-children): Move the size computation outside the
1433         show-child part.
1435         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1436         the current child.
1438         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1439         only the current child.
1441         * src/clfswm-internal.lisp (show-all-children): New display-child
1442         parameter to display only the desired child and its children.
1443         (select-next/previous-child): Only display the current child.
1445 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1447         * src/clfswm.lisp (init-display): Move the default frame creation
1448         on the default init hook.
1450         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1451         the main mode (for example: "1" on an azerty keyboard).
1453 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
1455         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
1456         keysyms. Revert to old grabbing method for the main mode.
1458 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
1460         * src/clfswm.lisp (init-display): Add key handling on no focus
1461         window and on frame windows.
1463 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1465         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
1466         all keys by default and replay just what is needed. No change for
1467         the second mode.
1469         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
1470         (find-key-from-code): Test for shift and not shift presence.
1472 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
1474         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
1475         new key parameter to have less flickering.
1477 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
1479         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
1480         layout only one time and revert to no-layout to freely handle
1481         frames.
1483         * src/clfswm-nw-hooks.lisp
1484         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
1485         with new created window.
1487         * src/clfswm-layout.lisp (register-layout): Now register
1488         automatically a once layout to set the layout only one time and
1489         revert to no-layout to freely handle frames.
1491 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1493         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
1494         nw-hook: Open the next window in the current frame and leave the
1495         focus to the current child.
1497 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
1499         * src/bindings-second-mode.lisp: Add keys definitions to
1500         bind-or-jump in the second mode.
1502         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
1503         macro for bind-or-jump-(1|2|3...).
1505         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
1506         arguments to function. This allow to do things like:
1507         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
1508         are passed to my-function on key press.
1510 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
1512         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
1514 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
1516         * src/clfswm-internal.lisp (child-fullname): New function
1518         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
1519         docstring in info-mode-menu. An item can be
1520         '((key function) (key function)) or with docstring
1521         '((key function "documentation 1") (key function "bla bla") (key function))
1523         * src/tools.lisp (ensure-n-elems): New function.
1525         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
1526         resize a frame or the window's father.
1528         * src/clfswm.lisp (init-display): Remove tile-space-layout by
1529         default on the root frame.
1531         * src/clfswm-util.lisp (move/resize-frame): Add standard event
1532         hooks handlers (map-request, configure-notify...)
1534         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
1535         child size to 1x1.
1537 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1539         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
1540         or the window's father.
1542         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
1543         event only if there is a geometry change.
1544         (mouse-focus-move/resize-generic): Generic function to move or
1545         resize a frame or a window father frame.
1547 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1549         * src/clfswm-internal.lisp (show-all-children): Return t if there
1550         is a geometry change.
1552 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
1554         * src/bindings.lisp (Up/Down): Swap select previous/next level.
1556         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
1558         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
1560         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
1561         (with-all-*): Reverse the child list to manage the first child last (like in
1562         show-all-children).
1564         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
1565         root window only if true.
1567         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
1568         root window only if *create-frame-on-root* is true.
1570         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
1571         on the root window.
1573 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
1575         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
1576         the current child (even if it's a window).
1578 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
1580         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
1581         (mouse-click-to-focus-and-resize): New functions.
1583         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
1584         (*-px->fl): Convert pixel coordinates to float.
1586         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
1588 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
1590         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
1591         first child.
1593         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
1594         and hide-all-children.
1595         (raise-if-needed): New function.
1596         (show-child): Use a first-p parameter to raise windows only when they are
1597         first child.
1599 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
1601         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
1602         -> less flickering.
1604 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
1606         * src/clfswm-info.lisp (keys-from-list): new function.
1608         * src/*: rename 'childs' in 'children'.
1610         * src/*: rename 'group' in 'frame'.
1612 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
1614         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
1616 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
1618         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
1620 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
1622         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
1623         Bind control+o to open the next window in a new group in the root group
1624          (as open in next window in a new workspace in 0801 version).
1626 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
1628         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
1629         window.
1631 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
1633         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
1634         instead of Tab for select-previous-child.
1636 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
1638         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
1639         new functions.
1641 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
1643         * clfswm-util.lisp (identify-key): Display the documentation
1644         associated to keys when identifying a key.
1646 2008-03-10  Xavier Maillard  <xma@gnu.org>
1648         * contrib/clfswm: Complete rewrite of the script. Detect error and
1649         act accordingly. Add command line arguments to configure the
1650         script execution. User can now choose different common lisp
1651         implementation (clisp and sbcl only), choose where to store the
1652         dumped image, where to find clfswm source.
1654 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
1656         * clfswm-internal.lisp (process-new-window): Beginning of new
1657         window hook: each group have a hook to tell what he wants to do
1658         with the new created window.
1660 2008-03-08  Xavier Maillard  <xma@gnu.org>
1662         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
1663         call the resulting executable.
1665         * clfswm.lisp (read-conf-file): Check for the user config file in
1666         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
1667         prefered whenever possible.
1669 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
1671         * clfswm-layout.lisp (*-layout): Add an optional raise-p
1672         parameter in each layout.
1674 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1676         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
1677         root group.
1678         (copy/move-current-child-by-name/number): new functions
1679         (focus-group-by-name/number): new functions
1680         (delete-group-by-name/number): new functions
1682 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1684         * ************************************************************ *
1685         *: Major update - No more reference  to workspaces. The main   *
1686         structure is a tree of groups or application windows.          *
1687         * ************************************************************ *
1689 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
1691         * clfswm.lisp (read-conf-file): Read configuration in
1692         $HOME/.clfswmrc or in /etc/clfswmrc or in
1693         $XDG_CONFIG_HOME/clfswm/clfswmrc.
1694         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
1695         to $HOME/.config/).
1697 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
1699         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
1700         by default.
1702 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
1704         * clfswm-internal.lisp (find-window-group): New function.
1706         * clfswm*: Change to make clfswm run with clisp/new-clx.
1708 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
1710         * clfswm-util.lisp (query-show-paren): Add show parent matching in
1711         query string.
1712         (query-string): Bind control+k to delete end of line.
1714         * clfswm-second-mode.lisp (draw-second-mode-window): Display
1715         the action on mouse motion in second mode.
1717         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
1718         event but do not clear the root window.
1719         (handle-configure-request): Adjust unmanaged window from there
1720         request.
1722         * clfswm-internal.lisp (process-new-window): Adjust new window
1723         with the specified hints (max/min/base width/height).
1725 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
1727         * clfswm.lisp (handle-configure-request): Send an Configuration
1728         Notify event. This solve a bug with xterm and rxvt who takes some
1729         times to be mapped. Now there is no delay.
1731         * bindings-second-mode.lisp (define-shell): Run programs after
1732         living the second mode.
1734 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
1736         * clfswm-internal.lisp (process-new-window): Do not crop transient
1737         window to group size.
1738         (adapt-window-to-group): Do not crop transient window to group
1739         size.
1741         * clfswm.lisp (handle-configure-request): Adapt just the window to
1742         its group and don't take care of the configure request. Remove the
1743         bug with the Gimp outside the group and speed up the window
1744         manipulation.
1745         (handle-exposure): Remove show-all-group on exposure event
1746         -> Speed up.
1748 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
1750         * clfswm-util.lisp (circulate-group-up-copy-window)
1751         (circulate-group-down-copy-window)
1752         (circulate-workspace-up-copy-group)
1753         (circulate-workspace-down-copy-group): Prevent the copy of the
1754         same window in the same workspace.
1756         * bindings-second-mode.lisp (release-copy-selected-window)
1757         (release-copy-selected-group): Prevent the copy of the same window
1758         in the same workspace.
1760         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
1761         (generic-pager-move-window-on-next-line): Remove the copy
1762         property.
1763         (generic-pager-move-group-on-next-workspace)
1764         (generic-pager-move-group-on-previous-workspace): Prevent the copy
1765         of the same window in the same workspace.
1767         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
1768         (mouse-pager-copy-selected-group-release): Prevent the copy of the
1769         same window in the same workspace.
1771         * tools.lisp (setf/=): new macro to set a variable only when
1772         necessary.
1774         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
1775         x, y... only when necessary.
1777 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
1779         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
1780         new function and hook: force windows to stay in its group (solve a
1781         bug with the Gimp).
1783 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
1785         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
1786         less flickering when moving/resizing groups.
1788         * clfswm-internal.lisp (hide-group): new function.
1789         (show-all-group): clear-all: new parameter.
1791 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
1793         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
1794         macro.
1795         * clfswm*: Color change for the pager. Typo or better description
1796         in bindings definitions. Define bindings for a qwerty keyboard by
1797         default. dot-clfswmrc show examples to switch to an azerty
1798         keyboard.
1799         License change to GPL v3.
1800         * config.lisp: new file - group all globals variables in this
1801         file.
1803 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1805         * xlib-util.lisp (hide-window): Remove structure-notivy events
1806         when hidding a window.
1808 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1810         * package.lisp (*sm-property-notify-hook*): Readded
1811         property-notify-hook in second mode.
1813 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1815         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
1817 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1819         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
1820         Tile the current workspace with the current window on one side and
1821         others on the other (this emulate the larswm, dwm, wmii way). See
1822         the default configuration file to enable this mode by default.
1824         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
1825         the pager.
1827 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1829         * clfswm-pager.lisp (pager-draw-window-in-group): Add
1830         ensure-printable to print windows name even with non-ascii
1831         characters.
1833 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
1835         * clfswm-pager.lisp (pager-explode-current-group): Create a new
1836         group for each window in group.
1837         (pager-implode-current-group): Move all windows in workspace to
1838         one group and remove other groups.
1840         * clfswm-pack.lisp (explode-group): Create a new group for each
1841         window in group.
1842         (implode-group): Move all windows in workspace to one group and
1843         remove other groups.
1845         * clfswm-util.lisp (identify-key): Remove local configuration
1846         variables and made them available for configuration from
1847         package.lisp.
1848         (query-string): idem.
1850 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1852         * netwm-util.lisp: Start of NetWM compliance.
1853         Add a Netwm client list gestion.
1855 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1857         * clfswm-internal.lisp (create-group-on-request): open a new group
1858         only when the current group is not empty.
1860         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
1861         bug with null workspace.
1863         * clfswm-pager.lisp (pager-handle-event): Add a hook
1864         system. This hooks can be changed in the user configuration file.
1866         * package.lisp: All colors and font variables are set in
1867         package.lisp and can be configured in the user configuration
1868         file.
1869         Note: If you have configured some less ugly colors (esp. for the
1870         pager) don't hesitate to let me know :)
1872         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
1873         system. This hooks can be changed in the user configuration file.
1875         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
1876         changed in the user configuration file (~/.clfswmrc)
1878 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1880         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
1881         arrow action, open next window in new workspace/group.
1883         * bindings.lisp (stop-all-pending-actions): new binding.
1884         (open-next-window-in-new-group-once): Open the next windows in a
1885         new group (only once) or open all new windows in a new group (like
1886         others windows managers).
1888 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1890         * clfswm.lisp (read-conf-file): New function to read a lisp
1891         configuration file at startup.
1892         (focus-group-under-mouse): Check if group isn't the current group
1893         ( prevent a bug with unclutter ).
1895 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
1897         * bindings.lisp (run-program-from-query-string): A program can be
1898         launch from a input query window.
1900 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
1902         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
1904 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
1906         * clfswm.lisp (process-new-window): One can now open the next
1907         window in a workspace called by its number.
1909         * clfswm-util.lisp (query-font-string): Minimal editing
1910         capabilities.
1911         (eval-from-string): And an REPL in the window manager... :)
1913 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1915         * clfswm.lisp (process-new-window): One can now open the next
1916         window in a new workspace or a new group.
1918         * clfswm-pager.lisp (pager-mode): Display the next arrow action
1919         with the hidden windows.
1921         * clfswm.lisp (second-key-mode): Display the current workspace
1922         number and the next arrow action in the state window.
1924         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
1925         the pager mode and then redisplay only the current workspace.
1927 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
1929         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
1930         they can be focused with a keypress, sorted or renumbered.
1932 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1934         * clfswm-pager.lisp (pager-mode): Remove multiple silly
1935         pager-draw-display. This prevent a lot of flickering in the
1936         pager.
1938         * clfswm.lisp: Remove all display-force-output and replace them
1939         with only one display-finish-output in the event loop.
1941 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
1943         * clfswm-pager.lisp (pager-center-group): New function - center a
1944         group at the middle of the screen.
1946         * clfswm-pack.lisp (center-group): New function - center a group
1947         at the middle of the screen.
1949         * clfswm.lisp (show-group): Add a cross line under the group.
1950         (show-group): Group are showned even if fullscreened.
1951         (init-display): Add an exposure event on the root window.
1953 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
1955         * package.lisp (*default-group*): Default group is the same size
1956         of a fullscreened group.
1958         * bindings*: Use shift to move, control+shift to copy.
1960         * *.lisp: Add comments for configuration or alternatives. So grep
1961         for CONFIG to see where you can configure clfswm. And grep for
1962         Alternative to use some commented code.
1964         * clfswm.lisp (second-key-mode): Use a single window to show the
1965         second mode. See for alternatives at the end of this file.
1967 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
1969         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
1970         macro of key and mouse definitions.
1971         (define-define-key/mouse): Use state instead of modifiers list
1972         this fix a bug when the modifiers list is not in the rigth order.
1974         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
1976 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
1978         * clfswm-info.lisp (info-mode): Add an info mode.
1980 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
1982         * clfswm.lisp (process-new-window): Change border size for
1983         transient windows.
1984         (show-all-windows-in-workspace): Unhide all windows even when the
1985         current group is in fullscreen mode.
1987 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1989         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
1990         redisplay the identify window after a terminal switch.
1992         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
1993         redisplay the pager after a terminal switch.
1995 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
1997         * clfswm-util.lisp (identify-key): Add a window to display
1998         the keys to identify on screen.
2000         * bindings.lisp, bindings-pager.lisp: Define same keys to
2001         move/copy groups/windows in second mode and in pager.
2003         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
2004         drawing lags).
2005         (show-all-windows-in-workspace): unhide window before adapting it
2006         to group.
2008 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
2010         * clfswm.lisp (handle-event): Revert to an older version.
2012 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
2014         * clfswm-util.lisp (force-window-in-group)
2015         (force-window-center-in-group): New functions for transient windows.
2017         * clfswm-pager.lisp (pager-remove-current-workspace/group):
2018         bugfix: hide all windows before removing group or workspace.
2020 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
2022         * bindings-pager.lisp (mouse-pager-move-selected-group)
2023         (mouse-pager-copy-selected-group)
2024         (mouse-pager-move-selected-window)
2025         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
2026         (mouse-pager-rotate-window-down): New functions to have mouse in
2027         pager mode.
2029         * clfswm-pager.lisp (pager-swap-window)
2030         (pager-copy-group-on-next/previous-workspace)
2031         (pager-copy-window-on-next/previous-line): New functions
2033 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
2035         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
2036         (pager-move-group-on-next/previous-workspace): new functions.
2038         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
2039         to its half size (new functions).
2041 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
2043         * clfswm-pager.lisp: workspaces, groups and windows can now be
2044         selectionned with the keyboard or the mouse.
2046 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
2048         * clfswm-pager.lisp (pager-select-workspace-right/left):
2049         workspaces can now be selectionned with the keyboard.
2051 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
2053         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
2054         new function to remove a previous defined key or mouse combination.
2056 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
2058         * clfswm.lisp (main): Check for access error in init-display.
2060         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
2061         keycode before grabbing.
2063         * bindings.lisp: Remove nlambda and use defun to keep the function
2064         documentation with clisp.
2065         (define-shell): new macro to define shell command for the second
2066         mode.
2068 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
2070         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
2071         boggus typecase.
2073 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2075         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2076         workspace circulation.
2078         * clfswm-util.lisp (absorb-orphan-window): new function.
2080         * clfswm-keys.lisp: Keysyms support.
2082 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2084         * clfswm.lisp (show-group): Use one gc for all groups and not one
2085         per group.
2087 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2089         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2091         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2092         width and height outside group.
2094 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2096         * clfswm.lisp: First public release.