summaryrefslogtreecommitdiff
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-09-27 12:25:04 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-09-27 12:25:04 +0200
commit70e314366041d6d863601b17b7b97ed9679c3997 (patch)
treed87afb90dfcca5905661534d8150d8e48584e5ba /lib-src/ChangeLog
parentb3253cd4b4bcbe1ab4ad1fdc98b30c33af70332c (diff)
downloademacs-70e314366041d6d863601b17b7b97ed9679c3997.tar.gz
Fix typos in ChangeLogs.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 5765bea74ae..469a9c96780 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -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.