Mercurial > emacs
comparison etc/NEWS @ 107763:14f1ff916f19 EMACS_PRETEST_23_1_95
Bump version to 23.1.95.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 02 Apr 2010 20:42:10 -0400 |
parents | 328e54bec8c9 |
children | 38dcbfbe4e14 |
comparison
equal
deleted
inserted
replaced
107762:2d36607da023 | 107763:14f1ff916f19 |
---|---|
266 customizations are found. This alerts users who may otherwise be | 266 customizations are found. This alerts users who may otherwise be |
267 unaware that their mail configuration has changed. | 267 unaware that their mail configuration has changed. |
268 | 268 |
269 To disable this check, set compose-mail-user-agent-warnings to nil. | 269 To disable this check, set compose-mail-user-agent-warnings to nil. |
270 | 270 |
271 --- | |
271 ** The default value of mail-interactive is t, since Emacs 23.1. | 272 ** The default value of mail-interactive is t, since Emacs 23.1. |
272 (This was not announced at the time.) It means that when sending mail, | 273 (This was not announced at the time.) It means that when sending mail, |
273 Emacs will wait for the process sending mail to return. If you | 274 Emacs will wait for the process sending mail to return. If you |
274 experience delays when sending mail, you may wish to set this to nil. | 275 experience delays when sending mail, you may wish to set this to nil. |
275 | 276 |
462 `image-toggle-display' toggles between `image-mode-as-text' and | 463 `image-toggle-display' toggles between `image-mode-as-text' and |
463 `image-mode'. | 464 `image-mode'. |
464 | 465 |
465 | 466 |
466 * Lisp changes in Emacs 23.2 | 467 * Lisp changes in Emacs 23.2 |
467 | 468 --- |
468 ** All the default-FOO variables that hold the default value of the FOO | 469 ** All the default-FOO variables that hold the default value of the FOO |
469 variable, are now declared obsolete. | 470 variable, are now declared obsolete. |
470 | 471 |
471 ** read-key is a function halfway between read-event and read-key-sequence. | 472 ** read-key is a function halfway between read-event and read-key-sequence. |
472 It reads a single key, but obeys input and escape sequence decoding. | 473 It reads a single key, but obeys input and escape sequence decoding. |