Japanese translation of message catalog for Sawfish Window-Manager
Revisão | 60f510c63e267d494b3e74c9238bbde28163877d (tree) |
---|---|
Hora | 1999-10-05 21:33:14 |
Autor | john <john> |
Commiter | john |
*** empty log message ***
@@ -10,6 +10,8 @@ and longer-term ideas are marked - | ||
10 | 10 | Outstanding bugs |
11 | 11 | ================ |
12 | 12 | |
13 | + ! when un-adopting a window, ungrab all passive grabs | |
14 | + | |
13 | 15 | ! Without GMC you can press button1 on root window, and holding it |
14 | 16 | move over frame, and that frame gets clicked and action bound to |
15 | 17 | this frame is taken |
@@ -1,3 +1,12 @@ | ||
1 | +1999-10-05 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * version 0.11 | |
4 | + | |
5 | + * workspace.jl (lock-first-workspace): new option | |
6 | + | |
7 | + * transient.jl: put transient-add-window in the | |
8 | + before-add-window-hook instead of the add-window-hook | |
9 | + | |
1 | 10 | 1999-10-04 John Harper <john@dcs.warwick.ac.uk> |
2 | 11 | |
3 | 12 | * functions.jl (window-really-wants-input-p): new function, |
@@ -7,7 +7,7 @@ they occurred between. For more detailed information see the | ||
7 | 7 | @file{ChangeLog} files in the Sawmill source tree. |
8 | 8 | |
9 | 9 | |
10 | -@unnumberedsec 0.10 | |
10 | +@unnumberedsec 0.11 | |
11 | 11 | |
12 | 12 | @itemize @bullet |
13 | 13 |
@@ -18,7 +18,7 @@ workspace from being deleted when it's empty | ||
18 | 18 | windows the focus, whether they say they will accept it or not |
19 | 19 | |
20 | 20 | @item New options when cycling windows: @code{cycle-warp-pointer} and |
21 | -@cycle{focus-windows} | |
21 | +@code{cycle-focus-windows} | |
22 | 22 | |
23 | 23 | @item Restore the old method of setting the focus, should fix bug of |
24 | 24 | losing focus totally when switching to a new workspace |
@@ -26,7 +26,7 @@ losing focus totally when switching to a new workspace | ||
26 | 26 | @end itemize |
27 | 27 | |
28 | 28 | |
29 | -@unnumberedsec 0.11 | |
29 | +@unnumberedsec 0.10 | |
30 | 30 | |
31 | 31 | @itemize @bullet |
32 | 32 |
@@ -1,3 +1,12 @@ | ||
1 | +1999-10-05 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * version 0.11 | |
4 | + | |
5 | + * events.c (focus_in): if focus is passed to the root window, | |
6 | + focus on our unviewable window | |
7 | + | |
8 | + * windows.c (focus_on_window): go back to using RevertToParent | |
9 | + | |
1 | 10 | 1999-10-04 John Harper <john@dcs.warwick.ac.uk> |
2 | 11 | |
3 | 12 | * functions.c (Fdelete_window): return to using XKillClient |