Merge from gnus--rel--5.10
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * mail-source.el (mail-source-delete-old-incoming-confirm): Change
4 default to nil.
5 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6
7 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8
9 * gnus-art.el (gnus-narrow-to-page): Position point properly.
10 (gnus-article-goto-prev-page): Work for articles having ^L's.
11
12 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13
14 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15
16 2008-03-05 Reiner Steib <Reiner.Steib@gmx.de>
17
18 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
19 Suggested by <chris.anderton@zetnet.co.uk>.
20
21 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
22
23 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
24 empty author.
25
26 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
27
28 * mail-source.el (mail-source-delete-incoming): Change default.
29 Supplement doc string.
30
31 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
32
33 * nnmail.el (nnmail-message-id-cache-file): Derive from
34 `gnus-home-directory'.
35
36 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
37
38 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
39 Document negative prefix.
40
41 * gnus-group.el (gnus-group-read-group): Document negative prefix.
42
43 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
44
45 * gnus.el (gnus-group-startup-message): Add `find-image' call before
46 image-load-path is let-bound. Reported by Harald Hanche-Olsen
47 <hanche@math.ntnu.no>.
48
49 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
50
51 * gnus-sum.el (gnus-article-sort-by-random)
52 (gnus-thread-sort-by-random): Fix doc strings. Reported by
53 jidanni@jidanni.org.
54
55 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
56
57 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
58 convention in doc string.
59
60 2007-12-14 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
61
62 * gnus-sum.el (gnus-summary-mark-unread-as-read)
63 (gnus-summary-mark-read-and-unread-as-read)
64 (gnus-summary-mark-current-read-and-unread-as-read)
65 (gnus-summary-mark-unread-as-ticked): Doc fix.
66 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
67
68 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
69
70 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
71 Christoph Conrad <christoph.conrad@gmx.de>.
72
73 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
74
75 * message.el (message-ignored-supersedes-headers): Add "X-ID".
76
77 2007-11-24 Glenn Morris <rgm@gnu.org>
78
79 * message.el (message-tool-bar-retro): Update for rename
80 mail_send.xpm->mail-send.xpm.
81
82 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
83
84 * nnimap.el (nnimap-split-download-body):
85 * gnus-demon.el (gnus-demon): Fix typos in docstrings.
86
87 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstring.
88 (gnus-uu-decode-save): Fix typo in prompt.
89
90 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
91
92 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
93
94 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
95
96 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
97
98 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
99
100 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
101 risky local variable.
102
103 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
104
105 2007-11-01 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
106
107 * message.el (message-use-alternative-email-as-from): Examine the
108 From header as well; use message-make-from in order to include a
109 user's full name. [ Backported bug fix from No Gnus. ]
110
111 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
112
113 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
114
115 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
116
117 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
118
119 2007-10-23 Richard Stallman <rms@gnu.org>
120
121 * gnus-group.el (gnus-group-highlight): Mark as risky.
122
123 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
124
125 * gnus.el (gnus-server-to-method): Return method found first in
126 gnus-newsrc-alist.
127
128 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
129
130 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
131 `next-line'.
132
133 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
134
135 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
136 exclude address matching message-dont-reply-to-names.
137
138 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
139
140 * gnus-util.el (gnus-string<): New function.
141
142 * gnus-sum.el (gnus-article-sort-by-author)
143 (gnus-article-sort-by-subject): Use it.
144
145 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
146
147 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
148 the frame-focus tag is set in gnus-buffer-configuration.
149
150 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
151
152 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
153
154 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
155
156 * Relicense "GPLv2 or later" files to "GPLv3 or later".
157
158 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
159
160 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
161 Suggested by Leo <sdl.web@gmail.com>.
162
163 * gnus.el: Do.
164
165 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
166
167 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
168 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
169
170 * gnus-agent.el (gnus-agent-fetch-headers): Do.
171
172 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
173 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
174
175 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
176
177 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
178 newline.
179 (nnmbox-request-accept-article): Don't change article in source buffer;
180 narrow to header to use message-fetch-field rather than
181 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
182 (nnmbox-request-replace-article): Quote lines that'll be misidentified
183 as delimiters; make sure article ends with newline.
184 (nnmbox-delete-mail): Correct last position of article to be deleted;
185 ignore X-Gnus-Newsgroup header in article body.
186 (nnmbox-save-mail): Quote lines looking like delimiters at the right
187 positions; make sure article ends with newline.
188
189 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
190
191 * gnus-cus.el (gnus-score-extra): New widget.
192 (gnus-score-extra-convert): New function.
193 (gnus-score-customize): Use it for Extra.
194
195 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
196
197 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
198 (mml-generate-mime-1): Don't encode body if it is specified to be in
199 raw form; don't make buffer be unibyte when inserting multibyte string.
200
201 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * sha1.el: Fix up comment style.
204 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
205 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
206
207 * hex-util.el: Fix up comment style.
208 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
209
210 * gnus-salt.el: Use with-current-buffer.
211 (gnus-pick-setup-message): Fix long-standing typo.
212
213 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
214
215 * gnus-art.el (gnus-article-summary-command-nosave)
216 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
217
218 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
219
220 * gnus.el (gnus-maximum-newsgroup): New variable.
221
222 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
223 according to gnus-maximum-newsgroup.
224
225 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
226 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
227 Limit the range of articles according to gnus-maximum-newsgroup.
228
229 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
230
231 * nntp.el (nntp-xref-number-is-evil): New server variable.
232 (nntp-find-group-and-number): If it is non-nil, don't trust article
233 numbers in the Xref header.
234
235 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
236
237 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
238
239 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
240
241 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
242
243 2007-08-08 Glenn Morris <rgm@gnu.org>
244
245 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
246 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
247 doc-strings and comments.
248
249 2007-07-25 Glenn Morris <rgm@gnu.org>
250
251 * Relicense all FSF files to GPLv3 or later.
252
253 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
254
255 * gnus-msg.el (gnus-summary-supersede-article)
256 (gnus-summary-resend-message-edit): Add Gcc header.
257 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
258 article's Message-ID; refer parent article in summary buffer.
259
260 * message.el (message-bounce): Call mime-to-mml.
261
262 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
263
264 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
265 string.
266
267 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
268
269 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
270
271 2007-07-14 David Kastrup <dak@gnu.org>
272
273 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
274 finishing actions if we did not edit the article.
275
276 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
277
278 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
279 (gnus-server-closed-face, gnus-server-denied-face)
280 (gnus-server-offline-face): Remove variable.
281 (gnus-server-font-lock-keywords): Use faces that are not aliases.
282
283 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
284 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
285 if the coding-system argument is nil for XEmacs.
286
287 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
288 mm-charset-override-alist.
289
290 * rfc2047.el: Don't require base64; require rfc2045 for the function
291 rfc2045-encode-string.
292 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
293 to quote the parameter value.
294
295 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
296
297 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
298 as unfetched articles.
299
300 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
301
302 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
303
304 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
305
306 * gnus-art.el (gnus-article-summary-command-nosave)
307 (gnus-article-read-summary-keys): Don't set the 3rd arg of
308 pop-to-buffer for XEmacs.
309
310 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
311
312 * gnus-agent.el (gnus-agent-fetch-headers)
313 (gnus-agent-retrieve-headers): Bind
314 gnus-decode-encoded-address-function to identity.
315
316 * nntp.el (nntp-send-xover-command): Recognize an xover command is
317 available also when the server returns simply a dot.
318
319 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
320
321 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
322
323 * gnus-ems.el (gnus-x-splash): Make it work.
324
325 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
326 from being used.
327
328 * gnus-art.el (gnus-article-summary-command-nosave): Correct the order
329 of the arguments passed to pop-to-buffer.
330 (gnus-article-read-summary-keys): Ditto.
331
332 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
333
334 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
335
336 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
337
338 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
339 * gnus-sum.el (gnus-summary-highlight):
340 * mail-source.el (mail-source-delete-old-incoming-confirm):
341 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
342
343 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
344
345 * gnus-art.el (gnus-mime-view-part-externally)
346 (gnus-mime-view-part-internally): Fix predicate function passed to
347 completing-read.
348
349 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image;
350 return t if image size is just the same as window size.
351
352 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
353
354 * message.el (message-pop-to-buffer): Add switch-function argument.
355 (message-mail): Pass switch-function argument to it.
356
357 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
358
359 * message.el (message-narrow-to-headers-or-head): Ignore
360 mail-header-separator in the body.
361
362 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
363
364 * gnus-art.el (gnus-article-mode): Fix comment about displaying
365 non-break space.
366
367 2007-05-09 Didier Verna <didier@xemacs.org>
368
369 * gnus-diary.el, nndiary.el: Remove the description comment (nndiary is
370 now properly documented in the Gnus manual). Fix the spelling of "Back
371 End".
372
373 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
374
375 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
376 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
377 displayed of multipart/alternative part if it is invoked from summary
378 buffer.
379 (gnus-article-part-wrapper): Select article window.
380
381 * mm-view.el (mm-inline-text-html-render-with-w3m)
382 (mm-inline-text-html-render-with-w3m-standalone)
383 (mm-inline-render-with-function): Use mail-parse-charset by default.
384
385 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
386
387 * gnus-msg.el (gnus-inews-yank-articles): Use
388 message-exchange-point-and-mark instead of exchange-point-and-mark.
389
390 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
391
392 * message.el (message-yank-original): Make sure cited text ends with
393 newline; don't exchange point and mark.
394
395 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
396
397 * tls.el (open-tls-stream): Properly handle case where there
398 is no associated buffer.
399
400 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
401
402 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
403 message-yank-original, make sure (< mark TEXT point).
404
405 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
406
407 * nnmail.el (nnmail-spool-file): Mark as obsolete.
408 (nnmail-get-new-mail): Reformat.
409
410 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
411
412 * gmm-utils.el: Fix Commentary.
413 (gmm-tool-bar-from-list): Fix typo in doc string.
414
415 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
416
417 * message.el (message-yank-original): Fix bug:
418 Don't switch point and mark unnecessarily.
419
420 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
421
422 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
423 evaluation of gnus-extended-version to ensure correct generation of the
424 User-Agent header when message-generate-headers-first is used.
425
426 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
427
428 * gnus-art.el (gnus-button-alist): Also catch `<f1> k ...'.
429 (gnus-treat-display-x-face): Fix doc string.
430
431 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
432
433 * message.el (message-required-news-headers):
434 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
435
436 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
437
438 * message.el (message-generate-new-buffers): Change the meaning of the
439 nil value; add `standard' to the choices; treat t as `unique'; improve
440 doc string.
441 (gnus-select-frame-set-input-focus): Autoload.
442 (message-buffer-name): Search for the existing message buffer if
443 message-generate-new-buffers is nil or `standard'; treat the value t of
444 message-generate-new-buffers as `unique'.
445 (message-pop-to-buffer): Raise the frame already displaying the message
446 buffer; clear the echo area after querying.
447 (message-setup): Pass the `continue' argument to compose-mail.
448 (message-mail): Prefer `switch-function' if it is given; search for the
449 existing message buffer if the `continue' argument is non-nil; pass
450 continue and switch-function arguments to compose-mail by way of
451 message-setup.
452 (message-mail-other-window): Adjust argument of message-setup.
453 (message-mail-other-frame): Ditto.
454
455 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
456
457 * message.el (message-make-in-reply-to): Quote name containing
458 non-ASCII characters. It will make the RFC2047 encoder cause an error
459 if there are special characters. Reported by NAKAJI Hiroyuki
460 <nakaji@jp.freebsd.org>.
461
462 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
463
464 * nntp.el (nntp-never-echoes-commands)
465 (nntp-open-connection-functions-never-echo-commands): New variables.
466 (nntp-send-command): Use them.
467
468 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
469
470 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
471 articles posted in the last 24 hours.
472
473 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
474
475 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
476
477 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
478
479 * nnweb.el (nnweb-google-parse-1): Update parser.
480
481 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
482
483 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
484
485 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
486
487 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
488 regexp.
489
490 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
491
492 * uudecode.el (uudecode-string-to-multibyte): New function emulating
493 string-to-multibyte.
494 (uudecode-decode-region-internal): Use it.
495
496 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
497
498 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
499 custom choice.
500
501 * gnus-art.el (gnus-signature-limit): Fix custom choice.
502
503 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
504
505 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
506 Use gnus-home-directory instead of "~/" or "$HOME".
507
508 2007-01-12 Kenichi Handa <handa@m17n.org>
509
510 * uudecode.el (uudecode-decode-region-internal): Make it work in a
511 multibyte buffer.
512
513 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
514
515 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
516
517 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
518
519 * gnus-soup.el: Add missing :group in previous change.
520
521 2007-01-05 Reiner Steib <Reiner.Steib@gmx.de>
522
523 * gnus-soup.el (gnus-soup): New custom group. Make user variables
524 customizable.
525
526 2007-01-03 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
527
528 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
529 headers read from disk with the ones newly found in the current search.
530 This should no longer cause problems, because the article numbers in
531 Gmane's `nov.php' output are ignored since the previous change.
532
533 2006-01-03 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
534
535 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
536 solid groups.
537
538 2006-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
539
540 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
541 the headers when creating the mapping to avoid mismappings.
542 (nnweb-gmane-create-mapping): Always nix out old mapping.
543
544 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
545
546 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
547
548 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
549
550 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
551
552 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
553
554 * gnus-sum.el (gnus-summary-insert-dormant-articles): Fix typo in
555 message.
556
557 2006-12-29 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
558
559 * nnimap.el (nnimap-expunge-search-string): Mention
560 nnimap-search-uids-not-since-is-evil in docstring.
561
562 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
563
564 * spam.el: Revert to make-obsolete-variable because
565 define-obsolete-variable-alias is not supported in Emacs 21.
566
567 2006-12-28 Daiki Ueno <ueno@unixuser.org>
568
569 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
570 summary buffer.
571
572 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
573
574 * spam.el (spam-ifile-path, spam-ifile-database-path)
575 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
576 make-obsolete-variable.
577
578 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
579
580 * message.el (message-make-fqdn): Fix comment.
581 (message-bogus-system-names): Add ".local".
582
583 * spam.el (spam-ifile-path, spam-ifile-program)
584 (spam-ifile-database-path, spam-ifile-database)
585 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
586 Don't use "path" inappropriately.
587 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
588 strings.
589 (spam-check-ifile, spam-ifile-register-with-ifile)
590 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
591 new variable names.
592
593 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
594 (gnus-treat-display-smileys): Simplify using
595 gnus-image-type-available-p.
596
597 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
598 available.
599
600 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
601
602 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
603 one after turning on the buffer's multibyteness instead of decoding
604 them directly in the unibyte buffer that causes unexpected conversion
605 in Emacs 23 (unicode).
606
607 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
608
609 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
610 disconnect icons. Add help text.
611
612 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
613
614 * legacy-gnus-agent.el: Add Copyright notice.
615
616 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
617
618 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
619
620 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
621
622 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
623 specifying array size.
624 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
625 array if it is too small.
626 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
627 (gnus-sort-threads-loop): New function.
628
629 2006-12-06 Chris Moore <dooglus@gmail.com>
630
631 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
632 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
633
634 2006-12-04 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
635
636 * mm-url.el (mm-url-predefined-programs): Call curl with correct
637 options.
638
639 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
640
641 * mml2015.el (mml2015-pgg-clear-verify): Replace encode-coding-string
642 with mm-encode-coding-string.
643
644 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
645
646 * nneething.el (nneething-decode-file-name): Replace
647 decode-coding-string with mm-decode-coding-string.
648
649 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
650
651 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
652 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
653
654 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
655 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
656 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
657 (gnus-group-make-directory-group, gnus-group-transpose-groups):
658 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
659 (gnus-subscribe-newsgroup, gnus-1):
660 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
661 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
662 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
663 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
664
665 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
666
667 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
668
669 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
670
671 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
672 and comment it.
673
674 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
675
676 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
677
678 * gnus-util.el (gnus-extract-address-components): Improve comment.
679
680 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
681
682 * gnus-util.el (gnus-extract-address-components): Work with address in
683 which the name portion contains @.
684
685 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
686
687 * gnus.el (gnus-start): Move custom group up.
688 (gnus-select-method): Don't autoload, but make it available for
689 `customize-variable'.
690 (gnus-getenv-nntpserver): Don't autoload.
691
692 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
693
694 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
695 mm-with-unibyte-current-buffer to make string unibyte.
696
697 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
698 mm-string-as-multibyte.
699
700 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
701
702 * message.el: Merge from the trunk to fix the bug WRT double encoded
703 subjects.
704 (message-replacement-char): New variable.
705 (message-fix-before-sending): Use it.
706 (message-simplify-subject): New function to remove duplicate code.
707 (message-reply, message-followup): Use it.
708 (message-simplify-subject-functions): New variable.
709 (message-strip-subject-encoded-words): New function.
710
711 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
712
713 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
714 instead of gnus-intersection because arguments of gnus-sorted-nunion
715 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
716
717 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
718
719 * gnus-diary.el (gnus-diary-delay-format-function):
720 * nndiary.el (nndiary-reminders):
721 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
722
723 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
724
725 * gnus-art.el (article-hide-boring-headers): Fetch date from
726 gnus-original-article-buffer to avoid problems with localized date
727 strings.
728
729 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
730
731 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
732
733 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
734
735 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
736 New variables.
737 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
738 (mm-charset-synonym-alist): Move some entries to
739 mm-codepage-iso-8859-list.
740 (mm-charset-synonym-alist, mm-charset-override-alist): Add
741 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
742
743 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
744
745 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
746
747 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
748
749 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
750 with Emacs 21 and XEmacs.
751
752 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
753
754 * mm-view.el: Add interactive arg to html2text autoload.
755
756 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
757
758 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
759
760 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
761
762 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
763 names.
764
765 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
766
767 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
768
769 * message.el (message-headers-to-generate): Fix typo in docstring.
770
771 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
772
773 * gnus.el (gnus-mime): Remove unused custom group.
774 (gnus-getenv-nntpserver, gnus-select-method): Autoload.
775
776 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
777
778 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
779 "blank line" when searching for end of armor headers.
780
781 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
782
783 * gmm-utils.el (gmm-write-region): Fix variable name.
784
785 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
786
787 * gmm-utils.el (gmm-write-region): New function based on compatibility
788 code from `mm-make-temp-file'.
789
790 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
791
792 * nnmaildir.el (nnmaildir--update-nov)
793 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
794 Use `gmm-write-region'.
795
796 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
797
798 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
799 gnus-summary-limit-to-articles.
800
801 2006-10-04 Romain Francoise <romain@orebokech.com>
802
803 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
804 Moved here (and renamed) from gnus-registry.el.
805
806 * gnus-registry.el: Require gnus-util.
807 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
808
809 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
810
811 * pop3.el (pop3-authentication-scheme): Clarify doc.
812 (pop3-movemail): Warn about pop3-leave-mail-on-server.
813
814 2006-10-04 Dave Love <fx@gnu.org>
815
816 * pop3.el (pop3-authentication-scheme): Add custom version.
817
818 2006-10-04 Jesper Harder <harder@ifa.au.dk>
819
820 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
821 doc string. Improve doc string.
822
823 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
824
825 * gnus-util.el (gnus-with-local-quit): New macro.
826
827 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
828
829 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
830
831 * gmm-utils.el (gmm): Adjust custom version.
832
833 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
834 custom version.
835
836 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
837
838 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
839
840 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
841
842 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
843
844 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
845 regexp. Articles containing quotation were cut prematurely.
846
847 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
848
849 * message.el (message-cite-original-without-signature): Use nobody by
850 default for the value of From header.
851 (message-cite-original): Ditto.
852 (message-reply): Ditto.
853
854 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
855
856 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
857 mails in the doc string. Add some URLs in comment.
858
859 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
860
861 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
862 backslashes handling and the way to find boundaries of quoted strings.
863
864 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
865
866 * gnus-art.el (gnus-button-regexp, gnus-button-marker-list)
867 (gnus-button-last): Move up. Convert comments into doc strings.
868
869 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
870
871 * message.el (message-send-mail-with-sendmail): Look for sendmail in
872 several common directories.
873
874 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
875
876 * gnus-art.el (article-decode-encoded-words): Make it fast.
877
878 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
879
880 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
881
882 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
883 in quoted string into `\'.
884
885 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
886
887 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
888 Use standard-syntax-table.
889
890 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
891
892 * gnus-art.el (gnus-decode-address-function): New variable.
893 (article-decode-encoded-words): Use it to decode headers which are
894 assumed to contain addresses.
895 (gnus-mime-delete-part): Remove useless `or'.
896
897 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
898 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
899 (gnus-nov-parse-line): Use it to decode From header.
900 (gnus-get-newsgroup-headers): Ditto.
901 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
902
903 * mail-parse.el (mail-decode-encoded-address-region): New alias.
904 (mail-decode-encoded-address-string): New alias.
905
906 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
907 New function.
908 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
909 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
910 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
911 (rfc2047-decode-string): Ditto.
912 (rfc2047-decode-address-region): New function.
913 (rfc2047-decode-address-string): New function.
914
915 2006-08-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
916
917 [ Backported bug fix from No Gnus. ]
918
919 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
920 looking up the method using GROUP's prefix before inventing a new one.
921 It is used on killed/unknown groups in various places where returning
922 an all-new method isn't expected by the caller.
923
924 * gnus-util.el (gnus-group-server): Copy required macro from No Gnus.
925
926 2006-08-13 Romain Francoise <romain@orebokech.com>
927
928 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
929 space.
930
931 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
932
933 * compface.el (uncompface): Use binary rather than raw-text-unix.
934
935 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
936
937 * compface.el (uncompface): Make sure the eol conversion doesn't take
938 place when communicating with the external programs. Reported by
939 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
940
941 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
942
943 * nnheader.el (nnheader-insert-head): Fix typo in comment.
944
945 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
946
947 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
948 Make it more robust by parsing author and date independently.
949
950 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
951
952 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
953
954 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
955
956 * nnheader.el (nnheader-insert-head): Make it work even if the file
957 uses CRLF for the line-break code.
958
959 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
960
961 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
962 workaround for the url package included with Emacs.
963
964 * nnweb.el (nnweb-google-create-mapping): Update regexp.
965
966 2006-07-18 Karl Fogel <kfogel@red-bean.com>
967
968 * nnmail.el (nnmail-article-group): If splitting raises an error, give
969 some information about the error when saying that the `bogus' mail
970 group will be used.
971
972 2006-07-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
973
974 [ Backported bug fixes from No Gnus. ]
975
976 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
977 (nnweb-google-search): Respect nnweb-max-hits as upper bound.
978 (nnweb-request-article): Do proper xwfu encoding when fetching articles
979 by message-id.
980
981 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
982 unsubscribed groups as if they were killed ones. It causes duplicate
983 entries in gnus-newsrc-alist.
984
985 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
986
987 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
988 string.
989
990 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
991
992 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
993
994 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
995
996 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
997
998 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
999
1000 * gnus-diary.el (gnus-user-format-function-d)
1001 (gnus-user-format-function-D): Autoload.
1002
1003 2006-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1004
1005 * gnus-group.el (gnus-group-select-group): Doc fix.
1006 [ See 2004-05-19 change on the trunk. ]
1007
1008 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
1009
1010 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1011
1012 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
1013
1014 * message.el (message-syntax-checks): Doc fix.
1015
1016 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
1017
1018 * message.el (message-syntax-checks): Doc fix.
1019 (message-send-mail): Add check for continuation headers.
1020 (message-check-news-header-syntax): Fix regexp used to check for
1021 continuation headers.
1022
1023 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
1024
1025 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1026
1027 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
1028
1029 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1030 to fill the utf-8 entry.
1031
1032 2006-06-05 Dan Christensen <jdc@uwo.ca>
1033
1034 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
1035 respect display group parameter and gnus-summary-expunge-below.
1036 (gnus-articles-to-read): Remove unused reference to display group
1037 parameter.
1038 [ Merge 2004-07-06 change from the trunk. ]
1039
1040 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
1041
1042 * gnus-ml.el (gnus-mailing-list-subscribe)
1043 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1044 (gnus-mailing-list-message): Fix doc strings.
1045
1046 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1047
1048 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1049 of doing it manually.
1050
1051 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
1052
1053 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
1054 must be explicitly online rather than "not explicitly offline" for
1055 its flags to be synchronized.
1056 (gnus-agent-read-local): All symbols allocated in my-obarray
1057 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1058 (gnus-agent-regenerate-group): Check numeric names to see if they are
1059 messages or groups.
1060
1061 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1062
1063 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1064 (gnus-saved-headers): Ditto.
1065 (gnus-default-article-saver): Doc fix; add
1066 gnus-summary-write-body-to-file; mention functions may have properties.
1067 (gnus-article-save-coding-system): New variable.
1068 (gnus-article-save): Override gnus-save-all-headers and
1069 gnus-saved-headers by :headers property which saver function may have.
1070 (gnus-read-save-file-name): Add optional `dir-var' argument which
1071 specifies directory in which files are saved; work even if optional
1072 `variable' argument is not specified.
1073 (gnus-summary-save-in-file): Add properties :decode and :headers.
1074 (gnus-summary-write-to-file): Add properties :decode, :function, and
1075 :headers; read file name.
1076 (gnus-summary-save-body-in-file): Add :decode property; add optional
1077 `overwrite' argument.
1078 (gnus-summary-write-body-to-file): New function; add properties
1079 :decode and :function.
1080 (gnus-output-to-file): Add coding cookie and encode text according
1081 to gnus-article-save-coding-system; don't use mm-append-to-file.
1082
1083 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1084 (gnus-summary-local-variables): Add it.
1085 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1086 (gnus-summary-save-article): Require gnus-art; save decoded articles
1087 if function that gnus-default-article-saver specifies has `:decode'
1088 property; bind gnus-prompt-before-saving to t when saving many
1089 articles in a file; move point to article which will be saved.
1090 (gnus-summary-write-article-body-file): New function.
1091
1092 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1093
1094 * uudecode.el (uudecode-decode-region-external): Fix previous commit.
1095
1096 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
1097
1098 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1099 after-load-alist.
1100
1101 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1102
1103 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1104 coding system in XEmacs, use binary.
1105
1106 * mail-source.el (mail-sources): Fix custom type.
1107
1108 * imap.el (Commentary): Fix typo.
1109
1110 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
1111
1112 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1113 (gnus-summary-expire-articles-now): Shorten prompt.
1114
1115 * gmm-utils.el (wid-edit): Require.
1116 (defun-gmm): Renamed from `gmm-defun-compat'.
1117 (gmm-image-search-load-path): Use it.
1118 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
1119
1120 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1123 (mm-copy-to-buffer): Use with-current-buffer.
1124 (mm-display-part): Simplify.
1125 (mm-inlinable-p): Add optional arg `type'.
1126
1127 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1128 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1129 Try harder to show the attachment internally or externally using
1130 gnus-mime-view-part-as-type.
1131
1132 2006-05-04 Reiner Steib <Reiner.Steib@gmx.de>
1133
1134 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
1135 `filename' from Content-Disposition if Content-Type doesn't
1136 provide `name'.
1137 (gnus-mime-view-part-as-type): Set default instead of initial-input.
1138
1139 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
1140
1141 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1142 unibyte after clear-decrypt function runs.
1143
1144 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1145 returns as a unibyte string.
1146
1147 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
1148
1149 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1150 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1151 (mml1991-pgg-encrypt): Ditto.
1152
1153 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
1154
1155 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1156 (gnus-outlook-deuglify-unwrap-max): Remove autoload.
1157
1158 * mml-sec.el (mml-secure-method): New internal variable.
1159 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
1160 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
1161 New functions using mml-secure-method. Sync from the trunk.
1162
1163 * mml.el (mml-mode-map): Add key bindings for those functions.
1164 (mml-menu): Simplify security menu entries. Suggested by Jesper
1165 Harder <harder@myrealbox.com>. Sync from the trunk.
1166
1167 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1168 .mobi and .travel. Remove .nato, .bitnet and .uucp.
1169 (message-in-body-p): New function. Sync from the trunk.
1170
1171 * mml.el (mml-mode, mml-dnd-protocol-alist)
1172 (mml-dnd-attach-options, mml-dnd-attach-file)
1173 (mml-attach-file, mml-attach-buffer, mml-attach-external):
1174 Sync DND support and use of message-in-body-p from the trunk.
1175
1176 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1177
1178 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1179 binding pgg-* variables; reimplement the section which prevents
1180 MIME header from being signed.
1181 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1182 pgg-text-mode; remove a blank line at the top of body.
1183
1184 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1185 lines at the top of body; use gnus-newsgroup-charset if there's no
1186 Charset header.
1187
1188 2006-04-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1189
1190 * nnweb.el (nnweb-google-wash-article): Sync up to new Google HTML.
1191
1192 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
1193
1194 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1195 (mm-uu-pgp-encrypted-test): Ditto.
1196 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1197 between header and body; return application/pgp-encrypted handle
1198 if decryption failed; decode decrypted body by charset.
1199
1200 * mm-decode.el (mm-automatic-display): Don't make application/pgp
1201 element match to application/pgp-*.
1202
1203 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
1204
1205 * gnus-util.el (gnus-replace-in-string):
1206 Prefer replace-regexp-in-string over of replace-in-string.
1207
1208 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
1209
1210 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map.
1211
1212 * gnus-sum.el: Ditto.
1213
1214 * gnus-util.el (gnus-select-frame-set-input-focus):
1215 Use select-frame-set-input-focus if it is available in XEmacs; use
1216 definition defined in Emacs 22 for old Emacsen.
1217
1218 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
1219
1220 [ Merge from Gnus trunk. ]
1221
1222 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
1223 (mm-charset-override-alist): New variable.
1224 (mm-charset-to-coding-system): Use it.
1225 (mm-codepage-setup): New helper function.
1226 (mm-charset-eval-alist): New variable.
1227 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
1228 Warn about unknown charsets. Add allow-override.
1229 Use `mm-charset-override-alist' only when decoding.
1230 (mm-detect-mime-charset-region): Use :mime-charset.
1231
1232 * mm-bodies.el (mm-decode-body, mm-decode-string):
1233 Call `mm-charset-to-coding-system' with allow-override argument.
1234
1235 * message.el (message-tool-bar-zap-list, message-tool-bar)
1236 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
1237 (message-tool-bar-local-item-from-menu): Remove.
1238 (message-tool-bar-map): Replace by `message-make-tool-bar'.
1239 (message-make-tool-bar): New function.
1240 (message-mode): Use `message-make-tool-bar'.
1241
1242 * gnus-sum.el (gnus-summary-tool-bar)
1243 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1244 (gnus-summary-tool-bar-zap-list): New variables.
1245 (gnus-summary-make-tool-bar): Complete rewrite using
1246 `gmm-tool-bar-from-list'.
1247
1248 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1249 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
1250 New variables.
1251 (gnus-group-make-tool-bar): Complete rewrite using
1252 `gmm-tool-bar-from-list'.
1253 (gnus-group-tool-bar-update): New function.
1254
1255 * gmm-utils.el: New file.
1256
1257 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
1258
1259 * flow-fill.el (fill-flowed): Remove trailing space from blank
1260 quoted lines.
1261
1262 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1263
1264 * gnus-art.el (gnus-article-mode):
1265 Set cursor-in-non-selected-windows to nil.
1266
1267 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1268
1269 * gnus-art.el (gnus-mime-view-part-as-charset): Ignore charset
1270 that the part specifies.
1271
1272 * mm-decode.el (mm-display-part): Work with external parts and
1273 usual parts similarly.
1274
1275 * mm-extern.el (mm-inline-external-body): Use mm-display-part
1276 instead of gnus-display-mime.
1277
1278 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1279 tag to summarized topics part in order to encode non-ASCII text.
1280
1281 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
1282
1283 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1284
1285 2006-04-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1286
1287 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1288 the sieve region.
1289
1290 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
1291
1292 * gnus.el: Gnus v5.10.8 is released.
1293
1294 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1295
1296 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new layout.
1297
1298 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1299 unknown charset.
1300
1301 * message.el (message-header-synonyms): Add Original-To to the default.
1302
1303 * gnus-sum.el (gnus-get-newsgroup-headers-xover): Group is an
1304 optional parameter.
1305
1306 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1307
1308 * gnus-fun.el (gnus): Require it for gnus-directory.
1309
1310 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1311
1312 * nnweb.el (nnweb-google-create-mapping): Update regexp.
1313 Some whitespace was matched into the url, which broke browsing hits
1314 > 100 when mm-url-use-external was nil.
1315
1316 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
1317
1318 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1319
1320 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
1321
1322 * mml.el (mml-insert-mime): Ignore cached contents of
1323 message/external-body part.
1324
1325 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1326 (mm-insert-part): Ditto.
1327
1328 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
1329
1330 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1331 Reported by Ralf Wachinger <rwachinger@gmx.de>.
1332
1333 2006-03-23 Kenichi Handa <handa@m17n.org>
1334
1335 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
1336 instead of set-buffer-multibyte.
1337
1338 2006-03-23 Kenichi Handa <handa@m17n.org>
1339
1340 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1341 buffer and then decode the buffer text if necessary.
1342 (rfc2231-encode-string): Be sure to work on multibyte buffer at
1343 first, and after mm-encode-body, change the buffer to unibyte.
1344
1345 2006-03-21 Daniel Pittman <daniel@rimspace.net>
1346
1347 * nnimap.el (nnimap-request-update-info-internal): Optimize.
1348 Don't `gnus-uncompress-range' to avoid excessive memory usage.
1349
1350 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1351
1352 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1353
1354 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1355 Add comment on version.
1356
1357 2006-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1358
1359 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New variable.
1360 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
1361 assigning the spam-mark to new messages.
1362
1363 2006-03-20 Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>
1364
1365 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
1366
1367 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1368
1369 * smiley.el: Add missing test smiley.
1370
1371 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1372
1373 * mm-decode.el (mm-with-part): New macro.
1374 (mm-get-part): Use it; work with message/external-body as well.
1375 (mm-save-part): Treat name and filename equally.
1376
1377 * mm-extern.el (mm-extern-cache-contents): New function.
1378 (mm-inline-external-body): Use it; force the part to be displayed;
1379 move undisplayer added to the cached handle to the parent.
1380
1381 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1382 (gnus-mime-view-part-as-type): Work with message/external-body.
1383
1384 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1385
1386 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1387
1388 * gnus-art.el (gnus-article-only-boring-p):
1389 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1390 intangible text.
1391 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1392
1393 2006-03-14 Simon Josefsson <jas@extundo.com>
1394
1395 * message.el (message-unique-id): Don't use message-number-base36
1396 if (user-uid) is a float.
1397 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1398
1399 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1400
1401 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1402
1403 * gnus-art.el (gnus-mime-display-single): Make sure there is an
1404 empty line between a part and a message part.
1405
1406 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1407
1408 * smiley.el: Add more test smileys.
1409 (smiley-data-directory, smiley-regexp-alist)
1410 (gnus-smiley-file-types): Fix doc strings.
1411 (smiley-update-cache): Clear smiley-cached-regexp-alist before
1412 adding new elements.
1413 (smiley-mouse-map): Unused code. Make it a comment.
1414
1415 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
1416
1417 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1418 scan latest NoCeM messages instead of old ones.
1419 (gnus-nocem-check-article): Fix regexps so as to match to PGP
1420 delimiters that are recently used.
1421 (gnus-nocem-load-cache): Add autoload cookie.
1422
1423 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1424
1425 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1426 level which is larger than gnus-use-nocem is specified.
1427
1428 * gnus-group.el (gnus-group-get-new-news): Ditto.
1429
1430 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
1431
1432 * gnus-util.el (gnus-tool-bar-update): New function.
1433
1434 * gnus-group.el (gnus-group-update-tool-bar): New variable.
1435 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1436
1437 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1438
1439 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
1440
1441 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1442 if optional last element is specified in splits (FIELD VALUE...).
1443
1444 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1445
1446 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1447 handle is multipart when calling it recursively.
1448 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1449
1450 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
1451
1452 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1453 to "Emacs 23 (unicode)" in doc string.
1454
1455 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1456 "Emacs 23 (unicode)" in comment.
1457
1458 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1459
1460 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1461
1462 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1463 characters 160 through 255 in Emacs 23.
1464
1465 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
1466
1467 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1468 message/* containing non-ASCII text properly.
1469
1470 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1471
1472 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1473
1474 2006-02-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1475
1476 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1477
1478 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
1479
1480 * nnweb.el (nnweb-type-definition, nnweb-gmane-search):
1481 Use new nov.php.
1482
1483 2006-02-28 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
1484
1485 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1486 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1487 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
1488 output on the server side.
1489 (nnweb-google-create-mapping): Update regexps and add some
1490 progress indication.
1491
1492 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
1493
1494 * message.el (message-user-fqdn): Remove useless * in doc string.
1495
1496 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1497 unnecessary interaction when sending queued mails. Reported by
1498 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1499
1500 2006-02-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1501
1502 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1503 Merge of 2006-02-20 change from the trunk.
1504
1505 2006-02-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1506
1507 * dns.el (query-dns): Protect more against buggy tcp output.
1508 Merge of 2006-02-20 change from the trunk.
1509
1510 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1511
1512 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1513 first or last are nil.
1514
1515 2006-02-24 Simon Josefsson <jas@extundo.com>
1516
1517 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too.
1518 Merge of 2005-10-26 change from the trunk.
1519
1520 2006-02-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1521
1522 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
1523 Remove space stuffing, and only do quotes that actually start with
1524 ">" at the beginning of the lines.
1525 Merge of 2005-11-17 and 2004-07-25 from the trunk.
1526
1527 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
1528
1529 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
1530 also available in Emacs 21.3.
1531
1532 * message.el (message-fix-before-sending): Change "Emacs 22" to
1533 "Emacs 23 (unicode)" in comment.
1534
1535 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1536 "Emacs 23 (unicode)" in comment.
1537
1538 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1539 comment.
1540 (mm-coding-system-p): Add comment about no-MULE XEmacs.
1541
1542 * mm-view.el (mm-fill-flowed): Add :version.
1543
1544 2006-02-23 Ralf Angeli <angeli@iwi.uni-sb.de>
1545
1546 * mm-view.el (mm-fill-flowed): New variable.
1547 (mm-inline-text): Use it.
1548
1549 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
1550
1551 * nnimap.el (nnimap-request-move-article): Change folder back to
1552 source group before deleting.
1553
1554 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
1555
1556 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1557 coding system which mm-charset-to-coding-system returns for a
1558 given charset is valid.
1559
1560 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * html2text.el (html2text-remove-tag-list):
1563 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1564
1565 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * gnus-cus.el: Revert 2005-10-17 change.
1568
1569 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1570
1571 * gnus-art.el (article-strip-banner): Call
1572 article-really-strip-banner only when the regexp match is made.
1573
1574 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
1575
1576 * gnus-art.el (article-strip-banner): Use
1577 gnus-extract-address-components instead of
1578 mail-header-parse-addresses to make it work with non-ASCII text.
1579
1580 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1581 values which are surrounded with \"...\"; make it never cause a
1582 Lisp error; give up parsing of parameters if it failed in
1583 extracting type.
1584
1585 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
1586
1587 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1588 make-temp-file; make it work with Emacs 20 and XEmacs as well.
1589
1590 * mm-decode.el (mm-display-external): Use the 3rd arg of
1591 mm-make-temp-file.
1592 (mm-create-image-xemacs): Ditto.
1593
1594 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1595
1596 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1597 with message-narrow-to-headers.
1598 (gnus-draft-setup): Narrow to header to run message-fetch-field.
1599 (gnus-draft-check-draft-articles): New function.
1600 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1601
1602 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
1603
1604 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1605 re-loading nn* modules.
1606
1607 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1608
1609 * gnus.el: Remove bogus comment.
1610
1611 2006-02-09 Daiki Ueno <ueno@unixuser.org>
1612
1613 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1614 (mml2015-pgg-encrypt): Ditto.
1615
1616 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1617 (mml1991-pgg-encrypt): Ditto.
1618
1619 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
1620
1621 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1622 message-make-date instead of current-time-string.
1623
1624 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1625 to gnus-decoded which mm-uu might set.
1626
1627 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
1628
1629 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1630 don't decode quoted parameters; remove misimported Emacs code.
1631 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1632 (rfc2231-decode-encoded-string): Don't use split-string which
1633 behaves differently according to Emacs version; use
1634 mm-decode-coding-region to convert charset to coding-system.
1635 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1636 (rfc2231-encode-string): Remove misimported Emacs code.
1637
1638 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1639
1640 * gnus-art.el (article-decode-charset): Don't use ignore-errors
1641 when calling mail-header-parse-content-type.
1642 (article-de-quoted-unreadable): Ditto.
1643 (article-de-base64-unreadable): Ditto.
1644 (article-wash-html): Ditto.
1645
1646 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1647 calling mail-header-parse-content-type and
1648 mail-header-parse-content-disposition.
1649 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1650 mail-header-parse-content-type.
1651
1652 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1653 insert charset and format parameters; encode description after
1654 inserting it to buffer.
1655 (mml-insert-parameter): Fold lines properly even if a parameter is
1656 segmented into two or more lines; change the max column to 76.
1657
1658 * rfc1843.el (rfc1843-decode-article-body): Don't use
1659 ignore-errors when calling mail-header-parse-content-type.
1660
1661 * rfc2231.el (rfc2231-parse-string): Return at least type if
1662 possible; don't cause an error even if it fails in parsing of
1663 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1664 (rfc2231-encode-string): Don't break lines at the beginning, leave
1665 it to mml-insert-parameter.
1666
1667 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1668 calling mail-header-parse-content-type.
1669
1670 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
1671
1672 * spam-report.el (spam-report-gmane-use-article-number):
1673 Improve doc string.
1674 (spam-report-gmane-internal): Check if a suitable header was found
1675 in the article.
1676
1677 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
1678
1679 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1680 (rfc2231-encode-string): Make param*=value always begin with LWSP.
1681
1682 2006-02-05 Romain Francoise <romain@orebokech.com>
1683
1684 Update copyright notices of all files in the gnus directory.
1685
1686 2006-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1687
1688 * gnus-util.el (gnus-error): Describe `args'.
1689
1690 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
1691
1692 * nnweb.el (nnweb-request-group): Avoid growing overview files.
1693
1694 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
1695
1696 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1697 segmented lines of parameter value to cope with Thunderbird 1.5
1698 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1699 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1700 (rfc2231-encode-string): Don't make lines exceeding 76 column.
1701
1702 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
1703
1704 * mml.el (mml-generate-mime-1): Correct the order of inline signed
1705 parts.
1706
1707 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
1708
1709 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1710 there's only one active file for all servers.
1711 (nnweb-request-scan): Make sure nnweb-articles is initialized on
1712 solid groups. Gnus might have used a FAST request to select the group.
1713 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1714 and nnweb-search redundantly in the active file.
1715 (nnweb-request-list): Don't list bogus groups. There can only be one.
1716 (nnweb-request-create-group): Don't use ARGS.
1717 (nnweb-possibly-change-server, nnweb-request-group): Remove some
1718 initialisations. Let nnoo do the work.
1719
1720 2006-01-31 Romain Francoise <romain@orebokech.com>
1721
1722 * message.el (message-alternative-emails): Improve docstring.
1723 (message-setup-1): Call `message-use-alternative-email-as-from'
1724 after `message-setup-hook' to give it precedence over posting
1725 styles, etc.
1726 (message-use-alternative-email-as-from): Add docstring.
1727 Remove the original From header if present.
1728
1729 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1730
1731 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
1732 Say the part has been decoded.
1733
1734 2006-01-31 Kevin Ryde <user42@zip.com.au>
1735
1736 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1737 mailcap-viewer-test-cache when there's no 'test clause, since that
1738 will invert the meaning of a "nil" test previously determined by
1739 mailcap-mailcap-entry-passes-test.
1740
1741 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
1742
1743 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1744
1745 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
1746
1747 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1748 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1749 current Google Groups.
1750
1751 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1752
1753 * Makefile.in (clean): New rule.
1754 (distclean): Use it.
1755
1756 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1757
1758 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1759 is dissected into a single part of which the type is the same as
1760 the given one; decode charset.
1761
1762 2006-01-21 Kevin Ryde <user42@zip.com.au>
1763
1764 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1765 into alists as symbol not string, since that's what
1766 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1767 look for.
1768
1769 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
1770
1771 * mm-uu.el (mm-uu-dissect-text-parts): Reduce the number of
1772 recursive calls.
1773
1774 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
1775
1776 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1777 (mm-w3m-standalone-supports-m17n-p): New function.
1778 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1779 w3m usage.
1780
1781 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1782 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1783
1784 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1785
1786 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1787 encoding.
1788
1789 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
1790
1791 * mml.el (mml-attach-file): Describe `description' in doc string.
1792 (mml-menu): Add Emacs MIME manual and PGG manual.
1793
1794 2006-01-19 Reiner Steib <Reiner.Steib@gmx.de>
1795
1796 * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1797 (spam-group-spam-marks, spam-list-articles, spam-group-ham-marks):
1798 Revert 2006-01-08 change because the functions will be used in No
1799 Gnus.
1800
1801 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1802
1803 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
1804
1805 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
1806
1807 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1808
1809 * mm-decode.el (mm-inlined-types): Add application/pgp.
1810 (mm-automatic-display): Ditto.
1811
1812 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
1813 part as text.
1814
1815 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1816
1817 * nnrss.el: Update copyright.
1818 (nnrss-opml-import): Query whether to subscribe to each entry.
1819
1820 * gnus-art.el:
1821 * gnus-cus.el:
1822 * gnus-group.el:
1823 * gnus-start.el:
1824 * gnus-sum.el:
1825 * mm-uu.el:
1826 * mm-view.el: Update copyright.
1827
1828 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
1829
1830 * message.el (message-info): New function.
1831 (message-mode-menu): Add it.
1832 Update copyright.
1833
1834 * ChangeLog: Fix and update copyright.
1835
1836 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1837
1838 * mm-uu.el (mm-uu-text-plain-type): New variable.
1839 (mm-uu-pgp-signed-extract-1): Use it.
1840 (mm-uu-pgp-encrypted-extract-1): Use it.
1841 (mm-uu-dissect): Use it; allow two optional arguments; one is a
1842 flag specifying whether there's no message header; the other is
1843 for a MIME type and parameters; bind mm-uu-text-plain-type with
1844 the later one.
1845 (mm-uu-dissect-text-parts): New function.
1846
1847 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
1848 dissect text parts.
1849
1850 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
1851
1852 * gnus-art.el (article-wash-html): Use
1853 gnus-summary-show-article-charset-alist if a numeric arg is given.
1854 (gnus-article-wash-html-with-w3m-standalone): New function.
1855
1856 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
1857 mm-inline-text-html-render-with-w3m-standalone.
1858 (mm-text-html-washer-alist): Map w3m-standalone to
1859 gnus-article-wash-html-with-w3m-standalone.
1860 (mm-inline-text-html-render-with-w3m-standalone): New function.
1861
1862 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1863
1864 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
1865 (nnrss-request-article): Render text/plain parts as HTML.
1866
1867 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
1868 the buffer.
1869
1870 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
1871
1872 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
1873 custom definition of `gnus-posting-styles'.
1874
1875 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1876 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
1877
1878 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
1879
1880 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
1881 Use nntp for bug archive.
1882
1883 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1884
1885 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
1886 parts.
1887 (nnrss-normalize-date): New function converts ISO 8601 date into
1888 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
1889 (nnrss-check-group): Use it.
1890
1891 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
1892
1893 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
1894
1895 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
1896 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
1897 (nnrss-insert-w3): Ditto.
1898
1899 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
1900
1901 * nnrss.el (nnrss-request-article): Fix last change; fill
1902 text/plain parts.
1903
1904 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
1905
1906 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
1907 in text/plain part.
1908 (nnrss-check-group): Don't add excessive newline to dc:subject.
1909
1910 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1911
1912 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
1913 remove MIME buttons associated with multipart/alternative parts.
1914 (gnus-mime-display-alternative): Tag buttons using `article-type'
1915 text property.
1916
1917 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
1918 associated with multipart/alternative parts.
1919
1920 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
1921
1922 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1923 article.
1924
1925 2005-12-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1926
1927 * dns.el (query-dns): Make sure we check the buffer size before
1928 removing tcp headers.
1929
1930 2006-01-08 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1933 (spam-group-spam-marks): Delete functions.
1934 (spam-list-articles): Just call spam-group-ham-marks directly.
1935 (spam-group-ham-marks): Simplify.
1936
1937 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1938
1939 * gnus-art.el (gnus-signature-separator): Fix custom type.
1940
1941 * mm-decode.el (mm-inlined-types): Fix custom type.
1942 (mm-keep-viewer-alive-types): Ditto.
1943 (mm-automatic-display): Ditto.
1944 (mm-attachment-override-types): Ditto.
1945 (mm-inline-override-types): Ditto.
1946 (mm-automatic-external-display): Ditto.
1947
1948 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1949
1950 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
1951 multipart/alternative and add xref to mm-discouraged-alternatives
1952 in doc string.
1953
1954 * mm-decode.el (mm-discouraged-alternatives): Add xref to
1955 gnus-buttonized-mime-types in doc string.
1956
1957 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1958
1959 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
1960 us-ascii as a MIME charset.
1961
1962 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
1963 against the case where the 2nd arg TYPE is nil.
1964
1965 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1966
1967 * gnus-start.el (gnus-no-server-1): Mention
1968 `gnus-level-default-subscribed' in doc string.
1969
1970 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1971
1972 * gnus-start.el (gnus-start-draft-setup): Enforce
1973 `gnus-draft-mode' for nndraft:drafts at startup.
1974
1975 * gnus.el (gnus-splash): Change custom group.
1976 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
1977 allow-list argument.
1978
1979 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
1980 string.
1981
1982 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
1983
1984 * mm-decode.el (mm-display-external): Add missing cdr.
1985
1986 2005-12-12 Richard M. Stallman <rms@gnu.org>
1987
1988 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1989
1990 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1991
1992 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
1993 Suggest image/.* in the doc string.
1994
1995 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1996
1997 * mm-decode.el (mm-display-external): Use nametemplate (defined in
1998 RFC1524) if it is in mailcap or add a suffix according to
1999 mailcap-mime-extensions when generating a temp filename; postpone
2000 deleting a temp file for 2 seconds for some wrappers, shell
2001 scripts, and so on, which might exit right after having started a
2002 viewer command as a background job.
2003
2004 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
2005
2006 * gnus-art.el (gnus-default-article-saver): Add user-defined
2007 `function' to custom type.
2008
2009 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
2010
2011 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2012 parens.
2013
2014 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2015
2016 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2017 long lines.
2018 (gnus-cache-delete-group): Wrap doc strings.
2019
2020 * gnus-agent.el (gnus-agent-rename-group)
2021 (gnus-agent-delete-group): Wrap doc strings.
2022
2023 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
2024
2025 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2026
2027 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2028
2029 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2030 of current-time-string.
2031
2032 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
2033
2034 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2035 date header.
2036
2037 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
2038
2039 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2040
2041 2005-11-14 Kevin Greiner <kevin.greiner@compsol.cc>
2042
2043 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2044 internal variable to a custom variable. Changed default value
2045 from compressed(2) to uncompressed(1).
2046 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2047 support for uncompressed agentview files. Taken together, reading
2048 the agentview file should now be 6-7 times faster.
2049 (gnus-agent-long-article,
2050 gnus-agent-short-article, gnus-agent-score): Renamed category
2051 keywords to match gnus-cus.
2052 (gnus-agent-summary-fetch-series): Modified to protect against
2053 gnus-agent-summary-fetch-group clearing processable flags.
2054 (gnus-agent-synchronize-group-flags): Update live group buffer as
2055 synchronization may occur due to the user toggling the plugged
2056 status.
2057 (gnus-agent-braid-nov): Now tests new nov entries
2058 for duplicates which are removed. The invalid sort check then
2059 triggers a rescan after the sort as sorting may have moved
2060 duplicate entries such that they can be cheaply detected.
2061 (gnus-agent-read-local): Trivial fix to format of
2062 error message to display actual error condition.
2063 (gnus-agent-save-local): Avoid saving symbols that are bound to
2064 nil as they simply result in a warning message in
2065 gnus-agent-read-local.
2066 (gnus-agent-fetch-group-1): Clear downloadable flag when article
2067 successfully downloaded.
2068 (gnus-agent-regenerate-group): Use
2069 gnus-agent-synchronize-group-flags to reset read status in both
2070 gnus and server.
2071
2072 * nntp.el (nntp-end-of-line): Doc fix.
2073 (nntp-authinfo-rejected): New error condition.
2074 (nntp-wait-for): Use new error condition to signal authentication
2075 error.
2076 (nntp-retrieve-data): Rethrow new error condition to break out of
2077 recursive call to nntp-send-authinfo.
2078
2079 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
2080
2081 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2082 rather than make-variable-buffer-local for file-precious-flag.
2083
2084 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
2085
2086 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2087
2088 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
2089
2090 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2091 as a buffer-local variable. This avoids creating truncated
2092 dribble files as a result of a hang up, eg.
2093
2094 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
2095
2096 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2097 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
2098 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
2099 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
2100 argument to all these routines, so the passphrase can be managed
2101 externally and passed in to the system.
2102 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2103 pgg-add-passphrase-to-cache function.
2104
2105 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2106 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
2107 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
2108 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
2109 argument to all these routines, so the passphrase can be managed
2110 externally and passed in to the system.
2111 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
2112 function.
2113
2114 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2115
2116 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2117 part of the decoded armor to find the key-identifier.
2118 (pgg-gpg-lookup-key-owner): New function to return the
2119 human-readable identifier of a key owner.
2120 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
2121 key itself.
2122 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2123 the key value) if we have a key and can match it against a secret
2124 key. Also, added a note pointing out fact that the prompt only
2125 indicates the first matching key.
2126
2127 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2128 pgg-decrypt-region.
2129 (pgg-pending-timers): A new hash for tracking the passphrase cache
2130 timers, so that new ones supercede old ones.
2131 (pgg-add-passphrase-to-cache): Rename from
2132 `pgg-add-passphrase-cache' to reduce confusion (all callers
2133 changed). Modified to cancel old timers when new ones are added.
2134 (pgg-remove-passphrase-from-cache): Rename from
2135 `pgg-remove-passphrase-cache' to reduce confusion (all callers
2136 changed). Modified to cancel old timers when their keys are
2137 removed from the cache.
2138 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
2139 XEmacs, an indirection to delete-itimer.
2140 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
2141 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
2142 users can only check cache without risk of prompting. Correct bug in
2143 notruncate behavior.
2144 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
2145 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
2146 Add informative docstrings.
2147 (pgg-decrypt): Convey provided passphrase in subordinate call to
2148 pgg-decrypt-region.
2149
2150 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
2151
2152 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2153 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2154 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2155 'passphrase' argument, so the passphrase can be managed externally
2156 and then passed in to the system.
2157
2158 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2159 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2160 so the passphrase cache can be used reliably with identifiers
2161 besides a pgp packet's key id.
2162
2163 * pgg-gpg.el (pgg-pgp-encrypt-region)
2164 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
2165 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
2166 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
2167 argument to all these routines, so the passphrase can be managed
2168 externally and passed in to the system.
2169
2170 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2171 'notruncate' argument, so the passphrase cache can be used
2172 reliably with identifiers besides a pgp packet's key id.
2173
2174 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
2175
2176 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2177 symmetric encryption.
2178 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2179 encrypted session key.
2180 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2181 message ask for the passphrase in a proper way.
2182
2183 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2184 New user commands for symmetric encryption.
2185
2186 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * gnus-delay.el (gnus-delay-group): Don't autoload.
2189 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2190 to be re-loaded when customizing the `gnus-delay' group.
2191
2192 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * message.el: Revert last changes.
2195 (message-insert-citation-line): Use newlines.
2196
2197 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2198
2199 * message.el (message-courtesy-message)
2200 (message-mark-insert-begin, message-mark-insert-end)
2201 (message-elide-ellipsis, message-cancel-message)
2202 (message-add-header, message-change-subject)
2203 (message-cross-post-followup-to-header)
2204 (message-cross-post-insert-note, message-reduce-to-to-cc)
2205 (message-widen-reply, message-delete-not-region)
2206 (message-kill-to-signature, message-insert-signature)
2207 (message-insert-importance-high, message-insert-importance-low)
2208 (message-insert-or-toggle-importance)
2209 (message-insert-disposition-notification-to)
2210 (message-indent-citation, message-yank-original)
2211 (message-cite-original-without-signature, message-cite-original)
2212 (message-insert-citation-line, message-position-on-field)
2213 (message-fix-before-sending, message-send-mail-partially)
2214 (message-send-mail, message-send-mail-with-sendmail)
2215 (message-send-mail-with-qmail, message-send-news)
2216 (message-check-news-header-syntax, message-generate-headers)
2217 (message-insert-courtesy-copy, message-fill-address)
2218 (message-fill-header, message-shorten-references)
2219 (message-setup-1, message-cancel-news)
2220 (message-forward-make-body-plain, message-forward-make-body-mime)
2221 (message-forward-make-body-mml, message-encode-message-body)
2222 (message-forward-make-body-digest-plain)
2223 (message-forward-make-body-digest-mime)
2224 (message-use-alternative-email-as-from): Insert `hard-newline'
2225 instead of ordinary newlines.
2226
2227 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
2228
2229 * message.el (message-generate-headers): Downcase the argument
2230 given to message-check-element.
2231
2232 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2233
2234 * gnus.el (gnus-parameters-case-fold-search): New variable.
2235 (gnus-parameters-get-parameter): Use it.
2236
2237 * gnus-score.el (gnus-home-score-file): Doc fix.
2238
2239 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
2240
2241 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2242
2243 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2244
2245 * mml.el (mml-preview): Doc fix.
2246
2247 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2248
2249 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2250 whitespace removed in revision 7.8. Use concatenated string to
2251 protect trailing whitespace.
2252
2253 2005-10-27 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
2254
2255 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2256 (nnimap-request-expire-articles): Use it to avoid sending 'UID
2257 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2258 Courier IMAP ("some version from 2004"). Mostly based on similar
2259 code in the same function.
2260
2261 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2262
2263 * message.el (message-display-completion-list): New function.
2264 (message-expand-group): Use it; make sure the Completions buffer
2265 is modifiable.
2266
2267 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * imap.el (imap-open): Handle case where buffer is a buffer
2270 object.
2271
2272 2005-10-24 Eli Zaretskii <eliz@gnu.org>
2273
2274 * pgg-def.el:
2275 * pgg-gpg.el:
2276 * pgg-parse.el:
2277 * pgg-pgp.el:
2278 * pgg-pgp5.el:
2279 * pgg.el: Move to the parent lisp directory.
2280
2281 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2282
2283 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2284 user-mail-name is an empty string.
2285
2286 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
2287
2288 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2289 depending on gnus-score-decay-constant.
2290
2291 2005-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2292
2293 * nnslashdot.el (nnslashdot-request-article)
2294 (nnslashdot-retrieve-headers-1): Update to new HTML.
2295
2296 2005-10-23 Simon Josefsson <jas@extundo.com>
2297
2298 * imap.el (imap-gssapi-program): Align command line parameters
2299 with latest GNU SASL.
2300 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2301
2302 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
2303
2304 * mail-source.el (mail-source-fetch-pop): Require pop3.
2305 (mail-source-check-pop): Ditto.
2306
2307 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2308
2309 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2310 errors.
2311
2312 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
2313
2314 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2315 (gnus-treat-strip-leading-blank-lines): Improve doc string.
2316
2317 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2318
2319 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2320
2321 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2322 (rfc2047-charset-to-coding-system): New function.
2323 (rfc2047-decode-encoded-words): New function.
2324 (rfc2047-decode-region): Use them.
2325 (rfc2047-decode-cte): Remove.
2326 (rfc2047-parse-and-decode): Remove.
2327 (rfc2047-decode): Remove.
2328
2329 2005-10-15 Kenichi Handa <handa@m17n.org>
2330
2331 * rfc2047.el (rfc2047-decode-cte): New function.
2332 (rfc2047-decode-region): Change the way to decode successive
2333 encoded-words: decode B- or Q-encoding in each encoded-word,
2334 concatenate them, and decode it as charset.
2335
2336 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
2339 widget-move-and-invoke.
2340 (gnus-custom-mode): Use gnus-custom-map.
2341
2342 2005-10-15 Bill Wohler <wohler@newt.com>
2343
2344 * message.el (message-tool-bar-map): Renamed image file from
2345 mail_send to mail/send.
2346
2347 2005-10-16 Masatake YAMATO <jet@gyve.org>
2348
2349 * message.el (message-expand-group): Pass the common
2350 prefix substring of completion to `display-completion-list'.
2351
2352 2005-10-09 Daniel Brockman <daniel@brockman.se>
2353
2354 * format-spec.el (format-spec): Propagate text properties of % spec.
2355
2356 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
2357
2358 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
2359
2360 2005-10-08 Simon Josefsson <jas@extundo.com>
2361
2362 * pgg-parse.el (top-level): Don't require custom, it is
2363 autoloaded. (To sync with No Gnus.)
2364
2365 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
2366
2367 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
2368
2369 2005-10-08 Simon Josefsson <jas@extundo.com>
2370
2371 * pgg-def.el (top-level): Don't require custom, it is
2372 autoloaded. (To sync with No Gnus.)
2373
2374 2005-10-04 David Hansen <david.hansen@gmx.net>
2375
2376 * nnrss.el (nnrss-request-article): Add support for the comments tag.
2377 (nnrss-check-group): Ditto.
2378
2379 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2380
2381 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2382
2383 * gnus-util.el (gnus-remove-duplicates): Remove.
2384
2385 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2386 instead of gnus-remove-duplicates.
2387
2388 * message.el (message-remove-duplicates): Remove.
2389 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2390 message-remove-duplicates.
2391
2392 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2393 available, else use implementation from `delete-dups'.
2394
2395 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
2396
2397 * time-date.el: Autoload parse-time-string, XEmacs needs it.
2398
2399 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2402 function rather than the diff-mode.el package.
2403 (mm-display-external): Use with-current-buffer.
2404 (mm-viewer-completion-map, mm-viewer-completion-map):
2405 Move initialization inside declaration.
2406
2407 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
2408
2409 * message.el: Remove useless autoloads.
2410
2411 2005-09-28 Simon Josefsson <jas@extundo.com>
2412
2413 * message.el (message-use-idna): Default to t.
2414 (message-use-idna): Test whether encoding works too. Doc fix.
2415
2416 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2417
2418 * nntp.el (nntp-warn-about-losing-connection): Remove.
2419
2420 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
2421
2422 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2423 customizable. Change default value.
2424 (mm-uu-diff-groups-regexp): Change default value.
2425 (mm-uu-type-alist): Add doc string.
2426 (mm-uu-configure): Add doc string. Make it interactive.
2427 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2428
2429 2005-09-27 Simon Josefsson <jas@extundo.com>
2430
2431 * message.el (message-idna-to-ascii-rhs-1): Reformat.
2432
2433 2005-09-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2434
2435 * message.el (message-remove-duplicates): New function.
2436 Implementation borrowed from `gnus-remove-duplicates'.
2437 (message-idna-to-ascii-rhs): Also encode idna addresses in
2438 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2439 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2440 only ask about the same idna domain once per header and also tell
2441 in what header to replace the idna domain.
2442
2443 * gnus-art.el (article-decode-idna-rhs): Also decode idna
2444 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2445 (article-decode-idna-rhs): Fix regexp so that all idna-address in
2446 a header is decoded and not just the last one.
2447
2448 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2449
2450 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2451 has been decoded.
2452
2453 * mm-decode.el (mm-insert-part): Don't modify text if it has been
2454 decoded.
2455
2456 * mm-view.el (mm-inline-text): Don't strip text props unless
2457 decoding enriched or richtext parts.
2458
2459 2005-09-25 Romain Francoise <romain@orebokech.com>
2460
2461 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2462 * gnus-start.el (gnus-subscribe-interactively):
2463 * gnus-uu.el (gnus-uu-grab-articles):
2464 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2465 space.
2466
2467 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
2468
2469 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2470 * mm-view.el (mm-view-pkcs7-decrypt):
2471 * gnus-sum.el (gnus-summary-limit-to-extra)
2472 (gnus-summary-respool-article, gnus-read-move-group-name):
2473 * gnus-score.el (gnus-summary-increase-score):
2474 * gnus-util.el (gnus-completing-read-with-default):
2475 * gnus-art.el (gnus-read-save-file-name)
2476 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2477 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2478 * message.el (message-check-news-header-syntax):
2479 Follow convention for reading with the minibuffer.
2480
2481 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
2482
2483 * spam-report.el (spam-report-url-ping-plain):
2484 Use gnus-extended-version as User-Agent.
2485
2486 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
2487 default value is nil.
2488
2489 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2490
2491 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
2492 default to nil, to be able to use Gnus at all. If the default
2493 switches to something else, then the function should be fixed not
2494 be exceedingly slow.
2495
2496 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
2497
2498 * mm-url.el (mm-url-decode-entities): Fix regexp.
2499
2500 2005-09-18 Deepak Goel <deego@gnufans.org>
2501
2502 * sieve.el (sieve-help): Fix `message' call: first arg should be a
2503 format spec.
2504
2505 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2506
2507 * gnus.el (gnus-group-startup-message): Bind image-load-path.
2508
2509 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2510
2511 * gnus-art.el (gnus-mime-display-part): Protect against broken
2512 MIME messages.
2513
2514 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2515
2516 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2517 before parsing header.
2518
2519 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
2520
2521 * spam-report.el (spam-report-gmane): Fix generation of spam
2522 report URL.
2523
2524 2005-09-10 Simon Josefsson <jas@extundo.com>
2525
2526 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
2527 t, based on discussion on the ding list with Robert Epprecht
2528 <epprecht@solnet.ch>.
2529
2530 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
2531
2532 * spam-report.el (spam-report-gmane): Make it work without
2533 X-Report-Spam header. Gmane now only provides Archived-At.
2534 This is only used if `spam-report-gmane-use-article-number' is nil.
2535 (spam-report-gmane-spam-header): Remove. Not used anymore.
2536
2537 * nnweb.el (nnweb-google-wash-article): Print a message if article
2538 is not available.
2539
2540 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2541
2542 * gnus-art.el (gnus-mime-display-single): Decode text/* parts
2543 content before displaying.
2544
2545 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
2546
2547 * mml-smime.el: Remove defvar of gnus-extract-address-components.
2548
2549 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2550
2551 * mm-view.el (mm-display-inline-fontify): Disable support modes.
2552
2553 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
2554
2555 * message.el (message-tab-body-function): Fixed mismatched custom
2556 type.
2557
2558 * gnus.el (gnus-group-change-level-function): Ditto.
2559
2560 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
2561
2562 * gnus-art.el (gnus-signature-limit)
2563 (gnus-article-mime-part-function): Ditto.
2564
2565 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
2566
2567 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
2568 Make fetching article by MID work again for Google Groups. Added
2569 FIXME concerning gnus-group-make-web-group.
2570
2571 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
2572 Don't depend on Gnus by using mail-extract-address-components if
2573 gnus-extract-address-components is not bound.
2574
2575 * gnus.el (gnus-user-agent): Use list of symbols instead of
2576 symbols. Display full version number for (S)XEmacs. Optionally
2577 display (S)XEmacs codename.
2578
2579 * gnus-util.el (gnus-emacs-version): Update for new
2580 `gnus-user-agent'.
2581
2582 * gnus-msg.el (gnus-extended-version): Make it possible to omit
2583 Gnus version.
2584
2585 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
2586
2587 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
2588 when encoding.
2589
2590 * mm-bodies.el (mm-decode-content-transfer-encoding):
2591 De-canonicalize CRLF for all text content types, not just
2592 text/plain.
2593
2594 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
2595
2596 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
2597
2598 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2599 list, not listp.
2600
2601 2005-08-29 Romain Francoise <romain@orebokech.com>
2602
2603 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2604 docstring.
2605 (gnus-face-from-file): Likewise.
2606
2607 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2608
2609 * gnus-art.el (w3m-minor-mode-map):
2610 * gnus-spec.el (gnus-newsrc-file-version):
2611 * gnus-util.el (nnmail-active-file-coding-system)
2612 (gnus-original-article-buffer, gnus-user-agent):
2613 * gnus.el (gnus-ham-process-destinations)
2614 (gnus-parameter-ham-marks-alist)
2615 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
2616 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
2617 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
2618 * mm-decode.el (gnus-current-window-configuration):
2619 * mm-extern.el (gnus-article-mime-handles):
2620 * mm-url.el (url-current-object, url-package-name)
2621 (url-package-version):
2622 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
2623 (smime-keys, w3m-cid-retrieve-function-alist)
2624 (w3m-current-buffer, w3m-display-inline-images)
2625 (w3m-minor-mode-map):
2626 * mml-smime.el (gnus-extract-address-components):
2627 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
2628 (gnus-newsrc-hashtb, message-default-charset)
2629 (message-deletable-headers, message-options)
2630 (message-posting-charset, message-required-mail-headers)
2631 (message-required-news-headers):
2632 * mml1991.el (mc-pgp-always-sign):
2633 * mml2015.el (mc-pgp-always-sign):
2634 * nnheader.el (nnmail-extra-headers):
2635 * rfc1843.el (gnus-decode-encoded-word-function)
2636 (gnus-decode-header-function, gnus-newsgroup-name):
2637 * spam-stat.el (gnus-original-article-buffer): Add defvars.
2638
2639 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
2640
2641 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
2642 the end of the date treatments.
2643
2644 2005-08-15 Simon Josefsson <jas@extundo.com>
2645
2646 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
2647 it in url-handlers.el and XEmacs in url.el. Reported by Luca
2648 Capello and Romain Francoise.
2649 (pgg-fetch-key-function): Removed, not used?
2650 (pgg-insert-url-with-w3): Require url, to get
2651 url-insert-file-contents regardless of where it is defined.
2652
2653 2005-08-08 Simon Josefsson <jas@extundo.com>
2654
2655 * pgg.el: Autoload url-insert-file-contents instead of loading
2656 w3/url.
2657 (pgg-insert-url-with-w3): Don't load url here.
2658
2659 2005-08-05 Daiki Ueno <ueno@unixuser.org>
2660
2661 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
2662
2663 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
2664
2665 2005-08-06 Romain Francoise <romain@orebokech.com>
2666
2667 * message.el: Fix typo in docstring.
2668
2669 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
2670
2671 * mm-bodies.el (mm-encode-body): Use coding system rather than
2672 charset to encode text.
2673
2674 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
2675 number of charsets if utf-8 is available (XEmacs).
2676
2677 2005-08-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2678
2679 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
2680 start of the lines.
2681 (gnus-picon-databases): Add /usr/share/picons.
2682
2683 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2684
2685 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
2686 taken from `gnus-button-mid-or-mail-regexp'.
2687 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
2688 (gnus-button-alist): Improve regexp for domain part of the MIDs
2689 for news:localpart@domain buttons.
2690 (gnus-button-ctan-directory-regexp): Update.
2691
2692 * message.el (message-kill-buffer): Raise the current frame.
2693 (message-bury): Use `window-dedicated-p'.
2694
2695 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2696
2697 * sieve-manage.el (sieve-manage-interactive-login): Use
2698 make-local-variable rather than make-variable-buffer-local.
2699 (sieve-manage-open): Ditto.
2700 (sieve-manage-authenticate): Ditto.
2701
2702 * mml.el (mml-generate-mime-1): Make the content type default to
2703 text/plain if the filename is not specified.
2704
2705 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2706
2707 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
2708 instead of insert-buffer.
2709
2710 * message.el (message-yank-original): Ditto; set the mark at the
2711 end of the yanked message.
2712
2713 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
2714
2715 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
2716 lines to scroll rather than to stop it.
2717
2718 * mml.el (mml-generate-default-type): Add doc string.
2719 (mml-generate-mime-1): Use mm-default-file-encoding or make it
2720 default to application/octet-stream when determining the content
2721 type if it is not specified for the part or the mml contents; add
2722 a comment about mml-generate-default-type.
2723
2724 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
2725
2726 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
2727 make it default to application/octet-stream when determining the
2728 content type if it is not specified for the external contents.
2729
2730 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
2731
2732 * rfc2231.el (rfc2231-parse-string): Take care that not only a
2733 segmented parameter but also other parameters might be there.
2734
2735 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2736
2737 * mm-decode.el (mm-display-external): Delete temp file, directory
2738 and buffer immediately if the external process is exited.
2739
2740 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
2741
2742 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
2743 fewer lines than that of scroll-margin.
2744 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
2745
2746 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2747
2748 * gnus-art.el (gnus-article-next-page): Revert.
2749 (gnus-article-beginning-of-window): New macro.
2750 (gnus-article-next-page-1): Use it.
2751 (gnus-article-prev-page): Ditto.
2752 (gnus-mime-save-part-and-strip): Use insert-buffer-substring
2753 instead of insert-buffer.
2754 (gnus-mime-delete-part): Ditto.
2755 (gnus-article-edit-exit): Ditto.
2756
2757 * gnus-util.el (gnus-beginning-of-window): Remove.
2758 (gnus-end-of-window): Remove.
2759
2760 2005-07-25 Simon Josefsson <jas@extundo.com>
2761
2762 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
2763 to have the url package without w3. Reported by Daiki Ueno
2764 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
2765
2766 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
2769 for text/rtf. Display default in prompt. Pass default for M-n.
2770
2771 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
2772
2773 2005-07-16 Romain Francoise <romain@orebokech.com>
2774
2775 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
2776 instead of `current-time-string' as the latter creates a time
2777 string that is not RFC 2822 compliant (it lacks the zone).
2778
2779 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2780
2781 * gnus-msg.el (gnus-button-mailto): Remove
2782 save-selected-window-window hackery because it relies on
2783 save-selected-window internals.
2784
2785 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
2786
2787 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
2788 (gnus-article-next-page-1): Use gnus-beginning-of-window.
2789 (gnus-article-prev-page): Ditto.
2790
2791 * gnus-util.el (gnus-beginning-of-window): New function.
2792 (gnus-end-of-window): New function.
2793
2794 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2795
2796 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
2797 gnus-add-minor-mode.
2798 (gnus-binary-mode): Ditto.
2799
2800 * gnus-topic.el (gnus-topic-mode): Ditto.
2801
2802 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
2803
2804 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
2805 (gnus-article-prev-page): Take scroll-margin into consideration.
2806
2807 2005-07-04 Lute Kamstra <lute@gnu.org>
2808
2809 Update FSF's address in GPL notices.
2810
2811 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * gnus.el (gnus-exit):
2814 * gnus-group.el (gnus-group-icons):
2815 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
2816
2817 * gnus-nocem.el (gnus-nocem):
2818 * message.el (message-various, message-buffers, message-sending)
2819 (message-interface, message-forwarding, message-insertion)
2820 (message-headers, message-news, message-mail):
2821 * pgg-gpg.el (pgg-gpg):
2822 * pgg-parse.el (pgg-parse):
2823 * pgg-pgp.el (pgg-pgp):
2824 * pgg-pgp5.el (pgg-pgp5):
2825 * pop3.el (pop3): Finish `defgroup' description with period.
2826
2827 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2828
2829 * gnus-art.el (article-display-face): Improve the efficiency.
2830 (article-display-x-face): Ditto; remove grey x-face stuff.
2831
2832 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2833
2834 * gnus-art.el (article-display-face): Correct the position in
2835 which Faces are inserted; use dolist.
2836
2837 2005-06-29 Didier Verna <didier@xemacs.org>
2838
2839 * gnus-art.el (article-display-face): Display faces in correct
2840 order.
2841
2842 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2843
2844 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
2845 (gnus-nocem-check-article): Fetch the Type header.
2846 (gnus-nocem-message-wanted-p): Fix the way to examine types.
2847 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
2848 (gnus-nocem-enter-article): Make sure gnus-nocem-hashtb is initialized.
2849
2850 * pgg.el (pgg-verify): Return the verification result.
2851
2852 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
2853
2854 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
2855 `show-nonbreak-escape'.
2856
2857 2005-06-23 Lute Kamstra <lute@gnu.org>
2858
2859 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
2860
2861 * dig.el (dig-mode):
2862 * smime.el (smime-mode): Use gnus-run-mode-hooks.
2863
2864 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * nnimap.el (nnimap-split-download-body): Fix spellings.
2867
2868 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2869
2870 * gnus-art.el (gnus-article-encrypt-body):
2871 * gnus-cus.el (gnus-score-customize):
2872 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
2873 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
2874
2875 2005-06-16 Miles Bader <miles@gnu.org>
2876
2877 * spam.el (spam): Remove "-face" suffix from face name.
2878 (spam-face): New backward-compatibility alias for renamed face.
2879 (spam-face, spam-initialize): Use renamed spam face.
2880
2881 * message.el (message-header-to, message-header-cc)
2882 (message-header-subject, message-header-newsgroups)
2883 (message-header-other, message-header-name)
2884 (message-header-xheader, message-separator, message-cited-text)
2885 (message-mml): Remove "-face" suffix from face names.
2886 (message-header-to-face, message-header-cc-face)
2887 (message-header-subject-face, message-header-newsgroups-face)
2888 (message-header-other-face, message-header-name-face)
2889 (message-header-xheader-face, message-separator-face)
2890 (message-cited-text-face, message-mml-face):
2891 New backward-compatibility aliases for renamed faces.
2892 (message-font-lock-keywords): Use renamed message faces.
2893
2894 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
2895 (sieve-test-commands, sieve-tagged-arguments):
2896 Remove "-face" suffix from face names.
2897 (sieve-control-commands-face, sieve-action-commands-face)
2898 (sieve-test-commands-face, sieve-tagged-arguments-face):
2899 New backward-compatibility aliases for renamed faces.
2900 (sieve-control-commands-face, sieve-action-commands-face)
2901 (sieve-test-commands-face, sieve-tagged-arguments-face):
2902 Use renamed sieve faces.
2903
2904 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
2905 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
2906 (gnus-group-news-3-empty, gnus-group-news-4)
2907 (gnus-group-news-4-empty, gnus-group-news-5)
2908 (gnus-group-news-5-empty, gnus-group-news-6)
2909 (gnus-group-news-6-empty, gnus-group-news-low)
2910 (gnus-group-news-low-empty, gnus-group-mail-1)
2911 (gnus-group-mail-1-empty, gnus-group-mail-2)
2912 (gnus-group-mail-2-empty, gnus-group-mail-3)
2913 (gnus-group-mail-3-empty, gnus-group-mail-low)
2914 (gnus-group-mail-low-empty, gnus-summary-selected)
2915 (gnus-summary-cancelled, gnus-summary-high-ticked)
2916 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
2917 (gnus-summary-high-ancient, gnus-summary-low-ancient)
2918 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
2919 (gnus-summary-low-undownloaded)
2920 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
2921 (gnus-summary-low-unread, gnus-summary-normal-unread)
2922 (gnus-summary-high-read, gnus-summary-low-read)
2923 (gnus-summary-normal-read, gnus-splash):
2924 Remove "-face" suffix from face names.
2925 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2926 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2927 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2928 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2929 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2930 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2931 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2932 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2933 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2934 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2935 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2936 (gnus-summary-selected-face, gnus-summary-cancelled-face)
2937 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2938 (gnus-summary-normal-ticked-face)
2939 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
2940 (gnus-summary-normal-ancient-face)
2941 (gnus-summary-high-undownloaded-face)
2942 (gnus-summary-low-undownloaded-face)
2943 (gnus-summary-normal-undownloaded-face)
2944 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2945 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2946 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2947 (gnus-splash-face):
2948 New backward-compatibility aliases for renamed faces.
2949 (gnus-group-startup-message): Use renamed gnus faces.
2950
2951 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
2952 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
2953 (gnus-server-agent): Remove "-face" suffix from face names.
2954 (gnus-server-agent-face, gnus-server-opened-face)
2955 (gnus-server-closed-face, gnus-server-denied-face)
2956 (gnus-server-offline-face):
2957 New backward-compatibility aliases for renamed faces.
2958 (gnus-server-agent-face, gnus-server-opened-face)
2959 (gnus-server-closed-face, gnus-server-denied-face)
2960 (gnus-server-offline-face): Use renamed gnus faces.
2961
2962 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
2963 Remove "-face" suffix from face names.
2964 (gnus-picon-xbm-face, gnus-picon-face):
2965 New backward-compatibility aliases for renamed faces.
2966
2967 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
2968 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
2969 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
2970 (gnus-cite-11): Remove "-face" suffix from face names.
2971 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
2972 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
2973 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
2974 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
2975 New backward-compatibility aliases for renamed faces.
2976 (gnus-cite-attribution-face, gnus-cite-face-list)
2977 (gnus-article-boring-faces): Use renamed gnus faces.
2978
2979 * gnus-art.el (gnus-signature, gnus-header-from)
2980 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
2981 (gnus-header-content): Remove "-face" suffix from face names.
2982 (gnus-signature-face, gnus-header-from-face)
2983 (gnus-header-subject-face, gnus-header-newsgroups-face)
2984 (gnus-header-name-face, gnus-header-content-face):
2985 New backward-compatibility aliases for renamed faces.
2986 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
2987
2988 * gnus-sum.el (gnus-summary-selected-face)
2989 (gnus-summary-highlight): Use renamed gnus faces.
2990 * gnus-group.el (gnus-group-highlight): Likewise.
2991
2992 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * gnus-sieve.el (gnus-sieve-article-add-rule):
2995 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
2996 * spam-stat.el (spam-stat-buffer-change-to-spam)
2997 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
2998
2999 * message.el (message-is-yours-p):
3000 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
3001
3002 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3003
3004 * mm-view.el (mm-inline-text): Withdraw the last change.
3005
3006 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
3007
3008 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
3009 executing enriched-decode.
3010
3011 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3012
3013 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
3014
3015 2005-06-04 Lute Kamstra <lute@gnu.org>
3016
3017 * nnfolder.el (nnfolder-read-folder): Make sure that undo
3018 information is never recorded.
3019
3020 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
3023
3024 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
3025
3026 * gnus-art.el (article-display-x-face): Replace
3027 process-kill-without-query by gnus-set-process-query-on-exit-flag.
3028
3029 * gnus-group.el: Bind gnus-cache-active-hashtb when compiling.
3030
3031 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3032 set-process-query-on-exit-flag or process-kill-without-query.
3033
3034 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3035 loop instead of replace-regexp.
3036
3037 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3038 instead of process-kill-without-query if it is available.
3039
3040 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3041 instead of find-file-hooks if it is available.
3042
3043 * mml1991.el: Bind pgg-default-user-id when compiling.
3044
3045 * mml2015.el: Bind pgg-default-user-id when compiling.
3046
3047 * nndraft.el (nndraft-request-associate-buffer):
3048 Use write-contents-functions instead of write-contents-hooks if it is
3049 available.
3050
3051 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3052 instead of find-file-hooks if it is available.
3053
3054 * nntp.el (nntp-open-connection): Replace
3055 process-kill-without-query by gnus-set-process-query-on-exit-flag.
3056 (nntp-open-ssl-stream): Ditto.
3057 (nntp-open-tls-stream): Ditto.
3058
3059 2005-05-31 Simon Josefsson <jas@extundo.com>
3060
3061 * imap.el (imap-ssl-open): Use imap-process-connection-type,
3062 instead of hard coding to nil.
3063
3064 2005-05-31 Kevin Greiner <kgreiner@xpediantsolutions.com>
3065
3066 * gnus-group.el: Require gnus-sum and autoload functions to
3067 resolve warnings when gnus-group.el compiled alone.
3068
3069 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
3070
3071 * gnus-agent.el (gnus-agent-regenerate-group)
3072 (gnus-agent-fetch-articles): Replace `string-to-int' by
3073 `string-to-number'.
3074 * gnus-art.el (gnus-button-fetch-group): Ditto.
3075 * gnus-cache.el (gnus-cache-generate-active)
3076 (gnus-cache-articles-in-group): Ditto.
3077 * gnus-group.el (gnus-group-set-current-level)
3078 (gnus-group-insert-group-line): Ditto.
3079 * gnus-score.el (gnus-score-set-expunge-below)
3080 (gnus-score-set-mark-below, gnus-summary-score-effect)
3081 (gnus-summary-score-entry): Ditto.
3082 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3083 (gnus-soup-pack): Ditto.
3084 * gnus-spec.el (gnus-xmas-format): Ditto.
3085 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3086 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
3087 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
3088 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
3089 * nndb.el (nndb-get-remote-expire-response): Ditto.
3090 * nndiary.el (nndiary-parse-schedule-value)
3091 (nndiary-string-to-number, nndiary-request-replace-article)
3092 (nndiary-request-article): Ditto.
3093 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
3094 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
3095 * nneething.el (nneething-make-head): Ditto.
3096 * nnfolder.el (nnfolder-request-article)
3097 (nnfolder-retrieve-headers): Ditto.
3098 * nnheader.el (nnheader-file-to-number): Ditto.
3099 * nnkiboze.el (nnkiboze-request-article): Ditto.
3100 * nnmail.el (nnmail-process-unix-mail-format)
3101 (nnmail-process-babyl-mail-format): Ditto.
3102 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
3103 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
3104 (nnmh-request-create-group, nnmh-request-list-1)
3105 (nnmh-request-group, nnmh-request-article): Ditto.
3106 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
3107 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
3108 * nnsoup.el (nnsoup-make-active): Ditto.
3109 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
3110 * nntp.el (nntp-find-group-and-number)
3111 (nntp-retrieve-headers-with-xover): Ditto.
3112 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
3113 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
3114 (pgg-format-key-identifier): Ditto.
3115 * pop3.el (pop3-last, pop3-stat): Ditto.
3116 * qp.el (quoted-printable-decode-region): Ditto.
3117
3118 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
3119 of concat.
3120
3121 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
3122
3123 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
3124
3125 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
3126
3127 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
3128
3129 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
3130
3131 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
3132
3133 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
3134
3135 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
3136 (gnus-carpal-mode): Ditto.
3137
3138 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
3139 (gnus-browse-mode): Ditto.
3140
3141 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
3142
3143 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
3144
3145 2005-05-29 Richard M. Stallman <rms@gnu.org>
3146
3147 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
3148
3149 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3150
3151 * gnus-util.el (gnus-run-mode-hooks): New function.
3152
3153 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
3154
3155 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3156
3157 * gnus-agent.el (gnus-agent-make-mode-line-string):
3158 Use mode-line-highlight as mouse-face.
3159
3160 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
3161
3162 * canlock.el (canlock): Change the parent group to news.
3163
3164 * deuglify.el (gnus-outlook-deuglify): Add :group.
3165
3166 * dig.el (dig): Add :group.
3167
3168 * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Add :group.
3169
3170 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
3171 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
3172 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
3173 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
3174 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
3175
3176 * gnus-diary.el (gnus-diary): Add :group.
3177
3178 * gnus.el (gnus-group-news-1-face): Add :group.
3179 (gnus-group-news-1-empty-face): Ditto.
3180 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
3181 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
3182 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
3183 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
3184 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
3185 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
3186 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
3187 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
3188 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
3189 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
3190 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
3191 (gnus-summary-high-ticked-face): Ditto.
3192 (gnus-summary-low-ticked-face): Ditto.
3193 (gnus-summary-normal-ticked-face): Ditto.
3194 (gnus-summary-high-ancient-face): Ditto.
3195 (gnus-summary-low-ancient-face): Ditto.
3196 (gnus-summary-normal-ancient-face): Ditto.
3197 (gnus-summary-high-undownloaded-face): Ditto.
3198 (gnus-summary-low-undownloaded-face): Ditto.
3199 (gnus-summary-normal-undownloaded-face): Ditto.
3200 (gnus-summary-high-unread-face): Ditto.
3201 (gnus-summary-low-unread-face): Ditto.
3202 (gnus-summary-normal-unread-face): Ditto.
3203 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
3204 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
3205
3206 * message.el (message-minibuffer-local-map): Add :group.
3207
3208 * sieve-manage.el (sieve-manage-log): Add :group.
3209 (sieve-manage-default-user): Diito.
3210 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
3211 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
3212 (sieve-manage-authenticators): Ditto.
3213 (sieve-manage-authenticator-alist): Ditto.
3214 (sieve-manage-default-port): Ditto.
3215
3216 * sieve-mode.el (sieve-control-commands-face): Add :group.
3217 (sieve-action-commands-face): Ditto.
3218 (sieve-test-commands-face): Ditto.
3219 (sieve-tagged-arguments-face): Ditto.
3220
3221 * smime.el (smime): Add :group.
3222
3223 * spam-report.el (spam-report): Add :group.
3224
3225 * spam.el (spam, spam-face): Add :group.
3226
3227 2005-05-26 Lute Kamstra <lute@gnu.org>
3228
3229 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
3230
3231 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3232
3233 * gnus-art.el: Don't autoload mail-extract-address-components.
3234
3235 * gnus.el: Use eval-and-compile to autoload message-y-or-n-p.
3236
3237 * nndb.el: Don't declare the nndb back end two or more times; don't
3238 autoload news-reply-mode, news-setup, cancel-timer and telnet.
3239
3240 * nntp.el: Autoload format-spec instead of format; use
3241 eval-and-compile to evaluate autoload forms.
3242
3243 * spam-report.el (spam-report-process-queue): Use gnus-point-at-eol.
3244
3245 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
3246
3247 * gnus-art.el (article-date-ut): Support converting date in
3248 forwarded parts as well.
3249 (gnus-article-save-original-date): New macro.
3250 (gnus-display-mime): Use it.
3251
3252 2005-04-28 David Hansen <david.hansen@physik.fu-berlin.de>
3253
3254 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3255 enclosure element of <item>.
3256
3257 2005-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3258
3259 * spam-report.el (spam-report-unplug-agent)
3260 (spam-report-plug-agent, spam-report-deagentize)
3261 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
3262 support for the Agent in spam-report: when unplugged, report to a
3263 file; when plugged, submit all the requests.
3264 [Added missing offline functionality from trunk.]
3265
3266 2005-04-24 Reiner Steib <Reiner.Steib@gmx.de>
3267
3268 * spam-report.el (spam-report-url-to-file)
3269 (spam-report-requests-file): New function and variable for offline
3270 reporting.
3271 (spam-report-url-ping-function): Add `spam-report-url-to-file'
3272 and user defined function.
3273 (spam-report-process-queue): New function.
3274 Process requests from `spam-report-requests-file'.
3275 (spam-report-url-ping-mm-url): Autoload.
3276 [Added missing offline functionality from trunk.]
3277
3278 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3279
3280 * qp.el (quoted-printable-encode-region): Save excursion.
3281
3282 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
3283
3284 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
3285 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
3286
3287 2005-04-13 Miles Bader <miles@gnu.org>
3288
3289 * mm-util.el (mm-string-to-multibyte): Use Gnus trunk definition.
3290
3291 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
3292
3293 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
3294 contained in text because xml.el decodes entities) with LFs.
3295
3296 2005-04-11 Lute Kamstra <lute@gnu.org>
3297
3298 * message.el (message-make-date): Handle byte-compiler warnings
3299 differently.
3300 * nnimap.el (nnimap-date-days-ago): Ditto.
3301
3302 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * mm-util.el (mm-string-to-multibyte): New function.
3305 (mm-detect-coding-region): Typo.
3306
3307 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3308
3309 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
3310
3311 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3312
3313 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
3314 argument in XEmacs.
3315
3316 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
3317 (nnrss-request-group): Decode group name first.
3318 (nnrss-request-article): Make a text/plain article if mml-to-mime
3319 failed.
3320 (nnrss-get-encoding): Return a compatible encoding according to
3321 nnrss-compatible-encoding-alist.
3322 (nnrss-opml-export): Use dolist.
3323 (nnrss-find-el): Use consp instead of listp.
3324 (nnrss-order-hrefs): Use dolist.
3325
3326 2005-04-06 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3327
3328 * nnrss.el (nnrss-verbose): Remove.
3329 (nnrss-request-group): Use `nnheader-message' instead.
3330
3331 2005-04-06 Mark Plaksin <happy@usg.edu> (tiny change)
3332
3333 * nnrss.el (nnrss-verbose): New variable.
3334 (nnrss-request-group): Make it say nnrss is requesting a group.
3335
3336 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3337
3338 * gnus-agent.el (gnus-agent-group-path): Decode group name.
3339 (gnus-agent-group-pathname): Ditto.
3340
3341 * gnus-cache.el (gnus-cache-file-name): Decode group name.
3342
3343 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
3344 name for only %g and %c.
3345 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group
3346 instead of gnus-tmp-group to decoded group name.
3347 (gnus-group-make-group): Decode group name.
3348 (gnus-group-delete-group): Ditto.
3349 (gnus-group-make-rss-group): Exclude `/'s from group names;
3350 register the group data after opening the nnrss group; unify
3351 non-ASCII group names; encode group name.
3352 (gnus-group-catchup-current): Decode group name.
3353 (gnus-group-expire-articles-1): Ditto.
3354 (gnus-group-set-current-level): Ditto.
3355 (gnus-group-kill-group): Ditto.
3356
3357 * gnus-spec.el (gnus-update-format-specifications): Flush the
3358 group format spec cache if it doesn't support decoded group names.
3359
3360 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
3361
3362 * nnrss.el: Require rfc2047 and mml.
3363 (nnrss-file-coding-system): New variable.
3364 (nnrss-format-string): Redefine it as an inline function.
3365 (nnrss-decode-group-name): New function.
3366 (nnrss-string-as-multibyte): Remove.
3367 (nnrss-retrieve-headers): Decode group name; don't use
3368 nnrss-format-string.
3369 (nnrss-request-group): Decode group name.
3370 (nnrss-request-article): Decode group name; allow a Message-ID as
3371 well as an article number; don't use nnrss-format-string; encode a
3372 Message-ID string which may contain non-ASCII characters; use
3373 mml-to-mime to compose a MIME article; use search-forward instead
3374 of re-search-forward.
3375 (nnrss-request-expire-articles): Decode group name.
3376 (nnrss-request-delete-group): Delete entries in nnrss-group-alist
3377 as well; decode group name.
3378 (nnrss-get-encoding): Fix regexp.
3379 (nnrss-fetch): Clarify error message.
3380 (nnrss-read-server-data): Use insert-file-contents instead of load;
3381 bind file-name-coding-system; use multibyte buffer.
3382 (nnrss-save-server-data): Insert newline; bind
3383 coding-system-for-write to the value of nnrss-file-coding-system;
3384 bind file-name-coding-system; add coding cookie.
3385 (nnrss-read-group-data): Use insert-file-contents instead of load;
3386 bind file-name-coding-system; use multibyte buffer.
3387 (nnrss-save-group-data): Bind coding-system-for-write to the
3388 value of nnrss-file-coding-system; bind file-name-coding-system.
3389 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
3390 make it work with non-ASCII text.
3391 (nnrss-opml-export): Use mm-set-buffer-file-coding-system instead
3392 of set-buffer-file-coding-system.
3393 (nnrss-find-el): Check carefully whether there's a list of string
3394 which old xml.el may return rather than a string; make it work
3395 with old xml.el as well.
3396
3397 2005-04-06 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
3398
3399 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
3400
3401 * nnrss.el (nnrss-get-encoding): New function.
3402 (nnrss-fetch): Use unibyte buffer initially; bind
3403 coding-system-for-read while performing mm-url-insert; remove ^Ms;
3404 decode contents according to the encoding attribute.
3405 (nnrss-save-group-data): Add coding cookie.
3406 (nnrss-mime-encode-string): New function.
3407 (nnrss-check-group): Use it to encode subject and author.
3408
3409 2005-04-06 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
3410
3411 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
3412 failed.
3413
3414 2005-04-06 Joakim Verona <joakim@verona.se> (tiny change)
3415
3416 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
3417
3418 2005-04-06 Jesper Harder <harder@ifa.au.dk>
3419
3420 * mm-util.el (mm-subst-char-in-string): Support inplace.
3421
3422 * nnrss.el: Pedantic docstring and whitespace fixes (courtesy of
3423 checkdoc.el).
3424 (nnrss-request-article): Cleanup.
3425 (nnrss-request-delete-group): Use nnrss-make-filename.
3426 (nnrss-read-server-data): Use nnrss-make-filename; use load.
3427 (nnrss-save-server-data): Use nnrss-make-filename; use gnus-prin1.
3428 (nnrss-read-group-data): hash on description if link is missing;
3429 use nnrss-make-filename; use load.
3430 (nnrss-save-group-data): Use nnrss-make-filename; use gnus-prin1.
3431 (nnrss-make-filename): New function.
3432 (nnrss-close): New function.
3433 (nnrss-check-group): Hash on description if link is missing.
3434 (nnrss-get-namespace-prefix): Use string= to compare strings!
3435 Reported by David D. Smith <davidsmith@acm.org>.
3436 (nnrss-opml-export): Turn on sgml-mode.
3437
3438 2005-04-06 Mark A. Hershberger <mah@everybody.org>
3439
3440 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
3441
3442 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
3443
3444 * message.el (message-make-date): Add defvars in order to silence
3445 the byte compiler inside the defun.
3446
3447 * nnimap.el (nnimap-date-days-ago): Ditto.
3448
3449 * gnus-demon.el (parse-time-string): Add autoload.
3450
3451 * gnus-delay.el (parse-time-string): Add autoload.
3452
3453 * gnus-art.el (parse-time-string): Add autoload.
3454
3455 * nnultimate.el (parse-time): Require for `parse-time-string'.
3456
3457 2005-04-03 Katsumi Yamaoka <yamaoka@jpl.org>
3458
3459 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
3460 "Unrecognized menu descriptor" error in XEmacs.
3461
3462 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
3463
3464 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
3465
3466 * mm-util.el (mm-replace-in-string): New function.
3467 (mm-xemacs-find-mime-charset-1): Ignore errors while loading
3468 latin-unity, which cannot be used with XEmacs 21.1.
3469
3470 * rfc2047.el (rfc2047-encode-function-alist): Rename from
3471 rfc2047-encoding-function-alist in order to avoid conflicting with
3472 the old version.
3473 (rfc2047-encode-message-header): Remove useless goto-char.
3474 (rfc2047-encodable-p): Don't move point.
3475 (rfc2047-syntax-table): Treat `(' and `)' as is.
3476 (rfc2047-encode-region): Concatenate words containing non-ASCII
3477 characters in structured fields; don't encode space-delimited
3478 ASCII words even in unstructured fields; don't break words at
3479 char-category boundaries; encode encoded words in structured
3480 fields; treat text within parentheses as special; show the
3481 original text when error has occurred; move point to the end of
3482 the region after encoding, suggested by IRIE Tetsuya
3483 <irie@t.email.ne.jp>; treat backslash-quoted characters as
3484 non-special; check carefully whether to encode special characters;
3485 fix some kind of misconfigured headers; signal a real error if
3486 debug-on-quit or debug-on-error is non-nil; don't infloop,
3487 suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>; assume
3488 the close parenthesis may be included in the encoded word; encode
3489 bogus delimiters.
3490 (rfc2047-encode-string): Use mm-with-multibyte-buffer.
3491 (rfc2047-encode-max-chars): New variable.
3492 (rfc2047-encode-1): New function.
3493 (rfc2047-encode): Use it; encode text so that it occupies the
3494 maximum width within 76-column; work correctly on Q encoding for
3495 iso-2022-* charsets; fold the line before encoding; don't append a
3496 space if the encoded word includes close parenthesis.
3497 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
3498 sure not to break a line just after the header name.
3499 (rfc2047-b-encode-region): Remove.
3500 (rfc2047-b-encode-string): New function.
3501 (rfc2047-q-encode-region): Remove.
3502 (rfc2047-q-encode-string): New function.
3503 (rfc2047-encode-parameter): New function.
3504 (rfc2047-encoded-word-regexp): Don't use shy group.
3505 (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
3506 (rfc2047-parse-and-decode): Ditto.
3507 (rfc2047-decode): Treat the ascii coding-system as raw-text by default.
3508
3509 2005-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3510
3511 * rfc2047.el (rfc2047-encode-encoded-words): New variable.
3512 (rfc2047-field-value): Strip props.
3513 (rfc2047-encode-message-header): Disable header folding -- not
3514 all headers can be folded, and this should be done by the message
3515 composition mode. Probably. I think.
3516 (rfc2047-encodable-p): Say that =? needs encoding.
3517 (rfc2047-encode-region): Encode =? strings.
3518
3519 2005-03-25 Jesper Harder <harder@ifa.au.dk>
3520
3521 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
3522 language tags; remove unnecessary '+'. Reported by Stefan Wiens
3523 <s.wi@gmx.net>.
3524 (rfc2047-decode-string): Don't cons a string unnecessarily.
3525 (rfc2047-parse-and-decode, rfc2047-decode): Use a character for
3526 the encoding to avoid consing a string.
3527 (rfc2047-decode): Use mm-subst-char-in-string instead of
3528 mm-replace-chars-in-string.
3529
3530 2005-03-25 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3531
3532 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
3533 encodings of MIME-encoded words, in order to improve
3534 interoperability with several broken MUAs.
3535
3536 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
3537
3538 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
3539 pass it to `gnus-browse-read-group'.
3540 (gnus-browse-read-group): Add NUMBER argument and pass it to
3541 `gnus-group-read-ephemeral-group'.
3542
3543 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
3544 argument and pass it to `gnus-group-read-group'.
3545
3546 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
3547
3548 * mm-util.el (mm-xemacs-find-mime-charset): Only call
3549 mm-xemacs-find-mime-charset-1 if we have the mule feature
3550 available at runtime.
3551
3552 2005-03-25 Werner Lemberg <wl@gnu.org>
3553
3554 * nnmaildir.el: Replace `illegal' with `invalid'.
3555
3556 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3557
3558 * gnus-start.el (gnus-display-time-event-handler):
3559 Check display-time-timer at runtime rather than only at load time
3560 in case display-time-mode is turned off in the mean time.
3561
3562 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
3563
3564 * nnimap.el (nnimap-open-connection): Print which authinfo file is
3565 used.
3566
3567 * nneething.el (nneething-map-file-directory): Derive from
3568 `gnus-directory'.
3569
3570 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
3571 the To/Cc button.
3572
3573 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
3574
3575 * nnmaildir.el (nnmaildir-request-accept-article):
3576 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
3577
3578 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
3579
3580 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
3581 autoloaded function.
3582
3583 2005-03-13 Steve Youngs <steve@sxemacs.org>
3584
3585 * mm-url.el: Require timer-funcs at compile time when in XEmacs
3586 for `with-timeout'.
3587
3588 * mail-source.el: Require timer-funcs at compile time when in
3589 XEmacs for `run-with-idle-timer'.
3590
3591 * gnus-async.el: Ditto.
3592
3593 2005-03-16 Lute Kamstra <lute@gnu.org>
3594
3595 * message.el (message-make-date): Require parse-time.
3596
3597 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
3600
3601 2005-03-10 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
3602
3603 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
3604
3605 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
3606
3607 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
3608 buffer (since IMAP server might return FETCH response out of
3609 order, and the nntp buffer must be sorted).
3610
3611 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
3612
3613 * message.el: Don't autoload former message-utils variables.
3614 (message-strip-subject-trailing-was): Change doc string.
3615
3616 * nnweb.el: Fixes for `gnus-group-make-web-group'.
3617 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
3618 (nnweb-google-search): Add "hl=en" here.
3619 (nnweb-google-parse-1, nnweb-google-create-mapping):
3620 Don't hardcode URL.
3621
3622 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
3623
3624 * message.el (message-get-reply-headers, message-followup):
3625 Mention related variables `message-use-followup-to' and
3626 `message-use-mail-followup-to', in the information buffer.
3627
3628 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
3629 of broken groups(-beta).google.com.
3630
3631 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
3634 a more conservative way.
3635
3636 2005-02-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3637
3638 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
3639 `mm-dissect-multipart' and receive the from field as an (optional)
3640 argument from `mm-dissect-multipart'.
3641 (mm-dissect-multipart): Receive the from field as an argument and
3642 pass it on when we call `mm-dissect-buffer' on MIME parts.
3643 Fixes verification/decryption of signed/encrypted MIME parts.
3644
3645 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
3648 buffer, so it moves the window's cursor.
3649
3650 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
3651
3652 * nnheader.el (nnheader-find-file-noselect): Add doc string.
3653
3654 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
3655 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
3656
3657 * gnus-sum.el (gnus-summary-caesar-message):
3658 Apply `gnus-treat-article' after rotation.
3659
3660 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
3661 doc string.
3662
3663 2005-02-22 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3664
3665 * smime.el (smime-sign-buffer): Signal an error if
3666 `smime-sign-region' fails.
3667 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
3668 fails.
3669
3670 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
3671
3672 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
3673 Handle news URL with given port correctly.
3674
3675 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3676
3677 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
3678 containing special characters.
3679
3680 * gnus-sum.el (gnus-summary-edit-article): Ditto.
3681
3682 * mml.el (mime-to-mml): Ditto.
3683
3684 * rfc2047.el (rfc2047-quote-decoded-words-containing-tspecials):
3685 New variable.
3686 (rfc2047-decode-region): Quote decoded words containing special
3687 characters when rfc2047-quote-decoded-words-containing-tspecials
3688 is non-nil.
3689
3690 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
3691
3692 * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
3693
3694 * gnus.el (gnus-install-group-spam-parameters): Doc fix.
3695
3696 2005-02-15 Simon Josefsson <jas@extundo.com>
3697
3698 * nnimap.el (nnimap-debug): Doc fix.
3699
3700 * imap.el (imap-debug): Doc fix.
3701
3702 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
3703
3704 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
3705 argument in doc string. Make query for type more clear.
3706
3707 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
3708
3709 * gnus.el (gnus-group-startup-message): Search for gnus images in
3710 etc/images/gnus.
3711 * mm-util.el (mm-image-load-path): Likewise.
3712 * smiley.el (smiley-data-directory): Search for smilies in
3713 etc/images/smilies.
3714
3715 2005-02-09 Kim F. Storm <storm@cua.dk>
3716
3717 Change Emacs release version from 21.4 to 22.1 throughout.
3718 Change Emacs development version from 21.3.50 to 22.0.50.
3719
3720 2005-02-08 Simon Josefsson <jas@extundo.com>
3721
3722 * imap.el (imap-log): Doc fix.
3723
3724 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
3725
3726 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
3727 prefix arg is neither nil nor a number, as info specifies.
3728
3729 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3730
3731 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
3732
3733 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * message.el (message-beginning-of-line): Change the behavior when
3736 invoked between BOL and : so that it first moves backward.
3737
3738 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
3739
3740 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
3741 article buffer when editing of the article is discarded.
3742 (gnus-article-prepare): Revert.
3743
3744 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
3745
3746 * gnus-art.el (gnus-article-prepare):
3747 Remove message-strip-forbidden-properties from the local hook.
3748
3749 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3750
3751 * mml.el (mml-generate-mime-1): Convert string into unibyte when
3752 inserting " *mml*" buffer's contents into a unibyte temp buffer.
3753
3754 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
3755
3756 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
3757 which will be inserted according to the multibyteness of a buffer
3758 rather than the type of contents. Suggested by ARISAWA Akihiro
3759 <ari@mbf.ocn.ne.jp>.
3760
3761 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
3762
3763 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
3764 which is unreadable in some setups.
3765
3766 2004-12-27 Simon Josefsson <jas@extundo.com>
3767
3768 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
3769 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
3770 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
3771
3772 2004-12-17 Kim F. Storm <storm@cua.dk>
3773
3774 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
3775
3776 * gnus-sum.el (gnus-summary-mode-map): Likewise.
3777
3778 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3779
3780 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
3781 correctly even if there are wide characters.
3782
3783 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
3784
3785 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3786 concatenating segments rather than before concatenating them.
3787 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3788
3789 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3790
3791 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
3792
3793 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
3794
3795 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
3796 unify Latin characters in XEmacs.
3797 (mm-find-mime-charset-region): Use it.
3798
3799 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3800
3801 * gnus-util.el (gnus-delete-directory): New function.
3802
3803 * gnus-agent.el (gnus-agent-delete-group): Use it.
3804
3805 * gnus-cache.el (gnus-cache-delete-group): Use it.
3806
3807 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
3810
3811 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
3812
3813 * gnus-group.el (gnus-group-make-rss-group):
3814 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
3815
3816 * gnus-start.el (gnus-setup-news): Honor user's setting to
3817 gnus-message-archive-method. Suggested by Lute Kamstra
3818 <lute@gnu.org>.
3819
3820 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3821
3822 * message.el (message-forward-make-body-mml): Remove headers
3823 according to message-forward-ignored-headers if a message is decoded.
3824
3825 2004-12-02 Romain Francoise <romain@orebokech.com>
3826
3827 * message.el (message-forward-make-body-plain): Always remove
3828 headers according to message-forward-ignored-headers.
3829
3830 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
3831
3832 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
3833 order to silence the byte compiler.
3834
3835 * pop3.el (pop3-md5): Define it before being used.
3836
3837 * spam.el: Fix the way to silence the byte compiler, which
3838 complained about bbdb-buffer, bbdb-create-internal,
3839 bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine,
3840 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
3841 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
3842 spam-stat-buffer-is-spam, spam-stat-load,
3843 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
3844 spam-stat-save and spam-stat-split-fancy.
3845
3846 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
3847
3848 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
3849 which may confuse users.
3850 (canlock-password-for-verify): Ditto.
3851
3852 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
3853
3854 * gnus-art.el (gnus-emphasis-alist): Ditto.
3855
3856 * gnus-registry.el (gnus-registry-max-entries): Ditto.
3857
3858 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
3859
3860 * gnus-start.el (gnus-save-killed-list): Ditto.
3861
3862 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
3863 (gnus-sum-thread-tree-root): Ditto.
3864 (gnus-sum-thread-tree-false-root): Ditto.
3865 (gnus-sum-thread-tree-single-indent): Ditto.
3866
3867 * message.el (message-courtesy-message): Ditto.
3868 (message-archive-note): Ditto.
3869 (message-subscribed-address-file): Ditto.
3870 (message-user-fqdn): Ditto.
3871
3872 * spam-report.el (spam-report-gmane-regex): Ditto.
3873
3874 * spam.el (spam-blackhole-good-server-regex): Ditto.
3875
3876 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
3877
3878 * message.el (message-forbidden-properties): Fix typo in doc string.
3879
3880 2004-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3881
3882 * message.el (message-strip-forbidden-properties):
3883 Bind buffer-read-only (etc) to nil.
3884
3885 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
3886
3887 * gnus-util.el (gnus-replace-in-string): Add doc string.
3888
3889 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
3890 to avoid problems when splitting mails with many recipients.
3891
3892 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
3893
3894 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
3895 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3896
3897 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
3898
3899 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
3900
3901 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
3904 pop-to-buffer, covered by the subsequent gnus-configure-windows.
3905
3906 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
3907
3908 * nnfolder.el (nnfolder-save-marks): Add missing format field in
3909 call to `error'.
3910 * nnml.el (nnml-save-marks): Ditto.
3911
3912 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3913
3914 * gnus-start.el (gnus-convert-old-newsrc):
3915 Assign legacy-gnus-agent to 5.10.7.
3916
3917 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3918
3919 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
3920 default; improve customization type.
3921 (gnus-emphasis-custom-with-format): New macro.
3922 (gnus-emphasis-custom-value-to-external): New function.
3923 (gnus-emphasis-custom-value-to-internal): New function.
3924
3925 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3926
3927 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
3928 "Args out of range" error. Reported by Arnaud Giersch
3929 <arnaud.giersch@free.fr>.
3930
3931 2004-11-04 Richard M. Stallman <rms@gnu.org>
3932
3933 * spam.el (spam group): Add :version.
3934
3935 * pgg-def.el (pgg group): Add :version.
3936
3937 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3938
3939 * gnus-art.el (gnus-article-edit-article): Don't associate the
3940 article buffer with a draft file. This is a temporary measure
3941 against the 2004-08-22 change to gnus-article-edit-mode.
3942
3943 2004-11-02 Ilya N. Golubev <gin@mo.msk.ru>.
3944
3945 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
3946 entry.
3947
3948 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3949
3950 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
3951 (html2text-format-tags): Remove unused variable `attr'.
3952
3953 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
3954 after-load-alist.
3955
3956 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
3957 Mule-UCS is loaded under XEmacs.
3958 (mm-mime-mule-charset-alist): Avoid duplicated entries.
3959
3960 * mm-util.el (mm-coding-system-p): Return a coding-system.
3961 (mm-mime-mule-charset-alist): Use shift_jis instead of
3962 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
3963 entries for the mime charsets iso-2022-jp-3 and shift_jis.
3964 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
3965 instead of japanese-shift-jis and iso-latin-1 respectively in
3966 order to share the default value with both Emacs and XEmacs-mule.
3967 (mm-mule-charset-to-mime-charset):
3968 Make mm-coding-system-priorities effective.
3969 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
3970 while predicating of candidates upon the priorities.
3971
3972 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3973
3974 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
3975
3976 * spam-stat.el (spam-stat): Add :version.
3977
3978 * sieve.el (sieve): Add :version.
3979
3980 * sha1.el (sha1): Add :version.
3981 (sha1-use-external): Remove redundant version.
3982
3983 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
3984 (nnmail-cache-ignore-groups, nnmail-spool-hook)
3985 (nnmail-split-fancy-match-partial-words)
3986 (nnmail-split-lowercase-expanded): Add :version.
3987
3988 * nndiary.el (nndiary): Add :version.
3989
3990 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
3991
3992 * mml-sec.el (mml-default-sign-method)
3993 (mml-default-encrypt-method, mml-signencrypt-style-alist):
3994 Add :version.
3995
3996 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
3997
3998 * mm-url.el (mm-url-use-external, mm-url-program)
3999 (mm-url-arguments): Add :version.
4000
4001 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
4002 (mm-attachment-file-modes, mm-decrypt-option)
4003 (mm-w3m-safe-url-regexp): Add :version.
4004
4005 * message.el (message-cite-prefix-regexp)
4006 (message-sendmail-envelope-from, message-minibuffer-local-map)
4007 (message-user-fqdn, message-completion-alist): Add :version.
4008
4009 * gnus-win.el (gnus-configure-windows-hook)
4010 (gnus-use-frames-on-any-display): Add :version.
4011
4012 * gnus-art.el (gnus-article-address-banner-alist)
4013 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
4014 (gnus-treat-from-picon, gnus-treat-mail-picon)
4015 (gnus-treat-x-pgp-sig): Add :version.
4016
4017 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
4018 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
4019 (gnus-summary-article-delete-hook)
4020 (gnus-summary-display-while-building): Add :version.
4021
4022 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
4023 (gnus-get-top-new-news-hook):Add :version.
4024
4025 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4026 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
4027
4028 * gnus-registry.el (gnus-registry): Add :version.
4029
4030 * gnus-spec.el (gnus-use-correct-string-widths)
4031 (gnus-make-format-preserve-properties): Add :version.
4032
4033 * gnus.el (gnus-group-charter-alist)
4034 (gnus-group-fetch-control-use-browse-url)
4035 (gnus-install-group-spam-parameters): Add :version.
4036
4037 * gnus-diary.el (gnus-diary): Add :version.
4038
4039 * gnus-delay.el (gnus-delay): Add :version.
4040
4041 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4042 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
4043 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
4044 Add :version.
4045
4046 * gnus-agent.el (gnus-agent-max-fetch-size)
4047 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
4048 (gnus-agent-prompt-send-queue): Add :version.
4049
4050 * deuglify.el (gnus-outlook-deuglify): Add :version.
4051
4052 * html2text.el: Beautify code. Improve doc strings. Some
4053 checkdoc cleanup.
4054 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
4055
4056 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
4057
4058 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
4059
4060 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4061
4062 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
4063 signature file. Suggested by Manoj Srivastava
4064 <srivasta@golden-gryphon.com>.
4065
4066 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
4067 iso-2022-jp even in the Japanese language environment.
4068 Suggested by Jason Rumney <jasonr@gnu.org>.
4069
4070 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4071
4072 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
4073 use the same characters as the dummy marks; make it free from
4074 getting affected by the language environment.
4075 (gnus-summary-read-group-1): Update mark positions only when the
4076 format spec is updated.
4077
4078 * gnus-spec.el (gnus-update-format-specifications): Return a list
4079 of updated types.
4080
4081 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
4082
4083 * nnspool.el (nnspool-spool-directory): Use news-path if the
4084 news-directory variable is not bound.
4085
4086 * gnus-group.el (gnus-group-line-format-alist): Convert the value
4087 of gnus-tmp-news-method into string if it may be passed to
4088 gnus-correct-length which takes only a string argument.
4089
4090 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
4091
4092 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
4093 instead.
4094
4095 2004-10-24 Kevin Greiner <kevin.greiner@compsol.cc>
4096
4097 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
4098 comparison on string.
4099
4100 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4101
4102 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
4103 running the major-mode function.
4104
4105 2004-10-21 Kevin Greiner <kevin.greiner@compsol.cc>
4106
4107 * gnus-start.el (gnus-convert-old-newsrc): Two of the converters
4108 have been backported to 'Gnus v5.11' from 'No Gnus v0.2'. Added a
4109 boolean check to not apply converters that apply to future
4110 versions of gnus.
4111
4112 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4113
4114 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
4115 dummy marks in the right way.
4116
4117 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4118
4119 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
4120 avoid infinite recursion via gnus-get-function.
4121
4122 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4123
4124 * gnus-agent.el (gnus-agent-synchronize-group-flags):
4125 When necessary, pass full group name to gnus-request-set-marks.
4126 (gnus-agent-synchronize-group-flags): Add support for sync'ing
4127 tick marks.
4128 (gnus-agent-synchronize-flags-server): Be silent when writing file.
4129
4130 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4131
4132 * gnus-agent.el (gnus-agent-synchronize-group-flags):
4133 Replace gnus-request-update-info with explicit code to sync the
4134 in-memory info read flags with the marks being sync'd to the backend.
4135
4136 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4137
4138 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore servers
4139 that are offline. Avoids having gnus-agent-toggle-plugged first ask if
4140 you want to open a server and then, even when you responded with no,
4141 asking if you want to synchronize the server's flags.
4142 (gnus-agent-synchronize-flags-server): Rewrite read loop to handle
4143 multi-line expressions.
4144 (gnus-agent-synchronize-group-flags): New internal function.
4145 Updates marks in memory (in the info structure) AND in the backend.
4146 (gnus-agent-check-overview-buffer): Fix range of
4147 deletion to remove entire duplicate line. Fixes merged article
4148 number bug.
4149
4150 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
4151
4152 * nnagent.el (nnagent-request-set-mark):
4153 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
4154 method, to ensure that synchronization updates marks in the
4155 backend and in the info (in memory) structure.
4156
4157 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4158
4159 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
4160 unless plugged. Disable the agent so that an open failure causes
4161 an error.
4162
4163 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4164
4165 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
4166 (gnus-agent-go-online): Change :version.
4167 (gnus-agent-expire-unagentized-dirs)
4168 (gnus-agent-auto-agentize-methods): Add :version.
4169
4170 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4171
4172 * legacy-gnus-agent.el
4173 (gnus-agent-convert-to-compressed-agentview-prompt):
4174 New function. Used internally to only display 'gnus converting
4175 files' message when actually necessary.
4176
4177 * gnus-sum.el: Remove (require 'gnus-agent) as required
4178 methods now autoloaded.
4179
4180 * gnus-int.el (gnus-request-move-article):
4181 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
4182 improve performance.
4183
4184 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4185
4186 * gnus-agent.el (gnus-agent-cat-groups): Rewrite avoiding defsetf
4187 to avoid run-time CL dependencies.
4188 (gnus-agent-unfetch-articles): New function.
4189 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
4190 article numbers even when local .overview file is missing.
4191 (gnus-agent-read-article-number): New function. Only accepts
4192 27-bit article numbers.
4193 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
4194 Use gnus-agent-read-article-number.
4195 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
4196 from backend while recognizing that article numbers in .overview
4197 must be valid.
4198
4199 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
4200 some users confused by references to .newsrc when they only have a
4201 .newsrc.eld file.
4202 (gnus-convert-mark-converter-prompt)
4203 (gnus-convert-converter-needs-prompt): Fix use of property list.
4204
4205 2004-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4206
4207 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4208
4209 2004-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4210
4211 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
4212 stuff for non-living groups.
4213
4214 2004-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4215
4216 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
4217 (gnus-agent-regenerate-group): Using nil messages aren't valid.
4218
4219 2004-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4220
4221 * gnus-agent.el (gnus-agent-read-agentview):
4222 Inline gnus-uncompress-range.
4223
4224 2004-10-18 Kevin Greiner <kgreiner@xpediantsolutions.com>
4225
4226 * legacy-gnus-agent.el
4227 (gnus-agent-convert-to-compressed-agentview): Fix typos with
4228 help from Florian Weimer <fw@deneb.enyo.de>
4229
4230 * gnus-agent.el (gnus-agentize):
4231 gnus-agent-send-mail-real-function no longer set to current value
4232 of message-send-mail-function but rather a lambda that calls
4233 message-send-mail-function. The change makes the agent real-time
4234 responsive to user changes to message-send-mail-function.
4235
4236 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4237
4238 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
4239
4240 2004-10-18 Kevin Greiner <kgreiner@xpediantsolutions.com>
4241
4242 * gnus-cache.el (gnus-cache-rename-group): New function.
4243 (gnus-cache-delete-group): New function.
4244
4245 * gnus-agent.el (gnus-agent-rename-group): New function.
4246 (gnus-agent-delete-group): New function.
4247 (gnus-agent-save-group-info): Use gnus-command-method when
4248 `method' parameter is nil. Don't write nil entries into the
4249 active file.
4250 (gnus-agent-get-group-info): New function.
4251 (gnus-agent-get-local): Add optional parameters to avoid calling
4252 gnus-group-real-name and gnus-find-method-for-group.
4253 (gnus-agent-set-local): Delete stored entry if either min, or max,
4254 are nil.
4255 (gnus-agent-fetch-session): Reword error/quit messages.
4256 On quit, use gnus-agent-regenerate-group to record existance of any
4257 articles fetched to disk before the quit occurred.
4258
4259 * gnus-int.el (gnus-request-delete-group):
4260 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
4261 local disk in sync with the server.
4262 (gnus-request-rename-group):
4263 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
4264 local disk in sync with the server.
4265
4266 * gnus-start.el (gnus-get-unread-articles):
4267 Cosmetic simplification to logic.
4268
4269 * gnus-group.el (gnus-group-delete-group): No longer update
4270 gnus-cache-active-altered as gnus-request-delete-group now keeps
4271 the cache in sync.
4272 (gnus-group-list-active): Let the agent store a server's active
4273 list if currently plugged.
4274
4275 * gnus-util.el (gnus-rename-file): New function.
4276
4277 2004-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4278
4279 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
4280 when the group's active is not available.
4281
4282 2004-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4283
4284 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
4285 error.
4286
4287 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4288
4289 * gnus-start.el (gnus-convert-old-newsrc): Only write the conversion
4290 message to newsrc-dribble when an actual conversion is performed.
4291
4292 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4293
4294 * gnus-agent.el (gnus-agent-read-local):
4295 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
4296 avoid the implicit assumption that they will always be equal.
4297 (gnus-agent-save-local): Bind buffer-file-coding-system, not
4298 coding-system-for-write, as the with-temp-file macro first prints
4299 to a buffer then saves the buffer.
4300
4301 2004-10-18 Kevin Greiner <kgreiner@xpediantsolutions.com>
4302
4303 * legacy-gnus-agent.el (): New. Provides converters that are only
4304 loaded when gnus-convert-old-newsrc needs to call them.
4305
4306 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
4307 old file versions.
4308 (gnus-group-prepare-hook): Remove function that converted list
4309 form of gnus-agent-expire-days to group properties.
4310
4311 * gnus-start.el (gnus-convert-old-newsrc): Register new
4312 converters to handle old agent file formats. Added logic for a
4313 "backup before upgrading warning".
4314 (gnus-convert-mark-converter-prompt): Developers can mark
4315 functions as needing (default), or not needing,
4316 gnus-convert-old-newsrc's "backup before upgrading warning".
4317 (gnus-convert-converter-needs-prompt): Tests whether the user
4318 should be protected from potentially irreversable changes by the
4319 function.
4320
4321 2004-10-18 Kevin Greiner <kgreiner@xpediantsolutions.com>
4322
4323 * gnus-int.el (gnus-request-accept-article): Inform the agent that
4324 articles are being added to a group.
4325 (gnus-request-replace-article): Inform the agent that articles
4326 need to be uncached as the cached contents are no longer valid.
4327
4328 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
4329 (gnus-agent-possibly-alter-active): Avoid null in numeric comparison.
4330 (gnus-agent-set-local): Refuse to save null in local object table.
4331 (gnus-agent-regenerate-group): The REREAD parameter can now be a
4332 list of articles that will be marked as unread.
4333
4334 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4335
4336 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
4337 single-interval range of the form (min . max). Previously the
4338 range had to look like ((min . max)). Likewise, return
4339 (min . max) rather than ((min . max)).
4340 (gnus-range-map): Use gnus-range-normalize to accept
4341 single-interval range.
4342
4343 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
4344 the cache, but not the agent, now appear with their usual face.
4345
4346 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4347
4348 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
4349 marks consisting of a single range {for example, (3 . 5)} rather
4350 than a list of a single range { ((3 . 5)) }.
4351
4352 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4353
4354 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
4355 uncompressed list.
4356
4357 2004-10-18 Kevin Greiner <kevin.greiner@compsol.cc>
4358
4359 * gnus-draft.el (gnus-group-send-queue): Pass the group name
4360 "nndraft:queue" along to gnus-draft-send.
4361 Use gnus-agent-prompt-send-queue.
4362 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
4363 is "nndraft:queue". Suggested by Gaute Strokkenes
4364 <gs234@srcf.ucam.org>
4365
4366 * gnus-group.el (gnus-group-catchup): Use new
4367 gnus-sequence-of-unread-articles, not
4368 gnus-list-of-unread-articles, to avoid exhausting memory with huge
4369 numbers of articles. Use gnus-range-map to avoid having to
4370 uncompress the unread list.
4371 (gnus-group-archive-directory)
4372 (gnus-group-recent-archive-directory): Fix invalid ange-ftp reference.
4373
4374 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
4375 (gnus-sorted-range-intersection): Intersection of two ranges
4376 without requiring that they first be uncompressed.
4377
4378 * gnus-start.el (gnus-activate-group): Unless blocked by the
4379 caller, possibly expand the active range to include both cached
4380 and agentized articles.
4381 (gnus-convert-old-newsrc): Rewrote in anticipation of having
4382 multiple version-dependent converters.
4383 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
4384 gnus-agent-save-active.
4385 (gnus-save-newsrc-file): Save dirty agent range limits.
4386
4387 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
4388 gnus-agent-possibly-alter-active.
4389 (gnus-adjust-marked-articles): Faster handling of simple lists.
4390
4391 2004-10-18 David Edmondson <dme@dme.org>
4392
4393 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
4394 excessively.
4395
4396 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4397
4398 * mml.el (mml-preview): Use `pop-to-buffer'.
4399
4400 * message.el (message-goto-mail-followup-to): Insert after "To".
4401 (message-carefully-insert-headers): Add comment.
4402
4403 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
4404
4405 * gnus-art.el (gnus-button-alist):
4406 Improve `gnus-button-handle-library' entry.
4407
4408 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
4409
4410 * gnus-group.el (gnus-group-get-new-news-this-group): Add doc-string.
4411
4412 * gnus-start.el (gnus-activate-group): Add doc-string.
4413
4414 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
4415 handle manual section.
4416
4417 * imap.el (imap-store-password): New variable.
4418 (imap-interactive-login): Use it.
4419 Suggested by Mark Plaksin <happy@mcplaksin.org>.
4420
4421 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
4422 Allow / in mailto URLs.
4423
4424 * spam.el (spam-directory): Derive from `gnus-directory'.
4425
4426 * gnus-sum.el (gnus-pick-line-number): Add autoload.
4427
4428 2004-10-17 Richard M. Stallman <rms@gnu.org>
4429
4430 * gnus-registry.el (gnus-registry-unload-hook):
4431 Set as a variable with add-hook.
4432
4433 * nnspool.el (nnspool-spool-directory): Use news-directory instead
4434 of news-path.
4435
4436 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
4437
4438 * spam.el: Delete duplicate `provide'.
4439 (spam-unload-hook): Set as a variable with add-hook.
4440
4441 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
4442
4443 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
4444 in the doc string.
4445
4446 * message.el (message-ignored-news-headers)
4447 (message-ignored-supersedes-headers)
4448 (message-ignored-resent-headers)
4449 (message-forward-ignored-headers): Improve custom type.
4450
4451 2004-10-15 Simon Josefsson <jas@extundo.com>
4452
4453 * pop3.el (top-level): Don't require nnheader.
4454 (pop3-read-timeout): Add.
4455 (pop3-accept-process-output): Add.
4456 (pop3-read-response, pop3-retr): Use it.
4457
4458 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4459
4460 * message.el (message-tokenize-header): Fix 2004-09-06 change
4461 which used point-min in the wrong place.
4462
4463 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
4464
4465 * message.el (message-bury): Use `window-dedicated-p'.
4466
4467 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
4468
4469 * gnus-sum.el: Mention that multibyte characters don't work as marks.
4470
4471 * gnus.el (message-y-or-n-p): Autoload.
4472
4473 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
4474 (pop3-password-required, pop3-authentication-scheme)
4475 (pop3-leave-mail-on-server): Made customizable.
4476 (pop3): New custom group.
4477 (pop3-retr): Remove `sleep-for' statements.
4478 Suggested by Dave Love <fx@gnu.org>.
4479
4480 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
4481 Windows/DOS.
4482
4483 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4484 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
4485 Dave Love <fx@gnu.org>.
4486
4487 * mml.el (mml-minibuffer-read-disposition): Require match.
4488 Suggested by Dave Love <fx@gnu.org>.
4489
4490 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4491
4492 * gnus-group.el (gnus-update-group-mark-positions):
4493 * gnus-sum.el (gnus-update-summary-mark-positions):
4494 * message.el (message-check-news-body-syntax):
4495 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
4496 of string-as-multibyte.
4497
4498 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
4499
4500 2004-10-05 Juri Linkov <juri@jurta.org>
4501
4502 * gnus-group.el (gnus-update-group-mark-positions):
4503 * gnus-sum.el (gnus-update-summary-mark-positions):
4504 * message.el (message-check-news-body-syntax):
4505 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
4506 8-bit unibyte values to a multibyte string for search functions.
4507
4508 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4509
4510 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
4511 there's no visible header.
4512
4513 2004-10-01 Simon Josefsson <jas@extundo.com>
4514
4515 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
4516 acroread.
4517
4518 2004-09-29 Jesper Harder <harder@ifa.au.dk>
4519
4520 * gnus.el (gnus-method-to-server): Oops, move it don't delete it.
4521
4522 2004-09-28 Jesper Harder <harder@ifa.au.dk>
4523
4524 * gnus-picon.el: Require cl.
4525
4526 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
4527
4528 * mml-smime.el: Require cl. Autoload message-fetch-field.
4529
4530 * gnus-fun.el: Require gnus-ems and gnus-util.
4531
4532 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr).
4533
4534 * gnus-art.el (gnus-article-edit-mode): Define before first reference.
4535
4536 * gnus.el (gnus-method-to-server): Move defsubst before first use.
4537
4538 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
4539 Fix format string mismatch.
4540 * nnml.el (nnml-request-set-mark, nnml-save-marks): Do.
4541 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): Do.
4542
4543 2004-09-27 Reiner Steib <Reiner.Steib@gmx.de>
4544
4545 * gnus.el (gnus-version-number): Set to 5.11.
4546
4547 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4548
4549 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
4550
4551 2004-09-26 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
4552
4553 * mm-util.el (mm-image-load-path): Handle nil in load-path.
4554
4555 2004-09-26 Jesper Harder <harder@ifa.au.dk>
4556
4557 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
4558 GROUP is a virtual group.
4559
4560 * mm-util.el (mm-charset-synonym-alist): Remove obsolete entries
4561 for big5 and gb2312.
4562
4563 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
4564 padding.
4565
4566 * mm-bodies.el (mm-7bit-chars): Don't include \r.
4567
4568 * mml.el (mml-compute-boundary-1): Don't uncompress files.
4569
4570 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
4571 dependencies.
4572 (rfc2047-encode): Use it.
4573
4574 * flow-fill.el: Typo.
4575
4576 * mml.el (mml-generate-mime-1): Don't use format=flowed with
4577 inline PGP.
4578
4579 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
4580
4581 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
4582 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
4583
4584 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
4585
4586 * nnheader.el (nnheader-max-head-length): Increase to 8192.
4587
4588 * message.el (message-clone-locals): Clone sendmail and smtp
4589 variables.
4590
4591 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
4592
4593 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
4594 in `header' match. Reported by Svend Tollak Munkejord.
4595
4596 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
4599
4600 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4601
4602 * uudecode.el (uudecode-use-external): Add :version.
4603
4604 * smime.el (smime-CA-file, smime-encrypt-cipher)
4605 (smime-dns-server): Add :version.
4606
4607 * smiley.el (gnus-smiley-file-types): Add :version.
4608
4609 * sha1.el (sha1-use-external): Add :version.
4610
4611 * pgg-def.el (pgg-query-keyserver): Add :version.
4612
4613 * nnmail.el (nnmail-fancy-expiry-targets)
4614 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
4615 Add :version.
4616
4617 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
4618 (nnimap-retrieve-groups-asynchronous): Add :version.
4619 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
4620
4621 * mml.el (mml-content-disposition-parameters)
4622 (mml-insert-mime-headers-always): Add :version.
4623
4624 * mm-util.el (mm-coding-system-priorities): Add :version.
4625
4626 * mm-decode.el (mm-inline-text-html-with-images)
4627 (mm-keep-viewer-alive-types, mm-external-terminal-program)
4628 (mm-verify-option): Add :version.
4629 (mm-text-html-renderer): Change :version.
4630
4631 * message.el (message-fcc-externalize-attachments)
4632 (message-required-headers, message-draft-headers)
4633 (message-subject-trailing-was-query)
4634 (message-subject-trailing-was-ask-regexp)
4635 (message-subject-trailing-was-regexp, message-mark-insert-begin)
4636 (message-mark-insert-end, message-archive-header)
4637 (message-archive-note, message-cross-post-default)
4638 (message-cross-post-note, message-followup-to-note)
4639 (message-cross-post-note-function, message-use-mail-followup-to)
4640 (message-subscribed-address-functions)
4641 (message-subscribed-address-file, message-subscribed-addresses)
4642 (message-subscribed-regexps, message-allow-no-recipients)
4643 (message-yank-cited-prefix, message-signature-insert-empty-line)
4644 (message-hidden-headers, message-hierarchical-addresses)
4645 (message-mail-user-agent, message-use-idna)
4646 (message-valid-fqdn-regexp)
4647 (message-strip-special-text-properties, message-header-synonyms)
4648 (message-beginning-of-line, message-tab-body-function): Add :version.
4649 (message-insert-canlock, message-wide-reply-confirm-recipients):
4650 Change :version.
4651
4652 * mail-source.el (mail-source-ignore-errors): Add :group, :type
4653 and :version.
4654 (mail-source-delete-old-incoming-confirm)
4655 (mail-source-movemail-program): Add :version.
4656
4657 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
4658 (gnus-agent-cache, gnus-agent): Change :version.
4659
4660 * gnus-util.el (gnus-use-byte-compile): Change :version.
4661
4662 * gnus-sum.el (gnus-summary-make-false-root-always)
4663 (gnus-summary-default-high-score)
4664 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
4665 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
4666 (gnus-read-all-available-headers, gnus-article-emulate-mime)
4667 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
4668 (gnus-sum-thread-tree-single-indent)
4669 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4670 (gnus-sum-thread-tree-leaf-with-other)
4671 (gnus-sum-thread-tree-single-leaf): Add :version.
4672 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
4673 (gnus-article-loose-mime): Change :version.
4674
4675 * gnus-start.el (gnus-backup-startup-file)
4676 (gnus-save-startup-file-via-temp-buffer): Add :version.
4677
4678 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
4679 (gnus-server-offline-face): Add :version.
4680
4681 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
4682
4683 * gnus-msg.el (gnus-gcc-externalize-attachments)
4684 (gnus-debug-files, gnus-debug-exclude-variables)
4685 (gnus-discouraged-post-methods): Change :version.
4686 (gnus-confirm-mail-reply-to-news)
4687 (gnus-confirm-treat-mail-like-news): Add :version.
4688
4689 * gnus-int.el (gnus-server-unopen-status): Add :version.
4690
4691 * gnus-group.el (gnus-group-jump-to-group-prompt)
4692 (gnus-large-ephemeral-newsgroup)
4693 (gnus-fetch-old-ephemeral-headers): Add :version.
4694
4695 * gnus-fun.el (gnus-x-face-directory)
4696 (gnus-convert-pbm-to-x-face-command)
4697 (gnus-convert-image-to-x-face-command)
4698 (gnus-convert-image-to-face-command): Add :version.
4699
4700 * gnus-delay.el (gnus-delay-default-hour): Add :version.
4701
4702 * gnus-cite.el (gnus-cite-blank-line-after-header)
4703 (gnus-article-boring-faces): Add :version.
4704
4705 * gnus-art.el (gnus-buttonized-mime-types)
4706 (gnus-inhibit-mime-unbuttonizing)
4707 (gnus-treat-display-face)
4708 (gnus-treat-body-boundary): Change :version.
4709 (gnus-body-boundary-delimiter, gnus-picon-databases)
4710 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
4711 (gnus-treat-date-english, gnus-treat-fold-headers)
4712 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
4713 (gnus-treat-mail-picon, gnus-treat-wash-html)
4714 (gnus-article-encrypt-protocol)
4715 (gnus-use-idna, gnus-article-over-scroll)
4716 (gnus-mime-display-multipart-alternative-as-mixed)
4717 (gnus-mime-display-multipart-related-as-mixed)
4718 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
4719 (gnus-ctan-url, gnus-button-ctan-handler)
4720 (gnus-button-handle-ctan-bogus-regexp)
4721 (gnus-button-ctan-directory-regexp)
4722 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
4723 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
4724 (gnus-button-man-level, gnus-button-emacs-level)
4725 (gnus-button-message-level, gnus-button-browse-level): Add :version.
4726
4727 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
4728 (gnus-agent-go-online): Change :version.
4729 (gnus-agent-expire-unagentized-dirs)
4730 (gnus-agent-auto-agentize-methods): Add :version.
4731
4732 * flow-fill.el (fill-flowed-display-column)
4733 (fill-flowed-encode-column): Add :version.
4734
4735 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4736 (gnus-outlook-deuglify-unwrap-max)
4737 (gnus-outlook-deuglify-cite-marks)
4738 (gnus-outlook-deuglify-unwrap-stop-chars)
4739 (gnus-outlook-deuglify-no-wrap-chars)
4740 (gnus-outlook-deuglify-attrib-cut-regexp)
4741 (gnus-outlook-deuglify-attrib-verb-regexp)
4742 (gnus-outlook-deuglify-attrib-end-regexp)
4743 (gnus-outlook-display-hook): Add :version.
4744
4745 * binhex.el (binhex-use-external): Add :version.
4746
4747 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
4748
4749 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
4750 and `invisible'.
4751
4752 2004-09-13 Simon Josefsson <jas@extundo.com>
4753
4754 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
4755
4756 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
4757
4758 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
4759
4760 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
4761
4762 * nnimap.el (nnimap-open-connection): Remove extraneous end-paren.
4763
4764 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4765
4766 * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym
4767 for the 'imap' port in netrc files.
4768
4769 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
4770 in gnus-registry-trim.
4771
4772 2004-09-10 Simon Josefsson <jas@extundo.com>
4773
4774 * nndb.el (require): Remove tcp and duplicate cl.
4775
4776 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4777
4778 * nntp.el (nntp): New customization group.
4779 (nntp-authinfo-file): Add customization group.
4780
4781 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
4782
4783 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
4784
4785 * gnus.el (to-address, to-list, subscribed)
4786 (large-newsgroup-initial): Ditto.
4787
4788 * flow-fill.el (fill-flowed-display-column)
4789 (fill-flowed-encode-column): Ditto.
4790
4791 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * message.el (message-tokenize-header, message-send-mail-with-qmail):
4794 Use point-min rather than 1.
4795 (message-send-mail): Use buffer-size rather than point-max.
4796
4797 * gnus-sum.el (gnus-summary-search-article-forward):
4798 Signal a specific `search-failed' rather than a generic `error'.
4799
4800 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
4801 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
4802 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
4803
4804 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4805
4806 * gnus-sum.el (gnus-summary-insert-subject): Remove list identifiers.
4807
4808 2004-09-03 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
4809
4810 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
4811 (spam-stat-save): Accept prefix argument.
4812
4813 2004-09-01 Simon Josefsson <jas@extundo.com>
4814
4815 * message.el (message-canlock-generate): Require sha1, not
4816 sha1-el. (Can we get rid of this require alltogheter? It is ugly
4817 to require within a function. Sadly, if sha1.el isn't loaded, the
4818 let binding in m-c-g will hide the defcustom definition, which is
4819 bad.)
4820
4821 * canlock.el: Require sha1, not sha1-el.
4822
4823 * message.el: Don't autoload sha1 (there is a autoload cookie in
4824 sha1.el).
4825
4826 * sha1-el.el: Renamed to sha1.el.
4827
4828 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4829
4830 * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
4831
4832 2004-05-19 Michael Schierl <schierlm-usenet@gmx.de> (tiny change)
4833
4834 * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
4835 isn't a string.
4836
4837 2004-03-05 Jesper Harder <harder@ifa.au.dk>
4838
4839 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
4840
4841 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
4842
4843 * canlock.el: Don't autoload mail-fetch-field.
4844
4845 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4846
4847 * canlock.el (base64-encode-string): Don't autoload it.
4848
4849 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
4850
4851 * canlock.el: Always require sha1-el.
4852 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
4853
4854 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
4855
4856 * message.el (message-canlock-generate): Require sha1-el.
4857
4858 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
4859
4860 * canlock.el (canlock-insert-header): Remove excessive grouping in
4861 regexp.
4862
4863 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4864
4865 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
4866
4867 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4868
4869 * canlock.el (canlock-sha1-function): Remove.
4870 (canlock-sha1-function-for-verify): Remove.
4871 (canlock-openssl-program): Remove.
4872 (canlock-openssl-args): Remove.
4873 (canlock-ignore-errors): Remove.
4874 (canlock-sha1-with-openssl): Remove.
4875 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
4876 (canlock-verify): Don't use canlock-ignore-errors.
4877
4878 * sha1-el.el (sha1-string-external): Make it can return a string
4879 in binary form.
4880 (sha1-region-external): Ditto.
4881 (sha1-string-internal): Ditto.
4882 (sha1-region-internal): Ditto.
4883 (sha1-region): Ditto.
4884 (sha1-string): Ditto.
4885 (sha1): Ditto.
4886
4887 2003-11-15 Simon Josefsson <jas@extundo.com>
4888
4889 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
4890 (pgg-gpg-lookup-key): Use regexp match instead of
4891 split-string (split-string is different between emacs 21.2 and
4892 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
4893
4894 2004-07-28 Simon Josefsson <jas@extundo.com>
4895
4896 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
4897 parameter (but don't use it, for now).
4898
4899 2004-02-03 Jesper Harder <harder@ifa.au.dk>
4900
4901 * sieve.el (sieve-deactivate-all): Fix format string mismatch.
4902
4903 2004-08-30 Andreas Schwab <schwab@suse.de>
4904
4905 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
4906 ?* and ?\;.
4907
4908 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
4909 and ?\' to symbol instead of whitespace.
4910
4911 2004-08-31 Jesper Harder <harder@ifa.au.dk>
4912
4913 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
4914 invalid addresses.
4915
4916 2004-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4917
4918 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
4919
4920 2004-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4921
4922 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
4923
4924 2004-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4925
4926 * gnus-art.el (article-decode-idna-rhs): Don't use
4927 message-idna-inside-rhs-p.
4928
4929 2004-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4930
4931 * message.el (message-idna-inside-rhs-p): Remove.
4932 (message-idna-to-ascii-rhs-1): Use proper address parsing.
4933
4934 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4935
4936 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4937
4938 2004-08-30 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
4939
4940 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
4941
4942 2004-08-26 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
4943
4944 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
4945 end-of-buffer.
4946
4947 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
4948
4949 * gnus-sum.el (gnus-read-header): Don't remove a header for the
4950 parent article of a sparse article in the thread hashtb.
4951
4952 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
4953
4954 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
4955 (nnmail-expand-newtext): Lowercase expanded entries if
4956 nnmail-split-lowercase-expanded is non-nil.
4957
4958 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
4959 when the group's active is not available.
4960
4961 * gnus-art.el (article-hide-headers): Refer to the values for
4962 gnus-ignored-headers and gnus-visible-headers in the summary
4963 buffer since a user may have set them as group parameters.
4964 (gnus-article-read-summary-keys): Restore new window-start and
4965 hscroll to summary window.
4966 (gnus-prev-page-map): Remove duplicated one.
4967
4968 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
4969 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
4970 Karl Chen <quarl@nospam.quarl.org> and Reiner Steib
4971 <Reiner.Steib@gmx.de>.
4972
4973 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
4974 Replace pp-to-string with gnus-pp-to-string.
4975
4976 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
4977
4978 * gnus-group.el (gnus-group-make-kiboze-group): Replace pp with
4979 gnus-pp.
4980
4981 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
4982 parsing gnus-posting-styles when the message is not for replying.
4983 (gnus-summary-resend-message-edit): Call mime-to-mml.
4984 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4985 (gnus-debug): Replace pp with gnus-pp.
4986
4987 * gnus-score.el (gnus-score-save): Replace pp with gnus-pp.
4988
4989 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
4990 gnus-pp-to-string.
4991
4992 * gnus-util.el (gnus-bind-print-variables): New macro.
4993 (gnus-prin1): Use it.
4994 (gnus-prin1-to-string): Use it.
4995 (gnus-pp): New function.
4996 (gnus-pp-to-string): New function.
4997
4998 * gnus.el: Don't make unnecessary *Group* buffer when loading.
4999
5000 * mail-source.el (mail-source-touch-pop): Doc fix.
5001
5002 * message.el (message-mode): Don't modify paragraph-separate there.
5003 (message-setup-fill-variables): Add mml tags to paragraph-start
5004 and paragraph-separate. Suggested by Andrew Korty <ajk@iu.edu>.
5005 (message-smtpmail-send-it): Doc fix.
5006 (message-exchange-point-and-mark): Don't activate region if it was
5007 inactive. Suggested by Hiroshi Fujishima
5008 <pooh@nature.tsukuba.ac.jp> and Jesper Harder <harder@ifa.au.dk>.
5009
5010 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
5011 t while entering a file name using the mm-with-multibyte macro.
5012 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5013
5014 * mm-encode.el (mm-content-transfer-encoding-defaults):
5015 Use qp-or-base64 for the application/* types.
5016 (mm-safer-encoding): Consider 7bit is safe.
5017
5018 * mm-util.el (mm-with-multibyte-buffer): New macro.
5019 (mm-with-multibyte): New macro.
5020
5021 * mm-view.el (mm-inline-render-with-function): Use multibyte
5022 buffer; decode html source by charset.
5023
5024 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
5025 add generate-head-function and generate-article-function to the
5026 rfc822-forward entry.
5027 (nndoc-forward-type-p): Recognize envelope From_.
5028 (nndoc-rfc822-forward-generate-article): New function.
5029 (nndoc-rfc822-forward-generate-head): New function.
5030
5031 * score-mode.el (gnus-score-pretty-print): Replace pp with gnus-pp.
5032
5033 * webmail.el (webmail-debug): Replace pp with gnus-pp.
5034
5035 * gnus-art.el (gnus-article-wash-html-with-w3m):
5036 Bind w3m-safe-url-regexp as the value for mm-w3m-safe-url-regexp;
5037 use w3m-minor-mode-map instead of mm-w3m-local-map-property.
5038 (gnus-mime-save-part-and-strip): Use mm-complicated-handles
5039 instead of mm-multiple-handles.
5040 (gnus-mime-delete-part): Ditto.
5041
5042 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
5043 handle, as well as a list.
5044 (mm-complicated-handles): Former definition of mm-multiple-handles.
5045
5046 * mm-view.el (mm-w3m-mode-map): Remove.
5047 (mm-w3m-local-map-property): Remove.
5048 (mm-w3m-cid-retrieve-1): Call itself recursively. Suggested by
5049 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
5050 (mm-w3m-cid-retrieve): Simplify.
5051 (mm-inline-text-html-render-with-w3m): Decode html source by
5052 charset; check META tags only when charsets are not specified in
5053 headers; specify charset to w3m-region; use w3m-minor-mode-map
5054 instead of mm-w3m-local-map-property.
5055
5056 2004-08-30 Juanma Barranquero <lektu@terra.es>
5057
5058 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
5059
5060 2004-08-30 Andreas Schwab <schwab@suse.de>
5061
5062 * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting.
5063
5064 * gnus-score.el (gnus-summary-increase-score): Fix format string.
5065
5066 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
5069
5070 2004-08-30 Kim F. Storm <storm@cua.dk>
5071
5072 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
5073
5074 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
5075 Add :group 'nnimap.
5076
5077 2004-08-23 Reiner Steib <Reiner.Steib@gmx.de>
5078
5079 * mm-decode.el (mime-display, mime-security): Fix custom-manual
5080 entries.
5081
5082 * gnus-art.el (gnus-article): Ditto.
5083
5084 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
5085
5086 * gnus-art.el (article-hide-list-identifiers):
5087 Bind inhibit-read-only as t.
5088
5089 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
5090
5091 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
5092
5093 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
5096 (gnus-narrow-to-page): Don't assume point-min == 1.
5097 (gnus-article-edit-mode): Derive from message-mode.
5098
5099 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
5100 point-min == 1.
5101
5102 * imap.el (imap-parse-address-list, imap-parse-body-ext):
5103 Disable incorrect use of `assert'.
5104
5105 * message.el (message-mode): Set comment-start-skip.
5106
5107 2004-08-22 Sam Steingold <sds@gnu.org>
5108
5109 * pop3.el (pop3-leave-mail-on-server): New user variable.
5110 (pop3-movemail): Delete mail only when it is nil.
5111
5112 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
5113
5114 * netrc.el, tls.el: Removed; use files from ../net instead.
5115
5116 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
5117
5118 * gnus-mule.el, smiley-ems.el: Removed obsolete files.
5119
5120 * mailcap.el (mailcap-mime-data): Mark as risky.
5121
5122 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
5123 Fix custom-manual entries.
5124
5125 * time-date.el: Removed. Merged into ../calendar/time-date.el.
5126
5127 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
5128
5129 * blink.pbm, blink.xpm, braindamaged.xpm, cry.xpm, dead.xpm,
5130 evil.xpm, forced.xpm, frown.xpm, grin.xpm, indifferent.xpm,
5131 reverse-smile.xpm, sad.pbm, sad.xpm, smile.xpm, time-date.el,
5132 wry.xpm: Added new files from the v5_10 branch of Gnus.
5133
5134 2004-07-22 Andreas Schwab <schwab@suse.de>
5135
5136 Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
5137
5138 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
5139
5140 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
5141 addition to emacs-w3m.
5142
5143 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
5144
5145 * gnus-msg.el (gnus-summary-followup-with-original):
5146 Document yanking of region when active.
5147
5148 2004-04-13 Kevin Greiner <kgreiner@xpediantsolutions.com>
5149
5150 * gnus-agent.el: Merged 7.3 through 7.7 updates into branch.
5151 Revision 7.2 changes excluded to maintain compatibility with all
5152 targeted emacs versions.
5153
5154 * gnus-cus.el: Merged revisions 7.2 through 7.5 into branch to support
5155 gnus-agent.el update and incorporate bug fixes.
5156
5157 See ChangeLog.2 for earlier changes.
5158
5159 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5160
5161 This file is part of GNU Emacs.
5162
5163 GNU Emacs is free software; you can redistribute it and/or modify
5164 it under the terms of the GNU General Public License as published by
5165 the Free Software Foundation; either version 3, or (at your option)
5166 any later version.
5167
5168 GNU Emacs is distributed in the hope that it will be useful,
5169 but WITHOUT ANY WARRANTY; without even the implied warranty of
5170 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5171 GNU General Public License for more details.
5172
5173 You should have received a copy of the GNU General Public License
5174 along with GNU Emacs; see the file COPYING. If not, write to the
5175 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5176 Boston, MA 02110-1301, USA.
5177
5178 ;; Local Variables:
5179 ;; coding: iso-2022-7bit
5180 ;; fill-column: 79
5181 ;; add-log-time-zone-rule: t
5182 ;; End:
5183
5184 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4