• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine 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

Revisiond64330c204b812a2381bcd9af1922666d2dc4c46 (tree)
Zeit2000-06-16 20:50:18
Autorjohn <john>
Commiterjohn

Log Message

*** empty log message ***

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
22
33 * configure.in: version 0.28.1
44
5+ * configure.in: require rep 0.12+ (table-ref in earlier
6+ versions has a bug that is exposed by window-history)
7+
58
69 <garetxe@euskalnet.net>
710
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
1+2000-06-16 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.28.1
4+
15 2000-06-15 John Harper <john@dcs.warwick.ac.uk>
26
37 * custom.jl (custom-declare-variable): allow variables to be
--- a/man/news.texi
+++ b/man/news.texi
@@ -6,6 +6,29 @@ This lists the user-visible changes made to Sawfish, and which releases
66 they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawfish source tree.
88
9+
10+@unnumberedsec 0.28.1
11+
12+@itemize @bullet
13+
14+@item New options @samp{--visual=@var{TYPE}} and
15+@samp{--depth=@var{DEPTH}}. These tell the window manager to use a
16+different visual than the default
17+
18+@item Made the @code{window-history} module behave more sanely (don't
19+save iconified or shaded state; include window name when generating
20+keys for transient windows)
21+
22+@item Made @code{beos-window-module} the standard window menu (require
23+@code{old-window-menu} to get the original version). Also made this
24+display the windows' class names
25+
26
27+Demir)
28+
29+@end itemize
30+
31+
932 @unnumberedsec 0.28
1033
1134 @itemize @bullet
--- a/sawfish.spec.in
+++ b/sawfish.spec.in
@@ -2,7 +2,7 @@ Summary: An extensible window manager for the X Window System.
22 Name: sawfish
33 Version: @version@
44 Release: 1
5-Requires: librep >= 0.11, rep-gtk >= 0.8
5+Requires: librep >= 0.12, rep-gtk >= 0.8
66 Copyright: GPL
77 Group: User Interface/Desktops
88 Source: http://download.sourceforge.net/sawfish/sawfish-%{version}.tar.gz
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
1+2000-06-16 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.28.1
4+
15 2000-06-14 John Harper <john@dcs.warwick.ac.uk>
26
37 Work to support non-default visuals and color depths: