• 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

Revisão93597f5e1c1630a9f72d27d2ee6cba69071dfdaa (tree)
Hora1999-07-29 23:03:33
Autorjohn <john>
Commiterjohn

Mensagem de Log

*** empty log message ***

Mudança Sumário

Diff

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
1+1999-07-29 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * auto-raise.jl: new file, uses a timer to work correctly
4+ (raise-windows-on-focus): can now be a regexp matching window
5+ names to raise
6+ * focus.jl: removed the auto-raise stuff
7+
18 1999-07-28 John Harper <john@dcs.warwick.ac.uk>
29
310 * workspace.jl (next-workspace-window): new command
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
11 1999-07-29 John Harper <john@dcs.warwick.ac.uk>
22
3+ * windows.c, server.c, functions.c, events.c, display.c:
4+ replaced some calls to XSync by XFlush. (XSync also buffers any
5+ pending events, preventing select from returning)
6+
37 * display.c: add a call to XSync in the rep_redisplay_fun hook
48
59 1999-07-28 John Harper <john@dcs.warwick.ac.uk>