From: Eli Zaretskii Date: Sun, 28 Sep 2003 09:19:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8716 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14ef72889c1436e618329426a588fc0d828a1195;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4e8da57491c..cb807106836 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,8 +1,15 @@ +2003-09-28 Andreas B,A|(Bsching (tiny change) + + * emacsclient.c (quote_file_name): Print the result instead of + returning it. Fix the return type accordingly. + (main): Under --eval, don't fail if left with additional + arguments after decoding options. Quote file names. + 2003-09-10 Richard M. Stallman * emacsclient.c (main): Use socket_name. -2003-09-10 Andreas_B,A|(Bsching (tiny change) +2003-09-10 Andreas B,A|(Bsching (tiny change) * emacsclient.c (socket_name): New variable. (longopts, decode_options, print_help_and_exit): diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a054f139ca9..9c24d6f5346 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-09-28 Kevin Ryde + + * info.el (Info-find-index-name): Remove any "" suffixes which + makeinfo appends to duplicate index entries. + 2003-09-28 Eli Zaretskii * dired-x.el (dired-clean-tex): Doc fix.