comparison etc/NEWS @ 38141:24fa5ae5fd91

Document the new BUFFER arg to the `shell' command.
author Miles Bader <miles@gnu.org>
date Thu, 21 Jun 2001 03:22:15 +0000
parents 64a45ba0553f
children 37d58b4d2619
comparison
equal deleted inserted replaced
38140:2831c6d134b5 38141:24fa5ae5fd91
962 *** `font-lock-syntactic-face-function' allows major-modes to choose 962 *** `font-lock-syntactic-face-function' allows major-modes to choose
963 the face used for each string/comment. 963 the face used for each string/comment.
964 964
965 *** A new standard face `font-lock-doc-face'. 965 *** A new standard face `font-lock-doc-face'.
966 Meant for Lisp docstrings, Javadoc comments and other "documentation in code". 966 Meant for Lisp docstrings, Javadoc comments and other "documentation in code".
967
968 ** Changes to Shell mode
969
970 *** The `shell' command now accepts an optional argument to specify the buffer
971 to use, which defaults to "*shell*". When used interactively, a
972 non-default buffer may be specified by giving the `shell' command a
973 prefix argument (causing it to prompt for the buffer name).
967 974
968 ** Comint (subshell) changes 975 ** Comint (subshell) changes
969 976
970 These changes generally affect all modes derived from comint mode, which 977 These changes generally affect all modes derived from comint mode, which
971 include shell-mode, gdb-mode, scheme-interaction-mode, etc. 978 include shell-mode, gdb-mode, scheme-interaction-mode, etc.