• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
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

修订版60f510c63e267d494b3e74c9238bbde28163877d (tree)
时间1999-10-05 21:33:14
作者john <john>
Commiterjohn

Log Message

*** empty log message ***

更改概述

差异

--- a/TODO
+++ b/TODO
@@ -10,6 +10,8 @@ and longer-term ideas are marked -
1010 Outstanding bugs
1111 ================
1212
13+ ! when un-adopting a window, ungrab all passive grabs
14+
1315 ! Without GMC you can press button1 on root window, and holding it
1416 move over frame, and that frame gets clicked and action bound to
1517 this frame is taken
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
1+1999-10-05 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.11
4+
5+ * workspace.jl (lock-first-workspace): new option
6+
7+ * transient.jl: put transient-add-window in the
8+ before-add-window-hook instead of the add-window-hook
9+
110 1999-10-04 John Harper <john@dcs.warwick.ac.uk>
211
312 * functions.jl (window-really-wants-input-p): new function,
--- a/man/news.texi
+++ b/man/news.texi
@@ -7,7 +7,7 @@ they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawmill source tree.
88
99
10-@unnumberedsec 0.10
10+@unnumberedsec 0.11
1111
1212 @itemize @bullet
1313
@@ -18,7 +18,7 @@ workspace from being deleted when it's empty
1818 windows the focus, whether they say they will accept it or not
1919
2020 @item New options when cycling windows: @code{cycle-warp-pointer} and
21-@cycle{focus-windows}
21+@code{cycle-focus-windows}
2222
2323 @item Restore the old method of setting the focus, should fix bug of
2424 losing focus totally when switching to a new workspace
@@ -26,7 +26,7 @@ losing focus totally when switching to a new workspace
2626 @end itemize
2727
2828
29-@unnumberedsec 0.11
29+@unnumberedsec 0.10
3030
3131 @itemize @bullet
3232
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
1+1999-10-05 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.11
4+
5+ * events.c (focus_in): if focus is passed to the root window,
6+ focus on our unviewable window
7+
8+ * windows.c (focus_on_window): go back to using RevertToParent
9+
110 1999-10-04 John Harper <john@dcs.warwick.ac.uk>
211
312 * functions.c (Fdelete_window): return to using XKillClient