aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-02-25 00:04:21 +0100
committerJoakim Verona2013-02-25 00:04:21 +0100
commit1b907e3f10d78d2bc58e2c8fd707d29b44498865 (patch)
tree82e416df4ee48f894ba183c4d0f854cd050bfa53 /src/ChangeLog
parentceb10cfbad146ee9aef6a59a1af45cc39b1edb86 (diff)
parent82fcf982c39d5ff821bb7d3353ca973e277e1810 (diff)
downloademacs-1b907e3f10d78d2bc58e2c8fd707d29b44498865.tar.gz
emacs-1b907e3f10d78d2bc58e2c8fd707d29b44498865.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cc8cb84831a..8d3fc1e56fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12013-02-24 Andreas Schwab <schwab@linux-m68k.org>
2
3 * xdisp.c (set_message): Only check for debug-on-message if STRING
4 is a string. (Bug#13797)
5
62013-02-24 Paul Eggert <eggert@cs.ucla.edu>
7
8 Fix regression introduced by July 10 filelock.c patch.
9 * filelock.c (fill_in_lock_file_name): Fix crash caused by the
10 2012-07-10 patch to this file. Reported by Eli Zaretskii in
11 <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00533.html>
12 and diagnosed by Andreas Schwab in
13 <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00534.html>.
14
12013-02-22 Paul Eggert <eggert@cs.ucla.edu> 152013-02-22 Paul Eggert <eggert@cs.ucla.edu>
2 16
3 Assume C89 or better. 17 Assume C89 or better.