diff options
| author | Kim F. Storm | 2006-11-30 20:50:07 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-11-30 20:50:07 +0000 |
| commit | 939cb3e8716d678ff8cb51f81189e6b0e9e0c37c (patch) | |
| tree | c552a68b814ced21cd08449e6086c5331c769fd7 | |
| parent | 1b7ef4aaeca3eb8ca136025ed16f39eb2dbd1f31 (diff) | |
| download | emacs-939cb3e8716d678ff8cb51f81189e6b0e9e0c37c.tar.gz emacs-939cb3e8716d678ff8cb51f81189e6b0e9e0c37c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e173153e130..27936b744d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-11-30 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | ||
| 2 | |||
| 3 | * ido.el (ido-local-file-exists-p): New. Tell if a file exists | ||
| 4 | locally, i.e. without using file name handlers. | ||
| 5 | (ido-read-internal): Allow mono letter host names, avoiding the | ||
| 6 | `c:' problem by testing if the file exists locally. | ||
| 7 | (ido-complete, ido-make-file-list, ido-exhibit): Ditto. | ||
| 8 | |||
| 1 | 2006-11-30 Masatake YAMATO <jet@gyve.org> | 9 | 2006-11-30 Masatake YAMATO <jet@gyve.org> |
| 2 | 10 | ||
| 3 | * hexl.el (hl-line-range-function, hl-line-face): Declare variables | 11 | * hexl.el (hl-line-range-function, hl-line-face): Declare variables |