diff options
| author | Joakim Verona | 2014-12-23 17:03:28 +0100 |
|---|---|---|
| committer | Joakim Verona | 2014-12-23 17:03:28 +0100 |
| commit | 5f46725992bf26f887483c14c63c03f5b5794f34 (patch) | |
| tree | 2896a2b98a65851eaddba81d0138fe5647005b08 /lib-src/ChangeLog | |
| parent | 1d8b8a2d8f75d1e3ec9eb109e98720bd9a197bec (diff) | |
| parent | e3040f2aee768655198dd6f979a1ff3a72d17d16 (diff) | |
| download | emacs-5f46725992bf26f887483c14c63c03f5b5794f34.tar.gz emacs-5f46725992bf26f887483c14c63c03f5b5794f34.zip | |
Merge branch 'master' into xwidget
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 53 |
1 files changed, 49 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 199d46f4984..9b6c0daf210 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 1 | 2014-12-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * grep-changelog: Remove file. | ||
| 4 | * Makefile.in (INSTALLABLE_SCRIPTS): Remove. | ||
| 5 | (all, install, uninstall): Remove INSTALLABLE_SCRIPTS. | ||
| 6 | |||
| 7 | 2014-11-23 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * Makefile.in (emacsclient.res): Fix yesterday's thinko. | ||
| 10 | |||
| 11 | 2014-11-22 Glenn Morris <rgm@gnu.org> | ||
| 12 | |||
| 13 | * Makefile.in (emacsclient.res): Update deps for nt/emacsclient.rc | ||
| 14 | now being in the build directory, not the source directory. | ||
| 15 | |||
| 16 | * Makefile.in (emacsclient.res): Add dependency on icons/emacs.ico. | ||
| 17 | |||
| 18 | 2014-10-20 Glenn Morris <rgm@gnu.org> | ||
| 19 | |||
| 20 | * Merge in all changes up to 24.4 release. | ||
| 21 | |||
| 22 | 2014-09-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 23 | |||
| 24 | movemail: don't dump core if the current time is outlandish | ||
| 25 | * movemail.c (popmail): Check for mbx_delimit_begin failure. | ||
| 26 | (mbx_delimit_begin): Fail if the current time is so outlandish | ||
| 27 | that localtime would fail or asctime would have undefined | ||
| 28 | behavior. Use strftime to avoid asctime undefined behavior. | ||
| 29 | |||
| 30 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 31 | |||
| 32 | --enable-silent-rules now suppresses more chatter. | ||
| 33 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) | ||
| 34 | (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) | ||
| 35 | (am__v_CCLD_1): New macros, taken from Automake. | ||
| 36 | (regex.o, etags${EXEEXT}, ctags${EXEEXT}, ebrowse${EXEEXT}) | ||
| 37 | (profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT}) | ||
| 38 | (pop.o, emacsclient${EXEEXT}, emacsclientw${EXEEXT}) | ||
| 39 | (emacsclientw${EXEEXT}, ntlib.o, hexl${EXEEXT}) | ||
| 40 | (update-game-score${EXEEXT}): Use them. | ||
| 41 | |||
| 42 | * etags.c (emacs_strchr, emacs_strrchr): Remove. | ||
| 43 | All uses replaced by strchr and strrchr, which are on all | ||
| 44 | target platforms now. | ||
| 45 | |||
| 1 | 2014-07-15 Paul Eggert <eggert@cs.ucla.edu> | 46 | 2014-07-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 47 | ||
| 3 | Use "b" flag more consistently; avoid "t" (Bug#18006). | 48 | Use "b" flag more consistently; avoid "t" (Bug#18006). |
| @@ -2972,7 +3017,7 @@ | |||
| 2972 | filter), show help instead of blindingly dumping every single | 3017 | filter), show help instead of blindingly dumping every single |
| 2973 | ChangeLog available. Doc fix. Update version. | 3018 | ChangeLog available. Doc fix. Update version. |
| 2974 | 3019 | ||
| 2975 | 2006-11-02 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) | 3020 | 2006-11-02 Tim Van Holder <tim.vanholder@gmail.com> |
| 2976 | 3021 | ||
| 2977 | * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS. | 3022 | * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS. |
| 2978 | [!WINDOWSNT]: Include <netinet/in.h> if available. | 3023 | [!WINDOWSNT]: Include <netinet/in.h> if available. |
| @@ -2997,7 +3042,7 @@ | |||
| 2997 | (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO | 3042 | (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO |
| 2998 | to set the socket in non-blocking mode. | 3043 | to set the socket in non-blocking mode. |
| 2999 | 3044 | ||
| 3000 | 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) | 3045 | 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> |
| 3001 | 3046 | ||
| 3002 | * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>. | 3047 | * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>. |
| 3003 | (INVALID_SOCKET): Define. | 3048 | (INVALID_SOCKET): Define. |
| @@ -7711,7 +7756,7 @@ | |||
| 7711 | (consider_token): DEFUNs now treated like funcs in ctags mode. | 7756 | (consider_token): DEFUNs now treated like funcs in ctags mode. |
| 7712 | 7757 | ||
| 7713 | * etags.c (LEVEL_OK_FOR_FUNCDEF): Remove. | 7758 | * etags.c (LEVEL_OK_FOR_FUNCDEF): Remove. |
| 7714 | (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF. | 7759 | (C_entries): Optimize the test that used LEVEL_OK_FOR_FUNCDEF. |
| 7715 | (C_entries): Remove a piece of useless code. | 7760 | (C_entries): Remove a piece of useless code. |
| 7716 | (C_entries): Making typedef tags is delayed until a semicolon | 7761 | (C_entries): Making typedef tags is delayed until a semicolon |
| 7717 | is met. This handles "typedef int X, Y, Z;" correctly. | 7762 | is met. This handles "typedef int X, Y, Z;" correctly. |
| @@ -8111,7 +8156,7 @@ | |||
| 8111 | * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as | 8156 | * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as |
| 8112 | described in the top-level Makefile. | 8157 | described in the top-level Makefile. |
| 8113 | (UTILITIES): Add make-path to the list of utility programs. | 8158 | (UTILITIES): Add make-path to the list of utility programs. |
| 8114 | (../arch-lib): Replaced by the ${archlibdir} target, which places | 8159 | (../arch-lib): Replace by the ${archlibdir} target, which places |
| 8115 | the executables in their permanent home. | 8160 | the executables in their permanent home. |
| 8116 | (install, install.sysv, install.xenix): Consolidated into one | 8161 | (install, install.sysv, install.xenix): Consolidated into one |
| 8117 | target which should work under all circumstances, modulo a few | 8162 | target which should work under all circumstances, modulo a few |