• 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

修訂783d98f987fe48e5368a4c45d42371bbc98c3b9c (tree)
時間2000-12-05 04:03:33
作者John Harper <jsh@src....>
CommiterJohn Harper

Log Message

version 0.34

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
1+2000-12-04 John Harper <jsh@eazel.com>
2+
3+ * configure.in: version 0.34
4+
5+ * themes/absolute-e/README.it, themes/brushed-metal/README.it,
6+ themes/gradient/README.it, themes/gtk/README.it,
7+ themes/microGUI/README.it, themes/mono/README.it,
8+ themes/simple/README.it, themes/smaker/README.it: new files,
9+ from Michele Campeotto <micampe@interpuntonet.it>
10+
11+ * po/it.po: update from Michele Campeotto
12+ <micampe@interpuntonet.it>
13+
114 2000-11-16 John Harper <jsh@eazel.com>
215
316 * po/fr.po: update from Christian Marillat
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,7 @@ AC_CONFIG_HEADER(config.h)
2525 AC_CONFIG_AUX_DIR(etc)
2626
2727 dnl Release versioning info
28-version="0.33.1"
28+version="0.34"
2929
3030 output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\
3131 lisp/sawfish/ui/Makefile lisp/sawfish/gtk/Makefile sounds/Makefile\
--- a/lisp/sawfish/gtk/ChangeLog
+++ b/lisp/sawfish/gtk/ChangeLog
@@ -1,3 +1,7 @@
1+2000-12-04 John Harper <jsh@eazel.com>
2+
3+ * version 0.34
4+
15 2000-11-28 John Harper <jsh@eazel.com>
26
37 * widget.jl (make-symbol-item): connect to the changed signal
--- a/lisp/sawfish/ui/ChangeLog
+++ b/lisp/sawfish/ui/ChangeLog
@@ -1,3 +1,7 @@
1+2000-12-04 John Harper <jsh@eazel.com>
2+
3+ * version 0.34
4+
15 2000-11-28 John Harper <jsh@eazel.com>
26
37 * widgets/modifier-list.jl: new widget, manages a list of
--- a/man/news.texi
+++ b/man/news.texi
@@ -7,6 +7,82 @@ they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawfish source tree.
88
99
10+@heading 0.34
11+
12+@itemize @bullet
13+
14+@item Added a virtual modifier key, the @kbd{W-} modifier. This
15+modifier is used for all standard window-manager key bindings, it may
16+be set to any of the standard X modifiers using the configuration tool
17+
18+@item Optionally show window-icons when cycling through windows (Unai
19+Uribarri Rodr?uez, me)
20+
21+@item Event handlers for low-level X windows now get passed the window
22+as their second argument (Unai Uribarri Rodr?uez)
23+
24+@item Translation updates: fr (Christian Marillat), sv (Richard Hult),
25+pt_BR (Fl疱io Bruno Leitner), it (Michele Campeotto)
26+
27+@item Error handler module (@code{sawfish.wm.ext.error-handler}). When
28+loaded it records the most recent errors, and the time at which they
29+occurred. Use the @code{display-errors} command to display all recorded
30+errors.
31+
32+@item Added an option to not save window-history data for transient
33+windows. Also added a @code{window-history-clear} command to forget
34+history for all windows.
35+
36+@item Rearranged window operations menu to hopefully be clearer
37+
38+@item Attempt to catch and handle errors while loading custom options
39+
40+@item Labels in menu items can now be functions, they should return the
41+label text when called (with any menu arguments)
42+
43+@item Moved installed message catalogues to $datadir/locale
44+
45+@item @code{defcustom} forms may now a @code{:widget-flags} keyword, a
46+constant list of symbols passed to the configuration tool. Current
47+flags include: @code{expand-vertically} and @code{expand-horizontally}
48+
49+@item Added a @code{sawfish.wm.util.ping} module, it implements the
50+@code{_NET_WM_PING} protocol of the new window manager spec.
51+
52+@item @code{destroy-notify-hook} is no longer called asynchronously
53+
54+@item Bug fixes:
55+
56+@itemize @minus
57+
58+@item Fixed various bugs when dragging/resizing windows
59+
60+@item Reverted the changes to make the click-to-focus click-through
61+setting apply to window decorations
62+
63+@item Fixed bug when handling 32-bit data in client messages and X
64+properties
65+
66+@item Fixed window-focus problems when switching viewports
67+
68+@item Many bug-fixes to handling of maximized window state. Maximized
69+state should now be preserved across wm and session restarts. It's also
70+saved in the window-history attributes
71+
72+@item Support the function hints of the MWM window manager properties
73+
74+@item Updated the @code{sawfish.wm.state.wm-spec} module to match the
75+current (almost final) draft of the new GNOME/KDE window manager spec
76+
77+@item Fixed sporadic stacking bugs when unmapped windows exist
78+
79+@item Fixed miscellaneous click-to-focus and focus-click-through
80+related bugs
81+
82+@end itemize
83+@end itemize
84+
85+
1086 @heading 0.33
1187
1288 @itemize @bullet
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
1+2000-12-04 John Harper <jsh@eazel.com>
2+
3+ * version 0.34
4+
15 2000-11-22 John Harper <jsh@eazel.com>
26
37 * sawfish-about.jl.in: fixed __localedir__ substitution not
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
1+2000-12-04 John Harper <jsh@eazel.com>
2+
3+ * version 0.34
4+
15 2000-11-28 John Harper <jsh@eazel.com>
26
37 * keys.c (wm_mods, Fwm_modifier, Fset_wm_modifier): a new