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