• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine 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

Revision409537f353f26d2e21edc0be986e4abb4ef985f4 (tree)
Zeit2011-03-01 13:35:47
AutorTeika kazura <teika@lava...>
CommiterTeika kazura

Log Message

Minor doc.

Ändern Zusammenfassung

Diff

--- a/OPTIONS
+++ b/OPTIONS
@@ -378,7 +378,8 @@
378378
379379 ;; (defvar-setq error-destination 'standard-error
380380 ;; "Where to display error messages; one of nowhere, screen,
381-;;standard-error or both")
381+;;standard-error or both. By default, an error during the
382+;;initialization, i.e., `~/.sawfish/rc' is printed to both.")
382383
383384 ;; tooltips options
384385
--- a/lisp/sawfish/wm/ext/error-handler.jl
+++ b/lisp/sawfish/wm/ext/error-handler.jl
@@ -38,6 +38,8 @@
3838 :type boolean
3939 :group misc)
4040
41+ ;; By default, an error during ~/.sawfish/rc is printed to both,
42+ ;; and after that, only to standard-error.
4143 (defcustom error-destination 'standard-error
4244 "Display error messages to: \\w"
4345 :type (choice nowhere screen standard-error both)
--- a/themes/Makefile.in
+++ b/themes/Makefile.in
@@ -55,6 +55,8 @@ install : all installdirs
5555 fi \
5656 done \
5757 done
58+ @# Don't use tar for StyleTab. It's not compression, but tar
59+ @# itself slows in librep.
5860 cd $(DESTDIR)$(themedir) && tar xf StyleTab.tar.gz && rm StyleTab.tar.gz
5961
6062 installdirs : mkinstalldirs
--- a/themes/StyleTab/theme.jl
+++ b/themes/StyleTab/theme.jl
@@ -120,6 +120,9 @@
120120 (let ((type-list ;; ":type" in defcustom
121121 (append '(v-and)
122122 (make-list 10
123+ ;; Here, `list' is necessary. If you
124+ ;; replace it with a quote, the configurator
125+ ;; crashes.
123126 (list 'v-and '(choice \(none\) close menu maximize minimize shade sticky space send-to-prev
124127 send-to-next lock raise-lower move-resize rename frame-type)
125128 '(boolean "Also show in transients"))))))