aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-20 22:16:01 +0000
committerRichard M. Stallman2002-07-20 22:16:01 +0000
commit56592bebfd622ba0a09d23d07c6785af23c03bce (patch)
treec58d4cd99e0c3c30a95588a7f8d630a5856311d9 /lisp
parentdd98f00a8b314a84219edccb8ce0dd2da6823019 (diff)
downloademacs-56592bebfd622ba0a09d23d07c6785af23c03bce.tar.gz
emacs-56592bebfd622ba0a09d23d07c6785af23c03bce.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bb46820e26e..297d18956c9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12002-07-20 Richard M. Stallman <rms@gnu.org> 12002-07-20 Richard M. Stallman <rms@gnu.org>
2 2
3 * wid-edit.el (widget-documentation-string-value-create):
4 Say "Hide Rest", not just "Hide".
5
6 * cus-edit.el (custom-variable-value-create):
7 Say "Show Value", not just "Show". Also "Hide Value".
8 Output a newline before the doc string.
9 (custom-face-value-create): Say "Show Face" and "Hide Face".
10
3 * files.el (toggle-read-only): Clean up the hint message. 11 * files.el (toggle-read-only): Clean up the hint message.
4 12
5 * emacs-lisp/bytecomp.el: Use warnings.el. 13 * emacs-lisp/bytecomp.el: Use warnings.el.