diff options
| author | Dmitry Antipov | 2012-07-27 11:51:52 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-27 11:51:52 +0400 |
| commit | eeaea515623db982d4e7d453711e6f0fad9c08d8 (patch) | |
| tree | 6c4f5398509d735e85151d480c8ba4756c1e5ec5 /src/ChangeLog | |
| parent | 073c88c22c0064b60ec57b6dadef9d3a4736e6b5 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-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 | |||
| 7 | 2012-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 | ||
| 8 | 2012-07-27 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2012-07-27 Paul Eggert <eggert@cs.ucla.edu> |
| 9 | 15 | ||