• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

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

修訂70a74a8d9aff94dfdae0d12387c71036c3fac46a (tree)
時間2000-04-10 05:44:16
作者john <john>
Commiterjohn

Log Message

*** empty log message ***

Change Summary

差異

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
11 2000-04-09 John Harper <john@dcs.warwick.ac.uk>
22
3+ * version 0.26
4+
35 * sawmill.jl: don't load sawmill-gaol until all functions it
46 exports have been defined; set *root-structure* and
57 *user-structure* to suitable values; support load-all variants;
--- a/man/news.texi
+++ b/man/news.texi
@@ -6,6 +6,74 @@ This lists the user-visible changes made to Sawmill, and which releases
66 they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawmill source tree.
88
9+@unnumberedsec 0.26
10+
11+@itemize @bullet
12+
13+@item Added plugin @code{selection}, adds functions
14+@code{x-selection-active-p} and @code{x-get-selection} for retrieving X
15+selections (Mark Probst)
16+
17+@item New functions @code{prompt-for-window},
18+@code{prompt-for-workspace} and @code{select-workspace-interactively}
19+(Dave Pearson)
20+
21+@item @code{window-anim} module enabling asynchronous animations after
22+window events. Currently only two animation styles @code{wireframe} and
23+@code{solid}, and they only animate window iconification
24+
25+@item @code{audio-events} module; maps window manager events to audio
26+samples (played using esd by default, but can be configured to use any
27+program)
28+
29+@item When running programs in terminals from the GNOME apps menu, use
30+the value of @code{xterm-program} to decide which terminal program to
31+use (James Antill)
32+
33+@item Translation updates: gl (Jesus Bravo Alvarez), pl (Daniel Koc)
34+
35+@item New command @code{toggle-window-iconified} (Jens-Ulrik Petersen)
36+
37+@item New option @code{raise-windows-when-unshaded}
38+
39+@item Customization options for tooltip colors (Erik Assum)
40+
41+@item Removed default binding to @kbd{A-x}
42+
43+@item Added support for librep-with-module-system (cvs version)
44+
45+@item Note that @samp{ko} and @samp{zh} languages need FontSets
46+
47+@item When sticking a window not on the current viewport, move it to
48+the current viewport (Merlin)
49+
50+@item Fixed bug (?) of placing over avoided windows in @code{random}
51+mode; also increased @code{sp-avoided-windows-weight} by an order of
52+magnitude (Dan Winship)
53+
54+@item Fixed bug of maximizing a window changing its viewport
55+
56+@item Fixed window cycling losing grab if originally focused window is
57+unmapped
58+
59+@item Fixed @code{get-cursor} to use the correct background color when
60+creating cursors from vectors (Alexander Barinov)
61+
62+@item Fixed @code{get-font} to set `descent' property correctly
63+
64+@item Changed double-buffering semantics in @code{x} plugin, also only
65+support this if configure finds the correct header files
66+
67+@item Fixed @code{synthesize-event} to generate correct relative
68+pointer positions
69+
70+@item Don't focus on non-visible windows (crashes GNOME control center)
71+
72+@item Fixed bug of using @file{cp} to install GNOME desktop files
73+
74+@end itemize
75+
76+
977 @unnumberedsec 0.25.2
1078
1179 @itemize @bullet
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
11 2000-04-09 John Harper <john@dcs.warwick.ac.uk>
22
3+ * version 0.26
4+
35 * main.c (main): if rep has modules, create a `sawmill' module
46 that will be the wm's global namespace, it imports `rep'
57