comparison etc/NEWS @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 28f395d8dc7a
children 5a88923fcbfe
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
107 107
108 108
109 * Changes in XEmacs 20.3 109 * Changes in XEmacs 20.3
110 ======================== 110 ========================
111 111
112 ** .xemacs is loaded at startup if it exists.
113
114 By default XEmacs now loads the user file ~/.xemacs if it exists. If
115 there is no such file, it reads ~/.emacs as usual. If both .xemacs and
116 .emacs exist, XEmacs will only load .xemacs.
117
118 ** Quail input method is now available.
119
120 #### Need something to say about quail.
121
122 ** arc-mode has a new function called `archive-quit' bound to q.
123
124 This function quits archive mode in the same fashion dired-quit works.
125
112 ** XEmacs runs on Windows NT. 126 ** XEmacs runs on Windows NT.
113 127
114 Thanks to David Hobley <davidh@wr.com.au> and Marc Paquette 128 Thanks to David Hobley <davidh@wr.com.au> and Marc Paquette
115 <marcpa@cam.org>, XEmacs now runs on Windows NT. 129 <marcpa@cam.org>, XEmacs now runs on Windows NT.
116 130
139 153
140 to your .emacs. This will load the minibuffer histories (if any) at 154 to your .emacs. This will load the minibuffer histories (if any) at
141 startup, as well as instruct XEmacs to save them before exiting. You 155 startup, as well as instruct XEmacs to save them before exiting. You
142 can use Customize to add or remove the histories being saved. 156 can use Customize to add or remove the histories being saved.
143 157
158 ** The default format for ChangeLog entries (as created by `C-x 4 a')
159 is now the international ISO 8601 format.
160
161 To revert to the old behaviour, use:
162
163 (setq add-log-time-format 'current-time-string)
164
165 Or `M-x customize-group RET add-log RET'.
166
167 ** The `M-x customize' command now automatically customizes `Emacs'
168 group (top of the customize tree). Use `M-x customize-group' to
169 customize settings of a specific group.
170
144 ** Gnuserv changes 171 ** Gnuserv changes
145 172
146 *** The Lisp part of gnuserv has been rewritten to allow for more 173 *** The Lisp part of gnuserv has been rewritten to allow for more
147 flexibility and features. 174 flexibility and features.
148 175
149 *** Many new options and variables are now customizable. Try 176 *** Many new options and variables are now customizable. Try
150 `M-x customize-group RET gnuserv RET'. 177 `M-x customize-group RET gnuserv RET'.
151 178
152 *** The `gnuattact' and `gnudoit' programs have been abandoned in 179 *** The `gnuattact' and `gnudoit' programs have been abandoned in
153 favor of `gnuclient', which now accepts the standard `-nw', 180 favor of `gnuclient', which now accepts the standard `-nw',
154 `-eval' and `-f' options. 181 `-display', `-eval' and `-f' options.
155 182
156 ** Etags changes. 183 ** Etags changes.
157 184
158 *** In C, C++, Objective C and Java, Etags tags global variables by 185 *** In C, C++, Objective C and Java, Etags tags global variables by
159 default. The resulting tags files are inflated by 30% on average. 186 default. The resulting tags files are inflated by 30% on average.