# HG changeset patch # User Juanma Barranquero # Date 1084213103 0 # Node ID 2b15e893127e73f34e99475ad67882e2e4eb6774 # Parent dbf692d994dcf3c1cbf04862088bd7ec7105caa1 *** empty log message *** diff -r dbf692d994dc -r 2b15e893127e lisp/ChangeLog --- a/lisp/ChangeLog Mon May 10 18:13:07 2004 +0000 +++ b/lisp/ChangeLog Mon May 10 18:18:23 2004 +0000 @@ -26,16 +26,21 @@ 2004-05-10 Juanma Barranquero + * 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 * international/code-pages (cp932, cp936, cp949, c950): Remove. diff -r dbf692d994dc -r 2b15e893127e lispref/ChangeLog --- a/lispref/ChangeLog Mon May 10 18:13:07 2004 +0000 +++ b/lispref/ChangeLog Mon May 10 18:18:23 2004 +0000 @@ -1,3 +1,9 @@ +2004-05-10 Juanma Barranquero + + * 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 * modes.texi (Desktop Save Mode): Add. diff -r dbf692d994dc -r 2b15e893127e src/ChangeLog --- a/src/ChangeLog Mon May 10 18:13:07 2004 +0000 +++ b/src/ChangeLog Mon May 10 18:18:23 2004 +0000 @@ -1,3 +1,12 @@ +2004-05-10 Juanma Barranquero + + * 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 * print.c (print_preprocess): Use being_printed, loop_count and