# HG changeset patch # User Dave Love # Date 976729655 0 # Node ID ae23bd13d2ee6583d2c89e16e7af9c312e2180f7 # Parent db980c0e762d2fd66f113226eb913991a490bb87 *** empty log message *** diff -r db980c0e762d -r ae23bd13d2ee lib-src/ChangeLog --- a/lib-src/ChangeLog Wed Dec 13 17:47:18 2000 +0000 +++ b/lib-src/ChangeLog Wed Dec 13 17:47:35 2000 +0000 @@ -1,3 +1,7 @@ +2000-12-13 Dave Love + + * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call. + 2000-12-06 Andrew Innes * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we diff -r db980c0e762d -r ae23bd13d2ee man/frames.texi --- a/man/frames.texi Wed Dec 13 17:47:18 2000 +0000 +++ b/man/frames.texi Wed Dec 13 17:47:35 2000 +0000 @@ -690,7 +690,7 @@ down to the level where you click. By clicking repeatedly in the same place, you can scroll by the same distance over and over. - If you are using Emacs own implementation of scroll bars, as opposed + If you are using Emacs's 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. diff -r db980c0e762d -r ae23bd13d2ee man/gnus.texi --- a/man/gnus.texi Wed Dec 13 17:47:18 2000 +0000 +++ b/man/gnus.texi Wed Dec 13 17:47:35 2000 +0000 @@ -9222,7 +9222,7 @@ @item i (Article) Insert the contents of the @sc{mime} object into the buffer (@code{gnus-mime-inline-part}) as text/plain. If given a prefix, insert -the raw contens without decoding. If given a numerical prefix, you can +the raw contents without decoding. If given a numerical prefix, you can do semi-manual charset stuff (see @code{gnus-summary-show-article-charset-alist} in @pxref{Paging the Article}).