Japanese translation of message catalog for Sawfish Window-Manager
Revisão | e6c906baad503b53949552f9d459ae85904dec1f (tree) |
---|---|
Hora | 2010-06-19 16:38:39 |
Autor | Christopher Roy Bratusek <zanghar@free...> |
Commiter | Christopher Roy Bratusek |
prepare 1.6.3.1 for release
@@ -1,3 +1,6 @@ | ||
1 | +2010-05-23 Christopher Roy Bratusek <zanghar@freenet.de> | |
2 | + * lisp/sawfish/wm/util/prompt.jl: fix an unconfirmed compilation-error that has been reported | |
3 | + | |
1 | 4 | 2010-05-16 Christopher Bratusek <zanghar@freenet.de> |
2 | 5 | * src/display.c: allow compilation with -DDEBUG |
3 | 6 |
@@ -29,9 +29,9 @@ AM_PROG_LIBTOOL | ||
29 | 29 | #IT_PROG_INTLTOOL([0.40.0]) |
30 | 30 | |
31 | 31 | dnl Release versioning info |
32 | -version="1.6.3" | |
32 | +version="1.6.3.1" | |
33 | 33 | subversion="" |
34 | -codename="Hava Nagila" | |
34 | +codename="Acid Folk" | |
35 | 35 | |
36 | 36 | VERSION=${version} |
37 | 37 |
@@ -57,7 +57,8 @@ | ||
57 | 57 | sawfish.wm.events |
58 | 58 | sawfish.wm.custom |
59 | 59 | sawfish.wm.commands |
60 | - sawfish.wm.fonts) | |
60 | + sawfish.wm.fonts | |
61 | + sawfish.wm.util.prompt) | |
61 | 62 | |
62 | 63 | (defgroup messages "Messages" :group misc) |
63 | 64 |
@@ -9,6 +9,14 @@ they occurred between. For more detailed information see the | ||
9 | 9 | @file{ChangeLog} file in the Sawfish source tree, or git log. |
10 | 10 | (See Wiki page for how to access git repository.) |
11 | 11 | |
12 | +@heading 1.6.3.1 "Acid Folk" | |
13 | + | |
14 | +@itemize @bullet | |
15 | +@item Fixed a possible compilation-error in prompt.jl [Harald van Dijk] | |
16 | + | |
17 | +If Sawfish 1.6.3 compiled without error, then you don't have to update. | |
18 | +@end itemize | |
19 | + | |
12 | 20 | @heading 1.6.3 "Hava Nagila" |
13 | 21 | |
14 | 22 | @itemize @bullet |