• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revisionda2ce0147057c87df502b655090c4ecbb5145ce1 (tree)
Time1999-07-29 01:40:14
Authorjohn <john>
Commiterjohn

Log Message

*** empty log message ***

Change Summary

Incremental Difference

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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+
16 1999-07-28 John Harper <john@dcs.warwick.ac.uk>
27
38 * sawmill-defaults.jl: set the frame to `nil-frame' to turn off
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
11 1999-07-28 John Harper <john@dcs.warwick.ac.uk>
22
3+ * windows.c (add_window): set frame_style to nil not
4+ default-frame initially
5+
36 * frames.c: remove the frame data type, now frames are just
47 lists, a null list is a null frame. Also, a window's frame may
58 be specified as a symbol, in this case the plist of the symbol
--- a/src/sawmill_subrs.h
+++ b/src/sawmill_subrs.h
@@ -90,15 +90,7 @@ extern void fonts_init (void);
9090 extern void fonts_kill (void);
9191
9292 /* from frames.c */
93-extern int frame_type;
9493 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);
10294 extern void set_frame_part_bg (struct frame_part *fp);
10395 extern void set_frame_part_fg (struct frame_part *fp);
10496 extern void create_window_frame (Lisp_Window *w);