comparison etc/NEWS @ 90242:5e2d3828e89f

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 581-597) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 133-141) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: texi/gnus.texi (RSS): Fix key description. - Update from CVS: texi/gnus.texi (Document Server Internals): Addition.
author Miles Bader <miles@gnu.org>
date Sat, 15 Oct 2005 00:26:05 +0000
parents aa89c814f853 02a6c15defdb
children 0ca0d9181b5e
comparison
equal deleted inserted replaced
90241:c293a93ebacf 90242:5e2d3828e89f
247 ** Emacs now displays a splash screen by default even if command-line 247 ** Emacs now displays a splash screen by default even if command-line
248 arguments were given. The new command-line option --no-splash 248 arguments were given. The new command-line option --no-splash
249 disables the splash screen; see also the variable 249 disables the splash screen; see also the variable
250 `inhibit-startup-message' (which is also aliased as 250 `inhibit-startup-message' (which is also aliased as
251 `inhibit-splash-screen'). 251 `inhibit-splash-screen').
252
253 +++
254 ** The default is now to use an bitmap as the icon, so the command-line options
255 --icon-type, -i has been replaced with options --no-bitmap-icon, -nbi to turn
256 the bitmap icon off.
252 257
253 +++ 258 +++
254 ** New user option `inhibit-startup-buffer-menu'. 259 ** New user option `inhibit-startup-buffer-menu'.
255 When loading many files, for instance with `emacs *', Emacs normally 260 When loading many files, for instance with `emacs *', Emacs normally
256 displays a buffer menu. This option turns the buffer menu off. 261 displays a buffer menu. This option turns the buffer menu off.
2979 *** The new functions `diary-from-outlook', `diary-from-outlook-gnus', 2984 *** The new functions `diary-from-outlook', `diary-from-outlook-gnus',
2980 and `diary-from-outlook-rmail' can be used to import diary entries 2985 and `diary-from-outlook-rmail' can be used to import diary entries
2981 from Outlook-format appointments in mail messages. The variable 2986 from Outlook-format appointments in mail messages. The variable
2982 `diary-outlook-formats' can be customized to recognize additional 2987 `diary-outlook-formats' can be customized to recognize additional
2983 formats. 2988 formats.
2989
2990 +++
2991 ** Speedbar changes:
2992
2993 *** Speedbar items can now be selected by clicking mouse-1, based on
2994 the `mouse-1-click-follows-link' mechanism.
2995
2996 *** SPC and DEL are no longer bound to scroll up/down in the speedbar
2997 keymap.
2998
2999 *** The new command `speedbar-toggle-line-expansion', bound to SPC,
3000 contracts or expands the line under the cursor.
3001
3002 *** New command `speedbar-create-directory', bound to `M'.
3003
3004 *** The new commands `speedbar-expand-line-descendants' and
3005 `speedbar-contract-line-descendants', bound to `[' and `]'
3006 respectively, expand and contract the line under cursor with all of
3007 its descendents.
3008
3009 *** The new user option `speedbar-query-confirmation-method' controls
3010 how querying is performed for file operations. A value of 'always
3011 means to always query before file operations; 'none-but-delete means
3012 to not query before any file operations, except before a file
3013 deletion.
3014
3015 *** The new user option `speedbar-select-frame-method' specifies how
3016 to select a frame for displaying a file opened with the speedbar. A
3017 value of 'attached means to use the attached frame (the frame that
3018 speedbar was started from.) A number such as 1 or -1 means to pass
3019 that number to `other-frame'.
3020
3021 *** The new user option `speedbar-use-tool-tips-flag', if non-nil,
3022 means to display tool-tips for speedbar items.
3023
3024 *** The frame management code in speedbar.el has been split into a new
3025 `dframe' library. Emacs Lisp code that makes use of the speedbar
3026 should use `dframe-attached-frame' instead of
3027 `speedbar-attached-frame', `dframe-timer' instead of `speedbar-timer',
3028 `dframe-close-frame' instead of `speedbar-close-frame', and
3029 `dframe-activity-change-focus-flag' instead of
3030 `speedbar-activity-change-focus-flag'. The variables
3031 `speedbar-update-speed' and `speedbar-navigating-speed' are also
3032 obsolete; use `dframe-update-speed' instead.
2984 3033
2985 --- 3034 ---
2986 ** sql changes. 3035 ** sql changes.
2987 3036
2988 *** The variable `sql-product' controls the highlightng of different 3037 *** The variable `sql-product' controls the highlightng of different
4426 4475
4427 If non-nil, that says to preserve the window's current margin, fringe, 4476 If non-nil, that says to preserve the window's current margin, fringe,
4428 and scroll-bar settings. 4477 and scroll-bar settings.
4429 4478
4430 +++ 4479 +++
4431 *** The new function `window-split-tree' returns a frame's window split tree. 4480 *** The new function `window-tree' returns a frame's window tree.
4432 4481
4433 +++ 4482 +++
4434 ** Customizable fringe bitmaps 4483 ** Customizable fringe bitmaps
4435 4484
4436 *** New function `define-fringe-bitmap' can now be used to create new 4485 *** New function `define-fringe-bitmap' can now be used to create new