diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
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 @@ | |||
| 1 | 2013-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 | |||
| 6 | 2013-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 | |||
| 1 | 2013-02-22 Paul Eggert <eggert@cs.ucla.edu> | 15 | 2013-02-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 16 | ||
| 3 | Assume C89 or better. | 17 | Assume C89 or better. |