comparison lisp/ChangeLog @ 70341:15ea16ad6a0e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 02 May 2006 08:50:59 +0000
parents 75313660a170
children 761604c02b49
comparison
equal deleted inserted replaced
70340:3146cc3b9e56 70341:15ea16ad6a0e
24 (tramp-completion-handle-file-name-completion): Autoload them. 24 (tramp-completion-handle-file-name-completion): Autoload them.
25 (tramp-completion-handle-file-exists-p) 25 (tramp-completion-handle-file-exists-p)
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
50 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use 50 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use
51 select-frame-set-input-focus instead of raise-frame. 51 select-frame-set-input-focus instead of raise-frame.
119 Bind case-fold-search to nil while matching keywords. 119 Bind case-fold-search to nil while matching keywords.
120 (grep-tree-last-regexp, grep-tree-last-files): Remove. 120 (grep-tree-last-regexp, grep-tree-last-files): Remove.
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
128 * net/tramp.el (tramp-completion-file-name-handler): 128 * net/tramp.el (tramp-completion-file-name-handler):
129 Disable Tramp's functionality while loading Tramp itself. 129 Disable Tramp's functionality while loading Tramp itself.