+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
+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.
(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.