• 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

修訂09927958b4971e2c2e57318ac307398e04aacf88 (tree)
時間2001-01-21 14:22:23
作者John Harper <jsh@src....>
CommiterJohn Harper

Log Message

version 0.36

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1+2001-01-20 John Harper <jsh@eazel.com>
2+
3+ * configure.in: version 0.36
4+
15 2001-01-19 John Harper <jsh@eazel.com>
26
37 * themes/Makefile.in:
--- 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.35"
28+version="0.36"
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/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
1+2001-01-20 John Harper <jsh@eazel.com>
2+
3+ * version 0.36
4+
15 2001-01-19 John Harper <jsh@eazel.com>
26
37 * sawfish/wm/user.jl (fallback-frame-style): changed this to
--- a/man/news.texi
+++ b/man/news.texi
@@ -7,6 +7,57 @@ they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawfish source tree.
88
99
10+@heading 0.36
11+
12+@itemize @bullet
13+
14+@item Added a new default theme: `Crux'. By default it recolours itself
15+to match the current GTK+ selection colour. (Arlo Rose, me)
16+
17+@item Updated translations: it (Michele Campeotto), fr (Christian
18+Marillat)
19+
20+@item Added a @code{shade-button} button class (many themes created it
21+anyway)
22+
23+@item Added a @code{sawfish.wm.util.recolor-image} module, currently
24+contains a single function for recolouring parts of images based on a
25+given colour gradient
26+
27+@item Added new command @code{delete-group}. Deletes a whole group of
28+windows. With default bindings, shift-click on the close button to
29+invoke this command
30+
31+@item Added support for KDE-style mini-icons. If the window has no
32+normal icon, then @code{window-icon-image} will return the mini-icon
33+
34+@item Fixed bugs:
35+
36+@itemize @minus
37+
38+@item Themes that use the module for reading the user's gtk preferences
39+will once again get updated when the gtk theme changes
40+
41+@item Fix another of the null-string translation bugs (Christian
42+Marillat)
43+
44+@item Work around @code{XUrgencyHint} not being defined before X11R6
45+
46+@item Fixed some long-standing bugs when decorating windows (use the
47+correct mask when creating the overall window shape; for frame parts
48+with no mask, set the local shape to the appropriate rectangle; be sure
49+to generate at least one Expose event when reconfiguring frame parts)
50+
51+@item Fixed crashing bug when @code{bind-keys} is called with zero
52+arguments
53+
54+@item Fixed typo in @code{crop-image} function when checking validity
55+of @var{height} parameter (martin@@whoever.com)
56+
57+@end itemize
58+@end itemize
59+
60+
1061 @heading 0.35
1162
1263 @itemize @bullet
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
1+2001-01-20 John Harper <jsh@eazel.com>
2+
3+ * version 0.36
4+
15 2001-01-18 John Harper <jsh@eazel.com>
26
37 * windows.c: work around XUrgencyHint only being defined on