Japanese translation of message catalog for Sawfish Window-Manager
リビジョン | 78845fe24b610cc8842c1f1a8b0655157315d594 (tree) |
---|---|
日時 | 1999-07-30 02:39:10 |
作者 | john <john> |
コミッター | john |
*** empty log message ***
@@ -1,5 +1,10 @@ | ||
1 | 1 | 1999-07-29 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * simple.jl, brushed-metal.jl, absolute-e.jl: changes for | |
4 | + framesets | |
5 | + | |
6 | + * transient.jl: introduce the frameset idea, an alist of frames | |
7 | + | |
3 | 8 | * auto-raise.jl: new file, uses a timer to work correctly |
4 | 9 | (raise-windows-on-focus): can now be a regexp matching window |
5 | 10 | names to raise |
@@ -1,5 +1,8 @@ | ||
1 | 1 | 1999-07-29 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * frames.c (list_frame_generator): indirect through multiple | |
4 | + symbols in frame_style | |
5 | + | |
3 | 6 | * windows.c, server.c, functions.c, events.c, display.c: |
4 | 7 | replaced some calls to XSync by XFlush. (XSync also buffers any |
5 | 8 | pending events, preventing select from returning) |