• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


コミットメタ情報

リビジョンb5ea3c22f3218180fb35ed9e70278d85aeab4778 (tree)
日時1999-10-25 21:03:47
作者john <john>
コミッターjohn

ログメッセージ

*** empty log message ***

変更サマリ

差分

--- a/TODO
+++ b/TODO
@@ -48,6 +48,11 @@ Outstanding bugs
4848
4949 ! cycle-windows with only one window temporarily unfocuses the window
5050
51+ ! in window-keymap Button1-M-Click1 => raise-window, Button1-M-Move
52+ => move-window-interactively, the move binding doesn't work
53+
54+ ! Num_Lock is filtered, but not Scroll_Lock
55+
5156
5257 General tasks
5358 =============
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,7 @@ AC_CONFIG_HEADER(config.h)
2525 AC_CONFIG_AUX_DIR(etc)
2626
2727 dnl Release versioning info
28-version="0.14"
28+version="0.14.1"
2929
3030 output_files="src/Makefile lisp/Makefile capplet/Makefile\
3131 themes/Makefile man/Makefile Makedefs Makefile sawmill.spec"
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
1+1999-10-25 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.14.1
4+
5+ * maximize.jl (maximize-do-both): only choose rectangles that
6+ are fully on the screen
7+
8+ * rects.jl (rect-wholly-visible-p): new function
9+
10+ * rects.jl (rectangles-from-grid): fixed this function (only
11+ traversing the list of y points once)
12+
13+ * smart-placement.jl (sp-do-placement): fix for when
14+ sp-important-windows is nil
15+
16+ * maximize.jl (maximize-do-both): deleted unused `center'
17+ variable
18+ (maximize-window): delete the window itself from the list of
19+ avoided windows
20+ (both from Rob Hodges <s323140@student.uq.edu.au>)
21+
122 1999-10-24 John Harper <john@dcs.warwick.ac.uk>
223
324 * version 0.14
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
1+1999-10-25 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.14.1
4+
5+ * functions.c (Fsend_client_message): bug fix from Ricardo R.
6+ Massaro <massaro@ime.usp.br>
7+
18 1999-10-24 John Harper <john@dcs.warwick.ac.uk>
29
310 * version 0.14