aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-09-27 12:25:04 +0200
committerJuanma Barranquero2010-09-27 12:25:04 +0200
commit70e314366041d6d863601b17b7b97ed9679c3997 (patch)
treed87afb90dfcca5905661534d8150d8e48584e5ba /lib-src
parentb3253cd4b4bcbe1ab4ad1fdc98b30c33af70332c (diff)
downloademacs-70e314366041d6d863601b17b7b97ed9679c3997.tar.gz
emacs-70e314366041d6d863601b17b7b97ed9679c3997.zip
Fix typos in ChangeLogs.
Diffstat (limited to 'lib-src')
-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 @@
4 4
52010-08-11 Jan Djärv <jan.h.d@swipnet.se> 52010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6 6
7 * fakemail.c: Include stdlib.h for getenv. Remove declaration of 7 * fakemail.c: Include stdlib.h for getenv. Remove declaration of
8 popen, fclose and pclose. 8 popen, fclose and pclose.
9 (my_name, fatal, error, put_line): Use const char* 9 (my_name, fatal, error, put_line): Use const char*.
10 (main): Remove extern getenv, mail_program_name is const char*. 10 (main): Remove extern getenv, mail_program_name is const char*.
11 11
12 * update-game-score.c (get_prefix, write_scores, main): Use const char*. 12 * update-game-score.c (get_prefix, write_scores, main): Use const char*.
@@ -16,7 +16,7 @@
16 * pop.h (pop_multi_first): Use const char *. 16 * pop.h (pop_multi_first): Use const char *.
17 (_ARGS): Remove. 17 (_ARGS): Remove.
18 18
19 * pop.c (pop_multi_first, socket_connection, sendline): Use conat char*. 19 * pop.c (pop_multi_first, socket_connection, sendline): Use const char*.
20 20
21 * movemail.c (fatal, error, concat): Use const char *. 21 * movemail.c (fatal, error, concat): Use const char *.
22 22
@@ -61,7 +61,7 @@
612010-08-06 Dan Nicolaescu <dann@ics.uci.edu> 612010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
62 62
63 * emacsclient.c: Move socket related #includes together with the 63 * emacsclient.c: Move socket related #includes together with the
64 rest of the #includes. Move a WINDOWSNT includes closer together. 64 rest of the #includes. Move WINDOWSNT includes closer together.
65 (HAVE_CONFIG_H): Remove. 65 (HAVE_CONFIG_H): Remove.
66 (NO_RETURN): Remove, defined in config.h. 66 (NO_RETURN): Remove, defined in config.h.
67 (main): Convert definition to standard C. 67 (main): Convert definition to standard C.
@@ -164,7 +164,7 @@
164 (fatal): Make static. 164 (fatal): Make static.
165 (error): Likewise. 165 (error): Likewise.
166 (pfatal_with_name): Likewise. 166 (pfatal_with_name): Likewise.
167 (pfatal_and_delete). Likewise. 167 (pfatal_and_delete): Likewise.
168 (concat): Likewise. 168 (concat): Likewise.
169 (xmalloc): Likewise. 169 (xmalloc): Likewise.
170 (popmail): Likewise. 170 (popmail): Likewise.