# HG changeset patch # User Gerd Moellmann # Date 976550780 0 # Node ID ffd94915c70a8d040d8660e2c7c3466f0becad82 # Parent 599c8d8e833a021a4ca454908df6de59a3f9b6ec *** empty log message *** diff -r 599c8d8e833a -r ffd94915c70a lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 11 15:33:34 2000 +0000 +++ b/lisp/ChangeLog Mon Dec 11 16:06:20 2000 +0000 @@ -13,6 +13,9 @@ 2000-12-11 Gerd Moellmann + * simple.el (kill-new): Don't try to setcar kill-ring if it is + nil. + * cus-edit.el (custom-save-variables, custom-save-faces): Comment fix. diff -r 599c8d8e833a -r ffd94915c70a man/frames.texi --- a/man/frames.texi Mon Dec 11 15:33:34 2000 +0000 +++ b/man/frames.texi Mon Dec 11 16:06:20 2000 +0000 @@ -690,9 +690,10 @@ down to the level where you click. By clicking repeatedly in the same place, you can scroll by the same distance over and over. - Aside from scrolling, you can also click @kbd{C-Mouse-2} in the scroll -bar to split a window vertically. The split occurs on the line where -you click. + If you are using Emacs own implementation of scroll bars, as opposed +to scroll bars from an X toolkit, you can also click @kbd{C-Mouse-2} in +the scroll bar to split a window vertically. The split occurs on the +line where you click. @findex scroll-bar-mode @vindex scroll-bar-mode diff -r 599c8d8e833a -r ffd94915c70a src/ChangeLog --- a/src/ChangeLog Mon Dec 11 15:33:34 2000 +0000 +++ b/src/ChangeLog Mon Dec 11 16:06:20 2000 +0000 @@ -1,5 +1,8 @@ 2000-12-11 Gerd Moellmann + * keymap.c (Fkey_description): If KEYS is an empty key sequence, + return an empty string. + * xdisp.c (try_cursor_movement): Check update_mode_lines instead of the window's update_mode_line flag, since the former is set by force-mode-line-update, not the latter. This makes