• 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

修訂3cd7db9bb47d980b4964d77a128be39d7bd300a3 (tree)
時間2002-11-10 14:40:07
作者John Harper <jsh@src....>
CommiterJohn Harper

Log Message

version 1.2

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1+2002-11-09 John Harper <jsh@unfactored.org>
2+
3+ * configure.in: version 1.2
4+
15 2002-11-02 John Harper <jsh@unfactored.org>
26
37 * configure.in, config.h.in, Makedefs.in: check for Xft
--- 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="1.1"
28+version="1.2"
2929 subversion="-gtk1"
3030
3131 output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
1+2002-11-09 John Harper <jsh@unfactored.org>
2+
3+ * version 1.2
4+
15 2002-11-08 John Harper <jsh@unfactored.org>
26
37 * sawfish/wm/util/font.jl: handle XLFD fonts with no dashes,
--- a/lisp/sawfish/gtk/ChangeLog
+++ b/lisp/sawfish/gtk/ChangeLog
@@ -1,3 +1,7 @@
1+2002-11-09 John Harper <jsh@unfactored.org>
2+
3+ * version 1.2
4+
15 2002-11-03 John Harper <jsh@unfactored.org>
26
37 * widgets/font.jl (make-font-item): minimal changes to accept
--- a/lisp/sawfish/ui/ChangeLog
+++ b/lisp/sawfish/ui/ChangeLog
@@ -1,3 +1,7 @@
1+2002-11-09 John Harper <jsh@unfactored.org>
2+
3+ * version 1.2
4+
15 2002-05-29 John Harper <jsh@unfactored.org>
26
37 * widgets/frame-style.jl (make-frame-style-item): added a 200ms
--- a/man/news.texi
+++ b/man/news.texi
@@ -6,6 +6,63 @@ This lists the user-visible changes made to Sawfish, and which releases
66 they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawfish source tree.
88
9+@heading 1.2
10+
11+@itemize @bullet
12+
13+@item Added an @file{OPTIONS} file describing the variables that may be
14+customized
15+
16+@item Some drawing optimizations: don't reinstall frame shape at each
17+redraw, turn off graphics exposures in all contexts
18+
19+@item Added a cache for X properties to minimize server round-trips
20+
21+@item Added support for Xft fonts
22+
23+@item Color objects now store alpha as well as rgb data
24+
25+@item Support useful parts of 1.1 NET WM spec; also fixed some bugs /
26+omissions in support for 1.0 spec (e.g. @code{_NET_WORKAREA})
27+
28+@item Support for two dimensional workspace layouts and edge flipping
29+(Michael Toomin)
30+
31+@item Translation updates (Dmitry G. Mastrukov, Jordi Mallach, Vincent
32+van Adrighem, Christian Rose, Stanislav Visnovsky, Daniel Yacob, Andras
33+Timar, Sava Chankov, Christian Neumair, Peteris Krisjanis, Gustavo
34+Noronha Silva, Christian Meyer, Fatih Demir, Hasbullah Bin Pit,
35+Christophe Fergeau)
36+
37+@item Bug fixes:
38+
39+@itemize @minus
40+
41+@item Don't pass null pointers to @code{accept ()}
42+
43+@item Stacking list assertions no longer abort execution, they just
44+print an error message
45+
46+@item Handle minimum-size hints that are zero
47+
48+@item Understand the Pango font names that the Gtk2 font selector uses
49+
50+@item Fixed bugs when iconifying sticky windows
51+
52+@item When servicing configure-window requests, respect the window's
53+locked dimensions. Also handle moving in only one direction
54+
55+@item @code{grow-pack} bug fixes (Daniel Pfeiffer)
56+
57+@item Fixed some problems with fullscreen mode
58+
59+@item Fixed some problems in the Gtk2 config tool
60+
61+@item Other bug fixes (Greg Morris, Claudio Bley)
62+
63+@end itemize
64+@end itemize
65+
966
1067 @heading 1.1
1168
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
1+2002-11-09 John Harper <jsh@unfactored.org>
2+
3+ * version 1.2
4+
15 2002-11-03 John Harper <jsh@unfactored.org>
26
37 * sawmill.h (Lisp_Color): now contains alpha value