aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2006-05-02 08:50:59 +0000
committerKim F. Storm2006-05-02 08:50:59 +0000
commit41a2f8bab50e0ccecf410910c445bce1e281876c (patch)
tree4e689cb53aca003844cb1713332351876220363c /lisp/ChangeLog
parent6cf93749317c2e18f850cd0f47f905895e850bfc (diff)
downloademacs-41a2f8bab50e0ccecf410910c445bce1e281876c.tar.gz
emacs-41a2f8bab50e0ccecf410910c445bce1e281876c.zip
(grep-expand-template): Use symbol-value instead of eval on symbols.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0be66f3b08..c841f83b086 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -26,24 +26,24 @@
26 (tramp-completion-handle-file-name-directory) 26 (tramp-completion-handle-file-name-directory)
27 (tramp-completion-handle-file-name-nondirectory) 27 (tramp-completion-handle-file-name-nondirectory)
28 (tramp-completion-handle-expand-file-name): Remove them. 28 (tramp-completion-handle-expand-file-name): Remove them.
29 (tramp-handle-file-name-directory): Return the real directory 29 (tramp-handle-file-name-directory): Return the real directory name.
30 name. Returning "/" only doesn't need to be necessary any longer. 30 Returning "/" only doesn't need to be necessary any longer.
31 (tramp-file-name-handler): Make special attention when in hostname 31 (tramp-file-name-handler): Make special attention when in hostname
32 completion mode. 32 completion mode.
33 (tramp-completion-file-name-handler): Revert patch from 33 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
34 2006-04-28.
35 (tramp-register-file-name-handlers): Register 34 (tramp-register-file-name-handlers): Register
36 `tramp-completion-file-name-handler' only when 35 `tramp-completion-file-name-handler' only when
37 `partial-completion-mode is enabled. 36 `partial-completion-mode is enabled.
38 (tramp-completion-handle-file-name-all-completions): Delete 37 (tramp-completion-handle-file-name-all-completions):
39 directory part from results. 38 Delete directory part from results.
40 (tramp-get-completion-methods, tramp-get-completion-user-host): 39 (tramp-get-completion-methods, tramp-get-completion-user-host):
41 Discard deleting "/", it doesn't work after the change of 40 Discard deleting "/", it doesn't work after the change of
42 `tramp-handle-file-name-directory' above. 41 `tramp-handle-file-name-directory' above.
43 42
442006-05-01 Kim F. Storm <storm@cua.dk> 432006-05-01 Kim F. Storm <storm@cua.dk>
45 44
46 * progmodes/grep.el (grep-expand-template): Use save-match-data. 45 * progmodes/grep.el (grep-expand-template): Use save-match-data
46 and symbol-value.
47 47
482006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 482006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
49 49
@@ -121,7 +121,7 @@
121 (grep-read-regexp, grep-read-files): New helper functions. 121 (grep-read-regexp, grep-read-files): New helper functions.
122 (rgrep): Rename from grep-tree. Rework to use proper histories. 122 (rgrep): Rename from grep-tree. Rework to use proper histories.
123 Adapt to changes in defcustoms and functions above. 123 Adapt to changes in defcustoms and functions above.
124 (lgrep): New command, as grep, but using same interactive api as rgrep. 124 (lgrep): New command, as grep, but using same interactive UI as rgrep.
125 125
1262006-04-28 Michael Albinus <michael.albinus@gmx.de> 1262006-04-28 Michael Albinus <michael.albinus@gmx.de>
127 127