Japanese translation of message catalog for Sawfish Window-Manager
Revisão | 8ffd527bb0415276091c34c0c855f52845443803 (tree) |
---|---|
Hora | 2001-10-15 13:54:08 |
Autor | John Harper <jsh@src....> |
Commiter | John Harper |
version 1.0.1
@@ -1,5 +1,7 @@ | ||
1 | 1 | 2001-10-14 John Harper <jsh@unfactored.org> |
2 | 2 | |
3 | + * configure.in: version 1.0.1 | |
4 | + | |
3 | 5 | * configure.in: disabled dlmalloc on sparc platforms. Brian |
4 | 6 | Nitz <Brian.Nitz@Sun.COM> reports that this is necessary to |
5 | 7 | stop sawfish crashing in certain circumstances |
@@ -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.0" | |
28 | +version="1.0.1" | |
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-10-14 John Harper <jsh@unfactored.org> | |
2 | + | |
3 | + * version 1.0.1 | |
4 | + | |
1 | 5 | 2001-09-20 John Harper <jsh@unfactored.org> |
2 | 6 | |
3 | 7 | * sawfish/wm/workspace.jl (select-workspace): fixed bug in last |
@@ -7,6 +7,48 @@ 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 1.0.1 | |
11 | + | |
12 | +@itemize @bullet | |
13 | + | |
14 | ||
15 | +Campeotto), pl (Zbigniew Chyla), zh_CN (Wang Jian), zh_TW (Abel | |
16 | +Cheung), es (Eneko Lacunza), tr (ヨmer Fad?l USTA), sv (G?an Uddeborg, | |
17 | +Christian Rose), da (Ole Laursen), gl (Jesus Bravo Alvarez) | |
18 | + | |
19 | +@item Bug fixes: | |
20 | + | |
21 | +@itemize @minus | |
22 | + | |
23 | +@item Fixed typo in @code{apply-command-keys} function (David Bustos) | |
24 | + | |
25 | +@item Fixed bug in @code{wm-spec} module causing nautilus desktop | |
26 | +window to cover panel | |
27 | + | |
28 | +@item Adopt windows with a maximized hint correctly | |
29 | + | |
30 | +@item Fixed bug in @code{display-window} function that can prevent the | |
31 | +window getting focused | |
32 | + | |
33 | +@item Don't allow windows to be moved or resized by third-parties when | |
34 | +they're maximized (and the necessary option is set) | |
35 | + | |
36 | +@item Fixed problem with localizing property names in the | |
37 | +matched-windows configuration widget | |
38 | + | |
39 | +@item Handle window gravity more correctly (Owen Taylor) | |
40 | + | |
41 | +@item Forget everything about withdrawn windows -- better ICCCM | |
42 | +compliance | |
43 | + | |
44 | +@item Fixed root-window event proxying (the infamous gmc bug) | |
45 | + | |
46 | +@item Don't use dlmalloc on sparcs (Brian Nitz) | |
47 | + | |
48 | +@end itemize | |
49 | +@end itemize | |
50 | + | |
51 | + | |
10 | 52 | @heading 0.99 |
11 | 53 | |
12 | 54 | @itemize @bullet |
@@ -1,3 +1,7 @@ | ||
1 | +2001-10-14 John Harper <jsh@unfactored.org> | |
2 | + | |
3 | + * version 1.0.1 | |
4 | + | |
1 | 5 | 2001-08-31 John Harper <jsh@pixelslut.com> |
2 | 6 | |
3 | 7 | * windows.c (focus_on_window): subtract one from the last seen |