Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4 aren't so wide as to need to switch off the edit menu.
5
6 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8
9 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10 `M-g'.
11 (nnimap-update-info): Update flags/read marks even if \* isn't part of
12 the permanent marks.
13
14 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
15
16 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting
17 according to references/in-reply-to obeys the ignore-groups variable,
18 while splitting by sender and subject do not.
19
20 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21
22 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
23 alist, so that we can look for non-Unicode chars.
24 (article-translate-strings): Allow both character and string maps.
25
26 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
27
28 * shr.el (shr-insert): Don't insert space behind a wide character
29 categorized as kinsoku-bol, or between characters both categorized as
30 nospace.
31
32 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
33
34 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
35 headers to gnus-newsgroup-headers.
36
37 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
38
39 * shr.el (shr-tag-img): Don't align images -- since we're not
40 rescaling, this often leads to ugly displays.
41
42 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
43
44 * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
45 duplicates.
46
47 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
48
49 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
50 call.
51
52 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
53
54 * gnus.el: Autoload gnus-html-show-images.
55
56 * nnimap.el: Use nnheader-message throughout.
57
58 * shr.el (shr-tag-img): Ignore images with no data.
59
60 2010-10-15 Julien Danjou <julien@danjou.info>
61
62 * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
63 possibility to disable format=flow encoding when using hard newlines.
64
65 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
66
67 * shr.el (shr-insert): Remove space inserted before or after a
68 breakable character or at the beginning or the end of a line.
69 (shr-find-fill-point): Do kinsoku; find the second best point or give
70 it up if there's no breakable point.
71
72 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
73
74 * nnimap.el (nnimap-open-connection): Message when opening connection
75 for debugging purposes.
76
77 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
78 on every setup buffer call to allow this to change from article to
79 article.
80
81 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
82 buffers where we have a wide table.
83
84 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
85
86 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
87 uses *-request-thread.
88
89 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
90
91 * nnimap.el (nnimap-open-connection): Remove %s from openssl
92 incantation, which is no longer valid.
93
94 2010-10-14 Julien Danjou <julien@danjou.info>
95
96 * shr.el: Fix defcustom type (char -> character).
97
98 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
99
100 * nnimap.el (nnimap-open-connection): tls-program should be a list of
101 programs.
102
103 2010-10-14 Julien Danjou <julien@danjou.info>
104
105 * shr.el (shr-tag-a): Use url-link as widget type.
106
107 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
108 `gnus-group-get-icon'.
109
110 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
111
112 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
113 This should make server editing work better.
114
115 * shr.el (shr-find-fill-point): Don't inloop on indented text.
116
117 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
118 (nnimap-parse-flags): Fix regexp.
119
120 * shr.el (shr-find-fill-point): Use a filling algorithm that should
121 probably work for CJVK text, too.
122
123 * nnimap.el (nnimap-extend-tls-programs): Removed.
124 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
125
126 2010-10-13 Julien Danjou <julien@danjou.info>
127
128 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
129 responses.
130
131 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
132
133 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
134
135 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
136 anything in Emacs.
137
138 * shr.el (shr-current-column): Remove buggy and unnecessary function.
139
140 2010-10-13 Julien Danjou <julien@danjou.info>
141
142 * shr.el (shr-width): Make shr-width a defcustom with default to
143 fill-column.
144 (shr-tag-img): Use shr-width rather than fill-column.
145
146 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
147
148 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
149
150 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
151 position when (X-)Faces exist.
152 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
153 avatars when called interactively.
154
155 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
156
157 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
158 gnus-article-x-face-too-ugly is bound.
159
160 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
161
162 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
163
164 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
165 mailbox that doesn't exist.
166
167 2010-10-12 Julien Danjou <julien@danjou.info>
168
169 * shr.el (shr-tag-img): Encode URL properly when retrieving.
170 (shr-get-image-data): Encode URL properly when fetching from cache.
171 (shr-tag-img): Use aligned-to spaces to align correctly images.
172
173 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
174 before inserting the Gravatar.
175
176 * shr.el (shr-tag-img): Add align attribute support for <img>.
177
178 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
179
180 * gnus-gravatar.el (gnus-art): Required.
181
182 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
183 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
184 Remove long obsoleted functions.
185
186 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
187
188 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
189
190 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
191 gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
192 mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el,
193 mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el,
194 nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el,
195 rfc1843.el, sieve-manage.el, smime.el, spam.el:
196 Fix comment for declare-function.
197
198 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
199
200 * nnimap.el (nnimap-request-rename-group): Select group read-only
201 before renaming it.
202
203 * shr.el (shr-insert): Fix up the white space only regexp.
204
205 * nnimap.el (nnimap-transform-split-mail): Not all articles have
206 bodies. Protect against this. Reported by Michael Welsh Duggan.
207
208 * shr.el (shr-current-column): New function.
209 (shr-find-fill-point): New function.
210
211 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
212
213 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
214 numbers.
215
216 2010-10-11 Julien Danjou <julien@danjou.info>
217
218 * shr.el (shr-hr-line): Add.
219 (shr-tag-hr): Use shr-hr-line to specify which character to use to
220 display hr lines.
221 (shr-max-columns): Do not change state to nil if we just inserting
222 spaces.
223
224 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
225
226 * gnus-topic.el (gnus-topic-read-group): If after the last group,
227 select the last group.
228
229 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
230
231 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
232
233 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
234
235 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
236 for Gnus.
237 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
238 (nnimap-update-qresync-info): Mark \Seen articles as read.
239
240 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
241 non-variable, too.
242
243 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
244 available.
245 (nnimap-update-info): Rely more on the current active than the param
246 active to avoid marking articles as read too much.
247
248 * auth-source.el (auth-source-create): Use (user-login-name) for the
249 user name default.
250
251 * nnimap.el (nnimap-update-info): If the server doesn't return any
252 useful info, just use the previous info.
253 (nnimap-update-info): Prefer old info over start-article.
254 (nnimap-update-qresync-info): Finish implementing QRESYNC.
255
256 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
257
258 * nnir.el (autoload): Clean up autoloads.
259 (nnir-imap-default-search-key): Renamed from
260 nnir-imap-search-field. Use key rather than value.
261 (nnir-imap-search-other): New variable.
262 (nnir-read-parm): Use it.
263 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
264 (gnus-summary-nnir-goto-thread): Modify to work with imap.
265
266 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
269 the process, too.
270
271 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
272
273 * spam.el (gnus-summary-mode-map): Bind to "$". Suggested by Russ
274 Allbery.
275
276 * shr.el: Rework the way things are indented by <li> slightly.
277
278 * gnus.el (gnus-group-set-parameter): Fix typo.
279
280 * nnimap.el: Start implementing QRESYNC support.
281
282 2010-10-09 Julien Danjou <julien@danjou.info>
283
284 * nnir.el (nnir-engines): Fix too many arguments.
285
286 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
287
288 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
289 group is the "last", so that the backends like nnfolder actually save
290 their folders.
291
292 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
293 try to use that for the tls stream.
294 (nnimap-retrieve-group-data-early): Rework the marks code to heed
295 UIDVALIDITY and find out which groups are read-only and not.
296 (nnimap-get-flags): Use the same marks parsing code as the rest of
297 nnimap.
298
299 2010-10-09 Julien Danjou <julien@danjou.info>
300
301 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
302
303 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
304 retrieving gravatars.
305
306 * shr.el (shr-table-corner): Add.
307 (shr-table-line): Add.
308 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
309
310 2010-10-08 Julien Danjou <julien@danjou.info>
311
312 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
313
314 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
315
316 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
317
318 * gnus-sum.el (gnus-mark-article-as-unread)
319 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
320 (gnus-summary-set-bookmark): Use it.
321
322 * gnus-msg.el (gnus-setup-message): Use it.
323
324 * gnus-demon.el (gnus-demon-remove-handler): Use it.
325
326 * gnus.el (gnus-group-remove-parameter): Use it.
327
328 * gnus-group.el (gnus-group-make-web-group): Use it.
329
330 * gnus-demon.el (gnus-demon-remove-handler): Use it.
331
332 * nnregistry.el: Update docs to mention manual.
333
334 * gnus-registry.el: Update docs to mention nnregistry.el.
335 (gnus-registry-initialize): Don't install nnregistry refer method
336 automatically.
337 (gnus-registry-install-nnregistry): Remove it.
338
339 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
340
341 * shr.el (shr-insert): Don't insert double spaces.
342
343 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
344
345 * gnus-gravatar.el (gnus-treat-from-gravatar)
346 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
347 called interactively.
348
349 * gnus-art.el (gnus-mime-view-part-externally)
350 (gnus-mime-view-part-internally): Make predicate function passed to
351 gnus-mime-view-part-as-type assume argument is a mime type, not a list
352 of a mime type.
353
354 * shr.el (shr-table-widths): Don't use cl function `reduce'.
355
356 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
357
358 * shr.el (require): Require cl when compiling.
359 (shr-tag-hr): New function.
360
361 * nnimap.el (nnimap-update-info): Remove double setting of high.
362 (nnimap-update-info): Don't ignore groups that have no UIDNEXT. This
363 makes nnimap work properly on Courier again.
364
365 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
366 the variable for backwards compatability.
367
368 * mm-decode.el (mm-save-part): If given a non-directory result, expand
369 the file name before using to avoid setting mm-default-directory to
370 nil.
371
372 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
373 bidning gnus-agent variables.
374
375 * shr.el (shr-render-td): Use a cache for the table rendering function
376 to avoid getting an exponential rendering behaviour in nested tables.
377 (shr-insert): Rework the line-breaking algorithm.
378 (shr-insert): Don't leave trailing spaces.
379 (shr-insert-table): Also insert empty TDs.
380 (shr-tag-blockquote): Ensure paragraphs after </ul>.
381
382 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * gnus-sum.el (gnus-number): Rename from `number'.
385 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
386 (gnus-summary-limit-children): Update uses correspondingly.
387
388 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
389
390 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
391 (gnus-gravatar-transform-address): Don't show avatars of people of
392 which mail addresses match gnus-gravatar-too-ugly.
393
394 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
395
396 * shr.el (shr-table-widths): Expand TD elements to fill available
397 space.
398
399 2010-10-07 Julien Danjou <julien@danjou.info>
400
401 * nnimap.el (nnimap-request-rename-group): Add this method.
402
403 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
404
405 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
406 name from XEmacs' function-arglist.
407
408 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
409 gravatar under XEmacs.
410
411 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
412
413 * auth-source.el: Update docs with TODO items.
414
415 * gnus-sync.el: Update docs to explain state and plans.
416
417 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
418 Hooks for mark updates.
419 (gnus-request-set-mark, gnus-request-update-mark): Use them.
420
421 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
422 hooks with arguments, which is needed for mark update hooks.
423
424 2010-10-06 Julien Danjou <julien@danjou.info>
425
426 * gnus.el (gnus-expand-group-parameter): Only return and act on what
427 was matched.
428
429 * sieve-manage.el: Update example in `Commentary'.
430
431 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
432
433 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
434 not 2000.
435 (sieve-manage-authenticate): Re-add function.
436
437 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
438
439 * shr.el (shr-insert): Get 'space transition right.
440 (shr-render-td): Only delete space at the end of the TD.
441
442 * nnimap.el (nnimap-open-connection): Prepare to support
443 open-gnutls-stream.
444
445 * shr.el: Rearrange function order to be more logical.
446
447 2010-10-06 Julien Danjou <julien@danjou.info>
448
449 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
450 (nnrss-discover-feed): Remove 404 URL in docstring.
451
452 * nnir.el: Fix Swish-E URL.
453 Fix Namazu URL.
454
455 * message.el (message-change-subject): Remove 404 URL in a comment.
456
457 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
458
459 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
460 called interactively.
461
462 * gnus-util.el (gnus-remove-if): Allow hash table.
463 (gnus-remove-if-not): New function.
464
465 * gnus-art.el (gnus-mime-view-part-as-type)
466 * gnus-score.el (gnus-summary-score-effect)
467 * gnus-sum.el (gnus-read-move-group-name):
468 Replace remove-if-not with gnus-remove-if-not.
469
470 * gnus-group.el (gnus-group-completing-read):
471 Regard collection as a hash table if it is not a list.
472
473 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
474
475 * shr.el (shr-render-td): Allow blank/missing <TD>s.
476
477 * shr.el: Document the table-rendering algorithm.
478
479 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
480 invalid URLs.
481
482 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
483 line-broken.
484 (shr-tag-img): Ignore image fetching errors.
485 (shr-overlays-in-region): Compute overlay positions correctly.
486
487 * mm-decode.el (mm-shr): Require shr.
488
489 * gnus-art.el (gnus-blocked-images): Move variable here.
490
491 * shr.el (shr-insert-table): Bind free variable.
492
493 * mm-decode.el (mm-shr): Bind shr-content-function.
494
495 * shr.el (shr-content-function): New variable.
496
497 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
498 added for symmetry.
499
500 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
501
502 * gnus-group.el (gnus-group-make-group): Doc fix.
503
504 * nnimap.el (nnimap-request-newgroups): Return success.
505
506 * shr.el (shr-find-elements): New function.
507 (shr-tag-table): Put all the images after the table.
508 (shr-tag-table): Really inhibit images inside the table.
509 (shr-collect-overlays): Copy over overlays from the TD elements to the
510 main document.
511
512 * mm-decode.el (mm-shr): Bind shr-blocked-images to
513 gnus-blocked-images.
514
515 2010-10-05 Julien Danjou <julien@danjou.info>
516
517 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
518
519 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
520 (gnus-html-maximum-image-size): Add this function.
521 (gnus-html-put-image): Use gnus-html-maximum-image-size.
522
523 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
524 server-value of the capability is nil.
525
526 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
527
528 * shr.el (shr-tag-em): Add <EM> tag.
529
530 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
531
532 * sieve-manage.el (sieve-manage-default-stream): Make default stream
533 customizable.
534
535 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
536 handing broken links to browse-url.
537
538 2010-10-05 Julien Danjou <julien@danjou.info>
539
540 * gnus-util.el (gnus-emacs-completing-read)
541 (gnus-iswitchb-completing-read): Use autoload rather than require.
542
543 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
544
545 * gnus-util.el (gnus-completing-read-function): Exclude
546 gnus-icompleting-read and gnus-ido-completing-read from candidates for
547 XEmacs since iswitchb.el is very old and ido.el is unavailable in
548 XEmacs.
549
550 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
551 not to use `delete-dups' that is unavailable in XEmacs 21.4.
552
553 * gnus-html.el: Don't require help-fns under XEmacs.
554 (gnus-html-schedule-image-fetching): Work for XEmacs.
555
556 * mm-decode.el (mm-shr): Decode contents by charset.
557
558 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
559
560 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
561 unknown.
562
563 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
564 (shr-get-image-data): Ensure against the cache file missing.
565
566 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
567 for data.
568
569 * spam-report.el (spam-report-url-ping-plain): Don't query about
570 killing the process.
571
572 * shr.el (shr-render-td): Protect against too-wide text.
573
574 2010-10-04 Julien Danjou <julien@danjou.info>
575
576 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
577 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
578
579 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
580 retrieved.
581
582 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
583
584 * shr.el (browse-url): Required.
585 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
586 lines.
587 (shr-show-alt-text, shr-browse-image): New commands.
588 (shr-browse-url, shr-copy-url): New commands.
589
590 * gnus-sum.el (gnus-widen-article-window): New variable.
591 (gnus-summary-select-article-buffer): Use it.
592
593 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
594 without @ signs.
595
596 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
597
598 * nnir.el (nnir-run-imap): Remove spurious space in search string.
599
600 2010-10-04 Julien Danjou <julien@danjou.info>
601
602 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
603 for XEmacs.
604
605 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
606
607 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
608
609 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
610 (nnimap-close-server): Implement.
611
612 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
613 (shr-insert): Tweak line breaking.
614 (shr-insert): Handle <pre> better.
615 (shr-tag-li): Get <li> indentation right.
616 (shr-tag-li): Get <li> indentation even righter.
617 (shr-tag-blockquote): Ensure paragraph start.
618 (shr-make-table): Tweak table generation.
619 (shr-make-table): Fix typo.
620
621 * shr.el: Implement table rendering.
622
623 2010-10-04 Julien Danjou <julien@danjou.info>
624
625 * gnus-html.el (gnus-html-put-image): Fix resize image code.
626
627 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
628
629 * shr.el (shr-insert): Use string anchors instead of line anchors.
630
631 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
632
633 * shr.el: Add headings.
634 (shr-ensure-paragraph): Actually work.
635 (shr-tag-li): Make <ul> prettier.
636 (shr-insert): Get white space at the beginning/end of elements right.
637 (shr-tag-p): Collapse subsequent <p>s.
638 (shr-ensure-paragraph): Don't insert double line feeds after blank
639 lines.
640 (shr-insert): \t is also space.
641 (shr-tag-s): Fix "s" tag name function.
642 (shr-tag-s): Fix face prop name.
643
644 2010-10-03 Julien Danjou <julien@danjou.info>
645
646 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
647
648 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
649 gnus-window-inside-pixel-edges.
650
651 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
652 gnus-ems.
653
654 * mm-view.el (mm-inline-image-emacs): Support image resizing.
655
656 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
657 function.
658
659 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
660 resize choice.
661
662 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
663
664 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
665 beginning of the buffer.
666
667 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
668 article buffer again.
669
670 * shr.el (shr-tag-p): Don't insert newlines at the start of the
671 buffer.
672
673 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
674 when it's at the start of the buffer.
675
676 * shr.el (shr-tag-blockquote): Convert name.
677 (shr-rescale-image): Use the right image-size variant.
678
679 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
680 buffer isn't shown, then select the current article first instead of
681 bugging out.
682 (gnus-summary-select-article-buffer): Show both the article and summary
683 buffers again.
684
685 * shr.el (shr-fontize-cont): Protect against regions with no text.
686 Rename tag functions to shr-tag-* for enhanced security.
687 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
688
689 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
690
691 * shr.el (shr-insert):
692 * pop3.el (pop3-movemail):
693 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
694 loaded.
695
696 2010-10-03 Glenn Morris <rgm@gnu.org>
697
698 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
699
700 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
701
702 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
703
704 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
705
706 * gnus-util.el (gnus-make-local-hook): Simplify.
707
708 2010-10-02 Julien Danjou <julien@danjou.info>
709
710 * gnus-util.el (gnus-iswitchb-completing-read): New function.
711 (gnus-ido-completing-read): New function.
712 (gnus-emacs-completing-read): New function.
713 (gnus-completing-read): Use gnus-completing-read-function.
714 Add gnus-completing-read-function.
715
716 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
717
718 * shr.el (shr-insert-document): Autoload.
719 (shr-img): Be silent.
720 (shr-insert): Add a newline after every picture before text.
721 (shr-add-font): Use overlays for combining faces.
722 (shr-insert): Pass upwards the text start point.
723
724 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
725 possible.
726 (mm-shr): New function.
727
728 2010-10-02 Julien Danjou <julien@danjou.info>
729
730 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
731 should go backward.
732
733 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
734
735 * shr.el (shr): Fix typo in provide call.
736
737 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
738
739 * shr.el: New file.
740
741 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
742
743 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
744 completing read.
745
746 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
747
748 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
749 we're being queried about. Suggested by Dan Jacobson.
750
751 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts. Suggested
752 by Jason Eisner.
753
754 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
755 table, too. Suggested by Stefan Wiens.
756 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
757 the table unnecessary. Suggested by Stefan Wiens.
758
759 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
760 longer needed, and probably doesn't work either, as pointed out by
761 Stefan Wiens.
762 (gnus-summary-exit): Remove call to the clearing function.
763 (gnus-summary-exit-no-update): Ditto.
764
765 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
766 instead of gnus-eval-in-buffer-window to avoid popping up frames.
767 Reported by Stefan Monnier.
768 (gnus-summary-save-in-rmail): Ditto.
769
770 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
771 article buffer, instead of both the article buffer and the summary
772 buffer. Sort of suggested by Dan Jacobson.
773
774 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
775
776 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
777 Suggested by Dan Jacobson.
778
779 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
780 documentation clearer.
781
782 * message.el (message-shorten-references): Comment on the number "21".
783 Suggested by Stefan Monnier.
784
785 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
786 Suggested by Dan Jacobson.
787
788 * gnus.el (gnus-large-newsgroup): Mention
789 gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
790
791 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
792 externalize attachments. Bug reported by Steve Wen.
793
794 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
795 really message anything to the user.
796
797 * nnmail.el (nnmail-article-group): Allow using the fancy split method
798 directly.
799
800 * nnimap.el (nnimap-request-group): Low higher than high to signal no
801 messages in empty groups.
802
803 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
804
805 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
806 non-UIDNEXT group.
807
808 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
809
810 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
811 not the value from the collection.
812
813 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
814 values. This sometimes happens on some groups that have no info.
815 (nnimap-request-newgroups): New function.
816
817 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
818
819 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
820 check into `gnus-registry-initialize'.
821 (gnus-registry-initialize): Ditto.
822 Fix and extend header docs.
823
824 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
825
826 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
827 regexp backtrace overflows.
828
829 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
830 for starttls that tls.el implements; i.e. openssl.
831
832 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
833
834 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
835 (gravatar-create-image): New function that's an alias to
836 gnus-xmas-create-image, gnus-create-image, or create-image.
837 (gravatar-data->image): Use it.
838
839 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
840
841 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
842 install the nnregistry refer method.
843 (gnus-registry-install-hooks): Use it.
844 (gnus-registry-unfollowed-groups): Add nnmairix to the default
845 unfollowed groups.
846
847 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
848
849 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
850 expanding threads.
851
852 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
853
854 * nnir.el: Use the server names without suffixes (bug #7009).
855
856 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
857 unencrypted to STARTTLS, if possible.
858
859 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
860
861 * message.el (message-ignored-supersedes-headers): Strip Injection-*
862 headers before superseding.
863
864 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
865
866 * nnrss.el (nnrss-use-local): Add documentation.
867
868 * nnimap.el (nnimap-extend-tls-programs): New function.
869 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
870 (nnimap-wait-for-connection): Accept the greeting from the stupid
871 output from openssl s_client -starttls, too.
872
873 * nnimap.el (nnimap-find-article-by-message-id): Really return the
874 article number.
875 (nnimap-split-fancy): New variable.
876 (nnimap-split-incoming-mail): Use it.
877
878 * nntp.el (nntp-server-list-active-group): Document.
879
880 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
881 SELECT to get the message-id.
882
883 * mail-source.el (mail-sources): Removed webmail support.
884 (defvar): Ditto.
885 (mail-source-fetcher-alist): Ditto.
886 (mail-source-fetch-webmail): Removed.
887
888 * webmail.el: Removed -- doesn't seem relevant any more.
889
890 * gnus.el: Fix up make-obsolete-variable declarations throughout.
891
892 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
893 the \r.
894
895 2010-09-30 Julien Danjou <julien@danjou.info>
896
897 * gnus-agent.el (gnus-agent-add-group): Fix call to
898 gnus-completing-read.
899
900 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
901
902 * nndoc.el (nndoc-retrieve-groups): New function.
903
904 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
905 `default', use nnmail-split-methods.
906 (nnimap-request-article): Downcase the NILs so that they are nil.
907
908 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
909 symbol.
910
911 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
912 code, since if the user has requested network, that's what they ought
913 to get.
914 (nnimap-request-set-mark): Erase the buffer before issuing commands.
915 (nnimap-split-rule): Mark as obsolete.
916
917 * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
918 variable.
919
920 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
921 correct slot, too.
922
923 2010-09-29 Julien Danjou <julien@danjou.info>
924
925 * gnus.el (gnus-local-domain): Declare variable obsolete.
926
927 * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
928 computing.
929 (gnus-ido-completing-read): Require ido.
930
931 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
932
933 * gnus-registry.el: Don't prompt on load, which makes it impossible to
934 build Gnus.
935
936 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
937 when interpreting the structures.
938 (nnimap-request-accept-article): Add \r\n to the lines to make this
939 work with Cyrus.
940
941 * nndraft.el (nndraft-request-expire-articles): Use the group name
942 instead if "nndraft". Fix found by Nils Ackermann.
943
944 2010-09-29 Ludovic Courtes <ludo@gnu.org>
945
946 * nnregistry.el: Added.
947
948 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * nnmail.el (group, group-art-list, group-art):
951 Remove unneeded directives.
952
953 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
954
955 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
956 (mm-mime-charset)
957 * rfc2047.el (rfc2047-syntax-table)
958 * utf7.el (utf7-utf-16-coding-system): Comment fix.
959
960 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
961 rather than `insert-file-contents' and `eval-region'.
962
963 2010-09-29 Julien Danjou <julien@danjou.info>
964
965 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
966 replacement of `gnus-gravatar-relief' to mimic
967 `gnus-faces-properties-alist'.
968 Add :version property.
969
970 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
971
972 * mail-source.el (mail-source-report-new-mail)
973 * message.el (message-default-mail-headers)
974 * mm-decode.el (mm-valid-image-format-p): Comment fix.
975
976 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
977
978 2010-09-28 Julien Danjou <julien@danjou.info>
979
980 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
981 mail-address contains the same string as real-name.
982
983 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
984 non-blank in header, otherwise it'll get stripped.
985
986 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
987 real-name, and then for mail address rather than doing : or , search.
988
989 2010-09-27 Julien Danjou <julien@danjou.info>
990
991 * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
992 (gnus-server-goto-server): Use gnus-completing-read.
993
994 * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
995
996 * mm-util.el (defalias): Use gnus-completing-read.
997 (mm-codepage-setup): Use gnus-completing-read.
998
999 * smime.el (smime-sign-buffer): Use gnus-completing-read.
1000 (smime-decrypt-buffer): Use gnus-completing-read.
1001
1002 * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1003
1004 * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1005 (mml-minibuffer-read-disposition): Use gnus-completing-read.
1006 (mml-insert-multipart): Use gnus-completing-read.
1007
1008 * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1009
1010 * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1011
1012 * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1013
1014 * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1015
1016 * gnus.el (gnus-read-method): Use gnus-completing-read.
1017
1018 * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1019
1020 * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1021 (gnus-mime-action-on-part): Use gnus-completing-read.
1022 (gnus-article-encrypt-body): Use gnus-completing-read.
1023
1024 * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1025 (gnus-topic-move-matching): Use gnus-completing-read.
1026 (gnus-topic-copy-matching): Use gnus-completing-read.
1027 (gnus-topic-sort-topics): Use gnus-completing-read.
1028 (gnus-topic-move): Use gnus-completing-read.
1029
1030 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1031 (gnus-agent-add-group): Use gnus-completing-read.
1032
1033 * nnmairix.el (nnmairix-create-server-and-default-group): Use
1034 gnus-completing-read.
1035 (nnmairix-update-groups): Use gnus-completing-read.
1036 (nnmairix-get-server): Use gnus-completing-read.
1037 (nnmairix-backend-to-server): Use gnus-completing-read.
1038 (nnmairix-goto-original-article): Use gnus-completing-read.
1039 (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1040
1041 * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1042
1043 * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1044 (gnus-group-make-useful-group): Use gnus-completing-read.
1045 (gnus-group-make-web-group): Use gnus-completing-read.
1046 (gnus-group-add-to-virtual): Use gnus-completing-read.
1047 (gnus-group-browse-foreign-server): Use gnus-completing-read.
1048
1049 * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1050 (gnus-summary-limit-to-extra): Use gnus-completing-read.
1051 (gnus-summary-execute-command): Use gnus-completing-read.
1052 (gnus-summary-respool-article): Use gnus-completing-read.
1053 (gnus-read-move-group-name): Use gnus-completing-read.
1054
1055 * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1056 (gnus-summary-score-effect): Use gnus-completing-read.
1057
1058 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1059
1060 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1061 right completing-read function.
1062 (gnus-use-ido): New variable
1063 (gnus-completing-read-with-default): Remove.
1064
1065 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1066
1067 * nnimap.el (auth-source-forget-user-or-password)
1068 (auth-source-user-or-password): Autoload.
1069
1070 * message.el (message-from-style, message-interactive)
1071 (message-signature): Remove comment.
1072 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
1073 always.
1074 (message-sendmail-envelope-from): Comment fix.
1075 (message-yank-prefix): Default to mail-yank-prefix always.
1076 (message-indentation-spaces): Default to mail-indentation-spaces always.
1077 (message-signature-file): Default to mail-signature-file always.
1078
1079 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1080
1081 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1082 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1083 new articles.
1084
1085 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1086 parts.
1087 (nnimap-request-article): Work with the t setting, too.
1088
1089 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1090 that you don't get flashes of other buffers.
1091 (gnus-summary-show-complete-article): Intern before setting.
1092
1093 2010-09-27 David Engster <dengste@eml.cc>
1094
1095 * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1096 well as HEADERS.
1097 (nnmairix-retrieve-headers): Provide new argument for the above.
1098
1099 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1100
1101 * gnus-sum.el (gnus-summary-move-article): Don't alter
1102 gnus-newsgroup-active. This makes `/ N' work after copying to the same
1103 group.
1104
1105 * nnimap.el (nnimap-update-info): Don't destructively alter active.
1106
1107 * message.el (message-cite-prefix-regexp): Revert my last edit.
1108
1109 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1110 variable instead of the Gnus variable.
1111
1112 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1113
1114 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1115 again.
1116
1117 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1118 since some servers don't like it.
1119 (nnimap-open-connection): Forget credentials if the server says the
1120 password was wrong.
1121 (nnimap-parse-line): Protect against invalid data.
1122
1123 * gnus-sum.el (gnus-summary-move-article): Add comment.
1124 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1125 nothing alters it while scanning for new messages.
1126
1127 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1128 which may or may not help.
1129 (nnimap-open-connection): If we're doing a stream connection, and then
1130 discover we're on a STARTTLS-capable server, then open a STARTTLS
1131 connection instead.
1132
1133 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1134
1135 * nnimap.el (utf7): Required.
1136
1137 * message.el (message-cite-prefix-regexp): Remove "}" from citation
1138 prefix.
1139
1140 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
1141
1142 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1143
1144 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1145
1146 * nnimap.el (nnimap-request-accept-article): Message the error on
1147 error.
1148
1149 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
1150
1151 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1152
1153 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1154
1155 * nndoc.el (nndoc-request-list): Return success always.
1156
1157 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1158 `fetch-old' -- we only want to fetch the articles we've requested. The
1159 rest are in the agent, probably.
1160 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1161 disappeared server" to something low. It's not important.
1162
1163 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1164 arrived before the FETCH data.
1165
1166 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1167 target here, because we don't know the Gnus name of the group.
1168
1169 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1170 for the correct group.
1171
1172 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1173
1174 * gnus.el (gnus): Give a final warning after startup.
1175
1176 * gnus-util.el (gnus-action-message-log): New variable.
1177 (gnus-message): Use it.
1178 (gnus-final-warning): New function.
1179
1180 * nnimap.el (nnimap-open-connection): Record the greeting.
1181 (nnimap): Add greeting.
1182
1183 2010-09-26 Julien Danjou <julien@danjou.info>
1184
1185 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1186 arguments.
1187 (gnus-html-wash-images): Fix spec computing to include start/end.
1188
1189 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1190
1191 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1192
1193 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1194 deletion.
1195 (nnimap-retrieve-headers): Don't select the group, because that's
1196 already done by nnimap-possibly-change-group.
1197
1198 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1199 (gnus-picon-transform-address): Use it.
1200
1201 * mail-source.el (mail-source-value): Revert previous patch.
1202
1203 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1204 on failure.
1205 (nnimap-open-connection): Look up both virtual and physical server name
1206 credentials.
1207
1208 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1209
1210 2009-02-08 Dave Love <fx@gnu.org>
1211
1212 * gnus-win.el (gnus-window-to-buffer-helper,
1213 gnus-all-windows-visible-p): Function needn't be a symbol.
1214
1215 * mail-source.el (mail-source-value): Function needn't be a symbol.
1216
1217 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1218
1219 * message.el (message-cite-prefix-regexp): Remove } from the cite
1220 prefix.
1221
1222 * gnus-art.el (gnus-treatment-function-alist): Do picons before
1223 highlight again, so that the highlight is correct.
1224
1225 * gnus-picon.el (gnus-picon): Remove again.
1226 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1227
1228 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1229 doing the header highlightling, so that the background colour of the
1230 picon is correct.
1231
1232 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1233 (gnus-picon): Ditto.
1234 (gnus-picon): Reinstate. The background colour for picons is white.
1235 (gnus-picon-insert-glyph): Make the background white.
1236
1237 * nnml.el (nnml-open-nov): Don't return dead buffers.
1238
1239 * auth-source.el (auth-source-create): Query the user for whether to
1240 store the credentials.
1241
1242 * auth-source.el (auth-source-user-or-password): Use the existing auth
1243 sources, if any, for creation.
1244
1245 * gnus.el (gnus-group-fast-parameter): Return the last matching
1246 parameter instead of the first matching parameter.
1247
1248 2010-09-26 Julien Danjou <julien@danjou.info>
1249
1250 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1251
1252 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1253
1254 * mml2015.el (mml2015-use): Remove gpg support.
1255
1256 * mml1991.el (mml1991-function-alist): Remove gpg function.
1257 (mml1991-gpg-sign): Removed.
1258
1259 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
1260
1261 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1262 (gnus-browse-unsubscribe-current-group): Document it.
1263 (gnus-browse-unsubscribe-group): Use it.
1264
1265 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1266
1267 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1268 address to the To list for easier response.
1269
1270 * gnus.el (gnus-play-startup-jingle): Removed.
1271 (gnus-splash): Don't play jingle.
1272 (gnus): Silence gnus-load message.
1273
1274 * gnus-art.el (gnus-treat-play-sounds): Removed.
1275
1276 * gnus.el (gnus-play-jingle): Remove audio support.
1277
1278 * gnus-cus.el (gnus-score-customize): Remove audio reference.
1279
1280 * earcon.el: Removed -- no users.
1281
1282 * gnus-audio.el: Removed -- no users of this package.
1283
1284 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1285
1286 * gnus-start.el (gnus-setup-news): Remove nocem support.
1287
1288 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1289
1290 * gnus.el (gnus-use-nocem): Removed.
1291
1292 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1293 Removed.
1294
1295 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
1296 uses NoCeM any more.
1297
1298 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1299 (gnus-button-ctan-handler): Ditto.
1300 (gnus-button-handle-ctan-bogus-regexp): Ditto.
1301 (gnus-button-ctan-directory-regexp): Ditto.
1302 (gnus-button-handle-ctan): Ditto.
1303 (gnus-button-tex-level): Ditto.
1304 (gnus-button-alist): Removed CTAN stuff.
1305
1306 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1307
1308 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1309 nnimap-streaming test.
1310
1311 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1312 servers twice.
1313
1314 * nnimap.el (nnimap-open-connection): Add more error reporting when
1315 nnimap fails early.
1316
1317 * nnheader.el (nnheader-get-report-string): New function.
1318 (nnheader-get-report): Use it.
1319
1320 * gnus-int.el (gnus-check-server): Say what the error was when opening
1321 failed.
1322
1323 * nnimap.el (nnimap-wait-for-response): Search further when we're not
1324 using streaming.
1325
1326 2010-09-25 Julien Danjou <julien@danjou.info>
1327
1328 * gnus-html.el (gnus-html-rescale-image): Use our defalias
1329 gnus-window-inside-pixel-edges.
1330
1331 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1332
1333 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1334
1335 * mm-decode.el (mm-save-part): Allow saving to other directories the
1336 normal Emacs way.
1337
1338 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
1339 by Jay Berkenbilt.
1340
1341 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1342 there isn't a single byte.
1343
1344 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1345 just do it. It doesn't really seem to matter what the user responds
1346 here, I think, so it's just a confusing question.
1347
1348 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1349 non-streaming case.
1350
1351 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1352 (gnus-article-encrypt-body): Use it.
1353
1354 * gnus-sum.el (gnus-summary-show-complete-article): New command and
1355 keystroke.
1356
1357 * nnimap.el (nnimap-find-wanted-parts-1): Use
1358 gnus-fetch-partial-articles.
1359
1360 * gnus-art.el (gnus-fetch-partial-articles): New variable.
1361
1362 * nnimap.el (nnimap-insert-partial-structure): New function.
1363 (nnimap-get-partial-article): New function.
1364 (nnimap-request-article): Use it.
1365 (nnimap-wait-for-response): Return whether the wait was successful.
1366 (nnimap-finish-retrieve-group-infos): Don't do anything if the
1367 retrieval wasn't successful.
1368 (nnimap-retrieve-group-data-early): Allow throttling servers.
1369 (nnimap-streaming): New variable.
1370 (nnimap-fetch-partial-articles): Removed.
1371
1372 * mm-decode.el (mm-with-part): Protect against killed buffers.
1373
1374 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1375 for prettier summary display.
1376
1377 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
1378
1379 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1380 directly.
1381
1382 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1383
1384 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1385 apparently third-party libraries depend on it.
1386
1387 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1388 before starting negotiation.
1389
1390 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1391 privacy reasons.
1392 (gnus-treat-mail-gravatar): Ditto.
1393
1394 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1395 buffer when inserting images. Inserting text into the headers, for
1396 instance, can make them invalid.
1397
1398 2010-09-25 Julien Danjou <julien@danjou.info>
1399
1400 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1401 variables.
1402
1403 * nnheader.el: Remove useless variables news-reply-yank-from and
1404 news-reply-yank-message-id.
1405
1406 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1407 variables.
1408
1409 * mml1991.el: Remove useless mml1991-verbose.
1410
1411 * gnus.el: Remove useless variable gnus-use-generic-from.
1412 Remove obsolete variable gnus-topic-indentation.
1413
1414 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1415
1416 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1417
1418 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1419
1420 * gnus-group.el: Remove useless gnus-group-icon-cache.
1421 Remove useless gnus-ephemeral-group-server.
1422
1423 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1424
1425 * mml2015.el: Remove useless mml2015-verbose.
1426
1427 * mml-smime.el: Remove useless mml-smime-verbose.
1428
1429 * gnus.el: Remove useless gnus-local-domain.
1430
1431 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1432 gnus-gravatar-size.
1433
1434 * gnus-art.el: Remove useless gnus-treat-translate.
1435
1436 2010-09-24 Julien Danjou <julien@danjou.info>
1437
1438 * gnus-sum.el: Add support for Gravatars.
1439
1440 * gnus-art.el: Add support for Gravatars.
1441
1442 * gnus-gravatar.el: Add this file.
1443
1444 * gravatar.el: Add this file.
1445
1446 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1447
1448 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1449
1450 * gnus-group.el (gnus-group-fetch-faq): Removed.
1451
1452 * gnus.el (gnus-group-faq-directory): Removed.
1453
1454 * gnus-group.el (gnus-group-fetch-charter): Removed.
1455
1456 * gnus.el (gnus-group-charter-alist): Removed.
1457
1458 * gnus-group.el (gnus-group-archive-directory): Removed.
1459 (gnus-group-recent-archive-directory): Ditto.
1460 (gnus-group-make-archive-group): Removed.
1461
1462 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1463
1464 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1465 use the same article number for all the cached articles.
1466
1467 * nnimap.el (nnimap-command): Register the last command time so
1468 that we can use it for idling NOOPs.
1469 (nnimap-open-connection): Start the keeplive timer.
1470 (nnimap-make-process-buffer): Store all the process buffers.
1471 (nnimap-keepalive): New function.
1472
1473 * starttls.el: (starttls-open-stream): Add autoload cookie.
1474
1475 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1476
1477 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1478 handling.
1479
1480 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1481
1482 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1483 its data structures.
1484
1485 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1486 instead of the cl.el copy-list.
1487 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1488 equalp.
1489
1490 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1491
1492 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1493 and tool-bar-local-item-from-menu.
1494
1495 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1496 mode-line-highlight face for Emacs.
1497
1498 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1499 loading gnus-sum.elc; fix comment for canlock-verify.
1500 (gnus-article-jump-to-part): Use read-number.
1501 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1502 Emacs pre-21 compatible code for help-echo.
1503 (gnus-article-next-page-1): No need to adjust the number of lines.
1504 (gnus-article-describe-bindings): Always use help-buffer.
1505
1506 * gnus-audio.el (gnus-audio-inline-sound)
1507 * gnus-cus.el (gnus-custom-mode)
1508 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1509
1510 * gnus-sum.el (gnus-remove-overlays): Doc fix.
1511
1512 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1513 compatible code.
1514
1515 2010-09-24 Glenn Morris <rgm@gnu.org>
1516
1517 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1518 visiting the fcc file in rmail-mode.
1519
1520 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1521
1522 * nnir.el: Silence the byte compiler.
1523
1524 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1525 alias to browse-url-url-encode-chars if any.
1526 (gnus-html-encode-url): Use it.
1527
1528 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1529
1530 * gnus-start.el (gnus-use-backend-marks): New variable.
1531 (gnus-get-unread-articles-in-group): Use it.
1532
1533 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1534 makeover.
1535
1536 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1537
1538 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1539
1540 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1541
1542 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1543 Removed.
1544 (gnus-setup-news-hook): Removed
1545 gnus-fixup-nnimap-unread-after-getting-new-news.
1546
1547 * gnus-int.el (gnus-request-update-info): Protect against backends not
1548 having the function.
1549
1550 * nnimap.el (nnimap-stream): Mention starttls.
1551 (nnimap-open-connection): Add starttls support.
1552
1553 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1554
1555 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1556
1557 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1558
1559 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1560 BODYSTRUCTUREs.
1561 (nnimap-transform-headers): Unfold quoted {42} headers.
1562
1563 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1564 the info.
1565 (gnus-get-unread-articles): Only call updatep on backends that support
1566 it.
1567
1568 * nnweb.el (nnweb-request-update-info): NOOP.
1569
1570 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1571
1572 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1573 since it only deals with marks.
1574
1575 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1576 gnus-request-marks, and make a new gnus-request-update-info.
1577
1578 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1579 the active instead of the high number, which is usually too low.
1580
1581 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1582
1583 * encrypt.el: Removed.
1584
1585 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1586
1587 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1588 server in symbolic form.
1589
1590 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1591 0.9.
1592
1593 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1594
1595 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1596 (nnimap-update-info): Fix up code slightly.
1597
1598 * gnus-int.el (gnus-open-server): Add tracing for performance
1599 debugging.
1600
1601 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1602 (gnus-group-insert-group-line): Pass the real group name so that it
1603 gets the right data.
1604
1605 * gnus-start.el (gnus-get-unread-articles): Don't have
1606 `gnus-get-unread-articles-in-group' update info, since that can be
1607 really slow and doesn't seem to be needed?
1608
1609 2010-09-22 Julien Danjou <julien@danjou.info>
1610
1611 * gnus-group.el (gnus-group-insert-group-line): Call
1612 gnus-group-highlight-line.
1613 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1614 default hook list.
1615 (gnus-group-update-eval-form): Add new function.
1616 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1617 (gnus-group-get-icon): Use gnus-group-update-eval-form.
1618
1619 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1620
1621 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1622 immediate, then expire all articles.
1623 (nnimap-update-info): Fix off-by-one errors.
1624 (nnimap-flags-to-marks): Would return no marks lists for group with no
1625 flags. Instead return the other data.
1626
1627 2010-09-22 Julien Danjou <julien@danjou.info>
1628
1629 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1630 Only return an icon.
1631 (gnus-group-insert-group-line): Compute icon to return.
1632
1633 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1634 variable.
1635 (gnus-html-image-fetched): Only cache if
1636 gnus-html-image-automatic-caching is set.
1637 (gnus-html-image-fetched): Check for errors.
1638
1639 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1640
1641 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1642 once per method on `g'. This ensures that backends like nnfolder don't
1643 open all their folders.
1644
1645 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1646 (nnimap-request-list): Nix out group in the correct buffer.
1647 (nnimap-parse-flags): Implement by using `read' instead of
1648 hand-parsing.
1649 (nnimap-flags-to-marks): Pass on permanent-flags.
1650 (nnimap-make-process-buffer): Record the server name.
1651 (nnimap-parse-flags): Fix typo.
1652 (nnimap-request-scan): Run split on the server in general, not just a
1653 single group.
1654
1655 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1656 parameter, and propagate this downwards.
1657
1658 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1659 since EXAMINE changes it on the server.
1660
1661 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1662 this command might take a while.
1663
1664 2010-09-22 Julien Danjou <julien@danjou.info>
1665
1666 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1667 harmful if you have 2 images side-by-side, they can't be properly
1668 update on text deletion. Using text-property is safer here.
1669 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1670 data.
1671
1672 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1673
1674 * nnimap.el (nnimap-expunge-inbox): Removed.
1675 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1676 (nnimap-expunge): Flip default to t.
1677
1678 * gnus.el (gnus-method-to-server): Don't push things to the cache
1679 unless it's unique.
1680 (gnus-server-to-method): Ditto.
1681
1682 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
1683
1684 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1685
1686 2010-09-22 Julien Danjou <julien@danjou.info>
1687
1688 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1689 get the start of data.
1690 (gnus-html-encode-url): Add this function to encode special chars in
1691 URL.
1692 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1693 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1694
1695 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1696 default.
1697 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1698
1699 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1700 images alt-text.
1701 (gnus-html-put-image): Put alt-text as help-echo.
1702
1703 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1704
1705 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1706 * mm-util.el (mm-decompress-buffer)
1707 * nnir.el (nnir-run-find-grep)
1708 * pop3.el (pop3-list): Use 3rd arg of split-string.
1709
1710 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1711
1712 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1713 outside the active range. Suggested by Dan Christensen.
1714
1715 * gnus-start.el (gnus-get-unread-articles): Get the extended method
1716 slightly later to avoid double-getting it.
1717
1718 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1719 previous patch.
1720
1721 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1722
1723 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
1724
1725 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1726
1727 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1728
1729 * gnus-int.el (gnus-open-server): Give a better error message in the
1730 "go offline" case.
1731
1732 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1733 marks for nnimap, which is seldom the right thing to do.
1734
1735 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1736 (gnus-same-method-different-name): New function.
1737
1738 * nnimap.el (parse-time): Require.
1739
1740 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1741 method in the presence of many similar methods.
1742
1743 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1744
1745 * nnimap.el (nnimap-find-expired-articles): Don't refer to
1746 nnml-inhibit-expiry.
1747
1748 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1749 find out whether methods are equal.
1750
1751 * nnimap.el (nnimap-find-expired-articles): New function.
1752 (nnimap-process-expiry-targets): New function.
1753 (nnimap-request-move-article): Request the article before looking at
1754 what the Message-ID is. Fix found by Andrew Cohen.
1755 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1756
1757 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1758 for oldness in addition to being a predicate.
1759
1760 * nnimap.el (nnimap-request-group): When we have zero articles, return
1761 the right data to Gnus.
1762 (nnimap-request-expire-articles): Only delete articles immediately if
1763 the target is 'delete.
1764
1765 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1766 method, this would bug out.
1767
1768 * gnus-group.el (gnus-group-expunge-group): Renamed from
1769 gnus-group-nnimap-expunge, and implemented as a normal interface
1770 function.
1771
1772 * gnus-int.el (gnus-request-expunge-group): New function.
1773
1774 * nnimap.el (nnimap-request-create-group): Implement.
1775 (nnimap-request-expunge-group): New function.
1776
1777 2010-09-21 Julien Danjou <julien@danjou.info>
1778
1779 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1780 (gnus-html-cache-expired): Add new function.
1781 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1782 wethever we should display image for fetch it.
1783 Compute alt-text earlier to pass it to the fetching function too.
1784 (gnus-html-schedule-image-fetching): Change function argument to only
1785 get one image at a time, not a list.
1786 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1787 cache.
1788 (gnus-html-get-image-data): New function to retrieve image data from
1789 cache.
1790 (gnus-html-put-image): Change buffer argument to use image data rather
1791 than file, and place image above region rather than inserting a new
1792 one. Do not take alt-text as argument, since it's useless now: we place
1793 the image above alt-text.
1794 (gnus-html-prune-cache): Remove.
1795 (gnus-html-show-images): Start to fetch image when we find one, do not
1796 push into a temporary list.
1797 (gnus-html-prefetch-images): Only fetch image if they have expired.
1798 (gnus-html-browse-image): Fix, use 'gnus-image-url.
1799 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1800
1801 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1802
1803 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1804
1805 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1806
1807 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1808 spec inser "*" if the group isn't active instead of 0.
1809
1810 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1811 opening the server.
1812 (nnimap-request-delete-group): Implement group deletion.
1813 (nnimap-transform-headers): Return the size of the entire message in
1814 the Bytes header, not just the size of the first part.
1815 (nnimap-request-move-article): When moving an article from nnimap,
1816 request the article first so the accepting form has an article to
1817 accept. Reported by Dan Christensen.
1818 (nnimap-command): Make sure that the error message doesn't error out.
1819
1820 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
1821
1822 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1823 we haven't requested anything.
1824
1825 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1826
1827 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1828 "". Fix found by Andrew Cohen.
1829
1830 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1831 instead of -encode-string.
1832
1833 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1834
1835 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1836
1837 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1838 by mm-subst-char-in-string.
1839
1840 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1841
1842 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1843 waiting for the connection string.
1844
1845 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1846 arriving.
1847
1848 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1849 bogus characters. This allows selecting certain Gmail groups.
1850
1851 * nnimap.el (nnimap-find-wanted-parts-1): New function.
1852 (nnimap-fetch-partial-articles): New variable.
1853 (nnimap-open-connection): When looking for credentials, also use the
1854 nnimap-server-port.
1855 (nnimap-request-article): Return the group/article number, so that Gnus
1856 `^' works as expected.
1857 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1858 them.
1859
1860 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1861 comments.
1862 (gnus-methods-sloppily-equal): New function.
1863 (gnus): When using the development version of Gnus, load the gnus-load
1864 file.
1865
1866 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1867 `gnus-open-server' on each method before trying to scan them etc. This
1868 ensures that all the backend parameters are set correctly.
1869
1870 * nnimap.el (nnimap-authenticator): New variable.
1871 (nnimap-open-connection): Allow anonymous login.
1872 (nnimap-transform-headers): The chars header is called Chars not
1873 Bytes.
1874 (nnimap-wait-for-response): Don't infloop if the IMAP connection
1875 drops.
1876
1877 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1878 patch, found by Knut Anders Hatlen.
1879
1880 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
1881
1882 * gnus-agent.el (gnus-agent-batch-confirmation)
1883 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1884 to gnus-message.
1885 * gnus-art.el (gnus-article-describe-briefly): Likewise.
1886 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1887 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1888 * gnus-int.el (gnus-open-server): Likewise.
1889 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1890 (gnus-score-check-syntax): Likewise.
1891 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1892 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1893 Likewise.
1894 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1895
1896 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1897
1898 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1899 calling conventions so that prefetch doesn't bug out.
1900
1901 2010-09-19 Julien Danjou <julien@danjou.info>
1902
1903 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1904 rather than `subst-char-in-region' in order to be able to replace ASCII
1905 char by UTF-8 ones.
1906
1907 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1908 than curl.
1909 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1910 the right URL and ALT text on images.
1911 (gnus-html-wash-tags): Fix tag case.
1912 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
1913 (gnus-article-html): Add -o display_ins_del=2 option.
1914 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1915
1916 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1917
1918 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1919 the extra mail headers, which sometimes seem to happen for unknown
1920 reasons.
1921
1922 * mail-parse.el (mail-header-encode-parameter): Define as
1923 rfc2045-encode-string instead of as rfc2231-encode-string, since some
1924 (or most, perhaps?) mail readers don't understand the latter, but do
1925 understand the former.
1926
1927 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1928 to nil, so that no methods are automatically agentized. I think this
1929 is probably what most users want.
1930
1931 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1932 from url-retrieve, for instance about invalid URLs.
1933
1934 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1935 groups that have no articles.
1936 (nnimap-request-article): Check that we really got an article when we
1937 requested one.
1938
1939 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1940 doesn't exist.
1941
1942 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1943 nntp buffer so the agent can save it.
1944 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1945 that CRLF doesn't get translated to \n.
1946 (nnimap-open-connection): Don't make 'shell commands only send \n.
1947
1948 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1951 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1952 Update var name.
1953 (nnml-generate-nov-file): Use dolist.
1954 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1955 Use with-current-buffer.
1956
1957 2010-09-18 Julien Danjou <julien@danjou.info>
1958
1959 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1960 parallel.
1961
1962 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1963
1964 * nnimap.el (nnimap-update-info): When doing partial marks update, get
1965 the range update right.
1966 (nnimap-request-group): Don't make `M-g' bug out on group with no
1967 marks.
1968 (nnoo): Required, so that other packages can require nnimap.
1969 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1970 command we're looking for. This helps when the server sends more
1971 responses after we've gotten everything we expected.
1972 (nnimap): Add a `newlinep' field to keep track of end-of-line
1973 conventions.
1974 Don't send CRLF to things that don't want it.
1975 (nnimap-request-accept-article): Ditto.
1976
1977 2010-09-18 Julien Danjou <julien@danjou.info>
1978
1979 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1980 than curl to retrieve images.
1981
1982 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1983
1984 * nnimap.el (nnimap-update-info): Extend the info so that we can set
1985 the marks.
1986 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1987 (nnimap-wait-for-connection): New function.
1988 (nnimap-open-connection): If we have PREAUTH, don't query for login
1989 credentials.
1990 (nnimap-update-info): Fix off-by-one error when concatenating ranges
1991 when doing a partial update.
1992
1993 2010-09-18 Julien Danjou <julien@danjou.info>
1994
1995 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1996 tags.
1997
1998 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1999
2000 * nnimap.el (nnimap-credentials): New function.
2001 (nnimap-open-connection): Use the new function to look for credentials
2002 also on the numeric equivalents of "imap" and "imaps".
2003
2004 * gnus-start.el (gnus-activate-group): Send the info to
2005 gnus-request-group.
2006
2007 * nnimap.el (nnimap-request-group): Have the "check" version of the
2008 function parse flags and update the info, so that a `M-g' get a total
2009 resync of all flags from the group.
2010
2011 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2012 to allow backends to alter the info on group selection. Also alter all
2013 the backend -request-group functions to take the parameter.
2014
2015 * nnimap.el (nnimap-store-info): New function.
2016 (nnimap-update-info): Store the info for later usage.
2017 (nnimap-request-group): Use the stored info for the dont-check case, so
2018 that we don't retrieve all marks when we enter a group.
2019
2020 * nnimap.el: Use deffoo instead of defun for interface functions.
2021
2022 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2023 update the group info. This makes the nndraft groups, for instance, go
2024 back to their old behaviour.
2025
2026 * gnus-sum.el (gnus-select-newsgroup): Indent.
2027
2028 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2029 in.
2030 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2031 nothing.
2032
2033 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2034 from methods that are denied.
2035
2036 * gnus-int.el (gnus-method-denied-p): New function.
2037
2038 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2039 store the password instead of netrc.
2040 (nnimap-open-connection): Don't error out when we can't make a
2041 connections.
2042
2043 * auth-source.el (auth-source-create): In the password prompt, say what
2044 we're querying for. Also prompt for user name if that hasn't been
2045 given.
2046
2047 * nnimap.el (nnimap-with-process-buffer): Removed.
2048
2049 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2050
2051 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2052 method when we're reading from the agent.
2053
2054 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2055
2056 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2057 that's probably most useful for users.
2058
2059 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2060 "failed" all the time.
2061
2062 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2063 ...)) with (with-current-buffer ... ).
2064
2065 * nntp.el (nntp-open-server): Return whether the open was successful or
2066 not.
2067
2068 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2069 select an unread unseen article first.
2070
2071 * nnimap.el (nnimap-open-connection): If the user doesn't have a
2072 /etc/services, supply some sensible port defaults.
2073
2074 2010-09-17 Julien Danjou <julien@danjou.info>
2075
2076 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2077
2078 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2079
2080 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2081 doesn't have any parameters.
2082
2083 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2084
2085 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2086 only upcased checks.
2087
2088 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2089
2090 * nnimap.el (nnimap-open-shell-stream): New function.
2091 (nnimap-open-connection): Use it.
2092 (nnimap-transform-headers): Get the number of lines in each message.
2093 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2094 number of lines.
2095 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
2096 problem.
2097
2098 * utf7.el (utf7-encode): Autoload.
2099
2100 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2101 to allow the mail splitting to not return a default group. This is
2102 useful for nnimap, which will leave unmatched mail in the inbox.
2103
2104 * nnimap.el: Rewritten.
2105
2106 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2107 nnimap usage.
2108
2109 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2110 if the move is internal, so that nnimap can do fast internal moves.
2111
2112 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2113 data.
2114 (gnus-read-active-for-groups): Support finishing the early retrieval of
2115 data.
2116
2117 * gnus-range.el (gnus-range-nconcat): New function.
2118
2119 * gnus-int.el (gnus-finish-retrieve-group-infos)
2120 (gnus-retrieve-group-data-early): New functions.
2121
2122 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2125 (nnrss-retrieve-groups):
2126 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2127 (pop3-quit): Use with-current-buffer.
2128
2129 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
2130
2131 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2132 instead of nnheader-accept-process-output.
2133
2134 * gnus-html.el (gnus-html-schedule-image-fetching)
2135 (gnus-html-prefetch-images): Replace process-kill-without-query by
2136 gnus-set-process-query-on-exit-flag.
2137
2138 2010-09-16 Romain Francoise <romain@orebokech.com>
2139
2140 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2141
2142 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2143
2144 * gnus-registry.el (gnus-registry-install-shortcuts): The second
2145 parameter to unintern is mandatory-ish in Emacs 24.
2146
2147 * gnus-html.el (gnus-html-schedule-image-fetching)
2148 (gnus-html-prefetch-images): Check for curl before using it.
2149
2150 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2151 depend on curl, which isn't essential.
2152
2153 * imap.el: Revert back to version
2154 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2155 seem problematic.
2156
2157 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2158
2159 * gnus-registry.el (gnus-registry-install-shortcuts):
2160 Explicitly pass `obarray' to `unintern' to avoid a warning.
2161
2162 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2163
2164 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2165 change.
2166
2167 * nnrss.el (nnrss-request-list): Removed this function and related
2168 functions, including the moreover stuff.
2169
2170 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2171
2172 * nnrss.el (nnrss-retrieve-groups): New function.
2173
2174 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2175
2176 * .dir-locals.el: Add no-byte-compile cookie.
2177
2178 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2179
2180 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2181 for back end that doesn't support request-scan.
2182
2183 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2184
2185 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2186 then do request scans from the backends.
2187
2188 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2189 avoid running a hook per line, since this takes a lot of time,
2190 profiling shows.
2191 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2192 directly if gnus-visual-p is true.
2193
2194 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2195
2196 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2197 groups; replace mapcar with dolist which is a bit faster; pass groups
2198 info to gnus-read-active-file-1.
2199 (gnus-read-active-file-1): Scan only specified groups if the new
2200 optional arg `infos' is given.
2201
2202 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2203
2204 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2205
2206 * pop3.el (pop3-movemail): Removed.
2207 (pop3-streaming-movemail): Renamed to pop3-movemail.
2208
2209 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2210 don't restrict end-tag searches to the end of the line.
2211
2212 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2213
2214 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2215 articles of every unchecked group to t, which means unknown since the
2216 server has never been opened.
2217
2218 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2219
2220 * gnus-html.el (gnus-html-show-alt-text): New command.
2221 (gnus-html-browse-image): Ditto.
2222 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2223 to browse the image directly.
2224 (gnus-html-wash-tags): Search for images first, so that <a><img> works
2225 better.
2226
2227 * gnus-async.el (gnus-async-article-callback): Call
2228 `gnus-html-prefetch-images' unconditionally.
2229
2230 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2231 before feeding URLs to curl.
2232
2233 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2234
2235 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2236 internal images as deletable by `W D D'.
2237
2238 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2239 (gnus-async-article-callback): Fix typo.
2240
2241 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2242
2243 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2244 current line to work around bugs in the output from w3m.
2245
2246 * gnus-async.el (gnus-async-article-callback): Always prefetch images
2247 for groups that want that.
2248
2249 * nntp.el (nntp-wait-for-string): Supply a timeout for
2250 accept-process-output to ensure progress.
2251
2252 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2253 level to get unread articles from, then use that for foreign groups,
2254 too.
2255
2256 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2257 confuses the rest of the function.
2258
2259 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2260 for the methods that support -retrieve-groups, too.
2261
2262 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2263
2264 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2265
2266 * pop3.el: Require cl when compiling.
2267 (pop3-number-of-responses): Search for "+OK", not "+OK ".
2268
2269 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2270
2271 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2272 that aren't going to be activated.
2273 (gnus-get-unread-articles): Fix up the last commit.
2274
2275 * gnus-html.el (gnus-article-html): Allow calling without specifying
2276 the handle. In that case, dissect the buffer first.
2277
2278 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2279
2280 * nnimap.el (nnimap-open-connection): Revert the change that would look
2281 into authinfo for imaps instead of imap.
2282
2283 * gnus-start.el (gnus-activate-group): Take an optional parameter to
2284 say that you don't want to call gnus-request-group with don-check, but
2285 do check the reponse. This is for virtual groups only.
2286 (gnus-get-unread-articles): Count the archive groups as secondary, so
2287 that they're activated the same way as before.
2288
2289 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2290 case-insensitively.
2291 (nnimap-debug): Removed.
2292
2293 * mail-source.el (mail-source-fetch): Don't message if we're fetching
2294 mail from a file, and the file doesn't exist.
2295
2296 * pop3.el (pop3-streaming-movemail): Return t for success.
2297
2298 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2299 .authinfo if we're using ssl connection.
2300
2301 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2302 already have if we're in a main Gnus `g' run.
2303
2304 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2305
2306 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2307
2308 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2309
2310 * nnmh.el (nnmh-request-list-1): Bind `file'.
2311
2312 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2313 alias to set-process-query-on-exit-flag or process-kill-without-query.
2314 (pop3-open-server): Use it.
2315
2316 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2317
2318 * mail-source.el (mail-source-delete-crash-box): Always move the crash
2319 box to the Incoming file. Fixes mistake in previous checkin.
2320
2321 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2322 request loop (for debugging purposes) removed.
2323
2324 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2325 culprit is more visible.
2326 (nnml-save-incremental-nov, nnml-open-incremental-nov)
2327 (nnml-add-incremental-nov): New functions to do "incremental" nov
2328 updates, where we just append to the end of the existing nov files
2329 without reading/writing them in full.
2330
2331 * mail-source.el (mail-source-delete-crash-box): Really only check the
2332 incoming files once in a while.
2333
2334 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2335
2336 * mail-source.el (mail-source-delete-crash-box): Only check the
2337 incoming files for deletion once per day to save a lot of file
2338 accesses.
2339
2340 * pop3.el (pop3-logon): Fix up unbound variable typo.
2341
2342 * mail-source.el (pop3-streaming-movemail): Autoload.
2343
2344 * pop3.el (pop3-streaming-movemail): Respect
2345 pop3-leave-mail-on-server.
2346
2347 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2348 retrieval.
2349
2350 * pop3.el (pop3-process-filter): Removed unused function.
2351 (pop3-streaming-movemail, pop3-send-streaming-command)
2352 (pop3-wait-for-messages, pop3-write-to-file)
2353 (pop3-number-of-responses): New functions for streaming pop3
2354 retrieval.
2355
2356 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2357 come from no known methods.
2358 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2359 list.
2360
2361 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2362 message sizes.
2363 (pop3-movemail): Use erase-buffer instead of looping and deleting
2364 regions, which seems rather odd.
2365
2366 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2367 file once per `g' run.
2368
2369 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2370 directories. This makes the draft queue directory work.
2371
2372 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2373 data from the backends, so that we only request the list of groups from
2374 each method once. This should speed things up considerably.
2375
2376 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2377 detect that it's not implemented.
2378
2379 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2380 we actually do recurse down into the tree, but don't stat all leaf
2381 nodes.
2382
2383 * gnus-html.el (gnus-html-show-images): If there are no images to show,
2384 then say so instead of bugging out.
2385
2386 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2387 files exist before trying to read them.
2388
2389 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2390 around <pre_int>.
2391
2392 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2393
2394 * nnmh.el (nnmh-request-list-1): Optimize for speed.
2395
2396 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2397
2398 * mm-util.el (mm-image-load-path): Just return the image directories,
2399 not all directories in the path in addition to the image directories.
2400 (mm-image-load-path): Maintain a cache of the image directories so that
2401 the `g' command in Gnus doesn't have to stat dozens of directories each
2402 time.
2403
2404 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2405 (gnus-html-wash-tags): Add a new `i' command to insert images.
2406 (gnus-html-insert-image): New command and keystroke.
2407 (gnus-html-redisplay-with-images): New command and keystroke.
2408 (gnus-html-show-images): Renamed command.
2409 (gnus-html-wash-tags): Remove more white space before <pre_int> image
2410 spacers.
2411 (gnus-html-wash-tags): Decode entities at the end, so that entities
2412 inside the tags don't mess up the rest of the "parsing".
2413
2414 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2415 so that nnimap methods aren't agentized by default. There's apparently
2416 many problems related to agent/imap behaviour.
2417
2418 * gnus-art.el (gnus-article-copy-string): New command and key binding.
2419
2420 * gnus-html.el: Doc fix.
2421
2422 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
2423
2424 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2425 glyph-width and glyph-height instead of display-graphic-p and
2426 image-size; make avoidance of displaying small images work for XEmacs.
2427
2428 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2429 for XEmacs.
2430
2431 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2432 of symbol that holds plist data.
2433 (gnus-process-plist): Remove plist of process after getting it.
2434
2435 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2436
2437 * message.el (message-generate-hashcash): Change default to
2438 'opportunistic if hashcash is installed.
2439
2440 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2441 (gnus-html-put-image): Only call image-size once, since it's somewhat
2442 time-consuming on remote X servers.
2443
2444 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
2445
2446 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2447 decoded contents.
2448 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2449
2450 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
2452 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2453 group line format, since it isn't very interesting.
2454
2455 * gnus-agent.el (gnus-agent-short-article),
2456 (gnus-agent-long-article): Increase values for these two variables,
2457 since most people are likely to have more network connection and
2458 storage than before.
2459
2460 * gnus.el (gnus-refer-article-method): Change default to 'current.
2461 When referring an article, the common behaviour is to refer it from the
2462 current select method, not the native select method. The chances of
2463 the native select method having the message in question is rather slim
2464 these days.
2465
2466 * gnus-sum.el (gnus-auto-select-subject): Change default to
2467 `unseen-or-unread'. I think it's likely that most people want to
2468 select an unseen article over a previously seen, but unread one.
2469
2470 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
2471 means that in the article buffer none of the minor mode elements will
2472 be shown, usually, and this is not desirable in most cases.
2473
2474 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2475 that commands like `d' (and the like) go to the next line in the
2476 buffer, instead of the next unread article. I think this is the
2477 behaviour that is most natural for most users.
2478 (gnus-single-article-buffer): Change default to nil, so that people can
2479 have as many article buffers open as they have summary buffer. I think
2480 this is the most natural way for the groups to behave.
2481
2482 * message.el (message-generate-new-buffers): Change default to
2483 `unsent', so that all new message buffers start their names with the
2484 string "*unsent", and it's easier to find the buffers if you move from
2485 them.
2486
2487 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2488
2489 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2490 small. They're probably tracking images.
2491 (gnus-html-wash-tags): Remove all <pre_int> place holders.
2492 (gnus-html-rescale-image): Yet another try at getting the image sizing
2493 right.
2494
2495 * nntp.el (nntp-request-set-mark): Refuse to do marks if
2496 nntp-marks-file-name is nil.
2497
2498 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2499
2500 * gnus-html.el (gnus-html-wash-tags)
2501 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2502 Better logging.
2503
2504 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2505
2506 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2507
2508 * gnus-html.el (gnus-html-wash-tags): Check the value of
2509 gnus-blocked-images in the summary buffer.
2510
2511 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2512
2513 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2514
2515 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2516
2517 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2518 like "a", it seems like.
2519 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2520 since it needs to be picked from the correct buffer.
2521
2522 * nnwfm.el: Removed.
2523
2524 * nnlistserv.el: Removed.
2525
2526 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2527
2528 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2529 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2530
2531 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2532
2533 * nnkiboze.el: Removed.
2534
2535 * nndb.el: Removed.
2536
2537 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2538 alt text.
2539 (gnus-html-rescale-image): Try to get the rescaling logic right for
2540 images that are just wide and not tall.
2541
2542 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2543 overshadow variable bindings.
2544
2545 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2546
2547 * gnus-html.el (gnus-html-wash-tags)
2548 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2549 extra logging.
2550
2551 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2552
2553 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2554 (gnus-max-image-proportion): New variable.
2555 (gnus-html-rescale-image): New function.
2556 (gnus-html-put-image): Rescale images.
2557
2558 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 Fix up some byte-compiler warnings.
2561 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2562 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2563 (gnus-article-fill-cited-article, gnus-article-hide-citation)
2564 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2565 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2566 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2567 (gnus-group-update-group): Use save-excursion and with-current-buffer.
2568
2569 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2570
2571 * gnus-html.el (gnus-article-html): Decode contents by charset.
2572
2573 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2576 (gnus-html-frame-width, gnus-blocked-images)
2577 * message.el (message-prune-recipient-rules): Add custom version.
2578 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2579
2580 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2581 functions.
2582
2583 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2584 gnus-process-get.
2585
2586 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
2587
2588 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2589 instead of lsub directly.
2590
2591 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2592
2593 * nnwarchive.el: Removed.
2594
2595 * gnus-soup.el: Removed.
2596
2597 * nnsoup.el: Removed.
2598
2599 * nnultimate.el: Removed.
2600
2601 * gnus-html.el (gnus-blocked-images): New variable.
2602
2603 * message.el (message-prune-recipients): New function.
2604 (message-prune-recipient-rules): New variable.
2605
2606 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2607 guess whether a long line is natural text or not.
2608
2609 * gnus-html.el (gnus-html-schedule-image-fetching): Use
2610 gnus-process-plist and friends for compatibility.
2611
2612 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * gnus-html.el: Require packages that define macros used in this file.
2615 (gnus-article-mouse-face): Declare to silence byte-compiler.
2616 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2617 process-get.
2618 (gnus-html-put-image): Use plist-get to avoid getf.
2619 (gnus-html-prefetch-images): Use with-current-buffer.
2620
2621 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2622
2623 * gnus-ems.el: Provide compatibility functions for
2624 gnus-set-process-plist.
2625
2626 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2627 * gnus.el (gnus-valid-select-methods)
2628 * message.el (message-send-mail-partially-limit)
2629 * mm-decode.el (mm-text-html-renderer)
2630 * mml.el (mml-insert-mime-headers-always)
2631 * smiley.el (smiley-regexp-alist): Bump custom version.
2632
2633 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2634
2635 * gnus-html.el: require mm-url.
2636 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2637 with the url to `url'.
2638 (gnus-html-wash-tags): Support cid: URLs/images.
2639
2640 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2641
2642 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2643 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2644 bindings, as they aren't useful at all. `w' is moved to `W w'.
2645
2646 * gnus-move.el: Removed file, since it doesn't really work.
2647
2648 * gnus-html.el (gnus-article-html): Tell w3m that the input is
2649 UTF-8. This seems to fix problems with some German web feeds.
2650
2651 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2652 at the top so that the proper colours are applied.
2653
2654 * gnus-art.el (gnus-article-view-part): Doc fix.
2655
2656 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2657 XEmacs-compatible.
2658 (gnus-html-put-image): Don't do images on non-graphic displays.
2659
2660 * nnslashdot.el: Removed this unused backend.
2661
2662 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2663 actions.
2664 (gnus-undo-register-1): Revert last change.
2665
2666 * gnus-group.el (gnus-group-completing-read): Protect against not
2667 having completion-styles bound.
2668
2669 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2670 make broken recipients happier.
2671
2672 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2673
2674 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2675 point parameter.
2676
2677 * gnus-group.el (gnus-group-completing-read): Add 'substring to
2678 completion-styles for group selection.
2679
2680 2009-02-04 Andreas Schwab <schwab@suse.de>
2681
2682 * gnus-score.el (gnus-score-string): Fix regex for matching extra
2683 headers and regexp-quote the match if necessary.
2684
2685 2009-03-24 Miles Bader <miles@gnu.org>
2686
2687 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2688 the blinking smiley.
2689
2690 2009-03-24 Simon Josefsson <simon@josefsson.org>
2691
2692 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2693 blink smiley.
2694
2695 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2696
2697 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2698 where the dribbel file lives exists.
2699
2700 * message.el (message-send-mail-partially-limit): Change the default to
2701 nil, since most people don't want this.
2702
2703 * mm-url.el (mm-url-decode-entities): Also decode entities like
2704 &#x3212.
2705
2706 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
2707
2708 * gnus-sum.el (gnus-summary-idna-message):
2709 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2710 Hyperlink urls in docstrings with URL `...'.
2711
2712 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
2713
2714 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2715 functions.
2716
2717 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2718
2719 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2720 say what the mouseover text should be.
2721
2722 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2723 version of the mm-w3m-safe-url-regexp variable to only download images
2724 in the groups where we want that to happen.
2725
2726 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2727
2728 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2729 easier debugging.
2730 (gnus-article-beginning-of-window): Add kludge to allow spacing past
2731 big pictures in the article buffer.
2732
2733 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2734 gnus-article-html.
2735 (mm-text-html-renderer): gnus-article-html needs curl in addition to
2736 w3m.
2737
2738 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2739
2740 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2741
2742 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2743 which doesn't exist.
2744
2745 * message.el (message-inhibit-ecomplete): New variable to allow some
2746 function to inhibit ecomplete address storage.
2747 (message-resend): Disable ecomplete message storage when resending
2748 messages.
2749
2750 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2751
2752 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
2753
2754 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2755 Save excursion while copying, moving, and deleting articles in order to
2756 prevent the cursor from jumping to unforeseen place.
2757
2758 2010-08-17 Glenn Morris <rgm@gnu.org>
2759
2760 * gnus-sync.el: Require gnus components whose functions are used.
2761
2762 * gnus-art.el (bookmark-make-record-function):
2763 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2764 Declare for compiler.
2765
2766 * mm-url.el (mml-compute-boundary): Autoload.
2767
2768 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
2769
2770 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2771
2772 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
2773
2774 Typo fix "hoo4a" -> "hook".
2775
2776 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2777
2778 2010-08-14 Glenn Morris <rgm@gnu.org>
2779
2780 * gnus-sync.el (gnus-sync): Fix defgroup version.
2781
2782 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
2783
2784 Doc fixes and keep unknown groups (ammended for nunion bug fix).
2785
2786 * gnus-sync.el: Fix docs.
2787 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2788 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2789
2790 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2791
2792 Optimizations for gnus-sync.el.
2793
2794 * gnus-sync.el: Add docs about gnus-sync-backend
2795 possibilities.
2796 (gnus-sync-save): Remove unnecessary message.
2797 (gnus-sync-read): Optimize and show what groups were skipped.
2798
2799 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2800
2801 Minor bug fixes for gnus-sync.el.
2802
2803 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2804 read the sync on get-new-news.
2805
2806 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2807 quiet.
2808
2809 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2810
2811 2010-07-30 Lawrence Mitchell <wence@gmx.li>
2812
2813 Make saving and restoring of hidden threads work with overlays.
2814 Patch applied by Ted Zlatanov.
2815
2816 * gnus-sum.el (gnus-hidden-threads-configuration)
2817 (gnus-restore-hidden-threads-configuration): Update to deal with text
2818 properties, rather than searching for a magic character.
2819
2820 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2821
2822 New gnus-sync.el library for synchronization of marks.
2823
2824 * gnus-sync.el: New library for synchronization of marks.
2825
2826 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2827 renamed from `gnus-registry-grep-in-list'.
2828
2829 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2830
2831 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2832
2833 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2834
2835 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2836 determining charset of text fails.
2837
2838 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2839
2840 * nnmail.el (nnmail-get-new-mail-1): Revert.
2841
2842 * nnml.el (nnml-active-number): Make sure names of newly created groups
2843 in nnml-group-alist are encoded.
2844
2845 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
2846
2847 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2848 containing non-ASCII characters in active file for nnml back end.
2849
2850 2010-07-24 David Engster <dengste@eml.cc>
2851
2852 * mml-smime.el (mml-smime-epg-verify): Also accept the older
2853 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2854
2855 2010-07-21 Daiki Ueno <ueno@unixuser.org>
2856
2857 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2858 tag (Bug#6654).
2859
2860 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2861
2862 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2863 the article buffer, not the summary buffer.
2864
2865 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
2866
2867 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2868 Emacs 23 as well.
2869
2870 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2871
2872 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2873 Patch applied by Karl Fogel.
2874
2875 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2876 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2877
2878 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2879
2880 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2881 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
2882 C-w still not working correctly from Article buffers; Thierry's
2883 patch to fix that will be applied after this.
2884
2885 * gnus-art.el (bookmark-make-record-function): New local variable.
2886
2887 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2888 article buffer.
2889 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2890
2891 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2892
2893 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2894 on changes in bookmark.el.
2895
2896 2010-06-22 Mark A. Hershberger <mah@everybody.org>
2897
2898 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2899 the *other* type of HTML form submission.
2900
2901 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * auth-source.el (auth-source-pick): If choice does not contain a
2904 questioned keyword, set the check to t.
2905
2906 2010-06-12 Romain Francoise <romain@orebokech.com>
2907
2908 * gnus-util.el (gnus-date-get-time): Move up before first use.
2909
2910 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
2911
2912 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2913 (gnus-article-edit-part): Bind it to make last part that is substituted
2914 or deleted visible.
2915 (gnus-mime-display-single): Buttonize part of which id equals to
2916 gnus-mime-buttonized-part-id.
2917
2918 2010-06-10 Dan Christensen <jdc@uwo.ca>
2919
2920 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2921 (gnus-dd-mmm): Use gnus-date-get-time.
2922 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2923 simplify logic.
2924 (gnus-summary-limit-to-age): Use gnus-date-get-time.
2925 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2926
2927 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
2928
2929 * auth-source.el (top): Autoload `secrets-list-collections',
2930 `secrets-create-item', `secrets-delete-item'.
2931 (auth-sources): Fix tag string.
2932 (auth-get-source, auth-source-retrieve, auth-source-create)
2933 (auth-source-delete): New defuns.
2934 (auth-source-pick): Rewrite in order to avoid 2 passes.
2935 (auth-source-forget-user-or-password): New parameter USERNAME.
2936 (auth-source-user-or-password): New parameters CREATE-MISSING and
2937 DELETE-EXISTING. Retrieve password interactively, if needed.
2938
2939 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2940
2941 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2942 deleting unused directories when gnus-expert-user is t.
2943
2944 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
2945
2946 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2947 for each temp file when gnus-article-browse-delete-temp is ask.
2948
2949 2010-05-20 Kevin Ryde <user42@zip.com.au>
2950
2951 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
2952
2953 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
2954
2955 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2956 article unless decoding article to be saved.
2957
2958 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2959
2960 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2961 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2962 generated within the mm-with-unibyte-current-buffer macro.
2963
2964 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2965
2966 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2967 to nil when we're in a mml-preview buffer and no group is selected.
2968
2969 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
2970
2971 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2972 when catching the `C-g'. Reported by "Leo".
2973
2974 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
2975
2976 * message.el (message-forward-make-body-plain)
2977 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2978 multibyte-string-p.
2979
2980 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
2981
2982 * message.el (message-forward-make-body-mml): Assume original message
2983 is multibyte string; error on unibyte.
2984 (message-forward-make-body-plain): Ditto; don't add excessive newline
2985 in body end.
2986
2987 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
2988
2989 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2990 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
2991
2992 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
2993
2994 * mm-extern.el (mm-extern-url): Don't use
2995 mm-with-unibyte-current-buffer.
2996 (mm-extern-cache-contents): Use with-current-buffer instead of
2997 save-excursion + set-buffer.
2998
2999 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3000
3001 * mm-util.el (mm-emacs-mule): Remove.
3002
3003 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
3004
3005 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3006 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3007 change.
3008
3009 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3010
3011 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3012 bind the default value of enable-multibyte-characters to nil.
3013
3014 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3015
3016 * message.el (message-forward-make-body-plain)
3017 (message-forward-make-body-mml):
3018 Don't use mm-with-unibyte-current-buffer.
3019
3020 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3021
3022 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3023 (Bug#5592).
3024
3025 2010-05-07 Julien Danjou <julien@danjou.info>
3026
3027 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3028 it to mm-pipe-part.
3029
3030 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3031 it is given.
3032
3033 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3034
3035 * nnweb.el (nnweb-gmane-search)
3036 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3037 XEmacs.
3038
3039 * gnus-art.el (gnus-article-browse-html-parts)
3040 * gnus-group.el (gnus-read-ephemeral-gmane-group)
3041 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3042 make-temp-file.
3043
3044 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3045 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3046 compiling.
3047
3048 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3049 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3050 XEmacs when compiling.
3051
3052 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3053 gnus-pick-mode-off-hook for XEmacs when compiling.
3054 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3055 gnus-binary-mode-off-hook for XEmacs when compiling.
3056
3057 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3058 nil if char-charset is not available.
3059
3060 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
3061 macro.
3062
3063 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3064 instead of encode-coding-string.
3065
3066 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3067 'xemacs) instead of mm-emacs-mule to switch function definitions.
3068 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3069
3070 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
3071
3072 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3073
3074 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
3075
3076 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3077 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3078
3079 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * mm-util.el (mm-decompress-buffer): Use `delete-file';
3082 alias `jka-compr-delete-temp-file' no longer exists.
3083
3084 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 Use define-minor-mode in Gnus where applicable.
3087 * mml.el (mml-mode): Use define-minor-mode.
3088 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3089 (gnus-undo-mode): Use define-minor-mode.
3090 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3091 (gnus-dead-summary-mode): Use define-minor-mode.
3092 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3093 Initialize in declaration.
3094 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3095 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3096 (gnus-mailing-list-mode): Use define-minor-mode.
3097 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3098 (gnus-draft-mode): Use define-minor-mode.
3099 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3100 (gnus-dired-mode): Use define-minor-mode.
3101
3102 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
3103
3104 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3105 handles on recursive mml-to-mime translation and check them for
3106 boundary delimiter collisions. Reported by Greg Troxel.
3107
3108 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
3109
3110 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3111
3112 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * mm-util.el (mm-find-buffer-file-coding-system):
3115 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3116
3117 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
3118
3119 * message.el (message-generate-headers): Record insertion of optional
3120 headers as well. Otherwise the check to prevent repeated insertion of
3121 optional headers is a no-op.
3122
3123 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
3124
3125 * smime.el: Don't mention CVS.
3126
3127 * nnrss.el (nnrss-fetch): Don't mention CVS.
3128
3129 * nnir.el: Don't mention CVS.
3130
3131 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * gnus-sum.el (gnus-summary-bookmark-make-record):
3134 Add `location' field.
3135
3136 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * gnus-sum.el: Add bookmark declarations to silence the compiler.
3139 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3140 Use with-current-buffer to silence the byte-compiler.
3141 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3142 bother to require `gnus'.
3143 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
3144
3145 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3146
3147 * gnus-sum.el (gnus-summary-bookmark-make-record)
3148 (gnus-summary-bookmark-jump): New functions.
3149 (gnus-summary-mode): Setup bookmark support.
3150
3151 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
3152
3153 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3154 if set.
3155
3156 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3157
3158 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3159 gnus-article-browse-html-save-cid-image; make it work recursively for
3160 forwarded messages as well.
3161 (gnus-article-browse-html-parts): Work when prefix arg is given.
3162 (gnus-article-browse-html-article): Doc fix.
3163
3164 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * message.el (message-default-mail-headers):
3167 (message-default-headers): Carry the value mail-default-headers over
3168 into message-default-mail-headers, rather than message-default-headers.
3169
3170 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
3171
3172 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
3173 charset.
3174
3175 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3176 charset into the <meta> tag when the article is encoded to utf-8.
3177
3178 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
3179
3180 * gnus-art.el (gnus-article-browse-delete-temp-files):
3181 Delete directories as well.
3182 (gnus-article-browse-html-parts): Work for images that do not specify
3183 file names; delete temp directory when quitting; insert header at the
3184 right place; use file: scheme for image files.
3185
3186 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
3187
3188 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3189 (gnus-article-browse-html-parts): Use it to make temporary cid image
3190 files in addition to html file so that browser may display them.
3191
3192 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
3193
3194 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3195
3196 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3197
3198 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3199
3200 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3201
3202 * auth-source.el (auth-sources): Change default to be simpler.
3203 Explain about Secret Service API sources. Improve Customize options.
3204 (auth-source-pick): Change to accept any number of search parameters.
3205 Implement fallbacks iteratively, not recursively. Add scoring on the
3206 second pass and sort by score. Call Secret Service API when needed.
3207 (auth-source-user-or-password): Use it. Call Secret Service API
3208 directly when needed to get the user name and the password.
3209
3210 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3211
3212 * message.el (message-interactive): Doc fix.
3213 (message-qmail-inject-args): Reflow.
3214 (message-kill-to-signature): Fix typo in docstring.
3215
3216 * smiley.el (smiley-buffer): Fix typo in docstring.
3217
3218 2010-03-24 Glenn Morris <rgm@gnu.org>
3219
3220 * mail-source.el (gnus-message): Declare.
3221 (mail-source-delete-old-incoming): Require gnus-util.
3222
3223 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
3224
3225 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3226
3227 * message.el (ecomplete-setup): Autoload it for Emacs <23.
3228
3229 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3230 password-cache's default if it is not bound.
3231 (mml-secure-passphrase-cache-expiry): Default to 16 that is
3232 password-cache-expiry's default if it is not bound.
3233
3234 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3235 available in Emacs 21.
3236
3237 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
3238
3239 * auth-source.el (auth-sources): Fix up definition so extra parameters
3240 are always inline.
3241
3242 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
3243
3244 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3245 wasn't updated after mismatch. Clear cached mailbox info correctly
3246 when uidvalidity changes.
3247 (nnimap-group-prefixed-name): New function to avoid some code
3248 duplication.
3249 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3250 (nnimap-request-group): Use it.
3251 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3252 (nnimap-update-unseen): Significantly improved speed of Gnus startup
3253 with many imap folders. This is done by caching the group status from
3254 the imap server persistently in a group parameter `imap-status'. (This
3255 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3256 but not persistently, so every Gnus startup was still very slow.)
3257
3258 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3259
3260 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
3261 secrets.el dependency.
3262 (auth-sources): Add optional user name. Add secrets.el configuration
3263 choice (unused right now).
3264
3265 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3266
3267 * gnus-sum.el (gnus-summary-make-menu-bar): Let
3268 `gnus-registry-install-shortcuts' fill in the functions.
3269
3270 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3271 warnings.
3272 (gnus-registry-misc-menus): Variable to hold registry mark menus.
3273 (gnus-registry-install-shortcuts): Populate and use it in a
3274 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3275
3276 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
3277
3278 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3279 In-place substitutions for the group name encoding/decoding.
3280 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3281 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3282 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3283 (nnimap-update-unseen, nnimap-request-list)
3284 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3285 (nnimap-request-set-mark, nnimap-split-to-groups)
3286 (nnimap-split-articles, nnimap-request-newgroups)
3287 (nnimap-request-create-group, nnimap-request-accept-article)
3288 (nnimap-request-delete-group, nnimap-request-rename-group)
3289 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
3290 `encoded-mbx' for consistency.
3291 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3292 variable `imap-current-mailbox'.
3293
3294 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3295 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3296
3297 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
3298
3299 * pop3.el (pop3-display-message-size-flag): Display message size byte
3300 counts during POP3 download.
3301 (pop3-movemail): Use it.
3302 (pop3-list): Implement listing of available messages.
3303
3304 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
3305
3306 * nnir.el (nnir-get-article-nov-override-function): New function to
3307 override the normal NOV retrieval.
3308 (nnir-retrieve-headers): Use it.
3309
3310 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
3311
3312 * auth-source.el (netrc-machine-user-or-password): Autoload.
3313
3314 2010-03-19 Glenn Morris <rgm@gnu.org>
3315
3316 Stop message.el from loading about 40 libraries it doesn't always need.
3317 The general approach is to autoload rather than require, and to
3318 require in the specific functions rather than the file. (Bug#5642)
3319
3320 * gmm-utils.el: Don't require wid-edit.
3321 (widget-create-child-value, widget-convert, widget-default-get):
3322 Autoload.
3323
3324 * gnus-util.el: Don't require time-date, netrc.
3325 (message-fetch-field, gnus-group-name-decode): Declare rather than
3326 autoloading.
3327 (gnus-fetch-field): Require message.
3328 (gnus-decode-newsgroups): Require gnus-group.
3329
3330 * ietf-drums.el: Don't require time-date.
3331
3332 * message.el: Don't require hashcash, canlock, ecomplete.
3333 Do require mail-utils. Require nnheader only when compiling.
3334 (smtpmail-default-smtp-server): Remove declaration.
3335 (message-send-mail-function): Check smtpmail-default-smtp-server
3336 is bound rather than requiring smtpmail.
3337 (message-auto-save-directory, message-insert-signature): Use
3338 expand-file-name rather than nnheader-concat.
3339 (nnheader-insert-file-contents): Autoload.
3340 (hashcash-wait-async): Declare.
3341 (message-send-mail): Only call gnus-setup-posting-charset if
3342 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
3343 (message-send-mail-with-sendmail): Require sendmail.
3344 (canlock-password, canlock-password-for-verify): Declare.
3345 (message-canlock-password): Require canlock.
3346 (nnheader-get-report): Autoload.
3347 (gnus-setup-posting-charset): Declare.
3348 (message-send-news): Require gnus-msg.
3349 (message-make-references, message-make-in-reply-to): Use mail-header-id
3350 rather than the alias mail-header-message-id.
3351 (ecomplete-add-item, ecomplete-save): Declare.
3352 (message-put-addresses-in-ecomplete): Require ecomplete.
3353 (ecomplete-display-matches): Autoload.
3354
3355 * mm-decode.el: Don't require mailcap, gnus-util.
3356 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3357 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3358 Autoload.
3359 (mailcap-mime-extensions): Declare.
3360
3361 * mm-encode.el: Don't require mailcap.
3362 (mailcap-extension-to-mime): Autoload.
3363
3364 * mml-sec.el: Don't require password-cache.
3365
3366 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3367 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3368 (mml-minibuffer-read-type): Require mailcap.
3369 (mml-preview): Require gnus-msg.
3370
3371 * mml1991.el: Require password-cache.
3372 (password-cache-expiry): Remove declaration.
3373
3374 * mml2015.el: Require password-cache.
3375 (password-cache-expiry): Remove declaration.
3376
3377 * nneething.el (mailcap): Require mailcap.
3378
3379 * nnheader.el (declare-function): Add compatibility stub.
3380 (message-remove-header): Declare rather than autoload.
3381 (nnheader-replace-header): Require message.
3382
3383 * nnimap.el (declare-function): Add compatibility stub.
3384 (netrc-parse, netrc-machine-user-or-password): Declare.
3385 (nnimap-open-connection): Require netrc.
3386
3387 * nntp.el (declare-function): Add compatibility stub.
3388 (netrc-parse, netrc-machine, netrc-get): Declare.
3389 (nntp-send-authinfo): Require netrc.
3390
3391 * rfc2047.el: Don't require qp.
3392 (quoted-printable-encode-region, quoted-printable-decode-string):
3393 Autoload.
3394
3395 * sieve-mode.el: Don't require easymenu.
3396 (easy-menu-add-item): Autoload it.
3397
3398 * spam-stat.el (time-to-number-of-days): Autoload it.
3399
3400 2010-03-17 Kevin Ryde <user42@zip.com.au>
3401
3402 * mml.el (mml-read-tag): Unquote values with `read' to reverse
3403 prin1 in mml-insert-tag (just stripping the quotes gave wrong
3404 value if any backslash escapes).
3405
3406 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3407
3408 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3409 if it is available. (bug#5647)
3410
3411 2010-02-26 Glenn Morris <rgm@gnu.org>
3412
3413 * message.el (message-send-mail-function): Change the default, so that
3414 it inherits from a customized send-mail-function. (Bug#5643)
3415
3416 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3419 shell-command-to-string signals an error (bug#5299).
3420
3421 2010-02-24 Glenn Morris <rgm@gnu.org>
3422
3423 * message.el (message-smtpmail-send-it)
3424 (message-send-mail-with-mailclient): Doc fixes.
3425
3426 2010-02-16 Glenn Morris <rgm@gnu.org>
3427
3428 * message.el (message-default-mail-headers): Change the default value
3429 to ease the transition from mail-mode to message-mode. (Bug#5555)
3430
3431 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * message.el (message-mail): Just pass yank-action on to message-setup.
3434 (message-setup): Handle (FUN . ARGS) form of yank-action.
3435 (message-with-reply-buffer, message-widen-reply)
3436 (message-yank-original): Handle non-buffer values of
3437 message-reply-buffer (Bug#4080).
3438 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3439
3440 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3441
3442 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3443 Fix typo in docstring.
3444
3445 2010-01-08 Jason Rumney <jasonr@gnu.org>
3446
3447 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3448 response.
3449
3450 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3451
3452 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3453
3454 * message.el (message-check-news-header-syntax): Protect against a
3455 string that `rfc822-addresses' returns when parsing fails.
3456
3457 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3458
3459 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3460 (gnus-previous-char-property-change): New functions.
3461
3462 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3463
3464 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
3465
3466 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3467 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
3468
3469 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3470
3471 * message.el (message-exchange-point-and-mark): Rework last change to
3472 avoid using optional arg of exchange-point-and-mark, for backward
3473 compatibility.
3474
3475 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * message.el (message-exchange-point-and-mark): Call
3478 exchange-point-and-mark with an argument rather than setting
3479 mark-active by hand (Bug#5175).
3480
3481 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3482
3483 * nntp.el (nntp-service-to-port): Work for service expressed with
3484 numeric string; replace [:digit:] with [0-9] for XEmacs.
3485
3486 2009-12-17 Glenn Morris <rgm@gnu.org>
3487
3488 * gnus-group.el (gnus-bug-group-download-format-alist):
3489 Change emacs entry to debbugs.gnu.org. Bump :version.
3490
3491 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3492
3493 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3494
3495 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
3496
3497 * message.el (message-info): Explain why we use `Info-goto-node'.
3498
3499 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * message.el (message-completion-in-region): New compatibility function.
3502 (message-expand-group): Use it.
3503
3504 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3505
3506 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3507 with no unread article should be listed if the 2nd arg `predicate' is
3508 given.
3509
3510 2009-11-29 Juri Linkov <juri@jurta.org>
3511
3512 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3513 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
3514 on `gnus-recenter'. (Bug#4698, Bug#4981)
3515
3516 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3517
3518 * message.el (message-from-style, message-interactive)
3519 (message-signature): Always set default values from the corresponding
3520 mail-* variables.
3521 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3522 (message-yank-prefix, message-indentation-spaces)
3523 (message-signature-file, message-default-headers): Use boundp rather
3524 than (featurep 'xemacs) to check if the corresponding mail-* variables
3525 exist.
3526
3527 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3528
3529 * message.el (message-send-mail-with-sendmail): Revert last change.
3530
3531 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * message.el (message-from-style, message-interactive)
3534 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3535 (message-yank-prefix, message-indentation-spaces, message-signature)
3536 (message-signature-file, message-default-headers): For GNU Emacs, set
3537 default values from the corresponding mail-* variables.
3538 (message-send-mail-with-sendmail): Use envelope-from only if
3539 mail-specify-envelope-from is non-nil.
3540
3541 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3542
3543 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3544 containing tspecial characters if they have been already quoted.
3545
3546 2009-10-24 Glenn Morris <rgm@gnu.org>
3547
3548 * gnus-art.el (help-xref-stack-item): Define for compiler.
3549
3550 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3551
3552 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3553
3554 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3555
3556 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3557 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3558
3559 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
3560
3561 * gnus.el (gnus-overlay-get): New alias to overlay-get.
3562 (gnus-overlays-in): New alias to overlays-in.
3563
3564 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3565 gnus-overlay-get, and gnus-delete-overlay.
3566 (gnus-summary-show-thread): Make it work as well for systems in which
3567 next-single-char-property-change is not available.
3568 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3569
3570 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
3571
3572 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3573
3574 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3575
3576 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3577 and XEmacs that don't have `remove-overlays'.
3578
3579 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3582 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3583 selective display. Use overlays instead.
3584
3585 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3586
3587 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3588
3589 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3590
3591 * spam-stat.el (spam-stat-load): Fix typo in message.
3592
3593 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
3594
3595 * gnus-art.el (gnus-article-encrypt-body):
3596 * message.el (message-check-recipients):
3597 * mm-util.el (mm-codepage-setup):
3598 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3599 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3600
3601 2009-09-22 Daiki Ueno <ueno@unixuser.org>
3602
3603 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3604 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3605 keys from the menu if mm-{sign,encrypt}-option is 'guided.
3606 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3607 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3608
3609 2009-09-18 Glenn Morris <rgm@gnu.org>
3610
3611 * gnus-diary.el (gnus-diary-check-message):
3612 * message.el (message-insert-formatted-citation-line):
3613 * nnbabyl.el (top-level):
3614 * nndiary.el (nndiary-schedule):
3615 Fix typos in condition-case handlers.
3616
3617 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3618
3619 * gnus-art.el (gnus-article-edit-part): Work for the buffer
3620 configuration that provides the sole article window in a frame;
3621 position point correctly after deleting a part.
3622
3623 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
3624
3625 * spam.el (spam-unregister-on-reregister): Add boolean variable.
3626 (spam-resolve-registrations-routine): Use it to unregister articles
3627 that change status.
3628
3629 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3630
3631 * nnrss.el (nnrss-request-article): Remove binding of
3632 default-enable-multibyte-characters that has gotten needless by
3633 the 2007-07-13 change in rfc2047-encode-message-header.
3634
3635 * mml.el (mml-insert-multipart): Error on the message header.
3636 (mml-insert-part): Error on the message header; position point at
3637 the end of a MIME tag.
3638
3639 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3640
3641 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3642 (gnus-float-time): Alias to float-time if it exists.
3643
3644 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3645 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3646 float-time is available; suppress compile warning for time-to-seconds.
3647
3648 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3649
3650 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3651 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3652 Add the optional argument `encoding' that overrides the default.
3653
3654 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3655 mm-encode-buffer.
3656
3657 2009-09-04 Glenn Morris <rgm@gnu.org>
3658
3659 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3660 mm-disable-multibyte, rather than default-enable-multibyte-characters.
3661 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3662 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3663 * mm-util.el (mm-with-unibyte-current-buffer)
3664 (mm-find-buffer-file-coding-system):
3665 * yenc.el (yenc-decode-region): Use default-value rather than
3666 default-enable-multibyte-characters.
3667
3668 2009-09-03 Glenn Morris <rgm@gnu.org>
3669
3670 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3671 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3672 than default-enable-multibyte-characters.
3673
3674 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
3675
3676 * gnus-art.el (gnus-article-read-summary-keys):
3677 Fix gnus-buffer-configuration's value temporarily used.
3678
3679 2009-09-02 Glenn Morris <rgm@gnu.org>
3680
3681 * gnus-util.el (gnus-float-time): New function.
3682 * gnus-delay.el (gnus-delay-article):
3683 * gnus-sum.el (gnus-thread-latest-date):
3684 * gnus-util.el (gnus-user-date): Use gnus-float-time.
3685 * nnspool.el (nnspool-request-newgroups):
3686 Use gnus-float-time rather than time-to-seconds.
3687 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3688
3689 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3690 (gnus-header-subject-face, gnus-header-newsgroups-face)
3691 (gnus-header-name-face, gnus-header-content-face):
3692 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3693 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3694 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3695 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3696 (gnus-cite-face-11):
3697 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3698 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3699 (gnus-server-closed-face, gnus-server-denied-face)
3700 (gnus-server-offline-face):
3701 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3702 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3703 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3704 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3705 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3706 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3707 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3708 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3709 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3710 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3711 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3712 (gnus-summary-selected-face, gnus-summary-cancelled-face)
3713 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3714 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3715 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3716 (gnus-summary-high-undownloaded-face)
3717 (gnus-summary-low-undownloaded-face)
3718 (gnus-summary-normal-undownloaded-face)
3719 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3720 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3721 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3722 (gnus-splash-face):
3723 * message.el (message-header-to-face, message-header-cc-face)
3724 (message-header-subject-face, message-header-newsgroups-face)
3725 (message-header-other-face, message-header-name-face)
3726 (message-header-xheader-face, message-separator-face)
3727 (message-cited-text-face, message-mml-face):
3728 * sieve-mode.el (sieve-control-commands-face)
3729 (sieve-action-commands-face, sieve-test-commands-face)
3730 (sieve-tagged-arguments-face):
3731 * spam.el (spam-face):
3732 Mark face aliases with "-face" in the name as obsolete.
3733
3734 2009-09-01 Glenn Morris <rgm@gnu.org>
3735
3736 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3737 than goto-line.
3738
3739 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3740
3741 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3742 Don't move point if the command is invoked inside the message header.
3743
3744 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3747 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3748 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3749 * nnir.el (nnir-swish-e-index-file):
3750 * gnus-sum.el (gnus-summary-delete-marked-as-read)
3751 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3752 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3753 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3754 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3755 (gnus-treat-display-xface): Add Emacs version of obsolescence.
3756
3757 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
3758
3759 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3760 Don't save excursion.
3761
3762 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * nnheader.el (nnheader-find-file-noselect):
3765 * mm-util.el (mm-insert-file-contents):
3766 Use (default-value 'major-mode) instead of default-major-mode.
3767
3768 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3771
3772 2009-08-25 Glenn Morris <rgm@gnu.org>
3773
3774 * nnir.el (top-level): Don't require cl at run-time.
3775 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3776 Replace cl-function substitute with gnus-replace-in-string.
3777 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3778 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3779 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3780 simplified expansions.
3781
3782 2009-08-22 Glenn Morris <rgm@gnu.org>
3783
3784 * gnus-art.el (gnus-button-patch): Use forward-line rather than
3785 goto-line.
3786
3787 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
3788
3789 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3790
3791 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3792 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3793 (gnus-mm-display-part, gnus-mime-display-single)
3794 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3795 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3796
3797 * gnus-sum.el
3798 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3799 (gnus-summary-move-article): Add expirable mark to articles copied or
3800 moved to group that has auto-expire turned on if the option is non-nil.
3801
3802 2009-07-24 Glenn Morris <rgm@gnu.org>
3803
3804 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3805 Fix typo. (Bug#3903)
3806
3807 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
3808
3809 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3810 gnus-article-read-summary-keys rather than gnus-summary-edit-article
3811 that should not be used for draft articles.
3812 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3813 that has no concern in minor mode keys.
3814 (gnus-article-summary-command, gnus-article-summary-command-nosave):
3815 Abolish.
3816
3817 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
3818
3819 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3820 article without making inquiry to a user for unknown encoding.
3821
3822 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3823 (nnmaildir--scan): Assume i-node and device number that file-attributes
3824 returns might be cons-cell.
3825
3826 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
3827
3828 * auth-source.el: Remove docs now in auth.texi. Don't use
3829 `gnus-message' for logging. Add new variables `auth-source-debug' and
3830 `auth-source-hide-passwords' and use them.
3831
3832 2009-07-15 Glenn Morris <rgm@gnu.org>
3833
3834 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3835
3836 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3837
3838 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3839 excessive whitespace from the default values of title and description.
3840
3841 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
3842
3843 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3844 mail-fetch-field to fetch Content-Description header in order to
3845 exclude newlines.
3846
3847 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3848
3849 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3850 to deleted part.
3851
3852 2009-05-30 David Engster <dengste@eml.cc>
3853
3854 * nnmairix.el: Remove old documentation in the commentary block.
3855 (nnmairix-request-group): Do not update active file for nnml back ends.
3856 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3857 end so that overview files are ignored.
3858 (nnmairix-update-groups): Make updating the groups more robust by using
3859 marks.
3860 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3861 with dollar characters in message-id.
3862
3863 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
3864
3865 * spam.el: Use dns-query instead of query-dns. Was renamed on
3866 2008-12-25 in dns.el.
3867
3868 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3869
3870 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3871 could happen if the text is only composed of spaces and/or tabs.
3872
3873 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
3874
3875 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3876 when sending a queued message to avoid extra mml tags.
3877
3878 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
3879
3880 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3881
3882 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
3883
3884 * gnus-dired.el: Remove autoload for gnus-setup-message.
3885 (gnus-dired-attach): Fake this-command value to prevent Gnus from
3886 displaying Gnus logo; always use compose-mail.
3887
3888 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3889
3890 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3891
3892 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
3893
3894 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3895 (gnus-nocem-issuers): List currently active issuers; fix custom type.
3896 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3897 available.
3898 (gnus-nocem-epg-verify): New function.
3899
3900 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
3901
3902 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3903
3904 2009-02-15 Glenn Morris <rgm@gnu.org>
3905
3906 * gnus-util.el (rmail-insert-rmail-file-header)
3907 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3908 autoloads.
3909 (rmail-default-rmail-file): Remove unnecessary declaration.
3910 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3911
3912 2009-02-14 Glenn Morris <rgm@gnu.org>
3913
3914 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3915 variable (only used in gnus-util, which declares it anyway).
3916 (rmail-output-to-rmail-file): Remove autoload of deleted function,
3917 which was only needed by gnus-art (changed to not use it any more).
3918 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3919 only used in gnus-util, which autoloads it itself.
3920 (rmail-update-summary): Fix autoload.
3921
3922 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3923 rather than rmail-output-to-rmail-file.
3924
3925 2009-02-07 Glenn Morris <rgm@gnu.org>
3926
3927 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3928 autoload of function that no longer exists.
3929 (rmail-toggle-header): Declare.
3930 (message-forward-rmail-make-body): Handle mbox Rmail.
3931
3932 2009-01-31 Glenn Morris <rgm@gnu.org>
3933
3934 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3935 2009-01-09 change.
3936
3937 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
3938
3939 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3940 (auth-source-forget-all-cached): New convenience function.
3941 (auth-source-user-or-password): Accept list of modes or a single mode.
3942
3943 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3944 auth-source modes.
3945
3946 * nnimap.el (nnimap-open-connection): Use list of
3947 auth-source modes.
3948
3949 * nntp.el (nntp-send-authinfo): Use list of
3950 auth-source modes.
3951
3952 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
3953
3954 * auth-source.el: Update docs to reflect epa-file-enable is to be used
3955 now.
3956
3957 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3958
3959 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3960 coding system in XEmacs; add a workaround for XEmacs.
3961
3962 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
3963
3964 * mm-util.el (mm-coding-system-priorities): Protect against nil value
3965 of current-language-environment.
3966
3967 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
3968
3969 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3970 available at runtime.
3971
3972 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
3973
3974 * gnus-art.el (article-date-ut): Fix end point of narrowing.
3975
3976 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
3977
3978 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3979 the greatest positive fixnum value doesn't work under an XEmacs with
3980 bignum support; use the most-positive-fixnum constant instead,
3981 available since Emacs 21.1 with cl and XEmacs 21.1.
3982
3983 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3984
3985 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3986 XEmacs gets not to work.
3987
3988 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3989
3990 * mm-util.el (mm-coding-system-priorities): Allow the value like
3991 "Japanese (UTF-8)" of current-language-environment.
3992
3993 2009-01-09 Glenn Morris <rgm@gnu.org>
3994
3995 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3996 with last-command-event.
3997
3998 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
3999
4000 * message.el (message-fix-before-sending): Amend comment.
4001
4002 2009-01-07 David Engster <dengste@eml.cc>
4003
4004 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4005 simplified server definitions by converting it via
4006 gnus-server-to-method.
4007
4008 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4009
4010 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4011 parameter's operands.
4012
4013 2009-01-06 David Engster <dengste@eml.cc>
4014
4015 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4016 primary select method (for gnus-group-mark-article-as-read).
4017
4018 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
4019
4020 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4021 `(gnus)Face', not `(gnus)X-Face'.
4022
4023 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
4024
4025 * mm-util.el (mm-ucs-to-char): New function.
4026
4027 * mm-url.el (mm-url-decode-entities): Use it.
4028
4029 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
4030
4031 * message.el (message-fix-before-sending): Add `eight-bit' to
4032 illegible-text check.
4033
4034 2009-01-03 Michael Olson <mwolson@gnu.org>
4035
4036 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4037 `headers' is nil. This can occur if the IMAP server does not have
4038 permissions to read messages from a folder, but can write new messages
4039 to the folder.
4040 (nnimap-request-article-part): Do not insert `data' if it is nil.
4041
4042 2009-01-01 Dave Love <fx@gnu.org>
4043
4044 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4045
4046 * nnimap.el: Fix author email.
4047 (nnimap-split-rule): Add FIXME comment.
4048 (nnimap-debug): Fix doc string.
4049
4050 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4051
4052 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4053 overlay-arrow-position and overlay-arrow-string buffer-local; no need
4054 to check if those variables exist (first appeared in Emacs 18.50).
4055
4056 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
4057
4058 * mm-util.el (mm-line-number-at-pos): New function.
4059
4060 * spam-report.el (spam-report-process-queue): Use it.
4061
4062 2008-12-24 David Engster <dengste@eml.cc>
4063
4064 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4065 parameters that haven't existed as variables as buffer-local variables.
4066
4067 2008-12-23 Dave Love <fx@gnu.org>
4068
4069 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4070 cadar.
4071
4072 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4073 imap-starttls-p.
4074 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4075
4076 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
4077
4078 * spam-report.el (spam-report-gmane-max-requests): New constant.
4079 (spam-report-gmane-wait): New variable.
4080 (spam-report-gmane-ham, spam-report-gmane-spam)
4081 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4082 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4083 the server.
4084
4085 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4086 Add explanations.
4087
4088 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4089 nnheader-accept-process-output and nnheader-read-timeout if available.
4090 (pop3-movemail): Use it.
4091
4092 * message.el (message-check-news-body-syntax): Fix signature check if
4093 there's an attachment.
4094
4095 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
4096
4097 * mm-util.el: Add comments to the mm- emulating functions.
4098
4099 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
4100
4101 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
4102 by Stephen Berman <stephen.berman@gmx.net>.
4103
4104 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4105
4106 * mm-util.el (mm-substring-no-properties): New function.
4107 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4108 (mm-special-display-p): Enable those lambda forms to be byte compiled.
4109 (mm-string-to-multibyte): Doc fix.
4110
4111 * mml.el (mml-attach-file): Use mm-substring-no-properties.
4112
4113 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
4114
4115 * mml.el (mml-attach-file): Strip text properties from file name.
4116 (Bug#1574)
4117
4118 2008-12-16 Glenn Morris <rgm@gnu.org>
4119
4120 * mm-util.el (mm-charset-override-alist): Declare for compiler.
4121
4122 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4123
4124 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4125 knows since the charset specified might be a bogus alias that
4126 mm-charset-synonym-alist provides.
4127
4128 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
4129
4130 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4131 "ISO_8859-1".
4132
4133 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4134
4135 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4136
4137 * mm-util.el (mm-charset-eval-alist):
4138 Define it before mm-charset-to-coding-system.
4139 (mm-charset-to-coding-system): Add optional argument `silent';
4140 define it before mm-charset-override-alist.
4141 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4142 default value if it can be used in Emacs currently running;
4143 silence mm-charset-to-coding-system.
4144
4145 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
4146
4147 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4148 `allow-override' which says whether to use `mm-charset-override-alist'.
4149 (rfc2047-decode-encoded-words): Use it.
4150
4151 * mm-util.el (mm-charset-override-alist): Fix custom type;
4152 add `(gb2312 . gbk)' to choices.
4153
4154 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
4155
4156 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4157 fast.
4158
4159 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4160
4161 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
4162
4163 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4164 on links.
4165
4166 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4167
4168 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4169
4170 * message.el (message-idna-to-ascii-rhs-1): Protect against local
4171 users' addresses that don't have domain parts.
4172 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4173 rather than message-narrow-to-head since there will be the message
4174 header separator.
4175
4176 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4179 since the result is inserted in a unibyte buffer anyway.
4180 (nnimap-demule-use-string-to-multibyte): Remove.
4181 (nnimap-demule): Alias it to mm-string-to-multibyte.
4182
4183 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4184
4185 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4186 variable for debugging bug#464 and bug#1174.
4187 (nnimap-demule): Use it.
4188
4189 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4190
4191 * gnus-score.el (gnus-score-find-trace): Handle default score in total
4192 score calculation correctly.
4193
4194 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * message.el (message-send-mail): Just set the buffer to unibyte
4197 rather than use mm-with-unibyte-current-buffer which does a lot more.
4198 (message-send-mail-partially): Don't bother with
4199 mm-with-unibyte-current-buffer since it's already been made unibyte by
4200 message-send-mail.
4201
4202 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
4203
4204 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4205
4206 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4207
4208 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4209
4210 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4211
4212 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4213 require itself and to remove `with-no-warnings'.
4214
4215 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
4216
4217 * starttls.el (starttls-any-program-available): Get the name of the
4218 available TLS layer program.
4219 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4220 well as the host name in the "opening" message.
4221
4222 * auth-source.el (auth-source-cache, auth-source-do-cache)
4223 (auth-source-user-or-password): Cache passwords and logins by default,
4224 allow override with `auth-source-do-cache'.
4225 (auth-source-forget-user-or-password): Allow users to remove cache
4226 entries if needed.
4227
4228 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4229
4230 * ietf-drums.el (ietf-drums-remove-comments): Localize second
4231 condition-case to only the forward-sexp call.
4232
4233 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4234
4235 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4236 quotes contained. Make it more robust regardless by an extra
4237 condition-case wrapper.
4238
4239 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4240
4241 * nnml.el (nnml-request-expire-articles): Check if the function set to
4242 `nnmail-expiry-target' returns the symbol `delete'.
4243
4244 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4245
4246 * nnmail.el (nnmail-expiry-target): Fix custom type.
4247
4248 2008-10-02 Glenn Morris <rgm@gnu.org>
4249
4250 * mm-util.el (mm-codepage-setup): Tweak codepage error.
4251 Silence compiler warning.
4252
4253 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
4254
4255 * mml.el (mml-menu): Don't assume mml2015 is bound.
4256
4257 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4258
4259 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4260 exists.
4261
4262 2008-09-27 Glenn Morris <rgm@gnu.org>
4263
4264 * gnus-util.el (mail-header-remove-comments): Autoload it.
4265
4266 2008-09-27 Andreas Schwab <schwab@suse.de>
4267
4268 * gnus-util.el (gnus-split-references): Strip comments.
4269 (gnus-parent-id): Likewise.
4270
4271 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
4272
4273 * message.el (message-confirm-send): Fix version.
4274
4275 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
4276
4277 * message.el (message-idna-to-ascii-rhs-1): Use
4278 mail-extract-address-components rather than mail-header-parse-addresses
4279 that is an alias by default to ietf-drums-parse-addresses that does not
4280 support non-ASCII names in headers' contents.
4281
4282 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4283
4284 * message.el (message-confirm-send): Fixed variable documentation to
4285 avoid the "y/n" wording.
4286
4287 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
4288
4289 * message.el (message-set-auto-save-file-name): Save to a different
4290 filename so multiple messages (especially drafts) can be recovered.
4291
4292 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4293
4294 * message.el (message-confirm-send): Add appropriate version.
4295
4296 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4297
4298 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4299 defvar.
4300
4301 2008-09-22 Daiki Ueno <ueno@unixuser.org>
4302
4303 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4304 (mm-pkcs7-enveloped-magic): Ditto.
4305
4306 2008-09-17 Simon Josefsson <simon@josefsson.org>
4307
4308 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4309 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4310
4311 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4312
4313 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4314 default, it's better.
4315
4316 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
4317
4318 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4319 summary line gnus-number property and ignore them (with a warning
4320 message).
4321
4322 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4323
4324 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4325 macro caddr in the interactive form since it won't be expanded.
4326
4327 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4328
4329 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4330 `charset'; fix name of function called recursively.
4331 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4332
4333 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4334
4335 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4336 (gnus-mime-set-charset-parameters): New function.
4337 (gnus-mime-view-part-as-charset): Use it to correctly display part
4338 specifying wrong charset.
4339
4340 2008-09-08 David Engster <dengste@eml.cc>
4341
4342 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4343 in completing-read for back end server.
4344
4345 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
4346
4347 * message.el (message-confirm-send): New variable to confirm sending a
4348 message.
4349 (message-send): Use it.
4350
4351 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
4352
4353 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4354
4355 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4356
4357 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4358
4359 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
4360
4361 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4362 prevent tracking too many groups.
4363 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4364 Use it.
4365
4366 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
4367
4368 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4369 moving point to the bottom of the window in order to avoid recentering.
4370
4371 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
4372
4373 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4374 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4375 (gnus-article-beginning-of-window): Fix calculation.
4376
4377 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
4378
4379 * gnus-msg.el (gnus-summary-supersede-article)
4380 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4381 value of gnus-newsgroup-charset to decode non-MIME encoded text in
4382 message header.
4383
4384 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4385
4386 * message.el:
4387 * gnus-start.el:
4388 * gnus-registry.el: Remove VMS support.
4389
4390 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4391
4392 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4393 macro.
4394 (rfc2104-hash): Use it.
4395
4396 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
4397
4398 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4399 (gnus-summary-sort-by-most-recent-date): New commands.
4400 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4401 and menu entries.
4402
4403 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
4404
4405 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4406 don't redisplay article for raw contents; remove plural articles stuff.
4407
4408 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4409 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4410 on gnus-summary-save-article; display results properly.
4411
4412 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4413
4414 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4415
4416 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4417
4418 * gnus-art.el (gnus-summary-save-in-pipe): Consider
4419 gnus-save-all-headers.
4420
4421 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4422
4423 * gnus-util.el (ns-focus-frame): Remove declaration.
4424 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
4425 like x.
4426
4427 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4428
4429 * rfc2104.el (rfc2104-zero): Delete defconst.
4430 (rfc2104-hex-alist): Likewise.
4431 (rfc2104-hex-to-int): Delete func.
4432 (rfc2104-hexstring-to-bitstring): Likewise.
4433 (rfc2104-nybbles): New defconst.
4434 (rfc2104-hash): Rewrite for speed.
4435
4436 2008-07-16 Glenn Morris <rgm@gnu.org>
4437
4438 * gnus-util.el (ns-focus-frame): Declare for compiler.
4439
4440 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4441
4442 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4443 set as a group parameter.
4444 (gnus-summary-save-in-pipe): Work when it is called independently.
4445 (gnus-summary-pipe-to-muttprint): Don't modify
4446 gnus-summary-pipe-output-default-command.
4447
4448 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * message.el (message-send-mail-with-sendmail):
4451 Display the error message.
4452
4453 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4454
4455 * gnus-art.el (gnus-default-article-saver):
4456 Add gnus-summary-save-in-pipe to choices.
4457 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4458 gnus-summary-pipe-output-default-command as the default command.
4459 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4460 instead of gnus-last-shell-command.
4461
4462 * gnus-sum.el (gnus-summary-pipe-output-default-command):
4463 New user option.
4464 (gnus-summary-muttprint-program): Mention the value will be changed.
4465 (gnus-summary-save-article): Force showing of all headers.
4466 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4467
4468 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
4469
4470 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4471
4472 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
4473
4474 * nnimap.el (nnimap-id):
4475 * sieve-manage.el (sieve-manage-open): Doc fixes.
4476
4477 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
4478
4479 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4480 if available.
4481
4482 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4485
4486 * nnkiboze.el (nnkiboze-generate-group):
4487 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4488
4489 * nnmairix.el: Require CL.
4490
4491 2008-06-15 David Engster <dengste@eml.cc>
4492
4493 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4494
4495 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
4496
4497 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4498 New macros that expand to an `aset'/`aref' call under Emacs, and to a
4499 runtime choice under XEmacs.
4500
4501 * gnus-sum.el (gnus-summary-set-display-table):
4502 Use `gnus-put-display-table', `gnus-get-display-table',
4503 `gnus-set-display-table' for the display table, instead of `aset'.
4504
4505 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4506
4507 * nnmairix.el: Add autoloads.
4508
4509 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4510
4511 * nnmairix.el (nnmairix-delete-recreate-group)
4512 (nnmairix-update-and-clear-marks): Fix error messages.
4513
4514 2008-06-14 David Engster <dengste@eml.cc>
4515
4516 * nnmairix.el: Upgrade to version 0.6.
4517 (nnmairix-group-toggle-propmarks-this-group)
4518 (nnmairix-group-toggle-readmarks-this-group)
4519 (nnmairix-group-delete-recreate-this-group)
4520 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4521 (nnmairix-remove-tick-mark-original-article): New commands.
4522 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4523 (nnmairix-propagate-marks-to-nnmairix-groups)
4524 (nnmairix-only-use-registry, nnmairix-allowfast-default)
4525 (nnmairix-marks-cache, nnmairix-version-output): New variables.
4526 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4527 functions needed for marks propagation and manipulation of read marks.
4528 (nnmairix-update-groups): New function.
4529 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4530 (nnmairix-determine-original-group-from-registry)
4531 (nnmairix-determine-original-group-from-path)
4532 (nnmairix-get-group-from-file-path, nnmairix-map-range)
4533 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4534 New helper functions.
4535 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4536 keystrokes for new commands.
4537 (nnmairix-delete-and-create-on-change): Doc string cleanup.
4538 (nnmairix-request-group): Check allow-fast group parameter.
4539 (nnmairix-request-create-group): Set allow-fast group parameter if
4540 nnmairix-allowfast-default is set.
4541 (nnmairix-close-group): Propagate marks upon closing if needed.
4542 (nnmairix-group-toggle-threads-this-group): Use new.
4543 nnmairix-group-toggle-parameter helper function.
4544 (nnmairix-search): Better check for empty search result.
4545 (nnmairix-goto-original-article): Use new helper functions for
4546 determining original article.
4547 (nnmairix-show-original-article): Make sure message-id is in brackets.
4548 (nnmairix-call-mairix-binary): Change variable name.
4549 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4550 helper function.
4551 (nnmairix-widget-toggle-activate): Fix doc string.
4552
4553 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4554
4555 * nnir.el: Require edmacro when compiling with XEmacs.
4556 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4557 available in Emacs 21.
4558
4559 2008-06-11 Glenn Morris <rgm@gnu.org>
4560
4561 * gnus-util.el (x-focus-frame):
4562 * gnus.el (image-size):
4563 * mm-decode.el (image-size): Declare.
4564
4565 * gnus-picon.el (declare-function): Add compat definition.
4566 (image-size): Declare.
4567
4568 * gnus-group.el (tool-bar-map):
4569 * gnus-sum.el (tool-bar-map): Define for compiler.
4570
4571 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4572
4573 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4574
4575 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4576 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4577 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4578 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4579 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4580 * sieve-manage.el, spam-report.el, spam.el:
4581 Remove unnecessary eval-and-compile of autoloads.
4582
4583 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
4584
4585 * auth-source.el: Precise Tramp doc.
4586
4587 2008-06-07 Glenn Morris <rgm@gnu.org>
4588
4589 * nnmairix.el: Remove unnecessary eval-when-compile.
4590
4591 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
4592
4593 * nnir.el: New file.
4594
4595 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * gnus-util.el (gnus-read-shell-command): New function.
4598 * mm-decode.el (mm-pipe-part):
4599 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4600
4601 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
4602
4603 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4604
4605 2008-06-03 Glenn Morris <rgm@gnu.org>
4606
4607 * pop3.el (nnheader-accept-process-output): Autoload it.
4608
4609 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4610
4611 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4612 are not 2-digit hexadecimal characters that follow `%'s.
4613
4614 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4615
4616 * message.el (message-bogus-recipient-p): Fix type in doc string.
4617 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4618 (message-bogus-addresses): Rename from message-bogus-address-regexp.
4619 Improve custom options.
4620 (message-bogus-recipient-p): Adjust accordingly.
4621
4622 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4623
4624 * nnmairix.el: Require edmacro when compiling with XEmacs.
4625
4626 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4627
4628 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4629 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4630
4631 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4632
4633 * auth-source.el: Add more docs.
4634
4635 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4636
4637 * nnheader.el (nnheader-read-timeout): Change the default timeout from
4638 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
4639 retrieval faster in some cases, but might make CPU usage larger. If
4640 this has any bad side effects, we might revert this change.
4641
4642 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4643 seems to make mail retrieval much, much faster.
4644 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4645 unconditionally.
4646
4647 * gnus-draft.el (gnus-group-send-queue): Bind
4648 message-send-mail-partially-limit to nil to avoid being prompted.
4649
4650 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4651
4652 * mml.el (mml-attach-buffer): Prompt for `disposition'.
4653
4654 * message.el (message-bogus-address-regexp): Fix and improve custom
4655 type.
4656 (message-setup-hook): Add message-check-recipients as custom option.
4657
4658 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4659
4660 * message.el (message-cite-function): Remove bogus autoload which crept
4661 in during merge from v5-10.
4662
4663 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
4664
4665 * nnimap.el (nnimap-open-connection): Fix login/password bug.
4666
4667 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4668
4669 * auth-source.el: Preliminary Tramp docs.
4670 (auth-sources): Change the default auth-sources to use
4671 EPA .gpg files.
4672
4673 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4674
4675 * nntp.el: Autoload `auth-source-user-or-password'.
4676 (nntp-send-authinfo): Use it.
4677
4678 * nnimap.el: Autoload `auth-source-user-or-password'.
4679 (nnimap-open-connection): Use it.
4680
4681 * auth-source.el: Added docs on using with url-auth. Import gnus-util
4682 for the gnus-message function.
4683 (auth-source-user-or-password): Use it.
4684
4685 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4688 rfc2104-hexstring-to-byte-list. Return a unibyte string.
4689 (rfc2104-hash): Use it.
4690
4691 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4692
4693 * gnus-art.el (gnus-article-toggle-truncate-lines):
4694 Don't use `iff' in docstring.
4695
4696 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
4697
4698 * gnus-registry.el: Adjusted copyright dates and added a keyword.
4699
4700 * gnus-util.el (gnus-extract-address-component-name)
4701 (gnus-extract-address-component-email): Convenience functions around
4702 `gnus-extract-address-components'.
4703
4704 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4705 Use `gnus-extract-address-component-email' to fix bug of comparing full
4706 sender name to `user-mail-address'.
4707
4708 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4709
4710 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4711 catch/throw to optimize.
4712 (gnus-registry-find-keywords): Just use member to find a keyword.
4713
4714 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4717 is current before calling gnus-server-prepare.
4718 (gnus-server-setup-buffer, gnus-server-update-server)
4719 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4720
4721 2008-05-04 Juri Linkov <juri@jurta.org>
4722
4723 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4724 (mailcap-file-default-commands): Use mailcap-replace-in-string
4725 instead of replace-regexp-in-string, and mailcap-delete-duplicates
4726 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
4727
4728 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
4729
4730 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4731
4732 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4733
4734 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4735 hooks.
4736 (gnus-update-read-articles): Speed up non-marks-using users.
4737 (gnus-use-marks): Define gnus-use-marks.
4738 (gnus-propagate-marks): Rename variable to something more sensible.
4739
4740 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
4741
4742 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4743 (gmm-image-load-path-for-library): Fix typos in docstrings.
4744 (gmm-message): Reflow docstring.
4745
4746 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
4747
4748 * mail-source.el (mail-source-set-1, mail-source-bind):
4749 Move auth-source code out of the macro to clean it up and fix bugs.
4750
4751 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
4752
4753 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4754 by sender if it's equal to user-mail-address, it's likely to be
4755 useless.
4756
4757 * mail-source.el (mail-source-bind): Don't use user or password if they
4758 are not bound. Unintern them if they are nil. Don't use server unless
4759 it's bound, and default it to empty string otherwise.
4760
4761 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4762
4763 * mail-source.el: Load auth-source.el.
4764 (mail-source-bind): Add comments. Call auth-source-user-or-password to
4765 get user name or password, if auth-sources is set up.
4766
4767 * gnus-registry.el (gnus-registry-split-strategy): New variable for
4768 strategy of splitting with parent.
4769 (gnus-registry-split-fancy-with-parent)
4770 (gnus-registry-post-process-groups): Use it and fix prior
4771 bug (returning a list as the split result).
4772
4773 * auth-source.el (auth-sources): Remove server parameter.
4774 (auth-source-pick, auth-source-user-or-password)
4775 (auth-source-user-or-password-imap)
4776 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4777 (auth-source-user-or-password-sftp)
4778 (auth-source-user-or-password-smtp): Remove server parameter.
4779
4780 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
4781
4782 * smime.el (smime-sign-region, smime-encrypt-region)
4783 (smime-decrypt-region):
4784 Remove redundant calls to `generate-new-buffer-name'.
4785
4786 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
4787
4788 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4789 Don't use QP for message/rfc822.
4790 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4791
4792 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * sieve-manage.el (sieve-string-bytes): Remove.
4795 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4796 correct byte-length only if the process's coding-system is the same as
4797 the one used internally by Emacs to represent strings.
4798
4799 2008-04-22 Juri Linkov <juri@jurta.org>
4800
4801 * mailcap.el (mailcap-file-default-commands): New function.
4802
4803 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4804
4805 * message.el (message-signature-separator, message-cite-function):
4806 Change custom version.
4807
4808 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4809
4810 * mm-decode.el (mm-display-external): Make temp file read-only.
4811
4812 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4813
4814 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4815 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
4816 `C-c C-f d'.
4817
4818 2008-04-12 Adrian Aichner <adrian@xemacs.org>
4819
4820 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4821
4822 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4823
4824 * auth-source.el: Added docs.
4825 (auth-sources): Modify format to support server.
4826 (auth-source-pick, auth-source-user-or-password)
4827 (auth-source-user-or-password-imap)
4828 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4829 (auth-source-user-or-password-sftp)
4830 (auth-source-user-or-password-smtp): Add server parameter.
4831
4832 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
4833
4834 * gnus-registry.el: Initialize the registry when gnus-registry-install
4835 is t.
4836
4837 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
4838
4839 * compface.el (uncompface): Make buffer unibyte.
4840
4841 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * mail-source.el (mail-source-value):
4844 Prefer fboundp to functionp so it works with macros as well.
4845
4846 2008-04-05 Glenn Morris <rgm@gnu.org>
4847
4848 * gnus-ems.el (mm-disable-multibyte): Autoload it.
4849
4850 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
4853 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4854
4855 * nnheader.el (nnheader-init-server-buffer): Change buffer's
4856 multibyteness after rather than before erasing it.
4857
4858 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4859 mm-with-multibyte.
4860 (gnus-request-article-this-buffer): Make sure the proper decoding is
4861 used if gnus-original-article-buffer happens to be unibyte.
4862
4863 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4864 default-enable-multibyte-characters.
4865
4866 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4867 default-enable-multibyte-characters.
4868
4869 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4870
4871 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4872
4873 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4876 Fix last change in case the element is not even a symbol.
4877
4878 2008-04-02 Simon Josefsson <simon@josefsson.org>
4879
4880 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4881 imap-enable-exchange-bug-workaround.
4882 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4883
4884 2008-04-01 Simon Josefsson <simon@josefsson.org>
4885
4886 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4887 a 100 byte status-checks into a 2-3MB transfer for each group.
4888 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4889 to enable bug workaround or not.
4890 (nnimap-find-minmax-uid): Only enable workaround conditionally.
4891
4892 2008-03-31 Glenn Morris <rgm@gnu.org>
4893
4894 * message.el (mml2015-use): Declare for compiler.
4895 (message-info): Require mml2015 when appropriate.
4896
4897 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4898
4899 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4900 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4901 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4902 (nntp-service-to-port): New function.
4903 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4904 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4905 (nntp-open-netcat-stream): New function.
4906 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4907
4908 2008-03-29 Sven Joachim <svenjoac@gmx.de>
4909
4910 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4911
4912 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4915
4916 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
4917
4918 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4919
4920 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
4921
4922 * message.el (message-signature-separator): Change default.
4923 Improve custom type.
4924 (message-cite-function): Change default to
4925 message-cite-original-without-signature.
4926
4927 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4928 toggle.
4929
4930 * message.el (message-check-news-body-syntax): Fix signature check.
4931 (message-setup-1): Mark buffer as unmodified _after_ running
4932 message-setup-hook and handling message-alternative-emails.
4933 (message-shorten-references): Be more strict when building list of
4934 valid references to comply with GNKSA.
4935
4936 * gnus-group.el (gnus-read-ephemeral-bug-group)
4937 (gnus-read-ephemeral-debian-bug-group)
4938 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4939
4940 * message.el (message-info): Don't use booleanp which isn't supported
4941 in Emacs 21 and XEmacs.
4942
4943 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4944
4945 * gnus-group.el (gnus-gmane-group-download-format): Rename from
4946 gnus-group-gmane-group-download-format.
4947 (gnus-group-read-ephemeral-gmane-group): Rename from
4948 gnus-group-read-ephemeral-gmane-group.
4949 (gnus-read-ephemeral-gmane-group-url): Rename from
4950 gnus-group-read-ephemeral-gmane-group-url.
4951 (gnus-bug-group-download-format-alist): New variable.
4952 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4953 (gnus-read-ephemeral-emacs-bug-group): New commands.
4954
4955 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4956
4957 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4958 (gnus-visible-headers): Improve custom type.
4959
4960 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4961
4962 * mml.el (mml-menu): Add workarounds for XEmacs.
4963
4964 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4965 X-Boundary header.
4966
4967 * message.el (message-simplify-recipients): Fix previous commit.
4968
4969 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * mm-util.el (mm-set-buffer-multibyte): New function.
4972 * mm-decode.el (mm-copy-to-buffer): Use it.
4973
4974 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4975 Prefer fboundp to functionp so it works with macros as well.
4976
4977 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4978
4979 * message.el (message-alter-recipients-discard-bogus-full-name):
4980 New function.
4981 (message-alter-recipients-function): New variable.
4982 (message-get-reply-headers): Use it.
4983 (message-replace-header): New helper function.
4984 (message-recipients-without-full-name): New variable.
4985 (message-simplify-recipients): New command.
4986
4987 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4988
4989 * message.el (message-info): Handle EasyPG manual.
4990
4991 * mml.el (mml-menu): Add entry for EasyPG.
4992
4993 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
4994
4995 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4996 parameter.
4997
4998 * message.el (message-disassociate-draft): Specify drafts group name
4999 fully.
5000
5001 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
5002
5003 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5004 unnecessary duplicates from the match list.
5005
5006 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5007
5008 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5009 args of `how-many' of which the XEmacs version doesn't take; declare
5010 Info-index-next as function.
5011
5012 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5013
5014 * gnus-score.el (gnus-score-headers): Fix handling of
5015 gnus-inhibit-slow-scoring.
5016
5017 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5018 string.
5019 (gnus-button-url-regexp): Improve handling of parenthesis.
5020 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5021 (gnus-button-handle-info-keystrokes): Handle index entries.
5022
5023 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
5024
5025 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5026 Incoming* files.
5027
5028 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5029
5030 * auth-source.el (auth-sources): Renamed from auth-source-choices.
5031 (auth-source-pick): Use it.
5032
5033 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5034
5035 * auth-source.el (auth-source-protocols)
5036 (auth-source-protocols-customize, auth-source-choices): Added and
5037 modified variable customizations and defaults.
5038 (auth-source-pick, auth-source-user-or-password)
5039 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5040 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5041 (auth-source-user-or-password-sftp)
5042 (auth-source-user-or-password-smtp): Use new variables and provide an
5043 interface to netrc.el.
5044
5045 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
5046
5047 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5048 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5049 Make sure the nntp port to specify is a string.
5050
5051 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * nntp.el: Use with-current-buffer.
5054 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5055 dubious mm-with-unibyte-current-buffer.
5056 (nntp-with-open-group-function): New function extracted from
5057 nntp-with-open-group macro.
5058 (nntp-with-open-group): Use the function, so it's easier to debug.
5059 Add indentation and debugging info.
5060 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5061 the use of the netcat alternatives.
5062
5063 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5064 Avoid mm-string-as-multibyte as well.
5065
5066 * nnweb.el (nnweb-insert-html):
5067 Remove use of nnheader-string-as-multibyte.
5068
5069 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5070 (nnheader-string-as-multibyte): Remove.
5071
5072 * mm-view.el: Use inhibit-read-only.
5073 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5074 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5075 or unibyte-string.
5076
5077 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5078 (mm-uu-yenc-extract): Use with-current-buffer.
5079
5080 * gnus-soup.el (gnus-soup-send-packet): Don't use
5081 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5082
5083 * nnmh.el: Use with-current-buffer.
5084 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5085 mm-string-as-multibyte on the output of mm-encode-coding-string.
5086
5087 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5088 (nnimap-request-move-article): Use with-current-buffer.
5089
5090 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5091 inserting the handle-buffer's text, so the implicit multibyte->unibyte
5092 conversion uses string-make-unibyte rather than string-as-unibyte.
5093
5094 * gnus-msg.el: Use with-current-buffer.
5095
5096 * message.el (message-ignored-resent-headers): Add "Delivered-To".
5097
5098 2008-03-10 Daiki Ueno <ueno@unixuser.org>
5099
5100 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5101 string for caching if it is 'PIN.
5102
5103 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5104
5105 * mail-source.el (mail-source-delete-old-incoming-confirm):
5106 Change default to nil.
5107 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5108
5109 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
5110
5111 * gnus-art.el (gnus-narrow-to-page): Position point properly.
5112 (gnus-article-goto-prev-page): Work for articles having ^L's.
5113
5114 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5115
5116 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5117
5118 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5119
5120 * gnus-bookmark.el: Adjust for renames in bookmark.el.
5121 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5122 (gnus-bookmark-jump): Adjust some variable names.
5123
5124 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
5125
5126 * auth-source.el: New package.
5127 (auth-source-choices): Add customization entry point variable.
5128
5129 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5130 bug.
5131
5132 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
5133
5134 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5135 (gnus-registry-initialize, gnus-registry-install-p): Use it.
5136 (gnus-registry-install-shortcuts): Rename from
5137 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
5138 the `gnus-registry-mark-map' keymap dynamically from
5139 `gnus-registry-marks'. The generated functions update the summary line
5140 when a registry mark is added or deleted, and will call
5141 `gnus-registry-install-p' (see the comments in the code).
5142 (gnus-registry-user-format-function-M): Use concat intelligently.
5143
5144 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5145 the registry mark functions.
5146
5147 2008-03-05 Glenn Morris <rgm@gnu.org>
5148
5149 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5150 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5151 gnus-art.
5152 (top-level): No need to load own source when compiling.
5153
5154 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5155
5156 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5157 Suggested by <chris.anderton@zetnet.co.uk>.
5158
5159 2008-03-04 Glenn Morris <rgm@gnu.org>
5160
5161 * gnus-sum.el (top-level): No need to require gnus when compiling,
5162 since unconditionally required near start of file.
5163 (gnus-summary-display-while-building): Move definition before use.
5164
5165 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
5166
5167 * gnus-registry.el (gnus-registry-user-format-function-M): Add
5168 formatting function.
5169
5170 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
5171
5172 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5173 with plists.
5174 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5175 Use new format.
5176
5177 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5178
5179 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5180 `where-is-internal' that returns a range of key sequences.
5181
5182 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5185
5186 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5187 (gnus-summary-jump-to-group): Consider windows on other displayed
5188 frames as well. Similar changes might be needed elsewhere, but that's
5189 the one I've bumped into during my use.
5190
5191 * nndoc.el (nndoc-oe-dbx-type-p):
5192 * gnus-msg.el (gnus-debug):
5193 * gnus-group.el (gnus-update-group-mark-positions):
5194 Use mm-string-to-multibyte.
5195
5196 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5197
5198 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5199 doesn't handle NotDashEscaped.
5200
5201 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
5202 (mml-dnd-attach-options): Fix typo in custom choice.
5203
5204 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5205 nndoc-article-type to mbox.
5206 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5207
5208 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
5209 to nil, instead of html2text.
5210
5211 * imap.el (imap-debug): Add `imap-ping-server'.
5212
5213 * gnus-bookmark.el: Add FIXMEs.
5214
5215 * message.el (message-form-letter-separator)
5216 (message-send-form-letter-delay): New variables.
5217 (message-send-form-letter): Use them. New command to send form
5218 letters. Requested by Uwe Siart.
5219 (message-send-mail-function): Doc fix. Add "Other" custom option.
5220
5221 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
5222
5223 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5224 empty author.
5225
5226 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
5227
5228 * gnus-registry.el (gnus-registry-marks): Add variable for
5229 customization of marks and their appearance.
5230 (gnus-registry-read-mark): Use it.
5231 (gnus-registry-do-marks): Add utility function to loop through
5232 `gnus-registry-marks'.
5233 (gnus-registry-install-shortcuts-and-menus): Add function to install
5234 shortcuts and menus.
5235 (gnus-registry-initialize): Use it.
5236 (gnus-registry-default-mark): Clarify documentation.
5237
5238 2008-02-29 Glenn Morris <rgm@gnu.org>
5239
5240 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5241 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5242 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5243 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5244 Change defcustom :version from 23.0 to 23.1.
5245
5246 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
5247
5248 * gnus-registry.el (gnus-registry-follow-group-p)
5249 (gnus-registry-post-process-groups): Add functions to aid registry
5250 splitting and improve logging. Clarify behavior in function
5251 documentation.
5252 (gnus-registry-split-fancy-with-parent): Use them.
5253
5254 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * gnus-art.el: Use with-current-buffer.
5257
5258 2008-02-27 David Engster <dengste@eml.cc>
5259
5260 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5261 Express real group name in the response.
5262
5263 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5264
5265 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5266 (nnmairix-last-server, nnmairix-current-server): Defvar them.
5267 (nnmairix-goto-original-article): Defvar gnus-registry-install and
5268 autoload gnus-registry-fetch-group when compiling.
5269 (nnmairix-request-group-with-article-number-correction): Remove
5270 unreferenced argument passed to nnmairix-call-backend.
5271
5272 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5273
5274 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5275 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
5276 Wilde.
5277
5278 2008-02-27 Glenn Morris <rgm@gnu.org>
5279
5280 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5281 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5282 variables to defconsts. Convert comments to doc-strings.
5283 (nnmairix-last-server, nnmairix-current-server): Convert from free
5284 variables to defvars. Convert comments to doc-strings.
5285 (gnus-registry-fetch-group): Autoload.
5286 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5287 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5288 (nnmairix-widget-build-editable-fields): Use car cddr rather than
5289 caddr.
5290 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5291 nnmairix-request-group-with-article-number-correction call.
5292 (nnmairix-fast, nnmairix-group): New, less general names, for free
5293 variables passed from nnmairix-request-group to
5294 nnmairix-request-group-with-article-number-correction. Declare.
5295 (nnmairix-request-group-with-article-number-correction):
5296 Use nnmairix-fast, nnmairix-group rather than fast, group.
5297
5298 2008-02-26 David Engster <dengste@eml.cc>
5299
5300 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
5301 version 0.5.
5302
5303 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
5304
5305 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5306 instead of making an extra function call. Don't add the current group
5307 to articles only when they have the group. Use
5308 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5309 Reported by David <de_bb@arcor.de>.
5310
5311 2008-02-24 Miles Bader <miles@gnu.org>
5312
5313 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5314 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5315 (mm-find-mime-charset-region):
5316 * mm-bodies.el (mm-encode-body):
5317 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5318
5319 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
5320
5321 * mail-source.el (mail-source-delete-incoming): Change default.
5322 Supplement doc string.
5323
5324 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5325
5326 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5327
5328 * nnmail.el (nnmail-message-id-cache-file): Derive from
5329 `gnus-home-directory'.
5330
5331 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
5332
5333 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5334 Document negative prefix.
5335
5336 * gnus-group.el (gnus-group-read-group): Document negative prefix.
5337
5338 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5339
5340 * message.el (message-unsent-separator): Add the Exim bounce
5341 separator.
5342
5343 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5344
5345 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5346 list.
5347 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5348 recipient/signer list.
5349
5350 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5351
5352 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5353 fbound (Emacs 23 unicode), signal an error.
5354
5355 2008-02-08 Glenn Morris <rgm@gnu.org>
5356
5357 * gnus-art.el (pgg-display-output-buffer): Declare as function.
5358
5359 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
5360
5361 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5362 ports to the calls to `netrc-machine-user-or-password' in addition to
5363 "imap" and "imaps".
5364
5365 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
5366
5367 * gnus.el (gnus-group-startup-message): Add `find-image' call before
5368 image-load-path is let-bound. Reported by Harald Hanche-Olsen
5369 <hanche@math.ntnu.no>.
5370
5371 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
5372
5373 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5374
5375 2008-02-01 Zhang Wei <id.brep@gmail.com>
5376
5377 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5378
5379 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5380
5381 2008-02-01 Miles Bader <miles@gnu.org>
5382
5383 * mml.el (mml-parse-1): Remove apparently vestigial use of
5384 `mm-hack-charsets'.
5385 * mm-bodies.el (mm-encode-body): Likewise.
5386
5387 2008-02-01 Kenichi Handa <handa@m17n.org>
5388
5389 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5390 rfc2104-hexstring-to-bitstring and changed to return a byte list.
5391 (rfc2104-hash): Convert the result of concat to unibyte string.
5392
5393 2008-02-01 Dave Love <fx@gnu.org>
5394
5395 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5396 coding-system-for-read.
5397 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5398
5399 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5400 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
5401 (mm-find-mime-charset-region): Remove hack-charsets stuff.
5402
5403 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
5404
5405 * mail-source.el (mail-sources): Add `group' choice.
5406
5407 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5408 parameter `in-group' to control into which group the articles go.
5409 Add treatment of `group' mail-source.
5410
5411 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5412
5413 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5414 * message.el (message-beginning-of-line): Use featurep instead of bound
5415 tests in order to resolve conditionals at compile time.
5416
5417 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5418
5419 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5420
5421 * mm-decode.el (mm-dissect-buffer): Decode description.
5422
5423 * mml.el (mml-to-mime): Encode message header first.
5424
5425 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5426
5427 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5428 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5429
5430 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
5431
5432 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5433
5434 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5435
5436 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5437 prefix keys.
5438 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5439 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5440 gnus-xmas.el.
5441
5442 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5443
5444 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5445 Add new variables for article mark management.
5446 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5447 list of extra data entries which, when present, will indicate that the
5448 article ID should not be trimmed from the registry.
5449 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5450 functions.
5451 (gnus-registry-read-mark): New function to read a mark name from the
5452 user.
5453 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5454 (gnus-registry-set-article-mark-internal): New functions to add and
5455 remove marks.
5456 (gnus-registry-get-article-marks): New function to show the marks for
5457 an article, or retrieve them for further use.
5458
5459 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5460
5461 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5462 keys when no argument is given.
5463
5464 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5465
5466 * gnus-sum.el (gnus-article-sort-by-random)
5467 (gnus-thread-sort-by-random): Fix doc strings. Reported by
5468 jidanni@jidanni.org.
5469
5470 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
5471
5472 * gnus-art.el (gnus-article-describe-bindings): New function.
5473 (gnus-article-read-summary-keys): Use it.
5474 (gnus-article-mode-map): Bind `C-h b' to it.
5475
5476 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5477
5478 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5479 XEmacs.
5480 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5481 against non-character events.
5482
5483 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5484
5485 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5486 command.
5487 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5488 instead of END. Change name of the temp file.
5489 (gnus-group-gmane-group-download-format): Add doc string. Make it
5490 customizable.
5491
5492 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5493
5494 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5495 bind `S W' to gnus-article-wide-reply-with-original; set default
5496 binding to gnus-article-read-summary-send-keys.
5497 (gnus-article-read-summary-keys): Fix the order of keys; display
5498 continuation keys correctly in the echo area; describe bindings
5499 correctly when keys end with `C-h'.
5500 (gnus-article-read-summary-send-keys): New function.
5501 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5502 for gnus-article-read-summary-send-keys; display continuation keys
5503 correctly in the echo area.
5504 (gnus-article-reply-with-original): Ignore prefix argument.
5505 (gnus-article-wide-reply-with-original): New function.
5506
5507 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
5508
5509 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5510 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5511
5512 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
5513
5514 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5515 (gnus-group-read-ephemeral-gmane-group): New command.
5516
5517 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5518
5519 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5520
5521 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
5522
5523 * message.el (message-send-mail-function): Increase custom version.
5524
5525 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5526 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
5527
5528 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
5529
5530 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5531 html parts correctly; support forwarded messages.
5532 (gnus-article-browse-html-article): Remove work buffers.
5533
5534 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5535 compiling.
5536 (netrc-bound-and-true-p): New macro.
5537 (netrc-parse): Use it instead of bound-and-true-p that is not available
5538 in XEmacs 21.4.
5539
5540 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5541
5542 * gnus-registry.el (gnus-registry-mark-article)
5543 (gnus-registry-article-marks): Add functionality to mark articles
5544 through the Gnus registry.
5545
5546 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5547 (netrc-parse): Use encrypt-file-alist to determine if
5548 encrypt-find-model or encrypt-insert-file-contents should be used.
5549
5550 2007-12-19 Glenn Morris <rgm@gnu.org>
5551
5552 * mml.el (message-options-set, message-narrow-to-head)
5553 (message-in-body-p, message-mail-p, message-encode-message-body):
5554 Autoload.
5555 (message-remove-header, message-narrow-to-headers-or-head)
5556 (message-subscribed-p, message-make-mail-followup-to)
5557 (message-position-on-field, message-news-p)
5558 (message-options-set-recipient, message-generate-headers)
5559 (message-sort-headers): Declare as functions.
5560
5561 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5562
5563 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5564 convention in doc string.
5565
5566 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
5567
5568 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5569 title to html parts.
5570 (gnus-article-browse-html-article): Pass message header to it.
5571
5572 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5573
5574 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
5575
5576 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5577 or password compatible with XEmacs.
5578
5579 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5580
5581 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5582 format document.
5583 (gnus-mime-delete-part): Don't write description line if empty.
5584 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5585
5586 2007-12-14 Johan Bockgård <bojohan@gnu.org>
5587
5588 * gnus-sum.el (gnus-summary-mark-unread-as-read)
5589 (gnus-summary-mark-read-and-unread-as-read)
5590 (gnus-summary-mark-current-read-and-unread-as-read)
5591 (gnus-summary-mark-unread-as-ticked): Doc fix.
5592 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5593
5594 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5595
5596 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
5597 Christoph Conrad <christoph.conrad@gmx.de>.
5598
5599 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5600
5601 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5602 yes-or-no-p.
5603
5604 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
5605
5606 * mm-decode.el (mm-add-meta-html-tag): New function.
5607 (mm-save-part-to-file, mm-pipe-part): Use it.
5608
5609 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5610 gnus-y-or-n-p instead of y-or-n-p.
5611 (gnus-article-browse-html-parts): Work with message/external-body; use
5612 mm-add-meta-html-tag.
5613
5614 2007-12-11 Glenn Morris <rgm@gnu.org>
5615
5616 * gnus-cache.el: Require gnus-sum not just when compiling.
5617
5618 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5619
5620 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5621 definitions before use.
5622
5623 * mm-decode.el: Require gnus-util.
5624 (mm-remove-part): Only call delete-annotation on XEmacs.
5625
5626 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5627
5628 * nnmail.el: Require gnus-int.
5629
5630 * spam.el: Move `require's before `eval-when-compile's.
5631
5632 * gnus-ems.el (gnus-alive-p):
5633 * gnus-fun.el (message-goto-eoh):
5634 * gnus-util.el (gnus-group-name-decode):
5635 * mail-source.el (gnus-compress-sequence):
5636 * message.el (Info-goto-node, format-spec):
5637 * mm-bodies.el (message-options-get):
5638 * mm-decode.el (mm-view-pkcs7):
5639 * mm-util.el (gmm-write-region):
5640 * mml-smime.el (mml-compute-boundary)
5641 (gnus-completing-read-with-default):
5642 * mml.el (widget-button-press, gnus-make-hashtable):
5643 * mml1991.el (mm-decode-content-transfer-encoding)
5644 (mm-encode-content-transfer-encoding)
5645 (message-options-get, message-options-set):
5646 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5647 * nnfolder.el (gnus-request-group):
5648 * nnheader.el (ietf-drums-unfold-fws):
5649 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5650 * smime.el (gnus-run-mode-hooks):
5651 * spam-stat.el (gnus-message): Autoload.
5652
5653 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5654 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5655 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5656 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5657 Add declare-function compatibility definition.
5658
5659 * gnus-cache.el (nnvirtual-find-group-art):
5660 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5661 (gnus-add-image, gnus-add-wash-type):
5662 * gnus-group.el (nnkiboze-score-file):
5663 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5664 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5665 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5666 (message-tokenize-header, gnus-get-buffer-create)
5667 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5668 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5669 * gnus.el (gnus-group-decoded-name):
5670 * mail-source.el (imap-capability):
5671 * mm-bodies.el (message-options-set):
5672 * mm-decode.el (gnus-configure-windows):
5673 * mm-extern.el (message-goto-body):
5674 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5675 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5676 (epg-sub-key-validity, message-options-set):
5677 * mml.el (widget-event-point, gnus-configure-windows):
5678 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5679 * mml2015.el (epg-check-configuration, epg-configuration)
5680 (message-options-set):
5681 * nndb.el (nndb-request-article):
5682 * nnfolder.el (gnus-request-create-group):
5683 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5684 * nnmaildir.el (gnus-group-mark-article-read):
5685 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5686 * rfc1843.el (message-fetch-field):
5687 * spam.el (gnus-extract-address-components):
5688 Declare as functions.
5689
5690 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5691
5692 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5693
5694 2007-12-09 Glenn Morris <rgm@gnu.org>
5695
5696 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5697
5698 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5699 * message.el, mm-view.el, sieve-manage.el, smime.el:
5700 Add declare-function compatibility definition.
5701
5702 * gnus-art.el (w3-region, w3m-region, Info-menu):
5703 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5704 * gnus-sum.el (gnus-get-predicate):
5705 * gnus-util.el (mm-append-to-file, w32-focus-frame):
5706 * message.el (mail-abbrev-in-expansion-header-p):
5707 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5708 (w3m-detect-meta-charset, w3m-region):
5709 * sieve-manage.el (password-read, password-cache-add)
5710 (password-cache-remove):
5711 * smime.el (password-read-and-add): Declare as functions.
5712
5713 2007-12-08 David Kastrup <dak@gnu.org>
5714
5715 * gnus-sum.el (gnus-summary-simplify-subject-query):
5716 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5717 `message'.
5718
5719 2007-12-07 Glenn Morris <rgm@gnu.org>
5720
5721 * gnus-art.el (article-make-date-line): Revert previous change.
5722
5723 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5724
5725 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5726
5727 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
5728
5729 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5730 Call gnus-add-to-range ranges only once with a prepared article-list.
5731
5732 2007-12-06 Paul Jarc <prj@po.cwru.edu>
5733
5734 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5735 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5736 group names with backslashes. Reported by Tassilo Horn
5737 <tassilo@member.fsf.org>.
5738
5739 2007-12-06 Deepak Goel <deego3@gmail.com>
5740
5741 * gnus-art.el (article-make-date-line):
5742 * gnus-start.el (gnus-load):
5743 * pop3.el (pop3-read-response): Fix buggy call to `error'.
5744
5745 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5746
5747 * gnus-art.el (gnus-use-idna)
5748 * gnus-start.el (gnus-site-init-file)
5749 * message.el (message-use-idna)
5750 * mm-uu.el (mm-uu-hide-markers)
5751 * smiley.el (smiley-style): Revert changes that suppress warnings.
5752
5753 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5754
5755 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5756 specify charset to html source. Reported by Christoph Conrad
5757 <christoph.conrad@gmx.de>.
5758
5759 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5760
5761 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5762 idna-program in order to suppress byte compile warning issued by XEmacs
5763 that came to byte compile the default value section of defcustom forms
5764 recently.
5765
5766 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5767 value of installation-directory.
5768
5769 * message.el (message-use-idna): Don't directly refer to the value of
5770 idna-program.
5771
5772 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5773
5774 * smiley.el (smiley-style): Don't directly call face-attribute.
5775
5776 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
5777
5778 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5779
5780 * gnus-dired.el: Reduce Gnus dependencies.
5781 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5782 require. Use autoloads instead.
5783 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5784 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5785 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5786 (gnus-dired-mode): Adjust doc string.
5787 (gnus-dired-mail-mode): New variable.
5788 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5789 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5790 (gnus-dired-mail-buffers): New function. Return mail or message
5791 composition buffers.
5792 (gnus-dired-attach): Use it.
5793 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5794 NO-DECODE.
5795 (gnus-dired-print): Use `gnus-print-buffer' depending on
5796 `gnus-dired-mail-mode'.
5797
5798 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5799
5800 * rfc2047.el (rfc2047-encoded-word-regexp)
5801 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5802 explaining what regexp patterns are for.
5803
5804 2007-12-04 Glenn Morris <rgm@gnu.org>
5805
5806 * password.el: Move to ../password-cache.el.
5807
5808 * mml1991.el (password-read, password-cache-add, password-cache-remove):
5809 * mml2015.el (password-read, password-cache-add, password-cache-remove):
5810 * mml-smime.el (password-read, password-cache-add)
5811 (password-cache-remove):
5812 No need to autoload, since mml-sec requires password.
5813
5814 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5815 * message.el (gnus-extract-address-components):
5816 * mml-smime.el (gnus-extract-address-components): Define for compiler.
5817
5818 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5819 password.
5820
5821 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
5822
5823 * mailcap.el: Reduce dependencies.
5824 (mail-header-parse-content-type): Autoload.
5825 (mailcap-delete-duplicates): New alias.
5826 (mailcap-mime-info): Add optional argument NO-DECODE.
5827 (mailcap-mime-types): Use mailcap-delete-duplicates.
5828
5829 * message.el (message-ignored-supersedes-headers): Add "X-ID".
5830
5831 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5832
5833 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5834 function.
5835
5836 * gnus-uu.el (gnus-uu-decode-yenc): New command.
5837 (gnus-uu-yenc-article): New function.
5838
5839 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5840
5841 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5842 buffer.
5843
5844 2007-12-02 Glenn Morris <rgm@gnu.org>
5845
5846 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
5847 Move to ../net.
5848
5849 * binhex.el, uudecode.el: Move to ../mail.
5850
5851 * encrypt.el: Remove file.
5852
5853 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
5854
5855 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5856 matches on patches.
5857
5858 * gnus-art.el (gnus-article-browse-html-article): Mention
5859 `mm-text-html-renderer' in the doc string.
5860
5861 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5862 string. Add comments.
5863
5864 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5865 if rhs is ASCII.
5866
5867 2007-12-01 Glenn Morris <rgm@gnu.org>
5868
5869 * dig.el, dns.el: Move to ../net.
5870 * format-spec.el, hex-util.el, sha1.el: Move to ../.
5871
5872 * mail-source.el (top-level): Require format-spec before
5873 eval-when-compile.
5874
5875 2007-11-30 Glenn Morris <rgm@gnu.org>
5876
5877 * encrypt.el: Require password, rather than autoloading password-read.
5878
5879 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
5880
5881 * gnus.el (gnus-method-to-server): Add an optional parameter so the
5882 caller can indicate whether the cache should be disregarded for this
5883 call. This way the result of the call is reproducible at all times and
5884 can be considered a canonical server name for the supplied method.
5885 (gnus-agent-method-p): Canonicalize server names by pushing their
5886 method through `gnus-method-to-server' using the no-cache argument.
5887
5888 * gnus-srvr.el (gnus-server-insert-server-line): Call
5889 `gnus-method-to-server' with `no-cache' argument.
5890
5891 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5892 gnus-agent-possibly-synchronize-flags as this should be called when the
5893 server is actually being opened.
5894 (gnus-agent-possibly-synchronize-flags)
5895 (gnus-agent-possibly-synchronize-flags-server): Move check for the
5896 flags file of an agentized server to the latter function.
5897
5898 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5899 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5900 after a connection has been established successfully.
5901
5902 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5903
5904 * gnus-art.el (article-display-face): Force to display face if called
5905 interactively; check if gnus-article-x-face-too-ugly matches author.
5906 (article-display-x-face): Display face even if From header is missing
5907 as article-display-face does.
5908
5909 2007-11-28 Richard Stallman <rms@gnu.org>
5910
5911 * md4.el: Move to ../.
5912 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
5913
5914 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
5915
5916 * mail-source.el (mail-sources): Default to fetch from file for
5917 compatibility with default of nnmail-spool-file.
5918
5919 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5920
5921 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5922 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5923 to look for encoded word that should be encoded again.
5924 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5925 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5926 encoding pattern.
5927 (rfc2047-decode-region): Switch strict regexp and loose one according
5928 to rfc2047-allow-irregular-q-encoded-words.
5929
5930 2007-11-26 Simon Josefsson <simon@josefsson.org>
5931
5932 * imap.el: Move to ../net directory.
5933
5934 2007-11-25 Romain Francoise <romain@orebokech.com>
5935
5936 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5937
5938 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5939
5940 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5941 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5942
5943 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5944 `nnmail-spool-file'.
5945
5946 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5947 `nnmail-spool-file'.
5948
5949 * gnus-move.el (gnus-change-server): Ditto.
5950
5951 * gnus-kill.el (gnus-batch-score): Ditto.
5952
5953 * gnus-cache.el (gnus-jog-cache): Ditto.
5954
5955 * gnus-msg.el (gnus-summary-reply):
5956 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5957
5958 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5959
5960 * gnus-cache.el (gnus-cache-generate-nov-databases):
5961 Use nnml-generate-nov-databases-directory instead of
5962 nnml-generate-nov-databases-1.
5963
5964 2007-11-24 Glenn Morris <rgm@gnu.org>
5965
5966 * message.el (message-tool-bar-retro): Update for rename
5967 mail_send.xpm->mail-send.xpm.
5968
5969 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
5970
5971 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5972 `smime-ldap-search' for Emacs 22 and up.
5973
5974 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
5975
5976 * hashcash.el: Move to ../mail directory.
5977
5978 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
5979
5980 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5981 `smime-ldap-search' for Emacs 22 and up.
5982
5983 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5986
5987 * message.el (message-send-mail-function): Fix error convention.
5988 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5989 (message-widen-reply, message-send-mail, message-talkative-question)
5990 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5991 (message-clone-locals, message-send-news): Use with-current-buffer.
5992 (message-insert-or-toggle-importance): Remove unused var `valid'.
5993 (message-make-references): Remove unused var `new-references'.
5994 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5995
5996 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
5997
5998 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5999 (spam-split-symbolic-return-positive): Reflow docstring.
6000 (spam-backends, spam-summary-exit-behavior)
6001 (spam-mark-ham-unread-before-move-from-spam-group)
6002 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6003 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6004 (spam-clear-cache, spam-backend-check, spam-install-backend)
6005 (spam-install-statistical-backend, spam-list-of-processors)
6006 (spam-group-processor-p, spam-split, spam-bogofilter-score)
6007 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6008 (spam-check-crm114, spam-initialize, spam-unload-hook):
6009 Fix typos in docstrings.
6010
6011 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6014 been checked if they have never been read and those group levels are
6015 higher than the one that a user specified.
6016
6017 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6018
6019 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6020 foreign groups unless a group level is specified by a user.
6021 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6022
6023 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
6024
6025 * message.el (message-send-mail-function): Require sendmail.
6026
6027 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
6028
6029 * message.el (message-send-mail-function): Check for smtpmail too.
6030
6031 * utf7.el (utf7-encode, utf7-decode): Use coding system
6032 `utf-7'/`utf-7-imap' from utf-7.el' if available.
6033
6034 * message.el (message-send-mail-function): New function.
6035 (message-send-mail-function): Set default using
6036 message-send-mail-function. Adjust doc string.
6037 (message-send-mail-with-mailclient): New function.
6038
6039 2007-11-17 Richard Stallman <rms@gnu.org>
6040
6041 * assistant.el: Remove file.
6042
6043 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6044
6045 * smime.el (from):
6046 * rfc2047.el (message-posting-charset):
6047 * qp.el (mm-use-ultra-safe-encoding):
6048 * pop3.el (parse-time-months):
6049 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6050 * nnml.el (files):
6051 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6052 (jka-compr-compression-info-list, ange-ftp-path-format)
6053 (efs-path-regexp):
6054 * nndiary.el (files):
6055 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6056 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6057 (epg-digest-algorithm-alist, inhibit-redisplay)
6058 (password-cache-expiry):
6059 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6060 (pgg-output-buffer, password-cache-expiry):
6061 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6062 (efs-path-regexp):
6063 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6064 (inhibit-redisplay):
6065 * mm-uu.el (file-name, start-point, end-point, entry)
6066 (gnus-newsgroup-name, gnus-newsgroup-charset):
6067 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6068 (latin-unity-ucs-list):
6069 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6070 (mm-uu-binhex-decode-function):
6071 * message.el (gnus-message-group-art, gnus-list-identifiers)
6072 (rmail-enable-mime-composing, gnus-local-organization)
6073 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6074 (gnus-read-active-file, facemenu-add-face-function)
6075 (facemenu-remove-face-function, gnus-article-decoded-p)
6076 (tool-bar-mode):
6077 * mail-source.el (display-time-mail-function):
6078 * gnus-util.el (nnmail-pathname-coding-system)
6079 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6080 (gnus-original-article-buffer, gnus-user-agent)
6081 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6082 (xemacs-codename, sxemacs-codename, emacs-program-version):
6083 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6084 * gnus-start.el (gnus-agent-covered-methods)
6085 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6086 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6087 (gnus-newsgroup-headers, gnus-group-list-mode)
6088 (gnus-group-mark-positions, gnus-newsgroup-data)
6089 (gnus-newsgroup-unreads, nnoo-state-alist)
6090 (gnus-current-select-method, mail-sources)
6091 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6092 (nnmail-spool-file, gnus-cache-active-hashtb):
6093 * gnus-mh.el (mh-lib-progs):
6094 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6095 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6096 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6097 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6098 (gnus-group-buffer):
6099 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6100 (font-lock-set-defaults):
6101 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6102 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6103 (gnus-summary-post-menu, total-parts, type, condition, length):
6104 * gnus-agent.el (gnus-agent-read-agentview):
6105 * flow-fill.el (show-trailing-whitespace):
6106 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6107 eval-and-compile wrappers for byte compiler pacifiers.
6108
6109 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6110 (mm-display-inline-fontify): Check for featurep 'xemacs not
6111 extent-list.
6112
6113 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6114 itimer-list.
6115 (mm-create-image-xemacs): Only do something for XEmacs.
6116 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6117
6118 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6119
6120 * gnus-registry.el (gnus-adaptive-word-syntax-table):
6121 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6122
6123 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6124
6125 * nnimap.el (nnimap-split-download-body):
6126 * gnus-demon.el (gnus-demon):
6127 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6128
6129 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6130
6131 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6132 macros.
6133 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6134 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6135 copy data from unibyte buffer to multibyte current buffer.
6136 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6137 to copy data from unibyte current buffer to multibyte buffer.
6138 (nntp-make-process-buffer): Make process buffer unibyte.
6139
6140 * pop3.el (pop3-open-server): Fix typo in Lisp code.
6141
6142 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
6143
6144 * pop3.el (pop3-open-server): Accept and process data more robustly at
6145 connexion start to avoid spurious "POP SSL connexion failed" errors.
6146
6147 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6148
6149 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6150 read group names.
6151
6152 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
6153
6154 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6155
6156 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6157
6158 * nnmail.el (nnmail-parse-active): Make group names unibyte.
6159 (nnmail-save-active): Use a unibyte buffer when saving active file,
6160 which may contain non-ASCII group names.
6161
6162 * nnml.el (nnml-request-group): Decode group names in messages.
6163
6164 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6165
6166 * message.el (message-citation-line-function)
6167 (message-insert-formatted-citation-line): Fix spelling of
6168 `message-insert-formated-citation-line'.
6169
6170 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
6171
6172 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6173
6174 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6175
6176 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6177 nnmail-pathname-coding-system.
6178
6179 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6180 that a user enters; decode group names in messages.
6181
6182 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6183
6184 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6185
6186 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6187
6188 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6189
6190 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6191 risky local variable.
6192
6193 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6194
6195 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
6196
6197 * encrypt.el: Improve documentation to fix function name typo.
6198 Reported by Daiki Ueno <ueno@unixuser.org>.
6199
6200 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6201
6202 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6203 even if the point is not in the last page of an article.
6204 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6205 back to the previous page.
6206
6207 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
6208
6209 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6210
6211 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6212
6213 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6214
6215 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * message.el (message-check-news-body-syntax): Avoid
6218 mm-string-as-multibyte.
6219 (message-hide-headers): Don't assume (point-min)==1.
6220
6221 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6222
6223 * message.el (message-remove-blank-cited-lines): Fix if remove is
6224 given.
6225 (message-bogus-address-regexp): New variable.
6226 (message-bogus-recipient-p): New function.
6227 (message-check-recipients): New command.
6228 (message-syntax-checks): Add `bogus-recipient'.
6229 (message-fix-before-sending): Add `bogus-recipient'.
6230
6231 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6232 (gnus-treat-body-boundary): Don't test window-system.
6233
6234 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
6235
6236 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6237
6238 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6239
6240 * gnus.el: Bump version to Gnus v5.13.
6241
6242 2007-10-28 Miles Bader <miles@gnu.org>
6243
6244 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6245 at compile-time too.
6246
6247 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6248
6249 * gnus-msg.el (gnus-message-setup-hook): Add
6250 `message-remove-blank-cited-lines' to options.
6251
6252 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6253
6254 * message.el (message-remove-blank-cited-lines): New function.
6255 Suggested by Karl Plästerer.
6256
6257 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6258
6259 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6260 mapc.
6261
6262 * imap.el (imap-open): Replace mapcar called for effect with mapc.
6263 (top-level): Use mapc to set functions to be traced for debugging.
6264
6265 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6266 called for effect with while loop.
6267
6268 * message.el (message-talkative-question): Replace mapcar called for
6269 effect with mapc.
6270
6271 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6272 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6273 called for effect with dolist.
6274
6275 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6276
6277 * nndiary.el: Use dolist instead of mapcar to add diary headers to
6278 gnus-extra-headers and nnmail-extra-headers.
6279
6280 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6281 called for effect with dolist.
6282 (top-level): Use mapc to set functions to be traced for debugging.
6283
6284 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6285 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6286 dolist.
6287
6288 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6289 Replace mapcar called for effect with mapc.
6290 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6291 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6292 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6293 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6294
6295 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6296 remove-if that's a cl function.
6297
6298 * webmail.el (webmail-debug): Replace mapcar called for effect with
6299 dolist.
6300
6301 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
6302
6303 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6304 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6305 with while loop.
6306
6307 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6308 functions from article-* functions.
6309 (gnus-multi-decode-header): Replace mapcar called for effect with
6310 dolist.
6311
6312 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6313 (gnus-bookmark-show-details): Replace mapcar called for effect with
6314 while loop.
6315
6316 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6317 called for effect with while loop.
6318
6319 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6320 with dolist.
6321
6322 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6323 mapcar called for effect with dolist.
6324
6325 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6326
6327 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6328 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6329 Replace mapcar called for effect with dolist.
6330 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6331 mapc.
6332
6333 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6334 Replace mapcar called for effect with dolist.
6335 (gnus-topic-list): Replace mapcar called for effect with mapc.
6336
6337 * gnus.el: Use mapc instead of mapcar to add autoloads.
6338
6339 2007-10-23 Richard Stallman <rms@gnu.org>
6340
6341 * gnus-group.el (gnus-group-highlight): Mark as risky.
6342
6343 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
6344
6345 * gnus.el (gnus-server-to-method): Return method found first in
6346 gnus-newsrc-alist.
6347
6348 * gnus-art.el (gnus-article-highlight-signature)
6349 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6350 button overlay without the front stickiness.
6351
6352 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
6353
6354 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6355 overview buffer needed a catch to receive its throw.
6356 (gnus-agent-flush-cache): Declared as interactive to make this function
6357 easier to use.
6358
6359 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
6360
6361 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6362 `next-line'.
6363
6364 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6365
6366 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6367 exclude address matching message-dont-reply-to-names.
6368
6369 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6370
6371 * gnus-util.el (gnus-string<): New function.
6372
6373 * gnus-sum.el (gnus-article-sort-by-author)
6374 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6375
6376 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6377
6378 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6379 the frame-focus tag is set in gnus-buffer-configuration.
6380
6381 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6382
6383 * gnus-art.el (gnus-article-add-button): Make a button overlay without
6384 the front stickiness.
6385
6386 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6387
6388 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6389 url pattern; remove duplicate one.
6390 (gnus-article-extend-url-button): New function.
6391 (gnus-article-add-buttons): Use it.
6392 (gnus-button-push): Use concatenated url that it makes.
6393
6394 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6395
6396 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6397 (sieve-manage-open): Use `mapc' instead of `mapcar'.
6398
6399 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6402 Don't hardcode point-min==1.
6403
6404 2007-09-30 David Kastrup <dak@gnu.org>
6405
6406 * gnus-art.el (gnus-article-reply-with-original)
6407 (gnus-article-followup-with-original): When `transient-mark-mode' is
6408 off, refrain from active-region behavior for followups.
6409
6410 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6411
6412 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6413 Fix comment about "iso8859-1".
6414
6415 2007-10-08 Daiki Ueno <ueno@unixuser.org>
6416
6417 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6418 ones returned from the verify-function.
6419
6420 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6421 mml2015-extract-cleartext-signature if extraction failed.
6422
6423 2007-10-07 Daiki Ueno <ueno@unixuser.org>
6424
6425 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6426 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6427 failed.
6428
6429 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6430
6431 * Relicense "GPLv2 or later" files to "GPLv3 or later".
6432
6433 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6434
6435 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6436 to mark a thread as expirable. Add variable `hide' to handle hiding of
6437 thread for both the null and zero (kill/expire thread) universal prefix
6438 cases.
6439 (gnus-summary-expire-thread): Add new function to expire a thread,
6440 using gnus-summary-kill-thread.
6441 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6442 shortcuts for gnus-summary-expire-thread.
6443 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6444 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
6445
6446 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6447
6448 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6449 extras value, so an extras entry can be deleted.
6450 (gnus-registry-delete-extra-entry): Use it.
6451 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6452 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6453 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6454 storage through the gnus-registry, and provide an appropriate API for
6455 it.
6456
6457 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6458
6459 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6460 Suggested by Leo <sdl.web@gmail.com>.
6461
6462 * gnus.el: Do.
6463
6464 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6465
6466 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6467 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
6468
6469 * gnus-agent.el (gnus-agent-fetch-headers): Do.
6470
6471 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6472 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6473
6474 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6475
6476 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6477 newline.
6478 (nnmbox-request-accept-article): Don't change article in source buffer;
6479 narrow to header to use message-fetch-field rather than
6480 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6481 (nnmbox-request-replace-article): Quote lines that'll be misidentified
6482 as delimiters; make sure article ends with newline.
6483 (nnmbox-delete-mail): Correct last position of article to be deleted;
6484 ignore X-Gnus-Newsgroup header in article body.
6485 (nnmbox-save-mail): Quote lines looking like delimiters at the right
6486 positions; make sure article ends with newline.
6487
6488 * message.el (message-display-abbrev): Don't infloop when a user
6489 inserts SPC in the beginning of header.
6490
6491 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
6492
6493 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6494 list of groups not followed by default. Fix type to be regexp.
6495 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6496
6497 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
6498
6499 * hmac-def.el (define-hmac-function): Switch from old-style to
6500 new-style backquotes.
6501
6502 * md4.el (md4-make-step): Likewise.
6503
6504 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6505
6506 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6507 raw-text coding system when saving .newsrc file, which may contain
6508 non-ASCII group names.
6509
6510 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6511
6512 * gnus-cus.el (gnus-score-extra): New widget.
6513 (gnus-score-extra-convert): New function.
6514 (gnus-score-customize): Use it for Extra.
6515
6516 2007-08-31 Daiki Ueno <ueno@unixuser.org>
6517
6518 * mml2015.el (mml2015-extract-cleartext-signature): New function.
6519 (mml2015-mailcrypt-clear-verify): Use it.
6520 (mml2015-gpg-clear-verify): Use it.
6521 (mml2015-pgg-clear-verify): Use it.
6522 (mml2015-epg-clear-verify): Replace the current part with the output
6523 from GnuPG; don't extract the plaintext by itself.
6524
6525 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6526 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6527 mml2015-clear-verify-function; don't touch the armor headers or
6528 dash-escaped text here.
6529
6530 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
6531
6532 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6533 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6534 parts, or application/octet-stream as a last resort.
6535 (gnus-mime-view-part-as-type): Don't toggle display.
6536 (gnus-mime-view-part-as-charset): Don't turn off display before
6537 querying charset.
6538
6539 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6540 stuff to undisplayer function in Emacs.
6541 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6542
6543 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6544 text/calendar parts.
6545
6546 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
6547
6548 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6549 decoding text/calendar parts.
6550
6551 * message.el (message-forward-make-body-mime): Always mark body as
6552 having no illegible text; remove signed-or-encrypted argument.
6553 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6554
6555 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6556 (mml-generate-mime-1): Don't encode body if it is specified to be in
6557 raw form; don't make buffer be unibyte when inserting multibyte string.
6558
6559 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * sha1.el: Fix up comment style.
6562 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6563 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6564
6565 * hex-util.el: Fix up comment style.
6566 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6567
6568 * gnus-salt.el: Use with-current-buffer.
6569 (gnus-pick-setup-message): Fix long-standing typo.
6570
6571 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
6572
6573 * imap.el (imap-logout-timeout): New variable.
6574 (imap-logout, imap-logout-wait): New functions.
6575 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6576
6577 * nnimap.el (nnimap-logout-timeout): New server variable.
6578 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6579 nnimap-logout-timeout.
6580
6581 * gnus-art.el (gnus-article-summary-command-nosave)
6582 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6583
6584 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6585
6586 * gnus.el (gnus-maximum-newsgroup): New variable.
6587
6588 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6589 according to gnus-maximum-newsgroup.
6590
6591 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6592 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6593 Limit the range of articles according to gnus-maximum-newsgroup.
6594
6595 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
6596
6597 * gnus-art.el (gnus-sticky-article): Fixed problems described in
6598 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
6599 Don't perform gnus-configure-windows here; reuse existing sticky
6600 article buffer.
6601
6602 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6603 it doesn't exist in gnus-article-mode.
6604
6605 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
6606
6607 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6608 (gnus-agent-decoded-group-name): New function.
6609 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6610 (gnus-agent-expire-group-1): Use it; decode group name in messages.
6611
6612 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
6613
6614 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6615 Add binding for gnus-sticky-article.
6616 (gnus-summary-exit): Don't kill sticky article buffers.
6617
6618 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6619 article buffer.
6620 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6621 (gnus-kill-sticky-article-buffers): New commands.
6622
6623 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6624
6625 * nntp.el (nntp-xref-number-is-evil): New server variable.
6626 (nntp-find-group-and-number): If it is non-nil, don't trust article
6627 numbers in the Xref header.
6628
6629 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6630
6631 * gnus-agent.el (gnus-agent-read-group): New function.
6632 (gnus-agent-flush-group, gnus-agent-expire-group)
6633 (gnus-agent-regenerate-group): Use it.
6634 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6635 nnmail-pathname-coding-system.
6636
6637 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6638
6639 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6640
6641 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6642 that are unread as unread, and also as selected so that information of
6643 marks having been changed by a user may be updated when exiting group.
6644
6645 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6646
6647 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
6648
6649 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
6650
6651 * gnus-art.el (gnus-mime-display-single): Pass part number that is
6652 calculated ignoring signature parts to gnus-treat-article.
6653
6654 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6655
6656 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6657 a point here in order to keep the window start.
6658 (gnus-insert-mime-security-button): Make a button overlay without the
6659 front stickiness.
6660 (gnus-mime-display-security): Goto the end of a button.
6661
6662 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6663
6664 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6665
6666 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6667 group-name-at-point.
6668 (gnus-group-completing-read): New function that offers decoded
6669 non-ASCII group names for completion.
6670 (gnus-fetch-group, gnus-group-read-ephemeral-group)
6671 (gnus-group-jump-to-group, gnus-group-make-group-simple)
6672 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6673 (gnus-group-fetch-control): Use it.
6674 (gnus-fetch-group): Use group-name-at-point for the initial value
6675 rather than the default value; use gnus-alive-p.
6676
6677 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6678 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6679 (gnus-summary-post-news): Use gnus-group-completing-read.
6680
6681 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6682 (gnus-read-move-group-name): Decode group name for completion.
6683
6684 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
6685
6686 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6687 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6688 Yamaoka slightly modified the code).
6689
6690 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6691
6692 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6693 (nnmail-split-incoming): Bind it.
6694
6695 * nnml.el (nnml-group-name-charset): New function.
6696 (nnml-decoded-group-name): Use it; don't decode group name if
6697 nnmail-group-names-not-encoded-p is non-nil.
6698 (nnml-encoded-group-name): New function.
6699 (nnml-group-pathname): Inline nnml-decoded-group-name.
6700 (nnml-request-expire-articles): Decode group name in message.
6701 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6702 nnmail-pathname-coding-system.
6703 (nnml-save-mail, nnml-active-number): Work with decoded group names and
6704 not decoded ones according to nnmail-group-names-not-encoded-p.
6705 (nnml-generate-active-info): Use nnml-encoded-group-name.
6706
6707 2007-08-08 Glenn Morris <rgm@gnu.org>
6708
6709 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6710 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6711 doc-strings and comments.
6712
6713 2007-07-25 Glenn Morris <rgm@gnu.org>
6714
6715 * Relicense all FSF files to GPLv3 or later.
6716
6717 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6718
6719 * gnus-sum.el (gnus-summary-move-article): Make
6720 gnus-summary-respool-article work.
6721
6722 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
6723
6724 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6725 string.
6726
6727 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
6728
6729 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
6730 that should be ignored when comparing distant RSS articles with local
6731 ones.
6732 (nnrss-make-hash-index): New function. Create a hash index according
6733 to the ignored fields.
6734 (nnrss-check-group): Use it.
6735
6736 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6737
6738 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6739
6740 * gnus-art.el (article-decode-group-name): Decode Xref header too.
6741
6742 * gnus-group.el (gnus-group-make-group): Encode group name here unless
6743 the new optional argument ENCODED is non-nil.
6744 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6745 coding system for encoding group name.
6746 (gnus-group-make-rss-group): Pass un-encoded group name to
6747 gnus-group-make-group.
6748 (gnus-group-set-info): Tell gnus-group-make-group that group name is
6749 encoded.
6750
6751 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6752 Encode group name to which articles are moved or copied.
6753 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6754 coding system for encoding Newsgroup, Followup-To and Xref headers.
6755
6756 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6757 marks; use nnheader-file-coding-system to write a file.
6758 (nnagent-retrieve-headers): Bind file-name-coding-system to
6759 nnmail-pathname-coding-system.
6760
6761 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6762
6763 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6764 (nnml-request-article, nnml-request-create-group)
6765 (nnml-request-rename-group, nnml-find-id)
6766 (nnml-possibly-change-directory, nnml-possibly-create-directory)
6767 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6768 (nnml-save-marks): Use nnml-group-pathname instead of
6769 nnmail-group-pathname.
6770
6771 (nnml-request-create-group, nnml-request-expire-articles)
6772 (nnml-request-move-article, nnml-request-delete-group)
6773 (nnml-deletable-article-p, nnml-possibly-create-directory)
6774 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6775 (nnml-open-marks): Bind file-name-coding-system to
6776 nnmail-pathname-coding-system.
6777
6778 (nnml-request-article): Pass server argument to nnml-find-group-number.
6779 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6780 server argument to nnml-possibly-create-directory.
6781 (nnml-request-accept-article): Pass server argument to
6782 nnml-active-number and nnml-save-mail.
6783 (nnml-find-group-number): Pass server argument to nnml-find-id.
6784 (nnml-request-update-info): Pass server argument to
6785 nnml-marks-changed-p.
6786
6787 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6788 (nnml-save-mail, nnml-active-number): Add server argument.
6789
6790 (nnml-request-delete-group): Warn if group is missing.
6791 (nnml-get-nov-buffer): Decode group name.
6792 (nnml-generate-active-info): Encode group name.
6793 (nnml-open-marks): Decode group name in messages.
6794
6795 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6798 if it is not specified.
6799 (gnus-article-pipe-part, gnus-article-save-part)
6800 (gnus-article-interactively-view-part, gnus-article-copy-part)
6801 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6802 (gnus-article-inline-part, gnus-article-save-part-and-strip)
6803 (gnus-article-replace-part, gnus-article-delete-part)
6804 (gnus-article-view-part-as-type): Pass raw prefix argument to
6805 gnus-article-part-wrapper.
6806
6807 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
6808
6809 * gnus-agent.el (gnus-agent-save-active): Bind
6810 nnheader-file-coding-system to gnus-agent-file-coding-system.
6811
6812 * gnus-cache.el (gnus-cache-save-buffers)
6813 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6814 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6815 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6816 (gnus-cache-braid-nov, gnus-cache-braid-heads)
6817 (gnus-cache-generate-active, gnus-cache-rename-group)
6818 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6819 (gnus-cache-update-overview-total-fetched-for): Bind
6820 file-name-coding-system to nnmail-pathname-coding-system.
6821 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6822 variables.
6823 (gnus-cache-decoded-group-name): New function.
6824 (gnus-cache-file-name): Use it.
6825 (gnus-cache-generate-active): Use non-decoded group name for active.
6826
6827 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6828 right place.
6829 (gnus-write-active-file): Don't break non-ASCII group names.
6830
6831 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6832 nnmail-pathname-coding-system.
6833
6834 * gnus-uu.el (gnus-uu-decode-save): Typo.
6835
6836 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6837
6838 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6839
6840 2007-07-14 David Kastrup <dak@gnu.org>
6841
6842 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
6843 finishing actions if we did not edit the article.
6844
6845 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6846
6847 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6848 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6849 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6850 (gnus-agent-flush-group, gnus-agent-flush-cache)
6851 (gnus-agent-fetch-headers, gnus-agent-load-alist)
6852 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6853 (gnus-agent-retrieve-headers, gnus-agent-request-article)
6854 (gnus-agent-regenerate-group)
6855 (gnus-agent-update-files-total-fetched-for)
6856 (gnus-agent-update-view-total-fetched-for): Bind
6857 file-name-coding-system to nnmail-pathname-coding-system.
6858 (gnus-agent-group-pathname): Don't encode file names by
6859 nnmail-pathname-coding-system.
6860 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6861 coding-system-for-write instead of buffer-file-coding-system to
6862 gnus-agent-file-coding-system.
6863
6864 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6865 Decode group name.
6866
6867 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6868
6869 * gnus-start.el (gnus-update-active-hashtb-from-killed)
6870 (gnus-read-newsrc-el-file): Make group names unibyte.
6871
6872 * nnmail.el (nnmail-group-pathname): Don't encode file names by
6873 nnmail-pathname-coding-system.
6874
6875 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6876 (nnrss-request-delete-group): Bind file-name-coding-system to
6877 nnmail-pathname-coding-system.
6878 (nnrss-read-server-data, nnrss-read-group-data): Bind
6879 file-name-coding-system correctly.
6880 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6881
6882 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6883 (nntp-server-to-method-cache): New variable.
6884 (nntp-group-pathname): New function that decodes non-ASCII group names.
6885 (nntp-possibly-create-directory, nntp-marks-changed-p)
6886 (nntp-save-marks, nntp-open-marks): Use it.
6887 (nntp-possibly-create-directory, nntp-open-marks):
6888 Bind file-name-coding-system to nnmail-pathname-coding-system.
6889 (nntp-open-marks): Decode group names when bootstrapping marks.
6890
6891 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6892 Newsgroups and Folowup-To headers.
6893
6894 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6895
6896 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6897 (gnus-server-closed-face, gnus-server-denied-face)
6898 (gnus-server-offline-face): Remove variable.
6899 (gnus-server-font-lock-keywords): Use faces that are not aliases.
6900
6901 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6902 of modifying message-stack directly for XEmacs.
6903
6904 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6905 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6906 if the coding-system argument is nil for XEmacs.
6907
6908 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6909 mm-charset-override-alist.
6910
6911 * rfc2047.el: Don't require base64; require rfc2045 for the function
6912 rfc2045-encode-string.
6913 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6914 to quote the parameter value.
6915
6916 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
6917
6918 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6919 form in gnus-group-name-charset-method-alist.
6920
6921 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6922 overrides the default layout edit-form.
6923
6924 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6925
6926 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6927
6928 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
6929
6930 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6931 as unfetched articles.
6932
6933 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6934
6935 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6936
6937 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6938
6939 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6940 original back end that keeps marks in the local system.
6941
6942 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
6943
6944 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6945 arg of pop-to-buffer for XEmacs.
6946 (gnus-article-read-summary-keys): Ditto; don't restore window
6947 configuration if summary command ends up with neither article buffer
6948 nor summary buffer; describe bindings if summary keys end with C-h.
6949
6950 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6951
6952 * message.el (message-fix-before-sending): Skip raw message part to be
6953 forwarded while checking illegible text.
6954 (message-forward-make-body-mime, message-forward-make-body): Mark
6955 signed or encrypted raw message as having no illegible text.
6956
6957 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6958
6959 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6960 (gnus-message-with-timestamp-1): New macro.
6961 (gnus-message-with-timestamp): New function.
6962 (gnus-message): Use them.
6963
6964 * nnheader.el (nnheader-message): Use them.
6965
6966 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
6967
6968 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6969 .newsrc.eld file.
6970
6971 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6972
6973 * gnus-agent.el (gnus-agent-fetch-headers)
6974 (gnus-agent-retrieve-headers): Bind
6975 gnus-decode-encoded-address-function to identity.
6976
6977 * nntp.el (nntp-send-xover-command): Recognize an xover command is
6978 available also when the server returns simply a dot.
6979
6980 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6981
6982 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
6983
6984 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6985
6986 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
6987
6988 * gnus-ems.el (gnus-x-splash): Make it work.
6989
6990 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6991 from being used.
6992
6993 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6994
6995 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6996 the front stickiness.
6997 (gnus-article-summary-command-nosave): Correct the order of the
6998 arguments passed to pop-to-buffer.
6999 (gnus-article-read-summary-keys): Ditto; make it work properly when the
7000 summary command ends up with the article buffer.
7001
7002 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7003 the same faces.
7004
7005 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7006
7007 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7008
7009 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7010
7011 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7012 * gnus-sum.el (gnus-summary-highlight):
7013 * mail-source.el (mail-source-delete-old-incoming-confirm):
7014 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7015
7016 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
7017
7018 * gnus-art.el (gnus-mime-view-part-externally)
7019 (gnus-mime-view-part-internally): Fix predicate function passed to
7020 completing-read.
7021
7022 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7023
7024 * gnus.el (gnus-update-message-archive-method): Add :version.
7025
7026 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7027
7028 * gnus.el (gnus-update-message-archive-method): New variable.
7029
7030 * gnus-start.el (gnus-setup-news): Update saved "archive" method
7031 according to gnus-message-archive-method if
7032 gnus-update-message-archive-method is non-nil.
7033
7034 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
7035
7036 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
7037 by Loic Dachary <loic@dachary.org>.
7038 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7039
7040 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
7041
7042 * message.el (message-pop-to-buffer): Add switch-function argument.
7043 (message-mail): Pass switch-function argument to it.
7044
7045 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
7046
7047 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7048 Improve doc string.
7049
7050 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
7051
7052 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7053 (gnus-header-content)
7054 * gnus-cite.el (gnus-cite-10)
7055 * gnus-srvr.el (gnus-server-closed)
7056 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7057 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7058 (gnus-group-mail-3-empty, gnus-group-mail-low)
7059 (gnus-group-mail-low-empty, gnus-splash)
7060 * message.el (message-header-to, message-header-cc)
7061 (message-header-subject, message-header-other, message-header-name)
7062 (message-header-xheader, message-separator, message-cited-text)
7063 (message-mml): Lighten colors of faces used for dark background.
7064
7065 2007-05-24 Simon Josefsson <simon@josefsson.org>
7066
7067 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7068 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
7069
7070 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
7071
7072 * message.el (message-narrow-to-headers-or-head):
7073 Ignore mail-header-separator in the body.
7074
7075 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7078 same as window size.
7079
7080 2007-05-22 Kevin Ryde <user42@zip.com.au>
7081
7082 * message.el (message-font-lock-keywords): Use message-header-xheader
7083 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
7084 ahead of the anything pattern, to get it recognised.
7085
7086 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
7087
7088 * gnus-sum.el (gnus-articles-to-read)
7089 (gnus-summary-insert-old-articles): Don't truncate group name for
7090 `read-string'.
7091
7092 * gnus-util.el (gnus-limit-string): Delete this function.
7093
7094 * gnus-sum.el (gnus-simplify-subject-fully): Use
7095 `truncate-string-to-width' instead.
7096
7097 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
7098
7099 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
7100 if, on summary exit, the next group has to be selected.
7101 (gnus-summary-exit): Use it.
7102
7103 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7104
7105 * gnus-art.el (gnus-article-mode): Fix comment about displaying
7106 non-break space.
7107
7108 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7109
7110 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7111 Check if group is not a directory.
7112 (nnfolder-request-expire-articles): Don't delete articles if the target
7113 group is not available.
7114
7115 * nnml.el (nnml-request-create-group): Properly check if group is not a
7116 file.
7117 (nnml-request-expire-articles): Don't delete articles if the target
7118 group is not available.
7119
7120 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7121 Don't quote characters that are within parentheses.
7122
7123 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
7124
7125 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7126 (gnus-handle-ephemeral-exit): Select article according to it.
7127
7128 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
7129
7130 * message.el (message-insert-formated-citation-line): Remove newline.
7131 (message-citation-line-format): Add final \n here so that the user can
7132 avoid a blank line.
7133
7134 2007-05-03 Dan Christensen <jdc@uwo.ca>
7135
7136 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7137 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7138 Update lanl/arXiv support.
7139
7140 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7141
7142 * gnus.el: Bump version number.
7143
7144 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7145
7146 * gnus.el (gnus-version-number): Bump version.
7147
7148 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7149
7150 * gnus.el: No Gnus v0.6 is released.
7151
7152 2007-04-27 Didier Verna <didier@xemacs.org>
7153
7154 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7155 * gmm-utils.el (gmm-regexp-concat): here.
7156 * message.el: Don't require 'gnus-util.
7157 (message-dont-reply-to-names): Handle name change above.
7158 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7159
7160 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
7161
7162 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7163 since the initial value varies according to the system.
7164
7165 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7166
7167 * mm-util.el (mm-charset-synonym-alist): Defcustom.
7168
7169 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7170
7171 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7172
7173 2007-04-24 Didier Verna <didier@xemacs.org>
7174
7175 Improve the type of gnus-ignored-from-addresses.
7176 * gnus-util.el (gnus-orify-regexp): New function.
7177 * message.el (gnus-util): Require it.
7178 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7179 * gnus-sum.el (gnus-ignored-from-addresses): New function.
7180 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7181
7182 2007-04-24 Didier Verna <didier@xemacs.org>
7183
7184 * gnus-sum.el:
7185 * gnus-utils.el: Fix some trailing whitespaces.
7186
7187 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
7188
7189 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7190 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7191 article's Message-ID; refer parent article in summary buffer.
7192
7193 * message.el (message-bounce): Call mime-to-mml.
7194
7195 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7196
7197 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7198
7199 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7200
7201 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7202 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7203 displayed of multipart/alternative part if it is invoked from summary
7204 buffer.
7205
7206 * mm-view.el (mm-inline-text-html-render-with-w3m)
7207 (mm-inline-text-html-render-with-w3m-standalone)
7208 (mm-inline-render-with-function): Use mail-parse-charset by default.
7209
7210 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
7211
7212 * parse-time.el (parse-time-string-chars): Check if CHAR
7213 is less than the length of parse-time-syntax.
7214
7215 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
7216
7217 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7218 from gnus-newsgroup-processable.
7219
7220 2007-04-16 Didier Verna <didier@xemacs.org>
7221
7222 * gnus-msg.el (gnus-configure-posting-styles): Handle
7223 message-signature-directory properly with :file syntax. Reported by
7224 "Leo".
7225
7226 2007-04-11 Didier Verna <didier@xemacs.org>
7227
7228 New user option: message-signature-directory.
7229 * gnus-msg.el (gnus-configure-posting-styles): Support it.
7230 * message.el (message-insert-signature): Ditto.
7231 * message.el (message-signature-file): Doc update.
7232 * message.el (message-signature-directory): New.
7233
7234 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
7235
7236 * gnus-msg.el (gnus-inews-yank-articles): Use
7237 message-exchange-point-and-mark instead of exchange-point-and-mark.
7238
7239 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
7240
7241 * message.el (message-yank-original): Make sure cited text ends with
7242 newline; don't exchange point and mark.
7243
7244 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7245
7246 * tls.el (open-tls-stream): Properly handle case where there
7247 is no associated buffer.
7248
7249 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
7250
7251 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7252 message-yank-original, make sure (< mark TEXT point).
7253
7254 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7255
7256 * message.el (message-fill-column): New variable.
7257 (message-mode): Use it. Add comment on a possible new hook.
7258
7259 * nnmail.el (nnmail-spool-file): Mark as obsolete.
7260 (nnmail-get-new-mail): Reformat.
7261
7262 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7263
7264 * gmm-utils.el: Fix Commentary.
7265 (gmm-tool-bar-from-list): Fix typo in doc string.
7266
7267 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
7268
7269 * message.el (message-yank-original): Don't switch point and mark
7270 unnecessarily to put point and mark as documented.
7271
7272 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7273
7274 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7275 from the message heads.
7276
7277 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
7278
7279 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7280 article buffer does not have a window. This may not be the best
7281 solution but is certainly better than setting the start of the null,
7282 that is the current, window.
7283
7284 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7285
7286 * gnus-draft.el (gnus-draft-setup-hook): New hook.
7287 (gnus-draft-setup): Run it.
7288
7289 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7290 gnus-score-fast-scoring. Allow regexp.
7291 (gnus-score-headers): Use it.
7292
7293 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7294 XEmacs.
7295
7296 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7297 string.
7298 (gnus-button-alist): Also catch `<f1> k ...'.
7299 (gnus-treat-display-x-face): Fix doc string.
7300
7301 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7302
7303 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7304 evaluation of gnus-extended-version to ensure correct generation of the
7305 User-Agent header when message-generate-headers-first is used.
7306
7307 2007-03-24 Simon Josefsson <simon@josefsson.org>
7308
7309 * hashcash.el (hashcash-generate-payment-async): Don't crash if
7310 hashcash-path is nil. Don't call callback with incorrect number of
7311 parameters if val is 0.
7312
7313 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7314
7315 * message.el (message-required-news-headers):
7316 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7317
7318 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7319
7320 * message.el (message-generate-new-buffers): Change the meaning of the
7321 nil value; add `standard' to the choices; treat t as `unique'; improve
7322 doc string.
7323 (gnus-select-frame-set-input-focus): Autoload.
7324 (message-buffer-name): Search for the existing message buffer if
7325 message-generate-new-buffers is nil or `standard'; treat the value t of
7326 message-generate-new-buffers as `unique'.
7327 (message-pop-to-buffer): Raise the frame already displaying the message
7328 buffer; clear the echo area after querying.
7329 (message-setup): Pass the `continue' argument to compose-mail.
7330 (message-mail): Prefer `switch-function' if it is given; search for the
7331 existing message buffer if the `continue' argument is non-nil; pass
7332 continue and switch-function arguments to compose-mail by way of
7333 message-setup.
7334 (message-mail-other-window): Adjust argument of message-setup.
7335 (message-mail-other-frame): Ditto.
7336
7337 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7338
7339 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7340 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7341 to turn font-lock on when turning gnus-message-citation-mode on.
7342
7343 2007-03-06 Daiki Ueno <ueno@unixuser.org>
7344
7345 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7346 (mml-smime-function-alist): New variable; add epg as the backend.
7347 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7348 mml-smime- functions instead.
7349 * mm-view.el: Require smime.
7350
7351 2007-03-05 Didier Verna <didier@xemacs.org>
7352
7353 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7354 instead of just inheritance for posting styles.
7355 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7356
7357 2007-02-24 John Paul Wallington <jpw@pobox.com>
7358
7359 * tls.el (tls-certtool-program): Fix custom type.
7360
7361 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7362
7363 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7364 and point-at-eol instead of line-(beginning|end)-position.
7365
7366 * assistant.el (assistant-parse-buffer): Ditto.
7367
7368 2007-02-28 Daiki Ueno <ueno@unixuser.org>
7369
7370 * mml2015.el (mml2015-epg-find-usable-key): New function.
7371 (mml2015-epg-sign): Use it.
7372 (mml2015-epg-encrypt): Use it.
7373
7374 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7375
7376 * message.el (message-make-in-reply-to): Quote name containing
7377 non-ASCII characters. It will make the RFC2047 encoder cause an error
7378 if there are special characters. Reported by NAKAJI Hiroyuki
7379 <nakaji@jp.freebsd.org>.
7380
7381 2007-02-27 Didier Verna <didier@xemacs.org>
7382
7383 Include the group parameters as well as the topic ones in the
7384 inheritance filter process.
7385 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7386 argument GROUP-PARAMS-LIST.
7387 * gnus-topic.el (gnus-group-topic-parameters): Use it.
7388
7389 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7390
7391 * nntp.el (nntp-never-echoes-commands)
7392 (nntp-open-connection-functions-never-echo-commands): New variables.
7393 (nntp-send-command): Use them.
7394
7395 2007-02-20 Daiki Ueno <ueno@unixuser.org>
7396
7397 * mml2015.el (mml2015-epg-verify): Simplified.
7398
7399 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7400
7401 * mml.el (mml-content-disposition-alist): New user option.
7402 (mml-content-disposition): New function.
7403 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7404 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7405
7406 2007-02-19 Daiki Ueno <ueno@unixuser.org>
7407
7408 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7409 verification.
7410
7411 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7412
7413 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7414 articles posted in the last 24 hours.
7415
7416 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
7417
7418 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7419
7420 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
7421
7422 * nntp.el (nntp-send-command): Don't wait for echoes when
7423 nntp-open-ssl-stream is used.
7424
7425 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7426
7427 * gnus-cite.el (gnus-test-font-lock-add-keywords)
7428 (gnus-message-add-citation-keywords)
7429 (gnus-message-remove-citation-keywords): Remove.
7430 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7431 directly, make the variables in font-lock-defaults buffer-local, add
7432 gnus-message-citation-keywords to them and then update the value of
7433 font-lock-keywords.
7434
7435 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
7436
7437 * message.el (message-cite-original-1): Don't call
7438 gnus-article-highlight-citation.
7439
7440 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7441 citations; fix line count.
7442
7443 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7444
7445 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7446 (gnus-message-add-citation-keywords)
7447 (gnus-message-remove-citation-keywords): Use it; fix the emulating
7448 versions of font-lock-add-keywords and font-lock-remove-keywords to
7449 work with XEmacs correctly.
7450
7451 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7452
7453 * gnus-cite.el (gnus-cite-face-list): Set the values of
7454 gnus-message-max-citation-depth and gnus-message-citation-keywords.
7455 (gnus-message-max-citation-depth): Use defvar rather than defconst.
7456 (gnus-message-cite-prefix-regexp): New variable.
7457 (gnus-message-search-citation-line): Use it; protect against long
7458 citation prefix; fill match data with nil rather than 0 for XEmacs; set
7459 the 0th match data for Emacs.
7460 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7461 (gnus-message-add-citation-keywords): Append keywords rather than
7462 prepending; emulate font-lock-add-keywords if it is not available.
7463 (gnus-message-remove-citation-keywords): Emulate
7464 font-lock-remove-keywords if it is not available.
7465
7466 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7467
7468 * message.el (message-cite-prefix-regexp): Set the value of
7469 gnus-message-cite-prefix-regexp.
7470
7471 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7472
7473 * nnweb.el (nnweb-google-parse-1): Update parser.
7474
7475 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
7476
7477 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7478
7479 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7480
7481 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7482 regexp.
7483
7484 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7485
7486 * uudecode.el (uudecode-string-to-multibyte): New function emulating
7487 string-to-multibyte.
7488 (uudecode-decode-region-internal): Use it.
7489
7490 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
7491
7492 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7493 custom choice.
7494
7495 * gnus-art.el (gnus-signature-limit): Fix custom choice.
7496
7497 2007-01-22 Daiki Ueno <ueno@unixuser.org>
7498
7499 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7500
7501 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7502 `write-region' to respect `mm-inhibit-file-name-handlers'.
7503
7504 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7505
7506 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7507 Use gnus-home-directory instead of "~/" or "$HOME".
7508
7509 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
7510
7511 * encrypt.el (encrypt-insert-file-contents): Add better prompt
7512 to mention filename.
7513 Add comments at beginning regarding usage.
7514 (encrypt-write-file-contents): Change interactive so a string is
7515 acceptable. If the file has no associated model, show an error instead
7516 of a nonsense prompt.
7517
7518 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7519
7520 * spam.el (spam-bsfilter-ham-switch): Fix typo.
7521 Thanks to Yoshihiko Yamada for kind notification of this typo.
7522
7523 2007-01-12 Kenichi Handa <handa@m17n.org>
7524
7525 * uudecode.el (uudecode-decode-region-internal): Make it work in a
7526 multibyte buffer.
7527
7528 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
7529
7530 * gnus-score.el (gnus-score-fast-scoring): New variable.
7531 (gnus-score-headers): Use it.
7532
7533 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7534
7535 * message.el (message-cite-original-1): Call
7536 gnus-article-highlight-citation if requested.
7537 (message-make-from): Allow name and address as optional arguments.
7538
7539 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7540
7541 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7542 bugs to doc string.
7543 (gnus-button-alist): Add mid\\|message-id.
7544 (gnus-button-fetch-group): Extend for use in
7545 `browse-url-browser-function'.
7546 (gnus-button-url-regexp): Try to catch paired parentheses like in
7547 Wikipedia URLs.
7548
7549 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7550 Suggested by Simon Krahnke <overlord@gmx.li>.
7551
7552 2007-01-13 Romain Francoise <romain@orebokech.com>
7553
7554 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7555 Update copyright.
7556
7557 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
7558
7559 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7560
7561 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
7562
7563 * gnus-registry.el (gnus-registry-unfollowed-groups)
7564 (gnus-registry-split-fancy-with-parent): Fix documentation.
7565
7566 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7567
7568 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7569 from nnweb groups.
7570
7571 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7572
7573 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7574 Xref urls. Erase buffer before requesting head.
7575
7576 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7577
7578 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
7579
7580 * gnus-soup.el (gnus-soup): New custom group. Make user variables
7581 customizable.
7582
7583 2007-01-05 Daiki Ueno <ueno@unixuser.org>
7584
7585 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7586 no signing key is found.
7587 (mml2015-epg-encrypt): Ask user whether to skip or abort if
7588 no encrypting and/or signing key is found.
7589
7590 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7591
7592 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7593
7594 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7595
7596 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7597 headers read from disk with the ones newly found in the current search.
7598 This should no longer cause problems, because the article numbers in
7599 Gmane's `nov.php' output are ignored since the previous change.
7600
7601 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7602
7603 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7604
7605 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
7606
7607 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7608
7609 2007-01-01 Romain Francoise <romain@orebokech.com>
7610
7611 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7612
7613 2006-12-31 Steve Youngs <steve@sxemacs.org>
7614
7615 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7616 `define-minor-mode' macro definition expanded properly.
7617 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7618 exclude it there.
7619
7620 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7621 of 2006-12-30. The default is nil on (S)XEmacs already because of the
7622 `fboundp' test.
7623 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7624 This is OK to autoload in (S)XEmacs now.
7625
7626 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7627
7628 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7629 keystroke.
7630 (gnus-summary-limit-to-singletons): Fix typo.
7631
7632 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7633 else fails.
7634
7635 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7636
7637 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7638 docstring.
7639
7640 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7641 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7642 (gnus-summary-insert-dormant-articles): Fix typo in message.
7643
7644 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
7645
7646 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7647 nil for XEmacs.
7648 (gnus-message-citation-mode): Don't autoload in XEmacs.
7649
7650 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7651
7652 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7653
7654 * nnimap.el (nnimap-expunge-search-string): Mention
7655 nnimap-search-uids-not-since-is-evil in docstring.
7656
7657 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7658
7659 * spam.el: Revert to make-obsolete-variable because
7660 define-obsolete-variable-alias is not supported in Emacs 21.
7661
7662 * spam.el (spam-ifile-path, spam-ifile-database-path)
7663 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7664 make-obsolete-variable.
7665 (spam-bsfilter-path, spam-bsfilter-program)
7666 (spam-spamassassin-path, spam-spamassassin-program)
7667 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
7668 use "path" inappropriately.
7669 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7670 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7671 variable names.
7672
7673 2006-12-28 Daiki Ueno <ueno@unixuser.org>
7674
7675 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7676 summary buffer.
7677
7678 * password.el (password-cache-remove): Use clear-string to burn
7679 password, if available.
7680
7681 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7682
7683 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7684
7685 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7686
7687 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7688 (gnus-message-highlight-citation): Move defcustom here from
7689 gnus-cite.el.
7690 (gnus-message-citation-mode): Autoload.
7691
7692 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
7693 checks to make it compile with XEmacs.
7694 (gnus-message-citation-mode): New minor mode.
7695 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7696 (gnus-message-highlight-citation): New variables.
7697 (gnus-message-search-citation-line)
7698 (gnus-message-add-citation-keywords)
7699 (gnus-message-remove-citation-keywords)
7700 (turn-on-gnus-message-citation-mode)
7701 (turn-off-gnus-message-citation-mode): New functions.
7702
7703 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
7704
7705 * gnus-cite.el: Enable highlighting of different citation levels in
7706 message-mode.
7707
7708 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7709
7710 * message.el (message-make-fqdn): Fix comment.
7711 (message-bogus-system-names): Add ".local".
7712
7713 * spam.el (spam-ifile-path, spam-ifile-program)
7714 (spam-ifile-database-path, spam-ifile-database)
7715 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7716 Don't use "path" inappropriately.
7717 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7718 strings.
7719 (spam-check-ifile, spam-ifile-register-with-ifile)
7720 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7721 new variable names.
7722
7723 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7724 (gnus-treat-display-smileys): Simplify using
7725 gnus-image-type-available-p.
7726
7727 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7728 available.
7729
7730 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7731
7732 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7733 one after turning on the buffer's multibyteness instead of decoding
7734 them directly in the unibyte buffer that causes unexpected conversion
7735 in Emacs 23 (unicode).
7736
7737 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7738
7739 * message.el (message-generate-hashcash): Fix custom type.
7740
7741 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
7742
7743 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7744
7745 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
7746
7747 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7748 disconnect icons. Add help text.
7749
7750 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
7751
7752 * spam.el (spam-extra-header-to-number): CRM114 spam score is
7753 negated to be consistent with the others we handle.
7754
7755 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7756
7757 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7758 version of gnus-summary-buffer to something, so that we can use two
7759 article buffers at the same time.
7760
7761 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
7762
7763 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7764 trigger all the extra headers.
7765 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7766 sorting.
7767
7768 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7769
7770 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7771 solid groups.
7772
7773 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7774
7775 * legacy-gnus-agent.el: Add Copyright notice.
7776
7777 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
7778
7779 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7780
7781 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7782
7783 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7784
7785 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7786 to make it work reliably in CVS Emacs.
7787 (gnus-summary-limit-strange-charsets-predicate)
7788 (gnus-summary-limit-to-predicate): New functions.
7789
7790 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7793 specifying array size.
7794 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7795 array if it is too small.
7796 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7797 (gnus-sort-threads-loop): New function.
7798
7799 2006-12-06 Chris Moore <dooglus@gmail.com>
7800
7801 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7802 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7803
7804 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
7805
7806 * mm-url.el (mm-url-predefined-programs): Call curl with correct
7807 options.
7808
7809 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7810
7811 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7812 DOS-ing the recipient.
7813
7814 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7815 the headers when creating the mapping to avoid mismappings.
7816 (nnweb-gmane-create-mapping): Always nix out old mapping.
7817
7818 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7819
7820 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7821 and mm-verify-option to never.
7822
7823 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7824
7825 * message.el (message-signed-or-encrypted-p): New function.
7826 (message-forward-make-body): Use it.
7827
7828 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7829 Replace encode-coding-string with mm-encode-coding-string.
7830
7831 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7832
7833 * nneething.el (nneething-decode-file-name): Replace
7834 decode-coding-string with mm-decode-coding-string.
7835
7836 * gnus-int.el (gnus-open-server): Say failed server's name.
7837
7838 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7839
7840 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7841 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7842
7843 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7844 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7845 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7846 (gnus-group-make-directory-group, gnus-group-transpose-groups):
7847 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7848 (gnus-subscribe-newsgroup, gnus-1):
7849 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7850 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7851 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7852 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7853
7854 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7855
7856 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7857 keystroke.
7858 (gnus-summary-limit-to-bodies): Implement headersp.
7859
7860 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7861
7862 * dns.el (query-dns): Protect against "Process dns deleted" strings.
7863
7864 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7865
7866 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7867
7868 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7869
7870 * message.el (message-generate-hashcash): Expand range of values to
7871 include `opportunistic'.
7872 (message-send-mail): Use it.
7873
7874 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7875
7876 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7877 and comment it.
7878
7879 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7880
7881 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
7882
7883 * gnus-util.el (gnus-extract-address-components): Improve comment.
7884
7885 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * gnus-util.el (gnus-extract-address-components): Work with address in
7888 which the name portion contains @.
7889
7890 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
7891
7892 * gnus.el (gnus-start): Move custom group up.
7893 (gnus-select-method): Don't autoload, but make it available for
7894 `customize-variable'.
7895 (gnus-getenv-nntpserver): Don't autoload.
7896
7897 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
7898
7899 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7900
7901 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
7902
7903 * message.el (message-sendmail-extra-arguments): New variable.
7904 (message-send-mail-with-sendmail): Use it.
7905
7906 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7907
7908 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7909 mm-with-unibyte-current-buffer to make string unibyte.
7910
7911 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7912 mm-string-as-multibyte.
7913
7914 2006-11-14 Daiki Ueno <ueno@unixuser.org>
7915
7916 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7917 Reported by Werner Koch <wk@gnupg.org>.
7918
7919 2006-11-14 Daiki Ueno <ueno@p360>
7920
7921 * mml2015.el: Autoload epa-select-keys when compiling.
7922
7923 2006-11-13 Daiki Ueno <ueno@unixuser.org>
7924
7925 * mml2015.el (mml2015-epg-sign): Save the signing keys in
7926 message-options.
7927 (mml2015-epg-encrypt): Save the recipient keys in message-options.
7928
7929 2006-11-13 Daiki Ueno <ueno@unixuser.org>
7930
7931 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7932 EasyPG (< 0.0.6).
7933 (mml2015-always-trust): New user option.
7934 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7935 prompt.
7936
7937 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7938
7939 * nntp.el (nntp-authinfo-force): New variable.
7940 (nntp-send-authinfo): Use it.
7941
7942 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7943
7944 * message.el (message-strip-subject-encoded-words): Allow _not_ to
7945 decode encoded words. Improve prompt. Add comment about forwarding.
7946 (message-replacement-char): Move up.
7947
7948 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7949
7950 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7951 instead of gnus-intersection because arguments of gnus-sorted-nunion
7952 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
7953
7954 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
7955
7956 * message.el (message-strip-subject-encoded-words): Reformat prompt.
7957 (message-simplify-subject-functions): Enable
7958 message-strip-subject-encoded-words by default.
7959
7960 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
7961
7962 * message.el (message-strip-subject-encoded-words): New function.
7963 (message-simplify-subject-functions): New variable.
7964 (message-simplify-subject): Use it. Fix typo in doc string.
7965 Support message-strip-subject-encoded-words.
7966
7967 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7968
7969 * gnus-diary.el (gnus-diary-delay-format-function):
7970 * nndiary.el (nndiary-reminders):
7971 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7972
7973 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7974
7975 * gnus-art.el (article-hide-boring-headers): Fetch date from
7976 gnus-original-article-buffer to avoid problems with localized date
7977 strings.
7978
7979 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7980
7981 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7982
7983 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
7984
7985 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7986 New variables.
7987 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7988 (mm-charset-synonym-alist): Move some entries to
7989 mm-codepage-iso-8859-list.
7990 (mm-charset-synonym-alist, mm-charset-override-alist): Add
7991 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7992
7993 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7994
7995 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7996
7997 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7998
7999 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8000 with Emacs 21 and XEmacs.
8001
8002 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
8003
8004 * spam.el (spam-parse-address): New function for better parsing,
8005 catching errors, etc.
8006 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8007
8008 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8009
8010 * mm-view.el: Add interactive arg to html2text autoload.
8011
8012 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8013
8014 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8015
8016 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
8017
8018 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8019 variables.
8020 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8021 (mm-charset-synonym-alist): Move some entries to
8022 mm-codepage-iso-8859-list.
8023
8024 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8025
8026 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
8027
8028 * message.el (message-citation-line-format)
8029 (message-insert-formated-citation-line): Fix implementation of %E, %N
8030 and %n according to the doc string.
8031
8032 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
8033
8034 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8035 car-safe to avoid bad parses.
8036
8037 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8038
8039 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8040 names.
8041
8042 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8043
8044 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8045
8046 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8047 header.
8048
8049 * message.el (message-draft-headers): Add Date.
8050 (message-headers-to-generate): Fix typo in docstring.
8051
8052 * nndraft.el (nndraft-required-headers): New variable.
8053 (nndraft-generate-headers): Use it.
8054
8055 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8056
8057 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
8058
8059 * gnus-registry.el (gnus-registry-wash-for-keywords)
8060 (gnus-registry-find-keywords): New functions to allow easy searching of
8061 articles that are in the registry.
8062
8063 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
8064
8065 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8066 ietf-drums-parse-address instead of gnus-extract-address-components.
8067 Reported by Damien Elmes <damien@repose.cx>.
8068
8069 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
8070
8071 * gnus.el (gnus-mime): Remove unused custom group.
8072
8073 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8074
8075 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8076 "blank line" when searching for end of armor headers.
8077
8078 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8079
8080 * gmm-utils.el (gmm-write-region): Fix variable name.
8081
8082 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
8083
8084 * gmm-utils.el (gmm-write-region): New function based on compatibility
8085 code from `mm-make-temp-file'.
8086
8087 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8088
8089 * nnmaildir.el (nnmaildir--update-nov)
8090 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8091 Use `gmm-write-region'.
8092
8093 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8094
8095 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8096 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8097
8098 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8099
8100 * message.el (message-replacement-char): New variable.
8101 (message-fix-before-sending): Use it.
8102 (message-simplify-subject): New function to remove duplicate code.
8103 (message-reply, message-followup): Use it.
8104
8105 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8106 gnus-summary-limit-to-articles.
8107
8108 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8109
8110 * gnus-util.el (gnus-with-local-quit): New macro.
8111
8112 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8113
8114 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
8115
8116 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8117 ignore non-string data.
8118
8119 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
8120
8121 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8122 non-string data (needs to be done in the registry too).
8123
8124 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8125
8126 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8127 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8128 (gnus-registry-split-fancy-with-parent)
8129 (gnus-registry-fetch-simplified-message-subject-fast)
8130 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8131 Remove text properties on ingress into the registry and when it's saved.
8132 (gnus-registry-clean-empty-function): Fix bug with cleaning the
8133 registry from entries with no groups.
8134
8135 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8136
8137 * gnus-util.el (gnus-string-remove-all-properties): Add utility
8138 function to remove string properties.
8139
8140 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8141
8142 * gmm-utils.el (gmm): Adjust custom version.
8143
8144 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8145 custom version.
8146
8147 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8148
8149 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8150
8151 * gnus-art.el (gnus-insert-prev-page-button)
8152 (gnus-insert-next-page-button): Simplify. Reformat.
8153
8154 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8155
8156 * gnus-art.el (gnus-insert-prev-page-button)
8157 (gnus-insert-next-page-button): Apply gnus-article-button-face.
8158
8159 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8160
8161 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8162
8163 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8164
8165 * gnus-art.el (gnus-insert-mime-button)
8166 (gnus-insert-mime-security-button):
8167 Apply gnus-article-button-face to MIME and security buttons.
8168
8169 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8170
8171 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8172 readable.
8173
8174 2006-09-20 Steve Youngs <steve@sxemacs.org>
8175
8176 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8177 `browse-url-of-file' instead of `browse-url'.
8178
8179 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8180
8181 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8182 regexp. Articles containing quotation were cut prematurely.
8183
8184 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8185
8186 * message.el (message-cite-original-1): Use nobody by default for the
8187 value of From header.
8188 (message-reply): Ditto.
8189
8190 2006-09-11 Daiki Ueno <ueno@unixuser.org>
8191
8192 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8193 to the gnus-info. This fixes a bug of inline-PGP message verification.
8194 Reported by Michael Piotrowski <mxp@dynalabs.de>.
8195
8196 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8197
8198 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8199 mails in the doc string. Add some URLs in comment.
8200 (pop3-movemail): Warn about pop3-leave-mail-on-server.
8201
8202 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8203
8204 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8205 backslashes handling and the way to find boundaries of quoted strings.
8206
8207 2006-09-07 Daiki Ueno <ueno@unixuser.org>
8208
8209 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8210 mml1991-encrypt-to-self is set and mml1991-signers is not set.
8211 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8212 mml2015-encrypt-to-self is set and mml2015-signers is not set.
8213
8214 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8215
8216 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
8217 doc string.
8218 (gnus-button-regexp, gnus-button-last): Remove unused variables.
8219
8220 2006-09-06 Simon Josefsson <jas@extundo.com>
8221
8222 * mml2015.el (mml2015-use): Doc fix, mention epg.
8223
8224 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8225
8226 * mml2015.el (mml2015-use): Default to epg, if available.
8227
8228 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8229
8230 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8231 message-sender.
8232 (mml1991-epg-encrypt): Ditto.
8233 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8234 message-sender.
8235 (mml2015-epg-encrypt): Ditto.
8236
8237 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8238
8239 * message.el (message-send-mail-with-sendmail): Look for sendmail in
8240 several common directories.
8241
8242 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8243
8244 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8245 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8246
8247 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8248
8249 * gnus-art.el (article-decode-encoded-words): Make it fast.
8250
8251 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8252
8253 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8254
8255 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8256 in quoted string into `\'.
8257
8258 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8259
8260 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8261 Use standard-syntax-table.
8262
8263 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8264
8265 * gnus-art.el (gnus-decode-address-function): New variable.
8266 (article-decode-encoded-words): Use it to decode headers which are
8267 assumed to contain addresses.
8268 (gnus-mime-delete-part): Remove useless `or'.
8269
8270 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8271 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8272 (gnus-nov-parse-line): Use it to decode From header.
8273 (gnus-get-newsgroup-headers): Ditto.
8274 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8275
8276 * mail-parse.el (mail-decode-encoded-address-region): New alias.
8277 (mail-decode-encoded-address-string): New alias.
8278
8279 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8280 New function.
8281 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8282 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8283 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8284 (rfc2047-decode-string): Ditto.
8285 (rfc2047-decode-address-region): New function.
8286 (rfc2047-decode-address-string): New function.
8287
8288 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
8289
8290 * message.el (message-caesar-buffer-body): Allow rotating headers.
8291
8292 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8293
8294 * message.el (message-insert-formated-citation-line): Fix %f.
8295 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8296
8297 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8298
8299 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8300 (gnus-bookmark-mouse-available-p): New macro.
8301 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8302 (gnus-bookmark-bmenu-show-infos): Use it.
8303 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8304 (gnus-bookmark-bmenu-hide-infos): Ditto.
8305 (gnus-bookmark-remove-properties): New function.
8306 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8307 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8308 (gnus-bookmark-write-file): Bind coding-system-for-write.
8309 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8310 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8311 group before selecting it.
8312 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8313 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8314 quit-window if it is not available; use gnus-mouse-2 and bind it to
8315 gnus-bookmark-bmenu-select-by-mouse.
8316 (gnus-bookmark-show-details): Remove unused variable `details-list'.
8317 (gnus-bookmark-bmenu-select-by-mouse): New function.
8318
8319 2006-08-13 Romain Francoise <romain@orebokech.com>
8320
8321 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8322 space.
8323
8324 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8325
8326 * compface.el (uncompface): Use binary rather than raw-text-unix.
8327
8328 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8329
8330 * compface.el (uncompface): Make sure the eol conversion doesn't take
8331 place when communicating with the external programs. Reported by
8332 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8333
8334 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
8335
8336 * nnheader.el (nnheader-insert-head): Fix typo in comment.
8337
8338 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8339
8340 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8341 Make it more robust by parsing author and date independently.
8342
8343 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8344
8345 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8346
8347 2006-07-28 Daiki Ueno <ueno@unixuser.org>
8348
8349 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8350 first matching secret key.
8351 (mml2015-epg-encrypt): Ditto.
8352
8353 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8354 first matching secret key.
8355 (mml1991-epg-encrypt): Ditto.
8356
8357 * mml2015.el (mml2015-encrypt-to-self): New user option.
8358 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8359 mml2015-epg-encrypt-to-self is set.
8360
8361 * mml1991.el (mml1991-encrypt-to-self): New variable.
8362 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8363 mml1991-epg-encrypt-to-self is set.
8364
8365 * mml2015.el (mml2015-signers): New user option.
8366 (mml2015-epg-sign): Reflect the value of mml2015-signers.
8367 (mml2015-epg-encrypt): Allow to select signing keys.
8368
8369 * mml1991.el (mml1991-signers): New variable.
8370 (mml1991-epg-sign): Reflect the value of mml1991-signers.
8371 (mml1991-epg-encrypt): Allow to select signing keys.
8372
8373 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
8374
8375 * nnheader.el (nnheader-insert-head): Make it work even if the file
8376 uses CRLF for the line-break code.
8377
8378 2006-07-25 Daiki Ueno <ueno@unixuser.org>
8379
8380 * mml2015.el: Require mml-sec instead of password.
8381 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8382 (mml2015-cache-passphrase): Inherit the default value from
8383 mml-secure-cache-passphrase.
8384 (mml2015-passphrase-cache-expiry): Inherit the default value from
8385 mml-secure-passphrase-cache-expiry.
8386
8387 * mml1991.el: Require mml-sec instead of password.
8388 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8389 (mml1991-cache-passphrase): Inherit the default value from
8390 mml-secure-cache-passphrase.
8391 (mml1991-passphrase-cache-expiry): Inherit the default value from
8392 mml-secure-passphrase-cache-expiry.
8393
8394 * mml-sec.el: Require password.
8395 (mml-secure-verbose): New user option.
8396 (mml-secure-cache-passphrase): New user option.
8397 (mml-secure-passphrase-cache-expiry): New user option.
8398
8399 2006-07-24 Daiki Ueno <ueno@unixuser.org>
8400
8401 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8402 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
8403 andreas@altroot.de (Andreas Vögele).
8404
8405 FIXME: Use `tiny change'?
8406
8407 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8408
8409 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8410 workaround for the url package included with Emacs.
8411
8412 * nnweb.el (nnweb-google-create-mapping): Update regexp.
8413
8414 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8415
8416 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8417 correctly. This fixes a bug caused by the 2006-05-12 change.
8418
8419 2006-07-18 Karl Fogel <kfogel@red-bean.com>
8420
8421 * nnmail.el (nnmail-article-group): If splitting raises an error, give
8422 some information about the error when saying that the `bogus' mail
8423 group will be used.
8424
8425 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
8426
8427 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8428 string.
8429
8430 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
8431
8432 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8433
8434 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8435
8436 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8437
8438 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8439
8440 * mml1991.el (mml1991-function-alist): Add epg.
8441 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8442 (mml1991-epg-encrypt): New functions.
8443
8444 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8445
8446 * mml2015.el (mml2015-verbose): New variable.
8447 (mml2015-cache-passphrase): Ditto.
8448 (mml2015-passphrase-cache-expiry): Ditto.
8449 (mml2015-function-alist): Add epg.
8450 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8451 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8452 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8453 functions.
8454
8455 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8456
8457 * message.el (message-cite-original-1): Preserve region when removing
8458 quoted text due to X-No-Archive in order to avoid bogus attribution
8459 when citing multiple messages.
8460
8461 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8462
8463 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
8464 Kenneth Jacker <khj@be.cs.appstate.edu>.
8465
8466 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
8467
8468 * gnus-diary.el (gnus-user-format-function-d)
8469 (gnus-user-format-function-D): Autoload.
8470
8471 * imap.el (Commentary): Fix typo.
8472
8473 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8474 2006-04-22 contribution.
8475
8476 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8477
8478 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8479 It didn't really fix the bogosity I'm seeing with solid web groups.
8480
8481 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8482
8483 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8484 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8485 created using server names. If we use the feature without declaring
8486 it, Gnus does not properly manage server and group state.
8487
8488 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8489 bound.
8490
8491 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8492
8493 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8494 looking up the method using GROUP's prefix before inventing a new one.
8495 It is used on killed/unknown groups in various places where returning
8496 an all-new method isn't expected by the caller.
8497
8498 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8499 and match semantics of gnus-group-real-prefix.
8500
8501 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
8502
8503 * nnmail.el (nnmail-broken-references-mailers): New variable.
8504 (nnmail-ignore-broken-references): New function generalizing
8505 nnmail-fix-eudora-headers.
8506 (nnmail-fix-eudora-headers): Now obsolete.
8507
8508 * gnus-art.el (gnus-button-handle-custom): Support
8509 `customize-apropos*'.
8510
8511 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8512
8513 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8514
8515 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8516 articles.
8517
8518 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
8519
8520 * message.el (message-cite-reply-above): New variable.
8521 (message-yank-original): Use it.
8522
8523 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
8524
8525 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8526
8527 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
8528
8529 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8530 as read.
8531
8532 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8533
8534 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
8535
8536 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8537 (gnus-bookmark-default-file): Use gnus-directory.
8538 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8539 Remove "*" in doc string.
8540 (gnus-bookmark-write-file): Simplify.
8541 (gnus-bookmark-maybe-sort-alist): Use `when'.
8542 (gnus-bookmark-get-bookmark): Fix typo in doc string.
8543 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8544 FIXME about Emacs 21 and XEmacs compatibility.
8545 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8546 compatibility.
8547 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8548 compatibility.
8549 (gnus-bookmark-menu-heading): Fix version.
8550
8551 2006-06-19 Bastien Guerry <bzg@altern.org>
8552
8553 * gnus-bookmark.el: New file.
8554
8555 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8556
8557 * message.el (message-syntax-checks): Doc fix.
8558
8559 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8560
8561 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8562 unsubscribed groups as if they were killed ones. It causes duplicate
8563 entries in gnus-newsrc-alist.
8564
8565 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * message.el (message-syntax-checks): Doc fix.
8568 (message-send-mail): Add check for continuation headers.
8569 (message-check-news-header-syntax): Fix regexp used to check for
8570 continuation headers.
8571
8572 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8573
8574 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8575
8576 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
8577
8578 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8579
8580 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8581
8582 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8583 default-truncate-lines.
8584
8585 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
8586
8587 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8588 to fill the utf-8 entry.
8589
8590 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8591
8592 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8593
8594 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
8595
8596 * gnus-agent.el (directory-files-and-attributes): Move all the way
8597 forward (the third and final move).
8598 (gnus-agent-read-agentview): Trap reconstruction errors due to
8599 nonexistent directory. Handle by returning nil.
8600
8601 2006-05-30 Didier Verna <didier@xemacs.org>
8602
8603 * message.el (message-dont-reply-to-names): Update the custom type.
8604 * message.el (message-dont-reply-to-names): New defsubst: potentially
8605 convert a list of regexps into a single one.
8606 * message.el (message-get-reply-headers): Use it.
8607 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8608
8609 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8610
8611 * gnus-agent.el (directory-files-and-attributes): Move forward.
8612
8613 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8614
8615 * gnus-ml.el (gnus-mailing-list-subscribe)
8616 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8617 (gnus-mailing-list-message): Fix doc strings.
8618
8619 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8620
8621 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8622 of doing it manually.
8623
8624 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8625
8626 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8627 comment.
8628
8629 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
8630
8631 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8632 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8633 (gnus-agent-read-local): All symbols allocated in my-obarray.
8634 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8635 (gnus-agent-regenerate-group): Check numeric names to see if they are
8636 messages or groups.
8637 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8638 better way of do this...)
8639
8640 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8641 'dummy.group' (there should be a better way of do this...)
8642
8643 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8644
8645 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8646 (gnus-saved-headers): Ditto.
8647 (gnus-default-article-saver): Mention functions may have properties.
8648 (gnus-article-save): Override gnus-save-all-headers and
8649 gnus-saved-headers by :headers property which saver function may have.
8650 (gnus-summary-save-in-file): Add :headers property.
8651 (gnus-summary-write-to-file): Ditto.
8652
8653 * gnus-sum.el (gnus-summary-save-article): Bind
8654 gnus-prompt-before-saving to t when saving many articles in a file;
8655 always show all headers.
8656
8657 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8658
8659 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8660 marks.
8661
8662 * message.el (message-indent-citation): Add optional arguments to allow
8663 using it outside of message buffers.
8664
8665 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8666 (gnus-article-treat-unfold-headers): Use it.
8667 (gnus-article-truncate-lines): New variable.
8668 (gnus-article-mode): Use it.
8669 (gnus-article-toggle-truncate-lines): New function.
8670
8671 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8672 gnus-article-toggle-truncate-lines.
8673
8674 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8675 coding system in XEmacs, use binary.
8676
8677 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8678
8679 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8680 after-load-alist.
8681
8682 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8683 this function should save decoded articles.
8684 (gnus-summary-write-to-file): Use property to specify this function
8685 should save decoded articles and specify gnus-summary-save-in-file
8686 should be used to save articles other than the first one when saving
8687 many articles.
8688 (gnus-summary-save-body-in-file): Use property to specify this
8689 function should save decoded articles.
8690 (gnus-summary-write-body-to-file): Use property to specify this
8691 function should save decoded articles and specify
8692 gnus-summary-save-body-in-file should be used to save articles other
8693 than the first one when saving many articles.
8694
8695 * gnus-sum.el (gnus-summary-save-article): Simplify.
8696
8697 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8698
8699 * gnus-art.el (gnus-default-article-saver): Add
8700 gnus-summary-write-body-to-file.
8701 (gnus-article-save-coding-system): Don't use coding system object
8702 in XEmacs.
8703 (gnus-read-save-file-name): Add optional `dir-var' argument which
8704 specifies directory in which files are saved; work even if optional
8705 `variable' argument is not specified.
8706 (gnus-summary-write-to-file): Read file name.
8707 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8708 (gnus-summary-write-body-to-file): New function.
8709
8710 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8711 (gnus-summary-local-variables): Add it.
8712 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8713 (gnus-summary-save-article): Remove optional `decode' argument;
8714 determine whether to decode articles by the value of
8715 gnus-default-article-saver; when saving many files using
8716 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8717 it first and use gnus-summary-save-in-file or
8718 gnus-summary-save-body-in-file thereafter unless
8719 gnus-prompt-before-saving is always; move point to article which
8720 will be saved.
8721 (gnus-summary-save-article-file): Revert.
8722 (gnus-summary-write-article-file): Revert.
8723 (gnus-summary-save-article-body-file): Revert.
8724 (gnus-summary-write-article-body-file): New function.
8725
8726 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8727
8728 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8729
8730 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8731
8732 * gnus-art.el (gnus-default-article-saver): Doc fix.
8733 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8734 from gnus-summary-save-article-coding-system, and default to a
8735 certain coding system.
8736 (gnus-output-to-file): Add coding cookie and encode text according
8737 to gnus-article-save-coding-system; don't use mm-append-to-file.
8738
8739 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8740 gnus-art.el and rename to gnus-article-save-coding-system.
8741 (gnus-summary-save-article): Require gnus-art; don't show all
8742 headers if it decodes articles; don't add coding cookie here;
8743 don't bind mm-text-coding-system-for-write.
8744 (gnus-summary-save-article-file): Save decoded articles.
8745 (gnus-summary-write-article-file): When saving many files, use
8746 gnus-summary-write-to-file first and gnus-summary-save-in-file
8747 thereafter unless gnus-prompt-before-saving is always.
8748 (gnus-summary-save-article-body-file): Save decoded articles.
8749
8750 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8751
8752 * nnrss.el (nnrss-check-group): Bind hash-index.
8753
8754 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
8755
8756 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8757 its hash index. Store this hash in `nnrss-group-data'.
8758 (nnrss-read-group-data): Update accordingly.
8759
8760 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8761
8762 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8763 entry.
8764
8765 * gnus-sum.el (gnus-summary-make-menu-bar): Add
8766 gnus-article-browse-html-article.
8767
8768 2006-05-23 Hynek Schlawack <hynek@ularx.de>
8769
8770 * gnus-sum.el (gnus-summary-mime-map): Add
8771 gnus-article-browse-html-article.
8772 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8773
8774 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8775 suitable coding systems in customize.
8776
8777 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
8778
8779 * mail-source.el (mail-sources): Fix custom type.
8780
8781 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8782
8783 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8784 (gnus-summary-expire-articles-now): Shorten prompt.
8785
8786 * gmm-utils.el (wid-edit): Require.
8787 (defun-gmm): Renamed from `gmm-defun-compat'.
8788 (gmm-image-search-load-path): Use it.
8789 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
8790
8791 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
8792
8793 * gnus-sum.el (gnus-summary-save-article-coding-system): New
8794 variable.
8795 (gnus-summary-save-article): Add optional `decode' argument. If
8796 it is set and gnus-summary-save-article-coding-system is non-nil,
8797 save decoded article.
8798 (gnus-summary-write-article-file): Save decoded article if
8799 gnus-summary-save-article-coding-system is non-nil.
8800
8801 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8802 type.
8803
8804 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8805
8806 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8807
8808 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
8809
8810 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8811 first to test gnus-single-article-buffer which may be buffer-local.
8812
8813 * gnus-sum.el (gnus-summary-setup-buffer): Make
8814 gnus-single-article-buffer buffer-local and nil in ephemeral
8815 group; make gnus-article-buffer, gnus-article-current, and
8816 gnus-original-article-buffer always buffer-local.
8817 (gnus-summary-exit): Kill article buffer belonging to ephemeral
8818 group.
8819 (gnus-handle-ephemeral-exit): Don't move to next summary line.
8820
8821 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8822
8823 * nnml.el (nnml-request-compact-group): Compressed files might not
8824 have .gz extension.
8825
8826 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8829 (mm-copy-to-buffer): Use with-current-buffer.
8830 (mm-display-part): Simplify.
8831 (mm-inlinable-p): Add optional arg `type'.
8832
8833 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8836 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8837 Try harder to show the attachment internally or externally using
8838 gnus-mime-view-part-as-type.
8839
8840 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8841
8842 * message.el (message-from-style, message-signature-separator)
8843 (message-user-organization-file, message-send-mail-function)
8844 (message-citation-line-function, message-yank-prefix)
8845 (message-indent-citation-function, message-signature)
8846 (message-signature-file, message-signature-insert-empty-line):
8847 Remove autoloads.
8848
8849 * gnus-art.el (gnus-buttonized-mime-types): Remove
8850 "multipart/signed". Revert 2006-04-26 change.
8851
8852 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8853
8854 * gnus.el (gnus-version-number): Bump version.
8855
8856 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8857
8858 * gnus.el: No Gnus v0.5 is released.
8859
8860 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8861
8862 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8863 fetching articles by message-id.
8864
8865 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8866
8867 * message.el (hashcash): Require hashcash as normal.
8868
8869 * ecomplete.el (ecomplete-highlight-match-line): Use
8870 point-at-eol.
8871 (ecomplete-highlight-match-line): Use `highlight', because that
8872 face exists in both Emacs and XEmacs.
8873
8874 * message.el (message-display-abbrev): Use point-at-bol.
8875
8876 * mail-source.el: Don't require timer/timer-funcs.
8877
8878 * gnus-async.el: Ditto.
8879
8880 * password.el: Ditto.
8881
8882 * mm-url.el: Ditto.
8883
8884 * mm-util.el: Require timer/timer-funcs.
8885
8886 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8887
8888 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8889 Close.
8890
8891 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8892
8893 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8894 unibyte after clear-decrypt function runs.
8895
8896 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8897 returns as a unibyte string.
8898
8899 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
8900
8901 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8902 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8903 (mml1991-pgg-encrypt): Ditto.
8904
8905 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8906
8907 * message.el (message-user-organization-file): Check several
8908 locations of the organization file.
8909
8910 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8911 Add gnus-article-view-part-as-type.
8912
8913 * gnus-art.el (gnus-article-view-part-as-type): New function.
8914
8915 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8916 .mobi and .travel. Remove .nato, .bitnet and .uucp.
8917
8918 * mml.el: Simplify autoload.
8919 (mml-mode): defvar dnd-protocol-alist instead of using
8920 symbol-value.
8921 (mml-default-directory): New variable.
8922 (mml-minibuffer-read-file): Use it.
8923 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8924
8925 * message.el (message-citation-line-format): New variable.
8926 (message-insert-formated-citation-line): New function.
8927 (message-citation-line-function): Add
8928 `message-insert-formated-citation-line' to custom type.
8929
8930 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8931 to doc string.
8932
8933 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8934 depending on mm-verify-option.
8935
8936 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8937
8938 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8939 binding pgg-* variables; reimplement the section which prevents
8940 MIME header from being signed.
8941 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8942 pgg-text-mode; remove a blank line at the top of body.
8943
8944 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8945 lines at the top of body; use gnus-newsgroup-charset if there's no
8946 Charset header.
8947
8948 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8949
8950 * message.el (message-self-insert-commands): Doc fix.
8951
8952 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8953 (mm-uu-pgp-encrypted-test): Ditto.
8954 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8955 between header and body; return application/pgp-encrypted handle
8956 if decryption failed; decode decrypted body by charset.
8957
8958 * mm-decode.el (mm-automatic-display): Don't make application/pgp
8959 element match to application/pgp-*.
8960
8961 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8962
8963 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8964 HTML.
8965
8966 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8967
8968 * mail-source.el (mail-source-call-script): Message the error
8969 string.
8970
8971 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8972
8973 * gnus-util.el (gnus-byte-compile): Use it.
8974
8975 2006-04-22 xyblor <fake@invalid.email> (tiny change)
8976
8977 * gnus-util.el (kill-empty-logs): New function.
8978
8979 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8980
8981 * message.el (message-mail-alias-type): Doc fix.
8982 (message-mail-alias-type-p): New function.
8983 (message-send): Use it.
8984 (message-mode): Ditto.
8985 (message-strip-forbidden-properties): Ditto.
8986
8987 * ecomplete.el (ecomplete-database-file-coding-system): New
8988 variable.
8989 (ecomplete-save): Use it.
8990 (ecomplete-setup): Use it.
8991
8992 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8993
8994 * message.el (message-self-insert-commands): New variable.
8995 (message-strip-forbidden-properties): Use it.
8996
8997 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8998
8999 * message.el (message-put-addresses-in-ecomplete): Use a regexp
9000 that doesn't make XEmacs choke.
9001
9002 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
9003
9004 * gnus-util.el (gnus-replace-in-string):
9005 Prefer replace-regexp-in-string over of replace-in-string.
9006
9007 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9008
9009 * gnus-util.el (gnus-select-frame-set-input-focus):
9010 Use select-frame-set-input-focus if it is available in XEmacs; use
9011 definition defined in Emacs 22 for old Emacsen.
9012
9013 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9014
9015 * mm-view.el (mm-inline-text): Use equal instead of equalp.
9016
9017 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
9018
9019 * gnus-registry.el (gnus-registry-cache-save): Remove text
9020 properties when saving via the temp buffer.
9021
9022 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9023
9024 * message.el (message-generate-hashcash): Honor custom type.
9025
9026 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9027
9028 * message.el (message-generate-hashcash): Default to non-nil when
9029 hashcash is found.
9030
9031 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9032 (gnus-refer-thread-limit): Increase default to 500.
9033
9034 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9035
9036 * flow-fill.el (fill-flowed): Allow delete-space.
9037
9038 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9039
9040 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9041 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9042 Remove autoloads.
9043
9044 2006-04-18 Simon Josefsson <jas@extundo.com>
9045
9046 * message.el (message-generate-hashcash): Default to.
9047
9048 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9049
9050 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9051 concatenating segments rather than before concatenating them.
9052
9053 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9054
9055 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9056
9057 * imap.el (imap-quote-specials): New function.
9058 (imap-login-auth): Quote specials.
9059
9060 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9061
9062 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9063
9064 * message.el (message-forward-make-body-plain): Allow
9065 message-forward-ignored-headers to be a list.
9066 (message-remove-ignored-headers): Factor out into function.
9067 (message-forward-make-body-mml): Use it.
9068 * rfc2231.el (rfc2231-parse-string): Remove dead code.
9069 (rfc2231-parse-string): Allow concatanation of parameters that
9070 aren't contiguous. The test case is
9071 (mail-header-parse-content-type "message/external-body;
9072 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9073 access-type=LOCAL-FILE;
9074 name*1*=plugh%2fhello-sailor%2fbing.pdf")
9075
9076 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * nntp.el (nntp-accept-process-output): Return the value of
9079 `nnheader-accept-process-output'.
9080
9081 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9082
9083 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9084 (gnus-button-alist): Recognize more diff formats.
9085 (gnus-button-patch): Strip directory.
9086
9087 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9088
9089 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9090 Emacs 22 when setting focus.
9091
9092 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9093
9094 * gnus-art.el (gnus-article-treat-types): Do treatment of
9095 text/x-verbatim parts.
9096 (gnus-button-patch): New command.
9097
9098 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9099 addresses that contain invalid characters.
9100
9101 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9102
9103 * message.el (message-put-addresses-in-ecomplete): Use
9104 gnus-replace-in-string.
9105 (message-is-yours-p): Use the more correct
9106 mail-header-parse-address instead of
9107 mail-extract-address-components.
9108 (message-put-addresses-in-ecomplete): Fix typo.
9109
9110 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9111 keystroke.
9112
9113 * gnus-art.el (gnus-treatment-function-alist): Change order of
9114 newsgroups/generic header folding to avoid double-folding.
9115
9116 * message.el (message-hidden-headers): Add X-Draft-From.
9117
9118 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9119 command.
9120 (gnus-summary-repeat-search-article-backward): New command.
9121
9122 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9123 groups in the parent topic.
9124
9125 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
9126
9127 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9128 (spam-extra-header-to-number): Return the CRM114 number as a
9129 number instead of a string.
9130
9131 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9132
9133 * gnus-art.el (gnus-face-properties-alist): Moved here from
9134 gnus-fun.
9135
9136 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9137
9138 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9139
9140 * message.el (message-strip-forbidden-properties): Only display on
9141 self-insert-command.
9142
9143 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9144 reindent.
9145 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9146
9147 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
9148
9149 * smiley.el (smiley-style): Fix typo.
9150
9151 2006-03-23 Kenichi Handa <handa@m17n.org>
9152
9153 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
9154 instead of set-buffer-multibyte.
9155
9156 2006-03-23 Kenichi Handa <handa@m17n.org>
9157
9158 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9159 buffer and then decode the buffer text if necessary.
9160 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9161 first, and after mm-encode-body, change the buffer to unibyte.
9162
9163 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9164
9165 * hashcash.el (hashcash-insert-payment-async-2): Use
9166 message-goto-eoh instead of doing it manually.
9167 (mail-add-payment): Use message-narrow-to-header instead of trying
9168 to do the same itself.
9169
9170 * message.el (message-hidden-headers): Add Face.
9171
9172 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9173 reparenting code.
9174 (gnus-summary-reparent-children): Refactored out code.
9175 (gnus-summary-thread-map): New keystroke.
9176 (gnus-summary-reparent-children): Make into command.
9177
9178 * smiley.el (smiley-style): Default to `medium' if using a large
9179 font.
9180
9181 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9182 does it itself.
9183
9184 * message.el (message-point-in-header-p): Simplify definition.
9185
9186 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9187
9188 * nnagent.el (nnagent-request-set-mark): Silence log file
9189 writing.
9190 (nnagent-request-set-mark): Use write-region instead of
9191 append-to-file.
9192
9193 * gnus-sum.el (gnus-read-header): Fudge article number if using a
9194 strange select method.
9195
9196 * ecomplete.el (ecomplete-display-matches): Get highlightling
9197 right.
9198 (ecomplete-display-matches): Use literals.
9199 (ecomplete-display-matches): Disable message logging.
9200
9201 * message.el (message-display-abbrev): Small optimization.
9202
9203 * ecomplete.el (ecomplete-display-matches): Allow automatic
9204 display.
9205
9206 * message.el (message-strip-forbidden-properties): Display
9207 abbrevs.
9208 (message-display-abbrev): Get automatic display right.
9209
9210 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9211 keystrokes.
9212
9213 2006-04-13 Romain Francoise <romain@orebokech.com>
9214
9215 TODO: Backport to v5-10!
9216
9217 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9218 Moved here (and renamed) from gnus-registry.el.
9219
9220 * gnus-registry.el: Require gnus-util.
9221 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9222
9223 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9224
9225 * gnus-group.el (gnus-group-catchup-current): Change
9226 if-then-else-if-then-else into cond.
9227 (gnus-group-catchup): Indent.
9228 (group-name-at-point): New function.
9229 (gnus-fetch-group): Provide default from thing at point.
9230
9231 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9232
9233 * message.el (message-display-abbrev): Fix regexp.
9234
9235 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9236 choosing.
9237 (ecomplete-highlight-match-line): Fix up code rewrite, remove
9238 dead variables.
9239
9240 * message.el (message-newline-and-indent): Remove debugging.
9241 (message-display-abbrev): Use new implementation.
9242
9243 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9244
9245 * gnus-art.el (gnus-article-mode): Set
9246 cursor-in-non-selected-windows to nil.
9247
9248 * smiley.el: Revert previous change.
9249 (smiley-data-directory): defvar it before using it in the
9250 defcustom of `smiley-style'.
9251
9252 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9253
9254 * message.el (message-newline-and-indent): New function.
9255
9256 * ecomplete.el: Implement more bits.
9257
9258 * message.el (message-put-addresses-in-ecomplete): Clean up the
9259 string.
9260
9261 * ecomplete.el (ecomplete-add-item): Chop off decimals.
9262
9263 * gnus-sum.el (gnus-summary-save-parts): Bind
9264 gnus-summary-save-parts-counter and use it to make unique file
9265 names.
9266
9267 * gnus-art.el (gnus-ignored-headers): Add some more headers.
9268
9269 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9270 parameter to say whether to actually parse the individual
9271 addresses.
9272
9273 * message.el (message-put-addresses-in-ecomplete): New function.
9274 (ecomplete): Require.
9275 (message-mail-alias-type): Add ecomplete as an option.
9276
9277 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
9278
9279 * flow-fill.el (fill-flowed): Remove trailing space from blank
9280 quoted lines.
9281
9282 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9283
9284 * smiley.el (smiley-style): Move definition later to avoid a
9285 compilation warning.
9286
9287 2006-04-12 Kenichi Handa <handa@m17n.org>
9288
9289 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9290 buffer and then decode the buffer text if necessary.
9291 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9292 first, and after mm-encode-body, change the buffer to unibyte.
9293 Use mm-disable-multibyte instead of set-buffer-multibyte.
9294
9295 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
9296
9297 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9298 Content-Type header instead of Content-Disposition header.
9299 (gnus-mime-inline-part): Ditto.
9300 (gnus-mime-view-part-as-charset): Ignore charset that the part
9301 specifies.
9302
9303 * mm-decode.el (mm-display-part): Work with external parts and
9304 usual parts similarly.
9305
9306 * mm-extern.el (mm-inline-external-body): Use mm-display-part
9307 instead of gnus-display-mime.
9308
9309 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9310 instead of with-temp-buffer.
9311
9312 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9313 tag to summarized topics part in order to encode non-ASCII text.
9314
9315 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9316
9317 * smiley.el (smiley-style): New variable.
9318 (smiley-directory): New function.
9319 (smiley-data-directory): Derive from `smiley-style' using
9320 `smiley-directory'.
9321 (smiley-regexp-alist): Add new entries.
9322
9323 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9324 (gnus-article-browse-delete-temp): Add :version.
9325
9326 2006-04-11 Arne Jørgensen <arne@arnested.dk>
9327
9328 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9329 the sieve region.
9330
9331 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9332
9333 * gnus.el (gnus-version-number): Bump version.
9334
9335 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9336
9337 * gnus.el: No Gnus v0.4 is released.
9338
9339 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9340
9341 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9342 layout.
9343
9344 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9345 unknown charset.
9346
9347 * message.el (message-header-synonyms): Add Original-To to the
9348 default.
9349
9350 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9351 optional parameter.
9352
9353 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
9354
9355 * gnus-fun.el (gnus): Require it for gnus-directory.
9356
9357 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9358
9359 * gnus-fun.el (gnus-face-properties-alist): Add :version.
9360
9361 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9362
9363 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9364
9365 2006-04-05 Simon Josefsson <jas@extundo.com>
9366
9367 * password.el (password-reset): New function.
9368
9369 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9370
9371 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9372 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9373
9374 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9375
9376 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9377 Some whitespace was matched into the url, which broke browsing hits
9378 > 100 when mm-url-use-external was nil.
9379
9380 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
9381
9382 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9383 gnus-extra-headers for 'Newsgroups.
9384
9385 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9386 bound.
9387
9388 2006-04-04 Daiki Ueno <ueno@unixuser.org>
9389
9390 * pgg-gpg.el: Clean up process buffers every time gpg processes
9391 complete.
9392
9393 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
9394
9395 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9396 doc string.
9397
9398 2006-04-03 Daiki Ueno <ueno@unixuser.org>
9399
9400 * pgg-gpg.el (pgg-gpg-process-filter)
9401 (pgg-gpg-wait-for-completion): Check if buffer is alive.
9402
9403 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9404 lines, temporary fix.
9405
9406 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9407
9408 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9409
9410 2006-03-29 Daiki Ueno <ueno@unixuser.org>
9411
9412 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9413 default-enable-multibyte-characters. This reverts the change from
9414 revision 6.17 which is no longer necessary because the passphrase
9415 is sent separately now. GnuPG messages are unreadable under
9416 multibyte locales with default-enable-multibyte-characters set to
9417 nil.
9418
9419 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9420
9421 * message.el (message-tool-bar-gnome): Move "spell".
9422
9423 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9424
9425 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9426 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
9427 instead.
9428
9429 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
9430
9431 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9432 newsgroups handling for NNTP overviews which don't include
9433 Newsgroups.
9434
9435 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9436
9437 * message.el (message-resend): Bind message-generate-hashcash to nil.
9438
9439 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9440
9441 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9442 when searching for already-paid recipients.
9443
9444 2006-03-27 Daiki Ueno <ueno@unixuser.org>
9445
9446 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9447 passphrases when it is not needed.
9448 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9449 passphrase stuff from gpg, should only be necessary when you use
9450 gpg with a smartcard.
9451
9452 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9453
9454 * mml.el (mml-insert-mime): Ignore cached contents of
9455 message/external-body part.
9456
9457 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9458 (mm-insert-part): Ditto.
9459
9460 2006-03-23 Simon Josefsson <jas@extundo.com>
9461
9462 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9463 Reiner.
9464 (pgg-gpg-use-agent-p): Use it again.
9465
9466 2006-03-23 Simon Josefsson <jas@extundo.com>
9467
9468 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9469 older emacsen.
9470 (pgg-gpg-use-agent-p): Don't use it.
9471
9472 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9473
9474 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9475 if we can.
9476
9477 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
9478
9479 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9480 (pgg-gpg-update-agent): New function.
9481 (pgg-gpg-use-agent-p): New function.
9482 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9483 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9484 (pgg-gpg-sign-region): Use it.
9485
9486 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
9487
9488 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9489 Reported by Ralf Wachinger <rwachinger@gmx.de>.
9490
9491 2006-03-21 Simon Josefsson <jas@extundo.com>
9492
9493 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9494 <wilde@sha-bang.de>.
9495 (pgg-gpg-use-agent): New variable.
9496 (pgg-gpg-process-region): Use it.
9497 (pgg-gpg-encrypt-region): Likewise.
9498 (pgg-gpg-encrypt-symmetric-region): Likewise.
9499 (pgg-gpg-decrypt-region): Likewise.
9500 (pgg-gpg-sign-region): Likewise.
9501 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9502
9503 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9504
9505 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9506
9507 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9508 Add comment on version.
9509
9510 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9511
9512 * smiley.el: Add missing test smiley.
9513
9514 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9515
9516 * mm-decode.el (mm-with-part): New macro.
9517 (mm-get-part): Use it; work with message/external-body as well.
9518 (mm-save-part): Treat name and filename equally.
9519
9520 * mm-extern.el (mm-extern-cache-contents): New function.
9521 (mm-inline-external-body): Use it; force the part to be displayed;
9522 move undisplayer added to the cached handle to the parent.
9523
9524 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9525 (gnus-mime-view-part-as-type): Work with message/external-body.
9526
9527 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9528
9529 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9530
9531 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9532 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
9533 Emacs.]
9534
9535 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
9536
9537 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9538 path rather than symbol. Always return list of directories.
9539 Guarantee that image directory comes first. [Sync with image.el,
9540 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
9541
9542 * message.el (message-make-tool-bar): Adjust to new API of
9543 `gmm-image-load-path-for-library'.
9544
9545 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9546
9547 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9548
9549 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9550
9551 * gnus-art.el (gnus-article-only-boring-p):
9552 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9553 intangible text.
9554 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9555
9556 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
9557
9558 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
9559 `defun' instead of `gmm-defun-compat'.
9560
9561 2006-03-14 Simon Josefsson <jas@extundo.com>
9562
9563 * message.el (message-unique-id): Don't use message-number-base36
9564 if (user-uid) is a float.
9565 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9566
9567 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9568
9569 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9570
9571 * gnus-art.el (gnus-mime-display-single): Make sure there is an
9572 empty line between a part and a message part.
9573
9574 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9575
9576 * smiley.el: Add more test smileys.
9577 (smiley-data-directory, smiley-regexp-alist)
9578 (gnus-smiley-file-types): Fix doc strings.
9579 (smiley-update-cache): Clear smiley-cached-regexp-alist before
9580 adding new elements.
9581 (smiley-mouse-map): Unused code. Make it a comment.
9582
9583 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9584
9585 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9586 scan latest NoCeM messages instead of old ones.
9587 (gnus-nocem-check-article): Fix regexps so as to match to PGP
9588 delimiters that are recently used.
9589 (gnus-nocem-load-cache): Add autoload cookie.
9590
9591 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9592
9593 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9594 level which is larger than gnus-use-nocem is specified.
9595
9596 * gnus-group.el (gnus-group-get-new-news): Ditto.
9597
9598 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9599
9600 * gnus-util.el (gnus-tool-bar-update): New function.
9601
9602 * gnus-group.el (gnus-group-update-tool-bar): New variable.
9603 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9604
9605 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9606
9607 * gnus-group.el (gnus-group-redraw-when-idle)
9608 (gnus-group-redraw-check): Remove.
9609 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9610
9611 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9612
9613 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9614 if optional last element is specified in splits (FIELD VALUE...).
9615
9616 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9617
9618 * message.el (message-make-tool-bar): Rename gmm-image-load-path
9619 to gmm-image-load-path-for-library. Call with no-error argument.
9620 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9621
9622 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9623
9624 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9625
9626 * gmm-utils.el (gmm-image-load-path): Remove alias.
9627
9628 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
9629
9630 * gmm-utils.el (gmm-image-load-path): Add alias.
9631
9632 * nnml.el (nnml-generate-nov-databases-directory): Rename from
9633 nnml-generate-nov-databases-1.
9634 (nnml-generate-nov-databases): Use it.
9635 (nnml-generate-nov-databases-directory): Document no-active
9636 argument.
9637
9638 * gmm-utils.el (gmm-image-load-path-for-library): Return single
9639 directory if path is t. Add no-error.
9640
9641 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9642 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9643
9644 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9645 resetting gnus-article-browse-html-temp-list.
9646
9647 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9648 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
9649 Add example to docstring. Rename local variables. Move error
9650 checks to default case in cond and simplify.
9651
9652 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
9653
9654 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9655 handle is multipart when calling it recursively.
9656 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9657
9658 2006-03-03 Daniel Pittman <daniel@rimspace.net>
9659
9660 * nnimap.el (nnimap-request-update-info-internal): Optimize.
9661 Don't `gnus-uncompress-range' to avoid excessive memory usage.
9662
9663 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9664
9665 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9666 is loaded.
9667
9668 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9669 loaded.
9670
9671 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9672
9673 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9674 to "Emacs 23 (unicode)" in doc string.
9675
9676 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9677 "Emacs 23 (unicode)" in comment.
9678
9679 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9680
9681 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9682
9683 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9684 characters 160 through 255 in Emacs 23.
9685
9686 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9687
9688 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9689 gnus-article-browse-html-temp.
9690 (gnus-article-browse-delete-temp): Make it customizable. Add
9691 `file'. Adjust doc string.
9692 (gnus-article-browse-delete-temp-files): Add argument. Allow
9693 query for each file. Adjust doc string.
9694 (gnus-article-browse-html-parts): Add
9695 `gnus-article-browse-delete-temp-files' to
9696 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9697
9698 2006-03-02 Hynek Schlawack <hynek@ularx.de>
9699
9700 * gnus-art.el (gnus-article-browse-html-temp)
9701 (gnus-article-browse-delete-temp): New variables.
9702 (gnus-article-browse-delete-temp-files): New function.
9703 (gnus-article-browse-html-parts): Use it.
9704
9705 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9706
9707 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9708
9709 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9710 string.
9711
9712 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9713 gnus-summary-insert-new-articles when unplugged. Remove
9714 gnus-summary-search-article-forward.
9715
9716 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9717 display-visual-class instead of display-color-cells.
9718
9719 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
9720
9721 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9722 message/* containing non-ASCII text properly.
9723
9724 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
9725
9726 * message.el: Require gmm-utils, remove autoloads.
9727 (message-tool-bar): Set default based on
9728 gmm-tool-bar-style.
9729 (message-tool-bar-gnome): Add gmm-customize-mode.
9730
9731 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9732 gmm-tool-bar-style.
9733 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9734
9735 * gnus-group.el (gnus-group-tool-bar): Set default based on
9736 gmm-tool-bar-style.
9737 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9738
9739 * gmm-utils.el (gmm-image-directory): Rename variable from
9740 gmm-image-load-path.
9741 (gmm-image-load-path): Use gmm-image-directory.
9742 (gmm-customize-mode): New function.
9743 (gmm-tool-bar-style): New variable.
9744
9745 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9746 gnus-group-redraw-line-number.
9747 (gnus-group-redraw-check): Simplify.
9748 (gnus-group-tool-bar-update): Remove redraw check.
9749 (gnus-group-make-tool-bar): Add redraw check.
9750
9751 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
9752
9753 * gnus-art.el (gnus-button): Add missing parentheses.
9754
9755 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9756
9757 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9758
9759 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
9760
9761 * gnus-art.el (gnus-button): New face.
9762 (gnus-article-button-face): Use it.
9763
9764 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9765 gnus-summary-next-page. Re-order.
9766
9767 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9768 next-node are now included.
9769 (gnus-group-redraw-line-number): New internal variable.
9770 (gnus-group-redraw-check): Helper function for updating the tool
9771 bar.
9772 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9773
9774 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9775
9776 * spam.el (spam-spamassassin-score-regexp): New internal variable.
9777 (spam-extra-header-to-number, spam-check-spamassassin-headers):
9778 Use it to match format of Spamassassin 3.0 and later. Reported by
9779 IRIE Tetsuya <irie@t.email.ne.jp>.
9780 (spam-check-bogofilter)
9781 (spam-bogofilter-register-with-bogofilter): Fix args of
9782 `gnus-error' calls.
9783
9784 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
9785
9786 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9787 unnecessary interaction when sending queued mails. Reported by
9788 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9789
9790 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9791
9792 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9793 first or last are nil.
9794
9795 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9796
9797 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9798
9799 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9800
9801 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9802
9803 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9804
9805 * dns.el (query-dns): Protect more against buggy tcp output.
9806
9807 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
9808
9809 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9810 nov.php.
9811
9812 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9813
9814 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9815 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9816 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
9817 output on the server side.
9818 (nnweb-google-create-mapping): Update regexps and add some
9819 progress indication.
9820
9821 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
9822
9823 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9824 gnus-agent-toggle-plugged. Re-order icons.
9825 (gnus-group-tool-bar-gnome): Add
9826 gnus-group-{prev,next}-unread-group.
9827 (gnus-group-tool-bar-gnome): Re-order icons.
9828
9829 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9830 gnus-summary-insert-new-articles.
9831
9832 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9833 comments.
9834
9835 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
9836 also available in Emacs 21.3.
9837
9838 * message.el (message-fix-before-sending): Change "Emacs 22" to
9839 "Emacs 23 (unicode)" in comment.
9840
9841 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9842 "Emacs 23 (unicode)" in comment.
9843
9844 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9845 comment.
9846 (mm-coding-system-p): Add comment about no-MULE XEmacs.
9847
9848 * mm-view.el (mm-fill-flowed): Add :version.
9849
9850 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
9851
9852 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9853 and load-path.
9854
9855 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
9856
9857 * message.el: Autoload gmm-image-load-path.
9858 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9859 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
9860 consitency.
9861
9862 * gmm-utils.el (gmm-image-load-path): Also search in
9863 "../etc/images". Don't set gmm-image-load-path if we don't find
9864 the image.
9865
9866 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
9867
9868 * gmm-utils.el (gmm-image-load-path): Don't make
9869 `gmm-image-load-path' include subdirectories which the second arg
9870 `image' might specify.
9871
9872 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9873 subdirectory to icon file names.
9874
9875 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9876
9877 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
9878
9879 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9880 gmm-image-load-path calls.
9881
9882 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9883
9884 * message.el (message-make-tool-bar): Ditto.
9885
9886 * mml.el (mml-preview): Added comment concerning tool bar icons.
9887
9888 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9889 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9890
9891 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9892 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9893
9894 * message.el (message-tool-bar-gnome): Use new icon names.
9895 (message-make-tool-bar): Use `gmm-image-load-path'.
9896
9897 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9898 functions from MH-E.
9899 (gmm-image-load-path): New variable from MH-E.
9900 (gmm-image-load-path): New function from MH-E. Added arguments
9901 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
9902 *-image-load-path-called-flag.
9903
9904 2006-02-21 Milan Zamazal <pdm@brailcom.org>
9905
9906 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9907
9908 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
9909
9910 * nnimap.el (nnimap-request-move-article): Change folder back to
9911 source group before deleting.
9912
9913 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
9914
9915 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9916
9917 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9918 mm-url.
9919
9920 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9921
9922 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
9923
9924 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9925 coding system which mm-charset-to-coding-system returns for a
9926 given charset is valid.
9927
9928 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
9929
9930 * html2text.el (html2text-remove-tag-list):
9931 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9932
9933 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9934
9935 * gnus-cus.el: Revert 2005-10-17 change.
9936
9937 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
9938
9939 * gnus-art.el (article-strip-banner): Call
9940 article-really-strip-banner only when the regexp match is made.
9941
9942 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
9943
9944 * gnus-art.el (article-strip-banner): Use
9945 gnus-extract-address-components instead of
9946 mail-header-parse-addresses to make it work with non-ASCII text;
9947 remove mail-encode-encoded-word-string.
9948
9949 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9950 values which are surrounded with \"...\"; make it never cause a
9951 Lisp error; give up parsing of parameters if it failed in
9952 extracting type.
9953
9954 2006-02-14 Arne Jørgensen <arne@arnested.dk>
9955
9956 * smime.el (smime-cert-by-ldap-1): Fix bug where
9957 `smime-ldap-search' returns results without userCertificates.
9958
9959 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
9960
9961 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9962
9963 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9964
9965 * spam.el (spam-check-spamassassin-headers): Adapt format for
9966 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
9967 <ari@mbf.ocn.ne.jp>.
9968 (spam-list-of-processors): Add spam-use-gmane.
9969
9970 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9971
9972 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9973 make-temp-file; make it work with XEmacs as well.
9974
9975 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9976 mm-make-temp-file.
9977
9978 * mm-decode.el (mm-display-external): Use the 3rd arg of
9979 mm-make-temp-file.
9980 (mm-create-image-xemacs): Ditto.
9981
9982 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9983
9984 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9985 with message-narrow-to-headers.
9986 (gnus-draft-setup): Narrow to header to run message-fetch-field.
9987 (gnus-draft-check-draft-articles): New function.
9988 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9989
9990 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9991
9992 * gnus-art.el (gnus-article-browse-html-parts):
9993 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9994 Don't use suffix argument for mm-make-temp-file for Emacs 21
9995 compatibility. Remove useless `format'.
9996
9997 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9998
9999 * nnweb.el (nnweb-google-wash-article): Update regexps.
10000 (nnweb-group-alist): Use defvoo instead of defvar.
10001
10002 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10003
10004 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10005 re-loading nn* modules.
10006
10007 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10008
10009 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10010 for `tool-bar-mode' and don't check it's default-value.
10011
10012 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10013
10014 * message.el (message-make-tool-bar): Ditto.
10015
10016 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10017 `substring'. Shorten tmp-file name.
10018
10019 * gnus.el: Remove bogus comment.
10020
10021 2006-02-10 Hynek Schlawack <hynek@ularx.de>
10022
10023 * gnus-art.el (gnus-article-browse-html-parts): New function.
10024 (gnus-article-browse-html-article): New function for viewing html
10025 articles with a browser.
10026
10027 2006-02-09 Daiki Ueno <ueno@unixuser.org>
10028
10029 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10030 (mml2015-pgg-encrypt): Ditto.
10031
10032 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10033 (mml1991-pgg-encrypt): Ditto.
10034
10035 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10036
10037 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10038 message-make-date instead of current-time-string.
10039
10040 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10041 to gnus-decoded which mm-uu might set.
10042
10043 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10044
10045 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10046 don't decode quoted parameters; remove misimported Emacs code.
10047 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10048 (rfc2231-decode-encoded-string): Don't use split-string which
10049 behaves differently according to Emacs version; use
10050 mm-decode-coding-region to convert charset to coding-system.
10051 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10052 (rfc2231-encode-string): Remove misimported Emacs code.
10053
10054 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10055
10056 * gnus-art.el (article-decode-charset): Don't use ignore-errors
10057 when calling mail-header-parse-content-type.
10058 (article-de-quoted-unreadable): Ditto.
10059 (article-de-base64-unreadable): Ditto.
10060 (article-wash-html): Ditto.
10061
10062 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10063 calling mail-header-parse-content-type and
10064 mail-header-parse-content-disposition.
10065 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10066 mail-header-parse-content-type.
10067
10068 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10069 insert charset and format parameters; encode description after
10070 inserting it to buffer.
10071 (mml-insert-parameter): Fold lines properly even if a parameter is
10072 segmented into two or more lines; change the max column to 76.
10073
10074 * rfc1843.el (rfc1843-decode-article-body): Don't use
10075 ignore-errors when calling mail-header-parse-content-type.
10076
10077 * rfc2231.el (rfc2231-parse-string): Return at least type if
10078 possible; don't cause an error even if it fails in parsing of
10079 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10080 (rfc2231-encode-string): Don't break lines at the beginning, leave
10081 it to mml-insert-parameter.
10082
10083 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10084 calling mail-header-parse-content-type.
10085
10086 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
10087
10088 * spam-report.el (spam-report-gmane-use-article-number):
10089 Improve doc string.
10090 (spam-report-gmane-internal): Check if a suitable header was found
10091 in the article.
10092
10093 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
10094
10095 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10096 (rfc2231-encode-string): Make param*=value always begin with LWSP.
10097
10098 2006-02-05 Romain Francoise <romain@orebokech.com>
10099
10100 Update copyright notices of all files in the gnus directory.
10101
10102 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10103
10104 * nnweb.el (nnweb-request-group): Avoid growing overview files.
10105
10106 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
10107
10108 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10109 segmented lines of parameter value to cope with Thunderbird 1.5
10110 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10111 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10112 (rfc2231-encode-string): Don't make lines exceeding 76 column.
10113
10114 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
10115
10116 * mml.el (mml-generate-mime-1): Correct the order of inline signed
10117 parts.
10118
10119 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10120
10121 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10122 there's only one active file for all servers.
10123 (nnweb-request-scan): Make sure nnweb-articles is initialized on
10124 solid groups. Gnus might have used a FAST request to select the group.
10125 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10126 and nnweb-search redundantly in the active file.
10127 (nnweb-request-list): Don't list bogus groups. There can only be one.
10128 (nnweb-request-create-group): Don't use ARGS.
10129 (nnweb-possibly-change-server, nnweb-request-group): Remove some
10130 initialisations. Let nnoo do the work.
10131
10132 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
10133
10134 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10135 Say the part has been decoded.
10136
10137 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10138
10139 2006-01-31 Kevin Ryde <user42@zip.com.au>
10140
10141 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10142 mailcap-viewer-test-cache when there's no 'test clause, since that
10143 will invert the meaning of a "nil" test previously determined by
10144 mailcap-mailcap-entry-passes-test.
10145
10146 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
10147
10148 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10149 compiling.
10150
10151 * gnus-sum.el: Ditto.
10152
10153 * message.el: Don't bind tool-bar-map when compiling.
10154
10155 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
10156
10157 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10158
10159 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10160
10161 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10162 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10163 current Google Groups.
10164
10165 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
10166
10167 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10168 and tool-bar-mode.
10169
10170 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10171 and tool-bar-mode.
10172
10173 * message.el (message-tool-bar-update): Simplify.
10174 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10175
10176 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10177 gnus-summary-buffer.
10178 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10179 gnus-summary-reply.
10180
10181 * gmm-utils.el (gmm): Add :version.
10182
10183 2006-01-26 Steve Youngs <steve@sxemacs.org>
10184
10185 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10186 autoload.
10187
10188 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
10189
10190 * gmm-utils.el (gmm-verbose): Add :group.
10191
10192 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
10193
10194 * message.el: Change some comments WRT tool-bars.
10195
10196 * gnus-sum.el (gnus-summary-tool-bar)
10197 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10198 (gnus-summary-tool-bar-zap-list): New variables.
10199 (gnus-summary-make-tool-bar): Complete rewrite using
10200 `gmm-tool-bar-from-list'.
10201
10202 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10203 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10204 variables.
10205 (gnus-group-make-tool-bar): Complete rewrite using
10206 `gmm-tool-bar-from-list'.
10207 (gnus-group-tool-bar-update): New function.
10208
10209 * message.el (message-mode-field-menu): Add "Show hidden Headers".
10210
10211 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
10212
10213 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10214 is dissected into a single part of which the type is the same as
10215 the given one; decode charset.
10216
10217 2006-01-21 Kevin Ryde <user42@zip.com.au>
10218
10219 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10220 into alists as symbol not string, since that's what
10221 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10222 look for.
10223
10224 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
10225
10226 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10227 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10228
10229 * message.el (message-tool-bar-gnome): Use gmm-ignore.
10230
10231 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10232
10233 * gnus-art.el (gnus-mime-security-button-commands): New variable.
10234 (gnus-mime-security-button-menu): New definition.
10235 (gnus-mime-security-button-map): Use them.
10236 (gnus-mime-security-button-menu): New function.
10237 (gnus-insert-mime-security-button): Addition to help echo.
10238 (gnus-mime-security-run-function, gnus-mime-security-save-part)
10239 (gnus-mime-security-pipe-part): New functions.
10240
10241 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10242 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10243
10244 * mm-decode.el (mm-handle-set-disposition): Remove.
10245 (mm-handle-set-description): Remove.
10246
10247 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10248
10249 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10250 (mm-w3m-standalone-supports-m17n-p): New function.
10251 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10252 w3m usage.
10253
10254 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10255 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10256
10257 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10258
10259 * message.el (message-tool-bar-zap-list): Use
10260 gmm-tool-bar-zap-list as custom type.
10261 (message-tool-bar-update): New function.
10262 (message-tool-bar, message-tool-bar-gnome)
10263 (message-tool-bar-retro): Add message-tool-bar-update.
10264 (message-tool-bar-gnome): Add flyspell-buffer.
10265
10266 * gnus-util.el (gnus-error): Describe `args'.
10267
10268 * gmm-utils.el (gmm-error): Describe `args'.
10269 (gmm-tool-bar-zap-list): New widget.
10270 (gmm-tool-bar-from-list): Improve description of `zap-list'.
10271
10272 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10273
10274 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10275 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10276 the number of recursive calls.
10277
10278 * mm-decode.el (mm-handle-set-disposition): New macro.
10279 (mm-handle-set-description): New macro.
10280
10281 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10282
10283 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10284 encoding.
10285
10286 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10287
10288 * message.el (message-tool-bar-zap-list, message-tool-bar)
10289 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10290 (message-tool-bar-local-item-from-menu): Remove.
10291 (message-tool-bar-map): Replace by `message-make-tool-bar'.
10292 (message-make-tool-bar): New function.
10293 (message-mode): Use `message-make-tool-bar'.
10294
10295 * gmm-utils.el: New file.
10296 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10297 (gmm-lazy): New widget copied from `nnmail.el'.
10298 (gmm-tool-bar-from-list): New function for creating customizable
10299 tool bars.
10300 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
10301 output.
10302 (gmm): Add :prefix to defgroup.
10303
10304 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
10305
10306 * gmm-utils.el (gmm-widget-p): New function.
10307
10308 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10309
10310 * mml.el (mml-attach-file): Describe `description' in doc string.
10311 (mml-menu): Add Emacs MIME manual and PGG manual.
10312
10313 2006-01-20 Richard M. Stallman <rms@gnu.org>
10314
10315 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10316
10317 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
10318
10319 * nntp.el (nntp-end-of-line): Doc fix.
10320
10321 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
10322
10323 * imap.el (imap-open): Handle case where buffer is a buffer
10324 object.
10325
10326 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10327
10328 * gnus-delay.el (gnus-delay): Don't autoload.
10329 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10330 to be re-loaded when customizing the `gnus-delay' group.
10331
10332 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
10333
10334 * message.el (message-insert-citation-line): Use newlines.
10335
10336 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
10337
10338 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10339
10340 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10341
10342 2006-01-19 Mark D. Baushke <mdb@gnu.org>
10343
10344 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10345
10346 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10347
10348 * mm-decode.el (mm-inlined-types): Add application/pgp.
10349 (mm-automatic-display): Ditto.
10350
10351 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10352 part as text.
10353
10354 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10355
10356 * nnrss.el: Update copyright.
10357 (nnrss-opml-import): Query whether to subscribe to each entry.
10358
10359 * gnus-art.el:
10360 * gnus-sum.el:
10361 * mm-uu.el:
10362 * mm-view.el: Update copyright.
10363
10364 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
10365
10366 * message.el (message-info): New function.
10367 (message-mode-menu): Add it.
10368 Update copyright.
10369
10370 * ChangeLog: Fix and update copyright.
10371
10372 2006-01-13 Romain Francoise <romain@orebokech.com>
10373
10374 * message.el (message-forward-subject-name-subject): Prefer the
10375 address to 'nowhere' if the sender has no name.
10376 Fix typo. Update copyright year.
10377
10378 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10379
10380 * gnus-art.el (article-wash-html): Use
10381 gnus-summary-show-article-charset-alist if a numeric arg is given.
10382 (gnus-article-wash-html-with-w3m-standalone): New function.
10383
10384 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10385 mm-inline-text-html-render-with-w3m-standalone.
10386 (mm-text-html-washer-alist): Map w3m-standalone to
10387 gnus-article-wash-html-with-w3m-standalone.
10388 (mm-inline-text-html-render-with-w3m-standalone): New function.
10389
10390 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10391
10392 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10393 Improve LaTeX.
10394
10395 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10396
10397 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10398 (nnrss-request-article): Render text/plain parts as HTML.
10399
10400 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10401 the buffer.
10402
10403 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10404
10405 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10406 custom definition of `gnus-posting-styles'.
10407
10408 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10409 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10410
10411 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
10412
10413 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10414 Use nntp for bug archive.
10415
10416 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10417
10418 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10419 parts.
10420 (nnrss-normalize-date): New function converts ISO 8601 date into
10421 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10422 (nnrss-check-group): Use it.
10423
10424 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10425
10426 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10427
10428 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10429 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10430 (nnrss-insert-w3): Ditto.
10431
10432 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10433
10434 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10435 the articles to be forwarded including the case where neither a
10436 number of articles nor a region is specified.
10437
10438 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10439
10440 * nnrss.el (nnrss-request-article): Fix last change; fill
10441 text/plain parts.
10442
10443 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
10444
10445 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10446 in text/plain part.
10447 (nnrss-check-group): Don't add excessive newline to dc:subject.
10448
10449 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
10450
10451 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10452 article.
10453
10454 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10455
10456 * nnml.el: Don't require gnus-bcklg. Autoload it.
10457 (nnml-use-compressed-files, nnml-save-mail): Support other
10458 comression programs such as bzip2.
10459
10460 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10461
10462 * dns.el (query-dns): Make sure we check the buffer size before
10463 removing tcp headers.
10464
10465 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
10466
10467 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10468 remove MIME buttons associated with multipart/alternative parts.
10469 (gnus-mime-display-alternative): Tag buttons using `article-type'
10470 text property.
10471
10472 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10473 associated with multipart/alternative parts.
10474
10475 * gnus-art.el (gnus-signature-separator): Fix custom type.
10476
10477 * mm-decode.el (mm-inlined-types): Fix custom type.
10478 (mm-keep-viewer-alive-types): Ditto.
10479 (mm-automatic-display): Ditto.
10480 (mm-attachment-override-types): Ditto.
10481 (mm-inline-override-types): Ditto.
10482 (mm-automatic-external-display): Ditto.
10483
10484 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10485
10486 * spam-report.el (spam-report-user-mail-address)
10487 (spam-report-user-agent): New variables.
10488 (spam-report-url-ping-plain): Use spam-report-user-agent.
10489
10490 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
10491
10492 * gnus-art.el (gnus-button-handle-custom): Do not just use
10493 `customize-apropos' for any "M-x customize-*" button but the
10494 function called for. Accept both the function name and its
10495 argument in order to achieve this.
10496 (gnus-button-alist): Remove support for "custom:" URL's. Pass
10497 function name to `gnus-button-handle-custom' in case of "M-x
10498 customize-*" buttons.
10499
10500 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
10501
10502 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10503 multipart/alternative and add xref to mm-discouraged-alternatives
10504 in doc string.
10505
10506 * mm-decode.el (mm-discouraged-alternatives): Add xref to
10507 gnus-buttonized-mime-types in doc string.
10508
10509 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10510
10511 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10512 Suggest image/.* in the doc string.
10513
10514 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10515
10516 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10517 message-marks (Debian bug #342521).
10518
10519 2005-12-12 Simon Josefsson <jas@extundo.com>
10520
10521 * password.el (password-read-from-cache): Add.
10522 (password-read): Use it.
10523
10524 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
10525
10526 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10527 us-ascii as a MIME charset.
10528
10529 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10530 against the case where the 2nd arg TYPE is nil.
10531
10532 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10533
10534 * pop3.el (pop3-stream-type): Fix custom version.
10535
10536 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10537
10538 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10539
10540 * mm-decode.el (mm-display-external): Add missing cdr.
10541
10542 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
10543
10544 * mm-decode.el (mm-display-external): Use nametemplate (defined in
10545 RFC1524) if it is in mailcap or add a suffix according to
10546 mailcap-mime-extensions when generating a temp filename; postpone
10547 deleting a temp file for 2 seconds for some wrappers, shell
10548 scripts, and so on, which might exit right after having started a
10549 viewer command as a background job.
10550
10551 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10552
10553 * nntp.el (nntp-marks-directory): Fix custom group.
10554
10555 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10556 steps when < 10.
10557
10558 * gnus-start.el (gnus-no-server-1): Mention
10559 `gnus-level-default-subscribed' in doc string.
10560
10561 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10562
10563 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10564 parens.
10565
10566 2005-11-26 Dave Love <fx@gnu.org>
10567
10568 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10569 (tls-program, tls-success): Provide openssl alternative.
10570
10571 * starttls.el: Doc fixes.
10572 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10573 SERVICE to PORT.
10574
10575 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
10576 port null or service name.
10577 (starttls-negotiate): Autoload.
10578
10579 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10580
10581 * message.el (message-kill-to-signature): Fix interactive spec.
10582
10583 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10584
10585 * pop3.el (pop3-open-server): Recognize a string as a service name.
10586
10587 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
10588
10589 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10590
10591 2005-11-23 Dave Love <fx@gnu.org>
10592
10593 Add pop3s, pop3/starttls.
10594
10595 * pop3.el (pop3-authentication-scheme): Clarify doc.
10596 (open-tls-stream, starttls-open-stream): Autoload.
10597 (pop3-stream-type): New.
10598 (pop3-open-server): Use it.
10599
10600 * mail-source.el (mail-sources): Fix some :types. Add stream type
10601 for POP.
10602 (mail-source-keyword-map): Add :stream for POP.
10603 (mail-source-fetch-pop): Use pop3-stream-type.
10604
10605 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
10606
10607 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10608 of current-time-string.
10609
10610 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
10611
10612 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10613 date header.
10614
10615 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10616
10617 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10618 it can seriously impact performance as it bypasses the agent's
10619 local caches.
10620
10621 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10622
10623 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10624 must be explicitly online rather than "not explicitly offline" for
10625 its flags to be synchronized.
10626
10627 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10628 that gnus-uu-unmark-thread will function correctly.
10629
10630 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10631 1024K is instead displayed as 1M.
10632
10633 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10634
10635 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10636
10637 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
10638
10639 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10640
10641 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
10642
10643 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10644 error message to display actual error condition.
10645 (gnus-agent-save-local): Avoid saving symbols that are bound to
10646 nil as they simply result in a warning message in
10647 gnus-agent-read-local.
10648
10649 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10650
10651 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10652 rather than make-variable-buffer-local for file-precious-flag.
10653
10654 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10655
10656 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10657 for duplicates which are removed. The invalid sort check then
10658 triggers a rescan after the sort as sorting may have moved
10659 duplicate entries such that they can be cheaply detected.
10660
10661 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10664
10665 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10666
10667 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10668 internal variable to a custom variable. Changed default value
10669 from compressed(2) to uncompressed(1).
10670 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10671 support for uncompressed agentview files. Taken together, reading
10672 the agentview file should now be 6-7 times faster.
10673
10674 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
10675
10676 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10677 as a buffer-local variable. This avoids creating truncated
10678 dribble files as a result of a hang up, eg.
10679
10680 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10681
10682 * gnus-start.el (gnus-start-draft-setup): Enforce
10683 `gnus-draft-mode' for nndraft:drafts at startup.
10684
10685 * gnus.el (gnus-splash): Change custom group.
10686 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10687 allow-list argument.
10688
10689 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10690 string.
10691
10692 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10693
10694 * gnus-art.el (gnus-default-article-saver): Add user-defined
10695 `function' to custom type.
10696
10697 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10698
10699 * imap.el (imap-open): Handle case where buffer is a buffer
10700 object.
10701
10702 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10703
10704 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10705 long lines.
10706 (gnus-cache-delete-group): Wrap doc strings.
10707
10708 * gnus-agent.el (gnus-agent-rename-group)
10709 (gnus-agent-delete-group): Wrap doc strings.
10710
10711 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10712
10713 * gnus-start.el (gnus-1): Add "native" to
10714 gnus-predefined-server-alist.
10715
10716 * gnus.el (gnus-method-to-server): Don't add "native" to the
10717 lists here, because that leads to problems when
10718 gnus-select-method is bound.
10719
10720 2005-11-09 Simon Josefsson <jas@extundo.com>
10721
10722 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10723 use (not sort-by-date) instead.
10724
10725 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10726
10727 * gnus-delay.el (gnus-delay-group): Don't autoload.
10728 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10729 to be re-loaded when customizing the `gnus-delay' group.
10730
10731 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10732
10733 * message.el: Revert last changes.
10734 (message-insert-citation-line): Use newlines.
10735
10736 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * message.el (message-courtesy-message)
10739 (message-mark-insert-begin, message-mark-insert-end)
10740 (message-elide-ellipsis, message-cancel-message)
10741 (message-add-header, message-change-subject)
10742 (message-cross-post-followup-to-header)
10743 (message-cross-post-insert-note, message-reduce-to-to-cc)
10744 (message-widen-reply, message-delete-not-region)
10745 (message-kill-to-signature, message-insert-signature)
10746 (message-insert-importance-high, message-insert-importance-low)
10747 (message-insert-or-toggle-importance)
10748 (message-insert-disposition-notification-to)
10749 (message-indent-citation, message-yank-original)
10750 (message-cite-original-without-signature, message-cite-original)
10751 (message-insert-citation-line, message-position-on-field)
10752 (message-fix-before-sending, message-send-mail-partially)
10753 (message-send-mail, message-send-mail-with-sendmail)
10754 (message-send-mail-with-qmail, message-send-news)
10755 (message-check-news-header-syntax, message-generate-headers)
10756 (message-insert-courtesy-copy, message-fill-address)
10757 (message-fill-header, message-shorten-references)
10758 (message-setup-1, message-cancel-news)
10759 (message-forward-make-body-plain, message-forward-make-body-mime)
10760 (message-forward-make-body-mml, message-encode-message-body)
10761 (message-forward-make-body-digest-plain)
10762 (message-forward-make-body-digest-mime)
10763 (message-use-alternative-email-as-from): Insert `hard-newline'
10764 instead of ordinary newlines.
10765
10766 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
10767
10768 * message.el (message-generate-headers): Downcase the argument
10769 given to message-check-element.
10770
10771 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
10772
10773 * nntp.el (nntp-authinfo-rejected): New error condition.
10774 (nntp-wait-for): Use new error condition to signal authentication
10775 error.
10776 (nntp-retrieve-data): Rethrow new error condition to break out of
10777 recursive call to nntp-send-authinfo.
10778
10779 2005-11-08 Romain Francoise <romain@orebokech.com>
10780
10781 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10782 (gnus-summary-exit-map): Bind to `Z p'.
10783 (gnus-summary-make-menu-bar): Add menu item.
10784
10785 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
10786
10787 * gnus-art.el (gnus-article-treat-custom): Add `first'.
10788 (gnus-treat-*): Add `first' in all doc strings.
10789
10790 * gnus-group.el (gnus-group-compact-group): Fix typo.
10791
10792 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10793
10794 * gnus.el (gnus-parameters-case-fold-search): New variable.
10795 (gnus-parameters-get-parameter): Use it.
10796
10797 * gnus-score.el (gnus-home-score-file): Doc fix.
10798
10799 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10800
10801 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10802
10803 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
10804
10805 * mm-util.el (mm-special-display-p): New function.
10806
10807 * mml.el (mml-preview): Use it; doc fix.
10808
10809 2005-10-29 Romain Francoise <romain@orebokech.com>
10810
10811 * message.el (message-fix-before-sending): Fix comment.
10812
10813 2005-10-29 Jari Aalto <jari.aalto@cante.net>
10814
10815 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10816
10817 2005-10-29 Jari Aalto <jari.aalto@cante.net>
10818
10819 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10820 Used in gnus-score.el.
10821
10822 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10823
10824 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10825
10826 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10827
10828 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10829 whitespace removed in revision 7.8. Use concatenated string to
10830 protect trailing whitespace.
10831
10832 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
10833
10834 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10835 (nnimap-request-expire-articles): Use it to avoid sending 'UID
10836 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10837 Courier IMAP ("some version from 2004"). Mostly based on similar
10838 code in the same function.
10839
10840 2005-10-26 Didier Verna <didier@xemacs.org>
10841
10842 * gnus-group.el (gnus-group-compact-group): Invalidate original
10843 article buffer.
10844 * gnus-srvr.el (gnus-server-compact-server): Ditto.
10845 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10846 NOV database and in article itself.
10847 Invalidate article backlog.
10848
10849 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10850
10851 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10852
10853 2005-10-26 Simon Josefsson <jas@extundo.com>
10854
10855 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10856 part of 2004-07-25 change.
10857
10858 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
10859
10860 * message.el (message-display-completion-list): New function.
10861 (message-expand-group): Use it; make sure the Completions buffer
10862 is modifiable.
10863
10864 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10865
10866 * imap.el (imap-open): Handle case where buffer is a buffer object.
10867
10868 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10869
10870 * pgg-def.el:
10871 * pgg-gpg.el:
10872 * pgg-parse.el:
10873 * pgg-pgp.el:
10874 * pgg-pgp5.el:
10875 * pgg.el: Move to the parent lisp directory.
10876
10877 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10878
10879 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10880 user-mail-name is an empty string.
10881
10882 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10883
10884 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10885 depending on gnus-score-decay-constant.
10886
10887 * encrypt.el (encrypt-insert-file-contents)
10888 (encrypt-write-file-contents): Don't use `gnus-message'.
10889
10890 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10891 arguments.
10892 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
10893 arguments to mm-uu-verbatim-marks-extract.
10894 (mm-uu-hide-markers): New variable.
10895 (mm-uu-extract): Use face similar to `gnus-cite-3'.
10896
10897 * gnus-fun.el (gnus-convert-image-to-x-face-command)
10898 (gnus-convert-image-to-face-command): Use "convert" by default to
10899 allow other input image formats.
10900 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10901 accordingly.
10902
10903 2005-10-23 Simon Josefsson <jas@extundo.com>
10904
10905 * imap.el (imap-gssapi-program): Align command line parameters
10906 with latest GNU SASL.
10907 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10908
10909 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10910
10911 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10912 HTML.
10913 (nnslashdot-request-article): Ditto.
10914
10915 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
10916
10917 * mail-source.el (mail-source-fetch-pop): Require pop3.
10918 (mail-source-check-pop): Ditto.
10919
10920 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10921
10922 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10923 errors.
10924
10925 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
10926
10927 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10928 (gnus-treat-strip-leading-blank-lines): Improve doc string.
10929
10930 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10931
10932 * mm-bodies.el (mm-decode-string): Call
10933 `mm-charset-to-coding-system' with allow-override argument.
10934
10935 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10936
10937 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10938 (rfc2047-charset-to-coding-system): New function.
10939 (rfc2047-decode-encoded-words): New function.
10940 (rfc2047-decode-region): Use them.
10941 (rfc2047-decode-cte): Remove.
10942 (rfc2047-parse-and-decode): Remove.
10943 (rfc2047-decode): Remove.
10944
10945 2005-10-15 Kenichi Handa <handa@m17n.org>
10946
10947 * rfc2047.el (rfc2047-decode-cte): New function.
10948 (rfc2047-decode-region): Change the way to decode successive
10949 encoded-words: decode B- or Q-encoding in each encoded-word,
10950 concatenate them, and decode it as charset.
10951
10952 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10953
10954 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
10955 widget-move-and-invoke.
10956 (gnus-custom-mode): Use gnus-custom-map.
10957
10958 2005-10-15 Bill Wohler <wohler@newt.com>
10959
10960 * message.el (message-tool-bar-map): Renamed image file from
10961 mail_send to mail/send.
10962
10963 2005-10-16 Masatake YAMATO <jet@gyve.org>
10964
10965 * message.el (message-expand-group): Pass the common
10966 prefix substring of completion to `display-completion-list'.
10967
10968 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
10969
10970 * mml-sec.el (mml-secure-method): New internal variable.
10971 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10972 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10973 functions using mml-secure-method.
10974
10975 * mml.el (mml-mode-map): Add key bindings for those functions.
10976 (mml-menu): Simplify security menu entries. Suggested by Jesper
10977 Harder <harder@myrealbox.com>.
10978 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10979 end of message if point is the headers of the message.
10980
10981 * message.el (message-in-body-p): New function.
10982
10983 * assistant.el: Autoload gnus-util and netrc.
10984
10985 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10986 Use `mm-charset-override-alist' only when decoding.
10987
10988 * mm-bodies.el (mm-decode-body): Call
10989 `mm-charset-to-coding-system' with allow-override argument.
10990
10991 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10992 `filename' from Content-Disposition if Content-Type doesn't
10993 provide `name'.
10994 (gnus-mime-view-part-as-type): Set default instead of
10995 initial-input.
10996
10997 2005-10-09 Daniel Brockman <daniel@brockman.se>
10998
10999 * format-spec.el (format-spec): Propagate text properties of % spec.
11000
11001 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11002
11003 * gnus-art.el (gnus-treat-predicate): Add `first'.
11004
11005 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
11006
11007 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11008 (mm-charset-override-alist): New variable.
11009 (mm-charset-to-coding-system): Use it.
11010 (mm-codepage-setup): New helper function.
11011 (mm-charset-eval-alist): New variable.
11012 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
11013 about unknown charsets.
11014
11015 2005-10-04 David Hansen <david.hansen@gmx.net>
11016
11017 * nnrss.el (nnrss-request-article): Add support for the comments tag.
11018 (nnrss-check-group): Ditto.
11019
11020 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11021
11022 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11023 Rename x-gnus-verbatim to x-verbatim.
11024 (mm-uu-type-alist): Fix regexp for verbatim-marks.
11025
11026 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11027 x-verbatim.
11028
11029 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11030
11031 * gnus-util.el (gnus-remove-duplicates): Remove.
11032
11033 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11034 instead of gnus-remove-duplicates.
11035
11036 * message.el (message-remove-duplicates): Remove.
11037 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11038 message-remove-duplicates.
11039
11040 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11041 available, else use implementation from `delete-dups'.
11042
11043 * message.el (message-insert-expires): New function.
11044 (message-mode-map): Add key binding.
11045 (message-mode-field-menu): Add menu entry.
11046 (message-mode): Document it.
11047 (message-make-expires-date): Use `message-make-date'.
11048
11049 2005-10-04 Josh Huber <huber@alum.wpi.edu>
11050
11051 * message.el (message-make-expires-date): New function.
11052
11053 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
11054
11055 * time-date.el: Autoload parse-time-string, XEmacs needs it.
11056
11057 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11060 function rather than the diff-mode.el package.
11061 (mm-display-external): Use with-current-buffer.
11062 (mm-viewer-completion-map, mm-viewer-completion-map):
11063 Move initialization inside declaration.
11064
11065 2005-09-29 Simon Josefsson <jas@extundo.com>
11066
11067 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
11068 autoload mail-check-payment.
11069 (spam-check-hashcash): Define unconditionally, since hashcash.el
11070 is part of Gnus now. Ignore errors from payment checking.
11071
11072 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11073
11074 * message.el (message-bold-region, message-unbold-region): Rename
11075 from `bold-region' and `unbold-region'.
11076
11077 * message.el: Remove useless autoloads.
11078
11079 2005-09-28 Simon Josefsson <jas@extundo.com>
11080
11081 * message.el (message-use-idna): Default to t.
11082 (message-use-idna): Test whether encoding works too. Doc fix.
11083
11084 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
11085
11086 * nntp.el (nntp-warn-about-losing-connection): Remove.
11087
11088 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11089
11090 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11091 customizable. Change default value.
11092 (mm-uu-diff-groups-regexp): Change default value.
11093 (mm-uu-type-alist): Add doc string.
11094 (mm-uu-configure): Add doc string. Make it interactive.
11095 (mm-uu-tex-groups-regexp): New variable.
11096 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11097 (mm-uu-type-alist): Add LaTeX documents.
11098 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11099 of "text/verbatim".
11100 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11101
11102 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11103 instead of "text/verbatim".
11104
11105 * message.el (message-mark-inserted-region)
11106 (message-mark-insert-file): Use slrn style marks when called with
11107 prefix argument.
11108
11109 2005-09-27 Simon Josefsson <jas@extundo.com>
11110
11111 * message.el (message-idna-to-ascii-rhs-1): Reformat.
11112
11113 2005-09-27 Arne Jørgensen <arne@arnested.dk>
11114
11115 * message.el (message-remove-duplicates): New function.
11116 Implementation borrowed from `gnus-remove-duplicates'.
11117 (message-idna-to-ascii-rhs): Also encode idna addresses in
11118 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11119 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11120 only ask about the same idna domain once per header and also tell
11121 in what header to replace the idna domain.
11122
11123 * gnus-art.el (article-decode-idna-rhs): Also decode idna
11124 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11125 (article-decode-idna-rhs): Fix regexp so that all idna-address in
11126 a header is decoded and not just the last one.
11127
11128 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11129
11130 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11131 has been decoded.
11132
11133 * mm-decode.el (mm-automatic-display): Add text/verbatim.
11134 (mm-insert-part): Don't modify text if it has been decoded.
11135
11136 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11137 decoded.
11138
11139 * mm-view.el (mm-inline-text): Don't strip text props unless
11140 decoding enriched or richtext parts.
11141
11142 2005-09-25 Romain Francoise <romain@orebokech.com>
11143
11144 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11145 * gnus-start.el (gnus-subscribe-interactively):
11146 * gnus-uu.el (gnus-uu-grab-articles):
11147 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11148 space.
11149
11150 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11151
11152 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11153 * mm-view.el (mm-view-pkcs7-decrypt):
11154 * gnus-sum.el (gnus-summary-limit-to-extra)
11155 (gnus-summary-respool-article, gnus-read-move-group-name):
11156 * gnus-score.el (gnus-summary-increase-score):
11157 * gnus-util.el (gnus-completing-read-with-default):
11158 * gnus-art.el (gnus-read-save-file-name)
11159 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11160 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11161 * message.el (message-check-news-header-syntax):
11162 Follow convention for reading with the minibuffer.
11163
11164 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
11165
11166 * spam-report.el (spam-report-url-ping-plain):
11167 Use gnus-extended-version as User-Agent.
11168
11169 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11170 default value is nil.
11171
11172 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11173 (mm-uu-verbatim-marks-extract): New function.
11174 (mm-uu-extract): New face.
11175 (mm-uu-copy-to-buffer): Use it.
11176
11177 * spam-report.el (spam-report-gmane-ham): Renamed from
11178 `spam-report-gmane-unspam'.
11179 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11180 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
11181
11182 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11183 Autoload.
11184 (spam-report-gmane-unregister-routine): Renamed
11185 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11186
11187 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
11188
11189 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11190 (spam-report-gmane-unregister-routine): Add support for gmane
11191 unregistration.
11192
11193 * spam-report.el (spam-report-gmane-unspam)
11194 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11195 (spam-report-gmane): Change to take a single article and do unspam
11196 registration.
11197
11198 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11199
11200 * mm-url.el (mm-url-decode-entities): Fix regexp.
11201
11202 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11203
11204 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11205 default to nil, to be able to use Gnus at all. If the default
11206 switches to something else, then the function should be fixed not
11207 be exceedingly slow.
11208
11209 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
11210
11211 * gnus-start.el (gnus-activate-group): If the server is nil, don't
11212 fail hard.
11213
11214 * spam-report.el: Add better Keywords line.
11215
11216 * spam.el: Add Maintainer and better Keywords line.
11217
11218 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11219
11220 * gnus-art.el (gnus-article-replace-part)
11221 (gnus-mime-replace-part): New functions.
11222 (gnus-mime-action-alist, gnus-mime-button-commands)
11223 (gnus-mime-save-part-and-strip): Added file argument.
11224 (gnus-article-part-wrapper): Added interactive argument.
11225
11226 * gnus-sum.el (gnus-summary-mime-map): Add
11227 `gnus-article-replace-part'.
11228
11229 2005-09-19 Didier Verna <didier@xemacs.org>
11230
11231 The nnml compaction feature:
11232 * nnml.el (nnml-request-compact-group): New function.
11233 * nnml.el (nnml-request-compact): New function.
11234 * gnus-int.el (gnus-request-compact-group): New function.
11235 * gnus-int.el (gnus-request-compact): New function.
11236 * gnus-group.el (gnus-group-compact-group): New function.
11237 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11238 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11239 * gnus-srvr.el (gnus-server-compact-server): New function.
11240 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11241 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11242
11243 2005-09-18 Deepak Goel <deego@gnufans.org>
11244
11245 * sieve.el (sieve-help): Fix `message' call: first arg should be a
11246 format spec.
11247
11248 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11249
11250 * gnus.el (gnus-group-startup-message): Bind image-load-path.
11251
11252 2005-09-15 Romain Francoise <romain@orebokech.com>
11253
11254 * message.el (message-fill-paragraph): Clarify docstring.
11255
11256 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11257
11258 * gnus-art.el (gnus-mime-display-part): Protect against broken
11259 MIME messages.
11260
11261 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11262
11263 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11264 before parsing header.
11265
11266 2005-09-11 Jari Aalto <jari.aalto@cante.net>
11267
11268 * html2text.el (html2text-replace-list): Add new entities.
11269
11270 2005-09-11 Romain Francoise <romain@orebokech.com>
11271
11272 * message.el (message-alternative-emails): Improve docstring.
11273 (message-setup-1): Call `message-use-alternative-email-as-from'
11274 after `message-setup-hook' to give it precedence over posting
11275 styles, etc.
11276 (message-use-alternative-email-as-from): Add docstring. Remove
11277 the original From header if present.
11278
11279 * nnml.el (nnml-compressed-files-size-threshold): New variable.
11280 (nnml-save-mail): Use it.
11281
11282 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11283 articles. Add new argument `silent'.
11284 (gnus-uu-mark-all): Report the total number of marked articles.
11285
11286 2005-09-10 Romain Francoise <romain@orebokech.com>
11287
11288 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11289 (gnus-uu-mark-series): Likewise.
11290
11291 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
11292
11293 * spam-report.el (spam-report-gmane): Fix generation of spam
11294 report URL.
11295
11296 2005-09-10 Simon Josefsson <jas@extundo.com>
11297
11298 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11299 t, based on discussion on the ding list with Robert Epprecht
11300 <epprecht@solnet.ch>.
11301
11302 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
11303
11304 * spam-report.el (spam-report-gmane): Make it work without
11305 X-Report-Spam header. Gmane now only provides Archived-At.
11306 This is only used if `spam-report-gmane-use-article-number' is nil.
11307 (spam-report-gmane-spam-header): Remove. Not used anymore.
11308
11309 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11310 make `gnus-summary-sort-by-recipient' work with threading.
11311
11312 * nnweb.el (nnweb-google-wash-article): Print a message if article
11313 is not available.
11314
11315 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11316
11317 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11318 change. Decode text/* parts content before displaying.
11319
11320 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11321
11322 * mml-smime.el: Remove defvar of gnus-extract-address-components.
11323
11324 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11325
11326 * mm-view.el (mm-display-inline-fontify): Disable support modes.
11327
11328 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
11329
11330 * message.el (message-tab-body-function): Fix mismatched custom type.
11331
11332 * gnus.el (gnus-group-change-level-function): Ditto.
11333
11334 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11335
11336 * gnus-art.el (gnus-signature-limit)
11337 (gnus-article-mime-part-function): Ditto.
11338
11339 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11340
11341 * mml.el (mml-mode): Silence the byte compiler.
11342
11343 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11344 using `(sit-for 0)' before moving the point to the specified part;
11345 skip unbuttonized parts.
11346 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11347 return to the summary window if gnus-auto-select-part is non-nil.
11348
11349 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
11350
11351 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11352 variables.
11353 (mml-dnd-attach-file, mml-mode): Use them.
11354
11355 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11356 Make fetching article by MID work again for Google Groups. Added
11357 FIXME concerning gnus-group-make-web-group.
11358
11359 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11360 Don't depend on Gnus by using mail-extract-address-components if
11361 gnus-extract-address-components is not bound.
11362
11363 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11364
11365 * gnus-art.el (gnus-mime-display-security): Don't display the
11366 signature, but only the signed part.
11367
11368 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11369
11370 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11371
11372 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11373 list, not listp.
11374
11375 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
11376
11377 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11378 when encoding.
11379
11380 * mm-bodies.el (mm-decode-content-transfer-encoding):
11381 De-canonicalize CRLF for all text content types, not just
11382 text/plain.
11383
11384 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11385
11386 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11387 valid article; point arrow and cursor at the MIME button.
11388
11389 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11390
11391 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11392 Suggested by Dan Christensen <jdc@uwo.ca>.
11393
11394 * mm-decode.el (mm-save-part): Enable change of prompt.
11395
11396 2005-08-29 Jari Aalto <jari.aalto@cante.net>
11397
11398 * gnus-msg.el (gnus-inews-add-send-actions): Made
11399 `message-post-method' lambda parameter ARG `&optional'.
11400
11401 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11402
11403 * gnus-sum.el (gnus-summary-mime-map): Added
11404 gnus-article-save-part-and-strip, gnus-article-delete-part and
11405 gnus-article-jump-to-part.
11406
11407 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11408 (gnus-article-edit-part): Use it.
11409 (gnus-article-part-wrapper): Added no-handle argument.
11410 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11411 functions.
11412
11413 2005-08-29 Romain Francoise <romain@orebokech.com>
11414
11415 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11416 docstring.
11417 (gnus-face-from-file): Likewise.
11418
11419 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11420
11421 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11422 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11423 non-nil.
11424 (gnus-auto-select-part): New variable.
11425 (gnus-article-jump-to-part): New function.
11426 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11427 (gnus-mime-delete-part): Allow selecting specified part after
11428 deleting or stripping parts.
11429 (gnus-article-jump-to-part): Don't use `read-number'. Use last
11430 part if argument is bogus.
11431
11432 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11433
11434 * gnus-art.el (w3m-minor-mode-map):
11435 * gnus-spec.el (gnus-newsrc-file-version):
11436 * gnus-util.el (nnmail-active-file-coding-system)
11437 (gnus-original-article-buffer, gnus-user-agent):
11438 * gnus.el (gnus-ham-process-destinations)
11439 (gnus-parameter-ham-marks-alist)
11440 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11441 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11442 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11443 * mm-decode.el (gnus-current-window-configuration):
11444 * mm-extern.el (gnus-article-mime-handles):
11445 * mm-url.el (url-current-object, url-package-name)
11446 (url-package-version):
11447 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11448 (smime-keys, w3m-cid-retrieve-function-alist)
11449 (w3m-current-buffer, w3m-display-inline-images)
11450 (w3m-minor-mode-map):
11451 * mml-smime.el (gnus-extract-address-components):
11452 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11453 (gnus-newsrc-hashtb, message-default-charset)
11454 (message-deletable-headers, message-options)
11455 (message-posting-charset, message-required-mail-headers)
11456 (message-required-news-headers):
11457 * mml1991.el (mc-pgp-always-sign):
11458 * mml2015.el (mc-pgp-always-sign):
11459 * nnheader.el (nnmail-extra-headers):
11460 * rfc1843.el (gnus-decode-encoded-word-function)
11461 (gnus-decode-header-function, gnus-newsgroup-name):
11462 * spam-stat.el (gnus-original-article-buffer): Add defvars.
11463
11464 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
11465
11466 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11467 the end of the date treatments.
11468
11469 2005-08-15 Simon Josefsson <jas@extundo.com>
11470
11471 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11472 it in url-handlers.el and XEmacs in url.el. Reported by Luca
11473 Capello and Romain Francoise.
11474 (pgg-fetch-key-function): Removed, not used?
11475 (pgg-insert-url-with-w3): Require url, to get
11476 url-insert-file-contents regardless of where it is defined.
11477
11478 2005-08-13 Romain Francoise <romain@orebokech.com>
11479
11480 * message.el (message-cite-original-1): New function.
11481 (message-cite-original): Use it.
11482 (message-cite-original-without-signature): Ditto.
11483
11484 2005-08-08 Romain Francoise <romain@orebokech.com>
11485
11486 * message.el (message-yank-empty-prefix): New variable.
11487 (message-indent-citation): Use it.
11488 (message-cite-original-without-signature): Respect X-No-Archive.
11489
11490 2005-08-08 Simon Josefsson <jas@extundo.com>
11491
11492 * pgg.el: Autoload url-insert-file-contents instead of loading
11493 w3/url.
11494 (pgg-insert-url-with-w3): Don't load url here.
11495
11496 2005-08-07 Jesper Harder <harder@phys.au.dk>
11497
11498 * message.el (message-kill-to-signature): Don't insert newline at
11499 bol.
11500 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11501
11502 2005-08-06 Romain Francoise <romain@orebokech.com>
11503
11504 * message.el (message-user-fqdn): Fix typo in docstring.
11505
11506 2005-08-05 Daiki Ueno <ueno@unixuser.org>
11507
11508 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11509
11510 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11511
11512 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
11513
11514 * mm-bodies.el (mm-encode-body): Use coding system rather than
11515 charset to encode text.
11516
11517 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11518 number of charsets if utf-8 is available (XEmacs).
11519
11520 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11521
11522 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11523 taken from `gnus-button-mid-or-mail-regexp'.
11524 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11525 (gnus-button-alist): Improve regexp for domain part of the MIDs
11526 for news:localpart@domain buttons.
11527 (gnus-button-ctan-directory-regexp): Update.
11528
11529 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11530
11531 * sieve-manage.el (sieve-manage-interactive-login): Use
11532 make-local-variable rather than make-variable-buffer-local.
11533 (sieve-manage-open): Ditto.
11534 (sieve-manage-authenticate): Ditto.
11535
11536 * mml.el (mml-generate-mime-1): Make the content type default to
11537 text/plain if the filename is not specified.
11538
11539 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11540
11541 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11542 instead of insert-buffer.
11543
11544 * message.el (message-yank-original): Ditto; set the mark at the
11545 end of the yanked message.
11546
11547 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11548
11549 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11550 lines to scroll rather than to stop it.
11551
11552 * mml.el (mml-generate-default-type): Add doc string.
11553 (mml-generate-mime-1): Use mm-default-file-encoding or make it
11554 default to application/octet-stream when determining the content
11555 type if it is not specified for the part or the mml contents; add
11556 a comment about mml-generate-default-type.
11557
11558 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
11559
11560 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11561 make it default to application/octet-stream when determining the
11562 content type if it is not specified for the external contents.
11563
11564 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11565
11566 * rfc2231.el (rfc2231-parse-string): Take care that not only a
11567 segmented parameter but also other parameters might be there.
11568
11569 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11570
11571 * mm-decode.el (mm-display-external): Delete temp file, directory
11572 and buffer immediately if the external process is exited.
11573
11574 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
11575
11576 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11577 fewer lines than that of scroll-margin.
11578 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11579
11580 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
11581
11582 * gnus-art.el (gnus-article-next-page): Revert.
11583 (gnus-article-beginning-of-window): New macro.
11584 (gnus-article-next-page-1): Use it.
11585 (gnus-article-prev-page): Ditto.
11586 (gnus-article-edit-part): Use insert-buffer-substring instead of
11587 insert-buffer.
11588 (gnus-article-edit-exit): Ditto.
11589
11590 * gnus-util.el (gnus-beginning-of-window): Remove.
11591 (gnus-end-of-window): Remove.
11592
11593 2005-07-25 Simon Josefsson <jas@extundo.com>
11594
11595 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11596 to have the url package without w3. Reported by Daiki Ueno
11597 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11598
11599 2005-07-20 Didier Verna <didier@xemacs.org>
11600
11601 * gnus-diary.el: Remove the description comment (nndiary is now
11602 properly documented in the Gnus manual).
11603 Fix the spelling of "Back End".
11604 * nndiary.el: Ditto.
11605 Fix the copyright notice.
11606
11607 2005-07-18 Romain Francoise <romain@orebokech.com>
11608
11609 * gnus-sum.el (gnus-summary-to-prefix)
11610 (gnus-summary-newsgroup-prefix): New variables.
11611 (gnus-summary-from-or-to-or-newsgroups): Use them.
11612
11613 2005-07-17 Romain Francoise <romain@orebokech.com>
11614
11615 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11616 space as it's generally not especially interesting to the user.
11617
11618 2005-07-16 Romain Francoise <romain@orebokech.com>
11619
11620 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11621 nil to avoid prompting and file modification if one of the
11622 messages at the top of the nnfolder file contains a copyright
11623 notice.
11624 Update copyright notice.
11625
11626 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11627 instead of `current-time-string' as the latter creates a time
11628 string that is not RFC 2822 compliant (it lacks the zone).
11629 Update copyright notice.
11630
11631 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
11632
11633 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11634 for text/rtf. Display default in prompt. Pass default for M-n.
11635
11636 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11637
11638 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11639
11640 * gnus-msg.el (gnus-button-mailto): Remove
11641 save-selected-window-window hackery because it relies on
11642 save-selected-window internals.
11643
11644 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11645
11646 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11647 (gnus-article-next-page-1): Use gnus-beginning-of-window.
11648 (gnus-article-prev-page): Ditto.
11649
11650 * gnus-util.el (gnus-beginning-of-window): New function.
11651 (gnus-end-of-window): New function.
11652
11653 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11654
11655 * gnus-score.el (gnus-score-edit-all-score): Set
11656 gnus-score-edit-exit-function to gnus-score-edit-done and call
11657 gnus-message.
11658
11659 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11660
11661 * gnus-msg.el (gnus-button-mailto): Remove
11662 save-selected-window-window hackery because it relies on
11663 save-selected-window internals.
11664
11665 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11666
11667 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11668 add-minor-mode.
11669 (gnus-binary-mode): Ditto.
11670
11671 * gnus-topic.el (gnus-topic-mode): Ditto.
11672
11673 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
11674
11675 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11676 (gnus-article-prev-page): Take scroll-margin into consideration.
11677
11678 2005-07-04 Lute Kamstra <lute@gnu.org>
11679
11680 Update FSF's address in GPL notices.
11681
11682 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
11683
11684 * gnus.el (gnus-exit):
11685 * gnus-group.el (gnus-group-icons):
11686 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11687
11688 * gnus-nocem.el (gnus-nocem):
11689 * message.el (message-various, message-buffers, message-sending)
11690 (message-interface, message-forwarding, message-insertion)
11691 (message-headers, message-news, message-mail):
11692 * pgg-gpg.el (pgg-gpg):
11693 * pgg-parse.el (pgg-parse):
11694 * pgg-pgp.el (pgg-pgp):
11695 * pgg-pgp5.el (pgg-pgp5):
11696 * pop3.el (pop3): Finish `defgroup' description with period.
11697
11698 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11699
11700 * gnus-art.el (article-display-face): Improve the efficiency.
11701 (article-display-x-face): Ditto; remove grey x-face stuff.
11702
11703 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
11704
11705 * gnus-art.el (article-display-face): Correct the position in
11706 which Faces are inserted.
11707
11708 2005-06-29 Didier Verna <didier@xemacs.org>
11709
11710 * gnus-art.el (article-display-face): Display faces in correct
11711 order.
11712
11713 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11714
11715 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11716 (gnus-fill-real-hashtb): Use hash table instead of obarray.
11717 (gnus-nocem-check-article): Fetch the Type header.
11718 (gnus-nocem-message-wanted-p): Fix the way to examine types.
11719 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11720 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11721 make sure gnus-nocem-hashtb is initialized.
11722 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11723 (gnus-nocem-unwanted-article-p): Ditto.
11724
11725 * pgg.el (pgg-verify): Return the verification result.
11726
11727 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11728
11729 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11730 is ascii.
11731
11732 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
11733
11734 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11735 `show-nonbreak-escape'.
11736
11737 2005-06-23 Lute Kamstra <lute@gnu.org>
11738
11739 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11740
11741 * dig.el (dig-mode):
11742 * smime.el (smime-mode): Use gnus-run-mode-hooks.
11743
11744 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
11745
11746 * nnimap.el (nnimap-split-download-body): Fix spellings.
11747
11748 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
11749
11750 * gnus-art.el (gnus-article-encrypt-body):
11751 * gnus-cus.el (gnus-score-customize):
11752 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11753 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11754
11755 2005-06-16 Arne Jørgensen <arne@arnested.dk>
11756
11757 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11758 header by looking for magic "MII" at the beginnig.
11759
11760 2005-06-16 Miles Bader <miles@gnu.org>
11761
11762 * assistant.el (assistant-field): Remove "-face" suffix from face name.
11763 (assistant-field-face): New backward-compatibility alias for renamed
11764 face.
11765 (assistant-render-text): Use renamed assistant-field face.
11766
11767 * spam.el (spam): Remove "-face" suffix from face name.
11768 (spam-face): New backward-compatibility alias for renamed face.
11769 (spam-face, spam-initialize): Use renamed spam face.
11770
11771 * message.el (message-header-to, message-header-cc)
11772 (message-header-subject, message-header-newsgroups)
11773 (message-header-other, message-header-name)
11774 (message-header-xheader, message-separator, message-cited-text)
11775 (message-mml): Remove "-face" suffix from face names.
11776 (message-header-to-face, message-header-cc-face)
11777 (message-header-subject-face, message-header-newsgroups-face)
11778 (message-header-other-face, message-header-name-face)
11779 (message-header-xheader-face, message-separator-face)
11780 (message-cited-text-face, message-mml-face):
11781 New backward-compatibility aliases for renamed faces.
11782 (message-font-lock-keywords): Use renamed message faces.
11783
11784 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11785 (sieve-test-commands, sieve-tagged-arguments):
11786 Remove "-face" suffix from face names.
11787 (sieve-control-commands-face, sieve-action-commands-face)
11788 (sieve-test-commands-face, sieve-tagged-arguments-face):
11789 New backward-compatibility aliases for renamed faces.
11790 (sieve-control-commands-face, sieve-action-commands-face)
11791 (sieve-test-commands-face, sieve-tagged-arguments-face):
11792 Use renamed sieve faces.
11793
11794 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11795 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11796 (gnus-group-news-3-empty, gnus-group-news-4)
11797 (gnus-group-news-4-empty, gnus-group-news-5)
11798 (gnus-group-news-5-empty, gnus-group-news-6)
11799 (gnus-group-news-6-empty, gnus-group-news-low)
11800 (gnus-group-news-low-empty, gnus-group-mail-1)
11801 (gnus-group-mail-1-empty, gnus-group-mail-2)
11802 (gnus-group-mail-2-empty, gnus-group-mail-3)
11803 (gnus-group-mail-3-empty, gnus-group-mail-low)
11804 (gnus-group-mail-low-empty, gnus-summary-selected)
11805 (gnus-summary-cancelled, gnus-summary-high-ticked)
11806 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11807 (gnus-summary-high-ancient, gnus-summary-low-ancient)
11808 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11809 (gnus-summary-low-undownloaded)
11810 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11811 (gnus-summary-low-unread, gnus-summary-normal-unread)
11812 (gnus-summary-high-read, gnus-summary-low-read)
11813 (gnus-summary-normal-read, gnus-splash):
11814 Remove "-face" suffix from face names.
11815 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11816 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11817 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11818 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11819 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11820 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11821 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11822 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11823 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11824 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11825 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11826 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11827 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11828 (gnus-summary-normal-ticked-face)
11829 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11830 (gnus-summary-normal-ancient-face)
11831 (gnus-summary-high-undownloaded-face)
11832 (gnus-summary-low-undownloaded-face)
11833 (gnus-summary-normal-undownloaded-face)
11834 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11835 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11836 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11837 (gnus-splash-face):
11838 New backward-compatibility aliases for renamed faces.
11839 (gnus-group-startup-message): Use renamed gnus faces.
11840
11841 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11842 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11843 (gnus-server-agent): Remove "-face" suffix from face names.
11844 (gnus-server-agent-face, gnus-server-opened-face)
11845 (gnus-server-closed-face, gnus-server-denied-face)
11846 (gnus-server-offline-face):
11847 New backward-compatibility aliases for renamed faces.
11848 (gnus-server-agent-face, gnus-server-opened-face)
11849 (gnus-server-closed-face, gnus-server-denied-face)
11850 (gnus-server-offline-face): Use renamed gnus faces.
11851
11852 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11853 Remove "-face" suffix from face names.
11854 (gnus-picon-xbm-face, gnus-picon-face):
11855 New backward-compatibility aliases for renamed faces.
11856
11857 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11858 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11859 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11860 (gnus-cite-11): Remove "-face" suffix from face names.
11861 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11862 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11863 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11864 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11865 New backward-compatibility aliases for renamed faces.
11866 (gnus-cite-attribution-face, gnus-cite-face-list)
11867 (gnus-article-boring-faces): Use renamed gnus faces.
11868
11869 * gnus-art.el (gnus-signature, gnus-header-from)
11870 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11871 (gnus-header-content): Remove "-face" suffix from face names.
11872 (gnus-signature-face, gnus-header-from-face)
11873 (gnus-header-subject-face, gnus-header-newsgroups-face)
11874 (gnus-header-name-face, gnus-header-content-face):
11875 New backward-compatibility aliases for renamed faces.
11876 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11877
11878 * gnus-sum.el (gnus-summary-selected-face)
11879 (gnus-summary-highlight): Use renamed gnus faces.
11880 * gnus-group.el (gnus-group-highlight): Likewise.
11881
11882 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
11883
11884 * gnus-sieve.el (gnus-sieve-article-add-rule):
11885 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11886 * spam-stat.el (spam-stat-buffer-change-to-spam)
11887 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11888
11889 * message.el (message-is-yours-p):
11890 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11891
11892 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11893
11894 * mm-view.el (mm-inline-text): Withdraw the last change.
11895
11896 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
11897
11898 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11899 executing enriched-decode.
11900
11901 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11902
11903 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11904 charset of tar files.
11905
11906 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11907
11908 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11909
11910 2005-06-04 Lute Kamstra <lute@gnu.org>
11911
11912 * nnfolder.el (nnfolder-read-folder): Make sure that undo
11913 information is never recorded.
11914
11915 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11918
11919 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11920
11921 * pop3.el (pop3-apop): Run md5 in the binary mode.
11922
11923 * starttls.el (starttls-set-process-query-on-exit-flag):
11924 Use eval-and-compile.
11925
11926 2005-05-31 Simon Josefsson <jas@extundo.com>
11927
11928 * smime.el (smime-replace-in-string): Define.
11929 (smime-cert-by-ldap-1): Use it.
11930
11931 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
11932
11933 * gnus-art.el (article-display-x-face): Replace
11934 process-kill-without-query by gnus-set-process-query-on-exit-flag.
11935
11936 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11937 set-process-query-on-exit-flag or process-kill-without-query.
11938
11939 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11940 loop instead of replace-regexp.
11941
11942 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11943 instead of process-kill-without-query if it is available.
11944
11945 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11946 instead of find-file-hooks if it is available.
11947
11948 * mml1991.el: Bind pgg-default-user-id when compiling.
11949
11950 * mml2015.el: Bind pgg-default-user-id when compiling.
11951
11952 * nndraft.el (nndraft-request-associate-buffer):
11953 Use write-contents-functions instead of write-contents-hooks if it is
11954 available.
11955
11956 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11957 instead of find-file-hooks if it is available.
11958
11959 * nntp.el (nntp-open-connection): Replace
11960 process-kill-without-query by gnus-set-process-query-on-exit-flag.
11961 (nntp-open-ssl-stream): Ditto.
11962 (nntp-open-tls-stream): Ditto.
11963
11964 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11965 set-process-query-on-exit-flag or process-kill-without-query.
11966 (starttls-open-stream-gnutls): Use it instead of
11967 process-kill-without-query.
11968 (starttls-open-stream): Ditto.
11969
11970 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
11971
11972 * smime.el (smime-cert-by-ldap-1): Don't use
11973 replace-regexp-in-string.
11974
11975 2005-05-31 Arne Jørgensen <arne@arnested.dk>
11976
11977 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11978
11979 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11980 in PEM format. Adjust to the XEmacs compability.
11981
11982 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11983
11984 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11985 by `string-to-number'.
11986 * gnus-agent.el (gnus-agent-regenerate-group)
11987 (gnus-agent-fetch-articles): Ditto.
11988 * gnus-art.el (gnus-button-fetch-group): Ditto.
11989 * gnus-cache.el (gnus-cache-generate-active)
11990 (gnus-cache-articles-in-group): Ditto.
11991 * gnus-group.el (gnus-group-set-current-level)
11992 (gnus-group-insert-group-line): Ditto.
11993 * gnus-score.el (gnus-score-set-expunge-below)
11994 (gnus-score-set-mark-below, gnus-summary-score-effect)
11995 (gnus-summary-score-entry): Ditto.
11996 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11997 (gnus-soup-pack): Ditto.
11998 * gnus-spec.el (gnus-xmas-format): Ditto.
11999 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12000 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12001 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12002 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12003 * nndb.el (nndb-get-remote-expire-response): Ditto.
12004 * nndiary.el (nndiary-parse-schedule-value)
12005 (nndiary-string-to-number, nndiary-request-replace-article)
12006 (nndiary-request-article): Ditto.
12007 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12008 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12009 * nneething.el (nneething-make-head): Ditto.
12010 * nnfolder.el (nnfolder-request-article)
12011 (nnfolder-retrieve-headers): Ditto.
12012 * nnheader.el (nnheader-file-to-number): Ditto.
12013 * nnkiboze.el (nnkiboze-request-article): Ditto.
12014 * nnmail.el (nnmail-process-unix-mail-format)
12015 (nnmail-process-babyl-mail-format): Ditto.
12016 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12017 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12018 (nnmh-request-create-group, nnmh-request-list-1)
12019 (nnmh-request-group, nnmh-request-article): Ditto.
12020 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12021 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12022 * nnsoup.el (nnsoup-make-active): Ditto.
12023 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12024 * nntp.el (nntp-find-group-and-number)
12025 (nntp-retrieve-headers-with-xover): Ditto.
12026 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12027 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12028 (pgg-format-key-identifier): Ditto.
12029 * pop3.el (pop3-last, pop3-stat): Ditto.
12030 * qp.el (quoted-printable-decode-region): Ditto.
12031
12032 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12033 of concat.
12034
12035 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12036
12037 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12038
12039 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12040
12041 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12042
12043 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12044
12045 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12046
12047 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12048
12049 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12050 (gnus-carpal-mode): Ditto.
12051
12052 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12053 (gnus-browse-mode): Ditto.
12054
12055 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12056
12057 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12058
12059 2005-05-29 Richard M. Stallman <rms@gnu.org>
12060
12061 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12062
12063 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
12064
12065 * gnus-util.el (gnus-run-mode-hooks): New function.
12066
12067 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12068
12069 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
12070
12071 * gnus-agent.el (gnus-agent-make-mode-line-string):
12072 Use mode-line-highlight as mouse-face.
12073
12074 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12075
12076 * canlock.el (canlock): Change the parent group to news.
12077
12078 * deuglify.el (gnus-outlook-deuglify): Add :group.
12079
12080 * dig.el (dig): Add :group.
12081
12082 * dns-mode.el (dns-mode): Add :group.
12083
12084 * encrypt.el (encrypt): Add :group.
12085
12086 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12087 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12088 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12089 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12090 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12091
12092 * gnus-diary.el (gnus-diary): Add :group.
12093
12094 * gnus.el (gnus-group-news-1-face): Add :group.
12095 (gnus-group-news-1-empty-face): Ditto.
12096 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12097 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12098 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12099 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12100 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12101 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12102 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12103 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12104 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12105 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12106 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12107 (gnus-summary-high-ticked-face): Ditto.
12108 (gnus-summary-low-ticked-face): Ditto.
12109 (gnus-summary-normal-ticked-face): Ditto.
12110 (gnus-summary-high-ancient-face): Ditto.
12111 (gnus-summary-low-ancient-face): Ditto.
12112 (gnus-summary-normal-ancient-face): Ditto.
12113 (gnus-summary-high-undownloaded-face): Ditto.
12114 (gnus-summary-low-undownloaded-face): Ditto.
12115 (gnus-summary-normal-undownloaded-face): Ditto.
12116 (gnus-summary-high-unread-face): Ditto.
12117 (gnus-summary-low-unread-face): Ditto.
12118 (gnus-summary-normal-unread-face): Ditto.
12119 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12120 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12121
12122 * hashcash.el (hashcash): New custom group.
12123 (hashcash-default-payment): Add :group.
12124 (hashcash-payment-alist): Ditto.
12125 (hashcash-default-accept-payment): Ditto.
12126 (hashcash-accept-resources): Ditto.
12127 (hashcash-path): Ditto.
12128 (hashcash-extra-generate-parameters): Ditto.
12129 (hashcash-double-spend-database): Ditto.
12130 (hashcash-in-news): Ditto.
12131
12132 * message.el (message-minibuffer-local-map): Add :group.
12133
12134 * netrc.el (netrc): Add :group.
12135
12136 * sieve-manage.el (sieve-manage-log): Add :group.
12137 (sieve-manage-default-user): Diito.
12138 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12139 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12140 (sieve-manage-authenticators): Ditto.
12141 (sieve-manage-authenticator-alist): Ditto.
12142 (sieve-manage-default-port): Ditto.
12143
12144 * sieve-mode.el (sieve-control-commands-face): Add :group.
12145 (sieve-action-commands-face): Ditto.
12146 (sieve-test-commands-face): Ditto.
12147 (sieve-tagged-arguments-face): Ditto.
12148
12149 * smime.el (smime): Add :group.
12150
12151 * spam-report.el (spam-report): Add :group.
12152
12153 * spam.el (spam, spam-face): Add :group.
12154
12155 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12156
12157 * nntp.el (nntp-next-result-arrived-p): Some news servers may
12158 return \n.\n.\n at the end of articles. Protect against that.
12159 (nntp-with-open-group): Allow debugging.
12160
12161 * nnheader.el (mail-header-set-extra): Make into a function
12162 because I just could't understand how to quote the list properly.
12163
12164 * dns.el (query-dns-cached): New function.
12165
12166 2005-05-26 Lute Kamstra <lute@gnu.org>
12167
12168 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12169
12170 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12171
12172 * gnus-art.el: Don't autoload mail-extract-address-components.
12173
12174 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12175 eval-and-compile to evaluate it.
12176
12177 * hashcash.el: Don't autoload executable-find.
12178
12179 * nndb.el: Don't declare the nndb back end two or more times; don't
12180 autoload news-reply-mode, news-setup, cancel-timer and telnet.
12181
12182 * nntp.el: Autoload format-spec instead of format; use
12183 eval-and-compile to evaluate autoload forms.
12184
12185 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
12186
12187 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12188
12189 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12190
12191 * gnus.el (gnus-version-number): Bump version.
12192
12193 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12194
12195 * gnus.el: No Gnus v0.3 is released.
12196
12197 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12198
12199 * gnus-art.el (gnus-article-edit-part): Disable undo.
12200
12201 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12202
12203 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12204 gnus-article-date-lapsed-new-header is t if date timer is active;
12205 skip headers in which the original date value is empty.
12206 (gnus-article-save-original-date): Redefine it as a macro.
12207 (gnus-display-mime): Use it.
12208
12209 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12210
12211 * gnus-art.el (article-date-ut): Support converting date in
12212 forwarded parts as well.
12213 (gnus-article-save-original-date): New function.
12214 (gnus-display-mime): Use it.
12215
12216 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
12217
12218 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12219 enclosure element of <item>.
12220
12221 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
12222
12223 * message.el (message-kill-buffer-query): Renamed from
12224 `message-kill-buffer-query-if-modified'. Added :version.
12225
12226 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12227
12228 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12229 window layout.
12230
12231 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12232
12233 * mml.el: Autoload dnd when compiling.
12234
12235 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12236
12237 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12238 x-dnd-*.
12239
12240 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12241
12242 * qp.el (quoted-printable-encode-region): Save excursion.
12243
12244 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
12245
12246 * message.el (message-kill-buffer-query-if-modified): Add new variable
12247 so the user can kill a modified message buffer quickly.
12248 (message-kill-buffer): Use it.
12249
12250 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
12251
12252 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
12253 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12254
12255 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12256
12257 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12258 contained in text because xml.el decodes entities) with LFs.
12259
12260 2005-04-11 Lute Kamstra <lute@gnu.org>
12261
12262 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12263 differently.
12264
12265 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12266
12267 * mm-util.el (mm-detect-coding-region): Typo.
12268
12269 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
12270
12271 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12272
12273 2005-04-06 Deepak Goel <deego@gnufans.org>
12274
12275 * spam-stat.el (spam-stat-score-buffer): Add a call to a
12276 user-function allow user modifications of the scores.
12277 (spam-stat-score-buffer-user): New function, to allow
12278 user-computed modifications to the score.
12279 (spam-stat-score-buffer-user-functions): List of additional
12280 scoring functions.
12281 (spam-stat-error-holder): Global temporary error holder.
12282 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12283 variable.
12284
12285 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
12286
12287 * gnus-registry.el (gnus-registry-clean-empty-function)
12288 (gnus-registry-trim, gnus-registry-fetch-groups)
12289 (gnus-registry-delete-group): Groups that match
12290 `gnus-registry-ignored-groups' are removed from the registry
12291 entries, not just ignored for splitting. This helps clean up the
12292 registry. Also, `gnus-registry-fetch-groups' is a convenient way
12293 to get all the groups a message ID is in.
12294
12295 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12296 (spam-stat-split-fancy): Change "threshhold" to "threshold".
12297 (spam-stat-score-buffer-user-functions): Add :number custom type.
12298
12299 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12300
12301 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12302 argument in XEmacs.
12303
12304 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12305 (nnrss-request-group): Decode group name first.
12306 (nnrss-request-article): Make a text/plain article if mml-to-mime
12307 failed.
12308 (nnrss-get-encoding): Return a compatible encoding according to
12309 nnrss-compatible-encoding-alist.
12310 (nnrss-find-el): Use consp instead of listp.
12311 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12312
12313 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12314
12315 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12316 which Emacs 20 doesn't support.
12317 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12318
12319 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12320
12321 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12322 silence the byte compiler inside the defun.
12323
12324 * gnus-demon.el (parse-time-string): Add autoload.
12325
12326 * gnus-delay.el (parse-time-string): Add autoload.
12327
12328 * gnus-art.el (parse-time-string): Add autoload.
12329
12330 * nnultimate.el (parse-time): Require for `parse-time-string'.
12331
12332 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12333
12334 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12335
12336 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12337
12338 * smime.el (smime-ldap-host-list): Add :version.
12339
12340 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12341
12342 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12343 pass it to `gnus-browse-read-group'.
12344 (gnus-browse-read-group): Add NUMBER argument and pass it to
12345 `gnus-group-read-ephemeral-group'.
12346
12347 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12348 argument and pass it to `gnus-group-read-group'.
12349
12350 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
12351
12352 * mm-util.el (mm-xemacs-find-mime-charset): Only call
12353 mm-xemacs-find-mime-charset-1 if we have the mule feature
12354 available at runtime.
12355
12356 2005-03-25 Werner Lemberg <wl@gnu.org>
12357
12358 * nnmaildir.el: Replace `illegal' with `invalid'.
12359
12360 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * gnus-start.el (gnus-display-time-event-handler):
12363 Check display-time-timer at runtime rather than only at load time
12364 in case display-time-mode is turned off in the mean time.
12365
12366 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12367
12368 * nnimap.el (nnimap-open-connection): Print which authinfo file is
12369 used.
12370
12371 * nneething.el (nneething-map-file-directory): Derive from
12372 `gnus-directory'.
12373
12374 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12375 the To/Cc button.
12376
12377 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12378
12379 * nnmaildir.el (nnmaildir-request-accept-article):
12380 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12381
12382 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12383
12384 * gnus-async.el: Require timer-funcs at compile time when in
12385 XEmacs for `run-with-idle-timer'.
12386
12387 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12388
12389 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12390 autoloaded function.
12391
12392 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12393
12394 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12395
12396 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
12397
12398 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12399
12400 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12401
12402 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12403 gnus-expert-user to default.
12404
12405 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
12406
12407 * nnimap.el (nnimap-open-server): Ditto.
12408
12409 * imap.el (imap-authenticate): Fix typo.
12410
12411 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
12412
12413 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12414 buffer (since IMAP server might return FETCH response out of
12415 order, and the nntp buffer must be sorted).
12416
12417 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
12418
12419 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12420 comparison on string.
12421
12422 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12423 (gnus-agent-score): Renamed category keywords to match gnus-cus.
12424 (gnus-agent-summary-fetch-series): Modified to protect against
12425 gnus-agent-summary-fetch-group clearing processable flags.
12426 (gnus-agent-synchronize-group-flags): Update live group buffer as
12427 synchronization may occur due to the user toggle the plugged
12428 status.
12429 (gnus-agent-fetch-group-1): Clear downloadable flag when article
12430 successfully downloaded.
12431 (gnus-agent-expire-group-1): Avoid using markers when the overview
12432 is in ascending order; greatly improves performance.
12433 (gnus-agent-regenerate-group): Use
12434 gnus-agent-synchronize-group-flags to reset read status in both
12435 gnus and server.
12436 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12437
12438 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12439
12440 * message.el: Don't autoload former message-utils variables.
12441 (message-strip-subject-trailing-was): Change doc string.
12442
12443 * nnweb.el: Fixes for `gnus-group-make-web-group'.
12444 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
12445 (nnweb-google-search): Add "hl=en" here.
12446 (nnweb-google-parse-1, nnweb-google-create-mapping):
12447 Don't hardcode URL.
12448
12449 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12450
12451 * message.el (message-get-reply-headers, message-followup):
12452 Mention related variables `message-use-followup-to' and
12453 `message-use-mail-followup-to', in the information buffer.
12454
12455 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12456 of broken groups(-beta).google.com.
12457
12458 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12459
12460 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12461 parameter to invoked gnus-request-move-article; remove the
12462 redundant gnus-sum-hint-move-is-internal variable; apply the marks
12463 all at once instead of once per article.
12464 (gnus-summary-remove-process-mark): Accept a list of articles as
12465 well as a single article for processing.
12466
12467 * gnus-int.el (gnus-request-move-article): Add move-is-internal
12468 parameter.
12469
12470 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12471
12472 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12473
12474 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12475 parameter.
12476
12477 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12478 parameter.
12479
12480 * nnimap.el (nnimap-request-move-article): Add move-is-internal
12481 parameter and remove the gnus-sum-hint-move-is-internal variable.
12482
12483 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12484 parameter.
12485
12486 * nndraft.el (nndraft-request-move-article): Add move-is-internal
12487 parameter.
12488
12489 * nndiary.el (nndiary-request-move-article): Add move-is-internal
12490 parameter.
12491
12492 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12493
12494 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12495 parameter.
12496
12497 * nnagent.el (nnagent-request-move-article): Add move-is-internal
12498 parameter.
12499
12500 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12503 a more conservative way.
12504
12505 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12508 buffer, so it moves the window's cursor.
12509
12510 2005-02-26 Arne Jørgensen <arne@arnested.dk>
12511
12512 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12513 `mm-dissect-multipart' and receive the from field as an (optional)
12514 argument from `mm-dissect-multipart'.
12515 (mm-dissect-multipart): Receive the from field as an argument and
12516 pass it on when we call `mm-dissect-buffer' on MIME parts.
12517 Fixes verification/decryption of signed/encrypted MIME parts.
12518
12519 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
12520
12521 * gnus-sum.el (gnus-summary-move-article): Set
12522 gnus-sum-hint-move-is-internal for gnus-request-move-article and
12523 whatever it calls (right now, only nnimap-request-move article
12524 respects it).
12525
12526 * nnimap.el (nnimap-request-move-article): When
12527 gnus-sum-hint-move-is-internal is set, don't do the extra
12528 nnimap-request-article.
12529
12530 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12531
12532 * nnheader.el (nnheader-find-file-noselect): Add doc string.
12533
12534 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12535 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12536
12537 * gnus-sum.el (gnus-summary-caesar-message):
12538 Apply `gnus-treat-article' after rotation.
12539
12540 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12541 doc string.
12542
12543 2005-02-22 Simon Josefsson <jas@extundo.com>
12544
12545 * encrypt.el (encrypt-password-cache-expiry): Remove (use
12546 `password-cache-expiry' instead). Reported by Arne Jørgensen
12547 <arne@arnested.dk>.
12548 (encrypt): Add password-cache and password-cache-expiry as group
12549 members.
12550
12551 2005-02-22 Arne Jørgensen <arne@arnested.dk>
12552
12553 * smime.el (smime-ldap-host-list): Doc fix.
12554 (smime-ask-passphrase): Use `password-read-and-add' to read (and
12555 cache) password.
12556 (smime-sign-region): Use it.
12557 (smime-decrypt-region): Use it.
12558 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12559 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12560 fails.
12561 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12562 certificate from DER to PEM format rather than calling openssl.
12563
12564 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12565
12566 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12567 for signing/encryption.
12568
12569 * mml.el (mml-parse-1): Use them.
12570
12571 2005-02-21 Arne Jørgensen <arne@arnested.dk>
12572
12573 * nnrss.el (nnrss-verbose): Removed.
12574 (nnrss-request-group): Use `nnheader-message' instead.
12575
12576 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
12577
12578 * nnrss.el (nnrss-verbose): New variable.
12579 (nnrss-request-group): Make it say nnrss is requesting a group.
12580
12581 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
12582
12583 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12584 Handle news URL with given port correctly.
12585
12586 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12587
12588 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12589 containing special characters.
12590
12591 * gnus-sum.el (gnus-summary-edit-article): Ditto.
12592
12593 * mml.el (mime-to-mml): Ditto.
12594
12595 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12596 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12597 (rfc2047-decode-region): Quote decoded words containing special
12598 characters when rfc2047-quote-decoded-words-containing-tspecials
12599 is non-nil.
12600
12601 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
12602
12603 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12604
12605 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12606
12607 2005-02-15 Simon Josefsson <jas@extundo.com>
12608
12609 * nnimap.el (nnimap-debug): Doc fix.
12610
12611 * imap.el (imap-debug): Doc fix.
12612
12613 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
12614
12615 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12616
12617 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12618
12619 * gnus.el (spam-contents): Improve docs for spam-contents
12620 parameter in its variable incarnation.
12621
12622 2005-02-14 Simon Josefsson <jas@extundo.com>
12623
12624 * smime-ldap.el: Use require instead of load-library for ldap.
12625 (smime-ldap-search): Indent.
12626 (smime-ldap-search-internal): Shorten line.
12627
12628 * smime.el (smime-cert-by-dns): Add doc-string.
12629 (smime-cert-by-ldap-1): Indent.
12630
12631 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12632 mml-smime-get-dns-ldap.
12633 (mml-smime-encrypt-query): Use new function. Default to ldap.
12634
12635 2005-02-14 Arne Jørgensen <arne@arnested.dk>
12636
12637 * smime.el: Require smime-ldap.
12638 (smime-ldap-host-list): New variable.
12639 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12640
12641 * mml-smime.el (mml-smime-encrypt-query): New function.
12642 (mml-smime-encrypt-query): Use it.
12643
12644 * smime-ldap.el: New file.
12645
12646 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12647
12648 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12649
12650 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12651
12652 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12653 argument in doc string. Make query for type more clear.
12654
12655 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
12656
12657 * gnus.el (gnus-group-startup-message): Search for gnus images in
12658 etc/images/gnus.
12659 * mm-util.el (mm-image-load-path): Likewise.
12660 * smiley.el (smiley-data-directory): Search for smilies in
12661 etc/images/smilies.
12662
12663 2005-02-09 Kim F. Storm <storm@cua.dk>
12664
12665 Change Emacs release version from 21.4 to 22.1 throughout.
12666 Change Emacs development version from 21.3.50 to 22.0.50.
12667
12668 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12669
12670 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12671
12672 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12673 non-Mule XEmacs as well.
12674 (mm-decompress-buffer): Signal an error intentionally if it does
12675 not decompress compressed data because auto-compression-mode is
12676 disabled.
12677
12678 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
12679
12680 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12681 an ID in the registry even if it has no groups.
12682
12683 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
12684
12685 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12686 merge it into mm-decompress-buffer.
12687 (gnus-mime-copy-part): Use the MIME part charset, the value which
12688 a user specified or gnus-newsgroup-charset for decoding, like
12689 gnus-mime-inline-part does; set buffer-file-coding-system to tell
12690 save-buffer what was used. Suggested by Kevin Ryde
12691 <user42@zip.com.au>.
12692 (gnus-mime-inline-part): Allow the name parameter as well as the
12693 filename parameter; force decompressing of compressed data; always
12694 display contents being not decoded as unibyte.
12695
12696 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12697 as well as the filename parameter.
12698
12699 * mm-util.el (mm-decompress-buffer): Merge
12700 gnus-mime-jka-compr-maybe-uncompress.
12701 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12702 of compressed data.
12703
12704 2005-02-08 Simon Josefsson <jas@extundo.com>
12705
12706 * imap.el (imap-log): Doc fix.
12707
12708 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12709
12710 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12711 the coding cookies; decompress compressed parts.
12712
12713 * mml.el (mml-generate-mime-1): Add the charset parameter according
12714 to the value which a user specified manually or the coding cookie.
12715
12716 * mm-util.el (mm-string-to-multibyte): New function.
12717 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12718 (mm-coding-system-to-mime-charset): New function.
12719 (mm-decompress-buffer): New function.
12720 (mm-find-buffer-file-coding-system): New function.
12721
12722 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12723 (mm-display-inline-fontify): Rewrite for decoding and decompressing
12724 parts.
12725
12726 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12727
12728 * mm-view.el (mm-display-inline-fontify): Decode a part according
12729 to the charset parameter.
12730
12731 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
12732
12733 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12734 prefix arg is neither nil nor a number, as info specifies.
12735
12736 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
12737
12738 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12739 timestamps.
12740
12741 2005-02-02 Jari Aalto <jari.aalto@cante.net>
12742
12743 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12744 groups error checking and notify user.
12745
12746 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
12747
12748 * message.el (message-send-mail-function): Check existence of
12749 sendmail-program first before using default value
12750 `message-send-mail-with-sendmail'. Otherwise use more generic
12751 `smtpmail-send-it'.
12752
12753 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12754
12755 * nntp.el (nntp-request-update-info): Always return nil.
12756
12757 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12760
12761 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * message.el (message-beginning-of-line): Change the behavior when
12764 invoked between BOL and : so that it first moves backward.
12765
12766 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
12767
12768 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12769 article buffer when editing of the article is discarded.
12770 (gnus-article-prepare): Revert.
12771
12772 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
12773
12774 * gnus-art.el (gnus-article-prepare):
12775 Remove message-strip-forbidden-properties from the local hook.
12776
12777 2005-01-27 Simon Josefsson <jas@extundo.com>
12778
12779 * password.el (password-cache-add): Only start one timer per key.
12780 Reported by Derek Atkins <warlord@MIT.EDU>.
12781
12782 2005-01-26 Steve Youngs <steve@sxemacs.org>
12783
12784 * run-at-time.el: Removed. It is no longer needed as
12785 timer-funcs.el in the xemacs-base package has a working version of
12786 `run-at-time'.
12787
12788 * password.el: Require timer-funcs instead of run-at-time in
12789 XEmacs.
12790 Remove `password-run-at-time' macro.
12791 (password-cache-add): Use `run-at-time' instead of
12792 `password-run-at-time'.
12793
12794 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12795 for `run-with-idle-timer'.
12796
12797 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12798 for `run-at-time'.
12799
12800 * mm-url.el: Require timer-funcs at compile time when in XEmacs
12801 for `with-timeout'.
12802
12803 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12804
12805 * mml.el (mml-generate-mime-1): Convert string into unibyte when
12806 inserting " *mml*" buffer's contents into a unibyte temp buffer.
12807
12808 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
12809
12810 * mail-source.el (mail-source-fetch-imap): Search for ^From case
12811 sensitively.
12812
12813 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
12814
12815 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12816
12817 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
12818
12819 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12820 which will be inserted according to the multibyteness of a buffer
12821 rather than the type of contents. Suggested by ARISAWA Akihiro
12822 <ari@mbf.ocn.ne.jp>.
12823
12824 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12825 of string which old xml.el may return rather than a string.
12826
12827 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12828
12829 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12830
12831 2005-01-16 Simon Josefsson <jas@extundo.com>
12832
12833 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12834 idn/idna.el isn't available.
12835 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
12836 <michael@waxrat.com>.
12837
12838 * hashcash.el: Remove non-FSF copyright header.
12839
12840 * hashcash.el (hashcash-extra-generate-parameters): New variable.
12841 (hashcash-generate-payment): Use it.
12842 (hashcash-generate-payment-async): Use it.
12843
12844 2005-01-15 Simon Josefsson <jas@extundo.com>
12845
12846 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12847 Suggested by Raymond Scholz <ray-2005@zonix.de>.
12848
12849 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12850 gnus-summary-idna-message.
12851 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12852 (gnus-summary-idna-message): New function.
12853
12854 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12855
12856 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12857 gnus-novice-user.
12858
12859 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
12860
12861 * nnrss.el (nnrss-request-delete-group): Delete entries in
12862 nnrss-group-alist as well.
12863 (nnrss-save-server-data): Insert newline.
12864
12865 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
12866
12867 * gnus.el (gnus-user-agent): Use list of symbols instead of
12868 symbols. Display full version number for (S)XEmacs. Optionally
12869 display (S)XEmacs codename.
12870
12871 * gnus-util.el (gnus-emacs-version): Update for new
12872 `gnus-user-agent'.
12873
12874 * gnus-msg.el (gnus-extended-version): Make it possible to omit
12875 Gnus version.
12876
12877 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12878
12879 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
12880 which is unreadable in some setups.
12881
12882 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12883
12884 * gnus-spec.el (gnus-update-format-specifications): Flush the
12885 group format spec cache if it doesn't support decoded group names.
12886
12887 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12888
12889 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12890 Allow to apply decay on score files matching a regexp.
12891
12892 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
12893
12894 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12895 compatibility in %g and %c.
12896
12897 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
12898
12899 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12900 name for only %g and %c.
12901 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12902 of gnus-tmp-group to decoded group name.
12903 (gnus-group-make-rss-group): Exclude `/'s from group names.
12904
12905 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
12906
12907 * nnrss.el (nnrss-get-encoding): Fix regexp.
12908
12909 2004-12-27 Simon Josefsson <jas@extundo.com>
12910
12911 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12912 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12913 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
12914
12915 2004-12-17 Kim F. Storm <storm@cua.dk>
12916
12917 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12918
12919 * gnus-sum.el (gnus-summary-mode-map): Likewise.
12920
12921 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
12922
12923 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12924
12925 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
12926
12927 * nnrss.el: Require rfc2047 and mml.
12928 (nnrss-file-coding-system): New variable.
12929 (nnrss-format-string): Redefine it as an inline function.
12930 (nnrss-decode-group-name): New function.
12931 (nnrss-string-as-multibyte): Remove.
12932 (nnrss-retrieve-headers): Decode group name; don't use
12933 nnrss-format-string.
12934 (nnrss-request-group): Decode group name.
12935 (nnrss-request-article): Decode group name; allow a Message-ID as
12936 well as an article number; don't use nnrss-format-string; encode a
12937 Message-ID string which may contain non-ASCII characters; use
12938 mml-to-mime to compose a MIME article.
12939 (nnrss-request-expire-articles): Decode group name.
12940 (nnrss-request-delete-group): Decode group name.
12941 (nnrss-fetch): Clarify error message.
12942 (nnrss-read-server-data): Use insert-file-contents instead of load;
12943 bind file-name-coding-system; use multibyte buffer.
12944 (nnrss-save-server-data): Bind coding-system-for-write to the
12945 value of nnrss-file-coding-system; bind file-name-coding-system;
12946 add coding cookie.
12947 (nnrss-read-group-data): Use insert-file-contents instead of load;
12948 bind file-name-coding-system; use multibyte buffer.
12949 (nnrss-save-group-data): Bind coding-system-for-write to the
12950 value of nnrss-file-coding-system; bind file-name-coding-system.
12951 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12952 make it work with non-ASCII text.
12953 (nnrss-find-el): Make it work with old xml.el as well.
12954
12955 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
12956
12957 * nnrss.el (nnrss-get-encoding): New function.
12958 (nnrss-fetch): Use unibyte buffer initially; bind
12959 coding-system-for-read while performing mm-url-insert; remove ^Ms;
12960 decode contents according to the encoding attribute.
12961 (nnrss-save-group-data): Add coding cookie.
12962 (nnrss-mime-encode-string): New function.
12963 (nnrss-check-group): Use it to encode subject and author.
12964
12965 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
12966
12967 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12968 imaginary variable.
12969
12970 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12971
12972 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12973 correctly even if there are wide characters.
12974
12975 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12976
12977 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12978 downcased symbol names; make a new cache instead of reusing
12979 bbdb-hashtable.
12980
12981 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12982
12983 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12984 concatenating segments rather than before concatenating them.
12985 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12986
12987 * message.el (message-get-reply-headers): Bind `extra'.
12988
12989 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12990
12991 * message.el (message-extra-wide-headers): New variable.
12992 (message-get-reply-headers): Use it.
12993
12994 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12995
12996 * gnus-agent.el (gnus-agent-group-path): Decode group name.
12997 (gnus-agent-group-pathname): Ditto.
12998
12999 * gnus-cache.el (gnus-cache-file-name): Decode group name.
13000
13001 * gnus-group.el (gnus-group-make-group): Decode group name.
13002 (gnus-group-make-rss-group): Register the group data after opening
13003 the nnrss group.
13004
13005 2004-12-17 Paul Jarc <prj@po.cwru.edu>
13006
13007 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13008 by expiry now get marked as read.
13009
13010 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13011
13012 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13013
13014 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
13015
13016 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13017 unify Latin characters in XEmacs.
13018 (mm-find-mime-charset-region): Use it.
13019
13020 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13021
13022 * gnus-util.el (gnus-delete-directory): New function.
13023
13024 * gnus-agent.el (gnus-agent-delete-group): Use it.
13025
13026 * gnus-cache.el (gnus-cache-delete-group): Use it.
13027
13028 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13029
13030 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13031 names.
13032
13033 2004-12-16 Simon Josefsson <jas@extundo.com>
13034
13035 * hashcash.el (hashcash-payment-alist): Fix custom :type.
13036
13037 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13038
13039 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13040
13041 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13042 (gnus-group-set-current-level): Decode group name.
13043
13044 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
13045
13046 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13047 failed.
13048
13049 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
13050
13051 * gnus-group.el (gnus-group-delete-group): Decode group name.
13052 (gnus-group-make-rss-group): Encode group name.
13053 (gnus-group-catchup-current): Decode group name.
13054 (gnus-group-kill-group): Decode group name.
13055
13056 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
13057
13058 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13059
13060 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
13061
13062 * gnus-group.el (gnus-group-make-rss-group):
13063 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13064
13065 * gnus-start.el (gnus-setup-news): Honor user's setting to
13066 gnus-message-archive-method. Suggested by Lute Kamstra
13067 <lute@gnu.org>.
13068
13069 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
13070
13071 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13072 global counterparts of the buffer-local variables.
13073
13074 2004-11-16 Romain Francoise <romain@orebokech.com>
13075
13076 * gnus-sum.el (gnus-summary-exit): Don't clear the global
13077 counterparts of the buffer-local variables.
13078
13079 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13080
13081 * message.el (message-forbidden-properties): Fixed typo in doc
13082 string.
13083
13084 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13085
13086 * gnus-util.el (gnus-replace-in-string): Added doc string.
13087
13088 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13089 to avoid problems when splitting mails with many recipients.
13090
13091 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13094 pop-to-buffer, covered by the subsequent gnus-configure-windows.
13095
13096 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
13097
13098 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13099 if there is no hashtable in memory or file modification time is
13100 newer than cached timestamp.
13101
13102 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13103
13104 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13105 not-matching option.
13106
13107 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
13108
13109 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13110 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13111 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13112 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13113 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
13114 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13115
13116 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
13117
13118 * message.el (message-forward-make-body-mml): Remove headers
13119 according to message-forward-ignored-headers if a message is decoded.
13120
13121 2004-12-02 Romain Francoise <romain@orebokech.com>
13122
13123 * message.el (message-forward-make-body-plain): Always remove
13124 headers according to message-forward-ignored-headers.
13125
13126 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
13127
13128 * spam.el (spam-summary-prepare-exit): Remove the
13129 gnus-summary-limit pop for now, it has problems with ham marks for
13130 me.
13131
13132 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
13133
13134 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13135 correctly.
13136
13137 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
13138
13139 * format-spec.el (format-spec): Message the char.
13140
13141 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
13142
13143 * gnus-art.el (gnus-split-methods): Reformat comments.
13144
13145 * spam.el (spam-summary-prepare-exit): Remove article limits
13146 before exiting the summary buffer.
13147
13148 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13149
13150 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13151 order to silence the byte compiler.
13152
13153 * spam.el: Fix the way to silence the byte compiler, which
13154 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13155 bbdb-search-simple, spam-BBDB-register-routine,
13156 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13157 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13158 spam-stat-buffer-is-spam, spam-stat-load,
13159 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13160 spam-stat-save and spam-stat-split-fancy.
13161
13162 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13163
13164 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13165 which may confuse users.
13166 (canlock-password-for-verify): Ditto.
13167
13168 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13169
13170 * gnus-art.el (gnus-emphasis-alist): Ditto.
13171
13172 * gnus-registry.el (gnus-registry-max-entries): Ditto.
13173
13174 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13175
13176 * gnus-start.el (gnus-save-killed-list): Ditto.
13177
13178 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13179 (gnus-sum-thread-tree-root): Ditto.
13180 (gnus-sum-thread-tree-false-root): Ditto.
13181 (gnus-sum-thread-tree-single-indent): Ditto.
13182
13183 * message.el (message-courtesy-message): Ditto.
13184 (message-archive-note): Ditto.
13185 (message-subscribed-address-file): Ditto.
13186 (message-user-fqdn): Ditto.
13187
13188 * spam-report.el (spam-report-gmane-regex): Ditto.
13189
13190 * spam.el (spam-blackhole-good-server-regex): Ditto.
13191
13192 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13193
13194 * mml.el (mml-preview): Widen the message buffer before copying
13195 the contents to the preview buffer; sort headers before previewing.
13196
13197 * message.el (message-hidden-headers): Fix the way to avoid a bug
13198 in the `repeat' widget in Emacs 21.3 or earlier.
13199
13200 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13201
13202 * message.el (message-hidden-headers): Default to "^References:".
13203 Improve customization type. Suggested by Reiner Steib
13204 <Reiner.Steib@gmx.de>.
13205
13206 2004-11-25 Romain Francoise <romain@orebokech.com>
13207
13208 * message.el (message-strip-forbidden-properties): Remove check for
13209 obsolete `message-hidden' text property, hidden headers are not
13210 accessible in the buffer anymore.
13211
13212 2004-11-22 Romain Francoise <romain@orebokech.com>
13213
13214 * message.el (message-header-format-alist): Add `From' in list
13215 so that it can be sorted.
13216 (message-fix-before-sending): Widen and sort headers before
13217 sending.
13218 (message-hide-headers): Use narrowing to hide headers by moving
13219 them to the top of the buffer and narrowing to the region
13220 underneath.
13221
13222 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13223
13224 * message.el (message-strip-forbidden-properties): Bind
13225 buffer-read-only (etc) to nil.
13226
13227 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
13228
13229 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13230 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13231
13232 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
13233
13234 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13235
13236 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13237
13238 * dns.el (query-dns): Use sit-for to time instead of
13239 accept-process-output, since that doesn't seem to work on udp
13240 sockets.
13241
13242 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
13243
13244 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13245
13246 2004-11-15 Jesper Harder <harder@ifa.au.dk>
13247
13248 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13249 doc string. Improve doc string.
13250
13251 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13252
13253 * nntp.el (nntp-request-update-info): Return nil if
13254 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13255 may not call gnus-activate-group which uselessly issues the GROUP
13256 commands for all nntp groups and wastes time. Reported by Romain
13257 Francoise <romain@orebokech.com>.
13258
13259 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13260
13261 2004-11-15 Simon Josefsson <jas@extundo.com>
13262
13263 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13264 headers separately.
13265 (gnus-button-openpgp): New function, inspired by Jochen Küpper
13266 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13267
13268 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
13269
13270 * gnus-start.el (gnus-convert-old-newsrc):
13271 Assign legacy-gnus-agent to 5.10.7.
13272
13273 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13274
13275 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13276 start of the lines.
13277
13278 2004-11-14 Magnus Henoch <mange@freemail.hu>
13279
13280 * hashcash.el (hashcash-default-payment): Change default to 20.
13281 (hashcash-default-accept-payment): Change default to 20.
13282 (hashcash-process-alist): New variable.
13283 (hashcash-generate-payment-async): Add.
13284 (hashcash-already-paid-p): Add.
13285 (hashcash-insert-payment): Don't generate payments twice.
13286 (hashcash-insert-payment-async): Add.
13287 (hashcash-insert-payment-async-2): Add.
13288 (hashcash-cancel-async): Add.
13289 (hashcash-wait-async): Add.
13290 (hashcash-processes-running-p): Add.
13291 (hashcash-wait-or-cancel): Add.
13292 (mail-add-payment): New optional argument. Conditionally start
13293 asynchronous calculation.
13294 (mail-add-payment-async): Add.
13295
13296 * message.el (message-send-mail): Wait for asynchronous hashcash
13297 results. Don't clobber existing X-Hashcash headers.
13298 (message-setup-1): Call mail-add-payment-async when
13299 message-generate-hashcash is non-nil.
13300
13301 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13302
13303 * message.el (message-use-alternative-email-as-from): Examine the
13304 From header as well; use message-make-from in order to include a
13305 user's full name.
13306
13307 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
13308
13309 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13310 default; improve customization type.
13311 (gnus-emphasis-custom-with-format): New macro.
13312 (gnus-emphasis-custom-value-to-external): New function.
13313 (gnus-emphasis-custom-value-to-internal): New function.
13314
13315 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13316
13317 * dns.el (query-dns): Resolve reverse addresses.
13318
13319 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13320
13321 * gnus-group.el (gnus-group-get-new-news): Use it.
13322
13323 * gnus-start.el (gnus-check-reasonable-setup): New function.
13324
13325 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
13326
13327 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13328 "Args out of range" error. Reported by Arnaud Giersch
13329 <arnaud.giersch@free.fr>.
13330
13331 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
13332
13333 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13334
13335 2004-11-04 Richard M. Stallman <rms@gnu.org>
13336
13337 * spam.el (spam group): Add :version.
13338
13339 * pgg-def.el (pgg group): Add :version.
13340
13341 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13342
13343 * gnus-art.el (gnus-article-edit-article): Don't associate the
13344 article buffer with a draft file. This is a temporary measure
13345 against the 2004-08-22 change to gnus-article-edit-mode.
13346
13347 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13348
13349 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13350 (html2text-format-tags): Remove unused variable `attr'.
13351
13352 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13353
13354 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13355
13356 * spam-stat.el (spam-stat): Add :version.
13357
13358 * sieve.el (sieve): Add :version.
13359
13360 * sha1.el (sha1): Add :version.
13361 (sha1-use-external): Remove redundant version.
13362
13363 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13364 (nnmail-cache-ignore-groups, nnmail-spool-hook)
13365 (nnmail-split-fancy-match-partial-words)
13366 (nnmail-split-lowercase-expanded): Add :version.
13367
13368 * nndiary.el (nndiary): Add :version.
13369
13370 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13371
13372 * mml-sec.el (mml-default-sign-method)
13373 (mml-default-encrypt-method, mml-signencrypt-style-alist):
13374 Add :version.
13375
13376 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13377
13378 * mm-url.el (mm-url-use-external, mm-url-program)
13379 (mm-url-arguments): Add :version.
13380
13381 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13382 (mm-attachment-file-modes, mm-decrypt-option)
13383 (mm-w3m-safe-url-regexp): Add :version.
13384
13385 * message.el (message-cite-prefix-regexp)
13386 (message-sendmail-envelope-from, message-minibuffer-local-map)
13387 (message-user-fqdn, message-completion-alist): Add :version.
13388
13389 * gnus-win.el (gnus-configure-windows-hook)
13390 (gnus-use-frames-on-any-display): Add :version.
13391
13392 * gnus-art.el (gnus-article-address-banner-alist)
13393 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13394 (gnus-treat-from-picon, gnus-treat-mail-picon)
13395 (gnus-treat-x-pgp-sig): Add :version.
13396
13397 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13398 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13399 (gnus-summary-article-delete-hook)
13400 (gnus-summary-display-while-building): Add :version.
13401
13402 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13403 (gnus-get-top-new-news-hook): Add :version.
13404
13405 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13406 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13407
13408 * gnus-registry.el (gnus-registry): Add :version.
13409
13410 * gnus-spec.el (gnus-use-correct-string-widths)
13411 (gnus-make-format-preserve-properties): Add :version.
13412
13413 * gnus.el (gnus-group-charter-alist)
13414 (gnus-group-fetch-control-use-browse-url)
13415 (gnus-install-group-spam-parameters): Add :version.
13416
13417 * gnus-diary.el (gnus-diary): Add :version.
13418
13419 * gnus-delay.el (gnus-delay): Add :version.
13420
13421 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13422 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13423 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13424 Add :version.
13425
13426 * gnus-agent.el (gnus-agent-max-fetch-size)
13427 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13428 (gnus-agent-prompt-send-queue): Add :version.
13429
13430 * deuglify.el (gnus-outlook-deuglify): Add :version.
13431
13432 * html2text.el: Beautify code. Improve doc strings. Some
13433 checkdoc cleanup.
13434 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13435
13436 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
13437
13438 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13439
13440 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
13441
13442 * gnus-registry.el (gnus-registry-hashtb): Create the registry
13443 when package is loaded.
13444
13445 * spam.el (spam-summary-score-preferred-header): Add global preference
13446 for people who want to override the default SpamAssassin over
13447 Bogofilter preference (when both are set).
13448 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13449 (spam-user-format-function-S): Check
13450 spam-summary-score-preferred-header.
13451 (spam-extra-header-to-number): Add X-Bogosity header parsing.
13452 (spam-user-format-function-S): Format the score correctly.
13453
13454 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
13455
13456 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13457 signature file. Suggested by Manoj Srivastava
13458 <srivasta@golden-gryphon.com>.
13459
13460 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13461 iso-2022-jp even in the Japanese language environment.
13462 Suggested by Jason Rumney <jasonr@gnu.org>.
13463
13464 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
13465
13466 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13467 use the same characters as the dummy marks; make it free from
13468 getting affected by the language environment.
13469 (gnus-summary-read-group-1): Update mark positions only when the
13470 format spec is updated.
13471
13472 * gnus-spec.el (gnus-update-format-specifications): Return a list
13473 of updated types.
13474
13475 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
13476
13477 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13478 of boundp to check if display-warning is available.
13479
13480 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
13481
13482 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13483
13484 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13485
13486 * nnspool.el (nnspool-spool-directory): Use news-path if the
13487 news-directory variable is not bound.
13488
13489 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13490 function instead of display-warning if it is not available.
13491
13492 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13493
13494 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13495 v5-10: Use `point-at-bol'.
13496
13497 2004-10-26 Simon Josefsson <jas@extundo.com>
13498
13499 * hashcash.el: Fix URL in comment, reported by Cheng Gao
13500 <chenggao@gmail.com>.
13501
13502 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13503
13504 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
13505 instead.
13506
13507 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
13508
13509 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13510 to remove a server from the nnimap-server-buffer-alist.
13511 (nnimap-open-connection, nnimap-close-server): Use it.
13512
13513 * gnus-encrypt.el: Remove file in favor of encrypt.el.
13514
13515 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
13516
13517 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13518 running the major-mode function.
13519
13520 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13521
13522 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13523 dummy marks in the right way.
13524
13525 2004-10-18 David Edmondson <dme@dme.org>
13526
13527 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13528 excessively.
13529
13530 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
13531
13532 * gnus-util.el (gnus-split-references): Accept a nil references
13533 string and go on blissfully.
13534
13535 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13536 cases where the references string is non-nil but has no references.
13537
13538 * encrypt.el: Add autoload tags.
13539
13540 * spam.el (spam-resolve-registrations-routine): Remove article
13541 from unregistration list too. Reported by David Hanak
13542 <dhanak@isis.vanderbilt.edu>
13543
13544 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
13545
13546 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13547 nil. Changed custom type.
13548
13549 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
13550
13551 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13552
13553 * gnus-sum.el (gnus-summary-move-article): Use it.
13554
13555 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
13556
13557 * encrypt.el: Add autoload cookies.
13558
13559 * spam.el (spam-backend-article-list-property)
13560 (spam-backend-get-article-todo-list)
13561 (spam-backend-put-article-todo-list)
13562 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13563 Resolve registrations separately.
13564 (spam-register-routine): Format comments.
13565 (spam-unregister-routine, spam-register-routine): Always call with
13566 specific-articles, no default list.
13567 (spam-summary-prepare-exit): Use the spam-classifications function.
13568
13569 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13570 gnus-encrypt.el.
13571
13572 * encrypt.el: Copied from gnus-encrypt.el.
13573
13574 * gnus-encrypt.el: Commented that it's obsolete.
13575
13576 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13577
13578 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13579 (gnus-score-save): Use it.
13580
13581 * message.el (message-bury): Use `window-dedicated-p'.
13582
13583 2004-10-15 Simon Josefsson <jas@extundo.com>
13584
13585 * pop3.el (top-level): Don't require nnheader.
13586 (pop3-read-timeout): Add.
13587 (pop3-accept-process-output): Add.
13588 (pop3-read-response, pop3-retr): Use it.
13589
13590 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
13591
13592 * spam.el (spam-register-routine): Move comment.
13593 (spam-verify-bogofilter): Use 'unknown for the initial
13594 spam-bogofilter-valid state, not 'never.
13595
13596 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13597 for netrc-machine.
13598
13599 * nnimap.el (nnimap-open-connection): Use
13600 netrc-machine-user-or-password.
13601
13602 2004-10-17 Richard M. Stallman <rms@gnu.org>
13603
13604 * gnus-registry.el (gnus-registry-unload-hook):
13605 Set as a variable with add-hook.
13606
13607 * nnspool.el (nnspool-spool-directory): Use news-directory instead
13608 of news-path.
13609
13610 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13611
13612 * spam.el: Delete duplicate `provide'.
13613 (spam-unload-hook): Set as a variable with add-hook.
13614
13615 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13616
13617 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13618 in the doc string.
13619
13620 * message.el (message-ignored-news-headers)
13621 (message-ignored-supersedes-headers)
13622 (message-ignored-resent-headers)
13623 (message-forward-ignored-headers): Improve custom type.
13624
13625 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
13626
13627 * message.el (message-tokenize-header): Fix 2004-09-06 change
13628 which used point-min in the wrong place.
13629
13630 2004-10-12 Simon Josefsson <jas@extundo.com>
13631
13632 * tls.el (tls-certtool-program): New variable.
13633 (tls-certificate-information): New function, based on
13634 ssl-certificate-information.
13635
13636 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13637
13638 * compface.el: Move the version of ELisp-based uncompface program
13639 to the contrib directory because of the copyright problem.
13640
13641 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13642
13643 * message.el (message-kill-buffer): Raise the current frame.
13644
13645 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
13646
13647 * gnus-sum.el: Mention that multibyte characters don't work as marks.
13648
13649 * gnus.el (message-y-or-n-p): Autoload.
13650
13651 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13652 (pop3-password-required, pop3-authentication-scheme)
13653 (pop3-leave-mail-on-server): Made customizable.
13654 (pop3): New custom group.
13655 (pop3-retr): Remove `sleep-for' statements.
13656 Suggested by Dave Love <fx@gnu.org>.
13657
13658 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13659 Windows/DOS.
13660
13661 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13662 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
13663 Dave Love <fx@gnu.org>.
13664
13665 * mml.el (mml-minibuffer-read-disposition): Require match.
13666 Suggested by Dave Love <fx@gnu.org>.
13667
13668 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13669
13670 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
13671 doc string.
13672
13673 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
13674
13675 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13676
13677 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13678
13679 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13680 instead of calling `mm-insert-inline', to decode text/* parts
13681 before displaying them.
13682
13683 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
13684
13685 * mm-uu.el (mm-uu-text-plain-type): New variable.
13686 (mm-uu-pgp-signed-extract-1): Use it.
13687 (mm-uu-pgp-encrypted-extract-1): Use it.
13688 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13689 bind mm-uu-text-plain-type with that value.
13690 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13691 mm-uu-dissect.
13692
13693 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
13694
13695 * gnus-group.el (gnus-update-group-mark-positions):
13696 * gnus-sum.el (gnus-update-summary-mark-positions):
13697 * message.el (message-check-news-body-syntax):
13698 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13699 of string-as-multibyte.
13700
13701 2004-10-05 Juri Linkov <juri@jurta.org>
13702
13703 * gnus-group.el (gnus-update-group-mark-positions):
13704 * gnus-sum.el (gnus-update-summary-mark-positions):
13705 * message.el (message-check-news-body-syntax):
13706 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13707 8-bit unibyte values to a multibyte string for search functions.
13708
13709 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
13710
13711 * mm-uu.el (mm-uu-dissect): Allow optional arg.
13712 (mm-uu-dissect-text-parts): New function.
13713
13714 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13715 dissect text parts.
13716
13717 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13718 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13719
13720 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13721
13722 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13723 gnus-current-topics instead of gnus-current-topic.
13724
13725 2004-10-06 Jesper Harder <harder@ifa.au.dk>
13726
13727 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13728
13729 2004-10-05 Jesper Harder <harder@ifa.au.dk>
13730
13731 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13732 where approriate.
13733
13734 * nnml.el (nnml-generate-active-info): do.
13735
13736 * nndiary.el (nndiary-generate-active-info): do.
13737
13738 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13739 (gnus-topic-move): do.
13740
13741 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13742 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13743
13744 * gnus-srvr.el (gnus-server-prepare)
13745 (gnus-server-open-all-servers): do.
13746
13747 * gnus-msg.el (gnus-summary-cancel-article)
13748 (gnus-summary-resend-message)
13749 (gnus-summary-mail-crosspost-complaint): do.
13750
13751 * gnus-move.el (gnus-change-server): do.
13752
13753 * gnus-group.el (gnus-group-unmark-all-groups)
13754 (gnus-group-set-current-level): do.
13755
13756 2004-10-04 Simon Josefsson <jas@extundo.com>
13757
13758 * message.el (message-generate-hashcash): Doc fix.
13759
13760 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
13761
13762 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13763 avoid infinite recursion via gnus-get-function.
13764
13765 2004-10-02 Jesper Harder <harder@ifa.au.dk>
13766
13767 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13768
13769 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13770
13771 * nnmail.el (nnmail-split-history): do.
13772
13773 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13774 (nnml-request-delete-group): do.
13775
13776 * nnslashdot.el (nnslashdot-read-groups): do.
13777
13778 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13779 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13780
13781 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13782 (nnspool-sift-nov-with-sed): Use last.
13783 (nnspool-retrieve-headers-with-nov): Use mapc.
13784 (nnspool-request-newgroups): Use dolist.
13785 (nnspool-request-group): Use last.
13786
13787 * nntp.el (nntp-read-server-type): Use dolist.
13788
13789 * nnvirtual.el (nnvirtual-create-mapping)
13790 (nnvirtual-update-read-and-marked): Use dolist.
13791 (nnvirtual-convert-headers): Simplify.
13792
13793 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
13794
13795 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13796 support for sync'ing tick marks.
13797
13798 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
13799
13800 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13801 there's no visible header.
13802
13803 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
13804
13805 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13806 necessary, pass full group name to gnus-request-set-marks.
13807
13808 2004-10-01 Simon Josefsson <jas@extundo.com>
13809
13810 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
13811 acroread.
13812
13813 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13814
13815 * spam-report.el (spam-report-gmane): Fix interactive.
13816
13817 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13818
13819 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13820 when writing file.
13821 (gnus-agent-synchronize-flags): Don't default to being
13822 interactive.
13823
13824 2004-09-30 Simon Josefsson <jas@extundo.com>
13825
13826 * message.el (message-generate-hashcash): Add.
13827 (message-send-mail): Use it, call mail-add-payment.
13828
13829 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
13830
13831 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13832
13833 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
13834
13835 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13836 gnus-requst-update-info with explicit code to sync the in-memory
13837 info read flags with the marks being sync'd to the backend.
13838
13839 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13840
13841 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13842
13843 * spam.el (spam-verify-bogofilter): Add new function.
13844 (spam-check-bogofilter)
13845 (spam-bogofilter-register-with-bogofilter): Use it.
13846 (spam-verify-bogofilter): Add small fixes.
13847
13848 2004-09-28 Simon Josefsson <jas@extundo.com>
13849
13850 * hashcash.el (hashcash-generate-payment): Revert.
13851
13852 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13853
13854 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13855 gnus-extract-references instead of gnus-split-references.
13856
13857 * gnus-util.el (gnus-extract-references): Add new function, analogous
13858 to gnus-split-references but extracts only the message-ID without
13859 anything extra.
13860
13861 * hashcash.el (hashcash-generate-payment)
13862 (hashcash-check-payment): Do the right thing if hashcash-path is
13863 nil (because the hashcash program could not be found).
13864
13865 * spam.el (spam-use-hashcash): Remove comment.
13866
13867 2004-09-27 Jesper Harder <harder@ifa.au.dk>
13868
13869 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13870 (gnus-cache-enter-article, gnus-cache-remove-article)
13871 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13872
13873 * gnus-async.el (gnus-async-prefetch-remove-group): do.
13874
13875 * gnus-art.el (article-hide-boring-headers)
13876 (article-translate-strings, article-display-face)
13877 (gnus-article-mime-match-handle-first)
13878 (gnus-article-highlight-headers)
13879 (gnus-article-add-buttons-to-head): do.
13880
13881 2004-09-27 Simon Josefsson <jas@extundo.com>
13882
13883 * hashcash.el: New version, from
13884 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
13885 ../contrib/.
13886
13887 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
13888
13889 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13890
13891 2004-09-26 Jesper Harder <harder@ifa.au.dk>
13892
13893 * gnus-dup.el (gnus-dup-open): Use mapc.
13894 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13895
13896 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13897 Reported by Stefan Wiens <s.wi@gmx.net>.
13898
13899 * gnus.el (gnus-shutdown): Use dolist.
13900
13901 * gnus-undo.el (gnus-undo): Use mapc.
13902
13903 * nnrss.el (nnrss-generate-active): do.
13904
13905 * message.el (message-cite-original-without-signature)
13906 (message-cite-original): Use mapc.
13907 (message-do-actions, message-make-forward-subject): Use dolist.
13908
13909 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
13910
13911 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13912 deletion to remove entire duplicate line. Fixes merged article
13913 number bug.
13914
13915 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
13916
13917 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13918 servers that are offline. Avoids having gnus-agent-toggle-plugged
13919 first ask if you want to open a server and then, even when you
13920 responded with no, asking if you want to synchronize the server's
13921 flags.
13922 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13923 multi-line expressions.
13924 (gnus-agent-synchronize-group-flags): New internal function.
13925 Updates marks in memory (in the info structure) AND in the
13926 backend.
13927
13928 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13929
13930 * nnagent.el (nnagent-request-set-mark): Use
13931 gnus-agent-synchronize-group-flags, not backend's request-set-mark
13932 method, to ensure that synchronization updates marks in the
13933 backend and in the info (in memory) structure.
13934
13935 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
13936
13937 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13938 convention fully; don't miss the root article of a thread; make
13939 the X-Draft-From header with correct article numbers.
13940
13941 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
13942
13943 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13944 unless plugged. Disable the agent so that an open failure causes
13945 an error.
13946
13947 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13948 Reverted 2004-09-21 change. The backend must be opened while
13949 synchronizing flags even when the backend stores the flags
13950 locally.
13951
13952 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
13953
13954 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13955 in `header' match. Reported by Svend Tollak Munkejord.
13956
13957 * message.el (message-cite-original): Fix use of
13958 `message-cite-articles-with-x-no-archive'.
13959
13960 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
13961
13962 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13963 (gnus-window-to-buffer): Ditto.
13964
13965 * mml.el (mml-preview-buffer): New variable.
13966 (mml-preview): Manage window layout with gnus-buffer-configuration.
13967
13968 * gnus-msg.el (gnus-setup-message): Put article numbers into the
13969 X-Draft-From header even if those articles aren't quoted.
13970
13971 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
13972
13973 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13974 (gnus-request-set-mark, gnus-request-update-mark): Use new
13975 g-s-t-u-l-m to decide to use backend even when unplugged.
13976
13977 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
13978
13979 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13980 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
13981
13982 2004-09-20 Simon Josefsson <jas@extundo.com>
13983
13984 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13985 "utf-16-le".
13986
13987 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13988
13989 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13990
13991 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13992
13993 * uudecode.el (uudecode-use-external): Add :version.
13994
13995 * smime.el (smime-CA-file, smime-encrypt-cipher)
13996 (smime-dns-server): Add :version.
13997
13998 * smiley.el (gnus-smiley-file-types): Add :version.
13999
14000 * sha1.el (sha1-use-external): Add :version.
14001
14002 * pgg-def.el (pgg-query-keyserver): Add :version.
14003
14004 * nnmail.el (nnmail-fancy-expiry-targets)
14005 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14006 Add :version.
14007
14008 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14009 (nnimap-retrieve-groups-asynchronous): Add :version.
14010 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
14011
14012 * mml.el (mml-content-disposition-parameters)
14013 (mml-insert-mime-headers-always): Add :version.
14014
14015 * mm-util.el (mm-coding-system-priorities): Add :version.
14016
14017 * mm-decode.el (mm-inline-text-html-with-images)
14018 (mm-keep-viewer-alive-types, mm-external-terminal-program)
14019 (mm-verify-option): Add :version.
14020 (mm-text-html-renderer): Change :version.
14021
14022 * message.el (message-fcc-externalize-attachments)
14023 (message-required-headers, message-draft-headers)
14024 (message-subject-trailing-was-query)
14025 (message-subject-trailing-was-ask-regexp)
14026 (message-subject-trailing-was-regexp, message-mark-insert-begin)
14027 (message-mark-insert-end, message-archive-header)
14028 (message-archive-note, message-cross-post-default)
14029 (message-cross-post-note, message-followup-to-note)
14030 (message-cross-post-note-function, message-use-mail-followup-to)
14031 (message-subscribed-address-functions)
14032 (message-subscribed-address-file, message-subscribed-addresses)
14033 (message-subscribed-regexps, message-allow-no-recipients)
14034 (message-yank-cited-prefix, message-signature-insert-empty-line)
14035 (message-hidden-headers, message-hierarchical-addresses)
14036 (message-mail-user-agent, message-use-idna)
14037 (message-valid-fqdn-regexp)
14038 (message-strip-special-text-properties, message-header-synonyms)
14039 (message-beginning-of-line, message-tab-body-function): Add :version.
14040 (message-insert-canlock, message-wide-reply-confirm-recipients):
14041 Change :version.
14042
14043 * mail-source.el (mail-source-ignore-errors): Add :group, :type
14044 and :version.
14045 (mail-source-delete-old-incoming-confirm)
14046 (mail-source-movemail-program): Add :version.
14047
14048 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14049 (gnus-agent-cache, gnus-agent): Change :version.
14050
14051 * gnus-util.el (gnus-use-byte-compile): Change :version.
14052
14053 * gnus-sum.el (gnus-summary-make-false-root-always)
14054 (gnus-summary-default-high-score)
14055 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14056 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14057 (gnus-read-all-available-headers, gnus-article-emulate-mime)
14058 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14059 (gnus-sum-thread-tree-single-indent)
14060 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14061 (gnus-sum-thread-tree-leaf-with-other)
14062 (gnus-sum-thread-tree-single-leaf): Add :version.
14063 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14064 (gnus-article-loose-mime): Change :version.
14065
14066 * gnus-start.el (gnus-backup-startup-file)
14067 (gnus-save-startup-file-via-temp-buffer): Add :version.
14068
14069 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14070 (gnus-server-offline-face): Add :version.
14071
14072 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14073
14074 * gnus-msg.el (gnus-gcc-externalize-attachments)
14075 (gnus-debug-files, gnus-debug-exclude-variables)
14076 (gnus-discouraged-post-methods): Change :version.
14077 (gnus-confirm-mail-reply-to-news)
14078 (gnus-confirm-treat-mail-like-news): Add :version.
14079
14080 * gnus-int.el (gnus-server-unopen-status): Add :version.
14081
14082 * gnus-group.el (gnus-group-jump-to-group-prompt)
14083 (gnus-large-ephemeral-newsgroup)
14084 (gnus-fetch-old-ephemeral-headers): Add :version.
14085
14086 * gnus-fun.el (gnus-x-face-directory)
14087 (gnus-convert-pbm-to-x-face-command)
14088 (gnus-convert-image-to-x-face-command)
14089 (gnus-convert-image-to-face-command): Add :version.
14090
14091 * gnus-delay.el (gnus-delay-default-hour): Add :version.
14092
14093 * gnus-cite.el (gnus-cite-blank-line-after-header)
14094 (gnus-article-boring-faces): Add :version.
14095
14096 * gnus-art.el (gnus-buttonized-mime-types)
14097 (gnus-inhibit-mime-unbuttonizing)
14098 (gnus-treat-display-face)
14099 (gnus-treat-body-boundary): Change :version.
14100 (gnus-body-boundary-delimiter, gnus-picon-databases)
14101 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14102 (gnus-treat-date-english, gnus-treat-fold-headers)
14103 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14104 (gnus-treat-mail-picon, gnus-treat-wash-html)
14105 (gnus-article-encrypt-protocol)
14106 (gnus-use-idna, gnus-article-over-scroll)
14107 (gnus-mime-display-multipart-alternative-as-mixed)
14108 (gnus-mime-display-multipart-related-as-mixed)
14109 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14110 (gnus-ctan-url, gnus-button-ctan-handler)
14111 (gnus-button-handle-ctan-bogus-regexp)
14112 (gnus-button-ctan-directory-regexp)
14113 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14114 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14115 (gnus-button-man-level, gnus-button-emacs-level)
14116 (gnus-button-message-level, gnus-button-browse-level): Add :version.
14117
14118 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14119 (gnus-agent-go-online): Change :version.
14120 (gnus-agent-expire-unagentized-dirs)
14121 (gnus-agent-auto-agentize-methods): Add :version.
14122
14123 * flow-fill.el (fill-flowed-display-column)
14124 (fill-flowed-encode-column): Add :version.
14125
14126 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14127 (gnus-outlook-deuglify-unwrap-max)
14128 (gnus-outlook-deuglify-cite-marks)
14129 (gnus-outlook-deuglify-unwrap-stop-chars)
14130 (gnus-outlook-deuglify-no-wrap-chars)
14131 (gnus-outlook-deuglify-attrib-cut-regexp)
14132 (gnus-outlook-deuglify-attrib-verb-regexp)
14133 (gnus-outlook-deuglify-attrib-end-regexp)
14134 (gnus-outlook-display-hook): Add :version.
14135
14136 * binhex.el (binhex-use-external): Add :version.
14137
14138 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
14139
14140 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14141 and `invisible'.
14142
14143 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14144
14145 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14146 in gnus-registry-trim.
14147
14148 2004-09-13 Simon Josefsson <jas@extundo.com>
14149
14150 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14151
14152 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14153
14154 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14155 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14156 <yamaoka@jpl.org>.
14157 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14158 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14159 <yamaoka@jpl.org>.
14160
14161 * sieve.el (sieve-manage-mode): Ditto.
14162
14163 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
14164
14165 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14166
14167 2004-09-11 Simon Josefsson <jas@extundo.com>
14168
14169 * dns-mode.el: Add.
14170
14171 * mm-view.el (mm-display-dns-inline): Add.
14172
14173 * mm-decode.el (mm-inline-media-tests): Add text/dns.
14174 (mm-automatic-display): Ditto.
14175
14176 * mailcap.el (mailcap-mime-data): Add text/dns.
14177 (mailcap-mime-extensions): Map .soa to text/dns.
14178
14179 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
14180
14181 * gnus-art.el (article-decode-mime-words, article-babel)
14182 (gnus-article-highlight-signature, gnus-article-add-buttons)
14183 (gnus-signature-toggle): Remove unnecessary bindings of
14184 `inhibit-read-only' inherited from v5.10 merge.
14185
14186 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14187
14188 * nntp.el (nntp): New customization group.
14189 (nntp-authinfo-file): Add customization group.
14190
14191 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14192
14193 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14194
14195 * gnus.el (to-address, to-list, subscribed)
14196 (large-newsgroup-initial): Ditto.
14197
14198 * flow-fill.el (fill-flowed-display-column)
14199 (fill-flowed-encode-column): Ditto.
14200
14201 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14202
14203 * message.el (message-tokenize-header, message-send-mail-with-qmail):
14204 Use point-min rather than 1.
14205 (message-send-mail): Use buffer-size rather than point-max.
14206
14207 * gnus-sum.el (gnus-summary-search-article-forward):
14208 Signal a specific `search-failed' rather than a generic `error'.
14209
14210 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14211 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14212 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14213
14214 2004-09-10 Simon Josefsson <jas@extundo.com>
14215
14216 * nndb.el (require): Remove tcp and duplicate cl.
14217
14218 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
14219
14220 * gnus-agent.el (directory-files-and-attributes): Move forward.
14221
14222 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14223
14224 * gnus-agent.el (directory-files-and-attributes): Optionally
14225 defined to support XEmacs.
14226
14227 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14228
14229 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14230 to avoid run-time CL dependencies.
14231 (gnus-agent-unfetch-articles): New function.
14232 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14233 article numbers even when local .overview file is missing.
14234 (gnus-agent-read-article-number): New function. Only accepts
14235 27-bit article numbers.
14236 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14237 gnus-agent-read-article-number.
14238 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14239 from backend while recognizing that article numbers in .overview
14240 must be valid.
14241 (gnus-agent-update-files-total-fetched-for): Use
14242 directory-files-and-attributes to improve performance.
14243 * gnus-int.el (gnus-request-move-article): Use
14244 gnus-agent-unfetch-articles in place of gnus-agent-expire to
14245 improve performance.
14246
14247 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14248 some users confused by references to .newsrc when they only have a
14249 .newsrc.eld file.
14250 (gnus-convert-mark-converter-prompt)
14251 (gnus-convert-converter-needs-prompt): Fixed use of property list.
14252 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14253 New function. Used internally to only display 'gnus converting
14254 files' message when actually necessary.
14255
14256 * gnus-sum.el (): Removed (require 'gnus-agent) as required
14257 methods now autoloaded.
14258
14259 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
14260
14261 * gnus-sum.el (gnus-summary-insert-subject): Remove list
14262 identifiers.
14263
14264 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
14265
14266 * gnus-picon.el: Fix indentation and closing parenthesis.
14267
14268 2004-09-01 Simon Josefsson <jas@extundo.com>
14269
14270 * message.el (message-canlock-generate): Require sha1, not
14271 sha1-el. (Can we get rid of this require altogether? It is ugly
14272 to require within a function. Sadly, if sha1.el isn't loaded, the
14273 let binding in m-c-g will hide the defcustom definition, which is
14274 bad.)
14275
14276 * canlock.el: Require sha1, not sha1-el.
14277
14278 * message.el: Don't autoload sha1 (there is a autoload cookie in
14279 sha1.el).
14280
14281 * sha1-el.el: Renamed to sha1.el.
14282
14283 2004-08-30 Juanma Barranquero <lektu@terra.es>
14284
14285 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14286
14287 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14290
14291 2004-08-30 Kim F. Storm <storm@cua.dk>
14292
14293 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14294
14295 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14296 Add :group 'nnimap.
14297
14298 2004-08-30 Andreas Schwab <schwab@suse.de>
14299
14300 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14301 ?* and ?\;.
14302
14303 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14304 and ?\' to symbol instead of whitespace.
14305
14306 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14307
14308 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14309
14310 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14311 instead of re-search-forward.
14312
14313 * gnus-uu.el (gnus-uu-save-article): Ditto.
14314 (gnus-uu-post-encode-uuencode): Ditto.
14315
14316 * html2text.el (html2text-clean-list-items): Ditto.
14317 (html2text-clean-dtdd): Ditto.
14318 (html2text-format-tags): Ditto.
14319
14320 * message.el (message-send-mail-with-sendmail): Fix regexp.
14321 (message-fill-field-general): Use search-forward instead of
14322 re-search-forward.
14323 (unbold-region): Ditto.
14324
14325 * nnrss.el (nnrss-request-article): Ditto.
14326
14327 * nnslashdot.el (nnslashdot-request-article): Ditto.
14328
14329 * nnweb.el (nnweb-gmane-wash-article): Ditto.
14330
14331 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14332 "Unrecognized menu descriptor" error in XEmacs.
14333
14334 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
14335
14336 * gnus-sum.el (gnus-read-header): Don't remove a header for the
14337 parent article of a sparse article in the thread hashtb.
14338
14339 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
14340
14341 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14342 (nnmail-expand-newtext): Lowercase expanded entries if
14343 nnmail-split-lowercase-expanded is non-nil.
14344
14345 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
14346
14347 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14348
14349 * gnus-group.el (gnus-group-line-format-alist): Convert the value
14350 of gnus-tmp-news-method into string under XEmacs. It will be
14351 passed to gnus-correct-length which takes only a string argument.
14352
14353 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14354
14355 * gnus-util.el (gnus-bind-print-variables): New macro.
14356 (gnus-prin1): Use it.
14357 (gnus-prin1-to-string): Use it.
14358 (gnus-pp): New function.
14359 (gnus-pp-to-string): New function.
14360
14361 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14362 Replace pp-to-string with gnus-pp-to-string.
14363 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14364 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14365 * gnus-msg.el (gnus-debug): Ditto.
14366 * gnus-score.el (gnus-score-save): Ditto.
14367 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14368 gnus-pp-to-string.
14369 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14370 with gnus-pp.
14371 * score-mode.el (gnus-score-pretty-print): Ditto.
14372 * webmail.el (webmail-debug): Ditto.
14373
14374 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14375
14376 * gnus-art.el (article-display-face, article-display-x-face):
14377 Use buffer-read-only.
14378
14379 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
14380
14381 * gnus-art.el (article-hide-list-identifiers):
14382 Bind inhibit-read-only as t.
14383
14384 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
14385
14386 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14387
14388 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14389
14390 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14391 (gnus-narrow-to-page): Don't assume point-min == 1.
14392 (gnus-article-edit-mode): Derive from message-mode.
14393
14394 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14395 point-min == 1.
14396
14397 * imap.el (imap-parse-address-list, imap-parse-body-ext):
14398 Disable incorrect use of `assert'.
14399
14400 * message.el (message-mode): Set comment-start-skip.
14401
14402 2004-08-22 Sam Steingold <sds@gnu.org>
14403
14404 * pop3.el (pop3-leave-mail-on-server): New user variable.
14405 (pop3-movemail): Delete mail only when it is nil.
14406
14407 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
14408
14409 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14410
14411 * mml.el (mml-preview): Use `pop-to-buffer'.
14412
14413 * message.el (message-goto-mail-followup-to): Insert after "To".
14414 (message-carefully-insert-headers): Add comment.
14415
14416 * gnus.el: Remove unused variable `gnus-article-check-size'.
14417
14418 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14419
14420 * gnus-art.el (gnus-button-alist): Improve
14421 `gnus-button-handle-library' entry.
14422
14423 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
14424
14425 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14426 downcase, since XEmacs capitalizes error messages differently.
14427
14428 2004-08-18 Jesper Harder <harder@ifa.au.dk>
14429
14430 * nntp.el: Add (require 'gnus) due to reference to
14431 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
14432
14433 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
14434
14435 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14436 `mm-fill-flowed'.
14437
14438 * mm-decode.el (mm-dissect-singlepart): Check it.
14439
14440 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
14441
14442 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14443 'imap' for netrc parsing.
14444
14445 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14446
14447 * mailcap.el (mailcap-mime-data): Mark as risky.
14448
14449 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
14450
14451 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14452 may be included in the encoded word.
14453 (rfc2047-encode): Don't append a space if the encoded word
14454 includes close parenthesis.
14455
14456 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
14457
14458 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14459 of text within parentheses.
14460
14461 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
14462
14463 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14464 (gnus-encrypt-write-file-contents): Make the password key the file
14465 name PLUS the cipher, not just the cipher. Also remove failed
14466 passwords from the cache.
14467
14468 2004-08-06 Simon Josefsson <jas@extundo.com>
14469
14470 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
14471 fix.
14472
14473 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14474
14475 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14476 LWSP.
14477
14478 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
14479
14480 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14481 to append in-reply-to: data to the references: header.
14482
14483 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14484 (netrc-parse): Use gnus-encrypt.el functions.
14485
14486 * gnus-encrypt.el: Add new file for encryption support; currently
14487 does only a few GPG ciphers and an internal XOR cipher.
14488
14489 * password.el: Add comments on using password-read-and-add.
14490 (password-read-and-add): Add function to read and add the
14491 password to the cache at once.
14492
14493 2004-07-28 Simon Josefsson <jas@extundo.com>
14494
14495 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14496 parameter (but don't use it, for now).
14497
14498 * imap.el (imap-ssl-open): Use imap-process-connection-type,
14499 instead of hard coding to nil.
14500
14501 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14502
14503 * mm-view.el (mm-inline-image-emacs): Open lines under an image
14504 as mm-inline-image-xemacs does.
14505
14506 2004-07-26 Simon Josefsson <jas@extundo.com>
14507
14508 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14509 Revert part of 2004-07-17 change below.
14510
14511 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14512
14513 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
14514 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14515
14516 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14517
14518 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14519 quotes that actually start with ">" at the beginning of the
14520 lines.
14521
14522 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14523
14524 * rfc2047.el (rfc2047-encode-region): Fix last change.
14525 (rfc2047-encode-parameter): Remove useless concat.
14526
14527 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
14528
14529 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14530 encode special characters; fix some kind of misconfigured headers;
14531 signal a real error if debug-on-quit or debug-on-error is non-nil.
14532 (rfc2047-encode-max-chars): New variable.
14533 (rfc2047-encode-1): Use it.
14534 (rfc2047-encode-parameter): New function.
14535
14536 * mml.el (mml-insert-parameter): Remove an excessive space.
14537
14538 2004-07-17 Simon Josefsson <jas@extundo.com>
14539
14540 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14541 Kai Grossjohann <kai@emptydomain.de>.
14542 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14543 (gnus-group-make-menu-bar): Ditto.
14544
14545 * gnus-util.el (gnus-group-server): Add.
14546
14547 2004-07-16 Jesper Harder <harder@ifa.au.dk>
14548
14549 * message.el (message-clone-locals): Clone sendmail and smtp
14550 variables.
14551
14552 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14553
14554 * rfc2047.el (rfc2047-encode-region): Fix last change.
14555
14556 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14557
14558 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14559 characters as non-special.
14560
14561 2004-07-09 Simon Josefsson <jas@extundo.com>
14562
14563 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14564 Users will lose all flag changes made while unplugged with
14565 e.g. nntp unless flag synchronization happens, thus `nil' is not a
14566 good default. See numerous reports on ding mailing list.
14567
14568 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
14569
14570 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14571 add generate-head-function and generate-article-function to the
14572 rfc822-forward entry.
14573 (nndoc-rfc822-forward-generate-article): New function.
14574 (nndoc-rfc822-forward-generate-head): New function.
14575
14576 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14577
14578 2004-07-06 Dan Christensen <jdc@uwo.ca>
14579
14580 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14581 respect display group parameter and gnus-summary-expunge-below.
14582 (gnus-articles-to-read): Remove unused reference to display group
14583 parameter.
14584
14585 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14586
14587 * nnheader.el (nnheader-uniquify-message-id): New experimental
14588 variable.
14589 (nnheader-nov-read-message-id): Use it.
14590
14591 * spam-report.el (spam-report-gmane): Add interactive.
14592
14593 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14594
14595 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14596 qp-or-base64 for the application/* types.
14597
14598 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
14599
14600 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14601
14602 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
14603
14604 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14605 trim value.
14606
14607 2004-01-25 Paul Jarc <prj@po.cwru.edu>
14608
14609 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14610 New macro and function.
14611 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14612
14613 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14614
14615 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14616 after-load-alist.
14617
14618 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14619
14620 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14621 update info that isn't there.
14622
14623 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
14624
14625 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14626 entry.
14627
14628 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14629
14630 * mm-view.el (mm-inline-render-with-function): Use multibyte
14631 buffer; decode html source by charset.
14632
14633 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14634
14635 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14636 Mule-UCS is loaded under XEmacs.
14637 (mm-mime-mule-charset-alist): Avoid duplicated entries.
14638
14639 2004-06-28 Jesper Harder <harder@ifa.au.dk>
14640
14641 * nnheader.el (nnheader-max-head-length): Increase to 8192.
14642
14643 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
14644
14645 * mm-util.el (mm-coding-system-p): Return a coding-system.
14646 (mm-mime-mule-charset-alist): Use shift_jis instead of
14647 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14648 entries for the mime charsets iso-2022-jp-3 and shift_jis.
14649 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14650 instead of japanese-shift-jis and iso-latin-1 respectively in
14651 order to share the default value with both Emacs and XEmacs-mule.
14652 (mm-mule-charset-to-mime-charset): Make
14653 mm-coding-system-priorities effective.
14654 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14655 while predicating of candidates upon the priorities.
14656
14657 2004-06-27 Jesper Harder <harder@ifa.au.dk>
14658
14659 * gnus-sum.el (gnus-summary-make-menu-bar): Add
14660 gnus-uu-invert-processable.
14661
14662 * gnus.el: Autoload gnus-uu-invert-processable.
14663
14664 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
14665
14666 * mm-util.el (mm-with-multibyte-buffer): New macro.
14667
14668 * rfc2047.el (rfc2047-encode-string): Use it.
14669 (rfc2047-encode-region): Move point to the end of the region after
14670 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14671
14672 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14673
14674 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14675 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14676
14677 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14678
14679 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14680 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
14681 Karl Chen <quarl@nospam.quarl.org>.
14682
14683 2004-06-23 Jesper Harder <harder@ifa.au.dk>
14684
14685 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14686 invalid addresses.
14687
14688 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
14689
14690 * spam.el: Change section markers, revise TODO list.
14691 (spam-backends): Make new master list of all installed backends.
14692 (spam-summary-exit-behavior): Add new variable to determine how
14693 messages moves are done at summary exit.
14694 (spam-move-spam-nonspam-groups-only)
14695 (spam-process-ham-in-nonham-groups)
14696 (spam-process-ham-in-spam-groups): Remove variables, the
14697 spam-summary-exit-behavior variable should be used to manage this
14698 behavior.
14699 (spam-old-ham-articles, spam-old-spam-articles): Remove.
14700 (spam-old-articles): Add variable, replacing spam-old-ham-articles
14701 and spam-old-spam-articles.
14702 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14703 Add empty variables, placeholders for the backends they represent.
14704 (spam-set-difference): Move, unchanged.
14705 (spam-list-of-processors): Declare OBSOLETE, not used anymore
14706 unless the user has a processor variable.
14707 (spam-classifications, spam-classification-valid-p)
14708 (spam-backend-properties, spam-backend-property-valid-p)
14709 (spam-backend-function-type-valid-p)
14710 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14711 (spam-report-articles-gmane, spam-report-articles-resend):
14712 Remove functions, they are not needed.
14713 (spam-install-backend-super, spam-backend-list)
14714 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14715 (spam-backend-function, spam-backend-ham-registration-function)
14716 (spam-backend-spam-registration-function)
14717 (spam-backend-ham-unregistration-function)
14718 (spam-backend-spam-unregistration-function)
14719 (spam-backend-statistical-p, spam-backend-mover-p)
14720 (spam-install-backend-alias, spam-install-checkonly-backend)
14721 (spam-install-mover-backend, spam-install-nocheck-backend)
14722 (spam-install-backend, spam-install-statistical-backend)
14723 (spam-install-statistical-checkonly-backend): Add backend installation
14724 support.
14725 (spam-summary-prepare-exit): Rewrite to use the new backend code.
14726 (spam-group-processor-p): Use the new backend code and respect the
14727 summary exit behavior.
14728 (spam-mark-spam-as-expired-and-move-routine): Remove.
14729 (spam-summary-prepare): Change to use the new spam-old-articles
14730 variable.
14731 (spam-copy-or-move-routine, spam-copy-spam-routine)
14732 (spam-move-spam-routine, spam-copy-ham-routine)
14733 (spam-move-ham-routine): Add code to copy/move ham or spam.
14734 (spam-fetch-field-fast): Improve doc and code, plus allow the
14735 'number request.
14736 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14737 variables.
14738 (spam-split, spam-find-spam): Use the new backend code.
14739 (spam-registration-functions): Remove variable.
14740 (spam-unregister-routine): Add convenience wrapper.
14741 (spam-log-undo-registration, spam-register-routine)
14742 (spam-log-processing-to-registry)
14743 (spam-log-unregistration-needed-p): Rename "check" to "backend"
14744 where possible.
14745 (spam-check-gmane-xref, spam-check-regex-headers)
14746 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14747 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14748 (spam-check-bogofilter-headers, spam-check-spamoracle)
14749 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14750 (spam-check-crm114-headers): Use the spam-split-group that
14751 spam-split prepares, no need to determine it every time.
14752
14753 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14754 to the nnheader-parse-naked-head call.
14755
14756 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14757
14758 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14759 the nnheader-nov-read-message-id call.
14760
14761 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
14762
14763 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14764 gnus-activate-group twice. Suggested by Markus Peter
14765 <warp@spin.de>.
14766
14767 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
14768
14769 * gnus-art.el (gnus-article-time-format): Exchange the order of
14770 day and month in the default value; fix customization type.
14771 (article-date-ut): Use add-text-properties.
14772 (article-make-date-line): Use message-make-date instead of
14773 current-time-string.
14774
14775 * message.el (message-fetch-field): Don't use set-text-properties.
14776 (message-make-date): Simplify.
14777
14778 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
14779
14780 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14781 (rfc2047-encode-region): Treat text within parentheses as special;
14782 show the original text when error has occurred.
14783
14784 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14785 already-computed method to gnus-activate-group.
14786
14787 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14788 same select-methods identical Lisp objects.
14789
14790 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14791 object when modifying the info.
14792
14793 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14794
14795 * gnus-srvr.el (gnus-server-set-info): Remove the server from
14796 gnus-opened-servers since it has never been opened with the new
14797 configuration yet.
14798
14799 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
14800
14801 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14802 arg to nnheader-generate-fake-message-id.
14803
14804 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
14805
14806 * nnheader.el (nnheader-generate-fake-message-id): Accept a
14807 number and build a fake message ID localized to a group and
14808 article number (so it's repeatable from that point on).
14809 (nnheader-fake-message-id-p): Change regex to accommodate new fake
14810 ID format.
14811
14812 * gnus-sum.el (gnus-get-newsgroup-headers): Call
14813 nnheader-generate-fake-message-id with the article number.
14814
14815 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
14816
14817 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14818 end-of-buffer.
14819
14820 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14821
14822 * message.el (message-ignored-supersedes-headers): Add Approved.
14823
14824 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
14825
14826 * rfc2047.el (rfc2047-encode-message-header): Remove useless
14827 goto-char.
14828 (rfc2047-encode): Fold the line before encoding.
14829
14830 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14831
14832 * rfc2047.el (rfc2047-encode-message-header): Disabled header
14833 folding -- not all headers can be folded, and this should be done
14834 by the message composition mode. Probably. I think.
14835
14836 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
14837
14838 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14839 fast.
14840
14841 * gnus-ems.el (gnus-remove-image): Don't use
14842 message-text-with-property; remove only the image found first.
14843
14844 2004-06-09 Jesper Harder <harder@ifa.au.dk>
14845
14846 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14847
14848 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
14849
14850 * message.el (message-text-with-property): Make it fast and accept
14851 optional arguments.
14852 (message-strip-forbidden-properties): Use it.
14853 (message-fix-before-sending): Follow the m-t-w-p change.
14854
14855 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14856
14857 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14858
14859 * gnus-art.el (article-hide-headers): Don't change the buffer
14860 mistakenly when performing mml-preview even if
14861 gnus-single-article-buffer is nil.
14862
14863 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
14864
14865 * message.el (message-expand-name-databases): New user option.
14866 (message-expand-name): Use it.
14867
14868 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
14869
14870 * spam.el (spam-report-articles-resend)
14871 (spam-report-resend-register-routine): Allow ham reporting.
14872 (spam-report-resend-register-ham-routine): Add wrapper.
14873 (spam-registration-functions): Add ham resending functions.
14874 (spam-list-of-processors): Add ham resend processor.
14875
14876 * gnus.el (ham-resend-to): Add new group parameter.
14877 (spam-process): Add ham resend option.
14878
14879 * spam-report.el (spam-report-resend): Allow reporting ham.
14880 (spam-report-resend-ham): Add wrapper.
14881
14882 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14883
14884 * message.el (message-cite-articles-with-x-no-archive): New
14885 variable.
14886 (message-cite-original): Use it.
14887
14888 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14889
14890 * message.el (message-cite-original): Respect X-No-Archive.
14891
14892 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14893
14894 * gnus-art.el (article-hide-headers): Refer to the values for
14895 gnus-ignored-headers and gnus-visible-headers in the summary
14896 buffer since a user may have set them as group parameters.
14897
14898 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
14899
14900 * assistant.el (assistant-node-name): Add convenience function.
14901 (assistant-render-text, assistant-render-node): Add error handling,
14902 plus handle multiple next nodes.
14903 (assistant-find-next-node): Comment out for now.
14904 (assistant-find-next-nodes): Add function, returns list of next
14905 nodes.
14906
14907 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
14908
14909 * mail-source.el (mail-source-directory): Fix doc-string.
14910
14911 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
14912
14913 * assistant.el (assistant-render-text, assistant-eval): Add :set
14914 widget type, which is different because it takes and returns a
14915 list. Much hilarity ensues.
14916
14917 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
14918
14919 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14920
14921 * gnus-group.el (gnus-group-get-new-news-this-group): Added
14922 doc-string.
14923
14924 * gnus-start.el (gnus-activate-group): Added doc-string.
14925
14926 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14927
14928 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14929
14930 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
14931
14932 * assistant.el (assistant-render-text): Try to add a :set
14933 widget, more to come.
14934
14935 * spam.el (spam-group-spam-contents-p): Handle empty groupname
14936 strings.
14937 (spam-report-articles-resend)
14938 (spam-register-routine): Do registration iff any articles warrant
14939 it.
14940 (spam-summary-prepare-exit): Change log message for nil group
14941 destinations.
14942
14943 2004-05-27 Daniel Pittman <daniel@rimspace.net>
14944
14945 * spam.el (spam-report-resend-register-routine): Allow
14946 spam-report-resend-to to be a group parameter or a global value.
14947
14948 2004-05-26 Simon Josefsson <jas@extundo.com>
14949
14950 * starttls.el: Merge with my GNUTLS based starttls.el.
14951 (starttls-gnutls-program, starttls-use-gnutls)
14952 (starttls-extra-arguments, starttls-process-connection-type)
14953 (starttls-connect, starttls-failure, starttls-success): New
14954 variables.
14955 (starttls-program, starttls-extra-args): Doc fix.
14956 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14957 functions.
14958 (starttls-negotiate, starttls-open-stream): Check
14959 `starttls-use-gnutls' and pass on to corresponding *-gnutls
14960 function if it is set.
14961
14962 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
14963
14964 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14965 structured fields.
14966
14967 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
14968
14969 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14970
14971 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
14972
14973 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14974 variable.
14975 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
14976 assigning the spam-mark to new messages.
14977
14978 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
14979
14980 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14981
14982 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
14983
14984 * rfc2047.el (rfc2047-encodable-p): Don't move point.
14985 (rfc2047-decode): Treat the ascii coding-system as raw-text by
14986 default.
14987
14988 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
14989
14990 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14991 correct data.
14992
14993 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
14994
14995 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14996 (spam-group-processor-p): Fix function.
14997 (spam-group-processor-multiple-p)
14998 (spam-group-spam-processor-report-gmane-p)
14999 (spam-group-spam-processor-report-resend-p)
15000 (spam-group-spam-processor-bogofilter-p)
15001 (spam-group-spam-processor-blacklist-p)
15002 (spam-group-spam-processor-ifile-p)
15003 (spam-group-ham-processor-ifile-p)
15004 (spam-group-spam-processor-spamoracle-p)
15005 (spam-group-spam-processor-crm114-p)
15006 (spam-group-ham-processor-bogofilter-p)
15007 (spam-group-spam-processor-stat-p)
15008 (spam-group-ham-processor-stat-p)
15009 (spam-group-ham-processor-whitelist-p)
15010 (spam-group-ham-processor-BBDB-p)
15011 (spam-group-ham-processor-spamoracle-p)
15012 (spam-group-ham-processor-copy-p): Remove functions with some
15013 prejudice against unneeded code.
15014 (spam-report-articles-resend)
15015 (spam-report-resend-register-routine): Allow the group/topic
15016 spam-resend-to value to override spam-report-resend-to.
15017 (spam-summary-prepare-exit): Invoke spam-group-processor-p
15018 properly now.
15019
15020 * gnus.el (spam-resend-to): Add group/topic parameter.
15021 (spam-process): Move the OBSOLETE processors to the end of the
15022 choices.
15023
15024 2004-05-24 Daniel Pittman <daniel@rimspace.net>
15025
15026 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15027 with resend-to set to nil, and then ask the user if necessary.
15028 (spam-report-resend): spam-report-resend takes a list of articles, not
15029 separate article numbers.
15030
15031 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15032
15033 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15034 addition to emacs-w3m.
15035
15036 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15037
15038 * assistant.el (assistant-authinfo-data): New function.
15039 (assistant-eval): Eval for entire assistant.
15040
15041 * netrc.el (netrc-services-file): New variable.
15042 (netrc-parse-services): New function.
15043 (netrc-find-service-name): New function.
15044 (netrc-find-service-number): New function.
15045 (netrc-port-equal): New function.
15046 (netrc-machine): Use it.
15047
15048 * nnimap.el (nnimap-open-connection): Use netrc.
15049
15050 * gnus-util.el (gnus-netrc-get): Remove aliases.
15051
15052 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15053
15054 * assistant.el (wid-edit): Fix compilation.
15055
15056 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15057
15058 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
15059
15060 * gnus-util.el (gnus-set-file-modes): New function. (small
15061 patch).
15062
15063 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15064
15065 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15066
15067 * assistant.el (assistant-render-node): Fix up rendering and
15068 read-only text.
15069 (assistant-render-node): Reset.
15070 (assistant-make-read-only): Not sticky.
15071
15072 2004-05-20 Danny Siu <dsiu@adobe.com>
15073
15074 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15075 centered even when gnus-auto-center-summary is t
15076
15077 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15078
15079 * dns.el (dns-get-txt-answer): New function.
15080 (dns-read-txt): Ditto.
15081 (query-dns): Use it.
15082
15083 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
15084
15085 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15086 active for foreign groups even if the group level is higher than
15087 the specified value.
15088
15089 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15090
15091 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15092 non-active groups.
15093
15094 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15095
15096 2004-05-20 Magnus Henoch <mange@freemail.hu>
15097
15098 * dns.el (dns-read-type): Add support for SVR. (small patch)
15099
15100 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
15101
15102 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15103 (spam-crm114-header, spam-crm114-spam-switch)
15104 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15105 (spam-crm114-positive-spam-header)
15106 (spam-crm114-database-directory, spam-list-of-processors)
15107 (spam-group-spam-processor-crm114-p)
15108 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15109 (spam-generic-score, spam-list-of-checks)
15110 (spam-list-of-statistical-checks, spam-registration-functions)
15111 (spam-check-crm114-headers, spam-crm114-score)
15112 (spam-check-crm114, spam-crm114-register-with-crm114)
15113 (spam-crm114-register-spam-routine)
15114 (spam-crm114-unregister-spam-routine)
15115 (spam-crm114-register-ham-routine)
15116 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
15117 asjo@koldfront.dk (Adam Sjøgren).
15118
15119 * gnus.el: Add spam-use-crm114.
15120
15121 * spam.el (spam-list-of-processors, spam-registration-functions):
15122 Add spam-use-resend.
15123 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15124 (spam-report-articles-gmane): Add doc fix.
15125 (spam-report-articles-resend, spam-report-resend-register-routine):
15126 Add wrappers around spam-report-resend-to.
15127
15128 * spam-report.el (spam-report-resend-to, spam-report-resend):
15129 Add support for resending spam.
15130 (spam-report-gmane): Fix line length >80.
15131
15132 * gnus.el (spam-process): Add spam-use-resend.
15133
15134 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15135
15136 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15137 number of processed spam messages.
15138 (spam-ham-copy-or-move-routine): Return the number of processed
15139 ham messages.
15140 (spam-summary-prepare-exit): Use the above values to decide
15141 whether status messages shouled be displayed.
15142
15143 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
15144
15145 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15146 `rfc2047-encoding-function-alist' in order to avoid conflicting
15147 with the old version.
15148 (rfc2047-encode-region): Concatenate words containing non-ASCII
15149 characters in structured fields; don't encode space-delimited
15150 ASCII words even in unstructured fields; don't break words at
15151 char-category boundaries.
15152 (rfc2047-encode-1): New function.
15153 (rfc2047-encode): Use it; encode text so that it occupies the
15154 maximum width within 76-column; work correctly on Q encoding for
15155 iso-2022-* charsets.
15156 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15157 sure not to break a line just after the header name.
15158 (rfc2047-b-encode-region): Removed.
15159 (rfc2047-b-encode-string): New function.
15160 (rfc2047-q-encode-region): Removed.
15161 (rfc2047-q-encode-string): New function.
15162
15163 * mm-util.el (mm-replace-in-string): New function.
15164
15165 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15166
15167 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15168 get it right.
15169 (gnus-inews-make-draft): Really.
15170
15171 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
15172
15173 * nnmh.el (nnmh-request-list-1): Don't check the link count
15174 before descending. (small patch)
15175
15176 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15177
15178 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15179 stuff.
15180
15181 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15182 on real group name.
15183
15184 * gnus-art.el (gnus-signature-limit): Doc fix.
15185
15186 * gnus-msg.el (gnus-inews-make-draft): Quote list.
15187
15188 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15189
15190 * gnus-draft.el (gnus-draft-send): Bind
15191 rfc2047-encode-encoded-words.
15192
15193 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15194 (rfc2047-encodable-p): Say that =? needs encoding.
15195 (rfc2047-encode-encoded-words): New variable.
15196
15197 * gnus-group.el (gnus-group-select-group): Doc fix.
15198
15199 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15200
15201 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15202 to nil.
15203
15204 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15205
15206 * nnheader.el (nnheader-get-lines-and-char): New function.
15207
15208 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
15209
15210 * gnus-msg.el (gnus-summary-followup-with-original): Document
15211 yanking of region when active.
15212
15213 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
15214
15215 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15216 groups if the group level is higher than the specified value.
15217
15218 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15219
15220 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15221 (gnus-group-jump-to-group): Added prefix argument using
15222 `gnus-group-jump-to-group-prompt'. Query before jumping to
15223 non-active group.
15224
15225 * compface.el (uncompface): Be verbose when changing
15226 `uncompface-use-external'.
15227
15228 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15229 handle manual section.
15230
15231 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15232
15233 * gnus-art.el (gnus-button-alist): Revert previous change.
15234
15235 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15236
15237 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15238
15239 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15240
15241 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15242 whether backend can accept message.
15243
15244 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15245
15246 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
15247
15248 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15249 Avoid creating directory when nntp-marks-is-evil is true.
15250 Reported by Reiner Steib.
15251
15252 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15253
15254 * gnus-picon.el (gnus-picon-style): New variable.
15255 (gnus-picon-insert-glyph): Added optional `nostring' argument.
15256 (gnus-picon-transform-address): Support `gnus-picon-style'. From
15257 Jesper Harder <harder@ifa.au.dk>.
15258
15259 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15260
15261 * message.el (message-fill-field): Return point.
15262 (message-generate-headers): Go to end of field.
15263
15264 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15265 stuff for non-living groups.
15266
15267 2004-05-18 Jesper Harder <harder@ifa.au.dk>
15268
15269 * gnus-art.el (gnus-article-followup-with-original)
15270 (gnus-article-reply-with-original): gnus-mark-active-p ->
15271 gnus-region-active-p.
15272
15273 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
15274
15275 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15276 only when there is spam or ham to be processed.
15277
15278 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15279
15280 * mail-source.el (mail-source-delete-crash-box): Refactor.
15281 (mail-source-fetch): Use it.
15282 (mail-source-fetch-file): Ditto.
15283 (mail-source-fetch-directory): Run postscript in loop.
15284 (mail-source-fetch-pop): Delete.
15285 (mail-source-fetch-maildir): Ditto.
15286 (mail-source-fetch-imap): Ditto.
15287
15288 * imap.el (imap-authenticators): Comment out sasl.
15289
15290 * message.el (message-skip-to-next-address): New function.
15291 (message-fill-header-address): Refactor.
15292 (message-fill-address): Use it.
15293 (message-delete-address): Use it.
15294 (message-fill-header-general): Refactor.
15295 (message-fill-field-address): Rename.
15296 (message-narrow-to-field): Find the start of the header.
15297 (message-header-format-alist): Don't pre-fill.
15298 (message-fill-header): Removed.
15299 (message-insert-header): New function.
15300 (message-shorten-references): Use it.
15301
15302 * rfc2047.el (rfc2047-field-value): Strip props.
15303
15304 * mail-parse.el (mail-header-make-address): New alias.
15305
15306 * ietf-drums.el (ietf-drums-make-address): New function.
15307
15308 * imap.el: Add compiler directives.
15309
15310 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15311
15312 * gnus-art.el (article-decode-idna-rhs): Don't use
15313 message-idna-inside-rhs-p.
15314
15315 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15316
15317 * message.el (message-idna-inside-rhs-p): Removed.
15318 (message-idna-to-ascii-rhs-1): Use proper address parsing.
15319
15320 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15321 false positives.
15322
15323 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15324
15325 * imap.el (imap-sasl-make-mechanisms): Use sasl.
15326
15327 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15328
15329 * nneething.el (nneething-file-name): Don't create spurious
15330 files.
15331
15332 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15333 (gnus-inews-do-gcc): Remove sleep.
15334
15335 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15336 part under point.
15337
15338 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15339 (gnus-agent-regenerate-group): Using nil messages aren't valid.
15340
15341 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
15342
15343 * spam.el (spam-summary-prepare-exit): Fixed (length).
15344
15345 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
15346
15347 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15348 as expired without moving it" message when there are spam
15349 messages left.
15350
15351 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
15352
15353 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15354 header is not nil.
15355
15356 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
15357
15358 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15359 nntp-possibly-create-directory, not nntp-possibly-change-group.
15360 (nntp-marks-changed-p): New arg SERVER.
15361 (nntp-request-update-info): Adjust caller.
15362
15363 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
15364
15365 * nntp.el (nntp-save-marks): Pass missing arg.
15366
15367 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15368
15369 * nntp.el: Support marks.
15370 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15371 (nntp-marks-modtime, nntp-marks-directory): New variables.
15372 (nntp-request-set-mark, nntp-request-update-info)
15373 (nntp-possibly-create-directory, nntp-marks-changed-p)
15374 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15375 functions.
15376
15377 2004-05-12 Jesper Harder <harder@ifa.au.dk>
15378
15379 * gnus-score.el (gnus-score-insert-help): Use
15380 gnus-select-lowest-window.
15381
15382 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15383 appt-select-lowest-window and rename to gnus-select-lowest-window.
15384
15385 * gnus.el: do.
15386
15387 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15388
15389 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15390 encodings of MIME-encoded words, in order to improve
15391 interoperability with several broken MUAs.
15392
15393 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15394
15395 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15396 tags, only when charsets are not specified in headers.
15397 (mm-inline-text-html-render-with-w3m): Ditto.
15398
15399 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15400
15401 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15402 instead of MIME-decoded from fields when checking
15403 `gnus-article-address-banner-alist'.
15404
15405 2004-05-03 Jesper Harder <harder@ifa.au.dk>
15406
15407 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15408 description rather than subject.
15409
15410 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15411
15412 * gnus.el (gnus-version-number): Bump.
15413
15414 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15415
15416 * gnus.el: No Gnus v0.2 is released.
15417
15418 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15419
15420 * gnus-agent.el (gnus-agent-read-agentview): Inline
15421 gnus-uncompress-range.
15422
15423 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15424
15425 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15426 `exec-installed-p'.
15427
15428 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15429
15430 * gnus.el (spam-process, spam-autodetect-methods): Add
15431 bsfilter and bsfilter-headers.
15432
15433 * spam.el (spam-bsfilter): New customize group.
15434 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15435 (spam-bsfilter-header, spam-bsfilter-probability-header)
15436 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15437 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15438 (spam-bsfilter-database-directory): New options.
15439 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15440 (spam-list-of-statistical-checks, spam-registration-functions):
15441 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15442 (spam-bsfilter-score): New command.
15443 (spam-check-bsfilter-headers, spam-check-bsfilter)
15444 (spam-bsfilter-register-with-bsfilter)
15445 (spam-bsfilter-register-spam-routine)
15446 (spam-bsfilter-unregister-spam-routine)
15447 (spam-bsfilter-register-ham-routine)
15448 (spam-bsfilter-unregister-ham-routine): New functions.
15449 (spam-generic-score): Support bsfilter; Accept an optional argument
15450 to recalcurate spam score even if scoring header has already been
15451 added.
15452 (spam-bogofilter-score, spam-spamassassin-score): Accept an
15453 optional argument to recalcurate spam score even if scoring header
15454 has already been added.
15455
15456 2004-04-29 Jesper Harder <harder@ifa.au.dk>
15457
15458 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15459 strings! Reported by David D. Smith <davidsmith@acm.org>.
15460 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15461 link is missing.
15462
15463 2004-04-28 Jesper Harder <harder@ifa.au.dk>
15464
15465 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15466 (html2text-get-attr): Rewrite.
15467
15468 * message.el (message-setup-1): Remove redundant put-text-property
15469 on mail-header-separator.
15470
15471 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
15472
15473 * gnus-registry.el (gnus-registry-cache-whitespace)
15474 (gnus-registry-action, gnus-registry-spool-action)
15475 (gnus-registry-split-fancy-with-parent): Change message levels
15476 from 5 to 3 or 7, as needed.
15477
15478 * spam.el (spam-summary-prepare-exit)
15479 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15480 (spam-split, spam-find-spam, spam-log-undo-registration)
15481 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15482 level from 5 to 6.
15483
15484 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15485
15486 * gnus-ems.el: Autoload appt-select-lowest-window (revert
15487 2004-03-04 change).
15488
15489 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15490
15491 * sieve-manage.el (sieve-manage-open):
15492 * nnweb.el (nnweb-insert-html):
15493 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15494 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15495 * nnspool.el (nnspool-request-group):
15496 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15497 * nnml.el (nnml-request-update-info):
15498 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15499 (nnmh-request-create-group, nnmh-update-gnus-unreads):
15500 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15501 (nnimap-request-set-mark):
15502 * nnfolder.el (nnfolder-request-update-info):
15503 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15504 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15505 * gnus-uu.el (gnus-uu-find-articles-matching):
15506 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15507 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15508 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15509 * gnus-nocem.el (gnus-nocem-scan-groups):
15510 * gnus-int.el (gnus-start-news-server):
15511 * gnus-group.el (gnus-group-make-kiboze-group)
15512 (gnus-group-browse-foreign-server):
15513 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15514 Use mapc when appropriate.
15515
15516 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
15517
15518 FIXME: Make separate entries for each person.
15519
15520 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15521 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15522 <shields@msrl.com>:
15523
15524 * spam.el (spam-necessary-extra-headers): Get the extra headers we
15525 may need for spam sorting and scoring.
15526 (spam-user-format-function-S): Add user format function suitable for
15527 general use.
15528 (spam-article-sort-by-spam-status): Add sorting function for summary
15529 sorting.
15530 (spam-extra-header-to-number): Add function to get a score from a
15531 header.
15532 (spam-summary-score): Add function to get a numeric score from the
15533 headers.
15534 (spam-generic-score): Fix function doc, was in wrong place.
15535 (spam-initialize): Take symbols when it's run, and install the
15536 extra headers that spam-necessary-extra-headers thinks we need.
15537
15538 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15539
15540 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15541 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
15542
15543 2004-04-17 Jesper Harder <harder@ifa.au.dk>
15544
15545 * gnus-sum.el (gnus-set-global-variables)
15546 (gnus-build-all-threads, gnus-get-newsgroup-headers)
15547 (gnus-article-get-xrefs, gnus-summary-best-group)
15548 (gnus-summary-next-article, gnus-summary-enter-digest-group)
15549 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15550 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15551 Use with-current-buffer.
15552
15553 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
15554
15555 * spam.el (spam-summary-prepare-exit): Simplify logic.
15556 (spam-fetch-article-header): Read the article header if it's not
15557 available.
15558 (spam-list-articles): Simplify logic.
15559 (spam-filelist-register-routine): Fix bug with unregister-list.
15560
15561 * gnus-registry.el: Fix comments at beginning.
15562
15563 2004-04-16 Jesper Harder <harder@ifa.au.dk>
15564
15565 * message.el (message-cater-to-broken-inn): Remove.
15566 (message-shorten-references): Make sure the total folded length of
15567 References is shorter than 998 characters to cater to a bug in INN
15568 2.3. Also, don't pretend that references aren't folded -- this
15569 hasn't worked for a while.
15570
15571 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
15572
15573 * gnus-agent.el (gnus-agentize):
15574 gnus-agent-send-mail-real-function no longer set to current value
15575 of message-send-mail-function but rather a lambda that calls
15576 message-send-mail-function. The change makes the agent real-time
15577 responsive to user changes to message-send-mail-function.
15578
15579 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
15580
15581 * legacy-gnus-agent.el
15582 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15583 help from Florian Weimer <fw@deneb.enyo.de>
15584
15585 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
15586
15587 * nnmail.el (nnmail-cache-insert): Revert last change.
15588
15589 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
15590
15591 * nnmail.el (nnmail-cache-insert): Always check whether
15592 nnmail-cache-ignore-groups matches a group name.
15593
15594 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
15595
15596 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15597 (spam-find-spam, spam-log-processing-to-registry)
15598 (spam-log-registered-p, spam-log-unregistration-needed-p)
15599 (spam-log-undo-registration): Use gnus-message instead of
15600 gnus-error, none of these errors are fatal.
15601
15602 * gnus-registry.el (gnus-registry-clean-empty-function)
15603 (gnus-registry-clean-empty): Remove only empty entries without
15604 extra data.
15605
15606 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
15607
15608 * spam-stat.el (spam-stat-buffer-change-to-spam)
15609 (spam-stat-buffer-change-to-non-spam): Change (error) to
15610 (gnus-message 8) invocation.
15611
15612 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15613
15614 * nntp.el (nntp-via-netcat-command): New variable.
15615 (nntp-via-netcat-switches): New variable.
15616 (nntp-open-via-rlogin-and-netcat): New function.
15617 (nntp-open-connection-function): Doc fix.
15618 (nntp-telnet-command): Doc fix.
15619 (nntp-end-of-line): Doc fix.
15620 (nntp-via-rlogin-command): Doc fix.
15621 (nntp-via-user-name): Doc fix.
15622 (nntp-via-address): Doc fix.
15623
15624 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15625
15626 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15627 error in Emacs 21.1.
15628
15629 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
15630
15631 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15632
15633 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
15634
15635 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15636 (gnus-agent-with-refreshed-group): New macro.
15637 (gnus-agent-rename-group): New function.
15638 (gnus-agent-delete-group): New function.
15639 (gnus-agent-save-group-info): Use gnus-command-method when
15640 `method' parameter is nil. Don't write nil entries into the
15641 active file.
15642 (gnus-agent-get-group-info): New function.
15643 (gnus-agent-fetch-articles): Use
15644 gnus-agent-update-files-total-fetched-for to increment disk space
15645 used.
15646 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15647 gnus-agent-update-view-total-fetched-for to increment disk space
15648 used.
15649 (gnus-agent-get-local): Added optional parameters to avoid calling
15650 gnus-group-real-name and gnus-find-method-for-group.
15651 (gnus-agent-set-local): Delete stored entry if either min, or max,
15652 are nil.
15653 (gnus-agent-fetch-session): Reworded error/quit messages. On
15654 quit, use gnus-agent-regenerate-group to record existence of any
15655 articles fetched to disk before the quit occurred.
15656 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15657 gnus-agent-update-view-total-fetched-for, and
15658 gnus-agent-update-files-total-fetched-for to decrement disk space
15659 used.
15660 (gnus-agent-retrieve-headers): Use
15661 gnus-agent-update-view-total-fetched-for to increment disk space
15662 used.
15663 (gnus-agent-regenerate-group): Replace gnus-group-update-group
15664 with gnus-agent-update-files-total-fetched-for to decrement disk
15665 space and fresh group buffer.
15666 (gnus-agent-inhibit-update-total-fetched-for): New variable.
15667 (gnus-agent-need-update-total-fetched-for): New variable.
15668 (gnus-agent-update-files-total-fetched-for): New function.
15669 (gnus-agent-update-view-total-fetched-for): New function.
15670 (gnus-agent-total-fetched-for): New function.
15671
15672 * gnus-cache.el (gnus-cache-save-buffers): Use
15673 gnus-cache-update-overview-total-fetched-for to change disk space
15674 used by this group.
15675 (gnus-cache-possibly-enter-article): Use
15676 gnus-cache-update-file-total-fetched-for to increment disk space
15677 used by this group.
15678 (gnus-cache-possibly-remove-article): Use
15679 gnus-cache-update-file-total-fetched-for to decrement disk space
15680 used by this group.
15681 (gnus-cache-generate-nov-databases): Purge total fetched cache.
15682 (gnus-cache-rename-group): New function.
15683 (gnus-cache-delete-group): New function.
15684 (gnus-cache-inhibit-update-total-fetched-for): New variable.
15685 (gnus-cache-need-update-total-fetched-for): New variable.
15686 (gnus-cache-with-refreshed-group): New macro.
15687 (gnus-cache-update-file-total-fetched-for): New function.
15688 (gnus-cache-update-overview-total-fetched-for): New function.
15689 (gnus-cache-rename-group-total-fetched-for): New function.
15690 (gnus-cache-delete-group-total-fetched-for): New function.
15691 (gnus-cache-total-fetched-for): New function.
15692
15693 * gnus-group.el: Require gnus-sum and autoload functions to
15694 resolve warnings when gnus-group.el compiled alone.
15695 (gnus-group-line-format): Documented new %F.
15696 (size of Fetched data) group line format; identifies disk space
15697 used by agent and cache.
15698 (gnus-group-line-format-alist): Defined new F format.
15699 (gnus-total-fetched-for): New function.
15700 (gnus-group-delete-group): No longer update
15701 gnus-cache-active-altered as gnus-request-delete-group now keeps
15702 the cache in sync.
15703 (gnus-group-list-active): Let the agent store a server's active
15704 list if currently plugged.
15705
15706 * gnus-int.el (gnus-request-delete-group):
15707 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15708 local disk in sync with the server.
15709 (gnus-request-rename-group):
15710 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15711 local disk in sync with the server.
15712
15713 * gnus-start.el (gnus-get-unread-articles):
15714 Cosmetic simplification to logic.
15715
15716 * gnus-util.el (gnus-rename-file): New function.
15717
15718 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
15719
15720 * mm-util.el (mm-image-load-path): Handle nil in load-path.
15721
15722 2004-04-07 Jesper Harder <harder@ifa.au.dk>
15723
15724 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15725 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
15726
15727 2004-04-06 Jesper Harder <harder@ifa.au.dk>
15728
15729 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15730 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
15731
15732 2004-04-03 Jesper Harder <harder@ifa.au.dk>
15733
15734 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15735
15736 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
15737
15738 * spam.el (spam-set-difference): Add function to replace
15739 gnus-set-difference in spam.el.
15740 (spam-summary-prepare-exit): Use spam-set-difference.
15741
15742 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15743
15744 * gnus-registry.el (gnus-registry-cache-file): Update to use
15745 gnus-dribble-directory OR gnus-home-directory OR ~.
15746 (gnus-registry-split-fancy-with-parent): Fix doc.
15747
15748 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
15749
15750 * message.el (message-exchange-point-and-mark): Use
15751 message-mark-active-p. Suggested by Jesper Harder
15752 <harder@ifa.au.dk>.
15753
15754 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
15755
15756 * message.el (message-exchange-point-and-mark): Don't activate
15757 region if it was inactive. Suggested by Hiroshi Fujishima
15758 <pooh@nature.tsukuba.ac.jp>.
15759
15760 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
15761
15762 * gnus-art.el (article-display-face): Display Faces in the same
15763 order as X-Faces.
15764
15765 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
15766
15767 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15768
15769 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
15770
15771 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15772 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15773 (gnus-article-mime-hierarchy): Remove.
15774 (gnus-article-mime-hierarchy-next): Remove.
15775 (gnus-article-mode): Revert 2004-03-19 change.
15776 (gnus-article-setup-buffer): Revert 2004-03-19 change.
15777 (gnus-insert-mime-button): Revert 2004-03-19 change.
15778 (gnus-mime-accumulate-hierarchy): Remove.
15779 (gnus-mime-enter-multipart): Remove.
15780 (gnus-mime-leave-multipart): Remove.
15781 (gnus-mime-display-part): Revert 2004-03-19 change.
15782 (gnus-mime-display-alternative): Revert 2004-03-19 change.
15783
15784 * mml.el (mml-preview): Revert 2004-03-19 change.
15785
15786 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
15787
15788 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15789
15790 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
15791
15792 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15793 t while entering a file name using the mm-with-multibyte macro.
15794 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15795
15796 * mm-util.el (mm-with-multibyte): New macro.
15797
15798 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
15799
15800 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15801 user option.
15802 (gnus-mime-multipart-functions): Doc and customization fix.
15803 (gnus-article-mime-hierarchy): New variable.
15804 (gnus-article-mime-hierarchy-next): New variable.
15805 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15806 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15807 gnus-article-mime-hierarchy-next to nil.
15808 (gnus-insert-mime-button): Show hierarchy numbers.
15809 (gnus-mime-accumulate-hierarchy): New function.
15810 (gnus-mime-enter-multipart): New function.
15811 (gnus-mime-leave-multipart): New function.
15812 (gnus-mime-display-part): Recompute hierarchical MIME structure.
15813 (gnus-mime-display-alternative): Show hierarchy numbers.
15814
15815 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15816 gnus-article-mime-hierarchy-next to nil.
15817
15818 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
15819
15820 * dns.el: Don't require gnus-xmas.
15821
15822 2004-03-17 Jesper Harder <harder@ifa.au.dk>
15823
15824 * mml.el (mml-generate-mime-1): Don't use format=flowed with
15825 inline PGP.
15826 (mml-menu): Disable mml-quote-region if mark is inactive.
15827
15828 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
15829
15830 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15831 when the group's active is not available.
15832
15833 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15834
15835 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15836 error.
15837
15838 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
15839
15840 * imap.el (imap-store-password): New variable.
15841 (imap-interactive-login): Use it.
15842 Suggested by Mark Plaksin <happy@mcplaksin.org>.
15843
15844 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
15845
15846 * gnus-art.el (gnus-article-read-summary-keys): Restore new
15847 window-start and hscroll to summary window.
15848
15849 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
15850
15851 * gnus-start.el (gnus-convert-old-newsrc): Only write the
15852 conversion message to newsrc-dribble when an actual conversion is
15853 performed.
15854
15855 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
15856
15857 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15858
15859 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
15860
15861 * mm-decode.el (mm-complicated-handles): New function reviving
15862 former definition of mm-multiple-handles.
15863
15864 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15865 (gnus-mime-delete-part): Use it.
15866
15867 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
15868
15869 * gnus-agent.el (gnus-agent-read-local): Bind
15870 nnheader-file-coding-system to gnus-agent-file-coding-system to
15871 avoid the implicit assumption that they will always be equal.
15872 (gnus-agent-save-local): Bind buffer-file-coding-system, not
15873 coding-system-for-write, as the with-temp-file macro first prints
15874 to a buffer then saves the buffer.
15875
15876 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
15877
15878 * gnus-art.el (gnus-article-edit-part): New function.
15879 (gnus-mime-save-part-and-strip): Use it; do query instead of
15880 signaling an error; don't use mm-multiple-handles.
15881 (gnus-mime-delete-part): Ditto.
15882
15883 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
15884
15885 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15886 old file versions.
15887 (gnus-group-prepare-hook): Removed function that converted list
15888 form of gnus-agent-expire-days to group properties.
15889
15890 * gnus-int.el: Autoload gnus-agent-regenerate-group.
15891 (gnus-request-accept-article): Re-indented.
15892
15893 * gnus-start.el (gnus-convert-old-newsrc): Registered new
15894 converters to handle old agent file formats. Added logic for a
15895 "backup before upgrading warning".
15896 (gnus-convert-mark-converter-prompt): Developers can mark
15897 functions as needing (default), or not needing,
15898 gnus-convert-old-newsrc's "backup before upgrading warning".
15899 (gnus-convert-converter-needs-prompt): Tests whether the user
15900 should be protected from potentially irreversable changes by the
15901 function.
15902
15903 * legacy-gnus-agent.el: New. Provides converters that are only
15904 loaded when gnus-convert-old-newsrc needs to call them.
15905
15906 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
15907
15908 * mail-source.el (mail-source-touch-pop): Doc fix.
15909
15910 * message.el (message-smtpmail-send-it): Doc fix.
15911
15912 2004-03-05 Jesper Harder <harder@ifa.au.dk>
15913
15914 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15915
15916 * nnmail.el (nnmail-split-fancy): do.
15917
15918 * gnus-kill.el (gnus-kill, gnus-execute): do.
15919
15920 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
15921
15922 * gnus-sum.el (gnus-widget-reversible-match)
15923 (gnus-widget-reversible-to-internal)
15924 (gnus-widget-reversible-to-external): New functions.
15925 (gnus-widget-reversible): New widget.
15926 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15927
15928 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
15929
15930 * gnus-sum.el (gnus-thread-sort-functions)
15931 (gnus-article-sort-functions): Document `(not F)' items.
15932
15933 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
15934
15935 * spam.el (spam-use-gmane-xref): Add new backend.
15936 (spam-gmane-xref-spam-group): Add variable to control the name of the
15937 Gmane spam group.
15938 (spam-blackhole-servers, spam-blackhole-good-server-regex)
15939 (spam-regex-headers-spam, spam-regex-headers-ham)
15940 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15941 (spam-list-of-checks): Add spam-use-gmane-xref to list of
15942 backends and checks.
15943 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15944
15945 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15946 an autodetect method.
15947
15948 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
15949
15950 * gnus-int.el (gnus-request-accept-article): Inform the agent that
15951 articles are being added to a group.
15952 (gnus-request-replace-article): Inform the agent that articles
15953 need to be uncached as the cached contents are no longer valid.
15954
15955 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
15956
15957 * binhex.el: Don't autoload executable-find.
15958
15959 * canlock.el: Don't autoload mail-fetch-field.
15960
15961 * gnus-ems.el: Don't autoload appt-select-lowest-window.
15962
15963 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15964 rmail-dont-reply-to and rmail-output.
15965
15966 * gnus-score.el: Don't autoload ffap-string-at-point.
15967
15968 * gnus-setup.el: Don't autoload sc-cite-original.
15969
15970 * imap.el: Don't autoload base64-decode-string,
15971 base64-encode-string and md5.
15972
15973 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15974 and rmail-msg-restore-non-pruned-header.
15975
15976 * mm-decode.el: Don't autoload executable-find.
15977
15978 * mm-url.el: Don't autoload executable-find.
15979
15980 * mm-view.el: Don't autoload diff-mode.
15981
15982 * nndb.el: Don't autoload news-reply-mode, news-setup,
15983 cancel-timer and telnet.
15984
15985 * password.el: Don't autoload run-at-time for Emacs.
15986
15987 * sha1-el.el: Don't autoload executable-find.
15988
15989 * sieve-mode.el: Don't autoload c-mode.
15990
15991 * uudecode.el: Don't autoload executable-find.
15992
15993 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
15994
15995 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15996 (gnus-agent-possibly-alter-active): Avoid null in numeric
15997 comparison.
15998 (gnus-agent-set-local): Refuse to save null in local object table.
15999 (gnus-agent-regenerate-group): The REREAD parameter can now be a
16000 list of articles that will be marked as unread.
16001
16002 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
16003
16004 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16005
16006 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16007
16008 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16009 language tags.
16010
16011 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
16012
16013 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16014 Don't bind "obarray".
16015
16016 * gnus-sum.el (gnus-thread-sort-functions): Added
16017 `gnus-thread-sort-by-most-recent-number' and
16018 `gnus-thread-sort-by-most-recent-date'.
16019 Reported by Kai Grossjohann <kai@emptydomain.de>.
16020
16021 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16022
16023 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16024
16025 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
16026
16027 * gnus-cus.el (gnus-agent-customize-category): Removed
16028 ignore-errors macro reference that required cl to be loaded at
16029 run-time.
16030
16031 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16032 single-interval range of the form (min . max). Previously the
16033 range had to look like ((min . max)). Likewise, return
16034 (min . max) rather than ((min . max)).
16035 (gnus-range-map): Use gnus-range-normalize to accept
16036 single-interval range.
16037
16038 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16039 the cache, but not the agent, now appear with their usual face.
16040
16041 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
16042
16043 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16044 w3m-safe-url-regexp variable buffer-local.
16045
16046 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16047
16048 2004-02-27 Simon Josefsson <jas@extundo.com>
16049
16050 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16051 gnus-group-real-prefix.
16052 (gnus-summary-move-article): Use it, instead of
16053 gnus-group-real-prefix.
16054
16055 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16056
16057 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16058 w3m-safe-url-regexp variable buffer-local and set it as the value
16059 of mm-w3m-safe-url-regexp.
16060
16061 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16062
16063 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16064 parsing gnus-posting-styles when the message is not for replying.
16065
16066 * nnrss.el (nnrss-opml-export): Use
16067 mm-set-buffer-file-coding-system instead of
16068 set-buffer-file-coding-system.
16069
16070 2004-02-27 Jesper Harder <harder@ifa.au.dk>
16071
16072 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16073 of checkdoc.el).
16074 * nnrss.el: do.
16075 * gnus-mlspl.el: do.
16076 * gnus-ml.el: do.
16077 * gnus-srvr.el: do.
16078
16079 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16080
16081 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
16082
16083 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16084 Corrections to custom-manual links.
16085
16086 * gnus-art.el (gnus-article): Ditto.
16087
16088 * mm-decode.el (mime-display, mime-security): Ditto.
16089
16090 2004-02-26 Jesper Harder <harder@ifa.au.dk>
16091
16092 * flow-fill.el: Typo.
16093
16094 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
16095
16096 * spam-wash.el: New file.
16097
16098 2004-02-26 Mark A. Hershberger <mah@everybody.org>
16099
16100 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16101
16102 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
16103
16104 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16105 to be run with new-articles as LIST1, not LIST2.
16106 (spam-registration-functions): Add spam-use-ham-copy as a nil
16107 registration backend.
16108
16109 2004-02-26 Jesper Harder <harder@ifa.au.dk>
16110
16111 * spam-stat.el (spam-stat-washing-hook): New option.
16112 (spam-stat-buffer-words): Use it.
16113 (spam-stat-process-directory, spam-stat-test-directory): Use
16114 insert-file-contents-literally.
16115 (spam-stat-coding-system): New variable.
16116 (spam-stat-load, spam-stat-save): Use it.
16117
16118 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
16119
16120 * spam-report.el (spam-report-plug-agent): Quote
16121 spam-report-url-to-file and spam-report-url-ping-plain.
16122
16123 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
16124
16125 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16126 / in mailto URLs.
16127
16128 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16129
16130 * spam-report.el (spam-report-process-queue): Fix interactive use.
16131 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16132 (spam-report-unplug-agent): Doc fixes.
16133 (spam-report-url-ping-mm-url, spam-report-url-to-file)
16134 (spam-report-agentize, spam-report-deagentize): Autoload
16135
16136 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
16137
16138 * message.el (message-setup-fill-variables): Add mml tags to
16139 paragraph-start and paragraph-separate. Suggested by Andrew Korty
16140 <ajk@iu.edu>.
16141 (message-mode): Don't modify paragraph-separate there.
16142
16143 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16144
16145 * compface.el (uncompface-use-external): Default to undecided.
16146 (uncompface-use-external-threshold): New variable.
16147 (uncompface-float-time): New macro.
16148 (uncompface): Determine whether to use the external decoder if
16149 uncompface-use-external is undecided.
16150
16151 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16152
16153 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16154 after images.
16155
16156 * gnus-art.el (gnus-mime-display-single): Remove dead code.
16157
16158 2004-02-14 Jesper Harder <harder@ifa.au.dk>
16159
16160 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16161
16162 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16163
16164 * gnus-sum.el (gnus-summary-limit-to-age)
16165 (gnus-summary-limit-children): do.
16166
16167 * gnus-int.el (gnus-request-scan): do.
16168
16169 * gnus-group.el (gnus-group-suspend): do.
16170
16171 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16172
16173 * gnus-cite.el (gnus-cite-parse-attributions): do.
16174
16175 * gnus-agent.el (gnus-summary-set-agent-mark)
16176 (gnus-agent-regenerate-group): do.
16177
16178 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16179
16180 * binhex.el (binhex-decode-region-internal): do.
16181
16182 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16183
16184 * gnus-fun.el (gnus-face-properties-alist): New user option.
16185 (gnus-display-x-face-in-from): Use it.
16186
16187 * gnus-art.el (article-display-face): Ditto.
16188
16189 * compface.el (uncompface-use-external): Default to nil.
16190
16191 2004-02-12 Jesper Harder <harder@ifa.au.dk>
16192
16193 * nntp.el (nntp-erase-buffer): New function.
16194 (nntp-retrieve-data, nntp-send-command)
16195 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16196 (nntp-possibly-change-group): Use it.
16197
16198 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16199 with-current-buffer.
16200
16201 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
16202
16203 * compface.el: Merge the ELisp-based uncompface program.
16204 (compface): New customization group.
16205 (uncompface-use-external): New user option.
16206 (uncompface): Call uncompface-internal if uncompface-use-external
16207 is nil.
16208 (uncompface-internal): New function. Note that there are also
16209 some other functions and variables added for this function.
16210
16211 2004-02-10 Jesper Harder <harder@ifa.au.dk>
16212
16213 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16214 if necessary.
16215
16216 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
16217
16218 * spam-report.el (spam-report-unplug-agent)
16219 (spam-report-plug-agent, spam-report-deagentize)
16220 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16221 Add support for the Agent in spam-report: when unplugged, report to a
16222 file; when plugged, submit all the requests.
16223
16224 * spam.el (spam-register-routine): Fix message about
16225 registration.
16226
16227 2004-02-09 Jesper Harder <harder@ifa.au.dk>
16228
16229 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16230 dependencies.
16231 (rfc2047-encode): Use it.
16232
16233 * gnus-art.el (gnus-button-marker-list): Move before first
16234 reference.
16235
16236 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16237 (imap-parse-body): Fix format string mismatch.
16238
16239 * gnus-score.el (gnus-summary-increase-score): do.
16240
16241 * nnrss.el (nnrss-close): New function.
16242
16243 2004-02-08 Jesper Harder <harder@ifa.au.dk>
16244
16245 * nnrss.el (nnrss-make-filename): New function.
16246 (nnrss-request-delete-group, nnrss-read-server-data)
16247 (nnrss-save-server-data, nnrss-read-group-data)
16248 (nnrss-save-group-data): Use it.
16249 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16250 (nnrss-read-server-data, nnrss-read-group-data): Use load.
16251 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16252
16253 2004-02-07 Jesper Harder <harder@ifa.au.dk>
16254
16255 * mml.el (mml-compute-boundary-1): Don't uncompress files.
16256
16257 2004-02-06 Jesper Harder <harder@ifa.au.dk>
16258
16259 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16260 files.
16261
16262 * message.el (message-generate-headers-first): Don't quote nil
16263 and t in docstrings.
16264
16265 * imap.el (imap-id): do.
16266
16267 * gnus-agent.el (gnus-agent-consider-all-articles)
16268 (gnus-agent-queue-mail): do.
16269
16270 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
16271
16272 * spam-report.el (spam-report-process-queue): New function.
16273 Process requests from `spam-report-requests-file'.
16274 (spam-report-process-queue): Doc fix.
16275
16276 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
16277
16278 * spam.el (spam-register-routine)
16279 (spam-log-processing-to-registry, spam-log-registered-p)
16280 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16281 Change "check" to "spam-check" for semi-clarity.
16282
16283 2004-02-05 Jesper Harder <harder@ifa.au.dk>
16284
16285 * pop3.el: Require nnheader.
16286
16287 * mml-smime.el: Require cl. Autoload message-fetch-field.
16288
16289 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16290
16291 * gnus-picon.el: Require cl.
16292
16293 * gnus-fun.el: Require gnus-ems and gnus-util.
16294
16295 * gnus.el (gnus-method-to-server): Move defsubst before first use.
16296
16297 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16298
16299 * gnus-art.el (gnus-article-edit-mode): Define before first
16300 reference.
16301
16302 2004-02-04 Jesper Harder <harder@ifa.au.dk>
16303
16304 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16305 (gnus-uu-post-encoded): Use point-at-bol.
16306
16307 * gnus-topic.el (gnus-group-active-topic-p): do.
16308
16309 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16310
16311 * gnus-group.el (gnus-group-kill-region): do.
16312
16313 * gnus-art.el (article-date-ut): do.
16314
16315 * message.el (message-fetch-field): Remove redundant
16316 case-fold-search binding.
16317 (message-narrow-to-field): Simplify.
16318
16319 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
16320
16321 * spam.el (spam-directory): Derive from `gnus-directory'.
16322
16323 * spam-report.el (spam-report-url-to-file)
16324 (spam-report-requests-file): New function and variable for offline
16325 reporting.
16326 (spam-report-url-ping-function): Add `spam-report-url-to-file'
16327 and user defined function.
16328 (spam-report-url-ping-mm-url): Remove doubled slash.
16329
16330 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
16331
16332 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16333
16334 2004-02-03 Jesper Harder <harder@ifa.au.dk>
16335
16336 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16337 format string mismatch.
16338
16339 * sieve.el (sieve-deactivate-all): do.
16340
16341 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16342
16343 * nnlistserv.el (nnlistserv-kk-wash-article): do.
16344
16345 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16346
16347 * mm-bodies.el (mm-7bit-chars): Don't include \r.
16348
16349 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
16350
16351 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16352 the list of checks.
16353
16354 2004-01-31 Jesper Harder <harder@ifa.au.dk>
16355
16356 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16357 padding.
16358
16359 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
16360
16361 * mm-view.el (mm-fill-flowed): New variable.
16362 (mm-inline-text): Use it.
16363
16364 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
16365
16366 * spam.el (spam-spamassassin-register-ham-routine)
16367 (spam-spamassassin-register-spam-routine): Fix function names.
16368
16369 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
16370
16371 * gnus.el (gnus-tmp-grouplens): Remove.
16372 (gnus-summary-line-format): Remove grouplens.
16373
16374 * gnus-group.el (gnus-group-line-format): Ditto.
16375
16376 * gnus-spec.el (gnus-format-specs): Ditto.
16377 (gnus-update-format-specifications): Flush the group format spec
16378 cache if there's the grouplens stuff.
16379 (gnus-parse-simple-format): Replace %l with the empty string.
16380
16381 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
16382
16383 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16384 omission.
16385
16386 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16387
16388 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16389 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16390
16391 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16392
16393 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16394 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16395 New macros and functions.
16396 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16397 Handle > NLINK_MAX messages.
16398 * nnmaildir.el (nnmaildir-request-set-mark): Use
16399 nnmaildir--emlink-p and nnmaildir--eexist-p.
16400
16401 2004-01-25 Alex Schroeder <alex@gnu.org>
16402
16403 * spam-stat.el (spam-stat-process-directory-age): New option.
16404 (spam-stat-process-directory): Use it.
16405
16406 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
16407
16408 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16409 (spam-stat-save): Accept prefix argument.
16410
16411 2004-01-23 Paul Jarc <prj@po.cwru.edu>
16412
16413 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16414 links" error.
16415
16416 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16417
16418 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16419 compatibility with old .newsrc.eld files.
16420
16421 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16422
16423 * gnus-start.el (gnus-1): do.
16424
16425 * gnus-group.el (gnus-group-line-format-alist): do.
16426
16427 * gnus.el (gnus-use-grouplens, gnus-visual): do.
16428
16429 * gnus-gl.el: Remove.
16430
16431 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
16432
16433 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16434 marks consisting of a single range {for example, (3 . 5)} rather
16435 than a list of a single range { ((3 . 5)) }.
16436
16437 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16438
16439 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16440 with-current-buffer.
16441 (spam-stat-store-current-buffer): Use insert-buffer-substring to
16442 avoid consing a string.
16443
16444 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16445 Remove obsolete entries for big5 and gb2312.
16446
16447 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
16448
16449 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16450 uncompressed list.
16451
16452 2004-01-22 Jesper Harder <harder@ifa.au.dk>
16453
16454 * spam-stat.el (spam-stat-strip-xref): New function.
16455 (spam-stat-process-directory): Use it.
16456
16457 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16458 here -- it's done in message-fetch-field.
16459
16460 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
16461
16462 * gnus-agent.el (gnus-agent-queue-mail)
16463 (gnus-agent-prompt-send-queue): New variables.
16464 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16465 * gnus-draft.el (gnus-group-send-queue): Pass the group name
16466 "nndraft:queue" along to gnus-draft-send. Use
16467 gnus-agent-prompt-send-queue.
16468 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16469 is "nndraft:queue". Suggested by Gaute Strokkenes
16470 <gs234@srcf.ucam.org>
16471
16472 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16473 (agent-enable-undownloaded-faces): Added.
16474 (gnus-agent-cat-groups): Use eval-and-compile, not
16475 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16476 method of gnus-agent-cat-groups even when the buffer has been
16477 evaled.
16478 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16479 delete gnus-agent-save-active-1.
16480 (gnus-agent-save-groups): Deleted. Identical to
16481 gnus-agent-save-active.
16482 (gnus-agent-write-active): No longer adjust agent's copy of active
16483 file as agent's adjustments are now stored in their own
16484 file. Removed optional parameter.
16485 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16486 servers. Add use of min/max range limits from server's local
16487 file.
16488 (gnus-agent-save-alist): Removed unused optional argument.
16489 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16490 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16491 (gnus-agent-set-local): A per-server file that keeps min/max range
16492 limits for articles known to the agent. Provides a fast mechanism
16493 for altering many active ranges.
16494 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16495 active file (local makes it unnecessary).
16496 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16497
16498 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16499 (agent-enable-undownloaded-faces): Added.
16500
16501 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16502 disable it when sending to "nndraft:queue".
16503 (gnus-group-send-queue): Add safety check to avoid sending queue
16504 when unplugged.
16505
16506 * gnus-group.el (gnus-group-catchup): Use new
16507 gnus-sequence-of-unread-articles, not
16508 gnus-list-of-unread-articles, to avoid exhausting memory with huge
16509 numbers of articles. Use gnus-range-map to avoid having to
16510 uncompress the unread list.
16511 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16512 Fixed invalid ange-ftp reference.
16513
16514 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16515 (gnus-sorted-range-intersection): Intersection of two ranges
16516 without requiring that they first be uncompressed.
16517
16518 * gnus-start.el (gnus-activate-group): Unless blocked by the
16519 caller, possibly expand the active range to include both cached
16520 and agentized articles.
16521 (gnus-convert-old-newsrc): Rewrote in anticipation of having
16522 multiple version-dependent converters.
16523 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16524 gnus-agent-save-active.
16525 (gnus-save-newsrc-file): Save dirty agent range limits.
16526
16527 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16528 gnus-agent-possibly-alter-active.
16529 (gnus-adjust-marked-articles): Faster handling of simple lists
16530
16531 2004-01-21 Jesper Harder <harder@ifa.au.dk>
16532
16533 * spam-stat.el (spam-stat-test-directory): New optional argument
16534 displays a list of files detected. Suggested by Andrew Cohen
16535 <cohen@andy.bu.edu>.
16536 (spam-stat-buffer-words-with-scores): Don't narrow and change
16537 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
16538
16539 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
16540
16541 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16542 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16543 (spam-spamassassin-arguments)
16544 (spam-spamassassin-spam-flag-header)
16545 (spam-spamassassin-positive-spam-flag-header)
16546 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16547 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16548 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16549 (spam-list-of-processors, spam-list-of-checks)
16550 (spam-list-of-statistical-checks, spam-registration-functions)
16551 (spam-check-spamassassin-headers, spam-check-spamassassin)
16552 (spam-spamassassin-score)
16553 (spam-spamassassin-register-with-sa-learn)
16554 (spam-spamassassin-register-spam-routine)
16555 (spam-spamassassin-register-ham-routine)
16556 (spam-assassin-register-spam-routine)
16557 (spam-assassin-register-ham-routine): Add SpamAssassin support.
16558 (spam-bogofilter-score): Fix to show article before scoring.
16559
16560 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
16561
16562 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16563 default scoring function.
16564 (spam-generic-score): Call spam-spamassassin-score if
16565 spam-use-spamassassin or spam-use-spamassassin-headers is on;
16566 spam-bogofilter-score otherwise.
16567
16568 * gnus.el (spam-process, spam-autodetect-methods): Add
16569 spamassassin and spamassassin-headers.
16570
16571 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
16572
16573 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16574 Suppress unnecessary messages.
16575
16576 2004-01-20 Jesper Harder <harder@ifa.au.dk>
16577
16578 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16579 make-hash-table.
16580
16581 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
16582
16583 * canlock.el (base64-encode-string): Don't autoload it.
16584
16585 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
16586
16587 * run-at-time.el: Remove useless (require 'itimer),
16588 eval-and-compile and (featurep 'xemacs).
16589
16590 2004-01-16 Jesper Harder <harder@ifa.au.dk>
16591
16592 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16593 GROUP is a virtual group.
16594
16595 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
16596
16597 * gnus.el: Autoload `message-y-or-n-p'.
16598
16599 2004-01-15 Jesper Harder <harder@ifa.au.dk>
16600
16601 * pgg-parse.el: Remove unnecessary (require 'custom).
16602
16603 * pgg-def.el: do.
16604
16605 * nnmail.el: do.
16606
16607 * gnus-undo.el: do.
16608
16609 * gnus-picon.el: do.
16610
16611 * gnus-util.el: do.
16612
16613 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
16614
16615 * gnus-sum.el (gnus-pick-line-number): Add autoload.
16616
16617 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
16618
16619 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16620 handle, as well as a list.
16621
16622 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16623 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16624 (mm-w3m-cid-retrieve): Simplify.
16625
16626 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
16627
16628 * message.el (message-kill-to-signature): Allow prefix arg to
16629 specify number of lines to keep before signature.
16630
16631 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
16632
16633 * message.el (message-kill-to-signature): Change docstring.
16634
16635 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
16636
16637 * canlock.el: Always require sha1-el.
16638 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16639
16640 * message.el: Autoload sha1 only when compiling.
16641
16642 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
16643
16644 * message.el (message-canlock-generate): Require sha1-el.
16645
16646 2004-01-13 Jesper Harder <harder@ifa.au.dk>
16647
16648 * message.el (message-expand-name): Silence the byte compiler.
16649
16650 2004-01-13 Simon Josefsson <jas@extundo.com>
16651
16652 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16653 Invoke gnus-score-mode. Reported by
16654 bojohan+news@dd.chalmers.se (Johan Bockgård).
16655
16656 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
16657 Jim Blandy <jimb@redhat.com> (tiny change).
16658
16659 2004-01-12 Jesper Harder <harder@ifa.au.dk>
16660
16661 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16662
16663 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
16664
16665 * spam.el (spam-get-article-as-string): Update to use
16666 gnus-request-article-this-buffer, much simpler.
16667 (spam-get-article-as-buffer): Remove.
16668
16669 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
16670
16671 * message.el (message-expand-name): Use EUDC if the user uses that.
16672
16673 2004-01-12 Jesper Harder <harder@ifa.au.dk>
16674
16675 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16676 character for the encoding to avoid consing a string.
16677
16678 * rfc2047.el (rfc2047-decode-string): Don't cons a string
16679 unnecessarily.
16680
16681 * mm-util.el (mm-replace-chars-in-string): Remove.
16682
16683 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16684 of mm-replace-chars-in-string.
16685
16686 2004-01-11 Jesper Harder <harder@ifa.au.dk>
16687
16688 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16689
16690 * mm-util.el (mm-subst-char-in-string): Support inplace.
16691
16692 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16693 a new string in every iteration. Use shy groups.
16694
16695 2004-01-10 Jesper Harder <harder@ifa.au.dk>
16696
16697 * gnus-srvr.el (gnus-browse-unsubscribe-group):
16698 * gnus-soup.el (gnus-soup-group-brew):
16699 * gnus-msg.el (gnus-put-message):
16700 * gnus-move.el (gnus-group-move-group-to-server):
16701 * gnus-kill.el (gnus-batch-score):
16702 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16703 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16704 (gnus-group-update-group, gnus-group-read-group)
16705 (gnus-group-make-group, gnus-group-make-help-group)
16706 (gnus-group-make-archive-group, gnus-group-make-directory-group)
16707 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16708 (gnus-group-sort-by-unread, gnus-group-catchup)
16709 (gnus-group-unsubscribe-group, gnus-group-kill-group)
16710 (gnus-group-yank-group, gnus-group-set-info)
16711 (gnus-group-list-groups):
16712 * gnus.el (gnus-generate-new-group-name):
16713 * gnus-delay.el (gnus-delay-send-queue):
16714 * nnvirtual.el (nnvirtual-catchup-group):
16715 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16716 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16717 (gnus-group-prepare-topics, gnus-topic-check-topology):
16718 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16719 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16720 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16721 (gnus-group-make-articles-read):
16722 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16723 (gnus-group-change-level, gnus-kill-newsgroup)
16724 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16725 (gnus-get-unread-articles, gnus-make-articles-unread)
16726 (gnus-make-ascending-articles-unread): Use accessor
16727 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16728 to get group information for improved readability.
16729
16730 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16731
16732 * gnus-art.el (article-decode-mime-words, article-babel)
16733 (gnus-article-highlight-signature, gnus-article-add-buttons)
16734 (gnus-signature-toggle): Use gnus-with-article-buffer.
16735
16736 * gnus-art.el (gnus-article-highlight-headers)
16737 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16738
16739 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16740 (gnus-article-set-globals, gnus-request-article-this-buffer)
16741 (gnus-button-message-id, gnus-article-maybe-hide-headers)
16742 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16743 (gnus-mime-display-alternative): Use with-current-buffer.
16744
16745 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16746
16747 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16748 also under 80 char limit, and call gnus-error if needed.
16749 (spam-fetch-article-header): Fix - it was a
16750 buffer-local variable (gnus-newsgroup-data).
16751 (spam-find-spam): Use spam-generate-fake-headers, forget about
16752 spam-insert-fake-headers.
16753 (spam-insert-fake-headers): Remove.
16754
16755 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16756
16757 * deuglify.el (gnus-article-outlook-unwrap-lines)
16758 (gnus-outlook-rearrange-article)
16759 (gnus-outlook-repair-attribution-outlook)
16760 (gnus-outlook-repair-attribution-block)
16761 (gnus-outlook-repair-attribution-other): Remove redundant
16762 save-excursion.
16763
16764 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16765
16766 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16767 (spam-fetch-field-subject-fast)
16768 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16769 (spam-fetch-article-header): Add functions to deal with Gnus
16770 internals for fast retrieval of article header data.
16771 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16772
16773 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16774
16775 * pop3.el (pop3-md5): Remove.
16776 (pop3-apop): Replace pop3-md5 with md5.
16777
16778 * mm-bodies.el: base64 is always built-in.
16779
16780 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16781 with-current-buffer.
16782
16783 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
16784
16785 * canlock.el (canlock-insert-header): Remove excessive grouping in
16786 regexp.
16787
16788 * gnus-sum.el (gnus-summary-read-document): Ditto.
16789
16790 * gnus-uu.el (gnus-uu-part-number): Ditto.
16791
16792 * html2text.el (html2text-remove-tags): Ditto.
16793 (html2text-format-tags): Ditto.
16794 (html2text-format-single-elements): Ditto.
16795
16796 * mml.el (mml-parse-1): Ditto.
16797
16798 2004-01-08 Jesper Harder <harder@ifa.au.dk>
16799
16800 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16801
16802 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16803
16804 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16805
16806 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16807
16808 2003-11-15 Simon Josefsson <jas@extundo.com>
16809
16810 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16811 (pgg-gpg-lookup-key): Use regexp match instead of
16812 split-string (split-string is different between emacs 21.2 and
16813 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
16814
16815 2004-01-08 Jesper Harder <harder@ifa.au.dk>
16816
16817 * gnus-art.el (gnus-mime-view-all-parts)
16818 (gnus-article-part-wrapper, gnus-article-view-part): Use
16819 with-current-buffer.
16820
16821 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
16822
16823 * spam.el (spam-disable-spam-split-during-ham-respool)
16824 (spam-spamoracle-database, spam-cache-lookups)
16825 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16826 (spam-group-ham-mark-p, spam-group-spam-mark-p)
16827 (spam-group-ham-marks, spam-group-spam-marks)
16828 (spam-group-spam-contents-p, spam-group-ham-contents-p)
16829 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16830 also add spam-use-blackholes to the statistical checks.
16831 (spam-fetch-field-fast): Add interface to fetching fields, may
16832 become a macro.
16833 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16834 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16835 (spam-insert-fake-headers): Fake an article when needed.
16836 (spam-find-spam): Fake article when possible.
16837 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16838 (spam-check-bogofilter-headers): Use message-fetch-field instead
16839 of nnmail-fetch-field.
16840
16841 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16842
16843 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16844
16845 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
16846
16847 * spam.el (spam-split): Do not require spam-use-CHECK to be
16848 enabled if that check is passed to spam-split explicitly; also
16849 fix so 'spam doesn't get converted to spam-split-group when
16850 spam-split-symbolic-return is t.
16851 (spam-find-spam): Find registrations of the article and use those
16852 instead of re-running spam-split to find the spam/ham
16853 classification of the article.
16854 (spam-log-processing-to-registry, spam-log-registered-p)
16855 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16856 Use gnus-error instead of gnus-message.
16857 (spam-log-registration-type): Add function to determine the
16858 classification of a message based on registry entries; will
16859 return nil if both 'spam and 'ham are found.
16860 (spam-check-BBDB): Expand all the BBDB macros here so we can have
16861 a reasonably fast local cache without the loading errors.
16862 (spam-cache-lookups): Set to t by default.
16863 (spam-find-spam): Don't try to guess spam-cache-lookups.
16864 (spam-enter-whitelist, spam-enter-blacklist): Clear the
16865 spam-caches entry.
16866 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16867 caching of whitelist/blacklist entries.
16868 (spam-check-whitelist, spam-check-blacklist): Invoke
16869 spam-from-listed-p with a type, not a cache variable.
16870 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16871
16872 2004-01-07 Jesper Harder <harder@ifa.au.dk>
16873
16874 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16875
16876 * nnmail.el (nnmail-split-fancy): do.
16877
16878 * mml.el (mml-parse): do.
16879
16880 * gnus-score.el (gnus-enter-score-words-into-hashtb)
16881 (gnus-score-adaptive): do.
16882
16883 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16884
16885 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16886 (gnus-mime-button-map): Don't set keymap parent.
16887 (gnus-button-ctan-directory-regexp): Use shy grouping.
16888 (gnus-prev-page-map): Don't set keymap parent.
16889 (gnus-prev-page-map): Remove duplicated one.
16890 (gnus-next-page-map): Don't set keymap parent.
16891 (gnus-mime-security-button-map): Ditto.
16892
16893 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16894 version number.
16895
16896 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16897
16898 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16899
16900 * canlock.el (canlock-sha1-function): Remove.
16901 (canlock-sha1-function-for-verify): Remove.
16902 (canlock-openssl-program): Remove.
16903 (canlock-openssl-args): Remove.
16904 (canlock-ignore-errors): Remove.
16905 (canlock-sha1-with-openssl): Remove.
16906 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16907 (canlock-verify): Don't use canlock-ignore-errors.
16908
16909 * sha1-el.el (sha1-string-external): Make it can return a string
16910 in binary form.
16911 (sha1-region-external): Ditto.
16912 (sha1-string-internal): Ditto.
16913 (sha1-region-internal): Ditto.
16914 (sha1-region): Ditto.
16915 (sha1-string): Ditto.
16916 (sha1): Ditto.
16917
16918 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16919
16920 * spam.el (spam-report-articles-gmane): New command.
16921
16922 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16923
16924 * gnus.el: Don't make unnecessary *Group* buffer when loading.
16925
16926 * run-at-time.el (run-at-time-saved): Remove.
16927 (run-at-time): Doc fix.
16928
16929 2004-01-07 Jesper Harder <harder@ifa.au.dk>
16930
16931 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16932 (gnus-summary-limit-map): Add it.
16933 (gnus-summary-make-menu-bar): do.
16934
16935 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
16936
16937 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16938 Make attempt at some caching support (done for BBDB only now).
16939 (spam-find-spam): Set spam-cache-lookups if there are more than 2
16940 addresses to be checked.
16941 (spam-clear-cache-BBDB): Add function, to be invoked by
16942 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16943 (spam-check-BBDB): Check and use the caches, if
16944 spam-cache-lookups is on, remove superfluous (provide).
16945
16946 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
16947
16948 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16949
16950 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
16951
16952 * run-at-time.el (run-at-time-saved): Move to after the definition
16953 of `run-at-time'.
16954
16955 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16956
16957 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16958 mm-w3m-local-map-property.
16959
16960 * mm-view.el (mm-w3m-mode-map): Remove.
16961 (mm-w3m-local-map-property): Remove.
16962 (mm-inline-text-html-render-with-w3m): Don't use
16963 mm-w3m-local-map-property.
16964
16965 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16966
16967 * run-at-time.el: New file.
16968
16969 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16970 of gnus-set-text-properties.
16971
16972 * gnus-uu.el (gnus-uu-save-article): Ditto.
16973
16974 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16975
16976 * gnus-cite.el (gnus-cite-parse): Ditto.
16977
16978 * gnus-art.el (gnus-button-push): Use set-text-properties instead
16979 of gnus-.
16980
16981 * gnus.el: Changed calls to nnheader-run-at-time and
16982 password-run-at-time throughout to use run-at-time directly.
16983
16984 * password.el: Removed definition of run-at-time.
16985
16986 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
16987
16988 * mml.el (mml-minibuffer-read-disposition): Show attachment type
16989 in prompt.
16990
16991 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
16992
16993 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16994 XEmacs version.
16995
16996 * dns.el (dns-make-network-process): Use `open-network-stream'
16997 instead of `gnus-xmas-open-network-stream'.
16998
16999 * .cvsignore: Add auto-autoloads.el, custom-load.el.
17000
17001 2004-01-06 Jesper Harder <harder@ifa.au.dk>
17002
17003 * gnus-art.el (gnus-mime-display-alternative)
17004 (gnus-insert-mime-button, gnus-insert-mime-security-button)
17005 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17006 Don't use gnus-local-map-property.
17007
17008 * gnus-util.el (gnus-local-map-property): Remove.
17009
17010 * mm-view.el (mm-view-pkcs7-decrypt): Replace
17011 gnus-completing-read-maybe-default with completing-read.
17012
17013 * gnus-util.el (gnus-completing-read): do.
17014 (gnus-completing-read-maybe-default): Remove.
17015
17016 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
17017
17018 * password.el: Only autoload `run-at-time' if not XEmacs.
17019 Only autoload the itimer functions if XEmacs.
17020
17021 2004-01-06 Jesper Harder <harder@ifa.au.dk>
17022
17023 * gnus-art.el (gnus-read-string): Remove.
17024 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17025 read-string.
17026
17027 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
17028
17029 * netrc.el: Autoload password-read.
17030 (netrc): Add configuration group.
17031 (netrc-encoding-method, netrc-openssl-path): Add
17032 variables for encoding and decoding of files with symmetric
17033 ciphers.
17034 (netrc-encode): Add assistant function to encode a file with
17035 netrc-encoding-method.
17036 (netrc-parse): Add interactive parameter, added optional
17037 decoding if netrc-encoding-method is non-nil but otherwise
17038 behavior is standard.
17039 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17040 Do s/encode/encrypt/ everywhere.
17041
17042 * spam.el: Remove executable-find autoload.
17043
17044 2004-01-05 Jesper Harder <harder@ifa.au.dk>
17045
17046 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17047
17048 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17049
17050 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17051
17052 * gnus-art.el (gnus-treat-ansi-sequences)
17053 (article-treat-ansi-sequences): New variable and function.
17054 Suggested by Dan Jacobson <jidanni@jidanni.org>.
17055
17056 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17057 Use it.
17058
17059 2004-01-05 Jesper Harder <harder@ifa.au.dk>
17060
17061 * mm-util.el (mm-quote-arg): Remove.
17062
17063 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17064 shell-quote-argument.
17065
17066 * gnus-uu.el (gnus-uu-command): do.
17067
17068 * gnus-sum.el (gnus-summary-insert-pseudos): do.
17069
17070 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17071 with make-char.
17072
17073 * mm-util.el (mm-make-char): Remove.
17074
17075 * mml.el (mml-mode): Replace gnus-add-minor-mode with
17076 add-minor-mode.
17077
17078 * gnus-undo.el (gnus-undo-mode): do.
17079
17080 * gnus-topic.el (gnus-topic-mode): do.
17081
17082 * gnus-sum.el (gnus-dead-summary-mode): do.
17083
17084 * gnus-start.el (gnus-slave-mode): do.
17085
17086 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17087
17088 * gnus-ml.el (gnus-mailing-list-mode): do.
17089
17090 * gnus-gl.el (gnus-grouplens-mode): do.
17091
17092 * gnus-draft.el (gnus-draft-mode): do.
17093
17094 * gnus-dired.el (gnus-dired-mode): do.
17095
17096 * gnus-ems.el (gnus-add-minor-mode): Remove.
17097
17098 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17099 Replace gnus-char-width with char-width.
17100
17101 * gnus-ems.el (gnus-char-width): Remove.
17102
17103 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17104 Replace gnus-char-width with char-width.
17105
17106 * gnus-ems.el (gnus-char-width): Remove.
17107
17108 * spam-stat.el (with-syntax-table): Remove with-syntax-table
17109 definition.
17110 Remove Emacs 20 hash table compatibility code.
17111
17112 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17113 20 compatibility code.
17114
17115 * spam.el (spam-point-at-eol): Replace with point-at-eol.
17116
17117 * smime.el (smime-point-at-eol): Replace with point-at-eol.
17118
17119 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17120 with point-at-{eol,bol}.
17121
17122 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17123
17124 * imap.el (imap-point-at-eol): Replace with point-at-eol.
17125
17126 * flow-fill.el (fill-flowed-point-at-bol)
17127 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17128
17129 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17130 Replace with point-at-{eol,bol} throughout all files.
17131
17132 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17133
17134 * ntlm.el (ntlm-string-as-unibyte): New macro.
17135 (ntlm-build-auth-response): Use it.
17136
17137 Remove Emacs 20 stuff:
17138 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17139 of delq and copy-sequence.
17140 * gnus-art.el (popup-menu): Remove the compiler macro.
17141 * nnmail.el (nnmail-split-fancy): Don't support customizing with
17142 Emacs 20.
17143
17144 2004-01-05 Simon Josefsson <jas@extundo.com>
17145
17146 * ntlm.el: Fix namespace. Change smb-passwd-hash into
17147 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17148 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17149 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17150 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17151 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17152 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17153 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17154 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17155 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17156 ntlm-string-permute, string-lshift into ntlm-string-lshift,
17157 string-xor into ntlm-string-xor. Suggested by
17158 Jesper Harder <harder@myrealbox.com>.
17159
17160 * ntlm.el: Don't include poem.
17161
17162 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
17163 Jesper Harder <harder@myrealbox.com>.
17164
17165 * sasl-ntlm.el, ntlm.el, md4.el: New files.
17166
17167 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
17168 probably breaks emacs with DL patch, but do we care? Is anyone
17169 still using the DL stuff?)
17170
17171 * sieve-manage.el: Use the password package.
17172 (sieve-manage-read-passwd): Remove.
17173 (sieve-manage-interactive-login): Use password. Re-add
17174 condition-case around loop.
17175
17176 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17177 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17178 the password package.
17179
17180 2003-02-19 Simon Josefsson <jas@extundo.com>
17181
17182 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17183 token.
17184
17185 2002-08-07 Simon Josefsson <jas@extundo.com>
17186
17187 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17188 (sieve-manage-authenticators):
17189 (sieve-manage-authenticator-alist): Add some SASL mechs.
17190 (sieve-sasl-auth): New function.
17191 (sieve-manage-cram-md5-auth):
17192 (sieve-manage-plain-auth): Rewrite using SASL library.
17193 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17194 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17195 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17196 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17197
17198 2004-01-05 Simon Josefsson <jas@extundo.com>
17199
17200 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17201 New files.
17202
17203 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17204
17205 * gnus-group.el (gnus-no-groups-message): Update.
17206
17207 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17208
17209 2003-11-09 Simon Josefsson <jas@extundo.com>
17210
17211 * imap.el: Support for ID IMAP extension (RFC 2971).
17212 (imap-local-variables): Add imap-id.
17213 (imap-id): New variable.
17214 (imap-id): New function.
17215 (imap-parse-response): Parse untagged ID response.
17216 * nnimap.el (nnimap-id): New variable.
17217 (nnimap-open-connection): Use it.
17218
17219 2003-12-28 Simon Josefsson <jas@extundo.com>
17220
17221 * gnus-score.el (gnus-score-edit-all-score): New.
17222 * gnus-group.el (gnus-group-score-map): Bind it to W e.
17223
17224 2004-01-04 Simon Josefsson <jas@extundo.com>
17225
17226 * password.el: Add.
17227
17228 2004-01-04 Mario Lang <lang@zid.tugraz.at>
17229
17230 * dns.el (dns-query-types): Fix typo.
17231 (dns-query-types): New function.
17232 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
17233 PTR and SOA replies, see RFC 1035.
17234
17235 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17236
17237 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17238
17239 * Moved to Changelog.2.
17240
17241 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17242
17243 * gnus.el (gnus-version-number): Bump version.
17244
17245 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17246
17247 * gnus.el: No Gnus v0.1 is released.
17248
17249 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17250
17251 * gnus.el: No Gnus v0.0 is released.
17252
17253 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17254
17255 * gnus.el (gnus-version-number): Bump.
17256 (gnus-version): No.
17257
17258 See ChangeLog.2 for earlier changes.
17259
17260 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
17261
17262 This file is part of GNU Emacs.
17263
17264 GNU Emacs is free software: you can redistribute it and/or modify
17265 it under the terms of the GNU General Public License as published by
17266 the Free Software Foundation, either version 3 of the License, or
17267 (at your option) any later version.
17268
17269 GNU Emacs is distributed in the hope that it will be useful,
17270 but WITHOUT ANY WARRANTY; without even the implied warranty of
17271 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17272 GNU General Public License for more details.
17273
17274 You should have received a copy of the GNU General Public License
17275 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17276
17277 ;; Local Variables:
17278 ;; coding: utf-8
17279 ;; fill-column: 79
17280 ;; add-log-time-zone-rule: t
17281 ;; End: