11da0b1df43deb3450fdcf66af27ec5a300aa207
[elisp/gnus.git-] / ChangeLog
1 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 10.
4
5         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
6         matched text after the searching is done; call
7         `gnus-summary-select-article' with the args nil and t; bind
8         `gnus-treat-*' to nil.
9         (gnus-summary-search-article-highlight-matched-text): New macro
10         for highlighting matched text.  It is bound at the compile time
11         only.
12         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
13         with the args nil and t; bind `gnus-treat-*' to nil.
14
15         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
16         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
17         `with-temp-file'; use `insert-file-contents-as-binary' instead of
18         `insert-file-contents'.
19
20 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
21
22         * lisp/gnus.el (gnus-revision-number): Increment to 09.
23
24         * lisp/gnus-offline.el: Fix comments.
25         (TopLevel): Delete the code for emulating custom. Do not inhibit
26         byte-compile-warnings, but hide useless ones.
27         (gnus-offline-dialup-program-arguments): defvar instead of
28         defcustom.
29         (gnus-offline-hangup-program-arguments): Ditto.
30         (gnus-offline-interval-time): Ditto.
31         (gnus-offline-dialup-program, gnus-offline-hangup-program,
32         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
33         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
34         codes.
35         Set `mail-sources' instead of `nnmail-spool-file'.
36         (gnus-offline-enable-fetch-mail): Ditto.
37         (gnus-offline-toggle-movemail-program): Abolish.
38         (gnus-offline-define-menu-and-key): Modify according to it.
39         (gnus-offline-define-menu-on-miee): Ditto.
40         (gnus-offline-define-menu-on-agent): Ditto.
41         (gnus-offline-message-add-header): Bind temporary variables.
42         (gnus-offline-add-custom-header): Ditto.
43         (gnus-offline-restore-mail-group-level): Ditto.
44
45         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
46         gnus-offline at the compile time. Do not inhibit
47         byte-compile-warnings.
48         (gnus-setup-for-offline): Really bind all temporary variables.
49         (gnus-ofsetup-write-settting-file): Check if interval is a
50         integer.
51         Use `mail-sources' instead of `nnmail-spool-file'.
52         (gnus-ofsetup-update-setting-file): Redefine as a macro.
53         (gnus-ofsetup-prepare-for-miee): Ditto.
54
55         * README-offline.en : Update.
56         * README-offline.ja : Ditto.
57
58 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
59
60         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
61         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
62
63 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
64
65         * lisp/gnus.el (gnus-revision-number): Increment to 08.
66
67 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
68
69         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
70         group name with `\N'.
71
72 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
73
74         * lisp/gnus.el (gnus-revision-number): Increment to 07.
75
76         * lisp/pop3.el (pop3-except-header-regexp): New variable.
77         (pop3-movemail): Don't retrieve messages whose headers are
78         matching `pop3-except-header-regexp'.
79         (pop3-top): New function.
80         (pop3-retr): Don't use `save-restriction'.
81
82 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
83
84         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
85
86 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
87
88         * lisp/gnus.el (gnus-revision-number): Increment to 06.
89
90         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
91         `gnus-article-next-page' when the last page is not displayed.
92         (mime-preview-over-to-previous-method-alist): Use
93         `gnus-article-prev-page' when the first page is not displayed.
94         (gnus-next-page-map): Use `make-sparse-keymap' instead of
95         `make-keymap'; don't use `suppress-keymap'.
96         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
97         Succeed to the value of the text property `mime-view-situation' in
98         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
99         current local map as a parent under FSF Emacsen.
100
101 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
102
103         * lisp/pop3.el (pop3-retr): Undo last change.
104
105 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
106
107         * lisp/gnus.el (gnus-revision-number): Increment to 05.
108
109         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
110         `accept-process-output'; Move point to the end of the normal
111         response.
112         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
113         (pop3-get-list): Abolish.
114         (pop3-retr): Don't use `save-restriction'.
115         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
116         (pop3-list): Likewise.
117
118 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
119
120         * lisp/gnus.el (gnus-revision-number): Increment to 04.
121
122         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
123         `event-basic-type' instead of `event-button' under FSF Emacsen.
124
125 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
126
127         * lisp/gnus.el (gnus-revision-number): Increment to 03.
128
129 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
130
131         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
132         `gnus-summary-mode-hook'.
133         (gnus-use-wheel): New variable.
134         (gnus-wheel-scroll-amount): New variable.
135         (gnus-wheel-edge-resistance): New variable.
136         (gnus-wheel-summary-scroll): New function.
137         (gnus-wheel-install): New function.
138
139 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
140
141         * lisp/gnus.el (gnus-revision-number): Increment to 02.
142
143         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
144         `defun' instead of `defsubst'.
145         (make-full-mail-header): Ditto.
146
147         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
148         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
149
150 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
151
152         * lisp/gnus.el (gnus-revision-number): Increment to 01.
153
154         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
155         is being sent.
156
157         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
158         function from Nana-gnus.
159         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
160         (gnus-ofsetup-update-setting-file): Rename from
161         `gnus-ofsetup-write-setting-file'.
162         (gnus-ofsetup-find-parameters): Rename from
163         `gnus-ofsetup-parameters'.
164         (gnus-ofsetup-customize-done): Rewrite.
165
166 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
167
168         * pop3.el: Sync up with pop3.el version 2.04.
169         (pop3-leave-mail-on-server): New variable.
170         (pop3-maximum-message-size): New variable.
171         (pop3-uidl-file-name): New variable.
172         (pop3-uidl-support): New variable.
173         (pop3-uidl-obarray): New variable.
174         (pop3-movemail): Check message size on every retrieval.
175         (pop3-open-ssl-stream-1): Use new style macro.
176         (pop3-get-message-numbers): New function.
177         (pop3-get-list): New function.
178         (pop3-get-uidl): New function.
179         (pop3-get-unread-message-numbers): New function.
180         (pop3-save-uidls): New function.
181         (pop3-retr): Use `pop3-get-extended-response'.
182         (pop3-list): New implementation.
183         (pop3-uidl): New function.
184         (pop3-get-extended-response): New function.
185
186 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
187
188         * lisp/gnus.el: T-gnus 6.13.0 is released.
189
190 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
191
192         * ChangeLog.2: New file, rename from ChangeLog.
193
194         * lisp/dgnushack.el (TopLevel): Rearrange.
195
196         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
197         * README.branch: Ditto.
198
199         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
200
201         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
202         * texi/message-ja.texi: Ditto.
203         * texi/message.texi: Ditto.
204         * texi/gnus-ja.texi: Ditto.
205         * texi/gnus.texi: Ditto.
206         * README-offline.ja: Ditto.
207         * README-offline.en: Ditto.
208         * README.semi.ja: Ditto.
209         * README.semi: Ditto.
210         * README.T-gnus: Ditto.
211
212         * t-gnus-6_13: NEW PUBLIC BRANCH.
213
214 See ChangeLog.2 for earlier changes.