Japanese translation of message catalog for Sawfish Window-Manager
Revisão | b1b47de8e7114e31874d8dbc12c070b36ce9c613 (tree) |
---|---|
Hora | 2002-06-29 13:33:59 |
Autor | John Harper <jsh@src....> |
Commiter | John Harper |
version 1.1
@@ -1,3 +1,7 @@ | ||
1 | +2002-06-28 John Harper <jsh@unfactored.org> | |
2 | + | |
3 | + * configure.in: version 1.1 (gtk1) | |
4 | + | |
1 | 5 | 2002-06-12 Andrew V. Samoilov <kai@cmail.ru> |
2 | 6 | |
3 | 7 | * po/ru.po: Fix typos. |
@@ -20,6 +20,7 @@ | ||
20 | 20 | # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
21 | 21 | |
22 | 22 | version=@version@ |
23 | +subversion=@subversion@ | |
23 | 24 | rep_version=@REP_VERSION@ |
24 | 25 | SHELL=/bin/sh |
25 | 26 |
@@ -36,7 +36,7 @@ all : build.h DOC NEWS FAQ | ||
36 | 36 | |
37 | 37 | # this depends on config.status so it's rebuilt if configure is re-run |
38 | 38 | build.h : build-info config.status |
39 | - $(SHELL) $< $(host_type) $(version) \ | |
39 | + $(SHELL) $< $(host_type) $(version)$(subversion) \ | |
40 | 40 | '$(sawfishdir)' '$(lispdir)' '$(sawfishexecdir)' '$(localedir)' |
41 | 41 | |
42 | 42 | install : all installdirs |
@@ -25,7 +25,8 @@ AC_CONFIG_HEADER(config.h) | ||
25 | 25 | AC_CONFIG_AUX_DIR(etc) |
26 | 26 | |
27 | 27 | dnl Release versioning info |
28 | -version="1.0.1" | |
28 | +version="1.1" | |
29 | +subversion="-gtk1" | |
29 | 30 | |
30 | 31 | output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\ |
31 | 32 | lisp/sawfish/ui/Makefile lisp/sawfish/gtk/Makefile sounds/Makefile\ |
@@ -357,6 +358,7 @@ AC_SUBST(LINGUAS) | ||
357 | 358 | |
358 | 359 | dnl Nonstandard exported symbols |
359 | 360 | AC_SUBST(version) |
361 | +AC_SUBST(subversion) | |
360 | 362 | AC_SUBST(sawfishdir) |
361 | 363 | AC_SUBST(sawfishexecdir) |
362 | 364 | AC_SUBST(lispdir) |
@@ -7,6 +7,67 @@ 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.1 | |
11 | + | |
12 | +@itemize @bullet | |
13 | + | |
14 | +@item Reorganized the customization options. Removed user levels. | |
15 | +Removed many obscure options (most are still available as lisp | |
16 | +variables, just not from the UI). Viewports are no longer available in | |
17 | +the UI | |
18 | + | |
19 | +@item Updates to the @code{grow-pack} module (Kai Gro゚johann, Daniel | |
20 | +Pfeiffer) | |
21 | + | |
22 | +@item In matched windows, boolean options can be turned off as well as | |
23 | +on (me, merlin) | |
24 | + | |
25 | +@item New full screen maximization mode | |
26 | + | |
27 | +@item Bug fixes: | |
28 | + | |
29 | +@itemize @minus | |
30 | + | |
31 | +@item Miscellaneous focus fixes | |
32 | + | |
33 | +@item Be more selective about which X errors imply window deletion | |
34 | + | |
35 | +@item Don't trigger a stacking-list assertion on logout | |
36 | + | |
37 | +@item Check for window-ness in window-visibility (Michal Maruケka) | |
38 | + | |
39 | +@item Reread WM_WINDOW_PROTOCOLS when it changes | |
40 | + | |
41 | +@item Fixed bug of nautilus windows not being focused in focus follows | |
42 | +mouse modes | |
43 | + | |
44 | +@item Recover "lost" windows when selecting windows (merlin) | |
45 | + | |
46 | +@item Show correct size when resizing windows (merlin) | |
47 | + | |
48 | +@item Most placement modes now respect workarea (Federico Mena | |
49 | +Quintero, me) | |
50 | + | |
51 | +@item Miscellaneous fixes to wm-spec implementation. Includes code to | |
52 | +support _NET_WM_STRUT | |
53 | + | |
54 | +@item Call @code{bindtextdomaincodeset} function if rep implements it | |
55 | +(Christophe Fergeau) | |
56 | + | |
57 | +@item Make the current-directory stored in the session a valid filename | |
58 | + | |
59 | +@item Don't put windows below the default depth just because their | |
60 | +parent is | |
61 | + | |
62 | +@item Miscellaneous viewport fixes (Federico Mena Quintero) | |
63 | + | |
64 | +@item Don't let ``transients above'' and ``layer'' stacking constraints | |
65 | +conflict with one another | |
66 | + | |
67 | +@end itemize | |
68 | +@end itemize | |
69 | + | |
70 | + | |
10 | 71 | @heading 1.0.1 |
11 | 72 | |
12 | 73 | @itemize @bullet |