• 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

修订版c96bf83c6e307e9eddac797fac5aed459244af89 (tree)
时间2000-01-31 01:51:36
作者john <john>
Commiterjohn

Log Message

*** empty log message ***

更改概述

差异

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
1+2000-01-30 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.23
4+
5+ * gnome-menu.jl: avoid generating empty submenus
6+
7+ * workspace.jl (delete-empty-workspaces): avoid infinite loop
8+ when empty workspaces at ends of interesting subsequence
9+
110 2000-01-29 John Harper <john@dcs.warwick.ac.uk>
211
312 * shade-hover.jl (shade-hover-raise): new option, raise windows
--- a/man/news.texi
+++ b/man/news.texi
@@ -29,9 +29,7 @@ parameter, the window that's has just been adopted
2929
3030 @item New functions @code{x-kill-client}, @code{delete-window-safely}.
3131 @code{send-client-message} now groks long integers (i.e. cons cells) in
32-32-bit data (Timo ??)
33-
34-XXXXXXXXXXXXXXX
32+32-bit data (Timo Korvola)
3533
3634 @item @code{window-put}, @code{window-get}, @code{image-put},
3735 @code{image-get}, @code{font-put}, @code{font-get}: use @code{equal} to
@@ -62,6 +60,10 @@ shorten sticky entries as usual (James Antill)
6260 mouse pointer; these commands are bound to the cursor keys when moving
6361 or resizing windows
6462
63
64+Ninoles), gl (Jesus Bravo Alvarez), ja (Satoru Sato), nl (Jan
65+Nieuwenhuizen), tr (F穰ih Demir)
66+
6567 @item Fix bug of leaving window-name unset when @code{WM_NAME} is a
6668 null text property
6769
@@ -79,6 +81,10 @@ null text property
7981
8082 @item Fixed @code{uniconify-to-current-viewport} option
8183
84+@item Fixed infinite-loop bug in @code{delete-empty-workspaces} command
85+
86+@item Avoid generating empty sub-menus when reading GNOME menu tree
87+
8288 @end itemize
8389
8490
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
1+2000-01-30 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.23
4+
15 2000-01-27 John Harper <john@dcs.warwick.ac.uk>
26
37 * windows.c, images.c, fonts.c (Fwindow_put, Fwindow_get,