Japanese translation of message catalog for Sawfish Window-Manager
修訂 | 3cd7db9bb47d980b4964d77a128be39d7bd300a3 (tree) |
---|---|
時間 | 2002-11-10 14:40:07 |
作者 | John Harper <jsh@src....> |
Commiter | John Harper |
version 1.2
@@ -1,3 +1,7 @@ | ||
1 | +2002-11-09 John Harper <jsh@unfactored.org> | |
2 | + | |
3 | + * configure.in: version 1.2 | |
4 | + | |
1 | 5 | 2002-11-02 John Harper <jsh@unfactored.org> |
2 | 6 | |
3 | 7 | * configure.in, config.h.in, Makedefs.in: check for Xft |
@@ -25,7 +25,7 @@ AC_CONFIG_HEADER(config.h) | ||
25 | 25 | AC_CONFIG_AUX_DIR(etc) |
26 | 26 | |
27 | 27 | dnl Release versioning info |
28 | -version="1.1" | |
28 | +version="1.2" | |
29 | 29 | subversion="-gtk1" |
30 | 30 | |
31 | 31 | output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\ |
@@ -1,3 +1,7 @@ | ||
1 | +2002-11-09 John Harper <jsh@unfactored.org> | |
2 | + | |
3 | + * version 1.2 | |
4 | + | |
1 | 5 | 2002-11-08 John Harper <jsh@unfactored.org> |
2 | 6 | |
3 | 7 | * sawfish/wm/util/font.jl: handle XLFD fonts with no dashes, |
@@ -1,3 +1,7 @@ | ||
1 | +2002-11-09 John Harper <jsh@unfactored.org> | |
2 | + | |
3 | + * version 1.2 | |
4 | + | |
1 | 5 | 2002-11-03 John Harper <jsh@unfactored.org> |
2 | 6 | |
3 | 7 | * widgets/font.jl (make-font-item): minimal changes to accept |
@@ -1,3 +1,7 @@ | ||
1 | +2002-11-09 John Harper <jsh@unfactored.org> | |
2 | + | |
3 | + * version 1.2 | |
4 | + | |
1 | 5 | 2002-05-29 John Harper <jsh@unfactored.org> |
2 | 6 | |
3 | 7 | * widgets/frame-style.jl (make-frame-style-item): added a 200ms |
@@ -6,6 +6,63 @@ This lists the user-visible changes made to Sawfish, and which releases | ||
6 | 6 | they occurred between. For more detailed information see the |
7 | 7 | @file{ChangeLog} files in the Sawfish source tree. |
8 | 8 | |
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 | + | |
9 | 66 | |
10 | 67 | @heading 1.1 |
11 | 68 |
@@ -1,3 +1,7 @@ | ||
1 | +2002-11-09 John Harper <jsh@unfactored.org> | |
2 | + | |
3 | + * version 1.2 | |
4 | + | |
1 | 5 | 2002-11-03 John Harper <jsh@unfactored.org> |
2 | 6 | |
3 | 7 | * sawmill.h (Lisp_Color): now contains alpha value |