• 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

修订版61f0faed58df11d359b6a00d681608ea21199208 (tree)
时间2000-09-26 19:42:21
作者john <john>
Commiterjohn

Log Message

*** empty log message ***

更改概述

差异

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,20 @@
1+2000-09-26 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * sawfish/wm/commands/x-cycle.jl (cycle-windows): add the
4+ modifiers of the invoking event to the cycle-reverse-event when
5+ creating its binding
6+
7+ * sawfish/wm/util/decode-events.jl (decode-event): use a `do'
8+ statement instead of while and setq
9+
110 2000-09-25 John Harper <john@dcs.warwick.ac.uk>
211
12+ * sawfish/wm/commands/x-cycle.jl (cycle-reverse-event): new
13+ option, the name of the event that causes cycling to reverse
14+ direction. (My rationale is that this is less fiddly to use
15+ than, e.g., making M-S-TAB go backwards, and also is cleaner to
16+ implement)
17+
318 * sawfish/wm/misc.jl (current-head): fall back to checking the
419 pointer position if no head is found for the window
520
--- a/lisp/sawfish/ui/ChangeLog
+++ b/lisp/sawfish/ui/ChangeLog
@@ -1,5 +1,11 @@
11 2000-09-25 John Harper <john@dcs.warwick.ac.uk>
22
3+ * widgets/keymap.jl (make-keymap:binding-item): add a `Key:'
4+ label to the event widget
5+
6+ * widgets/event.jl (make-event-item): don't prefix the widget
7+ with a `Key:' label, it's more useful without it
8+
39 * layout.jl (document-slot): handle adding any tooltip embedded
410 in the slots documentation string
511