comparison lisp/ChangeLog @ 103919:ab3de87ae5a3

(copyright-update): Save match-data across y-or-n-p, for safety.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 16 Jul 2009 02:01:31 +0000
parents 74a905fff633
children 836edd2c1365
comparison
equal deleted inserted replaced
103918:74a905fff633 103919:ab3de87ae5a3
1 2009-07-16 Kevin Ryde <user42@zip.com.au>
2
3 * emacs-lisp/copyright.el (copyright-update): Save match-data across
4 y-or-n-p, for safety.
5
1 2009-07-16 Richard Stallman <rms@gnu.org> 6 2009-07-16 Richard Stallman <rms@gnu.org>
2 7
3 * files.el (auto-save-mode): If buffer-saved-size is -2, 8 * files.el (auto-save-mode): If buffer-saved-size is -2,
4 don't clobber it. 9 don't clobber it.
5 10
128 Omake sometimes indents the errors it prints, so allow all 133 Omake sometimes indents the errors it prints, so allow all
129 regexps to start with spaces. 134 regexps to start with spaces.
130 135
131 2009-07-10 Eli Zaretskii <eliz@gnu.org> 136 2009-07-10 Eli Zaretskii <eliz@gnu.org>
132 137
133 * cus-edit.el (customize-changed-options-previous-release): Bump 138 * cus-edit.el (customize-changed-options-previous-release):
134 value to 22.1. (Bug#3804) 139 Bump value to 22.1. (Bug#3804)
135 140
136 2009-07-08 Sam Steingold <sds@gnu.org> 141 2009-07-08 Sam Steingold <sds@gnu.org>
137 142
138 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories 143 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
139 to be a cons cell (test . ignored-directory) to selectively ignore 144 to be a cons cell (test . ignored-directory) to selectively ignore