emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 09 Oct 2005 11:47:45 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1256 emacs/etc/NEWS:1.1257
*** emacs/etc/NEWS:1.1256       Sun Oct  9 07:44:10 2005
--- emacs/etc/NEWS      Sun Oct  9 15:47:43 2005
***************
*** 2912,2917 ****
--- 2912,2961 ----
  `diary-outlook-formats' can be customized to recognize additional
  formats.
  
+ +++
+ ** Speedbar changes:
+ 
+ *** Speedbar items can now be selected by clicking mouse-1, based on
+ the `mouse-1-click-follows-link' mechanism.
+ 
+ *** SPC and DEL are no longer bound to scroll up/down in the speedbar
+ keymap.
+ 
+ *** The new command `speedbar-toggle-line-expansion', bound to SPC,
+ contracts or expands the line under the cursor.
+ 
+ *** New command `speedbar-create-directory', bound to `M'.
+ 
+ *** The new commands `speedbar-expand-line-descendants' and
+ `speedbar-contract-line-descendants', bound to `[' and `]'
+ respectively, expand and contract the line under cursor with all of
+ its descendents.
+ 
+ *** The new user option `speedbar-query-confirmation-method' controls
+ how querying is performed for file operations.  A value of 'always
+ means to always query before file operations; 'none-but-delete means
+ to not query before any file operations, except before a file
+ deletion.
+ 
+ *** The new user option `speedbar-select-frame-method' specifies how
+ to select a frame for displaying a file opened with the speedbar.  A
+ value of 'attached means to use the attached frame (the frame that
+ speedbar was started from.)  A number such as 1 or -1 means to pass
+ that number to `other-frame'.
+ 
+ *** The new user option `speedbar-use-tool-tips-flag', if non-nil,
+ means to display tool-tips for speedbar items.
+ 
+ *** The frame management code in speedbar.el has been split into a new
+ `dframe' library.  Emacs Lisp code that makes use of the speedbar
+ should use `dframe-attached-frame' instead of
+ `speedbar-attached-frame', `dframe-timer' instead of `speedbar-timer',
+ `dframe-close-frame' instead of `speedbar-close-frame', and
+ `dframe-activity-change-focus-flag' instead of
+ `speedbar-activity-change-focus-flag'.  The variables
+ `speedbar-update-speed' and `speedbar-navigating-speed' are also
+ obsolete; use `dframe-update-speed' instead.
+ 
  ---
  ** sql changes.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]