diff options
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 @@ | |||
| 1 | 2003-03-12 Tom Tromey <tromey@redhat.com> | ||
| 2 | |||
| 3 | * emacsclient.c (print_help_and_exit): Print to stdout. Exit | ||
| 4 | successfully. Added some blank lines for readability. | ||
| 5 | (decode_options): Don't call print_help_and_exit in default case. | ||
| 6 | Print version information to stdout. | ||
| 7 | (main): Don't call print_help_and_exit. | ||
| 8 | |||
| 1 | 2003-02-15 Richard M. Stallman <rms@gnu.org> | 9 | 2003-02-15 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * cvtmail.c: Cast result of malloc and realloc. | 11 | * cvtmail.c: Cast result of malloc and realloc. |
| 4 | Don't include stdlib.h, becuase config.h does. | 12 | Don't include stdlib.h, becuase config.h does. |
| 5 | (malloc, realloc): Declarations deleted. | 13 | (malloc, realloc): Declarations deleted. |
| 6 | 14 | ||
| 7 | * yow.c (yow): Cast result of malloc and realloc. | 15 | * yow.c (yow): Cast result of malloc and realloc. |
| 8 | (malloc, realloc): Declarations deleted. | 16 | (malloc, realloc): Declarations deleted. |
| 9 | 17 | ||