Japanese translation of message catalog for Sawfish Window-Manager
修訂 | 09927958b4971e2c2e57318ac307398e04aacf88 (tree) |
---|---|
時間 | 2001-01-21 14:22:23 |
作者 | John Harper <jsh@src....> |
Commiter | John Harper |
version 0.36
@@ -1,3 +1,7 @@ | ||
1 | +2001-01-20 John Harper <jsh@eazel.com> | |
2 | + | |
3 | + * configure.in: version 0.36 | |
4 | + | |
1 | 5 | 2001-01-19 John Harper <jsh@eazel.com> |
2 | 6 | |
3 | 7 | * themes/Makefile.in: |
@@ -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="0.35" | |
28 | +version="0.36" | |
29 | 29 | |
30 | 30 | output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\ |
31 | 31 | lisp/sawfish/ui/Makefile lisp/sawfish/gtk/Makefile sounds/Makefile\ |
@@ -1,3 +1,7 @@ | ||
1 | +2001-01-20 John Harper <jsh@eazel.com> | |
2 | + | |
3 | + * version 0.36 | |
4 | + | |
1 | 5 | 2001-01-19 John Harper <jsh@eazel.com> |
2 | 6 | |
3 | 7 | * sawfish/wm/user.jl (fallback-frame-style): changed this to |
@@ -7,6 +7,57 @@ they occurred between. For more detailed information see the | ||
7 | 7 | @file{ChangeLog} files in the Sawfish source tree. |
8 | 8 | |
9 | 9 | |
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 | + | |
10 | 61 | @heading 0.35 |
11 | 62 | |
12 | 63 | @itemize @bullet |
@@ -1,3 +1,7 @@ | ||
1 | +2001-01-20 John Harper <jsh@eazel.com> | |
2 | + | |
3 | + * version 0.36 | |
4 | + | |
1 | 5 | 2001-01-18 John Harper <jsh@eazel.com> |
2 | 6 | |
3 | 7 | * windows.c: work around XUrgencyHint only being defined on |