]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 20 Feb 2004 03:49:52 +0000 (03:49 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 20 Feb 2004 03:49:52 +0000 (03:49 +0000)
lisp/ChangeLog
src/ChangeLog

index ae590cde276dd1f0d59fb267a3b4f1d41ca51b0a..1446aa9d98b3ab7b326fa2c9a0a2570bbf06d139 100644 (file)
@@ -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
index 58661af08672b349c19972bcd8371ead467ef4a5..a25239d88a319ea0c07dfd151b635ad01e52533d 100644 (file)
@@ -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.