Mercurial > emacs
changeset 54093:5770758d2ad1
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 20 Feb 2004 03:49:52 +0000 |
parents | bce4d57a18d7 |
children | 49c7852c866f |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Feb 20 03:48:32 2004 +0000 +++ b/lisp/ChangeLog Fri Feb 20 03:49:52 2004 +0000 @@ -1,10 +1,14 @@ +2004-02-19 Luc Teirlinck <teirllm@auburn.edu> + + * help-fns.el (describe-categories): Doc fix. + 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu> * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating temporary file for buffer already visiting one. This change makes output likely to be directly usable by patch program. Suggested by Adrian Aichner <adrian@xemacs.org> - + 2004-02-20 Nick Roberts <nick@nick.uklinux.net> * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
--- a/src/ChangeLog Fri Feb 20 03:48:32 2004 +0000 +++ b/src/ChangeLog Fri Feb 20 03:49:52 2004 +0000 @@ -1,3 +1,9 @@ +2004-02-19 Luc Teirlinck <teirllm@auburn.edu> + + * category.c (Fdefine_category, Fcategory_docstring) + (Fget_unused_category, Fset_category_table) + (Fcategory_set_mnemonics): Doc fixes. + 2004-02-20 Kim F. Storm <storm@cua.dk> * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes. @@ -7,7 +13,7 @@ (read_avail_input): Separate and rework handling of read_socket_hook and non-read_socket_hook cases. Use smaller input_event buffer in read_socket_hook case, and repeat if full buffer is read. Use - new local variable 'discard' to skip input after C-g. + new local variable 'discard' to skip input after C-g. In non-read_socket_hook case, just use a single input_event, and call kbd_buffer_store_event on the fly for each character.