diff options
| author | Miles Bader | 2000-10-27 08:01:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-27 08:01:52 +0000 |
| commit | fd1035aaf78d1a77aa172ffa9ae9e81924e5e7b3 (patch) | |
| tree | 1d7d45ce3b1cc119470b5b396b82b5caafd4e15c /lisp/ChangeLog | |
| parent | a7fd458a8c8548929ac0c499a42ffa7dc6c2c7a1 (diff) | |
| download | emacs-fd1035aaf78d1a77aa172ffa9ae9e81924e5e7b3.tar.gz emacs-fd1035aaf78d1a77aa172ffa9ae9e81924e5e7b3.zip | |
(shell): Add BUFFER argument.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5257328d944..611e0606008 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-10-27 Miles Bader <miles@lsi.nec.co.jp> | 1 | 2000-10-27 Miles Bader <miles@lsi.nec.co.jp> |
| 2 | 2 | ||
| 3 | * shell.el (shell): Add BUFFER argument. | ||
| 4 | * comint.el (make-comint-in-buffer): New function. | ||
| 5 | (make-comint): Use it. | ||
| 6 | |||
| 3 | * faces.el (face-spec-choose): Change syntax so that the list of | 7 | * faces.el (face-spec-choose): Change syntax so that the list of |
| 4 | attribute-value pairs is now the cdr of each clause, not the cadr. | 8 | attribute-value pairs is now the cdr of each clause, not the cadr. |
| 5 | Detect old-style entries, and handle them. Use pop. | 9 | Detect old-style entries, and handle them. Use pop. |