diff options
| author | Richard M. Stallman | 2006-07-09 02:08:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-09 02:08:14 +0000 |
| commit | 3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd (patch) | |
| tree | e61decf8559677ce3274a56914d194efa7b1b41f /etc | |
| parent | 34079653ff9efb5e148caed66f92e392fbd8b201 (diff) | |
| download | emacs-3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd.tar.gz emacs-3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | etc/TODO | 2 |
2 files changed, 6 insertions, 0 deletions
| @@ -451,6 +451,8 @@ C-h e displays the *Messages* buffer. | |||
| 451 | 451 | ||
| 452 | C-h d runs apropos-documentation. | 452 | C-h d runs apropos-documentation. |
| 453 | 453 | ||
| 454 | C-h r visits the Emacs Manual in Info. | ||
| 455 | |||
| 454 | C-h followed by a control character is used for displaying files | 456 | C-h followed by a control character is used for displaying files |
| 455 | that do not change: | 457 | that do not change: |
| 456 | 458 | ||
| @@ -3667,6 +3669,8 @@ deleting the part of subprocess output that matches the input. | |||
| 3667 | ** The variable `memory-full' now remains t until | 3669 | ** The variable `memory-full' now remains t until |
| 3668 | there is no longer a shortage of memory. | 3670 | there is no longer a shortage of memory. |
| 3669 | 3671 | ||
| 3672 | ** When Emacs receives a USR1 or USR2 signal, this generates | ||
| 3673 | an input event: usr1-signal or usr2-signal. | ||
| 3670 | 3674 | ||
| 3671 | * Lisp Changes in Emacs 22.1 | 3675 | * Lisp Changes in Emacs 22.1 |
| 3672 | 3676 | ||
| @@ -90,6 +90,8 @@ current buffer. | |||
| 90 | list fonts, display a font as a sample, etc. [fx is looking at | 90 | list fonts, display a font as a sample, etc. [fx is looking at |
| 91 | multilingual font selection for the Unicode branch of Emacs.] | 91 | multilingual font selection for the Unicode branch of Emacs.] |
| 92 | 92 | ||
| 93 | ** Provide a convenient way to select a color with the mouse. | ||
| 94 | |||
| 93 | ** Rewrite the face code to be simpler, clearer and faster. | 95 | ** Rewrite the face code to be simpler, clearer and faster. |
| 94 | 96 | ||
| 95 | ** Program Enriched mode to read and save in RTF. [Is there actually a | 97 | ** Program Enriched mode to read and save in RTF. [Is there actually a |