aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2000-10-27 08:01:52 +0000
committerMiles Bader2000-10-27 08:01:52 +0000
commitfd1035aaf78d1a77aa172ffa9ae9e81924e5e7b3 (patch)
tree1d7d45ce3b1cc119470b5b396b82b5caafd4e15c /lisp/ChangeLog
parenta7fd458a8c8548929ac0c499a42ffa7dc6c2c7a1 (diff)
downloademacs-fd1035aaf78d1a77aa172ffa9ae9e81924e5e7b3.tar.gz
emacs-fd1035aaf78d1a77aa172ffa9ae9e81924e5e7b3.zip
(shell): Add BUFFER argument.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
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 @@
12000-10-27 Miles Bader <miles@lsi.nec.co.jp> 12000-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.