diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 858f9b39c18..c076ffb14ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 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. | ||
| 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 | ||