• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

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

修訂5e310296aee9ecd018c04875160ade40ab839bc8 (tree)
時間2000-07-14 03:21:55
作者john <john>
Commiterjohn

Log Message

*** empty log message ***

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1+2000-07-13 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * configure.in: version 0.30.1
4+
15 2000-07-12 John Harper <john@dcs.warwick.ac.uk>
26
37 * po/tr.po: update from Fatih Demir
--- a/TODO
+++ b/TODO
@@ -11,6 +11,8 @@ and longer-term ideas are marked -
1111 Outstanding bugs
1212 ================
1313
14+ ! `:type (or ...)' doesn't get serialized
15+
1416 ! Everytime my system's hardware clock get's resetted (this happens
1517 from time to time because my motherboard's battery has become a
1618 little weak), my whole sawfish configuration is erased and replaced
@@ -27,12 +29,18 @@ Outstanding bugs
2729
2830 (because they share the same ~/.sawmill/custom file)
2931
30- ! keeping unshown windows unmapped isn't so great
32+ ! keeping unshown windows unmapped isn't so great?
33+
34+ the ICCCM says that to go to Withdrawn state a window must send a
35+ synthetic UnmapNotify, so this is not a problem. But it also says:
36+ `NormalState - the client's top-level window is viewable'
37+
38+ one option is to set all hidden windows to IconicState. But this
39+ would probably confuse the tasklist applet..
40+
41+ [ I have a patch to do this, and it totally breaks the workspace
42+ handling of desk-guide and the tasklist ]
3143
32- (because the app may withdraw the window by unmapping it, but
33- sawmill won't notice.. perhaps reparent the window+frame into a
34- ``pseudo'' root window that is unmapped?)
35-
3644 ! cancel the GNOME logout dialog, window decorations aren't redrawn
3745
3846 [ after looking at the X event trace, I don't think it's a sawmill
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,58 @@
1+2000-07-13 John Harper <john@dcs.warwick.ac.uk>
2+
3+ Work to correct the problem that defcustom's with secondary
4+ types that need converting to-from strings weren't being
5+ converted, since only the outer type was being looked at:
6+
7+ * custom.jl (custom-serialize, custom-deserialize,
8+ define-custom-serializer, define-custom-deserializer):
9+ functions to do deep conversions across (type, value) pairs
10+
11+ (custom-set-typed-variable): similar to custom-set-variable,
12+ but with an extra arg, the type of the variable. This will
13+ slowly replace c-s-v in `custom' files. The type allows the
14+ conversion to work even if the variable has not yet been
15+ defined
16+
17+ (variable-type): new function
18+
19+ (custom-set-color, custom-set-font): removed, just conversion
20+ functions now. Compatibility functions in compat.jl
21+
22+ * customize.jl (customize-set): emitted forms call
23+ custom-set-typed-variable not custom-set-variable and include
24+ type of variable (unless variable has a custom-set property)
25+
26+ * nokogiri-sawfish.jl (nokogiri-report-slot): serialize the
27+ value to something that's printable (unless it has a custom-get
28+ property)
29+
30+2000-07-13 John Harper <john@dcs.warwick.ac.uk>
31+
32+ * match-window.jl: removed unused group-widget definition
33+
34+ * wm-spec.jl, gnome.jl: use ws-set-window-workspaces instead of
35+ window-add-to-workspaces when honouring _WIN_WORKSPACE and
36+ _NET_WM_DESKTOP properties
37+
38+ * gnome-int.jl: only redefine xterm-program if it's not been
39+ customized
40+
141 2000-07-12 John Harper <john@dcs.warwick.ac.uk>
242
43+ * menus.jl (popup-menu): when writing the menu spec across the
44+ pipe, format it to a string, then write that. This only does a
45+ single system call
46+
47+ * custom.jl (custom-set): new function, wraps a thunk to do the
48+ actual variable setting in the necessary pre- and post-fix
49+ code. Also sets a property 'custom-user-value on all variables
50+ that have been customized
51+ (variable-customized-p): new function
52+ (custom-set-variable): now in terms of custom-set
53+
54+ * keymaps.jl (custom-set-keymap): now in terms of custom-set
55+
356 * viewport.jl (move-window-to-viewport): remember to correct
457 for 1.. to vs 0.. indexing
558
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
1+2000-07-13 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * x.c, server.c, keys.c, images.c, functions.c, frames.c,
4+ fonts.c: use global_symbol_value () instead of Fsymbol_value ()
5+ in places where the symbol is constant, and it may be called
6+ from gaolled code
7+
18 2000-07-12 John Harper <john@dcs.warwick.ac.uk>
29
310 * events.c (configure_request): ensure that one (and only one)