diff options
| author | Kim F. Storm | 2006-05-02 08:50:59 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-02 08:50:59 +0000 |
| commit | 41a2f8bab50e0ccecf410910c445bce1e281876c (patch) | |
| tree | 4e689cb53aca003844cb1713332351876220363c /lisp/ChangeLog | |
| parent | 6cf93749317c2e18f850cd0f47f905895e850bfc (diff) | |
| download | emacs-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/ChangeLog | 16 |
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 | ||
| 44 | 2006-05-01 Kim F. Storm <storm@cua.dk> | 43 | 2006-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 | ||
| 48 | 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 48 | 2006-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 | ||
| 126 | 2006-04-28 Michael Albinus <michael.albinus@gmx.de> | 126 | 2006-04-28 Michael Albinus <michael.albinus@gmx.de> |
| 127 | 127 | ||