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