Japanese translation of message catalog for Sawfish Window-Manager
リビジョン | b5ea3c22f3218180fb35ed9e70278d85aeab4778 (tree) |
---|---|
日時 | 1999-10-25 21:03:47 |
作者 | john <john> |
コミッター | john |
*** empty log message ***
@@ -48,6 +48,11 @@ Outstanding bugs | ||
48 | 48 | |
49 | 49 | ! cycle-windows with only one window temporarily unfocuses the window |
50 | 50 | |
51 | + ! in window-keymap Button1-M-Click1 => raise-window, Button1-M-Move | |
52 | + => move-window-interactively, the move binding doesn't work | |
53 | + | |
54 | + ! Num_Lock is filtered, but not Scroll_Lock | |
55 | + | |
51 | 56 | |
52 | 57 | General tasks |
53 | 58 | ============= |
@@ -25,7 +25,7 @@ AC_CONFIG_HEADER(config.h) | ||
25 | 25 | AC_CONFIG_AUX_DIR(etc) |
26 | 26 | |
27 | 27 | dnl Release versioning info |
28 | -version="0.14" | |
28 | +version="0.14.1" | |
29 | 29 | |
30 | 30 | output_files="src/Makefile lisp/Makefile capplet/Makefile\ |
31 | 31 | themes/Makefile man/Makefile Makedefs Makefile sawmill.spec" |
@@ -1,3 +1,24 @@ | ||
1 | +1999-10-25 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * version 0.14.1 | |
4 | + | |
5 | + * maximize.jl (maximize-do-both): only choose rectangles that | |
6 | + are fully on the screen | |
7 | + | |
8 | + * rects.jl (rect-wholly-visible-p): new function | |
9 | + | |
10 | + * rects.jl (rectangles-from-grid): fixed this function (only | |
11 | + traversing the list of y points once) | |
12 | + | |
13 | + * smart-placement.jl (sp-do-placement): fix for when | |
14 | + sp-important-windows is nil | |
15 | + | |
16 | + * maximize.jl (maximize-do-both): deleted unused `center' | |
17 | + variable | |
18 | + (maximize-window): delete the window itself from the list of | |
19 | + avoided windows | |
20 | + (both from Rob Hodges <s323140@student.uq.edu.au>) | |
21 | + | |
1 | 22 | 1999-10-24 John Harper <john@dcs.warwick.ac.uk> |
2 | 23 | |
3 | 24 | * version 0.14 |
@@ -1,3 +1,10 @@ | ||
1 | +1999-10-25 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * version 0.14.1 | |
4 | + | |
5 | + * functions.c (Fsend_client_message): bug fix from Ricardo R. | |
6 | + Massaro <massaro@ime.usp.br> | |
7 | + | |
1 | 8 | 1999-10-24 John Harper <john@dcs.warwick.ac.uk> |
2 | 9 | |
3 | 10 | * version 0.14 |