diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-03-12 21:37:27 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-03-12 21:37:27 +0000 |
commit | ff4bd68179be674abada5403ae2f345b7a55ada5 (patch) | |
tree | 410b2f1c08821137a05b8769956e32f41dd57df5 /lib-src/ChangeLog | |
parent | 20c396e841fd27dafa8deea9680d83e109e7a698 (diff) | |
download | emacs-ff4bd68179be674abada5403ae2f345b7a55ada5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ea6648e0cc5..8c3ab591812 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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. |