From 56592bebfd622ba0a09d23d07c6785af23c03bce Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Jul 2002 22:16:01 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ lisp/ChangeLog | 8 ++++++++ src/ChangeLog | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index f01cd3377f9..9793227e2bf 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -940,6 +940,9 @@ mode-lines in inverse-video. * Lisp Changes in Emacs 21.4 +** There is a new Warnings facility; see the functions `warn' +and `display-warning'. + ** The functions all-completions and try-completion now accept lists of strings as well as hash-tables additionally to alists, obarrays and functions. Furthermore, the function `test-completion' is now diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb46820e26e..297d18956c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2002-07-20 Richard M. Stallman + * wid-edit.el (widget-documentation-string-value-create): + Say "Hide Rest", not just "Hide". + + * cus-edit.el (custom-variable-value-create): + Say "Show Value", not just "Show". Also "Hide Value". + Output a newline before the doc string. + (custom-face-value-create): Say "Show Face" and "Hide Face". + * files.el (toggle-read-only): Clean up the hint message. * emacs-lisp/bytecomp.el: Use warnings.el. diff --git a/src/ChangeLog b/src/ChangeLog index 5a793488602..cab7a2a94b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2002-07-20 Richard M. Stallman + + * print.c (print_error_message): New args CONTEXT and CALLER. + Calls changed. + + * lisp.h (print_error_message): Declare new args. + + * keyboard.c (cmd_error_internal): Pass Vsignaling_function + and CONTEXT to print_error_message, don't print them here. + For a Quit, don't use Vsignaling_function. + Call message_log_maybe_newline. + + * Makefile.in (xsmfns.o): Don't depend on lisp.h. + +2002-07-20 Kim F. Storm + + * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p. + 2002-07-19 Ken Raeburn * bytecode.c (struct byte_stack): Pointers into byte string now -- 2.39.5