comparison lisp/ChangeLog @ 104728:f0b66ed6123b

(checkdoc-force-history-flag): Change default, since most of our files don't have a history. (checkdoc-display-status-buffer): Don't use hidden buffers to show to the user.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 30 Aug 2009 13:59:48 +0000
parents d5f0f3b3553a
children 7ddfb0bcf0a2
comparison
equal deleted inserted replaced
104727:d5f0f3b3553a 104728:f0b66ed6123b
1 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
4 Change default, since most of our files don't have a history.
5 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6 the user.
2 7
3 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): 8 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4 Add comint-run. 9 Add comint-run.
5 10
6 * calc/calc.el: Improve commenting convention. 11 * calc/calc.el: Improve commenting convention.