changeset 52649:5eefee699ae5

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sun, 28 Sep 2003 09:19:38 +0000
parents 928f0fb38bfa
children ccb0467830b0
files lib-src/ChangeLog lisp/ChangeLog
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Sun Sep 28 09:17:29 2003 +0000
+++ b/lib-src/ChangeLog	Sun Sep 28 09:19:38 2003 +0000
@@ -1,8 +1,15 @@
+2003-09-28  Andreas B,A|(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,A|(Bsching  <crunchy@tzi.de>  (tiny change)
+2003-09-10  Andreas B,A|(Bsching  <crunchy@tzi.de>  (tiny change)
 
 	* emacsclient.c (socket_name): New variable.
 	(longopts, decode_options, print_help_and_exit):
--- a/lisp/ChangeLog	Sun Sep 28 09:17:29 2003 +0000
+++ b/lisp/ChangeLog	Sun Sep 28 09:19:38 2003 +0000
@@ -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.