Japanese translation of message catalog for Sawfish Window-Manager
修訂 | c96bf83c6e307e9eddac797fac5aed459244af89 (tree) |
---|---|
時間 | 2000-01-31 01:51:36 |
作者 | john <john> |
Commiter | john |
*** empty log message ***
@@ -1,3 +1,12 @@ | ||
1 | +2000-01-30 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * version 0.23 | |
4 | + | |
5 | + * gnome-menu.jl: avoid generating empty submenus | |
6 | + | |
7 | + * workspace.jl (delete-empty-workspaces): avoid infinite loop | |
8 | + when empty workspaces at ends of interesting subsequence | |
9 | + | |
1 | 10 | 2000-01-29 John Harper <john@dcs.warwick.ac.uk> |
2 | 11 | |
3 | 12 | * shade-hover.jl (shade-hover-raise): new option, raise windows |
@@ -29,9 +29,7 @@ parameter, the window that's has just been adopted | ||
29 | 29 | |
30 | 30 | @item New functions @code{x-kill-client}, @code{delete-window-safely}. |
31 | 31 | @code{send-client-message} now groks long integers (i.e. cons cells) in |
32 | -32-bit data (Timo ??) | |
33 | - | |
34 | -XXXXXXXXXXXXXXX | |
32 | +32-bit data (Timo Korvola) | |
35 | 33 | |
36 | 34 | @item @code{window-put}, @code{window-get}, @code{image-put}, |
37 | 35 | @code{image-get}, @code{font-put}, @code{font-get}: use @code{equal} to |
@@ -62,6 +60,10 @@ shorten sticky entries as usual (James Antill) | ||
62 | 60 | mouse pointer; these commands are bound to the cursor keys when moving |
63 | 61 | or resizing windows |
64 | 62 | |
63 | ||
64 | +Ninoles), gl (Jesus Bravo Alvarez), ja (Satoru Sato), nl (Jan | |
65 | +Nieuwenhuizen), tr (F穰ih Demir) | |
66 | + | |
65 | 67 | @item Fix bug of leaving window-name unset when @code{WM_NAME} is a |
66 | 68 | null text property |
67 | 69 |
@@ -79,6 +81,10 @@ null text property | ||
79 | 81 | |
80 | 82 | @item Fixed @code{uniconify-to-current-viewport} option |
81 | 83 | |
84 | +@item Fixed infinite-loop bug in @code{delete-empty-workspaces} command | |
85 | + | |
86 | +@item Avoid generating empty sub-menus when reading GNOME menu tree | |
87 | + | |
82 | 88 | @end itemize |
83 | 89 | |
84 | 90 |
@@ -1,3 +1,7 @@ | ||
1 | +2000-01-30 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * version 0.23 | |
4 | + | |
1 | 5 | 2000-01-27 John Harper <john@dcs.warwick.ac.uk> |
2 | 6 | |
3 | 7 | * windows.c, images.c, fonts.c (Fwindow_put, Fwindow_get, |