diff lib-src/ChangeLog @ 50102:05b7b0c519c5

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 12 Mar 2003 21:37:27 +0000
parents 4fee73e6ff97
children f7bd4869e2a8
line wrap: on
line diff
--- a/lib-src/ChangeLog	Wed Mar 12 21:36:29 2003 +0000
+++ b/lib-src/ChangeLog	Wed Mar 12 21:37:27 2003 +0000
@@ -1,9 +1,17 @@
+2003-03-12  Tom Tromey  <tromey@redhat.com>
+
+	* emacsclient.c (print_help_and_exit): Print to stdout.  Exit
+	successfully.  Added some blank lines for readability.
+	(decode_options): Don't call print_help_and_exit in default case.
+	Print version information to stdout.
+	(main): Don't call print_help_and_exit.
+
 2003-02-15  Richard M. Stallman  <rms@gnu.org>
 
 	* cvtmail.c: Cast result of malloc and realloc.
 	Don't include stdlib.h, becuase config.h does.
 	(malloc, realloc): Declarations deleted.
-	
+
 	* yow.c (yow): Cast result of malloc and realloc.
 	(malloc, realloc): Declarations deleted.