/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1256 by jhd, Sun Oct 9 07:44:10 2005 UTC revision 1.1257 by cyd, Sun Oct 9 15:47:43 2005 UTC
# Line 2912  from Outlook-format appointments in mail Line 2912  from Outlook-format appointments in mail
2912  `diary-outlook-formats' can be customized to recognize additional  `diary-outlook-formats' can be customized to recognize additional
2913  formats.  formats.
2914    
2915    +++
2916    ** Speedbar changes:
2917    
2918    *** Speedbar items can now be selected by clicking mouse-1, based on
2919    the `mouse-1-click-follows-link' mechanism.
2920    
2921    *** SPC and DEL are no longer bound to scroll up/down in the speedbar
2922    keymap.
2923    
2924    *** The new command `speedbar-toggle-line-expansion', bound to SPC,
2925    contracts 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 `]'
2931    respectively, expand and contract the line under cursor with all of
2932    its descendents.
2933    
2934    *** The new user option `speedbar-query-confirmation-method' controls
2935    how querying is performed for file operations.  A value of 'always
2936    means to always query before file operations; 'none-but-delete means
2937    to not query before any file operations, except before a file
2938    deletion.
2939    
2940    *** The new user option `speedbar-select-frame-method' specifies how
2941    to select a frame for displaying a file opened with the speedbar.  A
2942    value of 'attached means to use the attached frame (the frame that
2943    speedbar was started from.)  A number such as 1 or -1 means to pass
2944    that number to `other-frame'.
2945    
2946    *** The new user option `speedbar-use-tool-tips-flag', if non-nil,
2947    means 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
2951    should 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
2957    obsolete; use `dframe-update-speed' instead.
2958    
2959  ---  ---
2960  ** sql changes.  ** sql changes.
2961    

Legend:
Removed from v.1.1256  
changed lines
  Added in v.1.1257

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26