diff options
| author | Tom Tromey | 2013-06-03 12:25:05 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-06-03 12:25:05 -0600 |
| commit | 68359abba96d7ec4db8aab3d3dd9cf1105c3bab5 (patch) | |
| tree | 862703e7e1a1888170136a8296a5750d6b2ae2eb /lib-src/ChangeLog | |
| parent | cbcba8ce7f980b01c18c0fd561ef6687b1361507 (diff) | |
| parent | e2d8a6f0a229b4ebe26484b892ec4f14888f58b6 (diff) | |
| download | emacs-68359abba96d7ec4db8aab3d3dd9cf1105c3bab5.tar.gz emacs-68359abba96d7ec4db8aab3d3dd9cf1105c3bab5.zip | |
merge from trunk; clean up some issues
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 60 |
1 files changed, 55 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0d7a0a4591e..e1025fc5f6b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,13 +1,63 @@ | |||
| 1 | 2013-05-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (mostlyclean): Remove *.res files. | ||
| 4 | |||
| 5 | 2013-05-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 7 | Port --enable-gcc-warnings to clang. | ||
| 8 | * etags.c: Omit unnecessary forward decls. | ||
| 9 | (print_version, print_help): Declare _Noreturn. | ||
| 10 | * pop.c (socket_connection) [HAVE_GETADDRINFO]: Simplify. | ||
| 11 | |||
| 12 | 2013-05-16 Eli Zaretskii <eliz@gnu.org> | ||
| 13 | |||
| 14 | * update-game-score.c [WINDOWSNT]: Include "ntlib.h". | ||
| 15 | |||
| 16 | * ntlib.h (sleep): Update prototype. | ||
| 17 | (geteuid): Add prototype. | ||
| 18 | |||
| 19 | * ntlib.c (sleep): Now returns an unsigned value. | ||
| 20 | (getgid): New function. | ||
| 21 | |||
| 22 | * Makefile.in (CLIENTW, LIB_WSOCK32, LIBS_ECLIENT, NTLIB) | ||
| 23 | (CLIENTRES, WINDRES, NTINC, NTDEPS): New variables. | ||
| 24 | (INSTALLABLES): Add $(CLIENTW). | ||
| 25 | (LIBS_MOVE): Use $(LIB_WSOCK32). | ||
| 26 | ($(DESTDIR)${archlibdir}): Use $(EXEEXT) on update-game-score. | ||
| 27 | (test-distrib${EXEEXT}): Use $(EXEEXT) on test-distrib. | ||
| 28 | (etags${EXEEXT}, ebrowse${EXEEXT}, ctags${EXEEXT}) | ||
| 29 | (profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT}) | ||
| 30 | (emacsclient${EXEEXT}, hexl${EXEEXT}, update-game-score${EXEEXT}): | ||
| 31 | Add $(NTLIB) to prerequisites. Use $(EXEEXT). | ||
| 32 | (pop.o): Add pop.h to prerequisites. | ||
| 33 | (emacsclientw${EXEEXT}, ntlib.o): New targets. | ||
| 34 | (emacsclient.res): New target. | ||
| 35 | |||
| 36 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 37 | |||
| 38 | * makefile.w32-in ($(DOC)): Use DOC rather than DOC-X. | ||
| 39 | |||
| 40 | 2013-05-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 41 | |||
| 42 | * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo, | ||
| 43 | by removing references to no-longer-existing locals. | ||
| 44 | |||
| 45 | 2013-03-26 Eli Zaretskii <eliz@gnu.org> | ||
| 46 | |||
| 47 | Fix incompatibilities between MinGW.org and MinGW64 headers. | ||
| 48 | * ntlib.c (struct timespec) [!_TIMEZONE_DEFINED]: Define the | ||
| 49 | struct only if _TIMEZONE_DEFINED is not defined. | ||
| 50 | |||
| 51 | 2013-03-23 cg <chengang31@gmail.com> (tiny change) | ||
| 52 | |||
| 53 | * makefile.w32-in (LIB_SRC): Move before first use. | ||
| 54 | |||
| 1 | 2013-03-16 Paul Eggert <eggert@cs.ucla.edu> | 55 | 2013-03-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 56 | ||
| 3 | * pop.c: Fix ERRMAX typo (Bug#13925). | 57 | * pop.c: Fix ERRMAX typo (Bug#13925). |
| 4 | (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]: | 58 | (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]: |
| 5 | Use ERROR_MAX, not ERRMAX. | 59 | Use ERROR_MAX, not ERRMAX. |
| 6 | 60 | ||
| 7 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * Version 24.3 released. | ||
| 10 | |||
| 11 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> | 61 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> |
| 12 | 62 | ||
| 13 | File synchronization fixes (Bug#13944). | 63 | File synchronization fixes (Bug#13944). |
| @@ -3718,7 +3768,7 @@ | |||
| 3718 | 3768 | ||
| 3719 | 2002-03-05 Francesco Potortì <pot@gnu.org> | 3769 | 2002-03-05 Francesco Potortì <pot@gnu.org> |
| 3720 | 3770 | ||
| 3721 | * etags.c: Honour #line directives. | 3771 | * etags.c: Honor #line directives. |
| 3722 | (no_line_directive): New global var; set it for old behavior. | 3772 | (no_line_directive): New global var; set it for old behavior. |
| 3723 | (main): Remove some #ifdef in the getopt switch. | 3773 | (main): Remove some #ifdef in the getopt switch. |
| 3724 | (add_node, put_entries): Code added to merge different chunks of | 3774 | (add_node, put_entries): Code added to merge different chunks of |