• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
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

Revisãof83df8dca7e54ebd388b42ceb8654f59b2a5f2a9 (tree)
Hora2000-11-09 11:00:21
AutorJohn Harper <jsh@src....>
CommiterJohn Harper

Mensagem de Log

version 0.33

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2000-11-08 John Harper <jsh@eazel.com>
2+
3+ * configure.in: version 0.33
4+
5+ * po/uk.po, po/pt_BR.po: updated from gnome-i18n/extra-po
6+ directory
7+
18 2000-11-01 John Harper <jsh@eazel.com>
29
310 * po/de.po: update from Matthias Warkus <mawarkus@t-online.de>
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,7 @@ AC_CONFIG_HEADER(config.h)
2525 AC_CONFIG_AUX_DIR(etc)
2626
2727 dnl Release versioning info
28-version="0.32"
28+version="0.33"
2929
3030 output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\
3131 lisp/sawfish/ui/Makefile lisp/sawfish/gtk/Makefile sounds/Makefile\
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
11 2000-11-08 John Harper <jsh@eazel.com>
22
3+ * version 0.33
4+
5+2000-11-08 John Harper <jsh@eazel.com>
6+
37 * sawfish/wm/state/transient.jl (transient-map-window): fix
48 error when no window is focused
59
--- a/lisp/sawfish/ui/ChangeLog
+++ b/lisp/sawfish/ui/ChangeLog
@@ -1,3 +1,7 @@
1+2000-11-08 John Harper <jsh@eazel.com>
2+
3+ * version 0.33
4+
15 2000-11-06 John Harper <jsh@eazel.com>
26
37 * group.jl, shell.jl: fixed some bugs introduced by the change
--- a/man/news.texi
+++ b/man/news.texi
@@ -7,6 +7,97 @@ they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawfish source tree.
88
99
10+@heading 0.33
11+
12+@itemize @bullet
13+
14+@item Added support for user-levels associated with individual commands
15+
16+@item The GNOME hints code now understands that the do-not-cover flag
17+is the same as sawfish's @code{avoid} property
18+
19+@item Swap properties of sticky windows when entering and leaving
20+workspaces as for normal windows (fixes the old problem where sticky
21+windows can grab focus when a workspace is entered)
22+
23+@item Changed the default settings of some customization options,
24+hopefully to give a more ``conventional'' feel for new users
25+
26+@item Better support for Xinerama (Geoff Reedy)
27+
28+@item Added a new set of window stacking commands: @code{raise-window},
29+@code{lower-window}, @code{raise-lower-window}. The set of windows
30+affected by these commands is determined by the @code{user-raise-type}
31+(either the individual window, the window and any transients, or the
32+entire group). The old commands of these names are now called
33+@code{@var{foo}-single-window}.
34+
35+Most modules now use these commands when raising or lowering windows,
36+allowing the stacking model to be configured globally.
37+
38+@item Translation updates: no (Kjartan Maraas), fi (Antti Ahvensalmi),
39+it (Christopher R. Gabriel), pt_BR (Douglas Moura Ferreira), uk (Yuri
40+Syrota), de (Matthias Warkus)
41+
42+@item Fixed bugs:
43+
44+@itemize @minus
45+
46+@item If committing changes in the configurator causes new
47+customization options or groups to be added, update the UI to reflect
48+this
49+
50+@item Added code to detect and correct the sporadic bug where windows
51+become unfocusable in click-to-focus mode
52+
53+@item Sanitized how the focus gets passed to and from transient windows
54+(when passing focus back from a transient, give it to the most recently
55+focused window in the group, not the transient's parent)
56+
57+Also, try to avoid displaying maximize buttons in windows whose hints
58+prevent them from being maximized
59+
60+@item Many fixes to how maximized windows are handled across session
61+and window manager restarts. Also support GNOME window maximized hints
62+when windows are created
63+
64+@item Fixed some bugs in the @code{wm-spec} module
65+
66+@item Don't trigger auto-raise hooks on leave/enter events generated by
67+pointer grabs
68+
69+@item The @code{edge-flip-delay} option now applies when dragging
70+windows
71+
72+@item Fixed the preview command in @code{sawfish-themer}
73+
74+@item Miscellaneous fixes to the ``smart'' window placement modes
75+
76+@item Fixed type description of @code{persisitent-group-ids} option
77+
78+@item In @code{enter-exit} focus mode, focus isn't removed due to
79+enter/leave events due to pointer grabs (fixes the bug with Mozilla URL
80+completion)
81+
82+@item Fixed (again) the @code{focus-click-through} behaviour with
83+respect to frame decorations
84+
85+@item Re-added hack to make GMC icons unfocusable
86+
87+@item Fixed interactive placement to check for window destruction
88+(merlin)
89+
90+@item Fixed bug with tiled images with shapes (the shape mask would
91+always be applied an integer number of times, ignoring the size of the
92+frame part it's associated with)
93+
94+@item Fixed @code{window-wants-input-p} to check if the
95+@code{InputHint} is set before reading the value
96+
97+@end itemize
98+@end itemize
99+
100+
10101 @heading 0.32
11102
12103 @itemize @bullet
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
1+2000-11-08 John Harper <jsh@eazel.com>
2+
3+ * version 0.33
4+
15 2000-11-07 John Harper <jsh@eazel.com>
26
37 * frames.c (set_frame_shapes): fix stupid bug of getting
--- a/themer/ChangeLog
+++ b/themer/ChangeLog
@@ -1,3 +1,7 @@
1+2000-11-08 John Harper <jsh@eazel.com>
2+
3+ * version 0.33
4+
15 2000-10-27 John Harper <jsh@eazel.com>
26
37 * themer.in (on-preview): don't need to grep for errors in the