Japanese translation of message catalog for Sawfish Window-Manager
リビジョン | 93597f5e1c1630a9f72d27d2ee6cba69071dfdaa (tree) |
---|---|
日時 | 1999-07-29 23:03:33 |
作者 | john <john> |
コミッター | john |
*** empty log message ***
@@ -1,3 +1,10 @@ | ||
1 | +1999-07-29 John Harper <john@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * auto-raise.jl: new file, uses a timer to work correctly | |
4 | + (raise-windows-on-focus): can now be a regexp matching window | |
5 | + names to raise | |
6 | + * focus.jl: removed the auto-raise stuff | |
7 | + | |
1 | 8 | 1999-07-28 John Harper <john@dcs.warwick.ac.uk> |
2 | 9 | |
3 | 10 | * workspace.jl (next-workspace-window): new command |
@@ -1,5 +1,9 @@ | ||
1 | 1 | 1999-07-29 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * windows.c, server.c, functions.c, events.c, display.c: | |
4 | + replaced some calls to XSync by XFlush. (XSync also buffers any | |
5 | + pending events, preventing select from returning) | |
6 | + | |
3 | 7 | * display.c: add a call to XSync in the rep_redisplay_fun hook |
4 | 8 | |
5 | 9 | 1999-07-28 John Harper <john@dcs.warwick.ac.uk> |