Japanese translation of message catalog for Sawfish Window-Manager
修訂 | dc74b938a80ed403786541968b9cea43f06620fa (tree) |
---|---|
時間 | 2000-03-05 21:36:22 |
作者 | john <john> |
Commiter | john |
*** empty log message ***
@@ -3,19 +3,27 @@ | ||
3 | 3 | THANKS |
4 | 4 | ****** |
5 | 5 | |
6 | - * Merlin for x.c and making snapping work | |
6 | + - Merlin for x.c and making snapping work | |
7 | 7 | |
8 | - * Kai Gro゚johann for grow-pack.jl | |
8 | + - Kai Gro゚johann for grow-pack.jl | |
9 | 9 | |
10 | - * Topi Paavola for read-line.jl (now prompt.jl) | |
10 | + - Topi Paavola for read-line.jl (now prompt.jl) | |
11 | 11 | |
12 | - * Julian Missig for ignore-window.jl | |
12 | + - Julian Missig for ignore-window.jl | |
13 | 13 | |
14 | - * Ben Liblit for gnome-match.jl | |
14 | + - Ben Liblit for gnome-match.jl | |
15 | 15 | |
16 | - * Eric Kidd for the basis of viewport-linear.jl | |
16 | + - Eric Kidd for the basis of viewport-linear.jl | |
17 | 17 | |
18 | - * James Antill for call-after-state-changed and many bug fixes | |
18 | + - James Antill for call-after-state-changed and many bug fixes | |
19 | + | |
20 | + - Ryan Lovett for the microGUI theme | |
21 | + | |
22 | + - Tigert for the brushed-metal images | |
23 | + | |
24 | + - Erik Arneson for hosting the sawmill mailing list | |
25 | + | |
26 | + - David Chan (adraken) for managing sawmill.themes.org | |
19 | 27 | |
20 | 28 | |
21 | 29 | Many others have also contributed patches, including: |
@@ -24,7 +32,7 @@ Many others have also contributed patches, including: | ||
24 | 32 | Hanson, Scott Sams, Christopher P Goller, Ricardo R. Massaro, Jesus |
25 | 33 | Bravo Alvarez, John N S Gill, Timo Korvola, Yaron M. Minsky, Mark |
26 | 34 | Probst, Kirk Saranathan, Ian, Morgan Schweers, Jens Finke, G駻ard |
27 | - Milmeister, Andreas Degert, Rob Hodges | |
35 | + Milmeister, Andreas Degert, Rob Hodges, Martin Blais | |
28 | 36 | |
29 | 37 | |
30 | 38 | Thanks also to those who have contributed translations: |
@@ -245,8 +245,6 @@ sawmill-ui tasks | ||
245 | 245 | |
246 | 246 | + Allow text-entry commands in bindings dialog? |
247 | 247 | |
248 | - + use panes to separate areas in bindings widget | |
249 | - | |
250 | 248 | + add capplet desktop entries to share/gnome/apps/Settings as well as |
251 | 249 | the control center tree |
252 | 250 |
@@ -1,3 +1,18 @@ | ||
1 | +2000-03-05 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * version 0.25 | |
4 | + | |
5 | + * transient.jl (transient-unmap-window): don't try to focus | |
6 | + parent windows if they're not mapped and visible | |
7 | + | |
8 | +2000-03-04 John Harper <john@dcs.warwick.ac.uk> | |
9 | + | |
10 | + * customize.jl (customize-ui-spec): don't put single widgets | |
11 | + into vboxes (they don't expand properly) | |
12 | + | |
13 | + * x-cycle.jl (cycle-windows): if the window that the original | |
14 | + keyboard grab was made on is unmapped, grab on the root window | |
15 | + | |
1 | 16 | 2000-03-02 John Harper <john@dcs.warwick.ac.uk> |
2 | 17 | |
3 | 18 | * functions.jl (warp-cursor-to-window): clamp the warp |
@@ -7,6 +7,105 @@ 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.25 | |
11 | + | |
12 | +@itemize @bullet | |
13 | + | |
14 | +@item New plugin @code{x}, a basic Xlib binding for creating and | |
15 | +drawing in windows (Merlin, me) | |
16 | + | |
17 | +@item Added a method of reading textual input from the user from | |
18 | +completion. Provision for completing functions, variables, commands, | |
19 | +files, directories, etc@dots{}. Also supports reading passwords. (Topi | |
20 | +Paavola, me) | |
21 | + | |
22 | +@item Re-enabled the following interactive codes: @samp{a} (function), | |
23 | +@samp{C} (command), @samp{D} (directory), @samp{f} (existing file), | |
24 | +@samp{F} (file), @samp{k} (event), @samp{n} (number), @samp{N} (prefix | |
25 | +or number), @samp{s} (string), @samp{S} (symbol), @samp{v} (variable) | |
26 | + | |
27 | +@item Support prefix keys in bindings (binding an event to a keymap, or | |
28 | +the name of a keymap, marks that event as a prefix key for the | |
29 | +associated keymap) | |
30 | + | |
31 | +@item New command @code{call-command-with-output-to-screen}, prompts | |
32 | +for and invokes a command, then displays any output it emitted (bound | |
33 | +to @kbd{A-x} in default keymaps) | |
34 | + | |
35 | +@item New variable @code{multi-click-delay}, maximum time in | |
36 | +milliseconds between button presses to count as @kbd{click2} or | |
37 | +@kbd{click3} events (Martin Blais) | |
38 | + | |
39 | +@item New option @code{edge-flip-only-when-moving} (Yaron M. Minsky) | |
40 | + | |
41 | +@item New window cycling commands @code{cycle-prefix}, | |
42 | +@code{cycle-class} (Kai Gro゚johann); can now be bound to events with | |
43 | +more than one modifier (Timo Korvola) | |
44 | + | |
45 | +@item New command @code{uniquify-window-name}; new property | |
46 | +@code{unique-name}. Forces the window to have a unique name | |
47 | + | |
48 | +@item New commands @code{size-window-add-column}, | |
49 | +@code{size-window-subtract-column}, @code{size-window-add-row}, | |
50 | +@code{size-window-subtract-row} | |
51 | + | |
52 | +@item Window edge snapping now has three variants: @code{magnetism} | |
53 | +(the old method), @code{attraction} and @code{resistance}. (Merlin, me) | |
54 | + | |
55 | +@item New commands @code{grow-window-@{left,right,up,down@}} and | |
56 | +@code{pack-window-@{left,right,up,down@}} (Kai Gro゚johann) | |
57 | + | |
58 | +@item Support the @code{WM_COLORMAP_WINDOWS} protocol | |
59 | + | |
60 | +@item New functions @code{synthesize-event}, @code{font-ascent}, | |
61 | +@code{font-descent}, @code{call-with-keyboard-grabbed} | |
62 | + | |
63 | +@item New functions @code{define-placement-mode} and | |
64 | +@code{define-focus-mode}---make defining these things easier. Focus | |
65 | +modes are now settable for each window individually | |
66 | + | |
67 | +@item Made the tree-organised customization groups work better with the | |
68 | +GNOME control center. Add the sawmill capplet desktop entries to the | |
69 | +GNOME programs menu (under Settings). Also, beautify the names | |
70 | +displayed in the bindings widget | |
71 | + | |
72 | +@item When applicable, load the GNOME applications menu when the wm is | |
73 | +first idle, reduces the latency of displaying the first root menu | |
74 | + | |
75 | +@item Translation updates: de (Hubert Nachbaur), es (I?ki Garc? | |
76 | +Etxebarria), ja (Sato Satoru), sv (Andreas Persenius) | |
77 | + | |
78 | +@item Fix bug of not noticing when the keyboard / pointer / modifier | |
79 | +mappings change | |
80 | + | |
81 | +@item Fixed @code{current-event-string} function | |
82 | + | |
83 | +@item Better method of reconfiguring frames when they're resized (helps | |
84 | +opaque resizing) | |
85 | + | |
86 | +@item Added some kludges to try and break the intermittent lockups some | |
87 | +people have seen | |
88 | + | |
89 | +@item Made the auto-gravity option work a lot better (John N S Gill, | |
90 | +me) | |
91 | + | |
92 | +@item Fixed bug where unmapped windows were being included in the | |
93 | +snapping calculation | |
94 | + | |
95 | +@item Fixed bug when uniconifying windows and merging workspaces | |
96 | + | |
97 | +@item Fixed bug of warp-cursor-to-window trying to put the pointer | |
98 | +outside the screen boundaries (Merlin) | |
99 | + | |
100 | +@item Fixed bug of losing keyboard grab when originally focused window | |
101 | +is deleted during @code{x-cycle} command | |
102 | + | |
103 | +@item Fixed bug of trying to focus unviewable parent windows when | |
104 | +focused window is unmapped | |
105 | + | |
106 | +@end itemize | |
107 | + | |
108 | + | |
10 | 109 | @unnumberedsec 0.24 |
11 | 110 | |
12 | 111 | @itemize @bullet |
@@ -54,6 +54,7 @@ make CFLAGS="$RPM_OPT_FLAGS" | ||
54 | 54 | rm -rf $RPM_BUILD_ROOT |
55 | 55 | mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/gnome/wm-properties |
56 | 56 | mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/control-center |
57 | +mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/gnome/apps/Settings | |
57 | 58 | make prefix=$RPM_BUILD_ROOT%{_prefix} install |
58 | 59 | gzip -9nf $RPM_BUILD_ROOT%{_prefix}/info/sawmill* |
59 | 60 |
@@ -79,6 +80,7 @@ fi | ||
79 | 80 | %defattr(-,root,root) |
80 | 81 | %{_prefix}/bin/sawmill-capplet |
81 | 82 | %{_prefix}/share/control-center/Sawmill |
83 | +%{_prefix}/share/gnome/apps/Settings/Sawmill | |
82 | 84 | %{_prefix}/share/gnome/wm-properties/Sawmill.desktop |
83 | 85 | |
84 | 86 | %files themer |
@@ -1,3 +1,17 @@ | ||
1 | +2000-03-05 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * version 0.25 | |
4 | + | |
5 | +2000-03-04 John Harper <john@dcs.warwick.ac.uk> | |
6 | + | |
7 | + * main.c (on_idle): after being idle for one second in the | |
8 | + outermost event loop, ungrab the pointer and keyboard. This may | |
9 | + unfreeze the intermittent lockups reported by some people | |
10 | + | |
11 | + * keys.c (Qmulti_click_delay): new variable, the maximum delay | |
12 | + between successive button press events to count as a click2 or | |
13 | + click3 (from Martin Blais <blais@iro.umontreal.ca>) | |
14 | + | |
1 | 15 | 2000-03-02 John Harper <john@dcs.warwick.ac.uk> |
2 | 16 | |
3 | 17 | * sawmill-ui.jl: separate the keymap shell using a vpaned |