comparison lisp/ChangeLog @ 56228:4e0ea2b75232

(query-replace-read-args): Implement `\,' and `\#' replacements here. (query-replace-regexp): Doc string explaining this and the new `\?' replacement. Remove `\,' and `\#' implementation here, as it is better placed in `query-replace-read-args'. (replace-regexp): Explain `\,', `\#' and `\?'. (replace-match-data): New function for thorough reuse/destruction of old match-data. (replace-match-maybe-edit): Function for implementing `\?' editing. (perform-replace): Fix maintaining of the match stack including already matched regions, implement `\?', fix various problems with regions while editing and other stuff. (replace-highlight): Simplified.
author David Kastrup <dak@gnu.org>
date Thu, 24 Jun 2004 10:26:24 +0000
parents fb1bd8c58401
children b59328fbdeea
comparison
equal deleted inserted replaced
56227:fb1bd8c58401 56228:4e0ea2b75232
1 2004-06-24 David Kastrup <dak@gnu.org>
2
3 * replace.el (query-replace-read-args): Implement `\,' and `\#'
4 replacements here.
5 (query-replace-regexp): Doc string explaining this and the new
6 `\?' replacement. Remove `\,' and `\#' implementation here, as it
7 is better placed in `query-replace-read-args'.
8 (replace-regexp): Explain `\,', `\#' and `\?'.
9 (replace-match-data): New function for thorough reuse/destruction
10 of old match-data.
11 (replace-match-maybe-edit): Function for implementing `\?'
12 editing.
13 (perform-replace): Fix maintaining of the match stack including
14 already matched regions, implement `\?', fix various problems
15 with regions while editing and other stuff.
16 (replace-highlight): Simplified.
17
1 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org> 18 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
2 19
3 * progmodes/grep.el (grep-error-screen-columns): New variable. 20 * progmodes/grep.el (grep-error-screen-columns): New variable.
4 (grep-regexp-alist): Give it the full functionality of gnu style 21 (grep-regexp-alist): Give it the full functionality of gnu style
5 compilation messages with line and column ranges. Ask me for the 22 compilation messages with line and column ranges. Ask me for the