diff options
author | Chong Yidong <cyd@gnu.org> | 2011-10-23 22:57:53 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2011-10-23 22:57:53 +0800 |
commit | da97a9e66a0f2cd705d26cc2c5bb21f810e892f1 (patch) | |
tree | 82a887a277b680edb7d7ac5a20f95a315e17719c /etc | |
parent | 86c606818495d9411fd5d6b1477f9a097eb18020 (diff) | |
download | emacs-da97a9e66a0f2cd705d26cc2c5bb21f810e892f1.tar.gz emacs-da97a9e66a0f2cd705d26cc2c5bb21f810e892f1.tar.bz2 emacs-da97a9e66a0f2cd705d26cc2c5bb21f810e892f1.zip |
Document scroll bar changes in Emacs manual.
* doc/emacs/buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
* doc/emacs/frames.texi (Scroll Bars): GTK uses right scroll bars now.
(Tool Bars): Copyedits.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -230,14 +230,14 @@ cannot be encoded by the `terminal-coding-system'. (U+2010 and U+2011). ** Improved GTK integration - ++++ *** GTK scroll-bars are now placed on the right by default. Use `set-scroll-bar-mode' to change this. - ++++ *** GTK tool bars can have just text, just images or images and text. Customize `tool-bar-style' to choose style. On a Gnome desktop, the default is taken from the desktop settings. - +--- *** GTK tool bars can be placed on the left/right or top/bottom of the frame. The frame-parameter tool-bar-position controls this. It takes the values top, left, right or bottom. The Options => Show/Hide menu has entries @@ -276,10 +276,6 @@ get and set the SELinux context of a file. *** Tramp offers handlers for file-selinux-context and set-file-selinux-context for remote machines which support SELinux. -+++ -** The function format-time-string now supports the %N directive, for -higher-resolution time stamps. - ** Changes for exiting Emacs +++ *** The function kill-emacs is now run upon receipt of the signals @@ -295,24 +291,20 @@ consider if it is still appropriate to add it in the noninteractive case. (bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom of buffer at first key-press (instead move to top/bottom of buffer) when `scroll-error-top-bottom' is non-nil. - +++ *** New variable `scroll-error-top-bottom' (see above). *** New scrolling commands `scroll-up-line' and `scroll-down-line' scroll a line instead of full screen. - +++ *** New property `scroll-command' should be set on a command's symbol to define it as a scroll command affected by `scroll-preserve-screen-position'. - +++ *** If you customize `scroll-conservatively' to a value greater than 100, Emacs will never recenter point in the window when it scrolls due to cursor motion commands or commands that move point (e.f., `M-g M-g'). Previously, you needed to use `most-positive-fixnum' as the value of `scroll-conservatively' to achieve the same effect. - --- *** ``Aggressive'' scrolling now honors the scroll margins. If you customize `scroll-up-aggressively' or @@ -374,7 +366,6 @@ Affected modes include dired, vc-dir, and log-edit. For example, adding "(diff-mode . ((mode . whitespace)))" to .dir-locals.el will turn on `whitespace-mode' for *vc-diff* buffers. Modes should call `hack-dir-local-variables-non-file-buffer' to support this. - +++ *** Using "mode: MINOR-MODE" to enable a minor mode is deprecated. Instead, use "eval: (minor-mode 1)". @@ -1192,6 +1183,10 @@ Also the debugger can now "continue" from an error, which means it will jump to the error handler as if the debugger had not been invoked instead of jumping all the way to the top-level. ++++ +** The function format-time-string now supports the %N directive, for +higher-resolution time stamps. + ** New function `read-char-choice' reads a restricted set of characters, discarding any inputs not inside the set. |