diff options
| author | John Wiegley | 2005-11-01 07:02:12 +0000 |
|---|---|---|
| committer | John Wiegley | 2005-11-01 07:02:12 +0000 |
| commit | 769b5f0a282ad1d185f54c1a682d342487f880d2 (patch) | |
| tree | e62884342b271743711fde3fc7f9d61f2df47cec | |
| parent | b13e8fb33608f0aeae4747aa40411facecad2bac (diff) | |
| download | emacs-769b5f0a282ad1d185f54c1a682d342487f880d2.tar.gz emacs-769b5f0a282ad1d185f54c1a682d342487f880d2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 74cd96be2dd..6745905d5de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2005-11-01 John Wiegley <johnw@newartisans.com> | ||
| 2 | |||
| 3 | * eshell/em-ls.el (eshell-do-ls): Added no-op support for --dired | ||
| 4 | flag, to prevent Eshell from using the system ls when | ||
| 5 | `eshell-ls-insert-directory' is in used. | ||
| 6 | (eshell-ls-insert-directory): Disable font-lock in directory | ||
| 7 | buffer so that Eshell's own fontification is seen. This broke | ||
| 8 | recently due to changes in font-lock, so this goes back to version | ||
| 9 | 21 behavior. | ||
| 10 | |||
| 11 | * eshell/em-glob.el (eshell-extended-glob): Expand the "." path | ||
| 12 | before passing it down to `eshell-glob-entries'. This is done | ||
| 13 | because special file-handlers will on trigger on ".", even if | ||
| 14 | `default-directory' is special. | ||
| 15 | |||
| 1 | 2005-11-01 Nick Roberts <nickrob@snap.net.nz> | 16 | 2005-11-01 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 17 | ||
| 3 | * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function. | 18 | * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function. |