• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine 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

Revision882d7cbebc95f7c8f0d1538bd8d6d97957870c46 (tree)
Zeit1999-07-29 01:33:28
Autorjohn <john>
Commiterjohn

Log Message

*** empty log message ***

Ändern Zusammenfassung

Diff

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
11 1999-07-28 John Harper <john@dcs.warwick.ac.uk>
22
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+
310 * simple.jl, brushed-metal.jl, absolute-e.jl: frames are
411 defined as lists now
512
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
11 1999-07-28 John Harper <john@dcs.warwick.ac.uk>
22
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+
314 * sawmill.h (Lisp_Window): new field `shaped' set if the client
415 window is shaped
516 * events.c: handle shaped client windows (ShapeNotify events)