• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版b1b47de8e7114e31874d8dbc12c070b36ce9c613 (tree)
时间2002-06-29 13:33:59
作者John Harper <jsh@src....>
CommiterJohn Harper

Log Message

version 1.1

更改概述

差异

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1+2002-06-28 John Harper <jsh@unfactored.org>
2+
3+ * configure.in: version 1.1 (gtk1)
4+
15 2002-06-12 Andrew V. Samoilov <kai@cmail.ru>
26
37 * po/ru.po: Fix typos.
--- a/Makedefs.in
+++ b/Makedefs.in
@@ -20,6 +20,7 @@
2020 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
2121
2222 version=@version@
23+subversion=@subversion@
2324 rep_version=@REP_VERSION@
2425 SHELL=/bin/sh
2526
--- a/Makefile.in
+++ b/Makefile.in
@@ -36,7 +36,7 @@ all : build.h DOC NEWS FAQ
3636
3737 # this depends on config.status so it's rebuilt if configure is re-run
3838 build.h : build-info config.status
39- $(SHELL) $< $(host_type) $(version) \
39+ $(SHELL) $< $(host_type) $(version)$(subversion) \
4040 '$(sawfishdir)' '$(lispdir)' '$(sawfishexecdir)' '$(localedir)'
4141
4242 install : all installdirs
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,8 @@ AC_CONFIG_HEADER(config.h)
2525 AC_CONFIG_AUX_DIR(etc)
2626
2727 dnl Release versioning info
28-version="1.0.1"
28+version="1.1"
29+subversion="-gtk1"
2930
3031 output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\
3132 lisp/sawfish/ui/Makefile lisp/sawfish/gtk/Makefile sounds/Makefile\
@@ -357,6 +358,7 @@ AC_SUBST(LINGUAS)
357358
358359 dnl Nonstandard exported symbols
359360 AC_SUBST(version)
361+AC_SUBST(subversion)
360362 AC_SUBST(sawfishdir)
361363 AC_SUBST(sawfishexecdir)
362364 AC_SUBST(lispdir)
--- a/man/news.texi
+++ b/man/news.texi
@@ -7,6 +7,67 @@ they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawfish source tree.
88
99
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+
1071 @heading 1.0.1
1172
1273 @itemize @bullet