]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sun, 28 Sep 2003 09:19:38 +0000 (09:19 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 28 Sep 2003 09:19:38 +0000 (09:19 +0000)
lib-src/ChangeLog
lisp/ChangeLog

index 4e8da57491ce05f20672862776349b350ea2e4c9..cb8071068369998f3c9b990000ef544b920de64a 100644 (file)
@@ -1,8 +1,15 @@
+2003-09-28  Andreas B\e,A|\e(Bsching  <crunchy@tzi.de>  (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  <rms@gnu.org>
 
        * emacsclient.c (main): Use socket_name.
 
-2003-09-10  Andreas_B\e,A|\e(Bsching  <crunchy@tzi.de>  (tiny change)
+2003-09-10  Andreas B\e,A|\e(Bsching  <crunchy@tzi.de>  (tiny change)
 
        * emacsclient.c (socket_name): New variable.
        (longopts, decode_options, print_help_and_exit):
index a054f139ca940d1c1191f4f9a20f79b5d2e031b2..9c24d6f53467426669d168f4b092dd576ddbef9e 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-28  Kevin Ryde  <user42@zip.com.au>
+
+       * info.el (Info-find-index-name): Remove any "<n>" suffixes which
+       makeinfo appends to duplicate index entries.
+
 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
 
        * dired-x.el (dired-clean-tex): Doc fix.