aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-03-16 18:08:22 -0400
committerStefan Monnier2013-03-16 18:08:22 -0400
commit78be8b64657aeca0472d708450ea1ce2bc142606 (patch)
treedccbdc45e747a47b44be92abab79cca15a30111f /lib-src/ChangeLog
parent6615748ac6bcff258ef548f70bdcc1ab9f740472 (diff)
parent67ed8fcd04edeff2d4931acf476e7067c5ceeef2 (diff)
downloademacs-78be8b64657aeca0472d708450ea1ce2bc142606.tar.gz
emacs-78be8b64657aeca0472d708450ea1ce2bc142606.zip
Merge from emacs-24
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index d8ec0579422..0d7a0a4591e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,13 @@
12013-03-16 Paul Eggert <eggert@cs.ucla.edu>
2
3 * pop.c: Fix ERRMAX typo (Bug#13925).
4 (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]:
5 Use ERROR_MAX, not ERRMAX.
6
72013-03-16 Glenn Morris <rgm@gnu.org>
8
9 * Version 24.3 released.
10
12013-03-13 Paul Eggert <eggert@cs.ucla.edu> 112013-03-13 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 File synchronization fixes (Bug#13944). 13 File synchronization fixes (Bug#13944).
@@ -6,8 +16,8 @@
6 * emacsclient.c (main): Use fdatasync, not fsync, since we don't 16 * emacsclient.c (main): Use fdatasync, not fsync, since we don't
7 care about metadata. Keep trying if interrupted. 17 care about metadata. Keep trying if interrupted.
8 * movemail.c (main, popmail): Don't worry about BSD_SYSTEM, since 18 * movemail.c (main, popmail): Don't worry about BSD_SYSTEM, since
9 fsync is available everywhere (or there is a substitute). Don't 19 fsync is available everywhere (or there is a substitute).
10 report an error if fsync returns EINVAL. 20 Don't report an error if fsync returns EINVAL.
11 21
12 Static checking by Sun C 5.12. 22 Static checking by Sun C 5.12.
13 * etags.c (analyse_regex): Omit unreachable code. 23 * etags.c (analyse_regex): Omit unreachable code.
@@ -5182,7 +5192,7 @@
5182 (longopts): New long options without short counterpart are 5192 (longopts): New long options without short counterpart are
5183 globals, members, no-globals, no-members. Regexp options are now 5193 globals, members, no-globals, no-members. Regexp options are now
5184 defined conditionally to ETAGS_REGEXPS. 5194 defined conditionally to ETAGS_REGEXPS.
5185 (print_help): Updated. 5195 (print_help): Update.
5186 5196
51871997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it> 51971997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5188 5198