aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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