1 1999-04-13 Keiichi Suzuki <keiichi@nanap.org>
3 * Nana-gnus: Version 6.12.12 released.
5 * lisp/gnus.el (gnus-version-number): Update to 6.12.12.
7 * lisp/gnus-sum.el (gnus-summary-move-article): Fix,
8 `gnus-article-mark-lists' will be broken by side effect.
10 1999-03-31 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
12 * Nana-gnus: Version 6.12.11 released.
14 * lisp/gnus.el (gnus-version-number): Update to 6.12.11.
16 * Sync up with gnus-6_10.
18 *1999-03-30 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
20 * lisp/nnheader.el (nnheader-skip-field): New macro.
21 (nnheader-nov-field): Use it.
22 Merged from pgnus 0.80.
24 *1999-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
26 * lisp/pop3.el (pop3-munge-message-separator): If a retrieved
27 message has a illegal date field, use `(current-time)' instead.
29 *1999-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
31 * lisp/message.el (message-send): Kill `message-encoding-buffer'
33 (message-maybe-encode): Inherit the buffer local variable
34 `mime-edit-pgp-processing' and call `mime-edit-pgp-enclose-buffer'.
36 *1999-02-26 20:35:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
38 * pop3.el (pop3-movemail): Use write-region instead of
39 append-to-file to avoid excessive messaging.
41 *1999-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
43 * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the
44 buffer local variable `default-mime-charset' of
45 `gnus-article-buffer' before `mime-display-message' is called.
47 * lisp/gnus-i18n.el (gnus-newsgroup-default-charset-alist): Be also
48 matched with the group name which has a method name and/or a
50 (gnus-set-summary-default-charset): Cancel the last change.
52 *1999-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
54 * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Strip
55 method and foreign server name from the newsgroup name.
57 *1999-03-22 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
59 * lisp/gnus-offline.el (gnus-offline-popup-menu): Fix.
61 *1999-03-22 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
63 * lisp/gnus-offline.el (gnus-offline-popup-menu): Modify so that
64 the title of a popup menu is displayed under Emacs 19.34.
65 (gnus-offline-define-menu-and-key): Rewrite the function to change
66 the behavior of "Get new news" button, under XEmacs.
68 *1999-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
70 * lisp/message.el (message-yank-original): Keep the existing
73 *1999-03-04 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
75 * lisp/gnus-ofsetup.el: Modify for Semi-gnus 6.10.xx so that
76 `pop3-fma-password' can be saved in .newsrc.eld.
77 * lisp/pop3-fma.el: Ditto.
79 * README-offline.en: Update.
80 * README-offline.ja: Ditto.
82 *1999-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
84 * lisp/dgnushack.el (dgnushack-install-package): Don't refer to
85 `configure-package-path'. Use `early-packages', `late-packages' or
86 `last-packages' instead.
88 * README.semi: Note that APEL 9.13 or later is required.
89 * README.semi.ja: Likewise.
91 * lisp/gnus-start.el (save-buffer-as-coding-system): Abolished.
92 This function is given in APEL 9.13 by now.
94 *1999-02-26 Katsumi Yamaoka <yamaoka@jpl.org>
96 * Makefile.in (add-info-suffix, remove-info-suffix): New targets.
97 (package, install-package, package-ja, install-package-ja): Use
99 (xinfo, xinfo-ja): Only build infos.
101 * texi/Makefile.in (add-info-suffix): Chdir ../lisp first.
103 * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): Chdir
105 (dgnushack-install-package): Don't refer to `package-path'; error
106 if the package path does not found.
107 (TopLevel): Don't define `gnus-revision-number',
108 `gnus-version-number' and `package-path'.
110 1999-03-29 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
112 * lisp/gnus-sum.el (gnus-simplify-buffer-fuzzy): Add regexp for
115 1999-03-24 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
117 * Nana-gnus: Version 6.12.10 released.
119 * Nana-TIPS.ja: Reformatted for `outline-mode'.
121 * lisp/gnus.el (gnus-version-number): Update to 6.12.10.
123 * lisp/gnus-sum.el (gnus-simplify-buffer-fuzzy): Add regexp for
127 1999-03-18 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
129 * Nana-gnus: Version 6.12.9 released.
131 * lisp/gnus.el (gnus-version-number): Up date to 6.12.9.
133 * Nana-TIPS.ja (none): Update.
135 * lisp/message.el (message-mime-charset-recover-by-ask): Use
136 `message-highlight-illegal-chars'.
137 (message-illegal-charset-face): New face.
138 (message-warning-charset-face): New face.
139 (message-highlight-illegal-chars): New function.
140 (message-set-charsets-face): New function.
142 * lisp/gnus-sum.el (gnus-simplify-subject-fuzzy): Enable group
143 parameters; `gnus-simplify-subject-fuzzy-regexp' and
144 `gnus-simplify-ignored-prefixes'.
147 1999-03-04 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
149 * Nana-gnus: Version 6.12.8 released.
151 * lisp/nnml.el (nnml-request-list): Use
152 `nnmail-find-active-file'.
154 * lisp/nnmail.el (nnmail-file-coding-system): Abolished.
155 (nnmail-file-coding-system-for-write): New variable.
156 (nnmail-file-coding-system-for-read): Ditto.
157 (nnmail-active-file-coding-system): Abolished.
158 (nnmail-active-coding-system-for-read): New variable.
159 (nnmail-active-coding-system-for-write): Ditto.
160 (nnmail-find-active-file): New function.
162 * lisp/nnheader.el (nnheader-message-coding-system-for-read): New
164 (nnheader-message-coding-system-for-write): Ditto.
166 * lisp/nnfolder.el, lisp/nnmail.el, lisp/nnmh.el, lisp/nnml.el:
167 Use `nnheader-pathname-coding-system'.
169 * lisp/nnfolder.el (nnfolder-request-list): Use
170 `nnmail-find-active-file'.
172 * lisp/message.el: Use `nnheader-message-coding-system-for-write'.
174 1999-03-03 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
176 * lisp/gnus.el (gnus-version-number): Update to 6.12.8.
178 * lisp/message.el (message-after-save-hook): New function.
179 (message-mime-setup): Set buffer file coding system. Make local
180 hook `after-save-hook'.
183 1999-03-01 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
185 * Nana-gnus: Version 6.12.7 released.
187 * lisp/nnspool.el (nnspool-file-coding-system): Abolished.
189 1999-03-01 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
191 * lisp/gnus.el (gnus-version-number): Update to 6.12.7.
193 * Nana-TIPS.ja: New section `nnheader-file-coding-system' and
194 `nnspool-file-coding-system'.
196 * lisp/nnspool.el (nnspool-retrieve-headers): Don't use
197 `nnheader-file-coding-system'.
198 (nnspool-retrieve-headers-with-nov): Ditto.
199 (nnspool-find-file): Ditto.
202 1999-02-26 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
204 * lisp/message.el (message-locale-detect): Fix, when no locale
207 * Nana-gnus: Version 6.12.6 released.
209 * lisp/gnus.el (gnus-version-number): Update to 6.12.6.
211 * Sync up with gnus-6_10 (version 6.10.9+).
213 * 1999-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
215 * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting,
216 and make remove-info-suffix.
218 * texi/Makefile.in (.texi): Don't specify the output filename when
219 makeinfo command is used.
220 (add-info-suffix, remove-info-suffix): New targets.
222 * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New
223 function. It will be used for adding ".info" suffix to @setfilename
224 line in each .texi files.
225 (dgnushack-texi-file-regexp): New constant.
226 (dgnushack-info-file-regexp): Add ".info" suffix.
228 * 1999-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
230 * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and
231 "custom-load.el" as well.
233 * Makefile.in (xlick, xinfo, xinfo-ja): New targets.
234 (install-package-ja, package-ja, install-package, package): Use
235 them; use $XEMACS instead of $EMACS.
236 (osome): Use $XEMACS instead of "xemacs".
238 * lisp/dgnushack.el (dgnushack-install-package): Remove extra files
239 in destination lisp directory.
240 (dgnushack-make-package): Don't generate "_pkg.el" file; don't
241 remove "auto-autoloads.el*" files.
242 (dgnushack-compile): Don't remove "_pkg.el" from the list.
244 * 1999-02-18 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
246 * README-offline.en: Update.
248 * README-offline.ja: Fix typo.
250 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Set
251 `gnus-offline-hangup-program' and `gnus-offline-dialup-program' to
252 nil when null string is given.
254 * 1999-02-18 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
256 * texi/Makefile.in: Change to work on Windows environment and
259 * 1999-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
261 * lisp/dgnushack.el (dgnushack-make-package): Fix typo.
263 * Makefile.in (install-package-ja, package-ja, install-package,
264 package): New targets.
265 (PACKAGEDIR): New user option.
267 * lisp/Makefile.in (install-package, package): New targets.
268 (PACKAGEDIR): New user option.
270 * lisp/dgnushack.el (dgnushack-install-package): New function.
271 (dgnushack-make-package): New function.
272 (dgnushack-info-file-regexp): New constant.
273 (dgnushack-compile): Remove "_pkg.el" from the list.
275 * 1999-02-17 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
277 * aclocal.m4: install .el files to site-lisp/gnus instead of
280 * Makefile.in: add new rule `all-ja'.
282 * 1999-02-15 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
284 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix when
287 * lisp/pop3-fma.el (pop3-fma-movemail): Delete meadow specific
290 * 1999-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
292 * lisp/gnus-art.el (article-hide-headers): Show all headers when
295 * lisp/message.el (message-make-forward-subject): Use "(none)" if
296 the original article has no subject.
298 * 1999-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
300 * lisp/gnus-start.el (gnus-save-newsrc-file): Use
301 `save-buffer-as-coding-system' instead of
302 `write-region-as-coding-system'.
303 (save-buffer-as-coding-system): New function defined with
304 `defun-maybe'. NOTE: It should be deleted in the future.
306 * lisp/gnus-sum.el (TopLevel): Require `mime-play' when compile.
308 * 1999-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
310 * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New
313 * 1999-02-08 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
315 * lisp/gnus-sum.el (gnus-articles-to-read): Use maximum number in
316 default instead of `gnus-large-newsgroup'.
318 * 1999-02-08 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
319 Katsumi Yamaoka <yamaoka@jpl.org>,
320 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
322 * lisp/gnus-sum.el (gnus-articles-to-read): If the number of
323 unread articles is more than `gnus-large-newsgroup', use it in
324 default instead of the maximum number.
326 * 1999-02-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>,
327 Katsumi Yamaoka <yamaoka@jpl.org>
329 * lisp/gnus-sum.el (gnus-mime-extract-multipart): New function;
330 add it to the acting-condition for extracting mulitpart messages.
331 (gnus-mime-extract-message/rfc822): New function; add it to the
332 acting-condition for extracting message/rfc822 or message/news.
334 * 1999-02-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
336 * README-offline.ja: Change for current version.
337 * README-offline.en: Ditto.
339 * 1999-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
341 * lisp/gnus-sum.el (gnus-nov-parse-line): Use `nnheader-nov-field',
342 `nnheader-nov-read-integer' and `nnheader-nov-read-message-id'
343 instead of `gnus-nov-field', `gnus-nov-read-integer' or
344 `nnheader-generate-fake-message-id'; use `eobp' instead of
345 `(= (following-char) ?\n)' for checking whether a misc field
347 (gnus-nov-field): Abolished.
348 (gnus-nov-skip-field): Abolished.
349 (gnus-nov-read-integer): Abolished.
351 * lisp/nnheader.el (nnheader-parse-nov): Use
352 `nnheader-nov-read-message-id' instead of `nnheader-nov-field' or
353 `nnheader-generate-fake-message-id'.
354 (nnheader-nov-read-message-id): New macro.
355 (nnheader-nov-read-integer): New implementation.
356 (nnheader-nov-field): New implementation.
357 (nnheader-nov-next-field): New macro.
360 1999-02-26 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
362 * Nana-gnus: Version 6.12.5 released.
364 * lisp/gnus.el (gnus-version-number): Update to 6.12.5.
366 * lisp/nnheader.el (nnheader-file-coding-system): Abolished.
367 (nnheader-insert-file-contents): Use
368 `insert-file-contents-as-raw-text-CRLF'.
369 (nnheader-find-file-noselect): Use
370 `find-file-noselect-raw-text-CRLF'.
373 1999-02-24 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
375 * Nana-gnus: Version 6.12.4 released.
377 * lisp/gnus.el (gnus-version-number): Update to 6.12.4.
379 * Nana-TIPS.ja: Add new section message-locale-* and
380 message-mime-charset-recover-*.
382 * lisp/message.el (message-locale-detect): Fix, save restriction.
385 1999-02-23 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
387 * Nana-gnus: Version 6.12.3 released.
389 * lisp/gnus.el (gnus-version-number): Update to 6.12.3.
391 * lisp/message.el (message-mime-charset-detect-method): Abolished.
392 (message-mime-charset-specify-method): Ditto.
393 (message-mime-charset-detect-args): Ditto.
394 (message-maybe-encode-with-specified-charset): Ditto.
395 (message-mime-charset-detect-by-ask): Ditto.
396 (message-mime-charset-specify-none): Ditto.
397 (message-mime-charset-recover-function): New variable.
398 (message-mime-charset-recover-args): Ditto.
399 (message-charsets-mime-charset-alist): Ditto.
400 (message-locale-default): Ditto.
401 (message-locale-detect-for-mail): Ditto.
402 (message-locale-detect-for-news): Ditto.
403 (message-locale-newsgroup-alist): Ditto.
404 (message-locale-mail-address-alist): Ditto.
405 (message-mime-charset-recover-ask-function): Ditto.
406 (message-locale-mime-charsets-alist): Ditto.
407 (message-maybe-encode): New implementation.
408 (message-locale-detect): New function.
409 (message-locale-detect-with-newsgroup-alist): Ditto.
410 (message-locale-detect-with-mail-address-alist): Ditto.
411 (message-mime-charset-recover-by-ask): Ditto.
412 (message-mime-charset-recover-ask-y-or-n): Ditto.
413 (message-mime-charset-recover-ask-charset): Ditto.
414 (message-mime-charset-setup): Ditto.
417 1999-02-23 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
419 * Nana-gnus: Version 6.12.2 released.
421 1999-02-12 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
423 * lisp/message.el (message-maybe-encode-with-specified-charset):
424 Renamed to `message-maybe-encode'.
425 (message-mime-charset-detect-by-ask): Pop up encoding region when
427 (message-mime-charset-detect-method): Change default value to nil.
428 (message-mime-charset-specify-method): Ditto.
429 (message-mime-charset-detect-ask-metod): New variable.
430 (message-mime-charset-detect-by-ask): Use
431 `message-mime-charset-ask-metod'.
432 (message-mime-charset-detect-ask-y-or-n): New function.
433 (message-mime-charset-detect-ask-charset): New function.
434 (message-mime-charset-alias-alist): New variable.
435 (message-mime-charset-newsgroup-alist): Ditto.
436 (message-mime-charset-mail-address-alist): Ditto.
438 1999-02-08 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
440 * lisp/gnus.el (gnus-version-number): Update to 6.12.2.
442 * lisp/mess-bbdb.el: New file.
444 * lisp/message.el (message-mail-follow-up-address-checker): New
446 (message-reply): Use `message-mail-follow-up-address-checker'.
447 (message-mailing-list-address-list): New variable.
448 (message-check-mailing-list-with-address-list): New function.
449 (message-mailing-list-address-p): New variable.
450 (message-check-mailing-list-with-function): New function.
452 * lisp/gnus-bbdb.el: Update required Gnus version.
454 * lisp/dgnushack.el (dgnushack-compile): New file `mess-bbdb.el'.
456 * Nana-TIPS.ja: New section
457 `message-mail-follow-up-address-checker'.
459 1999-02-05 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
461 * lisp/gnus.el (gnus-version-number): Update to 6.12.1.
463 * Sync up with gnus-6_10.
465 * 1999-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
467 * lisp/gnus-sum.el (gnus-nov-parse-line): Use `following-char'
468 instead of `char-after'. NOTE: It's a temporary step.
470 * 1999-02-03 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
472 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Add default value.
474 * 1999-02-02 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
476 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Ask save password
477 information to .newsrc file.
479 * 1999-02-02 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
481 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with
482 external movemail program.
484 * 1999-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
486 * lisp/{gnus-cache,gnus-int,gnus-sum,gnus,nnheader,nnmh}.el: Undo
487 the last changes -- don't sync with chaos-1_12.
489 * 1999-02-01 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
491 * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my
494 * 1999-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
496 * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close
498 (gnus-offline-define-menu-on-agent): Ditto.
500 1999-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
502 * lisp/gnus-sum.el (gnus-nov-parse-line): Use `char-after' instead
505 * 1999-02-01 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
507 * README-offline.ja: Add description written by YOSHIZAWA Masahiro
508 <manbou@ceres.dti.ne.jp>.
510 * 1999-01-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
512 * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
513 `gnus-nov-skip-field' and `gnus-nov-field'.
514 (gnus-nov-parse-line): Use `nnheader-nov-field' and
515 `nnheader-nov-read-integer' instead of `gnus-nov-field' and
516 `gnus-nov-read-integer'.
517 (gnus-get-newsgroup-headers-xover): Use
518 `gnus-retrieve-parsed-headers'.
520 * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
521 `gnus-cache-braid-headers',
522 `nnheader-get-newsgroup-headers-xover*' and
523 `nnheader-retrieve-headers-from-directory*' instead of
524 `gnus-get-newsgroup-headers-xover'.
525 (gnus-cache-braid-headers): New function.
527 * lisp/nnheader.el (nnheader-nov-read-integer): Use
528 `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
529 same as `gnus-nov-read-integer'.
530 (nnheader-retrieve-headers-from-directory*): New function.
531 (nnheader-retrieve-headers-from-directory): Use
532 `nnheader-retrieve-headers-from-directory*'.
533 (nnheader-get-newsgroup-headers-xover*): New function.
535 * 1999-01-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
537 * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
538 `nnheader-retrieve-headers-from-directory'.
540 * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
543 * 1999-01-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
545 * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
546 `gnus-cache-retrieve-parsed-headers' instead of
547 `gnus-cache-retrieve-headers'.
549 * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
552 * 1999-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
554 * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated
557 * 1999-01-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
559 * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
561 * 1999-01-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
563 * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
564 optional arguments `dependencies' and `force-new'; new
565 implementation; call `retrieve-parsed-headers' if it is found.
567 * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
569 * 1999-01-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
571 * lisp/gnus-sum.el (gnus-select-newsgroup): Use
572 `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
573 and `gnus-get-newsgroup-headers-xover' or
574 `gnus-get-newsgroup-headers'.
576 * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
578 * 1999-02-01 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
579 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
581 * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for
584 * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later)
585 to check pGnus 0.73 or later instead of (locate-library "mail-source")
587 * 1999-01-30 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
589 * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus.
590 * lisp/gnus-ofsetup.el: Ditto.
592 * 1999-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
594 * lisp/gnus-msg.el (gnus-summary-mail-digest): Reselect the message
595 frame after selecting a new article if the value of
596 `message-use-multi-frames' is non-nil and more than one articles
599 * 1999-01-26 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
601 * lisp/gnus-offline.el: Add security notice.
603 * 1999-01-25 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
605 * README-offline.ja: New file - Variable and command description
606 for gnus-offline(Japanese edition).
607 * README-offline.en: New file - Ditto (English edition).
609 * 1999-01-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
611 * lisp/gnus-offline.el (gnus-offline-pop-password-file): New
613 (gnus-offline-pop-password-decoding-function): New variable.
614 (gnus-offline-get-new-news): When `gnus-offline-pop-password-file'
615 is non-nil, get one's password information from a file specified
616 by this variable, and don't store the passwords as a variable.
617 * lisp/smiley.el (smiley-buffer): Avoid a few duplicate
620 1999-01-28 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
622 * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not
625 1999-01-25 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
627 * lisp/message.el (message-mime-charset-detect-method): New
628 user optional variable.
629 (message-mime-charset-specify-method): Ditto.
630 (message-mime-charset-detect-args): New variable.
631 (message-maybe-encode-with-specified-charset): New function.
632 (message-mime-charset-detect-by-ask): Ditto.
633 (message-mime-charset-specify-none): Ditto.
635 * lisp/gnus.el (gnus-version-number): Update to 6.12.0.
636 (gnus-version): Change required version of SEMI/FLIM.
638 * Sync up with gnus-6_10.
640 * 1999-01-23 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp>
642 * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
643 `message-list-references' for gathering IDs from yanked articles.
645 * lisp/message.el (message-list-references): New function.
646 (message-yank-original): Use it for gathering IDs from a yanked
649 * 1999-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
651 * lisp/message.el (message-reply): Get the references from
652 `In-Reply-To' field if there were no references and `In-Reply-To'
653 field looks promising.
654 (message-yank-original): Try to fetch ID from `In-Reply-To' field
655 if `References' field does not exist.
656 (message-yank-original): Use `std11-narrow-to-header' instead of
657 `message-narrow-to-head'.
659 * 1999-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
661 * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
662 `gnus-current-headers' instead of article header.
664 * 1999-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
666 * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
667 position of the yanked articles -- apologize to SUTO-san, it has
668 been supported in his original code, but I didn't.
670 * 1999-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
672 * lisp/gnus.el (gnus-version-number): Update to 6.10.2.
674 * lisp/gnus-draft.el: Add Ichikawa-san to authors.
675 * lisp/message.el: Likewise.
677 * lisp/message.el (message-yank-original): If
678 `message-yank-add-new-references' is non-nil and this command is
679 called interactively, new IDs from the yanked article will be added
680 to `References' field.
681 (message-yank-add-new-references): New user option.
682 (message-ignored-resent-headers): Default to "^Return-Receipt".
684 * 1999-01-20 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp>,
685 Katsumi Yamaoka <yamaoka@jpl.org>
687 * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
688 field with the gathered Message-IDs and References if more than one
691 * 1999-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
693 * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
694 frame after selecting a new article if the value of
695 `message-use-multi-frames' is non-nil and more than one articles
698 1999-01-20 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
700 * Sync up with gnus-6_10.
702 * 1999-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
704 * README.semi.ja: Delete "ichikawa" from the branches info, and
705 add "keiichi" and "nana-gnus" to there. Modify the directory name
706 for the daily snapshots.
707 * README.semi: Likewise.
709 * 1999-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
711 * lisp/message.el (message-reply): Cancel the last change.
712 (message-followup): Cancel the last change.
713 (message-wide-reply): Cancel the last change.
715 * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
716 (gnus-summary-reply): Cancel the last change.
717 (gnus-post-news): Cancel the last change.
719 1999-01-18 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
721 * lisp/gnus.el (gnus-version-number): Update to 6.11.5.
723 * Sync up with gnus-6_10.
725 * 1999-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
727 * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
728 expirable marks if the destination group is not expirable.
730 * 1999-01-15 23:08:47 Lars Magne Ingebrigtsen <larsi@gnus.org>
732 * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
735 * 1998-09-08 11:40:45 Lars Magne Ingebrigtsen <larsi@gnus.org>
737 * lisp/nnheader.el (nnheader-pathname-coding-system): Changed to
740 * 1999-01-16 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp>
742 * lisp/message.el (message-reply): Accept references as a new
744 (message-followup): Likewise.
745 (message-wide-reply): Likewise.
747 * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
748 (gnus-summary-reply): Use it.
749 (gnus-post-news): Use it.
751 * 1999-01-13 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp>
753 * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
756 * 1999-01-13 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
758 * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
759 <czkmt@remus.dti.ne.jp> to author and maintainer.
761 * 1999-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
763 * lisp/nnmail.el (nnmail-article-group): Shrink pathologically
766 * 1998-12-19 23:02:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
768 * lisp/nnmail.el (nnmail-split-header-length-limit): New variable.
770 * 1999-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
772 * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
773 server if it does not exist in the article.
774 (nntp-request-post): Run `nntp-prepare-post-hook'.
775 (nntp-wait-for): Save a response from the server in
776 `nntp-process-response' after sending a command.
777 (nntp-prepare-post-hook): New hook, run just before posting an
780 * lisp/nnheader.el (nnheader-init-server-buffer): Make
781 `nntp-process-response' be buffer-local in `nntp-server-buffer'.
782 (nntp-process-response): New variable, used for holding a response
783 from the server after sending a command.
785 * 1998-09-28 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
787 * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
788 only if `group' name is neither "queue" nor "draft".
790 * 1999-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
792 * lisp/pop3.el (pop3-munge-message-separator): Use
795 * 1998-10-03 15:04:27 Lars Magne Ingebrigtsen <larsi@gnus.org>
797 * lisp/parse-time.el (parse-time-rules): Accept dates far into the
798 past and the future, and parse single-digit numbers as years.
800 * 1998-09-11 08:19:22 Katsumi Yamaoka <yamaoka@jpl.org>
802 * lisp/parse-time.el (parse-time-string): One too many nils.
804 * 1998-09-10 06:20:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
806 * lisp/parse-time.el (parse-time-rules): Parse
807 "Wed, 29 Apr 98 0:26:01 EDT" times.
809 * 1998-09-10 01:58:24 Lars Magne Ingebrigtsen <larsi@gnus.org>
811 * lisp/parse-time.el (parse-time-rules): Accept times that look
814 * 1998-09-08 00:38:39 Lars Magne Ingebrigtsen <larsi@gnus.org>
816 * lisp/parse-time.el (parse-time-string): Downcase before handling.
817 (parse-time-rules): Times without seconds have 0 seconds.
819 * 1998-09-06 23:23:06 Lars Magne Ingebrigtsen <larsi@gnus.org>
821 * lisp/parse-time.el (parse-time-syntax): Use vectors.
823 * 1999-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
825 * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
826 select the article before saving.
828 * 1999-01-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
830 * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
831 `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
833 * 1999-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
835 * lisp/pop3.el (pop3-last): Use `split-string' instead of
836 `pop3-string-to-list'.
837 (pop3-stat): Likewise.
838 (pop3-munge-message-separator): Likewise.
839 (pop3-string-to-list): Abolished.
841 * 1999-01-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
843 * lisp/gnus-offline.el (gnus-offline-setup): Don't call
844 `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
846 (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
848 (gnus-offline-popup-menu): New function.
849 (gnus-offline-define-menu-and-key): Call it under Emacs to create
850 a popup menu in the group buffer.
852 * 1998-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
854 * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
855 select the article before previewing. Abolish prefix arg.
857 * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
858 the article without reservation.
859 (gnus-article-display-mime-message): Show all headers if
860 `gnus-have-all-headers' the local var of summary buffer is non-nil.
862 * 1998-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
864 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
865 `gnus-summary-next-article' in `gnus-original-article-mode'.
866 (mime-preview-over-to-previous-method-alist): Use
867 `gnus-summary-prev-article' in `gnus-original-article-mode'.
868 (gnus-article-mode-map): Define almost undefined keys to
869 `gnus-article-read-summary-keys'.
870 (gnus-article-prepare-display): Set `gnus-article-current-summary'
871 to `gnus-summary-buffer'.
873 * 1998-12-21 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
875 * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
878 * 1998-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
880 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Show version.
881 (gnus-xmas-logo-color-style): Default to `sky'.
883 * lisp/gnus.el (gnus-group-startup-message): Show version.
884 (gnus-splash-face): Shorten a wavelength.
886 * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
887 for avoiding byte-compile warning.
889 * lisp/gnus-agent.el (gnus-agent-file-coding-system): Default to
892 * 1998-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
894 * lisp/*.el: Ebola eradication.
896 * 1998-11-17 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
898 * lisp/message.el (message-dont-send): Use `message-save-drafts'
899 instead of `save-buffer'.
901 * 1998-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
903 * lisp/message.el (message-send-mail): Protect against errors.
904 (message-send-news): Likewise.
905 (message-maybe-split-and-send-mail): New function.
906 (message-maybe-split-and-send-news): New function.
908 * 1998-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
910 * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
911 `mime-insert-header' instead of `mime-insert-decoded-header'.
913 * 1998-11-09 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
915 * lisp/gnus-ofsetup.el: New file - setting function for
918 * 1998-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
920 * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
921 `mime-decode-header-in-buffer' instead of `eword-decode-header'.
923 * 1998-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
925 * lisp/nnheader.el (nnheader-parse-nov): Use
926 `make-full-mail-header'.
928 * 1998-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
930 * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
932 (gnus-article-display-message-with-encoded-word): Abolished.
934 * 1998-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
936 * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
937 value to `gnus-maybe-setup-default-charset'.
938 (gnus-maybe-setup-default-charset): New function. It is called
939 `message-maybe-setup-default-charset' at one time.
941 * lisp/message.el (message-maybe-setup-default-charset): Abolished.
943 * 1998-08-16 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
945 * lisp/gnus-offline.el : New file.
947 1999-01-18 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
949 * ChangeLog turned over.