• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修訂dc74b938a80ed403786541968b9cea43f06620fa (tree)
時間2000-03-05 21:36:22
作者john <john>
Commiterjohn

Log Message

*** empty log message ***

Change Summary

差異

--- a/THANKS
+++ b/THANKS
@@ -3,19 +3,27 @@
33 THANKS
44 ******
55
6- * Merlin for x.c and making snapping work
6+ - Merlin for x.c and making snapping work
77
8- * Kai Gro゚johann for grow-pack.jl
8+ - Kai Gro゚johann for grow-pack.jl
99
10- * Topi Paavola for read-line.jl (now prompt.jl)
10+ - Topi Paavola for read-line.jl (now prompt.jl)
1111
12- * Julian Missig for ignore-window.jl
12+ - Julian Missig for ignore-window.jl
1313
14- * Ben Liblit for gnome-match.jl
14+ - Ben Liblit for gnome-match.jl
1515
16- * Eric Kidd for the basis of viewport-linear.jl
16+ - Eric Kidd for the basis of viewport-linear.jl
1717
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
1927
2028
2129 Many others have also contributed patches, including:
@@ -24,7 +32,7 @@ Many others have also contributed patches, including:
2432 Hanson, Scott Sams, Christopher P Goller, Ricardo R. Massaro, Jesus
2533 Bravo Alvarez, John N S Gill, Timo Korvola, Yaron M. Minsky, Mark
2634 Probst, Kirk Saranathan, Ian, Morgan Schweers, Jens Finke, G駻ard
27- Milmeister, Andreas Degert, Rob Hodges
35+ Milmeister, Andreas Degert, Rob Hodges, Martin Blais
2836
2937
3038 Thanks also to those who have contributed translations:
--- a/TODO
+++ b/TODO
@@ -245,8 +245,6 @@ sawmill-ui tasks
245245
246246 + Allow text-entry commands in bindings dialog?
247247
248- + use panes to separate areas in bindings widget
249-
250248 + add capplet desktop entries to share/gnome/apps/Settings as well as
251249 the control center tree
252250
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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+
116 2000-03-02 John Harper <john@dcs.warwick.ac.uk>
217
318 * functions.jl (warp-cursor-to-window): clamp the warp
--- a/man/news.texi
+++ b/man/news.texi
@@ -7,6 +7,105 @@ they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawmill source tree.
88
99
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+
10109 @unnumberedsec 0.24
11110
12111 @itemize @bullet
--- a/sawmill.spec.in
+++ b/sawmill.spec.in
@@ -54,6 +54,7 @@ make CFLAGS="$RPM_OPT_FLAGS"
5454 rm -rf $RPM_BUILD_ROOT
5555 mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/gnome/wm-properties
5656 mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/control-center
57+mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/gnome/apps/Settings
5758 make prefix=$RPM_BUILD_ROOT%{_prefix} install
5859 gzip -9nf $RPM_BUILD_ROOT%{_prefix}/info/sawmill*
5960
@@ -79,6 +80,7 @@ fi
7980 %defattr(-,root,root)
8081 %{_prefix}/bin/sawmill-capplet
8182 %{_prefix}/share/control-center/Sawmill
83+%{_prefix}/share/gnome/apps/Settings/Sawmill
8284 %{_prefix}/share/gnome/wm-properties/Sawmill.desktop
8385
8486 %files themer
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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+
115 2000-03-02 John Harper <john@dcs.warwick.ac.uk>
216
317 * sawmill-ui.jl: separate the keymap shell using a vpaned