Japanese translation of message catalog for Sawfish Window-Manager
リビジョン | 52c25eda63d76cd8357361b29c543ee8a893063a (tree) |
---|---|
日時 | 2008-02-19 05:06:09 |
作者 | Janek Kozicki <jkozicki@src....> |
コミッター | Janek Kozicki |
Release 1.3.3
svn path=/trunk/; revision=4224
@@ -1,3 +1,18 @@ | ||
1 | +2008-02-18 Janek Kozicki <cosurgi@gmail.com> | |
2 | + * configure.in: version 1.3.3 | |
3 | + | |
4 | + * "Utf 8 names fix" by Timo Korvola: window titles with UTF-8 working | |
5 | + and no openoffice crashes | |
6 | + | |
7 | + * "Pango draw() ignores font" by Yuuki Harano and Rodrigo Gallardo: | |
8 | + allows using pango fonts correctly. | |
9 | + | |
10 | + * "Titlebar updates" by Harald van Dijk and Timo Korvola: don't forget | |
11 | + to tell the running theme that window title length has changed. | |
12 | + | |
13 | + * "KDE tray fix 2" by Timo Korvola: KDE is not always using | |
14 | + freedesktop.org protocol so we need to adjust a few glitches. | |
15 | + | |
1 | 16 | 2008-01-20 Janek Kozicki <cosurgi@gmail.com> |
2 | 17 | * configure.in: version 1.3.2 |
3 | 18 |
@@ -9,7 +9,7 @@ by Janek Kozicki, current maintainer. | ||
9 | 9 | - Derek Upham for his documentation |
10 | 10 | - Fuchur for xinerama placement patch |
11 | 11 | - GSR for patches and other active contribution |
12 | - - Harald van Dijk for QT menu focus patch | |
12 | + - Harald van Dijk for QT menu focus patch and titlebar updates | |
13 | 13 | - Philippe-Pierre for typo fix |
14 | 14 | - Rodrigo Gallardo for numerous patches and taking care of debian package |
15 | 15 | - Scott Scriven for tool for automatic screenshot generation |
@@ -18,6 +18,7 @@ by Janek Kozicki, current maintainer. | ||
18 | 18 | - Timo Korvola for numerous patches and other active contribution |
19 | 19 | - Yannig Marchegay for occitan translation |
20 | 20 | - Yoshiaki Kasahara for buffer overflow fix |
21 | + - Yuuki Harano for Pango draw() ignores font patch | |
21 | 22 | |
22 | 23 | |
23 | 24 | THANKS prior to release 1.3.2 (before year 2002) |
@@ -1,6 +1,6 @@ | ||
1 | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | 2 | dnl Copyright (C) 1998 John Harper <john@dcs.warwick.ac.uk> |
3 | -dnl $Id: configure.in,v 1.139 2007/07/27 16:04:49 jkozicki Exp $ | |
3 | +dnl $Id: configure.in,v 1.140 2008/02/18 20:59:59 jkozicki Exp $ | |
4 | 4 | dnl |
5 | 5 | dnl This file is part of sawmill. |
6 | 6 | dnl |
@@ -18,14 +18,14 @@ dnl You should have received a copy of the GNU General Public License | ||
18 | 18 | dnl along with sawmill; see the file COPYING. If not, write to |
19 | 19 | dnl the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
20 | 20 | |
21 | -AC_REVISION($Revision: 1.139 $) | |
21 | +AC_REVISION($Revision: 1.140 $) | |
22 | 22 | |
23 | 23 | AC_INIT(src/sawmill.h) |
24 | 24 | AC_CONFIG_HEADER(config.h) |
25 | 25 | AC_CONFIG_AUX_DIR(etc) |
26 | 26 | |
27 | 27 | dnl Release versioning info |
28 | -version="1.3.2" | |
28 | +version="1.3.3" | |
29 | 29 | subversion="" |
30 | 30 | |
31 | 31 | output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\ |
@@ -6,6 +6,31 @@ 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.3.3 | |
10 | + | |
11 | +@itemize @bullet | |
12 | + | |
13 | +@item The followup 1.3.3 version is released with bugfixes' fixes | |
14 | + | |
15 | +@item Bug fixes: | |
16 | +@itemize @minus | |
17 | + | |
18 | +@item "Utf 8 names fix" by Timo Korvola: window titles with UTF-8 working and | |
19 | +no openoffice crashes | |
20 | + | |
21 | +@item "Pango draw() ignores font" by Yuuki Harano and Rodrigo Gallardo: allows | |
22 | +using pango fonts correctly. | |
23 | + | |
24 | +@item "Titlebar updates" by Harald van Dijk and Timo Korvola: don't forget to | |
25 | +tell the running theme that window title length has changed. | |
26 | + | |
27 | +@item "KDE tray fix 2" by Timo Korvola: KDE is not always using freedesktop.org | |
28 | +protocol so we need to adjust a few glitches. | |
29 | + | |
30 | +@end itemize | |
31 | +@end itemize | |
32 | + | |
33 | + | |
9 | 34 | @heading 1.3.2 |
10 | 35 | |
11 | 36 | @itemize @bullet |