From: Luc Teirlinck Date: Fri, 20 Feb 2004 03:49:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=923c1e6f756f4fe321215b1515fb7993abeeed9b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ae590cde276..1446aa9d98b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,10 +1,14 @@ +2004-02-19 Luc Teirlinck + + * help-fns.el (describe-categories): Doc fix. + 2003-02-19 Michael Kifer * 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 - + 2004-02-20 Nick Roberts * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for diff --git a/src/ChangeLog b/src/ChangeLog index 58661af0867..a25239d88a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-02-19 Luc Teirlinck + + * category.c (Fdefine_category, Fcategory_docstring) + (Fget_unused_category, Fset_category_table) + (Fcategory_set_mnemonics): Doc fixes. + 2004-02-20 Kim F. Storm * 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.