comparison lisp/ChangeLog @ 83163:8e4ea1e2c254

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-420 Tweak permissions * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-421 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-422 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-423 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-424 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-425 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-426 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-203
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 28 Jun 2004 16:04:52 +0000
parents dbcd0af66869 29d03615f533
children e8df1878cfd1
comparison
equal deleted inserted replaced
83162:dbcd0af66869 83163:8e4ea1e2c254
1 2004-06-26 David Kastrup <dak@gnu.org>
2
3 * replace.el (perform-replace): Highlight the match even in
4 non-query mode if there is potential replace string editing.
5
6 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
7
8 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
9 agree with new return value of `file-remote-p'.
10 This syncs with Tramp 2.0.42.
11
12 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13 according to new documentation of `file-remote-p'.
14
15 * files.el (file-remote-p): Fix doc to say that return value is
16 identification of remote system, if not nil.
17 (file-relative-name): Use new return value of `file-remote-p'.
18
19 2004-06-26 Nick Roberts <nickrob@gnu.org>
20
21 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
22 (gdb-goto-breakpoint): Fix breakage.
23
24 2004-06-26 Eli Zaretskii <eliz@gnu.org>
25
26 * man.el (Man-getpage-in-background): Add windows-nt to the list
27 of systems where shell-file-name should be used instead of
28 literal "sh".
29
30 2004-06-25 Sam Steingold <sds@gnu.org>
31
32 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
33 function names `(setf symbol)'.
34
35 2004-06-24 Richard M. Stallman <rms@gnu.org>
36
37 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
38
39 * font-lock.el (font-lock-keywords): Change format of compiled values.
40 Document it.
41 (font-lock-add-keywords): If font-lock-keywords is compiled,
42 extract the uncompiled version, modify, then recompile.
43 (font-lock-remove-keywords): Likewise.
44 (font-lock-fontify-keywords-region): Handle changed format.
45 (font-lock-compile-keywords): Handle changed format.
46 (font-lock-set-defaults): Compile the keywords explicitly here.
47
48 2004-06-24 David Kastrup <dak@gnu.org>
49
50 * replace.el (query-replace-read-args): Implement `\,' and `\#'
51 replacements here.
52 (query-replace-regexp): Doc string explaining this and the new
53 `\?' replacement. Remove `\,' and `\#' implementation here, as it
54 is better placed in `query-replace-read-args'.
55 (replace-regexp): Explain `\,', `\#' and `\?'.
56 (replace-match-data): New function for thorough reuse/destruction
57 of old match-data.
58 (replace-match-maybe-edit): Function for implementing `\?'
59 editing.
60 (perform-replace): Fix maintaining of the match stack including
61 already matched regions, implement `\?', fix various problems
62 with regions while editing and other stuff.
63 (replace-highlight): Simplified.
64
1 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org> 65 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
2 66
3 * progmodes/grep.el (grep-error-screen-columns): New variable. 67 * progmodes/grep.el (grep-error-screen-columns): New variable.
4 (grep-regexp-alist): Give it the full functionality of gnu style 68 (grep-regexp-alist): Give it the full functionality of gnu style
5 compilation messages with line and column ranges. Ask me for the 69 compilation messages with line and column ranges. Ask me for the