aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-09 02:08:14 +0000
committerRichard M. Stallman2006-07-09 02:08:14 +0000
commit3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd (patch)
treee61decf8559677ce3274a56914d194efa7b1b41f /etc
parent34079653ff9efb5e148caed66f92e392fbd8b201 (diff)
downloademacs-3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd.tar.gz
emacs-3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
-rw-r--r--etc/TODO2
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4205c9e2f87..9c8156b72e7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -451,6 +451,8 @@ C-h e displays the *Messages* buffer.
451 451
452C-h d runs apropos-documentation. 452C-h d runs apropos-documentation.
453 453
454C-h r visits the Emacs Manual in Info.
455
454C-h followed by a control character is used for displaying files 456C-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
3668there is no longer a shortage of memory. 3670there is no longer a shortage of memory.
3669 3671
3672** When Emacs receives a USR1 or USR2 signal, this generates
3673an 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
diff --git a/etc/TODO b/etc/TODO
index 02edc2671a7..de0097cde87 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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