1 2003-02-18 Jesper Harder <harder@ifa.au.dk>
3 * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
5 2003-02-18 Teodor Zlatanov <tzz@lifelogs.com>
7 * spam.el (spam-ham-move-routine)
8 (spam-mark-spam-as-expired-and-move-routine): use
9 gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
10 around process-mark manipulation on the group
12 2003-02-17 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
14 * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
17 2003-02-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19 * mail-source.el (mail-source-fetch): Reverse the return value of
20 the continuation question.
22 2003-02-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24 * nndraft.el (nndraft-request-move-article): Bind
25 nnmh-allow-delete-final to t.
27 2003-02-14 ShengHuo ZHU <zsh@cs.rochester.edu>
29 * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
31 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
33 * nntp.el (nntp-accept-process-output): Don't use point-max to get
36 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
38 * nnheader.el: Added cygwin to system-type comparisons.
40 2003-01-27 Juanma Barranquero <lektu@terra.es>
42 * imap.el (imap-mailbox-status): Fix typo.
44 2003-02-14 ShengHuo ZHU <zsh@cs.rochester.edu>
46 * gnus-art.el (gnus-article-prepare): Don't set agent mark if
49 2003-02-14 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
51 * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
53 * gnus-sum.el: Small change from Frank Weinberg
54 <frank@usenet-rundfahrt.de>:
55 (gnus-auto-center-group): New variable.
56 (gnus-summary-read-group-1): Use it.
57 (gnus-summary-next-group): Fix docstring.
59 2003-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
61 * gnus-util.el (gnus-faces-at): Simplify.
63 2003-02-13 Teodor Zlatanov <tzz@bwh.harvard.edu>
65 * spam.el (spam-ham-move-routine)
66 (spam-mark-spam-as-expired-and-move-routine): made the article
67 move conditional, so it's not called even if there's nothing to move
69 2003-02-13 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
71 * message.el (message-unix-mail-delimiter): Accept any whitespace
72 after the email address and before the date; do not require the
73 space character. From Kurt B. Kaiser <kbk@shore.net>.
75 2003-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
77 * gnus-art.el (gnus-article-only-boring-p): Make sure that the
78 gnus-article-boring-faces variable is bound; use gnus-faces-at.
80 * gnus-util.el (gnus-faces-at): New macro.
82 2003-02-13 Michael Shields <shields@msrl.com>
85 (gnus-cite-attribution-suffix, gnus-cite-parse):
86 Better handling for Microsoft citation styles.
87 (gnus-unsightly-citation-regexp): New.
89 2003-02-12 Michael Shields <shields@msrl.com>
91 * gnus-art.el (article-strip-banner): Strip both per-group and
92 per-user-address banners.
93 (article-really-strip-banner): New.
95 2003-02-12 Michael Shields <shields@msrl.com>
97 * gnus-sum.el (gnus-article-goto-next-page,
98 gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
99 relying on the summary bindings of `n' and `p'.
101 2003-02-12 Michael Shields <shields@msrl.com>
103 * gnus-art.el (gnus-article-only-boring-p): New.
104 (gnus-article-skip-boring): New.
105 * gnus-cite.el (gnus-article-boring-faces): New.
106 * gnus-sum.el (gnus-summary-next-page): Use
107 gnus-article-only-boring-p.
109 2003-02-12 Teodor Zlatanov <tzz@lifelogs.com>
111 * spam.el (spam-mark-spam-as-expired-and-move-routine)
112 (spam-ham-move-routine): unmark all articles before marking those
113 of interest and calling gnus-summary-move-article
115 2003-02-12 Jesper Harder <harder@ifa.au.dk>
117 * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
118 logically the complement of gnus-get-buffer-create and
121 * gnus-util.el (gnus-kill-buffer): do.
123 * nnmail.el: Autoload gnus-kill-buffer.
125 2002-02-11 Kevin Greiner <kgreiner@xpediantsolutions.com>
127 * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
128 gnus-summary-goto-subject as gnus-summary-update-mark operates on
130 (gnus-agent-summary-fetch-group): Minimized the number of times
131 that the article is updated in the buffer.
133 2003-02-11 Teodor Zlatanov <tzz@lifelogs.com>
135 * spam.el (spam-ham-move-routine): use the process-mark instead of
136 gnus-current-article when moving articles
137 (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
139 2003-02-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
141 * gnus-topic.el (gnus-topic-expire-articles): Recursive.
142 (gnus-topic-catchup-articles): Ditto.
143 (gnus-topic-mark-topic): Reverse recursive logic.
145 2003-02-11 Jesper Harder <harder@ifa.au.dk>
147 * gnus-sum.el (gnus-summary-refer-thread): Handle case where
148 gnus-refer-thread-limit is t.
150 2003-02-10 Jesper Harder <harder@ifa.au.dk>
152 * mm-util.el (mm-mule-charset-to-mime-charset): Use
153 sort-coding-systems to prefer utf-8 over utf-16.
155 2002-02-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
157 * gnus-agent.el (gnus-agent-expire-days):
158 gnus-request-move-article depends on gnus-agent-expire to clean up
159 the cache after moving the article. Therefore, g-a-e-d can NOT
160 default to nil or can gnus-agent-expire be disabled by doing so.
161 If you don't want to run gnus-agent-expire, don't call it.
162 (gnus-agent-expire): The broken test to disable gnus-agent-expire
163 when g-a-e-d was NOT nil was removed.
164 (gnus-agent-article-name): Removed unnecessary input test as
165 article IDs are always strings.
166 (gnus-agent-regenerate-group): Added check to protect against
167 servers that generate absurdly long article IDs. Valid IDs are
168 less than 10 digits to avoid overflow errors. Fixed logic error
169 when ensuring that the final article ID is present in the new
172 2003-02-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
174 * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
175 next line after finding the parent.
177 2003-02-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
179 * gnus.el (gnus-version-number): Bumped.
181 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
183 * gnus.el: Oort Gnus v0.15 is released.
185 2003-02-08 Michael Welsh Duggan <md5i@cs.cmu.edu>
187 * nnmail.el (nnmail-split-it): If a message ends up matching the
188 same mailbox more than once, it will cause duplicates to appear
191 2003-02-08 Simon Josefsson <jas@extundo.com>
193 * gnus-sum.el (gnus-summary-select-article): Remove blink removal
194 code that only worked under Emacs.
196 * pgg-gpg.el (pgg-gpg-process-region): Don't blink. From Satyaki
197 Das <satyaki@chicory.stanford.edu>.
199 2003-02-08 Jesper Harder <harder@ifa.au.dk>
201 * gnus-art.el (gnus-article-refer-article): Use
202 gnus-replace-in-string.
204 * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
205 (gnus-remove-duplicates): do.
207 2003-02-07 Teodor Zlatanov <tzz@lifelogs.com>
209 * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
210 (gnus-request-scan): set
211 gnus-internal-registry-spool-current-method to gnus-command-method
212 before a request-scan operation
214 * gnus-registry.el (regtest-nnmail): use
215 gnus-internal-registry-spool-current-method
219 2003-02-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
221 * mail-source.el (mail-source-fetch): Typo fix.
223 2003-02-07 Teodor Zlatanov <tzz@lifelogs.com>
225 * nnmail.el (nnmail-spool-hook): new hook
226 (nnmail-cache-insert): call nnmail-spool-hook
228 * gnus-registry.el: new file with examples of using the hooks
230 * gnus.el (gnus-registry): added registry customization group
231 (gnus-group-prefixed-name): improve function to return full group
233 (gnus-group-guess-prefixed-name): shortcut to
234 gnus-group-prefixed-name, using just the group name
235 (gnus-group-full-name): always get a group's full name
236 (gnus-group-guess-full-name): shortcut, using just the group name
238 * gnus-sum.el (gnus-summary-article-move-hook)
239 (gnus-summary-article-delete-hook)
240 (gnus-summary-article-expire-hook): new hooks
241 (gnus-summary-move-article, gnus-summary-expire-articles)
242 (gnus-summary-delete-article): invoke the new hooks
244 2003-02-07 Frank Weinberg <frank@usenet-rundfahrt.de>
246 * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
249 2003-02-07 Jesper Harder <harder@ifa.au.dk>
251 * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
253 2003-02-07 John Paul Wallington <jpw@gnu.org>
255 * mm-util.el (mm-delete-duplicates, mm-append-to-file)
256 (mm-write-region, mm-detect-coding-region): Doc fixes.
258 2003-02-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
260 * mail-source.el (mail-source-fetch): Ignore errors.
261 (mail-source-ignore-errors): New variable.
263 * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
266 * gnus-msg.el (gnus-version-expose-system): Change default.
268 2003-02-07 Vasily Korytov <deskpot@myrealbox.com>
270 * gnus-msg.el (gnus-version-expose-system): New variable.
272 2003-02-07 Simon Josefsson <jas@extundo.com>
274 * mml-sec.el (mml-unsecure-message): Don't use kill-region. Tiny
275 patch from deskpot@myrealbox.com (Vasily Korytov).
277 2003-02-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
279 * gnus-art.el (article-display-face): Get the Face header from
282 2003-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
284 * gnus-art.el (gnus-mime-view-part-internally): Bind
285 buffer-read-only to nil.
287 2003-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
289 * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
290 from g-a-e-1 to g-a-e-2.
292 2003-02-05 Teodor Zlatanov <tzz@lifelogs.com>
294 * spam.el (spam-check-BBDB): no need to regexp-quote the argument
295 of bbdb-search-simple, use spam-use-BBDB-exclusive
296 (spam-check-whitelist): use spam-use-whitelist-exclusive
297 (spam-use-whitelist-exclusive): new variable affecting
299 (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
301 2003-02-05 Simon Josefsson <jas@extundo.com>
303 * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
304 (gnus-agent-expire): Don't expire if g-a-e-d is nil.
305 (gnus-agent-expire): Move most code into gnus-agent-expire-1.
306 (gnus-agent-expire-1): New.
307 (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
308 (gnus-agent-expire-2): New.
310 2003-02-05 Jesper Harder <harder@ifa.au.dk>
312 * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
313 "delete-if" is misleading because it isn't actually destructive.
315 * gnus-topic.el (gnus-group-prepare-topics): Use new name.
317 * nnmail.el (nnmail-purge-split-history): do.
319 * gnus-win.el (gnus-get-buffer-window): do.
321 * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
323 (gnus-simplify-all-whitespace): do.
325 2003-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
327 * gnus-delay.el (gnus-delay-article): Fix binding of the
328 nndraft:delayed group.
330 2003-02-04 Teodor Zlatanov <tzz@lifelogs.com>
332 * gnus.el (spam group parameters): change 'other to 'const in
333 the group parameter definitions to soothe XEmacs
335 2003-02-04 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
337 * gnus-delay.el (gnus-delay-article): Really create
338 nndraft:delayed group if it doesn't exist.
340 2003-02-04 Jesper Harder <harder@ifa.au.dk>
342 * gnus-sum.el (gnus-summary-search-article): Speed up by
343 disabling various visual features while searching.
344 (gnus-summary-recenter): Test gnus-auto-center-summary first.
346 2003-02-03 Jesper Harder <harder@ifa.au.dk>
348 * spam.el (spam-list-of-checks): Don't quote nil and t in
349 docstrings. From the elisp manual:
351 When a documentation string refers to a Lisp symbol, write
352 it [..] with single-quotes around it. [..] There are two
353 exceptions: write t and nil without single-quotes.
355 * messcompat.el (message-from-style): do.
357 * message.el (message-send-mail): do.
359 * gnus-util.el (gnus-use-byte-compile): do.
361 * gnus-score.el (gnus-score-lower-thread): do.
363 * gnus-int.el (gnus-server-unopen-status): do.
365 * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
366 (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
368 * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
369 (gnus-group-parameters): do.
371 * gnus-art.el (gnus-article-mime-match-handle-function): do.
373 * mm-decode.el (mm-text-html-renderer): do.
375 2003-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
377 * nnheader.el (nnheader-directory-separator-character): Change the
378 way to compute the dafault value.
380 2003-02-02 Jesper Harder <harder@ifa.au.dk>
382 * gnus-art.el (gnus-button-handle-describe-key): Implement it.
383 (gnus-button-alist): Fix regexp for describe-key.
384 (gnus-button-handle-describe-function)
385 (gnus-button-handle-describe-variable)
386 (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
387 (gnus-button-handle-apropos-variable)
388 (gnus-button-handle-apropos-documentation): Docstring fix.
390 * gnus-util.el (gnus-kill-buffer): Use get-buffer.
392 2003-02-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
394 * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
397 * nnmail.el: Removed gnus-util autoload.
399 * gnus.el: Use gnus-prin1-to-string throughout.
401 * gnus-util.el (gnus-prin1-to-string): Bind print-length and
404 * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
405 (gnus-treat-display-grey-xface): Removed.
407 * gnus-fun.el (gnus-grab-cam-face): New.
408 (gnus-convert-image-to-gray-x-face): Removed.
409 (gnus-convert-gray-x-face-to-xpm): removed.
410 (gnus-convert-gray-x-face-region): Removed.
411 (gnus-grab-gray-x-face): Removed.
413 * nnmail.el (nnmail-expiry-wait-function): Doc indent.
415 2003-01-31 Jesper Harder <harder@ifa.au.dk>
417 * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
418 shouldn't depend on the rest of Gnus, so test if gnus-buffers is
421 * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
423 2003-01-30 Jesper Harder <harder@ifa.au.dk>
425 * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
426 Remove -- these are bogus options which are never used.
428 2003-01-29 Jesper Harder <harder@ifa.au.dk>
430 * gnus-art.el (gnus-article-mode): Use summary tool bar.
432 2003-01-27 Teodor Zlatanov <tzz@lifelogs.com>
434 * spam.el (spam-check-blackholes)
435 (spam-blackhole-good-server-regex): new variable to skip some IPs
436 when checking blackholes; use it
437 (spam-check-bogofilter-headers)
438 (spam-bogofilter-bogosity-positive-spam-header): new variable, in
439 case more X-Bogosity is used than just "Yes/No"
440 (spam-ham-move-routine): semi-fixed, only first article is
443 2003-01-27 Jesper Harder <harder@ifa.au.dk>
445 * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
448 * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
450 * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
452 * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
454 * gnus-bcklg.el (gnus-backlog-shutdown): do.
456 * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
458 2003-01-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
460 * gnus-fun.el (gnus-face-encode): New function.
461 (gnus-convert-png-to-face): Use it.
463 * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
465 2003-01-26 Jesper Harder <harder@ifa.au.dk>
467 * mm-decode.el (mm-dissection-list): Remove.
468 (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
469 only used in mm-remove-all-parts.
470 (mm-remove-all-parts): Remove it, it's never called.
472 2003-01-25 Simon Josefsson <jas@extundo.com>
474 * gnus-group.el (gnus-group-make-group): Report errors.
476 * nnimap.el (nnimap-request-create-group): Ditto.
478 * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
480 * sieve.el (sieve-upload): Fix error printing.
482 * mm-encode.el (mm-qp-or-base64): Always QP iff
483 mm-use-ultra-safe-encoding and cleartext PGP.
485 * gnus-sum.el (gnus-summary-select-article): Inhibit
486 redisplay (mainly for secured messages).
488 * nnmail.el (nnmail-article-group): Copy body too (but don't
491 2003-01-25 Jesper Harder <harder@ifa.au.dk>
493 * gnus-art.el (gnus-article-setup-buffer): Reset
494 gnus-button-marker-list.
496 2003-01-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
498 * nntp.el (nntp-read-timeout): Default to using a second delay
499 under Microsoft Windows.
501 2003-01-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
503 * nnheader.el (nnheader-directory-separator-character): New
506 2003-01-24 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
508 * gnus-agent.el (gnus-agent-max-fetch-size)
509 (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
510 (gnus-agent-catchup, gnus-agent-summary-fetch-group)
511 (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
512 (gnus-agent-flush-cache, gnus-agent-fetch-headers)
513 (gnus-agent-braid-nov, gnus-agent-load-alist)
514 (gnus-agent-article-alist-save-format)
515 (gnus-agent-read-agentview, gnus-agent-save-alist)
516 (gnus-agent-fetch-group-1, gnus-agent-expire)
517 (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
518 (gnus-agent-regenerate-group): Reformat to keep under eighty
519 columns. Reword docstrings so that first line is under eighty
520 chars and a complete sentence. Still need to work on the rear
521 end of the file, in particular gnus-agent-expire.
523 2003-01-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
525 * gnus-agent.el (gnus-agentize): Indent.
527 * gnus.el (gnus-version-number): Bumped.
529 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
531 * gnus.el: Oort Gnus v0.14 is released.
533 2003-01-24 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
535 * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
536 before beginning. Tiny patch from Mark Thomas
537 <swoon@bellatlantic.net>.
539 2003-01-24 Teodor Zlatanov <tzz@lifelogs.com>
541 * spam.el (spam-check-blackholes, spam-split)
542 (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
543 gnus-message calls to show to users what spam.el is doing
545 2003-01-24 Jesper Harder <harder@ifa.au.dk>
547 * gnus-msg.el (gnus-message-replysign)
548 (gnus-message-replyencrypt): Fix typo.
550 2003-01-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
552 * gnus-art.el (gnus-mime-security-show-details): Toggle showing
555 2003-01-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
557 * gnus-art.el (gnus-article-press-button): let* -> let.
558 (gnus-mime-security-show-details): Cleaned up.
559 (gnus-mime-security-press-button): Save excursion.
560 (gnus-insert-mime-security-button): Clean up.
562 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
564 * gnus-async.el (gnus-async-wait-for-article): Don't use a
567 * nntp.el (nntp-accept-process-output): Removed timeout.
568 (nntp-read-timeout): New variable.
569 (nntp-accept-process-output): Use it.
571 * gnus-sum.el (gnus-data-find-list): Remove *.
573 2002-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
575 * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
576 introduced on 2002-01-22.
577 (gnus-summary-first-unseen-or-unread-subject): Ditto.
579 2003-01-23 Teodor Zlatanov <tzz@lifelogs.com>
581 * spam.el (spam-check-regex-headers, spam-list-of-checks)
582 (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
583 checks of incoming mail based on simple header regexp matching
585 2003-01-22 Teodor Zlatanov <tzz@lifelogs.com>
587 * gnus-sum.el (gnus-spam-mark): set to `$'
589 2002-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
591 * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
592 gnus-newsgroup-unfetched, the list of articles whose headers have
593 not been fetched from the server.
595 * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
596 parameter as it never worked due to a bug. Added check to prevent
597 selection of any article in the gnus-newsgroup-unfetched list.
598 (gnus-summary-find-prev): Added check to prevent selection of any
599 article in the gnus-newsgroup-unfetched list.
600 (gnus-summary-first-subject): Documented API. Modified
601 implementation so that constraints are handled independently.
602 Added check to prevent selection of any article in the
603 gnus-newsgroup-unfetched list.
604 (gnus-summary-first-unseen-subject): Updated parameters in
605 gnus-summary-first-subject call to match new API.
606 (gnus-summary-first-unseen-or-unread-subject): Ditto.
607 (gnus-summary-catchup): Do not mark unfetched articles as read.
609 2003-01-22 Jesper Harder <harder@ifa.au.dk>
611 * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
612 make-obsolete-variable allows only two arguments in XEmacs and
615 * gnus-sum.el (gnus-summary-wash-hide-map): Remove
616 gnus-article-hide-pgp.
617 (gnus-summary-make-menu-bar): do.
619 * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
620 (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
621 gnus-article-hide-pgp.
622 (article-hide-pgp): Remove.
623 (gnus-article-hide): Remove gnus-article-hide-pgp.
625 * gnus.el: Remove gnus-article-hide-pgp
627 2003-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
629 * message.el (message-required-headers): Doc fix.
631 2003-01-21 Teodor Zlatanov <tzz@lifelogs.com>
633 * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
634 (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
635 option to make ifile a purely binary classifier
637 2003-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
639 * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
640 (mml-secure-encrypt-pgpmime): Removed double.
642 * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
643 debugging statements.
645 2003-01-21 Andreas Fuchs <asf@void.at>
647 * mml-sec.el (mml-sign-alist): Added pgpauto.
649 2003-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
651 * gnus.el (gnus-version-number): Bumped version number.
653 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
655 * gnus.el: Oort Gnus v0.13 is released.
657 2003-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
659 * gnus-art.el (gnus-button-url-regexp): Removed |.
661 * message.el (message-send-hook): Doc fix.
663 * gnus-win.el (gnus-buffer-configuration): Display article
664 instead of article-copy when `reply'.
666 2003-01-21 Jesper Harder <harder@ifa.au.dk>
668 * gnus.el (gnus-format): Change customize group to gnus.
669 (gnus-cache): Add link.
670 (gnus-group-charter-alist): Fix docstring.
672 2003-01-20 Jesper Harder <harder@ifa.au.dk>
674 * mailcap.el (mailcap-print-command): lpr-command might be
677 2002-01-18 Kevin Greiner <kgreiner@xpediantsolutions.com>
679 * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
681 * gnus-sum.el (gnus-summary-update-article-line): Fixed
682 calculation of net characters added for use in the gnus-data
685 2003-01-18 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
687 * nnmail.el (nnmail-process-unix-mail-format): Improve error
688 message. Suggested by Jari Aalto.
690 2003-01-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
692 * gnus-art.el (gnus-article-followup-with-original): Clean up.
693 (gnus-article-reply-with-original): Ditto.
695 * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
696 read articles don't become unread.
698 2003-01-17 Simon Josefsson <jas@extundo.com>
700 * gnus-fun.el (gnus-x-face-from-file):
701 (gnus-face-from-file): Suggest image format in minibuffer prompt.
703 * gnus-fun.el (gnus-convert-image-to-x-face-command)
704 (gnus-convert-image-to-face-command): Doc fix.
706 2003-01-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
708 * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
710 2003-01-17 Jesper Harder <harder@ifa.au.dk>
712 * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
713 avoid encoding problems.
715 * mailcap.el (mailcap-ps-command): New variable.
716 (mailcap-mime-data): Add print entry where applicable. Use
719 2003-01-16 ShengHuo ZHU <zsh@cs.rochester.edu>
721 * gnus-sum.el (gnus-alter-header-function): Add type and group.
723 2003-01-16 Simon Josefsson <jas@extundo.com>
725 * gnus-fun.el (gnus-convert-image-to-x-face-command)
726 (gnus-convert-image-to-face-command, gnus-x-face-from-file)
727 (gnus-face-from-file): Doc fix; don't mention image format.
729 2003-01-16 Teodor Zlatanov <tzz@lifelogs.com>
731 * spam.el (spam-get-article-as-filename): new function (unused for now)
732 (spam-get-article-as-buffer): new function
733 (spam-get-article-as-string): use spam-get-article-as-buffer
734 (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
736 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
738 * gnus-agent.el: Don't use `path'.
739 From the GNU coding standards:
741 Please do not use the term ``pathname'' that is used in Unix
742 documentation; use ``file name'' (two words) instead. We use
743 the term ``path'' only for search paths, which are lists of
746 * nnsoup.el (nnsoup-file-name): Ditto.
748 * nnmail.el (nnmail-pathname-coding-system): Ditto.
749 (nnmail-group-pathname): Ditto.
751 * nnimap.el (nnimap-group-overview-filename): Ditto.
753 * nnheader.el (nnheader-pathname-coding-system): Ditto.
754 (nnheader-group-pathname): Ditto.
756 * nnfolder.el (nnfolder-group-pathname): Ditto.
758 * gnus.el (gnus-home-directory): Ditto.
760 * gnus-group.el (gnus-group-icon-list): Ditto.
762 2003-01-16 Jesper Harder <harder@ifa.au.dk>
764 * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
766 * message.el (message-mode-menu): Use it.
767 (message-mode-menu): Deactivate "Yank Original" if there's no
770 * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
772 * message.el (message-mark-active-p): New function.
774 2003-01-15 Teodor Zlatanov <tzz@lifelogs.com>
776 * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
777 (spam-bogofilter-database-directory): new variables
778 (spam-check-bogofilter-headers, spam-check-bogofilter)
779 (spam-bogofilter-register-with-bogofilter)
780 (spam-bogofilter-register-spam-routine)
781 (spam-bogofilter-register-ham-routine)
782 (spam-group-ham-processor-bogofilter-p): new functions for the new
784 (spam-summary-prepare-exit): use the new Bogofilter functions
785 (spam-list-of-checks): added spam-use-bogofilter-headers
786 (spam-bogofilter-score): rewrote function
787 (spam-check-bogofilter): optional score parameter, uses
788 spam-check-bogofilter-headers better
789 (spam-check-bogofilter-headers): optional score parameter
791 * gnus.el (gnus-install-group-spam-parameters): new variable, t by
792 default, in the gnus-start customization group. Used to disable
793 the spam-*/ham-* parameters.
794 (gnus-group-ham-exit-processor-bogofilter): new ham processor
796 2003-01-15 Jesper Harder <harder@ifa.au.dk>
798 * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
801 * gnus-ems.el (gnus-mark-active-p): do.
803 2003-01-15 Kevin Ryde <user42@zip.com.au>
805 * gnus.texi (Using MIME): Mention auto-compression-mode with
808 2003-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
810 * message.el (message-send): Don't warn about duplicates when
813 2003-01-15 Simon Josefsson <jas@extundo.com>
815 * nnimap.el (nnimap-split-download-body): New variable.
816 (nnimap-split-articles): Use it.
818 2002-01-14 Kevin Greiner <kgreiner@xpediantsolutions.com>
820 * gnus-agent.el (gnus-agent-check-overview-buffer): This data
821 integrity checker was incorrectly flagging, and removing, articles
822 whose article number was negative.
823 (gnus-agent-fetch-group-1): When executed in the group's summary
824 buffer, refresh each downloaded line to update the status flag and
825 font. Preserve the value of gnus-newsgroup-headers so that
826 gnus-agent-fetch-articles can split the requests by size.
827 (gnus-agent-expire): Corrected day calculation for when
828 gnus-agent-expire-days contains a list.
830 2003-01-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
832 * gnus-audio.el (gnus-audio-au-player): Use executable-find.
834 2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
836 * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
837 /usr/bin/play as default player.
838 (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
840 2003-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
842 * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
843 articles to be marked as well.
845 2002-01-14 Kevin Greiner <kgreiner@xpediantsolutions.com>
846 * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
847 fictious headers generated by nnagent (ie. Undownloaded Article
848 ####) in the list of articles that have not been downloaded.
850 * gnus-int.el (): Added require declarations to resolve
851 compile-time warnings.
852 (gnus-open-server): If the server status is set to offline,
853 recursively execute gnus-open-server to open the offline backend
856 2003-01-14 Jesper Harder <harder@ifa.au.dk>
858 * gnus-art.el (gnus-article-reply-with-original): Use
860 (gnus-article-followup-with-original): do.
862 2003-01-13 Reiner Steib <Reiner.Steib@gmx.de>
864 * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
866 2003-01-13 Reiner Steib <Reiner.Steib@gmx.de>
868 * gnus-score.el (gnus-score-edit-file-at-point): New function.
869 (gnus-score-find-trace): Bind it to `e' key. Added `q' for quit.
871 2003-01-13 Romain FRANCOISE <romain@orebokech.com>
873 * gnus-fun.el (gnus-x-face-from-file): Quote file name.
874 (gnus-face-from-file): Ditto.
876 2003-01-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
878 * gnus-sum.el (gnus-articles-to-read): Don't just apply
879 gnus-alter-articles-to-read-function to the unread articles.
881 2003-01-13 Reiner Steib <Reiner.Steib@gmx.de>
883 * deuglify.el (gnus-article-outlook-unwrap-lines)
884 (gnus-article-outlook-repair-attribution)
885 (gnus-article-outlook-rearrange-citation): New function names,
886 renamed from "gnus-outlook-" to "gnus-article-outlook-". Changed
889 * gnus-sum.el (gnus-summary-mode-map): Use new function names,
890 removed `W k' key binding (use `W Y f' instead).
891 (gnus-summary-make-menu-bar): Use new function names.
893 2003-01-13 Simon Josefsson <jas@extundo.com>
895 * gnus-fun.el (gnus-random-x-face): Doc fix.
896 (gnus-insert-random-x-face-header): New function.
898 2003-01-13 Jesper Harder <harder@ifa.au.dk>
900 * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
903 * gnus-msg.el (gnus-inews-do-gcc): Comment.
905 * gnus-ems.el (gnus-mark-active-p): New function.
907 * gnus-group.el (gnus-topic-mode-p): New function.
908 (gnus-group-make-menu-bar): Show more key bindings in topic mode.
909 Deactivate items if mark is not active.
911 2003-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
913 * gnus.el (gnus-version-number): Bumped version.
914 (gnus-summary-line-format): Doc fix.
916 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
918 * gnus.el: Oort Gnus v0.12 is released.
920 2003-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
922 * mail-source.el (mail-sources): Removed autoload to make it
923 compile under XEmacs.
925 2003-01-12 Raymond Scholz <ray-2003@zonix.de>
927 * gnus-msg.el (gnus-confirm-mail-reply-to-news): May be a
928 regexp or a function too.
929 (gnus-confirm-treat-mail-like-news): New variable. Ask for
930 confirmation even if the original article is mail.
932 2003-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
934 * gnus-msg.el (gnus-inews-add-send-actions): Get the right
935 articles to be marked when not yanking.
937 2003-01-12 Fran
\e,Ag
\e(Bois-David Collin <Francois-David.Collin@curie.fr>
939 * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
941 2003-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
943 * gnus-fun.el (gnus-face-from-file): Autoload.
945 * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
948 2003-01-12 Simon Josefsson <jas@extundo.com>
950 * sieve.el (sieve-upload-and-bury): New. Suggested by
951 kai.grossjohann@uni-duisburg.de (Kai Gro
\e,A_
\e(Bjohann).
953 * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
954 Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro
\e,A_
\e(Bjohann).
956 2003-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
958 * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
961 * gnus.el (gnus-version-number): Bumped version number.
963 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
965 * gnus.el: Oort Gnus v0.11 is released.
967 2003-01-12 Jesper Harder <harder@ifa.au.dk>
969 * message.el (message-fetch-reply-field): Narrow to headers.
971 * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
974 2002-01-11 Kevin Greiner <kgreiner@xpediantsolutions.com>
976 * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
977 marks from articles that are already stored in the agent.
978 (gnus-agent-backup-overview-buffer): New debug tool. Creates a
979 backup copy of an invalid .overview file for later analysis.
981 2003-01-12 Gregorio Gervasio, Jr. <gtgj@pacbell.net>
983 * gnus-sum.el (gnus-summary-exit): Reverse change to make group
984 exit work with two frames.
986 2003-01-11 Fran
\e,Ag
\e(Bois-David Collin <Francois-David.Collin@wanadoo.fr>
988 * message.el (message-forward-make-body): Use mule4.
990 2003-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
992 * message.el (message-mode-map): Move wide-reply command.
994 2003-01-10 Reiner Steib <Reiner.Steib@gmx.de>
996 * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
998 (gnus-outlook-display-hook): New variable.
999 (gnus-outlook-display-article-buffer): New function.
1000 (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1001 (gnus-outlook-deuglify-article): Made them interactive and added
1002 optional arg. Use `g-o-d-a-b'.
1003 (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1005 * gnus-sum.el: Added autoloads.
1006 (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1007 (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1009 2003-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1011 * gnus-art.el (gnus-display-mime): Use the mime emulation
1014 * gnus-sum.el (gnus-article-emulate-mime): New variable.
1016 * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1017 newsrc-alist is initialized properly.
1019 * mail-source.el (mail-sources): Autoload.
1021 * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1024 * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1025 insert two newlines.
1027 * message.el (message-check-news-header-syntax): Compute the
1028 header length correctly.
1030 2002-01-10 Kevin Greiner <kgreiner@xpediantsolutions.com>
1032 * gnus-agent.el (gnus-agent-expire): Do not remove article from
1033 alist when keeping fetched article file.
1034 (gnus-agent-retrieve-headers): When parsing response for article
1035 numbers, use the same algorithm as gnus-agent-braid-nov to protect
1036 against garbage in the server's response.
1038 * gnus-int.el (gnus-request-expire-articles,
1039 gnus-request-move-article): Only expire when the group's server
1042 2003-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1044 * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1045 errors when deleting overlays.
1047 * gnus-score.el (gnus-score-followup): Allow tracing.
1049 * gnus-art.el (gnus-treat-display-face): New variable.
1050 (article-display-face): New command.
1052 * gnus-fun.el (gnus-face-from-file): New function.
1053 (gnus-convert-face-to-png): Ditto.
1055 * gnus-art.el (gnus-ignored-headers): Added Face.
1057 2003-01-10 Simon Josefsson <jas@extundo.com>
1059 * nndraft.el (nndraft-request-group): Avoid crash in
1060 directory-files when draft directory doesn't exists.
1062 * gnus-sum.el (gnus-select-article-hook): Add :option.
1064 2003-01-10 Teodor Zlatanov <tzz@lifelogs.com>
1066 * spam.el (spam-use-stat): new variable
1067 (spam-group-spam-processor-stat-p)
1068 (spam-group-ham-processor-stat-p): new convenience functions
1069 (spam-summary-prepare-exit): add spam/ham processors to sequence
1070 (spam-list-of-checks): add spam-use-stat to list of checks
1071 (spam-split): conditionally load the spam-stat tables
1072 (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1073 spam-check-ifile): new functions
1075 * spam-stat.el (spam-stat): typo fix
1076 (spam-stat-install-hooks): new variable
1077 (spam-stat-split-fancy-spam-group): added documentation clarification
1078 (spam-stat-split-fancy-spam-threshhold): new variable
1079 (spam-stat-install-hooks): make hooks conditional
1080 (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1082 * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1083 spam-stat ham/spam processor symbols
1085 2003-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1087 * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1090 2003-01-10 Simon Josefsson <jas@extundo.com>
1092 * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1093 undownloaded/downloadable only when unplugged.
1095 2003-01-10 Jesper Harder <harder@ifa.au.dk>
1097 * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1099 2003-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1101 * spam.el (spam-check-ifile): fixed call-process-region to use the
1102 db parameter only if it's set
1103 (spam-ifile-register-with-ifile): ditto
1105 2003-01-09 Alex Schroeder <alex@emacswiki.org>
1107 * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1108 spam-stat-nbad before creating the hash table.
1109 (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1110 Changed copyright statement to FSF.
1112 2002-01-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
1114 * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1115 processable articles as read.
1116 (gnus-agent-summary-fetch-series): Remove processable and
1117 downloadable marks on all downloaded articles in the series.
1119 * nntp.el (nntp-report): Throw error after reporting the problem.
1120 (nntp-accept-process-output): Corrected error check to report an
1121 error when the process is nil.
1123 2003-01-09 Simon Josefsson <jas@extundo.com>
1125 * message.el (message-tool-bar-map): Add preview.
1127 2003-01-09 Jesper Harder <harder@ifa.au.dk>
1129 * mml.el (mml-preview): Get rid of MIME handles and buffers after
1132 2003-01-08 Paul Jarc <prj@po.cwru.edu>
1134 * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1135 bug when the (n+1)th article to be added to a group has a smaller
1136 number than the n articles already added.
1138 2003-01-08 Jesper Harder <harder@ifa.au.dk>
1140 * message.el (message-mode-field-menu): Use backquote.
1142 2003-01-08 Teodor Zlatanov <tzz@lifelogs.com>
1144 * spam.el: fixed the BBDB autoloads again, using
1145 bbdb-search-simple now (which is not a macro, thank god)
1147 * lpath.el (bbdb-search): removed function from maybe-fbind list
1149 * gnus.el (ham-process-destination): added new parameter for
1150 destination of ham articles found in spam groups at summary exit
1152 * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1153 (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1154 (spam-ifile-database-path): added new parameter for ifile's database
1155 (spam-move-spam-nonspam-groups-only): new parameter to determine
1156 if spam should be moved from all groups or only some
1157 (spam-summary-prepare-exit): fixed logic to use
1158 spam-move-spam-nonspam-groups-only when deciding to invoke
1159 spam-mark-spam-as-expired-and-move-routine; always invoke that
1160 routine after the spam has been expired-or-moved in case there's
1161 some spam left over; use spam-ham-move-routine in spam groups
1162 (spam-ham-move-routine): new function to move ham articles to the
1163 ham-process-destinations group parameter
1165 2003-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1167 * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1169 * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1170 gnus-summary-update-article-line.
1172 2003-01-08 Simon Josefsson <jas@extundo.com>
1174 * nnmail.el (nnmail-expiry-target-group): Request group, create it
1177 2003-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1179 * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1181 2003-01-07 Teodor Zlatanov <tzz@lifelogs.com>
1183 * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1186 2003-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1188 * gnus-spec.el (gnus-parse-format): %C is a complex format.
1189 (gnus-parse-format): Change to %~.
1191 * message.el (message-generate-headers): Don't generate optional
1194 2003-01-07 Reiner Steib <Reiner.Steib@gmx.de>
1196 * message.el (message-cross-post-default)
1197 (message-cross-post-note-function, message-shoot-gnksa-feet)
1198 (message-strip-subject-trailing-was, message-change-subject)
1199 (message-mark-insert-file, message-cross-post-followup-to)
1200 (message-cross-post-followup-to, message-mode-map)
1201 (message-generate-unsubscribed-mail-followup-to)
1202 (message-make-mail-followup-to): Minor changes to doc-strings and
1203 error messages. Updated copyright line.
1205 * message.el (message-make-mail-followup-to,
1206 message-generate-unsubscribed-mail-followup-to): New function
1207 names. Renamed functions: "-mft" -> "-mail-followup-to".
1208 (message-make-mft, message-gen-unsubscribed-mft): Removed function
1211 * mml.el (mml-preview-insert-mail-followup-to): New function name.
1212 (mml-preview-insert-mft): Removed function name.
1213 (mml-preview): Use new function names.
1215 * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1217 * message.el (message-mode-field-menu): Moved header related
1218 commands from "Message" to "Field" menu.
1220 2003-01-07 Reiner Steib <Reiner.Steib@gmx.de>
1222 * message.el (message-generate-headers-first): Added customization
1223 if variable is a list.
1225 2003-01-07 Michael Shields <shields@msrl.com>
1227 * gnus-art.el (gnus-article-next-page): Correctly handle the case
1228 where the last line of the article is the last line of the window.
1230 2003-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1232 * gnus-msg.el (gnus-debug): Use ignore-errors.
1234 * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1235 `gnus-summary-update-line'.
1237 2003-01-08 Simon Josefsson <jas@extundo.com>
1239 * gnus-art.el (gnus-unbuttonized-mime-types)
1240 (gnus-buttonized-mime-types): Doc fix.
1242 2003-01-08 Jesper Harder <harder@ifa.au.dk>
1244 * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1246 2003-01-07 ShengHuo ZHU <zsh@cs.rochester.edu>
1248 * nnrss.el (nnrss-group-alist): Add and clear up.
1250 2003-01-07 Teodor Zlatanov <tzz@lifelogs.com>
1252 * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1254 * lpath.el (bbdb-search): added BBDB functions for a better way to
1255 fix missing functions
1257 * spam.el (spam-check-ifile): if should be an unless
1259 * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1260 spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1261 (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1263 2003-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1265 * gnus-sum.el (gnus-summary-make-menu-bar): Added
1266 gnus-summary-refer-thread to thread menu.
1268 2002-01-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
1270 * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1271 summary buffer, articles that cannot be fetched are marked as
1274 * nntp.el (nntp-with-open-group): The quit signal handler must
1275 propagate the quit signal to the next outer handler so that the
1276 caller knows that the request aborted abnormally.
1278 2003-01-07 Teodor Zlatanov <tzz@lifelogs.com>
1280 * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1281 (spam-ifile-register-spam-routine)
1282 (spam-ifile-register-ham-routine): added ifile functionality that
1283 does not use ifile-gnus.el to classify and register articles
1284 (spam-get-article-as-string): convenience function
1285 (spam-summary-prepare-exit): added ifile spam and ham registration
1286 (spam-ifile-all-categories, spam-ifile-spam-category)
1287 (spam-ifile-path, spam-ifile): added customization options
1289 * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1291 (spam-process): added gnus-group-ham-exit-processor-ifile to the
1294 2003-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1296 * gnus-score.el (gnus-score-followup): Also score immediate
1299 2003-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1301 * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1303 2003-01-07 Simon Josefsson <jas@extundo.com>
1305 * message.el (message-mode-menu): Fix receipt balloon help.
1307 2003-01-07 Jesper Harder <harder@ifa.au.dk>
1309 * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1310 always be interpreted as news.
1312 2003-01-07 Simon Josefsson <jas@extundo.com>
1314 * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1315 gnus-sieve-script, instead of the global variable
1316 gnus-sieve-crosspost. One-line patch from Steinar Bang
1319 2002-01-06 Kevin Greiner <kgreiner@xpediantsolutions.com>
1321 * gnus.el: Renamed gnus-summary-*-uncached-face as
1322 gnus-summary-*-undownloaded-face to avoid confusing the agent with
1325 * gnus-sum.el: Ditto.
1327 2002-01-06 Kevin Greiner <kgreiner@xpediantsolutions.com>
1329 * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1330 in either the group or summary buffer.
1331 New command "JS", in summary buffer, will fetch articles per the
1332 group's category, predicate, and processable flags.
1333 (gnus-agent-summary-fetch-series): Rewritten to call
1334 gnus-agent-session-fetch-group once with all articles in the
1336 (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1337 return list of fetched articles.
1338 (gnus-agent-fetch-articles): Split fetch list into sublists such
1339 that the article buffer is only slightly larger than
1340 gnus-agent-max-fetch-size. Added unwind-protect to ensure that
1341 the group's article alist is saved.
1342 (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1343 longer result in the agent trying to fetch an article.
1344 (gnus-agent-fetch-group-1): Can now be called in either the group
1345 or summary buffer. Removed the max-fetch-size code that I added
1346 on 2002-12-13 as that capability is now part of
1347 gnus-agent-fetch-articles. Added code to update summary buffer.
1348 When called in the group buffer, articles that can not be fetched
1349 are AUTOMATICALLY MARKED AS READ.
1351 * gnus-sum.el (): Modified eval-when-compile to minimize
1352 misleading compilation warnings.
1353 (gnus-update-summary-mark-positions): Changed code to use
1354 gnus-undownloaded-mark rather than gnus-downloaded-mark.
1356 * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1357 empty file as the parser assumes that the file isn't empty.
1359 * nntp.el (nntp-send-string): The process-send-string call can,
1360 because it performs I/O on the process, change the process' state
1361 from open to closed. If this happens, call nntp-report
1362 immediately to report the broken connection.
1363 (nntp-report): Rewritten to avoid needing a global variable to
1364 determine the appropriate course of action. Instead, two function
1365 implementations are provided and the nntp-report function value is
1366 bound to the appropriate implementation.
1367 (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1368 (nntp-with-open-group): Now binds nntp-report's function cell
1369 rather than binding gnus-with-open-group-first-pass. Added a
1370 condition-case to detect a quit during a nntp command. When the
1371 quit occurs, the current connection is closed as a fetch articles
1372 request could have several megabytes queued up for reading.
1373 (nntp-retrieve-headers): Bind articles to itself. If
1374 nntp-with-open-group repeats this command, I must have access to
1375 the original list of articles.
1376 (nntp-retrieve-groups): Ditto for groups.
1377 (nntp-retrieve-articles): Ditto for articles.
1378 (*): Replaced nntp-possibly-change-group calls to
1379 nntp-with-open-group forms in all, but one, occurrance.
1380 (nntp-accept-process-output): Bug fix. Detect when called with
1383 2003-01-06 Jesper Harder <harder@ifa.au.dk>
1385 * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1386 if we don't need to.
1387 (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1389 2003-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1391 * gnus-group.el (gnus-group-make-web-group): Pass the select
1392 method on to group-create.
1393 (gnus-group-line-format-alist): %U is an integer.
1395 * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1397 (gnus-summary-read-group-1): Ditto.
1398 (gnus-group-make-articles-read): Ditto.
1400 * mm-url.el (mm-url-program): Doc fix.
1402 * message.el (message-mode-map): Rebound
1403 message-insert-wide-reply.
1405 2003-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1407 * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1408 color as `gnus-group-startup-message' does.
1410 2003-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1412 * spam.el: fixed line lengths to 80 chars or less
1414 * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1416 (gnus-summary-mark-forward): added the spam-mark to the list of
1417 marks not to be marked as "read" when viewed
1419 2003-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1421 * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1423 * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1424 Protect against unactive groups.
1426 * message.el (message-check-news-header-syntax): Check long
1428 (message-check-news-header-syntax): Update `start'.
1430 * gnus-group.el (gnus-group-expire-articles): Doc fix.
1431 (gnus-group-line-format): %U.
1432 (gnus-group-line-format-alist): ?U.
1433 (gnus-number-of-unseen-articles-in-group): New function.
1435 * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1437 * gnus.el (gnus-version-number): Bump version number.
1439 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1441 * gnus.el: Oort Gnus v0.10 is released.
1443 2003-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1445 * gnus.el (gnus-version-number): Fix version number.
1447 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1449 * gnus.el: Oort Gnus v0.08 is released.
1451 2003-01-04 Jesper Harder <harder@ifa.au.dk>
1453 * mm-util.el: Add mm-string-make-unibyte.
1455 * gnus-group.el (gnus-group-jump-to-group): Make it work for
1458 2003-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1460 * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1462 * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1464 2003-01-04 Kevin Ryde <user42@zip.com.au>
1466 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1469 2003-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1471 * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1472 (gnus-summary-read-group-1): Update group line.
1473 (gnus-summary-exit-no-update): Update group on exit.
1475 * gnus-group.el (gnus-group-line-format): Add %*.
1476 (gnus-group-line-format-alist): Ditto.
1477 (gnus-group-insert-group-line): Set it.
1478 (gnus-group-is-exiting-p): New variable.
1479 (gnus-group-insert-group-line): Use it.
1481 2003-01-03 Teodor Zlatanov <tzz@beld.net>
1483 * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1484 enable BBDB ham processing
1485 (spam-blacklist-register-routine): enable blacklist spam processing
1486 (spam-whitelist-register-routine): enable whitelist ham processing
1487 (spam-fetch-field-from-fast): fast fetching of the "from" field
1488 from (gnus-data-list)
1489 (spam-summary-prepare-exit): works completely now
1490 (spam-use-blacklist): oops, should be nil by default
1491 (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1492 split processing now; before it was for summary exit as
1493 well but that's done with the spam-contents and spam-process
1496 2003-01-03 Jesper Harder <harder@ifa.au.dk>
1498 * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1501 2003-01-02 Teodor Zlatanov <tzz@lifelogs.com>
1503 * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1504 (spam-group-processor-p, spam-group-processor-bogofilter-p)
1505 (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1506 (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1507 (spam-mark-spam-as-expired-and-move-routine)
1508 (spam-generic-register-routine, spam-BBDB-register-routine)
1509 (spam-ifile-register-routine, spam-blacklist-register-routine)
1510 (spam-whitelist-register-routine): new functions
1511 (spam-summary-prepare-exit): added summary exit processing (expire
1512 or move) of spam-marked articles for spam groups; added slots for
1513 all the spam-*-register-routine functions
1515 2003-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1517 * pop3.el (pop3-retr): Wait 500 msecs.
1518 (pop3-read-response): Ditto.
1520 * gnus-msg.el (gnus-setup-message): Get the evaliation order
1522 (gnus-inews-make-draft): New function.
1523 (gnus-setup-message): Use it.
1525 * message.el (message-required-headers): Add From.
1527 2003-01-02 Katsumi Yamaoka <yamaoka@jpl.org>
1528 Trivial patch from Norbert Koch <nk@viteno.net>.
1530 * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1532 2003-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1534 * message.el (message-generate-headers): Let header formatters do
1537 2003-01-02 Raymond Scholz <ray-2003@zonix.de>
1539 * deuglify.el (gnus-article-outlook-deuglify-article):
1540 Rehighlight, reapply treatments and call
1541 `gnus-article-prepare-hook'. Suggested by Niels Olof Bouvin.
1542 (gnus-outlook-repair-attribution-block): Recognize cited
1543 attributions. Suggested by Niklas Morberg.
1545 2003-01-02 Pete Kazmier <pete@kazmier.com>
1547 * gnus-art.el (gnus-treat-predicate): Check condition first.
1549 2003-01-02 Jesper Harder <harder@ifa.au.dk>
1551 * lpath.el: Add url-http-file-exists-p.
1553 * gnus-group.el (gnus-group-fetch-charter): Use
1554 http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1556 2003-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1558 * message.el (message-draft-headers): Also generate From to get a
1559 nicer draft buffer summary.
1561 * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1564 * gnus-art.el (article-wash-html): Clean up.
1565 (article-wash-html): Typo fix.
1567 * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1568 (gnus-summary-mail-forward): To many lists of lists.
1570 * gnus-art.el (article-wash-html): Clean up.
1572 2003-01-02 pete-temp <pete-temp-12-29-2002@kazmier.com>
1574 * gnus-art.el (gnus-treat-wash-html): New variable.
1576 2003-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1578 * message.el (message-check-news-header-syntax): Allow posting.
1579 (message-check-news-header-syntax): Fix logic for sure, this
1582 2003-01-02 Matthieu Moy <Matthieu.Moy@imag.fr>
1584 * message.el (message-check-news-header-syntax): Check syntax of
1585 continuation headers.
1587 2003-01-02 Reiner Steib <Reiner.Steib@gmx.de>
1589 * gnus-art.el (gnus-button-url-regexp,
1590 (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1591 (gnus-header-button-alist): Regexps are case insensitive here.
1593 2003-01-02 Simon Josefsson <jas@extundo.com>
1595 * dig.el (query-dig): Doc fix.
1597 2003-01-02 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1599 * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1600 summary buffer line, not just the download mark.
1602 2003-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1604 * gnus-sum.el (gnus-summary-goto-subjects): New function.
1605 (gnus-summary-insert-dormant-articles): New command and
1608 * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1609 function for mass insertion of subjects.
1611 * nndraft.el (nndraft-generate-headers): Don't move point.
1613 * gnus.el (nnheader): Require nnheader.
1615 * nndraft.el (nndraft-request-associate-buffer): Use
1616 make-local-variable.
1618 2003-01-02 Michael Shields <shields@msrl.com>
1620 * nndraft.el (nndraft-request-associate-buffer): Make
1621 write-contents-hooks buffer-local before setting it.
1623 2003-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1625 * gnus.el (gnus-group-parameter-value): Take an extra param.
1626 (gnus-group-fast-parameter): Let group param results be nil.
1628 * gnus-art.el (gnus-article-forward-header): New function.
1629 (article-date-ut): Use it to remove continuation date headers.
1631 * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1633 (gnus-summary-remove-bookmark): Clean up.
1634 (gnus-summary-set-bookmark): Clean up.
1636 * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1638 * gnus.el (gnus-group-startup-message): Bind data-directory to
1639 the Gnus etc directory.
1641 2003-01-01 Teodor Zlatanov <tzz@lifelogs.com>
1643 * spam.el (spam-summary-prepare-exit): added slots for spam- and
1644 ham-processing of articles; use the new
1645 spam-group-(spam|ham)-contents-p functions
1646 (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1647 convenience functions
1648 (spam-mark-junk-as-spam-routine): use the new
1649 spam-group-spam-contents-p function
1651 * gnus.el (spam-process, spam-contents, spam-process-destination):
1652 added new parameters with corresponding global variables
1653 (gnus-group-spam-exit-processor-ifile,
1654 gnus-group-spam-exit-processor-bogofilter,
1655 gnus-group-spam-exit-processor-blacklist,
1656 gnus-group-spam-exit-processor-whitelist,
1657 gnus-group-spam-exit-processor-BBDB,
1658 gnus-group-spam-classification-spam,
1659 gnus-group-spam-classification-ham): added new symbols for the
1660 spam-process and spam-contents parameters
1662 * spam.el (spam-ham-marks, spam-spam-marks): changed list
1663 customization and list itself to store mark symbol rather than
1665 (spam-bogofilter-register-routine): added logic to generate mark
1666 values list from spam-ham-marks and spam-spam-marks, so (member)
1669 2003-01-02 Katsumi Yamaoka <yamaoka@jpl.org>
1671 * message.el (message-cross-post-followup-to): Fix comment.
1673 2003-01-01 Teodor Zlatanov <tzz@lifelogs.com>
1675 * spam.el (spam-ham-marks, spam-spam-marks): changed list
1676 customization and list itself to store mark symbol rather than
1678 (spam-bogofilter-register-routine): added logic to generate mark
1679 values list from spam-ham-marks and spam-spam-marks, so (member)
1682 2003-01-01 Raymond Scholz <ray-2002@zonix.de>
1684 * message.el (message-signature-insert-empty-line): New variable.
1686 2002-12-30 Reiner Steib <Reiner.Steib@gmx.de>
1688 * message.el: Renamed functions and variables: "xpost" ->
1689 "cross-post", "-fup2" -> "-followup-to".
1690 (message-cross-post-old-target, message-cross-post-default,
1691 message-cross-post-note, message-followup-to-note,
1692 message-cross-post-note-function): New variables names.
1693 (message-xpost-old-target, message-xpost-default,
1694 message-xpost-note, message-fup2-note,
1695 message-xpost-note-function): Removed variable names.
1696 (message-cross-post-followup-to-header,
1697 message-cross-post-insert-note, message-cross-post-followup-to):
1699 (message-xpost-fup2-header, message-xpost-insert-note,
1700 message-xpost-fup2): Removed function names.
1702 2002-12-30 Reiner Steib <Reiner.Steib@gmx.de>
1704 * message.el (message-send-mail): Added message-cleanup-headers to
1705 prevent newlines in headers.
1707 2003-01-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1709 * dns.el (dns-make-network-process): Comment.
1711 * gnus-sum.el (gnus-summary-display-while-building): Default to
1714 2003-01-01 Wes Hardaker <wes@hardakers.net>
1716 * gnus-sum.el (gnus-summary-display-while-building): New
1719 2003-01-01 Raymond Scholz <ray-2003@zonix.de>
1721 * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1722 before rearranging the article.
1724 2003-01-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1726 * nndraft.el (nndraft-generate-headers): New function.
1727 (nndraft-request-associate-buffer): Use it to write headers on
1730 * message.el (message-generate-headers): Let the function be a
1732 (message-draft-headers): New variable.
1734 * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1736 (gnus-setup-message): Use it.
1738 * message.el (message-generate-headers-first): Doc fix.
1739 (message-setup-1): Use new function for getting which headers to
1741 (message-headers-to-generate): New function.
1743 2003-01-01 ShengHuo ZHU <zsh@cs.rochester.edu>
1745 * gnus-agent.el (gnus-agent-save-alist): Make directory.
1747 2002-12-31 Reiner Steib <4uce.02.r.steib@gmx.net>
1749 * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1752 2002-12-31 Raymond Scholz <ray-2002@zonix.de>
1754 * deuglify.el (gnus-outlook-rearrange-article): Use
1755 `transpose-regions' instead of tempering the kill-ring.
1756 (gnus-article-outlook-deuglify-article): Rehighlight article
1757 instead of a complete redisplay.
1759 2002-12-31 Teodor Zlatanov <tzz@lifelogs.com>
1761 * spam.el: most defvars are defcustoms now
1763 patches from Michael Shields <shields@msrl.com>
1765 * spam.el (spam-bogofilter-articles): Select the article
1766 body using gnus-summary-show-article t instead of
1767 gnus-summary-select-article; this presents the raw text
1768 without running any hooks.
1770 * spam.el (spam-bogofilter-articles): Use message-remove-header
1771 to remove headers; the old way incorrectly removed just the first
1772 line of folded headers.
1774 2002-12-31 Katsumi Yamaoka <yamaoka@jpl.org>
1776 * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1778 2002-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1780 * gnus-start.el (gnus-load): New function.
1781 (gnus-read-newsrc-el-file): Use it.
1783 2002-12-30 Reiner Steib <Reiner.Steib@gmx.de>
1785 * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1786 (gnus-button-handle-apropos-documentation): New function.
1787 (gnus-button-handle-ctan): New function.
1788 (gnus-button-alist): Use them. Improve some regexps.
1789 (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1791 2002-12-30 Reiner Steib <Reiner.Steib@gmx.de>
1793 * message.el (message-subscribed-p): New function.
1794 (message-send-mail): Use it.
1795 * mml.el (mml-preview-insert-mft): New function.
1796 (mml-preview): Use it.
1798 2002-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1800 * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1801 when sorting by date.
1803 * gnus-art.el (gnus-article-edit-mode): New variable.
1804 (gnus-article-setup-buffer): Warn user about discarding edits.
1806 * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1807 (gnus-summary-pipe-output): Take a symbolic prefix to save all
1810 * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1812 2002-12-30 Reiner Steib <Reiner.Steib@gmx.de>
1814 * message.el (message-completion-alist): Added "Mail-Followup-To"
1815 and "Mail-Copies-To".
1817 2002-07-21 Jesper harder <harder@ifa.au.dk>
1819 * gnus-group.el: Add key bindings for
1820 gnus-group-sort-groups-by-real-name and
1821 gnus-group-sort-selected-groups-by-real-name.
1823 2002-07-21 Jesper harder <harder@ifa.au.dk>
1825 * gnus.texi (Sorting Groups): Add key bindings for
1826 gnus-group-sort-groups-by-real-name and
1827 gnus-group-sort-selected-groups-by-real-name.
1829 2002-12-30 Teodor Zlatanov <tzz@lifelogs.com>
1831 * spam.el (spam-use-dig): new variable for blackhole checking
1833 (spam-check-blackholes): added dig.el checking functionality and
1834 more verbose reporting; query-dig is autoloaded from dig.el
1835 (spam-use-blackholes): disabled by default
1836 (spam-blackhole-servers): removed rbl.maps.vix.com from the
1837 blackhole servers list
1839 2002-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1841 * message.el (message-required-headers): New variable.
1843 2002-12-30 Teodor Zlatanov <tzz@lifelogs.com>
1845 * dig.el (query-dig): new function
1847 2002-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1849 * flow-fill.el (fill-flowed): Don't infloop on too long fill
1852 * dns.el (query-dns): Protect against errors.
1854 * gnus-msg.el (gnus-article-yanked-articles): New variable.
1855 (gnus-inews-add-send-actions): Mark all answered messages as
1858 2002-08-10 Jari Aalto <jari.aalto@poboxes.com>
1860 * nnmail.el (nnmail-split-it): Added tracing to
1863 2002-08-13 Hrvoje Niksic <hniksic@xemacs.org>
1865 * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1866 and "%s" so we don't overquote them.
1868 2002-08-13 Hrvoje Niksic <hniksic@xemacs.org>
1870 * (mm-display-external): Display the actual command that has been
1871 executed in the echo area.
1873 2002-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1875 * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1877 * message.el (message-with-reply-buffer): New macro.
1878 (message-fetch-reply-field): Use it.
1879 (message-insert-wide-reply): New command and keystroke.
1880 (message-carefully-insert-headers): New function.
1881 (message-insert-to): Use new function.
1883 * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1884 (gnus-topic-goto-missing-group): Use it.
1886 * message.el (message-required-news-headers): Removed Lines.
1887 (message-reply): Don't insert References first.
1888 (message-followup): Ditto.
1889 (message-make-references): New function.
1890 (message-followup): Set message-reply-headers before generating
1893 2002-12-29 Jesper Harder <harder@ifa.au.dk>
1895 * mml.el (mml-generate-mime-1): Reverse the order of
1898 2002-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1900 * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1903 * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1904 fit with newer standard format.
1905 (gnus-summary-make-false-root-always): New variable.
1906 (gnus-gather-threads-by-subject): Use it.
1908 * message.el (message-get-reply-headers): Take an address list
1911 2002-12-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1913 * gnus.el (gnus-keep-backlog): Change default to 20.
1915 * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1917 (gnus-agent-check-overview-buffer): Remove negative article
1920 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1921 (nnmail-cache-ignore-groups): Doc fix.
1923 * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1924 (nnimap-debug-buffer): New variable.
1925 (nnimap-debug): Use it.
1927 2002-12-28 Lars Magne Ingebrigtsen <kgreiner@xpediantsolutions.com>
1929 * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1931 2002-12-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1933 * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1934 they aren't already sorted.
1936 2002-12-28 Jesper Harder <harder@ifa.au.dk>
1938 * message.el (message-mode-menu): Add ellipses to menu items
1939 expecting user interaction.
1940 (message-mode-field-menu): do.
1942 2002-12-26 Jesper Harder <harder@ifa.au.dk>
1944 * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1945 it isn't used any more.
1947 2002-12-22 Jesper Harder <harder@ifa.au.dk>
1949 * binhex.el (binhex-decoder-program): Fix docstring.
1951 2002-12-21 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1953 * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1954 special chars if the mailcap file uses single quotes around %s.
1955 From Laurent Martelli <laurent@bearteam.org>.
1957 2002-12-19 Paul Jarc <prj@po.cwru.edu>
1959 * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1960 return the info object.
1962 2002-12-18 Paul Jarc <prj@po.cwru.edu>
1964 * gnus-int.el (gnus-request-update-info): Artificially add
1965 (1 . (1- min)) to the read range, in case the backend doesn't
1966 store marks for nonexistent articles.
1968 2002-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1970 * binhex.el (binhex-insert-char): Eval-and-compile.
1972 2002-12-17 Jesper Harder <harder@ifa.au.dk>
1974 * lpath.el: Add tool-bar-local-item-from-menu.
1976 * message.el (message-tool-bar-local-item-from-menu): New function.
1977 (message-tool-bar-map): Use it.
1979 2002-12-14 Jesper Harder <harder@ifa.au.dk>
1981 * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1983 * gnus-art.el (gnus-article-header-rank): Last header in
1984 gnus-sorted-header-list should have higher rank than non-members.
1986 2002-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1988 * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1991 2002-12-12 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1993 * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1994 eval-when-compile. Suggested by Kevin Greiner.
1996 2002-12-13 Kevin Greiner <kgreiner@xpediantsolutions.com>
1998 * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1999 (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2000 even though no headers may have been fetched
2001 (gnus-agent-fetch-group-1, and perhaps others, require this
2003 (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2004 server buffer is constrained by gnus-agent-max-fetch-size.
2005 Multiple chunks in the same group may perform arbitrarily large
2008 2002-12-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
2010 * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2011 gnus-summary-update-download-mark to update the article in the
2014 2002-12-11 Kevin Greiner <kgreiner@xpediantsolutions.com>
2016 * gnus.el (gnus-summary-high-uncached-face,
2017 gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2020 * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED. I
2021 added this on 2002-11-23 but it just wasn't working out as
2022 intended. The idea isn't entirely dead, three new faces
2023 gnus-summary-*-uncached-face are being added to gnus.el to provide
2024 the basis for an improved implementation.
2025 (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2026 proper file to open is lib/servers.
2027 (gnus-summary-set-agent-mark): Expanded documentation. Unmarking
2028 (i.e. removing the article from gnus-newsgroup-downloadable) will
2029 now restore the article's default mark rather than simply setting
2031 (gnus-agent-get-undownloaded-list): Corrected documentation.
2032 Added code to set new summary local variable,
2033 gnus-newsgroup-agentized. Reworked impl so that it doesn't create
2034 a temporary list. No longer sets gnus-newsgroup-downloadable.
2035 (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2036 up to date. Call new gnus-summary-update-download-mark to keep
2037 summary buffer up-to-date.
2038 (gnus-agent-fetch-selected-article): Keep
2039 gnus-newsgroup-undownloaded up to date.
2040 (gnus-agent-fetch-articles): Return list of articles that were
2041 successfully fetched.
2042 (gnus-agent-check-overview-buffer): No more thingatpt.
2043 (gnus-agent-expire): No longer deletes NOV entries of unread
2045 (gnus-agent-unread-articles): New function.
2046 (gnus-agent-regenerate-group): The article number must be
2047 terminated by a tab character. Added more messages to report
2048 repairs. Inhibit quits while writing changes so it is now safe
2049 have to quit regeneration. Renamed gnus-tmp-downloaded back to
2050 downloaded to 1) resolve the unbound references and 2) avoid
2051 confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2053 * gnus-art.el (gnus-article-prepare): The agent
2054 downloaded/undownloaded mark is no longer stored as the article's
2057 * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2058 gnus-summary-highlight may use it. Added downloaded as
2059 gnus-summary-highlight was using it.
2061 * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2062 the download mark now follows Kai's +/- convention.
2063 (gnus-downloaded-mark): Added ?+ mark.
2064 (gnus-summary-highlight): Added rules to select
2065 gnus-summary-high-uncached-face,
2066 gnus-summary-normal-uncached-face, and
2067 gnus-summary-low-uncached-face. Removed the
2068 gnus-agent-downloaded-article-face.
2069 (gnus-summary-line-format-alist): Implemented the download flag
2070 format (?O) as named in the manual. This implementation displays
2071 either gnus-undownloaded-mark, gnus-downloaded-mark, or
2073 (gnus-newsgroup-agentized): New local variable that identifies
2074 which groups are agentized. While the agent is now on by default,
2075 you don't have to agentize every server that you use.
2076 (gnus-update-summary-mark-positions): Completed support for the
2077 download type of mark.
2078 (gnus-summary-insert-line): Added undownloaded to the parameters.
2079 (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2080 reference by the gnus-summary-line-format-spec.
2082 * nntp.el (nntp-with-open-group): This macro handles dropped or
2083 broken connections by opening a new connection and repeating the
2085 (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2086 XOVER commands preceeding the active articles with the nov entry
2087 of the first available article. When gnus connected to such a
2088 server, the unexpected nov entry would result in duplicate lines
2089 in the agent's overview file. This patch fixes the duplicate
2090 lines problem and improves performance by skipping over all
2091 articles IDs that preceed the first nov entry in the server's
2094 2002-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
2096 * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2097 (gnus-summary-highlight): Use it instead of `downloaded'.
2098 (gnus-summary-highlight-line): Ditto.
2100 * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2102 2002-12-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2104 * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2106 * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2109 * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2110 downloaded variable if we're in an uncovered group.
2112 * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2113 font to soemthing less noticeable.
2114 (gnus-agent-group-covered-p): New function.
2116 2002-12-09 ShengHuo ZHU <zsh@cs.rochester.edu>
2118 * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2119 Because of an unknown bug, the group buffer is saved in .overview
2122 2002-12-09 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2124 * nntp.el (nntp-send-command): Braino in last commit. Replace
2127 2002-12-08 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2129 * nntp.el (nntp-send-command): Assume that echo does not happen
2130 when nntp-open-connection-function is nntp-open-network-stream.
2131 Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2133 2002-12-07 ShengHuo ZHU <zsh@cs.rochester.edu>
2135 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2137 2002-12-06 Paul Jarc <prj@po.cwru.edu>
2139 * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2140 nntp-server-buffer if we aren't going to write to it.
2142 2002-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2143 Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2145 * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2147 2002-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2149 * rfc2047.el (rfc2047-decode-region): Remove newlines between
2152 2002-12-03 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2154 * gnus.el (fboundp): After loading mm-util, make sure it was the
2157 2002-11-29 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2159 * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2160 gnus-sum. Made into a user option.
2162 * gnus-sum.el (gnus-simplify-ignored-prefixes)
2163 (gnus-summary-mark-article-as-unread)
2165 2002-11-29 ShengHuo ZHU <zsh@cs.rochester.edu>
2167 * time-date.el (date-to-time): Typo.
2169 * parse-time.el: Typo.
2171 * nnsoup.el (nnsoup-retrieve-headers): Typo.
2173 * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2176 (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2178 * mm-encode.el (mm-safer-encoding): Typo.
2180 * messcompat.el: Typo.
2182 * message.el (message-face-alist): Typo.
2184 * imap.el (imap-interactive-login, imap-open): Typos.
2186 * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2190 * gnus-win.el (gnus-configure-frame): Typo.
2192 * gnus-util.el (gnus-atomic-progn-assign): Typo.
2194 * gnus-topic.el (gnus-topic-sort-topics): Typo.
2196 * gnus-sum.el (gnus-summary-article-number)
2197 (gnus-summary-read-group-1, gnus-summary-mark-article)
2198 (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2200 * gnus-mule.el (gnus-mule-add-group): Typo.
2202 * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2204 * gnus-group.el (gnus-group-fetch-faq): Typo.
2206 * gnus-art.el (gnus-decode-header-methods): Typo.
2208 * flow-fill.el: Typo.
2210 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2212 * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2214 2002-11-29 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2216 * gnus-sum.el (gnus-simplify-ignored-prefixes)
2217 (gnus-summary-mark-article-as-unread)
2218 (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2219 Reformatting to avoid long lines.
2220 (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2222 2002-11-28 Daiki Ueno <ueno@unixuser.org>
2224 * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2225 be accessed through `mail-header-number'.
2227 2002-11-27 Kevin Greiner <kgreiner@xpediantsolutions.com>
2229 * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2230 compressed range to gnus-summary-insert-articles.
2232 2002-11-26 Kevin Ryde <user42@zip.com.au>
2234 * gnus-art.el (gnus-mime-copy-part): Look for filename
2235 parameter under content-disposition, not content-type.
2237 * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2238 (gnus-summary-reselect-current-group): Use it.
2240 2002-11-26 ShengHuo ZHU <zsh@cs.rochester.edu>
2242 * gnus-agent.el (gnus-agent-uncached-articles): if
2243 gnus-agent-load-alist fails, return ARTICLES.
2245 * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2247 2002-11-26 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2249 * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2250 superfluous function call.
2251 (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2252 Add warning to docstring.
2254 2002-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2256 * gnus-agent.el: Autoload number-at-point instead.
2257 (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2259 2002-11-26 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2261 * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2262 require thingatpt (for number-at-point) and protect against
2263 deactivate-mark being unbound (on XEmacs).
2265 2002-11-25 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2267 * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2268 print message on entry.
2270 From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2272 * gnus-range.el (gnus-range-difference): New function.
2273 * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2275 2002-11-24 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2277 * gnus-sum.el (gnus-summary-insert-old-articles): Use
2278 gnus-remove-from-range instead of gnus-range-difference which
2281 2002-11-23 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2282 From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2284 * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2285 used for showing which articles have been downloaded.
2286 (gnus-agent-article-alist): Format change. Add documentation.
2287 (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2288 process-marked articles.
2289 (gnus-agent-summary-fetch-series): Command for `J s'. Articles
2290 in the series are individually fetched to minimize lose of
2291 content due to an error/quit.
2292 (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2293 gnus-message instead of message.
2294 (gnus-agent-read-servers): Use file lib/methods instead of
2295 lib/servers. TODO: Why?
2296 (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2297 (gnus-agent-get-undownloaded-list): Remove articles that appear to
2298 come from the agent. This means that they are not downloaded.
2299 (gnus-agent-fetch-selected-article): Don't use history.
2300 (gnus-agent-save-history, gnus-agent-enter-history)
2301 (gnus-agent-article-in-history-p, gnus-agent-history-path):
2302 Removed function; history is not used anymore.
2303 (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2304 (gnus-agent-crosspost): Started rewrite then realized that a typo
2305 in gnus-agent-fetch-articles ensures that this function is never
2306 called. This will need to be fixed later.
2307 (gnus-agent-check-overview-buffer): Some sanity checks on the
2308 agent overview buffer. This is a safety net used during
2310 (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2311 changed, write a number to the file indicating this.
2312 (gnus-agent-fetch-headers): Rewrite to respect
2313 gnus-agent-consider-all-articles without relying on the
2314 `.fetched' files. Make it fast.
2315 (gnus-agent-braid-nov): Change resulting from
2316 gnus-agent-fetch-headers change.
2317 (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2319 (gnus-agent-read-agentview): New function, used by
2320 gnus-agent-load-alist.
2321 (gnus-agent-load-fetched-headers): Remove.
2322 (gnus-agent-save-alist): Rewrite to accomodate new format.
2323 (gnus-agent-fetch-group-1): Make sure list of articles is in the
2324 same order as in gnus-newsgroup-headers.
2325 (gnus-agent-expire): Document and implement extra args ARTICLES,
2326 GROUP, FORCE. Do not restrict usage.
2327 (gnus-agent-uncached-articles): New function.
2328 (gnus-agent-retrieve-headers): Use it.
2329 (gnus-agent-regenerate-group): No longer needs to be called from
2330 gnus-agent-regenerate. Individual groups may be regenerated. The
2331 regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2332 The article fetch dates are validated in the article alist. The
2333 article alist is pruned of entries that do not reference existing
2334 NOV entries. All changes are computed then applied with
2335 inhibit-quit bound to t. As a result, it is now safe to quit out of
2336 regeneration. The optional clean parameter has been replaced with
2337 an optional reread parameter. Clean is no longer necessary as
2338 regeneration gets the appropriate setting from
2339 gnus-agent-consider-all-articles. The new reread parameter will
2340 result in fetched, or all, articles being marked as unread.
2341 (gnus-agent-regenerate): Removed code to regenerate the history
2342 file as it is no longer used.
2344 * gnus-start.el (gnus-make-ascending-articles-unread): New
2345 function, for efficient mass-marking.
2347 * gnus-sum.el (gnus-summary-highlight): Use new face for
2348 downloaded articles.
2349 (gnus-article-mark): Prefer to indicate read/unread status over
2351 (gnus-summary-highlight-line-0): New function, maybe rehighlights
2353 (gnus-summary-highlight-line): Use new face for downloaded
2355 (gnus-summary-insert-old-articles): Improved performance by
2356 replacing the initial LIST of older articles with a compressed
2357 RANGE of older articles. Some servers appear to lie about
2358 their active range so the original list could contain millions
2359 of article numbers. The range is not expanded into a list
2360 until the optional ALL parameter has been applied.
2362 2002-11-18 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2364 * gnus-agent.el (gnus-category-mode): Typo in doc string.
2366 2002-11-21 Teodor Zlatanov <tzz@lifelogs.com>
2369 added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2371 * spam.el: added `M s t' and `M s x' key mappings
2373 2002-11-20 Simon Josefsson <jas@extundo.com>
2375 * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2377 2002-11-19 Simon Josefsson <jas@extundo.com>
2379 * gnus-sum.el (gnus-summary-morse-message): Load
2380 morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2381 (unmorse-region): Autoload it instead.
2383 2002-11-18 Simon Josefsson <jas@extundo.com>
2385 * gnus-sum.el (gnus-summary-morse-message): New function.
2386 (gnus-summary-wash-map): Bind to `W m'.
2387 (gnus-summary-make-menu-bar): Add.
2389 * nnimap.el (nnimap-request-expire-articles): Compress sequence
2390 before storing \Deleted mark on expired articles.
2392 2002-11-17 Shenghuo Zhu <zsh@cs.rochester.edu>
2393 Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2395 * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2398 2002-11-17 Juanma Barranquero <lektu@terra.es>
2400 * nnweb.el (nnweb-google-create-mapping): Fix typo.
2402 * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2404 * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2406 2002-11-17 ShengHuo ZHU <zsh@cs.rochester.edu>
2408 * message.el (message-set-auto-save-file-name): Use
2409 make-directory, to avoid the dependence on gnus-util.
2411 2002-11-16 Simon Josefsson <jas@extundo.com>
2413 * nnimap.el (nnimap-callback-callback-function):
2414 (nnimap-callback-buffer): Removed, these cannot be global but must
2415 be embedded into the callback.
2416 (nnimap-make-callback): New. Embedd article number, callback and
2418 (nnimap-callback, nnimap-request-article-part): Update.
2420 2002-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2422 * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2424 2002-11-13 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2426 * gnus.el (gnus-summary-line-format): Document %C.
2428 2002-11-11 Simon Josefsson <jas@extundo.com>
2430 * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2431 output when called interactively.
2433 2002-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2435 * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2437 * message.el (message-draft-coding-system): Improve comment; use
2438 mm-auto-save-coding-system for the default value.
2440 * nndraft.el (nndraft-request-article): Revert to the state before
2441 2002-10-29; regexp-quote mail-header-separator.
2443 2002-11-06 Jesper Harder <harder@ifa.au.dk>
2445 * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2446 allow editing of drafts from an nnvirtual group.
2448 2002-11-06 Katsumi Yamaoka <yamaoka@jpl.org>
2450 * nndraft.el (nndraft-request-article): Replace emacs-mule with
2451 mm-auto-save-coding-system.
2453 * message.el (message-draft-coding-system): Default to
2456 * mm-util.el (mm-auto-save-coding-system): Undo last change to
2457 restore the default value to emacs-mule or escape-quoted.
2459 2002-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
2461 * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2462 a delayed or a queued article as well as a draft.
2464 * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2465 delayed or a queued article in the raw format; treat a delayed
2466 article as a raw article as well as a draft.
2467 (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2468 for the delayed group.
2470 * nndraft.el (nndraft-request-article): Ignore auto save files for
2471 a delayed or a queued article; don't bother to decode a queued
2472 article; don't bind nnmail-file-coding-system for a queued article.
2474 * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2475 and the queue group.
2477 2002-11-04 Jesper Harder <harder@ifa.au.dk>
2479 * gnus-group.el (gnus-group-delete-group):
2480 gnus-cache-active-hashtb might be void.
2482 2002-11-02 Simon Josefsson <jas@extundo.com>
2484 * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2485 setting of the default user ID. From Raymond Scholz
2486 <ray-2002@zonix.de>.
2488 2002-11-01 Jesper Harder <harder@ifa.au.dk>
2490 * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2493 2002-10-31 Ted Zlatanov <tzz@lifelogs.com>
2494 From Alex Schroeder <alex@emacswiki.org>
2495 * spam-stat.el (spam-stat-process-directory): add dir to message
2496 (spam-stat-reduce-size): No longer remove words
2497 with values close to 0.5, because the default value is 0.2.
2499 2002-10-31 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2501 * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2504 2002-10-28 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2506 * gnus-agent.el (gnus-agent-fetched-headers)
2507 (gnus-agent-load-fetched-headers)
2508 (gnus-agent-save-fetched-headers): Remove variable and two
2509 functions. Kevin Greiner's version of gnus-agent-fetch-headers
2511 (gnus-agent-fetch-headers): New implementation from Kevin
2512 Greiner. Uses gnus-agent-article-alist to store information
2513 about fetched messages which aren't on the server anymore. The
2514 trick is to return a list of considered messages to the caller,
2515 but to only fetch those which haven't been fetched yet.
2517 2002-10-30 Simon Josefsson <jas@extundo.com>
2519 * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2521 * pgg.el (pgg-passphrase-cache-expiry): Removed.
2523 2002-10-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2525 * mm-view.el (mm-w3m-local-map-property): Make it work with older
2526 versions of emacs-w3m than 1.3.3.
2528 * lpath.el: Bind w3m-minor-mode-map.
2530 * mm-view.el (mm-w3m-mode-command-alist)
2531 (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2532 (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2533 (mm-setup-w3m): Simplified.
2534 (mm-w3m-local-map-property): New function.
2535 (mm-inline-text-html-render-with-w3m): Use it.
2537 * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2538 mm-w3m-local-map-property.
2540 2002-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2542 * mm-util.el (mm-auto-save-coding-system): Default to
2545 * nndraft.el (nndraft-request-article): Decode an article using
2546 the coding-system emacs-mule if it seems to have been saved using
2548 (nndraft-request-replace-article): Use message-draft-coding-system
2549 instead of mm-auto-save-coding-system for the draft or delayed
2552 2002-10-28 Josh <huber@alum.wpi.edu>
2554 * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2557 2002-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2558 From mah@everybody.org (Mark A. Hershberger).
2560 * mm-url.el (mm-url-insert-file-contents): Make it return the same
2561 type values ("url" size) regardless of the values of
2562 mm-url-use-external.
2564 2002-10-26 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2566 * nnimap.el (nnimap-request-article-part): Try harder to show
2567 group name in debugging message.
2569 2002-10-25 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2571 * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2572 directory if it doesn't exist.
2573 (gnus-agent-fetch-headers): Remove old cruft that tried to
2574 abstain from downloading articles more than once if
2575 gnus-agent-consider-all-articles was true. This is now done
2576 properly via the .fetched files.
2578 2002-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2580 * nndraft.el (nndraft-request-article): Treat delayed articles
2583 2002-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2585 * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2587 2002-10-24 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2589 * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2590 Remove unused optional arg DIR and corresponding code.
2592 * nnimap.el (nnimap-request-article-part): Include group name in
2595 2002-10-24 Paul Jarc <prj@po.cwru.edu>
2597 * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2599 2002-10-23 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2601 * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2602 contains range of headers that have been fetched by the agent
2603 already. Compare gnus-agent-article-alist.
2604 (gnus-agent-file-header-cache): Like
2605 gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2606 (gnus-agent-fetch-headers): Improve comment. Revert to old
2608 Remember which headers have been fetched before and don't fetch
2609 them again the next time round.
2610 (gnus-agent-load-fetched-headers)
2611 (gnus-agent-save-fetched-headers): New functions, for remembering
2612 which headers have been fetched before.
2614 2002-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2616 * lpath.el: Remove useless bindings.
2618 2002-10-22 Jesper Harder <harder@ifa.au.dk>
2620 * gnus-sum.el (gnus-summary-execute-command): Disable visual
2621 features while searching.
2623 2002-10-22 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2625 * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2627 2002-10-22 Simon Josefsson <jas@extundo.com>
2629 * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2630 (pgg-snarf-keys): Add.
2632 2002-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
2634 * lpath.el: Fbind bbdb-records.
2636 * spam.el: Don't autoload bbdb-records.
2638 2002-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
2640 * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2643 2002-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645 * nnslashdot.el: Removed some test lines.
2648 2002-10-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2650 * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2651 are known to be downloaded already.
2653 2002-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655 * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2656 (mm-text-html-washer-alist): Ditto.
2658 2002-10-19 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2660 * nnheader.el (nnheader-remove-body): Fix an error of detecting
2661 boundary between headers and body.
2662 * nnml.el (nnml-parse-head): Ditto.
2664 2002-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2666 * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2669 * gnus-group.el (gnus-fetch-group): Allow an optional
2670 specification of the articles to select.
2672 * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2674 2002-10-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2676 * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2677 headers from the group, update variable `articles' to contain
2678 only those numbers where headers exist. (When fetching all
2679 articles in a group, Gnus creates lots of numbers where there is
2682 2002-10-20 Steve Youngs <youngs@xemacs.org>
2684 * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2685 doesn't have the 'alist custom type, use cons cells instead.
2686 (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2687 (pgg-parse-hash-algorithm-alist): Ditto.
2688 (pgg-parse-compression-algorithm-alist): Ditto.
2689 (pgg-parse-signature-type-alist): Ditto.
2691 * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2693 * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2695 * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2697 2002-10-19 Simon Josefsson <jas@extundo.com>
2699 * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2702 2002-10-18 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2704 * gnus-spec.el (gnus-make-format-preserve-properties)
2705 (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2706 properties also on XEmacs. `gnus-xmas-format' is like format but
2707 preserves text properties on XEmacs (though it only understands
2708 simple format specs). The variable
2709 `gnus-make-format-preserve-properties' controls whether the
2710 function is used, and is checked in `gnus-parse-simple-format'.
2711 Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2713 * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2715 (gnus-agent-consider-all-articles): New variable.
2716 (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2717 (gnus-agent-fetch-headers): Depending on
2718 gnus-agent-consider-all-articles, maybe get all articles.
2719 (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2721 (gnus-predicate-imples-unread): New function.
2722 (gnus-agent-fetch-headers): Optimize to call
2723 gnus-list-of-unread-articles if that is sufficient.
2724 Check unseen and recent instead of seen and recent.
2725 (gnus-agent-fetch-headers): Abstain from calling
2726 gnus-list-range-intersection if range (a . b) would have (> a b).
2728 2002-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2730 * message.el (message-send-mail): Make it possible to perform
2733 2002-10-18 Simon Josefsson <jas@extundo.com>
2735 * gnus-art.el (gnus-button-man-handler): Change default to
2736 `manual-entry' (defined in both emacsen).
2737 (gnus-button-man-handler): Remove emacsen difference and use
2740 2002-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2742 * spam.el: Wrap autoload settings for bbdb-records,
2743 executable-find and ifile-spam-filter with eval-and-compile.
2744 (spam-display-buffer-contents): Remove.
2745 (spam-bogofilter-score): Merge spam-display-buffer-contents.
2747 2002-10-17 Ted Zlatanov <tzz@lifelogs.com>
2749 * spam.el (spam-display-buffer-contents): New function.
2750 (spam-bogofilter-score): use spam-display-buffer-contents, patch
2751 from Katsumi Yamaoka <yamaoka@jpl.org>.
2753 2002-10-17 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2755 * nnheader.el (nnheader-parse-naked-head): New function.
2756 (nnheader-parse-head): Use the above function, in order to handle
2757 continuation lines properly.
2758 (nnheader-remove-body): New function.
2759 (nnheader-remove-cr-followed-by-lf): New function.
2760 (nnheader-ms-strip-cr): Use the above function.
2762 * gnus-agent.el (gnus-agent-regenerate-group): Call
2763 `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2764 `nnheader-parse-head'.
2765 * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2767 * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2768 continuation lines by itself; call `nnheader-parse-naked-head'
2769 instead of `nnheader-parse-head'.
2770 * nndiary.el (nndiary-parse-head): Ditto.
2771 * nnfolder.el (nnfolder-parse-head): Ditto.
2772 * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2773 * nnmaildir.el (nnmaildir--update-nov): Ditto.
2774 * nnml.el (nnml-parse-head): Ditto.
2776 2002-10-17 Steve Youngs <youngs@xemacs.org>
2778 * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2779 XEmacs, default to it if featurep 'xemacs.
2781 2002-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
2783 * spam-stat.el: Check for the existence of hash functions instead
2784 of the Emacs version to decide whether to load cl. Suggested by
2785 Kai Gro
\e,A_
\e(Bjohann.
2787 2002-10-15 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2789 * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2790 if it isn't open yet.
2792 2002-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
2794 * gnus-group.el: Require mm-url only when compiling.
2795 (gnus-group-fetch-charter): Require mm-url.
2797 * spam-stat.el: Require cl for the functions gethash,
2798 hash-table-count, make-hash-table and mapc for Emacs 20.
2799 (puthash): Alias to cl-puthash for Emacs 20.
2800 (with-syntax-table): New macro for Emacs 20.
2802 2002-10-12 Jesper Harder <harder@ifa.au.dk>
2804 * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2806 2002-10-11 Ted Zlatanov <tzz@lifelogs.com>
2808 * spam.el (spam-check-ifile): added ifile as a spam checking
2809 backend, and spam-use-ifle as the variable to toggle that check.
2811 2002-10-12 Simon Josefsson <jas@extundo.com>
2813 * message.el (message-beginning-of-line): New variable.
2814 (message-beginning-of-line): Use it.
2816 2002-10-11 Ted Zlatanov <tzz@lifelogs.com>
2818 * spam.el: more compilation fixes for BBDB
2820 * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2821 (spam-stat-reduce-size): Interactive.
2822 (spam-stat-reset): New function.
2823 (spam-stat-save): Interactive.
2825 2002-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2827 * gnus.el: Autoload gnus-delay-initialize.
2829 * message.el: Autoload gnus-delay-article.
2831 2002-10-11 Jesper Harder <harder@ifa.au.dk>
2833 * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2834 text property in Emacs.
2836 2002-10-11 Simon Josefsson <jas@extundo.com>
2838 * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2839 (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2841 * mml1991.el (mml1991-pgg-sign): Remove CR.
2843 2002-10-10 Simon Josefsson <jas@extundo.com>
2845 * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2847 (mml2015-trust-boundaries-alist): Removed.
2848 (mml2015-gpg-extract-signature-details): Don't use it.
2849 (mml2015-unabbrev-trust-alist): New.
2850 (mml2015-gpg-extract-signature-details): Use it.
2852 2002-10-10 Ted Zlatanov <tzz@lifelogs.com>
2854 * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2857 * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2858 statistical analysis of spam in Lisp only
2860 2002-10-10 Simon Josefsson <jas@extundo.com>
2862 * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2863 auth, selected or examine state.
2865 * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2866 buffer and error buffer depending on type of information.
2868 * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2869 --status-fd stuff even if gpg.el is not used (revert earlier
2871 (mml2015-pgg-{clear-,}verify): Store both output and errors as
2873 (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2876 * pgg.el (pgg-verify-region): Use it.
2878 * pgg-def.el (pgg-query-keyserver): New variable.
2880 * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2881 key-identifier in packet. Is this a good idea?
2883 * mml.el (mml-mode-map): Add security commands that operates on
2885 (mml-menu): And menu items for them.
2887 * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2889 * mml.el (mml-parse-1): Support sender in #secure tags.
2891 * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2894 * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2895 (mml-pgp-encrypt-buffer): Support combined signing.
2897 * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2898 (mml1991-gpg-encrypt): Ditto.
2899 (mml1991-pgg-encrypt): Ditto.
2900 (mml1991-encrypt): Pass sign parameter.
2902 * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2903 (mml-signencrypt-style): Mention the variable.
2905 2002-10-09 Simon Josefsson <jas@extundo.com>
2907 * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2910 * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2911 (pgg-fetch-key-function): Nil if w3 is not installed.
2913 2002-10-08 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2915 * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2916 gnus-agent-current-history.
2918 2002-10-06 Simon Josefsson <jas@extundo.com>
2920 * imap.el (imap-parse-status): Don't use read to read token.
2922 2002-10-05 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2924 * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2925 for methods not covered by the agent, and when unplugged.
2927 2002-10-05 Simon Josefsson <jas@extundo.com>
2929 * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2932 * gnus-agent.el (gnus-agent-read-servers): If getting method from
2933 a named server fails, ignore the server.
2935 * mml1991.el (mml1991-pgg-sign): Do QP.
2937 * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2940 2002-10-04 Simon Josefsson <jas@extundo.com>
2942 * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2944 * pgg-pgp.el (pgg-pgp-verify-region): Inline
2945 binary-write-decoded-region from MEL.
2947 * pgg.el (pgg-encrypt-region): Support sign.
2949 * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2951 * mml2015.el (mml2015-pgg-encrypt): Ditto.
2953 * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2954 pgg-pgp6.el: Moved from ../pgg/. Modifications compared to EMIKO
2955 branch where PGG was taken from in the ChangeLog entries below.
2957 2002-10-01 Simon Josefsson <jas@extundo.com>
2959 * pgg-pgp.el: Don't require mel. Don't use luna.
2960 (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2961 (pgg-pgp-process-region): Use expand-file-name instead of concat.
2962 (pgg-pgp-process-region): Don't use binary-funcall.
2964 * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2966 * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2969 * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2971 2002-09-29 Simon Josefsson <jas@extundo.com>
2973 * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2976 * pgg.el (pgg-decrypt-region): Don't parse packet.
2978 * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2980 2002-09-29 Daiki Ueno <ueno@unixuser.org>
2982 * pgg.el: Remove dependency on calist.el.
2984 2002-09-28 Simon Josefsson <jas@extundo.com>
2986 * pgg.el (pgg-temporary-file-directory): New variable.
2987 (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2989 * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2990 (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2992 * pgg-parse.el (pgg-char-int): Defalias.
2993 (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2994 (pgg-read-bytes, pgg-read-body): Use it.
2995 (pgg-decode-packets): Don't use MEL, use base64-*.
2996 (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2997 (pgg-string-as-unibyte): Defalias.
2998 (pgg-parse-armor-region): Use it.
3000 * pgg-gpg.el (pgg-gpg-process-region): Use
3001 pgg-temporary-file-directory.
3003 * luna.el: Don't def-edebug.
3005 * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3006 binary-write-decoded-region from MEL.
3008 * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3010 * alist.el, calist.el: Don't require product/APEL.
3012 * pgg-parse.el (top-level): Remove dependency on static.el,
3014 (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3015 `define-ccl-program' is boundp, instead of using broken.
3017 2002-10-01 Simon Josefsson <jas@extundo.com>
3019 * message.el (message-required-mail-headers): Remove Lines:.
3021 2002-10-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3024 * gnus-group.el (gnus-group-fetch-charter,
3025 gnus-group-fetch-control): Prompt for group if given a prefix
3027 * gnus-sum.el (t): Add gnus-group-fetch-charter and
3028 gnus-group-fetch-control to summary key map and menu.
3031 2002-10-03 Paul Jarc <prj@po.cwru.edu>
3033 * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3034 number when there are no articles.
3036 2002-10-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3038 * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3039 arg ALL means to fetch all articles, not only downloadable ones.
3040 (gnus-agent-fetch-selected-article): New function for
3041 gnus-select-article-hook or gnus-mark-article-hook.
3043 2002-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
3044 From Peter von der Ahe <nospam2159@daimi.au.dk>.
3046 * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3049 2002-09-30 Ted Zlatanov <tzz@lifelogs.com>
3051 * spam.el: merged changes from pinard@iro.umontreal.ca (Fran
\e,Ag
\e(Bois
3053 Major revamp of the code, documentation is in comments in the file
3056 2002-09-30 Simon Josefsson <jas@extundo.com>
3058 * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3059 buffer seem to be needed?
3061 2002-09-29 Simon Josefsson <jas@extundo.com>
3063 * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3066 * mml1991.el (mml1991-function-alist): Add pgg.
3067 (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3068 (mml1991-pgg-encrypt): Fix recipients querying.
3070 2002-09-28 Simon Josefsson <jas@extundo.com>
3072 * mml2015.el (autoload): Autoload correct files. Trivial patch
3074 (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3077 2002-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
3079 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3080 Protect against non-existent of `nnimap-mailbox-info'.
3082 2002-09-27 Simon Josefsson <jas@extundo.com>
3084 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3085 (gnus-setup-news-hook): Use it.
3086 (gnus-after-getting-new-news-hook): Ditto.
3088 * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3090 2002-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
3091 From Mats Lidell <matsl@contactor.se>.
3093 * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3095 2002-09-27 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3097 * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3098 the part to decode encoded words, use raw words instead of decoded
3101 2002-09-26 ShengHuo ZHU <zsh@cs.rochester.edu>
3103 * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3105 * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3106 (mm-setup-w3m): Use it.
3108 2002-09-27 Simon Josefsson <jas@extundo.com>
3110 * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3113 * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3115 (nnimap-update-unseen): New function; update unseen count in
3117 (nnimap-close-group): Call it.
3119 * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3120 (gnus-after-getting-new-news-hook): Ditto.
3122 * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3123 message into verboselevel 9. Change slow mail check message.
3124 (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3125 (nnimap-fixup-unread-after-getting-new-news): New function, to be
3126 used as a hook after getting new mail.
3128 2002-09-26 Simon Josefsson <jas@extundo.com>
3130 * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3131 SELECT/EXAMINE is first unseen article, not number of unseen
3132 articles. Make them distinct by renaming the former to
3133 `first-unseen' instead of `unseen'.
3135 * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3137 (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3139 (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3141 * gnus-int.el (gnus-server-unopen-status): Defcustom.
3143 * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3146 * mml2015.el (mml2015-pgg-decrypt): Only add security information
3147 if dissecting resulting buffer actually had any information.
3149 2002-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
3151 * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3152 because the function `string<' allows symbols.
3154 * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3156 2002-09-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3158 * message.el (message-forward-make-body): Revert an early change
3159 because 8-bit utf-8 emails.
3161 2002-09-25 Bj
\e,Av
\e(Brn Torkelsson <torkel@acc.umu.se>
3163 * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3165 * gnus-art.el (gnus-treat-highlight-signature):
3166 * gnus-art.el (gnus-treat-buttonize):
3167 * gnus-art.el (gnus-treat-buttonize-head):
3168 * gnus-art.el (gnus-treat-emphasize):
3169 * gnus-art.el (gnus-treat-strip-cr):
3170 * gnus-art.el (gnus-treat-unsplit-urls):
3171 * gnus-art.el (gnus-treat-leading-whitespace):
3172 * gnus-art.el (gnus-treat-hide-headers):
3173 * gnus-art.el (gnus-treat-hide-boring-headers):
3174 * gnus-art.el (gnus-treat-hide-signature):
3175 * gnus-art.el (gnus-treat-fill-article):
3176 * gnus-art.el (gnus-treat-hide-citation):
3177 * gnus-art.el (gnus-treat-hide-citation-maybe):
3178 * gnus-art.el (gnus-treat-strip-list-identifiers):
3179 * gnus-art.el (gnus-treat-strip-pgp):
3180 * gnus-art.el (gnus-treat-strip-pem):
3181 * gnus-art.el (gnus-treat-strip-banner):
3182 * gnus-art.el (gnus-treat-highlight-headers):
3183 * gnus-art.el (gnus-treat-highlight-citation):
3184 * gnus-art.el (gnus-treat-date-ut):
3185 * gnus-art.el (gnus-treat-date-local):
3186 * gnus-art.el (gnus-treat-date-english):
3187 * gnus-art.el (gnus-treat-date-lapsed):
3188 * gnus-art.el (gnus-treat-date-original):
3189 * gnus-art.el (gnus-treat-date-iso8601):
3190 * gnus-art.el (gnus-treat-date-user-defined):
3191 * gnus-art.el (gnus-treat-strip-headers-in-body):
3192 * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3193 * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3194 * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3195 * gnus-art.el (gnus-treat-unfold-headers):
3196 * gnus-art.el (gnus-treat-fold-headers):
3197 * gnus-art.el (gnus-treat-fold-newsgroups):
3198 * gnus-art.el (gnus-treat-overstrike):
3199 * gnus-art.el (gnus-treat-display-xface):
3200 * gnus-art.el (gnus-treat-display-smileys):
3201 * gnus-art.el (gnus-treat-from-picon):
3202 * gnus-art.el (gnus-treat-mail-picon):
3203 * gnus-art.el (gnus-treat-newsgroups-picon):
3204 * gnus-art.el (gnus-treat-body-boundary):
3205 * gnus-art.el (gnus-treat-capitalize-sentences):
3206 * gnus-art.el (gnus-treat-fill-long-lines):
3207 * gnus-art.el (gnus-treat-play-sounds):
3208 * gnus-art.el (gnus-treat-translate):
3209 * gnus-art.el (gnus-treat-x-pgp-sig):
3210 * gnus-art.el (gnus-mime-button-line-format):
3211 * gnus-art.el (gnus-button-man-level):
3212 * gnus-art.el (gnus-button-emacs-level):
3213 * gnus-cus.el (gnus-group-parameters):
3214 * gnus-gl.el (bbb-build-mid-scores-alist):
3215 * gnus-group.el (gnus-group-line-format):
3216 * gnus-mlspl.el (gnus-group-split-setup):
3217 * gnus-mlspl.el (gnus-group-split):
3218 * gnus-msg.el (gnus-mailing-list-groups):
3219 * gnus-msg.el (gnus-posting-styles):
3220 * gnus-nocem.el (gnus-nocem-issuers):
3221 * gnus-score.el (gnus-score-regexp-bad-p):
3222 * gnus-srvr.el (gnus-server-line-format):
3223 * gnus-topic.el (gnus-topic-line-format):
3224 * gnus.el (gnus-summary-line-format):
3225 * mail-source.el (mail-sources):
3226 * message.el (message-subscribed-address-file):
3227 * nnmail.el (nnmail-split-fancy):
3229 2002-09-24 Evgeny Roubinchtein <zhenya@freeshell.org>
3231 * mail-source.el(mail-source-run-script): use `functionp' to test
3232 whether the argument `script' is in fact a function.
3233 (mail-sources): adjust the defcustom to allow users to specify a
3234 function or a string as the value of the `:prescript' and
3235 `:postscript' arguments of the `file' and `pop3' mail sources.
3237 2002-09-25 Paul Jarc <prj@po.cwru.edu>
3239 * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3240 number when article 1 does not exist.
3242 2002-09-25 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3244 * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3245 apropos if apropos-variable does not exist.
3246 (gnus-button-guessed-mid-regexp)
3247 (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3248 regexes. From Reiner Steib.
3249 (gnus-button-handle-describe-function)
3250 (gnus-button-handle-describe-variable): Doc fix. From Reiner Steib.
3251 (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3252 (gnus-button-handle-apropos-command): Doc fix. From Reiner Steib.
3254 2002-09-25 Mark A. Hershberger <mah@everybody.org>
3257 * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3260 2002-09-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3262 * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3264 2002-09-24 Simon Josefsson <jas@extundo.com>
3266 * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3267 (mml2015-use): Prefer PGG if installed.
3268 (mml2015-function-alist): Add PGG wrappers.
3269 (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3270 (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3271 prefix, make regexp optionally skip it.
3272 (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3273 (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3274 (mml2015-pgg-encrypt): New functions.
3275 (defvar, autoload): Prevent byte-compile warnings.
3277 2002-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3278 From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3280 * gnus-art.el (article-strip-banner): Check for the existence of
3283 2002-09-23 Kai Gro
\e,b_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3285 * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3286 (gnus-button-alist): Improved regexp for
3287 gnus-button-handle-mid-or-mail (false positives), fixed
3288 gnus-button-handle-man entries.
3291 2002-09-23 Paul Jarc <prj@po.cwru.edu>
3294 * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3295 nnmail-extra-headers is non-nil.
3297 2002-09-23 Paul Jarc <prj@po.cwru.edu>
3299 * nnmaildir.el: Store article numbers persistently. General
3301 (nnmaildir-request-expire-articles): handle 'immediate and 'never
3302 for nnmail-expiry-wait; delete instead of moving if 'force is
3305 2002-09-23 Simon Josefsson <jas@extundo.com>
3306 Trivial fix from beaker@iavmb.pl (Krzysztof J
\e,Bj
\e(Bdruczyk).
3308 * smime.el (smime-sign-buffer): Get key and extra certs.
3309 (smime-get-key-with-certs-by-email): Utility function.
3311 2002-09-21 ShengHuo ZHU <zsh@cs.rochester.edu>
3312 Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3314 * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3317 2002-09-20 ShengHuo ZHU <zsh@cs.rochester.edu>
3319 * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3321 2002-09-20 Kai Gro
\e,b_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3324 * gnus-art.el (gnus-button-handle-custom,
3325 gnus-button-handle-mid-or-mail,
3326 gnus-button-handle-describe-{function,variable,key},
3327 gnus-button-handle-apropos{,command,variable}): New functions.
3328 (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3329 gnus-button-{man,emacs,mail}-level): New variables.
3330 (gnus-button-alist): Use the above to buttonize emacs and mail
3333 2002-09-18 Juanma Barranquero <lektu@terra.es>
3335 * gnus-int.el (gnus-status-message): Fix spacing.
3337 * imap.el (imap-continuation): Fix typos.
3339 2002-09-18 ShengHuo ZHU <zsh@cs.rochester.edu>
3341 * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3343 * gnus-art.el (gnus-article-reply-with-original): Correct
3344 with-current-buffer scope.
3346 * message.el (message-completion-alist): Add Reply-To, From, etc.
3348 2002-09-18 Simon Josefsson <jas@extundo.com>
3350 * nnimap.el (nnimap-request-expire-articles): Make flag setting
3351 conditional. From Nevin Kapur <nevin@jhu.edu>.
3353 2002-09-17 Simon Josefsson <jas@extundo.com>
3355 * nnimap.el (nnimap-expiry-target): Don't search for which
3356 articles exists here.
3357 (nnimap-request-expire-articles): Do it here instead. Only expire
3358 when articles are found. Suggested by Nevin Kapur
3361 2002-09-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3362 From Reiner Steib <reiner.steib@gmx.de>.
3364 * message.el (message-strip-subject-trailing-was)
3365 (message-change-subject, message-add-archive-header)
3366 (message-xpost-fup2-header, message-xpost-insert-note)
3367 (message-xpost-fup2, message-reduce-to-to-cc): New functions
3368 adopted from message-utils.el. Add functions to the keymap, mode
3369 describtion and menu.
3370 (message-change-subject,message-xpost-fup2): Signal error if
3371 current header is empty.
3372 (message-xpost-insert-note): Changed insert position.
3373 (message-archive-note): Ensure to insert note in message body (not
3375 (message-archive-header, message-archive-note)
3376 (message-xpost-default, message-xpost-note, message-fup2-note)
3377 (message-xpost-note-function): New variables adopted from
3378 message-utils.el. Changed some doc-strings.
3379 (message-mark-insert-{begin,end}): Rename from
3380 message-{begin,end}-inserted-text-mark (message-utils.el), changed
3382 (message-subject-trailing-was-query)
3383 (message-subject-trailing-was-ask-regexp)
3384 (message-subject-trailing-was-regexp): New variables.
3385 (message-to-list-only): Added doc-string and menu entry.
3387 * message-utils.el: Removed. Functions are now in message.el.
3389 2002-09-16 ShengHuo ZHU <zsh@cs.rochester.edu>
3391 * gnus-art.el (gnus-article-reply-with-original,
3392 gnus-article-followup-with-original): Switch to
3393 gnus-summary-buffer before reply/followup.
3395 2002-09-15 John Paul Wallington <jpw@shootybangbang.com>
3397 * gnus-sum.el (gnus-summary-toggle-header): The article window may
3398 not exist. Toggle it anyway.
3400 2002-09-13 ShengHuo ZHU <zsh@cs.rochester.edu>
3402 * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3404 * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3405 Trivial patch from Urban Engberg <ue@ccieurope.com>.
3407 * rfc2047.el (message-posting-charset): Defvar it.
3408 (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3409 iso-8859-8. Fix doc. Suggested by Dave Love <fx@gnu.org>.
3411 * mail-source.el (mail-source-fetch): Hide password.
3413 * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3415 2002-09-12 Katsumi Yamaoka <yamaoka@jpl.org>
3416 From John Paul Wallington <jpw@shootybangbang.com>.
3418 * gnus.el (gnus-visual, gnus-meta): Fix typo.
3420 2002-09-11 Katsumi Yamaoka <yamaoka@jpl.org>
3422 * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3424 2002-09-11 Simon Josefsson <jas@extundo.com>
3426 * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3427 (nnimap-split-rule): Doc fix.
3428 (nnimap-request-expire-articles): Cleanup code.
3430 2002-09-11 Katsumi Yamaoka <yamaoka@jpl.org>
3431 From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3433 * gnus-art.el (gnus-article-address-banner-alist): New option.
3434 (article-strip-banner): Refer the above option to split banners of
3435 free mail servers, when no group parameter is specified.
3437 2002-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3439 * nntp.el (nntp-wait-for-string): Check for a process in the
3440 current buffer instead of `nntp-server-buffer'.
3442 2002-09-09 Simon Josefsson <jas@extundo.com>
3444 * gnus-art.el (gnus-button-man-handler): New variable.
3445 (gnus-button-alist): Use g-b-handle-man.
3446 (gnus-button-handle-man): New, call g-b-man-handler.
3448 2002-09-08 Simon Josefsson <jas@extundo.com>
3450 * gnus-art.el (gnus-button-alist): Buttonize man page links.
3452 2002-09-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3454 * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3456 2002-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3458 * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3460 * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3463 * gnus-srvr.el (gnus-browse-describe-group): New command and
3466 2002-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3468 * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3469 value for gnus-decoration property.
3471 2002-09-06 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3473 * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3474 string) as group name in case we have a CRLF in the file.
3476 2002-09-04 Jesper Harder <harder@ifa.au.dk>
3478 * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3480 (rfc1843-decode-hzp): do.
3481 (rfc1843-newsgroups-regexp): do.
3483 2002-09-04 Simon Josefsson <jas@extundo.com>
3485 * message.el (message-canlock-generate): Make sure sha1 doesn't
3486 call external programs.
3488 2002-09-03 Simon Josefsson <jas@extundo.com>
3490 * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3492 * gnus-agent.el (gnus-agent-batch): Add doc.
3494 2002-09-03 Josh Huber <huber@alum.wpi.edu>
3496 * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3497 check for signed and encrypted parts.
3498 * mml.el (mml-parse-1): Correct small typo which preventing
3499 setting recipients in a secure tag.
3501 2002-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
3503 * mm-util.el (mm-coding-system-priorities): Default to a list of
3504 iso-2022-jp and others for the Japanese environment.
3506 2002-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
3508 * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3509 invalid display names.
3511 2002-08-30 Simon Josefsson <jas@extundo.com>
3513 * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3514 commit. From Reiner Steib <4uce.02.r.steib@gmx.net>.
3516 2002-08-26 Jesper Harder <harder@ifa.au.dk>
3518 * gnus.el (gnus-group-charter-alist): New option.
3519 (gnus-group-fetch-control-use-browse-url): New option.
3521 * gnus-group.el (gnus-group-fetch-charter): New function.
3522 (gnus-group-fetch-control): New function.
3523 Add them to the keymap and menu. Require mm-url.
3525 2002-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3527 * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3528 From Alex Schroeder <alex@emacswiki.org>.
3530 2002-08-29 Jesper Harder <harder@ifa.au.dk>
3532 * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3533 items expecting user interaction.
3535 * gnus-topic.el (gnus-topic-make-menu-bar): do.
3537 * gnus-sum.el (gnus-summary-make-menu-bar): do.
3539 * gnus-srvr.el (gnus-server-make-menu-bar): do.
3541 * mml.el (mml-menu): do.
3543 2002-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
3545 * mail-source.el (mail-source-touch-pop): New function.
3547 * message.el (message-smtpmail-send-it): New function.
3548 (message-send-mail-function): Add it for a candidate.
3550 2002-08-27 Simon Josefsson <jas@extundo.com>
3552 * gnus-msg.el (posting-charset-alist): Use
3553 gnus-define-group-parameter instead of defcustom.
3554 (gnus-put-message): Handle SPC in GCC.
3555 (gnus-inews-insert-gcc): Ditto.
3556 (gnus-inews-insert-archive-gcc): Ditto.
3558 2002-08-26 Simon Josefsson <jas@extundo.com>
3560 * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3561 (gnus-agentize): Auto agentize all nntp and nnimap groups.
3562 (gnus-agent-possibly-save-gcc): Autoload.
3563 Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3565 2002-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3567 * gnus.el (gnus-other-frame-function): New user option.
3568 (gnus-other-frame): Use it; add a doc-string; make it work with
3569 the gnuclient program.
3571 * gnus-util.el (gnus-frame-or-window-display-name): New function.
3573 * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3574 `device-connection' and `dfw-device'.
3576 2002-08-22 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3578 * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3579 positives, make it stricter. From Jochen Hein (trivial change).
3581 2002-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
3583 * gnus.el (gnus-other-frame): Trivial fix.
3585 2002-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
3587 * gnus.el (gnus-other-frame-parameters): New user option.
3588 (gnus-other-frame-object): New variable.
3589 (gnus-other-frame): Make it search for existing Gnus frame; don't
3590 read new news; delete frame on exit.
3592 * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3594 * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3596 2002-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
3597 From
\e$B>.4X
\e(B
\e$B5HB'
\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3599 * message.el (message-set-auto-save-file-name): Add support for
3600 the Cygwin Emacs; the system-type is `cygwin'.
3601 * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3603 2002-08-20 ShengHuo ZHU <zsh@cs.rochester.edu>
3605 * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3607 * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3608 avoid arithmetic errors.
3610 2002-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
3612 * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3614 2002-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3616 * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3617 (message-ignored-resent-headers): Add envelope From.
3619 2002-08-18 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3621 * gnus.el (gnus-summary-line-format): Document %k specifier.
3623 2002-08-17 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3625 * gnus-sum.el (gnus-summary-line-message-size): New function.
3626 (gnus-summary-line-format-alist): Use it.
3628 2002-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
3630 * gnus-art.el (article-make-date-line): Refer to the value for
3631 `gnus-article-time-format' in the summary buffer.
3633 * message.el (message-cite-prefix-regexp): Exclude ":" and "
\e,A;
\e(B".
3635 2002-08-14 Simon Josefsson <jas@extundo.com>
3637 * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3639 (gnus-button-alist): Fix doc.
3640 (gnus-header-button-alist): Use ' not ` for default value quoting.
3641 (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3642 rationale similar to 2002-05-01 change.
3643 (gnus-article-add-buttons-to-head): Evaluate expression.
3645 * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3647 2002-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
3649 * message.el (message-font-lock-keywords): Refer to the value for
3650 `message-cite-prefix-regexp' dynamically.
3652 2002-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
3654 * gnus-art.el (gnus-decode-header-methods): Doc fix.
3656 2002-08-12 Simon Josefsson <jas@extundo.com>
3658 * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3659 (imap-shell-open): Skip initial junk before IMAP greeting.
3661 2002-08-11 Simon Josefsson <jas@extundo.com>
3663 * message-utils.el (message-xpost-default,
3664 message-xpost-fup2-header, message-xpost-fup2): Fixed
3665 Typos. Trivial changes from Reiner Steib
3666 <4uce.02.r.steib@gmx.net>.
3668 2002-08-09 Simon Josefsson <jas@extundo.com>
3670 * message.el (message-canlock-password): Set
3671 canlock-password-for-verify to newly generated canlock-password.
3672 When Emacs is restarted, Custom makes sure this is set, but during
3673 the same session we must set it manually.
3675 2002-08-07 Jesper Harder <harder@ifa.au.dk>
3677 * yenc.el: New file.
3679 * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3680 (mm-uu-type-alist): Add yenc.
3681 (mm-uu-yenc-filename): New function.
3682 (mm-uu-yenc-extract): New function.
3684 * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3686 2002-08-06 ShengHuo ZHU <zsh@cs.rochester.edu>
3688 * dgnushack.el (merge): Don't use coerce.
3690 2002-05-27 Jesper Harder <harder@ifa.au.dk>
3692 * mailcap.el (mailcap-mime-data): Test window-system rather than
3694 (mailcap-mime-data): Call xdvi and gv with "-safer".
3696 * mm-util.el: Don't define mm-device-type.
3698 2002-08-05 Simon Josefsson <jas@extundo.com>
3700 * mm-util.el (mm-coding-system-priorities): coding-system type not
3701 supported everywhere.
3703 2002-08-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3705 * gnus.el (gnus-version-number): Bumped version number.
3707 2002-08-04 01:48:57 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3709 * gnus.el: Oort Gnus v0.07 is released.
3711 2002-08-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3713 * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3714 (gnus-article-sort-functions): Doc fix.
3716 (gnus-article-sort-by-random): New function.
3717 (gnus-thread-sort-by-random): New function.
3719 2002-08-02 Simon Josefsson <jas@extundo.com>
3721 * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3722 funcall. From Scott A Crosby <scrosby@cs.rice.edu>.
3724 2002-07-31 Danny Siu <dsiu@adobe.com>
3726 * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3727 when splitting malformed messages without message-id
3729 2002-07-28 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3730 From Niklas Morberg <niklas.morberg@axis.com>.
3732 * nnweb.el (nnweb-type, nnweb-type-definition)
3733 (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3734 (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3736 * nnweb.el: Removed old non-functioning search engines.
3738 2002-07-27 Simon Josefsson <jas@extundo.com>
3740 * message.el (message-forward-make-body): Don't use
3741 `message-forward-ignored-headers' when doing a "raw" followup (it
3742 is important to preserve e.g. CTE).
3744 * flow-fill.el (fill-flowed): Disable filladapt-mode.
3746 * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3747 regexp-quote, Cyrus Sieve is fixed.
3749 * sieve-manage.el (sieve-manage-deletescript): New function.
3751 * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3752 (sieve-manage-mode): Fix menubar.
3753 (sieve-activate): Change some messages.
3754 (sieve-deactivate-all): New function.
3755 (sieve-deactivate): New alias.
3756 (sieve-remove): New function.
3757 (sieve-help): Fix help.
3758 All suggested by Ned Ludd.
3760 2002-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3762 * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3763 (mm-w3m-safe-url-regexp): New user option.
3765 * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3766 `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3768 2002-07-23 Karl Kleinpaste <karl@charcoal.com>
3770 * gnus-sum.el (gnus-summary-delete-article): Force
3771 nnmail-expiry-target to 'delete, so that absolute deletion
3772 happens when absolute deletion is requested.
3774 2002-07-21 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3775 From Nevin Kapur <nevin@jhu.edu>.
3777 * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3778 headers as empty headers.
3780 2002-07-21 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3781 From Jochen Hein <jochen@jochen.org>.
3783 * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3785 (gnus-emphasis-strikethru): New face.
3787 2002-07-20 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3788 From Jason Merrill <jason@redhat.com>.
3790 * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3791 entire file for each of a sequence of missing articles.
3793 * gnus-salt.el (gnus-binary-display-article): Respect an existing
3794 value for gnus-view-pseudos.
3796 * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3799 2002-07-14 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3800 From Ted Zlatanov <teodor.zlatanov@divine.com>.
3802 * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3803 (gnus-summary-mode-line-format-alist): Add %h for number of
3805 (gnus-newsgroup-spam-marked): New variable.
3806 (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3807 (gnus-article-read-p, gnus-article-mark)
3808 (gnus-set-global-variables, gnus-set-global-variables)
3809 (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3810 (gnus-summary-mark-article-as-unread)
3811 (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3812 (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3813 (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3815 2002-07-10 Simon Josefsson <jas@extundo.com>
3817 * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3818 function. From KANEMATSU Daiji <kdaiji@bea.com>.
3820 2002-07-09 Nevin Kapur <nevin@jhu.edu>
3822 * gnus-sum.el (gnus-summary-delete-article): Respect group
3823 parameters while expiring.
3825 2002-07-08 Simon Josefsson <jas@extundo.com>
3827 * gnus-art.el (article-make-date-line): Fix string. From Henrik
3830 2002-07-08 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3832 * gnus-art.el (article-unsplit-urls): Only display MIME when this
3833 function is called interactively. From Niklas Morberg.
3835 2002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu>
3837 * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3838 cdaar to cdar and car.
3840 * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3841 (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3843 2002-07-05 Katsumi Yamaoka <yamaoka@jpl.org>
3845 * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3846 don't break a narrowed article.
3848 * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3849 (nntp-open-via-rlogin-and-telnet): Ditto.
3851 2002-07-02 Didier Verna <didier@xemacs.org>
3853 * nnmail.el (nnmail-split-methods): fix custom type.
3855 2002-07-02 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3857 * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3858 unsplitting. From Niklas Morberg <niklas.morberg@axis.com>.
3860 2002-07-01 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3862 * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3863 (gnus-summary-resend-message): Use it.
3865 2002-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
3867 * nntp.el (nntp-via-rlogin-command-switches): New variable.
3868 (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3870 2002-06-28 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3872 * message.el (message-font-lock-keywords): Don't fontify
3873 headers in the message body, only in the header.
3874 (message-font-lock-make-header-matcher): New function, used by
3875 message-font-lock-keywords.
3876 From Katsumi Yamaoka <yamaoka@jpl.org>.
3878 2002-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
3880 * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3882 2002-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
3884 * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3886 2002-06-26 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3888 * message.el (message-font-lock-keywords): Revert 2002-06-22
3891 2002-06-24 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3893 * message.el (message-font-lock-keywords): Put colon in header
3896 2002-06-22 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3898 * message.el (message-font-lock-keywords): Don't use header faces
3899 in the body. Thanks to Stefan Monnier for the hint on the
3902 2002-05-09 Miles Bader <miles@gnu.org>
3904 * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3905 (gnus-article-hide-citation): Respect it.
3907 2002-04-12 Juanma Barranquero <lektu@terra.es>
3909 * pop3.el (pop3-open-server): Fix typo.
3911 2002-06-18 Josh Huber <huber@alum.wpi.edu>
3913 * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3914 instead of push to ignore duplicate to-(list|address) values.
3915 * nnmail.el (nnmail-cache-ignore-groups): New.
3916 * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3918 2002-06-18 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3920 * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3921 before sending. Suggested by Jan Rychter.
3923 2002-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
3925 * dgnushack.el (remove): New compiler macro.
3926 (last, coerce, subseq): Remove compiler macros for those built-in
3927 or unused functions.
3929 2002-06-17 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3931 * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3932 sure to write byte-compiled versions of gnus-*-format-alist to
3933 .newsrc.eld. From Simon Josefsson.
3935 2002-06-16 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3937 * gnus-agent.el (gnus-agent-read-servers)
3938 (gnus-agent-write-servers): Put server name (string like
3939 "nnchoke:frumple") in the file instead of a server specification
3940 (Lisp expression like (nnchoke "frumple" ...parameters...)).
3941 From Bj
\e,Ax
\e(Brn Mork <bmork@dod.no>.
3943 2002-06-16 Simon Josefsson <jas@extundo.com>
3945 * gnus-cache.el (gnus-cache-remove-article): n is &optional. From
3946 Reiner Steib <4uce.02.r.steib@gmx.net>.
3948 2002-06-15 ShengHuo ZHU <zsh@cs.rochester.edu>
3950 * nnheader.el (nnheader-file-name-translation-alist): Set the
3951 default value for MS Windows systems.
3953 * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3955 2002-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3957 * message.el (message-beginning-of-line): Keep the region active
3958 in XEmacs. Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3960 2002-06-13 Josh Huber <huber@alum.wpi.edu>
3962 * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3963 * gnus-msg.el (gnus-summary-reply): Ditto.
3964 * gnus-msg.el (gnus-summary-handle-replysign): New.
3966 2002-06-12 Katsumi Yamaoka <yamaoka@jpl.org>
3968 * message.el (message-send-mail-with-sendmail): Kill errbuf even
3971 2002-06-11 Josh Huber <huber@alum.wpi.edu>
3973 * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3974 * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3975 to sign while encrypting.
3977 2002-06-11 Simon Josefsson <jas@extundo.com>
3979 * gnus-int.el (gnus-request-move-article): Agent expire article if
3982 * nnweb.el (nnweb-google-create-mapping): Honors the value of
3983 nnweb-max-hits. From Niklas Morberg <niklas.morberg@axis.com>.
3985 2002-06-10 Simon Josefsson <jas@extundo.com>
3987 * gnus-int.el (gnus-request-expire-articles): Fix last change?
3989 2002-06-09 Simon Josefsson <jas@extundo.com>
3991 * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3993 * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3995 2002-06-08 ShengHuo ZHU <zsh@cs.rochester.edu>
3997 * flow-fill.el (fill-flowed): Ignore errors.
3999 2002-06-06 Simon Josefsson <jas@extundo.com>
4001 * message.el (message-send-mail-with-sendmail): Improve error message.
4003 2002-06-06 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4005 * message.el (message-interactive): Change default from nil to t.
4006 Better to be safe than to be fast.
4008 2002-06-05 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4010 * message.el (message-send-mail-with-sendmail): Check return value
4011 from call-process-region.
4013 2002-06-04 Simon Josefsson <jas@extundo.com>
4015 * gnus-msg.el (gnus-group-mail, gnus-group-news)
4016 (gnus-group-post-news, gnus-summary-mail-other-window)
4017 (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4018 gnus-article-copy to nil, thereby inhibiting the `header' posting
4019 style match to use data from last viewed article.
4020 Suggested by Hrvoje Niksic.
4022 2002-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
4024 * spam.el (spam-point-at-eol): New alias.
4025 (spam-parse-whitelist): Use it.
4027 2002-06-03 Simon Josefsson <jas@extundo.com>
4029 * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4030 (nnmail-article-group): Use it.
4032 2002-05-30 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4034 * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4035 so that code reading them won't be surprised. From Jesper Harder
4038 2002-05-29 Simon Josefsson <jas@extundo.com>
4040 * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4043 * gnus.el (gnus-agent-cache): Doc fix.
4044 (gnus-agent): Change default to t.
4046 * gnus-agent.el (gnus-agent-expire): Make it accept optional
4047 ARTICLES, GROUP and FORCE parameters.
4049 2002-05-28 Simon Josefsson <jas@extundo.com>
4051 * gnus-group.el (gnus-group-line-format): Doc fix.
4053 2002-05-28 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4055 * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4056 original article before yanking. From Jesper Harder
4059 2002-05-26 Simon Josefsson <jas@extundo.com>
4061 * gnus-sum.el (gnus-summary-menu-split): New function.
4062 (gnus-summary-make-menu-bar): Split charset submenu.
4063 (gnus-summary-menu-maxlen): New variable.
4064 (gnus-summary-menu-split): Use it.
4066 2002-05-25 Simon Josefsson <jas@extundo.com>
4068 * mml.el (mml-preview): Generate some headers.
4070 * gnus.el (gnus-large-newsgroup): Fix :type.
4072 * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4073 Agent cache NOV's by default now).
4074 (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4076 2002-05-18 Jesper Harder <harder@ifa.au.dk>
4078 * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4079 call to gnus-parent-id when we check for References loops.
4080 (gnus-summary-prepare-threads): Avoid simplifying every Subject
4081 twice by saving the simplified subject string in simp-subject.
4083 2002-05-23 Simon Josefsson <jas@extundo.com>
4085 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo. Trivial
4086 change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4088 * nnweb.el (nnweb-type): Remove dejanewsold. Trivial change from
4089 Niklas Morberg <niklas.morberg@axis.com>.
4091 2002-05-22 Simon Josefsson <jas@extundo.com>
4093 * sieve.el (sieve-change-region): Define it before it is used.
4095 * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4096 (gnus-summary-reply): Ask for confirmation when replying to news.
4097 Defaults to not ask. From Benjamin Rutt
4098 <rutt+news@cis.ohio-state.edu>.
4100 * nnimap.el (nnimap-nov-is-evil): Improve doc.
4102 2002-05-21 Simon Josefsson <jas@extundo.com>
4104 * sieve-mode.el (sieve-manage): Fix autoloads.
4106 * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4107 name (makes it work with recent Cyrus timsieved).
4109 2002-05-20 Jason <jbaker@cs.utah.edu>
4112 * gnus-art.el (gnus-request-article-this-buffer): Try
4113 reconnecting if you don't get the message.
4115 2002-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4117 * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4118 Reply-To headers from the headers.
4120 2002-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4122 * mm-url.el (mm-url-insert): Remove junk message.
4124 2002-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4126 * nnslashdot.el (nnslashdot-request-list): Parse new html.
4127 (nnslashdot-use-front-page): New variable.
4128 (nnslashdot-request-list): Use it.
4130 * mm-url.el (mm-url-timeout): New variable.
4131 (mm-url-retries): Ditto.
4132 (mm-url-insert): Use it.
4134 2002-05-16 Simon Josefsson <jas@extundo.com>
4136 * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4137 (gnus-simplify-subject-functions): Mention g-s-a-w.
4139 2002-05-15 Josh Huber <huber@alum.wpi.edu>
4141 * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4142 nnmail-cache-insert.
4143 * nndiary.el (nndiary-request-accept-article): Ditto.
4144 * nnfolder.el (nnfolder-request-accept-article): Ditto.
4145 * nnimap.el (nnimap-request-accept-article): Ditto.
4146 * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4147 * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4148 * nnmbox.el (nnmbox-request-accept-article): Ditto.
4149 * nnmh.el (nnmh-request-accept-article): Ditto.
4150 * nnmail.el (nnmail-cache-insert): Change group to required,
4151 removed code which tried to figure out the group.
4153 2002-05-13 Josh Huber <huber@alum.wpi.edu>
4155 * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4156 messages. From Hans de Graaff <hans@degraaff.org>.
4157 * nnml.el (nnml-request-accept-article): Pass in the group name to
4158 nnmail-cache-insert, since it's available.
4160 2002-05-10 ShengHuo ZHU <zsh@cs.rochester.edu>
4162 * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4164 2002-05-08 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4165 From Florian Weimer <fw@deneb.enyo.de>.
4167 * gnus.el (subscribed): New group parameter.
4168 (gnus-find-subscribed-addresses): Use it.
4170 2002-05-08 Josh Huber <huber@alum.wpi.edu>
4172 * mml-sec.el (mml-signencrypt-style-alist): Rename. Also, changed
4173 the default for pgpmime to support pgp v2.
4174 * mml-sec.el (mml-signencrypt-style): New accessor function to
4175 allow users to get/set the signencrypt style more easily without
4176 frobbing the alist directly.
4177 * mml.el (mml-generate-mime-1): Use accessor function.
4179 2002-05-08 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4181 * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4182 parenthesis for "<" and ">". Suggested by Andreas Schwab
4185 2002-05-07 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4187 * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4188 when intuiting the group the message is written to. From Josh
4189 Huber <huber@alum.wpi.edu>.
4191 2002-05-06 Simon Josefsson <jas@extundo.com>
4193 * gnus-topic.el (gnus-group-topic-parameters): Work when group
4194 buffer doesn't show group. From Matt Armstrong <matt@lickey.com>.
4196 2002-05-06 Josh Huber <huber@alum.wpi.edu>
4198 * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4199 argument, and fixed compiler warning. (added autoload for
4202 2002-05-04 Simon Josefsson <jas@extundo.com>
4204 * mml1991.el (mml1991-function-alist): Doc fix.
4206 * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4207 doesn't exist (for previewing messages without having Gnus
4210 * mm-util.el (mm-coding-system-priorities): Defcustom.
4212 * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4214 2002-05-01 Josh Huber <huber@alum.wpi.edu>
4216 * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4219 * mml-sec.el (mml-signencrypt-style): New.
4220 * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4222 * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4224 * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4225 * mml.el (mml-generate-mime-1): Changed logic so a part which is
4226 both signed & encryped is processed in one operation. (rather than
4227 two separate ops: sign, then encrypt)
4228 * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4229 indication if a message is signed by an expired key.
4230 * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4231 enables combined sign & encrypt operation. (this was always on
4233 * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4235 2002-05-01 Simon Josefsson <jas@extundo.com>
4237 * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4239 (nnimap-mailbox-info): defvar instead of defvoo.
4241 2002-05-01 20:09:21 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4243 * gnus.el: Oort Gnus v0.06 is released.
4245 2002-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4247 * lpath.el: Bind url-package-version.
4249 2002-05-01 Simon Josefsson <jas@extundo.com>
4251 * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4252 filename before deleting the group itself, because the presence of
4253 a group filename decides if long filenames are used or not.
4255 * gnus-art.el (gnus-button-alist): Don't inline
4256 gnus-button-url-regexp. This makes it possible to change g-b-u-r
4257 without also modifying g-button-alist.
4258 (gnus-button-alist): Fix type to allow variable as well as regexp.
4259 (gnus-article-add-buttons): Evaluate regexp. Strings evaluate to
4260 themselves, variables to its contents.
4261 (gnus-button-entry): Ditto.
4263 2002-05-01 Simon Josefsson <jas@extundo.com>
4265 * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4266 UIDNEXT as a string.
4268 * nnimap.el (nnimap-string-lessp-numerical): New function.
4269 (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4272 2002-04-29 Simon Josefsson <jas@extundo.com>
4274 * nnmail.el (nnmail-cache-insert): Accept optional group
4277 * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4278 n-r-g-a is disabled.
4280 2002-04-29 Simon Josefsson <jas@extundo.com>
4282 * nnimap.el (nnimap-split-fancy): Fix doc.
4283 (nnimap-split-fancy): Fix doc.
4285 * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4286 (nnimap-mailbox-info): New internal variable.
4287 (nnimap-retrieve-groups): Implement faster new mail check.
4289 * nnimap.el (nnimap-split-articles): Support
4290 nnmail-cache-accepted-message-ids.
4291 (nnimap-request-accept-article): Ditto.
4293 * imap.el (imap-mailbox-status-asynch): New command.
4295 2002-04-29 Nevin Kapur <nevin@jhu.edu>
4297 * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4298 are no subscribed mail groups.
4299 - Strip quoted names when comparing addresses
4301 2002-04-28 Jesper Harder <harder@ifa.au.dk>
4303 * mm-decode.el (mm-text-html-renderer): Change customize type to
4306 * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4307 (gnus-debug-exclude-variables): do.
4309 2002-04-27 ShengHuo ZHU <zsh@cs.rochester.edu>
4311 * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4312 Trivial change from Karl Pfl
\e,Ad
\e(Bsterer <sigurd@12move.de>.
4314 2002-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4316 * dns.el (dns-make-network-process): New macro.
4317 (query-dns): Use it.
4319 2002-04-27 ShengHuo ZHU <zsh@cs.rochester.edu>
4321 * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4324 * mm-url.el (mm-url-package-name): New variable.
4325 (mm-url-package-version): New variable.
4326 (mm-url-insert-file-contents): Bind url-package-name and
4327 url-package-version here.
4328 * nnrss.el (nnrss-insert-w3): Move the bindings.
4330 * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4331 url-package-version. Trivial change from Andrew J Cosgriff
4332 <ajc@polydistortion.net>
4334 * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4335 attachments. Trivial change from Peter 'Luna' Runestig
4336 <peter@runestig.com>.
4338 2002-04-19 Jesper Harder <harder@ifa.au.dk>
4340 * nnkiboze.el (nnkiboze-request-scan): Call
4341 nnkiboze-possibly-change-group.
4342 (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4344 (nnkiboze-generate-group): Set newsrc to the *highest* article
4345 number kibozed, not the lowest.
4347 2002-04-15 Jesper Harder <harder@ifa.au.dk>
4349 * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4351 2002-04-24 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4352 From Dan Christensen <jdc+news@uwo.ca>.
4354 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4355 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4356 Recognize math postings. Extract Date (now ignores "(15kb)").
4357 Extract email address using gnus-extract-address-components
4358 instead of just taking the first word. Create Date and From
4359 headers for message which are missing these headers. Get rid
4360 of spurious \\ lines (purely cosmetic). Extend body-end and
4361 file-end regexps, to exclude more garbage from the message.
4362 Make URL rephrasing regexp more flexible, to match current
4365 2002-04-23 Simon Josefsson <jas@extundo.com>
4367 * netrc.el: New file, functions copied from gnus-util.el by Ted
4368 Zlatanov <tzz@lifelogs.com>.
4370 * gnus-util.el: Require netrc.
4371 (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4372 new code in netrc.el.
4374 2002-04-23 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4376 * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4377 message-ignored-resent-headers, too. From Matthieu Moy
4378 <Matthieu.Moy@imag.fr>.
4380 2002-04-22 Bj
\e,Av
\e(Brn Torkelsson <torkel@acc.umu.se>
4382 * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4383 boolean not a string
4384 * gnus-group.el (gnus-group-line-format): add description of %C
4385 * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4387 * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4389 2002-04-22 Paul Jarc <prj@po.cwru.edu>
4391 * nnmaildir.el (nnmaildir-request-scan): typo: set
4392 nnmaildir-get-new-mail, not nnmaildir-new-mail. Don't call
4393 nnmail-get-new-mail for 'find-new-groups.
4395 2002-04-21 Paul Jarc <prj@po.cwru.edu>
4397 * nnmaildir.el (nnmaildir-request-update-info,
4398 nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4399 unnecessary calls to nnmaildir-request-scan.
4401 2002-04-20 Josh Huber <huber@alum.wpi.edu>
4404 * gnus-msg.el (gnus-message-replysign): New.
4405 * gnus-msg.el (gnus-message-replyencrypt): New.
4406 * gnus-msg.el (gnus-message-replysignencrypted): New.
4407 * gnus-msg.el (gnus-summary-reply): Use the three new variables
4408 (above) to automatically encrypt/sign to encrypted/signed
4411 * message.el (message-mode-map): Add keybinding for
4412 `message-to-list-only'
4413 * message.el (message-mode): Add description for
4414 `message-to-list-only'
4415 * message.el (message-to-list-only): New.
4416 * message.el (message-make-mft): Changed to use the cl loop macro,
4417 and added optional flag to return only the matched list. (for use
4418 in new message-to-list-only function)
4420 2002-04-20 Josh Huber <huber@alum.wpi.edu>
4423 * gnus-msg.el (gnus-message-replysign):
4424 * gnus-msg.el (gnus-replysign): New.
4425 * gnus-msg.el (gnus-replyencrypt): New.
4426 * gnus-msg.el (gnus-replysignencrypted): New.
4427 * gnus-msg.el (gnus-summary-reply):
4429 * message.el (message-mode-map):
4430 * message.el (message-mode):
4431 * message.el (message-to-list-only): New.
4432 * message.el (message-make-mft):
4434 2002-04-19 ShengHuo ZHU <zsh@cs.rochester.edu>
4436 * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4438 2002-04-18 Josh Huber <huber@alum.wpi.edu>
4440 * message.el (message-gen-unsubscribed-mft): accept a prefix
4441 argument so CC can be included with C-u C-c C-f C-a
4443 2002-04-17 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4444 From Ted Zlatanov <teodor.zlatanov@divine.com>.
4446 * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4448 (spam-enter-blacklist): New command.
4450 * gnus-sum.el (gnus-spam-mark): New mark.
4451 (gnus-auto-expirable-marks): Add gnus-spam-mark.
4452 (gnus-summary-make-tool-bar): Correct conditional.
4453 (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4454 (gnus-summary-mark-as-spam): New command.
4456 2002-04-13 Josh Huber <huber@alum.wpi.edu>
4458 * mml-sec.el (mml-secure-message): changed to support arbritrary
4460 * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4461 changed to support "signencrypt" mode.
4462 * mml.el (mml-parse-1): changed to support different secure modes
4463 more easily. (for signencrypt)
4465 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
4467 * gnus-sum.el (gnus-update-summary-mark-positions)
4468 (gnus-summary-toggle-header):
4469 * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4470 (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4471 (gnus-uu-post-encoded):
4472 * nnfolder.el (nnfolder-possibly-change-group):
4473 * nnimap.el (nnimap-retrieve-headers):
4474 * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4476 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
4478 * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4479 * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4481 2002-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4483 * gnus-srvr.el (gnus-server-set-info): Clear
4484 `gnus-server-method-cache' when `gnus-server-alist' is changed.
4485 From Daiki Ueno <ueno@unixuser.org>.
4487 2002-04-11 Simon Josefsson <jas@extundo.com>
4489 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4490 viewing of security buttons. Thanks to Nicolas Kowalski
4491 <Nicolas.Kowalski@imag.fr>.
4493 * smime.el (smime-CA-directory): Fix doc. Thanks to Arne
4494 J
\e,Ax
\e(Brgensen <arne+usenet@daimi.au.dk>.
4495 (smime-sign-buffer): Work in XEmacs. Thanks to Nicolas Kowalski
4496 <Nicolas.Kowalski@imag.fr>.
4497 (smime-decrypt-buffer): Ditto.
4499 2002-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4501 * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4504 2002-04-11 Per Abrahamsen <abraham@dina.kvl.dk>
4506 * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4508 2002-04-08 ShengHuo ZHU <zsh@cs.rochester.edu>
4510 * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4512 2002-04-07 ShengHuo ZHU <zsh@cs.rochester.edu>
4514 * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4517 2002-04-07 Josh Huber <huber@alum.wpi.edu>
4519 * message.el (message-make-mft): Changed MFT code from using
4520 message-recipients (which included Bcc) to use only the To and CC
4523 2002-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4525 * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4527 (gnus-treat-mail-picon): Ditto.
4528 (gnus-treat-newsgroups-picon): Ditto.
4529 (gnus-picon-databases): Fix custom type.
4530 (gnus-picon-databases): Add link.
4531 (gnus-article-x-face-command): Add to gnus-picon group.
4533 2002-04-01 Jesper Harder <harder@ifa.au.dk>
4535 * message.el (message-buffer-naming-style): Remove.
4537 2002-04-02 ShengHuo ZHU <zsh@cs.rochester.edu>
4539 * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4541 * message.el (message-tool-bar-map): Ditto.
4543 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4545 2002-04-01 ShengHuo ZHU <zsh@cs.rochester.edu>
4547 * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4549 2002-04-01 Paul Jarc <prj@po.cwru.edu>
4551 * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4553 2002-03-31 Andrew Cohen <cohen@andy.bu.edu>
4556 * dns.el: open-network-stream under XEmacs does udp.
4558 2002-03-31 Lars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
4560 * spam.el (spam-enter-whitelist): New function.
4561 (spam-parse-whitelist): Ditto.
4562 (spam-refresh-list-cache): Ditto.
4563 (spam-address-whitelisted-p): New function.
4565 * dns.el (query-dns): Use TCP when make-network-process isn't
4567 (dns-servers): New variable.
4568 (dns-parse-resolv-conf): New function.
4569 (query-dns): Use it.
4571 * spam.el: New file.
4573 * dns.el (query-dns): Test.
4575 2002-03-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4577 * lpath.el (featurep): Bind make-network-process.
4579 2002-03-31 Paul Jarc <prj@po.cwru.edu>
4581 * nnmaildir.el: Use defstruct. Use a single copy of
4582 nnmail-extra-headers to save memory. Store server's group name
4583 prefix instead of each group's prefixed name.
4584 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4587 2002-03-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4591 2002-03-28 Simon Josefsson <jas@extundo.com>
4593 * gnus-sum.el (gnus-summary-dummy-line-format):
4594 * gnus.el (gnus-summary-line-format): Fixing links to Info.
4595 Trivial change from Bj
\e,Av
\e(Brn Torkelsson <torkel@pdc.kth.se>.
4597 2002-03-29 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4599 * gnus-sum.el (gnus-summary-move-article)
4600 (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4603 2002-03-28 Simon Josefsson <jas@extundo.com>
4605 * mml-sec.el (mml-secure-message): Search after
4606 mail-header-separator from top of message.
4608 2002-03-28 Paul Jarc <prj@po.cwru.edu>
4610 * nnmaildir.el: Cosmetic changes.
4611 (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4612 nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4613 nnmaildir--group-ls): New macros/functions. Use them.
4614 (nnmaildir--unlink): Evalutate argument only once.
4616 2002-03-27 Jesper Harder <harder@ifa.au.dk>
4618 * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4620 (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4621 `gnus-point-at-eol'.
4623 2002-03-27 Paul Jarc <prj@po.cwru.edu>
4625 * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4626 nnmaildir--marks-dir): New macros. Use them.
4627 Use inhibit-quit for atomicity instead of in-memory journaling.
4628 (nnmaildir--edit-prep): New function.
4629 (Local Variables): Use it.
4631 2002-03-26 Pavel@Janik.cz (Pavel Jan
\e,Am
\e(Bk)
4633 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4635 2002-03-25 Simon Josefsson <jas@extundo.com>
4637 * message.el (message-mode): Fix doc.
4639 2002-03-25 Simon Josefsson <jas@extundo.com>
4641 * message.el (message-subject-re-regexp): Skip Re[42]: junk. From
4642 Matthieu Moy <Matthieu.Moy@imag.fr>.
4644 2002-03-24 Jesper Harder <harder@ifa.au.dk>
4646 * mml-sec.el (mml-unsecure-message): Add docstring.
4648 2002-03-23 ShengHuo ZHU <zsh@cs.rochester.edu>
4650 * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4652 Trivial change from andre@slamdunknetworks.com
4654 2002-03-22 Josh Huber <huber@alum.wpi.edu>
4656 * mml.el (mml-mode-map): Added a keybinding for
4657 `mml-unsecure-message'. Also, added a menu entry for said
4658 function in the Attachments menu.
4660 2002-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
4662 * canlock.el (canlock-version): Remove.
4663 (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4664 here; simplify \x insertions.
4665 (canlock-sha1): New function, always return a unibyte string.
4666 (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4668 (canlock-insert-header): Use `canlock-sha1'.
4669 (canlock-verify): Ditto.
4671 2002-03-21 ShengHuo ZHU <zsh@cs.rochester.edu>
4673 * message.el (message-fix-before-sending): Add an option that
4674 ignores illegible text.
4675 Trivial change from Mark Milhollan <mlm@attglobal.net>
4677 * message.el (message-font-lock-keywords): Support multi-line MML
4680 * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4681 Trivial change from lorentey@elte.hu (L
\e,Bu
\e(Brentey K
\e,Aa
\e(Broly)
4683 2002-03-20 Katsumi Yamaoka <yamaoka@jpl.org>
4685 * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4686 symbols for "View as different encoding" submenu.
4688 2002-03-19 Simon Josefsson <jas@extundo.com>
4690 * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4693 2002-03-19 ShengHuo ZHU <zsh@cs.rochester.edu>
4695 * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4697 2002-03-19 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4699 * gnus-sum.el (gnus-sum-thread-tree-root)
4700 (gnus-sum-thread-tree-single-indent)
4701 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4702 (gnus-sum-thread-tree-leaf-with-other)
4703 (gnus-sum-thread-tree-single-leaf): Make customizable.
4705 2002-03-16 Simon Josefsson <jas@extundo.com>
4707 * gnus-util.el (gnus-extract-address-components): Don't break on
4708 names such as James "Kibo" Parry. From Francis Litterio
4709 <franl@world.std.com>.
4711 2002-03-13 Simon Josefsson <jas@extundo.com>
4713 * pop3.el (pop3-open-server): Revert multibyte change. From
4714 Pavel@Janik.cz (Pavel Jan
\e,Am
\e(Bk).
4716 * message.el (message-send-mail-with-qmail): Make it work. From
4717 Pavel@Janik.cz (Pavel Jan
\e,Am
\e(Bk).
4719 2002-03-13 Josh Huber <huber@alum.wpi.edu>
4721 * message.el (message-make-mft): Set case-fold-search while
4722 generating the MFT. Also, a little cleanup in the MFT code.
4724 2002-03-12 Simon Josefsson <jas@extundo.com>
4726 * message.el (message-qmail-inject-args): May be function.
4727 (message-send-mail-with-qmail): Call function if m-q-i-a is
4728 function. From fn@hungry.org (Faried Nawaz).
4730 2002-03-12 ShengHuo ZHU <zsh@cs.rochester.edu>
4732 * message.el (message-abbrevs-loaded): Remove.
4733 (mailabbrev): Require it.
4735 * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4737 2002-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
4739 * pop3.el (pop3-open-server): Set process buffer unibyte.
4741 2002-03-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4743 * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4745 2002-03-10 ShengHuo ZHU <zsh@cs.rochester.edu>
4747 * nnslashdot.el (nnslashdot-request-article): Remove javascript
4750 2002-03-09 ShengHuo ZHU <zsh@cs.rochester.edu>
4752 * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4754 (gnus-summary-save-parts-type-history): Ditto.
4755 (gnus-summary-save-parts-last-directory): Ditto.
4756 Trivial change from andre@slamdunknetworks.com
4758 2002-03-09 Paul Jarc <prj@po.cwru.edu>
4760 * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4762 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
4764 * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4765 -->" as the end of the first article.
4767 * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4768 From Matthieu Moy <Matthieu.Moy@imag.fr>
4770 * message.el (message-add-action): Use add-to-list.
4771 (message-delete-action): New function.
4773 * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4776 2002-03-05 Paul Jarc <prj@po.cwru.edu>
4778 * nnnil.el: New file.
4779 * gnus.el (gnus-valid-select-methods): Include nnnil.
4781 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
4783 * message.el (message-syntax-checks): Because canlock is
4784 supported, we disable sender syntax check.
4785 (message-shoot-gnksa-feet): Add cancel-messages option doc.
4787 * gnus-draft.el (gnus-draft-send): If interactive, use its default
4788 value of message-syntax-checks.
4790 * qp.el (quoted-printable-decode-region): Doc addition.
4791 From: Eli Zaretskii <eliz@is.elta.co.il>
4793 * mail-source.el (make-source-make-complex-temp-name): Use
4796 * mm-util.el (mm-make-temp-file): New function.
4797 * nneething.el (nneething-file-name): Use it.
4798 * mml-smime.el (mml-smime-encrypt): Ditto.
4799 * mm-view.el (mm-inline-wash-with-file): Ditto.
4800 * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4801 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4802 (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4803 * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4804 * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4805 * gnus-art.el (gnus-mime-print-part): Ditto.
4807 2002-03-04 Paul Jarc <prj@po.cwru.edu>
4809 * message.el (nnmaildir-article-number-to-base-name): New
4811 (nnmaildir-base-name-to-article-number): New function.
4813 2002-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
4815 * smime.el (smime-make-temp-file): Don't quote
4816 `temporary-file-directory'.
4818 2002-03-04 Simon Josefsson <jas@extundo.com>
4820 * smime.el (smime-sign-region): Rename argument keyfiles to
4821 keyfile. You only sign something with one key.
4822 (smime-sign-buffer): Better completing-read prompt.
4823 (smime-decrypt-buffer): Ditto.
4825 * smime.el (smime-make-temp-file): Make it work under XEmacs.
4827 * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4829 (mm-view-pkcs7-decrypt): CRLF->LF.
4831 2002-03-04 Paul Jarc <prj@po.cwru.edu>
4833 * message.el (message-hierarchical-addresses): New variable.
4834 (message-get-reply-headers): Use it.
4835 From Ted Zlatanov <teodor.zlatanov@divine.com>
4837 2002-03-03 ShengHuo ZHU <zsh@cs.rochester.edu>
4839 * message.el (message-mode): If buffer-file-name, don't set auto
4841 Trivial change from Geoff Greene <ggreene@wpi.edu>
4843 2002-03-02 ShengHuo ZHU <zsh@cs.rochester.edu>
4845 * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4846 takes one argument in read-char.
4848 * message.el (message-fix-before-sending): Forward a char.
4849 Check mmu-multibyte-p, add control-1.
4851 2002-03-01 ShengHuo ZHU <zsh@cs.rochester.edu>
4853 * gnus-start.el (gnus-read-init-file): Ditto.
4855 * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4857 * dgnushack.el (dgnushack-make-load): Ditto.
4859 * mail-source.el (mail-source-fetch): Extract the right error
4862 * message.el (message-fix-before-sending): Check illegible text.
4864 * gnus-util.el (gnus-multiple-choice): New function.
4866 * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4867 also defined in gnus-score.el.
4869 2002-03-01 Paul Jarc <prj@po.cwru.edu>
4871 * message.el (message-get-reply-headers): downcase email addresses
4872 for comaparisons for duplicate removal.
4874 2002-03-01 ShengHuo ZHU <zsh@cs.rochester.edu>
4876 * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4877 implementation of PKCS#7, which just allows users read the
4879 (mm-view-pkcs7): Use it.
4881 2002-02-27 ShengHuo ZHU <zsh@cs.rochester.edu>
4883 * gnus.el (large-newsgroup-initial): New parameter.
4885 * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4886 (gnus-summary-insert-old-articles): Ditto.
4888 2002-02-26 ShengHuo ZHU <zsh@cs.rochester.edu>
4890 * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4891 used as the default answer of the question, "How many articles?".
4892 From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4894 * nnagent.el (nnagent-retrieve-headers): Remove articles with
4897 2002-02-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4899 * deuglify.el: Fix comments.
4901 2002-02-23 ShengHuo ZHU <zsh@cs.rochester.edu>
4903 * html2text.el (html2text-clean-anchor): If there is no HREF,
4906 * mml.el (mml-generate-mime-1): Add cdr.
4907 From: andre@slamdunknetworks.com
4909 * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4910 (mm-text-html-washer-alist): Ditto.
4912 * mm-decode.el (mm-text-html-renderer): Add html2text.
4914 * html2text.el: Face lift.
4916 * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4918 2002-02-22 ShengHuo ZHU <zsh@cs.rochester.edu>
4920 * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4922 * deuglify.el: Change copy right. Add autoload. Add coding-system.
4924 * deuglify.el: New file. The original file name is
4925 gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4927 * mm-decode.el (mm-display-external): Use
4928 mm-file-name-rewrite-functions. From <andre@slamdunknetworks.com>
4930 2002-02-22 Paul Jarc <prj@po.cwru.edu>
4932 * nnmaildir.el (nnmaildir-request-list): Report the highest
4933 article number, not the total number of articles.
4935 2002-02-21 ShengHuo ZHU <zsh@cs.rochester.edu>
4937 * gnus-sum.el: Move uu key map here.
4938 (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4940 2002-02-21 Paul Jarc <prj@po.cwru.edu>
4942 * nnmaildir.el (nnmaildir-request-expire-articles): Use
4943 nnmail-expiry-wait* if expire-age parameter is not set.
4945 2002-02-21 ShengHuo ZHU <zsh@cs.rochester.edu>
4947 * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4949 (gnus-group-sort-selected-groups-by-real-name): New function.
4950 (gnus-group-make-menu-bar): Add sort by real name.
4952 * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4954 (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4955 nil as dependencies as well.
4957 2002-02-20 ShengHuo ZHU <zsh@cs.rochester.edu>
4959 * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4962 * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4964 * gnus-group.el (gnus-group-name-decode): Don't test
4965 multibyte-string, because it breaks XEmacs.
4966 From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4968 * message.el (message-send-mail): Be talkative.
4970 * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4971 (mm-automatic-display): Ditto.
4973 * mailcap.el (mailcap-mime-data): Ditto.
4974 From: Reiner Steib <4uce.02.r.steib@gmx.net>
4976 2002-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
4978 * many files: Remove trailing whitespaces, replace spc+tab with
4979 tab, replace leading whitespaces with tabs.
4981 2002-02-19 Paul Jarc <prj@po.cwru.edu>
4983 * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4984 articles with no body and no blank line after the header.
4986 2002-02-19 ShengHuo ZHU <zsh@cs.rochester.edu>
4988 * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4991 * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4994 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4996 * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4997 w3-delay-image-loads.
4998 * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4999 (mm-w3-prepare-buffer): Ditto.
5001 * mail-source.el (mail-source-fetch-directory): Run scripts.
5003 2002-02-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005 * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5006 for Majordomo confirmations.
5008 2002-02-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5010 * gnus-fun.el (gnus-respond-to-confirmation): New command.
5012 2002-02-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5014 * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5016 2002-02-18 Paul Jarc <prj@po.cwru.edu>
5018 * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5019 References header field. From Mark Thomas <mthomas@cmu.edu>.
5021 2002-02-18 ShengHuo ZHU <zsh@cs.rochester.edu>
5023 * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5024 (mm-inline-render-with-stdin): Ditto.
5025 (mm-inline-render-with-function): Ditto.
5026 (mm-inline-wash-with-file): Bind coding-system-for-write.
5027 (mm-inline-wash-with-stdin): Ditto.
5029 2002-02-18 ShengHuo ZHU <zsh@cs.rochester.edu>
5031 Suggested by Felix Natter <fnatter@gmx.net>
5033 * gnus-art.el (gnus-mime-view-part-externally): Rename from
5034 gnus-mime-externalize-view.
5035 (gnus-mime-view-part-internally): Rename from
5036 gnus-mime-internalize-view.
5037 (gnus-article-view-part-externally): Rename from
5038 gnus-article-externalize-part.
5039 (gnus-mime-action-alist): Change correspondingly.
5040 (gnus-mime-button-commands): Ditto.
5041 (gnus-mime-action-alist): Remove duplication.
5043 * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5045 2002-02-18 ShengHuo ZHU <zsh@cs.rochester.edu>
5047 * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5049 * gnus-art.el (gnus-display-mime): Use it.
5051 * mm-partial.el (mm-partial-find-parts): Use it.
5053 * gnus-sum.el (gnus-article-loose-mime): Rename from
5054 gnus-article-no-strict-mime.
5055 (gnus-summary-save-parts): Use it.
5057 2002-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5059 * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5062 * gnus-art.el (article-display-x-face): Don't sort multiple
5065 2002-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5067 * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5068 up. Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5070 * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5072 2002-02-17 ShengHuo ZHU <zsh@cs.rochester.edu>
5074 Some ideas is inspired by code from Hrvoje Niksic
5075 <hniksic@arsdigita.com>
5077 * gnus-art.el (gnus-article-wash-function): Set the default to
5078 nil, so that we use mm-text-html-renderer instead.
5079 (article-wash-html): Use mm-text-html-renderer.
5081 * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5082 (mm-text-html-renderer): New variable.
5083 (mm-inline-text-html-renderer): Set the default to nil, so that we
5084 use mm-text-html-renderer instead.
5086 * mm-view.el (mm-inline-text-html): New function.
5087 (mm-text-html-renderer-alist): New variable.
5088 (mm-inline-text-vcard): New function.
5089 (mm-inline-text): Split.
5090 (mm-links-remove-leading-blank): New function.
5091 (mm-inline-render-with-file): New function.
5092 (mm-inline-render-with-stdin): New function.
5093 (mm-inline-render-with-function): New function.
5094 (mm-text-html-washer-alist): New variable.
5095 (mm-inline-wash-with-file): New function.
5096 (mm-inline-wash-with-stdin): New function.
5098 2002-02-17 ShengHuo ZHU <zsh@cs.rochester.edu>
5100 * message-utils.el: Fix installation doc.
5101 From: Reiner Steib <4uce.02.r.steib@gmx.net>
5103 2002-02-16 ShengHuo ZHU <zsh@cs.rochester.edu>
5105 * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5106 (gnus-post-method): Use it.
5107 (gnus-summary-cancel-article): Find the correct post-method.
5109 * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5110 * message.el (message-send-news): Ditto.
5111 Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5112 <ipmonger@delamancha.org>
5114 * gnus.el (gnus-select-method): Fix doc.
5115 (gnus-server-string): Use 'using nntp'.
5117 * gnus-agent.el (gnus-slave-unplugged): New command.
5118 From: Felix Natter <fnatter@gmx.net>
5120 2002-02-15 ShengHuo ZHU <zsh@cs.rochester.edu>
5122 * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5123 Call edit-done-function first, then change the window
5125 (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5126 (gnus-article-edit-mode): mml-mode.
5128 * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5129 21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5131 * message-utils.el: Adopt the file.
5133 * message-utils.el: New file.
5134 From Holger Schauer <Holger.Schauer@gmx.de>
5136 2002-02-14 ShengHuo ZHU <zsh@cs.rochester.edu>
5138 * gnus-sum.el (gnus-summary-move-article): Select-article only
5139 when gnus-move-split-methods is non-nil. And we don't render or
5142 * gnus-fun.el (gnus-shell-command-to-string): New function.
5143 (gnus-shell-command-on-region): New function.
5144 (gnus-random-x-face): Use them.
5145 (gnus-x-face-from-file): Ditto.
5146 (gnus-convert-image-to-gray-x-face): Ditto.
5147 (gnus-convert-gray-x-face-to-xpm): Ditto.
5148 (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5150 2002-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5152 * gnus-art.el (gnus-treat-display-xface): Don't use
5153 `shell-command-to-string' when compiling.
5154 (gnus-treat-display-grey-xface): Ditto.
5156 2002-02-13 Paul Jarc <prj@po.cwru.edu>
5158 * nnmaildir.el (nnmaildir--article-count): If the group is
5159 completely empty, report minimum article number as 1 instead of 0.
5161 2002-02-13 ShengHuo ZHU <zsh@cs.rochester.edu>
5163 * gnus-agent.el (gnus-get-predicate): Use nconc.
5165 * gnus-sum.el (gnus-summary-display-make-predicate): Use
5166 gnus-summary-display-cache as cache.
5168 * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5169 (nndoc-mail-in-mail-type-p): New function.
5170 (nndoc-mail-in-mail-article-begin): New function.
5172 2002-02-12 ShengHuo ZHU <zsh@cs.rochester.edu>
5174 * mailcap.el (mailcap-mime-data): Use enriched-decode.
5176 * gnus-cite.el (gnus-article-fill-cited-article): Bind
5177 use-hard-newlines to nil.
5179 * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5180 image is not available if window-system is not available.
5182 * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5184 2002-02-11 ShengHuo ZHU <zsh@cs.rochester.edu>
5186 * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5187 bookmark, because update-mark doesn't handle it correctly.
5189 2002-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
5191 * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5192 directly instead of calling message-send-mail.
5194 * gnus-start.el (gnus-read-descriptions-file): Use
5195 gnus-default-charset.
5197 * mm-util.el (mm-guess-mime-charset): New function.
5199 * gnus.el (gnus-default-charset): Use it.
5200 (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5203 2002-02-08 ShengHuo ZHU <zsh@cs.rochester.edu>
5205 * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5206 (article-display-x-face): Use it. Disable grey xface, if
5207 uncompface is not found.
5209 * message.el (message-mode): Don't enable multibyte on an indirect
5212 * nnrss.el (nnrss-content-function): New variable.
5213 (nnrss-request-article): Use it.
5215 2002-02-08 ShengHuo ZHU <zsh@cs.rochester.edu>
5217 * gnus.el: Add article-unsplit-urls.
5218 * gnus-sum.el: Ditto.
5219 * gnus-art.el (gnus-treat-strip-cr): New variable.
5220 (gnus-treatment-function-alist): Use it.
5221 (article-unsplit-urls): New function.
5222 (gnus-article-make-menu-bar): Use it.
5223 From: Michael Cook <michael.cook@cisco.com>
5225 2002-02-08 ShengHuo ZHU <zsh@cs.rochester.edu>
5227 * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5230 2002-02-07 Paul Jarc <prj@po.cwru.edu>
5232 * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5233 with internal whitespace.
5234 (gnus-parent-id): Ditto.
5236 2002-02-07 ShengHuo ZHU <zsh@cs.rochester.edu>
5238 * gnus-art.el (gnus-article-treat-body-boundary): Add
5239 gnus-decoration property.
5240 * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5242 * message.el (message-mode): Set local-abbrev-table.
5243 From Matt Armstrong <matt@lickey.com>.
5245 * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5248 * rfc2047.el (rfc2047-unfold-region): Ditto.
5249 (rfc2047-decode-region): Don't unfold. Let
5250 gnus-article-treat-unfold-headers do it.
5252 * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5253 From: Jesper Harder <harder@ifa.au.dk>
5255 2002-02-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5257 * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5258 (gnus-configure-posting-styles): Use it.
5259 (gnus-configure-posting-styles): Remove trailing newspaces.
5261 2002-02-06 ShengHuo ZHU <zsh@cs.rochester.edu>
5263 * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5266 * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5268 * gnus.el (gnus-server-to-method): Switch position with
5269 gnus-server-get-method.
5270 (gnus-agent): Add doc.
5272 * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5273 (gnus-summary-save-parts): Use it.
5275 * gnus-art.el (gnus-display-mime): Use it.
5276 * mm-partial.el (mm-partial-find-parts): Use it.
5278 * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5280 * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5281 From Stefan Reich
\e,Av
\e(Br <xsteve@riic.at>.
5283 * nnagent.el (nnagent-request-expire-articles): Don't delete
5286 2002-02-05 ShengHuo ZHU <zsh@cs.rochester.edu>
5288 * message.el (message-gen-unsubscribed-mft): New function.
5289 From Sriram Karra <karra@cs.utah.edu>.
5291 * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5294 * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5295 (mm-inline-text-html-render-with-w3): Ditto.
5296 * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5297 Suggested by Dave Love <d.love@dl.ac.uk>.
5299 * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5301 * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5302 * nntp.el (nntp-send-command): Ditto.
5303 * nntp.el (nntp-send-command-nodelete): Ditto.
5305 2002-02-04 ShengHuo ZHU <zsh@cs.rochester.edu>
5307 * mm-url.el (mm-url-load-url): New function.
5308 (mm-url-insert-file-contents): Use it.
5310 * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5312 * message.el (message-forward-make-body): Correctly copy
5315 * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5317 2002-02-04 Simon Josefsson <jas@extundo.com>
5319 * gnus-art.el (gnus-article-followup-with-original): Mark with
5320 force, prevent errors when following up from article buffer.
5321 (gnus-article-reply-with-original): Ditto.
5323 * binhex.el (binhex-decoder-switches): Fix doc. From
5324 Pavel@Janik.cz (Pavel Jan
\e,Am
\e(Bk).
5326 2002-02-04 ShengHuo ZHU <zsh@cs.rochester.edu>
5328 * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5329 highlight-citation after emphasize.
5331 2002-02-04 Simon Josefsson <jas@extundo.com>
5333 * nnfolder.el (nnfolder-open-marks):
5335 * nnml.el (nnml-open-marks): Message when done. From David
5336 Edmondson <dme@sun.com>.
5338 2002-02-03 ShengHuo ZHU <zsh@cs.rochester.edu>
5340 * imap.el (imap-anonymous-auth): Fix typo.
5341 From: Steinar Bang <sb@dod.no>
5343 * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5345 (gnus-cache-braid-heads): Ditto.
5347 * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5348 line, because there are extra articles in the overview buffer.
5350 * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5352 * message.el (message-forward-rmail-make-body): Directly use
5353 rmail-msg-restore-non-pruned-header to avoid calling
5356 2002-02-02 ShengHuo ZHU <zsh@cs.rochester.edu>
5358 * gnus-cache.el (gnus-summary-insert-cached-articles):
5359 (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5361 * gnus-group.el (gnus-group-mark-article-read): Nreverse
5362 gnus-newsgroups-unselected.
5364 * gnus-agent.el (gnus-summary-set-agent-mark): Use
5365 gnus-add-to-sorted-list.
5367 * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5368 gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5369 (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5370 (gnus-update-read-articles): UNREAD is sorted.
5371 (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5372 (gnus-newsgroup-marked, gnus-newsgroup-cached)
5373 (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5374 (gnus-newsgroup-dormant): Require sorted.
5376 * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5378 (gnus-dired-print): New function.
5380 * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5383 2002-02-02 Simon Josefsson <jas@extundo.com>
5385 * gnus-dired.el (turn-on-gnus-dired-mode): Autoload. Make defun.
5387 2002-02-02 ShengHuo ZHU <zsh@cs.rochester.edu>
5389 * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5390 t. This makes gnus-agent customizable without putting
5391 gnus-agentize into .gnus.
5393 * gnus.el (gnus-agent): Make it customizable.
5395 * gnus-dired.el: New file.
5396 From Benjamin Rutt <brutt@bloomington.in.us>
5398 * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5400 (gnus-cache-possibly-remove-article): Ditto.
5401 (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5403 2002-02-01 Simon Josefsson <jas@extundo.com>
5405 * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5407 2002-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
5409 * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5410 (mm-setup-w3m): Don't bind keys listed in the above.
5412 2002-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
5414 * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5415 `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5416 is non-nil; bind `w3m-force-redisplay' with nil.
5418 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5420 * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5422 2002-01-31 ShengHuo ZHU <zsh@cs.rochester.edu>
5424 * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5425 use mail-header-unfold-field.
5427 * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5430 * gnus-range.el (gnus-add-to-sorted-list): New function.
5431 * gnus-sum.el (gnus-mark-article-as-read): Use it.
5432 (gnus-mark-article-as-unread): Ditto.
5433 (gnus-summary-mark-article-as-unread): Ditto.
5434 (gnus-build-get-header): Ditto.
5435 (gnus-summary-prepare-threads): Ditto.
5436 (gnus-summary-insert-pseudos): Ditto.
5437 (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5438 (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5439 (gnus-summary-insert-old-articles): Ditto.
5441 * gnus-msg.el (gnus-posting-styles): Add new format of header.
5442 (gnus-configure-posting-styles): Support the new format.
5444 * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5445 edebug-form-spec to (sexp body).
5446 Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5448 * message.el (message-reply-headers): Add doc.
5450 2002-01-30 ShengHuo ZHU <zsh@cs.rochester.edu>
5452 * gnus-group.el (gnus-group-delete-group): Nix the entry in
5453 gnus-cache-active-hashtb.
5455 * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5456 (gnus-agent-summary-fetch-group): Use it.
5458 * gnus-msg.el (gnus-debug-files): New variable.
5459 (gnus-debug-exclude-variables): New variable.
5460 (gnus-debug): Use them.
5462 * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5464 2002-01-30 ShengHuo ZHU <zsh@cs.rochester.edu>
5466 * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5467 (message-mode-syntax-table): Move back the previous position.
5469 * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5471 * gnus-agent.el (gnus-agent-retrieve-headers): Use
5472 gnus-sorted-difference.
5474 * nnsoup.el (nnsoup-request-expire-articles): Use
5475 gnus-sorted-difference.
5477 * nnheader.el: Autoload gnus-sorted-difference.
5479 * nnfolder.el (nnfolder-request-expire-articles): Use
5480 gnus-sorted-difference.
5482 * gnus-cache.el (gnus-cache-retrieve-headers): Use
5483 gnus-sorted-difference.
5485 * gnus-range.el: Autoload cookies.
5486 (gnus-sorted-difference): New function.
5487 (gnus-sorted-ndifference): New function.
5488 (gnus-sorted-nintersection): Rename from
5489 gnus-set-sorted-intersection.
5490 (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5491 (gnus-list-range-difference): Rename from
5492 gnus-inverse-list-range-intersection.
5493 (gnus-inverse-list-range-intersection): Use defalias.
5495 * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5496 gnus-sorted-ndifference, and gnus-sorted-nintersection.
5497 (gnus-articles-to-read): Use gnus-sorted-difference.
5498 (gnus-summary-limit-mark-excluded-as-read): Use
5499 gnus-sorted-intersection and gnus-sorted-ndifference.
5500 (gnus-list-of-read-articles): Use gnus-list-range-difference.
5501 (gnus-summary-insert-articles): Use gnus-sorted-difference.
5503 * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5505 2002-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5507 * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5508 property to the buffer for using emacs-w3m command keys.
5510 * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5513 * mm-view.el (mm-w3m-mode-map): New variable.
5514 (mm-w3m-mode-command-alist): New variable.
5515 (mm-w3m-minor-mode): Removed.
5516 (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5517 (mm-inline-text-html-render-with-w3m): Add keymap property to the
5518 buffer for using emacs-w3m command keys.
5520 2002-01-29 ShengHuo ZHU <zsh@cs.rochester.edu>
5522 * message.el (message-mode-syntax-table): Move forward.
5523 (message-cite-prefix-regexp): Auto detect non word constituents.
5524 (message-cite-prefix-regexp): Don't use with-syntax-table.
5526 * gnus-sum.el (gnus-summary-update-info): Use
5527 gnus-list-range-intersection.
5529 * gnus-agent.el (gnus-agent-fetch-headers): Use
5530 gnus-list-range-intersection.
5532 * gnus-range.el (gnus-range-normalize): Use correct predicate.
5533 (gnus-list-range-intersection): Use it.
5534 (gnus-inverse-list-range-intersection): Ditto.
5535 (gnus-sorted-intersection): Add doc.
5536 (gnus-set-sorted-intersection): Add doc.
5537 (gnus-sorted-union): New function.
5538 (gnus-set-sorted-union): New function.
5540 * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5541 (gnus-inverse-list-range-intersection): Ditto.
5543 2002-01-29 Karl Kleinpaste <karl@charcoal.com>
5545 * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5547 * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5548 and permit `:' and `\' in order to handle full Windows pathnames.
5549 (gnus-uu-begin-string): Add optional leading `0'. Leading `0' is
5550 technically not correct per standard, but seems to have common use.
5552 2002-01-29 ShengHuo ZHU <zsh@cs.rochester.edu>
5554 * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5557 2002-01-28 ShengHuo ZHU <zsh@cs.rochester.edu>
5559 * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5561 * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5562 Don't split when the window is small, e.g. when a small *BBDB*
5563 window is the lowest one.
5565 * gnus-agent.el (gnus-agent-retrieve-headers): Use
5566 nnheader-find-nov-line to speed up. Use nreverse, because it is
5567 sorted. Use nnheader-insert-nov-file.
5569 2002-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
5571 * mm-decode.el (mm-inline-text-html-with-images): New user option.
5573 * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5574 of `w3m-display-inline-images' with the value of
5575 `mm-inline-text-html-with-images'.
5576 From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5578 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5580 2002-01-27 Richard M. Stallman <rms@gnu.org>
5582 * time-date.el: Add autoload cookies. Many doc fixes.
5583 (time-add): New function.
5584 (time-subtract): Renamed from subtract-time.
5585 (subtract-time): New alias for time-subtract.
5587 2002-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
5589 * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5590 emacs-w3m in doc-string.
5592 * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5593 `w3m-current-buffer'.
5595 2002-01-27 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5597 * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5599 * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5600 `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5601 (mm-w3m-cid-retrieve): New function.
5602 (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5604 2002-01-27 ShengHuo ZHU <zsh@cs.rochester.edu>
5606 * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5608 2002-01-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5610 * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5612 2002-01-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5614 * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5617 * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5619 * nnmail.el (nnmail-article-group): Decode headers before running
5620 split rules over them.
5621 (nnmail-mail-splitting-charset): New variable.
5623 * smiley.el: Replaced with smiley-ems.el.
5625 2002-01-26 ShengHuo ZHU <zsh@cs.rochester.edu>
5627 * mm-url.el (mm-url-predefined-programs): Add w3m.
5628 (mm-url-program): Ditto.
5630 2002-01-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5632 * nnml.el (nnml-use-compressed-files): New variable.
5633 (nnml-filenames-are-evil): Removed.
5634 (nnml-current-group-article-to-file-alist): Don't use.
5635 (nnml-update-file-alist): Inhibit.
5636 (nnml-article-to-file): Use new var.
5638 2002-01-26 ShengHuo ZHU <zsh@cs.rochester.edu>
5640 * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5642 * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5644 2002-01-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5646 * gnus-agent.el (gnus-agent-load-alist): Use new caching
5649 * gnus-util.el (gnus-cache-file-contents): New function.
5651 * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5652 (gnus-agent-load-alist): Use it.
5654 * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5656 * nnheader.el (nnheader-insert-nov-file): New function.
5658 * gnus-util.el (gnus-parse-without-error): Correct the loop.
5660 * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5661 there are no references.
5662 (gnus-extract-message-id-from-in-reply-to): New function.
5663 (gnus-nov-parse-line): Use in-reply-to if there are no
5666 2002-01-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5668 * nnagent.el (nnagent-retrieve-headers): Use new macro.
5670 * gnus-util.el (gnus-parse-without-error): New macro.
5672 2002-01-25 ShengHuo ZHU <zsh@cs.rochester.edu>
5674 * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5675 (gnus-article-wash-function): use locate-library to decide which
5678 2002-01-25 Simon Josefsson <jas@extundo.com>
5680 * pop3.el (pop3-munge-message-separator): Work if no date.
5681 Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5683 2002-01-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5685 * gnus-agent.el (gnus-agent-save-alist): Fix.
5687 * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5688 mistake. Reinstated lost code.
5690 2002-01-25 Josh Huber <huber@alum.wpi.edu>
5692 * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5693 one exists in the case of an encrypted message with an internal
5696 2002-01-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5698 * gnus-agent.el (gnus-agent-save-alist): Optimized.
5700 2002-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5702 * dgnushack.el: Commented out the experimental code.
5704 2002-01-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5706 * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5709 * gnus.el (gnus-server-to-method): Made into subst.
5710 (gnus-server-method-cache): New variable.
5711 (gnus-server-to-method): Use it.
5712 (gnus-group-method-cache): New variable.
5713 (gnus-find-method-for-group-1): Renamed.
5714 (gnus-find-method-for-group): New function.
5715 (gnus-group-method-cache): Removed.
5717 * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5720 * gnus-range.el (gnus-members-of-range): New function.
5721 (gnus-list-range-intersection): Renamed.
5722 (gnus-inverse-list-range-intersection): New function.
5724 * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5726 * nnagent.el (nnagent-retrieve-headers): New implementation.
5728 * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5731 2002-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5733 * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5734 `w3m-meta-content-type-charset-regexp'.
5736 * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5737 charset-encoded html contents.
5739 2002-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5741 * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5744 * nnweb.el (url): Ignore errors when request url.
5746 * nnrss.el: Clean up the comments.
5748 2002-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5750 * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5752 * mm-decode.el (mm-inline-text-html-renderer): New user option.
5753 (mm-inline-media-tests): Test whether the value of
5754 `mm-inline-text-html-renderer' is a function for text/html.
5756 * mm-view.el (mm-inline-text-html-render-with-w3): New function
5757 separated from `mm-inline-text'.
5758 (mm-w3m-minor-mode): New variable.
5759 (mm-w3m-setup): New variable.
5760 (mm-setup-w3m): New function.
5761 (mm-inline-text-html-render-with-w3m): New function.
5762 (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5765 2002-01-23 Paul Jarc <prj@po.cwru.edu>
5767 * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5769 2002-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5771 * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5772 and `gnus-xmas-completing-read'.
5774 2002-01-19 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5776 * nneething.el (nneething-message-id-number): Abolished.
5777 (nneething-encode-file-name): Not encode numerical characters.
5778 (nneething-make-head): `nneething-message-id-number' is not
5779 used to generate message IDs.
5781 2002-01-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5783 * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5786 2002-01-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5788 * gnus-xmas.el (gnus-xmas-completing-read): New function.
5789 (gnus-xmas-redefine): Redefine conditionally.
5791 2002-01-22 Josh Huber <huber@alum.wpi.edu>
5793 * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5796 2002-01-22 Josh Huber <huber@alum.wpi.edu>
5798 * message.el (message-font-lock-keywords): Added the secure tag.
5799 * mml-sec.el: Added functions to generate/modify/remove the secure
5800 tag while in message mode.
5801 * mml-sec.el (mml-secure-message): New.
5802 * mml-sec.el (mml-unsecure-message): New.
5803 * mml-sec.el (mml-secure-message-sign-smime): New.
5804 * mml-sec.el (mml-secure-message-sign-pgp): New.
5805 * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5806 * mml-sec.el (mml-secure-message-encrypt-smime): New.
5807 * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5808 * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5809 * mml.el (mml-parse-1): Added code to recognise the secure tag and
5810 convert it to either a part or multipart depending on if there are
5811 other parts in the message.
5812 * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5813 to use the secure tag, rather than the part tag.
5814 * mml.el (mml-preview): Added a save-excursion to keep cursor
5815 position after doing an MML preview.
5817 2002-01-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5819 * nnheader.el (nnheader-parse-overview-file): New function.
5820 (nnheader-write-overview-file): New function.
5822 2002-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5824 * gnus.el (gnus-group-fast-parameter): Check better if expansion
5827 * nnweb.el (nnweb-type-definition): Clean up.
5829 2002-01-21 Alastair Burt <burt@dfki.de>
5832 * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5833 buffer exists before jumping to it.
5835 2002-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5837 * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5839 (article-wash-html): Use it.
5840 (gnus-article-wash-function): New variable.
5841 (gnus-article-wash-html-with-w3m): New function.
5843 2002-01-20 Bj
\e,Av
\e(Brn Torkelsson <torkel@acc.umu.se>
5845 * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5848 2002-01-20 John H. Palmieri <palmieri@math.washington.edu>
5850 * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5853 2002-01-21 Simon Josefsson <jas@extundo.com>
5855 * canlock.el (base64-encode-string): Autoload it from base64.
5856 (canlock-make-cancel-key): Base64 encode unibyte string.
5858 2002-01-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5860 * nnfolder.el (nnfolder-request-accept-article): Unfold
5862 (nnfolder-request-replace-article): Ditto.
5864 2002-01-20 Nevin Kapur <nevin@jhu.edu>
5866 * gnus-group.el (gnus-group-best-unread-group): Use the right
5867 positioning function.
5869 2002-01-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5871 * smiley-ems.el (smiley-region): Use new function.
5872 (smiley-update-cache): Use general image functions.
5873 (smiley-region): Use general functions.
5875 * gnus-util.el (gnus-graphic-display-p): New function.
5877 * nnmail.el (nnmail-article-group): Allow outputting traces of
5880 * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5881 (nndoc-exim-bounce-type-p): New function.
5883 * message.el (message-dont-send): Doc fix.
5885 * gnus-util.el (gnus-completing-read): Remove
5886 inherit-input-method.
5888 * gnus-art.el (gnus-treat-smiley): Doc fix.
5890 * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5893 2002-01-19 Simon Josefsson <jas@extundo.com>
5895 * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5896 (imap-kerberos4-open): Ditto.
5897 (imap-open): Set port correctly, don't set auth.
5899 2002-01-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5901 * gnus.el (gnus-version-number): Bump version number.
5903 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5905 * gnus.el: Oort Gnus v0.05 is released.
5907 2002-01-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5909 * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5912 * gnus-spec.el (gnus-string-width-function): New function.
5913 (gnus-tilde-cut-form): Use it.
5914 (gnus-tilde-max-form): Ditto.
5915 (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5916 (gnus-substring-function): Use it.
5917 (gnus-tilde-cut-form): Ditto.
5918 (gnus-substring-function): New function.
5920 * message.el (message-check-news-header-syntax): New message.
5922 * gnus.el (gnus-slave-no-server): Doc fix.
5924 * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5926 2002-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
5928 * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5929 `seen' if it looks like (seen NUM1 . NUM2). It should be
5930 (seen (NUM1 . NUM2)).
5932 2002-01-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5934 * gnus-topic.el (gnus-topic-catchup-articles): Update article
5935 number in closed topics.
5937 2002-01-19 Daniel Pittman <daniel@rimspace.net>
5939 * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5942 2002-01-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5944 * gnus.el (gnus-group-find-parameter): Clean up.
5946 * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5949 * gnus-util.el (gnus-completing-read-with-default): Renamed.
5951 * nnmail.el (nnmail-article-group): Clean up.
5953 2002-01-19 Paul Stodghill <stodghil@cs.cornell.edu>
5955 * gnus-agent.el (gnus-category-name): Intern the category name.
5957 2002-01-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5959 * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5961 * gnus-util.el (gnus-completing-read): New function.
5963 2002-01-19 ShengHuo ZHU <zsh@cs.rochester.edu>
5965 * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5967 * smiley-ems.el (smiley-region): Register smiley.
5968 (smiley-toggle-buffer): Rewrite the function.
5969 (smiley-active): Removed.
5971 2002-01-19 Simon Josefsson <jas@extundo.com>
5973 * gnus-util.el (gnus-parent-id): Optimize null n case. From
5974 Jesper Harder <harder@ifa.au.dk>.
5976 2002-01-18 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5978 * gnus-art.el (gnus-request-article-this-buffer): Call
5979 `nneething-get-file-name' to extract the file name from the
5982 * nneething.el (nneething-encode-file-name): New function.
5983 (nneething-decode-file-name): Ditto.
5984 (nneething-get-file-name): Ditto.
5985 (nneething-make-head): Encode the file name and encapsulate it
5986 into the field of the message id.
5988 2002-01-18 Simon Josefsson <jas@extundo.com>
5990 * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5993 * nnfolder.el (nnfolder-request-update-info): Ditto.
5995 2002-01-18 ShengHuo ZHU <zsh@cs.rochester.edu>
5997 * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5999 2002-01-18 Simon Josefsson <jas@extundo.com>
6001 * imap.el (imap-starttls-p): Don't check for binary.
6002 (imap-gssapi-auth-p): Ditto.
6003 (imap-kerberos4-auth-p): Ditto.
6004 (imap-open): Change logic. Iterate through all possible streams,
6005 instead of bailing out after first failure. Move authenticator
6006 decision to `imap-authenticate'.
6007 (imap-authenticate): Change logic, now finds the authenticator to
6008 use, was previously in `imap-open'.
6009 (imap-open): Return nil on failure.
6010 (imap-open): Setup temp buffer correctly.
6011 (imap-open): Return buffer only on success.
6012 (imap-interactive-login, imap-interactive-login): Tell the user
6013 which stream/authenticator is used for the queried
6015 (imap-open, imap-authenticate): Set variables.
6016 (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6017 (imap-open): Don't assume how `with-temp-buffer' is implemented.
6019 2002-01-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6021 * gnus-fun.el (gnus-grab-cam-x-face): New function.
6023 2002-01-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6025 * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6027 2002-01-17 ShengHuo ZHU <zsh@cs.rochester.edu>
6029 * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6030 (gnus-agent-group-mode-map): Bind it to "Jo".
6031 (gnus-agent-group-make-menu-bar): Add it into menu bar.
6033 2002-01-17 Karl Kleinpaste <karl@charcoal.com>
6035 * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6036 (gnus-summary-mail-toolbar): Add mail article deletion button.
6038 * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6039 false positives for lines of "^^^^".
6041 * gnus-picon.el (gnus-picon-find-face): faces database is all
6044 2002-01-17 ShengHuo ZHU <zsh@cs.rochester.edu>
6046 * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6047 (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6049 (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6051 2002-01-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6053 * gnus-sum.el (gnus-summary-initial-limit): Inline
6054 gnus-summary-limit-children.
6055 (gnus-summary-initial-limit): Don't limit if
6056 gnus-newsgroup-display is nil.
6057 (gnus-summary-initial-limit): No, don't.
6060 (gnus-put-text-property-excluding-characters-with-faces): Inline
6061 gnus-put-text-property.
6063 * gnus-spec.el (gnus-default-format-specs): New variable.
6065 * gnus-start.el (gnus-read-newsrc-file): Don't clear
6067 (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6069 * gnus-spec.el (gnus-update-format-specifications): Really check
6070 the Gnus version of the .newsrc.eld file.
6071 (gnus-format-specs): Save the new default summary format.
6073 * gnus-util.el (gnus-parent-id): Check whether references is empty
6076 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6078 (gnus-gather-threads-by-references): Inline
6079 `gnus-split-references'.
6081 * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6082 default value of gnus-summary-line-format-spec.
6084 2002-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
6086 * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6088 (nnslashdot-request-list): Ditto.
6089 (nnslashdot-sid-strip): Removed.
6091 2002-01-15 Simon Josefsson <jas@extundo.com>
6093 * nnimap.el (nnimap-close-asynchronous): Enable.
6094 (nnimap-close-group): Expunge.
6096 2002-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
6098 * gnus-util.el (gnus-user-date-format-alist): Typo.
6099 From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6101 2002-01-15 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6103 * nneething.el (nneething-request-article): Set
6104 `nnmail-file-coding-system' to `binary' locally, in order to read
6105 files without any conversion.
6107 2002-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
6109 * gnus-agent.el (gnus-agent-retrieve-headers): Use
6110 nnheader-file-coding-system and nnmail-active-file-coding-system.
6111 (gnus-agent-regenerate-group): Ditto.
6112 (gnus-agent-regenerate): Ditto.
6113 (gnus-agent-write-active): Ditto.
6114 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6116 2002-01-14 ShengHuo ZHU <zsh@cs.rochester.edu>
6118 * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6119 Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6121 2002-01-14 ShengHuo ZHU <zsh@cs.rochester.edu>
6123 * gnus.el: We don't need gnus-article-show-all-headers.
6125 * gnus-art.el (article-show-all, gnus-article-show-all-header):
6128 * gnus-sum.el (gnus-summary-select-article): Don't call
6129 show-all-headers, because hidden headers are not hidden text any
6132 2002-01-13 Simon Josefsson <jas@extundo.com>
6134 * message.el (message-newline-and-reformat): Use `newline' instead
6135 of inserting \n, so that the newline is marked as hard.
6137 * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6138 From Jesper Harder <harder@ifa.au.dk>.
6140 2002-01-12 ShengHuo ZHU <zsh@cs.rochester.edu>
6142 * imap.el (imap-close): Keep going if quit.
6144 * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6147 2002-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6149 * mm-view.el (mm-display-inline-fontify): Require font-lock to
6150 avoid unbinding shadowed variables.
6152 * gnus-art.el (gnus-picon-databases): Moved here.
6153 (gnus-picons-installed-p): Moved here.
6154 (gnus-article-reply-with-original): Use `mark'.
6156 * gnus.el (gnus-picon): Moved here and renamed.
6158 * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6160 (gnus-treat-mail-picon): Ditto.
6161 (gnus-treat-newsgroups-picon): Ditto.
6163 * gnus-picon.el (gnus-picons-installed-p): New function.
6165 2002-01-12 ShengHuo ZHU <zsh@cs.rochester.edu>
6167 * gnus-agent.el (gnus-agent-go-online): Fix doc.
6169 2002-01-12 Simon Josefsson <jas@extundo.com>
6171 * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6172 (nnimap-before-find-minmax-bugworkaround): Use it.
6173 (nnimap-find-minmax-uid): Don't reselect current mailbox.
6174 (nnimap-dont-close): New variable.
6175 (nnimap-close-group): Use it.
6177 2002-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6179 * gnus-art.el (gnus-article-reply-with-original): Use
6182 * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6184 * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6185 (gnus-score-advanced): Clean up.
6186 (gnus-score-advanced): Accept a multiple of the score.
6188 2002-01-12 Simon Josefsson <jas@extundo.com>
6190 * flow-fill.el (fill-flowed-display-column)
6191 (fill-flowed-encode-columnq): New variables. Suggested by
6192 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro
\e,b_
\e(Bjohann).
6193 (fill-flowed-encode, fill-flowed): Use them.
6195 * message.el (message-send-news, message-send-mail): Use
6198 * mml.el (autoload): Autoload fill-flowed-encode.
6199 (mml-buffer-substring-no-properties-except-hard-newlines): New
6201 (mml-read-part): Use it.
6202 (mml-generate-mime-1): Encode format=flowed if appropriate.
6203 (mml-insert-mime-headers): Insert format=flowed.
6205 * flow-fill.el (fill-flowed-encode): New function.
6206 (fill-flowed): Bind fill-column to window width.
6208 2002-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6210 * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6212 (gnus-summary-setup-buffer): Wake up dead summary buffers.
6213 (gnus-summary-buffer-name): Don't return the dead name after all.
6214 (gnus-summary-setup-buffer): Kill the dead buffer.
6216 * gnus-art.el (gnus-article-followup-with-original): Store the
6217 value of the mark before deactivating it.
6219 2002-01-11 ShengHuo ZHU <zsh@cs.rochester.edu>
6221 * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6222 From: Karl Kleinpaste <karl@charcoal.com>
6224 * gnus-art.el (article-display-x-face): Ditto.
6225 (gnus-article-reply-with-original): Use gnus-region-active-p.
6226 (gnus-article-followup-with-original): Ditto.
6228 * gnus-sum.el (gnus-summary-read-group-1): Don't select
6229 downloadable article either.
6231 2002-01-11 ShengHuo ZHU <zsh@cs.rochester.edu>
6233 * gnus-art.el (article-display-x-face): Insert From:.
6235 * gnus-sum.el (gnus-summary-move-article): Don't draw the
6236 article. Bind gnus-display-mime-function and
6237 gnus-article-prepare-hook.
6239 * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6240 (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6241 gnus-agent-possibly-synchronize-flags to the last.
6242 (gnus-agent-go-online): New function. New variable.
6244 2002-01-11 ShengHuo ZHU <zsh@cs.rochester.edu>
6246 * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6247 (gnus-agent-regenerate): Ditto.
6249 2002-01-11 ShengHuo ZHU <zsh@cs.rochester.edu>
6251 * message.el (message-ignored-news-headers)
6252 (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6253 Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6255 * gnus.el (gnus-gethash-safe): New macro.
6257 * gnus-agent.el (gnus-agent-regenerate-history): New function.
6258 (gnus-agent-regenerate): Show messages.
6260 2002-01-11 ShengHuo ZHU <zsh@cs.rochester.edu>
6262 * gnus-agent.el (gnus-agent-regenerate-group): New function.
6263 (gnus-agent-regenerate): New function.
6264 (gnus-agent-save-alist): Sort.
6265 (gnus-agent-copy-nov-line): Test eobp.
6266 (gnus-agent-retrieve-headers): Erase buffer.
6268 2002-01-10 ShengHuo ZHU <zsh@cs.rochester.edu>
6270 * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6271 From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6273 * gnus.el (gnus-agent-covered-methods): Move here.
6274 (gnus-online): New function.
6275 (gnus-agent-method-p): Move here.
6277 * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6278 nil. Remove articles-alist.
6280 * gnus-start.el (gnus-get-unread-articles): Check online.
6281 (gnus-groups-to-gnus-format): Ditto.
6282 (gnus-active-to-gnus-format): Ditto.
6284 * gnus-agent.el (gnus-agent-get-function): Use it.
6285 (gnus-agent-get-undownloaded-list): Ditto.
6286 (gnus-agent-fetch-session): Only fetch online methods.
6288 * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6289 (gnus-server-mode-map): Ditto.
6290 (gnus-server-offline-face): New face.
6291 (gnus-server-offline-face): New variable.
6292 (gnus-server-font-lock-keywords): Add offline.
6293 (gnus-server-insert-server-line): Ditto.
6294 (gnus-server-offline-server): New function.
6296 * gnus-int.el (gnus-open-server): Turn to offline.
6297 (gnus-server-unopen-status): New variable.
6299 2002-01-10 ShengHuo ZHU <zsh@cs.rochester.edu>
6301 * nnkiboze.el (nnkiboze-request-article): Use
6302 gnus-agent-request-article.
6304 * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6305 function. Insert undownloaded NOV.
6307 * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6308 (gnus-agent-request-article): New function.
6310 * gnus.el (gnus-agent-cache): New variable.
6312 * gnus-int.el (gnus-retrieve-headers): Use
6313 gnus-agent-retrieve-headers.
6314 (gnus-request-head): Use gnus-agent-request-article.
6315 (gnus-request-body): Ditto.
6317 * gnus-art.el (gnus-request-article-this-buffer): Use
6318 gnus-agent-request-article.
6320 * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6321 article if it is undownloaded.
6323 2002-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6325 * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6327 2002-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6329 * canlock.el (canlock-string-as-unibyte): New macro.
6330 (canlock-sha1-with-openssl): Return a unibyte string.
6331 (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6333 2002-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
6335 * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6337 2002-01-08 ShengHuo ZHU <zsh@cs.rochester.edu>
6339 * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6340 application/x-emacs-lisp.
6342 * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6344 * nntp.el (nntp-request-article): Add group parameter.
6345 (nntp-request-head): Ditto.
6346 (nntp-find-group-and-number): Add parameter group. Figure out
6347 number if the status line doesn't give (e.g. quimby.gnus.org).
6349 2002-01-08 Simon Josefsson <jas@extundo.com>
6351 * mml.el (mml-generate-mime-1): Set recipient correctly.
6353 2002-01-08 ShengHuo ZHU <zsh@cs.rochester.edu>
6355 * message.el (message-read-from-minibuffer): Add parameter
6357 * gnus-msg.el (gnus-summary-resend-message): Use it.
6359 * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6360 behavior of quit-config.
6362 * message.el (message-make-from): Don't quote fullname.
6363 From: Bj
\e,Ax
\e(Brn Mork <bmork@dod.no>
6365 * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6366 From: <andre@slamdunknetworks.com>
6368 2002-01-07 ShengHuo ZHU <zsh@cs.rochester.edu>
6370 * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6372 * gnus-art.el (gnus-header-button-alist): Handle mailto.
6374 * mml.el (mml-preview): Bind gnus-original-article-buffer because
6375 article-decode-group-name uses it. Bind gnus-article-prepare-hook
6376 because bbdb may use it.
6378 2002-01-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6380 * nneething.el (nneething-request-article): When a non-text file
6381 is converted to an article, its data is encoded in base64. Call
6382 `nneething-make-head' with options to specify MIME types.
6383 (nneething-make-head): Add optional arguments to specify MIME
6386 2002-01-06 ShengHuo ZHU <zsh@cs.rochester.edu>
6388 * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6389 header if there is not.
6391 * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6393 * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6394 (gnus-inews-mark-gcc-as-read): Obsolete variable.
6395 (gnus-inews-do-gcc): Use them.
6397 * gnus-group.el (gnus-group-mark-article-read): Put holes into
6398 gnus-newsgroup-unselected.
6400 2002-01-06 Simon Josefsson <jas@extundo.com>
6402 * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6403 condition-case, not ignore-errors.
6405 2002-01-06 ShengHuo ZHU <zsh@cs.rochester.edu>
6407 * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6408 gnus-fetch-old-headers.
6410 * gnus-art.el (article-display-x-face): Use the current buffer
6411 unless `W f'. Otherwise, X-Face may be shown in the header of a
6413 (gnus-treatment-function-alist): Treat xface before hiding
6416 2002-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6418 * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6421 2002-01-06 ShengHuo ZHU <zsh@cs.rochester.edu>
6423 * mm-util.el (mm-multibyte-p): Define conditionally when load.
6424 (mm-guess-charset): New function.
6425 (mm-charset-after): Use it.
6426 (mm-detect-coding-region): New function.
6427 (mm-detect-mime-charset-region): New function.
6429 * gnus-sum.el (gnus-summary-show-article): Use
6430 mm-detect-coding-region.
6432 2002-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6434 * message.el (message-make-fqdn): Be less violent.
6436 * gnus.el (gnus-logo-color-style): Compute custom form
6439 * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6440 score file of the parent to the document group.
6442 * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6443 parameters parameter.
6445 * gnus-score.el (gnus-score-load-file): Clean up.
6447 2002-01-06 ShengHuo ZHU <zsh@cs.rochester.edu>
6449 * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6450 From: Damien Wyart <damien.wyart@free.fr>
6452 * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6454 2002-01-05 ShengHuo ZHU <zsh@cs.rochester.edu>
6456 * gnus-sum.el (gnus-select-group-hook): Typo.
6458 * rfc2047.el (rfc2047-decode-string): Return immediately if there
6459 is no quoted-printable-encoded STRING.
6460 From: Jesper Harder <harder@ifa.au.dk>
6462 (rfc2047-decode-string): Decode it.
6464 2002-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6466 * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6468 2002-01-05 Keiichi Suzuki <keiichi@nanap.org>
6471 * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6472 buffer to get rid of junk line.
6474 2002-01-05 Simon Josefsson <jas@extundo.com>
6476 * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6478 (message-mode-map): Bind message-insert-or-toggle-importance to
6480 (message-mode-map): Bind message-disposition-notification-to to
6482 (message-mode-menu): Add m-d-n-t.
6483 (message-mode-field-menu): Add m-goto-from.
6484 (message-mode): Doc fix.
6485 (message-goto-from): New function.
6486 (message-insert-disposition-notification-to): New function.
6487 (message-tool-bar-map): Add receipt button.
6489 2002-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6491 * gnus-sum.el (gnus-thread-latest-date): New function.
6492 (gnus-thread-sort-by-most-recent-number): Renamed.
6493 (gnus-thread-sort-functions): Doc fix.
6494 (gnus-select-group-hook): Don't use setq on a hook.
6495 (gnus-thread-latest-date): Use date, not number
6497 * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6498 (gnus-agent-expire): Allow regexp of expire-days.
6500 * gnus-art.el (gnus-article-reply-with-original): Deactivate
6502 (gnus-article-followup-with-original): Ditto.
6504 * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6506 * gnus-art.el (gnus-mime-display-alternative): Use
6507 gnus-local-map-property.
6508 (gnus-mime-display-alternative): Ditto.
6509 (gnus-insert-mime-security-button): Ditto.
6510 (gnus-insert-next-page-button): Ditto.
6511 (gnus-button-prev-page): Take optional args.
6512 (gnus-insert-prev-page-button): widget-convert.
6514 * gnus-util.el (gnus-local-map-property): New function.
6516 * gnus-art.el (gnus-prev-page-map): Use parent map.
6517 (gnus-next-page-map): Ditto.
6519 * gnus-spec.el (gnus-parse-format): Clean up.
6520 (gnus-parse-format): Do complex formatting for %=.
6522 * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6523 "X-Face: " to the data in the built-in scenario.
6525 * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6526 (gnus-correct-pad-form): Renamed.
6527 (gnus-tilde-max-form): Clean up.
6528 (gnus-pad-form): Use gnus-use-correct-string-widths.
6530 * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6531 support if that is available.
6533 * gnus-sum.el (gnus-thread-highest-number): New function.
6534 (gnus-thread-sort-by-most-recent-thread): New function.
6535 (gnus-thread-sort-functions): Doc fix.
6537 2002-01-04 ShengHuo ZHU <zsh@cs.rochester.edu>
6539 * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6541 (gnus-summary-mode): Enable it in all cases.
6542 (gnus-summary-display-article): Ditto.
6543 (gnus-summary-edit-article): Ditto.
6545 * gnus-ems.el (gnus-put-image): Really return glyph.
6547 * gnus-art.el (gnus-article-x-face-command): Fix :type.
6548 (gnus-treat-smiley): Don't take "P" in the interactive form.
6550 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6552 * compface.el (uncompface): XEmacs and Emacs have differing
6555 * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6557 * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6558 (gnus-article-xface-ring-size): Removed.
6559 (gnus-article-display-xface): Removed.
6560 (gnus-remove-image): Cleaned up.
6562 * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6563 (gnus-xmas-create-image): Take pbm files.
6564 (gnus-x-face): Removed.
6565 (gnus-xmas-article-display-xface): Removed.
6567 * gnus-fun.el (gnus-display-x-face-in-from): Bind
6568 default-enable-multibyte-characters.
6570 * compface.el (uncompface): Doc fix.
6572 * gnus-art.el (gnus-article-x-face-command): Use
6573 gnus-display-x-face-in-from.
6575 * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6577 * gnus-ems.el (gnus-put-image): Return the image.
6579 * gnus-fun.el (gnus-display-x-face-in-from): New function.
6580 (gnus-x-face): Moved here.
6582 2002-01-04 ShengHuo ZHU <zsh@cs.rochester.edu>
6584 * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6585 invisible if string is nil.
6586 (gnus-xmas-article-display-xface): Use it.
6588 * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6589 property when string is nil.
6590 (gnus-article-display-xface): Use it.
6592 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6594 * gnus-art.el (article-display-x-face): Check whether valid grey
6596 (article-display-x-face): Place image in the right spot.
6598 * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6600 (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6602 2002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6604 * gnus-xmas.el (gnus-xmas-create-image): Take optional
6606 (gnus-xmas-put-image): Allow non-strings to be passed.
6608 * gnus-art.el (article-display-x-face): Use optional parameters.
6610 * gnus-ems.el (gnus-create-image): Take optional parameters.
6612 * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6614 * compface.el (compface-xbm-p): Removed.
6616 * gnus-ems.el (gnus-article-compface-xbm): Removed.
6617 (gnus-article-display-xface): Use compface.
6619 * compface.el: New file.
6621 * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6622 (gnus-convert-image-to-x-face-command): Ditto.
6623 (gnus-random-x-face): Quote argument.
6624 (gnus-x-face-from-file): Ditto.
6626 2002-01-03 Paul Jarc <prj@po.cwru.edu>
6628 * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6629 the expire-group parameter once per article rather than once
6630 per group; bind `nnmaildir-article-file-name' and `article'
6631 for convenience. Leave article alone when expire-group
6632 specifies the current group.
6633 (nnmaildir--update-nov): be more concurrency-friendly with
6636 2002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6638 * gnus-start.el (gnus-read-init-file): Cleaned up.
6640 2002-01-03 Dave Love <d.love@dl.ac.uk>
6642 * gnus-start.el (gnus-startup-file-coding-system): Removed.
6643 (gnus-read-init-file): Don't use it.
6645 2002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6647 * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6649 2002-01-03 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6651 * gnus-start.el (gnus-read-init-file): Don't force coding system
6652 for ~/.gnus. From Dave Love <fx@gnu.org>.
6654 2002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu>
6656 * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6657 * nnspool.el (nnspool-request-post): Ditto.
6659 * mm-util.el (mm-use-find-coding-systems-region): New variable.
6660 (mm-find-mime-charset-region): Use it.
6662 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
6664 * gnus.el (gnus-summary-line-format): Added :link.
6665 * gnus-topic.el (gnus-topic-line-format): Ditto.
6666 * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6667 * gnus-srvr.el (gnus-server-line-format): Ditto.
6668 * gnus-group.el (gnus-group-line-format): Ditto.
6670 * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6671 :keys, it works on both Emacsen.
6673 2002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu>
6675 * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6677 2002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6679 * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6681 2002-01-03 Reiner Steib <reiner.steib@gmx.de>
6683 * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6686 2002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6688 * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6689 (gnus-picon-cache): New variable.
6690 (gnus-picon-transform-newsgroups): Cache stuff.
6692 * gnus-art.el (gnus-article-reply-with-original): New command.
6693 (gnus-article-followup-with-original): New command.
6695 * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6697 (gnus-summary-followup): Take a list of list of articles.
6698 (gnus-inews-yank-articles): Allow lists of article/regions.
6700 * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6701 longer the usual commands.
6703 * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6704 (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6705 shell-command-on-region.
6707 2002-01-02 ShengHuo ZHU <zsh@cs.rochester.edu>
6709 * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6710 "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6712 2002-01-03 Steve Youngs <youngs@xemacs.org>
6714 * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6715 understand ':keys', wrap it in an featurep 'xemacs.
6717 2002-01-02 ShengHuo ZHU <zsh@cs.rochester.edu>
6719 * gnus-ems.el (gnus-article-display-xface): Show xface in the
6720 order of headers (Actually, it is called in a reversed order). Add
6721 'gnus-image-text-deletable property.
6722 (gnus-remove-image): Remove text with such a property.
6724 * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6727 * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6730 2002-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6732 * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6734 * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6735 (article-display-x-face): Display grey X-Faces.
6737 * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6738 (gnus-convert-gray-x-face-to-ppm): Ditto.
6739 (gnus-convert-image-to-gray-x-face): Ditto.
6741 * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6742 gnus-summary-show-raw-article.
6744 2002-01-02 ShengHuo ZHU <zsh@cs.rochester.edu>
6746 Display picons in XEmacs without showing text.
6748 * gnus-xmas.el (gnus-xmas-create-image): Don't use
6749 mm-create-image-xemacs to create xbm glyph, because it deletes
6751 (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6752 (gnus-xmas-remove-image): Make text visible, remove glyph.
6754 * gnus-picon.el (gnus-picon-transform-newsgroups)
6755 (gnus-picon-transform-address): Insert spec backward, due to the
6756 incompatibility of gnus-xmas-put-image.
6758 2002-01-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
6760 * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6762 2002-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6766 * gnus-art.el: Doc fix.
6768 * gnus-agent.el: Doc fix.
6770 2002-01-01 ShengHuo ZHU <zsh@cs.rochester.edu>
6772 * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6774 2002-01-01 Paul Jarc <prj@po.cwru.edu>
6776 * nnmaildir.el (nnmaildir--update-nov): automatically parse
6777 NOV data out of the message again if nnmail-extra-headers has
6780 2002-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6782 * gnus-fun.el: New file.
6783 (gnus-convert-image-to-x-face-command): New variable.
6784 (gnus-insert-x-face): New function.
6785 (gnus-random-x-face): Renamed.
6786 (gnus-x-face-from-file): Renamed.
6788 * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6790 (gnus-body-boundary-delimiter): Typo fix.
6792 2002-01-02 Simon Josefsson <jas@extundo.com>
6794 * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6795 (gnus-body-boundary-delimiter): Fix type.
6797 2002-01-01 Simon Josefsson <jas@extundo.com>
6799 * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6800 (gnus-treat-emphasize, gnus-treat-strip-cr)
6801 (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6802 (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6803 (gnus-treat-fill-article, gnus-treat-hide-citation)
6804 (gnus-treat-hide-citation-maybe)
6805 (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6806 (gnus-treat-strip-pem, gnus-treat-strip-banner)
6807 (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6808 (gnus-treat-date-ut, gnus-treat-date-local)
6809 (gnus-treat-date-english, gnus-treat-date-lapsed)
6810 (gnus-treat-date-original, gnus-treat-date-iso8601)
6811 (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6812 (gnus-treat-strip-trailing-blank-lines)
6813 (gnus-treat-strip-leading-blank-lines)
6814 (gnus-treat-strip-multiple-blank-lines)
6815 (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6816 (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6817 (gnus-treat-display-xface, gnus-treat-display-smileys)
6818 (gnus-treat-from-picon, gnus-treat-mail-picon)
6819 (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6820 (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6821 (gnus-treat-play-sounds, gnus-treat-translate)
6822 (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6824 * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6825 (gnus-article-treat-body-boundary): Use it.
6827 * message.el (message-mode): Fix doc.
6828 (message-mode-menu): Fix names.
6830 2002-01-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6832 * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6835 * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6836 (gnus-picon-transform-address): Search for unknown faces as well.
6837 (gnus-picon-find-face): Don't search "news" for MISC.
6838 (gnus-picon-user-directories): Changed default back to exclude
6841 * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6843 * gnus-picon.el (gnus-picon-find-face): Search through all
6845 (gnus-picon-find-face): New implementation.
6847 * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6849 (gnus-topic-goto-next-topic): Ditto.
6851 * gnus.el (gnus-summary-line-format): Changed default.
6853 * nnmail.el (nnmail-extra-headers): Change default.
6855 * gnus-sum.el (gnus-extra-headers): Change default.
6857 * message.el (message-news-other-window): Changed "news" to
6859 (message-news-other-frame): Ditto.
6860 (message-do-send-housekeeping): Ditto.
6862 * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6864 (gnus-article-unread-p): New function.
6865 (gnus-article-unseen-p): New function.
6866 (gnus-dead-summary-mode-map): Typo.
6868 * gnus-util.el (gnus-make-predicate): New function.
6869 (gnus-make-predicate-1): New function.
6871 * gnus-sum.el: New function.
6872 (gnus-map-articles): New function.
6874 * gnus-art.el (gnus-treat-fold-headers): New variable.
6875 (gnus-article-treat-fold-headers): New command and keystroke.
6877 * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6878 (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6880 2002-01-01 ShengHuo ZHU <zsh@cs.rochester.edu>
6882 * message.el (message-fcc-externalize-attachments): New variable.
6883 (message-do-fcc): Use it.
6885 * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6886 (gnus-inews-do-gcc): Use it.
6888 * mml.el (mml-tweak-sexp-alist): New variable.
6889 (mml-externalize-attachments): New variable.
6890 (mml-tweak-part): Use mml-tweak-sexp-alist.
6891 (mml-tweak-externalize-attachments): New function.
6893 2002-01-01 Steve Youngs <youngs@xemacs.org>
6895 * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6896 'set-glyph-face' so x-face back/foreground can be set.
6898 2001-12-31 ShengHuo ZHU <zsh@cs.rochester.edu>
6900 * message.el (message-fix-before-sending): Fix a typo.
6902 2002-01-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6904 * gnus-art.el (gnus-treat-smiley): Renamed command.
6905 (gnus-article-remove-images): New command and keystroke.
6907 * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6909 * smiley-ems.el (gnus-smiley-display): Removed.
6911 * gnus.el (gnus-version-number): Update version.
6913 * message.el (message-text-with-property): Renamed and moved
6915 (message-fix-before-sending): Highlight invisible text and place
6918 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6920 * gnus.el: Oort Gnus v0.04 is released.
6922 2002-01-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6924 * gnus-delay.el (gnus-delay-send-queue): Renamed.
6926 * gnus-art.el (gnus-ignored-headers): More headers,
6928 * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6929 of `scan-error', since XEmacs doesn't seem to support that.
6931 2001-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6933 * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6935 (gnus-summary-best-unread-subject): Ditto.
6936 (gnus-summary-best-unread-subject): No, don't.
6937 (gnus-summary-better-unread-subject): New command.
6939 * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6941 * lpath.el ((featurep 'xemacs)): fbind url function.
6943 * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6945 (gnus-xmas-remove-image): Implementation that does something.
6946 (gnus-xmas-article-display-xface): Mark images properly.
6948 * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6950 2001-12-31 Florian Weimer <fw@deneb.enyo.de>
6952 * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6954 2001-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6956 * gnus-group.el (gnus-group-line-format): Added %O to the default
6959 * gnus-util.el (gnus-text-with-property): The smallest point is
6962 * smiley-ems.el (smiley-region): Return images.
6963 (gnus-smiley-display): Allow toggling.
6964 (smiley-region): Use text properties, not overlays.
6966 * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6969 * smiley-ems.el (smiley-update-cache): Check for valid types.
6971 * gnus-art.el (gnus-with-article-buffer): New macro.
6973 * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6974 strings as well as the glyphs.
6975 (gnus-picon-transform-address): Ditto.
6976 (gnus-picon-insert-glyph): Ditto.
6977 (gnus-picon-transform-newsgroups): Toggle.
6978 (gnus-picon-transform-address): Toggle.
6980 * gnus-ems.el (gnus-remove-image): New function.
6981 (gnus-put-image): Take an optional string.
6983 * gnus-util.el (gnus-text-with-property): New function.
6985 * gnus-art.el (gnus-delete-images): New function.
6987 * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6989 * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6990 (gnus-article-wash-status): Use it.
6991 (gnus-signature-toggle): Clean up.
6992 (gnus-add-wash-status): New function.
6993 (gnus-delete-wash-status): New function.
6994 (gnus-article-hide-text-type): Use them throughout.
6995 (gnus-add-image): New function.
6997 * gnus-ems.el (gnus-article-display-xface): Use new interface.
6999 * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7002 * gnus-art.el (article-display-x-face): Cleaned up.
7004 * rfc2047.el (rfc2047-field-value): New function.
7006 * mail-parse.el (mail-header-field-value): New alias.
7008 * gnus-art.el (gnus-mime-print-part): Fix typos.
7010 * smiley-ems.el (gnus-smiley-file-types): New variable.
7011 (smiley-update-cache): Use it.
7012 (smiley-regexp-alist): Suffix-less smiley names.
7013 (smiley-regexp-alist): Added more smileys.
7015 * gnus-sum.el (gnus-print-buffer): Made into own function.
7016 (gnus-summary-print-article): Use it.
7018 * mailcap.el (mailcap-mime-info): Actually return the bit that we
7019 looked for when REQUEST is a string.
7021 * gnus-art.el (gnus-mime-button-commands): Add printing
7023 (gnus-mime-copy-part): Doc fix.
7024 (gnus-mime-print-part): New command.
7026 2001-12-31 Simon Josefsson <jas@extundo.com>
7028 * imap.el (imap-parse-fetch): Notice empty flags responses. From
7029 Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7031 2001-12-30 ShengHuo ZHU <zsh@cs.rochester.edu>
7033 * gnus-picon.el (gnus-treat-from-picon): Autoload.
7036 * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7037 longer exists. Remove those codes.
7038 * gnus.el (gnus-use-picons): Ditto.
7040 2001-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7042 * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7045 * gnus-sum.el (t): New `W D' map.
7047 * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7048 (gnus-article-treat-body-boundary): Clean up.
7049 (gnus-body-boundary-face): Removed.
7050 (gnus-article-goto-header): Moved here.
7051 (gnus-article-goto-header): Allow better regexps.
7052 (gnus-article-treat-fold-newsgroups): New command.
7054 * gnus-sum.el (gnus-summary-move-article): We have to select an
7055 article to give `gnus-read-move-group-name' an opportunity to
7056 suggest an appropriate default.
7058 * rfc2047.el (rfc2047-fold-line): New function.
7059 (rfc2047-unfold-line): Ditto.
7060 (rfc2047-fold-region): Don't fold just after the header name.
7062 * mail-parse.el (mail-header-fold-line): New alias.
7063 (mail-header-unfold-line): Ditto.
7065 * gnus-art.el (gnus-body-boundary-face): Renamed.
7066 (gnus-article-treat-body-boundary): Use it.
7067 (gnus-article-treat-body-boundary): Use an invisible header and a
7068 line of underline characters.
7070 2001-12-30 ShengHuo ZHU <zsh@cs.rochester.edu>
7072 * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7074 * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7075 (gnus-picon-split-address): New function.
7076 (gnus-picon-find-face): Use it.
7077 (gnus-picon-transform-address): Use it. Set first to t for each
7080 * gnus-art.el (gnus-with-article-headers): Move to here. Define
7081 the macro then use it.
7082 (gnus-treatment-function-alist): Treat picons earlier.
7084 2001-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7086 * gnus-art.el (gnus-body-separator-face): New variable.
7087 (gnus-article-treat-body-boundary): Use a blank, colored line.
7089 * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7092 * gnus-art.el (gnus-treat-body-boundary): New variable.
7093 (gnus-article-treat-unfold-headers): Use helper macro.
7094 (gnus-article-treat-body-boundary): New command.
7096 * gnus.el (gnus-logo-color-style): Change the default color.
7097 (gnus-splash-face): Gray, gray.
7099 * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7102 * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7103 (gnus-logo-color-style): Ditto.
7104 (gnus-logo-colors): Ditto.
7106 * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7108 * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7110 * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7111 (gnus-picon-transform-newsgroups): New function.
7113 * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7116 * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7118 * gnus-art.el (gnus-treat-cc-picon): New variable.
7119 (gnus-treat-mail-picon): Renamed.
7121 * gnus-picon.el: New implementation.
7122 (gnus-picon-find-face): Renamed.
7123 (gnus-treat-from-picon): Use it.
7124 (gnus-picon-transform-address): Renamed.
7125 (gnus-treat-from-picon): Use it.
7126 (gnus-picon-create-glyph): Renamed.
7127 (gnus-picon-transform-address): Use it.
7128 (gnus-treat-cc-picon): New command.
7130 * mm-decode.el (mm-create-image-xemacs): Separated out into
7132 (mm-get-image): Use it.
7134 * gnus-art.el (gnus-treat-display-picons): Simplify.
7135 (gnus-treat-from-picon): Renamed.
7137 * gnus-ems.el (gnus-create-image): New function.
7138 (gnus-put-image): New function.
7140 * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7141 (gnus-with-article-headers): New macro.
7142 (gnus-article-goto-header): New function.
7144 * gnus-xmas.el (gnus-image-type-available-p): New function.
7146 * gnus-ems.el (gnus-image-type-available-p): New function.
7148 2001-12-30 ShengHuo ZHU <zsh@cs.rochester.edu>
7150 * nnrss.el (nnrss-check-group): Find the correct tag, because
7153 2001-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7155 * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7156 lines are shorter than the window width.
7157 (gnus-ignored-headers): More headers.
7159 2001-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7161 * gnus-art.el (gnus-treat-unfold-lines): New variable.
7162 (gnus-treat-unfold-headers): Renamed.
7163 (gnus-article-treat-unfold-headers): New command and keystroke.
7165 * rfc2047.el (rfc2047-encode-message-header): Clean up.
7167 * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7169 2001-12-29 ShengHuo ZHU <zsh@cs.rochester.edu>
7171 * sha1-el.el (sha1-use-external): New variable.
7172 (sha1-region): Use it.
7173 (sha1-string): Ditto.
7175 * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7176 * gnus-picon.el: Less warnings when compile.
7178 2001-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7180 * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7182 (gnus-picons-database): Default to list.
7183 (gnus-picons-lookup-internal): Use it.
7185 * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7188 * gnus-win.el (gnus-configure-windows-hook): New hook.
7190 2001-12-29 Sascha L
\e,A|
\e(Bdecke <sascha@meta-x.de>
7192 * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7194 2001-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7196 * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7198 (gnus-select-newsgroup): Don't append; push.
7199 (gnus-adjust-marked-articles): Remove obsolete ranges from
7201 (gnus-update-marks): Clean up.
7202 (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7204 2001-12-29 Frank Schmitt <usereplyto@Frank-Schmitt.net>
7206 * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7208 2001-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7210 * gnus-sum.el (gnus-auto-select-subject): New variable.
7211 (gnus-summary-best-unread-subject): New function.
7212 (gnus-summary-best-unread-article): Use it.
7213 (gnus-summary-first-unseen-subject): New function and command.
7215 * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7218 * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7221 * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7222 from the list of hidden types.
7224 * mm-view.el (mm-inline-text): Ditto.
7225 (mm-inline-text): Ditto.
7226 (mm-w3-prepare-buffer): Ditto.
7228 * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7230 2001-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7232 * gnus-art.el (gnus-ignored-headers): Added more headers.
7234 2001-12-29 Jesper Harder <harder@ifa.au.dk>
7236 * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7239 2001-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7241 * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7243 2001-12-28 Simon Josefsson <jas@extundo.com>
7245 * gnus-srvr.el (gnus-browse-foreign-server): Fix typo. From
7246 Jesper Harder <harder@ifa.au.dk>.
7248 2001-12-27 Simon Josefsson <jas@extundo.com>
7250 * gnus-sum.el (gnus-select-newsgroup): Make
7251 `gnus-newsgroup-unseen' sorted. Make `gnus-newsgroup-unseen'
7252 contain all articles (instead of none) when no seen marks have
7253 been set for the group.
7254 (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7255 instead, it seems to result in shorter ranges.
7257 2001-12-26 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7259 * mm-util.el (mm-iso-8859-x-to-15-region): Use
7260 insert-before-markers.
7261 From Jesper Harder <harder@ifa.au.dk>
7263 2001-12-26 Paul Jarc <prj@po.cwru.edu>
7265 * nnmaildir.el (nnmaildir-save-mail): create the destination
7266 groups if they do not exist.
7268 2001-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
7270 * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7272 2001-12-22 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7274 * gnus-group.el (gnus-group-read-ephemeral-group): Call
7275 gnus-group-real-name.
7277 * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7278 (gnus-newsgroup-variables): Ditto.
7280 * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7283 2001-12-21 Paul Jarc <prj@po.cwru.edu>
7285 * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7286 * nnmaildir.el (top-level): Add commentary.
7287 (nnmaildir-version): Indicate that nnmaildir is now a standard
7288 part of Gnus, not separately released.
7290 2001-12-21 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7292 * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7293 * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7294 * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7295 From Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
7297 2001-12-20 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7299 * nnmaildir.el: Copyright changes. Require cl only at compile time.
7301 2001-12-20 Simon Josefsson <jas@extundo.com>
7303 * nnimap.el (top-level): Don't require cl. Suggested by ShengHuo
7304 ZHU <zsh@cs.rochester.edu>.
7305 (nnimap-close-group): Don't quote KEYLIST items. Suggested by
7306 Brian P Templeton <bpt@tunes.org>.
7308 2001-12-19 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7310 * nnmaildir.el: New file.
7311 From Paul Jarc <prj@po.cwru.edu>.
7313 2001-12-19 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7315 * nndoc.el (nndoc-type-alist): Move forward to the end.
7317 2001-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7319 * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7322 2001-12-19 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7324 * gnus-win.el (gnus-frames-on-display-list): New function.
7325 (gnus-get-buffer-window): Use it.
7327 2001-12-19 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7329 * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7331 2001-12-18 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7333 * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7335 2001-12-18 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7336 From Harald Meland <Harald.Meland@usit.uio.no>
7338 * gnus-win.el (gnus-get-buffer-window): New function.
7339 (gnus-all-windows-visible-p): Use it.
7341 * gnus-util.el (gnus-horizontal-recenter)
7342 (gnus-horizontal-recenter, gnus-horizontal-recenter)
7343 (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7345 * gnus-score.el (gnus-score-insert-help): Use it.
7347 * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7348 (gnus-generate-tree, gnus-highlight-selected-tree)
7349 (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7352 * gnus-art.el (gnus-article-set-window-start)
7353 (gnus-mm-display-part, gnus-request-article-this-buffer)
7354 (gnus-button-next-page, gnus-button-prev-page)
7355 (gnus-article-button-next-page, gnus-article-button-prev-page):
7358 2001-12-18 Josh Huber <huber@alum.wpi.edu>
7360 * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7361 * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7362 * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7364 2001-12-18 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7366 * ChangeLog, ChangeLog.1, nnwfm.el, gnus-smiley.el:
7367 * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7368 * mml1991.el, nnultimate.el: Add `coding'.
7370 2001-12-17 Josh Huber <huber@alum.wpi.edu>
7372 * ChangeLog: changed coding to buffer-file-coding-system
7375 * gnus-smiley.el: same
7376 * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7377 * gnus-delay.el: same
7378 * gnus-spec.el: same
7381 * nnultimate.el: same
7383 2001-12-16 Simon Josefsson <jas@extundo.com>
7384 Inspired by code by Dirk Meyer <dischi@tzi.de>.
7386 * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7387 (gnus-summary-save-map): Add muttprint.
7388 (gnus-summary-make-menu-bar): Ditto.
7389 (gnus-summary-muttprint): New function.
7391 * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7393 2001-12-14 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7395 * uudecode.el (uudecode-decode-region-internal): Speedup by using
7396 temporary list instead of buffer.
7398 * mm-url.el (executable-find): autoload.
7400 2001-12-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
7402 * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7403 to variable, follow doc-string conventions).
7405 2001-12-13 Josh Huber <huber@alum.wpi.edu>
7407 * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7409 * gnus-topic.el (gnus-subscribe-topics): use it.
7411 2001-12-13 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7413 * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7414 messages. (A small patch with indentation)
7415 From Sean Neakums <sneakums@zork.net>.
7417 * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7418 nil after shooting down the gnus-original-article-buffer.
7420 2001-12-13 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7422 * uudecode.el (uudecode-use-external): New variable.
7423 (uudecode-decode-region): Automatically detect external program.
7425 * binhex.el (binhex-use-external): New variable.
7426 (binhex-decode-region-internal): New function.
7427 (binhex-decode-region): Automatically detect external program.
7429 * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7432 2001-12-12 Simon Josefsson <jas@extundo.com>
7434 * nnvirtual.el (nnvirtual-always-rescan)
7435 (nnvirtual-component-regexp): Fix doc.
7437 * nnoo.el (defvoo): Add doc to defvoo variables.
7439 * nnml.el (nnml-directory, nnml-active-file)
7440 (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7441 (nnml-marks-is-evil, nnml-filenames-are-evil)
7442 (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7444 * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7445 (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7446 (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7449 * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7450 (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7452 * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7453 (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7454 (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7455 (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7457 * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7458 (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7460 * imap.el, nnimap.el: Fix indentation.
7462 * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7464 2001-12-12 Didier Verna <didier@xemacs.org>
7466 * gnus-msg.el (gnus-group-news): New function.
7467 * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7468 * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7469 * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7471 * gnus-msg.el (gnus-summary-news-other-window): New function.
7472 * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7474 * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7475 * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7476 * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7477 for it (called with a prefix).
7478 * gnus-msg.el (gnus-configure-posting-styles): add an optional
7479 group-name argument.
7480 * gnus-msg.el (gnus-setup-message): use it.
7482 2001-12-12 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7484 * gnus-sum.el (gnus-summary-show-article): Fix doc.
7486 2001-12-10 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7488 * mml.el (mime-to-mml): Remove Content-Disposition too.
7490 2001-12-09 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7492 * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7493 * gnus-group.el (gnus-group-name-decode): Decode unibyte
7495 From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7497 2001-12-08 Nevin Kapur <nevin@jhu.edu>
7499 * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7500 (nnmail-fancy-expiry-target): Use it.
7501 Suggestions from Simon Josefsson <jas@extundo.com>.
7503 2001-12-07 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7505 * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7507 2001-12-07 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7509 * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7511 * gnus-util.el (gnus-url-unhex-string): Move here.
7513 2001-12-07 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7515 * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7516 mm-url-decode-entities-nbsp.
7518 * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7519 * webmail.el, nnwfm.el: Use mm-url.
7521 * mm-url.el (mm-url-fetch-form): Move from nnweb.
7522 (mm-url-remove-markup): Move from nnweb.
7523 (mm-url-fetch-simple): Move from webmail.
7525 * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7527 2001-12-07 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7529 * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7530 (gnus-summary-print-article): Use it.
7532 * gnus-util.el (gnus-replace-in-string): Typo.
7534 2001-12-06 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7536 * nnweb.el (nnweb-replace-in-string): Removed.
7538 * gnus-util.el (gnus-replace-in-string): New function.
7539 (gnus-mode-string-quote): Use it.
7541 * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7542 * nnwfm.el (nnwfm-create-mapping): Ditto.
7544 2001-12-06 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7546 * dgnushack.el (dgnushack-compile): nnrss.el and
7547 nnslashdot.el don't depend on nnweb, url, w3.
7549 * nnrss.el: Use mm-url.
7551 2001-12-06 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7553 * mm-url.el (mm-url-insert-file-contents): Support file:.
7555 2001-12-05 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7557 * mm-view.el: Lower case for the description line. Sync from the
7560 2001-12-05 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7562 * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7563 From: Stefan Monnier <monnier@cs.yale.edu>
7565 2001-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7567 * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7569 2001-12-04 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7571 * mm-url.el: Require executable.
7572 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7574 2001-12-03 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7576 * pop3.el (pop3-munge-message-separator): Only use valid date.
7577 Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7579 * Makefile.in: gnus-load.elc may not be generated.
7581 2001-12-03 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7583 * mm-url.el: New file.
7584 * nnslashdot.el: Use it.
7585 * mm-extern.el (mm-extern-url): Use it.
7587 2001-12-01 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7589 * gnus-sum.el (gnus-summary-save-article): Nix
7590 gnus-display-mime-function and gnus-article-prepare-hook.
7592 * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7593 the beginning of lines.
7594 (gnus-complex-form-to-spec): Ditto.
7596 2001-12-01 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7598 * message.el (message-make-mft): Fix the m-s-a-file regexp.
7599 From Paul Jarc <prj@po.cwru.edu>.
7601 2001-11-30 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7603 * message.el: New variable message-subscribed-address-file;
7604 use it in message-make-mft. From Paul Jarc <prj@po.cwru.edu>.
7606 2001-11-30 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7608 * message.el (message-tab-body-function): Set to nil.
7609 (message-tab): Use text-mode-map or global-map.
7610 Suggested by Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7612 2001-11-30 Simon Josefsson <jas@extundo.com>
7614 * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7615 instead of gnus-union, for speed. Suggested by Christoph Conrad
7616 <christoph.conrad@gmx.de>.
7617 (gnus-agent-fetch-group-1): Add verbose message.
7619 2001-11-29 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7621 * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7624 2001-11-29 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7626 * message.el (message-newgroups-header-regexp)
7627 (message-completion-alist, message-tab-body-function): Use
7628 defcustom rather than defvar.
7629 (message-tab): Mention `message-tab-body-function' in doc.
7630 Suggested by Karl Eichwalder.
7632 2001-11-28 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7634 * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7636 2001-11-28 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7638 * nnheader.el (nnheader-find-nov-line): Don't use macro
7641 * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7642 (gnus-group-name-charset): Ditto.
7644 * gnus-util.el (gnus-buffer-live-p): Ditto.
7646 2001-11-28 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7648 * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7649 open parenthesis in doc.
7650 (sieve-manage-authenticator-alist): Typo in doc.
7651 * imap.el (imap-authenticator-alist): Typo in doc.
7652 (imap-stream-alist): Backslash.
7654 * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7655 Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7657 2001-11-27 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7659 * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7661 * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7663 * gnus-msg.el (gnus-configure-posting-styles): use
7664 make-local-hook. Add LOCAL for add-hook.
7666 2001-11-27 Per Abrahamsen <abraham@dina.kvl.dk>
7668 * message.el (message-mode): Use `make-local-hook' unless
7670 Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7672 2001-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7674 * canlock.el: Remove sha1.el and base64.el stuff.
7676 2001-11-26 Didier Verna <didier@xemacs.org>
7678 * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7681 2001-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7683 * message.el (message-tamago-not-in-use-p): New function.
7684 (message-strip-forbidden-properties): Use it.
7686 2001-11-26 Didier Verna <didier@xemacs.org>
7688 * gnus-start.el (gnus-check-first-time-used): only check for
7689 existence of .el[d] files.
7691 2001-11-25 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7693 * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7695 * message.el (message-setup-1): Clean up mc-*.
7697 2001-11-25 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7699 * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7700 * gnus-score.el (gnus-score-find-bnews): Use it.
7702 * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7703 (gnus-summary-limit-to-author): Ditto.
7704 (gnus-summary-limit-to-extra): Ditto.
7705 (gnus-summary-find-matching): Support not-matching argument.
7707 2001-11-25 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7709 * message.el (message-wash-subject): Use `insert' rather than
7710 `insert-string', which is deprecated.
7712 2001-11-24 Simon Josefsson <jas@extundo.com>
7714 * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7715 message. (Gnus does not "default" to using 8bit for the message,
7716 it default to use 8bit encoding and the user-supplied CTE
7717 value. Calling this behaviour "treating it as 8bit" is perhaps
7720 * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7721 (compare mm-charset-to-coding-system).
7723 2001-11-23 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7725 * canlock.el (canlock-sha1-with-openssl): Use unibyte
7726 buffer. Correctly decode hex.
7728 2001-11-21 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7730 * gnus-agent.el (gnus-category-insert-line): Convert category
7733 2001-11-20 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7735 * message.el (sha1): eval-and-compile.
7737 2001-11-20 Simon Josefsson <jas@extundo.com>
7739 * message.el (message-allow-no-recipients): New variable.
7740 (message-send): Use it, customize the prompting when posting to
7741 Gcc/Fcc alone. From prj@po.cwru.edu (Paul Jarc).
7743 2001-11-20 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7745 * mm-util.el (mm-coding-system-priorities): New variable.
7746 (mm-sort-coding-systems-predicate): New function.
7747 (mm-find-mime-charset-region): Resort coding systems if needed.
7748 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7750 2001-11-20 Didier Verna <didier@xemacs.org>
7752 * gnus-group.el (gnus-group-make-help-group): new optional
7753 argument to control the error behavior.
7754 * gnus-start.el (gnus-check-first-time-used): use it to avoid
7757 2001-11-19 Simon Josefsson <jas@extundo.com>
7759 * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7760 instead of C-c C-u. Suggested by Per Abrahamsen
7761 <abraham@dina.kvl.dk>.
7763 2001-11-18 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7765 * nnfolder.el (nnfolder-read-folder): Use group instead of
7766 nnfolder-current-group.
7767 Suggested by Lorentey Karoly <lorentey@elte.hu>.
7769 2001-11-17 Simon Josefsson <jas@extundo.com>
7771 * message.el (message-send): Ask user if Fcc/Gcc should be
7772 performed when no other sender was specified.
7773 Suggested by prj@po.cwru.edu (Paul Jarc).
7775 2001-11-17 Simon Josefsson <jas@extundo.com>
7777 * message.el (message-mode, message-mode-map): Use C-c C-u for
7778 Importance: instead of C-c C-p (used by SC).
7780 2001-11-16 Simon Josefsson <jas@extundo.com>
7782 * message.el (message-insert-importance-high)
7783 (message-insert-importance-low): Save point.
7785 * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7788 2001-11-16 Per Abrahamsen <abraham@dina.kvl.dk>
7790 * message.el (message-strip-special-text-properties): New option.
7791 (message-strip-forbidden-properties): Obey it.
7793 2001-11-14 Sam Steingold <sds@gnu.org>
7795 * gnus-score.el: Fixed some doc strings to properly quote symbols.
7797 2001-11-15 Simon Josefsson <jas@extundo.com>
7799 Support "Importance:" header in Message.
7801 * message.el (message-mode-map): Bind C-c C-p to
7802 `message-insert-or-toggle-importance'
7803 (message-mode-menu): Add message-insert-importance-{high,low}.
7804 (message-insert-importance-high, message-insert-importance-low)
7805 (message-insert-or-toggle-importance): New functions.
7806 (message-tool-bar-map): Add {un,}important.
7807 (message-mode): Doc fix.
7809 2001-11-15 Simon Josefsson <jas@extundo.com>
7811 * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7813 * mml.el (mml-menu): Fix toolbar tooltip.
7815 2001-11-15 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7817 * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7818 * nnml.el (nnml-save-marks): Ditto.
7820 * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7822 2001-11-15 Simon Josefsson <jas@extundo.com>
7824 * nnml.el (nnml-save-marks):
7825 * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7826 Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7828 2001-11-15 Per Abrahamsen <abraham@dina.kvl.dk>
7830 * gnus-art.el (gnus-article-wash-status-strings): Use
7831 `copy-sequence', not `copy-seq'.
7833 2001-11-15 Per Abrahamsen <abraham@dina.kvl.dk>
7835 * gnus-art.el (gnus-article-wash-status-strings): New constant.
7836 (gnus-gnus-article-wash-status-entry): New function.
7837 (gnus-article-wash-status): Use it.
7839 2001-11-13 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7841 * mml1991.el: Add coding header.
7843 2001-11-12 Simon Josefsson <jas@extundo.com>
7845 * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7846 (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7847 `mml1991-sign' and `mml1991-encrypt'.
7848 (mml1991-encrypt, mml1991-sign): New glue functions.
7849 (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7851 * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7852 (mml-menu): Add PGP to menu.
7854 * mml-sec.el (top-level): Require mml1991. Don't require smime.
7855 (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7856 (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7857 (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7859 * mml2015.el: Mention RFC 3156.
7861 * mml1991.el: New file. From Sascha L
\e,A|
\e(Bdecke <sascha@meta-x.de>.
7863 2001-11-12 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7865 * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7867 * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7868 From <Michael.Cook@cisco.com>
7870 2001-11-11 Simon Josefsson <jas@extundo.com>
7872 * message.el (top-level): Autoload sha1.
7873 (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7874 canlock, no need to require two different hash algs). Suggested
7875 by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7877 2001-11-09 Simon Josefsson <jas@extundo.com>
7879 * gnus.el (gnus-local-domain): Fix doc. From Pavel Jan
\e,Am
\e(Bk
7882 2001-11-09 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7884 * message.el (message-point-in-header-p): New function.
7885 (message-do-auto-fill): Use it.
7886 (message-beginning-of-line): New function. Goes to beginning of
7887 header value (i.e., end of header name), or to beginning of line
7888 if already at beginning of value. Behaves like
7889 `beginning-of-line' when in message body.
7890 (message-mode-map): Bind it.
7892 2001-11-08 Simon Josefsson <jas@extundo.com>
7894 * gnus-msg.el (gnus-posting-styles): Add doc.
7896 2001-11-07 Simon Josefsson <jas@extundo.com>
7898 * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7900 * sieve-mode.el (sieve-control-commands-face)
7901 (sieve-control-commands-face, sieve-action-commands-face)
7902 (sieve-test-commands-face, sieve-tagged-arguments-face): New
7904 (sieve-font-lock-keywords): Use them.
7905 (sieve-mode): Only set font-lock-defaults in emacs.
7907 * gnus-art.el (gnus-default-article-saver): Add
7908 gnus-summary-save-body-in-file.
7909 (gnus-summary-write-to-file): Fix doc.
7911 2001-11-07 Simon Josefsson <jas@extundo.com>
7913 * gnus-art.el (gnus-treat-highlight-signature): Add cross
7914 reference to the correct chapter in the manual.
7916 * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7917 Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7919 2001-11-07 06:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7921 * mml.el (mml-preview): Bind mail-header-separator.
7923 2001-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7925 * message.el: Always require canlock.
7926 (message-ignored-supersedes-headers): Include Cancel-Lock and
7928 (message-insert-canlock): Don't require canlock.
7929 (message-cancel-news): Don't check whether canlock is available.
7930 (message-supersede): Support cancel-locks.
7932 * gnus-art.el: Don't autoload canlock.
7934 2001-11-06 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7936 * mail-source.el (mail-source-fetch-imap): ASYNC param.
7937 From: <andre@slamdunknetworks.com>
7939 2001-11-06 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7941 * many files: Fix copyright lines.
7943 2001-11-05 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7945 * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7946 Suggested by Dave Love <fx@gnu.org>.
7948 2001-11-04 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7950 * message.el (message-kill-buffer): Remove auto-save file after
7953 * message.el (message-send-mail): Call message-generate-headers
7954 once. Suggested by Matt Armstrong <matt@lickey.com>.
7956 * gnus-topic.el (gnus-topic-rename): Initial-input.
7957 Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7959 2001-11-03 Per Abrahamsen <abraham@dina.kvl.dk>
7961 * message.el (message-forbidden-properties): New constant.
7962 (message-strip-forbidden-properties): New function.
7963 (message-mode): Activate it.
7965 2001-11-02 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7967 * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7968 (mm-hack-charsets): Fix doc.
7970 2001-11-02 Simon Josefsson <jas@extundo.com>
7972 * gnus-int.el (gnus-check-server): Message "...done" when done.
7974 * imap.el (imap-close): Don't message (imap-send-command-wait
7975 returns if the connection is dropped).
7976 (imap-wait-for-tag): Nix out message only when necessary.
7978 * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7979 for non-crossposting.
7980 (gnus-sieve-crosspost): Default to t to be consistent with other
7983 2001-11-01 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
7985 * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7986 (mm-iso-8859-x-to-15-table): Ditto.
7987 (mm-iso-8859-x-to-15-region): Ditto.
7988 (mm-find-mime-charset-region): Ditto.
7990 2001-11-01 Simon Josefsson <jas@extundo.com>
7992 * nnimap.el (nnimap-close-asynchronous): New variable.
7993 (nnimap-close-group): Use it.
7994 (nnimap-expunge): Don't use it.
7996 * imap.el (imap-callbacks): New variable.
7997 (imap-remassoc): Copied from `gnus-remassoc'.
7998 (imap-add-callback): New function.
7999 (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8001 (imap-parse-response): Call the callback.
8003 * message.el (message-insert-canlock): New variable.
8004 (message-canlock-generate, message-canlock-password)
8005 (message-insert-canlock): New functions.
8006 (message-send-news): Call `message-insert-canlock'.
8007 (top-level): Require canlock when compiling.
8008 (message-insert-canlock): Require canlock before we need it.
8010 2001-11-01 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8012 * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8014 2001-11-01 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8016 * dgnushack.el (dgnushack-make-load): A workaround for
8017 custom-add-loads bug in some versions of XEmacs.
8019 2001-11-01 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8021 * mm-util.el (mm-charset-synonym-alist): Revert (some).
8023 2001-11-01 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8025 * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8026 (mm-hack-charsets): New variable.
8027 (mm-iso-8859-15-compatible): New variable.
8028 (mm-iso-8859-x-to-15-table): New variable.
8029 (mm-find-mime-charset-region): Add parameter hack-charsets.
8031 * mm-bodies.el (mm-encode-body): Use it.
8032 * mml.el (mml-parse-1): Ditto.
8034 2001-11-01 Simon Josefsson <jas@extundo.com>
8036 * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8038 2001-11-01 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8040 * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8043 2001-11-01 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8045 * smiley-ems.el (smiley-update-cache): Auto detect file type.
8047 * message.el (message-forward-rmail-make-body): Use
8048 save-window-excursion.
8049 (message-encode-message-body): Search with noerror.
8050 (message-setup-1): Convert compose-mail send-actions to
8051 message-send-actions.
8053 2001-11-01 Simon Josefsson <jas@extundo.com>
8055 * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8058 2001-10-31 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8060 * sieve-manage.el (sieve-string-bytes): No complain.
8062 2001-11-01 Simon Josefsson <jas@extundo.com>
8064 * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8065 `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8066 has autoload cookies, so no `require' should be necessary.)
8068 * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8071 2001-10-31 Simon Josefsson <jas@extundo.com>
8073 * gnus-cus.el (gnus-group-parameters): Support integer `display'
8076 * gnus-sum.el (gnus-select-newsgroup): If group parameter
8077 `display' is a number (and C-u wasn't used to enter group), only
8078 fetch that number of articles.
8080 2001-10-31 Matt Armstrong <matt@lickey.com>
8082 * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8083 not-subscribed -> subscribed.
8085 2001-10-31 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8086 From: Josh Huber <huber@alum.wpi.edu>
8088 * message.el (message-subscribed-address-functions): New variable.
8089 (message-subscribed-addresses): New variable.
8090 (message-subscribed-regexps): New variable.
8091 (message-goto-mail-followup-to): New function.
8092 (message-send-mail): Add Mail-Followup-To.
8093 (message-make-mft): New function.
8095 * gnus.el (gnus-find-subscribed-addresses): New function.
8097 2001-10-31 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8099 * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8100 (mail-source-fetch-pop): Ditto.
8101 (mail-source-check-pop): Ditto.
8103 * gnus-start.el (gnus-read-init-file): Ditto.
8104 (gnus-activate-group): Ditto.
8105 (gnus-read-newsrc-el-file): Ditto.
8107 2001-10-30 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8109 * message.el (message-get-reply-headers): Make sure there is ", ".
8111 * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8112 mm-coding-system-p. Don't correct it only in XEmacs.
8113 (mm-charset-to-coding-system): Use mm-coding-system-p and
8114 mm-get-coding-system-list.
8115 (mm-emacs-mule, mm-mule4-p): New variables.
8116 (mm-enable-multibyte, mm-disable-multibyte,
8117 mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8118 mm-with-unibyte-current-buffer,
8119 mm-with-unibyte-current-buffer-mule4): Use them.
8120 (mm-find-mime-charset-region): Treat iso-2022-jp.
8122 From Dave Love <fx@gnu.org>:
8124 * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8126 (mm-charset-synonym-alist): Remove windows-125[02]. Make other
8127 entries conditional on not having a coding system defined for
8129 (mm-mule-charset-to-mime-charset): Use
8130 find-coding-systems-for-charsets if defined.
8131 (mm-charset-to-coding-system): Don't use
8132 mm-get-coding-system-list. Look in mm-charset-synonym-alist
8133 later. Add last resort search of coding systems.
8134 (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8135 (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8137 (mm-find-mime-charset-region): Re-write.
8138 (mm-with-unibyte-current-buffer): Restore buffer as well as
8141 2001-10-30 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8143 * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8144 directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8145 KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8147 2001-10-30 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8149 * gnus-art.el (article-display-x-face): Nix buffer-read-only
8152 * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8154 2001-10-30 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8156 * gnus-spec.el (gnus-parse-simple-format): Use
8157 buffer-substring-no-properties.
8159 2001-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8161 * gnus-art.el (article-verify-cancel-lock): New function.
8163 * nnheader.el (nntp-process-response): New variable.
8164 (nnheader-init-server-buffer): Make `nntp-process-response'
8165 buffer-local in `nntp-server-buffer'.
8167 * nntp.el (nntp-prepare-post-hook): New hook.
8168 (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8169 (nntp-async-trigger): Ditto.
8170 (nntp-request-post): Insert a server's ID if there's no Message-ID
8171 header; run `nntp-prepare-post-hook'.
8173 2001-10-30 04:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8175 * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8178 * message.el (message-forward-subject-author-subject): Don't use
8179 message-news-p, which widens the buffer.
8180 (message-forward-make-body): New function.
8181 (message-forward): Use it.
8182 (message-insinuate-rmail): New function.
8183 (message-forward-rmail-make-body): New function.
8185 2001-10-30 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8187 * mm-extern.el (mm-extern): Provide it.
8189 * mm-partial.el (mm-partial): Provide it.
8191 2001-10-28 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8193 * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8195 2001-10-29 Simon Josefsson <jas@extundo.com>
8197 * mml.el (mml-preview): Bind message-this-is-news if it is
8198 news. From Jesper Harder <harder@myrealbox.com>.
8200 2001-10-28 Simon Josefsson <jas@extundo.com>
8202 * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8204 2001-10-29 Per Abrahamsen <abraham@dina.kvl.dk>
8206 * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8209 2001-10-27 Simon Josefsson <jas@extundo.com>
8211 * message.el (message-indent-citation): Don't add trailing
8212 whitespace when citing text.
8214 * gnus.el (gnus-group-faq-directory): Fix. From Jesper Harder
8217 2001-10-26 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8219 * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8221 (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8222 (nnweb-type-definition): Add google as alias of dejanews.
8223 (nnweb-google-parse-1): Forward 1 line.
8225 2001-10-26 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8227 * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8228 variable `message-forward-ignored-headers'.
8230 2001-10-24 Per Abrahamsen <abraham@dina.kvl.dk>
8232 * gnus.el (gnus-expand-group-parameter): New function.
8233 (gnus-expand-group-parameters): Call it.
8234 (gnus-group-fast-parameter): New function.
8235 (gnus-group-find-parameter): Call it.
8237 2001-10-23 Per Abrahamsen <abraham@dina.kvl.dk>
8239 * gnus.el (gnus-news-group-p): Rewrote. Now accepts a header
8240 vector (it didn't before because of a bug).
8241 * gnus-msg.el (gnus-post-news): Use header vector directly, if
8242 available. Before it converted it to an article number.
8244 This makes followup to news articles with negative numbers in
8245 nnvirtual groups use news instead of mail.
8247 2001-10-23 Per Abrahamsen <abraham@dina.kvl.dk>
8249 * gnus.el (post-method): Use `native' instead of `nil'.
8251 * gnus-msg.el (gnus-post-method): Ditto.
8253 2001-10-23 Per Abrahamsen <abraham@dina.kvl.dk>
8255 * gnus.el (gnus-define-group-parameter): Grammar fix.
8257 2001-10-22 Simon Josefsson <jas@extundo.com>
8259 * gnus-msg.el (gnus-extended-version): Include
8260 system-configuration.
8261 Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro
\e,b_
\e(Bjohann).
8263 2001-10-22 Per Abrahamsen <abraham@dina.kvl.dk>
8265 * gnus.el (post-method): Customization fix: `native' is not a
8267 * gnus-msg.el (gnus-post-method): Doc and customization fix:
8268 `native' is not a valid value.
8270 2001-10-21 Simon Josefsson <jas@extundo.com>
8272 * nnimap.el (nnimap): Defgroup
8273 (nnimap-strict-function, nnimap-strict-function-match): New
8274 widget, from Per Abrahamsen <abraham@dina.kvl.dk>.
8275 (nnimap-split-crosspost, nnimap-split-inbox)
8276 (nnimap-split-rule, nnimap-split-predicate)
8277 (nnimap-split-predicate): Defcustom.
8278 (nnimap-split-inbox, nnimap-expunge-search-string)
8279 (nnimap-importantize-dormant): Remove "*" from doc.
8281 2001-10-20 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8283 * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8284 not supplied via prefix arg. From Lisp, make arg mandatory.
8285 Suggested by Frank Schmitt.
8287 2001-10-20 Per Abrahamsen <abraham@dina.kvl.dk>
8289 * message.el (message-do-auto-fill): Avoid calling
8292 2001-10-20 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8293 From Paul Jarc <prj@po.cwru.edu>.
8295 * message.el (message-get-reply-headers): Restructure the logic
8296 and add comments. From Paul Jarc <prj@po.cwru.edu>.
8298 2001-10-20 Simon Josefsson <jas@extundo.com>
8300 * message.el (message-cancel-news): Support cancel-locks.
8301 Suggested by Per Abrahamsson.
8303 * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8304 conses. From David Z Maze <dmaze@MIT.EDU>.
8306 * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8308 2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk>
8310 * mm-decode.el (mm-default-directory): Fix customize type.
8312 * message.el (message-setup-fill-variables): Kludge to use
8313 normal-auto-fill-function even if auto fill is already activated.
8315 2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk>
8317 * message.el (message-do-auto-fill): New version that does not
8318 rely on text properties, by Simon Josefsson <jas@extundo.com>.
8319 (message-setup-1): Removed the `message-field' property.
8321 * gnus-draft.el (gnus-draft-edit-message): Removed the
8322 `message-field' property.
8324 2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk>
8326 * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8327 `message-field'. The `field' property has a special significance in
8330 * message.el (message-send, message-setup-1): Ditto.
8332 2001-10-18 Simon Josefsson <jas@extundo.com>
8334 * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8337 2001-10-18 Simon Josefsson <jas@extundo.com>
8338 From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8340 * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8341 (gnus-summary-make-menu-bar): Ditto.
8343 2001-10-17 Simon Josefsson <jas@extundo.com>
8345 * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8346 server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8348 2001-10-17 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8350 * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8351 * gnus-util.el (gnus-user-date): New function.
8352 From Frank Schmitt <usenet@Frank-Schmitt.net>.
8354 2001-10-17 Per Abrahamsen <abraham@dina.kvl.dk>
8356 * message.el (message-check-news-header-syntax): Special case
8359 * gnus-sum.el (gnus-summary-respool-default-method): Changed
8360 customize type to `symbol'.
8362 2001-10-17 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8364 * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8366 (gnus-parse-simple-format): Support user extended spec too.
8367 %u&foo; invokes gnus-user-format-function-foo.
8369 2001-10-17 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8371 * nnml.el (nnml-request-expire-articles): Make sure it is back to
8373 * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8374 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8375 * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8376 * nndiary.el (nndiary-request-expire-articles): Ditto.
8377 (nndiary-schedule): Defsubst it before use it.
8378 (nndiary-error): eval-and-compile.
8380 2001-10-17 Per Abrahamsen <abraham@dina.kvl.dk>
8382 * gnus-msg.el (gnus-post-method): Changed two instances of
8383 `active' to `current' and one `null' to `not'.
8385 2001-10-16 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8386 From Katsumi Yamaoka <yamaoka@jpl.org>.
8388 * message.el (message-setup-fill-variables): Use
8389 `normal-auto-fill-function' instead of `auto-fill-function'.
8391 2001-10-16 Simon Josefsson <jas@extundo.com>
8393 * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8394 (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8395 body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8397 2001-10-16 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8398 Patch by Oliver Scholz <oscholz@my.gnus.org>.
8400 * gnus-draft.el (gnus-draft-edit-message): Add text property
8401 `field' with value `header' to message headers.
8402 * message.el (message-setup-1): Really add text property to all of
8403 the header, not just part of it.
8405 2001-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8407 * gnus-group.el (gnus-group-sort-by-server): Use it.
8409 * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8411 * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8414 2001-10-14 Simon Josefsson <jas@extundo.com>
8418 * smime.el: Doc fix.
8420 * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8421 charset magic from message.el.
8423 2001-10-12 Simon Josefsson <jas@extundo.com>
8424 Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8426 * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8427 'cite from g-a-wash-types.
8428 (gnus-cite-toggle): Ditto. Add 'cite. Set modeline.
8429 (gnus-article-hide-citation): Fix.
8431 * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8433 (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8435 * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8437 (gnus-signature-toggle): Toggle `s' mode line character.
8439 * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8440 doing stuff that clears it.
8442 2001-10-12 Simon Josefsson <jas@extundo.com>
8444 * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8445 From Eric Marsden <emarsden@laas.fr>.
8447 2001-10-12 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8449 * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8450 (autoload): Add some autoloads.
8452 2001-10-12 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8453 Suggested by Oliver Scholz <epameinondas@gmx.de>.
8455 * message.el (message-do-auto-fill): New function. Like
8456 `do-auto-fill' but don't fill when in the message header.
8457 (message-setup-1): Put a text property on the message header.
8458 (message-setup-fill-variables): Use `message-do-auto-fill'.
8460 2001-10-10 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8462 * message.el (message-send-mail-partially): Insert an empty line
8463 first, because of the change of message-make-lines.
8465 2001-10-10 Florian Weimer <fw@deneb.enyo.de>
8467 * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8468 iso-8859-15, make it an alias for iso-8859-1.
8470 2001-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
8472 * message.el (message-send-news): Don't modify the value of
8473 `message-syntax-checks' if it is not a list (possibly it is
8474 `dont-check-for-anything-just-trust-me').
8476 2001-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
8478 * gnus-group.el (gnus-group-name-charset-group-alist): Use
8479 `find-coding-system' for XEmacs to check whether the coding-system
8480 `utf-8' is available.
8482 2001-10-09 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8484 * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8486 2001-10-09 Per Abrahamsen <abraham@dina.kvl.dk>
8488 * message.el (message-send-news): Oops, missed case with no
8489 "Followup-To" header...
8491 2001-10-09 Per Abrahamsen <abraham@dina.kvl.dk>
8493 * message.el (message-send-news): Allow
8494 `gnus-group-name-charset-group-alist' to affect encoding of the
8495 "Newsgroups" and "Followup-To" headers.
8497 2001-10-07 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8499 * Makefile.in (install-el): Depend on gnus-load.el.
8501 2001-10-07 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8503 * Makefile.in (install-el): Use -f.
8504 From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8506 2001-10-07 Per Abrahamsen <abraham@dina.kvl.dk>
8508 * message.el (message-send-news): Don't encode Followups-To when
8509 `gnus-group-name-charset-group-alist is' ".*". [Yuck]
8511 * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8514 * gnus-art.el (article-decode-group-name): Also decode
8517 * rfc2047.el (rfc2047-encode-message-header): Encode without
8518 asking for null methods.
8520 * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8521 default charset for newsgroup names in accordance with USEFOR.
8523 * gnus-group.el (gnus-group-name-charset-method-alist,
8524 gnus-group-name-charset-group-alist): Removed "*" from doc
8525 strings, "*" should not be used for complex variables.
8527 2001-10-06 Simon Josefsson <jas@extundo.com>
8529 Support UTF-8 group names better.
8531 * message.el (message-check-news-header-syntax): Encode group
8532 names before comparison.
8534 * gnus-msg.el (gnus-copy-article-buffer): Run all
8535 `gnus-article-decode-hook's except `article-decode-charset'
8536 instead of hardcoding call to one of them.
8538 * gnus-art.el (gnus-article-decode-hook): Add
8539 `article-decode-group-name'.
8540 (article-decode-group-name): New function, use `g-d-n'.
8542 * gnus-group.el (gnus-group-insert-group-line): Decode
8543 gnus-tmp-group using `g-d-n'.
8545 * gnus-util.el (gnus-decode-newsgroups): New function.
8547 2001-10-06 Per Abrahamsen <abraham@dina.kvl.dk>
8549 * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8550 `gnus-group-name-charset-group-alist'.
8552 2001-10-06 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8554 * Makefile.in: Install el in install. Add uninstall.
8556 2001-10-05 Simon Josefsson <jas@extundo.com>
8558 * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8560 * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8562 * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8565 * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8566 limiting if read-all (C-u RET) was used.
8568 2001-10-04 Simon Josefsson <jas@extundo.com>
8570 * mail-source.el (mail-source-movemail-program): New variable.
8571 (mail-source-movemail): Use it. Suggested by Taylor Hutt
8572 <thutt@thutt.vmware.com>.
8574 2001-10-03 Simon Josefsson <jas@extundo.com>
8576 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8577 (gnus-summary-line-format-alist): Fix param.
8579 2001-10-02 Simon Josefsson <jas@extundo.com>
8581 * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8582 don't go through `nnimap-request-expire-articles' to delete the
8583 article. Thanks to prj@po.cwru.edu (Paul Jarc).
8585 2001-10-02 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8587 * gnus-agent.el (gnus-agent-write-active): The min in the
8588 agent/active may be larger than that in the server/active.
8590 2001-10-01 Simon Josefsson <jas@extundo.com>
8592 * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8595 * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8597 * nnfolder.el: Ditto.
8599 2001-09-30 Dan Christensen <jdc@uwo.ca>
8601 * gnus-sum.el (gnus-summary-extract-address-component): New function.
8602 (gnus-summary-from-or-to-or-newsgroups): Optimize.
8604 2001-09-29 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8606 * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8607 (message-mode-menu): Menu item for same.
8609 * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8612 * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8613 nndraft:delayed does not exist.
8614 (gnus-delay-initialize): Don't set up keymap, that's done from
8616 (gnus-delay, gnus-delay-group, gnus-delay-header)
8617 (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8619 2001-09-29 Simon Josefsson <jas@extundo.com>
8621 * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8622 utf-8, not eight-bit-control.
8624 * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8625 (imap-log, imap-debug): Custom.
8626 (imap-log-buffer, imap-debug-buffer): New constants.
8627 (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8628 (imap-network-open, imap-shell-open, imap-starttls-open)
8629 (imap-send-command-1, imap-send-command, imap-arrival-filter)
8630 (imap-debug): Use imap-*-buffer.
8632 * nndoc.el (nndoc-article-type): Add mailman.
8633 (nndoc-type-alist): Ditto.
8634 (nndoc-mailman-type-p): New function.
8636 2001-09-28 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8638 * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8641 2001-09-27 Simon Josefsson <jas@extundo.com>
8643 * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8644 (gnus-topic-catchup-articles): New function. Suggested by Robin
8645 S. Socha <robin-dated-1001857693.185e29@socha.net>.
8647 2001-09-27 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8648 From Gerd M
\e,Av
\e(Bllmann <gerd@gnu.org>.
8650 * gnus-ems.el (gnus-article-display-xface): Insert xface after
8653 2001-09-27 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8654 From Daiki Ueno <ueno@unixuser.org>
8656 * gnus-sum.el (gnus-summary-show-article): The arglist of
8657 detect-coding-region is incompatible.
8659 2001-09-26 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8660 From Katsuhiro Hermit Endo <hermit@koka-in.org>
8662 * gnus-group.el (gnus-group-delete-group): Typo.
8664 2001-09-26 Simon Josefsson <jas@extundo.com>
8666 * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8668 * nnimap.el (nnimap-expiry-target): Use temp buffer.
8670 2001-09-26 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8672 * gnus-cus.el (gnus-group-parameters): Display as sexp.
8674 2001-09-22 Simon Josefsson <jas@extundo.com>
8676 * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8678 * nnfolder.el (nnfolder-open-marks): Ditto.
8680 * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8681 (gnus-update-marks): Use it.
8682 (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8685 * gnus.el (gnus-article-special-mark-lists): Add killed.
8686 (gnus-article-unpropagated-mark-lists): New constant.
8688 2001-09-22 Simon Josefsson <jas@extundo.com>
8690 * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8693 2001-09-23 Simon Josefsson <jas@extundo.com>
8695 * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8697 2001-09-23 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8699 * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8701 2001-09-22 Per Abrahamsen <abraham@dina.kvl.dk>
8703 * gnus-group.el (gnus-group-sort-function): Fix customize type to
8704 accept lists of functions.
8706 2001-09-20 Simon Josefsson <jas@extundo.com>
8708 * gnus-group.el (gnus-group-catchup): Update expire marks in
8709 backend. Also, if ALL also set expire marks on tick/dormant.
8711 2001-09-20 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8713 * message.el (message-tab-body-function): New variable.
8714 * message.el (message-tab): Use it.
8716 2001-09-19 Sam Steingold <sds@gnu.org>
8718 * gnus-win.el (gnus-buffer-configuration): Respect
8719 `gnus-bug-create-help-buffer'.
8721 2001-09-18 Simon Josefsson <jas@extundo.com>
8723 * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8724 (gnus-parse-simple-format): Re-revert.
8726 2001-09-16 Katsuhiro Hermit Endo <hermit@koka-in.org>
8729 * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8730 case. (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8732 2001-09-18 Simon Josefsson <jas@extundo.com>
8734 * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8736 (gnus-parse-simple-format): Don't use it.
8738 2001-09-17 Miles Bader <miles@gnu.org>
8740 * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8741 error querying a backend abort the whole process.
8743 2001-09-17 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8745 * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8746 From Gerd M
\e,Av
\e(Bllmann <gerd@gnu.org>.
8748 2001-09-17 Didier Verna <didier@xemacs.org>
8750 * nndiary.el: version 0.2-b14.
8751 * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8752 compatibility problem with XEmacs 21.1.
8754 2001-09-15 Simon Josefsson <jas@extundo.com>
8756 * gnus-group.el (gnus-group-line-format): Document %c.
8758 * nnml.el (nnml-parse-head): Handle CRLF files.
8759 (nnml-generate-nov-file): Ditto.
8760 (nnml-retrieve-headers): Ditto.
8762 2001-09-15 Michael Welsh Duggan <md5i@cs.cmu.edu>
8764 * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8766 2001-09-13 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8768 * gnus-spec.el (gnus-correct-substring): Still stopped one
8769 character before we wanted (never included last character).
8770 (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8771 add missing "," (once per function)
8773 2001-09-14 Simon Josefsson <jas@extundo.com>
8775 * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8776 (otherwise e.g. gnus-agentize in .gnus overrides the customized
8777 default before gnus-group is loaded and the variable set.)
8779 * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8780 killed or unsent marks.
8782 * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8783 isn't an article to set it on (e.g. when you `a' in a group).
8785 2001-09-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
8787 * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8788 can read e-mails from Microsoft Outlook users not using ISO
8789 8859-2 character set.
8791 2001-09-12 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8793 * gnus-diary.el: Minor modifications to avoid warnings.
8794 (gnus-summary-misc-menu): defvar.
8795 (gnus-diary-check-message): Use gnus-point-at-eol.
8796 (gnus-diary-kill-entire-line): eval-and-compile.
8798 2001-09-12 Didier Verna <didier@xemacs.org>
8800 * nndiary.el: new version (0.2-b13).
8801 * nndiary.el (nndiary-mail-sources): doc update.
8802 * nndiary.el (nndiary-split-methods): ditto.
8803 * nndiary.el (nndiary-request-accept-article-hooks): New.
8804 * nndiary.el (nndiary-request-accept-article): use it, check
8806 * nndiary.el (nndiary-get-new-mail): changed default to nil.
8807 * nndiary.el (nndiary-schedule): fix bug (misplaced
8808 condition-case): it didn't return nil on error.
8809 * gnus-diary.el: new version.
8810 * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8811 * gnus-diary.el (gnus-diary-header-value-history): New.
8812 * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8813 * gnus-diary.el (gnus-diary-add-header): New.
8814 * gnus-diary.el (gnus-diary-check-message): New.
8815 * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8816 * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8818 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8820 * gnus-sum.el (gnus-select-newsgroup): Make
8821 `gnus-current-select-method' buffer-local.
8823 * gnus-art.el (gnus-request-article-this-buffer): Refer
8824 `gnus-current-select-method' in the current summary buffer.
8826 2001-09-10 Simon Josefsson <jas@extundo.com>
8827 From Daniel Pittman <daniel@rimspace.net>
8829 * gnus-spec.el (gnus-correct-pad-form): Fix.
8831 2001-09-09 Simon Josefsson <jas@extundo.com>
8833 * mm-decode.el (mm-inline-media-tests): Add
8834 application/x-emacs-lisp.
8835 (mm-attachment-override-types): Add
8836 application/{x-,}pkcs7-signature.
8838 * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8839 (gnus-server-line-format, gnus-server-mode-line-format)
8840 (gnus-server-browse-in-group-buffer): Customize.
8842 2001-09-08 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8844 * nnml.el (nnml-marks-changed-p): Typo.
8845 (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8846 (nnml-marks-changed-p): Use gnus-gethash.
8847 (nnml-marks-modtime): Use gnus-make-hashtable.
8849 * nnfolder.el (nnfolder-marks-changed-p): Typo.
8850 (nnfolder-request-expire-articles, nnfolder-save-marks)
8851 (nnfolder-open-marks): Typo.
8852 (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8853 (nnfolder-marks-changed-p): Use gnus-gethash.
8854 (nnfolder-marks-modtime): Use gnus-make-hashtable.
8856 2001-09-08 Simon Josefsson <jas@extundo.com>
8858 * nnfolder.el (nnfolder-marks-modtime): New variable.
8859 (nnfolder-marks-changed-p): New function.
8860 (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8861 (nnfolder-request-update-info): Don't update if marks didn't change.
8863 * nnml.el (nnml-marks-modtime): New variable.
8864 (nnml-marks-changed-p): New function.
8865 (nnml-save-marks, nnml-open-marks): Save modtime.
8866 (nnml-request-update-info): Don't update if marks didn't change.
8868 * gnus-agent.el (gnus-agent-any-covered-gcc)
8869 (gnus-agent-add-server, gnus-agent-remove-server): Use
8870 gnus-agent-method-p.
8872 * gnus-art.el (gnus-buttonized-mime-types): New variable.
8873 (gnus-unbuttonized-mime-type-p): Use it.
8875 * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8878 2001-09-08 Simon Josefsson <jas@extundo.com>
8879 From Daniel Pittman <daniel@rimspace.net>
8881 * gnus-spec.el (gnus-correct-pad-form): New function.
8882 (gnus-parse-simple-format): Use it.
8884 2001-09-07 Simon Josefsson <jas@extundo.com>
8886 * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8887 (gnus-group-sort-selected-groups): Ditto. Suggested by Harry
8888 Putnam <reader@newsguy.com>.
8889 (gnus-group-sort-selected-groups): Touch dribble file.
8891 2001-09-07 Raja R Harinath <harinath@cs.umn.edu>
8893 * nnml.el (nnml-filenames-are-evil): New variable.
8894 (nnml-article-to-file-alist): Rename to ...
8895 (nnml-current-group-article-to-file-alist): ... this.
8896 Respect `nnml-filenames-are-evil'.
8897 (nnml-active-number): Update.
8898 (nnml-update-file-alist): Update.
8899 (nnml-request-article): Use nnheader-article-to-file-alist.
8900 (nnml-request-rename-group): Likewise.
8902 2001-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8904 * gnus-sum.el (gnus-summary-insert-line): Fix.
8906 2001-09-06 Bj
\e,Av
\e(Brn Torkelsson <torkel@acc.umu.se>
8908 * gnus-sum.el: Bind g-s-t-s to "W g".
8909 * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8910 * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8911 display of graphical smilies.
8913 2001-09-07 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8915 * gnus-start.el (gnus-setup-news): A typo.
8916 From Bill White <billw@wolfram.com>.
8918 2001-09-06 Simon Josefsson <jas@extundo.com>
8920 * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8923 2001-09-05 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8925 * nnmail.el (nnmail-split-fancy): Document `junk'.
8927 2001-09-04 Simon Josefsson <jas@extundo.com>
8929 * imap.el (imap-search): Don't error if server is broken.
8931 2001-09-02 Benjamin Rutt <brutt@bloomington.in.us>
8933 * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8934 searching for an article that isn't in the mbox.
8936 2001-09-02 23:12:48 Lars Magne Ingebrigtsen <larsi@gnus.org>
8938 * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8939 right, and get all the comments.
8941 2001-09-02 Simon Josefsson <jas@extundo.com>
8942 Suggested by Dan Christensen <jdc+news@uwo.ca>
8944 * nnfolder.el (nnfolder-request-update-info): Fix message.
8946 * nnml.el (nnml-request-update-info): Ditto.
8948 2001-09-01 Simon Josefsson <jas@extundo.com>
8950 * nnml.el (nnml-request-expire-articles): Also bind
8951 `nnml-current-group' and `nnml-article-file-alist' when using
8952 expiry-target. (Otherwise nnml will be in a inconsistent internal
8953 state causing all kind of problems.)
8954 (nnml-request-expire-articles): If `nnml-article-to-file' or
8955 `file-attributes' failes, return article as un-expirable instead
8956 of treating it as expired.
8958 2001-08-31 Sam Steingold <sds@gnu.org>
8960 * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8961 typo: `exmine' --> `examine'.
8963 2001-08-30 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8965 * nndoc.el (nndoc-forward-type-p): It is not a digest.
8967 2001-08-30 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
8969 * nnml.el (nnml-check-directory-twice): Remove.
8970 (nnml-retrieve-headers): Ditto.
8971 (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8973 2001-08-30 Andrew Innes <andrewi@gnu.org>
8975 * nnheader.el (nnheader-directory-files-is-safe): No need to read
8976 directory twice on Windows, or on GNU Emacs-21.
8978 2001-08-30 Andrew Innes <andrewi@gnu.org>
8980 * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8981 (nnml-request-rename-group): Ditto.
8982 (nnml-active-number): Ditto.
8983 (nnml-request-create-group): Use nnml-directory-articles.
8984 (nnml-request-expire-articles): Use nnml-directory-articles, which
8985 gets list from nov database if available.
8986 (nnml-get-nov-buffer): New function.
8987 (nnml-open-nov): Use it.
8988 (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8989 gets alist from nov database if available.
8990 (nnml-directory-articles): New function.
8991 (nnml-article-to-file-alist): New function.
8993 2001-08-30 Andrew Innes <andrewi@gnu.org>
8995 * mm-decode.el (mm-display-external): Use `name' as filename, if
8996 `filename' attribute is not present.
8998 2001-08-30 Andrew Innes <andrewi@gnu.org>
9000 * mail-source.el (mail-source-flash): New defcustom.
9001 (mail-source-new-mail-p): Ring visible bell if appropriate.
9002 (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9003 timer is cleared even if mail check signals an error.
9005 2001-08-29 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9007 * gnus-sum.el (gnus-summary-move-article): Only update marks of
9010 2001-08-29 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9012 * flow-fill.el (fill-flowed): eol might be point-max.
9014 2001-08-27 Simon Josefsson <jas@extundo.com>
9016 * nnml.el (nnml-request-update-info): Fix message.
9017 (nnml-open-marks): Ditto.
9019 * nnfolder.el (nnfolder-request-update-info):
9020 (nnfolder-open-marks): Fix message.
9022 2001-08-25 Simon Josefsson <jas@extundo.com>
9024 * nnfolder.el (nnfolder-save-marks): Don't create directory named
9027 2001-08-25 Simon Josefsson <jas@extundo.com>
9028 From Andreas Jaeger <aj@suse.de>
9030 * nnfolder.el (nnfolder-open-marks): Fix typo.
9031 * nnml.el (nnml-open-marks): Likewise.
9033 2001-08-25 Simon Josefsson <jas@extundo.com>
9035 Make nnfolder groups self-contained as far as marks are concerned.
9037 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9038 (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9039 (nnfolder-open-server): Make marks directory.
9040 (nnfolder-request-delete-group): Delete marks file.
9041 (nnfolder-request-delete-group): Check of nov/marks file exist
9043 (nnfolder-request-rename-group): Rename marks file.
9044 (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9045 (nnfolder-request-set-mark, nnfolder-request-update-info)
9046 (nnfolder-group-marks-pathname, nnfolder-save-marks)
9047 (nnfolder-open-marks): New functions.
9048 (top-level): Require gnus.
9050 2001-08-25 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9052 * nnweb.el (nnweb-type-definition): Use google raw file.
9053 (nnweb-google-parse-1): Ditto.
9054 (nnweb-google-identity): Ditto.
9055 (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9056 (nnweb-altavista-wash-article): Ditto.
9057 (nnweb-request-article): Remove nnweb-decode-entities.
9059 * nnml.el: Require 'gnus.
9061 2001-08-25 Simon Josefsson <jas@extundo.com>
9063 * nnml.el (nnml-marks-is-evil): Add doc.
9065 2001-08-25 Simon Josefsson <jas@extundo.com>
9067 * nnml.el (nnml-save-marks): Wrap saving marks in a
9068 condition-case, to allow user to start Gnus if saving marks failed
9071 2001-08-24 16:05:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
9073 * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9075 * gnus-group.el (gnus-update-group-mark-positions): Bind
9076 gnus-group-update-hook to nil.
9078 2001-08-24 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9080 * mml.el (mml-generate-mime-1): Force as multibyte string.
9082 2001-08-24 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9084 * gnus-sum.el (gnus-summary-insert-line)
9085 (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9086 From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9088 * gnus-spec.el (gnus-correct-substring): Take optional END.
9090 * nnrss.el (nnrss-request-article): Remove \n.
9091 (nnrss-retrieve-headers): Lines number is -1.
9093 2001-08-24 Simon Josefsson <jas@extundo.com>
9095 * gnus-group.el (gnus-info-clear-data): Call
9096 nnfoo-request-set-mark to propagate marks. Fix bug:
9097 `gnus-group-update-line' doesn't update read range unless we call
9098 `gnus-get-unread-articles-in-group' first.
9100 * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9103 2001-08-23 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9105 * gnus-util.el (gnus-create-info-command): Return an interactive
9108 2001-08-23 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9109 From Katsumi Yamaoka <yamaoka@jpl.org>
9111 * gnus-spec.el (gnus-parse-complex-format): Use equal.
9113 2001-08-23 18:43:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9115 * gnus-sum.el (gnus-select-newsgroup): Use it.
9117 * gnus-util.el (gnus-not-ignore): New function.
9119 * lpath.el (featurep): Don't fbind char-int.
9121 * gnus-util.el (gnus-create-info-command): New function.
9123 * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9126 * gnus-sum.el (gnus-select-newsgroup): Clean up.
9127 (gnus-summary-limit-children): Use 'identity instead of `all'.
9128 (gnus-summary-limit-to-display-predicate): New command and
9131 2001-08-23 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9133 * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9135 * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9137 2001-08-23 18:43:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9139 * gnus-spec.el: Add the Gnus version.
9140 (gnus-update-format-specifications): If the Gnus version changes,
9141 nix out the format spec cache.
9143 * gnus.el (gnus-continuum-version): Made into a command and
9144 optionalize the VERSION.
9146 * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9147 the start of the lines.
9149 2001-08-22 00:06:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
9151 * gnus.el (gnus-visual-p): Define function before use of
9154 2001-08-21 23:28:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9156 * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9157 (gnus-article-mark-to-type): New function.
9158 (gnus-update-missing-marks): Only update marks of type 'list.
9160 * gnus.el (gnus-article-special-mark-lists): New variable.
9162 2001-08-21 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9164 * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9165 (gnus-select-newsgroup): Still use 'all.
9166 (gnus-summary-initial-limit): Comparing with 'all.
9168 2001-08-20 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9170 * gnus-start.el (gnus-activate-group): If dont-check, don't update
9173 2001-08-20 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9175 * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9176 nnslashdot-*-retrieve-headers.
9177 (nnslashdot-request-article): Fix for slashcode 2.2.
9178 (nnslashdot-make-tuple): New function.
9179 (nnslashdot-read-groups): Use it.
9181 2001-08-20 01:34:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9183 * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9186 * gnus-sum.el (gnus-summary-move-article): Don't select article.
9188 2001-08-20 Simon Josefsson <jas@extundo.com>
9190 * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9191 opened, error instead of continuing (and exploding later).
9193 2001-08-20 01:34:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9195 * gnus.el (gnus-expand-group-parameters): Return the parameter
9198 * gnus-sum.el (gnus-summary-show-article): Doc fix.
9199 (gnus-summary-show-article): Guess at charset if required.
9201 * gnus-spec.el (gnus-correct-substring): Stopped one character
9204 2001-08-19 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9206 * earcon.el (earcon-auto-play): Remove unused option.
9208 2001-08-19 16:14:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
9210 * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9211 message down in levels, since it happens very fast.
9213 * smiley-ems.el (smiley-update-cache): Respect the symbol version
9214 of smiley-regexp-alist.
9216 * mm-view.el (mm-inline-text): Ignore vcard errors.
9218 * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9220 * gnus-score.el (gnus-all-score-files): Use append instead of
9223 * gnus.el (gnus-splash-face): Doc fix.
9225 * mm-decode.el (mm-mailcap-command): Use
9226 mm-path-name-rewrite-functions.
9227 (mm-path-name-rewrite-functions): New variable.
9229 * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9230 (gnus-complex-form-to-spec): Insert tab.
9231 (gnus-spec-tab): New function.
9233 * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9236 * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9237 the positional spec.
9238 (gnus-parse-complex-format): React to %C.
9240 * gnus-ems.el (gnus-char-width): Moved here.
9242 * gnus-sum.el (gnus-select-newsgroup): Set
9243 gnus-newsgroup-articles.
9244 (gnus-unseen-mark): New variable.
9245 (gnus-newsgroup-unseen): Ditto.
9246 (gnus-newsgroup-seen): Ditto.
9247 (gnus-adjust-marked-articles): Use them.
9248 (gnus-update-marks): Use them.
9249 (gnus-summary-update-secondary-mark): Display.
9250 (gnus-summary-prepare-threads): Display.
9252 * gnus-msg.el (gnus-inews-group-method): Use and return the
9253 method, not the server.
9255 2001-08-19 Simon Josefsson <jas@extundo.com>
9257 * gnus-srvr.el (gnus-server-agent-face): New.
9258 (gnus-server-agent-face): New.
9259 (gnus-server-mode): Turn on font-lock-mode.
9261 * gnus.el (gnus-server-visual): Add defgroup.
9263 2001-08-19 Simon Josefsson <jas@extundo.com>
9264 From Joe Casadonte <jcasadonte@northbound-train.com>
9266 * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9267 gnus-server-denied-face): New.
9268 (gnus-server-opened-face, gnus-server-closed-face,
9269 gnus-server-denied-face): New.
9270 (gnus-server-font-lock-keywords): Add.
9272 2001-08-19 Simon Josefsson <jas@extundo.com>
9274 * nnml.el (nnml-request-set-mark): Return nil.
9275 (nnml-save-marks): Use nnml-possibly-create-directory.
9276 (nnml-open-marks): Only work in temp buffer when inserting/reading
9279 2001-08-18 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9281 * gnus.el (gnus-expand-group-parameters): Fix.
9283 * gnus-spec.el (gnus-char-width): New function.
9284 (gnus-correct-substring, gnus-correct-length): Use it.
9286 * message.el (message-required-mail-headers): Fix doc.
9288 2001-08-18 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9290 * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9292 * mm-decode.el (mm-save-part-to-file): Insert the handle.
9294 2001-08-18 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9296 * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9297 slashdot 2.2 (not fully fixed yet).
9298 (nnslashdot-request-article): Ditto.
9300 2001-08-18 Simon Josefsson <jas@extundo.com>
9302 * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9305 * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9307 (nnimap-request-update-info-internal): Use new functions.
9309 * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9312 2001-08-18 Simon Josefsson <jas@extundo.com>
9314 Make nnml groups self-contained as far as marks are concerned.
9316 * nnml.el (nnml-request-delete-group): Delete marks file.
9317 (nnml-request-rename-group): Move marks file.
9318 (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9320 (nnml-request-set-mark, nnml-request-update-info): New server
9322 (nnml-save-marks, nnml-open-marks): New functions.
9324 2001-08-18 Simon Josefsson <jas@extundo.com>
9326 * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9327 `set' when setting marks.
9329 2001-08-17 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9331 * gnus.el (gnus-info-find-node): Take an argument.
9333 * gnus-art.el (gnus-button-handle-info): New function.
9334 (gnus-url-unhex-string): Replace "+" with " ".
9336 2001-08-17 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9338 * message.el (message-check-news-header-syntax): Check bad From.
9340 2001-08-18 00:14:45 Lars Magne Ingebrigtsen <larsi@gnus.org>
9342 * gnus-spec.el (gnus-correct-length): New function.
9343 (gnus-correct-substring): New function.
9344 (gnus-tilde-max-form): Use it.
9346 2001-08-17 Nevin Kapur <nevin@jhu.edu>
9348 * nnmh.el: Docstring changes as below.
9350 * nnml.el: Docstring changes as below.
9352 * nnbabyl.el: Docstring changes as below.
9354 * nnmbox.el: Docstring changes as below.
9356 * nnfolder.el: Added docstrings identifying each virtual server
9359 2001-08-18 Simon Josefsson <jas@extundo.com>
9361 * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9363 2001-08-17 Bj
\e,Av
\e(Brn Torkelsson <torkel@acc.kth.se>
9365 * message.el: rename "Abort Message" to "Postpone Message".
9366 Remove "Attach file as MIME" from Message menu, it's already in
9369 2001-08-17 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9371 * smime.el (smime-point-at-eol): eval-and-compile.
9372 (smime-make-temp-file): New function.
9373 (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9376 2001-08-17 10:41:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9378 * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9379 (gnus-agent-summary-fetch-group): New command and keystroke.
9381 * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9382 (gnus-mime-display-security): Make it respect
9383 gnus-unbuttonized-mime-type-p.
9385 * gnus-sum.el (gnus-articles-to-read): Comments.
9386 (gnus-article-marked-p): New function.
9387 (gnus-summary-display-make-predicate): New function.
9388 (gnus-select-newsgroup): Use them.
9390 * mm-decode.el (mm-save-part-to-file): Made it not error.
9392 2001-08-17 Simon Josefsson <jas@extundo.com>
9394 * imap.el (imap-wait-for-tag): If process-status isn't open or
9395 run, return nil instead of sit-for looping.
9397 2001-08-17 10:41:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9399 * lpath.el (featurep): fbind xml-parse-region.
9401 * gnus.el (gnus-message-archive-method): Default to "archive".
9402 (gnus-message-archive-method): Doc fix.
9403 (gnus-parameters-get-parameter): Cleaned up.
9404 (gnus-expand-group-parameter): New function.
9406 * gnus-start.el (gnus-setup-news): Push the archive server only
9409 * mml.el (mml-menu): Changed name to "Attachments".
9411 * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9412 when there is something to detroy.
9414 2001-05-21 17:11:46 Lars Magne Ingebrigtsen <larsi@gnus.org>
9416 * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9419 2001-08-15 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9421 * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9422 which specifies a time today or tomorrow.
9424 2001-08-15 Simon Josefsson <jas@extundo.com>
9425 From Pavel@Janik.cz (Pavel Jan
\e,Am
\e(Bk)
9427 * gnus-agent.el (gnus-agent-make-mode-line-string)
9428 (gnus-agent-toggle-plugged): Use new API.
9430 2001-08-14 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9432 * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9433 deadline has expired.
9435 2001-08-12 Simon Josefsson <jas@extundo.com>
9436 Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9438 Support `recent' mark indicating newly arrived messages (to
9439 separate from old but unread messages).
9441 * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9442 `nnmail-split-history' if recent is > 0.
9443 (nnimap-request-update-info-internal): Update `recent' marks.
9444 (nnimap-request-set-mark): Never set `recent' marks.
9445 (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9448 * gnus-sum.el (gnus-recent-mark): New mark.
9449 (gnus-newsgroup-recent): New variable.
9450 (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9451 (gnus-summary-prepare-threads): Mark recent articles.
9452 (gnus-summary-add-mark): Support recent.
9453 (gnus-summary-update-secondary-mark): Support recent.
9455 * gnus.el (gnus-article-mark-lists): Add recent.
9457 2001-08-12 Simon Josefsson <jas@extundo.com>
9459 * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9460 whether successful decoding took place. Add doc.
9462 2001-08-12 Simon Josefsson <jas@extundo.com>
9463 Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9465 * gnus.el (gnus-summary-line-format, gnus-parameters):
9466 * gnus-gl.el (gnus-summary-grouplens-line-format):
9467 * gnus-salt.el (gnus-summary-pick-line-format):
9468 * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9470 2001-08-11 09:40:00 Karl Kleinpaste <karl@charcoal.com>
9471 Committed by Kai Gro
\e,b_
\e(Bjohann.
9473 * gnus-score.el (gnus-score-string): Fix `match' regexp
9474 for `extra' header case.
9476 2001-08-10 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9478 * nnmbox.el (nnmbox-read-mbox): No warning.
9480 2001-08-10 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9482 * nndoc.el (nndoc-article-type): Fix doc.
9483 (nndoc-generate-article-function): New variable.
9484 (nndoc-dissection-function): New variable.
9485 (nndoc-type-alist): Add oe-dbx.
9486 (nndoc-oe-dbx-type-p): New function.
9487 (nndoc-oe-dbx-dissection): New function.
9488 (nndoc-oe-dbx-generate-article): New function.
9490 2001-08-11 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9492 * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9493 whether deadline has been reached. Patch from Dan Nicolaescu
9494 <dann@godzilla.ics.uci.edu>.
9496 2001-08-10 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9498 * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9499 gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9500 <rintaman@cs.Helsinki.FI>.
9502 * mail-source.el (mail-source-movemail): The error buffer is
9503 modified, but nothing in it.
9505 2001-08-10 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9507 * message.el (message-bogus-system-names): New variable.
9508 (message-make-fqdn): Use it.
9510 2001-08-09 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9512 * nndraft.el (nndraft-request-group): Use
9513 nndraft-auto-save-file-name.
9515 2001-08-09 Simon Josefsson <jas@extundo.com>
9517 * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9518 Don't ask whether to decrypt. Just leave result in buffer (don't
9521 * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9523 (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9524 (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9526 2001-08-09 Simon Josefsson <jas@extundo.com>
9528 * mm-decode.el (mm-insert-part): Return decoding success status.
9529 (mm-save-part-to-file): Error if decoding failed.
9531 2001-08-09 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9533 * message.el (message-tab): Use indent-relative.
9534 (message-mode): Don't bind indent-line-function to indent-relative.
9536 2001-08-09 Simon Josefsson <jas@extundo.com>
9538 * message.el (message-get-reply-headers): Fix string. Suggested by
9539 Christoph Conrad <cc@cli.de>.
9541 2001-08-08 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9543 * message.el (message-tab): Use the current value of
9544 indent-line-function.
9545 (message-mode): Bind indent-line-function to indent-relative.
9547 2001-08-08 Simon Josefsson <jas@extundo.com>
9549 * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9550 whether `imtest' is installed.
9552 2001-08-04 ShengHuo ZHU <zsh@cs.rochester.edu>
9553 Trivial patch from Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9555 * gnus-sum.el (gnus-summary-show-article): Call
9556 gnus-summary-update-secondary-secondary-mark.
9557 * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9558 * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9560 2001-08-07 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9562 * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9564 * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9566 * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M
\e,Av
\e(Bllmann
9569 * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9571 * gnus-util.el (gnus-output-to-rmail): Ditto.
9572 (gnus-output-to-mail): Ditto.
9574 * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9576 2001-08-06 Florian Weimer <fw@deneb.enyo.de>
9578 * message.el (message-indent-citation): Use
9579 `message-yank-cited-prefix' for empty lines.
9581 2001-08-05 Florian Weimer <fw@deneb.enyo.de>
9583 * message.el (message-indent-citation): Quote only lines starting
9584 with ">" using `message-yank-cited-prefix'.
9586 2001-08-05 Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9589 * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9592 2001-08-04 Simon Josefsson <jas@extundo.com>
9594 * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9595 file if it doesn't exist (by calling gnus-cache-read-active).
9597 2001-08-04 Simon Josefsson <jas@extundo.com>
9599 * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9600 (gnus-cache-passively-or-fully-p): Removed.
9601 (gnus-cache-fully-p): Fix it.
9603 * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9605 2001-08-04 Simon Josefsson <jas@extundo.com>
9607 * gnus-cache.el (gnus-cache-fully-p)
9608 (gnus-cache-passively-or-fully-p): New functions.
9609 (gnus-cache-possibly-enter-article): Cosmetic change, use
9611 (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9612 was bogus (`g-c-p-a-a' does not change active info, just change
9613 the functions parameters).
9614 (gnus-cache-possibly-remove-articles-1): Make sure articles are
9615 not removed in groups that match `gnus-uncacheable-groups'.
9617 Reported and modifications based on discussions with Nuutti
9618 Kotivuori <nuutti.kotivuori@smarttrust.com>.
9620 2001-08-04 Simon Josefsson <jas@extundo.com>
9621 Trivial patch from Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9623 * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9624 calls `gnus-cache-update-active' if bounds has been extended.
9626 2001-08-04 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9628 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9630 (gnus-mime-security-show-details): Ditto.
9632 2001-08-04 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9634 * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9635 syntax. Protect string-match against nil string and regexp.
9637 2001-08-03 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9639 * mm-util.el (mm-find-charset-region): Remove control-1.
9641 2001-08-03 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9643 * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9645 2001-08-04 Simon Josefsson <jas@extundo.com>
9647 * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9648 buffer. Delete MIME-Version header.
9650 2001-08-03 Simon Josefsson <jas@extundo.com>
9652 * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9653 that is entered does not necessarily have the highest article
9654 number in the group, so use `gnus-cache-possibly-alter-active'
9655 instead of `gnus-cache-update-active'.
9657 2001-08-03 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9659 * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9661 2001-08-03 Simon Josefsson <jas@extundo.com>
9663 * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9666 2001-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9668 * gnus.el (post-method): New group parameter. It also provides
9669 the user option `gnus-post-method-alist' and the internal function
9670 `gnus-parameter-post-method'.
9672 * gnus-msg.el (gnus-post-method): Bind the value of
9673 `gnus-post-method' to the group parameter if it is defined.
9675 2001-08-02 Simon Josefsson <jas@extundo.com>
9677 * smime.el (smime-extra-arguments): Removed.
9678 (smime-call-openssl-region): Don't use it.
9680 2001-08-02 Simon Josefsson <jas@extundo.com>
9682 * smime.el (smime-sign-region): Handle stderr.
9683 (smime-encrypt-region): Ditto.
9685 * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp. Don't
9686 match the ASN.1 length bytes.
9687 (mm-pkcs7-enveloped-magic): Ditto.
9688 (mm-view-pkcs7-get-type): Don't regexp quote.
9690 2001-08-01 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9691 From Andreas Fuchs <asf@void.at>
9693 * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9695 2001-08-01 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9697 * gnus-art.el (gnus-header-button-alist): References regexp.
9699 2001-08-01 Gerd Moellmann <gerd@gnu.org>
9701 * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9702 already fboundp. Add INTERACTIVE arg to autoload form.
9704 2001-08-01 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9706 * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9708 * nnmail.el (nnmail-cache-open): Ditto.
9710 2001-07-31 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9712 * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9714 2001-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
9716 * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9718 2001-07-31 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9719 Originally from Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9721 * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9722 (gnus-agent-toggle-plugged): Use it.
9724 2001-07-31 ShengHuo ZHU <zsh@cs.rochester.edu>
9726 * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9727 (gnus-ding-file-coding-system): New variable.
9728 (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9729 (gnus-slave-save-newsrc): Use it.
9731 2001-07-31 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9733 * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9736 2001-07-30 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9737 Originally from Andreas Fuchs <asf@void.at>
9739 * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9740 (mml2015-gpg-pretty-print-fpr): New function.
9741 (mml2015-gpg-extract-signature-details): More details, rename from
9743 (mml2015-gpg-verify): Use them.
9744 (mml2015-gpg-clear-verify): Use them.
9746 2001-07-31 Simon Josefsson <jas@extundo.com>
9748 * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9751 2001-07-30 Simon Josefsson <jas@extundo.com>
9753 * smime.el (smime-call-openssl-region): Revert previous change,
9754 just pass on buf to `call-process-region'.
9755 (smime-verify-region): Doc fix. Don't message stuff. Use
9756 `smime-new-details-buffer'. Inserts error messages into buffer.
9757 (smime-noverify-region): Ditto.
9758 (smime-decrypt-region): Ditto. Handles stderr separately.
9759 (smime-verify-buffer, smime-noverify-buffer)
9760 (smime-decrypt-buffer): Doc fix.
9761 (smime-new-details-buffer): New function.
9762 (smime-pkcs7-region, smime-pkcs7-certificates-region)
9763 (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9764 (smime-sign-region, smime-encrypt-region): Don't use
9767 * mml-smime.el (mml-smime-verify): Fix security button strings.
9769 2001-07-30 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9771 * gnus-art.el (gnus-mime-save-part-and-strip): Save
9772 gnus-article-mime-handles.
9774 2001-07-29 Simon Josefsson <jas@extundo.com>
9776 * mail-source.el (top-level): Require message for message-directory.
9777 (mail-source-directory): Change default to message-directory.
9779 * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9780 (smime-certificate-directory, smime-openssl-program)
9781 (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9782 (smime-extra-arguments): New variable.
9783 (smime-dns-server): Fix customize group.
9784 (smime-call-openssl-region): Use `smime-extra-arguments'.
9786 2001-07-29 Simon Josefsson <jas@extundo.com>
9787 From Vladimir Volovich <vvv@vsu.ru>
9789 * smime.el (smime-call-openssl-region): Ignore stderr.
9791 2001-07-29 Simon Josefsson <jas@extundo.com>
9792 From Christoph Conrad <christoph.conrad@gmx.de>
9794 * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9797 2001-07-29 Simon Josefsson <jas@extundo.com>
9799 * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9801 Support S/MIME decryption.
9803 * mm-decode.el (mm-inline-media-tests):
9805 (mm-automatic-display):
9806 (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9808 * mm-view.el (mm-pkcs7-signed-magic):
9809 (mm-pkcs7-enveloped-magic): New variables.
9810 (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9811 (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9812 (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9815 * smime.el (smime-decrypt-region): Expand keyfile.
9817 2001-07-29 Simon Josefsson <jas@extundo.com>
9819 * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9822 * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9823 but line instead of narrowing to it, because `nnmail-parse-active'
9824 calls widen. Thanks to Christoph Conrad
9825 <christoph.conrad@gmx.de>.
9827 2001-07-29 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9829 * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9832 * gnus-sum.el (gnus-summary-prepare-threads): If
9833 gnus-sum-thread-tree-root is nil, use subject instead.
9834 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9835 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9836 (gnus-sum-thread-tree-leaf-with-other)
9837 (gnus-sum-thread-tree-single-leaf): Documentation.
9838 (gnus-sum-thread-tree-single-indent): Allow nil.
9840 2001-07-28 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9842 * message.el (message-fill-paragraph): Do nothing if the user
9843 wants filladapt-mode.
9845 2001-07-27 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9847 * mm-decode.el (mm-image-type-from-buffer): New function.
9848 (mm-get-image): Use it.
9850 2001-07-27 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9852 * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9854 * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9855 mm-display-parts too.
9857 2001-07-27 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9859 * nnfolder.el (nnfolder-request-accept-article): Bind
9862 * nnmail.el (nnmail-parse-active): Read from buffer instead of
9865 2001-07-27 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9867 * message.el (message-check-news-header-syntax): Use
9868 message-post-method.
9869 (message-send-news): Bind message-post-method.
9871 2001-07-27 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9873 * mml.el (mml-tweak-type-alist): New variable.
9874 (mml-tweak-function-alist): New variable.
9875 (mml-tweak-part): New function.
9876 (mml-generate-mime-1): Use it.
9878 2001-07-26 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9880 * nnfolder.el (nnfolder-request-accept-article): Replace
9881 nnfolder-request-list.
9883 2001-07-27 Simon Josefsson <jas@extundo.com>
9885 * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9886 nnoo-change-server failed to do it.
9888 2001-07-26 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9890 * gnus.el (gnus-parameters): Make it customizable.
9892 2001-07-26 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9894 * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9896 * message.el (message-set-auto-save-file-name): More
9899 * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9901 * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9904 2001-07-26 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9906 * mm-decode.el (mm-readable-p): New function.
9907 (mm-inline-media-tests): Fix the default testers.
9909 2001-07-26 Simon Josefsson <jas@extundo.com>
9911 * nnimap.el (nnimap-version): Bump version number.
9913 2001-07-26 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9914 From Steven E. Harris <seh@speakeasy.org>
9916 * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9919 2001-07-26 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9921 * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9923 2001-07-25 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9925 * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9927 * mm-decode.el (mm-get-image): Guess then use the type.
9929 * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9931 2001-07-25 12:54:00 Danny Siu <dsiu@adobe.com>
9933 * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9934 display (%B) for threads if threading is off.
9936 2001-07-25 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9937 From Henrik Enberg <henrik@enberg.org>
9939 * gnus-msg.el: Customization patch.
9941 2001-07-25 22:22:22 Raymond Scholz <rscholz@zonix.de>
9943 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9945 (nnmail-split-fancy-with-parent): Ignore certain groups.
9947 2001-07-25 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9949 * gnus-util.el (gnus-byte-compile): New function.
9950 (gnus-use-byte-compile): New variable.
9951 (gnus-make-sort-function): Use it.
9953 * nnmail.el (nnmail-get-new-mail): Use it.
9955 * gnus-agent.el (gnus-category-make-function): Simple function or
9957 (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9959 * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9960 * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9961 (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9963 * message.el (message-check-news-header-syntax): Remove quote.
9965 2001-07-24 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9967 * message.el (message-use-mail-followup-to): `t' is not a
9970 2001-07-24 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9972 * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9974 2001-07-24 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9976 * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9977 there are long lines.
9979 2001-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9981 * dgnushack.el (copy-list): New compiler macro.
9983 2001-07-24 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9985 * message.el (message-bounce): If no Return-Path, the whole
9986 content is considered as the original message.
9988 * nnml.el (nnml-check-directory-twice): New variable.
9989 (nnml-article-to-file): Use it.
9990 (nnml-retrieve-headers): Hack it.
9992 2001-07-24 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
9994 * gnus-win.el (gnus-buffer-configuration): New configure.
9996 * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9999 * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10000 (mm-display-external): Use display-term configure.
10002 2001-07-24 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10004 * gnus-delay.el (gnus-delay-default-hour): New variable.
10005 (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10007 2001-07-23 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10008 From Karl Kleinpaste <karl@charcoal.com>
10010 * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10011 (gnus-summary-prepare-threads): Ditto.
10013 * gnus.el (gnus-summary-line-format): Add %B.
10015 2001-07-23 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10017 * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10019 * mm-util.el (mm-string-as-multibyte): New function.
10021 * nnmh.el (nnmh-request-list-1): Encode, not decode!
10023 2001-07-23 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10025 * mm-util.el (mm-universal-coding-system): New variable.
10027 * gnus-start.el (gnus-startup-file-coding-system): Use it.
10029 * score-mode.el (score-mode-coding-system): Use it.
10031 2001-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10033 * gnus-start.el (gnus-setup-news): Call
10034 `gnus-check-bogus-newsgroups' just after the native server is
10037 2001-07-23 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10039 * nnmail.el (nnmail-do-request-post): Util function to be used by
10040 `nnchoke-request-post' for all nnmail-derived backends.
10042 * nnml.el (nnml-request-post): Use it.
10044 * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10045 backend, for it groks nnml-request-post.
10047 * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10048 Treat `mail-post' backends like `mail' backends, not like `news'
10051 2001-07-22 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10053 * gnus-msg.el (gnus-setup-message): make-local-hook.
10055 2001-07-22 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10057 * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10058 XEmacs. Allow more units. Submitted by Karl Kleinpaste
10059 <karl@charcoal.com>, slightly changed by Kai.
10061 * message.el (message-check-news-header-syntax): When checking
10062 whether the groups exist, check the right server based on
10063 `gnus-post-method'.
10065 2001-07-21 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10067 * gnus-delay.el: New file.
10069 2001-07-21 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10071 * mm-util.el (mm-read-coding-system): Take two arguments.
10073 * gnus-sum.el (gnus-summary-show-article): Use
10074 mm-read-coding-system.
10076 * gnus-art.el (article-de-quoted-unreadable):
10077 (article-de-base64-unreadable, article-wash-html):
10078 (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10080 2001-07-21 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10082 * nnml.el (nnml-request-post): New function. Can be used for
10083 annotations in nnml groups.
10085 2001-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10087 * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10090 * gnus-start.el (gnus-find-new-newsgroups): Use
10091 `message-make-date' instead of `current-time-string'.
10092 (gnus-ask-server-for-new-groups): Ditto.
10093 (gnus-check-first-time-used): Ditto.
10095 2001-07-20 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10097 * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10099 2001-07-18 Per Abrahamsen <abraham@dina.kvl.dk>
10101 * message.el (message-shorten-references): Change `maxcount' and
10102 `cut' to obey USEFOR draft 5.
10104 2001-07-12 Colin Walters <walters@cis.ohio-state.edu>
10106 * gnus-sum.el (gnus-summary-display-arrow): New variable.
10107 (gnus-summary-set-article-display-arrow): New function.
10108 (gnus-summary-goto-subject): Use it.
10110 2001-07-18 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10112 * gnus-sum.el (gnus-summary-import-article): Insert date if
10115 2001-07-18 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10117 * mml.el (mml-content-type-parameters): New variable.
10118 (mml-content-disposition-parameters): New variable.
10119 (mml-insert-mime-headers): Use them.
10120 (mml-parse-1): Accept charset.
10122 2001-07-17 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10124 * gnus-group.el (gnus-group-select-group): Doc fix.
10126 * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10128 2001-07-17 Katsumi Yamaoka <yamaoka@jpl.org>
10130 * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10131 to handle `define-derived-mode'.
10133 2001-07-16 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10134 From: Stefan Monnier <monnier@cs.yale.edu>
10136 * message.el (message-mode): Use define-derived-mode.
10137 (message-tab): message-completion-alist.
10139 * imap.el (imap-interactive-login): Use make-local-variable.
10140 (imap-open): Ditto.
10141 (imap-authenticate): Ditto.
10143 * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10145 * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10147 2001-07-16 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10149 * message.el (message-citation-line-function): Refer to
10150 gnus-cite-attribution-suffix.
10152 2001-07-15 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10154 * gnus-art.el,...: Error convention changes.
10156 2001-07-13 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10158 * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10160 2001-07-13 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10162 * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10163 (nnrss-read-server-data): Ditto.
10165 2001-07-13 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10167 * gnus-setup.el (gnus-use-installed-gnus): Typo.
10169 From Pavel@Janik.cz (Pavel Jan
\e,Am
\e(Bk).
10171 2001-07-13 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10173 * gnus.el (gnus-summary-line-format): Add %o.
10175 * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10176 unless shell outputs something.
10178 2001-07-13 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10180 * gnus-art.el (gnus-boring-article-headers): Better doc.
10181 (article-hide-headers): Better regexp.
10182 Suggested by Matt Swift <swift@alum.mit.edu>.
10184 * nnheader.el (nnheader-max-head-length): Better doc.
10185 (nnheader-header-value): Skip spaces.
10186 (nnheader-parse-head): Remove space.
10187 Suggested by Matt Swift <swift@alum.mit.edu>.
10189 * gnus-sum.el (gnus-summary-show-raw-article): New function.
10190 (gnus-get-newsgroup-headers): Remove space.
10192 2001-07-12 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10194 * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10195 (gnus-summary-reply): Use it.
10196 (gnus-summary-reply-broken-reply-to): New function.
10197 (gnus-msg-force-broken-reply-to): New function.
10199 * mm-view.el (mm-inline-text): Showing as text/plain when error.
10201 2001-07-12 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10203 * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10205 2001-07-12 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10207 * mm-decode.el (mm-external-terminal-program): New variable.
10208 (mm-display-external): Use it. Use term to display when no
10211 2001-07-12 Bj
\e,Av
\e(Brn Torkelsson <torkel@hpc2n.umu.se>
10213 * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10214 Browse->Next entries to Browse->Prev
10216 2001-07-11 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10218 * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10220 2001-07-11 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10222 * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10223 for the default encoding.
10225 * nnrss.el (nnrss-url-field): New field.
10226 (nnrss-request-article): Add newsgroups.
10228 * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10230 2001-07-11 04:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10232 * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10234 * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10235 (gnus-draft-setup): Remove backlog.
10237 2001-07-10 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10239 * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10242 2001-07-09 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10244 * gnus-msg.el (gnus-bug): Erase buffer.
10246 * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10248 2001-07-09 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10250 * mm-decode.el (mm-attachment-override-p): Fix typo.
10252 2001-03-19 05:28:00 Katsumi Yamaoka <yamaoka@jpl.org>
10254 * gnus-kill.el (gnus-execute): Work with the extra headers.
10255 * gnus-sum.el (gnus-summary-execute-command): Ditto.
10257 2001-07-09 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10259 * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10260 may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10262 * message.el (message-send-mail-real-function): New variable.
10263 (message-send-mail-partially, message-send-mail):
10265 * nngateway.el (nngateway-request-post): Use it.
10267 * gnus-agent.el (gnus-agentize): Use it.
10269 * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10270 (nnsoup-revert-variables): Use it.
10272 2001-07-09 Colin Walters <walters@cis.ohio-state.edu>
10274 * mm-decode.el (mm-inline-media-tests): Default to displaying as
10275 text/plain if the type doesn't match any other media types.
10276 (mm-inlined-types): Doc fix.
10277 (mm-display-inline): Revert previous change (now handled by a
10278 default type in `mm-inline-media-tests'.
10279 (mm-inlinable-p): Revive.
10280 (mm-display-part): Call `mm-inlinable-p'.
10281 (mm-attachment-override-p): Ditto.
10282 (mm-inlined-p): Doc fix.
10284 * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10285 well as `mm-inlined-p'.
10287 2001-07-09 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10289 * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10290 (nntp-send-command-and-decode): Use gnus-point-at-bol.
10292 2001-07-09 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10293 From Paul Jarc <prj@po.cwru.edu>
10295 * message.el (message-use-mail-followup-to): New variable.
10296 (message-get-reply-headers): Use it.
10298 2001-07-04 Gerd Moellmann <gerd@gnu.org>
10300 * nnheader.el (nnheader-init-server-buffer): Make sure the
10301 *nntpd* buffer is made multibyte instead of a random buffer.
10303 2001-07-09 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10305 * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10306 when it returns headers.
10308 2001-07-07 Simon Josefsson <jas@extundo.com>
10310 * rfc2047.el (rfc2047-encode-message-header): Skip header when
10311 trying to fold. Thanks to Colin Walters
10312 <walters@cis.ohio-state.edu>
10314 2001-07-06 Simon Josefsson <jas@extundo.com>
10316 * imap.el (imap-parse-address-list, imap-parse-flag-list)
10317 (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10318 Add information in `assert's.
10320 * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10321 changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10322 and `nnimap-group-overview-filename', should handle all
10323 change-of-uidvalidity related issues. But there may be other
10326 2001-07-05 Colin Walters <walters@cis.ohio-state.edu>
10328 * rfc2047.el (rfc2047-encode-message-header): Don't include the
10329 header name when folding.
10331 2001-07-05 Colin Walters <walters@cis.ohio-state.edu>
10333 * mm-decode.el (mm-inlined-types): Document relationship with
10334 `mm-inline-media-tests'.
10335 (mm-display-inline): Default to displaying as plain text if no
10336 inlining handler is available.
10337 (mm-inlinable-p): Remove.
10338 (mm-inlined-p): Don't call `mm-inlinable-p'.
10339 (mm-automatic-display-p): Ditto.
10340 (mm-attachment-override-p): Ditto.
10342 2001-07-04 Simon Josefsson <jas@extundo.com>
10344 * nnimap.el (nnimap-importantize-dormant): New variable.
10345 (nnimap-request-update-info-internal): Use it.
10346 (nnimap-request-set-mark): Ditto.
10348 2001-07-04 Didier Verna <didier@lrde.epita.fr>
10350 * nntp.el (nntp-send-command): don't pass a buffer argument to
10351 `point'. Only XEmacs accepts this.
10352 * nntp.el (nntp-send-command-nodelete): ditto.
10353 * nntp.el (nntp-send-command-and-decode): ditto.
10355 2001-07-04 Didier Verna <didier@lrde.epita.fr>
10357 * nntp.el (nntp-open-connection-function): doc update.
10358 * nntp.el (nntp-pre-command): New.
10359 * nntp.el (nntp-via-rlogin-command): New.
10360 * nntp.el (nntp-via-telnet-command): New.
10361 * nntp.el (nntp-via-telnet-switches): New.
10362 * nntp.el (nntp-via-user-name): New.
10363 * nntp.el (nntp-via-user-password): New.
10364 * nntp.el (nntp-via-address): New.
10365 * nntp.el (nntp-via-envuser): New.
10366 * nntp.el (nntp-via-shell-prompt): New.
10367 * nntp.el (nntp-open-telnet-stream): New.
10368 * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10369 * nntp.el (nntp-open-via-telnet-and-telnet): New.
10370 * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10371 * nntp.el (nntp-send-command): ditto.
10372 * nntp.el (nntp-send-command-nodelete): ditto.
10373 * nntp.el (nntp-send-command-and-decode): ditto.
10375 2001-06-30 YAGI Tatsuya <yagi@is.titech.ac.jp>
10378 * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10381 2001-07-03 Simon Josefsson <jas@extundo.com>
10382 From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10384 * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10386 2001-07-03 Simon Josefsson <jas@extundo.com>
10388 * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10389 remove it (workaround XEmacs `fill-region' bug).
10391 2001-07-01 Simon Josefsson <jas@extundo.com>
10393 * nnimap.el (nnimap-date-days-ago): Defeat locale.
10395 2001-06-28 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10397 * mml2015.el (mml2015-format-error): New function.
10398 (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10399 (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10400 (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10402 2001-06-26 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10404 * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10405 Suggested by Christoph Conrad <C.Conrad@cli.de>.
10407 * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10410 2001-06-25 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10412 * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10414 * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10415 (nnrss-save-group-data): Ditto.
10417 * gnus-agent.el (gnus-agent-save-alist): Ditto.
10419 2001-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
10421 * message.el (message-do-send-housekeeping): Narrow to headers.
10423 2001-06-24 Simon Josefsson <jas@extundo.com>
10425 * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10426 insertion when breaking lines looked for " \t" instead of "[ \t]".
10427 (rfc2047-encode-message-header): Fold lines even if
10428 no QP encoding is done.
10430 2001-06-23 Simon Josefsson <jas@extundo.com>
10431 From Samuel Tardieu <sam@inf.enst.fr>
10433 * smime.el (smime-keys): Support additional certificates.
10434 (smime-make-certfiles): New function.
10435 (smime-sign-region): Use previous variables.
10436 (smime-get-certfiles): New function.
10437 (smime-sign-buffer): Use it.
10438 (smime-verify-region): Support both CAfile and CApath.
10440 2001-06-23 Simon Josefsson <jas@extundo.com>
10442 * smime.el (smime-decrypt-region): Perhaps work.
10444 2001-06-22 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10446 * gnus-msg.el (gnus-copy-article-buffer): Typo.
10448 2001-04-06 Ralph Schleicher <rs@nunatak.allgaeu.org>
10450 * mm-decode.el (mm-save-part): Rewrite file name.
10451 (mm-file-name-rewrite-functions): New variable.
10452 (mm-file-name-delete-whitespace): New function.
10453 (mm-file-name-trim-whitespace): New function.
10454 (mm-file-name-collapse-whitespace): New function.
10455 (mm-file-name-replace-whitespace): New variable and function.
10457 2001-06-22 Simon Josefsson <jas@extundo.com>
10459 * message.el (message-make-date): Workaround locale for weekdays.
10461 2001-06-21 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10463 * message.el (message-goto-body): Return nil if not found. (revert!)
10465 2001-06-21 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10466 From Fremlin <chief@bandits.org>
10468 * message.el (message-goto-body): Some messages have no header.
10470 * gnus-msg.el (gnus-copy-article-buffer): Use it.
10472 2001-06-21 Ralph Schleicher <rs@nunatak.allgaeu.org>
10474 * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10476 2001-06-21 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10478 * message.el (message-make-date): Add week day.
10479 Suggested by Jason R. Mastaler <jason@mastaler.com>.
10481 2001-06-19 Simon Josefsson <jas@extundo.com>
10483 * message.el (message-yank-prefix): Doc fix.
10484 (message-yank-cited-prefix): Ditto.
10485 (message-delete-not-region): Keep citation prefix on first line,
10486 if possible and appropriate.
10488 2001-06-19 Simon Josefsson <jas@extundo.com>
10490 * imap.el (imap-process-connection-type): New variable.
10491 (imap-kerberos4-open, imap-gssapi-open): Use it. This makes
10492 recent `imtest's work completely (no line length issues), while
10493 making making old `imtest's unusable. Thanks to NAGY Andras
10494 <nagya@inf.elte.hu> for his work.
10496 2000-12-30 NAGY Andras <nagya@inf.elte.hu>
10498 * imap.el (imap-ssl-program): Add -quiet to shut up
10499 OpenSSL/SSLeay's internal debug talk.
10501 2001-06-19 Matt Armstrong <matt@lickey.com>
10503 * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10506 2001-06-19 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10508 * nnmail.el (nnmail-article-buffer): New variable.
10509 (nnmail-split-incoming): Use it.
10511 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10513 * qp.el (quoted-printable-decode-region): If called interactively,
10514 use coding-system-for-read.
10516 2001-06-16 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10518 * message.el (message-check-news-header-syntax): Check Reply-To.
10520 2001-06-16 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10522 * mml.el (mml-parse-1): Use message options.
10524 * message.el (message-do-fcc): Don't do anything if there is no
10527 2001-06-16 Simon Josefsson <jas@extundo.com>
10529 * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10530 (nnimap-expunge-search-string): New variable.
10531 (nnimap-request-expire-articles): Use it.
10533 2001-06-15 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10535 * message.el (message-send-mail-with-qmail): wrong exit status is
10536 100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10538 2001-06-15 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10540 * gnus-art.el (article-strip-multiple-blank-lines): Use
10541 delete-region instead of replace-match.
10543 2001-06-14 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10545 * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10546 (nnweb-google-wash-article): Ditto.
10548 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
10550 * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10552 2001-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
10554 * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10557 2001-06-13 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10559 * gnus.el (gnus-email-address): Move it here.
10561 * gnus-art.el (article-de-quoted-unreadable): Read charset if
10563 (article-de-base64-unreadable): Ditto.
10564 (article-wash-html): Ditto.
10566 2001-06-12 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10568 * message.el (message-options-set-recipient): Don't add ", "
10569 unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10571 2001-06-12 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10573 * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10575 2001-06-12 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10577 * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10578 From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10580 * nnrss.el (nnrss-node-text): Node might be nil.
10582 2001-06-11 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10584 * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10585 part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10587 * nnrss.el (nnrss-group-alist): More items.
10589 2001-06-09 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10591 * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10593 2001-06-03 ShengHuo ZHU <zsh@cs.rochester.edu>
10594 Trivial patch from Dale Hagglund <rdh@best.com>
10596 * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10599 2001-06-07 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10601 From Benjamin Rutt <brutt+news@bloomington.in.us>
10603 * message.el (message-wide-reply-confirm-recipients): New variable.
10605 2001-06-06 ShengHuo ZHU <zsh@cs.rochester.edu>
10606 Trivial patch from Mark Thomas <mthomas@edrc.cmu.edu>
10608 * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10609 fix so it works with XEmacs.
10611 2001-06-07 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10613 * nnrss.el (nnrss-retrieve-headers): Support description as extra
10616 2001-06-07 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10618 * nnrss.el: Fix a few bugs.
10620 2001-06-05 Simon Josefsson <jas@extundo.com>
10622 * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10623 generate compiler warnings. From Alex Schroeder <alex@gnu.org>.
10625 2001-06-04 Hrvoje Niksic <hniksic@arsdigita.com>
10627 * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10628 binary so that we don't transmit ISO 2022 garbage to the process.
10629 This is needed under XEmacs.
10631 2001-06-03 Simon Josefsson <simon@josefsson.org>
10633 * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10634 autoloaded incorrectly below because ssl-program-* is bound.)
10635 Thanks to Amos Gouaux for report.
10637 2001-06-02 Simon Josefsson <simon@josefsson.org>
10639 * imap.el (imap-kerberos4-open):
10640 (imap-gssapi-open):
10642 (imap-network-open):
10644 (imap-starttls-open): Set buffer to workaround spurious
10645 `accept-process-output' buffer changes. Thanks to Mats Lidell
10646 <Mats.Lidell@contactor.se> for report and partial patch and Jake
10647 Colman <colman@ppllc.com> for report.
10649 2001-05-31 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10651 * gnus-sum.el (gnus-summary-catchup): New argument.
10652 (gnus-summary-catchup-from-here): New function.
10654 2001-05-30 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10656 * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10657 back, then insert glyph. (Before, the glyph was inserted first,
10658 then the newline.) This works around a behavior in XEmacs where
10659 it is not possible to insert a character after a glyph which is at
10660 the end of a buffer. Patch by Lloyd Zusman <ljz@asfast.com>.
10662 2001-05-28 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10664 From Jaap-Henk Hoepman (jhh@xs4all.nl).
10666 * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10667 (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10668 mm-destroy-postponed-undisplay-list): New functions.
10669 (mm-display-external): Use them.
10671 2001-05-27 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10673 * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10674 `default-low' when evaluating `gnus-summary-highlight'.
10675 From Raja R Harinath <harinath@cs.umn.edu>.
10677 2001-05-27 Simon Josefsson <simon@josefsson.org>
10679 * message.el (message-yank-cited-prefix): New variable.
10680 (message-indent-citation): Use it.
10682 * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10684 (mml2015-mailcrypt-clear-verify): Ditto.
10686 2001-05-24 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10687 From Nevin Kapur <nevin@jhu.edu>.
10689 * gnus-sum.el (gnus-summary-default-high-score,
10690 gnus-summary-default-low-score): New variables.
10691 (gnus-summary-highlight): Use them.
10693 2001-05-16 Didier Verna <didier@lrde.epita.fr>
10695 * message.el (message-mail): pass the 'send-actions argument to
10698 2001-05-16 Simon Josefsson <simon@josefsson.org>
10699 From Raymond Scholz <ray-2001@zonix.de>
10701 * gnus-art.el (gnus-mime-view-part-as-charset):
10702 (gnus-mime-internalize-part): Doc fixes.
10704 2001-05-11 Simon Josefsson <simon@josefsson.org>
10706 * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10707 status lines without any text ("^215$").
10709 2001-05-06 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10711 * nnrss.el (nnrss-check-group): Reverse.
10713 2001-05-07 Simon Josefsson <simon@josefsson.org>
10715 * message.el (message-get-reply-headers):
10716 (message-followup): Fix typo, suggested by David Green
10719 2001-05-05 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10721 * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10723 * nnrss.el (nnrss-open-server): Read server data when it is called.
10724 (nnrss-request-expire-articles): Fix.
10726 2001-05-05 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10728 * message.el (message-do-send-housekeeping): mail-abbrevs may
10729 rename buffer behind Gnus.
10731 2001-05-04 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10733 * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10734 (nnrss-group-alist): Add more resources.
10735 (nnrss-check-group): Ignore errors.
10737 2001-05-04 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10739 * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10741 * nnslashdot.el (nnslashdot-request-list): Add time.
10742 (nnslashdot-request-expire-articles): New function.
10744 * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10745 secondary methods too.
10747 2001-05-03 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10749 * message.el (message-use-followup-to): Set default value to t.
10751 2001-05-03 Florian Weimer <fw@deneb.enyo.de>
10753 * message.el (message-dont-reply-to-names): Fix documentation.
10754 (message-get-reply-headers): Use Mail-Followup-To only for wide
10757 2001-05-03 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10759 * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10761 (nnrss-check-group): Use time.
10763 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10765 * gnus.el: Oort Gnus v0.03 is released.
10767 2001-05-01 19:06:21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10769 * nnultimate.el (nnultimate-topic-article-to-article): Use the
10772 2001-04-24 19:50:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10774 * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10776 2001-04-15 14:55:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10778 * nnultimate.el (nnultimate-retrieve-headers): Return all
10781 * gnus-sum.el (gnus-read-all-available-headers): New variable.
10782 (gnus-get-newsgroup-headers-xover): Use it.
10784 2001-04-14 15:47:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10786 * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10788 2001-04-30 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10790 * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10792 2001-04-29 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10794 * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10797 * gnus.el (gnus-info-nodes): Remove a few The's.
10799 2001-04-29 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10801 * mail-source.el (mail-source-movemail): Call-process may return a
10802 signal description string.
10804 * gnus-start.el (gnus-read-newsrc-el-file):
10805 gnus-newsrc-file-version may be nil.
10807 * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10808 Suggested by Michael Sperber [Mr. Preprocessor]
10809 <sperber@informatik.uni-tuebingen.de>.
10811 2001-04-25 Per Abrahamsen <abraham@dina.kvl.dk>
10813 * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10815 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
10817 * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10820 2001-04-18 Simon Josefsson <simon@josefsson.org>
10822 * smime.el (smime-ask-passphrase): Rework to return value.
10823 (smime-sign-region): Rework to bind value and use it.
10824 (smime-decrypt-region): Ditto.
10826 2001-04-18 Simon Josefsson <simon@josefsson.org>
10827 Trivial patch from Mathias Herberts <Mathias.Herberts@iroise.net>
10829 * smime.el (smime-ask-passphrase): New function.
10830 (smime-sign-region): Use it.
10831 (smime-encrypt-cipher): New variable.
10832 (smime-decrypt-region): Ditto.
10834 2001-04-12 Jason Merrill <jason_merrill@redhat.com>
10835 Committed by Simon Josefsson <simon@josefsson.org>
10837 * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10840 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10842 * gnus.el: Oort Gnus v0.02 is released.
10844 2001-04-14 00:48:42 Lars Magne Ingebrigtsen <larsi@quimby.gnus.org>
10846 * gnus.el: Oort Gnus v0.01 is released.
10848 2001-04-13 22:01:46 Lars Magne Ingebrigtsen <larsi@gnus.org>
10850 * gnus-sum.el (gnus-summary-highlight): Highlight read
10851 undownloaded articles as read articles.
10853 * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10854 (gnus-agent-get-undownloaded-list): Mark all undownloaded
10855 articles, even read ones, as such.
10857 * gnus-sum.el (gnus-summary-find-matching): Clean up.
10858 (gnus-find-matching-articles): New function.
10859 (gnus-summary-limit-include-matching-articles): New command.
10860 (gnus-summary-limit-include-thread): Include articles that have
10862 (gnus-offer-save-summaries): Clean up.
10864 2001-04-13 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10866 * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10868 2001-04-12 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10869 From Jason Merrill <jason_merrill@redhat.com>
10871 * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10873 2001-04-10 08:01:15 Katsumi Yamaoka <yamaoka@jpl.org>
10874 Committed by ShengHuo ZHU <zsh@cs.rochester.edu>
10876 * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10877 newsgroup names when the original article is a news message.
10879 2001-04-12 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10881 * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10882 supported. Suggest by Jim Meyering <jim@meyering.net>.
10884 2001-04-02 Nevin Kapur <nevin@jhu.edu>
10885 Committed by Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10887 * nnmail.el (nnmail-split-it): Added check for .* at the end of
10888 regexp in nnmail-split-fancy.
10890 2001-04-10 Simon Josefsson <simon@josefsson.org>
10892 * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10894 2001-04-10 Colin Marquardt <colin@marquardt-home.de>
10896 * message.el (message-send-mail): Improve the interaction with the
10899 2001-04-10 Simon Josefsson <simon@josefsson.org>
10901 * imap.el (imap-message-copy): Work around buggy servers that
10902 doesn't send TRYCREATE tags.
10904 2001-04-09 01:15:54 Katsumi Yamaoka <yamaoka@jpl.org>
10906 * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10908 2001-04-05 21:43:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10910 * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10913 2001-04-04 16:13:17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10915 * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10918 2001-04-02 00:40:12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10920 * gnus-art.el (gnus-parse-news-url): New function.
10921 (gnus-button-handle-news): New function.
10922 (gnus-button-alist): Point to new functions.
10924 * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10926 * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10929 * message.el (message-check-news-header-syntax): Question even
10930 when Gnus doesn't know the group names.
10931 (message-send-news): Clean up.
10933 * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10934 exited on purpose without saving.
10936 * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10938 2001-04-01 00:37:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10940 * gnus-score.el (gnus-score-orphans): Clean up.
10942 * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10944 * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10947 * gnus-start.el (gnus-close-all-servers): Find the right items to
10950 * qp.el (quoted-printable-decode-region): Just message
10951 malformation; don't quit.
10953 2001-03-31 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
10954 From Gerd Moellmann <gerd@gnu.org>.
10956 * gnus.el (gnus-interactive): A typo.
10958 2001-03-26 Juanma Barranquero <lektu@uol.com.br>
10959 Committed by ShengHuo ZHU <zsh@cs.rochester.edu>
10961 * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10962 `assq-delete-all', if that function exists; otherwise use the old
10963 definition. Documentation changed to match the one in
10966 2001-04-01 00:37:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10968 * gnus-start.el (gnus-close-all-servers): New function.
10970 * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10971 (gnus-server-remove-denials): Clean up.
10973 * gnus-sum.el (gnus-summary-sort-by-original): New command and
10976 2001-03-31 02:56:55 Lars Magne Ingebrigtsen <larsi@gnus.org>
10978 * message.el (message-send-news): Message where we are sending.
10979 (message-send-mail): Ditto.
10981 * gnus.el (gnus-server-string): New function.
10983 * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10985 * mm-decode.el (mm-default-directory): Customized.
10986 (mm-tmp-directory): Ditto.
10988 * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10989 (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10991 (gnus-summary-line-format-alist): ?l is now a string.
10992 (gnus-summary-prepare-threads): Output ? for unknown lines.
10993 (gnus-summary-insert-line): Ditto.
10994 (gnus-summary-print-article): Unbalanced parentheses.
10996 * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10997 out whether new stuff has arrived.
10999 2001-03-31 02:14:38 Alan Shutko <ats@acm.org>
11001 * gnus-sum.el: Let printing work on ttys on Emacs.
11003 2001-03-31 01:11:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11005 * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11008 * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11011 2001-03-31 01:04:54 Francis Litterio <franl@world.std.com>
11013 * message.el (message-set-auto-save-file-name): Don't use
11014 asterisks under nt.
11016 2001-03-31 00:03:42 Lars Magne Ingebrigtsen <larsi@gnus.org>
11018 * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11021 * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11023 * gnus-msg.el (gnus-put-message): Clean up.
11024 (gnus-summary-reply): Mark all replied-to articles as replied to.
11025 (gnus-inews-add-send-actions): Also mark as forwarded.
11026 (gnus-summary-mail-forward): Mark as forwarded.
11028 * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11030 (gnus-summary-mark-article-as-forwarded): Ditto.
11032 * gnus-msg.el (gnus-summary-resend-message): Mark article as
11034 (gnus-summary-mail-forward): Clean up.
11036 * gnus.el (gnus-article-mark-lists): Added forward.
11038 * gnus-sum.el (gnus-forwarded-mark): New variable.
11039 (gnus-summary-prepare-threads): Use it.
11040 (gnus-summary-update-secondary-mark): Ditto.
11041 (gnus-newsgroup-forwarded): New variable.
11043 2001-03-30 23:13:37 Lars Magne Ingebrigtsen <larsi@gnus.org>
11045 * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11046 (gnus-summary-very-wide-reply): New command and keystroke.
11047 (gnus-summary-very-wide-reply-with-original): Ditto.
11049 * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11050 (gnus-score-adaptive): Use it.
11052 * gnus-start.el (gnus-get-unread-articles): Clean up.
11054 2001-03-21 20:00:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
11056 * nnultimate.el (nnultimate-retrieve-headers): Work for other
11059 2001-03-21 Didier Verna <didier@lrde.epita.fr>
11061 * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11062 * gnus-start.el (gnus-subscribe-newsgroup): use it.
11064 2001-03-15 09:47:23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11066 * nnultimate.el (nnultimate-retrieve-headers): Understand
11067 long-form month names.
11069 2001-03-18 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11071 * gnus-sum.el (gnus-summary-show-all-headers):
11072 gnus-article-show-all-headers is broken. Use
11073 gnus-summary-toggle-header instead.
11075 * mml2015.el (mml2015-gpg-extract-from): No error.
11077 2001-03-18 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11078 From Bj
\e,Ax
\e(Brn Mork <bmork@dod.no>.
11080 * mml2015.el (mml2015-gpg-extract-from): New function.
11081 (mml2015-gpg-verify): Use it.
11082 (mml2015-gpg-clear-verify): Use it.
11084 2001-03-17 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11086 * message.el (message-setup-fill-variables): Use
11087 fill-paragraph-function.
11088 (message-fill-paragraph): Take an argument.
11089 (message-newline-and-reformat): Take another argument.
11091 2001-03-16 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11093 * message.el (rmail-output): It is in rmailout.el not rmail.el.
11095 2001-03-16 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11097 * message.el (message-forward): local-variable-p takes an extra
11098 argument in XEmacs.
11100 2001-03-16 Simon Josefsson <simon@josefsson.org>
11102 * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11103 `nnimap-use-nov-p' (it really tested the negative).
11104 (nnimap-retrieve-headers): Use it.
11106 2001-03-11 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11108 * message.el (message-generate-headers-first): Update doc.
11110 2001-03-10 Matthias Wiehl <mwiehl@gmx.de>
11113 * gnus.el (gnus-summary-line-format): Typo.
11115 2001-03-11 Simon Josefsson <simon@josefsson.org>
11117 * mailcap.el (mailcap-mime-data): Add application/sieve.
11118 (mailcap-mime-extensions): Add .siv, .xls.
11120 2001-03-14 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11121 From Christoph Conrad <christoph.conrad@gmx.de>
11123 * gnus-score.el (gnus-summary-lower-thread): Typo.
11125 2001-03-14 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11127 * message.el (message-forward-decoded-p): New variable.
11128 (message-forward-subject-author-subject): Use it.
11129 (message-make-forward-subject): Use it.
11130 (message-forward): Use it.
11132 * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11134 * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11135 Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11137 ;;Has been fixed -- zsh.
11138 ;;2001-03-05 Dave Love <fx@gnu.org>
11140 ;; * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11141 ;; Move it after definition of mm-coding-system-p.
11143 2001-03-01 Dave Love <fx@gnu.org>
11145 * mm-util.el (mm-inhibit-file-name-handlers): Add
11146 image-file-handler.
11148 2001-02-11 Dave Love <fx@gnu.org>
11150 * message.el (message-signature-file): Fix doc, :type.
11152 2001-02-08 Dave Love <fx@gnu.org>
11154 * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11155 (message-posting-charset): Defvar when compiling again.
11156 (rfc2047-encodable-p): Require message.
11158 * gnus-sum.el (gnus-alter-articles-to-read-function):
11159 * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11161 2001-03-08 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11163 * nnrss.el: New file.
11165 2001-03-08 02:41:36 Katsumi Yamaoka <yamaoka@jpl.org>
11166 Committed by ShengHuo ZHU <zsh@cs.rochester.edu>
11168 * rfc2047.el (rfc2047-unfold-region): Fix arg of
11169 `skip-chars-forward'.
11171 2001-03-07 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11173 * nndraft.el (nndraft-request-group): Restore auto save files if
11174 the original files do not exist.
11176 2001-03-07 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11178 * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11181 * mm-decode.el (mm-dissect-buffer): Call
11182 mail-extract-address-components only if necessary.
11184 2001-03-06 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11186 * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11188 (gnus-score-search-global-directories): Use file-directory-p.
11190 * gnus-score.el (gnus-score-score-files-1): Use
11191 gnus-kill-files-directory.
11192 From Adrian Aichner <adrian@xemacs.org>.
11194 2001-03-05 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11196 * gnus.el (charset): Move here from gnus-sum.el.
11198 2001-03-04 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11200 * mml.el (mml-preview): Disable local map.
11202 * gnus-sum.el (gnus-summary-make-menu-bar): Make
11203 gnus-article-post-menu here.
11205 * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11206 if it has not been made.
11208 2001-03-02 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11210 * gnus-art.el (gnus-article-describe-key): Map key to event.
11211 (gnus-article-describe-key-briefly): Ditto
11213 2001-03-01 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11215 * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11217 2001-03-01 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11218 From Katsumi Yamaoka <yamaoka@jpl.org>.
11220 * dgnushack.el (coerce, merge, subseq): defmacro.
11222 2001-03-01 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11224 * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11225 A fake defalias in nndraft.el results a not-activated bug in
11226 uncompiled versions.
11228 2001-02-26 11:27:27 Paul Jarc <prj@po.cwru.edu>
11229 Committed by ShengHuo ZHU <zsh@cs.rochester.edu>
11231 * gnus-util.el (gnus-split-references): Handle malformed References:.
11233 2001-02-26 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11235 * gnus-art.el (gnus-article-mime-part-status): 1 part.
11237 2001-02-25 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11238 From NAGY Andras <nagya@inf.elte.hu>.
11240 * gnus.el (gnus-parameters): Typo.
11242 2001-02-24 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11244 * gnus.el (gnus-read-method): Remove redundancy.
11246 2001-02-23 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11248 * nnslashdot.el (nnslashdot-backslash-url): New variable.
11249 (nnslashdot-request-list): Use it.
11251 2001-02-23 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11253 * nnml.el (nnml-generate-active-info): Fix the case when there is
11256 * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11257 (gnus-summary-create-article): New function.
11259 * gnus-group.el (gnus-group-mark-article-read): New function.
11261 * gnus-msg.el (gnus-inews-do-gcc): Use it.
11263 * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11265 2001-02-23 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11267 * gnus-art.el (gnus-article-edit-done): Don't use
11268 gnus-article-edit-exit.
11269 (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11271 * gnus.el (gnus-parameters): New variable.
11272 Suggested by NAGY Andras <nagya@inf.elte.hu>.
11273 (gnus-parameters-get-parameter): New function.
11274 (gnus-group-find-parameter): Use it.
11276 2001-02-23 Simon Josefsson <simon@josefsson.org>
11278 * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11279 change of default value to `current'.
11281 2001-02-23 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11283 * nneething.el (nneething-get-head): Insert unreadable file too.
11285 2001-02-22 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11287 * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11289 * webmail.el (webmail-type-definition): Deja is bought by google.
11291 2001-02-22 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11293 * gnus-sum.el (gnus-fetch-headers): New function.
11294 (gnus-select-newsgroup): Use it.
11295 (gnus-summary-insert-articles): New function.
11296 (gnus-summary-insert-old-articles): New function.
11297 (gnus-summary-insert-new-articles): New function.
11299 * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11300 (gnus-group-list-active): Ditto.
11301 * gnus-sum.el (gnus-set-mode-line): Ditto.
11302 (gnus-summary-read-group-1): Ditto.
11304 2001-02-21 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11306 * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11309 2001-02-21 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11311 * smiley.el (gnus-smiley-display): Don't do widening.
11313 * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11316 * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11318 * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11320 (gnus-mime-display-multipart-related-as-mixed): New variable.
11321 (gnus-mime-display-part): Use them.
11323 2001-02-20 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11325 * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11328 2001-02-20 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11330 * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11331 (nnweb-request-article): Call reference if exists.
11332 (nnweb-type-definition): Dejanews is bought by google.com.
11335 2001-02-19 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11337 * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11339 2001-02-19 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11341 * gnus-sum.el (gnus-thread-sort-functions): Doc fix. Refer to
11342 gnus-article-sort-functions.
11343 (gnus-article-sort-functions): Doc fix. Refer to
11344 gnus-thread-sort-functions.
11346 2001-02-18 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11347 From Paul Jarc <prj@po.cwru.edu>.
11349 * message.el (message-get-reply-headers): More fixes.
11351 2001-02-17 Paul Jarc <prj@po.cwru.edu>
11352 Committed by ShengHuo ZHU <zsh@cs.rochester.edu>
11354 * message.el (message-get-reply-headers): Fix bug with
11355 Mail-Followup-To/to-address interaction.
11357 2001-02-17 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11359 * gnus-msg.el (gnus-configure-posting-styles): Match header in
11362 2001-02-16 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11364 * message.el (message-do-send-housekeeping): Rename to a better
11367 2001-02-16 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11369 * message.el (message-cancel-news): Check article first, then ask
11372 2001-02-16 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11374 * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11376 2001-02-16 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11378 * gnus-range.el (gnus-range-normalize): New function.
11380 2001-02-15 NAGY Andras <nagya@inf.elte.hu>
11382 * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11384 2001-02-14 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11386 * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11388 * nnagent.el (nnagent-request-regenerate): New function.
11390 * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11392 * nnml.el (nnml-generate-nov-databases): Accept argument
11393 server. Don't open server if it is opened.
11394 (nnml-request-regenerate): Use it. Change to deffoo.
11396 2001-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11397 Committed by ShengHuo ZHU <zsh@cs.rochester.edu>
11399 * gnus.el (gnus-define-group-parameter): Fix.
11401 2001-02-14 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11403 * gnus.el (gnus-define-group-parameter): Improved.
11405 * gnus-sum.el (charset): Define parameter.
11406 (ignored-charsets): Ditto.
11407 (gnus-summary-setup-default-charset): Use them.
11409 * gnus-start.el (gnus-read-descriptions-file): Use them.
11411 * gnus-cus.el (gnus-group-parameters): Remove them.
11413 2001-02-14 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11415 * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11417 2001-02-13 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11419 * gnus-sum.el (gnus-summary-read-group-1): Remove
11420 gnus-summary-set-local-parameters.
11421 (gnus-summary-setup-buffer): Put it here.
11423 2001-02-13 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11425 * gnus.el (to-address): Define parameter.
11427 * gnus-art.el (article-hide-boring-headers): Use them.
11428 * gnus-msg.el (gnus-post-news): Ditto.
11429 * gnus-cus.el (gnus-group-parameters): Remove them.
11431 2001-02-13 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11433 * gnus-draft.el (gnus-draft-reminder): New function.
11435 * gnus-art.el (gnus-sender-save-name): New function.
11437 2001-02-13 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11439 * mm-util.el (mm-mime-charset): Error message.
11441 2001-02-13 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11443 * message.el (message-check-news-body-syntax): Don't check mml lines.
11445 2001-02-12 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11447 * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11450 * gnus-start.el (gnus-call-subscribe-functions): New function.
11451 (gnus-find-new-newsgroups): Use it.
11452 (gnus-ask-server-for-new-groups): Use it.
11453 (gnus-check-first-time-used): Use it.
11454 (gnus-subscribe-newsgroup-method): Grok a list of functions.
11455 (gnus-subscribe-options-newsgroup-method): Ditto.
11456 (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11459 2001-02-12 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11461 * gnus-cus.el (gnus-score-customize): Doc fix.
11463 2001-02-11 Jesper Harder <harder@ifa.au.dk>
11465 * dgnushack.el (my-getenv): Typo.
11467 2001-02-11 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11469 * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11471 2001-02-11 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11473 * gnus-group.el (gnus-group-suspend): Offer save summaries.
11475 * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11476 (gnus-treatment-function-alist): Use it.
11477 (article-remove-leading-whitespace): New function.
11478 (gnus-article-make-menu-bar): Use it.
11480 * gnus-sum.el (gnus-summary-wash-empty-map): Add
11481 remove-leading-whitespace.
11482 (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11483 because of conflict.
11485 2001-02-09 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11487 * Makefile.in: Hack generating gnus-load.el.
11488 * dgnushack.el: Ditto.
11489 * gnus-load.el: Remove it.
11491 2001-02-09 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11493 * dgnushack.el : Add URLDIR.
11495 * Makefile.in (EMACS_COMP): Ditto.
11497 2001-02-09 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11499 * gnus-cus.el (gnus-score-customize): Error on no score file.
11501 2001-02-09 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11503 * mm-decode.el (mm-merge-handles): New function.
11505 * mm-view.el (mm-inline-message): Use it.
11506 (mm-view-message): Ditto.
11508 * mm-partial.el (mm-inline-partial): Ditto.
11510 * mm-extern.el (mm-inline-external-body): Ditto.
11512 * gnus-art.el (gnus-mime-view-part): Ditto.
11513 (gnus-mime-view-part-as-type): Ditto.
11514 (gnus-mime-save-part-and-strip): Prevent users to strip in some
11517 2001-02-08 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11519 * message.el (message-cancel-news): Allow to shoot foot.
11520 (message-supersede): Ditto.
11522 2001-02-08 Tommi Vainikainen <thv@iki.fi>
11525 * gnus-sum.el (gnus-simplify-subject-re): Use
11526 message-subject-re-regexp.
11528 2001-02-08 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11530 * nnmail.el (nnmail-expiry-target-group): Bind
11531 nnmail-cache-accepted-message-ids to nil.
11533 * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11536 2001-02-07 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11538 * qp.el (quoted-printable-encode-region): Make sure characters are
11539 between 00 and FF. Don't check charset.
11541 * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11543 * rfc2047.el (rfc2047-q-encode-region): Ditto.
11545 2001-02-07 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11547 * message.el (message-make-forward-subject): Argument decoded.
11548 (message-forward): Use it when digest.
11550 * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11553 2001-02-07 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11555 * message.el (message-generate-headers-first): Doc fix.
11557 2001-02-07 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11559 * gnus-art.el (article-make-date-line): Error proof.
11561 2001-02-06 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11563 * gnus-group.el (gnus-group-listing-limit): New variable.
11564 (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11566 * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11568 2001-02-06 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11570 * message.el (message-newline-and-reformat): Special case for
11573 2001-02-06 Per Abrahamsen <abraham@dina.kvl.dk>
11575 * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11578 2001-02-06 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11580 * message.el (message-encode-message-body): Don't insert
11581 Content-Type if it is inside a mail.
11583 2001-02-06 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11585 * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11586 gnus-article-commands-menu.
11588 * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11591 * gnus-start.el (gnus-read-descriptions-file): Use
11592 gnus-group-name-charset and gnus-group-charset-alist.
11594 2001-02-04 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11596 * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11599 * gnus-start.el (gnus-group-change-level): Remove from both
11600 gnus-zombie-list and gnus-killed-list.
11602 2001-02-04 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11604 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11605 gnus-subscribe-topics.
11607 * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11609 2001-02-04 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11611 * gnus-art.el (gnus-article-make-menu-bar): Make
11612 gnus-article-post-menu.
11614 * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11616 * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11618 * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11620 * message.el (message-mode-menu): Ditto.
11622 * gnus-art.el (defvar): eval-when-compile.
11624 2001-02-02 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11626 * gnus-agent.el (gnus-agentize): Fix doc.
11628 2001-02-02 Karl Kleinpaste <karl@charcoal.com>
11630 * mml.el (mml-preview): Bind `q'.
11632 2001-02-02 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11634 * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11636 2001-01-31 Dave Love <fx@gnu.org>
11638 * mm-util.el (mm-mime-mule-charset-alist)
11639 (mm-find-mime-charset-region): Consider mule-utf-8.
11641 2001-01-31 Dave Love <fx@gnu.org>
11643 * gnus-art.el (gnus-article-x-face-command)
11644 (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11647 2001-01-26 Dave Love <fx@gnu.org>
11649 * mm-util.el (mm-multibyte-string-p): New.
11651 ;; * qp.el: Remove un-logged bogus changes from 2000-12-20.
11652 ;; (quoted-printable-encode-region): Doc fix. Don't call
11653 ;; string-as-multibyte on class. Clarify line-folding.
11654 (quoted-printable-encode-string): Make temp buffer inherit
11655 string's multibyteness.
11657 2001-01-23 Gerd Moellmann <gerd@gnu.org>
11659 * nnheader.el (toplevel): Don't require `gnus-util' at
11660 compile-time; this creates a circular dependency, and prevents
11663 2001-01-22 Andreas Schwab <schwab@suse.de>
11665 * nnheader.el (gnus-delete-line): Autoload it as a macro.
11667 2001-01-31 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11669 * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11671 * gnus-art.el (article-hide-list-identifiers): Ditto.
11673 * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11675 2001-01-31 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11677 * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11679 * gnus-art.el (article-hide-list-identifiers): Similar.
11681 2001-01-31 Karl Kleinpaste <karl@charcoal.com>
11683 * nnmail.el (nnmail-remove-list-identifiers): Improved.
11685 2001-01-31 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11687 * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11689 2001-01-30 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11691 * gnus-util.el (gnus-string-equal): New function.
11693 * gnus-art.el (article-hide-boring-headers): Use it.
11695 2001-01-27 Karl Kleinpaste <karl@charcoal.com>
11697 * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11699 2001-01-27 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11701 * gnus-msg.el (gnus-msg-mail): Support switch-action.
11703 2001-01-26 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11705 * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11706 command if there is not last-saver.
11708 2001-01-24 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11710 * nntp.el (nntp-open-connection): 201 is possible.
11712 2001-01-24 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11714 * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11715 (rfc2047-charset-encoding-alist): Add big5.
11717 2001-01-24 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11719 * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11720 (gnus-agent-remove-server): Ditto.
11721 (autoload): gnus-server-update-server.
11723 * gnus-srvr.el (gnus-server-line-format): Add %a.
11724 (gnus-server-line-format-alist): Add gnus-tmp-agent.
11725 (gnus-server-insert-server-line): Use it.
11727 2001-01-24 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11729 * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11732 2001-01-24 Simon Josefsson <sj@extundo.com>
11734 * mail-source.el (mail-sources): Add :program specifier to IMAP
11736 (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11738 2001-01-24 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11740 * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11742 2001-01-24 12:22:47 Lars Magne Ingebrigtsen <larsi@gnus.org>
11744 * nntp.el (nntp-wait-for): Return the success code.
11745 (nntp-open-connection): Use it.
11747 2001-01-11 11:49:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11749 * gnus-int.el (gnus-check-server): Allow breaking the opening.
11751 2001-01-23 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11753 * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11755 2001-01-22 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11757 * gnus-sum.el (gnus-summary-print-article): Take one prefix
11758 argument. Allow to print several articles in one file.
11760 2001-01-21 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11762 * webmail.el (webmail-type-definition): netaddress changes.
11764 2001-01-21 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11766 * gnus.el: Fix copyright. Remove trailing spaces.
11768 * message.el (message-forward): Use mule4.
11770 2001-01-20 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11772 * mm-util.el (mm-string-as-unibyte): New function.
11774 * message.el (message-forward): Use it.
11776 2001-01-19 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11778 * message.el (message-cite-original-without-signature): Don't peel
11779 off the blank line.
11780 (message-get-reply-headers): Add Cc if it is not in follow-to.
11782 2001-01-20 Simon Josefsson <sj@extundo.com>
11784 * mm-decode.el (mm-handle-multipart-from): Add.
11785 (mm-dissect-buffer): Save From: header value.
11786 (mm-security-from): Remove.
11787 (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11789 * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11790 instead of `mml-security-from'. Protect null from value.
11792 2001-01-20 Simon Josefsson <sj@extundo.com>
11794 * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11795 application/vnd.ms-excel attachments.
11797 2001-01-19 Simon Josefsson <sj@extundo.com>
11799 * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11801 2001-01-19 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11803 * message.el (message-ignored-mail-headers): Ditto.
11805 2001-01-19 Simon Josefsson <sj@extundo.com>
11807 * message.el (message-ignored-news-headers): Only search beginning
11810 2001-01-19 ShengHuo Zhu <zsh@cs.rochester.edu>
11811 Trivial patch from Alberto Lusiani <a.lusiani@noemail.org>
11813 * message.el (message-send-mail): Content-Type may not be there.
11815 2001-01-18 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11817 * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11818 * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11820 * gnus-art.el (article-display-x-face): Insert X-Face if there is
11823 2001-01-18 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11825 * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11828 2001-01-18 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11830 * message.el (message-yank-original): Understand
11831 universal-argument.
11833 2001-01-18 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11835 * gnus-art.el (gnus-boring-article-headers): Add to-address.
11836 (article-hide-boring-headers): Ditto.
11838 * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11840 2001-01-18 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11842 * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11845 2001-01-16 Simon Josefsson <simon@josefsson.org>
11847 * message.el (message-make-in-reply-to): Add comment to message-id
11848 (old syntax, see 2000-08-02 change).
11850 2001-01-16 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11852 * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11853 (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11854 (gnus-button-reply): Ditto.
11856 2001-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11858 * gnus-art.el (article-display-x-face): Fix.
11860 2001-01-15 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11862 * gnus-art.el (article-display-x-face): Use
11863 gnus-original-article-buffer.
11865 2001-01-15 Jack Twilley <jmt@tbe.net>
11867 * message.el (message-add-header): Move to point-max.
11869 2001-01-15 Simon Josefsson <simon@josefsson.org>
11871 * smime.el (smime-CA-directory, smime-CA-file): Change default to
11872 nil, improve documentation.
11873 (smime-certificate-directory): Comment out false hints (until it
11876 * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11877 there aren't any keys.
11878 (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11879 verify certificate. Default is changed to only check integrity.
11880 Improved security status texts. If a certificate doesn't contain
11881 a email address, don't fail.
11883 * smime.el (smime-noverify-region):
11884 (smime-noverify-buffer): New functions. Verifies integrity only.
11886 2001-01-12 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11888 * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11890 2001-01-12 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11892 * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11893 (gnus-remove-some-windows): Ditto.
11895 2001-01-12 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11897 * gnus-art.el (article-make-date-line): 11th.
11899 2001-01-11 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11901 * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11902 (mml2015-gpg-sign): Ditto.
11904 2001-01-10 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11906 * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11907 * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11909 2001-01-08 Dave Love <fx@gnu.org>
11911 * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11914 * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11916 * message.el: Doc and message fixes.
11917 (message-send-rename-function)
11918 (message-make-forward-subject-function)
11919 (message-send-mail-function, message-reply-to-function)
11920 (message-wide-reply-to-function, message-followup-to-function)
11921 (message-distribution-function, message-auto-save-directory): Fix
11924 * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11925 proceeding after warnings. Amend multipart warning message.
11927 2001-01-04 Dave Love <fx@gnu.org>
11929 * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11931 (gnus-make-directory): Require nnmail.
11933 * mm-decode.el (mm-inline-media-tests): Add
11934 image/x-portable-bitmap.
11935 (mm-get-image): Grok pbm.
11937 2001-01-10 Paul Stevenson <p.stevenson@surrey.ac.uk>
11939 * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11941 2001-01-09 Didier Verna <didier@xemacs.org>
11943 * dgnushack.el (dgnushack-compile): give a dummy value to
11944 `gnus-xmas-glyph-directory' for the time of compilation.
11945 * gnus-agent.el: moved some XEmacs specific hook add-ons from
11946 `gnus-xmas-[re]define' to avoid loosing user custom settings.
11947 * gnus-art.el: ditto.
11948 * gnus-group.el: ditto.
11949 * gnus-salt.el: ditto.
11950 * gnus-sum.el: ditto.
11951 * gnus-topic.el: ditto.
11952 * gnus-xmas.el (gnus-xmas-define): see above.
11953 * gnus-xmas.el (gnus-xmas-redefine): see above.
11954 * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11955 non-continuable error when the directory can't be found.
11957 2001-01-09 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11959 * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11961 * gnus-art.el (gnus-mime-view-part): Copy it.
11962 (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11964 2001-01-09 Michael Downes <mjd@ams.org>
11966 * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11968 2001-01-08 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11970 * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11971 orig-file. Use ',source.
11973 2001-01-08 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11975 * gnus-xmas.el (gnus-xmas-modeline-glyph):
11976 (gnus-xmas-group-startup-message):
11977 Detect gnus-xmas-glyph-directory when it is nil.
11979 2001-01-08 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11981 * pop3.el (pop3-get-message-count): Andrew Innes
11982 <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11984 2001-01-05 06:49:37 Lars Magne Ingebrigtsen <larsi@gnus.org>
11986 * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11988 * time-date.el (time-to-number-of-days): New function.
11990 2001-01-04 11:06:14 Gregory Chernov <greg@visiontech-dml.com>
11993 * nnslashdot.el (nnslashdot-request-list): Always get the right
11996 2001-01-05 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
11998 * message.el (message-minibuffer-local-map): New keymap.
11999 (message-read-from-minibuffer): Use it.
12000 * gnus-msg.el (gnus-summary-resend-message): Use it
12002 2001-01-04 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12004 * gnus-start.el (gnus-display-time-event-handler): New function.
12005 (gnus-after-getting-new-news-hook): Use it.
12007 2001-01-03 07:26:58 Lars Magne Ingebrigtsen <larsi@gnus.org>
12009 * message.el (message-ignored-mail-headers): Add draft header.
12011 2001-01-02 06:28:28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12013 * gnus-sum.el (gnus-summary-expire-articles): Don't save
12016 * nnslashdot.el (nnslashdot-request-list): Get the right year.
12018 2001-01-01 00:52:44 Ed L. Cashin <ecashin@coe.uga.edu>
12021 * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12023 2000-12-31 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12025 * qp.el (quoted-printable-decode-region): Don't backward-char.
12027 2000-12-31 03:57:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12029 * gnus-draft.el: Mark articles as replied.
12031 * gnus-sum.el (gnus-summary-add-mark): New function.
12033 * gnus-group.el (gnus-add-mark): New function.
12035 * gnus-sum.el (gnus-summary-buffer-name): New function.
12036 (gnus-summary-setup-buffer): Use it.
12038 * gnus-draft.el: Set things up with the right post method and
12041 * message.el (message-ignored-news-headers): Remove X-Draft-From.
12043 * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12045 * gnus.el (gnus-draft-meta-information-header): New variable.
12047 2000-12-30 00:17:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
12049 * gnus-art.el (gnus-treatment-function-alist): Move the date
12050 functions before the header sorting functions.
12052 * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12054 * dgnushack.el (dgnushack-compile): Message whether there is w3.
12055 Don't (push "/usr/share/emacs/site-lisp" load-path).
12057 * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12058 to empty fill prefixes.
12060 2000-12-30 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12062 * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12063 Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12065 2000-12-30 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12067 * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12069 * nnml.el (autoload): Move to nnheader.el.
12071 * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12072 (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12073 (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12074 Kvarnstr
\e,Av
\e(Bm <jonkv@ida.liu.se>.
12076 2000-12-30 00:17:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
12078 * gnus-art.el (article-make-date-line): Get the hours right.
12079 (gnus-ignored-headers): More hiding.
12081 * nnmail.el (nnmail-expiry-wait): Not an integer.
12083 * message.el (message-goto-body): Only expand abbrev when called
12085 (message-make-lines): Use it.
12087 2000-12-29 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12089 * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12091 2000-12-30 00:17:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
12093 * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12094 include the expunged articles.
12096 * gnus-group.el (gnus-group-sort-by-server): New function.
12098 * gnus.el (gnus-method-to-server-name): New function.
12099 (gnus-group-prefixed-name): Use it.
12101 * gnus-group.el (gnus-group-sort-function): Doc fix.
12102 (gnus-group-sort-groups-by-server): New command.
12104 2000-12-29 13:25:10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12106 * gnus-art.el (gnus-treat-date-english): New variable.
12107 (article-date-english): New command.
12108 (gnus-english-month-names): New variable.
12109 (article-make-date-line): Do 'english.
12111 * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12112 after the fill prefix.
12114 * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12117 * gnus-art.el (gnus-ignored-headers): Hide more headers.
12119 * message.el (message-mode-map): Bind comment-region.
12121 * gnus-art.el (gnus-mime-display-part): Let w3 display
12124 * mm-bodies.el (mm-long-lines-p): New function.
12125 (mm-body-encoding): Use it.
12126 (mm-body-encoding): Encode articles with lines longer than 1000
12129 2000-12-29 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12131 * mm-util.el (mm-enable-multibyte): Use
12132 default-enable-multibyte-characters.
12133 (mm-enable-multibyte-mule4): Ditto.
12134 (mm-disable-multibyte): Test XEmacs.
12135 (mm-disable-multibyte-mule4): Ditto.
12136 (mm-with-unibyte-current-buffer): Simplified.
12137 (mm-with-unibyte-current-buffer-mule4): Ditto.
12139 2000-12-28 19:44:56 Lars Magne Ingebrigtsen <larsi@gnus.org>
12141 * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12143 * nnheader.el (nnheader-string-as-multibyte): New alias.
12145 * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12147 * gnus-uu.el (gnus-message-process-mark): New function.
12148 (gnus-uu-mark-by-regexp): Use it.
12149 (gnus-new-processable): New function.
12151 2000-12-28 19:21:57 Inge Frick <inge@nada.kth.se>
12154 * gnus-sum.el (gnus-no-mark): New variable.
12156 2000-11-01 01:12:29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12158 * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12161 2000-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
12163 * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12166 2000-12-25 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12168 * dgnushack.el (dgnushack-compile): elc is in the current directory.
12170 * qp.el (quoted-printable-encode-region): Don't check multibyte in
12173 2000-12-25 Lloyd Zusman <ljz@asfast.com>
12176 * mml.el (mml-read-tag): Save tag location.
12178 2000-12-25 Simon Josefsson <simon@josefsson.org>
12180 * starttls.el: Sync with Emacs 21.
12182 2000-12-24 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12184 * message.el (message-mail): Support yank-action.
12186 * message.el (message-setup): Revoke the last change.
12188 2000-12-24 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12190 * message.el (message-setup): Use cons. Suggested by Johan Vromans
12191 <jvromans@squirrel.nl>.
12193 2000-12-24 Simon Josefsson <sj@extundo.com>
12195 * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12196 mailing list junk at end of part.
12198 2000-12-23 Simon Josefsson <sj@extundo.com>
12200 * nnimap.el (nnimap-expiry-target): New function.
12201 (nnimap-request-expire-articles): Use it.
12203 2000-12-22 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12205 * gnus.el (gnus-group-parameters-more): New variable.
12206 * gnus-cus.el (gnus-group-customize): Use it.
12208 * gnus.el (gnus-define-group-parameter): New macro.
12209 (auto-expire): Use it
12210 (total-expire): Use it.
12211 * gnus-art.el (banner): Use it.
12213 * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12216 2000-12-22 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12218 * gnus-topic.el (gnus-topic-create-topic): Use list.
12220 * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12221 before binding gnus-default-article-saver.
12223 * gnus-sum.el (gnus-summary-save-article):
12224 (gnus-summary-pipe-output):
12225 (gnus-summary-save-article-mail):
12226 (gnus-summary-save-article-rmail):
12227 (gnus-summary-save-article-file):
12228 (gnus-summary-write-article-file):
12229 (gnus-summary-save-article-body-file): Ditto.
12231 * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12233 2000-12-22 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12235 * gnus-art.el (gnus-mime-security-button-map):
12236 (gnus-mime-button-map): Add parent.
12238 2000-12-22 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12240 * messagexmas.el (message-xmas-redefine): New function.
12242 * message.el: Use it.
12244 * gnus-art.el (gnus-article-check-hidden-text): Return t.
12246 * gnus-util.el (gnus-remove-text-properties-when): Return t.
12248 2000-12-22 03:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12250 * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12251 malformatted messages.
12253 2000-12-22 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12255 * mm-util.el (mm-image-load-path): New function.
12257 * gnus-group.el (gnus-group-make-tool-bar): Use it.
12259 * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12261 * message.el (message-tool-bar-map): Use it.
12263 * Makefile.in (install-el): New rule.
12265 2000-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12267 * gnus-art.el (article-treat-dumbquotes): Quote \.
12269 2000-12-21 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12271 * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12272 Emacs 20 runs on a terminal.
12274 2000-12-21 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12276 * gnus-msg.el (gnus-bug): Revert to save-excursion.
12278 * mml.el (gnus-add-minor-mode): Autoload.
12280 * message.el (message-forward): Save-restriction.
12282 2000-12-21 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12284 * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12285 Paul Stevenson <p.stevenson@surrey.ac.uk>
12287 2000-12-21 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12289 * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12291 * mml.el (gnus-ems): Don't require.
12293 * gnus.el (gnus-decode-rfc1522): Removed.
12294 (gnus-set-text-properties): Define.
12296 2000-12-21 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12298 * gnus-art.el (gnus-mime-*): handle may be nil.
12300 * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12302 * gnus.el (gnus-group-remove-excess-properties): Not defined
12305 2000-12-20 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12307 * message.el (message-mail-user-agent): Add :version.
12309 2000-12-21 Miles Bader <miles@gnu.org>
12311 * message.el (message-mode): Set `comment-start' to the yank prefix.
12313 2000-12-20 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12315 * message.el (message-mail-user-agent): New variable.
12316 (message-setup): Renamed to message-setup-1. Support
12318 (message-mail-user-agent): New function.
12319 (message-mail): Use it.
12320 (message-reply): Use it.
12321 (message-resend): Use it.
12322 (message-mail-other-window): Use it.
12323 (message-mail-other-frame): Use it.
12325 * gnus-msg.el (gnus-bug): Support mail-user-agent.
12327 2000-12-20 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12329 * message.el (message-tool-bar-map): Simplify.
12330 (message-narrow-to-head-1): New function.
12331 (message-narrow-to-head): Use it.
12332 (message-reply): Ditto.
12333 (message-cancel-news): Ditto.
12334 (message-supersede): Ditto.
12335 (message-make-forward-subject): Ditto.
12336 (message-bounce): Ditto.
12338 2000-12-20 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12340 * uudecode.el (uudecode-decode-region-external): make-temp-file
12341 may not be defined.
12343 * binhex.el (defalias): eval-and-compile.
12345 * message.el (message-tool-bar-map): New function.
12346 (message-mode): Use it.
12348 2000-12-20 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12350 * nntp.el (nntp-find-connection): Remove the entry.
12351 (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12353 2000-12-20 05:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12355 * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12357 * message.el (message-forward): Copy buffer in unibyte mode.
12359 2000-12-20 04:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12361 * message.el (message-make-forward-subject): Don't widen. Decode.
12362 (message-forward): Don't decode subject.
12364 2000-12-20 Christoph Conrad <C.Conrad@cli.de>
12366 * qp.el (quoted-printable-encode-region): Upcase QP.
12368 2000-12-20 03:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12370 * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12371 mail-extract-a-c instead. Don't depend on Gnus.
12373 * mml.el (gnus-ems): Require it.
12375 * gnus-msg.el (gnus-summary-mail-forward):
12377 * message.el (message-forward): Move mime-to-mml here.
12379 2000-12-20 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12381 * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12382 * gnus-art.el (gnus-insert-mime-button): Simplify.
12383 (gnus-mime-display-alternative): Ditto.
12384 (gnus-insert-mime-security-button): Ditto.
12386 2000-12-20 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12388 * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12389 text-property-not-all doesn't return nil when start=mark(end).
12390 (gnus-remove-text-properties-when): Ditto.
12392 2000-12-20 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12394 * gnus-start.el (gnus-group-change-level): Remove group from
12395 gnus-active-hashtb if real killed.
12397 2000-12-19 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12399 * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12400 (gnus-mime-display-alternative): Ditto.
12401 (gnus-insert-mime-security-button): Ditto.
12403 2000-12-19 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12405 * gnus-start.el (gnus-group-change-level): Don't add it into
12406 killed-list if it was killed.
12408 2000-12-19 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12410 * nnmbox.el (nnmbox-file-coding-system): Use binary.
12411 (nnmbox-active-file-coding-system): Ditto.
12413 * gnus-cus.el (gnus-group-parameters): Add posting-style.
12415 2000-12-19 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12417 * gnus.el (gnus-version):
12418 (gnus-version-number): Set to Oort Gnus 0.01.
12420 * gnus-art.el (gnus-mime-security-button-map):
12421 (gnus-insert-mime-security-button): Fix for Emacs21.
12423 2000-12-19 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12425 * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12426 easymenu, because XEmacs doesn't understand :help.
12428 * mm-uu.el: Require binhex.
12430 2000-12-19 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12432 * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12434 2000-12-19 ShengHuo ZHU <zsh@cs.rochester.edu>
12436 * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12438 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12440 * *.xpm, *.pbm: Convert icons icons to size 24x24.
12442 2000-12-18 Dave Love <fx@gnu.org>
12444 * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12447 2000-12-13 Miles Bader <miles@gnu.org>
12449 * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12450 to t, so that we don't get stuck while trying to smilefy
12453 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12455 * smiley-ems.el (smiley-regexp-alist): Make regexps match
12456 at the end of the buffer.
12457 (smiley-region): In the loop, move to the end of the submatch
12458 matching the smiley instead of using the end of the match
12459 of the whole regexp.
12461 2000-12-12 Eli Zaretskii <eliz@is.elta.co.il>
12463 * message.el (message-mode): Doc fix.
12465 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12467 * smiley-ems.el (smiley-region): Doc fix.
12469 2000-12-11 Miles Bader <miles@gnu.org>
12471 * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12472 bottom line visible, check to see if it's partially obscured, and
12473 if so, either scroll one more line to make it fully visible, or
12474 revert to showing the second line from the top.
12476 2000-12-07 Dave Love <fx@gnu.org>
12478 * mailcap.el (mailcap-download-directory)
12479 * gnus-audio.el (gnus-audio-directory)
12480 * smiley-ems.el (smiley-data-directory): Fix :type.
12482 2000-11-30 Dave Love <fx@gnu.org>
12484 * message.el (message-auto-save-directory): Use
12485 file-name-as-directory.
12486 (message-set-auto-save-file-name): Create
12487 message-auto-save-directory if necessary.
12488 (message-replace-chars-in-string): Removed -- unused.
12489 (message-mail-alias-type): Customize.
12490 (message-headers): Remove duplicate defgroup.
12492 2000-11-29 Dave Love <fx@gnu.org>
12494 * qp.el (quoted-printable-decode-region): Use error, not message
12495 to report malformed text (like base64). Amend message.
12497 2000-11-29 Miles Bader <miles@gnu.org>
12499 * message.el (message-header-lines): Fontify tag.
12501 2000-11-27 Dave Love <fx@gnu.org>
12503 * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12506 ;2000-11-26 Dave Love <fx@gnu.org>
12508 ; * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12510 2000-11-23 Dave Love <fx@gnu.org>
12512 * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12514 * mm-uu.el (uudecode): Require.
12515 (uudecode-decode-region, uudecode-decode-region-external): Don't
12517 (mm-uu-copy-to-buffer): Doc fix.
12518 (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12521 * mailcap.el: Doc fixes.
12522 (mailcap-mime-data): Various adjustments.
12523 (mailcap): New group.
12524 (mailcap-download-directory): Customize.
12525 (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12526 (mailcap-temporary-directory): Deleted (unused).
12527 (mailcap-unescape-mime-test): Simplify slightly.
12528 (mailcap-viewer-passes-test): Use functionp.
12529 (mailcap-command-p): Aliased to executable-find.
12531 * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12532 default-enable-multibyte-characters is nil.
12534 2000-11-22 Gerd Moellmann <gerd@gnu.org>
12536 * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12538 2000-11-21 Dave Love <fx@gnu.org>
12540 * gnus-art.el (gnus-mime-button-map): Don't inherit from
12541 gnus-article-mode-map.
12542 ; (gnus-mime-button-menu): Use mouse-set-point.
12543 (gnus-insert-mime-button, gnus-mime-display-alternative)
12544 (gnus-mime-display-alternative): Don't use local-map property.
12546 2000-11-17 Dave Love <fx@gnu.org>
12548 * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12549 (uudecode-decode-region-external): Doc fix. Use with-temp-buffer
12550 and make-temp-file.
12551 (uudecode-decode-region): Doc fix.
12553 2000-11-14 Dave Love <fx@gnu.org>
12555 * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12556 * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12557 * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12558 New files, derived from the XPMs.
12560 2000-11-10 Dave Love <fx@gnu.org>
12562 * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12563 (gnus-agent-lib-file, gnus-agent-load-alist)
12564 (gnus-agent-save-alist, gnus-agent-article-name): Use
12567 * gnus-group.el (gnus-group-name-charset-method-alist): Add
12569 (nnkiboze-score-file): Defvar when compiling.
12571 * gnus-start.el (gnus-read-newsrc-file): Add :version.
12573 * gnus-art.el (gnus-article-banner-alist)
12574 (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12575 (gnus-article-date-lapsed-new-header)
12576 (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12577 (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12578 (gnus-treat-strip-headers-in-body)
12579 (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12580 (gnus-treat-translate): Add :version.
12581 (gnus-article-mime-part-function): Fix defcustom.
12583 * nnmail.el (nnmail-expiry-target)
12584 (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12585 (nnmail-split-header-length-limit): Add :version.
12587 * gnus-sum.el (gnus-auto-expirable-marks)
12588 (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12589 (gnus-extra-headers, gnus-ignored-from-addresses)
12590 (gnus-newsgroup-ignored-charsets)
12591 (gnus-group-highlight-words-alist)
12592 (gnus-summary-show-article-charset-alist): Add :version.
12594 * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12595 gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12596 files, converted from the XPMs.
12598 * gnus-cache.el (gnus-cache-active-file): Don't use
12599 file-name-as-directory on directory.
12600 (gnus-cache-file-name): Use expand-file-name, not concat. Don't
12601 use file-name-as-directory on directory.
12603 * time-date.el (timezone-make-date-arpa-standard): Autoload.
12604 (date-to-time): Use it.
12606 ; * message.el (message-mode) <adaptive-fill-regexp>:
12607 ; <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12608 ; (message-newline-and-reformat): Likewise.
12609 (message-forward-as-mime, message-forward-ignored-headers)
12610 (message-buffer-naming-style, message-default-charset)
12611 (message-dont-reply-to-names, message-send-mail-partially-limit):
12614 * mm-util.el: Doc fixes.
12615 (mm-mime-charset): Don't use the raw result of
12616 mm-preferred-coding-system.
12617 (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12618 (mm-with-unibyte): Simplify.
12620 * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12623 * pop3.el (pop3-version): Deleted.
12624 (pop3-make-date): New function, avoiding message-make-date.
12625 (pop3-munge-message-separator): Use it.
12627 2000-11-09 Dave Love <fx@gnu.org>
12629 * gnus-group.el (gnus-group-make-directory-group)
12630 (gnus-group-fetch-faq): Use expand-file-name.
12631 (gnus-group-fetch-faq): Simplify completing-read form.
12633 * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12636 * message.el (tool-bar-map): Defvar when compiling.
12638 * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12639 (gnus-tm-lisp-directory): Deleted.
12640 (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12641 (featurep 'xemacs).
12642 (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12643 (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12644 version numbers from file names.
12646 2000-11-08 Dave Love <fx@gnu.org>
12648 * mm-view.el: Use featurep for XEmacs test.
12649 (mm-inline-message): Test for `remove-specifier'; don't use
12652 * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12654 * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12655 (gnus-score-find-bnews): Don't concat "".
12657 * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12658 * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12659 * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12660 * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12662 * gnus-sum.el: Put some defvars in eval-when-compile.
12663 (gnus-summary-mode-hook): Add :options.
12664 (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12665 (gnus-summary-tool-bar-map): New variable.
12666 (gnus-summary-make-tool-bar): New function.
12667 (gnus-summary-mode): Put kill-all-local-variables first.
12669 * gnus-group.el (gnus-group-toolbar-map): New variable.
12670 (gnus-group-make-tool-bar): Rewritten.
12671 (gnus-group-mode): Put kill-all-local-variables first.
12673 * rfc2047.el: Require gnus-util.
12675 * nnml.el (gnus-sorted-intersection): Autoload.
12677 * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12678 Put some defvars in eval-when-compile.
12679 (gnus-intersection, gnus-sorted-complement): Autoload.
12681 * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12683 * mm-encode.el (mm-body-7-or-8): Autoload.
12685 * mm-decode.el (mm-insert-inline): Autoload.
12688 * message.el: Put some defvars in eval-when-compile.
12690 * gnus-msg.el: Put some defvars in eval-when-compile.
12691 (gnus-msg-mail): Move after gnus-setup-message.
12693 * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12695 2000-11-07 Dave Love <fx@gnu.org>
12697 * gnus-util.el (nnheader): Don't require message (recursive
12700 * uudecode.el: Avoid compiler warnings.
12702 * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12703 (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12705 2000-11-06 Dave Love <fx@gnu.org>
12707 * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12709 * uudecode.el: Use (featurep 'xemacs). Require cl when compiling.
12710 (uudecode-char-int): New alias, replacing char-int.
12711 (uudecode-decode-region): Don't call buffer-disable-undo.
12713 ; * mm-uu.el (mm-uu-configure): Unquote lambda.
12714 ; (mm-uu-configure-list): Doc fix.
12716 ; * earcon.el (running-xemacs): Don't define.
12718 ;2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
12720 ; * message.el (message-font-lock-keywords): Match a final newline
12721 ; to help font-lock's multiline support.
12723 2000-11-03 Dave Love <fx@gnu.org>
12725 * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12727 * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12730 * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12731 <banner>: Fix custom type, doc.
12733 * mm-decode.el (mm-display-external): Space-prefix temp buffer
12734 name. Don't disable undo explicitly.
12736 ;2000-11-02 Dave Love <fx@gnu.org>
12738 ; * message.el (message-font-lock-keywords): Use [:alpha:] for
12741 2000-11-01 Dave Love <fx@gnu.org>
12743 * rfc2047.el (base64): Require unconditionally.
12744 (message-posting-charset): Defvar when compiling.
12745 (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12748 * gnus-sum.el (nnoo): Require.
12749 (mm-uu-dissect): Autoload.
12751 * mml.el (mml-parse-1): Clarify message.
12752 (mml-minibuffer-read-type): Use mailcap-mime-types.
12754 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
12756 * mml.el: Fix a typo in the requiring of CL.
12758 2000-11-01 Dave Love <fx@gnu.org>
12760 * utf7.el: Require cl when compiling.
12762 * binhex.el: Use (featurep 'xemacs).
12763 (binhex-char-int): New alias, replacing char-int. Change callers.
12764 (binhex-decode-region): Simplify work buffer code.
12765 (binhex-decode-region-external): Use expand-file-name, not concat.
12767 2000-10-30 Dave Love <fx@gnu.org>
12769 * gnus-art.el: Fix 2000-10-27 change properly.
12771 2000-10-28 Miles Bader <miles@gnu.org>
12773 * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12775 2000-10-27 Dave Love <fx@gnu.org>
12777 * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12779 (gnus-group-make-tool-bar): New function.
12780 (gnus-group-mode): Use it.
12782 * message.el (message-mode-menu): Add some :help strings.
12783 (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12784 (featurep): Use (featurep 'xemacs). Install tool bar for Emacs.
12786 * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12787 * describe-group.xpm, get-news.xpm, kill-group.xpm:
12788 * unsubscribe.xpm: New files. Renamed icons from Luis Fernandes.
12790 * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12791 display-graphic-p here.
12793 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
12795 * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12796 of the `gnus-xemacs' variable, as the latter has been removed.
12797 * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12798 * gnus-art.el (gnus-treat-display-xface)
12799 (gnus-treat-display-smileys, gnus-treat-display-picons)
12800 (gnus-article-read-summary-keys): Likewise.
12802 2000-10-26 Dave Love <fx@gnu.org>
12804 (defvar): Use rmail-spool-directory unconditionally.
12806 2000-10-18 Dave Love <fx@gnu.org>
12808 * mm-bodies.el (mm-uu-decode-function)
12809 (mm-uu-binhex-decode-function): Defvar when compiling.
12811 * gnus-nocem.el (gnus-nocem-issuers): Update.
12812 (gnus-nocem-check-from): New option.
12813 (gnus-nocem-scan-groups): Use it.
12814 (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12815 (gnus-nocem-check-article-limit): Add :version.
12817 2000-10-16 Stefan Monnier <monnier@cs.yale.edu>
12819 * ietf-drums.el (mm-util): Require CL when compiling.
12821 2000-10-15 Dave Love <fx@gnu.org>
12823 * qp.el: Require mm-util.
12825 2000-10-13 Dave Love <fx@gnu.org>
12827 * qp.el (quoted-printable-decode-region): Avoid invalid
12830 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12832 * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12833 to a recursive load.
12835 2000-10-12 Dave Love <fx@gnu.org>
12837 * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12839 * gnus.el (gnus-group-startup-message): Check for PBM image.
12841 2000-10-09 Dave Love <fx@gnu.org>
12843 * mail-source.el (mail-source-fetch-imap): Bind
12844 default-enable-multibyte-characters rather than using
12845 mm-disable-multibyte.
12847 2000-10-05 Dave Love <fx@gnu.org>
12849 * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12851 (quoted-printable-decode-region): Rename arg which confused
12852 charset with coding-system. Don't use nonascii-insert-offset.
12853 Coding-system encode the region initially. Don't recognize `=='
12854 as valid QP. Coding-system decode the region finally.
12855 (quoted-printable-decode-string): Rename arg which confused
12856 charset with coding-system.
12858 * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12859 (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12860 mm-encode-coding-region.
12861 (mm-decode-body, mm-decode-string): Rename variables which
12862 confused charset with coding-system.
12863 (binhex-decode-region): Don't autoload.
12864 (mm-body-encoding): Require message.
12865 (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12868 * gnus-art.el (article-de-quoted-unreadable)
12869 (article-de-base64-unreadable): Fold search case
12870 rather than downcasing string. Apply mm-charset-to-coding-system
12871 to arg of quoted-printable-decode-region.
12873 2000-10-04 Dave Love <fx@gnu.org>
12875 * gnus-ems.el: Don't turn off compiler warnings in local vars.
12876 Require ring when compiling.
12877 (gnus-article-compface-xbm): New variable.
12879 2000-10-04 Dave Love <fx@gnu.org>
12881 * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12884 * frown.pbm, smile.pbm, wry.pbm: New files.
12886 * frown.xbm, smile.xbm, wry.xbm: Deleted.
12888 2000-10-03 Dave Love <fx@gnu.org>
12890 * mail-source.el (mail-sources): Revert to nil.
12892 * nnmail.el (nnmail-spool-file): Revert to `((file))'.
12894 * qp.el: Don't require mm-util.
12895 (quoted-printable-decode-region): Rewritten.
12896 (quoted-printable-decode-string, quoted-printable-encode-region):
12898 (quoted-printable-encode-region): Barf on multibyte characters.
12899 Maybe make the class multibyte. Upcase chars, not formatted
12900 strings. Allow mm-use-ultra-safe-encoding to be unbound.
12901 (quoted-printable-encode-string): Don't use
12902 mm-with-unibyte-buffer.
12904 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12906 * smiley-ems.el (smiley-update-cache): Use `:ascent center'.
12908 2000-09-21 Dave Love <fx@gnu.org>
12910 * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12911 (for Emacs 20). Tidy somewhat.
12913 2000-09-21 Dave Love <fx@gnu.org>
12915 * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12916 image processing. Rationalize logic somewhat.
12918 2000-09-20 Dave Love <fx@gnu.org>
12920 * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12923 * gnus.el (gnus-version-number): Avoid some redundant
12926 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12928 * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12929 to XBM; we always have PBM support.
12931 2000-09-14 Dave Love <fx@gnu.org>
12933 * gnus.el (gnus-charset):
12934 * mm-decode.el (mime-display):
12935 * imap.el (imap) <defgroup>: Add :version.
12937 2000-09-13 Gerd Moellmann <gerd@gnu.org>
12939 * parse-time.el: Fix author's mail address.
12941 * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12942 * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12943 * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12944 * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12945 * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12946 * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12947 * rfc2231.el, uudecode.el: Fix copyright notice.
12949 * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12950 require `w3' at load-time only if not running in batch mode.
12952 2000-12-19 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12954 * gnus.el: Before merge with Emacs21.
12956 2000-12-19 Raymond Scholz <ray-2000@zonix.de>
12958 * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12960 2000-12-19 Per Abrahamsen <abraham@dina.kvl.dk>
12962 * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12963 to avoid conflict with the standard `back-to-indentation'
12966 2000-12-17 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12968 * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12970 * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12971 (mm-disable-multibyte-mule4): Ditto.
12972 (mm-with-unibyte-current-buffer-mule4): Ditto.
12974 2000-12-15 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12976 * pop3.el (pop3-movemail): Use binary.
12977 (pop3-movemail-file-coding-system): Removed.
12979 2000-12-14 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12981 * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12983 2000-12-13 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12985 * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12988 2000-12-13 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12990 * gnus-msg.el (gnus-post-method): Use backend name when the
12993 2000-12-08 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12995 * gnus-art.el (article-verify-x-pgp-sig): Don't test
12997 (gnus-treat-x-pgp-sig): Default value.
12998 (gnus-ignored-headers): Redundant.
13000 2000-12-04 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13002 * gnus-win.el (gnus-configure-frame): Save selected window.
13004 2000-02-15 Andrew Innes <andrewi@gnu.org>
13006 * nnmbox.el: Require gnus-range.
13007 (nnmbox-group-building-active-articles): New variable.
13008 (nnmbox-group-active-articles): New variable; this is a cache of
13009 all active articles by group and number.
13010 (nnmbox-in-header-p): New function.
13011 (nnmbox-find-article): New function.
13012 (nnmbox-record-active-article): New function.
13013 (nnmbox-record-deleted-article): New function.
13014 (nnmbox-is-article-active-p): New function.
13015 (nnmbox-retrieve-headers): Use nnmbox-find-article.
13016 (nnmbox-request-article): Ditto. Also supply extra arg to
13017 nnmbox-article-group-number.
13018 (nnmbox-request-expire-articles): Ditto.
13019 (nnmbox-request-move-article): Ditto.
13020 (nnmbox-request-replace-article): Ditto.
13021 (nnmbox-request-rename-group): Rename group entry in active
13023 (nnmbox-delete-mail): Update active article cache, unless article
13025 (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13026 than partially duplicating it.
13027 (nnmbox-article-group-number): Add extra `this-line' arg, to
13028 handle articles belonging to multiple groups.
13029 (nnmbox-save-mail): Update active article cache.
13030 (nnmbox-read-mbox): Build active article cache when loading mbox.
13031 Also do some repair work, if we find articles that are missing the
13032 appropriate X-Gnus-Newsgroup lines in the header. We can usually
13033 reconstruct these from Xref info.
13035 2000-12-04 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13037 * mail-source.el (mail-source-report-new-mail): Use
13038 nnheader-run-at-time.
13040 2000-02-15 Andrew Innes <andrewi@gnu.org>
13042 * mail-source.el (mail-source-fetch-pop): Clear pop password when
13043 an error is thrown, and then rethrow the error.
13044 (mail-source-check-pop): Ditto.
13045 (mail-source-start-idle-timer): Prevent multiple pop checks
13046 running if the check takes a long time.
13048 2000-12-04 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13050 * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13053 2000-12-04 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13055 * gnus-win.el (gnus-configure-windows): Make sure
13056 nntp-server-buffer is live.
13057 (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13059 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13061 * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13063 2000-12-04 Andreas Jaeger <aj@suse.de>
13065 * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13067 2000-12-03 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13069 * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13071 2000-12-01 ShengHuo ZHU <zsh@cs.rochester.edu>
13072 Trivial patch from Christopher Splinter <chris@splinter.inka.de>
13074 * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13076 2000-12-01 Simon Josefsson <sj@extundo.com>
13078 * mml-smime.el (mml-smime-verify): Fix address parsing.
13080 2000-12-01 Simon Josefsson <sj@extundo.com>
13082 * mml-smime.el (mml-smime-verify): Don't modify MM buffer. Handle
13083 more than one certificate inside PKCS#7 blob. Better security
13084 information (clamed / actual sender, openssl output, certificates
13087 * smime.el (smime-verify-region): Output to /dev/null.
13088 (smime-buffer-as-string-region): Don't parse empty lines.
13090 2000-11-30 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13092 * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13094 (gnus-mime-security-show-details-inline): New variable.
13095 (gnus-mime-security-show-details): Use them.
13096 (gnus-insert-mime-security-button): Ditto.
13098 * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13099 Suggest by Michael Duggan (md5i@cs.cmu.edu).
13100 (mml2015-gpg-clear-verify): Ditto.
13101 (mml2015-gpg-decrypt-1): Ditto.
13102 (mml2015-use): Prefer 'gpg.
13104 2000-11-30 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13106 * gnus-util.el (gnus-add-text-properties-when): New function.
13107 (gnus-remove-text-properties-when): Ditto.
13109 * gnus-cite.el (gnus-article-hide-citation): Use them.
13110 (gnus-article-toggle-cited-text): Use them.
13112 * gnus-art.el (gnus-signature-toggle): Use them.
13113 (gnus-article-show-hidden-text): Ditto.
13114 (gnus-article-hide-text): Ditto.
13116 2000-11-30 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13118 * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13120 2000-11-30 Simon Josefsson <sj@extundo.com>
13122 * smime.el (smime-point-at-eol): New alias.
13123 (smime-buffer-as-string-region): Use it.
13125 2000-11-29 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13127 * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13129 2000-11-29 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13131 * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13133 * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13135 * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13137 2000-11-22 Jan Nieuwenhuizen <janneke@gnu.org>
13139 * nnmh.el (nnmh-request-expire-articles): Implemented
13140 expiry-target for nnmh backend.
13142 2000-11-30 Simon Josefsson <sj@extundo.com>
13144 * mm-decode.el (mm-security-from): New variable.
13145 (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13147 * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13150 2000-11-30 Simon Josefsson <sj@extundo.com>
13152 * mml-smime.el (mml-smime-verify): Verify that certificate mail
13153 address match sender address.
13155 * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13157 * smime.el (smime-verify-region): Don't copy buffer.
13158 (smime-decrypt-buffer): Use expand-file-name on keyfile.
13159 (smime-pkcs7-region): New function.
13160 (smime-pkcs7-certificates-region): Ditto.
13161 (smime-pkcs7-email-region): Ditto.
13162 (smime-buffer-as-string-region): Ditto.
13164 * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13167 2000-11-23 Jens Krinke <j.krinke@gmx.de>
13169 * smime.el (smime-decrypt-region): Fix keyfile argument.
13171 2000-11-29 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13173 * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13175 2000-11-28 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13177 * message.el (message-shoot-gnksa-feet): New variable.
13178 (message-gnksa-enable-p): New function.
13179 (message-send): Use it.
13180 (message-check-news-body-syntax): Ditto.
13182 2000-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13184 * message.el (message-make-message-id): Remove the redundancy.
13186 2000-11-22 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13188 * message.el (message-setup): Discourage using mc-install-*-mode.
13190 * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13192 2000-11-22 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13194 * gnus-cite.el (gnus-cite-parse): Guess citation length.
13196 2000-11-22 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13198 * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13200 2000-11-22 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13202 * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13204 2000-11-22 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13206 * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13207 insert-buffer-substring.
13209 * message.el (message-send-mail): Use buffer-substring-no-properties.
13210 (message-send-news): Ditto.
13212 2000-11-22 David Edmondson <dme@dme.org>
13214 * imap.el (imap-wait-for-tag): Message read info.
13216 2000-11-21 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13218 * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13219 (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13220 (mml2015-gpg-encrypt): Ditto.
13222 2000-11-21 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13224 * mm-decode.el (mm-verify-option): Default value.
13226 * mml-sec.el (mml-secure-part): Error message.
13228 2000-11-20 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13230 * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13232 2000-11-20 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13234 * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13236 2000-11-20 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13238 * gnus-art.el (gnus-article-describe-key): Use prompt.
13239 (gnus-article-describe-key-briefly): Ditto.
13241 2000-11-20 15:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13243 * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13245 2000-11-20 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13247 * gnus-art.el (gnus-article-describe-key): New function.
13248 (gnus-article-describe-key-briefly): New function.
13250 2000-11-19 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13252 * mm-decode.el (mm-decrypt-option): Doc typo.
13254 * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13257 2000-11-19 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13259 * message.el (message-newline-and-reformat): Typo.
13261 2000-11-19 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13263 * gnus-art.el (article-verify-x-pgp-sig): Check whether
13264 original-article-buffer exists.
13266 * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13267 (rfc2047-header-encoding-alist): Addresses are different from text.
13268 (rfc2047-encode-message-header): Ditto.
13269 (rfc2047-dissect-region): Extra parameter.
13270 (rfc2047-encode-region): Ditto.
13271 (rfc2047-encode-string): Ditto.
13273 2000-11-19 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13275 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13276 (mm-uu-pgp-encrypted-extract): Use it.
13277 (mm-uu-pgp-signed-extract-1): New function.
13278 (mm-uu-pgp-signed-extract): Use it.
13280 * gnus-art.el (gnus-mime-display-security): New function.
13281 (gnus-mime-display-part): Use it.
13282 (gnus-mime-security-verify-or-decrypt): New function.
13283 (gnus-mime-security-press-button): New function.
13284 (gnus-insert-mime-security-button): Use it.
13286 * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13287 (mm-find-raw-part-by-type): Ditto.
13288 (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13289 (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13290 (mm-destroy-parts): Kill nested multibyte buffer.
13292 * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13293 (mml2015-gpg-verify): Ditto.
13295 2000-11-18 Simon Josefsson <sj@extundo.com>
13297 * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13298 (mml2015-function-alist): Use it.
13300 * mml-sec.el (mml-sign-alist): Update names.
13301 (mml-encrypt-alist): Ditto.
13302 (mml-secure-part-smime-sign): Moved to mml-smime.el
13303 as `mml-smime-sign-query'.
13304 (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13305 `mml-smime-get-file-cert'.
13306 (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13307 `mml-smime-get-dns-cert'.
13308 (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13309 `mml-smime-encrypt-query'.
13310 (mml-smime-sign-buffer): Use mml-smime-sign.
13311 (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13313 * mml-smime.el (mml-smime-sign): New function.
13314 (mml-smime-encrypt):
13315 (mml-smime-sign-query):
13316 (mml-smime-get-file-cert):
13317 (mml-smime-get-dns-cert):
13318 (mml-smime-encrypt-query): Moved from mml-sec.el.
13320 2000-11-16 Simon Josefsson <sj@extundo.com>
13322 * mml2015.el (mml2015-gpg-clear-verify): New function.
13323 (mml2015-function-alist): Add it.
13325 2000-11-17 14:21 ShengHuo ZHU <zsh@cs.rochester.edu>
13327 * message.el (message-setup-fill-variables): Use
13328 message-cite-prefix-regexp.
13329 (message-newline-and-reformat): Check the end of citation, leading
13330 WSP, break in the cite prefix.
13331 (message-fill-paragraph): New function.
13333 2000-11-17 13:44 ShengHuo ZHU <zsh@cs.rochester.edu>
13335 * lpath.el: Shut up.
13337 2000-11-17 Per Abrahamsen <abraham@dina.kvl.dk>
13339 * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13340 raw 8-bit in headers in dk.* newsgroups.
13342 2000-11-17 08:02 ShengHuo ZHU <zsh@cs.rochester.edu>
13344 * message.el (message-newline-and-reformat): Match extra WSPs.
13346 2000-11-16 23:31 ShengHuo ZHU <zsh@cs.rochester.edu>
13348 * mml.el (mml-generate-mime-1): Ignore ascii.
13350 2000-11-16 Justin Sheehy <justin@iago.org>
13352 * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13354 2000-11-16 17:00 ShengHuo ZHU <zsh@cs.rochester.edu>
13356 * message.el (message-cite-prefix-regexp): Prefix should not end
13359 2000-11-15 18:09 ShengHuo ZHU <zsh@cs.rochester.edu>
13361 * message.el (message-mode-syntax-table): Add - as a word
13362 constituent as in articles.
13363 (message-setup-fill-variables): Add -_. as supercite-style prefix.
13364 * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13365 * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13367 2000-11-15 13:21 ShengHuo ZHU <zsh@cs.rochester.edu>
13369 * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13371 2000-11-12 David Edmondson <dme@dme.org>
13373 * message.el (message-font-lock-keywords): use
13374 message-cite-prefix-regexp.
13376 2000-11-15 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13378 * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13379 Stein Arild Str
\e,Ax
\e(Bmme.
13380 (gnus-group-jump-to-group): Use it.
13381 (gnus-group-jump-to-group-prompt): Customize.
13383 2000-11-14 10:32:42 ShengHuo ZHU <zsh@cs.rochester.edu>
13385 * mailcap.el (mailcap-possible-viewers): Match the entire string.
13387 2000-11-14 10:20:56 ShengHuo ZHU <zsh@cs.rochester.edu>
13389 * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13391 (mml2015-mailcrypt-sign): Ditto.
13393 2000-11-14 10:12:05 ShengHuo ZHU <zsh@cs.rochester.edu>
13395 * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13398 2000-11-14 00:48:52 ShengHuo ZHU <zsh@cs.rochester.edu>
13400 * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13401 nnvirtual articles.
13402 (gnus-backlog-request-article): Don't request nnvirtual articles.
13404 2000-11-13 22:08:09 ShengHuo ZHU <zsh@cs.rochester.edu>
13406 * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13407 * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13409 2000-11-13 20:43:37 ShengHuo ZHU <zsh@cs.rochester.edu>
13411 * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13412 * mml.el (mml-generate-mime-1): Use charset attribute.
13413 * mm-bodies.el (mm-encode-body): Add parameter charset.
13414 * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13416 2000-11-13 16:09:09 ShengHuo ZHU <zsh@cs.rochester.edu>
13418 * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13419 (mml2015-mailcrypt-clear-decrypt): Ditto.
13420 (mml2015-mailcrypt-verify): Ditto.
13421 (mml2015-mailcrypt-clear-verify): Ditto.
13422 (mml2015-gpg-verify): Ditto.
13424 2000-11-13 15:29:58 ShengHuo ZHU <zsh@cs.rochester.edu>
13426 * smime.el (smime-openssl-program): Test the existence of openssl.
13427 * mml-smime.el: Require mm-decode.
13428 (mml-smime-verify-test): New function.
13429 * mm-decode.el (mm-verify-function-alist): Use it.
13431 2000-11-13 09:50:29 ShengHuo ZHU <zsh@cs.rochester.edu>
13433 * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13436 2000-11-13 Simon Josefsson <sj@extundo.com>
13438 * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13439 verification doesn't work.
13441 2000-11-12 23:36:45 ShengHuo ZHU <zsh@cs.rochester.edu>
13443 * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13444 (gnus-inews-do-gcc): Use it.
13446 2000-11-12 21:35:04 ShengHuo ZHU <zsh@cs.rochester.edu>
13448 * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13450 * mm-extern.el (mm-inline-external-body): Report error when no
13453 2000-11-12 19:48:30 ShengHuo ZHU <zsh@cs.rochester.edu>
13455 * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13457 2000-11-12 11:53:18 ShengHuo ZHU <zsh@cs.rochester.edu>
13459 * gnus-art.el (gnus-mime-button-menu): Use select-window.
13461 2000-11-12 09:47:54 ShengHuo ZHU <zsh@cs.rochester.edu>
13463 * gnus-art.el (gnus-mime-display-part): Display multipart/related
13464 as multipart/mixed.
13466 2000-11-12 David Edmondson <dme@dme.org>
13468 * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13469 and replace `.' with `\w' to allow for different syntax tables
13470 (from Vladimir Volovich).
13471 * message.el (message-newline-and-reformat): use
13472 `message-cite-prefix-regexp'.
13473 * gnus-cite.el (gnus-supercite-regexp): use
13474 `message-cite-prefix-regexp'.
13475 * gnus-cite.el (gnus-cite-parse): use
13476 `message-cite-prefix-regexp'.
13478 2000-11-12 08:52:46 ShengHuo ZHU <zsh@cs.rochester.edu>
13480 * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13481 PGP SIGNATURE. Escape leading "-"'s.
13482 (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13484 2000-11-11 15:55:35 ShengHuo ZHU <zsh@cs.rochester.edu>
13486 * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13488 2000-11-11 Simon Josefsson <sj@extundo.com>
13490 * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13492 * smime.el (smime-details-buffer): New variable.
13493 (smime-sign-region):
13494 (smime-encrypt-region):
13495 (smime-verify-region):
13496 (smime-decrypt-region): Copy OpenSSL output to the buffer.
13498 * mml-smime.el (mml-smime-verify): Support security info.
13500 2000-11-10 17:11:22 ShengHuo ZHU <zsh@cs.rochester.edu>
13502 * mm-decode.el (mm-verify-option): Set default to nil.
13503 (mm-decrypt-option): Ditto.
13504 * gnus-art.el (article-verify-x-pgp-sig): New function.
13506 2000-11-10 09:01:25 ShengHuo ZHU <zsh@cs.rochester.edu>
13508 * gnus-art.el (gnus-mime-display-alternative): Show button if no
13511 2000-11-07 Kai Gro
\e,b_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13513 * gnus-sum.el (gnus-move-split-methods): Say that
13514 `gnus-split-methods' uses file names, whereas this uses group
13515 names. (Report from Nevin Kapur)
13517 2000-11-10 01:23:20 ShengHuo ZHU <zsh@cs.rochester.edu>
13519 * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13521 2000-11-09 17:02:50 ShengHuo ZHU <zsh@cs.rochester.edu>
13523 * nnheader.el (nnheader-directory-files-is-safe): New variable.
13524 (nnheader-directory-articles): Use it.
13525 (nnheader-article-to-file-alist): Ditto.
13527 2000-11-09 16:20:37 ShengHuo ZHU <zsh@cs.rochester.edu>
13529 * rfc2047.el (rfc2047-pad-base64): New function.
13530 (rfc2047-decode): Use it.
13532 2000-11-09 08:53:04 ShengHuo ZHU <zsh@cs.rochester.edu>
13534 * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13537 2000-11-08 19:58:58 ShengHuo ZHU <zsh@cs.rochester.edu>
13539 * mml2015.el (mml2015-gpg-decrypt-1):
13540 (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13542 2000-11-08 16:37:02 ShengHuo ZHU <zsh@cs.rochester.edu>
13544 * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13546 2000-11-08 08:38:30 ShengHuo ZHU <zsh@cs.rochester.edu>
13548 * pop3.el (pop3-munge-message-separator): A message may have an
13551 2000-11-07 18:02:26 ShengHuo ZHU <zsh@cs.rochester.edu>
13553 * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13554 (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13555 (mm-uu-pgp-signed-extract): Use coding-system.
13557 2000-11-07 14:33:19 ShengHuo ZHU <zsh@cs.rochester.edu>
13559 * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13560 (gnus-insert-mime-security-button): New function.
13561 * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13562 * mml2015.el: Add security info when verify or decrypt.
13563 * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13564 (mm-uu-pgp-encrypted-extract): Ditto.
13566 2000-11-07 08:49:36 ShengHuo ZHU <zsh@cs.rochester.edu>
13568 * mm-decode.el (mm-display-parts): New function.
13569 * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13571 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13573 * gnus-mlspl.el: Documentation tweaks.
13575 2000-11-06 22:06:44 ShengHuo ZHU <zsh@cs.rochester.edu>
13577 * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13578 * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13581 2000-11-06 19:10:14 ShengHuo ZHU <zsh@cs.rochester.edu>
13583 * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13585 2000-11-06 18:17:53 ShengHuo ZHU <zsh@cs.rochester.edu>
13587 * gnus-art.el (gnus-article-encrypt): New function.
13588 (gnus-article-encrypt-protocol-alist): New variable.
13589 (gnus-article-encrypt-protocol): New variable.
13590 * mml2015.el (mml2015-self-encrypt): New function.
13591 (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13593 2000-11-06 16:02:52 ShengHuo ZHU <zsh@cs.rochester.edu>
13595 * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13596 (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13598 * mml2015.el: Remove snarf code.
13599 * mm-decode.el: Remove snarf code.
13601 2000-11-06 14:03:10 ShengHuo ZHU <zsh@cs.rochester.edu>
13603 * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13604 (mml-insert-mime): Understand gnus-decoded.
13605 (mime-to-mml): New parameter handles.
13606 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13607 * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13609 2000-11-06 13:51:37 ShengHuo ZHU <zsh@cs.rochester.edu>
13611 * mm-decode.el (mime-security): New group.
13612 (mm-verify-function-alist): Add test function.
13613 (mm-decrypt-function-alist): Ditto.
13614 (mm-snarf-option): Set default value as nil.
13615 (mm-find-part-by-type): Recursive parameter.
13616 (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13617 * mml2015.el: Support draft-ietf-openpgp-multsig.
13619 2000-11-06 13:01:27 ShengHuo ZHU <zsh@cs.rochester.edu>
13621 * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13622 (gnus-article-view-part-as-charset): New function.
13624 2000-11-05 22:34:07 ShengHuo ZHU <zsh@cs.rochester.edu>
13626 * mm-decode.el (mm-verify-option): Default value.
13627 (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13629 2000-11-05 15:06:05 ShengHuo ZHU <zsh@cs.rochester.edu>
13631 * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13633 2000-11-05 Simon Josefsson <sj@extundo.com>
13635 * mml-smime.el (mml-smime-verify): Work in original multipart
13638 * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13639 (mm-handle-multipart-ctl-parameter): Ditto.
13640 (mm-alist-to-plist): New function.
13641 (mm-dissect-buffer): Store CTL parameters and copy original buffer
13643 (mm-destroy-parts): Destroy multipart buffert.
13644 (mm-remove-part): Ditto.
13646 * mml-smime.el (mml-smime-sign): Not used.
13647 (mml-smime-encrypt): Ditto.
13649 * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13651 Verify S/MIME signature support.
13653 * mm-decode.el (mm-inline-media-tests): Add
13654 application/{x-,}pkcs7-signature.
13655 (mm-inlined-types): Ditto.
13656 (mm-automatic-display): Ditto.
13657 (mm-verify-function-alist): Ditto. Add name of method.
13658 (mm-decrypt-function-alist): Add name of method.
13659 (mm-find-part-by-type): Add documentation.
13660 (mm-possibly-verify-or-decrypt): Use new format of
13661 mm-{verify,decrypt}-function-alist. Use method names.
13663 * mml-smime.el (mml-smime-verify): New function.
13665 2000-11-04 20:38:50 ShengHuo ZHU <zsh@cs.rochester.edu>
13667 * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13669 2000-11-04 19:07:08 ShengHuo ZHU <zsh@cs.rochester.edu>
13671 * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13672 * mm-uu.el: Reorganized. Add gnatsweb, pgp-signed, pgp-encrypted.
13673 * mm-decode.el (mm-snarf-option): New variable.
13675 2000-11-04 13:08:02 ShengHuo ZHU <zsh@cs.rochester.edu>
13677 * mm-util.el (mm-subst-char-in-string): New function.
13678 (mm-replace-chars-in-string): Use it.
13679 * message.el (message-replace-chars-in-string): Use it.
13680 * nnheader.el (nnheader-replace-chars-in-string): Use it.
13681 * gnus-mh.el (mh-lib-progs): Shut up.
13683 2000-11-04 ShengHuo Zhu <zsh@cs.rochester.edu>
13685 * base64.el, md5.el: Moved to contrib directory.
13687 2000-11-04 11:13:56 ShengHuo ZHU <zsh@cs.rochester.edu>
13689 * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13690 the last article when search.
13692 2000-11-04 10:34:29 ShengHuo ZHU <zsh@cs.rochester.edu>
13694 * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13695 * nnmail.el (nnmail-pathname-coding-system): Ditto.
13697 2000-09-29 David Edmondson <dme@thus.net>
13699 * message.el (message-newline-and-reformat): Typo.
13701 2000-11-04 10:11:05 ShengHuo ZHU <zsh@cs.rochester.edu>
13703 * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13705 2000-11-04 09:53:42 ShengHuo ZHU <zsh@cs.rochester.edu>
13707 * nntp.el (nntp-decode-text): Delete bogus status lines.
13709 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
13711 * message.el (message-font-lock-keywords): Match a final newline
13712 to help font-lock's multiline support.
13714 2000-11-04 09:11:44 ShengHuo ZHU <zsh@cs.rochester.edu>
13716 * nnoo.el (nnoo-set): New function.
13718 2000-11-04 ShengHuo Zhu <zsh@cs.rochester.edu>
13720 * gpg.el, gpg-ring.el: Moved to contrib directory.
13722 2000-11-04 Simon Josefsson <sj@extundo.com>
13724 * nnimap.el (nnimap-split-inbox): Typo.
13726 2000-11-03 10:46:44 ShengHuo ZHU <zsh@cs.rochester.edu>
13728 * gnus-msg.el (gnus-msg-mail): Move it backwards.
13730 2000-11-03 Simon Josefsson <sj@extundo.com>
13732 * rfc2231.el (rfc2231-parse-qp-string): New function.
13733 (require): rfc2047.
13735 * mail-parse.el (mail-header-parse-content-type):
13736 (mail-header-parse-content-disposition): Support invalid QP
13737 encoded strings, by using `rfc2231-parse-qp-string'.
13739 2000-11-03 08:58:08 ShengHuo ZHU <zsh@cs.rochester.edu>
13741 * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13742 (rfc2231-decode-encoded-string): Typo "> X 1".
13743 (rfc2231-encode-string): Insert the name of charset.
13744 * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13746 2000-11-02 23:35:50 ShengHuo ZHU <zsh@cs.rochester.edu>
13748 * mm-decode.el (mm-save-part): Return the filename.
13749 * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13750 * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13751 (gnus-mime-action-alist): Use it.
13752 (gnus-mime-button-commands): Use it.
13753 * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13754 (mm-inline-external-body): unwind-protect.
13756 2000-11-02 21:08:49 ShengHuo ZHU <zsh@cs.rochester.edu>
13758 * gnus-art.el (gnus-insert-mime-button): Show url.
13760 2000-11-02 19:51:19 ShengHuo ZHU <zsh@cs.rochester.edu>
13762 * mml.el (mml-generate-mime-1): Support external url.
13763 * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13765 2000-11-02 16:53:32 ShengHuo ZHU <zsh@cs.rochester.edu>
13767 * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13768 * mm-decode.el (mm-display-external): Ditto.
13769 * mm-extern.el: New file.
13770 * mm-decode.el (mm-inline-media-tests): Hook it up.
13771 (mm-inlined-types): Inline message/external-body.
13773 2000-11-02 Simon Josefsson <sj@extundo.com>
13775 * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13777 * message.el (message-get-reply-headers): Better handling when
13778 Mail-Followup-To is very large.
13780 2000-11-02 13:27:56 ShengHuo ZHU <zsh@cs.rochester.edu>
13782 * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13783 * gnus-art.el (gnus-article-edit-done):
13784 * gnus-sum.el (gnus-summary-edit-article-done): Move line
13785 counting code here.
13786 * gnus-msg.el (gnus-setup-message): Remove a hack.
13788 2000-11-02 09:33:01 ShengHuo ZHU <zsh@cs.rochester.edu>
13790 * gnus-sum.el (gnus-newsgroup-variables): New variable.
13791 (gnus-summary-mode): Make them local variables.
13792 (gnus-set-global-variables): Globalize them.
13793 (gnus-summary-exit): Kill them.
13795 2000-11-02 Hrvoje Niksic <hniksic@arsdigita.com>
13797 * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13800 2000-11-01 10:07:13 ShengHuo ZHU <zsh@cs.rochester.edu>
13802 * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13803 gnus-article-wash-types.
13804 * gnus-art.el (gnus-article-wash-status): Use them.
13806 2000-11-01 08:54:11 ShengHuo ZHU <zsh@cs.rochester.edu>
13808 * mml.el (mml-read-tag): Remove spaces and LF.
13810 2000-11-01 08:01:03 ShengHuo ZHU <zsh@cs.rochester.edu>
13812 * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13813 * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13815 2000-11-01 07:39:24 ShengHuo ZHU <zsh@cs.rochester.edu>
13817 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13819 2000-10-31 22:06:13 ShengHuo ZHU <zsh@cs.rochester.edu>
13821 * gnus-sum.el (gnus-article-charset): New variable.
13822 (gnus-summary-display-article): Set it.
13823 * gnus-msg.el (gnus-copy-article-buffer): Use it.
13824 * gnus-art.el (gnus-article-mode): Make it local variable.
13826 2000-11-01 01:12:29 Lars Magne Ingebrigtsen <larsi@gnus.org>
13828 * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13830 2000-10-31 23:45:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13832 * nnwfm.el: New file.
13834 * nnweb.el (nnweb-replace-in-string): New function.
13836 2000-10-31 17:32:02 ShengHuo ZHU <zsh@cs.rochester.edu>
13838 * mml2015.el: Wrap gpg.el.
13839 * gpg.el (gpg-verify): The last argument of apply is a list.
13840 (gpg-encrypt): Add passphrase as a parameter.
13842 2000-10-31 17:28:45 ShengHuo ZHU <zsh@cs.rochester.edu>
13844 * gpg.el: New file.
13845 * gpg-ring.el: New file.
13847 2000-10-31 11:44:29 ShengHuo ZHU <zsh@cs.rochester.edu>
13849 * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13851 2000-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
13853 * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13854 double-quote characters.
13855 (gnus-summary-prepare-threads): Ditto.
13857 2000-10-31 08:36:03 ShengHuo ZHU <zsh@cs.rochester.edu>
13859 * gnus-art.el (gnus-mime-display-single): Forward line -1.
13860 * mml.el (mml-read-tag): Don't skip the leading space.
13861 * lpath.el (font-lock-set-defaults): Shut up.
13863 2000-10-31 00:04:35 ShengHuo ZHU <zsh@cs.rochester.edu>
13865 * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13867 2000-10-30 23:37:07 ShengHuo ZHU <zsh@cs.rochester.edu>
13869 * qp.el (quoted-printable-encode-region): Replace leading - when
13871 * mml.el (mml-generate-mime-postprocess-function): Removed.
13872 (mml-postprocess-alist): Removed.
13873 (mml-generate-mime-1): Use ultra-safe when sign.
13874 * mml2015.el (mml2015-fix-micalg): Uppercase.
13875 (mml2015-verify): Insert LF.
13876 (mml2015-mailcrypt-sign): Downcase; search backward.
13878 2000-10-16 11:36:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
13880 * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13882 (nnultimate-table-regexp): New variable.
13883 (nnultimate-forum-table-p): Use it.
13885 2000-10-30 Ed L Cashin <ecashin@coe.uga.edu>
13888 * gnus-sum.el (gnus-summary-expire-articles): Save point.
13890 2000-10-30 08:52:50 ShengHuo ZHU <zsh@cs.rochester.edu>
13892 * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13893 (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13895 2000-10-30 08:38:12 ShengHuo ZHU <zsh@cs.rochester.edu>
13897 * mml2015.el: Shut up.
13899 2000-10-30 08:17:46 ShengHuo ZHU <zsh@cs.rochester.edu>
13901 * gnus.el (gnus-server-browse-hashtb): Removed.
13902 * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13903 (gnus-group-insert-group-line-info): Use simplified method.
13904 * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13906 2000-10-30 01:52:40 ShengHuo ZHU <zsh@cs.rochester.edu>
13908 * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13910 * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13911 * gnus-group.el (gnus-group-prepare-flat): Use it.
13912 * gnus-topic.el (gnus-group-prepare-topics): Use it.
13914 2000-10-30 01:23:49 ShengHuo ZHU <zsh@cs.rochester.edu>
13916 * mml.el (mml-mode): Show menu in XEmacs.
13918 2000-10-30 00:49:33 ShengHuo ZHU <zsh@cs.rochester.edu>
13920 * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13921 (gnus-server-read-server-in-server-buffer): New function.
13922 (gnus-browse-foreign-server): Browse in group buffer.
13923 * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13924 (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13925 * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13926 * gnus.el (gnus-server-browse-hashtb): New variable.
13928 2000-10-29 22:31:40 ShengHuo ZHU <zsh@cs.rochester.edu>
13930 * nnfolder.el (nnfolder-open-nov): Use group.
13932 2000-10-29 17:23:15 ShengHuo ZHU <zsh@cs.rochester.edu>
13934 * nnfolder.el: Add NOV. Set version to 2.0.
13935 (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13937 2000-10-29 10:35:08 ShengHuo ZHU <zsh@cs.rochester.edu>
13939 * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13941 2000-10-29 09:42:05 ShengHuo ZHU <zsh@cs.rochester.edu>
13943 * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13944 (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13946 2000-10-29 08:28:58 ShengHuo ZHU <zsh@cs.rochester.edu>
13948 * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13950 2000-10-28 19:11:01 ShengHuo ZHU <zsh@cs.rochester.edu>
13952 * mm-decode.el (mm-verify-function-alist): New variable.
13953 (mm-verify-option): New variable.
13954 (mm-decrypt-function-alist): Ditto.
13955 (mm-decrypt-option): Ditto.
13956 (mm-find-raw-part-by-type): New function.
13957 (mm-possibly-verify-or-decrypt): New function.
13958 (mm-dissect-multipart): Use it.
13959 * mml2015.el (mml2015-fix-micalg): New function.
13960 (mml2015-decrypt): Use new interface.
13961 (mml2015-verify): Use new interface.
13962 (mml2015-setup): Make it bogus.
13964 2000-10-28 16:54:45 ShengHuo ZHU <zsh@cs.rochester.edu>
13966 * mml.el (mml-generate-mime-postprocess-function): Set to
13968 (autoload): Autoload mml2015 and mml-smime.
13969 (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13970 * mml2015.el (mml2015-encrypt): New function.
13971 (mml2015-sign): New function.
13972 (mml2015-encrypt-function): New variable.
13973 (mml2015-sign-function): New variable.
13974 (mml2015-mailcrypt-encrypt): Use message-recipients.
13975 (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13976 * mml-smime.el (mml-smime-setup): Ditto.
13978 2000-10-28 Simon Josefsson <sj@extundo.com>
13980 * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13981 Communigate Pro 3.3.1 server.
13983 * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13985 (mml-secure-dns-server): Removed.
13986 (mml-secure-part-smime-encrypt-by-dns): Use DIG interface. Don't
13987 write certificates to files.
13989 * smime.el (smime-dns-server): New variable.
13990 (smime-mail-to-domain):
13991 (smime-cert-by-dns): New functions.
13993 * dig.el: New file.
13995 2000-10-28 10:09:41 ShengHuo ZHU <zsh@cs.rochester.edu>
13997 * message.el (message-options): New variable.
13998 (message-options-set-recipient): New function.
13999 (message-send): Use them.
14000 * gnus-int.el (gnus-request-replace-article): Use them.
14001 (gnus-request-accept-article): Ditto.
14002 * mml.el (mml-preview): Use them.
14003 * gnus-sum.el (gnus-summary-edit-article): Use them.
14005 * message.el (message-options-get): New function.
14006 (message-options-get): New function.
14007 * rfc2047.el (rfc2047-encode-message-header): Use them.
14008 * mm-bodies.el (mm-encode-body): Use them.
14010 2000-10-28 Simon Josefsson <sj@extundo.com>
14012 * nnimap.el (nnimap-retrieve-which-headers):
14013 (nnimap-request-article-part): Quote message-id.
14015 * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14016 (smime-CA-file): New variable.
14017 (smime-call-openssl-region): Don't error.
14018 (smime-sign-region): Return result value.
14019 (smime-encrypt-region): Ditto.
14020 (smime-verify-region): New function.
14021 (smime-decrypt-region): Ditto.
14022 (smime-verify-buffer): Ditto.
14023 (smime-decrypt-buffer): Ditto.
14025 * mml.el: Require mml-sec.
14026 (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14027 (mml-mode-map): Add "sign" and "encrypt" maps.
14028 (mml-menu): Add security menu.
14029 (mml-preview): Use generate-new-buffer.
14031 * mml-sec.el: New file.
14033 2000-10-28 03:43:03 ShengHuo ZHU <zsh@cs.rochester.edu>
14035 * mm-decode.el (mm-find-part-by-type): Move it here.
14036 * mml.el (mml-postprocess): Move it here.
14037 (mml-postprocess-alist): Move it here. Merge them.
14039 2000-10-28 03:38:39 ShengHuo ZHU <zsh@cs.rochester.edu>
14041 * rfc2047.el (rfc2047-encode-message-header): Make sure no
14042 unencoded stuff in the header.
14044 2000-10-28 02:40:46 ShengHuo ZHU <zsh@cs.rochester.edu>
14046 * gnus-group.el (gnus-group-listed-groups): New variable.
14047 (gnus-group-list-option): New variable.
14048 (gnus-group-list-limit-map): New keymap.
14049 (gnus-group-list-flush-map): New keymap.
14050 (gnus-group-list-plus-map): New keymap.
14051 (gnus-group-prepare-logic): New function.
14052 (gnus-group-prepare-flat): Merge with
14053 gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14054 (gnus-group-prepare-flat-list-dead): Ditto.
14055 (gnus-group-list-matching): Use gnus-group-prepare-function.
14056 (gnus-group-list-dormant): Ditto.
14057 (gnus-group-list-cached): Ditto.
14058 (gnus-group-listed-groups): New function.
14059 (gnus-group-list-limit): New function.
14060 (gnus-group-list-flush): New function.
14061 (gnus-group-list-plus): New function.
14062 * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14063 (gnus-topic-prepare-topic): Ditto.
14065 2000-10-27 Paul Jarc <prj@po.cwru.edu>
14067 * message.el (message-insert-to, message-get-reply-headers):
14068 (message-reply, message-followup): Mail-{Followup,Reply}-To.
14070 2000-10-27 19:45:58 ShengHuo ZHU <zsh@cs.rochester.edu>
14072 * mml2015.el: New file.
14073 * smime.el: New file.
14074 * mml-smime.el: New file.
14076 2000-10-27 19:42:12 ShengHuo ZHU <zsh@cs.rochester.edu>
14078 * ChangeLog: Moved to ChangeLog.1.
14080 Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14081 Copying and distribution of this file, with or without modification,
14082 are permitted provided the copyright notice and this notice are preserved.
14084 ;; Local Variables:
14085 ;; coding: iso-2022-7bit