Japanese translation of message catalog for Sawfish Window-Manager
修订版 | 882d7cbebc95f7c8f0d1538bd8d6d97957870c46 (tree) |
---|---|
时间 | 1999-07-29 01:33:28 |
作者 | john <john> |
Commiter | john |
*** empty log message ***
@@ -1,5 +1,12 @@ | ||
1 | 1 | 1999-07-28 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * sawmill-defaults.jl: set the frame to `nil-frame' to turn off | |
4 | + the frame, not to nil | |
5 | + | |
6 | + * transient.jl (transient-add-window): only set the frame if | |
7 | + it's currently nil, set it to default-frame if not transient or | |
8 | + shaped | |
9 | + | |
3 | 10 | * simple.jl, brushed-metal.jl, absolute-e.jl: frames are |
4 | 11 | defined as lists now |
5 | 12 |
@@ -1,5 +1,16 @@ | ||
1 | 1 | 1999-07-28 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * frames.c: remove the frame data type, now frames are just | |
4 | + lists, a null list is a null frame. Also, a window's frame may | |
5 | + be specified as a symbol, in this case the plist of the symbol | |
6 | + is used for the frame properties | |
7 | + | |
8 | + * windows.c: select VisibiltyChangeMask on the client window | |
9 | + not the frame, the frame was always PartiallyObscured (by the | |
10 | + client?) | |
11 | + * events.c (visibility_notify): don't check that the event | |
12 | + window is the frame anymore | |
13 | + | |
3 | 14 | * sawmill.h (Lisp_Window): new field `shaped' set if the client |
4 | 15 | window is shaped |
5 | 16 | * events.c: handle shaped client windows (ShapeNotify events) |