diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f532be2d596..56e49dd666a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-10-20 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root. | ||
| 4 | (ido-set-current-directory): Don't add / after final @. | ||
| 5 | (ido-file-name-all-completions-1): Adapt to fixed tramp completion. | ||
| 6 | Explicitly handle ange-ftp completion oddities. | ||
| 7 | (ido-make-file-list): Don't rotate list at tramp root to avoid | ||
| 8 | triggering tramp file handler for expand-file-name via get-file-buffer. | ||
| 9 | |||
| 1 | 2005-10-19 Jay Belanger <belanger@truman.edu> | 10 | 2005-10-19 Jay Belanger <belanger@truman.edu> |
| 2 | 11 | ||
| 3 | * calc/calc-units.el (math-standard-units): Add units, adjust | 12 | * calc/calc-units.el (math-standard-units): Add units, adjust |