Update.
[elisp/gnus.git-] / ChangeLog
1 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 02.
4
5         * lisp/gnus-offline.el (gnus-offline-resource-en,
6         gnus-offline-resource-ja,
7         gnus-offline-resource-ja_complete): New variables.
8         (gnus-offline-get-message): News function.
9         (gnus-offline-error-check): Use it.
10         (gnus-offline-connect-server): Ditto.
11         (gnus-offline-get-new-news-function): Ditto.
12         (gnus-offline-set-mail-group-level): Ditto.
13         (gnus-offline-hangup-line): Ditto.
14         (gnus-offline-after-jobs-done): Ditto.
15         (gnus-offline-toggle-auto-hangup): Ditto.
16         (gnus-offline-toggle-on/off-send-mail): Ditto.
17         (gnus-offline-toggle-articles-to-fetch): Ditto.
18         (gnus-offline-empting-spool): Ditto.
19         (gnus-offline-set-interval-time): Ditto.
20
21         * lisp/gnus-ofsetup.el (gnus-offline-lang,
22         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
23         variables.
24         (gnus-ofsetup-get-message): New function.
25         (gnus-setup-for-offline): Use it.
26         (gnus-ofsetup-find-parameters): Ditto.
27         (gnus-ofsetup-prepapre-for-miee): Ditto.
28         (gnus-ofsetup-completing-read-symbol): Ditto.
29         (gnus-ofsetup-customize): Ditto.
30         (gnus-ofsetup-customize-done): Ditto.
31
32 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
33
34         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
35         `isearch-lazy-highlight'.
36
37 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
38
39         * lisp/gnus.el (gnus-revision-number): Increment to 01.
40
41         * lisp/lpath.el (babel-as-string): Bind it.
42
43         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
44         original X-Face field while searching.  It is done for only FSF
45         Emacsen.
46         (gnus-summary-search-article-highlight-matched-text): Ditto.
47         (gnus-summary-search-article-matched-data): Bind it explicitly.
48
49 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
50
51         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
52         (gnus-revision-number): Clear to 00.
53
54         * README.T-gnus: Update.
55
56         * README: Sync up with Pterodactyl Gnus v0.96.
57         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
58         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
59         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
60         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
61         gnus-agent.el,ChangeLog}: Ditto.
62         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
63
64 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
65
66         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
67         don't retrieve any incoming mails.; Don't filter articles here.
68         Use `convert-standard-filename' to generate fresh UIDL file names.
69         (pop3-get-message-numbers): Rewrite.
70         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
71         of `with-temp-buffer'.
72
73 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
74
75         * README-offline.ja : Fix.
76
77         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
78         Fix typo.
79
80         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
81         requirements; Enclose the autoload for `gnus-custom-mode' with
82         `eval-and-compile'.
83
84 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
85
86         * lisp/gnus.el (gnus-revision-number): Increment to 15.
87
88         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
89         for them before lpath.el is loaded.  Because lpath.el requires
90         `poe' via `path-util'.  [cf. <tm-ja:5051>]
91
92         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
93         X-Face image if the regexp "^X-Face:" is specified.
94         (gnus-summary-search-article-highlight-matched-text): Use
95         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
96         X-Face image if it is requested.
97         (gnus-summary-search-article-highlight-goto-x-face): New macro.
98
99 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
100
101         * lisp/gnus.el (gnus-revision-number): Increment to 14.
102
103         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
104         recenter the article when touchdown; popup the article buffer if
105         it is disappeared.
106         (gnus-summary-search-article-highlight-matched-text): Treat the
107         article before highlighting; use old style backquote syntax.
108         (gnus-summary-search-article-position-point): Fix the beginning
109         position; use old style backquote syntax.
110         (gnus-summary-select-article): Undo the last change.
111         (gnus-summary-display-article): Bind
112         `gnus-summary-search-article-matched-data' in the article buffer
113         locally.  It is moved from `gnus-summary-select-article'.
114
115 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
116
117         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
118         (clean): Remove formatted info files.
119         (distclean): Just remove Makefile.
120
121 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
122
123         * lisp/gnus.el (gnus-revision-number): Increment to 13.
124
125         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
126         (gnus-agent-fetch-headers): Limit downloadable articles if the
127         number of unread articles exceeds `gnus-agent-large-newsgroup'.
128         (gnus-agent-expire): Do not expire saved or replied articles when
129         `gnus-agent-expire-all' is nil.
130
131         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
132         variable.
133         (gnus-offline-agent-expire): Check it; Bind
134         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
135         (gnus-offline-after-jobs-done): Don't check
136         `gnus-agent-expire-all'.
137
138         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
139         `user-login-name' and `user-real-login-name' returns the same
140         value or not.
141         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
142         (gnus-ofsetup-update-setting-file): Ditto.
143         (gnus-ofsetup-prepare): New macro.
144         (gnus-setup-for-offline): Use it.
145         (gnus-ofsetup-customize-done): Ditto.
146
147 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
148
149         * lisp/gnus.el (gnus-revision-number): Increment to 12.
150
151         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
152         (gnus-summary-search-article-highlight-matched-text): Rearrange.
153         (gnus-summary-search-article-position-point): New macro.
154         (gnus-summary-search-article-matched-data): Rename from
155         `gnus-summary-search-article-matched-text'.
156         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
157         use `gnus-article-show-all-headers' for exposing the visited
158         article.
159         (gnus-summary-select-article): Bind
160         `gnus-summary-search-article-matched-data' in the article buffer
161         locally.
162
163         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
164         if the value of `gnus-inhibit-treatment' is non-nil.
165         (article-toggle-headers): Don't redisplay X-Face if the value of
166         `gnus-inhibit-treatment' is non-nil.
167         (gnus-article-treat-custom): Add new treatment variable `mime'.
168
169 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
170
171         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
172         documentation.
173
174         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
175         `gnus-newsgroup-incorporated' explicitly.
176
177 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
178
179         * README.semi: Update for the recent a-ftp sites and directories.
180         * README.semi.ja: Ditto.
181         * texi/gnus-faq.texi: Ditto.
182         * texi/gnus-faq-ja.texi: Ditto.
183
184 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
185
186         * lisp/gnus.el (gnus-revision-number): Increment to 11.
187         (gnus-summary-incorporated-face): New face spec.
188
189         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
190         entry about the format specifier `w'.
191         (gnus-group-line-format): Fix documentation.
192
193         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
194         newly incorporated mails with `gnus-summary-incorporated-face'.
195         (gnus-newsgroup-incorporated): New variable.
196         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
197         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
198
199         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
200
201         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
202         `K' if the group has already been subscribed.
203
204 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
205
206         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
207         `isearch-lazy-highlight' t in the buffer locally; goto the
208         beginning of the buffer before searching.
209
210         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
211         selected frame.
212
213 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
214
215         * lisp/gnus.el (gnus-revision-number): Increment to 10.
216
217         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
218         matched text after the searching is done; call
219         `gnus-summary-select-article' with the args nil and t; bind
220         `gnus-treat-*' to nil.
221         (gnus-summary-search-article-highlight-matched-text): New macro
222         for highlighting matched text.  It is bound at the compile time
223         only.
224         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
225         with the args nil and t; bind `gnus-treat-*' to nil.
226
227         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
228         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
229         `with-temp-file'; use `insert-file-contents-as-binary' instead of
230         `insert-file-contents'.
231
232 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
233
234         * lisp/gnus.el (gnus-revision-number): Increment to 09.
235
236         * lisp/gnus-offline.el: Fix comments.
237         (TopLevel): Delete the code for emulating custom. Do not inhibit
238         byte-compile-warnings, but hide useless ones.
239         (gnus-offline-dialup-program-arguments): defvar instead of
240         defcustom.
241         (gnus-offline-hangup-program-arguments): Ditto.
242         (gnus-offline-interval-time): Ditto.
243         (gnus-offline-dialup-program, gnus-offline-hangup-program,
244         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
245         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
246         codes.
247         Set `mail-sources' instead of `nnmail-spool-file'.
248         (gnus-offline-enable-fetch-mail): Ditto.
249         (gnus-offline-toggle-movemail-program): Abolish.
250         (gnus-offline-define-menu-and-key): Modify according to it.
251         (gnus-offline-define-menu-on-miee): Ditto.
252         (gnus-offline-define-menu-on-agent): Ditto.
253         (gnus-offline-message-add-header): Bind temporary variables.
254         (gnus-offline-add-custom-header): Ditto.
255         (gnus-offline-restore-mail-group-level): Ditto.
256
257         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
258         gnus-offline at the compile time. Do not inhibit
259         byte-compile-warnings.
260         (gnus-setup-for-offline): Really bind all temporary variables.
261         (gnus-ofsetup-write-settting-file): Check if interval is a
262         integer.
263         Use `mail-sources' instead of `nnmail-spool-file'.
264         (gnus-ofsetup-update-setting-file): Redefine as a macro.
265         (gnus-ofsetup-prepare-for-miee): Ditto.
266
267         * README-offline.en : Update.
268         * README-offline.ja : Ditto.
269
270 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
271
272         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
273         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
274
275 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
276
277         * lisp/gnus.el (gnus-revision-number): Increment to 08.
278
279 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
280
281         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
282         group name with `\N'.
283
284 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
285
286         * lisp/gnus.el (gnus-revision-number): Increment to 07.
287
288         * lisp/pop3.el (pop3-except-header-regexp): New variable.
289         (pop3-movemail): Don't retrieve messages whose headers are
290         matching `pop3-except-header-regexp'.
291         (pop3-top): New function.
292         (pop3-retr): Don't use `save-restriction'.
293
294 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
295
296         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
297
298 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
299
300         * lisp/gnus.el (gnus-revision-number): Increment to 06.
301
302         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
303         `gnus-article-next-page' when the last page is not displayed.
304         (mime-preview-over-to-previous-method-alist): Use
305         `gnus-article-prev-page' when the first page is not displayed.
306         (gnus-next-page-map): Use `make-sparse-keymap' instead of
307         `make-keymap'; don't use `suppress-keymap'.
308         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
309         Succeed to the value of the text property `mime-view-situation' in
310         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
311         current local map as a parent under FSF Emacsen.
312
313 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
314
315         * lisp/pop3.el (pop3-retr): Undo last change.
316
317 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
318
319         * lisp/gnus.el (gnus-revision-number): Increment to 05.
320
321         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
322         `accept-process-output'; Move point to the end of the normal
323         response.
324         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
325         (pop3-get-list): Abolish.
326         (pop3-retr): Don't use `save-restriction'.
327         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
328         (pop3-list): Likewise.
329
330 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
331
332         * lisp/gnus.el (gnus-revision-number): Increment to 04.
333
334         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
335         `event-basic-type' instead of `event-button' under FSF Emacsen.
336
337 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
338
339         * lisp/gnus.el (gnus-revision-number): Increment to 03.
340
341 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
342
343         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
344         `gnus-summary-mode-hook'.
345         (gnus-use-wheel): New variable.
346         (gnus-wheel-scroll-amount): New variable.
347         (gnus-wheel-edge-resistance): New variable.
348         (gnus-wheel-summary-scroll): New function.
349         (gnus-wheel-install): New function.
350
351 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
352
353         * lisp/gnus.el (gnus-revision-number): Increment to 02.
354
355         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
356         `defun' instead of `defsubst'.
357         (make-full-mail-header): Ditto.
358
359         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
360         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
361
362 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
363
364         * lisp/gnus.el (gnus-revision-number): Increment to 01.
365
366         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
367         is being sent.
368
369         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
370         function from Nana-gnus.
371         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
372         (gnus-ofsetup-update-setting-file): Rename from
373         `gnus-ofsetup-write-setting-file'.
374         (gnus-ofsetup-find-parameters): Rename from
375         `gnus-ofsetup-parameters'.
376         (gnus-ofsetup-customize-done): Rewrite.
377
378 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
379
380         * pop3.el: Sync up with pop3.el version 2.04.
381         (pop3-leave-mail-on-server): New variable.
382         (pop3-maximum-message-size): New variable.
383         (pop3-uidl-file-name): New variable.
384         (pop3-uidl-support): New variable.
385         (pop3-uidl-obarray): New variable.
386         (pop3-movemail): Check message size on every retrieval.
387         (pop3-open-ssl-stream-1): Use new style macro.
388         (pop3-get-message-numbers): New function.
389         (pop3-get-list): New function.
390         (pop3-get-uidl): New function.
391         (pop3-get-unread-message-numbers): New function.
392         (pop3-save-uidls): New function.
393         (pop3-retr): Use `pop3-get-extended-response'.
394         (pop3-list): New implementation.
395         (pop3-uidl): New function.
396         (pop3-get-extended-response): New function.
397
398 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
399
400         * lisp/gnus.el: T-gnus 6.13.0 is released.
401
402 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
403
404         * ChangeLog.2: New file, rename from ChangeLog.
405
406         * lisp/dgnushack.el (TopLevel): Rearrange.
407
408         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
409         * README.branch: Ditto.
410
411         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
412
413         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
414         * texi/message-ja.texi: Ditto.
415         * texi/message.texi: Ditto.
416         * texi/gnus-ja.texi: Ditto.
417         * texi/gnus.texi: Ditto.
418         * README-offline.ja: Ditto.
419         * README-offline.en: Ditto.
420         * README.semi.ja: Ditto.
421         * README.semi: Ditto.
422         * README.T-gnus: Ditto.
423
424         * t-gnus-6_13: NEW PUBLIC BRANCH.
425
426 See ChangeLog.2 for earlier changes.