diff options
| author | Dave Love | 2000-12-13 17:47:35 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-13 17:47:35 +0000 |
| commit | 70de49cc69eeeea702ab1c0d2dfd84d7274844f3 (patch) | |
| tree | 61cc7aff8afabae2813be72668f99186c1730eb5 | |
| parent | f94b82d970dfa343d867dcf0bb362e9deb3875ea (diff) | |
| download | emacs-70de49cc69eeeea702ab1c0d2dfd84d7274844f3.tar.gz emacs-70de49cc69eeeea702ab1c0d2dfd84d7274844f3.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | man/frames.texi | 2 | ||||
| -rw-r--r-- | man/gnus.texi | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 422d27981e9..b2b6d3374b2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-12-13 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call. | ||
| 4 | |||
| 1 | 2000-12-06 Andrew Innes <andrewi@gnu.org> | 5 | 2000-12-06 Andrew Innes <andrewi@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we | 7 | * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we |
diff --git a/man/frames.texi b/man/frames.texi index 58d277d99af..835942e591f 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -690,7 +690,7 @@ the level where you click up to the top of the window. @kbd{Mouse-3} | |||
| 690 | down to the level where you click. By clicking repeatedly in the same | 690 | down to the level where you click. By clicking repeatedly in the same |
| 691 | place, you can scroll by the same distance over and over. | 691 | place, you can scroll by the same distance over and over. |
| 692 | 692 | ||
| 693 | If you are using Emacs own implementation of scroll bars, as opposed | 693 | If you are using Emacs's own implementation of scroll bars, as opposed |
| 694 | to scroll bars from an X toolkit, you can also click @kbd{C-Mouse-2} in | 694 | to scroll bars from an X toolkit, you can also click @kbd{C-Mouse-2} in |
| 695 | the scroll bar to split a window vertically. The split occurs on the | 695 | the scroll bar to split a window vertically. The split occurs on the |
| 696 | line where you click. | 696 | line where you click. |
diff --git a/man/gnus.texi b/man/gnus.texi index 71b83f7652e..b52678bcde3 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -9222,7 +9222,7 @@ Output the @sc{mime} object to a process (@code{gnus-mime-pipe-part}). | |||
| 9222 | @item i (Article) | 9222 | @item i (Article) |
| 9223 | Insert the contents of the @sc{mime} object into the buffer | 9223 | Insert the contents of the @sc{mime} object into the buffer |
| 9224 | (@code{gnus-mime-inline-part}) as text/plain. If given a prefix, insert | 9224 | (@code{gnus-mime-inline-part}) as text/plain. If given a prefix, insert |
| 9225 | the raw contens without decoding. If given a numerical prefix, you can | 9225 | the raw contents without decoding. If given a numerical prefix, you can |
| 9226 | do semi-manual charset stuff (see | 9226 | do semi-manual charset stuff (see |
| 9227 | @code{gnus-summary-show-article-charset-alist} in @pxref{Paging the | 9227 | @code{gnus-summary-show-article-charset-alist} in @pxref{Paging the |
| 9228 | Article}). | 9228 | Article}). |