# HG changeset patch # User Dave Love # Date 977142991 0 # Node ID 89f22c2318d366e5057769478c0c3590a4cc4815 # Parent 60c4cf859b30e35a215c1ac1eae2f73a953690aa *** empty log message *** diff -r 60c4cf859b30 -r 89f22c2318d3 etc/NEWS --- a/etc/NEWS Mon Dec 18 12:36:19 2000 +0000 +++ b/etc/NEWS Mon Dec 18 12:36:31 2000 +0000 @@ -43,6 +43,10 @@ * Changes in Emacs 21.1 +** Some packages are declared obsolete, to be removed in a future +version. They are: auto-show, c-mode, hscroll, ooutline. Their +implementations have been moved to lisp/obsolete. + +++ ** The new user-option `even-window-heights' can be set to nil to prevent `display-buffer' from evening out window heights. @@ -2075,6 +2079,9 @@ ** Code that uses `concat' with integer args now gets an error, as long promised. +** `scroll-left' and `scroll-right' are only effective when +`automatic-hscrolling' is nil. + * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) diff -r 60c4cf859b30 -r 89f22c2318d3 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Mon Dec 18 12:36:19 2000 +0000 +++ b/lisp/gnus/ChangeLog Mon Dec 18 12:36:31 2000 +0000 @@ -1,3 +1,8 @@ +2000-12-18 Dave Love + + * gnus-msg.el (news-setup, news-reply-mode): Don't autoload + (unused). + 2000-12-15 ShengHuo ZHU * pop3.el (pop3-movemail): Use binary.