• 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

修订版4adbe8fd49ef7684d68d7f87ee5c1e0e2ab1e5a2 (tree)
时间2000-01-11 06:49:28
作者john <john>
Commiterjohn

Log Message

*** empty log message ***

更改概述

差异

--- a/TODO
+++ b/TODO
@@ -15,9 +15,6 @@ Outstanding bugs
1515
1616 ! swapped-out window properties aren't saved with session
1717
18- ! (bind-keys global-keymap "KP_End" 'emacs-fg) in .sawmillrc and
19- keyboard goes dead
20-
2118 ! menus appear too high in java/swing apps until window is moved
2219
2320 [ works okay for me with SUN Java on Solaris.. ]
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
11 2000-01-10 John Harper <john@dcs.warwick.ac.uk>
22
3+ * gnome-menu.jl (gnome-menu-read-order): ensure that blank
4+ lines in .order files are ignored
5+
36 * keymaps.jl (window-keymap): bind move-window-interactively to
47 M-Button1-Move not M-Button1-Click1. Pointed out by Matt Krai
58 <krai@ghs.com>
--- a/man/news.texi
+++ b/man/news.texi
@@ -7,6 +7,25 @@ they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawmill source tree.
88
99
10+@unnumberedsec 0.21.1
11+
12+@itemize @bullet
13+
14+@item Fixed problem causing spurious double-click events to be reported
15+in click-to-focus mode
16+
17+@item Fixed problem with binding @kbd{-Off} events in the
18+@code{window-keymap}. (Matt Krai)
19+
20+@item Don't try to grab non-existent keys (which actually grabs the
21+entire keyboard)
22+
23+@item Fixed some problems with reading unusually formatted GNOME menu
24+entries
25+
26+@end itemize
27+
28+
1029 @unnumberedsec 0.21
1130
1231 @itemize @bullet
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
11 2000-01-10 John Harper <john@dcs.warwick.ac.uk>
22
3+ * keys.c (translate_event_to_x_key): return FALSE if no keycode
4+ exists for the specified keysym (i.e. the keyboard has no such
5+ key)
6+
37 * events.c (record_mouse_position): on button-release, don't
48 cancel the saved position/window, just update the position. The
59 button_press function will clear the position before it exits.