comparison etc/NEWS @ 98618:6c1d5906741d

Documented clone-indirect-buffer and kill-matching-buffers.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 11 Oct 2008 17:37:12 +0000
parents cd7bedfff49a
children fa239c11871f
comparison
equal deleted inserted replaced
98617:85b9cc909366 98618:6c1d5906741d
481 *** The command shell prompts for the default directory, when it is 481 *** The command shell prompts for the default directory, when it is
482 called with a prefix and the default directory is a remote file name. 482 called with a prefix and the default directory is a remote file name.
483 This is because some file name handlers (like ange-ftp) are not able to 483 This is because some file name handlers (like ange-ftp) are not able to
484 run processes remotely. 484 run processes remotely.
485 485
486 +++
486 *** The new command kill-matching-buffers kills buffers whose name 487 *** The new command kill-matching-buffers kills buffers whose name
487 matches a regexp. 488 matches a regexp.
488 489
489 *** The new commands `pp-macroexpand-expression' and 490 *** The new commands `pp-macroexpand-expression' and
490 `pp-macroexpand-last-sexp' pretty-print macro expansions. 491 `pp-macroexpand-last-sexp' pretty-print macro expansions.
1127 1128
1128 (condition-case nil 1129 (condition-case nil
1129 (foo bar) 1130 (foo bar)
1130 ((debug error) nil)) 1131 ((debug error) nil))
1131 1132
1133 +++
1132 ** clone-indirect-buffer now runs the clone-indirect-buffer-hook. 1134 ** clone-indirect-buffer now runs the clone-indirect-buffer-hook.
1133 1135
1134 ** `beginning-of-defun-function' now takes one argument, the count 1136 ** `beginning-of-defun-function' now takes one argument, the count
1135 given to `beginning-of-defun'. 1137 given to `beginning-of-defun'.
1136 1138