Japanese translation of message catalog for Sawfish Window-Manager
Revision | da2ce0147057c87df502b655090c4ecbb5145ce1 (tree) |
---|---|
Time | 1999-07-29 01:40:14 |
Author | john <john> |
Commiter | john |
*** empty log message ***
@@ -1,3 +1,8 @@ | ||
1 | +1999-07-28 Stewart Perry <scp@dcs.warwick.ac.uk> | |
2 | + | |
3 | + * focus.jl (raise-windows-on-focus, raise-window-timeout): new | |
4 | + variables, auto-raise functionality | |
5 | + | |
1 | 6 | 1999-07-28 John Harper <john@dcs.warwick.ac.uk> |
2 | 7 | |
3 | 8 | * sawmill-defaults.jl: set the frame to `nil-frame' to turn off |
@@ -1,5 +1,8 @@ | ||
1 | 1 | 1999-07-28 John Harper <john@dcs.warwick.ac.uk> |
2 | 2 | |
3 | + * windows.c (add_window): set frame_style to nil not | |
4 | + default-frame initially | |
5 | + | |
3 | 6 | * frames.c: remove the frame data type, now frames are just |
4 | 7 | lists, a null list is a null frame. Also, a window's frame may |
5 | 8 | be specified as a symbol, in this case the plist of the symbol |
@@ -90,15 +90,7 @@ extern void fonts_init (void); | ||
90 | 90 | extern void fonts_kill (void); |
91 | 91 | |
92 | 92 | /* from frames.c */ |
93 | -extern int frame_type; | |
94 | 93 | extern repv Qdefault_frame, Qnil_frame; |
95 | -extern repv Fget_frame (repv name); | |
96 | -extern repv Fmake_frame (repv name, repv plist); | |
97 | -extern repv Fframe_get (repv frame, repv prop); | |
98 | -extern repv Fframe_put (repv frame, repv prop, repv value); | |
99 | -extern repv Fframep (repv arg); | |
100 | -extern repv Fframe_generator (repv frame); | |
101 | -extern repv Fset_frame_generator (repv frame, repv gen); | |
102 | 94 | extern void set_frame_part_bg (struct frame_part *fp); |
103 | 95 | extern void set_frame_part_fg (struct frame_part *fp); |
104 | 96 | extern void create_window_frame (Lisp_Window *w); |