aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-09-30 01:28:20 +0200
committerStefan Monnier2010-09-30 01:28:20 +0200
commita01a7932080e8a6e7bc8472c58cefabcc2c37df3 (patch)
tree94b28b19c8f1536e76ffe7d5826811b74a79e3a5 /lib-src/ChangeLog
parentcc390e46c7ba95b76ea133d98fd386214cd01709 (diff)
parent6b0f7311f16646e0de2045b2410e20921901c616 (diff)
downloademacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.tar.gz
emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.zip
Merge from trunk
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog21
1 files changed, 16 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4f3f386310a..2c386257c10 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,8 +1,19 @@
12010-09-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (../src/config.h): Remove target, it is stale.
4
5 * emacsclient.c (main): Remove unused variables.
6 (start_daemon_and_retry_set_socket): Use EXIT_FAILURE.
7
82010-09-25 Ulrich Mueller <ulm@gentoo.org>
9
10 * etags.c (compressors, print_language_names): Support xz compression.
11
12010-08-11 Jan Djärv <jan.h.d@swipnet.se> 122010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2 13
3 * fakemail.c: Include stdlib.h for getenv. Remove declaration of 14 * fakemail.c: Include stdlib.h for getenv. Remove declaration of
4 popen, fclose and pclose. 15 popen, fclose and pclose.
5 (my_name, fatal, error, put_line): Use const char* 16 (my_name, fatal, error, put_line): Use const char*.
6 (main): Remove extern getenv, mail_program_name is const char*. 17 (main): Remove extern getenv, mail_program_name is const char*.
7 18
8 * update-game-score.c (get_prefix, write_scores, main): Use const char*. 19 * update-game-score.c (get_prefix, write_scores, main): Use const char*.
@@ -12,7 +23,7 @@
12 * pop.h (pop_multi_first): Use const char *. 23 * pop.h (pop_multi_first): Use const char *.
13 (_ARGS): Remove. 24 (_ARGS): Remove.
14 25
15 * pop.c (pop_multi_first, socket_connection, sendline): Use conat char*. 26 * pop.c (pop_multi_first, socket_connection, sendline): Use const char*.
16 27
17 * movemail.c (fatal, error, concat): Use const char *. 28 * movemail.c (fatal, error, concat): Use const char *.
18 29
@@ -57,7 +68,7 @@
572010-08-06 Dan Nicolaescu <dann@ics.uci.edu> 682010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
58 69
59 * emacsclient.c: Move socket related #includes together with the 70 * emacsclient.c: Move socket related #includes together with the
60 rest of the #includes. Move a WINDOWSNT includes closer together. 71 rest of the #includes. Move WINDOWSNT includes closer together.
61 (HAVE_CONFIG_H): Remove. 72 (HAVE_CONFIG_H): Remove.
62 (NO_RETURN): Remove, defined in config.h. 73 (NO_RETURN): Remove, defined in config.h.
63 (main): Convert definition to standard C. 74 (main): Convert definition to standard C.
@@ -160,7 +171,7 @@
160 (fatal): Make static. 171 (fatal): Make static.
161 (error): Likewise. 172 (error): Likewise.
162 (pfatal_with_name): Likewise. 173 (pfatal_with_name): Likewise.
163 (pfatal_and_delete). Likewise. 174 (pfatal_and_delete): Likewise.
164 (concat): Likewise. 175 (concat): Likewise.
165 (xmalloc): Likewise. 176 (xmalloc): Likewise.
166 (popmail): Likewise. 177 (popmail): Likewise.