diff options
| author | Joakim Verona | 2010-10-18 22:05:07 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-10-18 22:05:07 +0200 |
| commit | 13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (patch) | |
| tree | 723f254768f9e503504ab4c8b68801f80a56591a /lib-src/ChangeLog | |
| parent | 35f4b80a934b299b3b18e62f5db44f64c240e65b (diff) | |
| parent | e48eb34332dc91de823314090451459ba2ffacbf (diff) | |
| download | emacs-13cfe8df462ab8da9f0028e16cc84dcaceaca3d1.tar.gz emacs-13cfe8df462ab8da9f0028e16cc84dcaceaca3d1.zip | |
merge from upstream
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 66 |
1 files changed, 61 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4f3f386310a..0f24b234972 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,8 +1,64 @@ | |||
| 1 | 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in (PROFILING_LDFLAGS): Remove, not needed. | ||
| 4 | |||
| 5 | 2010-10-09 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * b2m.c, b2m.pl: Remove files. | ||
| 8 | * Makefile.in (INSTALLABLES): Remove b2m. | ||
| 9 | * makefile.w32-in ($(BLD)/b2m.$(O)): Remove. | ||
| 10 | |||
| 11 | 2010-10-08 Glenn Morris <rgm@gnu.org> | ||
| 12 | |||
| 13 | * emacsclient.c (set_local_socket) [DARWIN_OS]: Try as a fall-back | ||
| 14 | DARWIN_USER_TEMP_DIR. (Bug#3992) | ||
| 15 | |||
| 16 | 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 17 | |||
| 18 | * test-distrib.c (cool_read): | ||
| 19 | * movemail.c (main, concat): | ||
| 20 | * make-docfile.c (scan_file, write_c_args): | ||
| 21 | * emacsclient.c (get_server_config): Fix -Wconversion warning. | ||
| 22 | (egetenv): Move conditional definition earlier. | ||
| 23 | (progname): Use const. | ||
| 24 | * sorted-doc.c (xstrdup): Use const. | ||
| 25 | |||
| 26 | * Makefile.in: Remove ^L, old makes choke on it. | ||
| 27 | |||
| 28 | 2010-10-02 Wolfgang Schnerring <wosc@wosc.de> (tiny change) | ||
| 29 | |||
| 30 | * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an | ||
| 31 | error string (Bug#6963). | ||
| 32 | |||
| 33 | 2010-10-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 34 | |||
| 35 | * makefile.w32-in (tags): Remove target. | ||
| 36 | |||
| 37 | 2010-10-01 Eli Zaretskii <eliz@gnu.org> | ||
| 38 | |||
| 39 | * makefile.w32-in (tags, TAGS): New targets. | ||
| 40 | |||
| 41 | 2010-09-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 42 | |||
| 43 | * emacsclient.c (get_server_config): Don't read Emacs pid from | ||
| 44 | the authentication file. | ||
| 45 | |||
| 46 | 2010-09-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 47 | |||
| 48 | * makefile.w32-in (../src/config.h): Remove target, it is stale. | ||
| 49 | |||
| 50 | * emacsclient.c (main): Remove unused variables. | ||
| 51 | (start_daemon_and_retry_set_socket): Use EXIT_FAILURE. | ||
| 52 | |||
| 53 | 2010-09-25 Ulrich Mueller <ulm@gentoo.org> | ||
| 54 | |||
| 55 | * etags.c (compressors, print_language_names): Support xz compression. | ||
| 56 | |||
| 1 | 2010-08-11 Jan Djärv <jan.h.d@swipnet.se> | 57 | 2010-08-11 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 58 | ||
| 3 | * fakemail.c: Include stdlib.h for getenv. Remove declaration of | 59 | * fakemail.c: Include stdlib.h for getenv. Remove declaration of |
| 4 | popen, fclose and pclose. | 60 | popen, fclose and pclose. |
| 5 | (my_name, fatal, error, put_line): Use const char* | 61 | (my_name, fatal, error, put_line): Use const char*. |
| 6 | (main): Remove extern getenv, mail_program_name is const char*. | 62 | (main): Remove extern getenv, mail_program_name is const char*. |
| 7 | 63 | ||
| 8 | * update-game-score.c (get_prefix, write_scores, main): Use const char*. | 64 | * update-game-score.c (get_prefix, write_scores, main): Use const char*. |
| @@ -12,7 +68,7 @@ | |||
| 12 | * pop.h (pop_multi_first): Use const char *. | 68 | * pop.h (pop_multi_first): Use const char *. |
| 13 | (_ARGS): Remove. | 69 | (_ARGS): Remove. |
| 14 | 70 | ||
| 15 | * pop.c (pop_multi_first, socket_connection, sendline): Use conat char*. | 71 | * pop.c (pop_multi_first, socket_connection, sendline): Use const char*. |
| 16 | 72 | ||
| 17 | * movemail.c (fatal, error, concat): Use const char *. | 73 | * movemail.c (fatal, error, concat): Use const char *. |
| 18 | 74 | ||
| @@ -57,7 +113,7 @@ | |||
| 57 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> | 113 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 58 | 114 | ||
| 59 | * emacsclient.c: Move socket related #includes together with the | 115 | * emacsclient.c: Move socket related #includes together with the |
| 60 | rest of the #includes. Move a WINDOWSNT includes closer together. | 116 | rest of the #includes. Move WINDOWSNT includes closer together. |
| 61 | (HAVE_CONFIG_H): Remove. | 117 | (HAVE_CONFIG_H): Remove. |
| 62 | (NO_RETURN): Remove, defined in config.h. | 118 | (NO_RETURN): Remove, defined in config.h. |
| 63 | (main): Convert definition to standard C. | 119 | (main): Convert definition to standard C. |
| @@ -160,7 +216,7 @@ | |||
| 160 | (fatal): Make static. | 216 | (fatal): Make static. |
| 161 | (error): Likewise. | 217 | (error): Likewise. |
| 162 | (pfatal_with_name): Likewise. | 218 | (pfatal_with_name): Likewise. |
| 163 | (pfatal_and_delete). Likewise. | 219 | (pfatal_and_delete): Likewise. |
| 164 | (concat): Likewise. | 220 | (concat): Likewise. |
| 165 | (xmalloc): Likewise. | 221 | (xmalloc): Likewise. |
| 166 | (popmail): Likewise. | 222 | (popmail): Likewise. |