aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-09-30 08:31:18 -0700
committerPaul Eggert2014-09-30 08:31:18 -0700
commitfe0a52e6e676e0eb4525bf473fb669490f7315a2 (patch)
tree63f99da843022b16f139f6dd3956e0a7bbca660b /src/ChangeLog
parent699aeb00d4cf6278ba59e9b1e845df20fe3cd791 (diff)
downloademacs-fe0a52e6e676e0eb4525bf473fb669490f7315a2.tar.gz
emacs-fe0a52e6e676e0eb4525bf473fb669490f7315a2.zip
* xterm.c (x_term_init): Allocate temps on stack, not on heap.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 761303a0471..47c43f66915 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12014-09-30 Paul Eggert <eggert@cs.ucla.edu> 12014-09-30 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xterm.c (x_term_init): Allocate temps on stack, not on heap.
4
3 * frame.c (x_set_frame_parameters): Port --enable-gcc-warnings 5 * frame.c (x_set_frame_parameters): Port --enable-gcc-warnings
4 to Ubuntu 14.04.1 x86-64. 6 to Ubuntu 14.04.1 x86-64.
5 7