aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-05-29 12:02:58 +0400
committerDmitry Antipov2014-05-29 12:02:58 +0400
commit609b06a0a1649b9bbcc6ffe0ac96a4192f855603 (patch)
tree69fd4e3640bfefe4579e3b586f22a1351bdca81e /src/ChangeLog
parent03ca10a9faeeb2dbeb0a803f1c29995d6d1bc7a2 (diff)
downloademacs-609b06a0a1649b9bbcc6ffe0ac96a4192f855603.tar.gz
emacs-609b06a0a1649b9bbcc6ffe0ac96a4192f855603.zip
* alloc.c (Fgarbage_collect): Fix compilation with
GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a71d34209b2..7665ccb7083 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-05-29 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * alloc.c (Fgarbage_collect): Fix compilation with
4 GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
5
12014-05-29 Paul Eggert <eggert@cs.ucla.edu> 62014-05-29 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * frame.c, frame.h (frame_char_to_pixel_position) 8 * frame.c, frame.h (frame_char_to_pixel_position)