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