diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 52ec796d6cf..de12d8f0314 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown. | ||
| 4 | |||
| 5 | * xml.c (parse_region): Don't call xmlCleanupParser after parsing, | ||
| 6 | since this reportedly can destroy thread storage. | ||
| 7 | |||
| 1 | 2011-08-30 Chong Yidong <cyd@stupidchicken.com> | 8 | 2011-08-30 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * syntax.c (find_defun_start): Update all cache variables if | 10 | * syntax.c (find_defun_start): Update all cache variables if |