Mercurial > emacs
diff lib-src/ChangeLog @ 110602:d4aacd8a2664
Fix typos in ChangeLogs.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 27 Sep 2010 12:25:04 +0200 |
| parents | 5fabe7db5188 |
| children | 12f445671c17 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Mon Sep 27 14:55:41 2010 +0900 +++ b/lib-src/ChangeLog Mon Sep 27 12:25:04 2010 +0200 @@ -4,9 +4,9 @@ 2010-08-11 Jan Djärv <jan.h.d@swipnet.se> - * fakemail.c: Include stdlib.h for getenv. Remove declaration of + * fakemail.c: Include stdlib.h for getenv. Remove declaration of popen, fclose and pclose. - (my_name, fatal, error, put_line): Use const char* + (my_name, fatal, error, put_line): Use const char*. (main): Remove extern getenv, mail_program_name is const char*. * update-game-score.c (get_prefix, write_scores, main): Use const char*. @@ -16,7 +16,7 @@ * pop.h (pop_multi_first): Use const char *. (_ARGS): Remove. - * pop.c (pop_multi_first, socket_connection, sendline): Use conat char*. + * pop.c (pop_multi_first, socket_connection, sendline): Use const char*. * movemail.c (fatal, error, concat): Use const char *. @@ -61,7 +61,7 @@ 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> * emacsclient.c: Move socket related #includes together with the - rest of the #includes. Move a WINDOWSNT includes closer together. + rest of the #includes. Move WINDOWSNT includes closer together. (HAVE_CONFIG_H): Remove. (NO_RETURN): Remove, defined in config.h. (main): Convert definition to standard C. @@ -164,7 +164,7 @@ (fatal): Make static. (error): Likewise. (pfatal_with_name): Likewise. - (pfatal_and_delete). Likewise. + (pfatal_and_delete): Likewise. (concat): Likewise. (xmalloc): Likewise. (popmail): Likewise.
