comparison lisp/ChangeLog @ 84774:3c064398f718

(speedbar-frame-mode) (speedbar-frame-reposition-smartly) (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps) (speedbar-check-vc): Remove use of non-existent variable dframe-xemacsp, use (featurep 'xemacs) instead.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 22 Sep 2007 01:50:54 +0000
parents d8b9b78eb16c
children 8589ca45e3b9
comparison
equal deleted inserted replaced
84773:d8b9b78eb16c 84774:3c064398f718
1 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu> 1 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * speedbar.el (speedbar-frame-mode)
4 (speedbar-frame-reposition-smartly)
5 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
6 (speedbar-check-vc): Remove use of non-existent variable
7 dframe-xemacsp, use (featurep 'xemacs) instead.
2 8
3 * indent.el (indent-for-tab-command): Indent the region if 9 * indent.el (indent-for-tab-command): Indent the region if
4 transient-mark-mode and the region is active. 10 transient-mark-mode and the region is active.
5 11
6 2007-09-21 Francesco Potort,Al(B <pot@gnu.org> 12 2007-09-21 Francesco Potort,Al(B <pot@gnu.org>