diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2c386257c10..0f24b234972 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 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 | |||
| 1 | 2010-09-29 Juanma Barranquero <lekktu@gmail.com> | 46 | 2010-09-29 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 47 | ||
| 3 | * makefile.w32-in (../src/config.h): Remove target, it is stale. | 48 | * makefile.w32-in (../src/config.h): Remove target, it is stale. |