Update.
[elisp/gnus.git-] / ChangeLog
1 1999-04-18  Sin'ya Kanematsu <ksinya@quartz.ocn.ne.jp>
2
3         * texi/gnus-ja.texi: Fix typo - `gnus-auto-expirable-newgroups' ->
4         `gnus-auto-expirable-newsgroups'.
5
6 1999-04-15  NAKAGAWA Tsuneo <yaemon@alles.or.jp>
7
8         * REDME.semi.ja: Fix where the required packages are.
9
10 1999-04-13  Keiichi Suzuki  <keiichi@nanap.org>
11
12         * lisp/gnus-sum.el (gnus-summary-move-article): Fix,
13         `gnus-article-mark-lists' will be broken by side effect.
14
15 1999-03-30  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
16
17         * lisp/nnheader.el (nnheader-skip-field): New macro.
18         (nnheader-nov-field): Use it.
19         Merged from pgnus 0.80.
20
21 1999-03-26  Katsumi Yamaoka   <yamaoka@jpl.org>
22
23         * lisp/gnus.el: Semi-gnus 6.10.11 is released.
24
25         * lisp/pop3.el (pop3-munge-message-separator): If a retrieved
26         message has a illegal date field, use `(current-time)' instead.
27
28 1999-03-25  Katsumi Yamaoka   <yamaoka@jpl.org>
29
30         * lisp/message.el (message-send): Kill `message-encoding-buffer'
31         after sending.
32         (message-maybe-encode): Inherit the buffer local variable
33         `mime-edit-pgp-processing' and call `mime-edit-pgp-enclose-buffer'.
34
35 1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * pop3.el (pop3-movemail): Use write-region instead of
38         append-to-file to avoid excessive messaging.
39
40 1999-03-24  Katsumi Yamaoka   <yamaoka@jpl.org>
41
42         * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the
43         buffer local variable `default-mime-charset' of
44         `gnus-article-buffer' before `mime-display-message' is called.
45
46         * lisp/gnus-i18n.el (gnus-newsgroup-default-charset-alist): Be also
47         matched with the group name which has a method name and/or a
48         foreign server name.
49         (gnus-set-summary-default-charset): Cancel the last change.
50
51 1999-03-24  Katsumi Yamaoka   <yamaoka@jpl.org>
52
53         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Strip
54         method and foreign server name from the newsgroup name.
55
56 1999-03-22  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
57
58         * lisp/gnus-offline.el (gnus-offline-popup-menu): Fix.
59
60 1999-03-22  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
61
62         * lisp/gnus-offline.el (gnus-offline-popup-menu): Modify so that
63         the title of a popup menu is displayed under Emacs 19.34.
64         (gnus-offline-define-menu-and-key): Rewrite the function to change
65         the behavior of "Get new news" button, under XEmacs.
66
67 1999-03-09  Katsumi Yamaoka   <yamaoka@jpl.org>
68
69         * lisp/gnus.el: Semi-gnus 6.10.10 is released.
70
71         * lisp/message.el (message-yank-original): Keep the existing
72         references.
73
74 1999-03-04  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
75
76         * lisp/gnus-ofsetup.el: Modify for Semi-gnus 6.10.xx so that
77         `pop3-fma-password' can be saved in .newsrc.eld.
78         * lisp/pop3-fma.el: Ditto.
79
80         * README-offline.en: Update.
81         * README-offline.ja: Ditto.
82
83 1999-03-01  Katsumi Yamaoka   <yamaoka@jpl.org>
84
85         * lisp/dgnushack.el (dgnushack-install-package): Don't refer to
86         `configure-package-path'. Use `early-packages', `late-packages' or
87         `last-packages' instead.
88
89         * README.semi: Note that APEL 9.13 or later is required.
90         * README.semi.ja: Likewise.
91
92         * lisp/gnus-start.el (save-buffer-as-coding-system): Abolished.
93         This function is given in APEL 9.13 by now.
94
95 1999-02-26  Katsumi Yamaoka   <yamaoka@jpl.org>
96
97         * Makefile.in (add-info-suffix, remove-info-suffix): New targets.
98         (package, install-package, package-ja, install-package-ja): Use
99         them.
100         (xinfo, xinfo-ja): Only build infos.
101
102         * texi/Makefile.in (add-info-suffix): Chdir ../lisp first.
103
104         * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): Chdir
105         ../texi first.
106         (dgnushack-install-package): Don't refer to `package-path'; error
107         if the package path does not found.
108         (TopLevel): Don't define `gnus-revision-number',
109         `gnus-version-number' and `package-path'.
110
111 1999-02-24  Katsumi Yamaoka   <yamaoka@jpl.org>
112
113         * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting,
114         and make remove-info-suffix.
115
116         * texi/Makefile.in (.texi): Don't specify the output filename when
117         makeinfo command is used.
118         (add-info-suffix, remove-info-suffix): New targets.
119
120         * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New
121         function. It will be used for adding ".info" suffix to @setfilename
122         line in each .texi files.
123         (dgnushack-texi-file-regexp): New constant.
124         (dgnushack-info-file-regexp): Add ".info" suffix.
125
126 1999-02-24  Katsumi Yamaoka   <yamaoka@jpl.org>
127
128         * lisp/gnus.el (gnus-version-number): Update to 6.10.9.
129
130         * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and
131         "custom-load.el" as well.
132
133         * Makefile.in (xlick, xinfo, xinfo-ja): New targets.
134         (install-package-ja, package-ja, install-package, package): Use
135         them; use $XEMACS instead of $EMACS.
136         (osome): Use $XEMACS instead of "xemacs".
137
138         * lisp/dgnushack.el (dgnushack-install-package): Remove extra files
139         in destination lisp directory.
140         (dgnushack-make-package): Don't generate "_pkg.el" file; don't
141         remove "auto-autoloads.el*" files.
142         (dgnushack-compile): Don't remove "_pkg.el" from the list.
143
144 1999-02-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
145
146         * README-offline.en: Update.
147
148         * README-offline.ja: Fix typo.
149
150         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Set
151         `gnus-offline-hangup-program' and `gnus-offline-dialup-program' to
152         nil when null string is given.
153
154 1999-02-18  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
155
156         * texi/Makefile.in: Change to work on Windows environment and
157         other platforms.
158
159 1999-02-17  Katsumi Yamaoka   <yamaoka@jpl.org>
160
161         * lisp/dgnushack.el (dgnushack-make-package): Fix typo.
162
163 1999-02-17  Katsumi Yamaoka   <yamaoka@jpl.org>
164
165         * lisp/gnus.el: Semi-gnus 6.10.8 is released.
166
167         * Makefile.in (install-package-ja, package-ja, install-package,
168         package): New targets.
169         (PACKAGEDIR): New user option.
170
171         * lisp/Makefile.in (install-package, package): New targets.
172         (PACKAGEDIR): New user option.
173
174         * lisp/dgnushack.el (dgnushack-install-package): New function.
175         (dgnushack-make-package): New function.
176         (dgnushack-info-file-regexp): New constant.
177         (dgnushack-compile): Remove "_pkg.el" from the list.
178
179 1999-02-17  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
180
181         * aclocal.m4: install .el files to site-lisp/gnus instead of
182         site-lisp.
183         * configure: Ditto.
184         * Makefile.in: add new rule `all-ja'.
185
186 1999-02-15  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
187
188         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix when
189         using nnspool.
190
191         * lisp/pop3-fma.el (pop3-fma-movemail): Delete meadow specific
192         code.
193
194         * lisp/gnus.el (gnus-version-number): Update to 6.10.7.
195
196 1999-02-12  Katsumi Yamaoka   <yamaoka@jpl.org>
197
198         * lisp/gnus-art.el (article-hide-headers): Show all headers when
199         unhiding.
200
201         * lisp/message.el (message-make-forward-subject): Use "(none)" if
202         the original article has no subject.
203
204 1999-02-09  Katsumi Yamaoka   <yamaoka@jpl.org>
205
206         * lisp/gnus.el: Semi-gnus 6.10.6 is released.
207
208         * lisp/gnus-start.el (gnus-save-newsrc-file): Use
209         `save-buffer-as-coding-system' instead of
210         `write-region-as-coding-system'.
211         (save-buffer-as-coding-system): New function defined with
212         `defun-maybe'. NOTE: It should be deleted in the future.
213
214         * lisp/gnus-sum.el (TopLevel): Require `mime-play' when compile.
215
216 1999-02-09  Katsumi Yamaoka   <yamaoka@jpl.org>
217
218         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New
219         implementation.
220
221 1999-02-08  Masatoshi Tsuchiya  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
222
223         * lisp/gnus-sum.el (gnus-articles-to-read): Use maximum number in
224         default instead of `gnus-large-newsgroup'.
225
226 1999-02-08  Katsumi Yamaoka   <yamaoka@jpl.org>
227
228         * lisp/gnus.el: Semi-gnus 6.10.5 is released.
229
230 1999-02-08  Masatoshi Tsuchiya  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
231             Katsumi Yamaoka   <yamaoka@jpl.org>,
232             Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
233
234         * lisp/gnus-sum.el (gnus-articles-to-read): If the number of
235         unread articles is more than `gnus-large-newsgroup', use it in
236         default instead of the maximum number.
237
238 1999-02-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>,
239             Katsumi Yamaoka   <yamaoka@jpl.org>
240
241         * lisp/gnus-sum.el (gnus-mime-extract-multipart): New function;
242         add it to the acting-condition for extracting mulitpart messages.
243         (gnus-mime-extract-message/rfc822): New function; add it to the
244         acting-condition for extracting message/rfc822 or message/news.
245
246 1999-02-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
247
248         * README-offline.ja: Change for current version.
249         * README-offline.en: Ditto.
250
251 1999-02-05  Katsumi Yamaoka   <yamaoka@jpl.org>
252
253         * lisp/gnus.el: Semi-gnus 6.10.4 is released.
254
255         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `nnheader-nov-field',
256         `nnheader-nov-read-integer' and `nnheader-nov-read-message-id'
257         instead of `gnus-nov-field', `gnus-nov-read-integer' or
258         `nnheader-generate-fake-message-id'; use `eobp' instead of
259         `(= (following-char) ?\n)' for checking whether a misc field
260         exists or not.
261         (gnus-nov-field): Abolished.
262         (gnus-nov-skip-field): Abolished.
263         (gnus-nov-read-integer): Abolished.
264
265         * lisp/nnheader.el (nnheader-parse-nov): Use
266         `nnheader-nov-read-message-id' instead of `nnheader-nov-field' or
267         `nnheader-generate-fake-message-id'.
268         (nnheader-nov-read-message-id): New macro.
269         (nnheader-nov-read-integer): New implementation.
270         (nnheader-nov-field): New implementation.
271         (nnheader-nov-next-field): New macro.
272
273 1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
274
275         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `following-char'
276         instead of `char-after'. NOTE: It's a temporary step.
277
278 1999-02-03  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
279
280         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Add default value.
281
282 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
283
284         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Ask save password
285         information to .newsrc file.
286
287 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
288
289         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with
290         external movemail program.
291
292 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
293
294         * lisp/{gnus-cache,gnus-int,gnus-sum,gnus,nnheader,nnmh}.el: Undo
295         the last changes -- don't sync with chaos-1_12.
296
297 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
298
299         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my
300         change.
301
302 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
303
304         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close
305         parentheses.
306         (gnus-offline-define-menu-on-agent): Ditto.
307
308 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
309
310         * lisp/gnus.el: Semi-gnus 6.10.3 is released.
311
312 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
313
314         * lisp/gnus.el (gnus-version): Modify for SEMI 1.13.
315
316         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `char-after' instead
317         of `following-char'.
318
319 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
320
321         * README-offline.ja: Add description written by YOSHIZAWA Masahiro
322         <manbou@ceres.dti.ne.jp>.
323
324 1999-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
325
326         * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
327         `gnus-nov-skip-field' and `gnus-nov-field'.
328         (gnus-nov-parse-line): Use `nnheader-nov-field' and
329         `nnheader-nov-read-integer' instead of `gnus-nov-field' and
330         `gnus-nov-read-integer'.
331         (gnus-get-newsgroup-headers-xover): Use
332         `gnus-retrieve-parsed-headers'.
333
334         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
335         `gnus-cache-braid-headers',
336         `nnheader-get-newsgroup-headers-xover*' and
337         `nnheader-retrieve-headers-from-directory*' instead of
338         `gnus-get-newsgroup-headers-xover'.
339         (gnus-cache-braid-headers): New function.
340
341         * lisp/nnheader.el (nnheader-nov-read-integer): Use
342         `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
343         same as `gnus-nov-read-integer'.
344         (nnheader-retrieve-headers-from-directory*): New function.
345         (nnheader-retrieve-headers-from-directory): Use
346         `nnheader-retrieve-headers-from-directory*'.
347         (nnheader-get-newsgroup-headers-xover*): New function.
348
349 1999-01-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
350
351         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
352         `nnheader-retrieve-headers-from-directory'.
353
354         * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
355         function.
356
357 1999-01-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
358
359         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
360         `gnus-cache-retrieve-parsed-headers' instead of
361         `gnus-cache-retrieve-headers'.
362
363         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
364         function.
365
366 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
367
368         * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated
369         select methods.
370
371 1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
372
373         * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
374
375 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
376
377         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
378         optional arguments `dependencies' and `force-new'; new
379         implementation; call `retrieve-parsed-headers' if it is found.
380
381         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
382
383 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
384
385         * lisp/gnus-sum.el (gnus-select-newsgroup): Use
386         `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
387         and `gnus-get-newsgroup-headers-xover' or
388         `gnus-get-newsgroup-headers'.
389
390         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
391
392 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
393             Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
394
395         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for
396         pGnus 0.73 or later.
397
398         * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later)
399         to check pGnus 0.73 or later instead of (locate-library "mail-source")
400
401 1999-01-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
402
403         * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus.
404         * lisp/gnus-ofsetup.el: Ditto.
405
406 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
407
408         * lisp/gnus-msg.el (gnus-summary-mail-digest): Reselect the message
409         frame after selecting a new article if the value of
410         `message-use-multi-frames' is non-nil and more than one articles
411         are given.
412
413 1999-01-28  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
414
415         * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not
416         respool article.
417
418 1999-01-26  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
419
420         * lisp/gnus-offline.el: Add security notice.
421
422 1999-01-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
423
424         * README-offline.ja: New file - Variable and command description
425         for gnus-offline(Japanese edition).
426         * README-offline.en: New file - Ditto (English edition).
427
428 1999-01-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
429
430         * lisp/gnus-offline.el (gnus-offline-pop-password-file): New
431         variable.
432         (gnus-offline-pop-password-decoding-function): New variable.
433         (gnus-offline-get-new-news): When `gnus-offline-pop-password-file'
434         is non-nil, get one's password information from a file specified
435         by this variable, and don't store the passwords as a variable.
436         * lisp/smiley.el (smiley-buffer): Avoid a few duplicate
437         translations.
438
439 1999-01-23  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
440
441         * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
442         `message-list-references' for gathering IDs from yanked articles.
443
444         * lisp/message.el (message-list-references): New function.
445         (message-yank-original): Use it for gathering IDs from a yanked
446         article.
447
448 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
449
450         * lisp/message.el (message-reply): Get the references from
451         `In-Reply-To' field if there were no references and `In-Reply-To'
452         field looks promising.
453         (message-yank-original): Try to fetch ID from `In-Reply-To' field
454         if `References' field does not exist.
455         (message-yank-original): Use `std11-narrow-to-header' instead of
456         `message-narrow-to-head'.
457
458 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
459
460         * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
461         `gnus-current-headers' instead of article header.
462
463 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
464
465         * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
466         position of the yanked articles -- apologize to SUTO-san, it has
467         been supported in his original code, but I didn't.
468
469 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
470
471         * lisp/gnus.el (gnus-version-number): Update to 6.10.2.
472
473         * lisp/gnus-draft.el: Add Ichikawa-san to authors.
474         * lisp/message.el: Likewise.
475
476         * lisp/message.el (message-yank-original): If
477         `message-yank-add-new-references' is non-nil and this command is
478         called interactively, new IDs from the yanked article will be added
479         to `References' field.
480         (message-yank-add-new-references): New user option.
481         (message-ignored-resent-headers): Default to "^Return-Receipt".
482
483 1999-01-20  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>,
484             Katsumi Yamaoka   <yamaoka@jpl.org>
485
486         * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
487         field with the gathered Message-IDs and References if more than one
488         articles are given.
489
490 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
491
492         * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
493         frame after selecting a new article if the value of
494         `message-use-multi-frames' is non-nil and more than one articles
495         are given.
496
497 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
498
499         * README.semi.ja: Delete "ichikawa" from the branches info, and
500         add "keiichi" and "nana-gnus" to there.  Modify the directory name
501         for the daily snapshots.
502         * README.semi: Likewise.
503
504         * README.branch.ja: Modified for 6.10, etc.
505         * README.branch: Likewise.
506
507 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
508
509         * lisp/message.el (message-reply): Cancel the last change.
510         (message-followup): Cancel the last change.
511         (message-wide-reply): Cancel the last change.
512
513         * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
514         (gnus-summary-reply): Cancel the last change.
515         (gnus-post-news): Cancel the last change.
516
517 1999-01-18  Katsumi Yamaoka   <yamaoka@jpl.org>
518
519         * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
520         expirable marks if the destination group is not expirable.
521
522 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
525         binary.
526
527 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * lisp/nnheader.el (nnheader-pathname-coding-system): Changed to
530         binary.
531
532 1999-01-16  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
533
534         * lisp/message.el (message-reply): Accept references as a new
535         optional arg.
536         (message-followup): Likewise.
537         (message-wide-reply): Likewise.
538
539         * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
540         (gnus-summary-reply): Use it.
541         (gnus-post-news): Use it.
542
543 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
544
545         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
546         body.
547
548 1999-01-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
549
550         * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
551         <czkmt@remus.dti.ne.jp> to author and maintainer.
552
553 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
554
555         * lisp/nnmail.el (nnmail-article-group): Shrink pathologically
556         long headers.
557
558 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * lisp/nnmail.el (nnmail-split-header-length-limit): New variable.
561
562 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
563
564         * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
565         server if it does not exist in the article.
566         (nntp-request-post): Run `nntp-prepare-post-hook'.
567         (nntp-wait-for): Save a response from the server in
568         `nntp-process-response' after sending a command.
569         (nntp-prepare-post-hook): New hook, run just before posting an
570         article.
571
572         * lisp/nnheader.el (nnheader-init-server-buffer): Make
573         `nntp-process-response' be buffer-local in `nntp-server-buffer'.
574         (nntp-process-response): New variable, used for holding a response
575         from the server after sending a command.
576
577 1998-09-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
578
579         * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
580         only if `group' name is neither "queue" nor "draft".
581
582 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
583
584         * lisp/pop3.el (pop3-munge-message-separator): Use
585         `parse-time-string'.
586
587 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * lisp/parse-time.el (parse-time-rules): Accept dates far into the
590         past and the future, and parse single-digit numbers as years.
591
592 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * lisp/parse-time.el (parse-time-string): One too many nils.
595
596 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * lisp/parse-time.el (parse-time-rules): Parse
599         "Wed, 29 Apr 98 0:26:01 EDT" times.
600
601 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602
603         * lisp/parse-time.el (parse-time-rules): Accept times that look
604         like "h:mm".
605
606 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * lisp/parse-time.el (parse-time-string): Downcase before handling.
609         (parse-time-rules): Times without seconds have 0 seconds.
610
611 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * lisp/parse-time.el (parse-time-syntax): Use vectors.
614
615 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
616
617         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
618         select the article before saving.
619
620 1999-01-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
621
622         * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
623         `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
624
625 1999-01-08  Katsumi Yamaoka   <yamaoka@jpl.org>
626
627         * lisp/pop3.el (pop3-last): Use `split-string' instead of
628         `pop3-string-to-list'.
629         (pop3-stat): Likewise.
630         (pop3-munge-message-separator): Likewise.
631         (pop3-string-to-list): Abolished.
632
633 1999-01-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
634
635         * lisp/gnus-offline.el (gnus-offline-setup): Don't call
636         `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
637         non-nil.
638         (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
639         XEmacs.
640         (gnus-offline-popup-menu): New function.
641         (gnus-offline-define-menu-and-key): Call it under Emacs to create
642         a popup menu in the group buffer.
643
644 1998-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
645
646         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
647         select the article before previewing. Abolish prefix arg.
648
649         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
650         the article without reservation.
651         (gnus-article-display-mime-message): Show all headers if
652         `gnus-have-all-headers' the local var of summary buffer is non-nil.
653
654 1998-12-24  Katsumi Yamaoka   <yamaoka@jpl.org>
655
656         * lisp/gnus.el: (gnus-version-number): Update to 6.10.1.
657
658 1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
659
660         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
661         `gnus-summary-next-article' in `gnus-original-article-mode'.
662         (mime-preview-over-to-previous-method-alist): Use
663         `gnus-summary-prev-article' in `gnus-original-article-mode'.
664         (gnus-article-mode-map): Define almost undefined keys to
665         `gnus-article-read-summary-keys'.
666         (gnus-article-prepare-display): Set `gnus-article-current-summary'
667         to `gnus-summary-buffer'.
668
669 1998-12-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
670
671         * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
672         with APOP extention.
673
674 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
675
676         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Show version.
677         (gnus-xmas-logo-color-style): Default to `sky'.
678
679         * lisp/gnus.el (gnus-group-startup-message): Show version.
680         (gnus-splash-face): Shorten a wavelength.
681
682         * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
683         for avoiding byte-compile warning.
684
685         * lisp/gnus-agent.el (gnus-agent-file-coding-system): Default to
686         `raw-text'.
687
688 1998-12-17  Katsumi Yamaoka   <yamaoka@jpl.org>
689
690         * lisp/*.el: Ebola eradication.
691
692 1998-12-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
693
694         * Abolish smtp.el and smtpmail.el (moved to FLIM).
695
696 1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
697
698         * lisp/message.el (message-mode-map): Use
699         `message-mimic-kill-buffer' for `C-x k'.
700
701 1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
702
703         * lisp/message.el (message-dont-send): Use `message-save-drafts'
704         instead of `save-buffer'.
705
706 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
707
708         * lisp/message.el (message-send-mail): Protect against errors.
709         (message-send-news): Likewise.
710         (message-maybe-split-and-send-mail): New function.
711         (message-maybe-split-and-send-news): New function.
712
713 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
714
715         * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
716         `mime-insert-header' instead of `mime-insert-decoded-header'.
717
718 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
719
720         * lisp/gnus-ofsetup.el: New file - setting function for
721         gnus-offline.
722
723 1998-11-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
724
725         * lisp/nnmh.el (nnmh-retrieve-headers): Don't use
726         `nnheader-fold-continuation-lines'.
727
728 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
729
730         * lisp/gnus-art.el (gnus-article-decode-rfc1522): Use
731         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
732         * lisp/gnus-draft.el (gnus-draft-decoding-function): Likewise.
733
734 1998-10-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
735
736         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
737         `mime-edit-decode-buffer' simply as initial value.
738
739         * lisp/message.el (message-make-forward-subject): Use
740         `nnheader-decode-subject' instead of
741         `eword-decode-unstructured-field-body'.
742
743         * lisp/nnheader.el (nnheader-decode-subject): New alias.
744         (nnheader-decode-from): New alias.
745         (make-full-mail-header): Use `nnheader-decode-subject' and
746         `nnheader-decode-from' instead of
747         `eword-decode-and-unfold-unstructured-field' and
748         `eword-decode-and-unfold-structured-field'.
749
750 1998-10-22  Katsumi Yamaoka   <yamaoka@jpl.org>
751
752         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Use
753         `mime-fetch-field' for getting Subject and From field.
754
755 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
756
757         * lisp/nnheader.el (nnheader-insert-nov): Use `mime-fetch-field'
758         for Subject and From field.
759
760 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
761
762         * lisp/nnheader.el (nnheader-parse-nov): Use
763         `make-full-mail-header'.
764
765 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
766
767         * lisp/nnheader.el (nnheader-parse-head): Use
768         `make-full-mail-header'.
769
770 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
771
772         * lisp/nnheader.el (make-full-mail-header): Sync up with
773         "chao-gnus-6_12" branch.
774         (mail-header-set-xref): Use `mime-entity-set-xref-internal'.
775         (mail-header-xref): Use `mime-entity-xref-internal'
776         (mail-header-set-lines): mime-entity-set-lines-internal'.
777         (mail-header-lines): Use `mime-entity-lines-internal'
778         (mail-header-set-chars): Use `mime-entity-set-chars-internal'.
779         (mail-header-chars): Use `mime-entity-chars-internal'.
780         (mail-header-set-references): Use
781         `mime-entity-set-references-internal'.
782         (mail-header-references): Use `mime-entity-references-internal'.
783         (mail-header-set-message-id): Use
784         `mime-entity-set-message-id-internal'.
785         (mail-header-message-id): Use `mime-entity-message-id-internal'.
786         (mail-header-set-date): Use `mime-entity-set-date-internal'.
787         (mail-header-date): Use `mime-entity-date-internal'.
788         (mail-header-set-from): Use
789         `mime-entity-set-decoded-from-internal'.
790         (mail-header-from): Use `mime-entity-decoded-from-internal'.
791         (mail-header-set-subject): Use
792         `mime-entity-set-decoded-subject-internal'.
793         (mail-header-subject): Use `mime-entity-decoded-subject-internal'.
794         All changes are imported from "chao-gnus-6_12" branch.
795
796         * lisp/message.el (message-reply): Use
797         `make-full-mail-header-from-decoded-header`.
798         (message-followup): Likewise.
799
800         * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
801         Abolished.
802         (gnus-article-display-message-with-encoded-word): Abolished.
803
804 1998-10-16  Katsumi Yamaoka   <yamaoka@jpl.org>
805
806         * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
807         value to `gnus-maybe-setup-default-charset'.
808         (gnus-maybe-setup-default-charset): New function. It is called
809         `message-maybe-setup-default-charset' at one time.
810
811         * lisp/message.el (message-maybe-setup-default-charset): Abolished.
812
813 1998-10-15  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
814
815         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
816         update `gnus-format-specs' when `gnus-version' is differ from
817         saved version.
818
819 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
820
821         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
822         `mime-read-field', `std11-address-string' and
823         `std11-full-name-string' instead of
824         `gnus-extract-address-components'.
825         (gnus-article-sort-by-author): Likewise.
826
827 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
828
829         * lisp/nnheader.el (make-full-mail-header-from-decoded-header):
830         New function.
831
832 1998-10-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
833
834         * lisp/gnus-art.el (gnus-article-display-mime-message): Set up
835         buffer local variable `default-mime-charset' of
836         `gnus-original-article-buffer' and `gnus-article-buffer'.
837
838 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
839
840         * lisp/nnheader.el: Use `mime-entity' as gnus-header structure.
841         (mail-header-number): Use `mime-entity-location-internal'.
842         (mail-header-set-number): Use `mime-entity-set-location-internal'.
843         - Change other `mail-header-*' and `mail-header-set-*' to alias of
844         reference and set functions for mime-entity-internal.
845
846         * lisp/mmgnus.el: New module.
847
848         * lisp/gnus-sum.el: Abolish variable
849         `gnus-structured-field-decoder' and
850         `gnus-unstructured-field-decoder'.
851         (gnus-nov-parse-line): Don't decode from and subject.
852         (gnus-get-newsgroup-headers): Likewise.
853
854         * lisp/gnus-score.el (gnus-header-index): Modify to use
855         mime-entity structure as gnus-header structure.
856
857         * lisp/gnus-art.el (gnus-article-prepare-display): Use content of
858         `gnus-current-headers' as mime-message-structure.
859
860 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
861
862         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Use
863         `make-full-mail-header'.
864
865 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
866
867         * lisp/gnus-offline.el : New file.