Japanese translation of message catalog for Sawfish Window-Manager
Revision | 61f0faed58df11d359b6a00d681608ea21199208 (tree) |
---|---|
Zeit | 2000-09-26 19:42:21 |
Autor | john <john> |
Commiter | john |
*** empty log message ***
@@ -1,5 +1,20 @@ | ||
1 | +2000-09-26 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * sawfish/wm/commands/x-cycle.jl (cycle-windows): add the | |
4 | + modifiers of the invoking event to the cycle-reverse-event when | |
5 | + creating its binding | |
6 | + | |
7 | + * sawfish/wm/util/decode-events.jl (decode-event): use a `do' | |
8 | + statement instead of while and setq | |
9 | + | |
1 | 10 | 2000-09-25 John Harper <john@dcs.warwick.ac.uk> |
2 | 11 | |
12 | + * sawfish/wm/commands/x-cycle.jl (cycle-reverse-event): new | |
13 | + option, the name of the event that causes cycling to reverse | |
14 | + direction. (My rationale is that this is less fiddly to use | |
15 | + than, e.g., making M-S-TAB go backwards, and also is cleaner to | |
16 | + implement) | |
17 | + | |
3 | 18 | * sawfish/wm/misc.jl (current-head): fall back to checking the |
4 | 19 | pointer position if no head is found for the window |
5 | 20 |
@@ -1,5 +1,11 @@ | ||
1 | 1 | 2000-09-25 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * widgets/keymap.jl (make-keymap:binding-item): add a `Key:' | |
4 | + label to the event widget | |
5 | + | |
6 | + * widgets/event.jl (make-event-item): don't prefix the widget | |
7 | + with a `Key:' label, it's more useful without it | |
8 | + | |
3 | 9 | * layout.jl (document-slot): handle adding any tooltip embedded |
4 | 10 | in the slots documentation string |
5 | 11 |