aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-07-27 11:51:52 +0400
committerDmitry Antipov2012-07-27 11:51:52 +0400
commiteeaea515623db982d4e7d453711e6f0fad9c08d8 (patch)
tree6c4f5398509d735e85151d480c8ba4756c1e5ec5 /src/ChangeLog
parent073c88c22c0064b60ec57b6dadef9d3a4736e6b5 (diff)
downloademacs-eeaea515623db982d4e7d453711e6f0fad9c08d8.tar.gz
emacs-eeaea515623db982d4e7d453711e6f0fad9c08d8.zip
Revert last save_excursion_save and save_excursion_restore changes.
* alloc.c, editfns.c, marker.c, lisp.h: Revert. Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index adcdfb7c056..93697303cbb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,15 @@
12012-07-27 Dmitry Antipov <dmantipov@yandex.ru> 12012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Revert last save_excursion_save and save_excursion_restore changes.
4 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
5 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
6
72012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
8
3 Fix recently-introduced typos in Windows port. 9 Fix recently-introduced typos in Windows port.
4 Reported by Martin Rudalics <rudalics@gmx.at>. 10 Reported by Martin Rudalics <rudalics@gmx.at>.
5 * w32.c (init_environment): Replace comma with semicolon. 11 * w32.c (init_environment): Replace comma with semicolon.
6 * w32fns.c (syms_of_w32fns): Likewise. 12 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
7 13
82012-07-27 Paul Eggert <eggert@cs.ucla.edu> 142012-07-27 Paul Eggert <eggert@cs.ucla.edu>
9 15