comparison etc/NEWS @ 105848:c03773b7acd7

Add "Incompatible Lisp Changes in Emacs 23.2".
author Glenn Morris <rgm@gnu.org>
date Wed, 04 Nov 2009 03:15:43 +0000
parents b89d9e499acd
children b4d1d7858370
comparison
equal deleted inserted replaced
105847:ca4611bcf0d4 105848:c03773b7acd7
255 ** js.el is a new major mode for JavaScript files. 255 ** js.el is a new major mode for JavaScript files.
256 256
257 ** imap-hash.el is a new library to address IMAP mailboxes as hashtables. 257 ** imap-hash.el is a new library to address IMAP mailboxes as hashtables.
258 258
259 259
260 * Incompatible Lisp Changes in Emacs 23.2
261
262 ** Several obsolete functions removed.
263 The functions have been obsolete since Emacs 19, and are unlikely to
264 be in use:
265
266 time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy
267 time-stamp-dd-mon-yy, time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd,
268 time-stamp-yyyy-mm-dd, time-stamp-yymmdd, time-stamp-hh:mm:ss,
269 time-stamp-hhmm, baud-rate
270
271 ---
272 ** Support for generating Emacs 18 compatible bytecode (by setting
273 the variable `byte-compile-compatibility') has been removed.
274
275
260 * Lisp changes in Emacs 23.2 276 * Lisp changes in Emacs 23.2
261 277
262 ** The 4th arg to all-completions (aka hide-spaces) is declared obsolete. 278 ** The 4th arg to all-completions (aka hide-spaces) is declared obsolete.
263 279
264 ** read-file-name-predicate is obsolete. It was used to pass the predicate 280 ** read-file-name-predicate is obsolete. It was used to pass the predicate
323 the function `byte-compile-dest-file' before loading bytecomp.el is obsolete. 339 the function `byte-compile-dest-file' before loading bytecomp.el is obsolete.
324 Instead, customize byte-compile-dest-file-function. 340 Instead, customize byte-compile-dest-file-function.
325 341
326 --- 342 ---
327 ** `byte-compile-warnings' can have a new member, `constants'. 343 ** `byte-compile-warnings' can have a new member, `constants'.
328
329 ** Several obsolete functions removed.
330 The functions have been obsolete since Emacs 19, and are unlikely to
331 be in use:
332
333 time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy
334 time-stamp-dd-mon-yy, time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd,
335 time-stamp-yyyy-mm-dd, time-stamp-yymmdd, time-stamp-hh:mm:ss,
336 time-stamp-hhmm, baud-rate
337 344
338 ** `delete-directory' has an optional parameter RECURSIVE. 345 ** `delete-directory' has an optional parameter RECURSIVE.
339 346
340 ** New function `copy-directory', which copies a directory recursively. 347 ** New function `copy-directory', which copies a directory recursively.
341 348