• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
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

Revisão3c09a65726dad659b87a5936d847cd54359d2c17 (tree)
Hora2000-09-14 04:31:51
Autorjohn <john>
Commiterjohn

Mensagem de Log

*** empty log message ***

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1+2000-09-13 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * configure.in: version 0.31pre2
4+
5+2000-09-07 John Harper <john@dcs.warwick.ac.uk>
6+
7+ * configure.in, sawfish.spec.in: require rep-gtk 0.14
8+
19 2000-09-04 John Harper <john@dcs.warwick.ac.uk>
210
311 * po/sawfish-xgettext (helper): include the name of the current
--- a/TODO
+++ b/TODO
@@ -18,9 +18,7 @@ Broken during modularization
1818 Outstanding bugs
1919 ================
2020
21- ! update po directory
22-
23- ! implement composite-image for imlib
21+ ! error in sawfish-ui -> sawfish-capplet livelocks
2422
2523 ! uses a really kludgey method of getting command documentation
2624
@@ -194,8 +192,6 @@ Window manager tasks
194192
195193 [ use `Xnest -scrns N' to simulate multi-heading ]
196194
197- + Add checked and radio menu item support
198-
199195 + Icons (?)
200196
201197 Icons could be handled using a special frame/window type
@@ -256,7 +252,7 @@ Window manager tasks
256252 ui tasks
257253 ========
258254
259-see nokogiri/WISHLIST
255+see lisp/sawfish/ui/WISHLIST
260256
261257
262258
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,148 @@
1+2000-09-13 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * sawfish/wm/ext/tooltips.jl (display-tooltip): the TEXT
4+ argument may now be a function (which should produce a string
5+ when called)
6+
7+ * sawfish/wm/ext/tooltips.jl (display-tooltip-after-delay): new
8+ exported function
9+
10+2000-09-11 John Harper <john@dcs.warwick.ac.uk>
11+
12+ * sawfish/wm/workspace.jl, sawfish/wm/windows.jl,
13+ sawfish/wm/user.jl, sawfish/wm/server.jl, sawfish/wm/misc.jl,
14+ sawfish/wm/menus.jl, sawfish/wm/gaol.jl, sawfish/wm/frames.jl,
15+ sawfish/wm/customize.jl, sawfish/wm/commands.jl:
16+ * sawfish/wm/commands/xterm.jl,
17+ sawfish/wm/commands/viewport-linear.jl,
18+ sawfish/wm/commands/move-resize.jl,
19+ sawfish/wm/commands/help.jl, sawfish/wm/commands/describe.jl:
20+ * sawfish/wm/ext/window-history.jl, sawfish/wm/ext/tooltips.jl,
21+ sawfish/wm/ext/match-window.jl,
22+ sawfish/wm/ext/error-handler.jl, sawfish/wm/ext/3d-hack.jl:
23+ * sawfish/wm/gnome/menus.jl:
24+ * sawfish/wm/session/save.jl, sawfish/wm/session/load.jl,
25+ sawfish/wm/session/init.jl:
26+ * sawfish/wm/util/with-output.jl, sawfish/wm/util/prompt.jl,
27+ sawfish/wm/util/prompt-wm.jl, sawfish/wm/util/nokogiri.jl,
28+ sawfish/wm/util/keymap.jl, sawfish/wm/util/gtkrc.jl,
29+ sawfish/wm/util/compat.jl:
30+
31+ No need to explicitly open `rep.io.streams' anymore
32+
33+2000-09-10 John Harper <john@dcs.warwick.ac.uk>
34+
35+ * sawfish/wm/util/gtkrc.jl (gtkrc-get-style): ungrab the X
36+ server before running `gtk-style'. Otherwise it may not be able
37+ to connect
38+
39+ * sawfish/wm/misc.jl (call-with-server-ungrabbed): new function
40+
41+2000-09-08 John Harper <john@dcs.warwick.ac.uk>
42+
43+ * sawfish/wm.jl:
44+
45+ * sawfish/wm/workspace.jl, sawfish/wm/windows.jl,
46+ sawfish/wm/window-anim.jl, sawfish/wm/viewport.jl,
47+ sawfish/wm/user.jl, sawfish/wm/swapper.jl,
48+ sawfish/wm/stacking.jl, sawfish/wm/server.jl,
49+ sawfish/wm/placement.jl, sawfish/wm/misc.jl,
50+ sawfish/wm/menus.jl, sawfish/wm/keymaps.jl, sawfish/wm/gaol.jl,
51+ sawfish/wm/frames.jl, sawfish/wm/focus.jl,
52+ sawfish/wm/customize.jl, sawfish/wm/custom.jl,
53+ sawfish/wm/commands.jl:
54+
55+ * sawfish/wm/commands/xterm.jl, sawfish/wm/commands/x-cycle.jl,
56+ sawfish/wm/commands/viewport-linear.jl,
57+ sawfish/wm/commands/move-resize.jl,
58+ sawfish/wm/commands/help.jl, sawfish/wm/commands/gnome.jl,
59+ sawfish/wm/commands/describe.jl:
60+
61+ * sawfish/wm/ext/window-history.jl, sawfish/wm/ext/tooltips.jl,
62+ sawfish/wm/ext/shade-hover.jl, sawfish/wm/ext/match-window.jl,
63+ sawfish/wm/ext/error-handler.jl, sawfish/wm/ext/edge-flip.jl,
64+ sawfish/wm/ext/auto-raise.jl, sawfish/wm/ext/audio-events.jl,
65+ sawfish/wm/ext/3d-hack.jl:
66+
67+ * sawfish/wm/gnome/menus.jl:
68+
69+ * sawfish/wm/session/save.jl, sawfish/wm/session/load.jl,
70+ sawfish/wm/session/init.jl:
71+
72+ * sawfish/wm/state/wm-spec.jl, sawfish/wm/state/transient.jl,
73+ sawfish/wm/state/shading.jl, sawfish/wm/state/open-look.jl,
74+ sawfish/wm/state/mwm.jl, sawfish/wm/state/maximize.jl,
75+ sawfish/wm/state/ignored.jl, sawfish/wm/state/iconify.jl,
76+ sawfish/wm/state/gnome.jl, sawfish/wm/state/configure.jl:
77+
78+ * sawfish/wm/theming/make-theme.jl,
79+ sawfish/wm/theming/make-theme-preview.jl:
80+
81+ * sawfish/wm/util/with-output.jl,
82+ sawfish/wm/util/window-order.jl, sawfish/wm/util/prompt.jl,
83+ sawfish/wm/util/prompt-wm.jl, sawfish/wm/util/prompt-extras.jl,
84+ sawfish/wm/util/play-audio.jl, sawfish/wm/util/nokogiri.jl,
85+ sawfish/wm/util/keymap.jl, sawfish/wm/util/gtkrc.jl,
86+ sawfish/wm/util/groups.jl, sawfish/wm/util/compat.jl:
87+
88+ Open the necessary modules that aren't included in `rep'
89+ structure anymore (rep.regexp, rep.system, rep.io.streams,
90+ rep.io.files, rep.io.file-handlers)
91+
92+2000-09-07 John Harper <john@dcs.warwick.ac.uk>
93+
94+ * sawfish/wm/user.jl (safe-load): convenience function to catch
95+ errors from `load'. Used when loading user scripts
96+
97+ * sawfish/wm/ext/old-window-menu.jl (old-window-menu): fixed
98+ the `do' iteration parameters
99+
100+ * sawfish/wm/customize.jl, sawfish/wm/custom.jl: added module
101+ aliases
102+
103+ * sawfish/wm/menus.jl:
104+ * sawfish/wm/state/iconify.jl: moved the `Iconify' window menu
105+ item to the `Toggle' submenu, and called it `Minimized'
106+
107+ * sawfish/wm/workspace.jl, sawfish/wm/frames.jl:
108+ * sawfish/wm/ext/old-window-menu.jl,
109+ sawfish/wm/ext/beos-window-menu.jl:
110+ * sawfish/wm/util/groups.jl: create radio-button menu-items
111+ where appropriate
112+
113+ * sawfish/wm/ext/beos-window-menu.jl
114+ (beos-window-menu-simplifies): new option, when t singleton
115+ submenus are lifted to replace their parent item
116+
117+ * sawfish/wm/menus.jl (add-window-menu-toggle): new function,
118+ adds items to the `Toggle' submenu of the window-ops-menu
119+ (menu-preprocessor): menu items may be dotted to an alist of
120+ options (sawfish-menu currently supports `(check . STATE)')
121+ (menu-args): fluid providing arg-list for functions called
122+ while preprocessing menus
123+ (popup-window-menu): now takes a window as its sole arg, then
124+ sets menu-args to the singleton list containing this value
125+
126+ * sawfish/wm/frames.jl, workspace.jl:
127+ * sawfish/wm/ext/old-window-menu.jl,
128+ sawfish/wm/ext/beos-window-menu.jl:
129+ * sawfish/wm/util/groups.jl: use check-items where appropriate
130+ when creating menus
131+
132+ * sawfish/wm/state/shading.jl, sawfish/wm/state/ignored.jl,
133+ sawfish/wm/state/iconify.jl, sawfish/wm/state/gnome.jl: add
134+ window-menu toggle items
135+
136+ * sawfish/wm/state/iconify.jl (window-iconified-p,
137+ window-sticky-p):
138+ * sawfish/wm/state/shaded.jl (window-shaded-p):
139+ * sawfish/wm/state/ignored.jl (window-ignored-p): new functions
140+
141+ * sawfish/wm/frames.jl (frame-type-menu): broke this out of
142+ sawfish.wm.menus
143+
144+ * sawfish/wm.jl: intern and export sawfish.wm.state.ignored
145+
1146 2000-09-06 John Harper <john@dcs.warwick.ac.uk>
2147
3148 * sawfish/wm/window-anim.jl, sawfish/wm/animation/outline.jl:
--- a/lisp/sawfish/ui/ChangeLog
+++ b/lisp/sawfish/ui/ChangeLog
@@ -1,3 +1,8 @@
1+2000-09-12 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * shell.jl (initialize-shell): unless creating a plug, put the
4+ root widget inside a raised frame
5+
16 2000-09-11 John Harper <john@dcs.warwick.ac.uk>
27
38 * slot.jl, shell.jl, main.jl.in, group.jl, ChangeLog:
--- a/man/news.texi
+++ b/man/news.texi
@@ -52,6 +52,10 @@ code more obvious
5252 have a read syntax. (E.g. this allows closures to be used, avoiding the
5353 problems arising from modularization)
5454
55+@item Support for checked and radio-group menu items. Also a new
56+function @code{add-window-menu-toggle} to add items to the
57+@samp{Toggle} sub-menu of each window
58+
5559 @item Handle @code{ConfigureRequest} events in a way that is compliant
5660 with the ICCCM---honour the window's @code{win_gravity} setting
5761 (defaulting to @code{NorthWest} gravity), instead of assuming
@@ -105,6 +109,9 @@ ga (Se
105109 @item Bug fixes:
106110
107111 @itemize @minus
112+@item Don't let errors in @file{.sawfishrc} prevent customization
113+settings being loaded
114+
108115 @item initialize event handler when creating X window proxies (Matt
109116 Tucker)
110117
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,20 @@
1+2000-09-08 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * sawfish-about.jl.in:
4+
5+ Open the necessary modules that aren't included in `rep'
6+ structure anymore (rep.regexp, rep.system, rep.io.streams,
7+ rep.io.files, rep.io.file-handlers)
8+
9+2000-09-07 John Harper <john@dcs.warwick.ac.uk>
10+
11+ * sawfish-menu.jl: added a `(group . ID)' option, radio-items
12+ are created such that all items with the same ID are in the
13+ same radio group
14+
15+ * sawfish-menu.jl: menu items can now be dotted to an alist of
16+ options. Currently the only option is `(check . BOOL)'
17+
118 2000-09-04 John Harper <john@dcs.warwick.ac.uk>
219
320 * Makefile.in: make sawfish-about.jl depend on ./Makefile
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
1+2000-09-07 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * x.c: make r_fns and x_fns global, and initialize them once
4+ (non-constant array initializers are a GCC extension)
5+
16 2000-09-05 John Harper <john@dcs.warwick.ac.uk>
27
38 * keys.c (lookup_event): when canonifying shifted keysyms,