Mercurial > emacs
changeset 46582:c5989a0d356e
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 20 Jul 2002 22:16:01 +0000 |
parents | e767254f9b0c |
children | c34e0e8ec697 |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jul 20 22:15:15 2002 +0000 +++ b/etc/NEWS Sat Jul 20 22:16:01 2002 +0000 @@ -940,6 +940,9 @@ * 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
--- a/lisp/ChangeLog Sat Jul 20 22:15:15 2002 +0000 +++ b/lisp/ChangeLog Sat Jul 20 22:16:01 2002 +0000 @@ -1,5 +1,13 @@ 2002-07-20 Richard M. Stallman <rms@gnu.org> + * 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.
--- a/src/ChangeLog Sat Jul 20 22:15:15 2002 +0000 +++ b/src/ChangeLog Sat Jul 20 22:16:01 2002 +0000 @@ -1,3 +1,21 @@ +2002-07-20 Richard M. Stallman <rms@gnu.org> + + * 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 <storm@cua.dk> + + * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p. + 2002-07-19 Ken Raeburn <raeburn@gnu.org> * bytecode.c (struct byte_stack): Pointers into byte string now