aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Colascione2014-04-02 17:44:00 -0700
committerDaniel Colascione2014-04-02 17:44:00 -0700
commit170c12e054eb232fa09bcb86fc7018ded11a2f07 (patch)
tree9b4d0b3d3d06f0f7b3cafd10f85d92750d5990a8
parentf59c276045dd5137e62d8a8286ed06245e4c39ce (diff)
downloademacs-170c12e054eb232fa09bcb86fc7018ded11a2f07.tar.gz
emacs-170c12e054eb232fa09bcb86fc7018ded11a2f07.zip
Add missing src/ChangeLog text that somehow ended up in last commit message instead
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1da08defc39..72449dc52af 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,16 @@
5 5
6 * lisp.h (EARRAYSIZE): New macro. 6 * lisp.h (EARRAYSIZE): New macro.
7 7
8 * alloc.c: Include execinfo.h if available.
9 (SUSPICIOUS_OBJECT_CHECKING): New macro; define unconditionally.
10 (suspicious_free_record): New structure.
11 (suspicious_objects,suspicious_object_index)
12 (suspicious_free_history, suspicious_free_history_index): New
13 variables.
14 (find_suspicious_object_in_range,detect_suspicious_free)
15 (Fsuspicious_object): New functions.
16 (cleanup_vector): Call find_suspicious_object_in_range.
17
82014-04-02 Martin Rudalics <rudalics@gmx.at> 182014-04-02 Martin Rudalics <rudalics@gmx.at>
9 19
10 * xterm.c (x_new_font): Don't calculate non-toolkit scrollbar 20 * xterm.c (x_new_font): Don't calculate non-toolkit scrollbar