]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 10 May 2004 18:18:23 +0000 (18:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 10 May 2004 18:18:23 +0000 (18:18 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index fca2893584dc721de0a5027a02252c3804c0e2c8..16cf5ed0ddf441412304ab1426b912a3713aebc3 100644 (file)
 
 2004-05-10  Juanma Barranquero  <lektu@terra.es>
 
+       * help-fns.el (help-argument-name): Default to italic.
+       (help-highlight-arguments): Return always (usage . doc), even when
+       usage is nil.
+
+       * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
+       (define-ibuffer-filter): Add usage info.
+       (define-ibuffer-op): Add usage info (but CL-style defaults for
+       keyword args are not shown).
+
        * subr.el (remove-overlays, read-passwd): Fix docstring.
        (start-process-shell-command): Fix docstring.  Put usage info in a
        format usable by `describe-function'.
        (open-network-stream, open-network-stream-nowait)
        (open-network-stream-server): Fix docstring.
 
-       * help-fns.el (help-argument-name): Default to italic.
-       (help-highlight-arguments): Return always (usage . doc), even when
-       usage is nil.
-
 2004-05-09  Jason Rumney  <jasonr@gnu.org>
 
        * international/code-pages (cp932, cp936, cp949, c950): Remove.
index 1cbb8b2f987224b1552e5e015e3b5321cefb1f8d..c46f718b5c7e8f00ad6651c06861e11e6cb3d6c1 100644 (file)
@@ -1,3 +1,9 @@
+2004-05-10  Juanma Barranquero  <lektu@terra.es>
+
+       * modes.texi (Mode Line Variables): Fix description of
+       global-mode-string, which is now after which-func-mode, not the
+       buffer name.
+
 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
 
        * modes.texi (Desktop Save Mode): Add.
index 2170398648cb6f843a8d2c86e6e534b68ef43bb7..bb97515006628256252bb118c1a6da56d11b5dda 100644 (file)
@@ -1,3 +1,12 @@
+2004-05-10  Juanma Barranquero  <lektu@terra.es>
+
+       * process.c (Fstart_process): Fix docstring.
+
+       * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
+       (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
+       (Fsplit_char, Fchar_charset): Make argument names match their use
+       in docstring.
+
 2004-05-10  Richard M. Stallman  <rms@gnu.org>
 
        * print.c (print_preprocess): Use being_printed, loop_count and