aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2005-10-09 15:47:43 +0000
committerChong Yidong2005-10-09 15:47:43 +0000
commit1ff106579e394a888dde80b77ecb6aa231c5e225 (patch)
tree94ba08b183c10dd32b6db4c65c917e054ef3975c
parent3b6de0823d4aa65f7eca434b69043e463788ff03 (diff)
downloademacs-1ff106579e394a888dde80b77ecb6aa231c5e225.tar.gz
emacs-1ff106579e394a888dde80b77ecb6aa231c5e225.zip
Speedbar changes.
-rw-r--r--etc/NEWS44
1 files changed, 44 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7f7911d724b..fa5caeee5c6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2912,6 +2912,50 @@ from Outlook-format appointments in mail messages. The variable
2912`diary-outlook-formats' can be customized to recognize additional 2912`diary-outlook-formats' can be customized to recognize additional
2913formats. 2913formats.
2914 2914
2915+++
2916** Speedbar changes:
2917
2918*** Speedbar items can now be selected by clicking mouse-1, based on
2919the `mouse-1-click-follows-link' mechanism.
2920
2921*** SPC and DEL are no longer bound to scroll up/down in the speedbar
2922keymap.
2923
2924*** The new command `speedbar-toggle-line-expansion', bound to SPC,
2925contracts or expands the line under the cursor.
2926
2927*** New command `speedbar-create-directory', bound to `M'.
2928
2929*** The new commands `speedbar-expand-line-descendants' and
2930`speedbar-contract-line-descendants', bound to `[' and `]'
2931respectively, expand and contract the line under cursor with all of
2932its descendents.
2933
2934*** The new user option `speedbar-query-confirmation-method' controls
2935how querying is performed for file operations. A value of 'always
2936means to always query before file operations; 'none-but-delete means
2937to not query before any file operations, except before a file
2938deletion.
2939
2940*** The new user option `speedbar-select-frame-method' specifies how
2941to select a frame for displaying a file opened with the speedbar. A
2942value of 'attached means to use the attached frame (the frame that
2943speedbar was started from.) A number such as 1 or -1 means to pass
2944that number to `other-frame'.
2945
2946*** The new user option `speedbar-use-tool-tips-flag', if non-nil,
2947means to display tool-tips for speedbar items.
2948
2949*** The frame management code in speedbar.el has been split into a new
2950`dframe' library. Emacs Lisp code that makes use of the speedbar
2951should use `dframe-attached-frame' instead of
2952`speedbar-attached-frame', `dframe-timer' instead of `speedbar-timer',
2953`dframe-close-frame' instead of `speedbar-close-frame', and
2954`dframe-activity-change-focus-flag' instead of
2955`speedbar-activity-change-focus-flag'. The variables
2956`speedbar-update-speed' and `speedbar-navigating-speed' are also
2957obsolete; use `dframe-update-speed' instead.
2958
2915--- 2959---
2916** sql changes. 2960** sql changes.
2917 2961