aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-14 21:10:37 +0300
committerEli Zaretskii2014-10-14 21:10:37 +0300
commite3060a0c4d2f418ac786775109d71e5843ccf42e (patch)
tree347b37fc39d0db9cd23b3e9f79ee81b4bbc40f08 /lib-src/ChangeLog
parent1a3eca0656bdb764200e10a4f264138e94b1f3ce (diff)
parent980d78b3587560c13a46aef352ed8d5ed744acf6 (diff)
downloademacs-e3060a0c4d2f418ac786775109d71e5843ccf42e.tar.gz
emacs-e3060a0c4d2f418ac786775109d71e5843ccf42e.zip
Merge from trunk and resolve conflicts.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 199d46f4984..6c31841c130 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,27 @@
12014-09-23 Paul Eggert <eggert@cs.ucla.edu>
2
3 movemail: don't dump core if the current time is outlandish
4 * movemail.c (popmail): Check for mbx_delimit_begin failure.
5 (mbx_delimit_begin): Fail if the current time is so outlandish
6 that localtime would fail or asctime would have undefined
7 behavior. Use strftime to avoid asctime undefined behavior.
8
92014-09-01 Paul Eggert <eggert@cs.ucla.edu>
10
11 --enable-silent-rules now suppresses more chatter.
12 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
13 (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0)
14 (am__v_CCLD_1): New macros, taken from Automake.
15 (regex.o, etags${EXEEXT}, ctags${EXEEXT}, ebrowse${EXEEXT})
16 (profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT})
17 (pop.o, emacsclient${EXEEXT}, emacsclientw${EXEEXT})
18 (emacsclientw${EXEEXT}, ntlib.o, hexl${EXEEXT})
19 (update-game-score${EXEEXT}): Use them.
20
21 * etags.c (emacs_strchr, emacs_strrchr): Remove.
22 All uses replaced by strchr and strrchr, which are on all
23 target platforms now.
24
12014-07-15 Paul Eggert <eggert@cs.ucla.edu> 252014-07-15 Paul Eggert <eggert@cs.ucla.edu>
2 26
3 Use "b" flag more consistently; avoid "t" (Bug#18006). 27 Use "b" flag more consistently; avoid "t" (Bug#18006).