• 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

修订版739c3176ee11905c6d312d69a495263f2c093351 (tree)
时间2010-12-11 04:39:54
作者Christopher Roy Bratusek <zanghar@free...>
CommiterChristopher Roy Bratusek

Log Message

NEWS (and template)

更改概述

差异

--- a/man/news.texi
+++ b/man/news.texi
@@ -9,6 +9,74 @@ they occurred between. For more detailed information see the
99 @file{ChangeLog} file in the Sawfish source tree, or git log.
1010 (See Wiki page on how to access git repository.)
1111
12+@c @heading x.y.z ``Code name''
13+@c @itemize @bullet
14+
15+@c @item Update dependencies
16+@c @itemize @minus
17+@c @end itemize
18+
19+@c @item Notes
20+@c @itemize @minus
21+@c @end itemize
22+
23+@c @item Build and Installation
24+@c @itemize @minus
25+@c @end itemize
26+
27+@c @item Bug Fixes
28+@c @itemize @minus
29+@c @end itemize
30+
31+@c @item New Features
32+@c @itemize @minus
33+@c @end itemize
34+
35+@c @item Miscellaneous Changes
36+@c @itemize @minus
37+@c @end itemize
38+@c @end itemize
39+
40+@heading 1.7.1 "Chewing Drum"
41+@itemize @bullet
42+
43+@item Build and Installation
44+@itemize @minus
45+@item Fixed installation for non-root users [Stefano Sabatini]
46+Previously when installing to a private directory as an ordinary user,
47+the installation failed, because some files were forced to be installed
48+in /usr. This is fixed now.
49+
50+@item Chooseable session files [Christopher Bratusek]
51+Now you can choose what session files to install. This is done by a tripplet
52+of configure-options:
53+
54+@itemize *
55+@item --with/out-kde4session: enable or disable the installation of session
56+files for KDE4. Default: enabled
57+
58+@item --with/out-gnome2session: enable or disable the installation of session
59+files for GNOME2. Default: enabled
60+
61+@item --with/out-xdmsession: enable or disable the installation of session files
62+for XDM (or other display-managers like KDM/GDM). Default: enabled
63+@end itemize
64+@end itemize
65+
66+@item Bug Fixes
67+@itemize @minus
68+@item Interactive @code{call-command} [Teika Kazura]
69+Interactive @code{call-command} used to print an error-message when cancelled
70+via pressing escape. It doesn't anymore.
71+@end itemize
72+
73+@item Misc Changes
74+@itemize @minus
75+@item Turn @code{focus-ignore-pointer-events} into an internal variable (has
76+wrongly been a user-option before) [Teika Kazura]
77+@end itemize
78+@end itemize
79+
1280 @heading 1.7.0.1 "Night Power"
1381
1482 @itemize @bullet