Update.
[elisp/gnus.git-] / ChangeLog
1 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 06.
4
5         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
6         `gnus-article-next-page' when the last page is not displayed.
7         (mime-preview-over-to-previous-method-alist): Use
8         `gnus-article-prev-page' when the first page is not displayed.
9         (gnus-next-page-map): Use `make-sparse-keymap' instead of
10         `make-keymap'; don't use `suppress-keymap'.
11         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
12         Succeed to the value of the text property `mime-view-situation' in
13         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
14         current local map under FSF Emacsen.
15
16 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
17
18         * lisp/pop3.el (pop3-retr): Undo last change.
19
20 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
21
22         * lisp/gnus.el (gnus-revision-number): Increment to 05.
23
24         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
25         `accept-process-output'; Move point to the end of the normal
26         response.
27         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
28         (pop3-get-list): Abolish.
29         (pop3-retr): Don't use `save-restriction'.
30         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
31         (pop3-list): Likewise.
32
33 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
34
35         * lisp/gnus.el (gnus-revision-number): Increment to 04.
36
37         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
38         `event-basic-type' instead of `event-button' under FSF Emacsen.
39
40 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
41
42         * lisp/gnus.el (gnus-revision-number): Increment to 03.
43
44 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
45
46         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
47         `gnus-summary-mode-hook'.
48         (gnus-use-wheel): New variable.
49         (gnus-wheel-scroll-amount): New variable.
50         (gnus-wheel-edge-resistance): New variable.
51         (gnus-wheel-summary-scroll): New function.
52         (gnus-wheel-install): New function.
53
54 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
55
56         * lisp/gnus.el (gnus-revision-number): Increment to 02.
57
58         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
59         `defun' instead of `defsubst'.
60         (make-full-mail-header): Ditto.
61
62         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
63         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
64
65 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
66
67         * lisp/gnus.el (gnus-revision-number): Increment to 01.
68
69         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
70         is being sent.
71
72         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
73         function from Nana-gnus.
74         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
75         (gnus-ofsetup-update-setting-file): Rename from
76         `gnus-ofsetup-write-setting-file'.
77         (gnus-ofsetup-find-parameters): Rename from
78         `gnus-ofsetup-parameters'.
79         (gnus-ofsetup-customize-done): Rewrite.
80
81 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
82
83         * pop3.el: Sync up with pop3.el version 2.04.
84         (pop3-leave-mail-on-server): New variable.
85         (pop3-maximum-message-size): New variable.
86         (pop3-uidl-file-name): New variable.
87         (pop3-uidl-support): New variable.
88         (pop3-uidl-obarray): New variable.
89         (pop3-movemail): Check message size on every retrieval.
90         (pop3-open-ssl-stream-1): Use new style macro.
91         (pop3-get-message-numbers): New function.
92         (pop3-get-list): New function.
93         (pop3-get-uidl): New function.
94         (pop3-get-unread-message-numbers): New function.
95         (pop3-save-uidls): New function.
96         (pop3-retr): Use `pop3-get-extended-response'.
97         (pop3-list): New implementation.
98         (pop3-uidl): New function.
99         (pop3-get-extended-response): New function.
100
101 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
102
103         * lisp/gnus.el: T-gnus 6.13.0 is released.
104
105 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
106
107         * ChangeLog.2: New file, rename from ChangeLog.
108
109         * lisp/dgnushack.el (TopLevel): Rearrange.
110
111         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
112         * README.branch: Ditto.
113
114         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
115
116         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
117         * texi/message-ja.texi: Ditto.
118         * texi/message.texi: Ditto.
119         * texi/gnus-ja.texi: Ditto.
120         * texi/gnus.texi: Ditto.
121         * README-offline.ja: Ditto.
122         * README-offline.en: Ditto.
123         * README.semi.ja: Ditto.
124         * README.semi: Ditto.
125         * README.T-gnus: Ditto.
126
127         * t-gnus-6_13: NEW PUBLIC BRANCH.
128
129 See ChangeLog.2 for earlier changes.