Japanese translation of message catalog for Sawfish Window-Manager
修訂 | 70a74a8d9aff94dfdae0d12387c71036c3fac46a (tree) |
---|---|
時間 | 2000-04-10 05:44:16 |
作者 | john <john> |
Commiter | john |
*** empty log message ***
@@ -1,5 +1,7 @@ | ||
1 | 1 | 2000-04-09 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * version 0.26 | |
4 | + | |
3 | 5 | * sawmill.jl: don't load sawmill-gaol until all functions it |
4 | 6 | exports have been defined; set *root-structure* and |
5 | 7 | *user-structure* to suitable values; support load-all variants; |
@@ -6,6 +6,74 @@ This lists the user-visible changes made to Sawmill, and which releases | ||
6 | 6 | they occurred between. For more detailed information see the |
7 | 7 | @file{ChangeLog} files in the Sawmill source tree. |
8 | 8 | |
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 | + | |
9 | 77 | @unnumberedsec 0.25.2 |
10 | 78 | |
11 | 79 | @itemize @bullet |
@@ -1,5 +1,7 @@ | ||
1 | 1 | 2000-04-09 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * version 0.26 | |
4 | + | |
3 | 5 | * main.c (main): if rep has modules, create a `sawmill' module |
4 | 6 | that will be the wm's global namespace, it imports `rep' |
5 | 7 |