• 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

Revision78845fe24b610cc8842c1f1a8b0655157315d594 (tree)
Time1999-07-30 02:39:10
Authorjohn <john>
Commiterjohn

Log Message

*** empty log message ***

Change Summary

Incremental Difference

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
11 1999-07-29 John Harper <john@dcs.warwick.ac.uk>
22
3+ * simple.jl, brushed-metal.jl, absolute-e.jl: changes for
4+ framesets
5+
6+ * transient.jl: introduce the frameset idea, an alist of frames
7+
38 * auto-raise.jl: new file, uses a timer to work correctly
49 (raise-windows-on-focus): can now be a regexp matching window
510 names to raise
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
11 1999-07-29 John Harper <john@dcs.warwick.ac.uk>
22
3+ * frames.c (list_frame_generator): indirect through multiple
4+ symbols in frame_style
5+
36 * windows.c, server.c, functions.c, events.c, display.c:
47 replaced some calls to XSync by XFlush. (XSync also buffers any
58 pending events, preventing select from returning)