comparison lisp/ChangeLog @ 105163:716269aba178

(sgml-mode-flyspell-verify): Pass limit args to looking-back to avoid ridiculous slow down in large files (bug#4511).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 23 Sep 2009 23:05:37 +0000
parents bbb939ac799d
children ed1ef7720126
comparison
equal deleted inserted replaced
105162:f39abe4431e9 105163:716269aba178
1 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4 to looking-back to avoid ridiculous slow down in large files (bug#4511).
5
1 2009-09-23 Glenn Morris <rgm@gnu.org> 6 2009-09-23 Glenn Morris <rgm@gnu.org>
2 7
3 * mail/rmail.el (rmail-reply): Don't try to add a References header when 8 * mail/rmail.el (rmail-reply): Don't try to add a References header when
4 replying to mail without References or Message-Id. (Bug#4525) 9 replying to mail without References or Message-Id. (Bug#4525)
5 10
125 (vc-git-stash-list): Return a list of strings. 130 (vc-git-stash-list): Return a list of strings.
126 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point) 131 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
127 (vc-git-stash-show-at-point): New functions. 132 (vc-git-stash-show-at-point): New functions.
128 (vc-git-stash-map): New keymap. 133 (vc-git-stash-map): New keymap.
129 134
130 * register.el (ctl-x-r-map): Define the keys here instead of using autoload. 135 * register.el (ctl-x-r-map): Define the keys here instead of
131 136 using autoload.
132 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> 137
138 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
133 139
134 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large 140 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
135 list, to workaround performance problem (bug#4485). 141 list, to workaround performance problem (bug#4485).
136 142
137 2009-09-20 Nick Roberts <nickrob@snap.net.nz> 143 2009-09-20 Nick Roberts <nickrob@snap.net.nz>