comparison 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
comparison
equal deleted inserted replaced
110601:1d759828bb3d 110602:d4aacd8a2664
2 2
3 * etags.c (compressors, print_language_names): Support xz compression. 3 * etags.c (compressors, print_language_names): Support xz compression.
4 4
5 2010-08-11 Jan Djärv <jan.h.d@swipnet.se> 5 2010-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*.
13 13
14 * sorted-doc.c (error, fatal, states): Use const char *. 14 * sorted-doc.c (error, fatal, states): Use const char *.
15 15
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
23 * make-docfile.c (error, fatal, scan_c_file, scan_lisp_file): Use 23 * make-docfile.c (error, fatal, scan_c_file, scan_lisp_file): Use
24 const char *. 24 const char *.
59 Remove duplicate declarations. 59 Remove duplicate declarations.
60 60
61 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> 61 2010-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.
68 68
69 2010-07-29 Juanma Barranquero <lekktu@gmail.com> 69 2010-07-29 Juanma Barranquero <lekktu@gmail.com>
162 Include <string.h> if HAVE_STRING_H. 162 Include <string.h> if HAVE_STRING_H.
163 (strerror): Only declare if !HAVE_STRERROR. 163 (strerror): Only declare if !HAVE_STRERROR.
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.
171 (pop_retr): Likewise. 171 (pop_retr): Likewise.
172 (mbx_write): Likewise. 172 (mbx_write): Likewise.