]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru
[gnu-emacs] / lisp / gnus / ChangeLog
1 2014-06-02 Andreas Schwab <schwab@linux-m68k.org>
2
3 * html2text.el (html2text-get-attr): Fix typo when splitting value from
4 attribute. (Bug#17613)
5
6 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
9 * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
10
11 2014-05-15 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
14 Don't delete next part button; keep spacing between buttons.
15
16 2014-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
17
18 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
19 Work for the last MIME part in an article.
20 (gnus-mime-display-single): Suppress excessive newlines between parts.
21
22 * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
23 by leading or trailing newline.
24
25 2014-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
26
27 * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
28 while prompting a user for a file name, etc.
29 (gnus-mime-display-single): Display part with a common appearance no
30 matter whether MIME button is omitted or not; don't add duplicate entry
31 to gnus-article-mime-handle-alist.
32 (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
33
34 2014-05-08 Adam Sjøgren <asjo@koldfront.dk>
35
36 * mml2015.el (mml2015-display-key-image): New variable.
37
38 2014-05-08 Glenn Morris <rgm@gnu.org>
39
40 * gnus-fun.el (gnus-grab-cam-face):
41 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
42 This is CVE-2014-3421.
43
44 2014-05-04 Glenn Morris <rgm@gnu.org>
45
46 * gnus-registry.el (gnus-registry-install-p): Doc fix.
47
48 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
49
50 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
51 the displaying state of a part.
52 (gnus-mm-display-part): Don't insert a newline in the beginning of
53 a part like gnus-mime-inline-part doesn't; work for XEmacs.
54
55 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
56 (mm-shr): Make undisplayer unbreakable.
57
58 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
59 Don't insert excessive newline.
60 (mm-inline-text-html-render-with-w3m, mm-inline-text)
61 (mm-insert-inline): Make undisplayer unbreakable.
62
63 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
64
65 * gnus-art.el (gnus-mm-display-part):
66 Highlight header attachment buttons.
67
68 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
69
70 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
71 a part; redisplay a button (enbugged in 2014-03-23).
72
73 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
74
75 * auth-source.el (auth-source-search, auth-source-search-backends):
76 Treat :max 0 as an indicator that a boolean return is wanted, as
77 documented. Reported by Joe Bloggs.
78
79 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
80
81 * gnus-icalendar.el: Require gnus-art.
82
83 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
84
85 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
86 (gnus-icalendar--update-org-event): put event timestamp in
87 the org entry body instead of the drawer.
88 (gnus-icalendar-event--get-attendee-names): list of participants should
89 contain even attendees without common name attribute.
90 (gnus-icalendar--update-org-event): don't generate duplicates of empty
91 property tags in org drawers.
92
93 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
94
95 * gmm-utils.el (gmm-format-time-string): New function.
96
97 * message.el (message-insert-formatted-citation-line): Use the original
98 author's time zone to express a date string.
99
100 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
103 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
104 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
105 Silence compiler warnings.
106 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
107
108 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
109
110 * mml.el: Require url when compiling.
111
112 * gnus-cloud.el (gnus-cloud-parse-version-1):
113 Use plist-get rather than CL's getf.
114 (gnus-activate-group, gnus-subscribe-group): Declare.
115
116 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
117
118 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
119
120 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
121 buttons when toggling the header off.
122
123 2014-03-23 Daiki Ueno <ueno@gnu.org>
124
125 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
126 commands here; instead, only check if epg-config.el is available.
127
128 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
129
130 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
131 messages with embedded images.
132 (mml-generate-mime): Don't bug out if you don't have libxml.
133
134 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
135
136 * message.el (message-make-html-message-with-image-files): New command.
137
138 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
139
140 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
141
142 2014-03-23 David Engster <deng@randomsample.de>
143
144 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
145 to stay compatible with older Emacsen, so replace `cl-loop' with
146 `loop'.
147
148 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
149
150 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
151 Display header attachment buttons by gnus-article-prepare-display
152 rather than gnus-article-prepare so as to view in mml-preview as well.
153
154 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
155
156 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
157 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
158
159 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
160
161 * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
162 Display buttons that are hidden in unselected alternative part as well.
163 (gnus-mime-display-alternative): Redraw attachment buttons in header.
164
165 * gmm-utils.el (gmm-labels): Add edebug spec.
166
167 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
168
169 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
170 keystroke.
171 (gnus-server-toggle-cloud-server): Only allow clouding applicable
172 types.
173
174 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
175
176 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
177
178 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
179 New user option.
180 (gnus-mime-buttonize-attachments-in-header): New function.
181 (gnus-article-prepare): Use it.
182 (gnus-mime-inline-part): Suppress extra newline.
183 (gnus-mm-display-part): Save excursion;
184 remove useless deleting and adding of buttons.
185 (gnus-insert-mime-button): Allow insertion in the middle of a line.
186
187 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
188 Add gnus-mime-buttonize-attachments-in-header.
189
190 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
191
192 * nnimap.el (nnimap-request-articles): New command to download several
193 articles at once.
194
195 * gnus.el (gnus-variable-list): Save Cloud variables.
196
197 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
198
199 * gnus-cloud.el: New file to provide the Emacs Cloud.
200
201 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
202 `url-retrieve-synchronously', apparently.
203
204 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
205 XEmacs.
206
207 * nnrss.el (libxml-parse-html-region): Silence compilation error.
208
209 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
210
211 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
212 `gnus-group-split-fancy'.
213
214 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
215
216 * message.el (message-remove-header): Doc fix.
217 (message-forward-included-headers): New variable.
218 (message-remove-ignored-headers): Use it.
219
220 2014-03-23 Dave Abrahams <dave@boostpro.com>
221
222 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
223
224 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
225
226 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
227 from random face commands.
228 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
229 Face.
230 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
231 (gnus--random-face-with-type): Generic function returning a face-type
232 as a string.
233 (gnus--insert-random-face-with-type): Generic function inserting a face
234 in a message buffer header.
235 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
236 (gnus-insert-random-x-face-header): Rewritten to use
237 `gnus--insert-random-face-with-type`.
238 (gnus-random-face): Return random (png) Face as string.
239 (nus-insert-random-face-header): Insert random (png) Face in a message
240 buffer.
241
242 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
243
244 * mm-url.el: Remove all usage of w3.
245
246 * nnrss.el: Ditto.
247
248 * mm-decode.el: Ditto.
249
250 * mm-view.el: Ditto.
251
252 * gnus-setup.el: Remove outdated file.
253
254 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
255
256 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
257 groups work again.
258
259 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
260
261 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
262 999 correctly (i.e. "1,342").
263
264 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
265
266 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
267 out if the directory doesn't exist.
268
269 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
270
271 * gnus-group.el (gnus-group-make-group): Clarify prompt.
272
273 2014-02-22 Daniel Colascione <dancol@dancol.org>
274
275 * auth-source.el (auth-source-secrets-listify-pattern): New function.
276 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
277 instead, build list of patterns.
278
279 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
280
281 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
282 in `auth-sources' means and link to EPA docs.
283
284 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
285
286 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
287 (bug#12375).
288
289 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
290
291 * message.el (message-tab): Mention what happens on normal tabs
292 (bug#11297).
293
294 2014-02-08 Glenn Morris <rgm@gnu.org>
295
296 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
297
298 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
299
300 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
301 with an empty string.
302
303 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
304
305 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
306 buffer-local in some buffers, so bind it explicitly in the buffer we're
307 trying to cancel the article in (bug#10808).
308
309 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
310
311 * gnus-int.el (gnus-request-accept-article): Doc fix.
312
313 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
314
315 * nnir.el (nnir-request-update-mark): Don't try to update the source
316 group if we can't find it (bug#16611).
317
318 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
319
320 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
321
322 2014-01-31 Dave Abrahams <dave@boostpro.com>
323
324 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
325 in the summary buffer (bug#13769).
326
327 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
328
329 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
330 name if we're using a single article buffer. Otherwise, it may point
331 to a killed buffer (bug#13756).
332
333 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
334
335 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
336 the match data, just save and restore it explictly (bug#12375).
337
338 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
339 that's needed.
340
341 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
342 the code once (bug#9069).
343
344 2014-01-18 Steinar Bang <sb@dod.no>
345
346 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
347 reading.
348
349 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
350
351 * message.el (message-bury): Call bury-buffer with no argument
352 in the message-return-action case too.
353
354 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
355
356 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
357 (nnimap-split-fancy, nnimap-split-methods): Declare.
358
359 * mm-util.el (help-function-arglist): Declare.
360
361 2013-12-28 Glenn Morris <rgm@gnu.org>
362
363 * gnus-sieve.el (gnus-sieve-select-method):
364 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
365 (gravatar-rating, gravatar-size):
366 * message.el (message-minibuffer-local-map):
367 * sieve-manage.el (sieve-manage-authenticators)
368 (sieve-manage-authenticator-alist): Specify custom types.
369
370 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
371 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
372 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
373
374 * auth-source.el (auth-sources):
375 * nnmairix.el (nnmairix-propagate-marks-upon-close):
376 Fix custom types.
377
378 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
379
380 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
381 we get proper traces there, too.
382
383 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
384
385 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
386 value of the parameters if the current article has a Reply-To or From
387 field.
388
389 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
390
391 * gnus.el (gnus-group-buffer): Remove duplicate definition.
392
393 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
394
395 * gnus-sum.el (gnus-summary-exit): Stop animations.
396
397 2013-12-19 Juri Linkov <juri@jurta.org>
398
399 * gnus.el (gnus-suppress-keymap):
400 * gnus-art.el (gnus-article-mode-map):
401 * gnus-group.el (gnus-group-mode-map):
402 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
403 Remove [backspace] key binding because it shadows DEL (bug#16035).
404
405 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
406
407 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
408
409 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
410 Make sure work directory exists.
411 (gnus-uu-digest-mail-forward): Store temporary files in work directory
412 rather than tmp directory.
413 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
414 not necessarily always run, with it.
415
416 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
417
418 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
419 value of gnus-icalendar-additional-identities work without restart.
420
421 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
422
423 * mm-util.el (mm-make-temp-file):
424 Alias to make-temp-file for modern Emacsen.
425
426 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
427
428 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
429 nnir-article-number and nnir-article-group.
430
431 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
432
433 * message.el (message-send-mail-with-sendmail):
434 Don't kill error buffer if sending fails.
435
436 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
437
438 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
439 (gnus-icalendar-event->org-entry)
440 (gnus-icalendar--update-org-event)
441 (gnus-icalendar-event->gnus-calendar): Distinguish between
442 required/optional/non-participant attendee status. Fix bug causing
443 the first required event participant to be omitted.
444
445 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * gnus-art.el (article-de-quoted-unreadable)
448 (article-de-base64-unreadable, gnus-mime-copy-part)
449 * gnus-html.el (gnus-article-html)
450 * mm-view.el (mm-inline-text-html-render-with-w3)
451 (mm-inline-text-html-render-with-w3m-standalone)
452 * rfc2231.el (rfc2231-decode-encoded-string):
453 Allow overriding charset by mm-charset-override-alist.
454
455 * gnus-art.el (gnus-article-browse-html-parts):
456 Replace LWSPs with `&nbsp;'s in header.
457
458 Work for broken Chinese articles.
459
460 * gnus-art.el (gnus-article-browse-html-save-cid-content):
461 Exclude broken handles that gnus-summary-enter-digest-group may create.
462 (gnus-article-browse-html-parts):
463 Allow overriding charset by mm-charset-override-alist.
464
465 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
466
467 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
468 (gnus-icalendar-identities): Support additional-identities.
469
470 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
471 Fix org-timestamp for events ending at midnight.
472
473 2013-11-21 Ivan Shmakov <ivan@siamics.net> (tiny change)
474
475 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
476 Support debbugs .log files.
477
478 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
479
480 * message.el (message-beginning-of-line):
481 Use beginning-of-visual-line when visual-line-mode is turned on.
482
483 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
484
485 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
486 (gnus-icalendar-event-from-ical)
487 (gnus-icalendar-event->org-entry)
488 (gnus-icalendar--update-org-event): Required/optional participation,
489 list of attendees synced to org.
490
491 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
492
493 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
494 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
495 cancellations to be synced to org if the original appt has an org
496 outline.
497
498 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
499
500 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
501 (gnus-icalendar-event->org-entry)
502 (gnus-icalendar--update-org-event)
503 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
504
505 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
506
507 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
508 Fix timezone handling in gnus-icalendar export to org.
509
510 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
511
512 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
513
514 2013-10-30 Glenn Morris <rgm@gnu.org>
515
516 * gnus-group.el (gnus-group-browse-foreign-server):
517 * gnus-int.el (gnus-start-news-server):
518 Silence compiler obsolescence warning.
519
520 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
521
522 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
523 `nnoo-current-server' first, then for the actual `nnimap-address' to
524 allow netrc entries for the nnoo server to coexist with netrc entries
525 for the `nnimap-address'.
526
527 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
528
529 * mm-decode.el (mm-dissect-buffer): Revert last change.
530 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
531 The problem that motivated those changes was attributed to a broken
532 mail sender, and has been fixed.
533
534 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
535
536 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
537 token is missing in the Content-Type header.
538
539 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
540
541 2013-09-18 Glenn Morris <rgm@gnu.org>
542
543 * gnus-util.el (image-size): Declare.
544
545 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
546
547 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
548 (gnus-icalendar-event-from-ical)
549 (gnus-icalendar-event--build-reply-event-body)
550 (gnus-icalendar-event-reply-from-buffer)
551 (gnus-icalendar-find-org-event-file)
552 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
553 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
554
555 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
556
557 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
560 Use save-current-buffer.
561 (gnus-tree-mode-map): Initialize in the declaration.
562 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
563 (scroll-in-place): Defvar it.
564 (gnus-tmp-*): Defvar them.
565 (gnus-get-tree-buffer): Use derived-mode-p.
566 (gnus--let-eval): New macro.
567 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
568 non-prefixed variables.
569 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
570
571 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
572 vars since it doesn't seem to be available.
573 (gnus-set-global-variables, gnus-summary-read-group-1)
574 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
575 (gnus-summary-display-article, gnus-summary-select-article)
576 (gnus-summary-next-article, gnus-offer-save-summaries)
577 (gnus-summary-generic-mark): Use derived-mode-p.
578 (gnus-summary-read-group-1, gnus-summary-exit)
579 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
580 Adjust calls to gnus-tree-close and gnus-tree-open.
581
582 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
583
584 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
585 (gnus-agent-mode): Use derived-mode-p.
586 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
587 gnus-command-method and *-command-method to nil, but bind
588 gnus-command-method to *-command-method instead!
589 (gnus-agent-fetch-articles): Remove unused var `id'.
590 (gnus-agent-fetch-headers): Remove unused arg `force'.
591 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
592 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
593 (gnus-agent-short-article, gnus-agent-long-article)
594 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
595 first use.
596 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
597 `score-param'.
598 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
599 (gnus-get-predicate): Push in front of the cache, rather than end.
600 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
601 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
602 (gnus-agent-expire-unagentized-dirs): Don't rebind
603 gnus-agent-expire-current-dirs since the defvar silences the warning.
604 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
605 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
606 (gnus-agent-regenerate): Simplify interactive spec and doc.
607
608 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
609
610 * gnus-int.el (gnus-open-server): Silence compiler.
611
612 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
613
614 * message.el (message-display-completion-list): Abolish.
615 (message-completion-in-region): Use display-completion-list.
616
617 2013-09-17 Glenn Morris <rgm@gnu.org>
618
619 * gnus-util.el (gnus-message-with-timestamp-1):
620 Use `messages-buffer' function if available. Ignore read-only.
621
622 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
623
624 * message.el (message-expand-group, message-completion-in-region):
625 Correct the order of start and end of a region.
626
627 2013-09-13 Glenn Morris <rgm@gnu.org>
628
629 * mml2015.el (gnus-create-image): Autoload it.
630
631 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
632
633 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
634 (image-size): Declare.
635
636 2013-09-12 Glenn Morris <rgm@gnu.org>
637
638 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
639 Avoid using `find', which i) might not be defined at runtime;
640 ii) does not work, since its default test is eql, not equal.
641 (gnus-mime-action-alist): Declare.
642
643 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * score-mode.el (gnus-score-mode-map): Move initialization
646 into declaration.
647 (gnus-score-mode): Use define-derived-mode.
648 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
649 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
650 into declaration.
651 (gnus-kill-file-mode): Use define-derived-mode.
652 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
653 Use derived-mode-p.
654 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
655 (gnus-group-setup-buffer, gnus-group-name-at-point)
656 (gnus-group-make-web-group, gnus-group-enter-directory)
657 (gnus-group-suspend): Use derived-mode-p.
658 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
659 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
660 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
661 (gnus-article-setup-buffer, gnus-article-prepare)
662 (gnus-article-prepare-display, gnus-sticky-article)
663 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
664 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
665 (gnus-article-read-summary-keys): Use derived-mode-p.
666
667 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
668
669 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
670
671 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
672
673 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
674 shift_jis from the default value set for Japanese users.
675
676 2013-08-13 Glenn Morris <rgm@gnu.org>
677
678 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
679
680 * gnus.el (gnus-valid-select-methods): Fix type.
681
682 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
683
684 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
685
686 * mm-decode.el (mm-display-external): Run a timer for the temp files
687 deletion after a viewer exits; add a deletion timer for the needsterm
688 case, too.
689
690 * mm-decode.el (mm-display-external): Try to delete temporary files by
691 using a 1-min. timer.
692
693 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
694
695 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
696 New internal variables.
697 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
698 (mm-display-external): Use it to delete temporary files instead of
699 using timers.
700
701 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
702
703 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
704 with cond for backwards compatability.
705
706 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
707
708 * mm-decode.el (mm-display-external): Bind process-connection-type to
709 nil; don't delete a temp file immediately even if a viewer finishes,
710 since it may be a shell script, like xdg-open, that launches a real
711 viewer program belatedly.
712
713 2013-08-05 Dave Abrahams <dave@boostpro.com>
714
715 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
716 that we can create nndoc groups that excerpt other groups.
717
718 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
719
720 * gnus-delay.el (gnus-delay-article): Fix typo.
721
722 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
723 articles.
724
725 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
726 we can get spell-checking etc.
727
728 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
729
730 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
731 a single one used for encoding the whole text in a header.
732
733 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
734
735 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
736 before sending.
737
738 * mm-decode.el (mm-command-output): New face.
739 (mm-display-external): Use it.
740
741 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
742
743 * nnmbox.el (nnmbox-request-article): Don't change point.
744
745 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
746
747 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
748 Include `handle' parameter.
749
750 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
751
752 * gnus-icalendar.el: New file.
753
754 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
755
756 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
757
758 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
759 dummy roots, too.
760
761 2013-08-01 David Edmondson <dme@dme.org>
762
763 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
764 out on ttys.
765
766 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
767
768 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
769 not empty.
770
771 * nnrss.el (nnrss-discover-feed): Indent.
772
773 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
774
775 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
776
777 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
778
779 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
780 dirty to ensure nnimap data being saved.
781
782 2013-07-30 Tassilo Horn <tsdh@gnu.org>
783
784 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
785 menu entry.
786
787 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
788 the current thread's total score instead of the current article's
789 score.
790
791 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
792 (gnus-sort-threads-recursively): Delete defcustom.
793 (gnus-sort-threads-recursive): Adapt accordingly.
794
795 2013-07-30 Tassilo Horn <tsdh@gnu.org>
796
797 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
798 (gnus-sort-threads-recursive): Use it.
799 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
800 again. Now that determines how to sort subthreads.
801
802 2013-07-26 Tassilo Horn <tsdh@gnu.org>
803
804 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
805 (gnus-sort-threads): Use it.
806
807 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
808
809 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
810 punctuation characters follow parentheses (bug#14950).
811
812 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
813
814 * gnus.el (gnus-continuum-version):
815 * gnus-msg.el (gnus-extended-version): Simplify.
816
817 * gnus.el (gnus-continuum-version-1): Remove.
818 * gnus-msg.el (gnus-bug): Revert.
819
820 Calculate gnus-version correctly on Cygwin.
821
822 * gnus.el (gnus-continuum-version): Do main calculations in integers.
823 (gnus-continuum-version-1): New function, return a string.
824
825 * gnus-msg.el (gnus-extended-version, gnus-bug):
826 Use gnus-continuum-version-1 instead of gnus-continuum-version.
827
828 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
829
830 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
831 (bug#13384).
832
833 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
834
835 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
836 that were only relevant in a development version a long time ago.
837
838 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
839
840 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
841 that the old Emacs 24s bundle.
842
843 2013-07-10 David Engster <deng@randomsample.de>
844
845 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
846 if `gnus-newsrc-file-version' does not match `gnus-version'.
847 This fixes a bug in Emacs trunk where the 'unexist' marks were always
848 removed at startup because "Gnus v5.13" was considered smaller than "Ma
849 Gnus v0.03".
850
851 2013-07-10 Tassilo Horn <tsdh@gnu.org>
852
853 * gnus.el (gnus-summary-line-format):
854 Reference `gnus-user-date-format-alist' for the &user-date; format, not
855 `gnus-summary-user-date-format-alist'.
856
857 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
858
859 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
860 delete files (bug#13481).
861
862 2013-07-08 Tassilo Horn <tsdh@gnu.org>
863
864 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
865
866 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
867
868 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
869 display images.
870
871 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
872
873 * message.el (message-cancel-news): According to
874 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
875 preferred over "cmsg cancel" in the Subject.
876
877 * nnir.el (nnir-engines): Note that the group specs are regexps
878 (bug#13238).
879
880 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
881 gotten read-only text properties, ensure that those aren't heeded when
882 copying stuff over (bug#13434).
883
884 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
885 (bug#13762).
886
887 2013-07-05 David Kastrup <dak@gnu.org>
888
889 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
890 authinfo file again (important for blank passwords). This had been
891 broken with 2013-06-15 change.
892
893 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
894
895 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
896 Revert 2013-01-14 change.
897
898 2013-07-02 David Engster <deng@randomsample.de>
899
900 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
901 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
902 to see whether the group was synced before.
903
904 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
905
906 * nnimap.el (nnimap-request-move-article): Decode the group name when
907 doing internal moves to avoid charset issues.
908
909 2013-07-02 Julien Danjou <julien@danjou.info>
910
911 * nnimap.el (nnimap-request-list):
912 Revert change that made listing synchronous.
913 (nnimap-get-responses): Restore.
914
915 2013-07-02 Dave Abrahams <dave@boostpro.com>
916
917 * nnimap.el (nnimap-change-group): Document result value.
918
919 * nnimap.el (nnimap-find-article-by-message-id):
920 Account for the fact that nnimap-change-group can return t.
921
922 2013-07-02 Julien Danjou <julien@danjou.info>
923
924 * nnimap.el (nnimap-request-head):
925 Resture to-buffer parameter, used by `nnimap-request-move-article'.
926
927 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
928
929 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
930 supported by nnimap actually. Reverts previous change.
931
932 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
933 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
934 to-buffer argument that is already supported.
935
936 2013-07-02 Julien Danjou <julien@danjou.info>
937
938 * nnimap.el (nnimap-get-responses): Remove, unused.
939
940 2013-07-02 Julien Danjou <julien@danjou.info>
941
942 * nnimap.el (nnimap-request-articles-find-limit): Rename from
943 `nnimap-request-move-articles-find-limit' since we do not use it
944 only for move operations.
945 (nnimap-request-accept-article):
946 Use `nnimap-request-articles-find-limit' to limit search by message-id.
947
948 2013-07-02 Julien Danjou <julien@danjou.info>
949
950 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
951
952 * nnimap.el (nnimap-log-buffer):
953 Check that `window-point-insertion-type' is boundp, since it's not
954 available in XEmacs.
955
956 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
957
958 * nnimap.el (nnimap-log-buffer):
959 Add this, setting `window-point-insertion-type' in the buffer to t.
960 (nnimap-log-command): Use nnimap-log-buffer.
961
962 2013-07-02 Julien Danjou <julien@danjou.info>
963
964 * nnimap.el (nnimap-find-article-by-message-id):
965 Add an optional limit argument to be able to limit the search.
966 (nnimap-request-move-article):
967 Use `nnimap-request-move-articles-find-limit'.
968 (nnimap-request-move-articles-find-limit):
969 Add this to limit the search by Message-Id after a message move.
970 (nnimap): Add defgroup.
971
972 2013-07-02 Julien Danjou <julien@danjou.info>
973
974 * nnimap.el (nnimap-find-article-by-message-id):
975 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
976 (nnimap-possibly-change-group): Add read-only argument.
977 (nnimap-request-list): Use nnimap-possibly-change-group rather than
978 issuing EXAMINE manually.
979 (nnimap-find-article-by-message-id):
980 Use `nnimap-possibly-change-group' with read-only argument.
981 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
982 We cannot possibly change because we need to be sure that it's either
983 read-write or read-only.
984
985 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
986
987 * gnus-sum.el (gnus-summary-insert-old-articles):
988 Don't include unexisting messages.
989
990 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
991
992 * gnus-start.el (gnus-clean-old-newsrc):
993 Remove totally bogus `unexists' entries.
994 (gnus-clean-old-newsrc): Fix last checkin.
995
996 * nnimap.el (nnimap-update-info):
997 None of the articles below the active low-water mark exist.
998
999 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1000
1001 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1002
1003 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
1004
1005 * nnimap.el (nnimap-request-scan):
1006 Allow `nnimap-inbox' to be a list of inboxes.
1007
1008 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1009
1010 * gnus-group.el (gnus-group-expire-articles-1):
1011 Don't try to expire messages that don't exist.
1012
1013 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1014
1015 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1016
1017 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1018
1019 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1020
1021 * gnus-start.el (gnus-clean-old-newsrc):
1022 Delete `unexist' from pre-Ma Gnus 0.3.
1023
1024 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1025
1026 * gnus-sum.el (gnus-summary-local-variables):
1027 Make `gnus-newsgroup-unexist' into a local variable.
1028
1029 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1030
1031 * gnus-sum.el (gnus-adjust-marked-articles):
1032 Add to `gnus-newsgroup-unexist'.
1033
1034 * gnus.el (gnus-article-mark-lists):
1035 Add `unexist' to the list of marks.
1036 (gnus-article-special-mark-lists):
1037 Put the `unexist' in the special marks list instead.
1038
1039 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1040 articles in the list of articles to be selected.
1041
1042 * nnimap.el (nnimap-retrieve-group-data-early):
1043 Query for unexisting articles.
1044 (nnimap-update-info): Keep track of unexisting articles.
1045 (nnimap-update-qresync-info): Ditto.
1046
1047 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1048
1049 * gnus-start.el (gnus-clean-old-newsrc): New function.
1050 (gnus-read-newsrc-file): Use it.
1051
1052 2013-07-02 Daiki Ueno <ueno@gnu.org>
1053
1054 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1055 of 'create-image' for XEmacs compatibility; check errors when decoding
1056 image. Reported by Uwe Brauer.
1057
1058 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1059
1060 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1061 gnus-button-push revised at 2011-01-19.
1062
1063 2013-06-19 Glenn Morris <rgm@gnu.org>
1064
1065 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1066
1067 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1068
1069 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1070
1071 2013-06-18 Glenn Morris <rgm@gnu.org>
1072
1073 * eww.el, shr.el, shr-color.el: Move to ../net.
1074
1075 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1076
1077 * shr.el (shr-tag-table): Insert the images after the table, so that
1078 they're not covered by the table colourisation, which often looked
1079 awkward.
1080 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1081 <dd>.
1082
1083 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1084
1085 * eww.el (eww-detect-charset): Improve regexp; move backward.
1086
1087 2013-06-18 Glenn Morris <rgm@gnu.org>
1088
1089 * mm-decode.el (widget-convert-button): Autoload.
1090
1091 * sieve-manage.el (mm-enable-multibyte): Autoload.
1092
1093 * shr.el (libxml-parse-html-region): Declare.
1094 (shr-render-buffer): Explicit error if no libxml2 support.
1095
1096 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1097
1098 * auth-source.el (auth-source-current-line): New function.
1099 (auth-source-netrc-parse-entries): When a data token is "machine",
1100 assume we're in the wrong place and abort parsing the current line.
1101
1102 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1103
1104 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1105 (eww-convert-widgets): Don't bug out if the first widget starts at the
1106 beginning of the buffer.
1107 (eww-convert-widgets): Fix last patch.
1108 (eww-tag-input): Support <input type=image>.
1109
1110 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1111 (shr-tag-base): Protect against base specs that are degenerate.
1112 (shr-ensure-paragraph): Don't delete empty lines that have text
1113 properties, because these may be input fields.
1114
1115 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1116 we can navigate to them.
1117
1118 * shr.el (shr-colorize-region): Put the colours over the entire region.
1119 (shr-inhibit-decoration): New variable.
1120 (shr-add-font): Use it to inhibit text property decorations while doing
1121 preliminary table renderings. This speeds up typical Wikipedia page
1122 renderings by 15%.
1123 (shr-tag-span): Don't respect the <title>, because that overwrites the
1124 help-echo from links inside the spans.
1125 (shr-next-link): Use `help-echo' for navigation, so that we can
1126 navigate to form elements, too.
1127
1128 * eww.el (eww-button): New face.
1129 (eww-convert-widgets): Use it to make submit buttons more button-like.
1130
1131 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1132 that Gnus commands work.
1133
1134 * shr.el (shr-render-td): Support horizontal alignment.
1135
1136 * eww.el (eww-put-color): Remove.
1137 (eww-colorize-region): Use `add-face-text-property'.
1138
1139 * shr.el (shr-add-font): Append face data, so that we get the correct
1140 precedence: The innermost value (which is applied first) wins.
1141 (shr-make-overlay): Obsolete function.
1142
1143 * mm-decode.el (mm-convert-shr-links): New function to convert
1144 new-style shr URL links into widgets.
1145 (mm-shr): Use it.
1146
1147 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1148 widget commands, since we're no longer using widgets for links.
1149
1150 * shr.el (shr-next-link): New command.
1151 (shr-previous-link): New command.
1152 (shr-urlify): Don't use `widget-convert', because that's slow.
1153 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1154 because collecting the overlays and reapplying them when generating
1155 tables is slow.
1156 (shr-insert-table): Ditto.
1157
1158 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1161 * shr.el (browse-url): Require `url'.
1162 * eww.el (url): Require format-spec.
1163
1164 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1165
1166 * eww.el (eww-display-html): Default to using the entire window width.
1167 (eww-browse-url): Don't add a User-Agent header (twice), because that
1168 makes Bing refuse connection.
1169
1170 * shr.el (shr-make-table): Cache the table rendering at the table
1171 level, and not the <td> level. This is a bit faster.
1172
1173 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1174 #id.
1175
1176 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1177 browsers don't.
1178 (shr-expand-url): Respect #anchor links.
1179 (shr-parse-base): Chop off the anchor before using.
1180 (shr-descend): Respect display: none.
1181 (shr-descend): Allow marking elements that have certain IDs.
1182
1183 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1184
1185 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1186
1187 * eww.el (eww-tag-textarea): Support <textarea>.
1188
1189 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1190
1191 * shr.el (shr-dom-to-xml): Fix function call.
1192
1193 * eww.el (eww): New group.
1194 (eww-header-line-format): New custom variable.
1195 (eww-current-title): New variable.
1196 (eww-display-html): Update header and handle title tag.
1197 (eww-update-header-line-format): New function.
1198 (eww-tag-title): New function.
1199
1200 * shr.el (shr-dom-to-xml): New function.
1201 (shr-tag-svg): Add support for the SVG tag.
1202 (shr-bullet): New custom variable.
1203 (shr-tag-li): Support custom bullet in unordered lists.
1204
1205 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1206
1207 * shr.el (shr-expand-url): Respect // URLs.
1208
1209 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1210 put a background colour onto the entire buffer.
1211 (eww-render): When being redirected, use the redirect URL as the new
1212 base URL.
1213
1214 * shr.el (shr-parse-base): Fix parsing error.
1215
1216 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1217
1218 * shr.el (shr-parse-base): New function.
1219 (shr-expand-url): Use it to expand relative URLs reliably.
1220
1221 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1222
1223 * auth-source.el (auth-source-search-collection): Fix docstring.
1224 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1225 single-quoted strings and multiline entries.
1226 (auth-source-netrc-parse-next-interesting)
1227 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1228 New functions to support parser.
1229
1230 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1231
1232 * eww.el (eww-submit): Get submit button logic right when hitting RET
1233 on non-submit buttons.
1234
1235 * shr.el: Remove shr-preliminary-table-render, since that can't really
1236 be used for anything in practice.
1237
1238 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1239
1240 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1241 (sieve-manage-quit).
1242
1243 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1244
1245 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1246 control the maximum size of photo ID image.
1247 (mml2015-epg-key-image-to-string): Respect it.
1248
1249 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1250
1251 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1252 instead of the final one so that we can more easily distinguish them.
1253
1254 * eww.el (eww-submit): Compute the submission URL correctly.
1255
1256 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1259 Use plist-get rather than CL's getf.
1260 (sieve-manage-parse-capability): Avoid CL's remove-if.
1261
1262 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1263
1264 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1265 last slash.
1266
1267 * eww.el (eww-tag-select): Use the first value as the default value.
1268
1269 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1270
1271 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1272 (eww-mode): Use `define-derived-mode'.
1273 (eww-parse-headers): Parse headers from beginning of buffer so that
1274 file:// links work.
1275
1276 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1277
1278 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1279
1280 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1281
1282 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1283 to handle them at all.
1284
1285 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1286
1287 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1288 work, too.
1289 (eww-tag-select): Implement <select>.
1290
1291 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1292
1293 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1294 stream managing functions by using open-protocol-stream to do most of
1295 the work. Has the nice benefit of enabling STARTTLS.
1296 Wait for capabilities after STARTTLS: following RFC5804, the server
1297 sends new capabilities after successfully establishing a TLS connection
1298 with the client. The client should update the cached list of
1299 capabilities, but we just ignore the answer for now.
1300 (sieve-manage-network-p, sieve-manage-network-open)
1301 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1302 (sieve-manage-forward, sieve-manage-streams)
1303 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1304 API, nor called by any other function.
1305 Enable Multibyte for SieveManage buffers: The parser won't properly
1306 handle umlauts and line endings unless multibyte is turned on in the
1307 process buffer.
1308
1309 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1310
1311 * eww.el (eww-tag-input): Support password fields.
1312 (eww-submit): Support POST.
1313
1314 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1315
1316 * eww.el (eww-tag-form): Protect against degenerate forms.
1317
1318 * shr.el (shr-expand-url): Expand URLs that start with a slash
1319 correctly.
1320
1321 * eww.el (eww-submit): Get submit button logic right.
1322
1323 * shr.el (shr-final-table-render): New variable to signal when we're
1324 doing the final table rendering so that we can collect more data at
1325 that point.
1326
1327 * eww.el (eww-submit): Make form submission work.
1328 (eww-tag-input): Implement submit buttons.
1329 (eww-click-radio): Implement radio and checkboxes.
1330 (eww-submit): Handle hidden elements.
1331
1332 * shr.el (shr-descend): Allow other packages to override (or provide)
1333 rendering of elements.
1334 (shr-expand-url): Strip query strings from URLs before expanding them.
1335
1336 * eww.el: Don't require cl-lib.
1337 (eww-tag-form): Start form support.
1338
1339 * eww.el: Start writing a new, tiny web browser.
1340 (eww-previous-url): New command.
1341 (eww-quit): New command.
1342
1343 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1344
1345 * sieve.el: Put point at beginning of buffer when viewing a script.
1346 (sieve-open-server): Respect the PORT parameter. Show the correct port
1347 number in sieve-buffer's header. Fixed code to also work with a string
1348 as port specifier. Properly close the connection on pressing 'q'. Make
1349 sieve-manage-quit close the connection and process buffer. Also, remove
1350 duplicate keybinding for 'q'.
1351
1352 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1353
1354 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1355 make it easier to read.
1356 (mm-pkcs7-enveloped-magic): Ditto.
1357
1358 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1359
1360 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1361 before `image-type-available-p' to avoid loading the image libraries
1362 needlessly.
1363
1364 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1365
1366 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1367 assume Date header begins with "Date", that may be customized into
1368 something like "X-Sent" using gnus-article-time-format.
1369 (article-transform-date): Allow multi-line Date header.
1370
1371 2013-06-02 David Engster <deng@randomsample.de>
1372
1373 * registry.el (initialize-instance, registry-lookup)
1374 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1375 (registry-lookup-secondary-value, registry-search, registry-delete)
1376 (registry-insert, registry-reindex, registry-size, registry-prune):
1377 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1378 changes in EIEIO (introduction of eieio-core.el).
1379
1380 2013-05-30 Glenn Morris <rgm@gnu.org>
1381
1382 * nnmail.el (nnmail-fancy-expiry-target):
1383 Also bind mail-dont-reply-to-names.
1384
1385 * spam-stat.el (spam-stat-save):
1386 No need to tweak font-lock in temp buffers.
1387
1388 * shr.el (shr-put-image): Silence compiler.
1389
1390 2013-05-29 Glenn Morris <rgm@gnu.org>
1391
1392 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1393
1394 * gnus-group.el (gnus-sequence-of-unread-articles)
1395 (gnus-summary-add-mark, gnus-mark-article-as-read)
1396 (gnus-group-make-articles-read): Declare.
1397
1398 * gnus-sum.el (gnus-parameter-list-identifier)
1399 (gnus-article-stop-animations, gnus-stop-downloads)
1400 (gnus-article-only-boring-p, article-goto-body)
1401 (gnus-flush-original-article-buffer, article-narrow-to-head)
1402 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1403 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1404
1405 * gnus.el: No need to eval-and-compile autoloads.
1406
1407 * gravatar.el (help-function-arglist): Autoload.
1408
1409 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1410
1411 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1412
1413 * spam.el: No need to load spam-report when compiling.
1414 No need to eval-and-compile autoloads.
1415 (spam-report-resend-to): Declare.
1416 (spam-report-resend-register-routine): Require 'spam-report.
1417
1418 2013-05-24 Julien Danjou <julien@danjou.info>
1419
1420 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1421 setup.
1422
1423 2013-05-23 Glenn Morris <rgm@gnu.org>
1424
1425 * gnus-util.el (rmail-swap-buffers-maybe)
1426 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1427 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1428 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1429
1430 * mm-decode.el: No need to load term when compiling.
1431 (term-mode, term-char-mode): Declare.
1432
1433 * mm-util.el: No need to load jka-compr when compiling.
1434 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1435
1436 * nnmaildir.el: Require is automatically eval-and-compile.
1437 (nnmail): Require at run-time too.
1438
1439 * registry.el (registry-size): Move definition before use.
1440
1441 2013-05-22 Daiki Ueno <ueno@gnu.org>
1442
1443 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1444 signed data to conform the standard. (Bug#14232)
1445
1446 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1447
1448 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1449 double angle quotation mark.
1450
1451 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1452
1453 * message.el (message-insert-formatted-citation-line): Handle finding
1454 first/lastname when more than 2 names appear.
1455
1456 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1457
1458 * shr.el (shr-tag-span): New function.
1459
1460 2013-05-18 Glenn Morris <rgm@gnu.org>
1461
1462 * message.el (message-mode): Use message-mode-abbrev-table,
1463 with text-mode-abbrev-table as parent. (Bug#14413)
1464
1465 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1466
1467 * message.el (message-expand-group): Decode group names.
1468
1469 2013-05-16 Julien Danjou <julien@danjou.info>
1470
1471 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1472 app-icon.
1473
1474 2013-05-15 Glenn Morris <rgm@gnu.org>
1475
1476 * shr-color.el (shr-color-visible-luminance-min)
1477 (shr-color-visible-distance-min): Use shr-color group.
1478
1479 2013-05-11 Glenn Morris <rgm@gnu.org>
1480
1481 * gnus-vm.el: Make it loadable without VM.
1482 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1483 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1484
1485 2013-05-09 Glenn Morris <rgm@gnu.org>
1486
1487 * mml1991.el: Make it loadable. (Bug#13456)
1488
1489 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1490 * gnus-async.el (gnus-async-post-fetch-function):
1491 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1492 * gnus-html.el (gnus-html-image-cache-ttl):
1493 * gnus-notifications.el (gnus-notifications-timeout):
1494 * gnus-picon.el (gnus-picon-properties):
1495 * gnus-util.el (gnus-completion-styles):
1496 * gnus.el (gnus-other-frame-resume-function):
1497 * message.el (message-user-organization-file)
1498 (message-cite-reply-position):
1499 * nnir.el (nnir-summary-line-format)
1500 (nnir-retrieve-headers-override-function):
1501 * shr-color.el (shr-color-visible-luminance-min):
1502 * shr.el (shr-blocked-images):
1503 * spam-report.el (spam-report-resend-to):
1504 * spam.el (spam-summary-exit-behavior): Fix custom types.
1505
1506 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1507
1508 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1509
1510 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1511 because of let-binding help-xref-following. (Bug#14356)
1512
1513 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1514
1515 * message.el (message-bury, message-send-and-exit):
1516 Revert 2013-05-04 change.
1517
1518 2013-05-06 Glenn Morris <rgm@gnu.org>
1519
1520 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1521
1522 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1523
1524 * message.el (message-bury): Make `buffer' optional.
1525 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1526 (bug#14085).
1527
1528 2013-05-04 Andrew Cohen <cohen@bu.edu>
1529
1530 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1531 entering into the registry.
1532
1533 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1534
1535 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1536 (Bug#14304)
1537
1538 2013-04-27 Glenn Morris <rgm@gnu.org>
1539
1540 * gnus.el (gnus-list-debbugs):
1541 Use require rather than autoload. (Bug#14262)
1542
1543 2013-04-27 Julien Danjou <julien@danjou.info>
1544
1545 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1546 port to "sieve" now that it has an official IANA port assigned.
1547
1548 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1549
1550 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1551 Don't set the MAILHOST environment variable permanently (Bug#14271).
1552
1553 2013-04-26 Glenn Morris <rgm@gnu.org>
1554
1555 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1556
1557 2013-04-25 Andrew Cohen <cohen@bu.edu>
1558
1559 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1560 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1561
1562 2013-04-24 Andrew Cohen <cohen@bu.edu>
1563
1564 * nnir.el (nnir-close-group): Make sure we are in the right group.
1565
1566 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1567 dependency table from all newly retrieved headers.
1568
1569 2013-04-16 David Edmondson <dme@dme.org>
1570
1571 Support <img src="data:...">.
1572
1573 * shr.el (shr-image-from-data): New function.
1574 (shr-tag-img): Use it.
1575
1576 2013-04-14 Andrew Cohen <cohen@bu.edu>
1577
1578 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1579 group.
1580
1581 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1582
1583 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1584 corresponding to any existing group (Bug#14166).
1585
1586 2013-04-10 Andrew Cohen <cohen@bu.edu>
1587
1588 * nnir.el (number-sequence): No longer used.
1589 (nnir-request-set-mark): New function.
1590 (nnir-request-update-info): Improve marks updating.
1591 (nnir-request-scan): Don't duplicate marks updating.
1592 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1593 Use 'assq rather than 'assoc. Quote anonymous function.
1594 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1595 Use 'gnus-group-prefixed-p.
1596 (gnus-summary-create-nnir-group): Make sure server for method is open.
1597
1598 2013-04-04 Andrew Cohen <cohen@bu.edu>
1599
1600 * nnir.el (gnus-nnir-group-p): New function.
1601 (nnir-possibly-change-group): Use it.
1602
1603 * gnus-msg.el (gnus-setup-message): Use it.
1604
1605 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1606
1607 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1608 `initial-input' for the argument name.
1609 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1610
1611 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1612
1613 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1614 (used by MH-E).
1615
1616 2013-04-01 Andrew Cohen <cohen@bu.edu>
1617
1618 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1619 group.
1620
1621 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1622 fix compilation.
1623
1624 2013-03-31 Andrew Cohen <cohen@bu.edu>
1625
1626 * nnir.el (nnir-method-default-engines): And another typo.
1627
1628 2013-03-30 Andrew Cohen <cohen@bu.edu>
1629
1630 * nnir.el (nnir-method-default-engines): Fix typo.
1631
1632 2013-03-29 Andrew Cohen <cohen@bu.edu>
1633
1634 * nnir.el: Define 'number-sequence for xemacs.
1635 (gnus-summary-create-nnir-group): New function to create an nnir group
1636 from an nnir summary buffer based on the current query.
1637 (nnir-request-create-group): Update to allow nnir group creation based
1638 on the current query.
1639
1640 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1641
1642 * nndraft.el (nndraft-request-expire-articles):
1643 Make expiry target always `delete'.
1644
1645 2013-03-27 Andrew Cohen <cohen@bu.edu>
1646
1647 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1648 buffer use the posting-style and gcc of the original article group.
1649 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1650
1651 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1652 after other deffoos.
1653
1654 2013-03-26 Andrew Cohen <cohen@bu.edu>
1655
1656 * nnir.el: Major rewrite. Cleaner separation between searches and group
1657 management. Marks are now shown in nnir summary buffers.
1658 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1659 (gnus-summary-make-nnir-group): New function for initiating searches
1660 from a summary buffer.
1661
1662 2013-03-18 Sam Steingold <sds@gnu.org>
1663
1664 * message.el (message-bury): Minor cleanup.
1665
1666 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1667
1668 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1669 nnml-request-list. (Bug#13873)
1670 (nndir-request-newsgroups): Remove, unused.
1671
1672 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1673
1674 2013-03-03 Ted Phelps <phelps@gnusto.com>
1675
1676 * shr.el: Make all the overlays set the `evaporate' property so that
1677 they're removed properly.
1678
1679 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1680
1681 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1682 shell-quote-argument.
1683
1684 2013-02-22 David Engster <deng@randomsample.de>
1685
1686 * gnus-registry.el (gnus-registry-save): Provide class name when
1687 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1688 Use `condition-case' to stay compatible with older EIEIO versions which
1689 only accept one argument.
1690
1691 2013-02-17 Daiki Ueno <ueno@gnu.org>
1692
1693 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1694 (epg-user-id-validity): Autoload.
1695 (mml2015-epg-check-user-id): New function.
1696 (mml2015-epg-check-sub-key): New function split from
1697 mml2015-epg-find-usable-key.
1698 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1699 optional name-is-key-id, to handle the case when user-id is unusable.
1700 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1701
1702 2013-02-17 Glenn Morris <rgm@gnu.org>
1703
1704 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1705
1706 2013-02-16 Glenn Morris <rgm@gnu.org>
1707
1708 * shr.el (shr-put-image): Only animate images that specify a delay.
1709 This is consistent with the old image-animated-p behavior.
1710
1711 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1712
1713 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1714 for XEmacs.
1715
1716 2013-02-13 Juri Linkov <juri@jurta.org>
1717
1718 * gnus-art.el (gnus-article-mode-map):
1719 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1720 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1721
1722 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1723
1724 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1725 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1726
1727 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1728
1729 * auth-source.el (auth-source-format-prompt): Don't get confused by
1730 any "\" in replacement text. (Bug#13637)
1731
1732 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1733
1734 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1735 (gnus-backend-trace): Honor gnus-backend-trace.
1736
1737 * mml.el (mml-insert-part): Insert closing tag.
1738
1739 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1740
1741 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1742
1743 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1744 able to find the article, which can happen in debbugs groups,
1745 apparently.
1746
1747 2013-01-16 Glenn Morris <rgm@gnu.org>
1748
1749 * smiley.el (smiley-style): Make the file loadable in batch mode.
1750
1751 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1754 imap process running.
1755
1756 2013-01-14 Julien Danjou <julien@danjou.info>
1757
1758 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1759 Compare addresses against addresses, not against the full From field.
1760
1761 2013-01-13 Richard Stallman <rms@gnu.org>
1762
1763 * message.el (message-forward-make-body-mime): New args BEG, END
1764 specify what part of FORWARD-BUFFER to use. Do the work directly
1765 instead of calling `mml-insert-buffer'.
1766
1767 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1768
1769 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1770 cross-reference(s).
1771
1772 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1773 cross-reference(s).
1774
1775 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1776
1777 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1778 and point-max-marker.
1779 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1780
1781 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1782
1783 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1784 to mml2015-encrypt-to-self.
1785 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1786
1787 2013-01-09 Daiki Ueno <ueno@gnu.org>
1788
1789 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1790 mml-smime-epg-find-usable-secret-key.
1791
1792 2013-01-08 Glenn Morris <rgm@gnu.org>
1793
1794 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1795
1796 2013-01-07 Daiki Ueno <ueno@gnu.org>
1797
1798 * mml-smime.el: Support signing by sender.
1799 Requested by Uwe Brauer.
1800 (mml-smime-sign-with-sender): New user option analogous
1801 to mml2015-sign-with-sender.
1802 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1803 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1804 mml2015.el.
1805
1806 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1807
1808 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1809 isn't running, because Gnus will probably not know how to handle the
1810 Gcc header (bug#11941).
1811
1812 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1813 articles.
1814
1815 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1816
1817 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1818 (nnfolder-generate-active-file): Make this function work with recursive
1819 folder names.
1820
1821 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1822
1823 * nntp.el (nntp-open-connection): Use HELP as the capability command
1824 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1825 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1826
1827 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1828
1829 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1830 place holder since this gives `Invalid face reference: nil' messages.
1831 Use the `default' face instead. It has the same effect here, even
1832 though it is not no-op.
1833
1834 * gnus-util.el
1835 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1836
1837 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1838
1839 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1840 non-string posting styles (bug#13285).
1841
1842 2012-12-27 Glenn Morris <rgm@gnu.org>
1843
1844 * plstore.el (plstore-passphrase-callback-function):
1845 Use plstore-get-file.
1846
1847 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1848
1849 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1850 stderr.
1851
1852 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1853 group is nil.
1854
1855 * shr.el (shr-tag-em): Render as italic, not bold.
1856
1857 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1858
1859 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1860
1861 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1862
1863 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1864 temporary file to get PGP key image. Pass no-show-photos when
1865 extracting image to avoid having it pop up twice.
1866
1867 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1868
1869 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1870 eligible for treatment.
1871
1872 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1873 lines. This makes summary commands with hidden threads work more
1874 reliably.
1875
1876 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1877 button to mark the hidden citations (bug#9395).
1878
1879 2012-12-26 Daiki Ueno <ueno@gnu.org>
1880
1881 * mml2015.el (mml2015-epg-signature-to-string): New function.
1882 (mml2015-epg-verify-result-to-string): New function.
1883 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1884 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1885 instead of epg-verify-result-to-string.
1886 (epg-signature-key-id, epg-signature-to-string): Autoload.
1887 (epg-verify-result-to-string): Remove autoload.
1888
1889 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1890
1891 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1892 ID image from GPG public key.
1893 (mml2015-epg-key-image-to-string): New function.
1894
1895 2012-12-25 Leo Liu <sdl.web@gmail.com>
1896
1897 * plstore.el (plstore-passphrase-callback-function): Fix error when
1898 error when plstore-cache-passphrase-for-symmetric-encryption is set
1899 (bug#13264).
1900
1901 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1902
1903 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1904 buffer to the article buffer here, because that clobbers multiple
1905 article buffers.
1906
1907 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1908 buffer always points to the right summary buffer.
1909
1910 2012-12-25 John Wiegley <jwiegley@gmail.com>
1911
1912 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1913 the password (bug#12097).
1914
1915 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1916
1917 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1918 (bug#13263).
1919
1920 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1921 buffer exists before using it (bug#12475).
1922
1923 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1924 offline groups (bug#11937).
1925
1926 * message.el (message-yank-original): When using customize to set the
1927 value of `message-cite-style', the variable it set to a symbol that's
1928 the name of the variable, which must then be dereferenced (bug#12616).
1929
1930 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1931
1932 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1933 the `face' property with a list whose car is the face specified in the
1934 format string and whose cdr is (nil).
1935 * lisp/gnus-util.el
1936 (gnus-put-text-property-excluding-characters-with-faces):
1937 Change accordingly.
1938 (gnus-get-text-property-excluding-characters-with-faces): New function.
1939 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1940 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1941 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1942
1943 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1944
1945 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1946 login methods.
1947 (nnimap-login): Respect the `nnimap-authenticator' variable.
1948
1949 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1950 mark state when moving articles. Otherwise unticked articles will get
1951 their ticks back after moving.
1952
1953 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1954
1955 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1956
1957 * message.el (message-ignored-news-headers): Always remove
1958 X-Message-SMTP-Method to avoid information leakage if the user
1959 mistakenly inserts the header into news messages.
1960
1961 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1962
1963 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1964 right than four characters, this command would move point to
1965 `point-max'. Don't do that.
1966
1967 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1968 to nil to allow re-selecting groups that gain articles.
1969 (gnus-bug-group-download-format-alist): Update the URL.
1970
1971 2012-12-23 Andreas Schwab <schwab@suse.de>
1972
1973 * shr.el (shr-tag-em): Render em as italic, not bold.
1974
1975 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1976
1977 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1978 for reuse.
1979 (gnus-open-server): Use it to add more tracing.
1980 (gnus-finish-retrieve-group-infos): Add backend tracing.
1981 (gnus-backend-trace): Also note the elapsed seconds.
1982
1983 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1984
1985 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1986 Set epa-file-encrypt-to from variable to avoid querying.
1987
1988 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1989
1990 * sieve-mode.el (sieve-font-lock-keywords):
1991 Keywords should be word delimited. (Bug#13173)
1992
1993 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1994
1995 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1996 instead of <pre> to align message header.
1997
1998 2012-12-12 Sam Steingold <sds@gnu.org>
1999
2000 * gnus.el (gnus-other-frame-resume-function): Add user option.
2001 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2002
2003 2012-12-06 Sam Steingold <sds@gnu.org>
2004
2005 * gnus-start.el (gnus-before-resume-hook): Add.
2006 (gnus-1): Run it when Gnus is alive.
2007
2008 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2009
2010 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2011 * gnus-art.el (article-unsplit-urls)
2012 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2013 * gnus-registry.el (gnus-registry-get-article-marks)
2014 * message.el (message-goto-body): Use it.
2015 (message-called-interactively-p): Remove.
2016
2017 * spam-stat.el (spam-stat-called-interactively-p): New macro.
2018 (spam-stat-score-buffer): Use it.
2019
2020 * spam.el: Silence the warnings against BBDB functions when compiling.
2021
2022 * gnus-score.el (gnus-score-decode-text-parts):
2023 Use append+mapcar instead of the cl function mapcan.
2024
2025 * gmm-utils.el (gmm-flet): Remove.
2026
2027 * gnus-sync.el (gnus-sync-lesync-call):
2028 Avoid overriding json-alist-p.
2029
2030 * message.el (message-read-from-minibuffer):
2031 Avoid overriding mail-abbrev-in-expansion-header-p.
2032
2033 2012-12-05 Sam Steingold <sds@gnu.org>
2034
2035 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2036 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2037 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2038
2039 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2040
2041 * gmm-utils.el (gmm-called-interactively-p): Revert.
2042 This seems to cause Emacs to get stuck!
2043 * gnus-art.el (article-unsplit-urls)
2044 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2045 * gnus-registry.el (gnus-registry-get-article-marks)
2046 * message.el (message-goto-body)
2047 (message-called-interactively-p): Revert.
2048
2049 * gmm-utils.el (gmm-called-interactively-p): New function.
2050 * gnus-art.el (article-unsplit-urls)
2051 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2052 * gnus-registry.el (gnus-registry-get-article-marks)
2053 * message.el (message-goto-body): Use it.
2054 (message-called-interactively-p): Remove.
2055
2056 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2057 * gnus-sync.el (gnus-sync-lesync-call)
2058 * message.el (message-read-from-minibuffer): Use it.
2059
2060 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2061
2062 * gmm-utils.el (gmm-flet): Remove.
2063 * gnus-sync.el (gnus-sync-lesync-call)
2064 * message.el (message-read-from-minibuffer): Don't use it.
2065
2066 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2069
2070 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2071
2072 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2073
2074 * gnus-sync.el (gnus-sync-lesync-call)
2075 * message.el (message-read-from-minibuffer): Use gmm-flet.
2076
2077 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2078
2079 * gnus-util.el (gnus-macroexpand-all): Remove.
2080
2081 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2082
2083 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2084 to TAB, not [tab].
2085 (gnus-summary-article-map): Likewise.
2086
2087 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2088 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2089
2090 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2091
2092 * message.el (message-get-reply-headers):
2093 Make sure the reply goes to the author if it is a wide reply.
2094
2095 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2096
2097 * gnus-score.el (gnus-score-body):
2098 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2099 scoring by body.
2100
2101 2012-11-16 Glenn Morris <rgm@gnu.org>
2102
2103 * gnus-diary.el (nndiary-request-create-group-functions)
2104 (nndiary-request-update-info-functions)
2105 (gnus-subscribe-newsgroup-functions)
2106 (nndiary-request-accept-article-functions):
2107 Use new names for hooks rather than obsolete aliases.
2108
2109 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2110
2111 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2112 in meta tag with the one the part specifies in its header.
2113
2114 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2115
2116 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2117 by default.
2118
2119 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2120
2121 New UIDL implementation.
2122
2123 * mail-source.el (mail-sources, mail-source-keyword-map):
2124 Add :leave as a pop3 keyword.
2125 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2126
2127 * pop3.el (pop3-leave-mail-on-server): Allow number.
2128 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2129 (pop3-movemail): Add UIDL support.
2130 (pop3-send-streaming-command): Take a list of mail numbers instead of
2131 the number of mails.
2132 (pop3-write-to-file): Add X-UIDL header.
2133 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2134 (pop3-uidl-add-xheader): New functions.
2135
2136 * message.el (message-ignored-resent-headers):
2137 Add X-Content-Length and X-UIDL headers.
2138
2139 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * nndiary.el (nndiary-request-create-group-functions)
2142 (nndiary-request-update-info-functions)
2143 (nndiary-request-accept-article-functions):
2144 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2145 "-hooks" suffix.
2146
2147 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2148
2149 * starttls.el (starttls-extra-arguments): Doc fix.
2150
2151 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2152
2153 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2154 it.
2155
2156 2012-10-06 Glenn Morris <rgm@gnu.org>
2157
2158 * gnus-notifications.el (gnus-notifications):
2159 Add missing group :version tag.
2160 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2161 (gnus-gcc-post-body-encode-hook):
2162 * gnus-sync.el (gnus-sync-lesync-name)
2163 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2164
2165 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2166
2167 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2168 a user about whether to delete temp files if once a user answered as n.
2169
2170 2012-09-17 Richard Stallman <rms@gnu.org>
2171
2172 * message.el (message-in-body-p): Don't set mark or modify buffer.
2173
2174 * mml.el (mml-attach-file): Doc fix.
2175 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2176 Set mail-encode-mml when in Mail mode.
2177 Simplify code to set HEAD and move back to HEAD.
2178 (mml-insert-multipart, mml-insert-part):
2179 Set mail-encode-mml when in Mail mode.
2180
2181 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2182
2183 * gnus-util.el (gnus-timer--function): New function.
2184
2185 * gnus-art.el (gnus-article-stop-animations): Use it.
2186
2187 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2188
2189 Fix glitches caused by addition of psec to timers.
2190 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2191 rather than raw access to timer vector.
2192
2193 2012-09-11 Julien Danjou <julien@danjou.info>
2194
2195 * gnus-notifications.el (gnus-notifications): Check for nil values in
2196 ignored addresses check.
2197
2198 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2201
2202 2012-09-07 Chong Yidong <cyd@gnu.org>
2203
2204 * gnus-util.el
2205 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2206
2207 * gnus-salt.el (gnus-tree-highlight-node):
2208 * gnus-sum.el (gnus-summary-highlight-line):
2209 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2210
2211 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2212
2213 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2214
2215 2012-09-06 Juri Linkov <juri@jurta.org>
2216
2217 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2218 scheme for buffer names to be more consistent with other group and
2219 article buffer names in Gnus.
2220
2221 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2222
2223 * gnus-util.el
2224 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2225
2226 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2227 Jenkner.
2228
2229 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2230
2231 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2232
2233 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2234
2235 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2236
2237 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2238 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2239
2240 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2241 string-prefix-p in Emacs >=23.2.
2242
2243 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2244 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2245 instead of string-match-p.
2246 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2247
2248 2012-09-06 Kenichi Handa <handa@gnu.org>
2249
2250 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2251 lowercase a..f.
2252
2253 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2254
2255 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2256
2257 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2258
2259 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2260 TIME is set.
2261
2262 2012-09-05 Juri Linkov <juri@jurta.org>
2263
2264 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2265 than one group at a time (bug#11961).
2266
2267 2012-09-05 Julien Danjou <julien@danjou.info>
2268
2269 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2270 this hide the real reason with a message giving absolutely no hint.
2271
2272 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2273
2274 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2275 to the backend (bug#11804).
2276
2277 * message.el (message-insert-newsgroups): Don't insert newsgroup
2278 duplicates (bug#12275).
2279
2280 2012-09-05 John Wiegley <johnw@newartisans.com>
2281
2282 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2283 sieve rules.
2284
2285 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2286
2287 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2288 function.
2289
2290 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2291
2292 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2293
2294 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2295
2296 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2297 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2298 This should make nnmaildir more usable with offlineimap.
2299
2300 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2301
2302 * gnus-notifications.el (gnus-notifications-notify): Use it.
2303
2304 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2305 warnings on XEmacs.
2306
2307 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2308
2309 Better seeds for (random).
2310 * gnus-sync.el (gnus-sync-lesync-setup):
2311 * message.el (message-canlock-generate, message-unique-id):
2312 Change (random t) to (random), now that the latter is more random.
2313
2314 2012-08-31 Dave Abrahams <dave@boostpro.com>
2315
2316 * auth-source.el (auth-sources): Fix macos keychain access.
2317
2318 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2319 allow the backend `request-head' function to determine the group
2320 name on its own.
2321 (gnus-request-expire-articles): Filter out negative article numbers
2322 during expiry (Bug#11980).
2323
2324 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2325 O(N^2) to O(N). This makes warping into huge groups tolerable.
2326
2327 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2328 you've found the article when you haven't.
2329
2330 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2333
2334 2012-08-30 Julien Danjou <julien@danjou.info>
2335
2336 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2337 `gnus-notifications-timeout'.
2338 (gnus-notifications-timeout): Add.
2339 (gnus-notifications-action): New function.
2340 (gnus-notifications-notify): Add :action using
2341 `gnus-notifications-action'.
2342 (gnus-notifications-id-to-msg): New variable.
2343 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2344 notifications id to messages.
2345
2346 2012-08-30 Kenichi Handa <handa@gnu.org>
2347
2348 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2349 once.
2350
2351 2012-08-29 Julien Danjou <julien@danjou.info>
2352
2353 * gnus-notifications.el: New file.
2354 (gnus-notifications-notify): New function.
2355 (gnus-notifications): Use `gnus-notifications-notify'.
2356
2357 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2358
2359 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2360 transfer encoding first; bind gnus-newsgroup-charset to the charset
2361 that the article specifies (Bug#12209).
2362
2363 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2364
2365 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2366 (gnus-group-customize-done): Encode values posting-style holds.
2367
2368 * gnus-msg.el (gnus-summary-resend-message)
2369 (gnus-configure-posting-styles): Decode values posting-style group
2370 parameter holds.
2371
2372 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2373
2374 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2375 `name' and `address' in Resent-From header.
2376
2377 2012-08-14 Chong Yidong <cyd@gnu.org>
2378
2379 * gnus-art.el (article-display-face): Handle failure in
2380 gnus-create-image (Bug#11802).
2381
2382 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2385 Use defsetf.
2386
2387 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2388
2389 * auth-source.el (auth-source-plstore-search)
2390 (auth-source-secrets-search): Ignore :require and :type in search spec.
2391
2392 2012-08-06 Julien Danjou <julien@danjou.info>
2393
2394 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2395 Remove autoload, already handled by gnus.el.
2396
2397 2012-08-05 Julien Danjou <julien@danjou.info>
2398
2399 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2400 Add autoload.
2401
2402 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2403
2404 * gnus.el (gnus-valid-select-methods): Fix custom type.
2405
2406 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2407
2408 * auth-source.el (auth-sources, auth-source-backend-parse)
2409 (auth-source-macos-keychain-search)
2410 (auth-source-macos-keychain-search-items)
2411 (auth-source-macos-keychain-result-append)
2412 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2413 auth-source.el through the /usr/bin/security utility.
2414 (auth-sources): Fix syntax error.
2415 (auth-source-macos-keychain-result-append): Fix variable name.
2416 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2417
2418 2012-07-27 Julien Danjou <julien@danjou.info>
2419
2420 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2421 Emacs < 24.1
2422
2423 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2424
2425 * message.el (message-kill-address): Don't kill last newline.
2426 (message-skip-to-next-address): Don't move to the next header.
2427 (message-fill-field-address): Work properly.
2428
2429 2012-07-25 Julien Danjou <julien@danjou.info>
2430
2431 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2432
2433 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2434
2435 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2436
2437 2012-07-24 Julien Danjou <julien@danjou.info>
2438
2439 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2440
2441 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2442 (nntp-async-timer-handler): Remove, unused.
2443
2444 * nnimap.el (nnimap-get-responses): Remove, unused.
2445
2446 * nnheader.el (mail-header-set-extra): Remove, unused.
2447
2448 * mm-view.el (mm-view-sound-file): Remove, unused.
2449
2450 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2451 (mm-url-encode-multipart-form-data): Remove, unused.
2452
2453 * message.el (message-remove-signature, message-make-host-name)
2454 (message-fill-address): Remove, unused.
2455
2456 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2457 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2458 unused.
2459
2460 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2461
2462 * gnus-util.el (gnus-extract-address-component-name)
2463 (gnus-extract-address-component-email, gnus-sortable-date)
2464 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2465 (gnus-process-live-p): Remove, unused.
2466
2467 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2468
2469 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2470 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2471 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2472 function.
2473
2474 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2475
2476 * gnus-score.el (gnus-summary-score-crossposting)
2477 (gnus-score-regexp-bad-p): Remove, unused.
2478
2479 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2480
2481 * gnus-range.el (gnus-sublist-p): Remove, unused.
2482
2483 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2484 unused.
2485
2486 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2487
2488 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2489 (gnus-request-associate-buffer): Remove, unused.
2490
2491 * gnus-group.el (gnus-group-set-method-info)
2492 (gnus-group-set-params-info): Remove, unused.
2493
2494 * gnus-fun.el (gnus-shell-command-to-string)
2495 (gnus-shell-command-on-region): Remove, unused.
2496
2497 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2498
2499 * gnus-art.el (gnus-article-text-type-exists-p)
2500 (article-translate-characters, gnus-article-hide-text-of-type)
2501 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2502 Remove, unused.
2503
2504 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2505
2506 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2507 Gnus master.
2508
2509 2012-07-22 Andrew Cohen <cohen@bu.edu>
2510
2511 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2512
2513 2012-07-21 Julien Danjou <julien@danjou.info>
2514
2515 * message.el (message-dont-reply-to-names): Replace deprecated
2516 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2517 (message-get-reply-headers): Ditto.
2518
2519 2012-07-18 Julien Danjou <julien@danjou.info>
2520
2521 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2522 `sieve-upload-and-kill'.
2523
2524 * sieve.el (sieve-bury-buffer): Remove function.
2525 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2526 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2527
2528 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2529
2530 * shr.el (shr-expand-url): Handle URL starting with `//'.
2531
2532 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2533 2012-07-13 Chong Yidong <cyd@gnu.org>
2534
2535 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2536 instead of calling toggle-read-only with a (bogus) argument.
2537
2538 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2539
2540 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2541 of initial input when reading the author to restrict the summary to.
2542
2543 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2544
2545 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2546 buffer exists, which it doesn't if we haven't started Gnus.
2547
2548 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2549
2550 * mm-decode.el (mm-shr):
2551 Allow overriding charset by mm-charset-override-alist.
2552
2553 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2554
2555 * gnus-art.el (gnus-article-view-part):
2556 Toggle subparts of multipart/alternative part.
2557
2558 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2559
2560 * gnus-sync.el: Simply require json.
2561
2562 * registry.el: Simply require eieio and eieio-base.
2563
2564 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2565
2566 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2567
2568 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * shr.el (shr-render-buffer): New command.
2571 (shr-visit-file): Use it.
2572
2573 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2576 Set no-byte-compile and no-update-autoloads.
2577
2578 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2579
2580 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2581
2582 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2583
2584 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2585 being bound to a lambda form.
2586
2587 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2588
2589 * gnus-picon.el (gnus-picon-properties): New defcustom.
2590 (gnus-picon-create-glyph): Use it.
2591
2592 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2593
2594 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2595 locales.
2596
2597 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2598 on a handle.
2599
2600 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2601 address as the default.
2602
2603 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2604 It makes no sense to query the user about internal files.
2605
2606 * gnus-spec.el: Remove all the byte-compilation stuff, since
2607 benchmarking shows that it doesn't help when entering large summary
2608 buffers.
2609
2610 * gnus-util.el (gnus-byte-code): Remove.
2611
2612 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2613 grouplens stuff.
2614
2615 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2616
2617 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2618 (bug#11514).
2619
2620 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2621
2622 * message.el (message-buffers): Return all buffers derived from Message
2623 to make `gnus-dired-attach' work with mu4e.
2624
2625 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2626
2627 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2628 (mm-dissect-singlepart): Don't guess the MIME type of
2629 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2630 set.
2631 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2632 toplevel MIME type is multipart/encrypted.
2633
2634 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2635
2636 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2637 In particular, add an optional argument and a docstring.
2638
2639 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2640
2641 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2642 current before calling `gnus-groups-to-gnus-format'.
2643 Note that this was already the case for `gnus-active-to-gnus-format'.
2644
2645 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2646
2647 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2648
2649 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2650
2651 * mm-decode.el (mm-dissect-buffer): Doc fix.
2652
2653 * gnus-sum.el (gnus-handle-ephemeral-exit):
2654 Avoid creating the group buffer if it doesn't exist.
2655
2656 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2657 is given, mark the group as ephemeral with the current window conf.
2658
2659 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2660 buffer exists, which it doesn't if we haven't started Gnus.
2661 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2662
2663 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2664
2665 * mml.el (mml-generate-mime):
2666 Allow specifying what the top-level part type is.
2667
2668 * gnus-sum.el (gnus-auto-center-summary):
2669 `scroll-margin' isn't defined on XEmacs.
2670
2671 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2672
2673 * gnus-sum.el (gnus-auto-center-summary):
2674 Set default to respect `scroll-margin'.
2675
2676 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2677
2678 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2679 citation prefix within a block of cited text should be considered
2680 part of that block *only* if it is a blank line.
2681
2682 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2683
2684 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2685 before kinsoku-bol characters nor within kinsoku-eol characters.
2686
2687 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2688
2689 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2690 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2691 Silence compiler.
2692 (gnus-sync-read): Use mapc instead of mapcar.
2693
2694 * mm-archive.el: Require mm-decode for some macros.
2695 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2696 Silence the byte compiler.
2697 (mm-archive-decoders): New function that returns the value of
2698 the mm-archive-decoders variable.
2699
2700 * mm-decode.el:
2701 Don't require mm-archive; autoload mm-archive functions instead.
2702 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2703
2704 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2705
2706 2012-06-26 Peter Münster <pmrb@free.fr>
2707
2708 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2709 (gnus-demon-cancel): Ditto.
2710 (gnus-demon-run-callback): When function cannot be called due to low
2711 idleness, call it when idleness reaches the expected value, instead
2712 of waiting another timer period.
2713 (gnus-demon-init): Add `time' to arguments of call-back.
2714
2715 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2716
2717 * gnus.el: Register gnus-registry functions.
2718
2719 * gnus-registry.el (gnus-try-warping-via-registry):
2720 Move here and indent.
2721
2722 * gnus-int.el (gnus-warp-to-article):
2723 Check whether the registry is enabled before warping.
2724
2725 2012-06-26 Dave Abrahams <dave@boostpro.com>
2726
2727 * gnus-sum.el (gnus-summary-insert-subject): Record information
2728 in the registry about each article retrieved.
2729
2730 * gnus-int.el (gnus-select-group-with-message-id): New function.
2731 (gnus-try-warping-via-registry): Ditto.
2732 (gnus-warp-to-article): Fall back on the registry.
2733
2734 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2735
2736 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2737
2738 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2739
2740 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2741 gnus-gcc-self-resent-messages may be a group parameter.
2742 (gnus-summary-resend-message):
2743 Don't encode encoded words in header when Gcc'ing resent message.
2744
2745 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2746
2747 * shr.el (shr-insert): Treat non-breaking space just like normal
2748 space. This seems to produce more pleasing results.
2749 (shr-insert):
2750 Only insert a blank line if we're starting from an image.
2751 (shr-tag-br):
2752 Allow <br> to end lines or to make a single blank line.
2753 (shr-ensure-paragraph): Consider lines with white space to be blank.
2754
2755 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2756
2757 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2758 and gnus-gcc-post-body-encode-hook.
2759
2760 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2761
2762 * mm-decode.el (mm-dissect-singlepart):
2763 Guess what the type of application/octet-stream parts really is.
2764
2765 * gnus-sum.el (gnus-propagate-marks): Remove.
2766
2767 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2768
2769 * nntp.el (nntp-coding-system-for-read): Remove.
2770 (nntp-coding-system-for-write): Ditto.
2771 (nntp-open-connection): Just use `binary' directly.
2772
2773 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2774
2775 * registry.el (registry-usage-test, registry-persistence-test):
2776 Move to tests/gnustest-registry.el.
2777 (registry-make-testable-db, registry-match-test)
2778 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2779
2780 * gnus-registry.el (gnus-registry-misc-test)
2781 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2782
2783 * tests/gnustest-registry.el:
2784 New file with the registry and gnus-registry ERT tests.
2785
2786 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2787
2788 * gnus-msg.el (gnus-summary-resend-message):
2789 Make gnus-summary-resend-message-insert-gcc be last item in
2790 message-header-setup-hook.
2791
2792 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2793
2794 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2795 (nnfolder-marks, nnfolder-marks-file-suffix)
2796 (nnfolder-marks-modtime): Remove.
2797 (nnfolder-open-server): Don't use marks.
2798 (nnfolder-request-delete-group): Ditto.
2799 (nnfolder-request-rename-group): Ditto.
2800 (nnfolder-request-set-mark, nnfolder-request-marks)
2801 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2802 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2803
2804 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2805 (nnml-marks-modtime): Remove.
2806 (nnml-request-delete-group): Don't use marks.
2807 (nnml-request-rename-group): Ditto.
2808 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2809 (nnml-save-marks, nnml-open-marks): Remove.
2810
2811 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2812 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2813 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2814 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2815 (nntp-server-to-method-cache): Remove.
2816
2817 * shr.el (shr-rescale-image): Fix wrong merge.
2818
2819 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2820
2821 * shr.el (shr-remove-trailing-whitespace):
2822 Really delete the padding on too-wide lines.
2823
2824 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2825
2826 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2827 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2828
2829 * mm-decode.el (mm-display-external): Output the text from
2830 the command in the buffer after the command finished.
2831 This makes text-based commands behave better.
2832
2833 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2834
2835 * message.el (smtpmail-smtp-user): Silence compiler warning.
2836
2837 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2838
2839 * message.el (message-multi-smtp-send-mail): Also allow specifying
2840 the SMTP user name.
2841
2842 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2843
2844 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2845
2846 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2847
2848 * message.el (message-multi-smtp-send-mail): New function.
2849 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2850 header to implement multi-SMTP functionality.
2851
2852 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2853 (gnus-agentize): Don't set it.
2854 (gnus-agent-send-mail): Don't use it.
2855
2856 * gnus-sum.el (gnus-summary-widget-backward):
2857 New function and keystroke.
2858
2859 * shr.el (shr-put-image): Remove underlines from sliced images.
2860 (shr-zoom-image): Compute the region to be replaced more correctly.
2861
2862 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2863
2864 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2865 (gnus-summary-resend-message-insert-gcc): New function.
2866 (gnus-summary-resend-message): Modify message-header-setup-hook and
2867 message-sent-hook to make it work for Gcc.
2868 (gnus-inews-do-gcc): Update the number of unread articles of groups
2869 that messages are Gcc'd to.
2870
2871 * message.el (message-resend): Run message-sent-hook to do Gcc.
2872
2873 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2874
2875 * gnus-registry.el (gnus-registry-fixup-registry):
2876 Move the message to a higher level to silence compilation.
2877
2878 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2879 parameter to allow controlling the scaling.
2880
2881 * shr.el (shr-zoom-image): New command and keystroke.
2882 (shr-put-image): Take a `size' flag to say how to scale the image.
2883
2884 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2885 Use recursive deletion.
2886 (mm-dissect-archive): Add support for zip files.
2887
2888 * gnus-util.el (gnus-recursive-directory-files): New function.
2889
2890 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2891 (mm-archive-decoders): Add tgz support.
2892
2893 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2894 Otherwise inserting text into the Gnus buffer can look odd.
2895
2896 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2897
2898 * mm-archive.el (mm-archive-decoders): Add support for tar.
2899
2900 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2901
2902 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2903
2904 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2905
2906 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2907
2908 * mm-archive.el: New file.
2909
2910 * mm-decode.el (mm-dissect-singlepart):
2911 Use it to decode ms-tnef files.
2912
2913 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2914
2915 * message.el (message-goto-*): Make all the `message-goto-*' commands
2916 push the mark before moving point. This makes it easier to go back
2917 to where you came from after editing whatever you jumped to.
2918
2919 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2920
2921 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2922 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2923 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2924
2925 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2926
2927 * spam.el: Move BBDB autoloads.
2928 (spam-exists-in-BBDB-p):
2929 New function to do the BBDB search directly in BBDB 2 and 3.
2930 (spam-check-BBDB): Use it.
2931 (spam-enter-ham-BBDB): Use it.
2932
2933 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2934
2935 * gnus-group.el (gnus-group-get-new-news):
2936 New parameter `one-level' for scanning exactly one level.
2937
2938 * gnus-start.el (gnus-get-unread-articles): Ditto.
2939
2940 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2941
2942 * gnus-sync.el: More commentary about setup.
2943
2944 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2945
2946 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2947
2948 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2949
2950 * gnus-sync.el: Improve docs about CouchDB admins.
2951
2952 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2953
2954 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2955 not needed. Provide xmlplistread list function to produce XML plist
2956 output for non-Gnus LeSync clients.
2957
2958 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2959
2960 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2961 and save against it. Group subscriptions, read marks, other marks,
2962 subscription levels, topic names, and topic offsets (the group's
2963 position within the topic) are saved. This is an experimental
2964 backend and may change significantly. Load json.el from
2965 the gnus-fallback-lib if it's not available otherwise.
2966 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2967
2968 2012-06-26 David Engster <dengste@eml.cc>
2969
2970 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2971
2972 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2973
2974 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2975
2976 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2977
2978 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2979 is an integer to avoid later problems.
2980
2981 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2982
2983 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2984 locales.
2985
2986 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2987
2988 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2989 articles when fetch-old is non-nil (bug#11370).
2990
2991 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2992
2993 * gnus-group.el (gnus-group-get-new-news):
2994 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2995
2996 2012-06-10 Dave Abrahams <dave@boostpro.com>
2997
2998 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2999 groups (bug#11641).
3000
3001 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3002
3003 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3004 (bug#11514).
3005
3006 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * nntp.el: Stop the `letf' madness.
3009 (nntp--report-1): New var.
3010 (nntp-report): Merge nntp-report-1 into it.
3011 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3012 the nntp-report function.
3013
3014 * auth-source.el: Fix comment-style to follow the convention.
3015
3016 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3017
3018 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3019 a string so that Gcc works (bug#11514).
3020
3021 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3024 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3025
3026 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * gnus-win.el (gnus-configure-frame): Don't signal an error when
3029 jumping to *Server* from a dedicated *Group* window.
3030 (gnus-configure-frame): CSE.
3031
3032 * gnus-registry.el: Minor style cleanup.
3033 (gnus-registry--set/remove-mark): New function, extracted from
3034 gnus-registry-install-shortcuts.
3035 (gnus-registry-install-shortcuts): Use it.
3036
3037 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3038
3039 * nnspool.el (news-path): Use eval-and-compile.
3040
3041 2012-05-24 Glenn Morris <rgm@gnu.org>
3042
3043 * nnspool.el (news-directory, news-path, news-inews-program):
3044 Move here from paths.el. Don't see a need for these to be autoloaded.
3045
3046 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3047 Merge in doc from paths.el version. Don't see any need for this to be
3048 autoloaded, or for the warning about users not setting it.
3049
3050 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3051
3052 Fix minor Y10k bug.
3053 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3054
3055 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3058 message once it's actually open.
3059
3060 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * auth-source.el (auth-source--aput-1, auth-source--aput)
3063 (auth-source--aget): New functions and macros.
3064 Use them instead of aput/aget.
3065
3066 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3067
3068 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3069
3070 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3071
3072 * plstore.el (plstore-called-interactively-p): New compat macro copied
3073 from message.el.
3074 (plstore-mode): Use it.
3075
3076 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3077
3078 * plstore.el: Revive the editing feature.
3079 (plstore-mode): New mode to edit plstore file.
3080 (plstore-mode-toggle-display, plstore-mode-original)
3081 (plstore-mode-decoded): New command.
3082 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3083 (plstore--insert-buffer, plstore--make): New function.
3084 (plstore-open, plstore-save): Simplify by using them.
3085
3086 2012-04-16 Glenn Morris <rgm@gnu.org>
3087
3088 * nndraft.el (nndraft-request-list): Fix declaration.
3089
3090 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3091
3092 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3093 don't have a current group.
3094
3095 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3096 have a group name.
3097
3098 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3099 a multibyte buffer (bug#7410).
3100 (article-wash-html): Parse the original article buffer to get the
3101 unencoded data (bug#7410).
3102
3103 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3104 .newsrc.el files.
3105
3106 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3107
3108 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3109 would have gotten if we posted to the group, and use that to compare
3110 against the message we want to cancel (bug#10808).
3111
3112 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3113
3114 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3115 "#" to avoid having them interpreted as comments.
3116
3117 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3118
3119 * shr.el (shr-insert): Update the text state properly to avoid
3120 inserting spurious paragraph starts.
3121
3122 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3123
3124 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3125 requested (bug#10961).
3126
3127 * shr.el (shr-table-widths): Divide the extra width more fairly over
3128 the TDs (bug#10973).
3129 (shr-render-td): Don't delete too much padding.
3130 (shr-natural-width): Compute the natural width more correctly.
3131 (shr-insert): Allow the natural width to be computed for tables again.
3132 (shr-tag-table-1): Rework how the natural widths are computed by
3133 rendering the table a third time.
3134 (shr-natural-width): Remove.
3135 (shr-buffer-width): New function.
3136 (shr-expand-newlines): Use it.
3137
3138 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3139 using a `gnus-use-full-window' setup (bug#11013).
3140
3141 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3142
3143 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3144 24.1 release.
3145
3146 2012-03-10 David Edmondson <dme@dme.org>
3147
3148 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3149 'Forwarded Message' header and the start of the message.
3150
3151 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3152
3153 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3154 isn't running (bug#10897).
3155
3156 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3157
3158 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3159
3160 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3161
3162 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3163
3164 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3165
3166 * mm-decode.el (mm-shr): Remove "soft hyphens".
3167
3168 * nnimap.el (nnimap-request-list): Return the group names encoded as
3169 utf8. Otherwise non-European group names don't work.
3170 (nnimap-request-newgroups): Ditto.
3171
3172 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3173 the default in `read-string' (bug#10757).
3174
3175 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3176 topics (bug#10843).
3177
3178 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3179 buffer. Suggested by Herbert Valerio Riedel.
3180 (nnimap-request-move-article): Delete the message from the correct IMAP
3181 server.
3182
3183 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3184
3185 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3186 Reported by Peter Münster.
3187
3188 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3189
3190 * shr.el (shr-image-fetched): Make sure we really kill the right
3191 buffer.
3192
3193 2012-02-16 Leo Liu <sdl.web@gmail.com>
3194
3195 * gnus-start.el (gnus-1): Avoid duplicate entries.
3196
3197 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3198
3199 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3200 too-wide lines.
3201
3202 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3203
3204 * shr.el (shr-rescale-image): Undo previous change; see
3205 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3206
3207 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3208
3209 * nnimap.el (nnimap-record-commands): New variable.
3210 (nnimap-log-command): Use it.
3211 (nnimap-make-process-buffer): Add a space to the process buffer.
3212 (nnimap-transform-headers): Don't bug out on header lines containing
3213 stuff that look like IMAP length encodings.
3214
3215 * shr.el (shr-rescale-image): Allow viewing large images.
3216
3217 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3218
3219 * nnml.el (nnml-request-compact-group): Delete the marks file after
3220 compaction (bug#10800).
3221
3222 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3223 group exit.
3224
3225 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3226 QRESYNC/FETCH output.
3227
3228 2012-02-11 Glenn Morris <rgm@gnu.org>
3229
3230 * sieve-manage.el (sieve-manage-default-stream):
3231 * shr.el (shr):
3232 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3233 (nnir-retrieve-headers-override-function)
3234 (nnir-imap-default-search-key, nnir-notmuch-program)
3235 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3236 (nnir-method-default-engines):
3237 * message.el (message-cite-reply-position):
3238 * gssapi.el (gssapi-program):
3239 * gravatar.el (gravatar):
3240 * gnus-sum.el (gnus-refer-thread-use-nnir):
3241 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3242 (gnus-registry-max-pruned-entries):
3243 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3244 * gnus-int.el (gnus-after-set-mark-hook)
3245 (gnus-before-update-mark-hook):
3246 * gnus-async.el (gnus-async-post-fetch-function):
3247 * auth-source.el (auth-source-cache-expiry):
3248 Add missing :version tags to new defcustoms and defgroups.
3249
3250 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3251
3252 * message.el (message-default-send-mail-function): Made into own
3253 function for reuse by emacsbug.el.
3254
3255 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3258 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3259
3260 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3261
3262 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3263 running.
3264
3265 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3266
3267 * gnus.el (gnus-server-extend-method): Don't add an -address component
3268 if the method already has one (bug#9676).
3269
3270 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3271
3272 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3273 of an initial-input for consistency (bug#10757).
3274
3275 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3276
3277 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3278
3279 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3280
3281 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3282 lines that are narrower than the window width. Otherwise background
3283 "blocks" will look less readable.
3284
3285 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3286
3287 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3288
3289 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3290
3291 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3292 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3293 have newlines within the strings, and where the UID comes after the
3294 BODYSTRUCTURE element (bug#10537).
3295
3296 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3297 (bug#10732).
3298
3299 * shr.el (shr-insert-document): Add doc string.
3300 (shr-visit-file): Ditto.
3301 (shr-remove-trailing-whitespace): New function.
3302 (shr-insert-document): Use it to clean up trailing whitespace as the
3303 final step (bug#10714).
3304
3305 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3306
3307 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3308 buffer if `gnus-kill-summary-on-exit' is nil.
3309
3310 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3311
3312 * gnus-sum.el (gnus-summary-show-thread):
3313 next-single-char-property-change may return nil in XEmacs.
3314
3315 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3316
3317 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3318 when just reading a single group from "without" Gnus.
3319
3320 2012-02-06 Chong Yidong <cyd@gnu.org>
3321
3322 * gnus-sum.el (gnus-summary-show-thread):
3323 next-single-char-property-change never returns nil (Bug#8657).
3324
3325 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3326
3327 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3328 without reconnecting.
3329 (nnimap-possibly-change-group): Ditto.
3330 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3331 connection has died before being called.
3332
3333 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3334
3335 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3336 an initial sync unless we're really doing one.
3337
3338 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3339 address parameter if one already exists (bug#9676).
3340
3341 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3342 not the prefix, as documented (bug#10689).
3343
3344 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3345
3346 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3347 the "server".
3348
3349 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3350 the real error message with the useless "previously known to be down".
3351 Which isn't even correct.
3352
3353 * nntp.el (nntp-open-connection): Report the error message if the nntp
3354 server can't be reached.
3355
3356 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3357 groups we do a total scan for.
3358 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3359 doing that.
3360
3361 2012-01-31 Jim Meyering <jim@meyering.net>
3362
3363 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3364 Correct a comment (insert "not") and hide nominally-doubled "to".
3365
3366 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3367
3368 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3369 section in the manual.
3370
3371 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3372
3373 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3374 words.
3375 (rfc2047-encode-string): Ditto.
3376 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3377 understand folded filename="..." parameters, for instance.
3378
3379 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3380 the message for greater debuggability.
3381
3382 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3383
3384 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3385 instead of setting it locally, since the latter doesn't seem to have
3386 any effect (most of the time).
3387
3388 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3389
3390 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3391 function call.
3392
3393 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3394
3395 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3396 seconds, and make the repeat clause with HH:MM specs work as
3397 documented.
3398
3399 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3400
3401 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3402 so that previous errors don't prohibit getting new news.
3403
3404 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3405
3406 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3407
3408 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3409
3410 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3411 bound globally in old Emacsen and XEmacsen.
3412
3413 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3414
3415 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3416 buffer, not of the string which is its name.
3417
3418 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3419
3420 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3421 non-server-marks groups.
3422 (gnus-group-make-articles-read): Ditto.
3423
3424 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3425 methods (bug#9676).
3426
3427 * gnus.el (gnus-method-ephemeral-p): New function.
3428
3429 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3430
3431 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3432 left-to-right.
3433
3434 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3435
3436 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3437 warning.
3438
3439 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3440
3441 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3442 macroexpand the nnir things, since they haven't been defined yet, and
3443 nnir requires gnus-sum.
3444
3445 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3446
3447 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3448
3449 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3450
3451 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3452 logical server name in addition to the actual machine address.
3453
3454 * auth-source.el (auth-source-user-and-password): Add convenience
3455 wrapper to search by just host and optionally user.
3456
3457 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3458
3459 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3460 after rendering.
3461
3462 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3463
3464 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3465 (bug#9693).
3466 (gnus-summary-setup-buffer): Document return value (bug#9697).
3467
3468 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3469 since ido doesn't work on symbols (bug#9632).
3470
3471 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3472 when getting a single value as when getting all the values. This means
3473 that atoms like `gcc-self' work cumulatively, like variable settings,
3474 instead of getting the value from the last matching clause.
3475 (gnus-group-find-parameter): Protect against the group buffer not
3476 existing (bug#9585).
3477
3478 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3479
3480 * gnus-start.el (gnus-activate-group): Document more parameters
3481 (bug#9694).
3482
3483 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3484 (bug#9692).
3485
3486 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3487 article was fetched, so that it can be expired later (bug#9958).
3488 (gnus-agent-summary-fetch-series): Add doc string.
3489 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3490 (bug#9517).
3491
3492 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3493 retrieval is happening.
3494
3495 * gnus.el (gnus-parameters): Doc fix.
3496
3497 2012-01-06 Dave Abrahams <dave@boostpro.com>
3498
3499 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3500 show the thread after expansion.
3501
3502 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3503
3504 * gnus-art.el (article-narrow-to-head): If the head is completely
3505 empty, narrow to the empty region (bug#9764).
3506
3507 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3508 read, and then mark them as unread only when the unread mark is used.
3509 This makes `C-- T k' actually work, even though it's confusing.
3510
3511 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3512 alive before we try to find its window.
3513
3514 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3515
3516 * mm-decode.el (mm-display-external): Use a longer timeout for the
3517 deletion to allow slow programs to display the file.
3518
3519 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3520
3521 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3522 prompt to be less confusing.
3523
3524 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3525 argument to `message-reply'. This broke `special-display-*' frame
3526 pop-uping (bug#10238).
3527
3528 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3529
3530 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3531 systems, since these allegedly don't work there.
3532
3533 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3534
3535 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3536 live buffer.
3537
3538 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3539
3540 * nnir.el (nnir-retrieve-headers): Protect against the article not
3541 existing on the server (bug#10335).
3542
3543 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3544
3545 * gnus-agent.el (gnus-agent-load-local):
3546 Recompute gnus-agent-article-local on changing method.
3547
3548 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3549
3550 * gnus.el (gnus-parameters): Note precedence.
3551
3552 2012-01-04 Leo Liu <sdl.web@gmail.com>
3553
3554 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3555 in the group buffer.
3556
3557 2012-01-04 Julien Danjou <julien@danjou.info>
3558
3559 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3560 change.
3561
3562 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3563
3564 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3565 too.
3566
3567 * nntp.el (nntp-retrieve-group-data-early): Use it.
3568
3569 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3570
3571 * nntp.el (nntp-retrieval-in-progress): New variable.
3572 (nntp-make-process-buffer): Make it buffer-local.
3573
3574 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3575 2010.
3576 (gnus-demon-init): Use it to compute the time if time is on the form
3577 "04:23".
3578
3579 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3580
3581 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3582 status in the correct buffer.
3583
3584 2012-01-03 Leo Liu <sdl.web@gmail.com>
3585
3586 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3587 when opening topics (bug#10407).
3588
3589 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3590
3591 * mm-view.el (mm-display-inline-fontify): Add comment.
3592
3593 2011-12-15 Juri Linkov <juri@jurta.org>
3594
3595 * mm-decode.el (mm-inline-media-tests): Add missing
3596 `mm-handle-media-subtype'.
3597
3598 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3599
3600 * message.el (message-valid-fqdn-regexp): Update with newly approved
3601 top-level domain names ".tel" and ".asia".
3602
3603 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3604
3605 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3606 unconditionally.
3607
3608 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3609
3610 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3611 pop-to-buffer-same-window for old Emacsen.
3612
3613 2011-12-04 Chong Yidong <cyd@gnu.org>
3614
3615 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3616 change (Bug#10200).
3617
3618 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3619
3620 * compface.el (uncompface):
3621 * gnus-art.el (gnus-article-x-face-command): Update the header format
3622 of icon data for the most recent icontopbm program.
3623
3624 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3625
3626 * gnus-msg.el (gnus-inews-do-gcc):
3627 * message.el (message-send-mail):
3628 * mml.el (mml-generate-mime): Share the value of the buffer-local
3629 `message-options' variable between a draft buffer and temprary working
3630 buffers.
3631
3632 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3635
3636 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3637
3638 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3639 for Cygwin.
3640
3641 2011-11-24 Glenn Morris <rgm@gnu.org>
3642
3643 * starttls.el: Fix case of "GnuTLS".
3644
3645 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * gnus-group.el (gnus-group-highlight): Fix typo.
3648
3649 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3650
3651 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3652 value of `delete-file', that returns nil for a local file but returns t
3653 for a remote file using ssh.
3654
3655 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3656
3657 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3658 avoid later breakage.
3659
3660 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3661
3662 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3663 article buffers' name.
3664
3665 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
3667 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3668 by Paul Eggert's spellfixes two days ago.
3669
3670 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3671
3672 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3673 buffer-local instead of binding them to avoid warnings. Also demote
3674 errors (bug#10063).
3675 (font-lock-mode-hook): Shut up byte compiler.
3676
3677 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3678
3679 * mm-util.el (mm-charset-after): Fix typo.
3680
3681 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * gnus-sum.el (gnus-summary-make-menu-bar):
3684 * gnus-uu.el (gnus-uu-decode-postscript)
3685 (gnus-uu-decode-postscript-and-save):
3686 * mailcap.el (mailcap-print-command):
3687 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3688 Fix typos.
3689
3690 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3691
3692 * gnus-art.el (gnus-article-part-wrapper):
3693 * shr-color.el (shr-color-visible-distance-min)
3694 (shr-color-relative-to-absolute, set-minimum-interval)
3695 (shr-color-visible): Fix typos.
3696
3697 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3698
3699 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3700 slightly clearer.
3701
3702 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3703
3704 * message.el (message-send-and-exit): Document `arg'.
3705
3706 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3709
3710 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3711
3712 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3713 we don't use `bound-and-true-p'.
3714
3715 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3716
3717 * gnus-util.el (gnus-bound-and-true-p): Remove.
3718 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3719 * nnir.el: Use it.
3720 * nnmairix.el: Use it.
3721
3722 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3723
3724 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3725 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3726 for reasons unknown.
3727 * nnir.el: Use it.
3728 * nnmairix.el: Use it.
3729
3730 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3731 * nnir.el: Ditto.
3732 * nnmairix.el: Ditto.
3733
3734 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3735
3736 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * message.el (message-completion-function): Make sure
3739 message-tab-body-function is not attempted if one of
3740 message-completion-alist fails to find a completion (bug#9158).
3741
3742 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3743
3744 * mml.el (mml-quote-region): Quote <#secure> tag.
3745 (mml-generate-mime-1): Unquote <#secure> tag.
3746
3747 2011-10-20 Chong Yidong <cyd@gnu.org>
3748
3749 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3750 calling a minor mode from Lisp with nil arg enables it, so we have to
3751 make the wording a bit ambiguous here).
3752
3753 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3754
3755 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3756 * nnir.el (nnir-mode): Use it.
3757 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3758 Use it.
3759
3760 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3761 * nnmairix.el (gnus-registry-enabled): Ditto.
3762
3763 2011-10-17 Dave Abrahams <dave@boostpro.com>
3764
3765 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3766 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3767 only while we need to find out if it should be t or nil.
3768 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3769 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3770 the registry is installed. Set it to nil when it's unloaded.
3771 (gnus-registry-install-p): Provide user guidance for the initial value
3772 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3773 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3774 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3775 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3776 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3777 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3778 `gnus-registry-install'.
3779
3780 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3781
3782 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3783 previous change.
3784 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3785 primary key is marked as disabled.
3786
3787 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3788
3789 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3790 primary key is marked as disabled.
3791
3792 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3793
3794 * html2text.el (html2text-clean-anchor): Check for quotes around
3795 `href' value.
3796
3797 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3798
3799 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3800 searching. Drop `bbdb-cache'.
3801
3802 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3803
3804 * message.el (message-signed-or-encrypted-p): Exclude header when
3805 checking if there is signed or encrypted body in text/plain message.
3806
3807 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3808
3809 * html2text.el (html2text-get-attr): Correctly handle attribute values
3810 containing "=".
3811
3812 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3813
3814 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3815 handle bindings.
3816
3817 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3818
3819 * gnus-win.el (gnus-configure-windows): Protect against reading
3820 ephemeral groups outside of Gnus.
3821
3822 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3823
3824 * shr.el (shr-tag-img): Don't get images displayed in tables.
3825
3826 2011-10-03 Glenn Morris <rgm@gnu.org>
3827
3828 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3829 the "maintainer" version of debbugs.gnu.org reports.
3830
3831 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3832
3833 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3834 make asynchronous adjacent image insertion work better.
3835
3836 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3837
3838 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3839 Clarify documentation.
3840
3841 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3842
3843 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3844 `gnus-asynchronous' isn't shadowed.
3845
3846 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3847
3848 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3849 (nnimap-insert-partial-structure): The charset parameter isn't
3850 case-sensitive.
3851
3852 * nnheader.el (nnheader-message-maybe): New function.
3853
3854 * shr.el (shr-tag-table): Render totally broken tables better.
3855
3856 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3857 computing the boundary.
3858
3859 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3860
3861 * pop3.el (pop3-number-of-responses): Remove.
3862 (pop3-wait-for-messages): Rewrite to take linear time instead of
3863 exponential time.
3864
3865 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3866
3867 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3868 re-fetch images.
3869
3870 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3871 re-fetch images when hitting `g' in Gnus.
3872
3873 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3874
3875 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3876 (mml-compute-boundary): Don't check collision if it is non-nil.
3877 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3878 before checking collision.
3879
3880 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3881
3882 * message.el (message-indent-citation): Really make sure there's a
3883 newline at the end.
3884
3885 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3886 Fix suggested by John Wiegley.
3887
3888 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3889
3890 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3891
3892 * message.el (message-default-send-rename-function): Break out into its
3893 own function.
3894
3895 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3896 doesn't work under XEmacs.
3897
3898 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3899 of "imaps" to word around Windows problems.
3900 (nnimap-open-connection-1): Use it.
3901
3902 * message.el (message-indent-citation): Revert last change which made
3903 `F' not work.
3904
3905 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3906
3907 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3908 terminal as well.
3909
3910 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3911
3912 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3913 because it displays images using overlays that aren't easy to copy to
3914 the article buffer.
3915
3916 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3917
3918 * message.el (message-indent-citation): Fix empty line removal at the
3919 end of the citation.
3920
3921 2011-09-20 Julien Danjou <julien@danjou.info>
3922
3923 * auth-source.el (auth-source-netrc-create): Use default value for
3924 password if specified. Evaluate default.
3925 (auth-source-plstore-create): Ditto.
3926 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3927 value evaluation.
3928 (auth-source-netrc-create): Typo fix.
3929 (auth-source-plstore-create): Ditto.
3930
3931 * auth-source.el (auth-source-format-cache-entry): New function.
3932
3933 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3934
3935 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3936
3937 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3938
3939 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3940
3941 2011-09-19 Julien Danjou <julien@danjou.info>
3942
3943 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3944 which work with things that are not ASCII.
3945
3946 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3947
3948 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3949
3950 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3951
3952 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3953 message level.
3954
3955 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3956
3957 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3958
3959 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3960
3961 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3962
3963 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3964
3965 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3966 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3967
3968 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3969
3970 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3971 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3972 articles.
3973
3974 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3975
3976 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3977 (message-mail-other-window, message-mail-other-frame)
3978 (message-news-other-window, message-news-other-frame):
3979 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3980 instead of setting buffer display variables.
3981
3982 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3983
3984 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3985
3986 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3987
3988 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3989
3990 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3991 duplicates" to a higher level.
3992
3993 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3994 most egregious messages.
3995
3996 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3997
3998 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3999
4000 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
4001
4002 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4003 up the file (bug#9351).
4004
4005 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4006
4007 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
4008 it does with all other backends, but decode the names immediately after
4009 getting them.
4010
4011 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4012 decoding nnimap groups.
4013
4014 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4015 newsrc file. It doesn't seem like an important optimization any more.
4016
4017 2011-09-10 Dave Abrahams <dave@boostpro.com>
4018
4019 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4020 overflows.
4021
4022 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4023
4024 * gnus.el (gnus-article-mark-lists): Remove `recent'.
4025 (gnus-interactive-exit): Extend to `quiet'.
4026
4027 * gnus-sum.el (gnus-offer-save-summaries): Use it.
4028
4029 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4030 string.
4031
4032 * plstore.el (plstore--get-buffer): Silence compiler warnings by
4033 renaming function arguments from `this'.
4034
4035 * gnus-sum.el (gnus-newsgroup-recent): Remove.
4036
4037 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4038 has been renamed.
4039 (gnus-lrm-string-p): Include RLM and PDF, too.
4040
4041 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4042 (bug#9225).
4043
4044 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4045
4046 Add autoload cookies for functions used by sendmail.el.
4047 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4048
4049 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4050
4051 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4052
4053 * gnus-art.el (article-date-ut): Work properly even when there are
4054 things like Date header in the body; work for forwarded parts.
4055
4056 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4057
4058 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4059 original-article-buffer.
4060
4061 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4062
4063 * nnir.el (nnir-compose-result): Fix matching of server type.
4064 (nnir-run-swish++): Ditto.
4065 (nnir-run-namazu): Ditto.
4066 (nnir-run-notmuch): Ditto.
4067
4068 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4069
4070 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4071 (bug#9405).
4072
4073 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4074 (bug#9421).
4075
4076 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4077 (bug#9425).
4078
4079 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4080 thing (bug#9426).
4081
4082 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4083
4084 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4085 the error message.
4086
4087 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4088
4089 * message.el (message-setup-1): Return t (Bug#9392).
4090
4091 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4092
4093 * gnus-sum.el: When adding article headers to a summary buffer also
4094 update gnus-newsgroup-articles (bug#9386).
4095
4096 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4097
4098 * auth-source.el: Autoload help-mode.
4099
4100 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4101
4102 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4103 names.
4104
4105 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4106
4107 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4108 mm-replace-in-string for compatibility issues.
4109 * mml2015.el (mml2015-epg-verify): Ditto.
4110
4111 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4112
4113 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4114
4115 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4116
4117 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4118
4119 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4120 continue on and do the clean-up phase (bug#9188).
4121
4122 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4123 just ignore groups that can't be opened instead of erroring out
4124 (bug#9225).
4125
4126 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4127 nil since some many people are fuddy-duddies.
4128
4129 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4130 images.
4131
4132 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4133 instead.
4134
4135 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4136
4137 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4138
4139 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4140 processing.
4141
4142 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4143 buffer to avoid warnings.
4144
4145 2011-08-20 Simon Josefsson <simon@josefsson.org>
4146
4147 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4148 specified to reduce precision.
4149
4150 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4151
4152 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4153 bodystructures (bug#9314).
4154
4155 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4156
4157 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4158 Make button keymap non-sticky after buttons.
4159
4160 2011-08-18 David Engster <dengste@eml.cc>
4161
4162 * nnmairix.el (nnmairix-request-set-mark)
4163 (nnmairix-goto-original-article): Remove adding of article to registry,
4164 since `gnus-registry-add-group' isn't available anymore.
4165 (nnmairix-determine-original-group-from-registry):
4166 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4167 available anymore.
4168
4169 2011-08-12 Simon Josefsson <simon@josefsson.org>
4170
4171 * starttls.el (starttls-any-program-available): Define as obsolete
4172 function.
4173
4174 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4175
4176 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4177 versions which Gnus use when appropriate.
4178
4179 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4180 a pretty destructive command.
4181
4182 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4183
4184 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4185
4186 * message.el (message-fix-before-sending): Make a different warning
4187 about NUL characters (bug#9270).
4188
4189 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4190 from custom (bug#9260).
4191
4192 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4193 things work in Emacs 22 and XEmacs, too.
4194
4195 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4196 default From.
4197
4198 * gnus-spec.el (gnus-lrm-string-p): New macro.
4199 (gnus-lrm-string): New constant.
4200 (gnus-summary-line-format-spec): LRM-ify the from.
4201 (gnus-tilde-max-form): LRM-ify string chopping.
4202
4203 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4204
4205 * message.el (message-is-yours-p): Allow disabling canlock checking
4206 (bug#9295).
4207 (message-shoot-gnksa-feet): Add `canlock-verify'.
4208 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4209 message directory isn't writable (bug#9304).
4210
4211 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4212 non-world-readable.
4213
4214 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4215
4216 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4217 articles.
4218
4219 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4220
4221 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4222 copy-list.
4223
4224 2011-08-12 Sam Steingold <sds@gnu.org>
4225
4226 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4227 in the reverse order to avoid modifying the cache with `nreverse'.
4228 (gnus-all-score-files): Do not modify the value returned by
4229 `gnus-score-find-alist' because it lives in a cache variable.
4230 (gnus-current-home-score-file): No need to `nreverse' the return value
4231 of `gnus-score-find-alist', it is already in the correct order.
4232
4233 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4234
4235 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4236 type MESSAGE and subtype RFC822 is slightly different from those of
4237 type TEXT.
4238
4239 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4240
4241 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4242 This allows article-referral to work from an nnir group.
4243
4244 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4245
4246 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4247
4248 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4249
4250 * mml1991.el (mml1991-epg-find-usable-key)
4251 (mml1991-epg-find-usable-secret-key): New function.
4252 (mml1991-epg-sign): Check if signing key is usable.
4253 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4254
4255 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4256
4257 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4258 server-variables only. This should fix a bug introduced with commit
4259 e1889675b7f4adf057833c5513c9374134c4e053.
4260 (nnir-run-query): 'nnir-search-engine should not be set from the global
4261 environment.
4262
4263 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4264
4265 * nnir.el (nnir-search-thread): Position point on referring article
4266 line.
4267 (nnir-warp-to-article): Clean up summary buffers.
4268
4269 * nnimap.el (nnimap-request-thread): Whitespace fix.
4270
4271 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4272
4273 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4274
4275 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4276
4277 * starttls.el (starttls-available-p): Rename from
4278 `starttls-any-program-available' and changed return convention.
4279
4280 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4281
4282 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4283 `unix-sync' unless it's defined.
4284
4285 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4286
4287 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4288 `aref' for XEmacs compatibiltiy.
4289
4290 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4291
4292 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4293
4294 2011-07-31 Dave Abrahams <dave@boostpro.com>
4295
4296 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4297 closures, quote the form properly (bug#9194).
4298
4299 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4300
4301 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4302 (gnus-summary-insert-new-articles): Protect against servers that are
4303 down.
4304
4305 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4306
4307 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4308 in mm handle if none is specified.
4309
4310 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4311
4312 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4313
4314 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4315
4316 * nnir.el (nnir-search-thread): New function to make an nnir group
4317 based on a thread query.
4318
4319 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4320 of nnir in thread referral.
4321 (gnus-summary-refer-thread): Use it.
4322
4323 * nnimap.el (nnimap-request-thread): Use it.
4324
4325 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4326
4327 * shr.el (shr-tag-comment): Ignore HTML comments.
4328
4329 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4330
4331 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4332 argument.
4333 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4334 Use `nnir-address' to handle server info rather than passing an arg.
4335
4336 * nnimap.el (nnimap-make-thread-query): New utility function to format
4337 an imap thread search query.
4338 (nnimap-request-thread): Use it.
4339
4340 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4341 right select-method if we are not going back to the group buffer.
4342
4343 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4344
4345 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4346 enter invalid buffer configurations into the quit form (bug#9107).
4347 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4348 unplugged/plugged.
4349
4350 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4351 keep track of which ones are unread (bug#9061).
4352
4353 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4354 (bug#9055).
4355
4356 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4357 (bug#9041).
4358
4359 * gnus-html.el (mm-util): Require (bug#9073).
4360
4361 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4362 (gnus-summary-refer-thread): Use it to remove duplicates in the
4363 un-threaded view (bug#9053).
4364 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4365
4366 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4367
4368 * nnir.el (nnir-read-server-parm): Use default value from global
4369 variable. Without this the default search engine parameters aren't
4370 used at all.
4371
4372 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4373
4374 * message.el (message-unique-id): Don't use the undocumented return
4375 value from (random t) (bug#9118).
4376
4377 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4378
4379 * message.el (message-auto-save-directory): If the ~/Mail directory
4380 doesn't exist, use ~ as the auto-save directory (bug#4432).
4381
4382 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4383 hasn't already been started.
4384
4385 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4386
4387 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4388
4389 * message.el (message-reply): Work around mysterious bug where
4390 `message-mode' seems to overwrite the locally bound `subject' variable.
4391
4392 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4393
4394 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4395 correct group.
4396
4397 * gnus-int.el (gnus-request-thread): Add group argument.
4398
4399 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4400
4401 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4402
4403 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4404 renamed to `debbugs-gnu-*'.
4405
4406 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4407
4408 * plstore.el: Revert the editing feature since it is not urgent.
4409 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4410 (plstore-mode-decoded): Remove.
4411
4412 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4413
4414 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4415 isn't very interesting any more, and it leaks potentially secret data.
4416 (gnus-debug): Remove.
4417
4418 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4419 use of :custom-show.
4420
4421 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4422
4423 * plstore.el: Add documentation.
4424 (plstore-mode): New mode to edit plstore file.
4425 (plstore-mode-toggle-display, plstore-mode-original)
4426 (plstore-mode-decoded): New command.
4427 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4428 (plstore--insert-buffer, plstore--make): New function.
4429 (plstore-open, plstore-save): Simplify by using them.
4430
4431 2011-07-06 Glenn Morris <rgm@gnu.org>
4432
4433 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4434
4435 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4436
4437 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4438 no longer is much used.
4439 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4440 Articles".
4441
4442 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4443
4444 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4445 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4446 `notmuch' backend.
4447
4448 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4449
4450 * mm-decode.el (mm-text-html-renderer): Doc fix.
4451
4452 * gnus-msg.el (gnus-bug): Fix the MML tag.
4453
4454 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4455
4456 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4457
4458 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4459 secondary methods if started with `gnus-no-server'.
4460
4461 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * message.el (message-return-action): Fix typo in docstring.
4464
4465 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4466
4467 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4468 bug reports at once.
4469
4470 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4471
4472 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4473
4474 * nndraft.el: Require gnus-group.
4475 (nndraft-request-list): Declare.
4476
4477 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4478 no unread article unless it matches gnus-permanently-visible-groups.
4479
4480 * nndraft.el (nndraft-update-unread-articles): New function.
4481 (nndraft-request-associate-buffer): Use it to update the number of
4482 unread articles for the nndraft groups in the group buffer when saving
4483 or killing a draft message.
4484
4485 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4486
4487 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4488 systems to binary before writing and reading the mbox files.
4489
4490 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4491 instead of trying to list them all (bug#8978).
4492
4493 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4494
4495 * pop3.el (pop3-open-server): Use :end-of-capability.
4496
4497 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4498
4499 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4500 the id is always a number.
4501
4502 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4503 debbugs mode, if possible.
4504
4505 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4506
4507 * auth-source.el (auth-source-token-passphrase-callback-function):
4508 Reindent.
4509 (epg-context-operation): Remove unnecessary autoload.
4510
4511 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4512
4513 * gnus.el (gnus-list-debbugs): New command.
4514
4515 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4516 mboxstat instead of the maintbox, since the stat seems to be fuller.
4517
4518 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4519 summary buffers.
4520
4521 * message.el (message-get-reply-headers): Delete all duplicates,
4522 instead of the first.
4523 (message-get-reply-headers): Ensure that we have progress while
4524 deleting duplicates.
4525
4526 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4527 gnus-posting-style value from the summary buffer to make it easier to
4528 make that a per-buffer conf.
4529
4530 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4531
4532 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4533 found by setting `shortcut' in 'query.
4534 (nnir-request-article): Use `shortcut' setting when requesting article
4535 by Message-ID.
4536
4537 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4538
4539 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4540 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4541 Bring the pseudo-headers back too.
4542
4543 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4544
4545 * auth-source.el (auth-source-token-passphrase-callback-function):
4546 Simplify and remove EPA dependency.
4547
4548 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4549
4550 * nnir.el (nnir-request-article): Fix error message text.
4551
4552 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4553
4554 * auth-source.el (plstore-delete): Autoload.
4555 (auth-source-plstore-search): Support delete operation.
4556 * plstore.el (plstore-delete): New function.
4557
4558 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4559
4560 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4561 mark actually existing articles as unread rather than the ones that
4562 active asserts.
4563
4564 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4565
4566 * nntp.el (nntp-record-command):
4567 * gnus-util.el (gnus-message-with-timestamp-1):
4568 Use format-time-string rather than decoding time stamps by hand.
4569 This is simpler and insulates the code from potential changes to
4570 current-time format.
4571
4572 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4573
4574 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4575
4576 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4577
4578 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4579 (plstore-save): Support public key encryption.
4580 (plstore--init-from-buffer): New function.
4581 (plstore-open): Use it; fix error when opening a non-existent file.
4582 (plstore-revert): Use plstore--init-from-buffer.
4583
4584 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4585
4586 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4587
4588 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4589
4590 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4591 for old Emacsen.
4592
4593 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4594
4595 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4596 is not fully working.
4597
4598 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4599
4600 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4601 quit window configuration.
4602
4603 * auth-source.el (epg-context-set-passphrase-callback):
4604 Remove duplicate autoload.
4605
4606 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4607
4608 * nnir.el (nnir-request-article): Allow requesting articles by
4609 Message-ID with nnimap.
4610
4611 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4612 current server.
4613
4614 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4615
4616 * auth-source.el: Autoload EPA/EPG functions.
4617 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4618 changed when EPA/EPG is not available.
4619 (auth-source-backend): Rename "arg" member to "data".
4620 (auth-source-backend-parse, auth-source-plstore-search)
4621 (auth-source-plstore-create): Use it.
4622
4623 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4624
4625 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4626 `gnus-refer-article-methods'.
4627
4628 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4629
4630 * auth-source.el: Require EPA and EPG.
4631 (auth-source-passphrase-alist): New variable.
4632 (auth-source-passphrase-callback-function)
4633 (auth-source-token-passphrase-callback-function): Callbacks for the
4634 netrc field encryption (GPG tokens).
4635 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4636 Symmetric encryption and decryption of the netrc GPG tokens.
4637 (auth-source-netrc-normalize): Use them, simplifying the closure.
4638
4639 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4640
4641 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4642 non-nil, and `nnimap-split-methods' is nil, use the former.
4643
4644 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4645
4646 * plstore.el (plstore-revert): New function.
4647 (plstore-open): Use it; hide the buffer from user.
4648
4649 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4650
4651 * auth-source.el (auth-source-backend): New member "arg".
4652 (auth-source-backend-parse): Handle new backend 'plstore.
4653 * plstore.el: New file.
4654
4655 2011-06-30 Glenn Morris <rgm@gnu.org>
4656
4657 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4658
4659 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4660
4661 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4662
4663 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4664 expiring articles to.
4665
4666 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4667 variations as ASCII (bug#5458).
4668
4669 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4670
4671 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4672
4673 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4674
4675 * message.el (message-point-in-header-p): Tweak the function to default
4676 to saying that we're not in the headers if there is no separator at
4677 all. This makes it possible to use the Message version of `M-q' in
4678 buffers with no headers (bug#7987).
4679 (message-point-in-header-p): Fix last checkin to work with an empty
4680 mail-header-separator, too.
4681
4682 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4683 again, save the choice via customize.
4684
4685 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4686
4687 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4688
4689 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4690 ended the connection, bail out before waiting infinitely on a new
4691 connection.
4692
4693 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4694
4695 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4696 reports.
4697
4698 * gnus.el (gnus-bug-package): Use "gnus."
4699 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4700
4701 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4702
4703 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4704 animations going on at article exit time.
4705
4706 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4707 since removing it breaks people upgrading.
4708
4709 * shr.el (shr-put-image): Use the new interface for animating images.
4710 (shr-put-image): Animate for 60 seconds.
4711
4712 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4713 error with `find-file-hooks' on Emacs 22.
4714 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4715 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4716 on all architectures.
4717
4718 * spam.el (spam-stat): Require in a normal fashion without binding
4719 `spam-stat-install-hooks' to avoid compilation warnings.
4720
4721 * spam-stat.el (spam-stat-install-hooks): Remove.
4722 (spam-stat-install-hooks): Don't run automatically.
4723
4724 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4725
4726 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4727 and keystroke.
4728
4729 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4730
4731 * auth-source.el (auth-source-netrc-cache): Move forward.
4732
4733 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4734
4735 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4736 we already know.
4737 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4738 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4739
4740 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4743 %S format, since that looks odd.
4744 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4745 file, especially when saving.
4746
4747 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4748
4749 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4750 article found.
4751
4752 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4753
4754 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4755 `auth-source-save-secrets' with a more sensitive alist that can be
4756 configured per file. Experimental, so defaults to 'never.
4757 (auth-source-netrc-create): Use it. Still experimental code.
4758 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4759 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4760
4761 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4762
4763 * auth-source.el (auth-source-save-secrets): New variable to control if
4764 secret tokens should be saved encrypted.
4765 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4766 to `auth-source-netrc-normalize'.
4767 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4768 on the EPA variables being defined.
4769 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4770 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4771 the lexical-let closure.
4772 (auth-source-netrc-create): Create "gpg:" tokens according to
4773 `auth-source-save-secrets'.
4774
4775 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4776
4777 * gnus-group.el (gnus-group-update-group): Add new argument
4778 `info-unchanged' that stops updating dribble buffer.
4779
4780 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4781 deletes lines matching to it in dribble buffer.
4782
4783 * gnus-agent.el (gnus-agent-fetch-group-1):
4784 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4785 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4786 * gnus-start.el (gnus-group-change-level):
4787 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4788
4789 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4790 if newsgroup info is not changed.
4791
4792 * gnus-group.el (gnus-group-get-new-news-this-group):
4793 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4794 Don't update dribble buffer.
4795
4796 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4797
4798 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4799 remove entries with groups we ignore.
4800
4801 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4802
4803 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4804 the underline comes at the bottom.
4805
4806 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4807
4808 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4809 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4810 (gnus-registry-article-marks-to-names): Rename from
4811 `gnus-registry-user-format-function-M2'.
4812
4813 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4814
4815 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4816 ephemeral group.
4817
4818 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4819
4820 * shr.el (shr-browse-image): Copy the URL if called interactively.
4821
4822 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4823
4824 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4825 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4826 done, then unselected articles may be marked as read.
4827
4828 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4829 since not doing this seems to lead to a race condition in pop3-logon.
4830
4831 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4832 so that the call chain it correct when we call "upwards".
4833
4834 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4835 in read-only groups.
4836
4837 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4838
4839 * message.el (message-cite-reply-position): Doc string fix.
4840
4841 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4842 avoid regexp overflow.
4843 (nnimap-transform-split-mail): Ditto.
4844
4845 * pop3.el (pop3-retr): Error out if the server closes the connection.
4846
4847 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4850 mm-with-unibyte-current-buffer. The buffer should not contain any
4851 multibyte chars anyway at this stage.
4852
4853 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4854
4855 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4856 at the end of lines.
4857
4858 2011-05-29 Julien Danjou <julien@danjou.info>
4859
4860 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4861
4862 2011-05-27 Glenn Morris <rgm@gnu.org>
4863
4864 * gnus-group.el (gnus-bug-group-download-format-alist):
4865 Use the "maintainer" version of debian reports as well.
4866
4867 2011-05-26 Glenn Morris <rgm@gnu.org>
4868
4869 * gnus-group.el (gnus-bug-group-download-format-alist):
4870 Use the "maintainer" version of debbugs.gnu.org reports.
4871
4872 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4873
4874 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4875
4876 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4877
4878 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4879 the thread moves us backwards and so we loop forever.
4880
4881 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4882
4883 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4884 whitespace in base64 data lines.
4885
4886 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4887
4888 * gnus-registry.el (gnus-registry-user-format-function-M):
4889 Use `mapconcat'.
4890 (gnus-registry-user-format-function-M2): Use to see the full text of
4891 the marks. Make "," the mark text separator.
4892
4893 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4894 authentication with auth-source.
4895
4896 2011-05-17 Glenn Morris <rgm@gnu.org>
4897
4898 * gnus-group.el (gnus-import-other-newsrc-file):
4899 Use insert-file-contents.
4900
4901 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4902
4903 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4904 1000 iterations.
4905
4906 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4907
4908 * nntp.el (nntp-open-connection): Check if process-type is available.
4909
4910 2011-05-16 Julien Danjou <julien@danjou.info>
4911
4912 * shr.el (shr-tag-del): Add support for del tag.
4913
4914 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4915
4916 * gnus-html.el (gnus-html-put-image): Register a displayer.
4917
4918 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4919
4920 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4921
4922 * registry.el (prune-factor): New initialization parameter defaulting
4923 to 0.1.
4924 (registry-prune-hard): Use it.
4925
4926 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4927 0.1 expicitly.
4928
4929 2011-05-13 Glenn Morris <rgm@gnu.org>
4930
4931 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4932 is bound, since this function requires sendmail.
4933
4934 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4935
4936 * registry.el (registry-usage-test): Disable pruning test.
4937
4938 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4939
4940 * registry.el (registry-prune-hard-candidates)
4941 (registry-prune-soft-candidates): Helper methods for registry pruning.
4942 (registry-prune): Use them. Make the sort function optional.
4943
4944 2011-05-10 Jim Meyering <meyering@redhat.com>
4945
4946 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4947
4948 2011-05-10 Julien Danjou <julien@danjou.info>
4949
4950 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4951 symbol and not a list.
4952
4953 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4954
4955 * gnus-art.el (gnus-article-mode): Move binding of
4956 shr-put-image-function here from gnus-article-prepare-display.
4957
4958 * shr.el (shr-put-image-function): New variable.
4959 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4960 (shr-put-image): Return scaled image.
4961
4962 * gnus-art.el (gnus-shr-put-image): New function.
4963 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4964
4965 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4966 original ones, as deletable.
4967
4968 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4971
4972 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4973
4974 * registry.el (registry-full): Add convenience method. Fix logic.
4975 (registry-insert): Use it. Fix logic here too.
4976
4977 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4978 `registry-prune' if `registry-full' returns t.
4979 (gnus-registry-handle-action)
4980 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4981 (gnus-registry-usage-test): Use it.
4982
4983 2011-05-07 Julien Danjou <julien@danjou.info>
4984
4985 * shr.el (shr-link): Make shr-link inherit from link by default.
4986
4987 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4988
4989 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4990
4991 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4992
4993 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4994 error out because the face is not a list.
4995
4996 2011-05-05 Glenn Morris <rgm@gnu.org>
4997
4998 * gnus-start.el (gnus-propagate-marks): Declare.
4999
5000 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5001
5002 * registry.el (registry-reindex): Fix percentage message.
5003
5004 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5005
5006 * shr.el: Add shr-link face for links.
5007 (shr-urlify): Use it.
5008
5009 * registry.el (registry-insert): Make error message more helpful.
5010
5011 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5012
5013 * gnus-html.el (gnus-html-schedule-image-fetching):
5014 Use url-queue-retrieve, if it exists.
5015
5016 * shr.el (shr-tag-img): Ditto.
5017
5018 * gnus.el: Autoload more gnus-agent functions.
5019
5020 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5021 agent if we haven't already (bug#8502).
5022
5023 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5024 into the Agent, too.
5025
5026 * gnus-agent.el (gnus-agent-store-article): New function.
5027
5028 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5029 and moved from that file for reuse.
5030
5031 * pop3.el (pop3-open-server): Error messages are "-ERR".
5032
5033 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5034
5035 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5036 (open-tls-stream): Remove superfluous tls/starttls autoloads.
5037
5038 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5041 buffer has moved to a different frame.
5042
5043 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5044
5045 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5046 to get the conversion from unibyte to multibyte buffers to work on
5047 Emacs 22.
5048
5049 * nntp.el (nntp-request-article): Slight clean-up.
5050
5051 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5052
5053 * shr.el (shr-strike-through): New face.
5054 (shr-tag-s): Use it to provide <s> support.
5055 (shr-tag-s): Remove duplicate definition.
5056
5057 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5058
5059 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5060 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5061
5062 2011-04-23 Glenn Morris <rgm@gnu.org>
5063
5064 * gnus-sum.el (gnus-extra-headers): Bump :version.
5065
5066 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5067
5068 * shr.el (shr-tag-sup): New function.
5069 (shr-tag-sub): Ditto.
5070
5071 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5072
5073 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5074 for the case where `gnus-registry-ignored-groups' is a list of lists,
5075 and don't call `gnus-parameter-registry-ignore' otherwise.
5076
5077 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5078
5079 * nnimap.el (nnimap-user): New backend variable.
5080 (nnimap-open-connection-1): Use it.
5081 (nnimap-credentials): Accept user parameter so it's explicit what user
5082 name is desired.
5083
5084 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5085 default.
5086
5087 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5088 not gnus-registry.el.
5089
5090 * gnus-registry.el: Mention in comments how to modify
5091 `gnus-extra-headers' for proper recipient tracking and that it may
5092 already have To and Cc recently, which it does as of this commit.
5093 (gnus-registry-ignored-groups): Remove defcustom.
5094 Explain why in comments.
5095 (gnus-registry-action): Fix data-header reference to use the extra
5096 headers. Explain in package commentary how to add To and Cc headers to
5097 the gnus-extra-headers.
5098 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5099 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5100 parameter list or a string list in `gnus-registry-ignored-groups'.
5101 Fix logic error.
5102
5103 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5104
5105 * shr.el (shr-expand-url): Protect against null urls.
5106
5107 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5108
5109 * shr.el (shr-base): New binding.
5110 (shr-tag-base): Keep track of <base>.
5111 (shr-expand-url): New function used throughout.
5112
5113 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5114
5115 * gnus-registry.el
5116 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5117 (gnus-registry-ignored-groups): New variable.
5118 (gnus-registry-ignore-group-p): Use it.
5119 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5120 set the destination group to nil (same as delete) if it's ignored.
5121
5122 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5123
5124 * gnus-registry.el (gnus-registry-action)
5125 (gnus-registry-fetch-header-fast):
5126 Don't use mail-header that looks an internal function of mailheader.el.
5127
5128 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5129
5130 * gnus-registry.el: Eliminate cl functions.
5131 (gnus-registry-sort-addresses): New function that replaces mapcan.
5132 (gnus-registry-action, gnus-registry-spool-action)
5133 (gnus-registry-split-fancy-with-parent)
5134 (gnus-registry-fetch-recipients-fast): Use it.
5135 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5136
5137 * registry.el (initialize-instance, registry-lookup)
5138 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5139 (registry-lookup-secondary-value, registry-search, registry-delete)
5140 (registry-insert, registry-reindex, registry-size, registry-prune):
5141 Use eval-and-compile.
5142
5143 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5144
5145 * registry.el (registry-reindex): New method to recreate the secondary
5146 registry indices.
5147
5148 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5149 tracked field changes.
5150 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5151 (gnus-registry-action, gnus-registry-spool-action)
5152 (gnus-registry-handle-action)
5153 (gnus-registry--split-fancy-with-parent-internal)
5154 (gnus-registry-split-fancy-with-parent)
5155 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5156 move, and delete actions, and for fancy splitting with parent.
5157 (gnus-registry-extract-addresses)
5158 (gnus-registry-fetch-recipients-fast)
5159 (gnus-registry-fetch-header-fast): Convenience functions.
5160 (gnus-registry-misc-test): ERT test of
5161 `gnus-registry-extract-addresses'.
5162
5163 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5164
5165 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5166 Track by subject first, then sender.
5167
5168 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5171
5172 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5173 Lisp.
5174
5175 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5176 (gnus-draft-send): Use it to avoid popping
5177 up frames from gnus-group-send-queue.
5178
5179 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5180
5181 * gnus-registry.el: Updated gnus-registry docs.
5182
5183 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5184
5185 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5186 Fix logic bug.
5187 (gnus-registry-post-process-groups): Fix logging of no results and
5188 quote sender and subject.
5189
5190 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5191
5192 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5193 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5194 we had no early-data returned.
5195 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5196 two async commands to the same server at the same time.
5197
5198 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5199
5200 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5201
5202 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5203
5204 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5205 "warning" level.
5206
5207 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5208 (mm-url-insert-file-contents): Don't set the package names.
5209
5210 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5211
5212 * gnus-registry.el (gnus-registry-action): Remove properties and
5213 simplify subject in `gnus-registry-handle-action'.
5214 (gnus-registry-spool-action): Get subject and sender from message if
5215 they are not passed in.
5216 (gnus-registry-handle-action): Remove properties and simplify subject
5217 consistently.
5218
5219 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * registry.el: Require CL before using defmacro*.
5222
5223 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5224
5225 * gnus-art.el (article-treat-date): Assume that
5226 gnus-article-date-headers may be a group parameter.
5227
5228 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5229
5230 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5231
5232 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5233 interactively so the newsrc file can contain foreign groups too.
5234 Useful for debugging but not much for users.
5235
5236 2011-04-07 David Engster <dengste@eml.cc>
5237
5238 * registry.el (registry-usage-test): Only do
5239 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5240 lexical binding.
5241
5242 2011-04-06 David Engster <dengste@eml.cc>
5243
5244 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5245 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5246
5247 2011-04-06 David Engster <dengste@eml.cc>
5248
5249 * registry.el (initialize-instance): Change :after to :AFTER to be
5250 compatible with old EIEIO version in XEmacs.
5251
5252 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5253
5254 * gnus-registry.el (gnus-registry-post-process-groups)
5255 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5256 and provide better messaging.
5257
5258 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5259
5260 * gnus-registry.el: Don't use ERT if it's not available. Load it
5261 unconditionally anyway, discarding errors.
5262 (gnus-registry-delete-entries): New convenience function.
5263 (gnus-registry-import-eld): Import from old .eld registry.
5264
5265 * registry.el: Don't use ERT if it's not available. Load it
5266 unconditionally anyway, discarding errors.
5267
5268 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5269 version from the Claudio Bley GnuTLS patch (extra optional parameters
5270 and host name).
5271
5272 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5273
5274 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5275 fixup the parameters that can be customized by the user between
5276 save/read cycles.
5277 (gnus-registry-read): Use it.
5278 (gnus-registry-make-db): Use it.
5279 (gnus-registry-spool-action, gnus-registry-handle-action):
5280 Fix messaging.
5281 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5282 Map references to actual group names with sender and subject tracking.
5283 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5284 (gnus-registry-usage-test): Add subject lookup test.
5285
5286 * registry.el (registry-db, initialize-instance): Set up constructor
5287 instead of :initform arguments for the sake of older Emacsen.
5288 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5289 pre-lexbind merge bug.
5290 (registry-usage-test): Use it.
5291 (initialize-instance, registry-db): Move the non-function initforms
5292 back to the class definition.
5293
5294 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5295
5296 * registry.el: New library to manage gnus-registry-style data.
5297
5298 * gnus-registry.el: Use it (major rewrite).
5299
5300 * nnregistry.el: Use it.
5301
5302 * spam.el: Use it.
5303
5304 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5305
5306 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5307 marks on non-selected articles.
5308
5309 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5312
5313 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5314 parameter to open-protocol-stream.
5315
5316 2011-04-01 Julien Danjou <julien@danjou.info>
5317
5318 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5319 fundamental-mode.
5320
5321 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5322
5323 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5324 servers.
5325
5326 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5327
5328 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5329 made marks not propagate, again.
5330
5331 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5334 Make this the default type.
5335 (proto-stream-open-plain): Rename from proto-stream-open-default.
5336 (open-protocol-stream, proto-stream-open-starttls)
5337 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5338 with `plain'.
5339
5340 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5341 value.
5342
5343 * nntp.el (nntp-open-connection-function): Document the fact that some
5344 values are not functions but are instead handled specially.
5345 Recognize nntp-open-plain-stream value.
5346 (nntp-open-connection): Recognize that value.
5347
5348 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5349
5350 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5351 stuff.
5352
5353 * gnus-score.el (gnus-score-string): Fix calling convention of
5354 `gnus-simplify-buffer-fuzzy' after last patches.
5355
5356 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5357 server for articles we didn't get any headers for. This is a sanity
5358 check.
5359
5360 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5361
5362 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5363 new CAPABILITY, use it.
5364
5365 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5366
5367 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5368 downloading anything.
5369
5370 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5371
5372 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5373
5374 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5375 colors.
5376 (gnus-splash-svg-color-symbols): New function.
5377
5378 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5379
5380 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5381 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5382 (gnus-simplify-subject-fuzzy): Use the local
5383 gnus-simplify-subject-fuzzy-regex instead of the global one.
5384 This makes using this variable in group parameters work.
5385
5386 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5387
5388 * gnus-registry.el (gnus-registry-unfollowed-groups):
5389 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5390 archive:sent-YYYY-MM-DD groups).
5391 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5392 tracking if there are more than `gnus-registry-max-track-groups'
5393 matches.
5394
5395 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * message.el (message--yank-original-internal): New function to do the
5398 insertion cleanly inside eval in `message-yank-original'.
5399 (message-yank-original): Use it.
5400
5401 2011-03-29 Julien Danjou <julien@danjou.info>
5402
5403 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5404 local variables disabled rather than `normal-mode'.
5405
5406 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5409 with open-network-stream.
5410 (proto-stream-always-use-starttls): Option removed.
5411 (open-protocol-stream): Return a process object by default. Provide a
5412 new parameter :return-list specifying a list-type return value, which
5413 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5414 :type `network' to `try-starttls', and `network-only' to `default'.
5415 Make `default' the default, for compatibility with open-network-stream.
5416 Handle the no-parameter case exactly as open-network-stream, with no
5417 additional stream processing. Search plists using plist-get.
5418 Explicitly add :end-of-commend parameter if it is missing.
5419 (proto-stream-open-default): Rename from
5420 proto-stream-open-network-only. Return 'default as the type.
5421 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5422 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5423 failed. Always return a list with a (possibly dead) process as the
5424 first element, for compatibility with open-network-stream.
5425 (proto-stream-open-tls): Use plist-get. Always return a list.
5426 (proto-stream-open-shell): Return `default' as connection type.
5427 (proto-stream-capability-open): Use plist-get.
5428 (proto-stream-eoc): Function deleted.
5429
5430 * nnimap.el (nnimap-stream, nnimap-open-connection)
5431 (nnimap-open-connection-1): Handle renaming of :type parameter for
5432 open-protocol-stream.
5433 (nnimap-open-connection-1): Pass a :return-list parameter
5434 open-protocol-stream to obtain a list return value. Parse this list
5435 using plist-get.
5436
5437 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5438 for open-protocol-stream. Accept open-protocol-stream return value
5439 that is a subprocess object instead of a list. Handle the case of a
5440 dead returned process.
5441
5442 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5443
5444 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5445
5446 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5447
5448 2011-03-21 Julien Danjou <julien@danjou.info>
5449
5450 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5451 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5452 query.
5453 (mm-inline-text): Render normal text with fontification whenever
5454 possible.
5455
5456 * gnus-sum.el (gnus-summary-save-parts-1):
5457 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5458 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5459 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5460 Use `mm-handle-filename'.
5461
5462 * mm-util.el (mm-handle-filename): New function, return the filename of
5463 an handle.
5464
5465 2011-03-18 Julien Danjou <julien@danjou.info>
5466
5467 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5468 (gnus-buffer-live-p): Check that buffer is not nil.
5469
5470 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5471
5472 * gnus-art.el: Require mouse, which the build bot seems to say is
5473 needed.
5474
5475 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5476 XEmacs, since it doesn't have url-retrieve-synchronously.
5477
5478 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5479
5480 * gnus-group.el (gnus-group-list-ticked): New function.
5481 (gnus-group-make-menu-bar): Provide a menu entry for it.
5482 (gnus-group-list-map): Provide a binding for it.
5483
5484 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5485
5486 * shr.el (shr-visit-file): New command.
5487
5488 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5489
5490 2011-03-17 Bjørn Mork <bjorn@mork.no>
5491
5492 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5493 servers.
5494
5495 2011-03-16 Julien Danjou <julien@danjou.info>
5496
5497 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5498 inline.
5499
5500 * gnus-art.el (article-hide-list-identifiers):
5501 Use gnus-group-get-list-identifiers.
5502
5503 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5504 (gnus-summary-remove-list-identifiers):
5505 Use gnus-group-get-list-identifiers to get regexp.
5506 (gnus-select-newsgroup, gnus-summary-insert-subject)
5507 (gnus-summary-insert-articles):
5508 Call gnus-summary-remove-list-identifiers unconditionally.
5509
5510 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5511
5512 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5513 we're selecting a group with unread articles.
5514
5515 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5516
5517 * gssapi.el: New file separated out from imap.el to provide a general
5518 Kerberos 5 connection facility for Emacs.
5519
5520 * message.el (message-elide-ellipsis): Document the format spec
5521 ellipsis.
5522
5523 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5524
5525 * message.el (message-elide-region): Allow the ellipsis to say how many
5526 lines were removed.
5527
5528 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5529
5530 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5531 window configurations containing buffers that are now dead.
5532
5533 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5534 parsing to avoid integer overflows.
5535 (nnimap-parse-flags): Simplify the last change.
5536 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5537 too large for 32-bit Emacsen.
5538
5539 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * auth-source.el (auth-source-netrc-create):
5542 * message.el (message-yank-original): Fix use of `case'.
5543
5544 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5545
5546 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5547 XEmacs, which was one character too wide.
5548
5549 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5550
5551 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5552 default number of articles to display.
5553 (gnus-articles-to-read): Use pretty names for prompt.
5554
5555 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5556
5557 * gnus-int.el (gnus-open-server): Ditto.
5558
5559 * gnus-start.el (gnus-activate-group): Give a backtrace if
5560 debug-on-quit is set and the user hits `C-g'.
5561 (gnus-read-active-file): Ditto.
5562
5563 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5564
5565 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5566
5567 * message.el (message-yank-original): Use cond instead of CL case.
5568
5569 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * auth-source.el (auth-source-netrc-create): Use usual format for the
5572 default in prompts.
5573
5574 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5575
5576 * auth-source.el (auth-source-netrc-create): Show the default in the
5577 prompt when prompting for token creation.
5578
5579 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5580
5581 * auth-source.el (auth-source-format-prompt): Always convert the value
5582 to a string to avoid evaluating non-string arguments.
5583 (auth-source-netrc-create): Offer default properly, not as initial
5584 content in `read-string'.
5585 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5586 of line to determine if we've been run before. If so, don't run again,
5587 but print a trivial message to indicate the cache was hit instead.
5588
5589 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5590
5591 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5592 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5593 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5594 Gnus.
5595
5596 2011-03-11 Julien Danjou <julien@danjou.info>
5597
5598 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5599 modified file".
5600
5601 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5602
5603 * auth-source.el (auth-source-read-char-choice): New function to read a
5604 character choice using `dropdown-list', `read-char-choice', or
5605 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5606 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5607 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5608 (auth-source-netrc-saver): Use it.
5609 (auth-source-pick-first-password): New convenience function.
5610
5611 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5612
5613 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5614 parameter in the credentials.
5615 (nnimap-open-connection-1): Use it after a successful login.
5616 (nnimap-credentials): Add IMAP-specific user and password prompt.
5617
5618 * auth-source.el (auth-source-search): Add :require parameter, taking a
5619 list. Document it and the :save-function return token. Pass :require
5620 down. Change the CREATED message from a warning to a debug statement.
5621 (auth-source-search-backends): Pass :require down.
5622 (auth-source-netrc-search): Pass :require down.
5623 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5624 Change save prompt to indicate all modifications saved here are
5625 deletions.
5626 (auth-source-netrc-create): Take user login name as default in user
5627 prompt. Move all the save functionality to a lexically bound function
5628 under the :save-function token in the returned list. Set up clearer
5629 default prompts for user, host, port, and secret.
5630 (auth-source-netrc-saver): New function, intended to be wrapped for
5631 :save-function.
5632
5633 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5634
5635 * Version 23.3 released.
5636
5637 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5638
5639 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5640 lines to be spaces instead.
5641
5642 2011-03-07 Julien Danjou <julien@danjou.info>
5643
5644 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5645 (sieve-sasl-auth): Check that auth-source-search did return something,
5646 or just return an empty string.
5647
5648 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5649
5650 * gnus.el (gnus-interactive): Use read-directory-name.
5651
5652 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5653 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5654 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5655 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5656 Likewise.
5657
5658 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5659
5660 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5661
5662 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5663 onto the list of killed groups, too. This makes killed nnimap groups,
5664 for instance, more reliably not reappear.
5665
5666 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5667 the parent.
5668
5669 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5670
5671 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5672 really have server-side marks.
5673
5674 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5675 since most backends do not usefully have server-side marks.
5676 (gnus-update-read-articles): Propagate marks to all backends that
5677 really have server-side marks.
5678
5679 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5680
5681 * message.el (message-cite-reply-position, message-cite-style):
5682 New variables.
5683 (message-yank-original): Use the new citation styles.
5684
5685 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5686
5687 * message.el (message-options): Revert the change that's a workaround
5688 for XEmacs buffer-local issue; don't mark it buffer-local when running
5689 under XEmacs.
5690
5691 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5692
5693 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5694 numbers too big to be `read'.
5695
5696 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5697
5698 * message.el (message-options): Make buffer-local two ways to attempt
5699 to fix a XEmacs bug.
5700
5701 2011-03-02 Julien Danjou <julien@danjou.info>
5702
5703 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5704
5705 2011-03-01 Julien Danjou <julien@danjou.info>
5706
5707 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5708 group.
5709 (article-hide-list-identifiers): Use list-identifier group parameter.
5710
5711 2011-02-28 Julien Danjou <julien@danjou.info>
5712
5713 * sieve.el (sieve-buffer-script-name): New local variable to store
5714 sieve script name.
5715 (sieve-edit-script): Store sieve script name.
5716 (sieve-upload): Use sieve script name when uploading.
5717 (sieve-upload): Use substitute-command-keys.
5718 (sieve-edit-script): Use substitute-command-keys.
5719 (sieve-refresh-scriptlist): Use substitute-command-keys.
5720 (sieve-manage-mode-map): Define keymap properly.
5721 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5722 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5723 Remove commented code about cvs.
5724 (sieve-manage-quit): New function.
5725 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5726
5727 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5728
5729 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5730
5731 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5732
5733 * auth-source.el (auth-source-search): Cache empty result sets.
5734
5735 * auth-source.el (auth-source-save-behavior): New variable to replace
5736 `auth-source-never-create'.
5737 (auth-source-netrc-create): Use it.
5738 (auth-source-never-save): Remove.
5739
5740 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5741
5742 * nnimap.el (nnimap-stream): Doc fix.
5743 (nnimap-open-connection-1): Reverse the order of the ports to that the
5744 prompted-for port is first.
5745
5746 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5747 retrieval by the no-group selection.
5748
5749 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5750 numerical parameters.
5751
5752 2011-02-25 Julien Danjou <julien@danjou.info>
5753
5754 * gnus-gravatar.el: Use gnus-with-article-buffer.
5755
5756 * gnus-art.el (gnus-with-article-buffer): Check that the
5757 gnus-article-buffer is alive.
5758
5759 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5760
5761 * auth-source.el (auth-source-creation-prompts): New variable to manage
5762 creation-time prompts.
5763 (auth-source-search): Document it.
5764 (auth-source-format-prompt): Add utility function.
5765 (auth-source-netrc-create): Don't default the user name to
5766 user-login-name. Use `auth-source-creation-prompts' and some default
5767 prompts for user, host, port, and password (the default generic prompt
5768 remains ugly).
5769 (auth-source-never-save): Add customizable option to never save info.
5770 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5771 mode excursion.
5772
5773 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5774
5775 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5776 argument that XEmacs doesn't support.
5777
5778 2011-02-23 Julien Danjou <julien@danjou.info>
5779
5780 * gnus-art.el (article-make-date-line): Ignore errors if time is
5781 invalid and not convertible.
5782 (article-make-date-line): Only add lapsed time if time is not nil.
5783
5784 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5785
5786 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5787 `read-char-choice' for backwards compatibility.
5788 (auth-source-netrc-element-or-first): New function to DTRT for
5789 parameter extraction.
5790 (auth-source-netrc-create): Use it and fix multiple parameter print
5791 bug. Use the default passed from above (given-default) or the
5792 built-in (user-login-name for :user).
5793
5794 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5795
5796 * gnus-start.el (gnus-dribble-read-file):
5797 Set buffer-save-without-query, since we always want to save the dribble
5798 file, probably.
5799
5800 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5801 nnimap.
5802
5803 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5804 -summary- since it's a user-visible variable.
5805
5806 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5807 first time you use the new Gnus.
5808
5809 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5810
5811 * auth-source.el: Don't load netrc.el.
5812 (auth-sources): Search ~/.netrc as well by default.
5813 (auth-source-debug): Add 'trivia option for extra output.
5814 (auth-source-do-trivia): Use it.
5815 (auth-source-search): Simplify logic to use
5816 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5817 appropriate. Don't keep a running count at this level. Layer :create
5818 and :delete options appropriately on the first and second passes.
5819 Don't track the backend with the search results.
5820 (auth-source-search-backends): New function to search a list of
5821 backends for a processed spec.
5822 (auth-source-netrc-parse): Cache all netrc files, making
5823 auth-source-netrc-cache an alist keyed by the file name and using the
5824 file mtime as the caching criterion. Keep the obfuscated data secret
5825 with a lexical bind.
5826 (auth-source-netrc-search): Don't calculate the length of the results
5827 unnecessarily.
5828 (auth-source-search-backends): Fix bug.
5829 (auth-source-netrc-create): Rework prompts.
5830
5831 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5832
5833 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
5834 Lower case names of search constraints.
5835 (nnir-run-query): Cache and reuse search constraints for all imap
5836 servers.
5837
5838 2011-02-22 Sam Steingold <sds@gnu.org>
5839
5840 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5841
5842 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5843
5844 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5845 after exit.
5846 (gnus-setup-message): Define missing variable from last checkin.
5847
5848 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5849 value, show the raw article.
5850
5851 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5852
5853 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5854 auth-source now accepts numbers.
5855
5856 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5857 spec, too.
5858 (auth-source-ensure-strings): New function.
5859
5860 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5861 (gnus-article-setup-buffer): Always restart the date timer so that user
5862 changes to the frequency is respected.
5863
5864 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5865 port numbers, so make sure it gets that if nnimap-server-port is
5866 explicit.
5867
5868 2011-02-21 Simon Josefsson <simon@josefsson.org>
5869
5870 * nnimap.el (nnimap-inbox): Doc fix.
5871
5872 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5875 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5876 color-lab-to-srgb.
5877
5878 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5879
5880 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5881 given method as in the group name if we're using an extended method.
5882 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5883 command, if we're using that, instead of waiting for the beginning.
5884
5885 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5886 we're sure to get unique server names, and we don't output two async
5887 commands in the same buffer. This fixes an NNTP hang for some users.
5888
5889 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5890
5891 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5892 summary buffer before reading going to the next buffer. This avoids
5893 putting the point in the group buffer if you `C-g' the command.
5894
5895 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5896 cache (for now) to make ~/.authinfo.gpg files usable.
5897
5898 * nnfolder.el (copyright-update): Define for the compiler.
5899
5900 * auth-source.el (auth-source-search): Fix unbound variable.
5901
5902 2011-02-19 Glenn Morris <rgm@gnu.org>
5903
5904 * gnus.el (gnus-meta): Doc fix.
5905
5906 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5909 in case it's not yet loaded.
5910
5911 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5912
5913 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5914 line we're waiting for.
5915
5916 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5917
5918 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5919 face with line-width greater than zero will cause RET in gnus summary
5920 buffer to scroll down article page-wise because auto vscroll happens,
5921 it should be temporally disabled when doing a scroll-up.
5922
5923 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5924
5925 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5926 outputs from the server.
5927
5928 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5929
5930 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5931 later so that bbdb can hook in easier.
5932
5933 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5934
5935 * auth-source.el (auth-source-search): Don't try to create credentials
5936 if the caller doesn't want that.
5937 (auth-source-search): If we don't find a match, don't bug out on
5938 non-bound variables.
5939 (auth-source-search): Only ask a single backend to create the
5940 credentials.
5941
5942 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5943 logging.
5944 (nnimap-credentials): Protect against auth-source-search returning nil.
5945 (nnimap-request-list): Protect against not being able to open the
5946 server.
5947
5948 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5949
5950 * auth-source.el (auth-source-search): Do a two-phase search, one with
5951 no :create to get the responses from all backends.
5952
5953 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5954 when getting credentials.
5955
5956 * gnus-util.el (gnus-delete-duplicates): New function.
5957
5958 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5959
5960 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5961 a creation default, pass the whole port list down. It will be
5962 completed.
5963
5964 * auth-source.el (auth-source-search): Update docs to talk about
5965 multiple creation choices.
5966 (auth-source-netrc-create): Accept a list as a value (from the search
5967 parameters) and do completion on that list. Keep a separate netrc line
5968 with the password obscured for showing the user.
5969
5970 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5971 first choice to `auth-source-search' so it will be used for entry
5972 creation instead of the server's Gnus-specific name.
5973 (nnimap-credentials): Rely on the auth-source library to select which
5974 port is actually wanted in the new netrc entry, so don't override
5975 `auth-source-creation-defaults'.
5976
5977 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5978 :protocol and accept a missing user, host, or port as a wildcard match.
5979 (auth-source-debug): Default to off.
5980
5981 (auth-source-netrc-search, auth-source-netrc-create)
5982 (auth-source-secrets-search, auth-source-secrets-create)
5983 (auth-source-user-or-password, auth-source-backend, auth-sources)
5984 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5985 instead of :protocol.
5986
5987 * nnimap.el (nnimap-credentials): Pass a port default to
5988 `auth-source-search' in case an entry needs to be created.
5989 (nnimap-open-connection-1): Use :port instead of :protocol.
5990
5991 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5992
5993 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5994 instead of delete-dups that is not available in XEmacs 21.4.
5995
5996 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5997
5998 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5999 nil means that nnimap doesn't get updated.
6000
6001 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6002
6003 * auth-source.el (auth-source-netrc-create): Return a synthetic search
6004 result when the user doesn't want to write to the file.
6005 (auth-source-netrc-search): Expect a synthetic result and proceed
6006 accordingly.
6007 (auth-source-cache-expiry): New variable to override
6008 `password-cache-expiry'.
6009 (auth-source-remember): Use it.
6010
6011 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6012 parameter. Create entry if necessary by using :create t.
6013 (nnimap-open-connection-1): Don't pass `inhibit-create'.
6014
6015 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
6016
6017 * auth-source.el (auth-source-debug): Enable by default and don't
6018 mention the obsolete `auth-source-hide-passwords'.
6019 (auth-source-do-warn): New function to debug unconditionally.
6020 (auth-source-do-debug): Use it.
6021 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6022 and for Secrets API entries when the secrets.el library is not
6023 available.
6024
6025 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6026
6027 * gnus-sum.el (gnus-propagate-marks): Default to nil.
6028 (gnus-summary-exit): Kill the correct article buffer on exit from a
6029 `C-d' group.
6030
6031 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6032 gnus-propagate-marks.
6033
6034 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6035 before killing the buffers so that a non-full window conf gets handled
6036 correctly.
6037 (gnus-summary-exit): Ditto.
6038 (gnus-summary-read-group-1): Ditto.
6039
6040 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6041 async code again so that we can debug it properly.
6042
6043 * message.el (message-reply): Take an optional switch-buffer parameter
6044 so that Gnus window confs are respected better.
6045
6046 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6047
6048 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6049 `plist-get' to accept non-list parameters (XEmacs issue).
6050 Fix docstring.
6051 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6052 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6053 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6054 Login collection is "Login" and not "login".
6055
6056 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6057
6058 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6059 multiple headers.
6060
6061 * nnimap.el (nnimap-inhibit-logging): New variable.
6062 (nnimap-log-command): Don't log login commands.
6063
6064 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6065 to have more parameters.
6066
6067 * nnimap.el (nnimap-send-command): Mark the command time for each
6068 command, so that we don't get NOOPs stepping on our toes.
6069
6070 * gnus-art.el (article-date-ut): Get the date from the Date header on
6071 `t'.
6072
6073 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6074
6075 * auth-source.el (auth-source-search): Use copy-sequence instead of
6076 the cl.el copy-list.
6077
6078 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6079
6080 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6081 Improve prompt.
6082
6083 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6084
6085 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6086 washing status from the default format. It isn't very informative.
6087
6088 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6089
6090 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6091 Fix Gcc processing on imap.
6092
6093 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6094
6095 * message.el (message-bury): Don't pop up a new window when selected
6096 window is dedicated.
6097
6098 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6099
6100 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6101
6102 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6103
6104 * sieve-manage.el: Autoload `auth-source-search'.
6105 (sieve-sasl-auth): Use it.
6106
6107 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6108
6109 * nnimap.el: Autoload `auth-source-forget+'.
6110 (nnimap-open-connection-1): Use it if the connection fails.
6111
6112 * auth-source.el: Require `password-cache'.
6113 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6114 obsolete.
6115 (auth-source-magic): Marker for `password-cache' keys.
6116 (auth-source-do-cache): Update docstring.
6117 (auth-source-search): Use and check cache.
6118 (auth-source-forget-all-cached, auth-source-remember)
6119 (auth-source-recall, auth-source-forget, auth-source-forget+)
6120 (auth-source-specmatchp): Caching support functions.
6121 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6122 Remove and obsolete.
6123 (auth-source-user-or-password): Remove caching to further discourage
6124 using it. Always hide passwords.
6125
6126 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6127
6128 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6129 code for now, since it doesn't work for all users.
6130
6131 2011-02-09 Julien Danjou <julien@danjou.info>
6132
6133 * message.el (message-options): Make message-options really buffer
6134 local.
6135
6136 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6137
6138 * mail-source.el: Autoload `auth-source-search'.
6139 (mail-source-keyword-map): Note order matters.
6140 (mail-source-set-1): Get all the mail-source source values and
6141 defaults and search auth-source on those if needed. This can all
6142 probably be simplified.
6143
6144 * nnimap.el: Autoload `auth-source-search'.
6145 (nnimap-credentials): Use it.
6146 (nnimap-open-connection-1): Ask for the virtual server and physical
6147 address in one shot.
6148
6149 * nntp.el: Autoload `auth-source-search'.
6150 (nntp-send-authinfo): Use it. Note TODO.
6151
6152 2011-02-08 Julien Danjou <julien@danjou.info>
6153
6154 * shr.el (shr-tag-body): Add support for text attribute in body
6155 markups.
6156
6157 * message.el (message-options): Make message-options a local variable.
6158
6159 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6160
6161 * auth-source.el (auth-source-secrets-search)
6162 (auth-source-user-or-password): Use `append' instead of `nconc'.
6163 (auth-source-user-or-password): Build return list better and protect
6164 against nil :secret.
6165
6166 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6167
6168 * nnimap.el (nnimap-update-info): Refactor slightly.
6169 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6170 (nnimap-update-info): Clean up slightly.
6171 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6172 characters.
6173 (nnimap-process-quirk): Rename function to avoid collision.
6174 (nnimap-update-info): Fix macrology bug-out.
6175 (nnimap-update-info): Simplify split history test.
6176
6177 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6178
6179 * auth-source.el (top): Require 'eieio unconditionally.
6180 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6181 (auth-source-secrets-search): Limit search when `max' is greater than
6182 number of results.
6183
6184 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6185
6186 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6187 part not returning any data.
6188
6189 * proto-stream.el (open-protocol-stream): Document the return value.
6190
6191 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6192
6193 * auth-source.el (auth-source-secrets-search): Add examples.
6194
6195 2011-02-06 Julien Danjou <julien@danjou.info>
6196
6197 * message.el (message-setup-1): Handle message-generate-headers-first
6198 set to t.
6199
6200 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6201
6202 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6203 API with a string "secrets:collection-name" and with 'default.
6204 (auth-source-backend-parse): Parse "secrets:collection-name" and
6205 'default. Recurse on parses instead of repeating code. Use the
6206 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6207 message when ignoring a source.
6208 (auth-source-search): List ignored search keys at the top level.
6209 (auth-source-netrc-create): Use `case' instead of `cond'.
6210 (auth-source-secrets-search): Created with TODOs.
6211 (auth-source-secrets-create): Created with TODOs.
6212 (auth-source-retrieve, auth-source-create, auth-source-delete)
6213 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6214 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6215 (auth-source-user-or-password-sftp)
6216 (auth-source-user-or-password-smtp): Remove.
6217 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6218 around `auth-source-search'. Not tested thoroughly.
6219
6220 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6221
6222 * auth-source.el: Bring in assoc and eioeio libraries.
6223 (secrets-enabled): New variable to track the status of the Secrets API.
6224 (auth-source-backend): New EIOEIO class to represent a backend.
6225 (auth-source-creation-defaults): New variable to set prompt defaults
6226 during token creation (see the `auth-source-search' docstring for
6227 details).
6228 (auth-sources): Simplify to allow a simple string as a netrc backend
6229 spec.
6230 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6231 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6232 (auth-source-search): Main auth-source API entry point.
6233 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6234 (auth-source-search-collection): Helper function for searching.
6235 (auth-source-netrc-parse, auth-source-netrc-normalize)
6236 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6237 Supports search, create, and delete.
6238 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6239 backend stubs.
6240 (auth-source-user-or-password): Call `auth-source-search' but it's not
6241 ready yet.
6242
6243 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6244
6245 * message.el (message-setup-1): Remove the read-only stuff, since it
6246 doesn't work under XEmacs, for some reason.
6247
6248 * gnus-sum.el (gnus-user-date): Rename back from
6249 gnus-summary-user-date since user code refers to it.
6250
6251 * shr.el (shr-render-td): Store the actual background color used.
6252
6253 * message.el (message-setup-1): Don't bind the constant
6254 -forbidden-properties.
6255 (message-setup-1): Revert previous change, since it needs to bind the
6256 props to insert them.
6257 (message-resend): Allow removing the read-only separator line.
6258
6259 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6260
6261 * nnimap.el (nnimap-request-accept-article): Give an error message if
6262 the APPEND wasn't successful.
6263
6264 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6265
6266 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6267 that have no groups.
6268
6269 2011-02-03 Julien Danjou <julien@danjou.info>
6270
6271 * gnus-draft.el: Remove progn around gnus-draft-setup.
6272
6273 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6274
6275 * gnus-start.el (gnus-read-active-for-groups): This function is never
6276 called with a nil `infos', so clean that up.
6277 (gnus-get-unread-articles): Request active files from primary/secondary
6278 methods that have no groups (yet).
6279
6280 2011-02-03 Julien Danjou <julien@danjou.info>
6281
6282 * message.el (message-setup-1): Always generate References first.
6283 (message-mail): Return the return value of message-setup, not always t.
6284 (message-setup-1): Insert mail-header-separator with read-only and
6285 intangible properties set.
6286
6287 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6288 user-date in docstring.
6289
6290 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6291
6292 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6293 docstring.
6294
6295 * gnus.el (gnus-user-date-format-alist): Change default value.
6296 Use defcustom, with type and group. Move from gnus-util.el.
6297 Rename to gnus-summary-user-date-format-alist.
6298
6299 2011-02-03 Glenn Morris <rgm@gnu.org>
6300
6301 * nnimap.el (gnus-fetch-headers): Declare.
6302
6303 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6304
6305 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6306
6307 * message.el (message-forward-make-body-digest-plain)
6308 (message-followup, message-reply): Clean up things noted by Stefan.
6309
6310 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6311 gnus-article-update-date-headers is nil.
6312 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6313 it didn't really work with defcustom.
6314 (article-update-date-lapsed): Make sure the window start doesn't move,
6315 either.
6316
6317 2011-02-01 Julien Danjou <julien@danjou.info>
6318
6319 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6320 format.
6321
6322 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6323 standard in Emacs nowadays.
6324
6325 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * message.el (message-expand-name): Don't trust the return value of
6328 bbdb-complete-name.
6329 (message-check-news-header-syntax): Remove unused var `start'.
6330 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6331 (message-inhibit-body-encoding): Move to before first use.
6332 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6333 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6334 (Organization, Message-ID, Date, mh-previous-window-config):
6335 Defvar the vars using dynamic scoping.
6336
6337 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6338
6339 * shr.el (shr-render-td): Only do colors at the final rendering.
6340 Should be slightly faster.
6341 (shr-insert-table): Fix up TD background colors when doing the
6342 vertical padding.
6343
6344 * gnus-art.el (article-date-ut): Protect against articles with no Date
6345 header.
6346 (article-update-date-lapsed): Don't use current-column to find the
6347 horizontal position. It's fragile in the presence of \003 characters.
6348
6349 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6350
6351 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6352
6353 * gnus-art.el (article-transform-date): Rewrite to still work when
6354 there are several rfc2822 parts.
6355 (article-transform-date): Fix infinite recursion.
6356 (article-date-ut): Replace infinitely many Date headers with a single
6357 one when called interactively.
6358
6359 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6360 secure manner.
6361
6362 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6363 move around by not using save-window-excursion. It seems to work...
6364
6365 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6366
6367 * gnus-art.el (article-make-date-line): Work for user-defined format.
6368
6369 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6370
6371 * nntp.el (nntp-retrieve-group-data-early)
6372 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6373 fetching functions.
6374
6375 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6376 thoroughly for all backends that have no known groups. This should
6377 allow new nnml methods to retrieve mail.
6378
6379 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6380 that Gnus doesn't know exists again.
6381
6382 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6383 (gnus-treat-date-ut): Ditto.
6384 (gnus-article-update-date-header): Rename.
6385 (gnus-treat-date-local): Remove.
6386 (gnus-treat-date-english): Remove.
6387 (gnus-treat-date-lapsed): Remove.
6388 (gnus-treat-date-combined-lapsed): Remove.
6389 (gnus-treat-date-original): Remove.
6390 (gnus-treat-date-iso8601): Remove.
6391 (gnus-treat-date-user-defined): Remove.
6392 (gnus-article-date-headers): New variable to control all the date
6393 header options.
6394 (article-date-ut): Rewrite to allow using the new way to format date
6395 headers(s).
6396
6397 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6398
6399 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6400 method.
6401 (nnmail-article-group): A better test for fanciness.
6402
6403 * nnimap.el (nnimap-request-head): Protect against not finding the
6404 article by Message-ID.
6405
6406 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6407
6408 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6409 keep point at the "same place".
6410
6411 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6412
6413 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6414 data if the group is inactive.
6415
6416 2011-01-28 Julien Danjou <julien@danjou.info>
6417
6418 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6419 (gnus-all-windows-visible-p): Remove old compatibility code.
6420 (gnus-window-top-edge): Add docstring.
6421
6422 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6423
6424 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6425
6426 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6427 older request-update-info.
6428
6429 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6430
6431 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6432
6433 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6434 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6435
6436 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6437
6438 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6439 groups. This makes the nndraft:queue group pop up if it's not already
6440 there.
6441
6442 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6443 messages" logic, which was reversed.
6444
6445 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6446 the "same place" even if point is on the line being replaced.
6447 (article-update-date-lapsed): Allow updating both the combined lapsed
6448 and the lapsed headers.
6449 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6450 (article-make-date-line): Limit the number of segments dynamically to
6451 avoid too-long lines.
6452
6453 2011-01-27 Julien Danjou <julien@danjou.info>
6454
6455 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6456 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6457
6458 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6459
6460 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6461 Use plist-get instead of the cl function getf.
6462
6463 2011-01-27 Glenn Morris <rgm@gnu.org>
6464
6465 * gnus-util.el (float-time): Get rid of compiler warning, again.
6466
6467 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6468
6469 * shr.el (shr-put-color): Special-case background colors: Do put them
6470 at the blank parts at the front of the lines.
6471
6472 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6473 exit hook to nix out all data on readedness on group exit.
6474
6475 * gnus-util.el (float-time): If float-time is bound, always use it on
6476 all Emacsen. It's unclear why the subrp check was there.
6477 (time-date): Require to make some autoload issues on XEmacs go away.
6478
6479 * shr.el (shr-put-color): Don't do the box padding in tables, since
6480 they're already padded.
6481
6482 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6483
6484 * gnus-art.el (gnus-article-next-page): When the last line of the
6485 article is displayed, scroll down once more instead of going to the
6486 next article at once.
6487 (article-lapsed-string): Refactor out and allow specifying how many
6488 segments you want.
6489 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6490 (gnus-article-update-lapsed-header): New variable.
6491
6492 * shr.el: Revert change that made headings use different-sized faces.
6493 The Emacs display engine isn't advanced enough that, for instance,
6494 tables can comfortably use differently-sized faces.
6495
6496 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6497
6498 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6499 used.
6500 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6501 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6502 we're using an encrypted connection.
6503
6504 * proto-stream.el: Alter the interface functions to also return the
6505 actual stream type used: network or TLS.
6506
6507 2011-01-25 Julien Danjou <julien@danjou.info>
6508
6509 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6510 (mm-display-javascript-inline): New function.
6511
6512 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6513 viewing function.
6514
6515 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6516
6517 * shr.el (shr-expand-newlines): Fix variable name.
6518
6519 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6520
6521 * shr.el (shr-expand-newlines): Make nested boxes work.
6522
6523 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6524
6525 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6526 backgrounds.
6527 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6528 in a more sensible manner.
6529
6530 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6531
6532 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6533 if EPG is loaded.
6534
6535 2011-01-24 Julien Danjou <julien@danjou.info>
6536
6537 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6538 tags.
6539
6540 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6541
6542 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6543 commands.
6544
6545 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6546 in the article buffer.
6547 (gnus-gravatar-insert): Use blank space from the current buffer to
6548 avoid breaking text properties. This makes X-Sent updating work again.
6549
6550 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6551
6552 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6553
6554 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6555 fix the bug in url-http.el instead.
6556
6557 * shr.el (shr-image-fetched): Ditto.
6558
6559 * shr.el (shr-image-fetched): Avoid having point move in the article
6560 buffer.
6561
6562 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6563 buffer after being called. It's apparently being killed by url.el, and
6564 killing it made point move to end-of-buffer in a random buffer.
6565
6566 * shr.el (shr-image-fetched): Ditto.
6567
6568 2011-01-23 Julien Danjou <julien@danjou.info>
6569
6570 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6571
6572 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6573 text/x-org.
6574
6575 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6576
6577 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6578 (i.e., nnimap) returning nil as the article number.
6579
6580 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6581
6582 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6583 "DelSp" parameter in RFC3676.
6584
6585 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6586
6587 * message.el (message-check-recipients): Display the encoded version of
6588 the bogus address if they differ.
6589
6590 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6591 after sending.
6592
6593 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6594
6595 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6596
6597 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6598 group buffer after sending the queue.
6599
6600 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6601
6602 2011-01-22 Julien Danjou <julien@danjou.info>
6603
6604 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6605
6606 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6607
6608 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6609 nested related parts.
6610
6611 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6612 unexpired articles. This fixes the regression that led expiry marks to
6613 disappear from nnfolder groups.
6614
6615 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6618 Don't confuse the "ret" of "retrograde" with RET.
6619
6620 2011-01-21 Julien Danjou <julien@danjou.info>
6621
6622 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6623 than mm-insert-inline.
6624
6625 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6626
6627 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6628 Widen article buffer.
6629
6630 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6633 the temp buffer.
6634 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6635
6636 2011-01-20 Julien Danjou <julien@danjou.info>
6637
6638 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6639
6640 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6641 than mm-insert-inline to insert inline part: this respect
6642 mm-inline-media-tests displayers.
6643
6644 * mm-view.el (mm-display-shell-script-inline): New function.
6645
6646 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6647
6648 * mm-uu.el (mm-uu-type-alist): Add org block.
6649 (mm-uu-org-src-code-block-extract): New function.
6650
6651 * mm-view.el (mm-display-org-inline): New function.
6652
6653 * mm-decode.el (mm-automatic-display): Add text/org.
6654
6655 * mailcap.el (mailcap-mime-extensions): Add .org.
6656
6657 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6658
6659 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6660 gnus-article-add-buttons.
6661
6662 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6663
6664 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6665 From header with a date and "nobody" as the sender.
6666
6667 2011-01-19 Julien Danjou <julien@danjou.info>
6668
6669 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6670 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6671 if you have the same regexp several times.
6672 (gnus-button-push): Fix matching when regexp is symbol.
6673
6674 2011-01-15 Glenn Morris <rgm@gnu.org>
6675
6676 * message.el (message-mail): A compose-mail function should
6677 accept headers as strings.
6678
6679 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6680
6681 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6682 Add :vert-only tags.
6683 (message-mail): New arg RETURN-ACTION.
6684 (message-return-action): New var.
6685 (message-bury): Use it.
6686 (message-mode): Make it buffer-local.
6687 (message-send-and-exit): Always call message-bury.
6688
6689 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6690 message-mail.
6691
6692 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6693
6694 * nnimap.el (nnimap-convert-partial-article): Protect against
6695 zero-length body parts.
6696
6697 * mm-decode.el (mm-preferred-alternative-precedence):
6698 Discourage showing empty parts.
6699
6700 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6701 and stuff if the backend didn't return the article number. This fixes
6702 an Exchange-related nnimap bug.
6703
6704 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6705 group window, because it does the wrong thing when a separate frame
6706 displays the group buffer.
6707
6708 * proto-stream.el (open-protocol-stream): Protect against the low-level
6709 transport functions returning nil.
6710
6711 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6712
6713 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6714 (mml2015-epg-find-usable-secret-key): New function.
6715 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6716 mml2015-epg-find-usable-key (Bug#7797).
6717 (mml2015-epg-encrypt): Ditto.
6718
6719 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6720
6721 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6722
6723 2011-01-03 Glenn Morris <rgm@gnu.org>
6724
6725 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6726
6727 * sieve.el (sieve-open-server): Give a more explicit error if
6728 sieve-manage-open returns nil. (Bug#7720)
6729
6730 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6731
6732 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6733
6734 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6735
6736 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6737 This avoids sending passwords in plain text over non-encrypted
6738 channels.
6739
6740 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6741
6742 * nnimap.el (nnimap-login): Refactored out into own function, and
6743 implement CRAM-MD5.
6744 (nnimap-wait-for-line): Refactored out.
6745
6746 * mm-view.el (mml-smime): Require.
6747
6748 2010-12-20 David Engster <deng@eml.cc>
6749
6750 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6751 use EPG to decrypt S/MIME messages instead of openssl.
6752
6753 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6754
6755 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6756
6757 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6758 status is the group clearly is unreachable.
6759
6760 * auth-source.el (auth-source-create): Add the optional second
6761 parameter to `local-variable-p' to be compatible with XEmacs.
6762
6763 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6764
6765 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6766 work when using a compressed nnml folder.
6767
6768 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6769
6770 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6771 backends after sanitising on entry, because this never makes sense:
6772 If the articles have gone missing, then the data no longer exists on
6773 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6774 overwrite anything anyway.
6775
6776 * shr.el (shr-insert-document): Bind shr-width dynamically to
6777 window-width if it's nil.
6778
6779 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6780
6781 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6782 with the meaning of using the full emacs window width for rendering.
6783
6784 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6785
6786 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6787 case when sender is not given.
6788
6789 2010-12-23 Julien Danjou <julien@danjou.info>
6790
6791 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6792 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6793 the addresses, otherwise we might misplaced the gravatar.
6794
6795 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6796
6797 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6798 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6799 obsolete in Emacs.
6800
6801 2010-12-20 Julien Danjou <julien@danjou.info>
6802
6803 * gnus-util.el (gnus-rescale-image): Revert last change.
6804
6805 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6806
6807 * gnus-group.el (gnus-group-delete-articles): New command.
6808
6809 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6810
6811 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6812
6813 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6814
6815 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6816 here, since it's up to the backends to do CRLF removal if their
6817 protocol has it.
6818
6819 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6820
6821 2010-12-17 Julien Danjou <julien@danjou.info>
6822
6823 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6824 they are from file. Can also scale up.
6825
6826 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6827
6828 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6829 Restore gnus-use-agent.
6830 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6831
6832 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6833
6834 2010-12-17 Julien Danjou <julien@danjou.info>
6835
6836 * gravatar.el (gravatar-retrieve-synchronously): New function.
6837 (gravatar-get-data): Make more robust.
6838
6839 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6840
6841 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6842 to really consider the last line.
6843
6844 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6845
6846 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6847 list of recipient keys, or use symmetric encryption if not a list.
6848 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6849 EPA override, replacing the call to `netrc-store-data'.
6850
6851 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6852
6853 * gnus-srvr.el: Avoid passing nil regexp argument to
6854 delete-matching-lines.
6855
6856 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6857
6858 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6859 fetching stops when Gnus exits.
6860
6861 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6862 function.
6863 (nnfolder-request-expire-articles): Save all the buffers after doing
6864 expiry.
6865
6866 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6867 the last article", since that led to serious performance regressions
6868 when expiring nnml groups.
6869
6870 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6871
6872 * nnir.el: Improve customizations.
6873
6874 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6875
6876 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6877
6878 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6879 group has been killed.
6880 (gnus-group-yank-group): Ditto.
6881
6882 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6883
6884 * nnimap.el (nnimap-request-update-group-status): New function.
6885
6886 * gnus-int.el (gnus-request-update-group-status): New interface
6887 function.
6888
6889 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6890 copying read-ness to the backends.
6891
6892 * nnimap.el (nnimap-quirk): New function.
6893 (nnimap-retrieve-group-data-early): Use it.
6894 (nnimap-quirks): New alist.
6895
6896 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6897
6898 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6899 don't delete it within indentation.
6900
6901 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6902
6903 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6904 previous line.
6905
6906 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6907
6908 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6909 QRESYNC command by deleting a superfluous space which broke Cyrus
6910 servers. This change will break other servers that are buggy the other
6911 way around.
6912
6913 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6914
6915 * spam.el: Reindent and fix long lines.
6916 (spam-copy-or-move-routine): Exclude invalid move destinations.
6917
6918 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6919
6920 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6921 installed the registry.
6922
6923 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6924
6925 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6926 groupname doesn't contain "gmane".
6927
6928 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6929
6930 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6931 (gnus-1): Don't create the nndrafts group twice.
6932 (gnus-setup-news): There's no need to read the active file here, since
6933 that's done again later on a per-backend basis.
6934 (gnus-start-draft-setup): Make sure that the new group is started out
6935 empty.
6936
6937 * gnus-agent.el (gnus-agentize): Don't create the queue group
6938 automatically on startup. It'll be created later, if needed.
6939
6940 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6941 of automatically subscribed groups.
6942 (gnus-auto-subscribed-categories): New variable.
6943 (gnus-matches-options-n): Use it.
6944 (gnus-default-subscribed-newsgroups): Remove unused variable.
6945 (gnus-start-draft-setup): Message a bit less.
6946
6947 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6948
6949 * nnir.el (nnir-run-imap): Return article list in order of increasing
6950 UID.
6951
6952 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6953
6954 * gnus-sum.el (gnus-summary-enter-digest-group):
6955 Mention gnus-auto-select-on-ephemeral-exit.
6956
6957 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6958 convention of the network-only option.
6959
6960 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6961
6962 * proto-stream.el (proto-stream-open-network-only): New function to
6963 have a way to specify non-STARTTLS upgrade connections.
6964
6965 2010-12-10 Julien Danjou <julien@danjou.info>
6966
6967 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6968 email address is nil.
6969
6970 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6971
6972 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6973
6974 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6975 deletion.
6976 (nnir-run-imap): Only need to parse list once.
6977
6978 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6979
6980 * shr.el (shr-tag-script): Ignore <script>.
6981 (shr-tag-label): Add <label> support.
6982
6983 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6984
6985 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6986
6987 * shr.el (shr-image-displayer): Work for images lined side by side.
6988
6989 2010-12-08 Robert Pluim <rpluim@gmail.com>
6990
6991 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6992 parameter, since XEmacs doesn't accept t as a parameter.
6993
6994 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6995
6996 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6997 ids.
6998 (nnir-run-gmane): Simplify groupspec formatting.
6999 (nnir-request-expire-articles): New function.
7000
7001 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7002
7003 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7004 overflow, possibly.
7005
7006 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7007 (shr-render-td): Handle td style="" better.
7008 (shr-tag-table): Use the color from the style sheet.
7009 (shr-render-td): Make sure we copy over all the overlays, too.
7010
7011 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
7012
7013 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7014 (nnir-request-article): Improve article retrieval.
7015
7016 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7017
7018 * mm-util.el (mm-extra-numeric-entities): New variable.
7019
7020 * mm-url.el (mm-url-decode-entities):
7021 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7022
7023 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * message.el: Use completion-at-point.
7026 (message-completion-function): New fun, extracted from message-tab.
7027 (message-mode): Use it for completion-at-point-functions.
7028 (message-tab): Use it and completion-at-point.
7029
7030 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7031
7032 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7033 character if a non-breakable character follows.
7034
7035 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7036
7037 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7038 any stream.
7039
7040 * shr.el (shr-tag-font): Colorize the region.
7041 (shr-tag-body): Ditto.
7042 (shr-tag-font): Actually let the styles be inherited instead of
7043 overwriting them.
7044 (shr-tag-font): Get the background color right.
7045 (shr-tag-style): Ignore all <style> tags for the moment.
7046
7047 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7048 a Message-ID to avoid having nnimap depend on gnus-sum.
7049
7050 * shr.el (shr-descend): Only colorize something if we have a node that
7051 sets colors.
7052
7053 2010-12-06 Julien Danjou <julien@danjou.info>
7054
7055 * shr.el (shr-render-td): Render td content with shr-descend, so style
7056 will be applied to <td> too.
7057 (shr-colorize-region): Colorize region even if we only have a background.
7058 (shr-tag-body): Fix color and background color inheritance.
7059 Do not recolorize after shr-generic.
7060 (shr-tag-font): Let shr-generic colorize via inheritance.
7061
7062 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7063
7064 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7065
7066 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7067
7068 * nnir.el (nnir-request-move-article): Remove obsolete code.
7069
7070 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7071
7072 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7073
7074 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7075
7076 * gnus-sum.el (gnus-summary-respool-article): The completion function
7077 expects a list instead of an alist.
7078
7079 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7080 string as the parameter.
7081
7082 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7083
7084 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7085 styles.
7086 (shr-colorize-region): New function.
7087 (shr-insert-background-overlay): Remove.
7088 (shr-render-td): Background setting should be taken care of on a higher
7089 level.
7090 (shr-tag-body): Use post-hoc colorizations.
7091 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7092 (shr-put-color-1): Don't overwrite old colors.
7093 (shr-colorize-region): When the background color isn't explicit, use
7094 a fixed background.
7095
7096 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7097 nnmail variables.
7098
7099 2010-12-05 Bjørn Mork <bjorn@mork.no>
7100
7101 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7102 unless necessary.
7103
7104 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7105
7106 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7107 server.
7108
7109 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7110
7111 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7112 so that TAB works.
7113
7114 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7115 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7116
7117 * shr.el (shr-urlify): Show the URL before the title to avoid
7118 misleading URLs.
7119
7120 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7121
7122 * shr.el (shr-urlify): Display the title in <a> tags.
7123
7124 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7125
7126 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7127
7128 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7129
7130 * nnir.el: Rearrange code to allow macros to be autoloaded by
7131 gnus-sum.el.
7132 (nnir-retrieve-headers-override-function): Make this variable
7133 customizable.
7134 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7135
7136 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7137 from nnir.el.
7138
7139 2010-12-03 Julien Danjou <julien@danjou.info>
7140
7141 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7142
7143 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7144
7145 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7146 allow optional argument `environment'.
7147
7148 2010-12-03 Glenn Morris <rgm@gnu.org>
7149
7150 * mm-extern.el (message-goto-body): Update declaration.
7151
7152 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7153
7154 * gnus-util.el (gnus-macroexpand-all): New function.
7155
7156 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7157 instead of macroexpand-all that is unavailable in XEmacs.
7158
7159 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7160
7161 * nnir.el (nnir-summary-line-format): New variable.
7162 (nnir-mode): Use it.
7163 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7164 (nnir-article-ids): Reimplement as defsubst.
7165 (nnir-retrieve-headers): Don't mangle the subject header.
7166 (nnir-run-imap): Use 100 as RSV score.
7167 (nnir-run-find-grep): Fix for full server searching.
7168 (nnir-run-gmane): Better restriction to gmane groups.
7169
7170 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7171 summary buffers.
7172
7173 2010-12-02 Julien Danjou <julien@danjou.info>
7174
7175 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7176
7177 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7178
7179 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7180 support.
7181
7182 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7183
7184 * nnir.el: Update to handle the registry better.
7185 (autoload): Silence byte-compiler.
7186 (nnir-open-server): Add a hook for nnir groups.
7187 (nnir-request-move-article): Don't mangle the header. Better to use
7188 formatting variables (which will be added in the future).
7189 (nnir-registry-action): Update the registry using the original article
7190 group name.
7191 (nnir-mode): Install nnir-specific hooks for updating the registry.
7192
7193 * gnus-sum.el
7194 (gnus-article-original-subject, gnus-newsgroup-original-name):
7195 Remove obsolete variables.
7196 (gnus-summary-move-article): Remove use of obsolete variables.
7197 (gnus-summary-local-variables): Make move and delete hooks local to
7198 summary buffers.
7199
7200 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7201
7202 * rtree.el: New file.
7203
7204 2010-12-01 Julien Danjou <julien@danjou.info>
7205
7206 * message.el (message-user-organization): Do not use
7207 gnus-local-organization.
7208
7209 * gnus.el: Remove gnus-local-organization.
7210
7211 * gnus-msg.el: Remove nastygram thing.
7212
7213 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7214
7215 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7216 funcall.
7217
7218 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7219
7220 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7221 names.
7222
7223 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7224 characters.
7225
7226 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7227 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7228 Suggested by Štěpán Němec <stepnem@gmail.com>.
7229 (gnus-gravatar-transform-address): Use mail-extract-address-components
7230 that supports non-ASCII names rather than mail-header-parse-addresses.
7231
7232 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7233
7234 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7235 handled by the network handler.
7236
7237 2010-11-30 Julien Danjou <julien@danjou.info>
7238
7239 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7240 (nnimap-open-connection-1): Fix PREAUTH.
7241
7242 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7243
7244 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7245
7246 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7247 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7248 (shr-insert): Use them.
7249 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7250
7251 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7252
7253 * nnir.el (nnir-request-move-article): Bail out if original group
7254 doesn't support article moves.
7255 (nnir-get-active): Improve active list retrieval.
7256
7257 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7258
7259 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7260
7261 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7262
7263 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7264 seem to accept strings-with-numbers as port numbers.
7265
7266 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7267
7268 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7269 change the registry.
7270
7271 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7272
7273 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7274 delete-dups that is not available in XEmacs 21.4.
7275
7276 * mm-util.el (mm-delete-duplicates): Add comment.
7277
7278 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7279
7280 * nnir.el (nnir-ignored-newsgroups): New variable.
7281 (nnir-get-active): Use it.
7282
7283 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7284
7285 * proto-stream.el (proto-stream-open-network): Add some comments.
7286
7287 * nntp.el (nntp-open-connection): Provide a :success condition.
7288
7289 * nnimap.el (nnimap-open-connection-1): Ditto.
7290
7291 * proto-stream.el (proto-stream-open-network): See what the response to
7292 the STARTTLS command is.
7293
7294 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7295 backwards compatibility).
7296 (nnimap-open-connection-1): Really respect nnimap-server-port.
7297
7298 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7299 TLS upgrades we don't really care about the identity of the peer.
7300 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7301 that what we've checked for.
7302 (proto-stream-always-use-starttls): Only default to t if
7303 open-gnutls-stream exists.
7304 (proto-stream-open-network): If STARTTLS failed, then just open a
7305 normal connection.
7306 (proto-stream-open-network): Wait until the greeting before doing
7307 STARTTLS.
7308
7309 * nntp.el (nntp-open-connection): Report what the connection error is.
7310
7311 * proto-stream.el (open-protocol-stream): Rename from
7312 open-proto-stream.
7313
7314 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7315
7316 * nnimap.el (nnimap-stream): Change default to `undecided'.
7317 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7318 first, and then network.
7319 (nnimap-open-connection-1): Respect nnimap-server-port.
7320 (nnimap-open-connection): Be more backwards-compatible.
7321
7322 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7323 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7324 (proto-stream-open-starttls): Folded back into the main function.
7325 (proto-stream-open-network): Fix typo in the GnuTLS path.
7326 (proto-stream-command): Refactor out.
7327
7328 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7329
7330 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7331 starttls.el STARTTLS.
7332
7333 * color.el (color-lab->srgb): Fix function call name.
7334
7335 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7336 if we're using tls.el.
7337 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7338 built in, then don't try to establish a STARTTLS connection.
7339
7340 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7341 servers.
7342
7343 * proto-stream.el (open-proto-stream): Use network, not stream.
7344 (open-proto-stream): Add a way to specify what the end of a command is.
7345
7346 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7347 connections types.
7348 (nntp-open-network-stream): Remove.
7349 (nntp-open-ssl-stream): Remove.
7350 (nntp-open-tls-stream): Remove.
7351 (nntp-ssl-program): Remove.
7352
7353 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7354
7355 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7356
7357 * nnir.el: Fix typos.
7358 (nnir-retrieve-headers-override-function): Rename variable to reflect
7359 new semantics.
7360 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7361 macros.
7362 (nnir-request-article, nnir-request-move-article): Use them.
7363 (nnir-categorize): New function.
7364 (nnir-run-query): Use it.
7365 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7366 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7367 sorted.
7368 (nnir-group-full-name): Use gnus-group-full-name instead.
7369 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7370 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7371
7372 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7373
7374 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7375
7376 * proto-stream.el: New library to provide protocol-specific
7377 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7378 protocols.
7379 (open-proto-stream): Complete the documentation.
7380 (proto-stream-open-network): Fix some typos.
7381
7382 * nnimap.el (nnimap-open-connection): Use it.
7383
7384 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7385
7386 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7387 negotiation.
7388
7389 2010-11-26 Julien Danjou <julien@danjou.info>
7390
7391 * color.el: Rename various rgb functions to srgb.
7392
7393 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7394
7395 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7396 names.
7397
7398 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7399
7400 * shr.el (shr-insert): Revert last change.
7401 (shr-find-fill-point): Never leave point being at bol;
7402 relax the kinsoku limitation when rendering tables.
7403
7404 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7405
7406 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7407 results from -accept-article.
7408
7409 * shr-color.el: Require cl when compiling.
7410
7411 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7412 checkin.
7413
7414 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7415
7416 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7417
7418 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7419 'add and 'delete to set backend marks.
7420
7421 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7422
7423 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7424
7425 * nntp.el (nntp-request-set-mark): Use it.
7426
7427 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7428
7429 * nnml.el (nnml-request-set-mark): Ditto.
7430
7431 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7432 introduces regressions in article selection.
7433 (nnimap-find-uid-response): New function.
7434 (nnimap-request-accept-article): Use the UID returned, if any.
7435 (nnimap-request-move-article): Use the UID returned, if any.
7436 (nnimap-get-groups): Reimplement to work with folded lines.
7437 (nnimap-find-uid-response): The UID is the last element in the list.
7438 (nnimap-request-set-mark): Extend syntax with 'set.
7439
7440 * nnml.el (nnml-request-set-mark): Ditto.
7441
7442 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7443
7444 * nntp.el (nntp-request-set-mark): Ditto.
7445
7446 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7447
7448 * message.el (message-called-interactively-p): A temporary macro.
7449 (message-goto-body): Use it temporarily.
7450
7451 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7452
7453 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7454 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7455 (nnimap-last-response-string): Fix last unfolding fix.
7456
7457 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7458
7459 * shr.el (shr-insert): Fix the way to fold lines.
7460
7461 2010-11-25 Julien Danjou <julien@danjou.info>
7462
7463 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7464
7465 * color.el: Rename from color-lab.el
7466 (color-rgb->hex): Add.
7467 (color-complement): Add.
7468 (color-complement-hex): Add.
7469
7470 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7471
7472 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7473
7474 * shr-color.el (shr-color-visible): Don't bug out if the color names
7475 don't exist.
7476
7477 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7480 assuming that article displaying or another mml-preview may be
7481 interrupted for an error or for the like.
7482
7483 * shr.el (shr-get-background): Fix argument name.
7484
7485 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7486
7487 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7488
7489 * gnus-sum.el (gnus-summary-include-articles): New function.
7490
7491 * message.el (message-goto-body): called-interactively-p needs a
7492 parameter, so use `any'.
7493
7494 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7495 clear marks before moving, since they're synced from the Gnus side
7496 first.
7497
7498 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7499 (gnus-summary-move-article): Copy over all marks before moving, so that
7500 IMAP doesn't think a new article has arrived.
7501
7502 2010-11-24 Julien Danjou <julien@danjou.info>
7503
7504 * shr.el (shr-insert-background-overlay): Fix typo.
7505 (shr-render-td): Copy the background before rendering.
7506
7507 * shr-color.el (shr-color-visible): Fix docstring.
7508
7509 * shr.el (shr-tag-table): Add bgcolor support.
7510 (shr-render-td): Add bgcolor support.
7511 (shr-get-background): Add.
7512 (shr-insert-foreground-overlay): Use shr-get-background.
7513
7514 * message.el (message-goto-body): Use called-interactively-p.
7515 (message-in-body-p): message-goto-body returns point.
7516
7517 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7518
7519 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7520 Fixes something or other in Emacs 23, and is backwards compatible.
7521
7522 * message.el (message-goto-body): Remove the <#secure special-casing,
7523 which is too special.
7524
7525 * shr.el (shr-parse-style): Drop !important from styles.
7526
7527 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7528
7529 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7530 this function to return incorrect results when calling it with an
7531 explicit article argument different from
7532 (gnus-summary-article-number).
7533
7534 2010-11-24 Julien Danjou <julien@danjou.info>
7535
7536 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7537 (shr-tag-body): Add background support.
7538 (shr-descend): Add background support.
7539 (shr-tag-title): Add.
7540
7541 * shr-color.el (shr-color-visible): Really return original background
7542 if fixed.
7543
7544 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7545
7546 * shr.el (shr-color-check): Protect against non-existent color names.
7547
7548 2010-11-24 Julien Danjou <julien@danjou.info>
7549
7550 * color-lab.el: Require 'cl when compiling.
7551
7552 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7553
7554 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7555 matched part.
7556
7557 * color-lab.el: Fix all expt calls to use float type.
7558
7559 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7562 expression to shr-color-check as is.
7563
7564 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7565
7566 * color-lab.el: Add coding cookie.
7567 (float-pi): Use eval-and-compile.
7568
7569 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7570
7571 * shr.el (shr-insert-color-overlay): Split stuff like
7572 "#444444 !important" to find the real color.
7573 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7574 parse <font color="red"> entries.
7575
7576 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7577
7578 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7579 point when parsing headers.
7580
7581 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7582 is positioned properly when parsing headers.
7583
7584 2010-11-23 Julien Danjou <julien@danjou.info>
7585
7586 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7587
7588 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7589
7590 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7591
7592 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7593 Use shr-color-hue-to-rgb.
7594 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7595
7596 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7597
7598 * shr.el (shr-color->hexadecimal): Autoload.
7599 (shr-descend): Add color to all tags.
7600
7601 2010-11-22 Julien Danjou <julien@danjou.info>
7602
7603 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7604 shr-color->hexadecimal.
7605
7606 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7607 RGB() or HSL() color representation.
7608
7609 * shr.el (shr-tag-font): Add.
7610 (shr-tag-color-check): New function to get better colors.
7611 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7612 tag-span.
7613
7614 * shr-color.el: New file.
7615
7616 * color-lab.el: New file.
7617
7618 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7619
7620 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7621
7622 * nnir.el: Fix typo in comments.
7623 (nnir-run-imap): Simplify code. No need to reverse artlist.
7624 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7625
7626 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7627
7628 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7629
7630 * nnimap.el (nnimap-get-capabilities): Refactor out.
7631 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7632
7633 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7634
7635 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7636 appearing when `mm-uu-hide-markers' is nil.
7637
7638 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7639
7640 * nnimap.el (nnimap-unselect-group): Make into its own function.
7641 (nnimap-request-rename-group): Unselect group before renaming.
7642 This had gotten lost somewhere.
7643 (nnimap-request-accept-article): Keep track of examined groups, and
7644 unselect the group before APPENDing to read-only groups.
7645 (nnimap-request-move-article): Clear flags before moving so that they
7646 can be re-set later.
7647
7648 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7649
7650 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7651 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7652
7653 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7654
7655 * gnus-art.el (gnus-mime-display-single):
7656 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7657 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7658 parameter.
7659
7660 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7661
7662 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7663 (shr-table-vertical-line): New variable.
7664 (shr-insert-table): Use it.
7665
7666 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7667
7668 * gnus-html.el (gnus-html-wash-images): Don't display images if
7669 gnus-inhibit-images is non-nil; register displayer for cid images.
7670 (gnus-html-display-image): Work for cid image.
7671 (gnus-html-insert-image): Allow arguments.
7672 (gnus-html-put-image): Inhibit read-only.
7673 (gnus-html-prefetch-images): Don't prefetch images if
7674 gnus-inhibit-images is non-nil.
7675
7676 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7677
7678 * shr.el (shr-put-image): Break lines when inserting big pictures.
7679
7680 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7681
7682 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7683 sender, thanks Katsumi Yamaoka.
7684
7685 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7686
7687 * nnir.el (nnir-run-imap): Reverse the article list for each group
7688 rather than the whole list.
7689
7690 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7691
7692 * shr.el (shr-image-displayer): Protect function against non-existent
7693 image source.
7694
7695 * gnus-art.el (gnus-inhibit-images): New user option.
7696 (gnus-mime-display-single): Don't display image if it is non-nil.
7697
7698 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7699 gnus-inhibit-images.
7700
7701 * shr.el (shr-image-displayer): New function.
7702 (shr-tag-img): Use it.
7703
7704 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7705
7706 * mml2015.el (mml2015-epg-sign): Use From header.
7707
7708 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7709
7710 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7711
7712 * gnus-util.el (gnus-find-text-property-region): Return markers.
7713
7714 * shr.el (shr-tag-img): Put a displayer in the text property.
7715
7716 * gnus-util.el (gnus-find-text-property-region): New utility function.
7717
7718 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7719 (gnus-html-show-images): Remove.
7720
7721 * gnus-art.el (gnus-article-show-images): New, more general function.
7722
7723 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7724 image url text properties.
7725
7726 * shr.el: Ditto.
7727
7728 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7729 gnus-agent-auto-agentize-methods is set. Which it isn't.
7730
7731 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7732
7733 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7734 work for two or more articles.
7735
7736 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7737
7738 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7739 divide an image that's in an html article to two or more when washing
7740 non-ASCII characters in alt text of it.
7741
7742 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7743
7744 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7745 smime-decrypt-region using function argument.
7746 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7747
7748 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7749
7750 * smime.el (smime-decrypt-region): Catch it.
7751
7752 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7753
7754 * smime.el (smime-mode-map): Move initialization into declaration.
7755 (gnus-run-mode-hooks): Don't autoload.
7756 (smime-mode): Use define-derived-mode.
7757
7758 2010-11-11 Glenn Morris <rgm@gnu.org>
7759
7760 * smime.el (from): Restrict declaration to XEmacs.
7761
7762 * nnir.el (gnus-group-topic-name): Autoload.
7763
7764 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7765
7766 * shr.el (shr-insert): Don't break long line if it is because of
7767 kinsoku-bol characters in the line end.
7768
7769 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7770
7771 * nnir.el (nnir-request-move-article): Fix to provide original group
7772 and subject.
7773 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7774 been retrieved.
7775
7776 * gnus-sum.el (gnus-summary-move-article): Use original group and
7777 subject for virtual articles such as those in an nnir summary buffer.
7778
7779 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7780
7781 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7782 least 21.5).
7783
7784 * smime.el (from): Declare it again for XEmacs.
7785
7786 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7787
7788 * message.el (message-resend): Don't disable encoding unless it's
7789 already encoded.
7790
7791 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7792 low-numbered articles.
7793
7794 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7795
7796 * rfc2047.el (rfc2047-syntax-table): Simplify.
7797
7798 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7799 set-char-table-range for XEmacs.
7800
7801 2010-11-10 Glenn Morris <rgm@gnu.org>
7802
7803 * smime.el (from): Remove unused declaration.
7804
7805 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7806 (gnus-float-time): On Emacs, always an alias.
7807
7808 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7809 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7810
7811 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7812
7813 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7814
7815 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7816
7817 * shr.el (browse-url-mailto): Autoload.
7818
7819 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7820
7821 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7822 regexp doesn't need quoting.
7823
7824 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7825
7826 * message.el (message-subject-trailing-was-ask-regexp)
7827 (message-subject-trailing-was-regexp): Match was: in addition to was.
7828
7829 2010-11-09 Glenn Morris <rgm@gnu.org>
7830
7831 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7832 (nnbabyl-check-mbox): Use point-at-bol.
7833
7834 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7835
7836 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7837
7838 * message.el (message-mailto): New function.
7839 (message-mailto): Should accept other parameters.
7840 (message-mailto): Remove since it duplicates browse-url-mailto
7841 functionality.
7842
7843 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7844
7845 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7846 methods.
7847 (gnus-read-active-file): Ditto.
7848
7849 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7850 ": " from the prompt.
7851 (gnus-group-make-group): Ditto.
7852
7853 2010-11-07 Glenn Morris <rgm@gnu.org>
7854
7855 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7856 (gnus-bookmark-kill-line): Use point-at-eol.
7857
7858 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7859
7860 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7861 asterisks in From header.
7862
7863 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7864
7865 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7866 string to avoid making the From headers syntactically invalid.
7867
7868 * message.el (message-send-mail): Don't insert courtesy messages if the
7869 message already has List-Post and List-ID messages.
7870
7871 2010-11-06 Glenn Morris <rgm@gnu.org>
7872
7873 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7874 `condition', `type', `length' a prefix.
7875 (gnus-treat-predicate): Update for above name changes.
7876
7877 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7878
7879 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7880 binding. Handled by `gnus-summary-refer-thread' instead.
7881 (nnir-warp-to-article): New backend function.
7882
7883 * nnimap.el (nnimap-request-thread): Force dependency updating.
7884
7885 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7886 (gnus-summary-refer-thread): Rework to improve thread-referral.
7887
7888 * gnus-int.el (gnus-warp-to-article): New function.
7889
7890 * gnus-sum.el (gnus-summary-article-map): Bind it.
7891
7892 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7893
7894 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7895 gnus-summary-refer-thread.
7896
7897 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7898 headers.
7899 (gnus-summary-limit-include-thread): Prevent articles in thread from
7900 being cut in gnus-cut-threads.
7901 (gnus-summary-refer-thread): Limit retrieved headers to those in
7902 thread.
7903
7904 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7905
7906 * message.el (message-send-mail): Use the value of
7907 message-courtesy-message from the message buffer.
7908
7909 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7910
7911 * shr.el (shr-browse-url): Implement mailto: URLs.
7912
7913 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7914 "raw".
7915
7916 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7917 if it's already selected.
7918
7919 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7920
7921 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7922
7923 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7924 to measure the length and truncate alt text.
7925
7926 2010-11-03 Glenn Morris <rgm@gnu.org>
7927
7928 * nndiary.el (nndiary-generate-nov-databases-1)
7929 (nndiary-generate-active-info): Rename dynamic variable `files' to
7930 something less generic.
7931
7932 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7933
7934 * nnir.el (nnir-request-move-article): Call the underlying backend to
7935 move articles from nnir.
7936
7937 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7938
7939 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7940
7941 2010-11-02 Julien Danjou <julien@danjou.info>
7942
7943 * nnir.el: Remove wais support.
7944
7945 2010-11-02 Glenn Morris <rgm@gnu.org>
7946
7947 * gnus-html.el: Reorder requirements to quieten compiler.
7948
7949 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7950
7951 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7952 properly for XEmacs as well.
7953 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7954 (gnus-article-natural-long-line-p): Use window-width rather than
7955 frame-width.
7956
7957 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7958
7959 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7960 (nnir-read-parms): Don't modify query.
7961 (nnir-run-query): Add ability to search topic on current line.
7962 (nnir-get-active): Clean up.
7963
7964 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7965
7966 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7967 degenerate articles.
7968
7969 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7970 (gnus-print-buffer): Just print the buffer as is, without any copying
7971 to a buffer and then re-highlighting.
7972
7973 * nnimap.el (nnimap-request-group): Store the new updated info.
7974 (nnimap-request-group): Select the group when we don't know whether it
7975 exists or not.
7976
7977 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7978 groups.
7979
7980 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7981 groups.
7982
7983 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7984 groups.
7985
7986 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7987 long-lines case by only filling the long lines.
7988
7989 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7990 (bug#7311).
7991
7992 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7993
7994 * shr.el: No need to declare `declare-function' since shr.el is for
7995 only Emacsen that provide `libxml-parse-html-region'.
7996
7997 2010-11-01 Glenn Morris <rgm@gnu.org>
7998
7999 * mm-util.el (gnus-completing-read): Autoload.
8000 (mm-read-coding-system): Simplify Emacs definition.
8001
8002 * nnmail.el (gnus-activate-group):
8003 * nnimap.el (gnutls-negotiate):
8004 * nntp.el (netrc-parse): Fix declarations.
8005
8006 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8007
8008 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8009 string-match-p in Emacs >=23.
8010
8011 * gnus-msg.el (gnus-configure-posting-styles):
8012 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8013
8014 2010-11-01 Glenn Morris <rgm@gnu.org>
8015
8016 * nnir.el (declare-function): Add compat stub.
8017 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8018 (nnir-run-gmane): Require 'mm-url.
8019
8020 * mm-util.el (mm-string-to-multibyte): Simplify.
8021
8022 * shr.el (declare-function): Add compat stub.
8023 (url-cache-create-filename): Declare.
8024 (mm-disable-multibyte, widget-convert-button): Autoload.
8025
8026 * smime.el (ldap-search): Declare.
8027 (smime-cert-by-ldap-1): Require ldap on Emacs.
8028
8029 * nnimap.el: Require nnmail, and gnus-sum when compiling.
8030 (nnimap-keepalive): Use gnus-float-time.
8031
8032 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8033 (mail-source-delete-crash-box): Use gnus-float-time.
8034
8035 * gnus-dired.el (gnus-completing-read): Autoload.
8036
8037 * mm-view.el (gnus-rescale-image): Autoload.
8038
8039 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8040
8041 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8042
8043 * sieve-manage.el: Require 'cl when compiling.
8044
8045 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8046 (gnus-iswitchb-completing-read): Require iswitchb.
8047 (gnus-select-frame-set-input-focus): Silence compiler.
8048
8049 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8050
8051 * message.el (message-subject-trailing-was-query): Change default to t,
8052 since I think that's what most people want.
8053
8054 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8055 appending for easier debugging.
8056 (nnimap-wait-for-connection): Take a regexp.
8057 (nnimap-request-accept-article): Wait for the continuation line before
8058 sending anything unless we're streaming.
8059
8060 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8061 leave the header washing to take place.
8062
8063 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8064
8065 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8066 regular expression match and replace in posting styles.
8067
8068 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8069
8070 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8071 an entire server.
8072 (nnir-get-active): New function.
8073 (nnir-run-imap): Use it.
8074 (nnir-run-gmane): Who knew, gmane search returns an article score!
8075
8076 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8077 server on the current line with nnir.
8078
8079 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8080
8081 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8082 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8083 left edge.
8084 (gnus-article-foldable-buffer): Skip past the prefix when determining
8085 raggedness.
8086
8087 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8088 the raw article, and change `C-u g' to show the article without doing
8089 treatments.
8090
8091 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8092 on to `gnus-treat-article'.
8093 (gnus-inhibit-article-treatments): New variable.
8094
8095 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8096
8097 * gnus-art.el (gnus-treatment-function-alist): Have
8098 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8099 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8100 sections.
8101
8102 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8103 parameter.
8104 (gnus-article-fill-cited-long-lines): New function.
8105 (gnus-article-fill-cited-article): Allow filling only long sections.
8106
8107 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8108 and non-punctuation (like after the apostrophe in "'We").
8109
8110 * gnus-sum.el (gnus-summary-select-article): Make sure
8111 gnus-original-article-buffer is alive.
8112
8113 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8114 reflect the order they are in the digest.
8115
8116 * gnus.el (gnus-group-startup-message): Move point to the start of the
8117 buffer.
8118
8119 * nnimap.el (nnimap-capability): New function.
8120 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8121 is set.
8122
8123 2010-10-31 David Engster <dengste@eml.cc>
8124
8125 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8126 conform with changes to gnus-completing-read.
8127
8128 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8129
8130 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8131
8132 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8133
8134 * nnir.el: Move defvar, defcustom around to keep file organized
8135 and keep byte-compiler quiet.
8136 (nnir-read-parms): Accept search-engine as arg.
8137 (nnir-run-query): Pass search-engine as arg.
8138 (nnir-search-engine): Remove.
8139
8140 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8141
8142 * shr.el (shr-generic): The text nodes should be text, not :text.
8143
8144 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8145 later in the file.
8146
8147 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8148
8149 * nnir.el: General clean up. Allow searching with multiple engines.
8150 Allow separate extra-parameters for each engine.
8151 Batch queries when possible.
8152 (nnir-imap-default-search-key, nnir-method-default-engines):
8153 Add customize interface.
8154 (nnir-run-gmane): New engine.
8155 (nnir-engines): Use it. Qualify all prompts with engine name.
8156 (nnir-search-engine): Remove global variable.
8157 (nnir-run-hyrex): Restore for now.
8158 (nnir-extra-parms, nnir-search-history): New variables.
8159 (gnus-group-make-nnir-group): Use them.
8160 (nnir-group-server): Remove in favor of gnus-group-server.
8161 (nnir-request-group): Avoid searching twice.
8162 (nnir-sort-groups-by-server): New function.
8163
8164 2010-10-30 Julien Danjou <julien@danjou.info>
8165
8166 * gnus-group.el: Remove gnus-group-fetch-control.
8167
8168 * gnus-start.el (gnus-find-new-newsgroups):
8169 Remove gnus-check-first-time-used.
8170
8171 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8172
8173 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8174
8175 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8176 set on groups that don't have \* permanentflags.
8177
8178 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8179
8180 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8181 control the background color.
8182 (shr-tag-img): Ignore very small web bug type images.
8183 (shr-put-image): Add help-echo alt texts to the images.
8184 (shr-tag-video): Show the video poster image.
8185
8186 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8187
8188 * shr.el (shr-table-depth): New variable.
8189 (shr-tag-table-1): Only insert the images after the top-level table.
8190
8191 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8192
8193 * gnus-util.el (gnus-list-memq-of-list): New function.
8194
8195 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8196 selected.
8197 (nnimap-unsplittable-articles): New slot.
8198 (nnimap-new-articles): Use it.
8199
8200 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8201
8202 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8203 move to the previous line on `M-g'.
8204
8205 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8206
8207 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8208 *-request-group, which seems unnecessary.
8209
8210 * nnimap.el (nnimap-quote-specials): Function copied over from
8211 imap.el.
8212 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8213 they support that. Suggested by Tom Regner.
8214
8215 2010-10-29 Julien Danjou <julien@danjou.info>
8216
8217 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8218 defalias.
8219 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8220
8221 * gnus.el: Remove `gnus-nntp-service' variable.
8222 (gnus-secondary-servers): Make obsolete.
8223 (gnus-nntp-server): Make obsolete.
8224
8225 * gnus-start.el (gnus-1): Remove x-splash calls.
8226
8227 * gnus-ems.el (gnus-x-splash): Remove.
8228
8229 * gnus.el (gnus-group-startup-message): Simplify/update code.
8230
8231 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8232 capability before doing anything.
8233 (gnus-group-insert-group-line): Remove useless
8234 gnus-group-remove-excess-properties.
8235
8236 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8237
8238 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8239
8240 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8241
8242 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8243 config after reselecting.
8244
8245 2010-10-28 Julien Danjou <julien@danjou.info>
8246
8247 * shr.el (shr-put-image): Use point even if only inserting text.
8248 (shr-put-image): Save excursion when inserting alt text on non-graphic
8249 display, so the behavior is the same when we are on a graphic display.
8250
8251 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8252
8253 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8254
8255 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8256 (gnus-mime-copy-part): Check coding system, not charset.
8257 (gnus-mime-view-part-externally): Never remove part.
8258 (gnus-mime-view-part-internally): Don't remove part here.
8259 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8260 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8261 multipart/alternative.
8262
8263 * mm-decode.el (mm-display-part): Take optional arg `force'.
8264
8265 2010-10-26 Julien Danjou <julien@danjou.info>
8266
8267 * gnus-group.el (gnus-group-default-list-level): Add this function to
8268 compute the default list level.
8269 (gnus-group-default-list-level): Add possibility to use a function.
8270
8271 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8272
8273 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8274
8275 * gnus-group.el (gnus-group-completing-read)
8276 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8277 gnus-replace-in-string.
8278
8279 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8280
8281 * shr.el (shr-tag-div): Add.
8282
8283 2010-10-25 Julien Danjou <julien@danjou.info>
8284
8285 * gnus-util.el: Remove `gnus-with-local-quit'.
8286
8287 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8288
8289 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8290
8291 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8292 the original article buffer.
8293
8294 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8295
8296 * nnimap.el (nnimap-request-head): New function.
8297 (nnimap-request-move-article): Try to be slightly faster by not
8298 requesting the entire message when moving.
8299 (nnimap-transform-headers): Don't bug out on bodiless articles.
8300 (nnimap-send-command): Have no outstanding messages if the IMAP server
8301 doesn't support streaming.
8302 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8303
8304 2010-10-24 Julien Danjou <julien@danjou.info>
8305
8306 * message.el (message-default-headers): Fix type.
8307
8308 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8309
8310 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8311 prefetching images.
8312
8313 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8314 backend for unknown groups. This is mainly useful for nnimap groups.
8315
8316 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8317 group isn't covered by the agent.
8318
8319 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8320
8321 * nnir.el (nnir-method-default-engines): New variable.
8322 (nnir-run-query): Use it.
8323 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8324 (gnus-summary-nnir-goto-thread): Change group if needed.
8325
8326 * gnus-group.el (gnus-group-group-map): Add key binding for
8327 gnus-group-make-nnir-group.
8328
8329 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8330
8331 * shr.el (shr-tag-object): Add.
8332
8333 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8334 original article buffer live.
8335 (gnus-summary-select-article-buffer):
8336 Mention gnus-widen-article-buffer.
8337
8338 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8339
8340 * shr.el (shr-tag-strong): Add.
8341
8342 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8343
8344 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8345 group names. They mess up the group buffer badly.
8346
8347 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8348
8349 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8350 instead of the summary one.
8351
8352 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8353
8354 * mml.el (mml-preview): Work properly when editing article.
8355
8356 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8357 gnus-have-read-active-file if it's already been in.
8358
8359 2010-10-22 Tom Tromey <tromey@redhat.com>
8360
8361 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8362 gnus-group-completing-read.
8363
8364 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8365
8366 * message.el (message-mode-map): Don't bind M-; to comment region, to
8367 allow the global comment-dwim to work.
8368
8369 2010-10-21 Julien Danjou <julien@danjou.info>
8370
8371 * message.el (message-setup-1): Allow message-default-headers to be a
8372 function.
8373
8374 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8375
8376 * shr.el (shr-tag-table): Simplify.
8377
8378 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8379
8380 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8381 to avoid trying to snarf invalid stuff.
8382
8383 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8384
8385 * gnus.el (gnus-message-archive-group): Quote value.
8386 (gnus-message-archive-group): Mark as changed.
8387
8388 * shr.el (shr-add-font): Don't put the font properties on the newline
8389 or the indentation.
8390
8391 * message.el (message-fix-before-sending): Change options when sending
8392 non-printable characters.
8393
8394 * gnus.el (gnus-message-archive-method): Change the default to
8395 monthly outgoing groups.
8396
8397 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8398 that have gotten new numbers.
8399
8400 * nnimap.el (nnimap-request-replace-article): New function.
8401
8402 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8403
8404 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8405 (nnrss-request-article): Don't use special html washing code.
8406
8407 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8408
8409 * shr.el (shr-tag-table): Remove useless nconc.
8410
8411 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8412
8413 * gnus-art.el (article-wash-html): Simplify and remove the charset
8414 stuff. Use the normal html rendering code instead of the special html
8415 washing code.
8416
8417 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8418 `gnus-w3m' symbols.
8419 (mm-text-html-washer-alist): Remove.
8420
8421 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8422 (mm-inline-media-tests): Remove use.
8423 (mm-text-html-renderer): Change default to the `shr' symbol.
8424
8425 * mm-view.el (mm-inline-text-html): Remove use.
8426
8427 * gnus-art.el (gnus-blocked-images): New function. Allow the
8428 `gnus-blocked-images' to be a function.
8429 (gnus-article-wash-function): Remove.
8430
8431 2010-10-20 Julien Danjou <julien@danjou.info>
8432
8433 * spam.el (spam-list-of-processors): Mark as obsolete.
8434
8435 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8436 (nnimap-insert-partial-structure): Fix boundary detection.
8437
8438 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8439
8440 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8441 run file-truename on remote files. This can be expensive and even
8442 prevent one from editing drafts if some unrelated buffer has a stale
8443 connection.
8444
8445 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8446
8447 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8448 kinsoku-eol regardless of shr-kinsoku-shorten.
8449 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8450 (shr-tag-table): Support caption, thead, and tfoot.
8451
8452 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8453
8454 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8455 lines.
8456 (shr-save-contents): New command and keystroke.
8457
8458 * nndoc.el (nndoc-type-alist): Add git support.
8459 (nndoc-git-type-p): New function.
8460 (nndoc-transform-git-article): Ditto.
8461 (nndoc-transform-git-headers): Ditto.
8462 (nndoc-transform-git-headers): Generate Subject headers.
8463
8464 * shr.el (shr-parse-style): New function.
8465 (shr-tag-span): Ditto.
8466
8467 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8468 to `G G' to avoid collisions.
8469
8470 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8471
8472 * shr.el: Load kinsoku if necessary.
8473 (shr-kinsoku-shorten): New internal variable.
8474 (shr-find-fill-point): Make kinsoku shorten text line if
8475 shr-kinsoku-shorten is bound to non-nil.
8476 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8477 shr-indentation too when testing if table is wider than frame width.
8478 (shr-insert-table): Use `string-width' instead of `length' to measure
8479 text width.
8480 (shr-insert-table-ruler): Make sure indentation is done at bol.
8481
8482 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8485 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8486 undecoded network data.
8487
8488 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8489
8490 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8491 name in the mode line spec so that the mode line menu works
8492 (bug#2431).
8493
8494 * message.el (message-get-reply-headers): If we're fed `to-address',
8495 then always use that.
8496
8497 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8498 aren't so wide as to need to switch off the edit menu.
8499
8500 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8501 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8502
8503 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8504 `M-g'.
8505 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8506 the permanent marks.
8507
8508 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8509
8510 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8511 Splitting according to references/in-reply-to obeys the ignore-groups
8512 variable, while splitting by sender and subject do not.
8513
8514 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8515
8516 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8517 alist, so that we can look for non-Unicode chars.
8518 (article-translate-strings): Allow both character and string maps.
8519
8520 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8521
8522 * shr.el (shr-insert): Don't insert space behind a wide character
8523 categorized as kinsoku-bol, or between characters both categorized as
8524 nospace.
8525
8526 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8527
8528 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8529 headers to gnus-newsgroup-headers.
8530
8531 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8532
8533 * shr.el (shr-tag-img): Don't align images -- since we're not
8534 rescaling, this often leads to ugly displays.
8535
8536 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8537
8538 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8539 duplicates.
8540
8541 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8542
8543 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8544 call.
8545
8546 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8547
8548 * gnus.el: Autoload gnus-html-show-images.
8549
8550 * nnimap.el: Use nnheader-message throughout.
8551
8552 * shr.el (shr-tag-img): Ignore images with no data.
8553
8554 2010-10-15 Julien Danjou <julien@danjou.info>
8555
8556 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8557 a possibility to disable format=flow encoding when using hard newlines.
8558
8559 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8560
8561 * shr.el (shr-insert): Remove space inserted before or after a
8562 breakable character or at the beginning or the end of a line.
8563 (shr-find-fill-point): Do kinsoku; find the second best point or give
8564 it up if there's no breakable point.
8565
8566 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8567
8568 * nnimap.el (nnimap-open-connection): Message when opening connection
8569 for debugging purposes.
8570
8571 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8572 on every setup buffer call to allow this to change from article to
8573 article.
8574
8575 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8576 buffers where we have a wide table.
8577
8578 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8579
8580 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8581 uses *-request-thread.
8582
8583 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8584
8585 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8586 incantation, which is no longer valid.
8587
8588 2010-10-14 Julien Danjou <julien@danjou.info>
8589
8590 * shr.el: Fix defcustom type (char -> character).
8591
8592 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8593
8594 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8595 programs.
8596
8597 2010-10-14 Julien Danjou <julien@danjou.info>
8598
8599 * shr.el (shr-tag-a): Use url-link as widget type.
8600
8601 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8602 `gnus-group-get-icon'.
8603
8604 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8605
8606 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8607 This should make server editing work better.
8608
8609 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8610
8611 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8612 (nnimap-parse-flags): Fix regexp.
8613
8614 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8615 probably work for CJVK text, too.
8616
8617 * nnimap.el (nnimap-extend-tls-programs): Remove.
8618 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8619
8620 2010-10-13 Julien Danjou <julien@danjou.info>
8621
8622 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8623 responses.
8624
8625 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8626
8627 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8628
8629 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8630 anything in Emacs.
8631
8632 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8633
8634 2010-10-13 Julien Danjou <julien@danjou.info>
8635
8636 * shr.el (shr-width): Make shr-width a defcustom with default to
8637 fill-column.
8638 (shr-tag-img): Use shr-width rather than fill-column.
8639
8640 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8641
8642 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8643
8644 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8645 position when (X-)Faces exist.
8646 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8647 avatars when called interactively.
8648
8649 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8650
8651 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8652 gnus-article-x-face-too-ugly is bound.
8653
8654 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8655
8656 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8657
8658 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8659 mailbox that doesn't exist.
8660
8661 2010-10-12 Julien Danjou <julien@danjou.info>
8662
8663 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8664 (shr-get-image-data): Encode URL properly when fetching from cache.
8665 (shr-tag-img): Use aligned-to spaces to align correctly images.
8666
8667 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8668 before inserting the Gravatar.
8669
8670 * shr.el (shr-tag-img): Add align attribute support for <img>.
8671
8672 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8673
8674 * gnus-gravatar.el (gnus-art): Require.
8675
8676 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8677 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8678 Remove long obsoleted functions.
8679
8680 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8681
8682 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8683
8684 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8685 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8686 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8687 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8688 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8689 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8690 Fix comment for declare-function.
8691
8692 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8693
8694 * nnimap.el (nnimap-request-rename-group): Select group read-only
8695 before renaming it.
8696
8697 * shr.el (shr-insert): Fix up the white space only regexp.
8698
8699 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8700 bodies. Protect against this. Reported by Michael Welsh Duggan.
8701
8702 * shr.el (shr-current-column): New function.
8703 (shr-find-fill-point): New function.
8704
8705 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8706
8707 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8708 numbers.
8709
8710 2010-10-11 Julien Danjou <julien@danjou.info>
8711
8712 * shr.el (shr-hr-line): Add.
8713 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8714 display hr lines.
8715 (shr-max-columns): Do not change state to nil if we just inserting
8716 spaces.
8717
8718 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8719
8720 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8721 select the last group.
8722
8723 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8724
8725 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8726
8727 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8728
8729 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8730 for Gnus.
8731 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8732 (nnimap-update-qresync-info): Mark \Seen articles as read.
8733
8734 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8735 non-variable, too.
8736
8737 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8738 available.
8739 (nnimap-update-info): Rely more on the current active than the param
8740 active to avoid marking articles as read too much.
8741
8742 * auth-source.el (auth-source-create): Use (user-login-name) for the
8743 user name default.
8744
8745 * nnimap.el (nnimap-update-info): If the server doesn't return any
8746 useful info, just use the previous info.
8747 (nnimap-update-info): Prefer old info over start-article.
8748 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8749
8750 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8751
8752 * nnir.el (autoload): Clean up autoloads.
8753 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8754 Use key rather than value.
8755 (nnir-imap-search-other): New variable.
8756 (nnir-read-parm): Use it.
8757 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8758 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8759
8760 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8763 the process, too.
8764
8765 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8766
8767 * spam.el (gnus-summary-mode-map): Bind to "$".
8768 Suggested by Russ Allbery.
8769
8770 * shr.el: Rework the way things are indented by <li> slightly.
8771
8772 * gnus.el (gnus-group-set-parameter): Fix typo.
8773
8774 * nnimap.el: Start implementing QRESYNC support.
8775
8776 2010-10-09 Julien Danjou <julien@danjou.info>
8777
8778 * nnir.el (nnir-engines): Fix too many arguments.
8779
8780 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8781
8782 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8783 group is the "last", so that the backends like nnfolder actually save
8784 their folders.
8785
8786 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8787 try to use that for the TLS stream.
8788 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8789 UIDVALIDITY and find out which groups are read-only and not.
8790 (nnimap-get-flags): Use the same marks parsing code as the rest of
8791 nnimap.
8792
8793 2010-10-09 Julien Danjou <julien@danjou.info>
8794
8795 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8796
8797 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8798 retrieving gravatars.
8799
8800 * shr.el (shr-table-corner): Add.
8801 (shr-table-line): Add.
8802 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8803
8804 2010-10-08 Julien Danjou <julien@danjou.info>
8805
8806 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8807
8808 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8809
8810 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8811
8812 * gnus-sum.el (gnus-mark-article-as-unread)
8813 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8814 (gnus-summary-set-bookmark): Use it.
8815
8816 * gnus-msg.el (gnus-setup-message): Use it.
8817
8818 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8819
8820 * gnus.el (gnus-group-remove-parameter): Use it.
8821
8822 * gnus-group.el (gnus-group-make-web-group): Use it.
8823
8824 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8825
8826 * nnregistry.el: Update docs to mention manual.
8827
8828 * gnus-registry.el: Update docs to mention nnregistry.el.
8829 (gnus-registry-initialize): Don't install nnregistry refer method
8830 automatically.
8831 (gnus-registry-install-nnregistry): Remove it.
8832
8833 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8834
8835 * shr.el (shr-insert): Don't insert double spaces.
8836
8837 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8838
8839 * gnus-gravatar.el (gnus-treat-from-gravatar)
8840 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8841 called interactively.
8842
8843 * gnus-art.el (gnus-mime-view-part-externally)
8844 (gnus-mime-view-part-internally): Make predicate function passed to
8845 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8846 of a mime type.
8847
8848 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8849
8850 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8851
8852 * shr.el (require): Require cl when compiling.
8853 (shr-tag-hr): New function.
8854
8855 * nnimap.el (nnimap-update-info): Remove double setting of high.
8856 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8857 This makes nnimap work properly on Courier again.
8858
8859 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8860 the variable for backwards compatibility.
8861
8862 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8863 the file name before using to avoid setting mm-default-directory to
8864 nil.
8865
8866 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8867 bidning gnus-agent variables.
8868
8869 * shr.el (shr-render-td): Use a cache for the table rendering function
8870 to avoid getting an exponential rendering behavior in nested tables.
8871 (shr-insert): Rework the line-breaking algorithm.
8872 (shr-insert): Don't leave trailing spaces.
8873 (shr-insert-table): Also insert empty TDs.
8874 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8875
8876 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * gnus-sum.el (gnus-number): Rename from `number'.
8879 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8880 (gnus-summary-limit-children): Update uses correspondingly.
8881
8882 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8883
8884 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8885 (gnus-gravatar-transform-address): Don't show avatars of people of
8886 which mail addresses match gnus-gravatar-too-ugly.
8887
8888 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8889
8890 * shr.el (shr-table-widths): Expand TD elements to fill available
8891 space.
8892
8893 2010-10-07 Julien Danjou <julien@danjou.info>
8894
8895 * nnimap.el (nnimap-request-rename-group): Add this method.
8896
8897 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8898
8899 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8900 name from XEmacs' function-arglist.
8901
8902 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8903 gravatar under XEmacs.
8904
8905 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8906
8907 * auth-source.el: Update docs with TODO items.
8908
8909 * gnus-sync.el: Update docs to explain state and plans.
8910
8911 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8912 Hooks for mark updates.
8913 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8914
8915 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8916 hooks with arguments, which is needed for mark update hooks.
8917
8918 2010-10-06 Julien Danjou <julien@danjou.info>
8919
8920 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8921 was matched.
8922
8923 * sieve-manage.el: Update example in `Commentary'.
8924
8925 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8926
8927 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8928 not 2000.
8929 (sieve-manage-authenticate): Re-add function.
8930
8931 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8932
8933 * shr.el (shr-insert): Get 'space transition right.
8934 (shr-render-td): Only delete space at the end of the TD.
8935
8936 * nnimap.el (nnimap-open-connection): Prepare to support
8937 open-gnutls-stream.
8938
8939 * shr.el: Rearrange function order to be more logical.
8940
8941 2010-10-06 Julien Danjou <julien@danjou.info>
8942
8943 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8944 (nnrss-discover-feed): Remove 404 URL in docstring.
8945
8946 * nnir.el: Fix Swish-E URL.
8947 Fix Namazu URL.
8948
8949 * message.el (message-change-subject): Remove 404 URL in a comment.
8950
8951 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8952
8953 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8954 called interactively.
8955
8956 * gnus-util.el (gnus-remove-if): Allow hash table.
8957 (gnus-remove-if-not): New function.
8958
8959 * gnus-art.el (gnus-mime-view-part-as-type):
8960 * gnus-score.el (gnus-summary-score-effect):
8961 * gnus-sum.el (gnus-read-move-group-name):
8962 Replace remove-if-not with gnus-remove-if-not.
8963
8964 * gnus-group.el (gnus-group-completing-read):
8965 Regard collection as a hash table if it is not a list.
8966
8967 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8968
8969 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8970
8971 * shr.el: Document the table-rendering algorithm.
8972
8973 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8974 invalid URLs.
8975
8976 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8977 line-broken.
8978 (shr-tag-img): Ignore image fetching errors.
8979 (shr-overlays-in-region): Compute overlay positions correctly.
8980
8981 * mm-decode.el (mm-shr): Require shr.
8982
8983 * gnus-art.el (gnus-blocked-images): Move variable here.
8984
8985 * shr.el (shr-insert-table): Bind free variable.
8986
8987 * mm-decode.el (mm-shr): Bind shr-content-function.
8988
8989 * shr.el (shr-content-function): New variable.
8990
8991 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8992 added for symmetry.
8993
8994 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8995
8996 * gnus-group.el (gnus-group-make-group): Doc fix.
8997
8998 * nnimap.el (nnimap-request-newgroups): Return success.
8999
9000 * shr.el (shr-find-elements): New function.
9001 (shr-tag-table): Put all the images after the table.
9002 (shr-tag-table): Really inhibit images inside the table.
9003 (shr-collect-overlays): Copy over overlays from the TD elements to the
9004 main document.
9005
9006 * mm-decode.el (mm-shr): Bind shr-blocked-images to
9007 gnus-blocked-images.
9008
9009 2010-10-05 Julien Danjou <julien@danjou.info>
9010
9011 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9012
9013 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9014 (gnus-html-maximum-image-size): Add this function.
9015 (gnus-html-put-image): Use gnus-html-maximum-image-size.
9016
9017 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9018 server-value of the capability is nil.
9019
9020 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9021
9022 * shr.el (shr-tag-em): Add <EM> tag.
9023
9024 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
9025
9026 * sieve-manage.el (sieve-manage-default-stream): Make default stream
9027 customizable.
9028
9029 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9030 handing broken links to browse-url.
9031
9032 2010-10-05 Julien Danjou <julien@danjou.info>
9033
9034 * gnus-util.el (gnus-emacs-completing-read)
9035 (gnus-iswitchb-completing-read): Use autoload rather than require.
9036
9037 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9038
9039 * gnus-util.el (gnus-completing-read-function): Exclude
9040 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9041 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9042 XEmacs.
9043
9044 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9045 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9046
9047 * gnus-html.el: Don't require help-fns under XEmacs.
9048 (gnus-html-schedule-image-fetching): Work for XEmacs.
9049
9050 * mm-decode.el (mm-shr): Decode contents by charset.
9051
9052 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9053
9054 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9055 unknown.
9056
9057 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9058 (shr-get-image-data): Ensure against the cache file missing.
9059
9060 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9061 for data.
9062
9063 * spam-report.el (spam-report-url-ping-plain): Don't query about
9064 killing the process.
9065
9066 * shr.el (shr-render-td): Protect against too-wide text.
9067
9068 2010-10-04 Julien Danjou <julien@danjou.info>
9069
9070 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9071 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9072
9073 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9074 retrieved.
9075
9076 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9077
9078 * shr.el (browse-url): Require.
9079 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9080 lines.
9081 (shr-show-alt-text, shr-browse-image): New commands.
9082 (shr-browse-url, shr-copy-url): New commands.
9083
9084 * gnus-sum.el (gnus-widen-article-window): New variable.
9085 (gnus-summary-select-article-buffer): Use it.
9086
9087 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9088 without @ signs.
9089
9090 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9091
9092 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9093
9094 2010-10-04 Julien Danjou <julien@danjou.info>
9095
9096 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9097 for XEmacs.
9098
9099 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9100
9101 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9102
9103 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9104 (nnimap-close-server): Implement.
9105
9106 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9107 (shr-insert): Tweak line breaking.
9108 (shr-insert): Handle <pre> better.
9109 (shr-tag-li): Get <li> indentation right.
9110 (shr-tag-li): Get <li> indentation even righter.
9111 (shr-tag-blockquote): Ensure paragraph start.
9112 (shr-make-table): Tweak table generation.
9113 (shr-make-table): Fix typo.
9114
9115 * shr.el: Implement table rendering.
9116
9117 2010-10-04 Julien Danjou <julien@danjou.info>
9118
9119 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9120
9121 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9122
9123 * shr.el (shr-insert): Use string anchors instead of line anchors.
9124
9125 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9126
9127 * shr.el: Add headings.
9128 (shr-ensure-paragraph): Actually work.
9129 (shr-tag-li): Make <ul> prettier.
9130 (shr-insert): Get white space at the beginning/end of elements right.
9131 (shr-tag-p): Collapse subsequent <p>s.
9132 (shr-ensure-paragraph): Don't insert double line feeds after blank
9133 lines.
9134 (shr-insert): \t is also space.
9135 (shr-tag-s): Fix "s" tag name function.
9136 (shr-tag-s): Fix face prop name.
9137
9138 2010-10-03 Julien Danjou <julien@danjou.info>
9139
9140 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9141
9142 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9143 gnus-window-inside-pixel-edges.
9144
9145 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9146 gnus-ems.
9147
9148 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9149
9150 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9151 function.
9152
9153 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9154 resize choice.
9155
9156 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9157
9158 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9159 beginning of the buffer.
9160
9161 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9162 article buffer again.
9163
9164 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9165
9166 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9167 when it's at the start of the buffer.
9168
9169 * shr.el (shr-tag-blockquote): Convert name.
9170 (shr-rescale-image): Use the right image-size variant.
9171
9172 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9173 buffer isn't shown, then select the current article first instead of
9174 bugging out.
9175 (gnus-summary-select-article-buffer): Show both the article and summary
9176 buffers again.
9177
9178 * shr.el (shr-fontize-cont): Protect against regions with no text.
9179 Rename tag functions to shr-tag-* for enhanced security.
9180 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9181
9182 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9183
9184 * shr.el (shr-insert):
9185 * pop3.el (pop3-movemail):
9186 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9187 loaded.
9188
9189 2010-10-03 Glenn Morris <rgm@gnu.org>
9190
9191 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9192
9193 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9194
9195 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9196
9197 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9198
9199 * gnus-util.el (gnus-make-local-hook): Simplify.
9200
9201 2010-10-02 Julien Danjou <julien@danjou.info>
9202
9203 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9204 (gnus-ido-completing-read): New function.
9205 (gnus-emacs-completing-read): New function.
9206 (gnus-completing-read): Use gnus-completing-read-function.
9207 Add gnus-completing-read-function.
9208
9209 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9210
9211 * shr.el (shr-insert-document): Autoload.
9212 (shr-img): Be silent.
9213 (shr-insert): Add a newline after every picture before text.
9214 (shr-add-font): Use overlays for combining faces.
9215 (shr-insert): Pass upwards the text start point.
9216
9217 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9218 possible.
9219 (mm-shr): New function.
9220
9221 2010-10-02 Julien Danjou <julien@danjou.info>
9222
9223 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9224 should go backward.
9225
9226 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9227
9228 * shr.el (shr): Fix typo in provide call.
9229
9230 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9231
9232 * shr.el: New file.
9233
9234 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9235
9236 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9237 completing read.
9238
9239 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9240
9241 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9242 we're being queried about. Suggested by Dan Jacobson.
9243
9244 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9245 Suggested by Jason Eisner.
9246
9247 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9248 table, too. Suggested by Stefan Wiens.
9249 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9250 the table unnecessary. Suggested by Stefan Wiens.
9251
9252 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9253 longer needed, and probably doesn't work either, as pointed out by
9254 Stefan Wiens.
9255 (gnus-summary-exit): Remove call to the clearing function.
9256 (gnus-summary-exit-no-update): Ditto.
9257
9258 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9259 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9260 Reported by Stefan Monnier.
9261 (gnus-summary-save-in-rmail): Ditto.
9262
9263 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9264 article buffer, instead of both the article buffer and the summary
9265 buffer. Sort of suggested by Dan Jacobson.
9266
9267 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9268
9269 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9270 Suggested by Dan Jacobson.
9271
9272 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9273 documentation clearer.
9274
9275 * message.el (message-shorten-references): Comment on the number "21".
9276 Suggested by Stefan Monnier.
9277
9278 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9279 Suggested by Dan Jacobson.
9280
9281 * gnus.el (gnus-large-newsgroup):
9282 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9283
9284 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9285 externalize attachments. Bug reported by Steve Wen.
9286
9287 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9288 really message anything to the user.
9289
9290 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9291 directly.
9292
9293 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9294 messages in empty groups.
9295
9296 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9297
9298 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9299 non-UIDNEXT group.
9300
9301 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9302
9303 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9304 not the value from the collection.
9305
9306 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9307 values. This sometimes happens on some groups that have no info.
9308 (nnimap-request-newgroups): New function.
9309
9310 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9311
9312 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9313 check into `gnus-registry-initialize'.
9314 (gnus-registry-initialize): Ditto.
9315 Fix and extend header docs.
9316
9317 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9318
9319 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9320 regexp backtrace overflows.
9321
9322 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9323 for starttls that tls.el implements; i.e. openssl.
9324
9325 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9326
9327 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9328 (gravatar-create-image): New function that's an alias to
9329 gnus-xmas-create-image, gnus-create-image, or create-image.
9330 (gravatar-data->image): Use it.
9331
9332 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9333
9334 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9335 install the nnregistry refer method.
9336 (gnus-registry-install-hooks): Use it.
9337 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9338 unfollowed groups.
9339
9340 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9341
9342 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9343 expanding threads.
9344
9345 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9346
9347 * nnir.el: Use the server names without suffixes (bug#7009).
9348
9349 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9350 unencrypted to STARTTLS, if possible.
9351
9352 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9353
9354 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9355 headers before superseding.
9356
9357 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9358
9359 * nnrss.el (nnrss-use-local): Add documentation.
9360
9361 * nnimap.el (nnimap-extend-tls-programs): New function.
9362 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9363 (nnimap-wait-for-connection): Accept the greeting from the stupid
9364 output from openssl s_client -starttls, too.
9365
9366 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9367 article number.
9368 (nnimap-split-fancy): New variable.
9369 (nnimap-split-incoming-mail): Use it.
9370
9371 * nntp.el (nntp-server-list-active-group): Document.
9372
9373 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9374 SELECT to get the message-id.
9375
9376 * mail-source.el (mail-sources): Remove webmail support.
9377 (defvar): Ditto.
9378 (mail-source-fetcher-alist): Ditto.
9379 (mail-source-fetch-webmail): Remove.
9380
9381 * webmail.el: Remove -- doesn't seem relevant any more.
9382
9383 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9384
9385 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9386 the \r.
9387
9388 2010-09-30 Julien Danjou <julien@danjou.info>
9389
9390 * gnus-agent.el (gnus-agent-add-group): Fix call to
9391 gnus-completing-read.
9392
9393 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9394
9395 * nndoc.el (nndoc-retrieve-groups): New function.
9396
9397 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9398 `default', use nnmail-split-methods.
9399 (nnimap-request-article): Downcase the NILs so that they are nil.
9400
9401 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9402 symbol.
9403
9404 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9405 code, since if the user has requested network, that's what they ought
9406 to get.
9407 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9408 (nnimap-split-rule): Mark as obsolete.
9409
9410 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9411 New variable.
9412
9413 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9414 correct slot, too.
9415
9416 2010-09-29 Julien Danjou <julien@danjou.info>
9417
9418 * gnus.el (gnus-local-domain): Declare variable obsolete.
9419
9420 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9421 Fix history computing.
9422 (gnus-ido-completing-read): Require ido.
9423
9424 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9425
9426 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9427 build Gnus.
9428
9429 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9430 when interpreting the structures.
9431 (nnimap-request-accept-article): Add \r\n to the lines to make this
9432 work with Cyrus.
9433
9434 * nndraft.el (nndraft-request-expire-articles): Use the group name
9435 instead if "nndraft". Fix found by Nils Ackermann.
9436
9437 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9438
9439 * nnregistry.el: Add.
9440
9441 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * nnmail.el (group, group-art-list, group-art):
9444 Remove unneeded directives.
9445
9446 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9447
9448 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9449 (mm-mime-charset):
9450 * rfc2047.el (rfc2047-syntax-table):
9451 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9452
9453 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9454 rather than `insert-file-contents' and `eval-region'.
9455
9456 2010-09-29 Julien Danjou <julien@danjou.info>
9457
9458 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9459 replacement of `gnus-gravatar-relief' to mimic
9460 `gnus-faces-properties-alist'.
9461 Add :version property.
9462
9463 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9464
9465 * mail-source.el (mail-source-report-new-mail):
9466 * message.el (message-default-mail-headers):
9467 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9468
9469 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9470
9471 2010-09-28 Julien Danjou <julien@danjou.info>
9472
9473 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9474 mail-address contains the same string as real-name.
9475
9476 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9477 non-blank in header, otherwise it'll get stripped.
9478
9479 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9480 real-name, and then for mail address rather than doing : or , search.
9481
9482 2010-09-27 Julien Danjou <julien@danjou.info>
9483
9484 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9485 right completing-read function.
9486 (gnus-use-ido): New variable
9487 (gnus-completing-read-with-default): Remove.
9488 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9489 (gnus-agent-add-group):
9490 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9491 * mm-view.el (mm-view-pkcs7-decrypt):
9492 * mm-util.el (mm-codepage-setup):
9493 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9494 * mml-smime.el (mml-smime-openssl-sign-query):
9495 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9496 (mml-insert-multipart):
9497 * gnus-msg.el (gnus-summary-yank-message):
9498 * gnus-int.el (gnus-start-news-server):
9499 * mm-decode.el (mm-interactively-view-part):
9500 * gnus-dired.el (gnus-dired-attach):
9501 * gnus.el (gnus-read-method):
9502 * gnus-bookmark.el (gnus-bookmark-jump):
9503 * gnus-art.el (gnus-mime-view-part-as-type)
9504 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9505 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9506 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9507 * nnmairix.el (nnmairix-create-server-and-default-group)
9508 (nnmairix-update-groups, nnmairix-get-server)
9509 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9510 (nnmairix-get-group-from-file-path):
9511 * nnrss.el (nnrss-find-rss-via-syndic8):
9512 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9513 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9514 (gnus-group-browse-foreign-server):
9515 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9516 (gnus-summary-execute-command, gnus-summary-respool-article)
9517 (gnus-read-move-group-name):
9518 * gnus-score.el (gnus-summary-increase-score)
9519 (gnus-summary-score-effect):
9520 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9521
9522 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9523
9524 * nnimap.el (auth-source-forget-user-or-password)
9525 (auth-source-user-or-password): Autoload.
9526
9527 * message.el (message-from-style, message-interactive)
9528 (message-signature): Remove comment.
9529 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9530 always.
9531 (message-sendmail-envelope-from): Comment fix.
9532 (message-yank-prefix): Default to mail-yank-prefix always.
9533 (message-indentation-spaces):
9534 Default to mail-indentation-spaces always.
9535 (message-signature-file): Default to mail-signature-file always.
9536
9537 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9538
9539 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9540 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9541 new articles.
9542
9543 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9544 parts.
9545 (nnimap-request-article): Work with the t setting, too.
9546
9547 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9548 that you don't get flashes of other buffers.
9549 (gnus-summary-show-complete-article): Intern before setting.
9550
9551 2010-09-27 David Engster <dengste@eml.cc>
9552
9553 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9554 well as HEADERS.
9555 (nnmairix-retrieve-headers): Provide new argument for the above.
9556
9557 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9558
9559 * gnus-sum.el (gnus-summary-move-article): Don't alter
9560 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9561 group.
9562
9563 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9564
9565 * message.el (message-cite-prefix-regexp): Revert my last edit.
9566
9567 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9568 variable instead of the Gnus variable.
9569
9570 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9571
9572 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9573
9574 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9575 since some servers don't like it.
9576 (nnimap-open-connection): Forget credentials if the server says the
9577 password was wrong.
9578 (nnimap-parse-line): Protect against invalid data.
9579
9580 * gnus-sum.el (gnus-summary-move-article): Add comment.
9581 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9582 nothing alters it while scanning for new messages.
9583
9584 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9585 which may or may not help.
9586 (nnimap-open-connection): If we're doing a stream connection, and then
9587 discover we're on a STARTTLS-capable server, then open a STARTTLS
9588 connection instead.
9589
9590 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9591
9592 * nnimap.el (utf7): Require.
9593
9594 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9595 prefix.
9596
9597 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9598
9599 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9600
9601 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9602
9603 * nnimap.el (nnimap-request-accept-article): Message the error on
9604 error.
9605
9606 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9607
9608 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9609
9610 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9611
9612 * nndoc.el (nndoc-request-list): Return success always.
9613
9614 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9615 `fetch-old' -- we only want to fetch the articles we've requested.
9616 The rest are in the agent, probably.
9617 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9618 disappeared server" to something low. It's not important.
9619
9620 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9621 arrived before the FETCH data.
9622
9623 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9624 target here, because we don't know the Gnus name of the group.
9625
9626 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9627 for the correct group.
9628
9629 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9630
9631 * gnus.el (gnus): Give a final warning after startup.
9632
9633 * gnus-util.el (gnus-action-message-log): New variable.
9634 (gnus-message): Use it.
9635 (gnus-final-warning): New function.
9636
9637 * nnimap.el (nnimap-open-connection): Record the greeting.
9638 (nnimap): Add greeting.
9639
9640 2010-09-26 Julien Danjou <julien@danjou.info>
9641
9642 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9643 arguments.
9644 (gnus-html-wash-images): Fix spec computing to include start/end.
9645
9646 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9647
9648 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9649
9650 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9651 deletion.
9652 (nnimap-retrieve-headers): Don't select the group, because that's
9653 already done by nnimap-possibly-change-group.
9654
9655 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9656 (gnus-picon-transform-address): Use it.
9657
9658 * mail-source.el (mail-source-value): Revert previous patch.
9659
9660 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9661 on failure.
9662 (nnimap-open-connection): Look up both virtual and physical server name
9663 credentials.
9664
9665 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9666
9667 2009-02-08 Dave Love <fx@gnu.org>
9668
9669 * gnus-win.el (gnus-window-to-buffer-helper)
9670 (gnus-all-windows-visible-p): Function needn't be a symbol.
9671
9672 * mail-source.el (mail-source-value): Function needn't be a symbol.
9673
9674 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9675
9676 * message.el (message-cite-prefix-regexp): Remove } from the cite
9677 prefix.
9678
9679 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9680 highlight again, so that the highlight is correct.
9681
9682 * gnus-picon.el (gnus-picon): Remove again.
9683 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9684
9685 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9686 doing the header highlightling, so that the background color of the
9687 picon is correct.
9688
9689 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9690 (gnus-picon): Ditto.
9691 (gnus-picon): Reinstate. The background color for picons is white.
9692 (gnus-picon-insert-glyph): Make the background white.
9693
9694 * nnml.el (nnml-open-nov): Don't return dead buffers.
9695
9696 * auth-source.el (auth-source-create): Query the user for whether to
9697 store the credentials.
9698
9699 * auth-source.el (auth-source-user-or-password): Use the existing auth
9700 sources, if any, for creation.
9701
9702 * gnus.el (gnus-group-fast-parameter): Return the last matching
9703 parameter instead of the first matching parameter.
9704
9705 2010-09-26 Julien Danjou <julien@danjou.info>
9706
9707 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9708
9709 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9710
9711 * mml2015.el (mml2015-use): Remove gpg support.
9712
9713 * mml1991.el (mml1991-function-alist): Remove gpg function.
9714 (mml1991-gpg-sign): Remove.
9715
9716 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9717
9718 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9719 (gnus-browse-unsubscribe-current-group): Document it.
9720 (gnus-browse-unsubscribe-group): Use it.
9721
9722 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9723
9724 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9725 address to the To list for easier response.
9726
9727 * gnus.el (gnus-play-startup-jingle): Remove.
9728 (gnus-splash): Don't play jingle.
9729 (gnus): Silence gnus-load message.
9730
9731 * gnus-art.el (gnus-treat-play-sounds): Remove.
9732
9733 * gnus.el (gnus-play-jingle): Remove audio support.
9734
9735 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9736
9737 * earcon.el: Remove -- no users.
9738
9739 * gnus-audio.el: Remove -- no users of this package.
9740
9741 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9742
9743 * gnus-start.el (gnus-setup-news): Remove nocem support.
9744
9745 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9746
9747 * gnus.el (gnus-use-nocem): Remove.
9748
9749 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9750 Remove.
9751
9752 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9753 uses NoCeM any more.
9754
9755 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9756 (gnus-button-ctan-handler): Ditto.
9757 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9758 (gnus-button-ctan-directory-regexp): Ditto.
9759 (gnus-button-handle-ctan): Ditto.
9760 (gnus-button-tex-level): Ditto.
9761 (gnus-button-alist): Remove CTAN stuff.
9762
9763 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9764
9765 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9766 nnimap-streaming test.
9767
9768 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9769 servers twice.
9770
9771 * nnimap.el (nnimap-open-connection): Add more error reporting when
9772 nnimap fails early.
9773
9774 * nnheader.el (nnheader-get-report-string): New function.
9775 (nnheader-get-report): Use it.
9776
9777 * gnus-int.el (gnus-check-server): Say what the error was when opening
9778 failed.
9779
9780 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9781 using streaming.
9782
9783 2010-09-25 Julien Danjou <julien@danjou.info>
9784
9785 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9786 gnus-window-inside-pixel-edges.
9787
9788 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9789
9790 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9791
9792 * mm-decode.el (mm-save-part): Allow saving to other directories the
9793 normal Emacs way.
9794
9795 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9796 Suggested by Jay Berkenbilt.
9797
9798 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9799 there isn't a single byte.
9800
9801 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9802 just do it. It doesn't really seem to matter what the user responds
9803 here, I think, so it's just a confusing question.
9804
9805 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9806 non-streaming case.
9807
9808 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9809 (gnus-article-encrypt-body): Use it.
9810
9811 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9812 keystroke.
9813
9814 * nnimap.el (nnimap-find-wanted-parts-1):
9815 Use gnus-fetch-partial-articles.
9816
9817 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9818
9819 * nnimap.el (nnimap-insert-partial-structure): New function.
9820 (nnimap-get-partial-article): New function.
9821 (nnimap-request-article): Use it.
9822 (nnimap-wait-for-response): Return whether the wait was successful.
9823 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9824 retrieval wasn't successful.
9825 (nnimap-retrieve-group-data-early): Allow throttling servers.
9826 (nnimap-streaming): New variable.
9827 (nnimap-fetch-partial-articles): Remove.
9828
9829 * mm-decode.el (mm-with-part): Protect against killed buffers.
9830
9831 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9832 for prettier summary display.
9833
9834 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9835
9836 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9837
9838 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9839
9840 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9841 apparently third-party libraries depend on it.
9842
9843 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9844 before starting negotiation.
9845
9846 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9847 privacy reasons.
9848 (gnus-treat-mail-gravatar): Ditto.
9849
9850 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9851 buffer when inserting images. Inserting text into the headers, for
9852 instance, can make them invalid.
9853
9854 2010-09-25 Julien Danjou <julien@danjou.info>
9855
9856 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9857 variables.
9858
9859 * nnheader.el: Remove useless variables news-reply-yank-from and
9860 news-reply-yank-message-id.
9861
9862 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9863 variables.
9864
9865 * mml1991.el: Remove useless mml1991-verbose.
9866
9867 * gnus.el: Remove useless variable gnus-use-generic-from.
9868 Remove obsolete variable gnus-topic-indentation.
9869
9870 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9871
9872 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9873
9874 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9875
9876 * gnus-group.el: Remove useless gnus-group-icon-cache.
9877 Remove useless gnus-ephemeral-group-server.
9878
9879 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9880
9881 * mml2015.el: Remove useless mml2015-verbose.
9882
9883 * mml-smime.el: Remove useless mml-smime-verbose.
9884
9885 * gnus.el: Remove useless gnus-local-domain.
9886
9887 * gnus-gravatar.el (gnus-gravatar-transform-address):
9888 Use gnus-gravatar-size.
9889
9890 * gnus-art.el: Remove useless gnus-treat-translate.
9891
9892 2010-09-24 Julien Danjou <julien@danjou.info>
9893
9894 * gnus-sum.el: Add support for Gravatars.
9895
9896 * gnus-art.el: Add support for Gravatars.
9897
9898 * gnus-gravatar.el: Add this file.
9899
9900 * gravatar.el: Add this file.
9901
9902 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9903
9904 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9905
9906 * gnus-group.el (gnus-group-fetch-faq): Remove.
9907
9908 * gnus.el (gnus-group-faq-directory): Remove.
9909
9910 * gnus-group.el (gnus-group-fetch-charter): Remove.
9911
9912 * gnus.el (gnus-group-charter-alist): Remove.
9913
9914 * gnus-group.el (gnus-group-archive-directory): Remove.
9915 (gnus-group-recent-archive-directory): Ditto.
9916 (gnus-group-make-archive-group): Remove.
9917
9918 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9919
9920 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9921 use the same article number for all the cached articles.
9922
9923 * nnimap.el (nnimap-command): Register the last command time so
9924 that we can use it for idling NOOPs.
9925 (nnimap-open-connection): Start the keeplive timer.
9926 (nnimap-make-process-buffer): Store all the process buffers.
9927 (nnimap-keepalive): New function.
9928
9929 * starttls.el (starttls-open-stream): Add autoload cookie.
9930
9931 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9932
9933 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9934 handling.
9935
9936 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9937
9938 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9939 its data structures.
9940
9941 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9942 instead of the cl.el copy-list.
9943 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9944 equalp.
9945
9946 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9947
9948 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9949 and tool-bar-local-item-from-menu.
9950
9951 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9952 mode-line-highlight face for Emacs.
9953
9954 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9955 loading gnus-sum.elc; fix comment for canlock-verify.
9956 (gnus-article-jump-to-part): Use read-number.
9957 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9958 Remove Emacs pre-21 compatible code for help-echo.
9959 (gnus-article-next-page-1): No need to adjust the number of lines.
9960 (gnus-article-describe-bindings): Always use help-buffer.
9961
9962 * gnus-audio.el (gnus-audio-inline-sound):
9963 * gnus-cus.el (gnus-custom-mode):
9964 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9965
9966 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9967
9968 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9969 compatible code.
9970
9971 2010-09-24 Glenn Morris <rgm@gnu.org>
9972
9973 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9974 visiting the fcc file in rmail-mode.
9975
9976 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9977
9978 * nnir.el: Silence the byte compiler.
9979
9980 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9981 alias to browse-url-url-encode-chars if any.
9982 (gnus-html-encode-url): Use it.
9983
9984 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9985
9986 * gnus-start.el (gnus-use-backend-marks): New variable.
9987 (gnus-get-unread-articles-in-group): Use it.
9988
9989 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9990 makeover.
9991
9992 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9993
9994 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9995
9996 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9997
9998 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9999 Remove.
10000 (gnus-setup-news-hook):
10001 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10002
10003 * gnus-int.el (gnus-request-update-info): Protect against backends not
10004 having the function.
10005
10006 * nnimap.el (nnimap-stream): Mention STARTTLS.
10007 (nnimap-open-connection): Add STARTTLS support.
10008
10009 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10010
10011 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10012
10013 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10014
10015 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10016 BODYSTRUCTUREs.
10017 (nnimap-transform-headers): Unfold quoted {42} headers.
10018
10019 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10020 the info.
10021 (gnus-get-unread-articles): Only call updatep on backends that support
10022 it.
10023
10024 * nnweb.el (nnweb-request-update-info): NOOP.
10025
10026 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10027
10028 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10029 since it only deals with marks.
10030
10031 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10032 gnus-request-marks, and make a new gnus-request-update-info.
10033
10034 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10035 the active instead of the high number, which is usually too low.
10036
10037 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10038
10039 * encrypt.el: Remove.
10040
10041 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10042
10043 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10044 server in symbolic form.
10045
10046 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10047
10048 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10049
10050 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10051 (nnimap-update-info): Fix up code slightly.
10052
10053 * gnus-int.el (gnus-open-server): Add tracing for performance
10054 debugging.
10055
10056 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10057 (gnus-group-insert-group-line): Pass the real group name so that it
10058 gets the right data.
10059
10060 * gnus-start.el (gnus-get-unread-articles): Don't have
10061 `gnus-get-unread-articles-in-group' update info, since that can be
10062 really slow and doesn't seem to be needed?
10063
10064 2010-09-22 Julien Danjou <julien@danjou.info>
10065
10066 * gnus-group.el (gnus-group-insert-group-line):
10067 Call gnus-group-highlight-line.
10068 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10069 default hook list.
10070 (gnus-group-update-eval-form): Add new function.
10071 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10072 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10073
10074 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10075
10076 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10077 immediate, then expire all articles.
10078 (nnimap-update-info): Fix off-by-one errors.
10079 (nnimap-flags-to-marks): Would return no marks lists for group with no
10080 flags. Instead return the other data.
10081
10082 2010-09-22 Julien Danjou <julien@danjou.info>
10083
10084 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10085 Only return an icon.
10086 (gnus-group-insert-group-line): Compute icon to return.
10087
10088 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10089 (gnus-html-image-fetched): Only cache if
10090 gnus-html-image-automatic-caching is set.
10091 (gnus-html-image-fetched): Check for errors.
10092
10093 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10094
10095 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10096 once per method on `g'. This ensures that backends like nnfolder don't
10097 open all their folders.
10098
10099 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10100 (nnimap-request-list): Nix out group in the correct buffer.
10101 (nnimap-parse-flags): Implement by using `read' instead of
10102 hand-parsing.
10103 (nnimap-flags-to-marks): Pass on permanent-flags.
10104 (nnimap-make-process-buffer): Record the server name.
10105 (nnimap-parse-flags): Fix typo.
10106 (nnimap-request-scan): Run split on the server in general, not just a
10107 single group.
10108
10109 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10110 parameter, and propagate this downwards.
10111
10112 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10113 since EXAMINE changes it on the server.
10114
10115 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10116 this command might take a while.
10117
10118 2010-09-22 Julien Danjou <julien@danjou.info>
10119
10120 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10121 harmful if you have 2 images side-by-side, they can't be properly
10122 update on text deletion. Using text-property is safer here.
10123 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10124 data.
10125
10126 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10127
10128 * nnimap.el (nnimap-expunge-inbox): Remove.
10129 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10130 (nnimap-expunge): Flip default to t.
10131
10132 * gnus.el (gnus-method-to-server): Don't push things to the cache
10133 unless it's unique.
10134 (gnus-server-to-method): Ditto.
10135
10136 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10137
10138 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10139
10140 2010-09-22 Julien Danjou <julien@danjou.info>
10141
10142 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10143 get the start of data.
10144 (gnus-html-encode-url): Add this function to encode special chars in
10145 URL.
10146 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10147 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10148
10149 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10150 default.
10151 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10152
10153 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10154 images alt-text.
10155 (gnus-html-put-image): Put alt-text as help-echo.
10156
10157 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10158
10159 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10160 * mm-util.el (mm-decompress-buffer):
10161 * nnir.el (nnir-run-find-grep):
10162 * pop3.el (pop3-list): Use 3rd arg of split-string.
10163
10164 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10165
10166 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10167 outside the active range. Suggested by Dan Christensen.
10168
10169 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10170 slightly later to avoid double-getting it.
10171
10172 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10173 previous patch.
10174
10175 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10176
10177 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10178
10179 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10180
10181 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10182
10183 * gnus-int.el (gnus-open-server): Give a better error message in the
10184 "go offline" case.
10185
10186 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10187 marks for nnimap, which is seldom the right thing to do.
10188
10189 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10190 (gnus-same-method-different-name): New function.
10191
10192 * nnimap.el (parse-time): Require.
10193
10194 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10195 method in the presence of many similar methods.
10196
10197 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10198
10199 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10200 nnml-inhibit-expiry.
10201
10202 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10203 find out whether methods are equal.
10204
10205 * nnimap.el (nnimap-find-expired-articles): New function.
10206 (nnimap-process-expiry-targets): New function.
10207 (nnimap-request-move-article): Request the article before looking at
10208 what the Message-ID is. Fix found by Andrew Cohen.
10209 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10210
10211 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10212 for oldness in addition to being a predicate.
10213
10214 * nnimap.el (nnimap-request-group): When we have zero articles, return
10215 the right data to Gnus.
10216 (nnimap-request-expire-articles): Only delete articles immediately if
10217 the target is 'delete.
10218
10219 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10220 method, this would bug out.
10221
10222 * gnus-group.el (gnus-group-expunge-group): Rename from
10223 gnus-group-nnimap-expunge, and implemented as a normal interface
10224 function.
10225
10226 * gnus-int.el (gnus-request-expunge-group): New function.
10227
10228 * nnimap.el (nnimap-request-create-group): Implement.
10229 (nnimap-request-expunge-group): New function.
10230
10231 2010-09-21 Julien Danjou <julien@danjou.info>
10232
10233 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10234 (gnus-html-cache-expired): Add new function.
10235 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10236 wethever we should display image for fetch it.
10237 Compute alt-text earlier to pass it to the fetching function too.
10238 (gnus-html-schedule-image-fetching): Change function argument to only
10239 get one image at a time, not a list.
10240 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10241 cache.
10242 (gnus-html-get-image-data): New function to retrieve image data from
10243 cache.
10244 (gnus-html-put-image): Change buffer argument to use image data rather
10245 than file, and place image above region rather than inserting a new
10246 one. Do not take alt-text as argument, since it's useless now: we place
10247 the image above alt-text.
10248 (gnus-html-prune-cache): Remove.
10249 (gnus-html-show-images): Start to fetch image when we find one, do not
10250 push into a temporary list.
10251 (gnus-html-prefetch-images): Only fetch image if they have expired.
10252 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10253 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10254
10255 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10256
10257 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10258
10259 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10260
10261 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10262 spec inser "*" if the group isn't active instead of 0.
10263
10264 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10265 opening the server.
10266 (nnimap-request-delete-group): Implement group deletion.
10267 (nnimap-transform-headers): Return the size of the entire message in
10268 the Bytes header, not just the size of the first part.
10269 (nnimap-request-move-article): When moving an article from nnimap,
10270 request the article first so the accepting form has an article to
10271 accept. Reported by Dan Christensen.
10272 (nnimap-command): Make sure that the error message doesn't error out.
10273
10274 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10275
10276 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10277 we haven't requested anything.
10278
10279 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10280
10281 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10282 "". Fix found by Andrew Cohen.
10283
10284 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10285 instead of -encode-string.
10286
10287 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10288
10289 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10290
10291 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10292 by mm-subst-char-in-string.
10293
10294 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10295
10296 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10297 waiting for the connection string.
10298
10299 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10300 arriving.
10301
10302 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10303 bogus characters. This allows selecting certain Gmail groups.
10304
10305 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10306 (nnimap-fetch-partial-articles): New variable.
10307 (nnimap-open-connection): When looking for credentials, also use the
10308 nnimap-server-port.
10309 (nnimap-request-article): Return the group/article number, so that Gnus
10310 `^' works as expected.
10311 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10312
10313 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10314 comments.
10315 (gnus-methods-sloppily-equal): New function.
10316 (gnus): When using the development version of Gnus, load the gnus-load
10317 file.
10318
10319 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10320 `gnus-open-server' on each method before trying to scan them etc.
10321 This ensures that all the backend parameters are set correctly.
10322
10323 * nnimap.el (nnimap-authenticator): New variable.
10324 (nnimap-open-connection): Allow anonymous login.
10325 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10326 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10327
10328 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10329 patch, found by Knut Anders Hatlen.
10330
10331 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10332
10333 * gnus-agent.el (gnus-agent-batch-confirmation)
10334 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10335 to gnus-message.
10336 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10337 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10338 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10339 * gnus-int.el (gnus-open-server): Likewise.
10340 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10341 (gnus-score-check-syntax): Likewise.
10342 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10343 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10344 Likewise.
10345 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10346
10347 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10348
10349 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10350 calling conventions so that prefetch doesn't bug out.
10351
10352 2010-09-19 Julien Danjou <julien@danjou.info>
10353
10354 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10355 rather than `subst-char-in-region' in order to be able to replace ASCII
10356 char by UTF-8 ones.
10357
10358 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10359 than curl.
10360 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10361 the right URL and ALT text on images.
10362 (gnus-html-wash-tags): Fix tag case.
10363 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10364 (gnus-article-html): Add -o display_ins_del=2 option.
10365 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10366
10367 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10368
10369 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10370 the extra mail headers, which sometimes seem to happen for unknown
10371 reasons.
10372
10373 * mail-parse.el (mail-header-encode-parameter): Define as
10374 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10375 (or most, perhaps?) mail readers don't understand the latter, but do
10376 understand the former.
10377
10378 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10379 to nil, so that no methods are automatically agentized. I think this
10380 is probably what most users want.
10381
10382 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10383 from url-retrieve, for instance about invalid URLs.
10384
10385 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10386 groups that have no articles.
10387 (nnimap-request-article): Check that we really got an article when we
10388 requested one.
10389
10390 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10391 doesn't exist.
10392
10393 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10394 nntp buffer so the agent can save it.
10395 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10396 that CRLF doesn't get translated to \n.
10397 (nnimap-open-connection): Don't make 'shell commands only send \n.
10398
10399 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10402 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10403 Update var name.
10404 (nnml-generate-nov-file): Use dolist.
10405 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10406 Use with-current-buffer.
10407
10408 2010-09-18 Julien Danjou <julien@danjou.info>
10409
10410 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10411 parallel.
10412
10413 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10414
10415 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10416 the range update right.
10417 (nnimap-request-group): Don't make `M-g' bug out on group with no
10418 marks.
10419 (nnoo): Require, so that other packages can require nnimap.
10420 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10421 command we're looking for. This helps when the server sends more
10422 responses after we've gotten everything we expected.
10423 (nnimap): Add a `newlinep' field to keep track of end-of-line
10424 conventions.
10425 Don't send CRLF to things that don't want it.
10426 (nnimap-request-accept-article): Ditto.
10427
10428 2010-09-18 Julien Danjou <julien@danjou.info>
10429
10430 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10431 than curl to retrieve images.
10432
10433 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10434
10435 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10436 the marks.
10437 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10438 (nnimap-wait-for-connection): New function.
10439 (nnimap-open-connection): If we have PREAUTH, don't query for login
10440 credentials.
10441 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10442 when doing a partial update.
10443
10444 2010-09-18 Julien Danjou <julien@danjou.info>
10445
10446 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10447 tags.
10448
10449 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10450
10451 * nnimap.el (nnimap-credentials): New function.
10452 (nnimap-open-connection): Use the new function to look for credentials
10453 also on the numeric equivalents of "imap" and "imaps".
10454
10455 * gnus-start.el (gnus-activate-group): Send the info to
10456 gnus-request-group.
10457
10458 * nnimap.el (nnimap-request-group): Have the "check" version of the
10459 function parse flags and update the info, so that a `M-g' get a total
10460 resync of all flags from the group.
10461
10462 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10463 to allow backends to alter the info on group selection. Also alter all
10464 the backend -request-group functions to take the parameter.
10465
10466 * nnimap.el (nnimap-store-info): New function.
10467 (nnimap-update-info): Store the info for later usage.
10468 (nnimap-request-group): Use the stored info for the dont-check case, so
10469 that we don't retrieve all marks when we enter a group.
10470
10471 * nnimap.el: Use deffoo instead of defun for interface functions.
10472
10473 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10474 update the group info. This makes the nndraft groups, for instance, go
10475 back to their old behavior.
10476
10477 * gnus-sum.el (gnus-select-newsgroup): Indent.
10478
10479 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10480 in.
10481 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10482 nothing.
10483
10484 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10485 from methods that are denied.
10486
10487 * gnus-int.el (gnus-method-denied-p): New function.
10488
10489 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10490 store the password instead of netrc.
10491 (nnimap-open-connection): Don't error out when we can't make a
10492 connections.
10493
10494 * auth-source.el (auth-source-create): In the password prompt, say what
10495 we're querying for. Also prompt for user name if that hasn't been
10496 given.
10497
10498 * nnimap.el (nnimap-with-process-buffer): Remove.
10499
10500 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10501
10502 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10503 method when we're reading from the agent.
10504
10505 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10506
10507 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10508 that's probably most useful for users.
10509
10510 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10511 "failed" all the time.
10512
10513 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10514 ...)) with (with-current-buffer ...).
10515
10516 * nntp.el (nntp-open-server): Return whether the open was successful or
10517 not.
10518
10519 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10520 select an unread unseen article first.
10521
10522 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10523 /etc/services, supply some sensible port defaults.
10524
10525 2010-09-17 Julien Danjou <julien@danjou.info>
10526
10527 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10528
10529 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10530
10531 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10532 doesn't have any parameters.
10533
10534 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10535
10536 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10537 only upcased checks.
10538
10539 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10540
10541 * nnimap.el (nnimap-open-shell-stream): New function.
10542 (nnimap-open-connection): Use it.
10543 (nnimap-transform-headers): Get the number of lines in each message.
10544 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10545 number of lines.
10546 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10547 problem.
10548
10549 * utf7.el (utf7-encode): Autoload.
10550
10551 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10552 to allow the mail splitting to not return a default group. This is
10553 useful for nnimap, which will leave unmatched mail in the inbox.
10554
10555 * nnimap.el: Rewritten.
10556
10557 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10558 nnimap usage.
10559
10560 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10561 if the move is internal, so that nnimap can do fast internal moves.
10562
10563 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10564 data.
10565 (gnus-read-active-for-groups): Support finishing the early retrieval of
10566 data.
10567
10568 * gnus-range.el (gnus-range-nconcat): New function.
10569
10570 * gnus-int.el (gnus-finish-retrieve-group-infos)
10571 (gnus-retrieve-group-data-early): New functions.
10572
10573 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10576 (nnrss-retrieve-groups):
10577 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10578 (pop3-quit): Use with-current-buffer.
10579
10580 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10581
10582 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10583 instead of nnheader-accept-process-output.
10584
10585 * gnus-html.el (gnus-html-schedule-image-fetching)
10586 (gnus-html-prefetch-images): Replace process-kill-without-query by
10587 gnus-set-process-query-on-exit-flag.
10588
10589 2010-09-16 Romain Francoise <romain@orebokech.com>
10590
10591 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10592
10593 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10594
10595 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10596 parameter to unintern is mandatory-ish in Emacs 24.
10597
10598 * gnus-html.el (gnus-html-schedule-image-fetching)
10599 (gnus-html-prefetch-images): Check for curl before using it.
10600
10601 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10602 depend on curl, which isn't essential.
10603
10604 * imap.el: Revert back to version
10605 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10606 seem problematic.
10607
10608 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10609
10610 * gnus-registry.el (gnus-registry-install-shortcuts):
10611 Explicitly pass `obarray' to `unintern' to avoid a warning.
10612
10613 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10614
10615 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10616 change.
10617
10618 * nnrss.el (nnrss-request-list): Remove this function and related
10619 functions, including the moreover stuff.
10620
10621 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10622
10623 * nnrss.el (nnrss-retrieve-groups): New function.
10624
10625 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10626
10627 * .dir-locals.el: Add no-byte-compile cookie.
10628
10629 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10630
10631 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10632 for back end that doesn't support request-scan.
10633
10634 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10635
10636 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10637 then do request scans from the backends.
10638
10639 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10640 avoid running a hook per line, since this takes a lot of time,
10641 profiling shows.
10642 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10643 directly if gnus-visual-p is true.
10644
10645 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10646
10647 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10648 groups; replace mapcar with dolist which is a bit faster; pass groups
10649 info to gnus-read-active-file-1.
10650 (gnus-read-active-file-1): Scan only specified groups if the new
10651 optional arg `infos' is given.
10652
10653 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10654
10655 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10656
10657 * pop3.el (pop3-movemail): Remove.
10658 (pop3-streaming-movemail): Rename to pop3-movemail.
10659
10660 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10661 don't restrict end-tag searches to the end of the line.
10662
10663 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10664
10665 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10666 articles of every unchecked group to t, which means unknown since the
10667 server has never been opened.
10668
10669 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10670
10671 * gnus-html.el (gnus-html-show-alt-text): New command.
10672 (gnus-html-browse-image): Ditto.
10673 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10674 to browse the image directly.
10675 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10676 better.
10677
10678 * gnus-async.el (gnus-async-article-callback):
10679 Call `gnus-html-prefetch-images' unconditionally.
10680
10681 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10682 before feeding URLs to curl.
10683
10684 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10685
10686 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10687 internal images as deletable by `W D D'.
10688
10689 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10690 (gnus-async-article-callback): Fix typo.
10691
10692 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10693
10694 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10695 current line to work around bugs in the output from w3m.
10696
10697 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10698 for groups that want that.
10699
10700 * nntp.el (nntp-wait-for-string): Supply a timeout for
10701 accept-process-output to ensure progress.
10702
10703 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10704 level to get unread articles from, then use that for foreign groups,
10705 too.
10706
10707 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10708 confuses the rest of the function.
10709
10710 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10711 for the methods that support -retrieve-groups, too.
10712
10713 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10714
10715 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10716
10717 * pop3.el: Require cl when compiling.
10718 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10719
10720 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10721
10722 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10723 that aren't going to be activated.
10724 (gnus-get-unread-articles): Fix up the last commit.
10725
10726 * gnus-html.el (gnus-article-html): Allow calling without specifying
10727 the handle. In that case, dissect the buffer first.
10728
10729 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10730
10731 * nnimap.el (nnimap-open-connection): Revert the change that would look
10732 into authinfo for imaps instead of imap.
10733
10734 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10735 say that you don't want to call gnus-request-group with don-check, but
10736 do check the response. This is for virtual groups only.
10737 (gnus-get-unread-articles): Count the archive groups as secondary, so
10738 that they're activated the same way as before.
10739
10740 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10741 case-insensitively.
10742 (nnimap-debug): Remove.
10743
10744 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10745 mail from a file, and the file doesn't exist.
10746
10747 * pop3.el (pop3-streaming-movemail): Return t for success.
10748
10749 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10750 .authinfo if we're using ssl connection.
10751
10752 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10753 already have if we're in a main Gnus `g' run.
10754
10755 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10756
10757 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10758
10759 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10760
10761 * nnmh.el (nnmh-request-list-1): Bind `file'.
10762
10763 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10764 alias to set-process-query-on-exit-flag or process-kill-without-query.
10765 (pop3-open-server): Use it.
10766
10767 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10768
10769 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10770 box to the Incoming file. Fixes mistake in previous checkin.
10771
10772 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10773 request loop (for debugging purposes) removed.
10774
10775 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10776 culprit is more visible.
10777 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10778 (nnml-add-incremental-nov): New functions to do "incremental" nov
10779 updates, where we just append to the end of the existing nov files
10780 without reading/writing them in full.
10781
10782 * mail-source.el (mail-source-delete-crash-box): Really only check the
10783 incoming files once in a while.
10784
10785 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10786
10787 * mail-source.el (mail-source-delete-crash-box): Only check the
10788 incoming files for deletion once per day to save a lot of file
10789 accesses.
10790
10791 * pop3.el (pop3-logon): Fix up unbound variable typo.
10792
10793 * mail-source.el (pop3-streaming-movemail): Autoload.
10794
10795 * pop3.el (pop3-streaming-movemail):
10796 Respect pop3-leave-mail-on-server.
10797
10798 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10799 retrieval.
10800
10801 * pop3.el (pop3-process-filter): Remove unused function.
10802 (pop3-streaming-movemail, pop3-send-streaming-command)
10803 (pop3-wait-for-messages, pop3-write-to-file)
10804 (pop3-number-of-responses): New functions for streaming pop3
10805 retrieval.
10806
10807 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10808 come from no known methods.
10809 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10810 list.
10811
10812 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10813 message sizes.
10814 (pop3-movemail): Use erase-buffer instead of looping and deleting
10815 regions, which seems rather odd.
10816
10817 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10818 file once per `g' run.
10819
10820 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10821 directories. This makes the draft queue directory work.
10822
10823 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10824 data from the backends, so that we only request the list of groups from
10825 each method once. This should speed things up considerably.
10826
10827 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10828 detect that it's not implemented.
10829
10830 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10831 we actually do recurse down into the tree, but don't stat all leaf
10832 nodes.
10833
10834 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10835 then say so instead of bugging out.
10836
10837 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10838 files exist before trying to read them.
10839
10840 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10841 around <pre_int>.
10842
10843 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10844
10845 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10846
10847 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10848
10849 * mm-util.el (mm-image-load-path): Just return the image directories,
10850 not all directories in the path in addition to the image directories.
10851 (mm-image-load-path): Maintain a cache of the image directories so that
10852 the `g' command in Gnus doesn't have to stat dozens of directories each
10853 time.
10854
10855 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10856 (gnus-html-wash-tags): Add a new `i' command to insert images.
10857 (gnus-html-insert-image): New command and keystroke.
10858 (gnus-html-redisplay-with-images): New command and keystroke.
10859 (gnus-html-show-images): Rename command.
10860 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10861 spacers.
10862 (gnus-html-wash-tags): Decode entities at the end, so that entities
10863 inside the tags don't mess up the rest of the "parsing".
10864
10865 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10866 so that nnimap methods aren't agentized by default. There's apparently
10867 many problems related to agent/imap behavior.
10868
10869 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10870
10871 * gnus-html.el: Doc fix.
10872
10873 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10874
10875 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10876 glyph-width and glyph-height instead of display-graphic-p and
10877 image-size; make avoidance of displaying small images work for XEmacs.
10878
10879 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10880 for XEmacs.
10881
10882 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10883 of symbol that holds plist data.
10884 (gnus-process-plist): Remove plist of process after getting it.
10885
10886 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10887
10888 * message.el (message-generate-hashcash): Change default to
10889 'opportunistic if hashcash is installed.
10890
10891 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10892 (gnus-html-put-image): Only call image-size once, since it's somewhat
10893 time-consuming on remote X servers.
10894
10895 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10896
10897 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10898 decoded contents.
10899 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10900
10901 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10902
10903 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10904 group line format, since it isn't very interesting.
10905
10906 * gnus-agent.el (gnus-agent-short-article),
10907 (gnus-agent-long-article): Increase values for these two variables,
10908 since most people are likely to have more network connection and
10909 storage than before.
10910
10911 * gnus.el (gnus-refer-article-method): Change default to 'current.
10912 When referring an article, the common behavior is to refer it from the
10913 current select method, not the native select method. The chances of
10914 the native select method having the message in question is rather slim
10915 these days.
10916
10917 * gnus-sum.el (gnus-auto-select-subject): Change default to
10918 `unseen-or-unread'. I think it's likely that most people want to
10919 select an unseen article over a previously seen, but unread one.
10920
10921 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10922 means that in the article buffer none of the minor mode elements will
10923 be shown, usually, and this is not desirable in most cases.
10924
10925 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10926 that commands like `d' (and the like) go to the next line in the
10927 buffer, instead of the next unread article. I think this is the
10928 behavior that is most natural for most users.
10929 (gnus-single-article-buffer): Change default to nil, so that people can
10930 have as many article buffers open as they have summary buffer. I think
10931 this is the most natural way for the groups to behave.
10932
10933 * message.el (message-generate-new-buffers): Change default to
10934 `unsent', so that all new message buffers start their names with the
10935 string "*unsent", and it's easier to find the buffers if you move from
10936 them.
10937
10938 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10939
10940 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10941 small. They're probably tracking images.
10942 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10943 (gnus-html-rescale-image): Yet another try at getting the image sizing
10944 right.
10945
10946 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10947 nntp-marks-file-name is nil.
10948
10949 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10950
10951 * gnus-html.el (gnus-html-wash-tags)
10952 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10953 Better logging.
10954
10955 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10956
10957 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10958
10959 * gnus-html.el (gnus-html-wash-tags): Check the value of
10960 gnus-blocked-images in the summary buffer.
10961
10962 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10963
10964 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10965
10966 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10967
10968 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10969 like "a", it seems like.
10970 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10971 since it needs to be picked from the correct buffer.
10972
10973 * nnwfm.el: Remove.
10974
10975 * nnlistserv.el: Remove.
10976
10977 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10978
10979 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10980 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10981
10982 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10983
10984 * nnkiboze.el: Remove.
10985
10986 * nndb.el: Remove.
10987
10988 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10989 alt text.
10990 (gnus-html-rescale-image): Try to get the rescaling logic right for
10991 images that are just wide and not tall.
10992
10993 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10994 overshadow variable bindings.
10995
10996 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10997
10998 * gnus-html.el (gnus-html-wash-tags)
10999 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11000 Add extra logging.
11001
11002 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11003
11004 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11005 (gnus-max-image-proportion): New variable.
11006 (gnus-html-rescale-image): New function.
11007 (gnus-html-put-image): Rescale images.
11008
11009 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 Fix up some byte-compiler warnings.
11012 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11013 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11014 (gnus-article-fill-cited-article, gnus-article-hide-citation)
11015 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11016 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11017 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11018 (gnus-group-update-group): Use save-excursion and with-current-buffer.
11019
11020 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11021
11022 * gnus-html.el (gnus-article-html): Decode contents by charset.
11023
11024 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11025
11026 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11027 (gnus-html-frame-width, gnus-blocked-images):
11028 * message.el (message-prune-recipient-rules): Add custom version.
11029 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11030
11031 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11032 functions.
11033
11034 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11035 gnus-process-get.
11036
11037 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11038
11039 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11040 instead of lsub directly.
11041
11042 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11043
11044 * nnwarchive.el: Remove.
11045
11046 * gnus-soup.el: Remove.
11047
11048 * nnsoup.el: Remove.
11049
11050 * nnultimate.el: Remove.
11051
11052 * gnus-html.el (gnus-blocked-images): New variable.
11053
11054 * message.el (message-prune-recipients): New function.
11055 (message-prune-recipient-rules): New variable.
11056
11057 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11058 guess whether a long line is natural text or not.
11059
11060 * gnus-html.el (gnus-html-schedule-image-fetching):
11061 Use gnus-process-plist and friends for compatibility.
11062
11063 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11064
11065 * gnus-html.el: Require packages that define macros used in this file.
11066 (gnus-article-mouse-face): Declare to silence byte-compiler.
11067 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11068 process-get.
11069 (gnus-html-put-image): Use plist-get to avoid getf.
11070 (gnus-html-prefetch-images): Use with-current-buffer.
11071
11072 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11073
11074 * gnus-ems.el: Provide compatibility functions for
11075 gnus-set-process-plist.
11076
11077 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11078 * gnus.el (gnus-valid-select-methods):
11079 * message.el (message-send-mail-partially-limit):
11080 * mm-decode.el (mm-text-html-renderer):
11081 * mml.el (mml-insert-mime-headers-always):
11082 * smiley.el (smiley-regexp-alist): Bump custom version.
11083
11084 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11085
11086 * gnus-html.el: Require mm-url.
11087 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11088 with the url to `url'.
11089 (gnus-html-wash-tags): Support cid: URLs/images.
11090
11091 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11092
11093 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11094 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11095 bindings, as they aren't useful at all. `w' is moved to `W w'.
11096
11097 * gnus-move.el: Remove file, since it doesn't really work.
11098
11099 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11100 UTF-8. This seems to fix problems with some German web feeds.
11101
11102 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11103 at the top so that the proper colors are applied.
11104
11105 * gnus-art.el (gnus-article-view-part): Doc fix.
11106
11107 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11108 XEmacs-compatible.
11109 (gnus-html-put-image): Don't do images on non-graphic displays.
11110
11111 * nnslashdot.el: Remove this unused backend.
11112
11113 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11114 actions.
11115 (gnus-undo-register-1): Revert last change.
11116
11117 * gnus-group.el (gnus-group-completing-read): Protect against not
11118 having completion-styles bound.
11119
11120 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11121 make broken recipients happier.
11122
11123 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11124
11125 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11126 point parameter.
11127
11128 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11129 completion-styles for group selection.
11130
11131 2009-02-04 Andreas Schwab <schwab@suse.de>
11132
11133 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11134 headers and regexp-quote the match if necessary.
11135
11136 2009-03-24 Miles Bader <miles@gnu.org>
11137
11138 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11139 the blinking smiley.
11140
11141 2009-03-24 Simon Josefsson <simon@josefsson.org>
11142
11143 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11144 blink smiley.
11145
11146 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11147
11148 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11149 where the dribbel file lives exists.
11150
11151 * message.el (message-send-mail-partially-limit): Change the default to
11152 nil, since most people don't want this.
11153
11154 * mm-url.el (mm-url-decode-entities): Also decode entities like
11155 &#x3212.
11156
11157 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11158
11159 * gnus-sum.el (gnus-summary-idna-message):
11160 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11161 Hyperlink urls in docstrings with URL `...'.
11162
11163 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11164
11165 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11166 functions.
11167
11168 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11169
11170 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11171 say what the mouseover text should be.
11172
11173 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11174 version of the mm-w3m-safe-url-regexp variable to only download images
11175 in the groups where we want that to happen.
11176
11177 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11178
11179 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11180 easier debugging.
11181 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11182 big pictures in the article buffer.
11183
11184 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11185 gnus-article-html.
11186 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11187 w3m.
11188
11189 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11190
11191 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11192
11193 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11194 which doesn't exist.
11195
11196 * message.el (message-inhibit-ecomplete): New variable to allow some
11197 function to inhibit ecomplete address storage.
11198 (message-resend): Disable ecomplete message storage when resending
11199 messages.
11200
11201 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11202
11203 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11204
11205 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11206 Save excursion while copying, moving, and deleting articles in order to
11207 prevent the cursor from jumping to unforeseen place.
11208
11209 2010-08-17 Glenn Morris <rgm@gnu.org>
11210
11211 * gnus-sync.el: Require gnus components whose functions are used.
11212
11213 * gnus-art.el (bookmark-make-record-function):
11214 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11215 Declare for compiler.
11216
11217 * mm-url.el (mml-compute-boundary): Autoload.
11218
11219 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11220
11221 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11222
11223 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11224
11225 Typo fix "hoo4a" -> "hook".
11226
11227 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11228
11229 2010-08-14 Glenn Morris <rgm@gnu.org>
11230
11231 * gnus-sync.el (gnus-sync): Fix defgroup version.
11232
11233 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11234
11235 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11236
11237 * gnus-sync.el: Fix docs.
11238 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11239 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11240
11241 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11242
11243 Optimizations for gnus-sync.el.
11244
11245 * gnus-sync.el: Add docs about gnus-sync-backend
11246 possibilities.
11247 (gnus-sync-save): Remove unnecessary message.
11248 (gnus-sync-read): Optimize and show what groups were skipped.
11249
11250 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11251
11252 Minor bug fixes for gnus-sync.el.
11253
11254 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11255 Don't read the sync on get-new-news.
11256
11257 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11258 quiet.
11259
11260 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11261 (fix typo).
11262
11263 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11264
11265 Make saving and restoring of hidden threads work with overlays.
11266 Patch applied by Ted Zlatanov.
11267
11268 * gnus-sum.el (gnus-hidden-threads-configuration)
11269 (gnus-restore-hidden-threads-configuration): Update to deal with text
11270 properties, rather than searching for a magic character.
11271
11272 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11273
11274 New gnus-sync.el library for synchronization of marks.
11275
11276 * gnus-sync.el: New library for synchronization of marks.
11277
11278 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11279 renamed from `gnus-registry-grep-in-list'.
11280
11281 * gnus-registry.el (gnus-registry-follow-group-p):
11282 Use `gnus-grep-in-list'.
11283
11284 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11285
11286 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11287
11288 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11289 determining charset of text fails.
11290
11291 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11292
11293 * nnmail.el (nnmail-get-new-mail-1): Revert.
11294
11295 * nnml.el (nnml-active-number): Make sure names of newly created groups
11296 in nnml-group-alist are encoded.
11297
11298 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11299
11300 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11301 containing non-ASCII characters in active file for nnml back end.
11302
11303 2010-07-24 David Engster <dengste@eml.cc>
11304
11305 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11306 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11307
11308 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11309
11310 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11311 tag (Bug#6654).
11312
11313 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11314
11315 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11316 the article buffer, not the summary buffer.
11317
11318 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11319
11320 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11321 Emacs 23 as well.
11322
11323 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11324
11325 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11326 Patch applied by Karl Fogel.
11327
11328 * gnus-sum.el (gnus-summary-bookmark-make-record):
11329 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11330
11331 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11332
11333 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11334 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11335 C-w still not working correctly from Article buffers; Thierry's
11336 patch to fix that will be applied after this.
11337
11338 * gnus-art.el (bookmark-make-record-function): New local variable.
11339
11340 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11341 article buffer.
11342 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11343
11344 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11345
11346 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11347 on changes in bookmark.el.
11348
11349 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11350
11351 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11352 the *other* type of HTML form submission.
11353
11354 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11355
11356 * auth-source.el (auth-source-pick): If choice does not contain a
11357 questioned keyword, set the check to t.
11358
11359 2010-06-12 Romain Francoise <romain@orebokech.com>
11360
11361 * gnus-util.el (gnus-date-get-time): Move up before first use.
11362
11363 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11364
11365 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11366 (gnus-article-edit-part): Bind it to make last part that is substituted
11367 or deleted visible.
11368 (gnus-mime-display-single): Buttonize part of which id equals to
11369 gnus-mime-buttonized-part-id.
11370
11371 2010-06-10 Dan Christensen <jdc@uwo.ca>
11372
11373 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11374 (gnus-dd-mmm): Use gnus-date-get-time.
11375 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11376 simplify logic.
11377 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11378 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11379
11380 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11381
11382 * auth-source.el (top): Autoload `secrets-list-collections',
11383 `secrets-create-item', `secrets-delete-item'.
11384 (auth-sources): Fix tag string.
11385 (auth-get-source, auth-source-retrieve, auth-source-create)
11386 (auth-source-delete): New defuns.
11387 (auth-source-pick): Rewrite in order to avoid 2 passes.
11388 (auth-source-forget-user-or-password): New parameter USERNAME.
11389 (auth-source-user-or-password): New parameters CREATE-MISSING and
11390 DELETE-EXISTING. Retrieve password interactively, if needed.
11391
11392 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11393
11394 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11395 deleting unused directories when gnus-expert-user is t.
11396
11397 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11398
11399 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11400 for each temp file when gnus-article-browse-delete-temp is ask.
11401
11402 2010-05-20 Kevin Ryde <user42@zip.com.au>
11403
11404 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11405
11406 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11407
11408 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11409 article unless decoding article to be saved.
11410
11411 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11412
11413 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11414 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11415 generated within the mm-with-unibyte-current-buffer macro.
11416
11417 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11418
11419 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11420 to nil when we're in a mml-preview buffer and no group is selected.
11421
11422 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11423
11424 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11425 when catching the `C-g'. Reported by "Leo".
11426
11427 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11428
11429 * message.el (message-forward-make-body-plain)
11430 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11431 multibyte-string-p.
11432
11433 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11434
11435 * message.el (message-forward-make-body-mml): Assume original message
11436 is multibyte string; error on unibyte.
11437 (message-forward-make-body-plain): Ditto; don't add excessive newline
11438 in body end.
11439
11440 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11441
11442 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11443 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11444
11445 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11446
11447 * mm-extern.el (mm-extern-url): Don't use
11448 mm-with-unibyte-current-buffer.
11449 (mm-extern-cache-contents): Use with-current-buffer instead of
11450 save-excursion + set-buffer.
11451
11452 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * mm-util.el (mm-emacs-mule): Remove.
11455
11456 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11457
11458 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11459 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11460 change.
11461
11462 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11463
11464 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11465 bind the default value of enable-multibyte-characters to nil.
11466
11467 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11468
11469 * message.el (message-forward-make-body-plain)
11470 (message-forward-make-body-mml):
11471 Don't use mm-with-unibyte-current-buffer.
11472
11473 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11474
11475 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11476 (Bug#5592).
11477
11478 2010-05-07 Julien Danjou <julien@danjou.info>
11479
11480 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11481 it to mm-pipe-part.
11482
11483 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11484 it is given.
11485
11486 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11487
11488 * nnweb.el (nnweb-gmane-search):
11489 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11490 XEmacs.
11491
11492 * gnus-art.el (gnus-article-browse-html-parts):
11493 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11494 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11495 make-temp-file.
11496
11497 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11498 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11499 compiling.
11500
11501 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11502 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11503 XEmacs when compiling.
11504
11505 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11506 gnus-pick-mode-off-hook for XEmacs when compiling.
11507 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11508 gnus-binary-mode-off-hook for XEmacs when compiling.
11509
11510 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11511 Return nil if char-charset is not available.
11512
11513 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11514 macro.
11515
11516 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11517 instead of encode-coding-string.
11518
11519 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11520 'xemacs) instead of mm-emacs-mule to switch function definitions.
11521 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11522
11523 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11524
11525 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11526
11527 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11528
11529 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11530 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11531
11532 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11533
11534 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11535 alias `jka-compr-delete-temp-file' no longer exists.
11536
11537 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 Use define-minor-mode in Gnus where applicable.
11540 * mml.el (mml-mode): Use define-minor-mode.
11541 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11542 (gnus-undo-mode): Use define-minor-mode.
11543 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11544 (gnus-dead-summary-mode): Use define-minor-mode.
11545 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11546 Initialize in declaration.
11547 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11548 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11549 (gnus-mailing-list-mode): Use define-minor-mode.
11550 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11551 (gnus-draft-mode): Use define-minor-mode.
11552 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11553 (gnus-dired-mode): Use define-minor-mode.
11554
11555 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11556
11557 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11558 handles on recursive mml-to-mime translation and check them for
11559 boundary delimiter collisions. Reported by Greg Troxel.
11560
11561 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11562
11563 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11564
11565 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11566
11567 * mm-util.el (mm-find-buffer-file-coding-system):
11568 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11569
11570 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11571
11572 * message.el (message-generate-headers): Record insertion of optional
11573 headers as well. Otherwise the check to prevent repeated insertion of
11574 optional headers is a no-op.
11575
11576 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11577
11578 * smime.el: Don't mention CVS.
11579
11580 * nnrss.el (nnrss-fetch): Don't mention CVS.
11581
11582 * nnir.el: Don't mention CVS.
11583
11584 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * gnus-sum.el (gnus-summary-bookmark-make-record):
11587 Add `location' field.
11588
11589 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11590
11591 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11592 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11593 Use with-current-buffer to silence the byte-compiler.
11594 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11595 bother to require `gnus'.
11596 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11597
11598 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11599
11600 * gnus-sum.el (gnus-summary-bookmark-make-record)
11601 (gnus-summary-bookmark-jump): New functions.
11602 (gnus-summary-mode): Setup bookmark support.
11603
11604 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11605
11606 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11607 if set.
11608
11609 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11610
11611 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11612 gnus-article-browse-html-save-cid-image; make it work recursively for
11613 forwarded messages as well.
11614 (gnus-article-browse-html-parts): Work when prefix arg is given.
11615 (gnus-article-browse-html-article): Doc fix.
11616
11617 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11618
11619 * message.el (message-default-mail-headers)
11620 (message-default-headers): Carry the value mail-default-headers over
11621 into message-default-mail-headers, rather than message-default-headers.
11622
11623 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11624
11625 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11626 charset.
11627
11628 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11629 charset into the <meta> tag when the article is encoded to utf-8.
11630
11631 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11632
11633 * gnus-art.el (gnus-article-browse-delete-temp-files):
11634 Delete directories as well.
11635 (gnus-article-browse-html-parts): Work for images that do not specify
11636 file names; delete temp directory when quitting; insert header at the
11637 right place; use file: scheme for image files.
11638
11639 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11640
11641 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11642 (gnus-article-browse-html-parts): Use it to make temporary cid image
11643 files in addition to html file so that browser may display them.
11644
11645 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11646
11647 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11648
11649 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11650
11651 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11652
11653 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11654
11655 * auth-source.el (auth-sources): Change default to be simpler.
11656 Explain about Secret Service API sources. Improve Customize options.
11657 (auth-source-pick): Change to accept any number of search parameters.
11658 Implement fallbacks iteratively, not recursively. Add scoring on the
11659 second pass and sort by score. Call Secret Service API when needed.
11660 (auth-source-user-or-password): Use it. Call Secret Service API
11661 directly when needed to get the user name and the password.
11662
11663 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11664
11665 * message.el (message-interactive): Doc fix.
11666 (message-qmail-inject-args): Reflow.
11667 (message-kill-to-signature): Fix typo in docstring.
11668
11669 * smiley.el (smiley-buffer): Fix typo in docstring.
11670
11671 2010-03-24 Glenn Morris <rgm@gnu.org>
11672
11673 * mail-source.el (gnus-message): Declare.
11674 (mail-source-delete-old-incoming): Require gnus-util.
11675
11676 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11677
11678 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11679
11680 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11681
11682 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11683 password-cache's default if it is not bound.
11684 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11685 password-cache-expiry's default if it is not bound.
11686
11687 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11688 available in Emacs 21.
11689
11690 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11691
11692 * auth-source.el (auth-sources): Fix up definition so extra parameters
11693 are always inline.
11694
11695 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11696
11697 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11698 wasn't updated after mismatch. Clear cached mailbox info correctly
11699 when uidvalidity changes.
11700 (nnimap-group-prefixed-name): New function to avoid some code
11701 duplication.
11702 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11703 (nnimap-request-group): Use it.
11704 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11705 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11706 with many imap folders. This is done by caching the group status from
11707 the imap server persistently in a group parameter `imap-status'. (This
11708 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11709 but not persistently, so every Gnus startup was still very slow.)
11710
11711 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11712
11713 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11714 secrets.el dependency.
11715 (auth-sources): Add optional user name. Add secrets.el configuration
11716 choice (unused right now).
11717
11718 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11719
11720 * gnus-sum.el (gnus-summary-make-menu-bar):
11721 Let `gnus-registry-install-shortcuts' fill in the functions.
11722
11723 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11724 warnings.
11725 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11726 (gnus-registry-install-shortcuts): Populate and use it in a
11727 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11728
11729 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11730
11731 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11732 In-place substitutions for the group name encoding/decoding.
11733 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11734 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11735 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11736 (nnimap-update-unseen, nnimap-request-list)
11737 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11738 (nnimap-request-set-mark, nnimap-split-to-groups)
11739 (nnimap-split-articles, nnimap-request-newgroups)
11740 (nnimap-request-create-group, nnimap-request-accept-article)
11741 (nnimap-request-delete-group, nnimap-request-rename-group)
11742 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11743 `encoded-mbx' for consistency.
11744 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11745 variable `imap-current-mailbox'.
11746
11747 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11748 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11749
11750 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11751
11752 * pop3.el (pop3-display-message-size-flag): Display message size byte
11753 counts during POP3 download.
11754 (pop3-movemail): Use it.
11755 (pop3-list): Implement listing of available messages.
11756
11757 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11758
11759 * nnir.el (nnir-get-article-nov-override-function): New function to
11760 override the normal NOV retrieval.
11761 (nnir-retrieve-headers): Use it.
11762
11763 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11764
11765 * auth-source.el (netrc-machine-user-or-password): Autoload.
11766
11767 2010-03-19 Glenn Morris <rgm@gnu.org>
11768
11769 Stop message.el from loading about 40 libraries it doesn't always need.
11770 The general approach is to autoload rather than require, and to
11771 require in the specific functions rather than the file. (Bug#5642)
11772
11773 * gmm-utils.el: Don't require wid-edit.
11774 (widget-create-child-value, widget-convert, widget-default-get):
11775 Autoload.
11776
11777 * gnus-util.el: Don't require time-date, netrc.
11778 (message-fetch-field, gnus-group-name-decode): Declare rather than
11779 autoloading.
11780 (gnus-fetch-field): Require message.
11781 (gnus-decode-newsgroups): Require gnus-group.
11782
11783 * ietf-drums.el: Don't require time-date.
11784
11785 * message.el: Don't require hashcash, canlock, ecomplete.
11786 Do require mail-utils. Require nnheader only when compiling.
11787 (smtpmail-default-smtp-server): Remove declaration.
11788 (message-send-mail-function): Check smtpmail-default-smtp-server
11789 is bound rather than requiring smtpmail.
11790 (message-auto-save-directory, message-insert-signature):
11791 Use expand-file-name rather than nnheader-concat.
11792 (nnheader-insert-file-contents): Autoload.
11793 (hashcash-wait-async): Declare.
11794 (message-send-mail): Only call gnus-setup-posting-charset if
11795 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11796 (message-send-mail-with-sendmail): Require sendmail.
11797 (canlock-password, canlock-password-for-verify): Declare.
11798 (message-canlock-password): Require canlock.
11799 (nnheader-get-report): Autoload.
11800 (gnus-setup-posting-charset): Declare.
11801 (message-send-news): Require gnus-msg.
11802 (message-make-references, message-make-in-reply-to): Use mail-header-id
11803 rather than the alias mail-header-message-id.
11804 (ecomplete-add-item, ecomplete-save): Declare.
11805 (message-put-addresses-in-ecomplete): Require ecomplete.
11806 (ecomplete-display-matches): Autoload.
11807
11808 * mm-decode.el: Don't require mailcap, gnus-util.
11809 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11810 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11811 Autoload.
11812 (mailcap-mime-extensions): Declare.
11813
11814 * mm-encode.el: Don't require mailcap.
11815 (mailcap-extension-to-mime): Autoload.
11816
11817 * mml-sec.el: Don't require password-cache.
11818
11819 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11820 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11821 (mml-minibuffer-read-type): Require mailcap.
11822 (mml-preview): Require gnus-msg.
11823
11824 * mml1991.el: Require password-cache.
11825 (password-cache-expiry): Remove declaration.
11826
11827 * mml2015.el: Require password-cache.
11828 (password-cache-expiry): Remove declaration.
11829
11830 * nneething.el (mailcap): Require mailcap.
11831
11832 * nnheader.el (declare-function): Add compatibility stub.
11833 (message-remove-header): Declare rather than autoload.
11834 (nnheader-replace-header): Require message.
11835
11836 * nnimap.el (declare-function): Add compatibility stub.
11837 (netrc-parse, netrc-machine-user-or-password): Declare.
11838 (nnimap-open-connection): Require netrc.
11839
11840 * nntp.el (declare-function): Add compatibility stub.
11841 (netrc-parse, netrc-machine, netrc-get): Declare.
11842 (nntp-send-authinfo): Require netrc.
11843
11844 * rfc2047.el: Don't require qp.
11845 (quoted-printable-encode-region, quoted-printable-decode-string):
11846 Autoload.
11847
11848 * sieve-mode.el: Don't require easymenu.
11849 (easy-menu-add-item): Autoload it.
11850
11851 * spam-stat.el (time-to-number-of-days): Autoload it.
11852
11853 2010-03-17 Kevin Ryde <user42@zip.com.au>
11854
11855 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11856 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11857 value if any backslash escapes).
11858
11859 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11860
11861 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11862 if it is available. (bug#5647)
11863
11864 2010-02-26 Glenn Morris <rgm@gnu.org>
11865
11866 * message.el (message-send-mail-function): Change the default, so that
11867 it inherits from a customized send-mail-function. (Bug#5643)
11868
11869 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11872 shell-command-to-string signals an error (bug#5299).
11873
11874 2010-02-24 Glenn Morris <rgm@gnu.org>
11875
11876 * message.el (message-smtpmail-send-it)
11877 (message-send-mail-with-mailclient): Doc fixes.
11878
11879 2010-02-16 Glenn Morris <rgm@gnu.org>
11880
11881 * message.el (message-default-mail-headers): Change the default value
11882 to ease the transition from mail-mode to message-mode. (Bug#5555)
11883
11884 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11885
11886 * message.el (message-mail): Just pass yank-action on to message-setup.
11887 (message-setup): Handle (FUN . ARGS) form of yank-action.
11888 (message-with-reply-buffer, message-widen-reply)
11889 (message-yank-original): Handle non-buffer values of
11890 message-reply-buffer (Bug#4080).
11891 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11892
11893 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11894
11895 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11896 Fix typo in docstring.
11897
11898 2010-01-08 Jason Rumney <jasonr@gnu.org>
11899
11900 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11901 response.
11902
11903 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11904
11905 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11906
11907 * message.el (message-check-news-header-syntax): Protect against a
11908 string that `rfc822-addresses' returns when parsing fails.
11909
11910 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11911
11912 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11913 (gnus-previous-char-property-change): New functions.
11914
11915 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11916
11917 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11918
11919 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11920 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11921
11922 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11923
11924 * message.el (message-exchange-point-and-mark): Rework last change to
11925 avoid using optional arg of exchange-point-and-mark, for backward
11926 compatibility.
11927
11928 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11929
11930 * message.el (message-exchange-point-and-mark):
11931 Call exchange-point-and-mark with an argument rather than setting
11932 mark-active by hand (Bug#5175).
11933
11934 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11935
11936 * nntp.el (nntp-service-to-port): Work for service expressed with
11937 numeric string; replace [:digit:] with [0-9] for XEmacs.
11938
11939 2009-12-17 Glenn Morris <rgm@gnu.org>
11940
11941 * gnus-group.el (gnus-bug-group-download-format-alist):
11942 Change emacs entry to debbugs.gnu.org. Bump :version.
11943
11944 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11945
11946 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11947
11948 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11949
11950 * message.el (message-info): Explain why we use `Info-goto-node'.
11951
11952 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 * message.el (message-completion-in-region): New compatibility function.
11955 (message-expand-group): Use it.
11956
11957 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11958
11959 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11960 with no unread article should be listed if the 2nd arg `predicate' is
11961 given.
11962
11963 2009-11-29 Juri Linkov <juri@jurta.org>
11964
11965 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11966 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11967 on `gnus-recenter'. (Bug#4698, Bug#4981)
11968
11969 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11970
11971 * message.el (message-from-style, message-interactive)
11972 (message-signature): Always set default values from the corresponding
11973 mail-* variables.
11974 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11975 (message-yank-prefix, message-indentation-spaces)
11976 (message-signature-file, message-default-headers): Use boundp rather
11977 than (featurep 'xemacs) to check if the corresponding mail-* variables
11978 exist.
11979
11980 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11981
11982 * message.el (message-send-mail-with-sendmail): Revert last change.
11983
11984 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11985
11986 * message.el (message-from-style, message-interactive)
11987 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11988 (message-yank-prefix, message-indentation-spaces, message-signature)
11989 (message-signature-file, message-default-headers): For GNU Emacs, set
11990 default values from the corresponding mail-* variables.
11991 (message-send-mail-with-sendmail): Use envelope-from only if
11992 mail-specify-envelope-from is non-nil.
11993
11994 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11995
11996 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11997 containing tspecial characters if they have been already quoted.
11998
11999 2009-10-24 Glenn Morris <rgm@gnu.org>
12000
12001 * gnus-art.el (help-xref-stack-item): Define for compiler.
12002
12003 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12004
12005 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12006
12007 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12008
12009 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12010 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12011
12012 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
12013
12014 * gnus.el (gnus-overlay-get): New alias to overlay-get.
12015 (gnus-overlays-in): New alias to overlays-in.
12016
12017 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12018 gnus-overlay-get, and gnus-delete-overlay.
12019 (gnus-summary-show-thread): Make it work as well for systems in which
12020 next-single-char-property-change is not available.
12021 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12022
12023 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
12024
12025 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12026
12027 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12028
12029 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12030 and XEmacs that don't have `remove-overlays'.
12031
12032 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12035 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12036 selective display. Use overlays instead.
12037
12038 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12039
12040 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12041
12042 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12043
12044 * spam-stat.el (spam-stat-load): Fix typo in message.
12045
12046 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12047
12048 * gnus-art.el (gnus-article-encrypt-body):
12049 * message.el (message-check-recipients):
12050 * mm-util.el (mm-codepage-setup):
12051 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12052 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12053
12054 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12055
12056 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12057 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12058 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12059 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12060 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12061
12062 2009-09-18 Glenn Morris <rgm@gnu.org>
12063
12064 * gnus-diary.el (gnus-diary-check-message):
12065 * message.el (message-insert-formatted-citation-line):
12066 * nnbabyl.el (top-level):
12067 * nndiary.el (nndiary-schedule):
12068 Fix typos in condition-case handlers.
12069
12070 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12071
12072 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12073 configuration that provides the sole article window in a frame;
12074 position point correctly after deleting a part.
12075
12076 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12077
12078 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12079 (spam-resolve-registrations-routine): Use it to unregister articles
12080 that change status.
12081
12082 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12083
12084 * nnrss.el (nnrss-request-article): Remove binding of
12085 default-enable-multibyte-characters that has gotten needless by
12086 the 2007-07-13 change in rfc2047-encode-message-header.
12087
12088 * mml.el (mml-insert-multipart): Error on the message header.
12089 (mml-insert-part): Error on the message header; position point at
12090 the end of a MIME tag.
12091
12092 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12093
12094 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12095 (gnus-float-time): Alias to float-time if it exists.
12096
12097 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12098 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12099 float-time is available; suppress compile warning for time-to-seconds.
12100
12101 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12102
12103 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12104 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12105 Add the optional argument `encoding' that overrides the default.
12106
12107 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12108 mm-encode-buffer.
12109
12110 2009-09-04 Glenn Morris <rgm@gnu.org>
12111
12112 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12113 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12114 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12115 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12116 * mm-util.el (mm-with-unibyte-current-buffer)
12117 (mm-find-buffer-file-coding-system):
12118 * yenc.el (yenc-decode-region): Use default-value rather than
12119 default-enable-multibyte-characters.
12120
12121 2009-09-03 Glenn Morris <rgm@gnu.org>
12122
12123 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12124 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12125 than default-enable-multibyte-characters.
12126
12127 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12128
12129 * gnus-art.el (gnus-article-read-summary-keys):
12130 Fix gnus-buffer-configuration's value temporarily used.
12131
12132 2009-09-02 Glenn Morris <rgm@gnu.org>
12133
12134 * gnus-util.el (gnus-float-time): New function.
12135 * gnus-delay.el (gnus-delay-article):
12136 * gnus-sum.el (gnus-thread-latest-date):
12137 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12138 * nnspool.el (nnspool-request-newgroups):
12139 Use gnus-float-time rather than time-to-seconds.
12140 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12141
12142 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12143 (gnus-header-subject-face, gnus-header-newsgroups-face)
12144 (gnus-header-name-face, gnus-header-content-face):
12145 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12146 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12147 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12148 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12149 (gnus-cite-face-11):
12150 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12151 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12152 (gnus-server-closed-face, gnus-server-denied-face)
12153 (gnus-server-offline-face):
12154 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12155 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12156 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12157 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12158 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12159 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12160 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12161 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12162 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12163 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12164 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12165 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12166 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12167 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12168 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12169 (gnus-summary-high-undownloaded-face)
12170 (gnus-summary-low-undownloaded-face)
12171 (gnus-summary-normal-undownloaded-face)
12172 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12173 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12174 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12175 (gnus-splash-face):
12176 * message.el (message-header-to-face, message-header-cc-face)
12177 (message-header-subject-face, message-header-newsgroups-face)
12178 (message-header-other-face, message-header-name-face)
12179 (message-header-xheader-face, message-separator-face)
12180 (message-cited-text-face, message-mml-face):
12181 * sieve-mode.el (sieve-control-commands-face)
12182 (sieve-action-commands-face, sieve-test-commands-face)
12183 (sieve-tagged-arguments-face):
12184 * spam.el (spam-face):
12185 Mark face aliases with "-face" in the name as obsolete.
12186
12187 2009-09-01 Glenn Morris <rgm@gnu.org>
12188
12189 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12190 than goto-line.
12191
12192 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12193
12194 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12195 Don't move point if the command is invoked inside the message header.
12196
12197 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12200 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12201 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12202 * nnir.el (nnir-swish-e-index-file):
12203 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12204 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12205 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12206 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12207 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12208 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12209
12210 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12211
12212 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12213 Don't save excursion.
12214
12215 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * nnheader.el (nnheader-find-file-noselect):
12218 * mm-util.el (mm-insert-file-contents):
12219 Use (default-value 'major-mode) instead of default-major-mode.
12220
12221 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12224
12225 2009-08-25 Glenn Morris <rgm@gnu.org>
12226
12227 * nnir.el (top-level): Don't require cl at run-time.
12228 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12229 Replace cl-function substitute with gnus-replace-in-string.
12230 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12231 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12232 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12233 simplified expansions.
12234
12235 2009-08-22 Glenn Morris <rgm@gnu.org>
12236
12237 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12238 goto-line.
12239
12240 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12241
12242 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12243
12244 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12245 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12246 (gnus-mm-display-part, gnus-mime-display-single)
12247 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12248 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12249
12250 * gnus-sum.el
12251 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12252 (gnus-summary-move-article): Add expirable mark to articles copied or
12253 moved to group that has auto-expire turned on if the option is non-nil.
12254
12255 2009-07-24 Glenn Morris <rgm@gnu.org>
12256
12257 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12258 Fix typo. (Bug#3903)
12259
12260 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12261
12262 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12263 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12264 that should not be used for draft articles.
12265 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12266 that has no concern in minor mode keys.
12267 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12268 Abolish.
12269
12270 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12271
12272 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12273 article without making inquiry to a user for unknown encoding.
12274
12275 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12276 (nnmaildir--scan): Assume i-node and device number that file-attributes
12277 returns might be cons-cell.
12278
12279 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12280
12281 * auth-source.el: Remove docs now in auth.texi. Don't use
12282 `gnus-message' for logging. Add new variables `auth-source-debug' and
12283 `auth-source-hide-passwords' and use them.
12284
12285 2009-07-15 Glenn Morris <rgm@gnu.org>
12286
12287 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12288
12289 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12290
12291 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12292 excessive whitespace from the default values of title and description.
12293
12294 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12295
12296 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12297 mail-fetch-field to fetch Content-Description header in order to
12298 exclude newlines.
12299
12300 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12301
12302 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12303 to deleted part.
12304
12305 2009-05-30 David Engster <dengste@eml.cc>
12306
12307 * nnmairix.el: Remove old documentation in the commentary block.
12308 (nnmairix-request-group): Do not update active file for nnml back ends.
12309 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12310 end so that overview files are ignored.
12311 (nnmairix-update-groups): Make updating the groups more robust by using
12312 marks.
12313 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12314 with dollar characters in message-id.
12315
12316 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12317
12318 * spam.el: Use dns-query instead of query-dns. Was renamed on
12319 2008-12-25 in dns.el.
12320
12321 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12322
12323 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12324 could happen if the text is only composed of spaces and/or tabs.
12325
12326 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12327
12328 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12329 when sending a queued message to avoid extra mml tags.
12330
12331 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12332
12333 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12334
12335 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12336
12337 * gnus-dired.el: Remove autoload for gnus-setup-message.
12338 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12339 displaying Gnus logo; always use compose-mail.
12340
12341 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12342
12343 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12344
12345 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12346
12347 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12348 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12349 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12350 available.
12351 (gnus-nocem-epg-verify): New function.
12352
12353 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12354
12355 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12356
12357 2009-02-15 Glenn Morris <rgm@gnu.org>
12358
12359 * gnus-util.el (rmail-insert-rmail-file-header)
12360 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12361 autoloads.
12362 (rmail-default-rmail-file): Remove unnecessary declaration.
12363 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12364
12365 2009-02-14 Glenn Morris <rgm@gnu.org>
12366
12367 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12368 variable (only used in gnus-util, which declares it anyway).
12369 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12370 which was only needed by gnus-art (changed to not use it any more).
12371 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12372 only used in gnus-util, which autoloads it itself.
12373 (rmail-update-summary): Fix autoload.
12374
12375 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12376 rather than rmail-output-to-rmail-file.
12377
12378 2009-02-07 Glenn Morris <rgm@gnu.org>
12379
12380 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12381 autoload of function that no longer exists.
12382 (rmail-toggle-header): Declare.
12383 (message-forward-rmail-make-body): Handle mbox Rmail.
12384
12385 2009-01-31 Glenn Morris <rgm@gnu.org>
12386
12387 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12388 2009-01-09 change.
12389
12390 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12391
12392 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12393 (auth-source-forget-all-cached): New convenience function.
12394 (auth-source-user-or-password): Accept list of modes or a single mode.
12395
12396 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12397 auth-source modes.
12398
12399 * nnimap.el (nnimap-open-connection): Use list of
12400 auth-source modes.
12401
12402 * nntp.el (nntp-send-authinfo): Use list of
12403 auth-source modes.
12404
12405 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12406
12407 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12408 now.
12409
12410 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12411
12412 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12413 coding system in XEmacs; add a workaround for XEmacs.
12414
12415 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12416
12417 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12418 of current-language-environment.
12419
12420 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12421
12422 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12423 available at runtime.
12424
12425 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12426
12427 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12428
12429 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12430
12431 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12432 the greatest positive fixnum value doesn't work under an XEmacs with
12433 bignum support; use the most-positive-fixnum constant instead,
12434 available since Emacs 21.1 with cl and XEmacs 21.1.
12435
12436 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12437
12438 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12439 XEmacs gets not to work.
12440
12441 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * mm-util.el (mm-coding-system-priorities): Allow the value like
12444 "Japanese (UTF-8)" of current-language-environment.
12445
12446 2009-01-09 Glenn Morris <rgm@gnu.org>
12447
12448 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12449 with last-command-event.
12450
12451 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12452
12453 * message.el (message-fix-before-sending): Amend comment.
12454
12455 2009-01-07 David Engster <dengste@eml.cc>
12456
12457 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12458 simplified server definitions by converting it via
12459 gnus-server-to-method.
12460
12461 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12462
12463 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12464 parameter's operands.
12465
12466 2009-01-06 David Engster <dengste@eml.cc>
12467
12468 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12469 primary select method (for gnus-group-mark-article-as-read).
12470
12471 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12472
12473 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12474 `(gnus)Face', not `(gnus)X-Face'.
12475
12476 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12477
12478 * mm-util.el (mm-ucs-to-char): New function.
12479
12480 * mm-url.el (mm-url-decode-entities): Use it.
12481
12482 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12483
12484 * message.el (message-fix-before-sending): Add `eight-bit' to
12485 illegible-text check.
12486
12487 2009-01-03 Michael Olson <mwolson@gnu.org>
12488
12489 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12490 `headers' is nil. This can occur if the IMAP server does not have
12491 permissions to read messages from a folder, but can write new messages
12492 to the folder.
12493 (nnimap-request-article-part): Do not insert `data' if it is nil.
12494
12495 2009-01-01 Dave Love <fx@gnu.org>
12496
12497 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12498
12499 * nnimap.el: Fix author email.
12500 (nnimap-split-rule): Add FIXME comment.
12501 (nnimap-debug): Fix doc string.
12502
12503 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12504
12505 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12506 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12507 to check if those variables exist (first appeared in Emacs 18.50).
12508
12509 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12510
12511 * mm-util.el (mm-line-number-at-pos): New function.
12512
12513 * spam-report.el (spam-report-process-queue): Use it.
12514
12515 2008-12-24 David Engster <dengste@eml.cc>
12516
12517 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12518 parameters that haven't existed as variables as buffer-local variables.
12519
12520 2008-12-23 Dave Love <fx@gnu.org>
12521
12522 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12523 cadar.
12524
12525 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12526 imap-starttls-p.
12527 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12528
12529 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12530
12531 * spam-report.el (spam-report-gmane-max-requests): New constant.
12532 (spam-report-gmane-wait): New variable.
12533 (spam-report-gmane-ham, spam-report-gmane-spam)
12534 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12535 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12536 the server.
12537
12538 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12539 Add explanations.
12540
12541 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12542 nnheader-accept-process-output and nnheader-read-timeout if available.
12543 (pop3-movemail): Use it.
12544
12545 * message.el (message-check-news-body-syntax): Fix signature check if
12546 there's an attachment.
12547
12548 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12549
12550 * mm-util.el: Add comments to the mm- emulating functions.
12551
12552 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12553
12554 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12555 Reported by Stephen Berman <stephen.berman@gmx.net>.
12556
12557 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12558
12559 * mm-util.el (mm-substring-no-properties): New function.
12560 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12561 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12562 (mm-string-to-multibyte): Doc fix.
12563
12564 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12565
12566 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12567
12568 * mml.el (mml-attach-file): Strip text properties from file name.
12569 (Bug#1574)
12570
12571 2008-12-16 Glenn Morris <rgm@gnu.org>
12572
12573 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12574
12575 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12576
12577 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12578 knows since the charset specified might be a bogus alias that
12579 mm-charset-synonym-alist provides.
12580
12581 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12582
12583 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12584 "ISO_8859-1".
12585
12586 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12587
12588 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12589
12590 * mm-util.el (mm-charset-eval-alist):
12591 Define it before mm-charset-to-coding-system.
12592 (mm-charset-to-coding-system): Add optional argument `silent';
12593 define it before mm-charset-override-alist.
12594 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12595 default value if it can be used in Emacs currently running;
12596 silence mm-charset-to-coding-system.
12597
12598 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12599
12600 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12601 `allow-override' which says whether to use `mm-charset-override-alist'.
12602 (rfc2047-decode-encoded-words): Use it.
12603
12604 * mm-util.el (mm-charset-override-alist): Fix custom type;
12605 add `(gb2312 . gbk)' to choices.
12606
12607 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12608
12609 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12610 fast.
12611
12612 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12613
12614 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12615
12616 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12617 on links.
12618
12619 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12620
12621 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12622
12623 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12624 users' addresses that don't have domain parts.
12625 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12626 rather than message-narrow-to-head since there will be the message
12627 header separator.
12628
12629 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12632 since the result is inserted in a unibyte buffer anyway.
12633 (nnimap-demule-use-string-to-multibyte): Remove.
12634 (nnimap-demule): Alias it to mm-string-to-multibyte.
12635
12636 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12637
12638 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12639 variable for debugging bug#464 and bug#1174.
12640 (nnimap-demule): Use it.
12641
12642 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12643
12644 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12645 score calculation correctly.
12646
12647 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12648
12649 * message.el (message-send-mail): Just set the buffer to unibyte
12650 rather than use mm-with-unibyte-current-buffer which does a lot more.
12651 (message-send-mail-partially): Don't bother with
12652 mm-with-unibyte-current-buffer since it's already been made unibyte by
12653 message-send-mail.
12654
12655 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12656
12657 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12658
12659 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12660
12661 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12662
12663 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12664
12665 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12666 require itself and to remove `with-no-warnings'.
12667
12668 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12669
12670 * starttls.el (starttls-any-program-available): Get the name of the
12671 available TLS layer program.
12672 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12673 well as the host name in the "opening" message.
12674
12675 * auth-source.el (auth-source-cache, auth-source-do-cache)
12676 (auth-source-user-or-password): Cache passwords and logins by default,
12677 allow override with `auth-source-do-cache'.
12678 (auth-source-forget-user-or-password): Allow users to remove cache
12679 entries if needed.
12680
12681 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12682
12683 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12684 condition-case to only the forward-sexp call.
12685
12686 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12687
12688 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12689 quotes contained. Make it more robust regardless by an extra
12690 condition-case wrapper.
12691
12692 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12693
12694 * nnml.el (nnml-request-expire-articles): Check if the function set to
12695 `nnmail-expiry-target' returns the symbol `delete'.
12696
12697 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12698
12699 * nnmail.el (nnmail-expiry-target): Fix custom type.
12700
12701 2008-10-02 Glenn Morris <rgm@gnu.org>
12702
12703 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12704 Silence compiler warning.
12705
12706 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12707
12708 * mml.el (mml-menu): Don't assume mml2015 is bound.
12709
12710 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12711
12712 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12713 exists.
12714
12715 2008-09-27 Glenn Morris <rgm@gnu.org>
12716
12717 * gnus-util.el (mail-header-remove-comments): Autoload it.
12718
12719 2008-09-27 Andreas Schwab <schwab@suse.de>
12720
12721 * gnus-util.el (gnus-split-references): Strip comments.
12722 (gnus-parent-id): Likewise.
12723
12724 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12725
12726 * message.el (message-confirm-send): Fix version.
12727
12728 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12729
12730 * message.el (message-idna-to-ascii-rhs-1): Use
12731 mail-extract-address-components rather than mail-header-parse-addresses
12732 that is an alias by default to ietf-drums-parse-addresses that does not
12733 support non-ASCII names in headers' contents.
12734
12735 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12736
12737 * message.el (message-confirm-send): Fix variable documentation to
12738 avoid the "y/n" wording.
12739
12740 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12741
12742 * message.el (message-set-auto-save-file-name): Save to a different
12743 filename so multiple messages (especially drafts) can be recovered.
12744
12745 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12746
12747 * message.el (message-confirm-send): Add appropriate version.
12748
12749 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12750
12751 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12752 defvar.
12753
12754 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12755
12756 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12757 (mm-pkcs7-enveloped-magic): Ditto.
12758
12759 2008-09-17 Simon Josefsson <simon@josefsson.org>
12760
12761 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12762 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12763
12764 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12765
12766 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12767 default, it's better.
12768
12769 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12770
12771 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12772 summary line gnus-number property and ignore them (with a warning
12773 message).
12774
12775 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12776
12777 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12778 macro caddr in the interactive form since it won't be expanded.
12779
12780 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12781
12782 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12783 `charset'; fix name of function called recursively.
12784 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12785
12786 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12787
12788 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12789 (gnus-mime-set-charset-parameters): New function.
12790 (gnus-mime-view-part-as-charset): Use it to correctly display part
12791 specifying wrong charset.
12792
12793 2008-09-08 David Engster <dengste@eml.cc>
12794
12795 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12796 in completing-read for back end server.
12797
12798 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12799
12800 * message.el (message-confirm-send): New variable to confirm sending a
12801 message.
12802 (message-send): Use it.
12803
12804 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12805
12806 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12807
12808 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12809
12810 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12811
12812 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12813
12814 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12815 prevent tracking too many groups.
12816 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12817 Use it.
12818
12819 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12820
12821 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12822 moving point to the bottom of the window in order to avoid recentering.
12823
12824 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12825
12826 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12827 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12828 (gnus-article-beginning-of-window): Fix calculation.
12829
12830 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12831
12832 * gnus-msg.el (gnus-summary-supersede-article)
12833 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12834 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12835 message header.
12836
12837 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12838
12839 * message.el:
12840 * gnus-start.el:
12841 * gnus-registry.el: Remove VMS support.
12842
12843 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12844
12845 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12846 macro.
12847 (rfc2104-hash): Use it.
12848
12849 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12850
12851 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12852 (gnus-summary-sort-by-most-recent-date): New commands.
12853 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12854 and menu entries.
12855
12856 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12857
12858 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12859 don't redisplay article for raw contents; remove plural articles stuff.
12860
12861 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12862 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12863 on gnus-summary-save-article; display results properly.
12864
12865 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12866
12867 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12868
12869 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12870
12871 * gnus-art.el (gnus-summary-save-in-pipe):
12872 Consider gnus-save-all-headers.
12873
12874 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12875
12876 * gnus-util.el (ns-focus-frame): Remove declaration.
12877 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12878 like x.
12879
12880 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12881
12882 * rfc2104.el (rfc2104-zero): Delete defconst.
12883 (rfc2104-hex-alist): Likewise.
12884 (rfc2104-hex-to-int): Delete func.
12885 (rfc2104-hexstring-to-bitstring): Likewise.
12886 (rfc2104-nybbles): New defconst.
12887 (rfc2104-hash): Rewrite for speed.
12888
12889 2008-07-16 Glenn Morris <rgm@gnu.org>
12890
12891 * gnus-util.el (ns-focus-frame): Declare for compiler.
12892
12893 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12894
12895 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12896 set as a group parameter.
12897 (gnus-summary-save-in-pipe): Work when it is called independently.
12898 (gnus-summary-pipe-to-muttprint): Don't modify
12899 gnus-summary-pipe-output-default-command.
12900
12901 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12902
12903 * message.el (message-send-mail-with-sendmail):
12904 Display the error message.
12905
12906 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12907
12908 * gnus-art.el (gnus-default-article-saver):
12909 Add gnus-summary-save-in-pipe to choices.
12910 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12911 gnus-summary-pipe-output-default-command as the default command.
12912 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12913 instead of gnus-last-shell-command.
12914
12915 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12916 New user option.
12917 (gnus-summary-muttprint-program): Mention the value will be changed.
12918 (gnus-summary-save-article): Force showing of all headers.
12919 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12920
12921 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12922
12923 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12924
12925 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12926
12927 * nnimap.el (nnimap-id):
12928 * sieve-manage.el (sieve-manage-open): Doc fixes.
12929
12930 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12931
12932 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12933 if available.
12934
12935 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12936
12937 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12938
12939 * nnkiboze.el (nnkiboze-generate-group):
12940 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12941
12942 * nnmairix.el: Require CL.
12943
12944 2008-06-15 David Engster <dengste@eml.cc>
12945
12946 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12947
12948 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12949
12950 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12951 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12952 runtime choice under XEmacs.
12953
12954 * gnus-sum.el (gnus-summary-set-display-table):
12955 Use `gnus-put-display-table', `gnus-get-display-table',
12956 `gnus-set-display-table' for the display table, instead of `aset'.
12957
12958 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12959
12960 * nnmairix.el: Add autoloads.
12961
12962 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12963
12964 * nnmairix.el (nnmairix-delete-recreate-group)
12965 (nnmairix-update-and-clear-marks): Fix error messages.
12966
12967 2008-06-14 David Engster <dengste@eml.cc>
12968
12969 * nnmairix.el: Upgrade to version 0.6.
12970 (nnmairix-group-toggle-propmarks-this-group)
12971 (nnmairix-group-toggle-readmarks-this-group)
12972 (nnmairix-group-delete-recreate-this-group)
12973 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12974 (nnmairix-remove-tick-mark-original-article): New commands.
12975 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12976 (nnmairix-propagate-marks-to-nnmairix-groups)
12977 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12978 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12979 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12980 functions needed for marks propagation and manipulation of read marks.
12981 (nnmairix-update-groups): New function.
12982 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12983 (nnmairix-determine-original-group-from-registry)
12984 (nnmairix-determine-original-group-from-path)
12985 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12986 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12987 New helper functions.
12988 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12989 keystrokes for new commands.
12990 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12991 (nnmairix-request-group): Check allow-fast group parameter.
12992 (nnmairix-request-create-group): Set allow-fast group parameter if
12993 nnmairix-allowfast-default is set.
12994 (nnmairix-close-group): Propagate marks upon closing if needed.
12995 (nnmairix-group-toggle-threads-this-group): Use new.
12996 nnmairix-group-toggle-parameter helper function.
12997 (nnmairix-search): Better check for empty search result.
12998 (nnmairix-goto-original-article): Use new helper functions for
12999 determining original article.
13000 (nnmairix-show-original-article): Make sure message-id is in brackets.
13001 (nnmairix-call-mairix-binary): Change variable name.
13002 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13003 helper function.
13004 (nnmairix-widget-toggle-activate): Fix doc string.
13005
13006 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13007
13008 * nnir.el: Require edmacro when compiling with XEmacs.
13009 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13010 available in Emacs 21.
13011
13012 2008-06-11 Glenn Morris <rgm@gnu.org>
13013
13014 * gnus-util.el (x-focus-frame):
13015 * gnus.el (image-size):
13016 * mm-decode.el (image-size): Declare.
13017
13018 * gnus-picon.el (declare-function): Add compat definition.
13019 (image-size): Declare.
13020
13021 * gnus-group.el (tool-bar-map):
13022 * gnus-sum.el (tool-bar-map): Define for compiler.
13023
13024 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13025
13026 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13027
13028 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13029 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13030 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13031 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13032 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13033 * sieve-manage.el, spam-report.el, spam.el:
13034 Remove unnecessary eval-and-compile of autoloads.
13035
13036 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
13037
13038 * auth-source.el: Precise Tramp doc.
13039
13040 2008-06-07 Glenn Morris <rgm@gnu.org>
13041
13042 * nnmairix.el: Remove unnecessary eval-when-compile.
13043
13044 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13045
13046 * nnir.el: New file.
13047
13048 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * gnus-util.el (gnus-read-shell-command): New function.
13051 * mm-decode.el (mm-pipe-part):
13052 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13053
13054 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13055
13056 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13057
13058 2008-06-03 Glenn Morris <rgm@gnu.org>
13059
13060 * pop3.el (nnheader-accept-process-output): Autoload it.
13061
13062 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13063
13064 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13065 are not 2-digit hexadecimal characters that follow `%'s.
13066
13067 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13068
13069 * message.el (message-bogus-recipient-p): Fix type in doc string.
13070 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13071 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13072 Improve custom options.
13073 (message-bogus-recipient-p): Adjust accordingly.
13074
13075 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13076
13077 * nnmairix.el: Require edmacro when compiling with XEmacs.
13078
13079 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13080
13081 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13082 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13083
13084 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13085
13086 * auth-source.el: Add more docs.
13087
13088 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13089
13090 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13091 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13092 retrieval faster in some cases, but might make CPU usage larger.
13093 If this has any bad side effects, we might revert this change.
13094
13095 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13096 seems to make mail retrieval much, much faster.
13097 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13098 unconditionally.
13099
13100 * gnus-draft.el (gnus-group-send-queue):
13101 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13102
13103 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13104
13105 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13106
13107 * message.el (message-bogus-address-regexp): Fix and improve custom
13108 type.
13109 (message-setup-hook): Add message-check-recipients as custom option.
13110
13111 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13112
13113 * message.el (message-cite-function): Remove bogus autoload which crept
13114 in during merge from v5-10.
13115
13116 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13117
13118 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13119
13120 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13121
13122 * auth-source.el: Preliminary Tramp docs.
13123 (auth-sources): Change the default auth-sources to use
13124 EPA .gpg files.
13125
13126 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13127
13128 * nntp.el: Autoload `auth-source-user-or-password'.
13129 (nntp-send-authinfo): Use it.
13130
13131 * nnimap.el: Autoload `auth-source-user-or-password'.
13132 (nnimap-open-connection): Use it.
13133
13134 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13135 for the gnus-message function.
13136 (auth-source-user-or-password): Use it.
13137
13138 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13141 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13142 (rfc2104-hash): Use it.
13143
13144 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13145
13146 * gnus-art.el (gnus-article-toggle-truncate-lines):
13147 Don't use `iff' in docstring.
13148
13149 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13150
13151 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13152
13153 * gnus-util.el (gnus-extract-address-component-name)
13154 (gnus-extract-address-component-email): Convenience functions around
13155 `gnus-extract-address-components'.
13156
13157 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13158 Use `gnus-extract-address-component-email' to fix bug of comparing full
13159 sender name to `user-mail-address'.
13160
13161 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13162
13163 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13164 catch/throw to optimize.
13165 (gnus-registry-find-keywords): Just use member to find a keyword.
13166
13167 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13170 is current before calling gnus-server-prepare.
13171 (gnus-server-setup-buffer, gnus-server-update-server)
13172 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13173
13174 2008-05-04 Juri Linkov <juri@jurta.org>
13175
13176 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13177 (mailcap-file-default-commands): Use mailcap-replace-in-string
13178 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13179 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13180
13181 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13182
13183 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13184
13185 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13186
13187 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13188 hooks.
13189 (gnus-update-read-articles): Speed up non-marks-using users.
13190 (gnus-use-marks): Define gnus-use-marks.
13191 (gnus-propagate-marks): Rename variable to something more sensible.
13192
13193 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13194
13195 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13196 (gmm-image-load-path-for-library): Fix typos in docstrings.
13197 (gmm-message): Reflow docstring.
13198
13199 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13200
13201 * mail-source.el (mail-source-set-1, mail-source-bind):
13202 Move auth-source code out of the macro to clean it up and fix bugs.
13203
13204 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13205
13206 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13207 by sender if it's equal to user-mail-address, it's likely to be
13208 useless.
13209
13210 * mail-source.el (mail-source-bind): Don't use user or password if they
13211 are not bound. Unintern them if they are nil. Don't use server unless
13212 it's bound, and default it to empty string otherwise.
13213
13214 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13215
13216 * mail-source.el: Load auth-source.el.
13217 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13218 get user name or password, if auth-sources is set up.
13219
13220 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13221 strategy of splitting with parent.
13222 (gnus-registry-split-fancy-with-parent)
13223 (gnus-registry-post-process-groups): Use it and fix prior
13224 bug (returning a list as the split result).
13225
13226 * auth-source.el (auth-sources): Remove server parameter.
13227 (auth-source-pick, auth-source-user-or-password)
13228 (auth-source-user-or-password-imap)
13229 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13230 (auth-source-user-or-password-sftp)
13231 (auth-source-user-or-password-smtp): Remove server parameter.
13232
13233 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13234
13235 * smime.el (smime-sign-region, smime-encrypt-region)
13236 (smime-decrypt-region):
13237 Remove redundant calls to `generate-new-buffer-name'.
13238
13239 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13240
13241 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13242 Don't use QP for message/rfc822.
13243 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13244
13245 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * sieve-manage.el (sieve-string-bytes): Remove.
13248 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13249 correct byte-length only if the process's coding-system is the same as
13250 the one used internally by Emacs to represent strings.
13251
13252 2008-04-22 Juri Linkov <juri@jurta.org>
13253
13254 * mailcap.el (mailcap-file-default-commands): New function.
13255
13256 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13257
13258 * message.el (message-signature-separator, message-cite-function):
13259 Change custom version.
13260
13261 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13262
13263 * mm-decode.el (mm-display-external): Make temp file read-only.
13264
13265 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13266
13267 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13268 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13269 `C-c C-f d'.
13270
13271 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13272
13273 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13274
13275 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13276
13277 * auth-source.el: Add docs.
13278 (auth-sources): Modify format to support server.
13279 (auth-source-pick, auth-source-user-or-password)
13280 (auth-source-user-or-password-imap)
13281 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13282 (auth-source-user-or-password-sftp)
13283 (auth-source-user-or-password-smtp): Add server parameter.
13284
13285 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13286
13287 * gnus-registry.el: Initialize the registry when gnus-registry-install
13288 is t.
13289
13290 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13291
13292 * compface.el (uncompface): Make buffer unibyte.
13293
13294 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * mail-source.el (mail-source-value):
13297 Prefer fboundp to functionp so it works with macros as well.
13298
13299 2008-04-05 Glenn Morris <rgm@gnu.org>
13300
13301 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13302
13303 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13304
13305 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13306 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13307
13308 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13309 multibyteness after rather than before erasing it.
13310
13311 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13312 mm-with-multibyte.
13313 (gnus-request-article-this-buffer): Make sure the proper decoding is
13314 used if gnus-original-article-buffer happens to be unibyte.
13315
13316 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13317 default-enable-multibyte-characters.
13318
13319 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13320 default-enable-multibyte-characters.
13321
13322 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13323
13324 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13325
13326 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13329 Fix last change in case the element is not even a symbol.
13330
13331 2008-04-02 Simon Josefsson <simon@josefsson.org>
13332
13333 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13334 imap-enable-exchange-bug-workaround.
13335 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13336
13337 2008-04-01 Simon Josefsson <simon@josefsson.org>
13338
13339 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13340 a 100 byte status-checks into a 2-3MB transfer for each group.
13341 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13342 to enable bug workaround or not.
13343 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13344
13345 2008-03-31 Glenn Morris <rgm@gnu.org>
13346
13347 * message.el (mml2015-use): Declare for compiler.
13348 (message-info): Require mml2015 when appropriate.
13349
13350 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13353 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13354 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13355 (nntp-service-to-port): New function.
13356 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13357 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13358 (nntp-open-netcat-stream): New function.
13359 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13360
13361 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13362
13363 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13364
13365 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13366
13367 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13368
13369 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13370
13371 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13372
13373 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13374
13375 * message.el (message-signature-separator): Change default.
13376 Improve custom type.
13377 (message-cite-function): Change default to
13378 message-cite-original-without-signature.
13379
13380 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13381 toggle.
13382
13383 * message.el (message-check-news-body-syntax): Fix signature check.
13384 (message-setup-1): Mark buffer as unmodified _after_ running
13385 message-setup-hook and handling message-alternative-emails.
13386 (message-shorten-references): Be more strict when building list of
13387 valid references to comply with GNKSA.
13388
13389 * gnus-group.el (gnus-read-ephemeral-bug-group)
13390 (gnus-read-ephemeral-debian-bug-group)
13391 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13392
13393 * message.el (message-info): Don't use booleanp which isn't supported
13394 in Emacs 21 and XEmacs.
13395
13396 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13397
13398 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13399 gnus-group-gmane-group-download-format.
13400 (gnus-group-read-ephemeral-gmane-group): Rename from
13401 gnus-group-read-ephemeral-gmane-group.
13402 (gnus-read-ephemeral-gmane-group-url): Rename from
13403 gnus-group-read-ephemeral-gmane-group-url.
13404 (gnus-bug-group-download-format-alist): New variable.
13405 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13406 (gnus-read-ephemeral-emacs-bug-group): New commands.
13407
13408 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13409
13410 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13411 (gnus-visible-headers): Improve custom type.
13412
13413 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13414
13415 * mml.el (mml-menu): Add workarounds for XEmacs.
13416
13417 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13418 X-Boundary header.
13419
13420 * message.el (message-simplify-recipients): Fix previous commit.
13421
13422 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * mm-util.el (mm-set-buffer-multibyte): New function.
13425 * mm-decode.el (mm-copy-to-buffer): Use it.
13426
13427 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13428 Prefer fboundp to functionp so it works with macros as well.
13429
13430 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13431
13432 * message.el (message-alter-recipients-discard-bogus-full-name):
13433 New function.
13434 (message-alter-recipients-function): New variable.
13435 (message-get-reply-headers): Use it.
13436 (message-replace-header): New helper function.
13437 (message-recipients-without-full-name): New variable.
13438 (message-simplify-recipients): New command.
13439
13440 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13441
13442 * message.el (message-info): Handle EasyPG manual.
13443
13444 * mml.el (mml-menu): Add entry for EasyPG.
13445
13446 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13447
13448 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13449 parameter.
13450
13451 * message.el (message-disassociate-draft): Specify drafts group name
13452 fully.
13453
13454 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13455
13456 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13457 Eliminate unnecessary duplicates from the match list.
13458
13459 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13460
13461 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13462 args of `how-many' of which the XEmacs version doesn't take; declare
13463 Info-index-next as function.
13464
13465 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13466
13467 * gnus-score.el (gnus-score-headers): Fix handling of
13468 gnus-inhibit-slow-scoring.
13469
13470 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13471 string.
13472 (gnus-button-url-regexp): Improve handling of parenthesis.
13473 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13474 (gnus-button-handle-info-keystrokes): Handle index entries.
13475
13476 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13477
13478 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13479 Incoming* files.
13480
13481 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13482
13483 * auth-source.el (auth-sources): Rename from auth-source-choices.
13484 (auth-source-pick): Use it.
13485
13486 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13487
13488 * auth-source.el (auth-source-protocols)
13489 (auth-source-protocols-customize, auth-source-choices): Add and
13490 modified variable customizations and defaults.
13491 (auth-source-pick, auth-source-user-or-password)
13492 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13493 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13494 (auth-source-user-or-password-sftp)
13495 (auth-source-user-or-password-smtp): Use new variables and provide an
13496 interface to netrc.el.
13497
13498 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13499
13500 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13501 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13502 Make sure the nntp port to specify is a string.
13503
13504 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * nntp.el: Use with-current-buffer.
13507 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13508 dubious mm-with-unibyte-current-buffer.
13509 (nntp-with-open-group-function): New function extracted from
13510 nntp-with-open-group macro.
13511 (nntp-with-open-group): Use the function, so it's easier to debug.
13512 Add indentation and debugging info.
13513 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13514 Recommend the use of the netcat alternatives.
13515
13516 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13517 Avoid mm-string-as-multibyte as well.
13518
13519 * nnweb.el (nnweb-insert-html):
13520 Remove use of nnheader-string-as-multibyte.
13521
13522 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13523 (nnheader-string-as-multibyte): Remove.
13524
13525 * mm-view.el: Use inhibit-read-only.
13526 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13527 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13528 or unibyte-string.
13529
13530 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13531 (mm-uu-yenc-extract): Use with-current-buffer.
13532
13533 * gnus-soup.el (gnus-soup-send-packet): Don't use
13534 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13535
13536 * nnmh.el: Use with-current-buffer.
13537 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13538 mm-string-as-multibyte on the output of mm-encode-coding-string.
13539
13540 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13541 (nnimap-request-move-article): Use with-current-buffer.
13542
13543 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13544 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13545 conversion uses string-make-unibyte rather than string-as-unibyte.
13546
13547 * gnus-msg.el: Use with-current-buffer.
13548
13549 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13550
13551 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13552
13553 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13554 string for caching if it is 'PIN.
13555
13556 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13557
13558 * mail-source.el (mail-source-delete-old-incoming-confirm):
13559 Change default to nil.
13560 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13561
13562 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13563
13564 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13565 (gnus-article-goto-prev-page): Work for articles having ^L's.
13566
13567 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13568
13569 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13570
13571 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13572
13573 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13574 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13575 (gnus-bookmark-jump): Adjust some variable names.
13576
13577 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13578
13579 * auth-source.el: New package.
13580 (auth-source-choices): Add customization entry point variable.
13581
13582 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13583 bug.
13584
13585 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13586
13587 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13588 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13589 (gnus-registry-install-shortcuts): Rename from
13590 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13591 the `gnus-registry-mark-map' keymap dynamically from
13592 `gnus-registry-marks'. The generated functions update the summary line
13593 when a registry mark is added or deleted, and will call
13594 `gnus-registry-install-p' (see the comments in the code).
13595 (gnus-registry-user-format-function-M): Use concat intelligently.
13596
13597 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13598 the registry mark functions.
13599
13600 2008-03-05 Glenn Morris <rgm@gnu.org>
13601
13602 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13603 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13604 gnus-art.
13605 (top-level): No need to load own source when compiling.
13606
13607 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13608
13609 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13610 Suggested by <chris.anderton@zetnet.co.uk>.
13611
13612 2008-03-04 Glenn Morris <rgm@gnu.org>
13613
13614 * gnus-sum.el (top-level): No need to require gnus when compiling,
13615 since unconditionally required near start of file.
13616 (gnus-summary-display-while-building): Move definition before use.
13617
13618 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13619
13620 * gnus-registry.el (gnus-registry-user-format-function-M):
13621 Add formatting function.
13622
13623 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13624
13625 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13626 with plists.
13627 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13628 Use new format.
13629
13630 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13631
13632 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13633 `where-is-internal' that returns a range of key sequences.
13634
13635 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13636
13637 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13638
13639 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13640 (gnus-summary-jump-to-group): Consider windows on other displayed
13641 frames as well. Similar changes might be needed elsewhere, but that's
13642 the one I've bumped into during my use.
13643
13644 * nndoc.el (nndoc-oe-dbx-type-p):
13645 * gnus-msg.el (gnus-debug):
13646 * gnus-group.el (gnus-update-group-mark-positions):
13647 Use mm-string-to-multibyte.
13648
13649 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13650
13651 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13652 doesn't handle NotDashEscaped.
13653
13654 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13655 (mml-dnd-attach-options): Fix typo in custom choice.
13656
13657 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13658 Change nndoc-article-type to mbox.
13659 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13660
13661 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13662 to nil, instead of html2text.
13663
13664 * imap.el (imap-debug): Add `imap-ping-server'.
13665
13666 * gnus-bookmark.el: Add FIXMEs.
13667
13668 * message.el (message-form-letter-separator)
13669 (message-send-form-letter-delay): New variables.
13670 (message-send-form-letter): Use them. New command to send form
13671 letters. Requested by Uwe Siart.
13672 (message-send-mail-function): Doc fix. Add "Other" custom option.
13673
13674 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13675
13676 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13677 empty author.
13678
13679 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13680
13681 * gnus-registry.el (gnus-registry-marks): Add variable for
13682 customization of marks and their appearance.
13683 (gnus-registry-read-mark): Use it.
13684 (gnus-registry-do-marks): Add utility function to loop through
13685 `gnus-registry-marks'.
13686 (gnus-registry-install-shortcuts-and-menus): Add function to install
13687 shortcuts and menus.
13688 (gnus-registry-initialize): Use it.
13689 (gnus-registry-default-mark): Clarify documentation.
13690
13691 2008-02-29 Glenn Morris <rgm@gnu.org>
13692
13693 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13694 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13695 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13696 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13697 Change defcustom :version from 23.0 to 23.1.
13698
13699 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13700
13701 * gnus-registry.el (gnus-registry-follow-group-p)
13702 (gnus-registry-post-process-groups): Add functions to aid registry
13703 splitting and improve logging. Clarify behavior in function
13704 documentation.
13705 (gnus-registry-split-fancy-with-parent): Use them.
13706
13707 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13708
13709 * gnus-art.el: Use with-current-buffer.
13710
13711 2008-02-27 David Engster <dengste@eml.cc>
13712
13713 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13714 Express real group name in the response.
13715
13716 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13717
13718 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13719 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13720 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13721 autoload gnus-registry-fetch-group when compiling.
13722 (nnmairix-request-group-with-article-number-correction):
13723 Remove unreferenced argument passed to nnmairix-call-backend.
13724
13725 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13726
13727 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13728 (mm-uu-extract): Improve face for low color ttys.
13729 Reported by Sascha Wilde.
13730
13731 2008-02-27 Glenn Morris <rgm@gnu.org>
13732
13733 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13734 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13735 variables to defconsts. Convert comments to doc-strings.
13736 (nnmairix-last-server, nnmairix-current-server): Convert from free
13737 variables to defvars. Convert comments to doc-strings.
13738 (gnus-registry-fetch-group): Autoload.
13739 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13740 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13741 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13742 caddr.
13743 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13744 nnmairix-request-group-with-article-number-correction call.
13745 (nnmairix-fast, nnmairix-group): New, less general names, for free
13746 variables passed from nnmairix-request-group to
13747 nnmairix-request-group-with-article-number-correction. Declare.
13748 (nnmairix-request-group-with-article-number-correction):
13749 Use nnmairix-fast, nnmairix-group rather than fast, group.
13750
13751 2008-02-26 David Engster <dengste@eml.cc>
13752
13753 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13754 version 0.5.
13755
13756 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13757
13758 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13759 instead of making an extra function call. Don't add the current group
13760 to articles only when they have the group. Use
13761 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13762 Reported by David <de_bb@arcor.de>.
13763
13764 2008-02-24 Miles Bader <miles@gnu.org>
13765
13766 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13767 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13768 (mm-find-mime-charset-region):
13769 * mm-bodies.el (mm-encode-body):
13770 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13771
13772 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13773
13774 * mail-source.el (mail-source-delete-incoming): Change default.
13775 Supplement doc string.
13776
13777 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13778
13779 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13780
13781 * nnmail.el (nnmail-message-id-cache-file): Derive from
13782 `gnus-home-directory'.
13783
13784 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13785
13786 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13787 Document negative prefix.
13788
13789 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13790
13791 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13792
13793 * message.el (message-unsent-separator): Add the Exim bounce
13794 separator.
13795
13796 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13797
13798 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13799 list.
13800 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13801 recipient/signer list.
13802
13803 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13804
13805 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13806 fbound (Emacs 23 unicode), signal an error.
13807
13808 2008-02-08 Glenn Morris <rgm@gnu.org>
13809
13810 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13811
13812 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13813
13814 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13815 ports to the calls to `netrc-machine-user-or-password' in addition to
13816 "imap" and "imaps".
13817
13818 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13819
13820 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13821 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13822 <hanche@math.ntnu.no>.
13823
13824 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13825
13826 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13827
13828 2008-02-01 Zhang Wei <id.brep@gmail.com>
13829
13830 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13831
13832 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13833
13834 2008-02-01 Miles Bader <miles@gnu.org>
13835
13836 * mml.el (mml-parse-1): Remove apparently vestigial use of
13837 `mm-hack-charsets'.
13838 * mm-bodies.el (mm-encode-body): Likewise.
13839
13840 2008-02-01 Kenichi Handa <handa@m17n.org>
13841
13842 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13843 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13844 (rfc2104-hash): Convert the result of concat to unibyte string.
13845
13846 2008-02-01 Dave Love <fx@gnu.org>
13847
13848 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13849 coding-system-for-read.
13850 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13851
13852 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13853 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13854 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13855
13856 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13857
13858 * mail-source.el (mail-sources): Add `group' choice.
13859
13860 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13861 parameter `in-group' to control into which group the articles go.
13862 Add treatment of `group' mail-source.
13863
13864 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13865
13866 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13867 * message.el (message-beginning-of-line): Use featurep instead of bound
13868 tests in order to resolve conditionals at compile time.
13869
13870 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13871
13872 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13873
13874 * mm-decode.el (mm-dissect-buffer): Decode description.
13875
13876 * mml.el (mml-to-mime): Encode message header first.
13877
13878 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13879
13880 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13881 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13882
13883 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13884
13885 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13886
13887 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13888
13889 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13890 prefix keys.
13891 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13892 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13893 gnus-xmas.el.
13894
13895 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13896
13897 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13898 Add new variables for article mark management.
13899 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13900 list of extra data entries which, when present, will indicate that the
13901 article ID should not be trimmed from the registry.
13902 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13903 functions.
13904 (gnus-registry-read-mark): New function to read a mark name from the
13905 user.
13906 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13907 (gnus-registry-set-article-mark-internal): New functions to add and
13908 remove marks.
13909 (gnus-registry-get-article-marks): New function to show the marks for
13910 an article, or retrieve them for further use.
13911
13912 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13913
13914 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13915 keys when no argument is given.
13916
13917 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13918
13919 * gnus-sum.el (gnus-article-sort-by-random)
13920 (gnus-thread-sort-by-random): Fix doc strings.
13921 Reported by jidanni@jidanni.org.
13922
13923 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13924
13925 * gnus-art.el (gnus-article-describe-bindings): New function.
13926 (gnus-article-read-summary-keys): Use it.
13927 (gnus-article-mode-map): Bind `C-h b' to it.
13928
13929 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13930
13931 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13932 XEmacs.
13933 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13934 Protect against non-character events.
13935
13936 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13937
13938 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13939 New command.
13940 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13941 instead of END. Change name of the temp file.
13942 (gnus-group-gmane-group-download-format): Add doc string. Make it
13943 customizable.
13944
13945 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13946
13947 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13948 bind `S W' to gnus-article-wide-reply-with-original; set default
13949 binding to gnus-article-read-summary-send-keys.
13950 (gnus-article-read-summary-keys): Fix the order of keys; display
13951 continuation keys correctly in the echo area; describe bindings
13952 correctly when keys end with `C-h'.
13953 (gnus-article-read-summary-send-keys): New function.
13954 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13955 Work for gnus-article-read-summary-send-keys; display continuation keys
13956 correctly in the echo area.
13957 (gnus-article-reply-with-original): Ignore prefix argument.
13958 (gnus-article-wide-reply-with-original): New function.
13959
13960 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13961
13962 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13963 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13964
13965 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13966
13967 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13968 (gnus-group-read-ephemeral-gmane-group): New command.
13969
13970 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13971
13972 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13973
13974 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13975
13976 * message.el (message-send-mail-function): Increase custom version.
13977
13978 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13979 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13980
13981 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13982
13983 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13984 html parts correctly; support forwarded messages.
13985 (gnus-article-browse-html-article): Remove work buffers.
13986
13987 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13988 compiling.
13989 (netrc-bound-and-true-p): New macro.
13990 (netrc-parse): Use it instead of bound-and-true-p that is not available
13991 in XEmacs 21.4.
13992
13993 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13994
13995 * gnus-registry.el (gnus-registry-mark-article)
13996 (gnus-registry-article-marks): Add functionality to mark articles
13997 through the Gnus registry.
13998
13999 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14000 (netrc-parse): Use encrypt-file-alist to determine if
14001 encrypt-find-model or encrypt-insert-file-contents should be used.
14002
14003 2007-12-19 Glenn Morris <rgm@gnu.org>
14004
14005 * mml.el (message-options-set, message-narrow-to-head)
14006 (message-in-body-p, message-mail-p, message-encode-message-body):
14007 Autoload.
14008 (message-remove-header, message-narrow-to-headers-or-head)
14009 (message-subscribed-p, message-make-mail-followup-to)
14010 (message-position-on-field, message-news-p)
14011 (message-options-set-recipient, message-generate-headers)
14012 (message-sort-headers): Declare as functions.
14013
14014 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14015
14016 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14017 convention in doc string.
14018
14019 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14020
14021 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14022 title to html parts.
14023 (gnus-article-browse-html-article): Pass message header to it.
14024
14025 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14026
14027 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
14028
14029 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14030 or password compatible with XEmacs.
14031
14032 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14033
14034 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14035 format document.
14036 (gnus-mime-delete-part): Don't write description line if empty.
14037 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14038
14039 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14040
14041 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14042 (gnus-summary-mark-read-and-unread-as-read)
14043 (gnus-summary-mark-current-read-and-unread-as-read)
14044 (gnus-summary-mark-unread-as-ticked): Doc fix.
14045 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14046
14047 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14048
14049 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14050 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14051
14052 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14053
14054 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14055 yes-or-no-p.
14056
14057 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14058
14059 * mm-decode.el (mm-add-meta-html-tag): New function.
14060 (mm-save-part-to-file, mm-pipe-part): Use it.
14061
14062 * gnus-art.el (gnus-article-browse-delete-temp-files):
14063 Use gnus-y-or-n-p instead of y-or-n-p.
14064 (gnus-article-browse-html-parts): Work with message/external-body; use
14065 mm-add-meta-html-tag.
14066
14067 2007-12-11 Glenn Morris <rgm@gnu.org>
14068
14069 * gnus-cache.el: Require gnus-sum not just when compiling.
14070
14071 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14072
14073 * gnus-int.el (gnus-server-opened, gnus-status-message):
14074 Move definitions before use.
14075
14076 * mm-decode.el: Require gnus-util.
14077 (mm-remove-part): Only call delete-annotation on XEmacs.
14078
14079 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14080
14081 * nnmail.el: Require gnus-int.
14082
14083 * spam.el: Move `require's before `eval-when-compile's.
14084
14085 * gnus-ems.el (gnus-alive-p):
14086 * gnus-fun.el (message-goto-eoh):
14087 * gnus-util.el (gnus-group-name-decode):
14088 * mail-source.el (gnus-compress-sequence):
14089 * message.el (Info-goto-node, format-spec):
14090 * mm-bodies.el (message-options-get):
14091 * mm-decode.el (mm-view-pkcs7):
14092 * mm-util.el (gmm-write-region):
14093 * mml-smime.el (mml-compute-boundary)
14094 (gnus-completing-read-with-default):
14095 * mml.el (widget-button-press, gnus-make-hashtable):
14096 * mml1991.el (mm-decode-content-transfer-encoding)
14097 (mm-encode-content-transfer-encoding)
14098 (message-options-get, message-options-set):
14099 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14100 * nnfolder.el (gnus-request-group):
14101 * nnheader.el (ietf-drums-unfold-fws):
14102 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14103 * smime.el (gnus-run-mode-hooks):
14104 * spam-stat.el (gnus-message): Autoload.
14105
14106 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14107 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14108 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14109 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14110 Add declare-function compatibility definition.
14111
14112 * gnus-cache.el (nnvirtual-find-group-art):
14113 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14114 (gnus-add-image, gnus-add-wash-type):
14115 * gnus-group.el (nnkiboze-score-file):
14116 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14117 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14118 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14119 (message-tokenize-header, gnus-get-buffer-create)
14120 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14121 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14122 * gnus.el (gnus-group-decoded-name):
14123 * mail-source.el (imap-capability):
14124 * mm-bodies.el (message-options-set):
14125 * mm-decode.el (gnus-configure-windows):
14126 * mm-extern.el (message-goto-body):
14127 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14128 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14129 (epg-sub-key-validity, message-options-set):
14130 * mml.el (widget-event-point, gnus-configure-windows):
14131 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14132 * mml2015.el (epg-check-configuration, epg-configuration)
14133 (message-options-set):
14134 * nndb.el (nndb-request-article):
14135 * nnfolder.el (gnus-request-create-group):
14136 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14137 * nnmaildir.el (gnus-group-mark-article-read):
14138 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14139 * rfc1843.el (message-fetch-field):
14140 * spam.el (gnus-extract-address-components):
14141 Declare as functions.
14142
14143 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14144
14145 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14146
14147 2007-12-09 Glenn Morris <rgm@gnu.org>
14148
14149 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14150
14151 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14152 * message.el, mm-view.el, sieve-manage.el, smime.el:
14153 Add declare-function compatibility definition.
14154
14155 * gnus-art.el (w3-region, w3m-region, Info-menu):
14156 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14157 * gnus-sum.el (gnus-get-predicate):
14158 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14159 * message.el (mail-abbrev-in-expansion-header-p):
14160 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14161 (w3m-detect-meta-charset, w3m-region):
14162 * sieve-manage.el (password-read, password-cache-add)
14163 (password-cache-remove):
14164 * smime.el (password-read-and-add): Declare as functions.
14165
14166 2007-12-08 David Kastrup <dak@gnu.org>
14167
14168 * gnus-sum.el (gnus-summary-simplify-subject-query):
14169 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14170 `message'.
14171
14172 2007-12-07 Glenn Morris <rgm@gnu.org>
14173
14174 * gnus-art.el (article-make-date-line): Revert previous change.
14175
14176 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14177
14178 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14179
14180 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14181
14182 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14183 Call gnus-add-to-range ranges only once with a prepared article-list.
14184
14185 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14186
14187 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14188 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14189 group names with backslashes.
14190 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14191
14192 2007-12-06 Deepak Goel <deego3@gmail.com>
14193
14194 * gnus-art.el (article-make-date-line):
14195 * gnus-start.el (gnus-load):
14196 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14197
14198 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14199
14200 * gnus-art.el (gnus-use-idna):
14201 * gnus-start.el (gnus-site-init-file):
14202 * message.el (message-use-idna):
14203 * mm-uu.el (mm-uu-hide-markers):
14204 * smiley.el (smiley-style): Revert changes that suppress warnings.
14205
14206 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14207
14208 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14209 specify charset to html source.
14210 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14211
14212 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14213
14214 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14215 idna-program in order to suppress byte compile warning issued by XEmacs
14216 that came to byte compile the default value section of defcustom forms
14217 recently.
14218
14219 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14220 value of installation-directory.
14221
14222 * message.el (message-use-idna): Don't directly refer to the value of
14223 idna-program.
14224
14225 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14226
14227 * smiley.el (smiley-style): Don't directly call face-attribute.
14228
14229 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14230
14231 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14232
14233 * gnus-dired.el: Reduce Gnus dependencies.
14234 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14235 Don't require. Use autoloads instead.
14236 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14237 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14238 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14239 (gnus-dired-mode): Adjust doc string.
14240 (gnus-dired-mail-mode): New variable.
14241 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14242 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14243 (gnus-dired-mail-buffers): New function. Return mail or message
14244 composition buffers.
14245 (gnus-dired-attach): Use it.
14246 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14247 NO-DECODE.
14248 (gnus-dired-print): Use `gnus-print-buffer' depending on
14249 `gnus-dired-mail-mode'.
14250
14251 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14252
14253 * rfc2047.el (rfc2047-encoded-word-regexp)
14254 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14255 explaining what regexp patterns are for.
14256
14257 2007-12-04 Glenn Morris <rgm@gnu.org>
14258
14259 * password.el: Move to ../password-cache.el.
14260
14261 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14262 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14263 * mml-smime.el (password-read, password-cache-add)
14264 (password-cache-remove):
14265 No need to autoload, since mml-sec requires password.
14266
14267 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14268 * message.el (gnus-extract-address-components):
14269 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14270
14271 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14272 password.
14273
14274 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14275
14276 * mailcap.el: Reduce dependencies.
14277 (mail-header-parse-content-type): Autoload.
14278 (mailcap-delete-duplicates): New alias.
14279 (mailcap-mime-info): Add optional argument NO-DECODE.
14280 (mailcap-mime-types): Use mailcap-delete-duplicates.
14281
14282 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14283
14284 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14285
14286 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14287 function.
14288
14289 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14290 (gnus-uu-yenc-article): New function.
14291
14292 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14293
14294 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14295
14296 2007-12-02 Glenn Morris <rgm@gnu.org>
14297
14298 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14299 Move to ../net.
14300
14301 * binhex.el, uudecode.el: Move to ../mail.
14302
14303 * encrypt.el: Remove file.
14304
14305 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14306
14307 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14308 matches on patches.
14309
14310 * gnus-art.el (gnus-article-browse-html-article):
14311 Mention `mm-text-html-renderer' in the doc string.
14312
14313 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14314 string. Add comments.
14315
14316 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14317 if rhs is ASCII.
14318
14319 2007-12-01 Glenn Morris <rgm@gnu.org>
14320
14321 * dig.el, dns.el: Move to ../net.
14322 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14323
14324 * mail-source.el (top-level): Require format-spec before
14325 eval-when-compile.
14326
14327 2007-11-30 Glenn Morris <rgm@gnu.org>
14328
14329 * encrypt.el: Require password, rather than autoloading password-read.
14330
14331 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14332
14333 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14334 caller can indicate whether the cache should be disregarded for this
14335 call. This way the result of the call is reproducible at all times and
14336 can be considered a canonical server name for the supplied method.
14337 (gnus-agent-method-p): Canonicalize server names by pushing their
14338 method through `gnus-method-to-server' using the no-cache argument.
14339
14340 * gnus-srvr.el (gnus-server-insert-server-line):
14341 Call `gnus-method-to-server' with `no-cache' argument.
14342
14343 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14344 gnus-agent-possibly-synchronize-flags as this should be called when the
14345 server is actually being opened.
14346 (gnus-agent-possibly-synchronize-flags)
14347 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14348 flags file of an agentized server to the latter function.
14349
14350 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14351 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14352 after a connection has been established successfully.
14353
14354 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14355
14356 * gnus-art.el (article-display-face): Force to display face if called
14357 interactively; check if gnus-article-x-face-too-ugly matches author.
14358 (article-display-x-face): Display face even if From header is missing
14359 as article-display-face does.
14360
14361 2007-11-28 Richard Stallman <rms@gnu.org>
14362
14363 * md4.el: Move to ../.
14364 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14365
14366 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14367
14368 * mail-source.el (mail-sources): Default to fetch from file for
14369 compatibility with default of nnmail-spool-file.
14370
14371 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14372
14373 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14374 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14375 to look for encoded word that should be encoded again.
14376 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14377 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14378 encoding pattern.
14379 (rfc2047-decode-region): Switch strict regexp and loose one according
14380 to rfc2047-allow-irregular-q-encoded-words.
14381
14382 2007-11-26 Simon Josefsson <simon@josefsson.org>
14383
14384 * imap.el: Move to ../net directory.
14385
14386 2007-11-25 Romain Francoise <romain@orebokech.com>
14387
14388 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14389
14390 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14391
14392 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14393 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14394
14395 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14396 `nnmail-spool-file'.
14397
14398 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14399 `nnmail-spool-file'.
14400
14401 * gnus-move.el (gnus-change-server): Ditto.
14402
14403 * gnus-kill.el (gnus-batch-score): Ditto.
14404
14405 * gnus-cache.el (gnus-jog-cache): Ditto.
14406
14407 * gnus-msg.el (gnus-summary-reply):
14408 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14409
14410 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14411
14412 * gnus-cache.el (gnus-cache-generate-nov-databases):
14413 Use nnml-generate-nov-databases-directory instead of
14414 nnml-generate-nov-databases-1.
14415
14416 2007-11-24 Glenn Morris <rgm@gnu.org>
14417
14418 * message.el (message-tool-bar-retro): Update for rename
14419 mail_send.xpm->mail-send.xpm.
14420
14421 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14422
14423 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14424 `smime-ldap-search' for Emacs 22 and up.
14425
14426 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14427
14428 * hashcash.el: Move to ../mail directory.
14429
14430 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14431
14432 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14433 `smime-ldap-search' for Emacs 22 and up.
14434
14435 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14436
14437 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14438
14439 * message.el (message-send-mail-function): Fix error convention.
14440 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14441 (message-widen-reply, message-send-mail, message-talkative-question)
14442 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14443 (message-clone-locals, message-send-news): Use with-current-buffer.
14444 (message-insert-or-toggle-importance): Remove unused var `valid'.
14445 (message-make-references): Remove unused var `new-references'.
14446 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14447
14448 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14449
14450 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14451 (spam-split-symbolic-return-positive): Reflow docstring.
14452 (spam-backends, spam-summary-exit-behavior)
14453 (spam-mark-ham-unread-before-move-from-spam-group)
14454 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14455 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14456 (spam-clear-cache, spam-backend-check, spam-install-backend)
14457 (spam-install-statistical-backend, spam-list-of-processors)
14458 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14459 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14460 (spam-check-crm114, spam-initialize, spam-unload-hook):
14461 Fix typos in docstrings.
14462
14463 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14464
14465 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14466 been checked if they have never been read and those group levels are
14467 higher than the one that a user specified.
14468
14469 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14470
14471 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14472 foreign groups unless a group level is specified by a user.
14473 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14474
14475 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14476
14477 * message.el (message-send-mail-function): Require sendmail.
14478
14479 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14480
14481 * message.el (message-send-mail-function): Check for smtpmail too.
14482
14483 * utf7.el (utf7-encode, utf7-decode): Use coding system
14484 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14485
14486 * message.el (message-send-mail-function): New function.
14487 (message-send-mail-function): Set default using
14488 message-send-mail-function. Adjust doc string.
14489 (message-send-mail-with-mailclient): New function.
14490
14491 2007-11-17 Richard Stallman <rms@gnu.org>
14492
14493 * assistant.el: Remove file.
14494
14495 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14496
14497 * smime.el (from):
14498 * rfc2047.el (message-posting-charset):
14499 * qp.el (mm-use-ultra-safe-encoding):
14500 * pop3.el (parse-time-months):
14501 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14502 * nnml.el (files):
14503 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14504 (jka-compr-compression-info-list, ange-ftp-path-format)
14505 (efs-path-regexp):
14506 * nndiary.el (files):
14507 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14508 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14509 (epg-digest-algorithm-alist, inhibit-redisplay)
14510 (password-cache-expiry):
14511 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14512 (pgg-output-buffer, password-cache-expiry):
14513 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14514 (efs-path-regexp):
14515 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14516 (inhibit-redisplay):
14517 * mm-uu.el (file-name, start-point, end-point, entry)
14518 (gnus-newsgroup-name, gnus-newsgroup-charset):
14519 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14520 (latin-unity-ucs-list):
14521 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14522 (mm-uu-binhex-decode-function):
14523 * message.el (gnus-message-group-art, gnus-list-identifiers)
14524 (rmail-enable-mime-composing, gnus-local-organization)
14525 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14526 (gnus-read-active-file, facemenu-add-face-function)
14527 (facemenu-remove-face-function, gnus-article-decoded-p)
14528 (tool-bar-mode):
14529 * mail-source.el (display-time-mail-function):
14530 * gnus-util.el (nnmail-pathname-coding-system)
14531 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14532 (gnus-original-article-buffer, gnus-user-agent)
14533 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14534 (xemacs-codename, sxemacs-codename, emacs-program-version):
14535 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14536 * gnus-start.el (gnus-agent-covered-methods)
14537 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14538 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14539 (gnus-newsgroup-headers, gnus-group-list-mode)
14540 (gnus-group-mark-positions, gnus-newsgroup-data)
14541 (gnus-newsgroup-unreads, nnoo-state-alist)
14542 (gnus-current-select-method, mail-sources)
14543 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14544 (nnmail-spool-file, gnus-cache-active-hashtb):
14545 * gnus-mh.el (mh-lib-progs):
14546 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14547 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14548 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14549 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14550 (gnus-group-buffer):
14551 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14552 (font-lock-set-defaults):
14553 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14554 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14555 (gnus-summary-post-menu, total-parts, type, condition, length):
14556 * gnus-agent.el (gnus-agent-read-agentview):
14557 * flow-fill.el (show-trailing-whitespace):
14558 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14559 eval-and-compile wrappers for byte compiler pacifiers.
14560
14561 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14562 (mm-display-inline-fontify): Check for featurep 'xemacs not
14563 extent-list.
14564
14565 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14566 itimer-list.
14567 (mm-create-image-xemacs): Only do something for XEmacs.
14568 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14569
14570 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14571
14572 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14573 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14574
14575 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14576
14577 * nnimap.el (nnimap-split-download-body):
14578 * gnus-demon.el (gnus-demon):
14579 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14580
14581 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14582
14583 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14584 New macros.
14585 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14586 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14587 copy data from unibyte buffer to multibyte current buffer.
14588 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14589 to copy data from unibyte current buffer to multibyte buffer.
14590 (nntp-make-process-buffer): Make process buffer unibyte.
14591
14592 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14593
14594 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14595
14596 * pop3.el (pop3-open-server): Accept and process data more robustly at
14597 connection start to avoid spurious "POP SSL connection failed" errors.
14598
14599 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14600
14601 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14602 read group names.
14603
14604 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14605
14606 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14607
14608 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14609
14610 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14611 (nnmail-save-active): Use a unibyte buffer when saving active file,
14612 which may contain non-ASCII group names.
14613
14614 * nnml.el (nnml-request-group): Decode group names in messages.
14615
14616 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14617
14618 * message.el (message-citation-line-function)
14619 (message-insert-formatted-citation-line): Fix spelling of
14620 `message-insert-formated-citation-line'.
14621
14622 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14623
14624 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14625
14626 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14627
14628 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14629 nnmail-pathname-coding-system.
14630
14631 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14632 that a user enters; decode group names in messages.
14633
14634 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14635
14636 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14637
14638 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14639
14640 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14641
14642 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14643 risky local variable.
14644
14645 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14646
14647 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14648
14649 * encrypt.el: Improve documentation to fix function name typo.
14650 Reported by Daiki Ueno <ueno@unixuser.org>.
14651
14652 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14653
14654 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14655 even if the point is not in the last page of an article.
14656 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14657 back to the previous page.
14658
14659 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14660
14661 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14662
14663 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14664
14665 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14666
14667 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * message.el (message-check-news-body-syntax):
14670 Avoid mm-string-as-multibyte.
14671 (message-hide-headers): Don't assume (point-min)==1.
14672
14673 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14674
14675 * message.el (message-remove-blank-cited-lines): Fix if remove is
14676 given.
14677 (message-bogus-address-regexp): New variable.
14678 (message-bogus-recipient-p): New function.
14679 (message-check-recipients): New command.
14680 (message-syntax-checks): Add `bogus-recipient'.
14681 (message-fix-before-sending): Add `bogus-recipient'.
14682
14683 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14684 (gnus-treat-body-boundary): Don't test window-system.
14685
14686 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14687
14688 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14689
14690 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14691
14692 * gnus.el: Bump version to Gnus v5.13.
14693
14694 2007-10-28 Miles Bader <miles@gnu.org>
14695
14696 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14697 at compile-time too.
14698
14699 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14700
14701 * gnus-msg.el (gnus-message-setup-hook):
14702 Add `message-remove-blank-cited-lines' to options.
14703
14704 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14705
14706 * message.el (message-remove-blank-cited-lines): New function.
14707 Suggested by Karl Plästerer.
14708
14709 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14710
14711 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14712 mapc.
14713
14714 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14715 (top-level): Use mapc to set functions to be traced for debugging.
14716
14717 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14718 called for effect with while loop.
14719
14720 * message.el (message-talkative-question): Replace mapcar called for
14721 effect with mapc.
14722
14723 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14724 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14725 called for effect with dolist.
14726
14727 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14728
14729 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14730 gnus-extra-headers and nnmail-extra-headers.
14731
14732 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14733 called for effect with dolist.
14734 (top-level): Use mapc to set functions to be traced for debugging.
14735
14736 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14737 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14738 dolist.
14739
14740 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14741 Replace mapcar called for effect with mapc.
14742 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14743 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14744 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14745 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14746
14747 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14748 remove-if that's a cl function.
14749
14750 * webmail.el (webmail-debug): Replace mapcar called for effect with
14751 dolist.
14752
14753 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14754
14755 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14756 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14757 with while loop.
14758
14759 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14760 functions from article-* functions.
14761 (gnus-multi-decode-header): Replace mapcar called for effect with
14762 dolist.
14763
14764 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14765 (gnus-bookmark-show-details): Replace mapcar called for effect with
14766 while loop.
14767
14768 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14769 called for effect with while loop.
14770
14771 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14772 with dolist.
14773
14774 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14775 Replace mapcar called for effect with dolist.
14776
14777 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14778
14779 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14780 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14781 Replace mapcar called for effect with dolist.
14782 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14783 mapc.
14784
14785 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14786 Replace mapcar called for effect with dolist.
14787 (gnus-topic-list): Replace mapcar called for effect with mapc.
14788
14789 * gnus.el: Use mapc instead of mapcar to add autoloads.
14790
14791 2007-10-23 Richard Stallman <rms@gnu.org>
14792
14793 * gnus-group.el (gnus-group-highlight): Mark as risky.
14794
14795 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14796
14797 * gnus.el (gnus-server-to-method): Return method found first in
14798 gnus-newsrc-alist.
14799
14800 * gnus-art.el (gnus-article-highlight-signature)
14801 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14802 button overlay without the front stickiness.
14803
14804 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14805
14806 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14807 overview buffer needed a catch to receive its throw.
14808 (gnus-agent-flush-cache): Declare as interactive to make this function
14809 easier to use.
14810
14811 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14812
14813 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14814 `next-line'.
14815
14816 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14817
14818 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14819 exclude address matching message-dont-reply-to-names.
14820
14821 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14822
14823 * gnus-util.el (gnus-string<): New function.
14824
14825 * gnus-sum.el (gnus-article-sort-by-author)
14826 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14827
14828 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14829
14830 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14831 the frame-focus tag is set in gnus-buffer-configuration.
14832
14833 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14834
14835 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14836 the front stickiness.
14837
14838 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14839
14840 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14841 url pattern; remove duplicate one.
14842 (gnus-article-extend-url-button): New function.
14843 (gnus-article-add-buttons): Use it.
14844 (gnus-button-push): Use concatenated url that it makes.
14845
14846 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14847
14848 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14849 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14850
14851 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14854 Don't hardcode point-min==1.
14855
14856 2007-09-30 David Kastrup <dak@gnu.org>
14857
14858 * gnus-art.el (gnus-article-reply-with-original)
14859 (gnus-article-followup-with-original): When `transient-mark-mode' is
14860 off, refrain from active-region behavior for followups.
14861
14862 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14863
14864 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14865 Fix comment about "iso8859-1".
14866
14867 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14868
14869 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14870 ones returned from the verify-function.
14871
14872 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14873 Call mml2015-extract-cleartext-signature if extraction failed.
14874
14875 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14876
14877 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14878 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14879 failed.
14880
14881 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14882
14883 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14884
14885 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14886
14887 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14888 to mark a thread as expirable. Add variable `hide' to handle hiding of
14889 thread for both the null and zero (kill/expire thread) universal prefix
14890 cases.
14891 (gnus-summary-expire-thread): Add new function to expire a thread,
14892 using gnus-summary-kill-thread.
14893 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14894 shortcuts for gnus-summary-expire-thread.
14895 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14896 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14897
14898 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14899
14900 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14901 extras value, so an extras entry can be deleted.
14902 (gnus-registry-delete-extra-entry): Use it.
14903 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14904 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14905 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14906 storage through the gnus-registry, and provide an appropriate API for
14907 it.
14908
14909 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14910
14911 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14912 Suggested by Leo <sdl.web@gmail.com>.
14913
14914 * gnus.el: Do.
14915
14916 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14917
14918 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14919 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14920
14921 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14922
14923 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14924 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14925
14926 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14927
14928 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14929 newline.
14930 (nnmbox-request-accept-article): Don't change article in source buffer;
14931 narrow to header to use message-fetch-field rather than
14932 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14933 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14934 as delimiters; make sure article ends with newline.
14935 (nnmbox-delete-mail): Correct last position of article to be deleted;
14936 ignore X-Gnus-Newsgroup header in article body.
14937 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14938 positions; make sure article ends with newline.
14939
14940 * message.el (message-display-abbrev): Don't infloop when a user
14941 inserts SPC in the beginning of header.
14942
14943 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14944
14945 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14946 list of groups not followed by default. Fix type to be regexp.
14947 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14948
14949 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14950
14951 * hmac-def.el (define-hmac-function): Switch from old-style to
14952 new-style backquotes.
14953
14954 * md4.el (md4-make-step): Likewise.
14955
14956 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14957
14958 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14959 raw-text coding system when saving .newsrc file, which may contain
14960 non-ASCII group names.
14961
14962 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14963
14964 * gnus-cus.el (gnus-score-extra): New widget.
14965 (gnus-score-extra-convert): New function.
14966 (gnus-score-customize): Use it for Extra.
14967
14968 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14969
14970 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14971 (mml2015-mailcrypt-clear-verify): Use it.
14972 (mml2015-gpg-clear-verify): Use it.
14973 (mml2015-pgg-clear-verify): Use it.
14974 (mml2015-epg-clear-verify): Replace the current part with the output
14975 from GnuPG; don't extract the plaintext by itself.
14976
14977 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14978 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14979 mml2015-clear-verify-function; don't touch the armor headers or
14980 dash-escaped text here.
14981
14982 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14983
14984 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14985 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14986 parts, or application/octet-stream as a last resort.
14987 (gnus-mime-view-part-as-type): Don't toggle display.
14988 (gnus-mime-view-part-as-charset): Don't turn off display before
14989 querying charset.
14990
14991 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14992 stuff to undisplayer function in Emacs.
14993 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14994
14995 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14996 text/calendar parts.
14997
14998 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14999
15000 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15001 decoding text/calendar parts.
15002
15003 * message.el (message-forward-make-body-mime): Always mark body as
15004 having no illegible text; remove signed-or-encrypted argument.
15005 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15006
15007 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15008 (mml-generate-mime-1): Don't encode body if it is specified to be in
15009 raw form; don't make buffer be unibyte when inserting multibyte string.
15010
15011 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * sha1.el: Fix up comment style.
15014 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15015 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15016
15017 * hex-util.el: Fix up comment style.
15018 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15019
15020 * gnus-salt.el: Use with-current-buffer.
15021 (gnus-pick-setup-message): Fix long-standing typo.
15022
15023 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
15024
15025 * imap.el (imap-logout-timeout): New variable.
15026 (imap-logout, imap-logout-wait): New functions.
15027 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15028
15029 * nnimap.el (nnimap-logout-timeout): New server variable.
15030 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15031 nnimap-logout-timeout.
15032
15033 * gnus-art.el (gnus-article-summary-command-nosave)
15034 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15035
15036 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
15037
15038 * gnus.el (gnus-maximum-newsgroup): New variable.
15039
15040 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15041 according to gnus-maximum-newsgroup.
15042
15043 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15044 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15045 Limit the range of articles according to gnus-maximum-newsgroup.
15046
15047 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15048
15049 * gnus-art.el (gnus-sticky-article): Fix problems described in
15050 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15051 Don't perform gnus-configure-windows here; reuse existing sticky
15052 article buffer.
15053
15054 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15055 it doesn't exist in gnus-article-mode.
15056
15057 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15058
15059 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15060 (gnus-agent-decoded-group-name): New function.
15061 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15062 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15063
15064 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15065
15066 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15067 Add binding for gnus-sticky-article.
15068 (gnus-summary-exit): Don't kill sticky article buffers.
15069
15070 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15071 article buffer.
15072 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15073 (gnus-kill-sticky-article-buffers): New commands.
15074
15075 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15076
15077 * nntp.el (nntp-xref-number-is-evil): New server variable.
15078 (nntp-find-group-and-number): If it is non-nil, don't trust article
15079 numbers in the Xref header.
15080
15081 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15082
15083 * gnus-agent.el (gnus-agent-read-group): New function.
15084 (gnus-agent-flush-group, gnus-agent-expire-group)
15085 (gnus-agent-regenerate-group): Use it.
15086 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15087 nnmail-pathname-coding-system.
15088
15089 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15090
15091 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15092
15093 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15094 that are unread as unread, and also as selected so that information of
15095 marks having been changed by a user may be updated when exiting group.
15096
15097 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15098
15099 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15100
15101 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15102
15103 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15104 calculated ignoring signature parts to gnus-treat-article.
15105
15106 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15107
15108 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15109 a point here in order to keep the window start.
15110 (gnus-insert-mime-security-button): Make a button overlay without the
15111 front stickiness.
15112 (gnus-mime-display-security): Goto the end of a button.
15113
15114 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15115
15116 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15117
15118 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15119 group-name-at-point.
15120 (gnus-group-completing-read): New function that offers decoded
15121 non-ASCII group names for completion.
15122 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15123 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15124 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15125 (gnus-group-fetch-control): Use it.
15126 (gnus-fetch-group): Use group-name-at-point for the initial value
15127 rather than the default value; use gnus-alive-p.
15128
15129 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15130 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15131 (gnus-summary-post-news): Use gnus-group-completing-read.
15132
15133 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15134 (gnus-read-move-group-name): Decode group name for completion.
15135
15136 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15137
15138 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15139 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15140 Yamaoka slightly modified the code).
15141
15142 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15143
15144 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15145 (nnmail-split-incoming): Bind it.
15146
15147 * nnml.el (nnml-group-name-charset): New function.
15148 (nnml-decoded-group-name): Use it; don't decode group name if
15149 nnmail-group-names-not-encoded-p is non-nil.
15150 (nnml-encoded-group-name): New function.
15151 (nnml-group-pathname): Inline nnml-decoded-group-name.
15152 (nnml-request-expire-articles): Decode group name in message.
15153 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15154 nnmail-pathname-coding-system.
15155 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15156 not decoded ones according to nnmail-group-names-not-encoded-p.
15157 (nnml-generate-active-info): Use nnml-encoded-group-name.
15158
15159 2007-08-08 Glenn Morris <rgm@gnu.org>
15160
15161 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15162 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15163 doc-strings and comments.
15164
15165 2007-07-25 Glenn Morris <rgm@gnu.org>
15166
15167 * Relicense all FSF files to GPLv3 or later.
15168
15169 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15170
15171 * gnus-sum.el (gnus-summary-move-article):
15172 Make gnus-summary-respool-article work.
15173
15174 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15175
15176 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15177 string.
15178
15179 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15180
15181 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15182 that should be ignored when comparing distant RSS articles with local
15183 ones.
15184 (nnrss-make-hash-index): New function. Create a hash index according
15185 to the ignored fields.
15186 (nnrss-check-group): Use it.
15187
15188 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15189
15190 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15191
15192 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15193
15194 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15195 the new optional argument ENCODED is non-nil.
15196 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15197 coding system for encoding group name.
15198 (gnus-group-make-rss-group): Pass un-encoded group name to
15199 gnus-group-make-group.
15200 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15201 encoded.
15202
15203 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15204 Encode group name to which articles are moved or copied.
15205 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15206 coding system for encoding Newsgroup, Followup-To and Xref headers.
15207
15208 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15209 marks; use nnheader-file-coding-system to write a file.
15210 (nnagent-retrieve-headers): Bind file-name-coding-system to
15211 nnmail-pathname-coding-system.
15212
15213 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15214
15215 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15216 (nnml-request-article, nnml-request-create-group)
15217 (nnml-request-rename-group, nnml-find-id)
15218 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15219 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15220 (nnml-save-marks): Use nnml-group-pathname instead of
15221 nnmail-group-pathname.
15222
15223 (nnml-request-create-group, nnml-request-expire-articles)
15224 (nnml-request-move-article, nnml-request-delete-group)
15225 (nnml-deletable-article-p, nnml-possibly-create-directory)
15226 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15227 (nnml-open-marks): Bind file-name-coding-system to
15228 nnmail-pathname-coding-system.
15229
15230 (nnml-request-article): Pass server argument to nnml-find-group-number.
15231 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15232 Pass server argument to nnml-possibly-create-directory.
15233 (nnml-request-accept-article): Pass server argument to
15234 nnml-active-number and nnml-save-mail.
15235 (nnml-find-group-number): Pass server argument to nnml-find-id.
15236 (nnml-request-update-info): Pass server argument to
15237 nnml-marks-changed-p.
15238
15239 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15240 (nnml-save-mail, nnml-active-number): Add server argument.
15241
15242 (nnml-request-delete-group): Warn if group is missing.
15243 (nnml-get-nov-buffer): Decode group name.
15244 (nnml-generate-active-info): Encode group name.
15245 (nnml-open-marks): Decode group name in messages.
15246
15247 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15248
15249 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15250 if it is not specified.
15251 (gnus-article-pipe-part, gnus-article-save-part)
15252 (gnus-article-interactively-view-part, gnus-article-copy-part)
15253 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15254 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15255 (gnus-article-replace-part, gnus-article-delete-part)
15256 (gnus-article-view-part-as-type): Pass raw prefix argument to
15257 gnus-article-part-wrapper.
15258
15259 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15260
15261 * gnus-agent.el (gnus-agent-save-active):
15262 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15263
15264 * gnus-cache.el (gnus-cache-save-buffers)
15265 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15266 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15267 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15268 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15269 (gnus-cache-generate-active, gnus-cache-rename-group)
15270 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15271 (gnus-cache-update-overview-total-fetched-for):
15272 Bind file-name-coding-system to nnmail-pathname-coding-system.
15273 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15274 New variables.
15275 (gnus-cache-decoded-group-name): New function.
15276 (gnus-cache-file-name): Use it.
15277 (gnus-cache-generate-active): Use non-decoded group name for active.
15278
15279 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15280 right place.
15281 (gnus-write-active-file): Don't break non-ASCII group names.
15282
15283 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15284 nnmail-pathname-coding-system.
15285
15286 * gnus-uu.el (gnus-uu-decode-save): Typo.
15287
15288 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15289
15290 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15291
15292 2007-07-14 David Kastrup <dak@gnu.org>
15293
15294 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15295 finishing actions if we did not edit the article.
15296
15297 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15298
15299 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15300 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15301 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15302 (gnus-agent-flush-group, gnus-agent-flush-cache)
15303 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15304 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15305 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15306 (gnus-agent-regenerate-group)
15307 (gnus-agent-update-files-total-fetched-for)
15308 (gnus-agent-update-view-total-fetched-for):
15309 Bind file-name-coding-system to nnmail-pathname-coding-system.
15310 (gnus-agent-group-pathname): Don't encode file names by
15311 nnmail-pathname-coding-system.
15312 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15313 coding-system-for-write instead of buffer-file-coding-system to
15314 gnus-agent-file-coding-system.
15315
15316 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15317 Decode group name.
15318
15319 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15320
15321 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15322 (gnus-read-newsrc-el-file): Make group names unibyte.
15323
15324 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15325 nnmail-pathname-coding-system.
15326
15327 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15328 (nnrss-request-delete-group): Bind file-name-coding-system to
15329 nnmail-pathname-coding-system.
15330 (nnrss-read-server-data, nnrss-read-group-data):
15331 Bind file-name-coding-system correctly.
15332 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15333
15334 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15335 (nntp-server-to-method-cache): New variable.
15336 (nntp-group-pathname): New function that decodes non-ASCII group names.
15337 (nntp-possibly-create-directory, nntp-marks-changed-p)
15338 (nntp-save-marks, nntp-open-marks): Use it.
15339 (nntp-possibly-create-directory, nntp-open-marks):
15340 Bind file-name-coding-system to nnmail-pathname-coding-system.
15341 (nntp-open-marks): Decode group names when bootstrapping marks.
15342
15343 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15344 Newsgroups and Followup-To headers.
15345
15346 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15347
15348 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15349 (gnus-server-closed-face, gnus-server-denied-face)
15350 (gnus-server-offline-face): Remove variable.
15351 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15352
15353 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15354 of modifying message-stack directly for XEmacs.
15355
15356 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15357 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15358 if the coding-system argument is nil for XEmacs.
15359
15360 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15361 mm-charset-override-alist.
15362
15363 * rfc2047.el: Don't require base64; require rfc2045 for the function
15364 rfc2045-encode-string.
15365 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15366 to quote the parameter value.
15367
15368 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15369
15370 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15371 form in gnus-group-name-charset-method-alist.
15372
15373 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15374 overrides the default layout edit-form.
15375
15376 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15377
15378 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15379
15380 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15381
15382 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15383 as unfetched articles.
15384
15385 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15386
15387 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15388
15389 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15390
15391 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15392 original back end that keeps marks in the local system.
15393
15394 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15395
15396 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15397 arg of pop-to-buffer for XEmacs.
15398 (gnus-article-read-summary-keys): Ditto; don't restore window
15399 configuration if summary command ends up with neither article buffer
15400 nor summary buffer; describe bindings if summary keys end with C-h.
15401
15402 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15403
15404 * message.el (message-fix-before-sending): Skip raw message part to be
15405 forwarded while checking illegible text.
15406 (message-forward-make-body-mime, message-forward-make-body):
15407 Mark signed or encrypted raw message as having no illegible text.
15408
15409 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15410
15411 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15412 (gnus-message-with-timestamp-1): New macro.
15413 (gnus-message-with-timestamp): New function.
15414 (gnus-message): Use them.
15415
15416 * nnheader.el (nnheader-message): Use them.
15417
15418 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15419
15420 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15421 .newsrc.eld file.
15422
15423 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15424
15425 * gnus-agent.el (gnus-agent-fetch-headers)
15426 (gnus-agent-retrieve-headers):
15427 Bind gnus-decode-encoded-address-function to identity.
15428
15429 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15430 available also when the server returns simply a dot.
15431
15432 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15433
15434 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15435
15436 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15437
15438 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15439
15440 * gnus-ems.el (gnus-x-splash): Make it work.
15441
15442 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15443 from being used.
15444
15445 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15446
15447 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15448 the front stickiness.
15449 (gnus-article-summary-command-nosave): Correct the order of the
15450 arguments passed to pop-to-buffer.
15451 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15452 summary command ends up with the article buffer.
15453
15454 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15455 the same faces.
15456
15457 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15458
15459 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15460
15461 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15462
15463 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15464 * gnus-sum.el (gnus-summary-highlight):
15465 * mail-source.el (mail-source-delete-old-incoming-confirm):
15466 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15467
15468 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15469
15470 * gnus-art.el (gnus-mime-view-part-externally)
15471 (gnus-mime-view-part-internally): Fix predicate function passed to
15472 completing-read.
15473
15474 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15475
15476 * gnus.el (gnus-update-message-archive-method): Add :version.
15477
15478 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15479
15480 * gnus.el (gnus-update-message-archive-method): New variable.
15481
15482 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15483 according to gnus-message-archive-method if
15484 gnus-update-message-archive-method is non-nil.
15485
15486 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15487
15488 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15489 Suggested by Loic Dachary <loic@dachary.org>.
15490 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15491
15492 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15493
15494 * message.el (message-pop-to-buffer): Add switch-function argument.
15495 (message-mail): Pass switch-function argument to it.
15496
15497 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15498
15499 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15500 Improve doc string.
15501
15502 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15503
15504 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15505 (gnus-header-content):
15506 * gnus-cite.el (gnus-cite-10):
15507 * gnus-srvr.el (gnus-server-closed):
15508 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15509 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15510 (gnus-group-mail-3-empty, gnus-group-mail-low)
15511 (gnus-group-mail-low-empty, gnus-splash):
15512 * message.el (message-header-to, message-header-cc)
15513 (message-header-subject, message-header-other, message-header-name)
15514 (message-header-xheader, message-separator, message-cited-text)
15515 (message-mml): Lighten colors of faces used for dark background.
15516
15517 2007-05-24 Simon Josefsson <simon@josefsson.org>
15518
15519 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15520 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15521
15522 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15523
15524 * message.el (message-narrow-to-headers-or-head):
15525 Ignore mail-header-separator in the body.
15526
15527 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15528
15529 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15530 same as window size.
15531
15532 2007-05-22 Kevin Ryde <user42@zip.com.au>
15533
15534 * message.el (message-font-lock-keywords): Use message-header-xheader
15535 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15536 ahead of the anything pattern, to get it recognized.
15537
15538 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15539
15540 * gnus-sum.el (gnus-articles-to-read)
15541 (gnus-summary-insert-old-articles): Don't truncate group name for
15542 `read-string'.
15543
15544 * gnus-util.el (gnus-limit-string): Delete this function.
15545
15546 * gnus-sum.el (gnus-simplify-subject-fully):
15547 Use `truncate-string-to-width' instead.
15548
15549 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15550
15551 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15552 Tell if, on summary exit, the next group has to be selected.
15553 (gnus-summary-exit): Use it.
15554
15555 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15556
15557 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15558 non-break space.
15559
15560 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15561
15562 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15563 Check if group is not a directory.
15564 (nnfolder-request-expire-articles): Don't delete articles if the target
15565 group is not available.
15566
15567 * nnml.el (nnml-request-create-group): Properly check if group is not a
15568 file.
15569 (nnml-request-expire-articles): Don't delete articles if the target
15570 group is not available.
15571
15572 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15573 Don't quote characters that are within parentheses.
15574
15575 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15576
15577 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15578 (gnus-handle-ephemeral-exit): Select article according to it.
15579
15580 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15581
15582 * message.el (message-insert-formated-citation-line): Remove newline.
15583 (message-citation-line-format): Add final \n here so that the user can
15584 avoid a blank line.
15585
15586 2007-05-03 Dan Christensen <jdc@uwo.ca>
15587
15588 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15589 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15590 Update lanl/arXiv support.
15591
15592 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15593
15594 * gnus.el: Bump version number.
15595
15596 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15597
15598 * gnus.el (gnus-version-number): Bump version.
15599
15600 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15601
15602 * gnus.el: No Gnus v0.6 is released.
15603
15604 2007-04-27 Didier Verna <didier@xemacs.org>
15605
15606 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15607 * gmm-utils.el (gmm-regexp-concat): ... here.
15608 * message.el: Don't require 'gnus-util.
15609 (message-dont-reply-to-names): Handle name change above.
15610 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15611
15612 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15613
15614 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15615 since the initial value varies according to the system.
15616
15617 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15618
15619 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15620
15621 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15622
15623 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15624
15625 2007-04-24 Didier Verna <didier@xemacs.org>
15626
15627 Improve the type of gnus-ignored-from-addresses.
15628 * gnus-util.el (gnus-orify-regexp): New function.
15629 * message.el (gnus-util): Require it.
15630 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15631 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15632 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15633
15634 2007-04-24 Didier Verna <didier@xemacs.org>
15635
15636 * gnus-sum.el:
15637 * gnus-utils.el: Fix some trailing whitespaces.
15638
15639 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15640
15641 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15642 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15643 article's Message-ID; refer parent article in summary buffer.
15644
15645 * message.el (message-bounce): Call mime-to-mml.
15646
15647 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15648
15649 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15650
15651 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15652
15653 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15654 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15655 displayed of multipart/alternative part if it is invoked from summary
15656 buffer.
15657
15658 * mm-view.el (mm-inline-text-html-render-with-w3m)
15659 (mm-inline-text-html-render-with-w3m-standalone)
15660 (mm-inline-render-with-function): Use mail-parse-charset by default.
15661
15662 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15663
15664 * parse-time.el (parse-time-string-chars): Check if CHAR
15665 is less than the length of parse-time-syntax.
15666
15667 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15668
15669 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15670 from gnus-newsgroup-processable.
15671
15672 2007-04-16 Didier Verna <didier@xemacs.org>
15673
15674 * gnus-msg.el (gnus-configure-posting-styles):
15675 Handle message-signature-directory properly with :file syntax.
15676 Reported by "Leo".
15677
15678 2007-04-11 Didier Verna <didier@xemacs.org>
15679
15680 New user option: message-signature-directory.
15681 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15682 * message.el (message-insert-signature): Ditto.
15683 * message.el (message-signature-file): Doc update.
15684 * message.el (message-signature-directory): New.
15685
15686 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15687
15688 * gnus-msg.el (gnus-inews-yank-articles):
15689 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15690
15691 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15692
15693 * message.el (message-yank-original): Make sure cited text ends with
15694 newline; don't exchange point and mark.
15695
15696 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15697
15698 * tls.el (open-tls-stream): Properly handle case where there
15699 is no associated buffer.
15700
15701 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15702
15703 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15704 message-yank-original, make sure (< mark TEXT point).
15705
15706 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15707
15708 * message.el (message-fill-column): New variable.
15709 (message-mode): Use it. Add comment on a possible new hook.
15710
15711 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15712 (nnmail-get-new-mail): Reformat.
15713
15714 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15715
15716 * gmm-utils.el: Fix Commentary.
15717 (gmm-tool-bar-from-list): Fix typo in doc string.
15718
15719 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15720
15721 * message.el (message-yank-original): Don't switch point and mark
15722 unnecessarily to put point and mark as documented.
15723
15724 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15725
15726 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15727 from the message heads.
15728
15729 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15730
15731 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15732 article buffer does not have a window. This may not be the best
15733 solution but is certainly better than setting the start of the null,
15734 that is the current, window.
15735
15736 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15737
15738 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15739 (gnus-draft-setup): Run it.
15740
15741 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15742 gnus-score-fast-scoring. Allow regexp.
15743 (gnus-score-headers): Use it.
15744
15745 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15746 XEmacs.
15747
15748 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15749 string.
15750 (gnus-button-alist): Also catch `<f1> k ...'.
15751 (gnus-treat-display-x-face): Fix doc string.
15752
15753 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15754
15755 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15756 evaluation of gnus-extended-version to ensure correct generation of the
15757 User-Agent header when message-generate-headers-first is used.
15758
15759 2007-03-24 Simon Josefsson <simon@josefsson.org>
15760
15761 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15762 hashcash-path is nil. Don't call callback with incorrect number of
15763 parameters if val is 0.
15764
15765 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15766
15767 * message.el (message-required-news-headers):
15768 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15769
15770 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15771
15772 * message.el (message-generate-new-buffers): Change the meaning of the
15773 nil value; add `standard' to the choices; treat t as `unique'; improve
15774 doc string.
15775 (gnus-select-frame-set-input-focus): Autoload.
15776 (message-buffer-name): Search for the existing message buffer if
15777 message-generate-new-buffers is nil or `standard'; treat the value t of
15778 message-generate-new-buffers as `unique'.
15779 (message-pop-to-buffer): Raise the frame already displaying the message
15780 buffer; clear the echo area after querying.
15781 (message-setup): Pass the `continue' argument to compose-mail.
15782 (message-mail): Prefer `switch-function' if it is given; search for the
15783 existing message buffer if the `continue' argument is non-nil; pass
15784 continue and switch-function arguments to compose-mail by way of
15785 message-setup.
15786 (message-mail-other-window): Adjust argument of message-setup.
15787 (message-mail-other-frame): Ditto.
15788
15789 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15790
15791 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15792 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15793 to turn font-lock on when turning gnus-message-citation-mode on.
15794
15795 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15796
15797 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15798 (mml-smime-function-alist): New variable; add epg as the backend.
15799 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15800 mml-smime- functions instead.
15801 * mm-view.el: Require smime.
15802
15803 2007-03-05 Didier Verna <didier@xemacs.org>
15804
15805 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15806 instead of just inheritance for posting styles.
15807 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15808
15809 2007-02-24 John Paul Wallington <jpw@pobox.com>
15810
15811 * tls.el (tls-certtool-program): Fix custom type.
15812
15813 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15814
15815 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15816 and point-at-eol instead of line-(beginning|end)-position.
15817
15818 * assistant.el (assistant-parse-buffer): Ditto.
15819
15820 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15821
15822 * mml2015.el (mml2015-epg-find-usable-key): New function.
15823 (mml2015-epg-sign): Use it.
15824 (mml2015-epg-encrypt): Use it.
15825
15826 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15827
15828 * message.el (message-make-in-reply-to): Quote name containing
15829 non-ASCII characters. It will make the RFC2047 encoder cause an error
15830 if there are special characters. Reported by NAKAJI Hiroyuki
15831 <nakaji@jp.freebsd.org>.
15832
15833 2007-02-27 Didier Verna <didier@xemacs.org>
15834
15835 Include the group parameters as well as the topic ones in the
15836 inheritance filter process.
15837 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15838 argument GROUP-PARAMS-LIST.
15839 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15840
15841 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15842
15843 * nntp.el (nntp-never-echoes-commands)
15844 (nntp-open-connection-functions-never-echo-commands): New variables.
15845 (nntp-send-command): Use them.
15846
15847 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15848
15849 * mml2015.el (mml2015-epg-verify): Simplify.
15850
15851 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15852
15853 * mml.el (mml-content-disposition-alist): New user option.
15854 (mml-content-disposition): New function.
15855 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15856 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15857
15858 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15859
15860 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15861 verification.
15862
15863 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15864
15865 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15866 articles posted in the last 24 hours.
15867
15868 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15869
15870 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15871
15872 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15873
15874 * nntp.el (nntp-send-command): Don't wait for echoes when
15875 nntp-open-ssl-stream is used.
15876
15877 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15878
15879 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15880 (gnus-message-add-citation-keywords)
15881 (gnus-message-remove-citation-keywords): Remove.
15882 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15883 directly, make the variables in font-lock-defaults buffer-local, add
15884 gnus-message-citation-keywords to them and then update the value of
15885 font-lock-keywords.
15886
15887 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15888
15889 * message.el (message-cite-original-1): Don't call
15890 gnus-article-highlight-citation.
15891
15892 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15893 citations; fix line count.
15894
15895 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15896
15897 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15898 (gnus-message-add-citation-keywords)
15899 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15900 versions of font-lock-add-keywords and font-lock-remove-keywords to
15901 work with XEmacs correctly.
15902
15903 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15904
15905 * gnus-cite.el (gnus-cite-face-list): Set the values of
15906 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15907 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15908 (gnus-message-cite-prefix-regexp): New variable.
15909 (gnus-message-search-citation-line): Use it; protect against long
15910 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15911 the 0th match data for Emacs.
15912 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15913 (gnus-message-add-citation-keywords): Append keywords rather than
15914 prepending; emulate font-lock-add-keywords if it is not available.
15915 (gnus-message-remove-citation-keywords):
15916 Emulate font-lock-remove-keywords if it is not available.
15917
15918 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15919
15920 * message.el (message-cite-prefix-regexp): Set the value of
15921 gnus-message-cite-prefix-regexp.
15922
15923 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15924
15925 * nnweb.el (nnweb-google-parse-1): Update parser.
15926
15927 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15928
15929 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15930
15931 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15932
15933 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15934 regexp.
15935
15936 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15937
15938 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15939 string-to-multibyte.
15940 (uudecode-decode-region-internal): Use it.
15941
15942 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15943
15944 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15945 Fix custom choice.
15946
15947 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15948
15949 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15950
15951 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15952
15953 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15954 `write-region' to respect `mm-inhibit-file-name-handlers'.
15955
15956 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15957
15958 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15959 Use gnus-home-directory instead of "~/" or "$HOME".
15960
15961 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15962
15963 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15964 to mention filename.
15965 Add comments at beginning regarding usage.
15966 (encrypt-write-file-contents): Change interactive so a string is
15967 acceptable. If the file has no associated model, show an error instead
15968 of a nonsense prompt.
15969
15970 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15971
15972 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15973 Thanks to Yoshihiko Yamada for kind notification of this typo.
15974
15975 2007-01-12 Kenichi Handa <handa@m17n.org>
15976
15977 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15978 multibyte buffer.
15979
15980 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15981
15982 * gnus-score.el (gnus-score-fast-scoring): New variable.
15983 (gnus-score-headers): Use it.
15984
15985 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15986
15987 * message.el (message-cite-original-1):
15988 Call gnus-article-highlight-citation if requested.
15989 (message-make-from): Allow name and address as optional arguments.
15990
15991 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15992
15993 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15994 bugs to doc string.
15995 (gnus-button-alist): Add mid\\|message-id.
15996 (gnus-button-fetch-group): Extend for use in
15997 `browse-url-browser-function'.
15998 (gnus-button-url-regexp): Try to catch paired parentheses like in
15999 Wikipedia URLs.
16000
16001 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16002 Suggested by Simon Krahnke <overlord@gmx.li>.
16003
16004 2007-01-13 Romain Francoise <romain@orebokech.com>
16005
16006 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16007 Update copyright.
16008
16009 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
16010
16011 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16012
16013 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16014
16015 * gnus-registry.el (gnus-registry-unfollowed-groups)
16016 (gnus-registry-split-fancy-with-parent): Fix documentation.
16017
16018 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16019
16020 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16021 from nnweb groups.
16022
16023 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16024
16025 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16026 Xref urls. Erase buffer before requesting head.
16027
16028 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16029
16030 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16031
16032 * gnus-soup.el (gnus-soup): New custom group. Make user variables
16033 customizable.
16034
16035 2007-01-05 Daiki Ueno <ueno@unixuser.org>
16036
16037 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16038 no signing key is found.
16039 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16040 no encrypting and/or signing key is found.
16041
16042 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16043
16044 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16045
16046 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16047
16048 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16049 headers read from disk with the ones newly found in the current search.
16050 This should no longer cause problems, because the article numbers in
16051 Gmane's `nov.php' output are ignored since the previous change.
16052
16053 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16054
16055 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16056
16057 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16058
16059 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16060
16061 2007-01-01 Romain Francoise <romain@orebokech.com>
16062
16063 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16064
16065 2006-12-31 Steve Youngs <steve@sxemacs.org>
16066
16067 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16068 `define-minor-mode' macro definition expanded properly.
16069 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16070 exclude it there.
16071
16072 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16073 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16074 `fboundp' test.
16075 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16076 This is OK to autoload in (S)XEmacs now.
16077
16078 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16079
16080 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16081 keystroke.
16082 (gnus-summary-limit-to-singletons): Fix typo.
16083
16084 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16085 else fails.
16086
16087 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16088
16089 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16090 docstring.
16091
16092 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16093 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16094 (gnus-summary-insert-dormant-articles): Fix typo in message.
16095
16096 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16097
16098 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16099 nil for XEmacs.
16100 (gnus-message-citation-mode): Don't autoload in XEmacs.
16101
16102 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16103
16104 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16105
16106 * nnimap.el (nnimap-expunge-search-string):
16107 Mention nnimap-search-uids-not-since-is-evil in docstring.
16108
16109 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16110
16111 * spam.el: Revert to make-obsolete-variable because
16112 define-obsolete-variable-alias is not supported in Emacs 21.
16113
16114 * spam.el (spam-ifile-path, spam-ifile-database-path)
16115 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16116 make-obsolete-variable.
16117 (spam-bsfilter-path, spam-bsfilter-program)
16118 (spam-spamassassin-path, spam-spamassassin-program)
16119 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16120 Don't use "path" inappropriately.
16121 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16122 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16123 variable names.
16124
16125 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16126
16127 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16128 summary buffer.
16129
16130 * password.el (password-cache-remove): Use clear-string to burn
16131 password, if available.
16132
16133 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16134
16135 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16136
16137 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16138
16139 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16140 (gnus-message-highlight-citation): Move defcustom here from
16141 gnus-cite.el.
16142 (gnus-message-citation-mode): Autoload.
16143
16144 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16145 checks to make it compile with XEmacs.
16146 (gnus-message-citation-mode): New minor mode.
16147 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16148 (gnus-message-highlight-citation): New variables.
16149 (gnus-message-search-citation-line)
16150 (gnus-message-add-citation-keywords)
16151 (gnus-message-remove-citation-keywords)
16152 (turn-on-gnus-message-citation-mode)
16153 (turn-off-gnus-message-citation-mode): New functions.
16154
16155 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16156
16157 * gnus-cite.el: Enable highlighting of different citation levels in
16158 message-mode.
16159
16160 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16161
16162 * message.el (message-make-fqdn): Fix comment.
16163 (message-bogus-system-names): Add ".local".
16164
16165 * spam.el (spam-ifile-path, spam-ifile-program)
16166 (spam-ifile-database-path, spam-ifile-database)
16167 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16168 Don't use "path" inappropriately.
16169 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16170 strings.
16171 (spam-check-ifile, spam-ifile-register-with-ifile)
16172 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16173 Use new variable names.
16174
16175 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16176 (gnus-treat-display-smileys): Simplify using
16177 gnus-image-type-available-p.
16178
16179 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16180 available.
16181
16182 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16183
16184 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16185 one after turning on the buffer's multibyteness instead of decoding
16186 them directly in the unibyte buffer that causes unexpected conversion
16187 in Emacs 23 (unicode).
16188
16189 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16190
16191 * message.el (message-generate-hashcash): Fix custom type.
16192
16193 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16194
16195 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16196
16197 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16198
16199 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16200 disconnect icons. Add help text.
16201
16202 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16203
16204 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16205 negated to be consistent with the others we handle.
16206
16207 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16208
16209 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16210 version of gnus-summary-buffer to something, so that we can use two
16211 article buffers at the same time.
16212
16213 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16214
16215 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16216 trigger all the extra headers.
16217 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16218 sorting.
16219
16220 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16221
16222 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16223 solid groups.
16224
16225 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16226
16227 * legacy-gnus-agent.el: Add Copyright notice.
16228
16229 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16230
16231 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16232
16233 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16234
16235 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16236
16237 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16238 to make it work reliably in CVS Emacs.
16239 (gnus-summary-limit-strange-charsets-predicate)
16240 (gnus-summary-limit-to-predicate): New functions.
16241
16242 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16243
16244 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16245 specifying array size.
16246 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16247 array if it is too small.
16248 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16249 (gnus-sort-threads-loop): New function.
16250
16251 2006-12-06 Chris Moore <dooglus@gmail.com>
16252
16253 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16254 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16255
16256 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16257
16258 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16259 options.
16260
16261 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16262
16263 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16264 DOS-ing the recipient.
16265
16266 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16267 the headers when creating the mapping to avoid mismappings.
16268 (nnweb-gmane-create-mapping): Always nix out old mapping.
16269
16270 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16271
16272 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16273 and mm-verify-option to never.
16274
16275 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16276
16277 * message.el (message-signed-or-encrypted-p): New function.
16278 (message-forward-make-body): Use it.
16279
16280 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16281 Replace encode-coding-string with mm-encode-coding-string.
16282
16283 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16284
16285 * nneething.el (nneething-decode-file-name):
16286 Replace decode-coding-string with mm-decode-coding-string.
16287
16288 * gnus-int.el (gnus-open-server): Say failed server's name.
16289
16290 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16291
16292 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16293 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16294
16295 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16296 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16297 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16298 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16299 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16300 (gnus-subscribe-newsgroup, gnus-1):
16301 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16302 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16303 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16304 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16305
16306 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16307
16308 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16309 keystroke.
16310 (gnus-summary-limit-to-bodies): Implement headersp.
16311
16312 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16313
16314 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16315
16316 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16317
16318 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16319
16320 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16321
16322 * message.el (message-generate-hashcash): Expand range of values to
16323 include `opportunistic'.
16324 (message-send-mail): Use it.
16325
16326 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16327
16328 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16329 and comment it.
16330
16331 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16332
16333 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16334
16335 * gnus-util.el (gnus-extract-address-components): Improve comment.
16336
16337 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16338
16339 * gnus-util.el (gnus-extract-address-components): Work with address in
16340 which the name portion contains @.
16341
16342 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16343
16344 * gnus.el (gnus-start): Move custom group up.
16345 (gnus-select-method): Don't autoload, but make it available for
16346 `customize-variable'.
16347 (gnus-getenv-nntpserver): Don't autoload.
16348
16349 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16350
16351 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16352
16353 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16354
16355 * message.el (message-sendmail-extra-arguments): New variable.
16356 (message-send-mail-with-sendmail): Use it.
16357
16358 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16359
16360 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16361 mm-with-unibyte-current-buffer to make string unibyte.
16362
16363 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16364 mm-string-as-multibyte.
16365
16366 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16367
16368 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16369 Reported by Werner Koch <wk@gnupg.org>.
16370
16371 2006-11-14 Daiki Ueno <ueno@p360>
16372
16373 * mml2015.el: Autoload epa-select-keys when compiling.
16374
16375 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16376
16377 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16378 message-options.
16379 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16380
16381 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16382
16383 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16384 EasyPG (< 0.0.6).
16385 (mml2015-always-trust): New user option.
16386 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16387 prompt.
16388
16389 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16390
16391 * nntp.el (nntp-authinfo-force): New variable.
16392 (nntp-send-authinfo): Use it.
16393
16394 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16395
16396 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16397 decode encoded words. Improve prompt. Add comment about forwarding.
16398 (message-replacement-char): Move up.
16399
16400 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16401
16402 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16403 instead of gnus-intersection because arguments of gnus-sorted-nunion
16404 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16405
16406 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16407
16408 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16409 (message-simplify-subject-functions):
16410 Enable message-strip-subject-encoded-words by default.
16411
16412 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16413
16414 * message.el (message-strip-subject-encoded-words): New function.
16415 (message-simplify-subject-functions): New variable.
16416 (message-simplify-subject): Use it. Fix typo in doc string.
16417 Support message-strip-subject-encoded-words.
16418
16419 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16420
16421 * gnus-diary.el (gnus-diary-delay-format-function):
16422 * nndiary.el (nndiary-reminders):
16423 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16424
16425 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16426
16427 * gnus-art.el (article-hide-boring-headers): Fetch date from
16428 gnus-original-article-buffer to avoid problems with localized date
16429 strings.
16430
16431 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16432
16433 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16434
16435 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16436
16437 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16438 New variables.
16439 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16440 (mm-charset-synonym-alist): Move some entries to
16441 mm-codepage-iso-8859-list.
16442 (mm-charset-synonym-alist, mm-charset-override-alist):
16443 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16444
16445 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16446
16447 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16448
16449 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16450
16451 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16452 with Emacs 21 and XEmacs.
16453
16454 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16455
16456 * spam.el (spam-parse-address): New function for better parsing,
16457 catching errors, etc.
16458 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16459
16460 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16461
16462 * mm-view.el: Add interactive arg to html2text autoload.
16463
16464 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16465
16466 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16467
16468 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16469
16470 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16471 New variables.
16472 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16473 (mm-charset-synonym-alist): Move some entries to
16474 mm-codepage-iso-8859-list.
16475
16476 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16477
16478 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16479
16480 * message.el (message-citation-line-format)
16481 (message-insert-formated-citation-line): Fix implementation of %E, %N
16482 and %n according to the doc string.
16483
16484 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16485
16486 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16487 Use car-safe to avoid bad parses.
16488
16489 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16490
16491 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16492 names.
16493
16494 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16495
16496 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16497
16498 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16499 header.
16500
16501 * message.el (message-draft-headers): Add Date.
16502 (message-headers-to-generate): Fix typo in docstring.
16503
16504 * nndraft.el (nndraft-required-headers): New variable.
16505 (nndraft-generate-headers): Use it.
16506
16507 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16508
16509 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16510
16511 * gnus-registry.el (gnus-registry-wash-for-keywords)
16512 (gnus-registry-find-keywords): New functions to allow easy searching of
16513 articles that are in the registry.
16514
16515 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16516
16517 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16518 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16519 Reported by Damien Elmes <damien@repose.cx>.
16520
16521 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16522
16523 * gnus.el (gnus-mime): Remove unused custom group.
16524
16525 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16526
16527 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16528 "blank line" when searching for end of armor headers.
16529
16530 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16531
16532 * gmm-utils.el (gmm-write-region): Fix variable name.
16533
16534 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16535
16536 * gmm-utils.el (gmm-write-region): New function based on compatibility
16537 code from `mm-make-temp-file'.
16538
16539 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16540
16541 * nnmaildir.el (nnmaildir--update-nov)
16542 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16543 Use `gmm-write-region'.
16544
16545 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16546
16547 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16548 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16549
16550 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16551
16552 * message.el (message-replacement-char): New variable.
16553 (message-fix-before-sending): Use it.
16554 (message-simplify-subject): New function to remove duplicate code.
16555 (message-reply, message-followup): Use it.
16556
16557 * gnus-sum.el (gnus-summary-make-menu-bar):
16558 Clarify gnus-summary-limit-to-articles.
16559
16560 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16561
16562 * gnus-util.el (gnus-with-local-quit): New macro.
16563
16564 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16565
16566 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16567
16568 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16569 ignore non-string data.
16570
16571 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16572
16573 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16574 non-string data (needs to be done in the registry too).
16575
16576 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16577
16578 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16579 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16580 (gnus-registry-split-fancy-with-parent)
16581 (gnus-registry-fetch-simplified-message-subject-fast)
16582 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16583 Remove text properties on ingress into the registry and when it's saved.
16584 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16585 registry from entries with no groups.
16586
16587 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16588
16589 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16590 function to remove string properties.
16591
16592 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16593
16594 * gmm-utils.el (gmm): Adjust custom version.
16595
16596 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16597 Adjust custom version.
16598
16599 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16600
16601 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16602
16603 * gnus-art.el (gnus-insert-prev-page-button)
16604 (gnus-insert-next-page-button): Simplify. Reformat.
16605
16606 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16607
16608 * gnus-art.el (gnus-insert-prev-page-button)
16609 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16610
16611 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16612
16613 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16614
16615 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16616
16617 * gnus-art.el (gnus-insert-mime-button)
16618 (gnus-insert-mime-security-button):
16619 Apply gnus-article-button-face to MIME and security buttons.
16620
16621 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16622
16623 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16624 readable.
16625
16626 2006-09-20 Steve Youngs <steve@sxemacs.org>
16627
16628 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16629 `browse-url-of-file' instead of `browse-url'.
16630
16631 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16632
16633 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16634 regexp. Articles containing quotation were cut prematurely.
16635
16636 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16637
16638 * message.el (message-cite-original-1): Use nobody by default for the
16639 value of From header.
16640 (message-reply): Ditto.
16641
16642 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16643
16644 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16645 to the gnus-info. This fixes a bug of inline-PGP message verification.
16646 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16647
16648 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16649
16650 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16651 mails in the doc string. Add some URLs in comment.
16652 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16653
16654 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16655
16656 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16657 backslashes handling and the way to find boundaries of quoted strings.
16658
16659 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16660
16661 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16662 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16663 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16664 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16665
16666 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16667
16668 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16669 doc string.
16670 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16671
16672 2006-09-06 Simon Josefsson <jas@extundo.com>
16673
16674 * mml2015.el (mml2015-use): Doc fix, mention epg.
16675
16676 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16677
16678 * mml2015.el (mml2015-use): Default to epg, if available.
16679
16680 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16681
16682 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16683 message-sender.
16684 (mml1991-epg-encrypt): Ditto.
16685 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16686 message-sender.
16687 (mml2015-epg-encrypt): Ditto.
16688
16689 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16690
16691 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16692 several common directories.
16693
16694 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16695
16696 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16697 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16698
16699 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16700
16701 * gnus-art.el (article-decode-encoded-words): Make it fast.
16702
16703 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16704
16705 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16706
16707 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16708 in quoted string into `\'.
16709
16710 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16711
16712 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16713 Use standard-syntax-table.
16714
16715 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16716
16717 * gnus-art.el (gnus-decode-address-function): New variable.
16718 (article-decode-encoded-words): Use it to decode headers which are
16719 assumed to contain addresses.
16720 (gnus-mime-delete-part): Remove useless `or'.
16721
16722 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16723 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16724 (gnus-nov-parse-line): Use it to decode From header.
16725 (gnus-get-newsgroup-headers): Ditto.
16726 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16727
16728 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16729 (mail-decode-encoded-address-string): New alias.
16730
16731 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16732 New function.
16733 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16734 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16735 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16736 (rfc2047-decode-string): Ditto.
16737 (rfc2047-decode-address-region): New function.
16738 (rfc2047-decode-address-string): New function.
16739
16740 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16741
16742 * message.el (message-caesar-buffer-body): Allow rotating headers.
16743
16744 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16745
16746 * message.el (message-insert-formated-citation-line): Fix %f.
16747 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16748
16749 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16750
16751 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16752 (gnus-bookmark-mouse-available-p): New macro.
16753 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16754 (gnus-bookmark-bmenu-show-infos): Use it.
16755 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16756 (gnus-bookmark-bmenu-hide-infos): Ditto.
16757 (gnus-bookmark-remove-properties): New function.
16758 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16759 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16760 (gnus-bookmark-write-file): Bind coding-system-for-write.
16761 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16762 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16763 group before selecting it.
16764 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16765 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16766 quit-window if it is not available; use gnus-mouse-2 and bind it to
16767 gnus-bookmark-bmenu-select-by-mouse.
16768 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16769 (gnus-bookmark-bmenu-select-by-mouse): New function.
16770
16771 2006-08-13 Romain Francoise <romain@orebokech.com>
16772
16773 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16774 space.
16775
16776 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16777
16778 * compface.el (uncompface): Use binary rather than raw-text-unix.
16779
16780 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16781
16782 * compface.el (uncompface): Make sure the eol conversion doesn't take
16783 place when communicating with the external programs.
16784 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16785
16786 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16787
16788 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16789
16790 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16791
16792 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16793 Make it more robust by parsing author and date independently.
16794
16795 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16796
16797 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16798
16799 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16800
16801 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16802 first matching secret key.
16803 (mml2015-epg-encrypt): Ditto.
16804
16805 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16806 first matching secret key.
16807 (mml1991-epg-encrypt): Ditto.
16808
16809 * mml2015.el (mml2015-encrypt-to-self): New user option.
16810 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16811 mml2015-epg-encrypt-to-self is set.
16812
16813 * mml1991.el (mml1991-encrypt-to-self): New variable.
16814 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16815 mml1991-epg-encrypt-to-self is set.
16816
16817 * mml2015.el (mml2015-signers): New user option.
16818 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16819 (mml2015-epg-encrypt): Allow to select signing keys.
16820
16821 * mml1991.el (mml1991-signers): New variable.
16822 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16823 (mml1991-epg-encrypt): Allow to select signing keys.
16824
16825 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16826
16827 * nnheader.el (nnheader-insert-head): Make it work even if the file
16828 uses CRLF for the line-break code.
16829
16830 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16831
16832 * mml2015.el: Require mml-sec instead of password.
16833 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16834 (mml2015-cache-passphrase): Inherit the default value from
16835 mml-secure-cache-passphrase.
16836 (mml2015-passphrase-cache-expiry): Inherit the default value from
16837 mml-secure-passphrase-cache-expiry.
16838
16839 * mml1991.el: Require mml-sec instead of password.
16840 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16841 (mml1991-cache-passphrase): Inherit the default value from
16842 mml-secure-cache-passphrase.
16843 (mml1991-passphrase-cache-expiry): Inherit the default value from
16844 mml-secure-passphrase-cache-expiry.
16845
16846 * mml-sec.el: Require password.
16847 (mml-secure-verbose): New user option.
16848 (mml-secure-cache-passphrase): New user option.
16849 (mml-secure-passphrase-cache-expiry): New user option.
16850
16851 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16852 Andreas Vögele <andreas@altroot.de> (tiny change)
16853
16854 * pgg-def.el (pgg-truncate-key-identifier):
16855 Truncate the key ID to 8 letters from the end.
16856
16857 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16858
16859 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16860 workaround for the url package included with Emacs.
16861
16862 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16863
16864 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16865
16866 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16867 correctly. This fixes a bug caused by the 2006-05-12 change.
16868
16869 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16870
16871 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16872 some information about the error when saying that the `bogus' mail
16873 group will be used.
16874
16875 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16876
16877 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16878 string.
16879
16880 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16881
16882 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16883
16884 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16885
16886 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16887
16888 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16889
16890 * mml1991.el (mml1991-function-alist): Add epg.
16891 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16892 (mml1991-epg-encrypt): New functions.
16893
16894 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16895
16896 * mml2015.el (mml2015-verbose): New variable.
16897 (mml2015-cache-passphrase): Ditto.
16898 (mml2015-passphrase-cache-expiry): Ditto.
16899 (mml2015-function-alist): Add epg.
16900 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16901 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16902 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16903 New functions.
16904
16905 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16906
16907 * message.el (message-cite-original-1): Preserve region when removing
16908 quoted text due to X-No-Archive in order to avoid bogus attribution
16909 when citing multiple messages.
16910
16911 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16912
16913 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16914 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16915
16916 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16917
16918 * gnus-diary.el (gnus-user-format-function-d)
16919 (gnus-user-format-function-D): Autoload.
16920
16921 * imap.el (Commentary): Fix typo.
16922
16923 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16924 2006-04-22 contribution.
16925
16926 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16927
16928 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16929 It didn't really fix the bogosity I'm seeing with solid web groups.
16930
16931 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16932
16933 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16934 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16935 created using server names. If we use the feature without declaring
16936 it, Gnus does not properly manage server and group state.
16937
16938 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16939 bound.
16940
16941 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16942
16943 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16944 looking up the method using GROUP's prefix before inventing a new one.
16945 It is used on killed/unknown groups in various places where returning
16946 an all-new method isn't expected by the caller.
16947
16948 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16949 and match semantics of gnus-group-real-prefix.
16950
16951 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16952
16953 * nnmail.el (nnmail-broken-references-mailers): New variable.
16954 (nnmail-ignore-broken-references): New function generalizing
16955 nnmail-fix-eudora-headers.
16956 (nnmail-fix-eudora-headers): Now obsolete.
16957
16958 * gnus-art.el (gnus-button-handle-custom):
16959 Support `customize-apropos*'.
16960
16961 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16962
16963 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16964
16965 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16966 articles.
16967
16968 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16969
16970 * message.el (message-cite-reply-above): New variable.
16971 (message-yank-original): Use it.
16972
16973 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16974
16975 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16976
16977 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16978
16979 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16980 as read.
16981
16982 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16983
16984 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16985
16986 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16987 (gnus-bookmark-default-file): Use gnus-directory.
16988 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16989 Remove "*" in doc string.
16990 (gnus-bookmark-write-file): Simplify.
16991 (gnus-bookmark-maybe-sort-alist): Use `when'.
16992 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16993 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16994 Add FIXME about Emacs 21 and XEmacs compatibility.
16995 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16996 compatibility.
16997 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16998 compatibility.
16999 (gnus-bookmark-menu-heading): Fix version.
17000
17001 2006-06-19 Bastien Guerry <bzg@altern.org>
17002
17003 * gnus-bookmark.el: New file.
17004
17005 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
17006
17007 * message.el (message-syntax-checks): Doc fix.
17008
17009 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17010
17011 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17012 unsubscribed groups as if they were killed ones. It causes duplicate
17013 entries in gnus-newsrc-alist.
17014
17015 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17016
17017 * message.el (message-syntax-checks): Doc fix.
17018 (message-send-mail): Add check for continuation headers.
17019 (message-check-news-header-syntax): Fix regexp used to check for
17020 continuation headers.
17021
17022 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17023
17024 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17025
17026 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
17027
17028 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17029
17030 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17031
17032 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17033 default-truncate-lines.
17034
17035 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
17036
17037 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17038 to fill the utf-8 entry.
17039
17040 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17041
17042 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17043
17044 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17045
17046 * gnus-agent.el (directory-files-and-attributes): Move all the way
17047 forward (the third and final move).
17048 (gnus-agent-read-agentview): Trap reconstruction errors due to
17049 nonexistent directory. Handle by returning nil.
17050
17051 2006-05-30 Didier Verna <didier@xemacs.org>
17052
17053 * message.el (message-dont-reply-to-names): Update the custom type.
17054 * message.el (message-dont-reply-to-names): New defsubst: potentially
17055 convert a list of regexps into a single one.
17056 * message.el (message-get-reply-headers): Use it.
17057 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17058
17059 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17060
17061 * gnus-agent.el (directory-files-and-attributes): Move forward.
17062
17063 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17064
17065 * gnus-ml.el (gnus-mailing-list-subscribe)
17066 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17067 (gnus-mailing-list-message): Fix doc strings.
17068
17069 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17070
17071 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17072 of doing it manually.
17073
17074 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17075
17076 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17077 comment.
17078
17079 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17080
17081 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17082 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17083 (gnus-agent-read-local): All symbols allocated in my-obarray.
17084 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17085 (gnus-agent-regenerate-group): Check numeric names to see if they are
17086 messages or groups.
17087 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17088 better way of do this...)
17089
17090 * gnus-cache.el (gnus-agent-total-fetched-for):
17091 Ignore 'dummy.group' (there should be a better way of do this...)
17092
17093 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17094
17095 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17096 (gnus-saved-headers): Ditto.
17097 (gnus-default-article-saver): Mention functions may have properties.
17098 (gnus-article-save): Override gnus-save-all-headers and
17099 gnus-saved-headers by :headers property which saver function may have.
17100 (gnus-summary-save-in-file): Add :headers property.
17101 (gnus-summary-write-to-file): Ditto.
17102
17103 * gnus-sum.el (gnus-summary-save-article): Bind
17104 gnus-prompt-before-saving to t when saving many articles in a file;
17105 always show all headers.
17106
17107 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17108
17109 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17110 marks.
17111
17112 * message.el (message-indent-citation): Add optional arguments to allow
17113 using it outside of message buffers.
17114
17115 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17116 (gnus-article-treat-unfold-headers): Use it.
17117 (gnus-article-truncate-lines): New variable.
17118 (gnus-article-mode): Use it.
17119 (gnus-article-toggle-truncate-lines): New function.
17120
17121 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17122 Add gnus-article-toggle-truncate-lines.
17123
17124 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17125 coding system in XEmacs, use binary.
17126
17127 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17128
17129 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17130 after-load-alist.
17131
17132 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17133 this function should save decoded articles.
17134 (gnus-summary-write-to-file): Use property to specify this function
17135 should save decoded articles and specify gnus-summary-save-in-file
17136 should be used to save articles other than the first one when saving
17137 many articles.
17138 (gnus-summary-save-body-in-file): Use property to specify this
17139 function should save decoded articles.
17140 (gnus-summary-write-body-to-file): Use property to specify this
17141 function should save decoded articles and specify
17142 gnus-summary-save-body-in-file should be used to save articles other
17143 than the first one when saving many articles.
17144
17145 * gnus-sum.el (gnus-summary-save-article): Simplify.
17146
17147 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17148
17149 * gnus-art.el (gnus-default-article-saver):
17150 Add gnus-summary-write-body-to-file.
17151 (gnus-article-save-coding-system): Don't use coding system object
17152 in XEmacs.
17153 (gnus-read-save-file-name): Add optional `dir-var' argument which
17154 specifies directory in which files are saved; work even if optional
17155 `variable' argument is not specified.
17156 (gnus-summary-write-to-file): Read file name.
17157 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17158 (gnus-summary-write-body-to-file): New function.
17159
17160 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17161 (gnus-summary-local-variables): Add it.
17162 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17163 (gnus-summary-save-article): Remove optional `decode' argument;
17164 determine whether to decode articles by the value of
17165 gnus-default-article-saver; when saving many files using
17166 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17167 it first and use gnus-summary-save-in-file or
17168 gnus-summary-save-body-in-file thereafter unless
17169 gnus-prompt-before-saving is always; move point to article which
17170 will be saved.
17171 (gnus-summary-save-article-file): Revert.
17172 (gnus-summary-write-article-file): Revert.
17173 (gnus-summary-save-article-body-file): Revert.
17174 (gnus-summary-write-article-body-file): New function.
17175
17176 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17177
17178 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17179
17180 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17181
17182 * gnus-art.el (gnus-default-article-saver): Doc fix.
17183 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17184 from gnus-summary-save-article-coding-system, and default to a
17185 certain coding system.
17186 (gnus-output-to-file): Add coding cookie and encode text according
17187 to gnus-article-save-coding-system; don't use mm-append-to-file.
17188
17189 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17190 gnus-art.el and rename to gnus-article-save-coding-system.
17191 (gnus-summary-save-article): Require gnus-art; don't show all
17192 headers if it decodes articles; don't add coding cookie here;
17193 don't bind mm-text-coding-system-for-write.
17194 (gnus-summary-save-article-file): Save decoded articles.
17195 (gnus-summary-write-article-file): When saving many files, use
17196 gnus-summary-write-to-file first and gnus-summary-save-in-file
17197 thereafter unless gnus-prompt-before-saving is always.
17198 (gnus-summary-save-article-body-file): Save decoded articles.
17199
17200 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17201
17202 * nnrss.el (nnrss-check-group): Bind hash-index.
17203
17204 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17205
17206 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17207 its hash index. Store this hash in `nnrss-group-data'.
17208 (nnrss-read-group-data): Update accordingly.
17209
17210 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17211
17212 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17213 entry.
17214
17215 * gnus-sum.el (gnus-summary-make-menu-bar):
17216 Add gnus-article-browse-html-article.
17217
17218 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17219
17220 * gnus-sum.el (gnus-summary-mime-map):
17221 Add gnus-article-browse-html-article.
17222
17223 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17224
17225 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17226 suitable coding systems in customize.
17227
17228 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17229
17230 * mail-source.el (mail-sources): Fix custom type.
17231
17232 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17233
17234 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17235 (gnus-summary-expire-articles-now): Shorten prompt.
17236
17237 * gmm-utils.el (wid-edit): Require.
17238 (defun-gmm): Rename from `gmm-defun-compat'.
17239 (gmm-image-search-load-path): Use it.
17240 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17241
17242 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17243
17244 * gnus-sum.el (gnus-summary-save-article-coding-system):
17245 New variable.
17246 (gnus-summary-save-article): Add optional `decode' argument.
17247 If it is set and gnus-summary-save-article-coding-system is non-nil,
17248 save decoded article.
17249 (gnus-summary-write-article-file): Save decoded article if
17250 gnus-summary-save-article-coding-system is non-nil.
17251
17252 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17253 type.
17254
17255 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17256
17257 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17258
17259 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17260
17261 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17262 first to test gnus-single-article-buffer which may be buffer-local.
17263
17264 * gnus-sum.el (gnus-summary-setup-buffer):
17265 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17266 group; make gnus-article-buffer, gnus-article-current, and
17267 gnus-original-article-buffer always buffer-local.
17268 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17269 group.
17270 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17271
17272 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17273
17274 * nnml.el (nnml-request-compact-group): Compressed files might not
17275 have .gz extension.
17276
17277 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17280 (mm-copy-to-buffer): Use with-current-buffer.
17281 (mm-display-part): Simplify.
17282 (mm-inlinable-p): Add optional arg `type'.
17283
17284 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17285
17286 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17287 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17288 Try harder to show the attachment internally or externally using
17289 gnus-mime-view-part-as-type.
17290
17291 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17292
17293 * message.el (message-from-style, message-signature-separator)
17294 (message-user-organization-file, message-send-mail-function)
17295 (message-citation-line-function, message-yank-prefix)
17296 (message-indent-citation-function, message-signature)
17297 (message-signature-file, message-signature-insert-empty-line):
17298 Remove autoloads.
17299
17300 * gnus-art.el (gnus-buttonized-mime-types):
17301 Remove "multipart/signed". Revert 2006-04-26 change.
17302
17303 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17304
17305 * gnus.el (gnus-version-number): Bump version.
17306
17307 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17308
17309 * gnus.el: No Gnus v0.5 is released.
17310
17311 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17312
17313 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17314 fetching articles by message-id.
17315
17316 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17317
17318 * message.el (hashcash): Require hashcash as normal.
17319
17320 * ecomplete.el (ecomplete-highlight-match-line):
17321 Use point-at-eol.
17322 (ecomplete-highlight-match-line): Use `highlight', because that
17323 face exists in both Emacs and XEmacs.
17324
17325 * message.el (message-display-abbrev): Use point-at-bol.
17326
17327 * mail-source.el: Don't require timer/timer-funcs.
17328
17329 * gnus-async.el: Ditto.
17330
17331 * password.el: Ditto.
17332
17333 * mm-url.el: Ditto.
17334
17335 * mm-util.el: Require timer/timer-funcs.
17336
17337 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17338
17339 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17340 Close.
17341
17342 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17343
17344 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17345 unibyte after clear-decrypt function runs.
17346
17347 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17348 returns as a unibyte string.
17349
17350 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17351
17352 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17353 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17354 (mml1991-pgg-encrypt): Ditto.
17355
17356 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17357
17358 * message.el (message-user-organization-file): Check several
17359 locations of the organization file.
17360
17361 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17362 Add gnus-article-view-part-as-type.
17363
17364 * gnus-art.el (gnus-article-view-part-as-type): New function.
17365
17366 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17367 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17368
17369 * mml.el: Simplify autoload.
17370 (mml-mode): defvar dnd-protocol-alist instead of using
17371 symbol-value.
17372 (mml-default-directory): New variable.
17373 (mml-minibuffer-read-file): Use it.
17374 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17375
17376 * message.el (message-citation-line-format): New variable.
17377 (message-insert-formated-citation-line): New function.
17378 (message-citation-line-function):
17379 Add `message-insert-formated-citation-line' to custom type.
17380
17381 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17382 to doc string.
17383
17384 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17385 depending on mm-verify-option.
17386
17387 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17388
17389 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17390 binding pgg-* variables; reimplement the section which prevents
17391 MIME header from being signed.
17392 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17393 pgg-text-mode; remove a blank line at the top of body.
17394
17395 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17396 lines at the top of body; use gnus-newsgroup-charset if there's no
17397 Charset header.
17398
17399 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17400
17401 * message.el (message-self-insert-commands): Doc fix.
17402
17403 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17404 (mm-uu-pgp-encrypted-test): Ditto.
17405 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17406 between header and body; return application/pgp-encrypted handle
17407 if decryption failed; decode decrypted body by charset.
17408
17409 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17410 element match to application/pgp-*.
17411
17412 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17413
17414 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17415 HTML.
17416
17417 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17418
17419 * mail-source.el (mail-source-call-script): Message the error
17420 string.
17421
17422 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17423
17424 * gnus-util.el (gnus-byte-compile): Use it.
17425
17426 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17427
17428 * gnus-util.el (kill-empty-logs): New function.
17429
17430 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17431
17432 * message.el (message-mail-alias-type): Doc fix.
17433 (message-mail-alias-type-p): New function.
17434 (message-send): Use it.
17435 (message-mode): Ditto.
17436 (message-strip-forbidden-properties): Ditto.
17437
17438 * ecomplete.el (ecomplete-database-file-coding-system):
17439 New variable.
17440 (ecomplete-save): Use it.
17441 (ecomplete-setup): Use it.
17442
17443 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17444
17445 * message.el (message-self-insert-commands): New variable.
17446 (message-strip-forbidden-properties): Use it.
17447
17448 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17449
17450 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17451 that doesn't make XEmacs choke.
17452
17453 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17454
17455 * gnus-util.el (gnus-replace-in-string):
17456 Prefer replace-regexp-in-string over of replace-in-string.
17457
17458 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17459
17460 * gnus-util.el (gnus-select-frame-set-input-focus):
17461 Use select-frame-set-input-focus if it is available in XEmacs; use
17462 definition defined in Emacs 22 for old Emacsen.
17463
17464 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17465
17466 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17467
17468 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17469
17470 * gnus-registry.el (gnus-registry-cache-save): Remove text
17471 properties when saving via the temp buffer.
17472
17473 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17474
17475 * message.el (message-generate-hashcash): Honor custom type.
17476
17477 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17478
17479 * message.el (message-generate-hashcash): Default to non-nil when
17480 hashcash is found.
17481
17482 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17483 (gnus-refer-thread-limit): Increase default to 500.
17484
17485 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17486
17487 * flow-fill.el (fill-flowed): Allow delete-space.
17488
17489 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17490
17491 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17492 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17493 Remove autoloads.
17494
17495 2006-04-18 Simon Josefsson <jas@extundo.com>
17496
17497 * message.el (message-generate-hashcash): Default to.
17498
17499 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17500
17501 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17502 concatenating segments rather than before concatenating them.
17503
17504 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17505
17506 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17507
17508 * imap.el (imap-quote-specials): New function.
17509 (imap-login-auth): Quote specials.
17510
17511 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17512
17513 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17514
17515 * message.el (message-forward-make-body-plain):
17516 Allow message-forward-ignored-headers to be a list.
17517 (message-remove-ignored-headers): Factor out into function.
17518 (message-forward-make-body-mml): Use it.
17519 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17520 (rfc2231-parse-string): Allow concatanation of parameters that
17521 aren't contiguous. The test case is
17522 (mail-header-parse-content-type "message/external-body;
17523 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17524 access-type=LOCAL-FILE;
17525 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17526
17527 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17528
17529 * nntp.el (nntp-accept-process-output): Return the value of
17530 `nnheader-accept-process-output'.
17531
17532 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17533
17534 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17535 (gnus-button-alist): Recognize more diff formats.
17536 (gnus-button-patch): Strip directory.
17537
17538 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17539
17540 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17541 Emacs 22 when setting focus.
17542
17543 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17544
17545 * gnus-art.el (gnus-article-treat-types): Do treatment of
17546 text/x-verbatim parts.
17547 (gnus-button-patch): New command.
17548
17549 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17550 addresses that contain invalid characters.
17551
17552 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17553
17554 * message.el (message-put-addresses-in-ecomplete):
17555 Use gnus-replace-in-string.
17556 (message-is-yours-p): Use the more correct
17557 mail-header-parse-address instead of
17558 mail-extract-address-components.
17559 (message-put-addresses-in-ecomplete): Fix typo.
17560
17561 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17562 keystroke.
17563
17564 * gnus-art.el (gnus-treatment-function-alist): Change order of
17565 newsgroups/generic header folding to avoid double-folding.
17566
17567 * message.el (message-hidden-headers): Add X-Draft-From.
17568
17569 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17570 New command.
17571 (gnus-summary-repeat-search-article-backward): New command.
17572
17573 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17574 groups in the parent topic.
17575
17576 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17577
17578 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17579 (spam-extra-header-to-number): Return the CRM114 number as a
17580 number instead of a string.
17581
17582 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17583
17584 * gnus-art.el (gnus-face-properties-alist): Move here from
17585 gnus-fun.
17586
17587 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17588
17589 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17590
17591 * message.el (message-strip-forbidden-properties): Only display on
17592 self-insert-command.
17593
17594 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17595 reindent.
17596 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17597
17598 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17599
17600 * smiley.el (smiley-style): Fix typo.
17601
17602 2006-03-23 Kenichi Handa <handa@m17n.org>
17603
17604 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17605 instead of set-buffer-multibyte.
17606
17607 2006-03-23 Kenichi Handa <handa@m17n.org>
17608
17609 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17610 buffer and then decode the buffer text if necessary.
17611 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17612 first, and after mm-encode-body, change the buffer to unibyte.
17613
17614 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17615
17616 * hashcash.el (hashcash-insert-payment-async-2):
17617 Use message-goto-eoh instead of doing it manually.
17618 (mail-add-payment): Use message-narrow-to-header instead of trying
17619 to do the same itself.
17620
17621 * message.el (message-hidden-headers): Add Face.
17622
17623 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17624 reparenting code.
17625 (gnus-summary-reparent-children): Refactored out code.
17626 (gnus-summary-thread-map): New keystroke.
17627 (gnus-summary-reparent-children): Make into command.
17628
17629 * smiley.el (smiley-style): Default to `medium' if using a large
17630 font.
17631
17632 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17633 does it itself.
17634
17635 * message.el (message-point-in-header-p): Simplify definition.
17636
17637 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17638
17639 * nnagent.el (nnagent-request-set-mark): Silence log file
17640 writing.
17641 (nnagent-request-set-mark): Use write-region instead of
17642 append-to-file.
17643
17644 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17645 strange select method.
17646
17647 * ecomplete.el (ecomplete-display-matches): Get highlightling
17648 right.
17649 (ecomplete-display-matches): Use literals.
17650 (ecomplete-display-matches): Disable message logging.
17651
17652 * message.el (message-display-abbrev): Small optimization.
17653
17654 * ecomplete.el (ecomplete-display-matches): Allow automatic
17655 display.
17656
17657 * message.el (message-strip-forbidden-properties):
17658 Display abbrevs.
17659 (message-display-abbrev): Get automatic display right.
17660
17661 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17662 keystrokes.
17663
17664 2006-04-13 Romain Francoise <romain@orebokech.com>
17665
17666 TODO: Backport to v5-10!
17667
17668 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17669 Move here (and rename) from gnus-registry.el.
17670
17671 * gnus-registry.el: Require gnus-util.
17672 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17673
17674 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17675
17676 * gnus-group.el (gnus-group-catchup-current):
17677 Change if-then-else-if-then-else into cond.
17678 (gnus-group-catchup): Indent.
17679 (group-name-at-point): New function.
17680 (gnus-fetch-group): Provide default from thing at point.
17681
17682 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17683
17684 * message.el (message-display-abbrev): Fix regexp.
17685
17686 * ecomplete.el (ecomplete-highlight-match-line):
17687 Reimplement choosing.
17688 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17689 dead variables.
17690
17691 * message.el (message-newline-and-indent): Remove debugging.
17692 (message-display-abbrev): Use new implementation.
17693
17694 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17695
17696 * gnus-art.el (gnus-article-mode):
17697 Set cursor-in-non-selected-windows to nil.
17698
17699 * smiley.el: Revert previous change.
17700 (smiley-data-directory): defvar it before using it in the
17701 defcustom of `smiley-style'.
17702
17703 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17704
17705 * message.el (message-newline-and-indent): New function.
17706
17707 * ecomplete.el: Implement more bits.
17708
17709 * message.el (message-put-addresses-in-ecomplete): Clean up the
17710 string.
17711
17712 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17713
17714 * gnus-sum.el (gnus-summary-save-parts):
17715 Bind gnus-summary-save-parts-counter and use it to make unique file
17716 names.
17717
17718 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17719
17720 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17721 parameter to say whether to actually parse the individual
17722 addresses.
17723
17724 * message.el (message-put-addresses-in-ecomplete): New function.
17725 (ecomplete): Require.
17726 (message-mail-alias-type): Add ecomplete as an option.
17727
17728 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17729
17730 * flow-fill.el (fill-flowed): Remove trailing space from blank
17731 quoted lines.
17732
17733 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17734
17735 * smiley.el (smiley-style): Move definition later to avoid a
17736 compilation warning.
17737
17738 2006-04-12 Kenichi Handa <handa@m17n.org>
17739
17740 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17741 buffer and then decode the buffer text if necessary.
17742 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17743 first, and after mm-encode-body, change the buffer to unibyte.
17744 Use mm-disable-multibyte instead of set-buffer-multibyte.
17745
17746 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17747
17748 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17749 Content-Type header instead of Content-Disposition header.
17750 (gnus-mime-inline-part): Ditto.
17751 (gnus-mime-view-part-as-charset): Ignore charset that the part
17752 specifies.
17753
17754 * mm-decode.el (mm-display-part): Work with external parts and
17755 usual parts similarly.
17756
17757 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17758 instead of gnus-display-mime.
17759
17760 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17761 instead of with-temp-buffer.
17762
17763 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17764 tag to summarized topics part in order to encode non-ASCII text.
17765
17766 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17767
17768 * smiley.el (smiley-style): New variable.
17769 (smiley-directory): New function.
17770 (smiley-data-directory): Derive from `smiley-style' using
17771 `smiley-directory'.
17772 (smiley-regexp-alist): Add new entries.
17773
17774 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17775 (gnus-article-browse-delete-temp): Add :version.
17776
17777 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17778
17779 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17780 the sieve region.
17781
17782 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17783
17784 * gnus.el (gnus-version-number): Bump version.
17785
17786 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17787
17788 * gnus.el: No Gnus v0.4 is released.
17789
17790 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17791
17792 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17793 layout.
17794
17795 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17796 unknown charset.
17797
17798 * message.el (message-header-synonyms): Add Original-To to the
17799 default.
17800
17801 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17802 optional parameter.
17803
17804 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17805
17806 * gnus-fun.el (gnus): Require it for gnus-directory.
17807
17808 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17809
17810 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17811
17812 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17813
17814 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17815
17816 2006-04-05 Simon Josefsson <jas@extundo.com>
17817
17818 * password.el (password-reset): New function.
17819
17820 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17821
17822 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17823 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17824
17825 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17826
17827 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17828 Some whitespace was matched into the url, which broke browsing hits
17829 > 100 when mm-url-use-external was nil.
17830
17831 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17832
17833 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17834 Check gnus-extra-headers for 'Newsgroups.
17835
17836 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17837 bound.
17838
17839 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17840
17841 * pgg-gpg.el: Clean up process buffers every time gpg processes
17842 complete.
17843
17844 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17845
17846 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17847 doc string.
17848
17849 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17850
17851 * pgg-gpg.el (pgg-gpg-process-filter)
17852 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17853
17854 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17855 lines, temporary fix.
17856
17857 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17858
17859 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17860
17861 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17862
17863 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17864 default-enable-multibyte-characters. This reverts the change from
17865 revision 6.17 which is no longer necessary because the passphrase
17866 is sent separately now. GnuPG messages are unreadable under
17867 multibyte locales with default-enable-multibyte-characters set to
17868 nil.
17869
17870 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17871
17872 * message.el (message-tool-bar-gnome): Move "spell".
17873
17874 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17875
17876 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17877 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17878 instead.
17879
17880 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17881
17882 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17883 Improve newsgroups handling for NNTP overviews which don't include
17884 Newsgroups.
17885
17886 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17887
17888 * message.el (message-resend): Bind message-generate-hashcash to nil.
17889
17890 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17891
17892 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17893 when searching for already-paid recipients.
17894
17895 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17896
17897 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17898 passphrases when it is not needed.
17899 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17900 passphrase stuff from gpg, should only be necessary when you use
17901 gpg with a smartcard.
17902
17903 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17904
17905 * mml.el (mml-insert-mime): Ignore cached contents of
17906 message/external-body part.
17907
17908 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17909 (mm-insert-part): Ditto.
17910
17911 2006-03-23 Simon Josefsson <jas@extundo.com>
17912
17913 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17914 Reiner.
17915 (pgg-gpg-use-agent-p): Use it again.
17916
17917 2006-03-23 Simon Josefsson <jas@extundo.com>
17918
17919 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17920 older emacsen.
17921 (pgg-gpg-use-agent-p): Don't use it.
17922
17923 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17924
17925 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17926 if we can.
17927
17928 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17929
17930 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17931 (pgg-gpg-update-agent): New function.
17932 (pgg-gpg-use-agent-p): New function.
17933 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17934 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17935 (pgg-gpg-sign-region): Use it.
17936
17937 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17938
17939 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17940 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17941
17942 2006-03-21 Simon Josefsson <jas@extundo.com>
17943
17944 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17945 <wilde@sha-bang.de>.
17946 (pgg-gpg-use-agent): New variable.
17947 (pgg-gpg-process-region): Use it.
17948 (pgg-gpg-encrypt-region): Likewise.
17949 (pgg-gpg-encrypt-symmetric-region): Likewise.
17950 (pgg-gpg-decrypt-region): Likewise.
17951 (pgg-gpg-sign-region): Likewise.
17952 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17953
17954 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17955
17956 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17957
17958 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17959 Add comment on version.
17960
17961 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17962
17963 * smiley.el: Add missing test smiley.
17964
17965 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17966
17967 * mm-decode.el (mm-with-part): New macro.
17968 (mm-get-part): Use it; work with message/external-body as well.
17969 (mm-save-part): Treat name and filename equally.
17970
17971 * mm-extern.el (mm-extern-cache-contents): New function.
17972 (mm-inline-external-body): Use it; force the part to be displayed;
17973 move undisplayer added to the cached handle to the parent.
17974
17975 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17976 (gnus-mime-view-part-as-type): Work with message/external-body.
17977
17978 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17979
17980 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17981
17982 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17983 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17984 Emacs.]
17985
17986 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17987
17988 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17989 path rather than symbol. Always return list of directories.
17990 Guarantee that image directory comes first. [Sync with image.el,
17991 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17992
17993 * message.el (message-make-tool-bar): Adjust to new API of
17994 `gmm-image-load-path-for-library'.
17995
17996 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17997
17998 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17999
18000 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18001
18002 * gnus-art.el (gnus-article-only-boring-p):
18003 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18004 intangible text.
18005 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18006
18007 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
18008
18009 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18010 Use `defun' instead of `gmm-defun-compat'.
18011
18012 2006-03-14 Simon Josefsson <jas@extundo.com>
18013
18014 * message.el (message-unique-id): Don't use message-number-base36
18015 if (user-uid) is a float.
18016 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18017
18018 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
18019
18020 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18021
18022 * gnus-art.el (gnus-mime-display-single): Make sure there is an
18023 empty line between a part and a message part.
18024
18025 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
18026
18027 * smiley.el: Add more test smileys.
18028 (smiley-data-directory, smiley-regexp-alist)
18029 (gnus-smiley-file-types): Fix doc strings.
18030 (smiley-update-cache): Clear smiley-cached-regexp-alist before
18031 adding new elements.
18032 (smiley-mouse-map): Unused code. Make it a comment.
18033
18034 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18035
18036 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18037 scan latest NoCeM messages instead of old ones.
18038 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18039 delimiters that are recently used.
18040 (gnus-nocem-load-cache): Add autoload cookie.
18041
18042 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18043
18044 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18045 level which is larger than gnus-use-nocem is specified.
18046
18047 * gnus-group.el (gnus-group-get-new-news): Ditto.
18048
18049 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18050
18051 * gnus-util.el (gnus-tool-bar-update): New function.
18052
18053 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18054 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18055
18056 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18057
18058 * gnus-group.el (gnus-group-redraw-when-idle)
18059 (gnus-group-redraw-check): Remove.
18060 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18061
18062 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18063
18064 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18065 if optional last element is specified in splits (FIELD VALUE...).
18066
18067 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18068
18069 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18070 to gmm-image-load-path-for-library. Call with no-error argument.
18071 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18072
18073 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18074
18075 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18076
18077 * gmm-utils.el (gmm-image-load-path): Remove alias.
18078
18079 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18080
18081 * gmm-utils.el (gmm-image-load-path): Add alias.
18082
18083 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18084 nnml-generate-nov-databases-1.
18085 (nnml-generate-nov-databases): Use it.
18086 (nnml-generate-nov-databases-directory): Document no-active
18087 argument.
18088
18089 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18090 directory if path is t. Add no-error.
18091
18092 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18093 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18094
18095 * gnus-art.el (gnus-article-browse-delete-temp-files):
18096 Simplify resetting gnus-article-browse-html-temp-list.
18097
18098 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18099 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18100 Add example to docstring. Rename local variables. Move error
18101 checks to default case in cond and simplify.
18102
18103 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18104
18105 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18106 handle is multipart when calling it recursively.
18107 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18108
18109 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18110
18111 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18112 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18113
18114 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18115
18116 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18117 is loaded.
18118
18119 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18120 loaded.
18121
18122 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18123
18124 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18125 to "Emacs 23 (unicode)" in doc string.
18126
18127 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18128 "Emacs 23 (unicode)" in comment.
18129
18130 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18131
18132 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18133
18134 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18135 characters 160 through 255 in Emacs 23.
18136
18137 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18138
18139 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18140 gnus-article-browse-html-temp.
18141 (gnus-article-browse-delete-temp): Make it customizable.
18142 Add `file'. Adjust doc string.
18143 (gnus-article-browse-delete-temp-files): Add argument.
18144 Allow query for each file. Adjust doc string.
18145 (gnus-article-browse-html-parts):
18146 Add `gnus-article-browse-delete-temp-files' to
18147 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18148
18149 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18150
18151 * gnus-art.el (gnus-article-browse-html-temp)
18152 (gnus-article-browse-delete-temp): New variables.
18153 (gnus-article-browse-delete-temp-files): New function.
18154 (gnus-article-browse-html-parts): Use it.
18155
18156 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18157
18158 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18159
18160 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18161 string.
18162
18163 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18164 gnus-summary-insert-new-articles when unplugged.
18165 Remove gnus-summary-search-article-forward.
18166
18167 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18168 display-visual-class instead of display-color-cells.
18169
18170 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18171
18172 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18173 message/* containing non-ASCII text properly.
18174
18175 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18176
18177 * message.el: Require gmm-utils, remove autoloads.
18178 (message-tool-bar): Set default based on
18179 gmm-tool-bar-style.
18180 (message-tool-bar-gnome): Add gmm-customize-mode.
18181
18182 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18183 gmm-tool-bar-style.
18184 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18185
18186 * gnus-group.el (gnus-group-tool-bar): Set default based on
18187 gmm-tool-bar-style.
18188 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18189
18190 * gmm-utils.el (gmm-image-directory): Rename variable from
18191 gmm-image-load-path.
18192 (gmm-image-load-path): Use gmm-image-directory.
18193 (gmm-customize-mode): New function.
18194 (gmm-tool-bar-style): New variable.
18195
18196 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18197 gnus-group-redraw-line-number.
18198 (gnus-group-redraw-check): Simplify.
18199 (gnus-group-tool-bar-update): Remove redraw check.
18200 (gnus-group-make-tool-bar): Add redraw check.
18201
18202 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18203
18204 * gnus-art.el (gnus-button): Add missing parentheses.
18205
18206 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18207
18208 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18209
18210 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18211
18212 * gnus-art.el (gnus-button): New face.
18213 (gnus-article-button-face): Use it.
18214
18215 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18216 Add gnus-summary-next-page. Re-order.
18217
18218 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18219 next-node are now included.
18220 (gnus-group-redraw-line-number): New internal variable.
18221 (gnus-group-redraw-check): Helper function for updating the tool
18222 bar.
18223 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18224
18225 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18226
18227 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18228 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18229 Use it to match format of Spamassassin 3.0 and later.
18230 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18231 (spam-check-bogofilter)
18232 (spam-bogofilter-register-with-bogofilter): Fix args of
18233 `gnus-error' calls.
18234
18235 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18236
18237 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18238 unnecessary interaction when sending queued mails.
18239 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18240
18241 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18242
18243 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18244 first or last are nil.
18245
18246 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18247
18248 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18249
18250 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18251
18252 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18253
18254 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18255
18256 * dns.el (query-dns): Protect more against buggy tcp output.
18257
18258 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18259
18260 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18261 nov.php.
18262
18263 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18264
18265 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18266 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18267 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18268 output on the server side.
18269 (nnweb-google-create-mapping): Update regexps and add some
18270 progress indication.
18271
18272 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18273
18274 * gnus-group.el (gnus-group-tool-bar-gnome):
18275 Fix gnus-agent-toggle-plugged. Re-order icons.
18276 (gnus-group-tool-bar-gnome):
18277 Add gnus-group-{prev,next}-unread-group.
18278 (gnus-group-tool-bar-gnome): Re-order icons.
18279
18280 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18281 Move gnus-summary-insert-new-articles.
18282
18283 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18284 Fix comments.
18285
18286 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18287 also available in Emacs 21.3.
18288
18289 * message.el (message-fix-before-sending): Change "Emacs 22" to
18290 "Emacs 23 (unicode)" in comment.
18291
18292 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18293 "Emacs 23 (unicode)" in comment.
18294
18295 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18296 comment.
18297 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18298
18299 * mm-view.el (mm-fill-flowed): Add :version.
18300
18301 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18302
18303 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18304 and load-path.
18305
18306 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18307
18308 * message.el: Autoload gmm-image-load-path.
18309 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18310 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18311 consitency.
18312
18313 * gmm-utils.el (gmm-image-load-path): Also search in
18314 "../etc/images". Don't set gmm-image-load-path if we don't find
18315 the image.
18316
18317 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18318
18319 * gmm-utils.el (gmm-image-load-path): Don't make
18320 `gmm-image-load-path' include subdirectories which the second arg
18321 `image' might specify.
18322
18323 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18324 subdirectory to icon file names.
18325
18326 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18327
18328 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18329
18330 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18331 gmm-image-load-path calls.
18332
18333 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18334
18335 * message.el (message-make-tool-bar): Ditto.
18336
18337 * mml.el (mml-preview): Add comment concerning tool bar icons.
18338
18339 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18340 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18341
18342 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18343 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18344
18345 * message.el (message-tool-bar-gnome): Use new icon names.
18346 (message-make-tool-bar): Use `gmm-image-load-path'.
18347
18348 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18349 New functions from MH-E.
18350 (gmm-image-load-path): New variable from MH-E.
18351 (gmm-image-load-path): New function from MH-E. Add arguments
18352 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18353 *-image-load-path-called-flag.
18354
18355 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18356
18357 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18358
18359 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18360
18361 * nnimap.el (nnimap-request-move-article): Change folder back to
18362 source group before deleting.
18363
18364 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18365
18366 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18367
18368 * gnus-art.el (mm-url-insert-file-contents-external):
18369 Autoload mm-url.
18370
18371 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18372
18373 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18374
18375 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18376 coding system which mm-charset-to-coding-system returns for a
18377 given charset is valid.
18378
18379 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18380
18381 * html2text.el (html2text-remove-tag-list):
18382 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18383
18384 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18385
18386 * gnus-cus.el: Revert 2005-10-17 change.
18387
18388 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18389
18390 * gnus-art.el (article-strip-banner):
18391 Call article-really-strip-banner only when the regexp match is made.
18392
18393 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18394
18395 * gnus-art.el (article-strip-banner):
18396 Use gnus-extract-address-components instead of
18397 mail-header-parse-addresses to make it work with non-ASCII text;
18398 remove mail-encode-encoded-word-string.
18399
18400 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18401 values which are surrounded with \"...\"; make it never cause a
18402 Lisp error; give up parsing of parameters if it failed in
18403 extracting type.
18404
18405 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18406
18407 * smime.el (smime-cert-by-ldap-1): Fix bug where
18408 `smime-ldap-search' returns results without userCertificates.
18409
18410 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18411
18412 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18413
18414 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18415
18416 * spam.el (spam-check-spamassassin-headers): Adapt format for
18417 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18418 <ari@mbf.ocn.ne.jp>.
18419 (spam-list-of-processors): Add spam-use-gmane.
18420
18421 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18422
18423 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18424 make-temp-file; make it work with XEmacs as well.
18425
18426 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18427 mm-make-temp-file.
18428
18429 * mm-decode.el (mm-display-external): Use the 3rd arg of
18430 mm-make-temp-file.
18431 (mm-create-image-xemacs): Ditto.
18432
18433 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18434
18435 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18436 with message-narrow-to-headers.
18437 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18438 (gnus-draft-check-draft-articles): New function.
18439 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18440
18441 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18442
18443 * gnus-art.el (gnus-article-browse-html-parts):
18444 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18445 Don't use suffix argument for mm-make-temp-file for Emacs 21
18446 compatibility. Remove useless `format'.
18447
18448 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18449
18450 * nnweb.el (nnweb-google-wash-article): Update regexps.
18451 (nnweb-group-alist): Use defvoo instead of defvar.
18452
18453 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18454
18455 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18456 re-loading nn* modules.
18457
18458 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18459
18460 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18461 for `tool-bar-mode' and don't check it's default-value.
18462
18463 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18464
18465 * message.el (message-make-tool-bar): Ditto.
18466
18467 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18468 `substring'. Shorten tmp-file name.
18469
18470 * gnus.el: Remove bogus comment.
18471
18472 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18473
18474 * gnus-art.el (gnus-article-browse-html-parts): New function.
18475 (gnus-article-browse-html-article): New function for viewing html
18476 articles with a browser.
18477
18478 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18479
18480 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18481 (mml2015-pgg-encrypt): Ditto.
18482
18483 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18484 (mml1991-pgg-encrypt): Ditto.
18485
18486 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18487
18488 * nnfolder.el (nnfolder-insert-newsgroup-line):
18489 Use message-make-date instead of current-time-string.
18490
18491 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18492 to gnus-decoded which mm-uu might set.
18493
18494 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18495
18496 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18497 don't decode quoted parameters; remove misimported Emacs code.
18498 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18499 (rfc2231-decode-encoded-string): Don't use split-string which
18500 behaves differently according to Emacs version; use
18501 mm-decode-coding-region to convert charset to coding-system.
18502 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18503 (rfc2231-encode-string): Remove misimported Emacs code.
18504
18505 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18506
18507 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18508 when calling mail-header-parse-content-type.
18509 (article-de-quoted-unreadable): Ditto.
18510 (article-de-base64-unreadable): Ditto.
18511 (article-wash-html): Ditto.
18512
18513 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18514 calling mail-header-parse-content-type and
18515 mail-header-parse-content-disposition.
18516 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18517 mail-header-parse-content-type.
18518
18519 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18520 insert charset and format parameters; encode description after
18521 inserting it to buffer.
18522 (mml-insert-parameter): Fold lines properly even if a parameter is
18523 segmented into two or more lines; change the max column to 76.
18524
18525 * rfc1843.el (rfc1843-decode-article-body): Don't use
18526 ignore-errors when calling mail-header-parse-content-type.
18527
18528 * rfc2231.el (rfc2231-parse-string): Return at least type if
18529 possible; don't cause an error even if it fails in parsing of
18530 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18531 (rfc2231-encode-string): Don't break lines at the beginning, leave
18532 it to mml-insert-parameter.
18533
18534 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18535 calling mail-header-parse-content-type.
18536
18537 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18538
18539 * spam-report.el (spam-report-gmane-use-article-number):
18540 Improve doc string.
18541 (spam-report-gmane-internal): Check if a suitable header was found
18542 in the article.
18543
18544 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18545
18546 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18547 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18548
18549 2006-02-05 Romain Francoise <romain@orebokech.com>
18550
18551 Update copyright notices of all files in the gnus directory.
18552
18553 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18554
18555 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18556
18557 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18558
18559 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18560 segmented lines of parameter value to cope with Thunderbird 1.5
18561 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18562 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18563 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18564
18565 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18566
18567 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18568 parts.
18569
18570 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18571
18572 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18573 there's only one active file for all servers.
18574 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18575 solid groups. Gnus might have used a FAST request to select the group.
18576 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18577 and nnweb-search redundantly in the active file.
18578 (nnweb-request-list): Don't list bogus groups. There can only be one.
18579 (nnweb-request-create-group): Don't use ARGS.
18580 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18581 initializations. Let nnoo do the work.
18582
18583 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18584
18585 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18586 Say the part has been decoded.
18587
18588 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18589
18590 2006-01-31 Kevin Ryde <user42@zip.com.au>
18591
18592 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18593 mailcap-viewer-test-cache when there's no 'test clause, since that
18594 will invert the meaning of a "nil" test previously determined by
18595 mailcap-mailcap-entry-passes-test.
18596
18597 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18598
18599 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18600 compiling.
18601
18602 * gnus-sum.el: Ditto.
18603
18604 * message.el: Don't bind tool-bar-map when compiling.
18605
18606 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18607
18608 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18609
18610 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18611
18612 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18613 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18614 current Google Groups.
18615
18616 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18617
18618 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18619 and tool-bar-mode.
18620
18621 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18622 and tool-bar-mode.
18623
18624 * message.el (message-tool-bar-update): Simplify.
18625 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18626
18627 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18628 gnus-summary-buffer.
18629 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18630 gnus-summary-reply.
18631
18632 * gmm-utils.el (gmm): Add :version.
18633
18634 2006-01-26 Steve Youngs <steve@sxemacs.org>
18635
18636 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18637 Don't autoload.
18638
18639 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18640
18641 * gmm-utils.el (gmm-verbose): Add :group.
18642
18643 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18644
18645 * message.el: Change some comments WRT tool-bars.
18646
18647 * gnus-sum.el (gnus-summary-tool-bar)
18648 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18649 (gnus-summary-tool-bar-zap-list): New variables.
18650 (gnus-summary-make-tool-bar): Complete rewrite using
18651 `gmm-tool-bar-from-list'.
18652
18653 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18654 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18655 New variables.
18656 (gnus-group-make-tool-bar): Complete rewrite using
18657 `gmm-tool-bar-from-list'.
18658 (gnus-group-tool-bar-update): New function.
18659
18660 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18661
18662 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18663
18664 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18665 is dissected into a single part of which the type is the same as
18666 the given one; decode charset.
18667
18668 2006-01-21 Kevin Ryde <user42@zip.com.au>
18669
18670 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18671 into alists as symbol not string, since that's what
18672 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18673 look for.
18674
18675 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18676
18677 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18678 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18679
18680 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18681
18682 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18683
18684 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18685 (gnus-mime-security-button-menu): New definition.
18686 (gnus-mime-security-button-map): Use them.
18687 (gnus-mime-security-button-menu): New function.
18688 (gnus-insert-mime-security-button): Addition to help echo.
18689 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18690 (gnus-mime-security-pipe-part): New functions.
18691
18692 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18693 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18694
18695 * mm-decode.el (mm-handle-set-disposition): Remove.
18696 (mm-handle-set-description): Remove.
18697
18698 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18699
18700 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18701 (mm-w3m-standalone-supports-m17n-p): New function.
18702 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18703 w3m usage.
18704
18705 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18706 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18707
18708 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18709
18710 * message.el (message-tool-bar-zap-list):
18711 Use gmm-tool-bar-zap-list as custom type.
18712 (message-tool-bar-update): New function.
18713 (message-tool-bar, message-tool-bar-gnome)
18714 (message-tool-bar-retro): Add message-tool-bar-update.
18715 (message-tool-bar-gnome): Add flyspell-buffer.
18716
18717 * gnus-util.el (gnus-error): Describe `args'.
18718
18719 * gmm-utils.el (gmm-error): Describe `args'.
18720 (gmm-tool-bar-zap-list): New widget.
18721 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18722
18723 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18724
18725 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18726 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18727 the number of recursive calls.
18728
18729 * mm-decode.el (mm-handle-set-disposition): New macro.
18730 (mm-handle-set-description): New macro.
18731
18732 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18733
18734 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18735 encoding.
18736
18737 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18738
18739 * message.el (message-tool-bar-zap-list, message-tool-bar)
18740 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18741 (message-tool-bar-local-item-from-menu): Remove.
18742 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18743 (message-make-tool-bar): New function.
18744 (message-mode): Use `message-make-tool-bar'.
18745
18746 * gmm-utils.el: New file.
18747 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18748 (gmm-lazy): New widget copied from `nnmail.el'.
18749 (gmm-tool-bar-from-list): New function for creating customizable
18750 tool bars.
18751 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18752 output.
18753 (gmm): Add :prefix to defgroup.
18754
18755 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18756
18757 * gmm-utils.el (gmm-widget-p): New function.
18758
18759 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18760
18761 * mml.el (mml-attach-file): Describe `description' in doc string.
18762 (mml-menu): Add Emacs MIME manual and PGG manual.
18763
18764 2006-01-20 Richard M. Stallman <rms@gnu.org>
18765
18766 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18767
18768 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18769
18770 * nntp.el (nntp-end-of-line): Doc fix.
18771
18772 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18773
18774 * imap.el (imap-open): Handle case where buffer is a buffer
18775 object.
18776
18777 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18778
18779 * gnus-delay.el (gnus-delay): Don't autoload.
18780 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18781 to be re-loaded when customizing the `gnus-delay' group.
18782
18783 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18784
18785 * message.el (message-insert-citation-line): Use newlines.
18786
18787 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18788
18789 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18790
18791 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18792
18793 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18794
18795 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18796
18797 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18798
18799 * mm-decode.el (mm-inlined-types): Add application/pgp.
18800 (mm-automatic-display): Ditto.
18801
18802 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18803 part as text.
18804
18805 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18806
18807 * nnrss.el: Update copyright.
18808 (nnrss-opml-import): Query whether to subscribe to each entry.
18809
18810 * gnus-art.el:
18811 * gnus-sum.el:
18812 * mm-uu.el:
18813 * mm-view.el: Update copyright.
18814
18815 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18816
18817 * message.el (message-info): New function.
18818 (message-mode-menu): Add it.
18819 Update copyright.
18820
18821 * ChangeLog: Fix and update copyright.
18822
18823 2006-01-13 Romain Francoise <romain@orebokech.com>
18824
18825 * message.el (message-forward-subject-name-subject): Prefer the
18826 address to 'nowhere' if the sender has no name.
18827 Fix typo. Update copyright year.
18828
18829 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18830
18831 * gnus-art.el (article-wash-html):
18832 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18833 (gnus-article-wash-html-with-w3m-standalone): New function.
18834
18835 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18836 mm-inline-text-html-render-with-w3m-standalone.
18837 (mm-text-html-washer-alist): Map w3m-standalone to
18838 gnus-article-wash-html-with-w3m-standalone.
18839 (mm-inline-text-html-render-with-w3m-standalone): New function.
18840
18841 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18842
18843 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18844 Improve LaTeX.
18845
18846 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18847
18848 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18849 (nnrss-request-article): Render text/plain parts as HTML.
18850
18851 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18852 the buffer.
18853
18854 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18855
18856 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18857 custom definition of `gnus-posting-styles'.
18858
18859 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18860 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18861
18862 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18863
18864 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18865 Use nntp for bug archive.
18866
18867 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18868
18869 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18870 parts.
18871 (nnrss-normalize-date): New function converts ISO 8601 date into
18872 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18873 (nnrss-check-group): Use it.
18874
18875 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18876
18877 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18878
18879 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18880 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18881 (nnrss-insert-w3): Ditto.
18882
18883 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18884
18885 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18886 the articles to be forwarded including the case where neither a
18887 number of articles nor a region is specified.
18888
18889 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18890
18891 * nnrss.el (nnrss-request-article): Fix last change; fill
18892 text/plain parts.
18893
18894 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18895
18896 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18897 in text/plain part.
18898 (nnrss-check-group): Don't add excessive newline to dc:subject.
18899
18900 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18901
18902 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18903 article.
18904
18905 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18906
18907 * nnml.el: Don't require gnus-bcklg. Autoload it.
18908 (nnml-use-compressed-files, nnml-save-mail): Support other
18909 comression programs such as bzip2.
18910
18911 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18912
18913 * dns.el (query-dns): Make sure we check the buffer size before
18914 removing tcp headers.
18915
18916 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18917
18918 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18919 remove MIME buttons associated with multipart/alternative parts.
18920 (gnus-mime-display-alternative): Tag buttons using `article-type'
18921 text property.
18922
18923 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18924 associated with multipart/alternative parts.
18925
18926 * gnus-art.el (gnus-signature-separator): Fix custom type.
18927
18928 * mm-decode.el (mm-inlined-types): Fix custom type.
18929 (mm-keep-viewer-alive-types): Ditto.
18930 (mm-automatic-display): Ditto.
18931 (mm-attachment-override-types): Ditto.
18932 (mm-inline-override-types): Ditto.
18933 (mm-automatic-external-display): Ditto.
18934
18935 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18936
18937 * spam-report.el (spam-report-user-mail-address)
18938 (spam-report-user-agent): New variables.
18939 (spam-report-url-ping-plain): Use spam-report-user-agent.
18940
18941 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18942
18943 * gnus-art.el (gnus-button-handle-custom): Do not just use
18944 `customize-apropos' for any "M-x customize-*" button but the
18945 function called for. Accept both the function name and its
18946 argument in order to achieve this.
18947 (gnus-button-alist): Remove support for "custom:" URL's.
18948 Pass function name to `gnus-button-handle-custom' in case of "M-x
18949 customize-*" buttons.
18950
18951 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18952
18953 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18954 multipart/alternative and add xref to mm-discouraged-alternatives
18955 in doc string.
18956
18957 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18958 gnus-buttonized-mime-types in doc string.
18959
18960 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18961
18962 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18963 Suggest image/.* in the doc string.
18964
18965 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18966
18967 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18968 message-marks (Debian bug#342521).
18969
18970 2005-12-12 Simon Josefsson <jas@extundo.com>
18971
18972 * password.el (password-read-from-cache): Add.
18973 (password-read): Use it.
18974
18975 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18976
18977 * rfc2047.el (rfc2047-charset-to-coding-system):
18978 Recognize us-ascii as a MIME charset.
18979
18980 * mm-bodies.el (mm-decode-content-transfer-encoding):
18981 Protect against the case where the 2nd arg TYPE is nil.
18982
18983 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18984
18985 * pop3.el (pop3-stream-type): Fix custom version.
18986
18987 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18988
18989 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18990
18991 * mm-decode.el (mm-display-external): Add missing cdr.
18992
18993 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18994
18995 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18996 RFC1524) if it is in mailcap or add a suffix according to
18997 mailcap-mime-extensions when generating a temp filename; postpone
18998 deleting a temp file for 2 seconds for some wrappers, shell
18999 scripts, and so on, which might exit right after having started a
19000 viewer command as a background job.
19001
19002 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19003
19004 * nntp.el (nntp-marks-directory): Fix custom group.
19005
19006 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19007 steps when < 10.
19008
19009 * gnus-start.el (gnus-no-server-1):
19010 Mention `gnus-level-default-subscribed' in doc string.
19011
19012 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19013
19014 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19015 parens.
19016
19017 2005-11-26 Dave Love <fx@gnu.org>
19018
19019 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19020 (tls-program, tls-success): Provide openssl alternative.
19021
19022 * starttls.el: Doc fixes.
19023 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19024 SERVICE to PORT.
19025
19026 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
19027 port null or service name.
19028 (starttls-negotiate): Autoload.
19029
19030 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19031
19032 * message.el (message-kill-to-signature): Fix interactive spec.
19033
19034 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
19035
19036 * pop3.el (pop3-open-server): Recognize a string as a service name.
19037
19038 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19039
19040 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19041
19042 2005-11-23 Dave Love <fx@gnu.org>
19043
19044 Add pop3s, pop3/starttls.
19045
19046 * pop3.el (pop3-authentication-scheme): Clarify doc.
19047 (open-tls-stream, starttls-open-stream): Autoload.
19048 (pop3-stream-type): New.
19049 (pop3-open-server): Use it.
19050
19051 * mail-source.el (mail-sources): Fix some :types. Add stream type
19052 for POP.
19053 (mail-source-keyword-map): Add :stream for POP.
19054 (mail-source-fetch-pop): Use pop3-stream-type.
19055
19056 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19057
19058 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19059 of current-time-string.
19060
19061 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19062
19063 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19064 date header.
19065
19066 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19067
19068 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19069 it can seriously impact performance as it bypasses the agent's
19070 local caches.
19071
19072 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19073
19074 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19075 must be explicitly online rather than "not explicitly offline" for
19076 its flags to be synchronized.
19077
19078 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19079 that gnus-uu-unmark-thread will function correctly.
19080
19081 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19082 1024K is instead displayed as 1M.
19083
19084 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19085
19086 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19087
19088 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19089
19090 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19091
19092 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19093
19094 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19095 error message to display actual error condition.
19096 (gnus-agent-save-local): Avoid saving symbols that are bound to
19097 nil as they simply result in a warning message in
19098 gnus-agent-read-local.
19099
19100 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19101
19102 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19103 rather than make-variable-buffer-local for file-precious-flag.
19104
19105 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19106
19107 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19108 for duplicates which are removed. The invalid sort check then
19109 triggers a rescan after the sort as sorting may have moved
19110 duplicate entries such that they can be cheaply detected.
19111
19112 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19113
19114 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19115
19116 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19117
19118 * gnus-agent.el (gnus-agent-article-alist-save-format):
19119 Change internal variable to a custom variable. Change default value
19120 from compressed(2) to uncompressed(1).
19121 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19122 support for uncompressed agentview files. Taken together, reading
19123 the agentview file should now be 6-7 times faster.
19124
19125 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19126
19127 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19128 as a buffer-local variable. This avoids creating truncated
19129 dribble files as a result of a hang up, eg.
19130
19131 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19132
19133 * gnus-start.el (gnus-start-draft-setup):
19134 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19135
19136 * gnus.el (gnus-splash): Change custom group.
19137 (gnus-group-get-parameter, gnus-group-parameter-value):
19138 Describe allow-list argument.
19139
19140 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19141 string.
19142
19143 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19144
19145 * gnus-art.el (gnus-default-article-saver): Add user-defined
19146 `function' to custom type.
19147
19148 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19149
19150 * imap.el (imap-open): Handle case where buffer is a buffer
19151 object.
19152
19153 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19154
19155 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19156 long lines.
19157 (gnus-cache-delete-group): Wrap doc strings.
19158
19159 * gnus-agent.el (gnus-agent-rename-group)
19160 (gnus-agent-delete-group): Wrap doc strings.
19161
19162 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19163
19164 * gnus-start.el (gnus-1): Add "native" to
19165 gnus-predefined-server-alist.
19166
19167 * gnus.el (gnus-method-to-server): Don't add "native" to the
19168 lists here, because that leads to problems when
19169 gnus-select-method is bound.
19170
19171 2005-11-09 Simon Josefsson <jas@extundo.com>
19172
19173 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19174 use (not sort-by-date) instead.
19175
19176 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19177
19178 * gnus-delay.el (gnus-delay-group): Don't autoload.
19179 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19180 to be re-loaded when customizing the `gnus-delay' group.
19181
19182 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19183
19184 * message.el: Revert last changes.
19185 (message-insert-citation-line): Use newlines.
19186
19187 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19188
19189 * message.el (message-courtesy-message)
19190 (message-mark-insert-begin, message-mark-insert-end)
19191 (message-elide-ellipsis, message-cancel-message)
19192 (message-add-header, message-change-subject)
19193 (message-cross-post-followup-to-header)
19194 (message-cross-post-insert-note, message-reduce-to-to-cc)
19195 (message-widen-reply, message-delete-not-region)
19196 (message-kill-to-signature, message-insert-signature)
19197 (message-insert-importance-high, message-insert-importance-low)
19198 (message-insert-or-toggle-importance)
19199 (message-insert-disposition-notification-to)
19200 (message-indent-citation, message-yank-original)
19201 (message-cite-original-without-signature, message-cite-original)
19202 (message-insert-citation-line, message-position-on-field)
19203 (message-fix-before-sending, message-send-mail-partially)
19204 (message-send-mail, message-send-mail-with-sendmail)
19205 (message-send-mail-with-qmail, message-send-news)
19206 (message-check-news-header-syntax, message-generate-headers)
19207 (message-insert-courtesy-copy, message-fill-address)
19208 (message-fill-header, message-shorten-references)
19209 (message-setup-1, message-cancel-news)
19210 (message-forward-make-body-plain, message-forward-make-body-mime)
19211 (message-forward-make-body-mml, message-encode-message-body)
19212 (message-forward-make-body-digest-plain)
19213 (message-forward-make-body-digest-mime)
19214 (message-use-alternative-email-as-from): Insert `hard-newline'
19215 instead of ordinary newlines.
19216
19217 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19218
19219 * message.el (message-generate-headers): Downcase the argument
19220 given to message-check-element.
19221
19222 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19223
19224 * nntp.el (nntp-authinfo-rejected): New error condition.
19225 (nntp-wait-for): Use new error condition to signal authentication
19226 error.
19227 (nntp-retrieve-data): Rethrow new error condition to break out of
19228 recursive call to nntp-send-authinfo.
19229
19230 2005-11-08 Romain Francoise <romain@orebokech.com>
19231
19232 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19233 (gnus-summary-exit-map): Bind to `Z p'.
19234 (gnus-summary-make-menu-bar): Add menu item.
19235
19236 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19237
19238 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19239 (gnus-treat-*): Add `first' in all doc strings.
19240
19241 * gnus-group.el (gnus-group-compact-group): Fix typo.
19242
19243 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19244
19245 * gnus.el (gnus-parameters-case-fold-search): New variable.
19246 (gnus-parameters-get-parameter): Use it.
19247
19248 * gnus-score.el (gnus-home-score-file): Doc fix.
19249
19250 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19251
19252 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19253
19254 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19255
19256 * mm-util.el (mm-special-display-p): New function.
19257
19258 * mml.el (mml-preview): Use it; doc fix.
19259
19260 2005-10-29 Romain Francoise <romain@orebokech.com>
19261
19262 * message.el (message-fix-before-sending): Fix comment.
19263
19264 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19265
19266 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19267
19268 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19269
19270 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19271 Used in gnus-score.el.
19272
19273 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19274
19275 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19276
19277 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19278
19279 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19280 whitespace removed in revision 7.8. Use concatenated string to
19281 protect trailing whitespace.
19282
19283 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19284
19285 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19286 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19287 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19288 Courier IMAP ("some version from 2004"). Mostly based on similar
19289 code in the same function.
19290
19291 2005-10-26 Didier Verna <didier@xemacs.org>
19292
19293 * gnus-group.el (gnus-group-compact-group): Invalidate original
19294 article buffer.
19295 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19296 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19297 NOV database and in article itself.
19298 Invalidate article backlog.
19299
19300 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19301
19302 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19303
19304 2005-10-26 Simon Josefsson <jas@extundo.com>
19305
19306 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19307 part of 2004-07-25 change.
19308
19309 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19310
19311 * message.el (message-display-completion-list): New function.
19312 (message-expand-group): Use it; make sure the Completions buffer
19313 is modifiable.
19314
19315 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19316
19317 * imap.el (imap-open): Handle case where buffer is a buffer object.
19318
19319 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19320
19321 * pgg-def.el:
19322 * pgg-gpg.el:
19323 * pgg-parse.el:
19324 * pgg-pgp.el:
19325 * pgg-pgp5.el:
19326 * pgg.el: Move to the parent lisp directory.
19327
19328 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19329
19330 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19331 user-mail-name is an empty string.
19332
19333 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19334
19335 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19336 depending on gnus-score-decay-constant.
19337
19338 * encrypt.el (encrypt-insert-file-contents)
19339 (encrypt-write-file-contents): Don't use `gnus-message'.
19340
19341 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19342 arguments.
19343 (mm-uu-type-alist): Add message-marks and insert-marks.
19344 Pass arguments to mm-uu-verbatim-marks-extract.
19345 (mm-uu-hide-markers): New variable.
19346 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19347
19348 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19349 (gnus-convert-image-to-face-command): Use "convert" by default to
19350 allow other input image formats.
19351 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19352 accordingly.
19353
19354 2005-10-23 Simon Josefsson <jas@extundo.com>
19355
19356 * imap.el (imap-gssapi-program): Align command line parameters
19357 with latest GNU SASL.
19358 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19359
19360 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19361
19362 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19363 HTML.
19364 (nnslashdot-request-article): Ditto.
19365
19366 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19367
19368 * mail-source.el (mail-source-fetch-pop): Require pop3.
19369 (mail-source-check-pop): Ditto.
19370
19371 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19372
19373 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19374 errors.
19375
19376 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19377
19378 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19379 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19380
19381 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19382
19383 * mm-bodies.el (mm-decode-string):
19384 Call `mm-charset-to-coding-system' with allow-override argument.
19385
19386 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19387
19388 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19389 (rfc2047-charset-to-coding-system): New function.
19390 (rfc2047-decode-encoded-words): New function.
19391 (rfc2047-decode-region): Use them.
19392 (rfc2047-decode-cte): Remove.
19393 (rfc2047-parse-and-decode): Remove.
19394 (rfc2047-decode): Remove.
19395
19396 2005-10-15 Kenichi Handa <handa@m17n.org>
19397
19398 * rfc2047.el (rfc2047-decode-cte): New function.
19399 (rfc2047-decode-region): Change the way to decode successive
19400 encoded-words: decode B- or Q-encoding in each encoded-word,
19401 concatenate them, and decode it as charset.
19402
19403 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19404
19405 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19406 widget-move-and-invoke.
19407 (gnus-custom-mode): Use gnus-custom-map.
19408
19409 2005-10-15 Bill Wohler <wohler@newt.com>
19410
19411 * message.el (message-tool-bar-map): Rename image file from
19412 mail_send to mail/send.
19413
19414 2005-10-16 Masatake YAMATO <jet@gyve.org>
19415
19416 * message.el (message-expand-group): Pass the common
19417 prefix substring of completion to `display-completion-list'.
19418
19419 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19420
19421 * mml-sec.el (mml-secure-method): New internal variable.
19422 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19423 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19424 New functions using mml-secure-method.
19425
19426 * mml.el (mml-mode-map): Add key bindings for those functions.
19427 (mml-menu): Simplify security menu entries. Suggested by Jesper
19428 Harder <harder@myrealbox.com>.
19429 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19430 Goto end of message if point is the headers of the message.
19431
19432 * message.el (message-in-body-p): New function.
19433
19434 * assistant.el: Autoload gnus-util and netrc.
19435
19436 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19437 Use `mm-charset-override-alist' only when decoding.
19438
19439 * mm-bodies.el (mm-decode-body):
19440 Call `mm-charset-to-coding-system' with allow-override argument.
19441
19442 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19443 `filename' from Content-Disposition if Content-Type doesn't
19444 provide `name'.
19445 (gnus-mime-view-part-as-type): Set default instead of
19446 initial-input.
19447
19448 2005-10-09 Daniel Brockman <daniel@brockman.se>
19449
19450 * format-spec.el (format-spec): Propagate text properties of % spec.
19451
19452 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19453
19454 * gnus-art.el (gnus-treat-predicate): Add `first'.
19455
19456 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19457
19458 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19459 (mm-charset-override-alist): New variable.
19460 (mm-charset-to-coding-system): Use it.
19461 (mm-codepage-setup): New helper function.
19462 (mm-charset-eval-alist): New variable.
19463 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19464 Warn about unknown charsets.
19465
19466 2005-10-04 David Hansen <david.hansen@gmx.net>
19467
19468 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19469 (nnrss-check-group): Ditto.
19470
19471 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19472
19473 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19474 Rename x-gnus-verbatim to x-verbatim.
19475 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19476
19477 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19478 x-verbatim.
19479
19480 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19481
19482 * gnus-util.el (gnus-remove-duplicates): Remove.
19483
19484 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19485 instead of gnus-remove-duplicates.
19486
19487 * message.el (message-remove-duplicates): Remove.
19488 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19489 message-remove-duplicates.
19490
19491 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19492 available, else use implementation from `delete-dups'.
19493
19494 * message.el (message-insert-expires): New function.
19495 (message-mode-map): Add key binding.
19496 (message-mode-field-menu): Add menu entry.
19497 (message-mode): Document it.
19498 (message-make-expires-date): Use `message-make-date'.
19499
19500 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19501
19502 * message.el (message-make-expires-date): New function.
19503
19504 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19505
19506 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19507
19508 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19509
19510 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19511 function rather than the diff-mode.el package.
19512 (mm-display-external): Use with-current-buffer.
19513 (mm-viewer-completion-map, mm-viewer-completion-map):
19514 Move initialization inside declaration.
19515
19516 2005-09-29 Simon Josefsson <jas@extundo.com>
19517
19518 * spam.el: Load hashcash when compiling, to avoid warnings.
19519 Don't autoload mail-check-payment.
19520 (spam-check-hashcash): Define unconditionally, since hashcash.el
19521 is part of Gnus now. Ignore errors from payment checking.
19522
19523 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19524
19525 * message.el (message-bold-region, message-unbold-region):
19526 Rename from `bold-region' and `unbold-region'.
19527
19528 * message.el: Remove useless autoloads.
19529
19530 2005-09-28 Simon Josefsson <jas@extundo.com>
19531
19532 * message.el (message-use-idna): Default to t.
19533 (message-use-idna): Test whether encoding works too. Doc fix.
19534
19535 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19536
19537 * nntp.el (nntp-warn-about-losing-connection): Remove.
19538
19539 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19540
19541 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19542 customizable. Change default value.
19543 (mm-uu-diff-groups-regexp): Change default value.
19544 (mm-uu-type-alist): Add doc string.
19545 (mm-uu-configure): Add doc string. Make it interactive.
19546 (mm-uu-tex-groups-regexp): New variable.
19547 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19548 (mm-uu-type-alist): Add LaTeX documents.
19549 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19550 of "text/verbatim".
19551 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19552
19553 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19554 instead of "text/verbatim".
19555
19556 * message.el (message-mark-inserted-region)
19557 (message-mark-insert-file): Use slrn style marks when called with
19558 prefix argument.
19559
19560 2005-09-27 Simon Josefsson <jas@extundo.com>
19561
19562 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19563
19564 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19565
19566 * message.el (message-remove-duplicates): New function.
19567 Implementation borrowed from `gnus-remove-duplicates'.
19568 (message-idna-to-ascii-rhs): Also encode idna addresses in
19569 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19570 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19571 only ask about the same idna domain once per header and also tell
19572 in what header to replace the idna domain.
19573
19574 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19575 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19576 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19577 a header is decoded and not just the last one.
19578
19579 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19580
19581 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19582 has been decoded.
19583
19584 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19585 (mm-insert-part): Don't modify text if it has been decoded.
19586
19587 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19588 decoded.
19589
19590 * mm-view.el (mm-inline-text): Don't strip text props unless
19591 decoding enriched or richtext parts.
19592
19593 2005-09-25 Romain Francoise <romain@orebokech.com>
19594
19595 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19596 * gnus-start.el (gnus-subscribe-interactively):
19597 * gnus-uu.el (gnus-uu-grab-articles):
19598 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19599 space.
19600
19601 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19602
19603 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19604 * mm-view.el (mm-view-pkcs7-decrypt):
19605 * gnus-sum.el (gnus-summary-limit-to-extra)
19606 (gnus-summary-respool-article, gnus-read-move-group-name):
19607 * gnus-score.el (gnus-summary-increase-score):
19608 * gnus-util.el (gnus-completing-read-with-default):
19609 * gnus-art.el (gnus-read-save-file-name)
19610 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19611 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19612 * message.el (message-check-news-header-syntax):
19613 Follow convention for reading with the minibuffer.
19614
19615 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19616
19617 * spam-report.el (spam-report-url-ping-plain):
19618 Use gnus-extended-version as User-Agent.
19619
19620 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19621 default value is nil.
19622
19623 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19624 (mm-uu-verbatim-marks-extract): New function.
19625 (mm-uu-extract): New face.
19626 (mm-uu-copy-to-buffer): Use it.
19627
19628 * spam-report.el (spam-report-gmane-ham): Rename from
19629 `spam-report-gmane-unspam'.
19630 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19631 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19632
19633 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19634 Autoload.
19635 (spam-report-gmane-unregister-routine):
19636 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19637
19638 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19639
19640 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19641 (spam-report-gmane-unregister-routine): Add support for gmane
19642 unregistration.
19643
19644 * spam-report.el (spam-report-gmane-unspam)
19645 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19646 (spam-report-gmane): Change to take a single article and do unspam
19647 registration.
19648
19649 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19650
19651 * mm-url.el (mm-url-decode-entities): Fix regexp.
19652
19653 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19654
19655 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19656 default to nil, to be able to use Gnus at all. If the default
19657 switches to something else, then the function should be fixed not
19658 be exceedingly slow.
19659
19660 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19661
19662 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19663 fail hard.
19664
19665 * spam-report.el: Add better Keywords line.
19666
19667 * spam.el: Add Maintainer and better Keywords line.
19668
19669 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19670
19671 * gnus-art.el (gnus-article-replace-part)
19672 (gnus-mime-replace-part): New functions.
19673 (gnus-mime-action-alist, gnus-mime-button-commands)
19674 (gnus-mime-save-part-and-strip): Add file argument.
19675 (gnus-article-part-wrapper): Add interactive argument.
19676
19677 * gnus-sum.el (gnus-summary-mime-map):
19678 Add `gnus-article-replace-part'.
19679
19680 2005-09-19 Didier Verna <didier@xemacs.org>
19681
19682 The nnml compaction feature:
19683 * nnml.el (nnml-request-compact-group): New function.
19684 * nnml.el (nnml-request-compact): New function.
19685 * gnus-int.el (gnus-request-compact-group): New function.
19686 * gnus-int.el (gnus-request-compact): New function.
19687 * gnus-group.el (gnus-group-compact-group): New function.
19688 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19689 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19690 * gnus-srvr.el (gnus-server-compact-server): New function.
19691 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19692 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19693
19694 2005-09-18 Deepak Goel <deego@gnufans.org>
19695
19696 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19697 format spec.
19698
19699 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19700
19701 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19702
19703 2005-09-15 Romain Francoise <romain@orebokech.com>
19704
19705 * message.el (message-fill-paragraph): Clarify docstring.
19706
19707 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19708
19709 * gnus-art.el (gnus-mime-display-part): Protect against broken
19710 MIME messages.
19711
19712 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19713
19714 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19715 before parsing header.
19716
19717 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19718
19719 * html2text.el (html2text-replace-list): Add new entities.
19720
19721 2005-09-11 Romain Francoise <romain@orebokech.com>
19722
19723 * message.el (message-alternative-emails): Improve docstring.
19724 (message-setup-1): Call `message-use-alternative-email-as-from'
19725 after `message-setup-hook' to give it precedence over posting
19726 styles, etc.
19727 (message-use-alternative-email-as-from): Add docstring.
19728 Remove the original From header if present.
19729
19730 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19731 (nnml-save-mail): Use it.
19732
19733 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19734 articles. Add new argument `silent'.
19735 (gnus-uu-mark-all): Report the total number of marked articles.
19736
19737 2005-09-10 Romain Francoise <romain@orebokech.com>
19738
19739 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19740 (gnus-uu-mark-series): Likewise.
19741
19742 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19743
19744 * spam-report.el (spam-report-gmane): Fix generation of spam
19745 report URL.
19746
19747 2005-09-10 Simon Josefsson <jas@extundo.com>
19748
19749 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19750 t, based on discussion on the ding list with Robert Epprecht
19751 <epprecht@solnet.ch>.
19752
19753 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19754
19755 * spam-report.el (spam-report-gmane): Make it work without
19756 X-Report-Spam header. Gmane now only provides Archived-At.
19757 This is only used if `spam-report-gmane-use-article-number' is nil.
19758 (spam-report-gmane-spam-header): Remove. Not used anymore.
19759
19760 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19761 make `gnus-summary-sort-by-recipient' work with threading.
19762
19763 * nnweb.el (nnweb-google-wash-article): Print a message if article
19764 is not available.
19765
19766 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19767
19768 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19769 change. Decode text/* parts content before displaying.
19770
19771 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19772
19773 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19774
19775 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19776
19777 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19778
19779 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19780
19781 * message.el (message-tab-body-function): Fix mismatched custom type.
19782
19783 * gnus.el (gnus-group-change-level-function): Ditto.
19784
19785 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19786
19787 * gnus-art.el (gnus-signature-limit)
19788 (gnus-article-mime-part-function): Ditto.
19789
19790 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19791
19792 * mml.el (mml-mode): Silence the byte compiler.
19793
19794 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19795 using `(sit-for 0)' before moving the point to the specified part;
19796 skip unbuttonized parts.
19797 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19798 return to the summary window if gnus-auto-select-part is non-nil.
19799
19800 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19801
19802 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19803 New variables.
19804 (mml-dnd-attach-file, mml-mode): Use them.
19805
19806 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19807 Make fetching article by MID work again for Google Groups.
19808 Add FIXME concerning gnus-group-make-web-group.
19809
19810 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19811 Don't depend on Gnus by using mail-extract-address-components if
19812 gnus-extract-address-components is not bound.
19813
19814 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19815
19816 * gnus-art.el (gnus-mime-display-security): Don't display the
19817 signature, but only the signed part.
19818
19819 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19820
19821 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19822
19823 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19824 list, not listp.
19825
19826 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19827
19828 * mm-encode.el (mm-encode-content-transfer-encoding):
19829 Likewise when encoding.
19830
19831 * mm-bodies.el (mm-decode-content-transfer-encoding):
19832 De-canonicalize CRLF for all text content types, not just
19833 text/plain.
19834
19835 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19836
19837 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19838 valid article; point arrow and cursor at the MIME button.
19839
19840 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19841
19842 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19843 Suggested by Dan Christensen <jdc@uwo.ca>.
19844
19845 * mm-decode.el (mm-save-part): Enable change of prompt.
19846
19847 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19848
19849 * gnus-msg.el (gnus-inews-add-send-actions):
19850 Make `message-post-method' lambda parameter ARG `&optional'.
19851
19852 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19853
19854 * gnus-sum.el (gnus-summary-mime-map):
19855 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19856 gnus-article-jump-to-part.
19857
19858 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19859 (gnus-article-edit-part): Use it.
19860 (gnus-article-part-wrapper): Add no-handle argument.
19861 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19862 New functions.
19863
19864 2005-08-29 Romain Francoise <romain@orebokech.com>
19865
19866 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19867 docstring.
19868 (gnus-face-from-file): Likewise.
19869
19870 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19871
19872 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19873 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19874 non-nil.
19875 (gnus-auto-select-part): New variable.
19876 (gnus-article-jump-to-part): New function.
19877 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19878 (gnus-mime-delete-part): Allow selecting specified part after
19879 deleting or stripping parts.
19880 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19881 part if argument is bogus.
19882
19883 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19884
19885 * gnus-art.el (w3m-minor-mode-map):
19886 * gnus-spec.el (gnus-newsrc-file-version):
19887 * gnus-util.el (nnmail-active-file-coding-system)
19888 (gnus-original-article-buffer, gnus-user-agent):
19889 * gnus.el (gnus-ham-process-destinations)
19890 (gnus-parameter-ham-marks-alist)
19891 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19892 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19893 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19894 * mm-decode.el (gnus-current-window-configuration):
19895 * mm-extern.el (gnus-article-mime-handles):
19896 * mm-url.el (url-current-object, url-package-name)
19897 (url-package-version):
19898 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19899 (smime-keys, w3m-cid-retrieve-function-alist)
19900 (w3m-current-buffer, w3m-display-inline-images)
19901 (w3m-minor-mode-map):
19902 * mml-smime.el (gnus-extract-address-components):
19903 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19904 (gnus-newsrc-hashtb, message-default-charset)
19905 (message-deletable-headers, message-options)
19906 (message-posting-charset, message-required-mail-headers)
19907 (message-required-news-headers):
19908 * mml1991.el (mc-pgp-always-sign):
19909 * mml2015.el (mc-pgp-always-sign):
19910 * nnheader.el (nnmail-extra-headers):
19911 * rfc1843.el (gnus-decode-encoded-word-function)
19912 (gnus-decode-header-function, gnus-newsgroup-name):
19913 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19914
19915 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19916
19917 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19918 the end of the date treatments.
19919
19920 2005-08-15 Simon Josefsson <jas@extundo.com>
19921
19922 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19923 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19924 Capello and Romain Francoise.
19925 (pgg-fetch-key-function): Remove, not used?
19926 (pgg-insert-url-with-w3): Require url, to get
19927 url-insert-file-contents regardless of where it is defined.
19928
19929 2005-08-13 Romain Francoise <romain@orebokech.com>
19930
19931 * message.el (message-cite-original-1): New function.
19932 (message-cite-original): Use it.
19933 (message-cite-original-without-signature): Ditto.
19934
19935 2005-08-08 Romain Francoise <romain@orebokech.com>
19936
19937 * message.el (message-yank-empty-prefix): New variable.
19938 (message-indent-citation): Use it.
19939 (message-cite-original-without-signature): Respect X-No-Archive.
19940
19941 2005-08-08 Simon Josefsson <jas@extundo.com>
19942
19943 * pgg.el: Autoload url-insert-file-contents instead of loading
19944 w3/url.
19945 (pgg-insert-url-with-w3): Don't load url here.
19946
19947 2005-08-07 Jesper Harder <harder@phys.au.dk>
19948
19949 * message.el (message-kill-to-signature): Don't insert newline at
19950 bol.
19951 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19952
19953 2005-08-06 Romain Francoise <romain@orebokech.com>
19954
19955 * message.el (message-user-fqdn): Fix typo in docstring.
19956
19957 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19958
19959 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19960
19961 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19962
19963 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19964
19965 * mm-bodies.el (mm-encode-body): Use coding system rather than
19966 charset to encode text.
19967
19968 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19969 number of charsets if utf-8 is available (XEmacs).
19970
19971 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19972
19973 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19974 taken from `gnus-button-mid-or-mail-regexp'.
19975 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19976 (gnus-button-alist): Improve regexp for domain part of the MIDs
19977 for news:localpart@domain buttons.
19978 (gnus-button-ctan-directory-regexp): Update.
19979
19980 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19981
19982 * sieve-manage.el (sieve-manage-interactive-login):
19983 Use make-local-variable rather than make-variable-buffer-local.
19984 (sieve-manage-open): Ditto.
19985 (sieve-manage-authenticate): Ditto.
19986
19987 * mml.el (mml-generate-mime-1): Make the content type default to
19988 text/plain if the filename is not specified.
19989
19990 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19991
19992 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19993 instead of insert-buffer.
19994
19995 * message.el (message-yank-original): Ditto; set the mark at the
19996 end of the yanked message.
19997
19998 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19999
20000 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20001 lines to scroll rather than to stop it.
20002
20003 * mml.el (mml-generate-default-type): Add doc string.
20004 (mml-generate-mime-1): Use mm-default-file-encoding or make it
20005 default to application/octet-stream when determining the content
20006 type if it is not specified for the part or the mml contents; add
20007 a comment about mml-generate-default-type.
20008
20009 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
20010
20011 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20012 make it default to application/octet-stream when determining the
20013 content type if it is not specified for the external contents.
20014
20015 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20016
20017 * rfc2231.el (rfc2231-parse-string): Take care that not only a
20018 segmented parameter but also other parameters might be there.
20019
20020 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
20021
20022 * mm-decode.el (mm-display-external): Delete temp file, directory
20023 and buffer immediately if the external process is exited.
20024
20025 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
20026
20027 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20028 fewer lines than that of scroll-margin.
20029 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20030
20031 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20032
20033 * gnus-art.el (gnus-article-next-page): Revert.
20034 (gnus-article-beginning-of-window): New macro.
20035 (gnus-article-next-page-1): Use it.
20036 (gnus-article-prev-page): Ditto.
20037 (gnus-article-edit-part): Use insert-buffer-substring instead of
20038 insert-buffer.
20039 (gnus-article-edit-exit): Ditto.
20040
20041 * gnus-util.el (gnus-beginning-of-window): Remove.
20042 (gnus-end-of-window): Remove.
20043
20044 2005-07-25 Simon Josefsson <jas@extundo.com>
20045
20046 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20047 to have the url package without w3. Reported by Daiki Ueno
20048 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20049
20050 2005-07-20 Didier Verna <didier@xemacs.org>
20051
20052 * gnus-diary.el: Remove the description comment (nndiary is now
20053 properly documented in the Gnus manual).
20054 Fix the spelling of "Back End".
20055 * nndiary.el: Ditto.
20056 Fix the copyright notice.
20057
20058 2005-07-18 Romain Francoise <romain@orebokech.com>
20059
20060 * gnus-sum.el (gnus-summary-to-prefix)
20061 (gnus-summary-newsgroup-prefix): New variables.
20062 (gnus-summary-from-or-to-or-newsgroups): Use them.
20063
20064 2005-07-17 Romain Francoise <romain@orebokech.com>
20065
20066 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20067 space as it's generally not especially interesting to the user.
20068
20069 2005-07-16 Romain Francoise <romain@orebokech.com>
20070
20071 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20072 nil to avoid prompting and file modification if one of the
20073 messages at the top of the nnfolder file contains a copyright
20074 notice.
20075 Update copyright notice.
20076
20077 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20078 instead of `current-time-string' as the latter creates a time
20079 string that is not RFC 2822 compliant (it lacks the zone).
20080 Update copyright notice.
20081
20082 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20083
20084 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20085 for text/rtf. Display default in prompt. Pass default for M-n.
20086
20087 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20088
20089 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20090
20091 * gnus-msg.el (gnus-button-mailto):
20092 Remove save-selected-window-window hackery because it relies on
20093 save-selected-window internals.
20094
20095 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20096
20097 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20098 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20099 (gnus-article-prev-page): Ditto.
20100
20101 * gnus-util.el (gnus-beginning-of-window): New function.
20102 (gnus-end-of-window): New function.
20103
20104 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20105
20106 * gnus-score.el (gnus-score-edit-all-score):
20107 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20108 gnus-message.
20109
20110 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20111
20112 * gnus-msg.el (gnus-button-mailto):
20113 Remove save-selected-window-window hackery because it relies on
20114 save-selected-window internals.
20115
20116 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20117
20118 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20119 add-minor-mode.
20120 (gnus-binary-mode): Ditto.
20121
20122 * gnus-topic.el (gnus-topic-mode): Ditto.
20123
20124 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20125
20126 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20127 (gnus-article-prev-page): Take scroll-margin into consideration.
20128
20129 2005-07-04 Lute Kamstra <lute@gnu.org>
20130
20131 Update FSF's address in GPL notices.
20132
20133 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20134
20135 * gnus.el (gnus-exit):
20136 * gnus-group.el (gnus-group-icons):
20137 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20138
20139 * gnus-nocem.el (gnus-nocem):
20140 * message.el (message-various, message-buffers, message-sending)
20141 (message-interface, message-forwarding, message-insertion)
20142 (message-headers, message-news, message-mail):
20143 * pgg-gpg.el (pgg-gpg):
20144 * pgg-parse.el (pgg-parse):
20145 * pgg-pgp.el (pgg-pgp):
20146 * pgg-pgp5.el (pgg-pgp5):
20147 * pop3.el (pop3): Finish `defgroup' description with period.
20148
20149 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20150
20151 * gnus-art.el (article-display-face): Improve the efficiency.
20152 (article-display-x-face): Ditto; remove gray x-face stuff.
20153
20154 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20155
20156 * gnus-art.el (article-display-face): Correct the position in
20157 which Faces are inserted.
20158
20159 2005-06-29 Didier Verna <didier@xemacs.org>
20160
20161 * gnus-art.el (article-display-face): Display faces in correct
20162 order.
20163
20164 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20165
20166 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20167 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20168 (gnus-nocem-check-article): Fetch the Type header.
20169 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20170 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20171 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20172 make sure gnus-nocem-hashtb is initialized.
20173 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20174 (gnus-nocem-unwanted-article-p): Ditto.
20175
20176 * pgg.el (pgg-verify): Return the verification result.
20177
20178 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20179
20180 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20181 is ascii.
20182
20183 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20184
20185 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20186 `show-nonbreak-escape'.
20187
20188 2005-06-23 Lute Kamstra <lute@gnu.org>
20189
20190 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20191
20192 * dig.el (dig-mode):
20193 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20194
20195 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20196
20197 * nnimap.el (nnimap-split-download-body): Fix spellings.
20198
20199 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20200
20201 * gnus-art.el (gnus-article-encrypt-body):
20202 * gnus-cus.el (gnus-score-customize):
20203 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20204 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20205
20206 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20207
20208 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20209 header by looking for magic "MII" at the beginning.
20210
20211 2005-06-16 Miles Bader <miles@gnu.org>
20212
20213 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20214 (assistant-field-face): New backward-compatibility alias for renamed
20215 face.
20216 (assistant-render-text): Use renamed assistant-field face.
20217
20218 * spam.el (spam): Remove "-face" suffix from face name.
20219 (spam-face): New backward-compatibility alias for renamed face.
20220 (spam-face, spam-initialize): Use renamed spam face.
20221
20222 * message.el (message-header-to, message-header-cc)
20223 (message-header-subject, message-header-newsgroups)
20224 (message-header-other, message-header-name)
20225 (message-header-xheader, message-separator, message-cited-text)
20226 (message-mml): Remove "-face" suffix from face names.
20227 (message-header-to-face, message-header-cc-face)
20228 (message-header-subject-face, message-header-newsgroups-face)
20229 (message-header-other-face, message-header-name-face)
20230 (message-header-xheader-face, message-separator-face)
20231 (message-cited-text-face, message-mml-face):
20232 New backward-compatibility aliases for renamed faces.
20233 (message-font-lock-keywords): Use renamed message faces.
20234
20235 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20236 (sieve-test-commands, sieve-tagged-arguments):
20237 Remove "-face" suffix from face names.
20238 (sieve-control-commands-face, sieve-action-commands-face)
20239 (sieve-test-commands-face, sieve-tagged-arguments-face):
20240 New backward-compatibility aliases for renamed faces.
20241 (sieve-control-commands-face, sieve-action-commands-face)
20242 (sieve-test-commands-face, sieve-tagged-arguments-face):
20243 Use renamed sieve faces.
20244
20245 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20246 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20247 (gnus-group-news-3-empty, gnus-group-news-4)
20248 (gnus-group-news-4-empty, gnus-group-news-5)
20249 (gnus-group-news-5-empty, gnus-group-news-6)
20250 (gnus-group-news-6-empty, gnus-group-news-low)
20251 (gnus-group-news-low-empty, gnus-group-mail-1)
20252 (gnus-group-mail-1-empty, gnus-group-mail-2)
20253 (gnus-group-mail-2-empty, gnus-group-mail-3)
20254 (gnus-group-mail-3-empty, gnus-group-mail-low)
20255 (gnus-group-mail-low-empty, gnus-summary-selected)
20256 (gnus-summary-cancelled, gnus-summary-high-ticked)
20257 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20258 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20259 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20260 (gnus-summary-low-undownloaded)
20261 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20262 (gnus-summary-low-unread, gnus-summary-normal-unread)
20263 (gnus-summary-high-read, gnus-summary-low-read)
20264 (gnus-summary-normal-read, gnus-splash):
20265 Remove "-face" suffix from face names.
20266 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20267 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20268 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20269 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20270 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20271 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20272 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20273 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20274 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20275 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20276 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20277 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20278 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20279 (gnus-summary-normal-ticked-face)
20280 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20281 (gnus-summary-normal-ancient-face)
20282 (gnus-summary-high-undownloaded-face)
20283 (gnus-summary-low-undownloaded-face)
20284 (gnus-summary-normal-undownloaded-face)
20285 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20286 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20287 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20288 (gnus-splash-face):
20289 New backward-compatibility aliases for renamed faces.
20290 (gnus-group-startup-message): Use renamed gnus faces.
20291
20292 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20293 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20294 (gnus-server-agent): Remove "-face" suffix from face names.
20295 (gnus-server-agent-face, gnus-server-opened-face)
20296 (gnus-server-closed-face, gnus-server-denied-face)
20297 (gnus-server-offline-face):
20298 New backward-compatibility aliases for renamed faces.
20299 (gnus-server-agent-face, gnus-server-opened-face)
20300 (gnus-server-closed-face, gnus-server-denied-face)
20301 (gnus-server-offline-face): Use renamed gnus faces.
20302
20303 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20304 Remove "-face" suffix from face names.
20305 (gnus-picon-xbm-face, gnus-picon-face):
20306 New backward-compatibility aliases for renamed faces.
20307
20308 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20309 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20310 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20311 (gnus-cite-11): Remove "-face" suffix from face names.
20312 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20313 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20314 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20315 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20316 New backward-compatibility aliases for renamed faces.
20317 (gnus-cite-attribution-face, gnus-cite-face-list)
20318 (gnus-article-boring-faces): Use renamed gnus faces.
20319
20320 * gnus-art.el (gnus-signature, gnus-header-from)
20321 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20322 (gnus-header-content): Remove "-face" suffix from face names.
20323 (gnus-signature-face, gnus-header-from-face)
20324 (gnus-header-subject-face, gnus-header-newsgroups-face)
20325 (gnus-header-name-face, gnus-header-content-face):
20326 New backward-compatibility aliases for renamed faces.
20327 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20328
20329 * gnus-sum.el (gnus-summary-selected-face)
20330 (gnus-summary-highlight): Use renamed gnus faces.
20331 * gnus-group.el (gnus-group-highlight): Likewise.
20332
20333 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20334
20335 * gnus-sieve.el (gnus-sieve-article-add-rule):
20336 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20337 * spam-stat.el (spam-stat-buffer-change-to-spam)
20338 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20339
20340 * message.el (message-is-yours-p):
20341 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20342
20343 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20344
20345 * mm-view.el (mm-inline-text): Withdraw the last change.
20346
20347 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20348
20349 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20350 executing enriched-decode.
20351
20352 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20353
20354 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20355 charset of tar files.
20356
20357 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20358
20359 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20360
20361 2005-06-04 Lute Kamstra <lute@gnu.org>
20362
20363 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20364 information is never recorded.
20365
20366 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20367
20368 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20369
20370 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20371
20372 * pop3.el (pop3-apop): Run md5 in the binary mode.
20373
20374 * starttls.el (starttls-set-process-query-on-exit-flag):
20375 Use eval-and-compile.
20376
20377 2005-05-31 Simon Josefsson <jas@extundo.com>
20378
20379 * smime.el (smime-replace-in-string): Define.
20380 (smime-cert-by-ldap-1): Use it.
20381
20382 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20383
20384 * gnus-art.el (article-display-x-face): Replace
20385 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20386
20387 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20388 set-process-query-on-exit-flag or process-kill-without-query.
20389
20390 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20391 loop instead of replace-regexp.
20392
20393 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20394 instead of process-kill-without-query if it is available.
20395
20396 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20397 instead of find-file-hooks if it is available.
20398
20399 * mml1991.el: Bind pgg-default-user-id when compiling.
20400
20401 * mml2015.el: Bind pgg-default-user-id when compiling.
20402
20403 * nndraft.el (nndraft-request-associate-buffer):
20404 Use write-contents-functions instead of write-contents-hooks if it is
20405 available.
20406
20407 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20408 instead of find-file-hooks if it is available.
20409
20410 * nntp.el (nntp-open-connection): Replace
20411 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20412 (nntp-open-ssl-stream): Ditto.
20413 (nntp-open-tls-stream): Ditto.
20414
20415 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20416 set-process-query-on-exit-flag or process-kill-without-query.
20417 (starttls-open-stream-gnutls): Use it instead of
20418 process-kill-without-query.
20419 (starttls-open-stream): Ditto.
20420
20421 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20422
20423 * smime.el (smime-cert-by-ldap-1): Don't use
20424 replace-regexp-in-string.
20425
20426 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20427
20428 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20429
20430 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20431 in PEM format. Adjust to the XEmacs compatibility.
20432
20433 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20434
20435 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20436 by `string-to-number'.
20437 * gnus-agent.el (gnus-agent-regenerate-group)
20438 (gnus-agent-fetch-articles): Ditto.
20439 * gnus-art.el (gnus-button-fetch-group): Ditto.
20440 * gnus-cache.el (gnus-cache-generate-active)
20441 (gnus-cache-articles-in-group): Ditto.
20442 * gnus-group.el (gnus-group-set-current-level)
20443 (gnus-group-insert-group-line): Ditto.
20444 * gnus-score.el (gnus-score-set-expunge-below)
20445 (gnus-score-set-mark-below, gnus-summary-score-effect)
20446 (gnus-summary-score-entry): Ditto.
20447 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20448 (gnus-soup-pack): Ditto.
20449 * gnus-spec.el (gnus-xmas-format): Ditto.
20450 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20451 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20452 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20453 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20454 * nndb.el (nndb-get-remote-expire-response): Ditto.
20455 * nndiary.el (nndiary-parse-schedule-value)
20456 (nndiary-string-to-number, nndiary-request-replace-article)
20457 (nndiary-request-article): Ditto.
20458 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20459 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20460 * nneething.el (nneething-make-head): Ditto.
20461 * nnfolder.el (nnfolder-request-article)
20462 (nnfolder-retrieve-headers): Ditto.
20463 * nnheader.el (nnheader-file-to-number): Ditto.
20464 * nnkiboze.el (nnkiboze-request-article): Ditto.
20465 * nnmail.el (nnmail-process-unix-mail-format)
20466 (nnmail-process-babyl-mail-format): Ditto.
20467 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20468 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20469 (nnmh-request-create-group, nnmh-request-list-1)
20470 (nnmh-request-group, nnmh-request-article): Ditto.
20471 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20472 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20473 * nnsoup.el (nnsoup-make-active): Ditto.
20474 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20475 * nntp.el (nntp-find-group-and-number)
20476 (nntp-retrieve-headers-with-xover): Ditto.
20477 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20478 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20479 (pgg-format-key-identifier): Ditto.
20480 * pop3.el (pop3-last, pop3-stat): Ditto.
20481 * qp.el (quoted-printable-decode-region): Ditto.
20482
20483 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20484 of concat.
20485
20486 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20487
20488 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20489
20490 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20491
20492 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20493
20494 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20495
20496 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20497
20498 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20499
20500 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20501 (gnus-carpal-mode): Ditto.
20502
20503 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20504 (gnus-browse-mode): Ditto.
20505
20506 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20507
20508 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20509
20510 2005-05-29 Richard M. Stallman <rms@gnu.org>
20511
20512 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20513
20514 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20515
20516 * gnus-util.el (gnus-run-mode-hooks): New function.
20517
20518 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20519
20520 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20521
20522 * gnus-agent.el (gnus-agent-make-mode-line-string):
20523 Use mode-line-highlight as mouse-face.
20524
20525 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20526
20527 * canlock.el (canlock): Change the parent group to news.
20528
20529 * deuglify.el (gnus-outlook-deuglify): Add :group.
20530
20531 * dig.el (dig): Add :group.
20532
20533 * dns-mode.el (dns-mode): Add :group.
20534
20535 * encrypt.el (encrypt): Add :group.
20536
20537 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20538 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20539 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20540 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20541 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20542
20543 * gnus-diary.el (gnus-diary): Add :group.
20544
20545 * gnus.el (gnus-group-news-1-face): Add :group.
20546 (gnus-group-news-1-empty-face): Ditto.
20547 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20548 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20549 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20550 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20551 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20552 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20553 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20554 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20555 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20556 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20557 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20558 (gnus-summary-high-ticked-face): Ditto.
20559 (gnus-summary-low-ticked-face): Ditto.
20560 (gnus-summary-normal-ticked-face): Ditto.
20561 (gnus-summary-high-ancient-face): Ditto.
20562 (gnus-summary-low-ancient-face): Ditto.
20563 (gnus-summary-normal-ancient-face): Ditto.
20564 (gnus-summary-high-undownloaded-face): Ditto.
20565 (gnus-summary-low-undownloaded-face): Ditto.
20566 (gnus-summary-normal-undownloaded-face): Ditto.
20567 (gnus-summary-high-unread-face): Ditto.
20568 (gnus-summary-low-unread-face): Ditto.
20569 (gnus-summary-normal-unread-face): Ditto.
20570 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20571 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20572
20573 * hashcash.el (hashcash): New custom group.
20574 (hashcash-default-payment): Add :group.
20575 (hashcash-payment-alist): Ditto.
20576 (hashcash-default-accept-payment): Ditto.
20577 (hashcash-accept-resources): Ditto.
20578 (hashcash-path): Ditto.
20579 (hashcash-extra-generate-parameters): Ditto.
20580 (hashcash-double-spend-database): Ditto.
20581 (hashcash-in-news): Ditto.
20582
20583 * message.el (message-minibuffer-local-map): Add :group.
20584
20585 * netrc.el (netrc): Add :group.
20586
20587 * sieve-manage.el (sieve-manage-log): Add :group.
20588 (sieve-manage-default-user): Diito.
20589 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20590 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20591 (sieve-manage-authenticators): Ditto.
20592 (sieve-manage-authenticator-alist): Ditto.
20593 (sieve-manage-default-port): Ditto.
20594
20595 * sieve-mode.el (sieve-control-commands-face): Add :group.
20596 (sieve-action-commands-face): Ditto.
20597 (sieve-test-commands-face): Ditto.
20598 (sieve-tagged-arguments-face): Ditto.
20599
20600 * smime.el (smime): Add :group.
20601
20602 * spam-report.el (spam-report): Add :group.
20603
20604 * spam.el (spam, spam-face): Add :group.
20605
20606 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20607
20608 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20609 return \n.\n.\n at the end of articles. Protect against that.
20610 (nntp-with-open-group): Allow debugging.
20611
20612 * nnheader.el (mail-header-set-extra): Make into a function
20613 because I just could't understand how to quote the list properly.
20614
20615 * dns.el (query-dns-cached): New function.
20616
20617 2005-05-26 Lute Kamstra <lute@gnu.org>
20618
20619 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20620
20621 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20622
20623 * gnus-art.el: Don't autoload mail-extract-address-components.
20624
20625 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20626 eval-and-compile to evaluate it.
20627
20628 * hashcash.el: Don't autoload executable-find.
20629
20630 * nndb.el: Don't declare the nndb back end two or more times; don't
20631 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20632
20633 * nntp.el: Autoload format-spec instead of format; use
20634 eval-and-compile to evaluate autoload forms.
20635
20636 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20637
20638 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20639
20640 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20641
20642 * gnus.el (gnus-version-number): Bump version.
20643
20644 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20645
20646 * gnus.el: No Gnus v0.3 is released.
20647
20648 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20649
20650 * gnus-art.el (gnus-article-edit-part): Disable undo.
20651
20652 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20653
20654 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20655 gnus-article-date-lapsed-new-header is t if date timer is active;
20656 skip headers in which the original date value is empty.
20657 (gnus-article-save-original-date): Redefine it as a macro.
20658 (gnus-display-mime): Use it.
20659
20660 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20661
20662 * gnus-art.el (article-date-ut): Support converting date in
20663 forwarded parts as well.
20664 (gnus-article-save-original-date): New function.
20665 (gnus-display-mime): Use it.
20666
20667 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20668
20669 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20670 enclosure element of <item>.
20671
20672 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20673
20674 * message.el (message-kill-buffer-query): Rename from
20675 `message-kill-buffer-query-if-modified'. Add :version.
20676
20677 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20678
20679 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20680 window layout.
20681
20682 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20683
20684 * mml.el: Autoload dnd when compiling.
20685
20686 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20687
20688 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20689 x-dnd-*.
20690
20691 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20692
20693 * qp.el (quoted-printable-encode-region): Save excursion.
20694
20695 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20696
20697 * message.el (message-kill-buffer-query-if-modified): Add new variable
20698 so the user can kill a modified message buffer quickly.
20699 (message-kill-buffer): Use it.
20700
20701 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20702
20703 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20704 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20705
20706 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20707
20708 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20709 contained in text because xml.el decodes entities) with LFs.
20710
20711 2005-04-11 Lute Kamstra <lute@gnu.org>
20712
20713 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20714 differently.
20715
20716 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20717
20718 * mm-util.el (mm-detect-coding-region): Typo.
20719
20720 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20721
20722 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20723
20724 2005-04-06 Deepak Goel <deego@gnufans.org>
20725
20726 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20727 user-function allow user modifications of the scores.
20728 (spam-stat-score-buffer-user): New function, to allow
20729 user-computed modifications to the score.
20730 (spam-stat-score-buffer-user-functions): List of additional
20731 scoring functions.
20732 (spam-stat-error-holder): Global temporary error holder.
20733 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20734 variable.
20735
20736 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20737
20738 * gnus-registry.el (gnus-registry-clean-empty-function)
20739 (gnus-registry-trim, gnus-registry-fetch-groups)
20740 (gnus-registry-delete-group): Groups that match
20741 `gnus-registry-ignored-groups' are removed from the registry
20742 entries, not just ignored for splitting. This helps clean up the
20743 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20744 to get all the groups a message ID is in.
20745
20746 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20747 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20748 (spam-stat-score-buffer-user-functions): Add :number custom type.
20749
20750 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20751
20752 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20753 argument in XEmacs.
20754
20755 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20756 (nnrss-request-group): Decode group name first.
20757 (nnrss-request-article): Make a text/plain article if mml-to-mime
20758 failed.
20759 (nnrss-get-encoding): Return a compatible encoding according to
20760 nnrss-compatible-encoding-alist.
20761 (nnrss-find-el): Use consp instead of listp.
20762 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20763
20764 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20765
20766 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20767 which Emacs 20 doesn't support.
20768 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20769
20770 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20771
20772 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20773 silence the byte compiler inside the defun.
20774
20775 * gnus-demon.el (parse-time-string): Add autoload.
20776
20777 * gnus-delay.el (parse-time-string): Add autoload.
20778
20779 * gnus-art.el (parse-time-string): Add autoload.
20780
20781 * nnultimate.el (parse-time): Require for `parse-time-string'.
20782
20783 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20784
20785 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20786
20787 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20788
20789 * smime.el (smime-ldap-host-list): Add :version.
20790
20791 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20792
20793 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20794 pass it to `gnus-browse-read-group'.
20795 (gnus-browse-read-group): Add NUMBER argument and pass it to
20796 `gnus-group-read-ephemeral-group'.
20797
20798 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20799 argument and pass it to `gnus-group-read-group'.
20800
20801 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20802
20803 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20804 mm-xemacs-find-mime-charset-1 if we have the mule feature
20805 available at runtime.
20806
20807 2005-03-25 Werner Lemberg <wl@gnu.org>
20808
20809 * nnmaildir.el: Replace `illegal' with `invalid'.
20810
20811 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20812
20813 * gnus-start.el (gnus-display-time-event-handler):
20814 Check display-time-timer at runtime rather than only at load time
20815 in case display-time-mode is turned off in the mean time.
20816
20817 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20818
20819 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20820 used.
20821
20822 * nneething.el (nneething-map-file-directory): Derive from
20823 `gnus-directory'.
20824
20825 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20826 the To/Cc button.
20827
20828 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20829
20830 * nnmaildir.el (nnmaildir-request-accept-article):
20831 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20832
20833 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20834
20835 * gnus-async.el: Require timer-funcs at compile time when in
20836 XEmacs for `run-with-idle-timer'.
20837
20838 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20839
20840 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20841 autoloaded function.
20842
20843 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20844
20845 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20846
20847 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20848
20849 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20850
20851 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20852
20853 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20854 Add gnus-expert-user to default.
20855
20856 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20857
20858 * nnimap.el (nnimap-open-server): Ditto.
20859
20860 * imap.el (imap-authenticate): Fix typo.
20861
20862 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20863
20864 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20865 buffer (since IMAP server might return FETCH response out of
20866 order, and the nntp buffer must be sorted).
20867
20868 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20869
20870 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20871 comparison on string.
20872
20873 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20874 (gnus-agent-score): Rename category keywords to match gnus-cus.
20875 (gnus-agent-summary-fetch-series): Modify to protect against
20876 gnus-agent-summary-fetch-group clearing processable flags.
20877 (gnus-agent-synchronize-group-flags): Update live group buffer as
20878 synchronization may occur due to the user toggle the plugged
20879 status.
20880 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20881 successfully downloaded.
20882 (gnus-agent-expire-group-1): Avoid using markers when the overview
20883 is in ascending order; greatly improves performance.
20884 (gnus-agent-regenerate-group):
20885 Use gnus-agent-synchronize-group-flags to reset read status in both
20886 gnus and server.
20887 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20888
20889 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20890
20891 * message.el: Don't autoload former message-utils variables.
20892 (message-strip-subject-trailing-was): Change doc string.
20893
20894 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20895 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20896 (nnweb-google-search): Add "hl=en" here.
20897 (nnweb-google-parse-1, nnweb-google-create-mapping):
20898 Don't hardcode URL.
20899
20900 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20901
20902 * message.el (message-get-reply-headers, message-followup):
20903 Mention related variables `message-use-followup-to' and
20904 `message-use-mail-followup-to', in the information buffer.
20905
20906 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20907 of broken groups(-beta).google.com.
20908
20909 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20910
20911 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20912 parameter to invoked gnus-request-move-article; remove the
20913 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20914 all at once instead of once per article.
20915 (gnus-summary-remove-process-mark): Accept a list of articles as
20916 well as a single article for processing.
20917
20918 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20919 parameter.
20920
20921 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20922
20923 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20924
20925 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20926 parameter.
20927
20928 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20929 parameter.
20930
20931 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20932 parameter and remove the gnus-sum-hint-move-is-internal variable.
20933
20934 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20935 parameter.
20936
20937 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20938 parameter.
20939
20940 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20941 parameter.
20942
20943 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20944
20945 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20946 parameter.
20947
20948 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20949 parameter.
20950
20951 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20952
20953 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20954 a more conservative way.
20955
20956 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20957
20958 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20959 buffer, so it moves the window's cursor.
20960
20961 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20962
20963 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20964 `mm-dissect-multipart' and receive the from field as an (optional)
20965 argument from `mm-dissect-multipart'.
20966 (mm-dissect-multipart): Receive the from field as an argument and
20967 pass it on when we call `mm-dissect-buffer' on MIME parts.
20968 Fixes verification/decryption of signed/encrypted MIME parts.
20969
20970 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20971
20972 * gnus-sum.el (gnus-summary-move-article):
20973 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20974 whatever it calls (right now, only nnimap-request-move article
20975 respects it).
20976
20977 * nnimap.el (nnimap-request-move-article):
20978 When gnus-sum-hint-move-is-internal is set, don't do the extra
20979 nnimap-request-article.
20980
20981 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20982
20983 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20984
20985 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20986 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20987
20988 * gnus-sum.el (gnus-summary-caesar-message):
20989 Apply `gnus-treat-article' after rotation.
20990
20991 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20992 doc string.
20993
20994 2005-02-22 Simon Josefsson <jas@extundo.com>
20995
20996 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20997 `password-cache-expiry' instead). Reported by Arne Jørgensen
20998 <arne@arnested.dk>.
20999 (encrypt): Add password-cache and password-cache-expiry as group
21000 members.
21001
21002 2005-02-22 Arne Jørgensen <arne@arnested.dk>
21003
21004 * smime.el (smime-ldap-host-list): Doc fix.
21005 (smime-ask-passphrase): Use `password-read-and-add' to read (and
21006 cache) password.
21007 (smime-sign-region): Use it.
21008 (smime-decrypt-region): Use it.
21009 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21010 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21011 fails.
21012 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21013 certificate from DER to PEM format rather than calling openssl.
21014
21015 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21016
21017 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21018 for signing/encryption.
21019
21020 * mml.el (mml-parse-1): Use them.
21021
21022 2005-02-21 Arne Jørgensen <arne@arnested.dk>
21023
21024 * nnrss.el (nnrss-verbose): Remove.
21025 (nnrss-request-group): Use `nnheader-message' instead.
21026
21027 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
21028
21029 * nnrss.el (nnrss-verbose): New variable.
21030 (nnrss-request-group): Make it say nnrss is requesting a group.
21031
21032 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
21033
21034 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21035 Handle news URL with given port correctly.
21036
21037 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21038
21039 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21040 containing special characters.
21041
21042 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21043
21044 * mml.el (mime-to-mml): Ditto.
21045
21046 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21047 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21048 (rfc2047-decode-region): Quote decoded words containing special
21049 characters when rfc2047-quote-decoded-words-containing-tspecials
21050 is non-nil.
21051
21052 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21053
21054 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21055
21056 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21057
21058 2005-02-15 Simon Josefsson <jas@extundo.com>
21059
21060 * nnimap.el (nnimap-debug): Doc fix.
21061
21062 * imap.el (imap-debug): Doc fix.
21063
21064 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21065
21066 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21067
21068 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21069
21070 * gnus.el (spam-contents): Improve docs for spam-contents
21071 parameter in its variable incarnation.
21072
21073 2005-02-14 Simon Josefsson <jas@extundo.com>
21074
21075 * smime-ldap.el: Use require instead of load-library for ldap.
21076 (smime-ldap-search): Indent.
21077 (smime-ldap-search-internal): Shorten line.
21078
21079 * smime.el (smime-cert-by-dns): Add doc-string.
21080 (smime-cert-by-ldap-1): Indent.
21081
21082 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21083 mml-smime-get-dns-ldap.
21084 (mml-smime-encrypt-query): Use new function. Default to ldap.
21085
21086 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21087
21088 * smime.el: Require smime-ldap.
21089 (smime-ldap-host-list): New variable.
21090 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21091
21092 * mml-smime.el (mml-smime-encrypt-query): New function.
21093 (mml-smime-encrypt-query): Use it.
21094
21095 * smime-ldap.el: New file.
21096
21097 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21098
21099 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21100
21101 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21102
21103 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21104 argument in doc string. Make query for type more clear.
21105
21106 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21107
21108 * gnus.el (gnus-group-startup-message): Search for gnus images in
21109 etc/images/gnus.
21110 * mm-util.el (mm-image-load-path): Likewise.
21111 * smiley.el (smiley-data-directory): Search for smilies in
21112 etc/images/smilies.
21113
21114 2005-02-09 Kim F. Storm <storm@cua.dk>
21115
21116 Change Emacs release version from 21.4 to 22.1 throughout.
21117 Change Emacs development version from 21.3.50 to 22.0.50.
21118
21119 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21120
21121 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21122
21123 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21124 non-Mule XEmacs as well.
21125 (mm-decompress-buffer): Signal an error intentionally if it does
21126 not decompress compressed data because auto-compression-mode is
21127 disabled.
21128
21129 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21130
21131 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21132 an ID in the registry even if it has no groups.
21133
21134 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21135
21136 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21137 merge it into mm-decompress-buffer.
21138 (gnus-mime-copy-part): Use the MIME part charset, the value which
21139 a user specified or gnus-newsgroup-charset for decoding, like
21140 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21141 save-buffer what was used. Suggested by Kevin Ryde
21142 <user42@zip.com.au>.
21143 (gnus-mime-inline-part): Allow the name parameter as well as the
21144 filename parameter; force decompressing of compressed data; always
21145 display contents being not decoded as unibyte.
21146
21147 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21148 as well as the filename parameter.
21149
21150 * mm-util.el (mm-decompress-buffer):
21151 Merge gnus-mime-jka-compr-maybe-uncompress.
21152 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21153 of compressed data.
21154
21155 2005-02-08 Simon Josefsson <jas@extundo.com>
21156
21157 * imap.el (imap-log): Doc fix.
21158
21159 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21160
21161 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21162 the coding cookies; decompress compressed parts.
21163
21164 * mml.el (mml-generate-mime-1): Add the charset parameter according
21165 to the value which a user specified manually or the coding cookie.
21166
21167 * mm-util.el (mm-string-to-multibyte): New function.
21168 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21169 (mm-coding-system-to-mime-charset): New function.
21170 (mm-decompress-buffer): New function.
21171 (mm-find-buffer-file-coding-system): New function.
21172
21173 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21174 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21175 parts.
21176
21177 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21178
21179 * mm-view.el (mm-display-inline-fontify): Decode a part according
21180 to the charset parameter.
21181
21182 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21183
21184 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21185 prefix arg is neither nil nor a number, as info specifies.
21186
21187 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21188
21189 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21190 timestamps.
21191
21192 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21193
21194 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21195 groups error checking and notify user.
21196
21197 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21198
21199 * message.el (message-send-mail-function): Check existence of
21200 sendmail-program first before using default value
21201 `message-send-mail-with-sendmail'. Otherwise use more generic
21202 `smtpmail-send-it'.
21203
21204 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21205
21206 * nntp.el (nntp-request-update-info): Always return nil.
21207
21208 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21209
21210 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21211
21212 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21213
21214 * message.el (message-beginning-of-line): Change the behavior when
21215 invoked between BOL and : so that it first moves backward.
21216
21217 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21218
21219 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21220 article buffer when editing of the article is discarded.
21221 (gnus-article-prepare): Revert.
21222
21223 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21224
21225 * gnus-art.el (gnus-article-prepare):
21226 Remove message-strip-forbidden-properties from the local hook.
21227
21228 2005-01-27 Simon Josefsson <jas@extundo.com>
21229
21230 * password.el (password-cache-add): Only start one timer per key.
21231 Reported by Derek Atkins <warlord@MIT.EDU>.
21232
21233 2005-01-26 Steve Youngs <steve@sxemacs.org>
21234
21235 * run-at-time.el: Remove. It is no longer needed as
21236 timer-funcs.el in the xemacs-base package has a working version of
21237 `run-at-time'.
21238
21239 * password.el: Require timer-funcs instead of run-at-time in
21240 XEmacs.
21241 Remove `password-run-at-time' macro.
21242 (password-cache-add): Use `run-at-time' instead of
21243 `password-run-at-time'.
21244
21245 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21246 for `run-with-idle-timer'.
21247
21248 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21249 for `run-at-time'.
21250
21251 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21252 for `with-timeout'.
21253
21254 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21255
21256 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21257 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21258
21259 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21260
21261 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21262 sensitively.
21263
21264 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21265
21266 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21267
21268 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21269
21270 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21271 which will be inserted according to the multibyteness of a buffer
21272 rather than the type of contents. Suggested by ARISAWA Akihiro
21273 <ari@mbf.ocn.ne.jp>.
21274
21275 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21276 of string which old xml.el may return rather than a string.
21277
21278 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21279
21280 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21281
21282 2005-01-16 Simon Josefsson <jas@extundo.com>
21283
21284 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21285 idn/idna.el isn't available.
21286 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21287 <michael@waxrat.com>.
21288
21289 * hashcash.el: Remove non-FSF copyright header.
21290
21291 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21292 (hashcash-generate-payment): Use it.
21293 (hashcash-generate-payment-async): Use it.
21294
21295 2005-01-15 Simon Josefsson <jas@extundo.com>
21296
21297 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21298 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21299
21300 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21301 gnus-summary-idna-message.
21302 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21303 (gnus-summary-idna-message): New function.
21304
21305 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21306
21307 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21308 gnus-novice-user.
21309
21310 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21311
21312 * nnrss.el (nnrss-request-delete-group): Delete entries in
21313 nnrss-group-alist as well.
21314 (nnrss-save-server-data): Insert newline.
21315
21316 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21317
21318 * gnus.el (gnus-user-agent): Use list of symbols instead of
21319 symbols. Display full version number for (S)XEmacs.
21320 Optionally display (S)XEmacs codename.
21321
21322 * gnus-util.el (gnus-emacs-version): Update for new
21323 `gnus-user-agent'.
21324
21325 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21326 Gnus version.
21327
21328 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21329
21330 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21331 which is unreadable in some setups.
21332
21333 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21334
21335 * gnus-spec.el (gnus-update-format-specifications): Flush the
21336 group format spec cache if it doesn't support decoded group names.
21337
21338 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21339
21340 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21341 Allow to apply decay on score files matching a regexp.
21342
21343 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21344
21345 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21346 compatibility in %g and %c.
21347
21348 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21349
21350 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21351 name for only %g and %c.
21352 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21353 of gnus-tmp-group to decoded group name.
21354 (gnus-group-make-rss-group): Exclude `/'s from group names.
21355
21356 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21357
21358 * nnrss.el (nnrss-get-encoding): Fix regexp.
21359
21360 2004-12-27 Simon Josefsson <jas@extundo.com>
21361
21362 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21363 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21364 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21365
21366 2004-12-17 Kim F. Storm <storm@cua.dk>
21367
21368 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21369
21370 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21371
21372 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21373
21374 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21375
21376 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21377
21378 * nnrss.el: Require rfc2047 and mml.
21379 (nnrss-file-coding-system): New variable.
21380 (nnrss-format-string): Redefine it as an inline function.
21381 (nnrss-decode-group-name): New function.
21382 (nnrss-string-as-multibyte): Remove.
21383 (nnrss-retrieve-headers): Decode group name; don't use
21384 nnrss-format-string.
21385 (nnrss-request-group): Decode group name.
21386 (nnrss-request-article): Decode group name; allow a Message-ID as
21387 well as an article number; don't use nnrss-format-string; encode a
21388 Message-ID string which may contain non-ASCII characters; use
21389 mml-to-mime to compose a MIME article.
21390 (nnrss-request-expire-articles): Decode group name.
21391 (nnrss-request-delete-group): Decode group name.
21392 (nnrss-fetch): Clarify error message.
21393 (nnrss-read-server-data): Use insert-file-contents instead of load;
21394 bind file-name-coding-system; use multibyte buffer.
21395 (nnrss-save-server-data): Bind coding-system-for-write to the
21396 value of nnrss-file-coding-system; bind file-name-coding-system;
21397 add coding cookie.
21398 (nnrss-read-group-data): Use insert-file-contents instead of load;
21399 bind file-name-coding-system; use multibyte buffer.
21400 (nnrss-save-group-data): Bind coding-system-for-write to the
21401 value of nnrss-file-coding-system; bind file-name-coding-system.
21402 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21403 make it work with non-ASCII text.
21404 (nnrss-find-el): Make it work with old xml.el as well.
21405
21406 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21407
21408 * nnrss.el (nnrss-get-encoding): New function.
21409 (nnrss-fetch): Use unibyte buffer initially; bind
21410 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21411 decode contents according to the encoding attribute.
21412 (nnrss-save-group-data): Add coding cookie.
21413 (nnrss-mime-encode-string): New function.
21414 (nnrss-check-group): Use it to encode subject and author.
21415
21416 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21417
21418 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21419 imaginary variable.
21420
21421 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21422
21423 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21424 correctly even if there are wide characters.
21425
21426 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21427
21428 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21429 downcased symbol names; make a new cache instead of reusing
21430 bbdb-hashtable.
21431
21432 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21433
21434 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21435 concatenating segments rather than before concatenating them.
21436 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21437
21438 * message.el (message-get-reply-headers): Bind `extra'.
21439
21440 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21441
21442 * message.el (message-extra-wide-headers): New variable.
21443 (message-get-reply-headers): Use it.
21444
21445 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21446
21447 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21448 (gnus-agent-group-pathname): Ditto.
21449
21450 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21451
21452 * gnus-group.el (gnus-group-make-group): Decode group name.
21453 (gnus-group-make-rss-group): Register the group data after opening
21454 the nnrss group.
21455
21456 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21457
21458 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21459 by expiry now get marked as read.
21460
21461 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21462
21463 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21464
21465 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21466
21467 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21468 unify Latin characters in XEmacs.
21469 (mm-find-mime-charset-region): Use it.
21470
21471 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21472
21473 * gnus-util.el (gnus-delete-directory): New function.
21474
21475 * gnus-agent.el (gnus-agent-delete-group): Use it.
21476
21477 * gnus-cache.el (gnus-cache-delete-group): Use it.
21478
21479 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21480
21481 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21482 names.
21483
21484 2004-12-16 Simon Josefsson <jas@extundo.com>
21485
21486 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21487
21488 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21489
21490 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21491
21492 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21493 (gnus-group-set-current-level): Decode group name.
21494
21495 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21496
21497 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21498 failed.
21499
21500 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21501
21502 * gnus-group.el (gnus-group-delete-group): Decode group name.
21503 (gnus-group-make-rss-group): Encode group name.
21504 (gnus-group-catchup-current): Decode group name.
21505 (gnus-group-kill-group): Decode group name.
21506
21507 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21508
21509 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21510
21511 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21512
21513 * gnus-group.el (gnus-group-make-rss-group):
21514 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21515
21516 * gnus-start.el (gnus-setup-news): Honor user's setting to
21517 gnus-message-archive-method. Suggested by Lute Kamstra
21518 <lute@gnu.org>.
21519
21520 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21521
21522 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21523 global counterparts of the buffer-local variables.
21524
21525 2004-11-16 Romain Francoise <romain@orebokech.com>
21526
21527 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21528 counterparts of the buffer-local variables.
21529
21530 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21531
21532 * message.el (message-forbidden-properties): Fix typo in doc
21533 string.
21534
21535 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21536
21537 * gnus-util.el (gnus-replace-in-string): Add doc string.
21538
21539 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21540 to avoid problems when splitting mails with many recipients.
21541
21542 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21543
21544 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21545 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21546
21547 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21548
21549 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21550 if there is no hashtable in memory or file modification time is
21551 newer than cached timestamp.
21552
21553 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21554
21555 * gnus-sum.el (gnus-summary-limit-to-recipient):
21556 Implement not-matching option.
21557
21558 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21559
21560 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21561 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21562 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21563 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21564 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21565 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21566
21567 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21568
21569 * message.el (message-forward-make-body-mml): Remove headers
21570 according to message-forward-ignored-headers if a message is decoded.
21571
21572 2004-12-02 Romain Francoise <romain@orebokech.com>
21573
21574 * message.el (message-forward-make-body-plain): Always remove
21575 headers according to message-forward-ignored-headers.
21576
21577 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21578
21579 * spam.el (spam-summary-prepare-exit): Remove the
21580 gnus-summary-limit pop for now, it has problems with ham marks for
21581 me.
21582
21583 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21584
21585 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21586 correctly.
21587
21588 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21589
21590 * format-spec.el (format-spec): Message the char.
21591
21592 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21593
21594 * gnus-art.el (gnus-split-methods): Reformat comments.
21595
21596 * spam.el (spam-summary-prepare-exit): Remove article limits
21597 before exiting the summary buffer.
21598
21599 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21600
21601 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21602 order to silence the byte compiler.
21603
21604 * spam.el: Fix the way to silence the byte compiler, which
21605 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21606 bbdb-search-simple, spam-BBDB-register-routine,
21607 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21608 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21609 spam-stat-buffer-is-spam, spam-stat-load,
21610 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21611 spam-stat-save and spam-stat-split-fancy.
21612
21613 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21614
21615 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21616 which may confuse users.
21617 (canlock-password-for-verify): Ditto.
21618
21619 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21620
21621 * gnus-art.el (gnus-emphasis-alist): Ditto.
21622
21623 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21624
21625 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21626
21627 * gnus-start.el (gnus-save-killed-list): Ditto.
21628
21629 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21630 (gnus-sum-thread-tree-root): Ditto.
21631 (gnus-sum-thread-tree-false-root): Ditto.
21632 (gnus-sum-thread-tree-single-indent): Ditto.
21633
21634 * message.el (message-courtesy-message): Ditto.
21635 (message-archive-note): Ditto.
21636 (message-subscribed-address-file): Ditto.
21637 (message-user-fqdn): Ditto.
21638
21639 * spam-report.el (spam-report-gmane-regex): Ditto.
21640
21641 * spam.el (spam-blackhole-good-server-regex): Ditto.
21642
21643 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21644
21645 * mml.el (mml-preview): Widen the message buffer before copying
21646 the contents to the preview buffer; sort headers before previewing.
21647
21648 * message.el (message-hidden-headers): Fix the way to avoid a bug
21649 in the `repeat' widget in Emacs 21.3 or earlier.
21650
21651 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21652
21653 * message.el (message-hidden-headers): Default to "^References:".
21654 Improve customization type. Suggested by Reiner Steib
21655 <Reiner.Steib@gmx.de>.
21656
21657 2004-11-25 Romain Francoise <romain@orebokech.com>
21658
21659 * message.el (message-strip-forbidden-properties): Remove check for
21660 obsolete `message-hidden' text property, hidden headers are not
21661 accessible in the buffer anymore.
21662
21663 2004-11-22 Romain Francoise <romain@orebokech.com>
21664
21665 * message.el (message-header-format-alist): Add `From' in list
21666 so that it can be sorted.
21667 (message-fix-before-sending): Widen and sort headers before
21668 sending.
21669 (message-hide-headers): Use narrowing to hide headers by moving
21670 them to the top of the buffer and narrowing to the region
21671 underneath.
21672
21673 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21674
21675 * message.el (message-strip-forbidden-properties):
21676 Bind buffer-read-only (etc) to nil.
21677
21678 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21679
21680 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21681 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21682
21683 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21684
21685 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21686
21687 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21688
21689 * dns.el (query-dns): Use sit-for to time instead of
21690 accept-process-output, since that doesn't seem to work on udp
21691 sockets.
21692
21693 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21694
21695 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21696
21697 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21698
21699 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21700 doc string. Improve doc string.
21701
21702 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21703
21704 * nntp.el (nntp-request-update-info): Return nil if
21705 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21706 may not call gnus-activate-group which uselessly issues the GROUP
21707 commands for all nntp groups and wastes time. Reported by Romain
21708 Francoise <romain@orebokech.com>.
21709
21710 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21711
21712 2004-11-15 Simon Josefsson <jas@extundo.com>
21713
21714 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21715 headers separately.
21716 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21717 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21718
21719 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21720
21721 * gnus-start.el (gnus-convert-old-newsrc):
21722 Assign legacy-gnus-agent to 5.10.7.
21723
21724 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21725
21726 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21727 start of the lines.
21728
21729 2004-11-14 Magnus Henoch <mange@freemail.hu>
21730
21731 * hashcash.el (hashcash-default-payment): Change default to 20.
21732 (hashcash-default-accept-payment): Change default to 20.
21733 (hashcash-process-alist): New variable.
21734 (hashcash-generate-payment-async): Add.
21735 (hashcash-already-paid-p): Add.
21736 (hashcash-insert-payment): Don't generate payments twice.
21737 (hashcash-insert-payment-async): Add.
21738 (hashcash-insert-payment-async-2): Add.
21739 (hashcash-cancel-async): Add.
21740 (hashcash-wait-async): Add.
21741 (hashcash-processes-running-p): Add.
21742 (hashcash-wait-or-cancel): Add.
21743 (mail-add-payment): New optional argument. Conditionally start
21744 asynchronous calculation.
21745 (mail-add-payment-async): Add.
21746
21747 * message.el (message-send-mail): Wait for asynchronous hashcash
21748 results. Don't clobber existing X-Hashcash headers.
21749 (message-setup-1): Call mail-add-payment-async when
21750 message-generate-hashcash is non-nil.
21751
21752 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21753
21754 * message.el (message-use-alternative-email-as-from): Examine the
21755 From header as well; use message-make-from in order to include a
21756 user's full name.
21757
21758 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21759
21760 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21761 default; improve customization type.
21762 (gnus-emphasis-custom-with-format): New macro.
21763 (gnus-emphasis-custom-value-to-external): New function.
21764 (gnus-emphasis-custom-value-to-internal): New function.
21765
21766 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21767
21768 * dns.el (query-dns): Resolve reverse addresses.
21769
21770 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21771
21772 * gnus-group.el (gnus-group-get-new-news): Use it.
21773
21774 * gnus-start.el (gnus-check-reasonable-setup): New function.
21775
21776 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21777
21778 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21779 "Args out of range" error. Reported by Arnaud Giersch
21780 <arnaud.giersch@free.fr>.
21781
21782 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21783
21784 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21785
21786 2004-11-04 Richard M. Stallman <rms@gnu.org>
21787
21788 * spam.el (spam group): Add :version.
21789
21790 * pgg-def.el (pgg group): Add :version.
21791
21792 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21793
21794 * gnus-art.el (gnus-article-edit-article): Don't associate the
21795 article buffer with a draft file. This is a temporary measure
21796 against the 2004-08-22 change to gnus-article-edit-mode.
21797
21798 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21799
21800 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21801 (html2text-format-tags): Remove unused variable `attr'.
21802
21803 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21804
21805 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21806
21807 * spam-stat.el (spam-stat): Add :version.
21808
21809 * sieve.el (sieve): Add :version.
21810
21811 * sha1.el (sha1): Add :version.
21812 (sha1-use-external): Remove redundant version.
21813
21814 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21815 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21816 (nnmail-split-fancy-match-partial-words)
21817 (nnmail-split-lowercase-expanded): Add :version.
21818
21819 * nndiary.el (nndiary): Add :version.
21820
21821 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21822
21823 * mml-sec.el (mml-default-sign-method)
21824 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21825 Add :version.
21826
21827 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21828
21829 * mm-url.el (mm-url-use-external, mm-url-program)
21830 (mm-url-arguments): Add :version.
21831
21832 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21833 (mm-attachment-file-modes, mm-decrypt-option)
21834 (mm-w3m-safe-url-regexp): Add :version.
21835
21836 * message.el (message-cite-prefix-regexp)
21837 (message-sendmail-envelope-from, message-minibuffer-local-map)
21838 (message-user-fqdn, message-completion-alist): Add :version.
21839
21840 * gnus-win.el (gnus-configure-windows-hook)
21841 (gnus-use-frames-on-any-display): Add :version.
21842
21843 * gnus-art.el (gnus-article-address-banner-alist)
21844 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21845 (gnus-treat-from-picon, gnus-treat-mail-picon)
21846 (gnus-treat-x-pgp-sig): Add :version.
21847
21848 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21849 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21850 (gnus-summary-article-delete-hook)
21851 (gnus-summary-display-while-building): Add :version.
21852
21853 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21854 (gnus-get-top-new-news-hook): Add :version.
21855
21856 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21857 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21858
21859 * gnus-registry.el (gnus-registry): Add :version.
21860
21861 * gnus-spec.el (gnus-use-correct-string-widths)
21862 (gnus-make-format-preserve-properties): Add :version.
21863
21864 * gnus.el (gnus-group-charter-alist)
21865 (gnus-group-fetch-control-use-browse-url)
21866 (gnus-install-group-spam-parameters): Add :version.
21867
21868 * gnus-diary.el (gnus-diary): Add :version.
21869
21870 * gnus-delay.el (gnus-delay): Add :version.
21871
21872 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21873 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21874 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21875 Add :version.
21876
21877 * gnus-agent.el (gnus-agent-max-fetch-size)
21878 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21879 (gnus-agent-prompt-send-queue): Add :version.
21880
21881 * deuglify.el (gnus-outlook-deuglify): Add :version.
21882
21883 * html2text.el: Beautify code. Improve doc strings.
21884 Some checkdoc cleanup.
21885 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21886
21887 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21888
21889 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21890
21891 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21892
21893 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21894 when package is loaded.
21895
21896 * spam.el (spam-summary-score-preferred-header): Add global preference
21897 for people who want to override the default SpamAssassin over
21898 Bogofilter preference (when both are set).
21899 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21900 (spam-user-format-function-S):
21901 Check spam-summary-score-preferred-header.
21902 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21903 (spam-user-format-function-S): Format the score correctly.
21904
21905 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21906
21907 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21908 signature file. Suggested by Manoj Srivastava
21909 <srivasta@golden-gryphon.com>.
21910
21911 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21912 iso-2022-jp even in the Japanese language environment.
21913 Suggested by Jason Rumney <jasonr@gnu.org>.
21914
21915 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21916
21917 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21918 use the same characters as the dummy marks; make it free from
21919 getting affected by the language environment.
21920 (gnus-summary-read-group-1): Update mark positions only when the
21921 format spec is updated.
21922
21923 * gnus-spec.el (gnus-update-format-specifications): Return a list
21924 of updated types.
21925
21926 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21927
21928 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21929 of boundp to check if display-warning is available.
21930
21931 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21932
21933 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21934
21935 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21936
21937 * nnspool.el (nnspool-spool-directory): Use news-path if the
21938 news-directory variable is not bound.
21939
21940 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21941 function instead of display-warning if it is not available.
21942
21943 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21944
21945 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21946 v5-10: Use `point-at-bol'.
21947
21948 2004-10-26 Simon Josefsson <jas@extundo.com>
21949
21950 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21951 <chenggao@gmail.com>.
21952
21953 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21954
21955 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21956 instead.
21957
21958 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21959
21960 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21961 to remove a server from the nnimap-server-buffer-alist.
21962 (nnimap-open-connection, nnimap-close-server): Use it.
21963
21964 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21965
21966 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21967
21968 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21969 running the major-mode function.
21970
21971 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21972
21973 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21974 dummy marks in the right way.
21975
21976 2004-10-18 David Edmondson <dme@dme.org>
21977
21978 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21979 excessively.
21980
21981 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21982
21983 * gnus-util.el (gnus-split-references): Accept a nil references
21984 string and go on blissfully.
21985
21986 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21987 cases where the references string is non-nil but has no references.
21988
21989 * encrypt.el: Add autoload tags.
21990
21991 * spam.el (spam-resolve-registrations-routine): Remove article
21992 from unregistration list too. Reported by David Hanak
21993 <dhanak@isis.vanderbilt.edu>
21994
21995 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21996
21997 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21998 nil. Change custom type.
21999
22000 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
22001
22002 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22003
22004 * gnus-sum.el (gnus-summary-move-article): Use it.
22005
22006 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
22007
22008 * encrypt.el: Add autoload cookies.
22009
22010 * spam.el (spam-backend-article-list-property)
22011 (spam-backend-get-article-todo-list)
22012 (spam-backend-put-article-todo-list)
22013 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22014 Resolve registrations separately.
22015 (spam-register-routine): Format comments.
22016 (spam-unregister-routine, spam-register-routine): Always call with
22017 specific-articles, no default list.
22018 (spam-summary-prepare-exit): Use the spam-classifications function.
22019
22020 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22021 gnus-encrypt.el.
22022
22023 * encrypt.el: Copied from gnus-encrypt.el.
22024
22025 * gnus-encrypt.el: Commented that it's obsolete.
22026
22027 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22028
22029 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22030 (gnus-score-save): Use it.
22031
22032 * message.el (message-bury): Use `window-dedicated-p'.
22033
22034 2004-10-15 Simon Josefsson <jas@extundo.com>
22035
22036 * pop3.el (top-level): Don't require nnheader.
22037 (pop3-read-timeout): Add.
22038 (pop3-accept-process-output): Add.
22039 (pop3-read-response, pop3-retr): Use it.
22040
22041 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22042
22043 * spam.el (spam-register-routine): Move comment.
22044 (spam-verify-bogofilter): Use 'unknown for the initial
22045 spam-bogofilter-valid state, not 'never.
22046
22047 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22048 for netrc-machine.
22049
22050 * nnimap.el (nnimap-open-connection):
22051 Use netrc-machine-user-or-password.
22052
22053 2004-10-17 Richard M. Stallman <rms@gnu.org>
22054
22055 * gnus-registry.el (gnus-registry-unload-hook):
22056 Set as a variable with add-hook.
22057
22058 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22059 of news-path.
22060
22061 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22062
22063 * spam.el: Delete duplicate `provide'.
22064 (spam-unload-hook): Set as a variable with add-hook.
22065
22066 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22067
22068 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22069 in the doc string.
22070
22071 * message.el (message-ignored-news-headers)
22072 (message-ignored-supersedes-headers)
22073 (message-ignored-resent-headers)
22074 (message-forward-ignored-headers): Improve custom type.
22075
22076 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22077
22078 * message.el (message-tokenize-header): Fix 2004-09-06 change
22079 which used point-min in the wrong place.
22080
22081 2004-10-12 Simon Josefsson <jas@extundo.com>
22082
22083 * tls.el (tls-certtool-program): New variable.
22084 (tls-certificate-information): New function, based on
22085 ssl-certificate-information.
22086
22087 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22088
22089 * compface.el: Move the version of ELisp-based uncompface program
22090 to the contrib directory because of the copyright problem.
22091
22092 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22093
22094 * message.el (message-kill-buffer): Raise the current frame.
22095
22096 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22097
22098 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22099
22100 * gnus.el (message-y-or-n-p): Autoload.
22101
22102 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22103 (pop3-password-required, pop3-authentication-scheme)
22104 (pop3-leave-mail-on-server): Make customizable.
22105 (pop3): New custom group.
22106 (pop3-retr): Remove `sleep-for' statements.
22107 Suggested by Dave Love <fx@gnu.org>.
22108
22109 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22110 Windows/DOS.
22111
22112 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22113 (imap-parse-body): Fix incorrect use of `assert'.
22114 Suggested by Dave Love <fx@gnu.org>.
22115
22116 * mml.el (mml-minibuffer-read-disposition): Require match.
22117 Suggested by Dave Love <fx@gnu.org>.
22118
22119 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22120
22121 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22122 doc string.
22123
22124 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22125
22126 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22127
22128 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22129
22130 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22131 instead of calling `mm-insert-inline', to decode text/* parts
22132 before displaying them.
22133
22134 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22135
22136 * mm-uu.el (mm-uu-text-plain-type): New variable.
22137 (mm-uu-pgp-signed-extract-1): Use it.
22138 (mm-uu-pgp-encrypted-extract-1): Use it.
22139 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22140 bind mm-uu-text-plain-type with that value.
22141 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22142 mm-uu-dissect.
22143
22144 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22145
22146 * gnus-group.el (gnus-update-group-mark-positions):
22147 * gnus-sum.el (gnus-update-summary-mark-positions):
22148 * message.el (message-check-news-body-syntax):
22149 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22150 of string-as-multibyte.
22151
22152 2004-10-05 Juri Linkov <juri@jurta.org>
22153
22154 * gnus-group.el (gnus-update-group-mark-positions):
22155 * gnus-sum.el (gnus-update-summary-mark-positions):
22156 * message.el (message-check-news-body-syntax):
22157 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22158 8-bit unibyte values to a multibyte string for search functions.
22159
22160 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22161
22162 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22163 (mm-uu-dissect-text-parts): New function.
22164
22165 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22166 dissect text parts.
22167
22168 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22169 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22170
22171 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22172
22173 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22174 Use gnus-current-topics instead of gnus-current-topic.
22175
22176 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22177
22178 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22179
22180 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22181
22182 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22183 where appropriate.
22184
22185 * nnml.el (nnml-generate-active-info): do.
22186
22187 * nndiary.el (nndiary-generate-active-info): do.
22188
22189 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22190 (gnus-topic-move): do.
22191
22192 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22193 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22194
22195 * gnus-srvr.el (gnus-server-prepare)
22196 (gnus-server-open-all-servers): do.
22197
22198 * gnus-msg.el (gnus-summary-cancel-article)
22199 (gnus-summary-resend-message)
22200 (gnus-summary-mail-crosspost-complaint): do.
22201
22202 * gnus-move.el (gnus-change-server): do.
22203
22204 * gnus-group.el (gnus-group-unmark-all-groups)
22205 (gnus-group-set-current-level): do.
22206
22207 2004-10-04 Simon Josefsson <jas@extundo.com>
22208
22209 * message.el (message-generate-hashcash): Doc fix.
22210
22211 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22212
22213 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22214 avoid infinite recursion via gnus-get-function.
22215
22216 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22217
22218 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22219
22220 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22221
22222 * nnmail.el (nnmail-split-history): do.
22223
22224 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22225 (nnml-request-delete-group): do.
22226
22227 * nnslashdot.el (nnslashdot-read-groups): do.
22228
22229 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22230 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22231
22232 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22233 (nnspool-sift-nov-with-sed): Use last.
22234 (nnspool-retrieve-headers-with-nov): Use mapc.
22235 (nnspool-request-newgroups): Use dolist.
22236 (nnspool-request-group): Use last.
22237
22238 * nntp.el (nntp-read-server-type): Use dolist.
22239
22240 * nnvirtual.el (nnvirtual-create-mapping)
22241 (nnvirtual-update-read-and-marked): Use dolist.
22242 (nnvirtual-convert-headers): Simplify.
22243
22244 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22245
22246 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22247 Add support for sync'ing tick marks.
22248
22249 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22250
22251 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22252 there's no visible header.
22253
22254 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22255
22256 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22257 When necessary, pass full group name to gnus-request-set-marks.
22258
22259 2004-10-01 Simon Josefsson <jas@extundo.com>
22260
22261 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22262 acroread.
22263
22264 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22265
22266 * spam-report.el (spam-report-gmane): Fix interactive.
22267
22268 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22269
22270 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22271 when writing file.
22272 (gnus-agent-synchronize-flags): Don't default to being
22273 interactive.
22274
22275 2004-09-30 Simon Josefsson <jas@extundo.com>
22276
22277 * message.el (message-generate-hashcash): Add.
22278 (message-send-mail): Use it, call mail-add-payment.
22279
22280 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22281
22282 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22283
22284 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22285
22286 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22287 gnus-request-update-info with explicit code to sync the in-memory
22288 info read flags with the marks being sync'd to the backend.
22289
22290 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22291
22292 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22293
22294 * spam.el (spam-verify-bogofilter): Add new function.
22295 (spam-check-bogofilter)
22296 (spam-bogofilter-register-with-bogofilter): Use it.
22297 (spam-verify-bogofilter): Add small fixes.
22298
22299 2004-09-28 Simon Josefsson <jas@extundo.com>
22300
22301 * hashcash.el (hashcash-generate-payment): Revert.
22302
22303 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22304
22305 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22306 Use gnus-extract-references instead of gnus-split-references.
22307
22308 * gnus-util.el (gnus-extract-references): Add new function, analogous
22309 to gnus-split-references but extracts only the message-ID without
22310 anything extra.
22311
22312 * hashcash.el (hashcash-generate-payment)
22313 (hashcash-check-payment): Do the right thing if hashcash-path is
22314 nil (because the hashcash program could not be found).
22315
22316 * spam.el (spam-use-hashcash): Remove comment.
22317
22318 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22319
22320 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22321 (gnus-cache-enter-article, gnus-cache-remove-article)
22322 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22323
22324 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22325
22326 * gnus-art.el (article-hide-boring-headers)
22327 (article-translate-strings, article-display-face)
22328 (gnus-article-mime-match-handle-first)
22329 (gnus-article-highlight-headers)
22330 (gnus-article-add-buttons-to-head): do.
22331
22332 2004-09-27 Simon Josefsson <jas@extundo.com>
22333
22334 * hashcash.el: New version, from
22335 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22336 ../contrib/.
22337
22338 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22339
22340 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22341
22342 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22343
22344 * gnus-dup.el (gnus-dup-open): Use mapc.
22345 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22346
22347 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22348 Reported by Stefan Wiens <s.wi@gmx.net>.
22349
22350 * gnus.el (gnus-shutdown): Use dolist.
22351
22352 * gnus-undo.el (gnus-undo): Use mapc.
22353
22354 * nnrss.el (nnrss-generate-active): do.
22355
22356 * message.el (message-cite-original-without-signature)
22357 (message-cite-original): Use mapc.
22358 (message-do-actions, message-make-forward-subject): Use dolist.
22359
22360 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22361
22362 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22363 deletion to remove entire duplicate line. Fixes merged article
22364 number bug.
22365
22366 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22367
22368 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22369 servers that are offline. Avoids having gnus-agent-toggle-plugged
22370 first ask if you want to open a server and then, even when you
22371 responded with no, asking if you want to synchronize the server's
22372 flags.
22373 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22374 multi-line expressions.
22375 (gnus-agent-synchronize-group-flags): New internal function.
22376 Updates marks in memory (in the info structure) AND in the
22377 backend.
22378
22379 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22380
22381 * nnagent.el (nnagent-request-set-mark):
22382 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22383 method, to ensure that synchronization updates marks in the
22384 backend and in the info (in memory) structure.
22385
22386 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22387
22388 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22389 convention fully; don't miss the root article of a thread; make
22390 the X-Draft-From header with correct article numbers.
22391
22392 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22393
22394 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22395 unless plugged. Disable the agent so that an open failure causes
22396 an error.
22397
22398 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22399 Revert 2004-09-21 change. The backend must be opened while
22400 synchronizing flags even when the backend stores the flags
22401 locally.
22402
22403 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22404
22405 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22406 in `header' match. Reported by Svend Tollak Munkejord.
22407
22408 * message.el (message-cite-original): Fix use of
22409 `message-cite-articles-with-x-no-archive'.
22410
22411 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22412
22413 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22414 (gnus-window-to-buffer): Ditto.
22415
22416 * mml.el (mml-preview-buffer): New variable.
22417 (mml-preview): Manage window layout with gnus-buffer-configuration.
22418
22419 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22420 X-Draft-From header even if those articles aren't quoted.
22421
22422 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22423
22424 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22425 (gnus-request-set-mark, gnus-request-update-mark): Use new
22426 g-s-t-u-l-m to decide to use backend even when unplugged.
22427
22428 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22429
22430 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22431 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22432
22433 2004-09-20 Simon Josefsson <jas@extundo.com>
22434
22435 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22436 "utf-16-le".
22437
22438 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22439
22440 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22441
22442 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22443
22444 * uudecode.el (uudecode-use-external): Add :version.
22445
22446 * smime.el (smime-CA-file, smime-encrypt-cipher)
22447 (smime-dns-server): Add :version.
22448
22449 * smiley.el (gnus-smiley-file-types): Add :version.
22450
22451 * sha1.el (sha1-use-external): Add :version.
22452
22453 * pgg-def.el (pgg-query-keyserver): Add :version.
22454
22455 * nnmail.el (nnmail-fancy-expiry-targets)
22456 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22457 Add :version.
22458
22459 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22460 (nnimap-retrieve-groups-asynchronous): Add :version.
22461 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22462
22463 * mml.el (mml-content-disposition-parameters)
22464 (mml-insert-mime-headers-always): Add :version.
22465
22466 * mm-util.el (mm-coding-system-priorities): Add :version.
22467
22468 * mm-decode.el (mm-inline-text-html-with-images)
22469 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22470 (mm-verify-option): Add :version.
22471 (mm-text-html-renderer): Change :version.
22472
22473 * message.el (message-fcc-externalize-attachments)
22474 (message-required-headers, message-draft-headers)
22475 (message-subject-trailing-was-query)
22476 (message-subject-trailing-was-ask-regexp)
22477 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22478 (message-mark-insert-end, message-archive-header)
22479 (message-archive-note, message-cross-post-default)
22480 (message-cross-post-note, message-followup-to-note)
22481 (message-cross-post-note-function, message-use-mail-followup-to)
22482 (message-subscribed-address-functions)
22483 (message-subscribed-address-file, message-subscribed-addresses)
22484 (message-subscribed-regexps, message-allow-no-recipients)
22485 (message-yank-cited-prefix, message-signature-insert-empty-line)
22486 (message-hidden-headers, message-hierarchical-addresses)
22487 (message-mail-user-agent, message-use-idna)
22488 (message-valid-fqdn-regexp)
22489 (message-strip-special-text-properties, message-header-synonyms)
22490 (message-beginning-of-line, message-tab-body-function): Add :version.
22491 (message-insert-canlock, message-wide-reply-confirm-recipients):
22492 Change :version.
22493
22494 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22495 and :version.
22496 (mail-source-delete-old-incoming-confirm)
22497 (mail-source-movemail-program): Add :version.
22498
22499 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22500 (gnus-agent-cache, gnus-agent): Change :version.
22501
22502 * gnus-util.el (gnus-use-byte-compile): Change :version.
22503
22504 * gnus-sum.el (gnus-summary-make-false-root-always)
22505 (gnus-summary-default-high-score)
22506 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22507 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22508 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22509 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22510 (gnus-sum-thread-tree-single-indent)
22511 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22512 (gnus-sum-thread-tree-leaf-with-other)
22513 (gnus-sum-thread-tree-single-leaf): Add :version.
22514 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22515 (gnus-article-loose-mime): Change :version.
22516
22517 * gnus-start.el (gnus-backup-startup-file)
22518 (gnus-save-startup-file-via-temp-buffer): Add :version.
22519
22520 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22521 (gnus-server-offline-face): Add :version.
22522
22523 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22524
22525 * gnus-msg.el (gnus-gcc-externalize-attachments)
22526 (gnus-debug-files, gnus-debug-exclude-variables)
22527 (gnus-discouraged-post-methods): Change :version.
22528 (gnus-confirm-mail-reply-to-news)
22529 (gnus-confirm-treat-mail-like-news): Add :version.
22530
22531 * gnus-int.el (gnus-server-unopen-status): Add :version.
22532
22533 * gnus-group.el (gnus-group-jump-to-group-prompt)
22534 (gnus-large-ephemeral-newsgroup)
22535 (gnus-fetch-old-ephemeral-headers): Add :version.
22536
22537 * gnus-fun.el (gnus-x-face-directory)
22538 (gnus-convert-pbm-to-x-face-command)
22539 (gnus-convert-image-to-x-face-command)
22540 (gnus-convert-image-to-face-command): Add :version.
22541
22542 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22543
22544 * gnus-cite.el (gnus-cite-blank-line-after-header)
22545 (gnus-article-boring-faces): Add :version.
22546
22547 * gnus-art.el (gnus-buttonized-mime-types)
22548 (gnus-inhibit-mime-unbuttonizing)
22549 (gnus-treat-display-face)
22550 (gnus-treat-body-boundary): Change :version.
22551 (gnus-body-boundary-delimiter, gnus-picon-databases)
22552 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22553 (gnus-treat-date-english, gnus-treat-fold-headers)
22554 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22555 (gnus-treat-mail-picon, gnus-treat-wash-html)
22556 (gnus-article-encrypt-protocol)
22557 (gnus-use-idna, gnus-article-over-scroll)
22558 (gnus-mime-display-multipart-alternative-as-mixed)
22559 (gnus-mime-display-multipart-related-as-mixed)
22560 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22561 (gnus-ctan-url, gnus-button-ctan-handler)
22562 (gnus-button-handle-ctan-bogus-regexp)
22563 (gnus-button-ctan-directory-regexp)
22564 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22565 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22566 (gnus-button-man-level, gnus-button-emacs-level)
22567 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22568
22569 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22570 (gnus-agent-go-online): Change :version.
22571 (gnus-agent-expire-unagentized-dirs)
22572 (gnus-agent-auto-agentize-methods): Add :version.
22573
22574 * flow-fill.el (fill-flowed-display-column)
22575 (fill-flowed-encode-column): Add :version.
22576
22577 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22578 (gnus-outlook-deuglify-unwrap-max)
22579 (gnus-outlook-deuglify-cite-marks)
22580 (gnus-outlook-deuglify-unwrap-stop-chars)
22581 (gnus-outlook-deuglify-no-wrap-chars)
22582 (gnus-outlook-deuglify-attrib-cut-regexp)
22583 (gnus-outlook-deuglify-attrib-verb-regexp)
22584 (gnus-outlook-deuglify-attrib-end-regexp)
22585 (gnus-outlook-display-hook): Add :version.
22586
22587 * binhex.el (binhex-use-external): Add :version.
22588
22589 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22590
22591 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22592 and `invisible'.
22593
22594 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22595
22596 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22597 in gnus-registry-trim.
22598
22599 2004-09-13 Simon Josefsson <jas@extundo.com>
22600
22601 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22602
22603 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22604
22605 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22606 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22607 <yamaoka@jpl.org>.
22608 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22609 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22610 <yamaoka@jpl.org>.
22611
22612 * sieve.el (sieve-manage-mode): Ditto.
22613
22614 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22615
22616 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22617
22618 2004-09-11 Simon Josefsson <jas@extundo.com>
22619
22620 * dns-mode.el: Add.
22621
22622 * mm-view.el (mm-display-dns-inline): Add.
22623
22624 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22625 (mm-automatic-display): Ditto.
22626
22627 * mailcap.el (mailcap-mime-data): Add text/dns.
22628 (mailcap-mime-extensions): Map .soa to text/dns.
22629
22630 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22631
22632 * gnus-art.el (article-decode-mime-words, article-babel)
22633 (gnus-article-highlight-signature, gnus-article-add-buttons)
22634 (gnus-signature-toggle): Remove unnecessary bindings of
22635 `inhibit-read-only' inherited from v5.10 merge.
22636
22637 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22638
22639 * nntp.el (nntp): New customization group.
22640 (nntp-authinfo-file): Add customization group.
22641
22642 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22643
22644 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22645
22646 * gnus.el (to-address, to-list, subscribed)
22647 (large-newsgroup-initial): Ditto.
22648
22649 * flow-fill.el (fill-flowed-display-column)
22650 (fill-flowed-encode-column): Ditto.
22651
22652 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22653
22654 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22655 Use point-min rather than 1.
22656 (message-send-mail): Use buffer-size rather than point-max.
22657
22658 * gnus-sum.el (gnus-summary-search-article-forward):
22659 Signal a specific `search-failed' rather than a generic `error'.
22660
22661 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22662 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22663 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22664
22665 2004-09-10 Simon Josefsson <jas@extundo.com>
22666
22667 * nndb.el (require): Remove tcp and duplicate cl.
22668
22669 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22670
22671 * gnus-agent.el (directory-files-and-attributes): Move forward.
22672
22673 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22674
22675 * gnus-agent.el (directory-files-and-attributes):
22676 Optionally defined to support XEmacs.
22677
22678 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22679
22680 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22681 to avoid run-time CL dependencies.
22682 (gnus-agent-unfetch-articles): New function.
22683 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22684 article numbers even when local .overview file is missing.
22685 (gnus-agent-read-article-number): New function. Only accepts
22686 27-bit article numbers.
22687 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22688 Use gnus-agent-read-article-number.
22689 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22690 from backend while recognizing that article numbers in .overview
22691 must be valid.
22692 (gnus-agent-update-files-total-fetched-for):
22693 Use directory-files-and-attributes to improve performance.
22694 * gnus-int.el (gnus-request-move-article):
22695 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22696 improve performance.
22697
22698 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22699 some users confused by references to .newsrc when they only have a
22700 .newsrc.eld file.
22701 (gnus-convert-mark-converter-prompt)
22702 (gnus-convert-converter-needs-prompt): Fix use of property list.
22703 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22704 New function. Used internally to only display 'gnus converting
22705 files' message when actually necessary.
22706
22707 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22708 methods now autoloaded.
22709
22710 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22711
22712 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22713 identifiers.
22714
22715 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22716
22717 * gnus-picon.el: Fix indentation and closing parenthesis.
22718
22719 2004-09-01 Simon Josefsson <jas@extundo.com>
22720
22721 * message.el (message-canlock-generate): Require sha1, not
22722 sha1-el. (Can we get rid of this require altogether? It is ugly
22723 to require within a function. Sadly, if sha1.el isn't loaded, the
22724 let binding in m-c-g will hide the defcustom definition, which is
22725 bad.)
22726
22727 * canlock.el: Require sha1, not sha1-el.
22728
22729 * message.el: Don't autoload sha1 (there is a autoload cookie in
22730 sha1.el).
22731
22732 * sha1-el.el: Rename to sha1.el.
22733
22734 2004-08-30 Juanma Barranquero <lektu@terra.es>
22735
22736 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22737
22738 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22739
22740 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22741
22742 2004-08-30 Kim F. Storm <storm@cua.dk>
22743
22744 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22745
22746 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22747 Add :group 'nnimap.
22748
22749 2004-08-30 Andreas Schwab <schwab@suse.de>
22750
22751 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22752 ?* and ?\;.
22753
22754 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22755 and ?\' to symbol instead of whitespace.
22756
22757 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22758
22759 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22760
22761 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22762 instead of re-search-forward.
22763
22764 * gnus-uu.el (gnus-uu-save-article): Ditto.
22765 (gnus-uu-post-encode-uuencode): Ditto.
22766
22767 * html2text.el (html2text-clean-list-items): Ditto.
22768 (html2text-clean-dtdd): Ditto.
22769 (html2text-format-tags): Ditto.
22770
22771 * message.el (message-send-mail-with-sendmail): Fix regexp.
22772 (message-fill-field-general): Use search-forward instead of
22773 re-search-forward.
22774 (unbold-region): Ditto.
22775
22776 * nnrss.el (nnrss-request-article): Ditto.
22777
22778 * nnslashdot.el (nnslashdot-request-article): Ditto.
22779
22780 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22781
22782 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22783 "Unrecognized menu descriptor" error in XEmacs.
22784
22785 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22786
22787 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22788 parent article of a sparse article in the thread hashtb.
22789
22790 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22791
22792 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22793 (nnmail-expand-newtext): Lowercase expanded entries if
22794 nnmail-split-lowercase-expanded is non-nil.
22795
22796 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22797
22798 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22799
22800 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22801 of gnus-tmp-news-method into string under XEmacs. It will be
22802 passed to gnus-correct-length which takes only a string argument.
22803
22804 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22805
22806 * gnus-util.el (gnus-bind-print-variables): New macro.
22807 (gnus-prin1): Use it.
22808 (gnus-prin1-to-string): Use it.
22809 (gnus-pp): New function.
22810 (gnus-pp-to-string): New function.
22811
22812 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22813 Replace pp-to-string with gnus-pp-to-string.
22814 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22815 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22816 * gnus-msg.el (gnus-debug): Ditto.
22817 * gnus-score.el (gnus-score-save): Ditto.
22818 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22819 gnus-pp-to-string.
22820 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22821 with gnus-pp.
22822 * score-mode.el (gnus-score-pretty-print): Ditto.
22823 * webmail.el (webmail-debug): Ditto.
22824
22825 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22826
22827 * gnus-art.el (article-display-face, article-display-x-face):
22828 Use buffer-read-only.
22829
22830 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22831
22832 * gnus-art.el (article-hide-list-identifiers):
22833 Bind inhibit-read-only as t.
22834
22835 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22836
22837 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22838
22839 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22840
22841 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22842 (gnus-narrow-to-page): Don't assume point-min == 1.
22843 (gnus-article-edit-mode): Derive from message-mode.
22844
22845 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22846 point-min == 1.
22847
22848 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22849 Disable incorrect use of `assert'.
22850
22851 * message.el (message-mode): Set comment-start-skip.
22852
22853 2004-08-22 Sam Steingold <sds@gnu.org>
22854
22855 * pop3.el (pop3-leave-mail-on-server): New user variable.
22856 (pop3-movemail): Delete mail only when it is nil.
22857
22858 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22859
22860 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22861
22862 * mml.el (mml-preview): Use `pop-to-buffer'.
22863
22864 * message.el (message-goto-mail-followup-to): Insert after "To".
22865 (message-carefully-insert-headers): Add comment.
22866
22867 * gnus.el: Remove unused variable `gnus-article-check-size'.
22868
22869 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22870
22871 * gnus-art.el (gnus-button-alist):
22872 Improve `gnus-button-handle-library' entry.
22873
22874 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22875
22876 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22877 Use downcase, since XEmacs capitalizes error messages differently.
22878
22879 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22880
22881 * nntp.el: Add (require 'gnus) due to reference to
22882 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22883
22884 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22885
22886 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22887 Bind `mm-fill-flowed'.
22888
22889 * mm-decode.el (mm-dissect-singlepart): Check it.
22890
22891 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22892
22893 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22894 'imap' for netrc parsing.
22895
22896 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22897
22898 * mailcap.el (mailcap-mime-data): Mark as risky.
22899
22900 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22901
22902 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22903 may be included in the encoded word.
22904 (rfc2047-encode): Don't append a space if the encoded word
22905 includes close parenthesis.
22906
22907 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22908
22909 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22910 of text within parentheses.
22911
22912 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22913
22914 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22915 (gnus-encrypt-write-file-contents): Make the password key the file
22916 name PLUS the cipher, not just the cipher. Also remove failed
22917 passwords from the cache.
22918
22919 2004-08-06 Simon Josefsson <jas@extundo.com>
22920
22921 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22922 Doc fix.
22923
22924 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22925
22926 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22927 LWSP.
22928
22929 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22930
22931 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22932 Try to append in-reply-to: data to the references: header.
22933
22934 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22935 (netrc-parse): Use gnus-encrypt.el functions.
22936
22937 * gnus-encrypt.el: Add new file for encryption support; currently
22938 does only a few GPG ciphers and an internal XOR cipher.
22939
22940 * password.el: Add comments on using password-read-and-add.
22941 (password-read-and-add): Add function to read and add the
22942 password to the cache at once.
22943
22944 2004-07-28 Simon Josefsson <jas@extundo.com>
22945
22946 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22947 parameter (but don't use it, for now).
22948
22949 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22950 instead of hard coding to nil.
22951
22952 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22953
22954 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22955 as mm-inline-image-xemacs does.
22956
22957 2004-07-26 Simon Josefsson <jas@extundo.com>
22958
22959 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22960 Revert part of 2004-07-17 change below.
22961
22962 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22963
22964 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22965 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22966
22967 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22968
22969 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22970 quotes that actually start with ">" at the beginning of the
22971 lines.
22972
22973 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22974
22975 * rfc2047.el (rfc2047-encode-region): Fix last change.
22976 (rfc2047-encode-parameter): Remove useless concat.
22977
22978 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22979
22980 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22981 encode special characters; fix some kind of misconfigured headers;
22982 signal a real error if debug-on-quit or debug-on-error is non-nil.
22983 (rfc2047-encode-max-chars): New variable.
22984 (rfc2047-encode-1): Use it.
22985 (rfc2047-encode-parameter): New function.
22986
22987 * mml.el (mml-insert-parameter): Remove an excessive space.
22988
22989 2004-07-17 Simon Josefsson <jas@extundo.com>
22990
22991 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22992 Kai Grossjohann <kai@emptydomain.de>.
22993 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22994 (gnus-group-make-menu-bar): Ditto.
22995
22996 * gnus-util.el (gnus-group-server): Add.
22997
22998 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22999
23000 * message.el (message-clone-locals): Clone sendmail and smtp
23001 variables.
23002
23003 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23004
23005 * rfc2047.el (rfc2047-encode-region): Fix last change.
23006
23007 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23008
23009 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23010 characters as non-special.
23011
23012 2004-07-09 Simon Josefsson <jas@extundo.com>
23013
23014 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23015 Users will lose all flag changes made while unplugged with
23016 e.g. nntp unless flag synchronization happens, thus `nil' is not a
23017 good default. See numerous reports on ding mailing list.
23018
23019 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
23020
23021 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23022 add generate-head-function and generate-article-function to the
23023 rfc822-forward entry.
23024 (nndoc-rfc822-forward-generate-article): New function.
23025 (nndoc-rfc822-forward-generate-head): New function.
23026
23027 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23028
23029 2004-07-06 Dan Christensen <jdc@uwo.ca>
23030
23031 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23032 respect display group parameter and gnus-summary-expunge-below.
23033 (gnus-articles-to-read): Remove unused reference to display group
23034 parameter.
23035
23036 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23037
23038 * nnheader.el (nnheader-uniquify-message-id): New experimental
23039 variable.
23040 (nnheader-nov-read-message-id): Use it.
23041
23042 * spam-report.el (spam-report-gmane): Add interactive.
23043
23044 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23045
23046 * mm-encode.el (mm-content-transfer-encoding-defaults):
23047 Use qp-or-base64 for the application/* types.
23048
23049 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23050
23051 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23052
23053 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23054
23055 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23056 trim value.
23057
23058 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23059
23060 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23061 New macro and function.
23062 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23063
23064 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23065
23066 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23067 after-load-alist.
23068
23069 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23070
23071 * gnus-group.el (gnus-group-get-new-news-this-group):
23072 Don't update info that isn't there.
23073
23074 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23075
23076 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23077 entry.
23078
23079 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23080
23081 * mm-view.el (mm-inline-render-with-function): Use multibyte
23082 buffer; decode html source by charset.
23083
23084 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23085
23086 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23087 Mule-UCS is loaded under XEmacs.
23088 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23089
23090 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23091
23092 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23093
23094 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23095
23096 * mm-util.el (mm-coding-system-p): Return a coding-system.
23097 (mm-mime-mule-charset-alist): Use shift_jis instead of
23098 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23099 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23100 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23101 instead of japanese-shift-jis and iso-latin-1 respectively in
23102 order to share the default value with both Emacs and XEmacs-mule.
23103 (mm-mule-charset-to-mime-charset):
23104 Make mm-coding-system-priorities effective.
23105 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23106 while predicating of candidates upon the priorities.
23107
23108 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23109
23110 * gnus-sum.el (gnus-summary-make-menu-bar):
23111 Add gnus-uu-invert-processable.
23112
23113 * gnus.el: Autoload gnus-uu-invert-processable.
23114
23115 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23116
23117 * mm-util.el (mm-with-multibyte-buffer): New macro.
23118
23119 * rfc2047.el (rfc2047-encode-string): Use it.
23120 (rfc2047-encode-region): Move point to the end of the region after
23121 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23122
23123 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23124
23125 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23126 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23127
23128 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23129
23130 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23131 (gnus-cite-parse): Ignore quoted envelope From_.
23132 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23133
23134 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23135
23136 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23137 invalid addresses.
23138
23139 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23140
23141 * spam.el: Change section markers, revise TODO list.
23142 (spam-backends): Make new master list of all installed backends.
23143 (spam-summary-exit-behavior): Add new variable to determine how
23144 messages moves are done at summary exit.
23145 (spam-move-spam-nonspam-groups-only)
23146 (spam-process-ham-in-nonham-groups)
23147 (spam-process-ham-in-spam-groups): Remove variables, the
23148 spam-summary-exit-behavior variable should be used to manage this
23149 behavior.
23150 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23151 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23152 and spam-old-spam-articles.
23153 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23154 Add empty variables, placeholders for the backends they represent.
23155 (spam-set-difference): Move, unchanged.
23156 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23157 unless the user has a processor variable.
23158 (spam-classifications, spam-classification-valid-p)
23159 (spam-backend-properties, spam-backend-property-valid-p)
23160 (spam-backend-function-type-valid-p)
23161 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23162 (spam-report-articles-gmane, spam-report-articles-resend):
23163 Remove functions, they are not needed.
23164 (spam-install-backend-super, spam-backend-list)
23165 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23166 (spam-backend-function, spam-backend-ham-registration-function)
23167 (spam-backend-spam-registration-function)
23168 (spam-backend-ham-unregistration-function)
23169 (spam-backend-spam-unregistration-function)
23170 (spam-backend-statistical-p, spam-backend-mover-p)
23171 (spam-install-backend-alias, spam-install-checkonly-backend)
23172 (spam-install-mover-backend, spam-install-nocheck-backend)
23173 (spam-install-backend, spam-install-statistical-backend)
23174 (spam-install-statistical-checkonly-backend): Add backend installation
23175 support.
23176 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23177 (spam-group-processor-p): Use the new backend code and respect the
23178 summary exit behavior.
23179 (spam-mark-spam-as-expired-and-move-routine): Remove.
23180 (spam-summary-prepare): Change to use the new spam-old-articles
23181 variable.
23182 (spam-copy-or-move-routine, spam-copy-spam-routine)
23183 (spam-move-spam-routine, spam-copy-ham-routine)
23184 (spam-move-ham-routine): Add code to copy/move ham or spam.
23185 (spam-fetch-field-fast): Improve doc and code, plus allow the
23186 'number request.
23187 (spam-list-of-checks, spam-list-of-statistical-checks):
23188 Remove variables.
23189 (spam-split, spam-find-spam): Use the new backend code.
23190 (spam-registration-functions): Remove variable.
23191 (spam-unregister-routine): Add convenience wrapper.
23192 (spam-log-undo-registration, spam-register-routine)
23193 (spam-log-processing-to-registry)
23194 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23195 where possible.
23196 (spam-check-gmane-xref, spam-check-regex-headers)
23197 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23198 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23199 (spam-check-bogofilter-headers, spam-check-spamoracle)
23200 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23201 (spam-check-crm114-headers): Use the spam-split-group that
23202 spam-split prepares, no need to determine it every time.
23203
23204 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23205 to the nnheader-parse-naked-head call.
23206
23207 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23208
23209 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23210 the nnheader-nov-read-message-id call.
23211
23212 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23213
23214 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23215 gnus-activate-group twice. Suggested by Markus Peter
23216 <warp@spin.de>.
23217
23218 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23219
23220 * gnus-art.el (gnus-article-time-format): Exchange the order of
23221 day and month in the default value; fix customization type.
23222 (article-date-ut): Use add-text-properties.
23223 (article-make-date-line): Use message-make-date instead of
23224 current-time-string.
23225
23226 * message.el (message-fetch-field): Don't use set-text-properties.
23227 (message-make-date): Simplify.
23228
23229 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23230
23231 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23232 (rfc2047-encode-region): Treat text within parentheses as special;
23233 show the original text when error has occurred.
23234
23235 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23236 already-computed method to gnus-activate-group.
23237
23238 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23239 same select-methods identical Lisp objects.
23240
23241 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23242 object when modifying the info.
23243
23244 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23245
23246 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23247 gnus-opened-servers since it has never been opened with the new
23248 configuration yet.
23249
23250 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23251
23252 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23253 arg to nnheader-generate-fake-message-id.
23254
23255 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23256
23257 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23258 number and build a fake message ID localized to a group and
23259 article number (so it's repeatable from that point on).
23260 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23261 ID format.
23262
23263 * gnus-sum.el (gnus-get-newsgroup-headers):
23264 Call nnheader-generate-fake-message-id with the article number.
23265
23266 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23267
23268 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23269 end-of-buffer.
23270
23271 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23272
23273 * message.el (message-ignored-supersedes-headers): Add Approved.
23274
23275 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23276
23277 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23278 goto-char.
23279 (rfc2047-encode): Fold the line before encoding.
23280
23281 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23282
23283 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23284 folding -- not all headers can be folded, and this should be done
23285 by the message composition mode. Probably. I think.
23286
23287 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23288
23289 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23290 fast.
23291
23292 * gnus-ems.el (gnus-remove-image): Don't use
23293 message-text-with-property; remove only the image found first.
23294
23295 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23296
23297 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23298
23299 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23300
23301 * message.el (message-text-with-property): Make it fast and accept
23302 optional arguments.
23303 (message-strip-forbidden-properties): Use it.
23304 (message-fix-before-sending): Follow the m-t-w-p change.
23305
23306 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23307
23308 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23309
23310 * gnus-art.el (article-hide-headers): Don't change the buffer
23311 mistakenly when performing mml-preview even if
23312 gnus-single-article-buffer is nil.
23313
23314 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23315
23316 * message.el (message-expand-name-databases): New user option.
23317 (message-expand-name): Use it.
23318
23319 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23320
23321 * spam.el (spam-report-articles-resend)
23322 (spam-report-resend-register-routine): Allow ham reporting.
23323 (spam-report-resend-register-ham-routine): Add wrapper.
23324 (spam-registration-functions): Add ham resending functions.
23325 (spam-list-of-processors): Add ham resend processor.
23326
23327 * gnus.el (ham-resend-to): Add new group parameter.
23328 (spam-process): Add ham resend option.
23329
23330 * spam-report.el (spam-report-resend): Allow reporting ham.
23331 (spam-report-resend-ham): Add wrapper.
23332
23333 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23334
23335 * message.el (message-cite-articles-with-x-no-archive):
23336 New variable.
23337 (message-cite-original): Use it.
23338
23339 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23340
23341 * message.el (message-cite-original): Respect X-No-Archive.
23342
23343 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23344
23345 * gnus-art.el (article-hide-headers): Refer to the values for
23346 gnus-ignored-headers and gnus-visible-headers in the summary
23347 buffer since a user may have set them as group parameters.
23348
23349 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23350
23351 * assistant.el (assistant-node-name): Add convenience function.
23352 (assistant-render-text, assistant-render-node): Add error handling,
23353 plus handle multiple next nodes.
23354 (assistant-find-next-node): Comment out for now.
23355 (assistant-find-next-nodes): Add function, returns list of next
23356 nodes.
23357
23358 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23359
23360 * mail-source.el (mail-source-directory): Fix doc-string.
23361
23362 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23363
23364 * assistant.el (assistant-render-text, assistant-eval): Add :set
23365 widget type, which is different because it takes and returns a
23366 list. Much hilarity ensues.
23367
23368 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23369
23370 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23371
23372 * gnus-group.el (gnus-group-get-new-news-this-group):
23373 Add doc-string.
23374
23375 * gnus-start.el (gnus-activate-group): Add doc-string.
23376
23377 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23378
23379 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23380
23381 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23382
23383 * assistant.el (assistant-render-text): Try to add a :set
23384 widget, more to come.
23385
23386 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23387 strings.
23388 (spam-report-articles-resend)
23389 (spam-register-routine): Do registration iff any articles warrant
23390 it.
23391 (spam-summary-prepare-exit): Change log message for nil group
23392 destinations.
23393
23394 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23395
23396 * spam.el (spam-report-resend-register-routine):
23397 Allow spam-report-resend-to to be a group parameter or a global value.
23398
23399 2004-05-26 Simon Josefsson <jas@extundo.com>
23400
23401 * starttls.el: Merge with my GnuTLS based starttls.el.
23402 (starttls-gnutls-program, starttls-use-gnutls)
23403 (starttls-extra-arguments, starttls-process-connection-type)
23404 (starttls-connect, starttls-failure, starttls-success):
23405 New variables.
23406 (starttls-program, starttls-extra-args): Doc fix.
23407 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23408 New functions.
23409 (starttls-negotiate, starttls-open-stream):
23410 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23411 function if it is set.
23412
23413 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23414
23415 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23416 structured fields.
23417
23418 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23419
23420 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23421
23422 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23423
23424 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23425 Add variable.
23426 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23427 assigning the spam-mark to new messages.
23428
23429 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23430
23431 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23432
23433 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23434
23435 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23436 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23437 default.
23438
23439 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23440
23441 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23442 correct data.
23443
23444 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23445
23446 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23447 (spam-group-processor-p): Fix function.
23448 (spam-group-processor-multiple-p)
23449 (spam-group-spam-processor-report-gmane-p)
23450 (spam-group-spam-processor-report-resend-p)
23451 (spam-group-spam-processor-bogofilter-p)
23452 (spam-group-spam-processor-blacklist-p)
23453 (spam-group-spam-processor-ifile-p)
23454 (spam-group-ham-processor-ifile-p)
23455 (spam-group-spam-processor-spamoracle-p)
23456 (spam-group-spam-processor-crm114-p)
23457 (spam-group-ham-processor-bogofilter-p)
23458 (spam-group-spam-processor-stat-p)
23459 (spam-group-ham-processor-stat-p)
23460 (spam-group-ham-processor-whitelist-p)
23461 (spam-group-ham-processor-BBDB-p)
23462 (spam-group-ham-processor-spamoracle-p)
23463 (spam-group-ham-processor-copy-p): Remove functions with some
23464 prejudice against unneeded code.
23465 (spam-report-articles-resend)
23466 (spam-report-resend-register-routine): Allow the group/topic
23467 spam-resend-to value to override spam-report-resend-to.
23468 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23469 properly now.
23470
23471 * gnus.el (spam-resend-to): Add group/topic parameter.
23472 (spam-process): Move the OBSOLETE processors to the end of the
23473 choices.
23474
23475 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23476
23477 * spam-report.el (spam-report-resend-to, spam-report-resend):
23478 Start with resend-to set to nil, and then ask the user if necessary.
23479 (spam-report-resend): spam-report-resend takes a list of articles, not
23480 separate article numbers.
23481
23482 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23483
23484 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23485 addition to emacs-w3m.
23486
23487 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23488
23489 * assistant.el (assistant-authinfo-data): New function.
23490 (assistant-eval): Eval for entire assistant.
23491
23492 * netrc.el (netrc-services-file): New variable.
23493 (netrc-parse-services): New function.
23494 (netrc-find-service-name): New function.
23495 (netrc-find-service-number): New function.
23496 (netrc-port-equal): New function.
23497 (netrc-machine): Use it.
23498
23499 * nnimap.el (nnimap-open-connection): Use netrc.
23500
23501 * gnus-util.el (gnus-netrc-get): Remove aliases.
23502
23503 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23504
23505 * assistant.el (wid-edit): Fix compilation.
23506
23507 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23508
23509 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23510
23511 * gnus-util.el (gnus-set-file-modes): New function. (small
23512 patch).
23513
23514 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23515
23516 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23517
23518 * assistant.el (assistant-render-node): Fix up rendering and
23519 read-only text.
23520 (assistant-render-node): Reset.
23521 (assistant-make-read-only): Not sticky.
23522
23523 2004-05-20 Danny Siu <dsiu@adobe.com>
23524
23525 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23526 centered even when gnus-auto-center-summary is t.
23527
23528 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23529
23530 * dns.el (dns-get-txt-answer): New function.
23531 (dns-read-txt): Ditto.
23532 (query-dns): Use it.
23533
23534 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23535
23536 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23537 active for foreign groups even if the group level is higher than
23538 the specified value.
23539
23540 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23541
23542 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23543 non-active groups.
23544
23545 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23546
23547 2004-05-20 Magnus Henoch <mange@freemail.hu>
23548
23549 * dns.el (dns-read-type): Add support for SVR. (small patch)
23550
23551 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23552
23553 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23554 (spam-crm114-header, spam-crm114-spam-switch)
23555 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23556 (spam-crm114-positive-spam-header)
23557 (spam-crm114-database-directory, spam-list-of-processors)
23558 (spam-group-spam-processor-crm114-p)
23559 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23560 (spam-generic-score, spam-list-of-checks)
23561 (spam-list-of-statistical-checks, spam-registration-functions)
23562 (spam-check-crm114-headers, spam-crm114-score)
23563 (spam-check-crm114, spam-crm114-register-with-crm114)
23564 (spam-crm114-register-spam-routine)
23565 (spam-crm114-unregister-spam-routine)
23566 (spam-crm114-register-ham-routine)
23567 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23568
23569 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23570
23571 * gnus.el: Add spam-use-crm114.
23572
23573 * spam.el (spam-list-of-processors, spam-registration-functions):
23574 Add spam-use-resend.
23575 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23576 (spam-report-articles-gmane): Add doc fix.
23577 (spam-report-articles-resend, spam-report-resend-register-routine):
23578 Add wrappers around spam-report-resend-to.
23579
23580 * spam-report.el (spam-report-resend-to, spam-report-resend):
23581 Add support for resending spam.
23582 (spam-report-gmane): Fix line length >80.
23583
23584 * gnus.el (spam-process): Add spam-use-resend.
23585
23586 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23587
23588 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23589 number of processed spam messages.
23590 (spam-ham-copy-or-move-routine): Return the number of processed
23591 ham messages.
23592 (spam-summary-prepare-exit): Use the above values to decide
23593 whether status messages shouled be displayed.
23594
23595 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23596
23597 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23598 `rfc2047-encoding-function-alist' in order to avoid conflicting
23599 with the old version.
23600 (rfc2047-encode-region): Concatenate words containing non-ASCII
23601 characters in structured fields; don't encode space-delimited
23602 ASCII words even in unstructured fields; don't break words at
23603 char-category boundaries.
23604 (rfc2047-encode-1): New function.
23605 (rfc2047-encode): Use it; encode text so that it occupies the
23606 maximum width within 76-column; work correctly on Q encoding for
23607 iso-2022-* charsets.
23608 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23609 sure not to break a line just after the header name.
23610 (rfc2047-b-encode-region): Remove.
23611 (rfc2047-b-encode-string): New function.
23612 (rfc2047-q-encode-region): Remove.
23613 (rfc2047-q-encode-string): New function.
23614
23615 * mm-util.el (mm-replace-in-string): New function.
23616
23617 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23618
23619 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23620 Really get it right.
23621 (gnus-inews-make-draft): Really.
23622
23623 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23624
23625 * nnmh.el (nnmh-request-list-1): Don't check the link count
23626 before descending. (small patch)
23627
23628 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23629
23630 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23631 stuff.
23632
23633 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23634 Match on real group name.
23635
23636 * gnus-art.el (gnus-signature-limit): Doc fix.
23637
23638 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23639
23640 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23641
23642 * gnus-draft.el (gnus-draft-send):
23643 Bind rfc2047-encode-encoded-words.
23644
23645 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23646 (rfc2047-encodable-p): Say that =? needs encoding.
23647 (rfc2047-encode-encoded-words): New variable.
23648
23649 * gnus-group.el (gnus-group-select-group): Doc fix.
23650
23651 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23652
23653 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23654 to nil.
23655
23656 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23657
23658 * nnheader.el (nnheader-get-lines-and-char): New function.
23659
23660 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23661
23662 * gnus-msg.el (gnus-summary-followup-with-original):
23663 Document yanking of region when active.
23664
23665 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23666
23667 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23668 groups if the group level is higher than the specified value.
23669
23670 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23671
23672 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23673 (gnus-group-jump-to-group): Add prefix argument using
23674 `gnus-group-jump-to-group-prompt'. Query before jumping to
23675 non-active group.
23676
23677 * compface.el (uncompface): Be verbose when changing
23678 `uncompface-use-external'.
23679
23680 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23681 handle manual section.
23682
23683 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23684
23685 * gnus-art.el (gnus-button-alist): Revert previous change.
23686
23687 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23688
23689 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23690
23691 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23692
23693 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23694 whether backend can accept message.
23695
23696 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23697
23698 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23699
23700 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23701 Avoid creating directory when nntp-marks-is-evil is true.
23702 Reported by Reiner Steib.
23703
23704 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23705
23706 * gnus-picon.el (gnus-picon-insert-glyph):
23707 Add optional `nostring' argument.
23708
23709 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23710
23711 * gnus-picon.el (gnus-picon-style): New variable.
23712 (gnus-picon-transform-address): Support `gnus-picon-style'.
23713
23714 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23715
23716 * message.el (message-fill-field): Return point.
23717 (message-generate-headers): Go to end of field.
23718
23719 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23720 stuff for non-living groups.
23721
23722 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23723
23724 * gnus-art.el (gnus-article-followup-with-original)
23725 (gnus-article-reply-with-original): gnus-mark-active-p ->
23726 gnus-region-active-p.
23727
23728 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23729
23730 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23731 only when there is spam or ham to be processed.
23732
23733 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23734
23735 * mail-source.el (mail-source-delete-crash-box): Refactor.
23736 (mail-source-fetch): Use it.
23737 (mail-source-fetch-file): Ditto.
23738 (mail-source-fetch-directory): Run PostScript in loop.
23739 (mail-source-fetch-pop): Delete.
23740 (mail-source-fetch-maildir): Ditto.
23741 (mail-source-fetch-imap): Ditto.
23742
23743 * imap.el (imap-authenticators): Comment out sasl.
23744
23745 * message.el (message-skip-to-next-address): New function.
23746 (message-fill-header-address): Refactor.
23747 (message-fill-address): Use it.
23748 (message-delete-address): Use it.
23749 (message-fill-header-general): Refactor.
23750 (message-fill-field-address): Rename.
23751 (message-narrow-to-field): Find the start of the header.
23752 (message-header-format-alist): Don't pre-fill.
23753 (message-fill-header): Remove.
23754 (message-insert-header): New function.
23755 (message-shorten-references): Use it.
23756
23757 * rfc2047.el (rfc2047-field-value): Strip props.
23758
23759 * mail-parse.el (mail-header-make-address): New alias.
23760
23761 * ietf-drums.el (ietf-drums-make-address): New function.
23762
23763 * imap.el: Add compiler directives.
23764
23765 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23766
23767 * gnus-art.el (article-decode-idna-rhs): Don't use
23768 message-idna-inside-rhs-p.
23769
23770 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23771
23772 * message.el (message-idna-inside-rhs-p): Remove.
23773 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23774
23775 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23776 false positives.
23777
23778 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23779
23780 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23781
23782 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23783
23784 * nneething.el (nneething-file-name): Don't create spurious
23785 files.
23786
23787 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23788 (gnus-inews-do-gcc): Remove sleep.
23789
23790 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23791 part under point.
23792
23793 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23794 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23795
23796 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23797
23798 * spam.el (spam-summary-prepare-exit): Fix (length).
23799
23800 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23801
23802 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23803 as expired without moving it" message when there are spam
23804 messages left.
23805
23806 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23807
23808 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23809 header is not nil.
23810
23811 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23812
23813 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23814 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23815 (nntp-marks-changed-p): New arg SERVER.
23816 (nntp-request-update-info): Adjust caller.
23817
23818 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23819
23820 * nntp.el (nntp-save-marks): Pass missing arg.
23821
23822 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23823
23824 * nntp.el: Support marks.
23825 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23826 (nntp-marks-modtime, nntp-marks-directory): New variables.
23827 (nntp-request-set-mark, nntp-request-update-info)
23828 (nntp-possibly-create-directory, nntp-marks-changed-p)
23829 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23830 New functions.
23831
23832 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23833
23834 * gnus-score.el (gnus-score-insert-help):
23835 Use gnus-select-lowest-window.
23836
23837 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23838 appt-select-lowest-window and rename to gnus-select-lowest-window.
23839
23840 * gnus.el: do.
23841
23842 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23843
23844 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23845 encodings of MIME-encoded words, in order to improve
23846 interoperability with several broken MUAs.
23847
23848 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23849
23850 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23851 tags, only when charsets are not specified in headers.
23852 (mm-inline-text-html-render-with-w3m): Ditto.
23853
23854 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23855
23856 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23857 instead of MIME-decoded from fields when checking
23858 `gnus-article-address-banner-alist'.
23859
23860 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23861
23862 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23863 description rather than subject.
23864
23865 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23866
23867 * gnus.el (gnus-version-number): Bump.
23868
23869 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23870
23871 * gnus.el: No Gnus v0.2 is released.
23872
23873 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23874
23875 * gnus-agent.el (gnus-agent-read-agentview):
23876 Inline gnus-uncompress-range.
23877
23878 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23879
23880 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23881 `exec-installed-p'.
23882
23883 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23884
23885 * gnus.el (spam-process, spam-autodetect-methods):
23886 Add bsfilter and bsfilter-headers.
23887
23888 * spam.el (spam-bsfilter): New customize group.
23889 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23890 (spam-bsfilter-header, spam-bsfilter-probability-header)
23891 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23892 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23893 (spam-bsfilter-database-directory): New options.
23894 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23895 (spam-list-of-statistical-checks, spam-registration-functions):
23896 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23897 (spam-bsfilter-score): New command.
23898 (spam-check-bsfilter-headers, spam-check-bsfilter)
23899 (spam-bsfilter-register-with-bsfilter)
23900 (spam-bsfilter-register-spam-routine)
23901 (spam-bsfilter-unregister-spam-routine)
23902 (spam-bsfilter-register-ham-routine)
23903 (spam-bsfilter-unregister-ham-routine): New functions.
23904 (spam-generic-score): Support bsfilter; Accept an optional argument
23905 to recalcurate spam score even if scoring header has already been
23906 added.
23907 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23908 optional argument to recalcurate spam score even if scoring header
23909 has already been added.
23910
23911 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23912
23913 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23914 strings! Reported by David D. Smith <davidsmith@acm.org>.
23915 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23916 link is missing.
23917
23918 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23919
23920 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23921 (html2text-get-attr): Rewrite.
23922
23923 * message.el (message-setup-1): Remove redundant put-text-property
23924 on mail-header-separator.
23925
23926 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23927
23928 * gnus-registry.el (gnus-registry-cache-whitespace)
23929 (gnus-registry-action, gnus-registry-spool-action)
23930 (gnus-registry-split-fancy-with-parent): Change message levels
23931 from 5 to 3 or 7, as needed.
23932
23933 * spam.el (spam-summary-prepare-exit)
23934 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23935 (spam-split, spam-find-spam, spam-log-undo-registration)
23936 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23937 level from 5 to 6.
23938
23939 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23940
23941 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23942 2004-03-04 change).
23943
23944 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23945
23946 * sieve-manage.el (sieve-manage-open):
23947 * nnweb.el (nnweb-insert-html):
23948 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23949 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23950 * nnspool.el (nnspool-request-group):
23951 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23952 * nnml.el (nnml-request-update-info):
23953 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23954 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23955 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23956 (nnimap-request-set-mark):
23957 * nnfolder.el (nnfolder-request-update-info):
23958 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23959 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23960 * gnus-uu.el (gnus-uu-find-articles-matching):
23961 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23962 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23963 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23964 * gnus-nocem.el (gnus-nocem-scan-groups):
23965 * gnus-int.el (gnus-start-news-server):
23966 * gnus-group.el (gnus-group-make-kiboze-group)
23967 (gnus-group-browse-foreign-server):
23968 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23969 Use mapc when appropriate.
23970
23971 2004-04-22 Dan Christensen <jdc@uwo.ca>
23972 Adam Sjøgren <asjo@koldfront.dk>
23973 Wes Hardaker <wes@hardakers.net>
23974 Michael Shields <shields@msrl.com>
23975
23976 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23977 may need for spam sorting and scoring.
23978 (spam-user-format-function-S): Add user format function suitable for
23979 general use.
23980 (spam-article-sort-by-spam-status): Add sorting function for summary
23981 sorting.
23982 (spam-extra-header-to-number): Add function to get a score from a
23983 header.
23984 (spam-summary-score): Add function to get a numeric score from the
23985 headers.
23986 (spam-generic-score): Fix function doc, was in wrong place.
23987 (spam-initialize): Take symbols when it's run, and install the
23988 extra headers that spam-necessary-extra-headers thinks we need.
23989
23990 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23991
23992 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23993 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23994
23995 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23996
23997 * gnus-sum.el (gnus-set-global-variables)
23998 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23999 (gnus-article-get-xrefs, gnus-summary-best-group)
24000 (gnus-summary-next-article, gnus-summary-enter-digest-group)
24001 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24002 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24003 Use with-current-buffer.
24004
24005 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
24006
24007 * spam.el (spam-summary-prepare-exit): Simplify logic.
24008 (spam-fetch-article-header): Read the article header if it's not
24009 available.
24010 (spam-list-articles): Simplify logic.
24011 (spam-filelist-register-routine): Fix bug with unregister-list.
24012
24013 * gnus-registry.el: Fix comments at beginning.
24014
24015 2004-04-16 Jesper Harder <harder@ifa.au.dk>
24016
24017 * message.el (message-cater-to-broken-inn): Remove.
24018 (message-shorten-references): Make sure the total folded length of
24019 References is shorter than 998 characters to cater to a bug in INN
24020 2.3. Also, don't pretend that references aren't folded -- this
24021 hasn't worked for a while.
24022
24023 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24024
24025 * gnus-agent.el (gnus-agentize):
24026 gnus-agent-send-mail-real-function no longer set to current value
24027 of message-send-mail-function but rather a lambda that calls
24028 message-send-mail-function. The change makes the agent real-time
24029 responsive to user changes to message-send-mail-function.
24030
24031 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24032
24033 * legacy-gnus-agent.el
24034 (gnus-agent-convert-to-compressed-agentview): Fix typos with
24035 help from Florian Weimer <fw@deneb.enyo.de>
24036
24037 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24038
24039 * nnmail.el (nnmail-cache-insert): Revert last change.
24040
24041 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24042
24043 * nnmail.el (nnmail-cache-insert): Always check whether
24044 nnmail-cache-ignore-groups matches a group name.
24045
24046 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24047
24048 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24049 (spam-find-spam, spam-log-processing-to-registry)
24050 (spam-log-registered-p, spam-log-unregistration-needed-p)
24051 (spam-log-undo-registration): Use gnus-message instead of
24052 gnus-error, none of these errors are fatal.
24053
24054 * gnus-registry.el (gnus-registry-clean-empty-function)
24055 (gnus-registry-clean-empty): Remove only empty entries without
24056 extra data.
24057
24058 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24059
24060 * spam-stat.el (spam-stat-buffer-change-to-spam)
24061 (spam-stat-buffer-change-to-non-spam): Change (error) to
24062 (gnus-message 8) invocation.
24063
24064 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24065
24066 * nntp.el (nntp-via-netcat-command): New variable.
24067 (nntp-via-netcat-switches): New variable.
24068 (nntp-open-via-rlogin-and-netcat): New function.
24069 (nntp-open-connection-function): Doc fix.
24070 (nntp-telnet-command): Doc fix.
24071 (nntp-end-of-line): Doc fix.
24072 (nntp-via-rlogin-command): Doc fix.
24073 (nntp-via-user-name): Doc fix.
24074 (nntp-via-address): Doc fix.
24075
24076 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24077
24078 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24079 error in Emacs 21.1.
24080
24081 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24082
24083 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24084
24085 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24086
24087 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24088 (gnus-agent-with-refreshed-group): New macro.
24089 (gnus-agent-rename-group): New function.
24090 (gnus-agent-delete-group): New function.
24091 (gnus-agent-save-group-info): Use gnus-command-method when
24092 `method' parameter is nil. Don't write nil entries into the
24093 active file.
24094 (gnus-agent-get-group-info): New function.
24095 (gnus-agent-fetch-articles):
24096 Use gnus-agent-update-files-total-fetched-for to increment disk space
24097 used.
24098 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24099 Use gnus-agent-update-view-total-fetched-for to increment disk space
24100 used.
24101 (gnus-agent-get-local): Add optional parameters to avoid calling
24102 gnus-group-real-name and gnus-find-method-for-group.
24103 (gnus-agent-set-local): Delete stored entry if either min, or max,
24104 are nil.
24105 (gnus-agent-fetch-session): Reworded error/quit messages.
24106 On quit, use gnus-agent-regenerate-group to record existence of any
24107 articles fetched to disk before the quit occurred.
24108 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24109 gnus-agent-update-view-total-fetched-for, and
24110 gnus-agent-update-files-total-fetched-for to decrement disk space
24111 used.
24112 (gnus-agent-retrieve-headers):
24113 Use gnus-agent-update-view-total-fetched-for to increment disk space
24114 used.
24115 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24116 with gnus-agent-update-files-total-fetched-for to decrement disk
24117 space and fresh group buffer.
24118 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24119 (gnus-agent-need-update-total-fetched-for): New variable.
24120 (gnus-agent-update-files-total-fetched-for): New function.
24121 (gnus-agent-update-view-total-fetched-for): New function.
24122 (gnus-agent-total-fetched-for): New function.
24123
24124 * gnus-cache.el (gnus-cache-save-buffers):
24125 Use gnus-cache-update-overview-total-fetched-for to change disk space
24126 used by this group.
24127 (gnus-cache-possibly-enter-article):
24128 Use gnus-cache-update-file-total-fetched-for to increment disk space
24129 used by this group.
24130 (gnus-cache-possibly-remove-article):
24131 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24132 used by this group.
24133 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24134 (gnus-cache-rename-group): New function.
24135 (gnus-cache-delete-group): New function.
24136 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24137 (gnus-cache-need-update-total-fetched-for): New variable.
24138 (gnus-cache-with-refreshed-group): New macro.
24139 (gnus-cache-update-file-total-fetched-for): New function.
24140 (gnus-cache-update-overview-total-fetched-for): New function.
24141 (gnus-cache-rename-group-total-fetched-for): New function.
24142 (gnus-cache-delete-group-total-fetched-for): New function.
24143 (gnus-cache-total-fetched-for): New function.
24144
24145 * gnus-group.el: Require gnus-sum and autoload functions to
24146 resolve warnings when gnus-group.el compiled alone.
24147 (gnus-group-line-format): Documented new %F.
24148 (size of Fetched data) group line format; identifies disk space
24149 used by agent and cache.
24150 (gnus-group-line-format-alist): Defined new F format.
24151 (gnus-total-fetched-for): New function.
24152 (gnus-group-delete-group): No longer update
24153 gnus-cache-active-altered as gnus-request-delete-group now keeps
24154 the cache in sync.
24155 (gnus-group-list-active): Let the agent store a server's active
24156 list if currently plugged.
24157
24158 * gnus-int.el (gnus-request-delete-group):
24159 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24160 local disk in sync with the server.
24161 (gnus-request-rename-group):
24162 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24163 local disk in sync with the server.
24164
24165 * gnus-start.el (gnus-get-unread-articles):
24166 Cosmetic simplification to logic.
24167
24168 * gnus-util.el (gnus-rename-file): New function.
24169
24170 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24171
24172 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24173
24174 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24175
24176 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24177 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24178
24179 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24180
24181 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24182 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24183
24184 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24185
24186 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24187
24188 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24189
24190 * spam.el (spam-set-difference): Add function to replace
24191 gnus-set-difference in spam.el.
24192 (spam-summary-prepare-exit): Use spam-set-difference.
24193
24194 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24195
24196 * gnus-registry.el (gnus-registry-cache-file): Update to use
24197 gnus-dribble-directory OR gnus-home-directory OR ~.
24198 (gnus-registry-split-fancy-with-parent): Fix doc.
24199
24200 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24201
24202 * message.el (message-exchange-point-and-mark):
24203 Use message-mark-active-p. Suggested by Jesper Harder
24204 <harder@ifa.au.dk>.
24205
24206 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24207
24208 * message.el (message-exchange-point-and-mark): Don't activate
24209 region if it was inactive. Suggested by Hiroshi Fujishima
24210 <pooh@nature.tsukuba.ac.jp>.
24211
24212 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24213
24214 * gnus-art.el (article-display-face): Display Faces in the same
24215 order as X-Faces.
24216
24217 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24218
24219 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24220
24221 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24222
24223 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24224 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24225 (gnus-article-mime-hierarchy): Remove.
24226 (gnus-article-mime-hierarchy-next): Remove.
24227 (gnus-article-mode): Revert 2004-03-19 change.
24228 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24229 (gnus-insert-mime-button): Revert 2004-03-19 change.
24230 (gnus-mime-accumulate-hierarchy): Remove.
24231 (gnus-mime-enter-multipart): Remove.
24232 (gnus-mime-leave-multipart): Remove.
24233 (gnus-mime-display-part): Revert 2004-03-19 change.
24234 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24235
24236 * mml.el (mml-preview): Revert 2004-03-19 change.
24237
24238 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24239
24240 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24241
24242 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24243
24244 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24245 t while entering a file name using the mm-with-multibyte macro.
24246 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24247
24248 * mm-util.el (mm-with-multibyte): New macro.
24249
24250 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24251
24252 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24253 New user option.
24254 (gnus-mime-multipart-functions): Doc and customization fix.
24255 (gnus-article-mime-hierarchy): New variable.
24256 (gnus-article-mime-hierarchy-next): New variable.
24257 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24258 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24259 gnus-article-mime-hierarchy-next to nil.
24260 (gnus-insert-mime-button): Show hierarchy numbers.
24261 (gnus-mime-accumulate-hierarchy): New function.
24262 (gnus-mime-enter-multipart): New function.
24263 (gnus-mime-leave-multipart): New function.
24264 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24265 (gnus-mime-display-alternative): Show hierarchy numbers.
24266
24267 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24268 gnus-article-mime-hierarchy-next to nil.
24269
24270 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24271
24272 * dns.el: Don't require gnus-xmas.
24273
24274 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24275
24276 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24277 inline PGP.
24278 (mml-menu): Disable mml-quote-region if mark is inactive.
24279
24280 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24281
24282 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24283 when the group's active is not available.
24284
24285 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24286
24287 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24288 error.
24289
24290 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24291
24292 * imap.el (imap-store-password): New variable.
24293 (imap-interactive-login): Use it.
24294 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24295
24296 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24297
24298 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24299 window-start and hscroll to summary window.
24300
24301 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24302
24303 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24304 conversion message to newsrc-dribble when an actual conversion is
24305 performed.
24306
24307 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24308
24309 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24310
24311 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24312
24313 * mm-decode.el (mm-complicated-handles): New function reviving
24314 former definition of mm-multiple-handles.
24315
24316 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24317 (gnus-mime-delete-part): Use it.
24318
24319 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24320
24321 * gnus-agent.el (gnus-agent-read-local):
24322 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24323 avoid the implicit assumption that they will always be equal.
24324 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24325 coding-system-for-write, as the with-temp-file macro first prints
24326 to a buffer then saves the buffer.
24327
24328 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24329
24330 * gnus-art.el (gnus-article-edit-part): New function.
24331 (gnus-mime-save-part-and-strip): Use it; do query instead of
24332 signaling an error; don't use mm-multiple-handles.
24333 (gnus-mime-delete-part): Ditto.
24334
24335 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24336
24337 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24338 old file versions.
24339 (gnus-group-prepare-hook): Remove function that converted list
24340 form of gnus-agent-expire-days to group properties.
24341
24342 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24343 (gnus-request-accept-article): Re-indented.
24344
24345 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24346 converters to handle old agent file formats. Add logic for a
24347 "backup before upgrading warning".
24348 (gnus-convert-mark-converter-prompt): Developers can mark
24349 functions as needing (default), or not needing,
24350 gnus-convert-old-newsrc's "backup before upgrading warning".
24351 (gnus-convert-converter-needs-prompt): Tests whether the user
24352 should be protected from potentially irreversable changes by the
24353 function.
24354
24355 * legacy-gnus-agent.el: New. Provides converters that are only
24356 loaded when gnus-convert-old-newsrc needs to call them.
24357
24358 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24359
24360 * mail-source.el (mail-source-touch-pop): Doc fix.
24361
24362 * message.el (message-smtpmail-send-it): Doc fix.
24363
24364 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24365
24366 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24367
24368 * nnmail.el (nnmail-split-fancy): do.
24369
24370 * gnus-kill.el (gnus-kill, gnus-execute): do.
24371
24372 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24373
24374 * gnus-sum.el (gnus-widget-reversible-match)
24375 (gnus-widget-reversible-to-internal)
24376 (gnus-widget-reversible-to-external): New functions.
24377 (gnus-widget-reversible): New widget.
24378 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24379
24380 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24381
24382 * gnus-sum.el (gnus-thread-sort-functions)
24383 (gnus-article-sort-functions): Document `(not F)' items.
24384
24385 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24386
24387 * spam.el (spam-use-gmane-xref): Add new backend.
24388 (spam-gmane-xref-spam-group): Add variable to control the name of the
24389 Gmane spam group.
24390 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24391 (spam-regex-headers-spam, spam-regex-headers-ham)
24392 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24393 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24394 backends and checks.
24395 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24396
24397 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24398 an autodetect method.
24399
24400 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24401
24402 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24403 articles are being added to a group.
24404 (gnus-request-replace-article): Inform the agent that articles
24405 need to be uncached as the cached contents are no longer valid.
24406
24407 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24408
24409 * binhex.el: Don't autoload executable-find.
24410
24411 * canlock.el: Don't autoload mail-fetch-field.
24412
24413 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24414
24415 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24416 rmail-dont-reply-to and rmail-output.
24417
24418 * gnus-score.el: Don't autoload ffap-string-at-point.
24419
24420 * gnus-setup.el: Don't autoload sc-cite-original.
24421
24422 * imap.el: Don't autoload base64-decode-string,
24423 base64-encode-string and md5.
24424
24425 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24426 and rmail-msg-restore-non-pruned-header.
24427
24428 * mm-decode.el: Don't autoload executable-find.
24429
24430 * mm-url.el: Don't autoload executable-find.
24431
24432 * mm-view.el: Don't autoload diff-mode.
24433
24434 * nndb.el: Don't autoload news-reply-mode, news-setup,
24435 cancel-timer and telnet.
24436
24437 * password.el: Don't autoload run-at-time for Emacs.
24438
24439 * sha1-el.el: Don't autoload executable-find.
24440
24441 * sieve-mode.el: Don't autoload c-mode.
24442
24443 * uudecode.el: Don't autoload executable-find.
24444
24445 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24446
24447 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24448 (gnus-agent-possibly-alter-active): Avoid null in numeric
24449 comparison.
24450 (gnus-agent-set-local): Refuse to save null in local object table.
24451 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24452 list of articles that will be marked as unread.
24453
24454 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24455
24456 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24457
24458 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24459
24460 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24461 language tags.
24462
24463 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24464
24465 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24466 Don't bind "obarray".
24467
24468 * gnus-sum.el (gnus-thread-sort-functions):
24469 Add `gnus-thread-sort-by-most-recent-number' and
24470 `gnus-thread-sort-by-most-recent-date'.
24471 Reported by Kai Grossjohann <kai@emptydomain.de>.
24472
24473 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24474
24475 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24476
24477 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24478
24479 * gnus-cus.el (gnus-agent-customize-category):
24480 Remove ignore-errors macro reference that required cl to be loaded at
24481 run-time.
24482
24483 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24484 single-interval range of the form (min . max). Previously the
24485 range had to look like ((min . max)). Likewise, return
24486 (min . max) rather than ((min . max)).
24487 (gnus-range-map): Use gnus-range-normalize to accept
24488 single-interval range.
24489
24490 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24491 the cache, but not the agent, now appear with their usual face.
24492
24493 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24494
24495 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24496 w3m-safe-url-regexp variable buffer-local.
24497
24498 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24499
24500 2004-02-27 Simon Josefsson <jas@extundo.com>
24501
24502 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24503 gnus-group-real-prefix.
24504 (gnus-summary-move-article): Use it, instead of
24505 gnus-group-real-prefix.
24506
24507 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24508
24509 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24510 w3m-safe-url-regexp variable buffer-local and set it as the value
24511 of mm-w3m-safe-url-regexp.
24512
24513 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24514
24515 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24516 parsing gnus-posting-styles when the message is not for replying.
24517
24518 * nnrss.el (nnrss-opml-export):
24519 Use mm-set-buffer-file-coding-system instead of
24520 set-buffer-file-coding-system.
24521
24522 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24523
24524 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24525 of checkdoc.el).
24526 * nnrss.el: do.
24527 * gnus-mlspl.el: do.
24528 * gnus-ml.el: do.
24529 * gnus-srvr.el: do.
24530
24531 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24532
24533 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24534
24535 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24536 Corrections to custom-manual links.
24537
24538 * gnus-art.el (gnus-article): Ditto.
24539
24540 * mm-decode.el (mime-display, mime-security): Ditto.
24541
24542 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24543
24544 * flow-fill.el: Typo.
24545
24546 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24547
24548 * spam-wash.el: New file.
24549
24550 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24551
24552 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24553
24554 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24555
24556 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24557 to be run with new-articles as LIST1, not LIST2.
24558 (spam-registration-functions): Add spam-use-ham-copy as a nil
24559 registration backend.
24560
24561 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24562
24563 * spam-stat.el (spam-stat-washing-hook): New option.
24564 (spam-stat-buffer-words): Use it.
24565 (spam-stat-process-directory, spam-stat-test-directory):
24566 Use insert-file-contents-literally.
24567 (spam-stat-coding-system): New variable.
24568 (spam-stat-load, spam-stat-save): Use it.
24569
24570 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24571
24572 * spam-report.el (spam-report-plug-agent):
24573 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24574
24575 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24576
24577 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24578 Allow / in mailto URLs.
24579
24580 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24581
24582 * spam-report.el (spam-report-process-queue): Fix interactive use.
24583 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24584 (spam-report-unplug-agent): Doc fixes.
24585 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24586 (spam-report-agentize, spam-report-deagentize):
24587 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24588
24589 * message.el (message-setup-fill-variables): Add mml tags to
24590 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24591 <ajk@iu.edu>.
24592 (message-mode): Don't modify paragraph-separate there.
24593
24594 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24595
24596 * compface.el (uncompface-use-external): Default to undecided.
24597 (uncompface-use-external-threshold): New variable.
24598 (uncompface-float-time): New macro.
24599 (uncompface): Determine whether to use the external decoder if
24600 uncompface-use-external is undecided.
24601
24602 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24603
24604 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24605 after images.
24606
24607 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24608
24609 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24610
24611 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24612
24613 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24614
24615 * gnus-sum.el (gnus-summary-limit-to-age)
24616 (gnus-summary-limit-children): do.
24617
24618 * gnus-int.el (gnus-request-scan): do.
24619
24620 * gnus-group.el (gnus-group-suspend): do.
24621
24622 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24623
24624 * gnus-cite.el (gnus-cite-parse-attributions): do.
24625
24626 * gnus-agent.el (gnus-summary-set-agent-mark)
24627 (gnus-agent-regenerate-group): do.
24628
24629 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24630
24631 * binhex.el (binhex-decode-region-internal): do.
24632
24633 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24634
24635 * gnus-fun.el (gnus-face-properties-alist): New user option.
24636 (gnus-display-x-face-in-from): Use it.
24637
24638 * gnus-art.el (article-display-face): Ditto.
24639
24640 * compface.el (uncompface-use-external): Default to nil.
24641
24642 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24643
24644 * nntp.el (nntp-erase-buffer): New function.
24645 (nntp-retrieve-data, nntp-send-command)
24646 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24647 (nntp-possibly-change-group): Use it.
24648
24649 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24650 Use with-current-buffer.
24651
24652 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24653
24654 * compface.el: Merge the ELisp-based uncompface program.
24655 (compface): New customization group.
24656 (uncompface-use-external): New user option.
24657 (uncompface): Call uncompface-internal if uncompface-use-external
24658 is nil.
24659 (uncompface-internal): New function. Note that there are also
24660 some other functions and variables added for this function.
24661
24662 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24663
24664 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24665 if necessary.
24666
24667 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24668
24669 * spam-report.el (spam-report-unplug-agent)
24670 (spam-report-plug-agent, spam-report-deagentize)
24671 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24672 Add support for the Agent in spam-report: when unplugged, report to a
24673 file; when plugged, submit all the requests.
24674
24675 * spam.el (spam-register-routine): Fix message about
24676 registration.
24677
24678 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24679
24680 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24681 dependencies.
24682 (rfc2047-encode): Use it.
24683
24684 * gnus-art.el (gnus-button-marker-list): Move before first
24685 reference.
24686
24687 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24688 (imap-parse-body): Fix format string mismatch.
24689
24690 * gnus-score.el (gnus-summary-increase-score): do.
24691
24692 * nnrss.el (nnrss-close): New function.
24693
24694 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24695
24696 * nnrss.el (nnrss-make-filename): New function.
24697 (nnrss-request-delete-group, nnrss-read-server-data)
24698 (nnrss-save-server-data, nnrss-read-group-data)
24699 (nnrss-save-group-data): Use it.
24700 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24701 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24702 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24703
24704 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24705
24706 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24707
24708 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24709
24710 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24711 files.
24712
24713 * message.el (message-generate-headers-first): Don't quote nil
24714 and t in docstrings.
24715
24716 * imap.el (imap-id): do.
24717
24718 * gnus-agent.el (gnus-agent-consider-all-articles)
24719 (gnus-agent-queue-mail): do.
24720
24721 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24722
24723 * spam-report.el (spam-report-process-queue): New function.
24724 Process requests from `spam-report-requests-file'.
24725 (spam-report-process-queue): Doc fix.
24726
24727 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24728
24729 * spam.el (spam-register-routine)
24730 (spam-log-processing-to-registry, spam-log-registered-p)
24731 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24732 Change "check" to "spam-check" for semi-clarity.
24733
24734 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24735
24736 * pop3.el: Require nnheader.
24737
24738 * mml-smime.el: Require cl. Autoload message-fetch-field.
24739
24740 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24741
24742 * gnus-picon.el: Require cl.
24743
24744 * gnus-fun.el: Require gnus-ems and gnus-util.
24745
24746 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24747
24748 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24749
24750 * gnus-art.el (gnus-article-edit-mode): Define before first
24751 reference.
24752
24753 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24754
24755 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24756 (gnus-uu-post-encoded): Use point-at-bol.
24757
24758 * gnus-topic.el (gnus-group-active-topic-p): do.
24759
24760 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24761
24762 * gnus-group.el (gnus-group-kill-region): do.
24763
24764 * gnus-art.el (article-date-ut): do.
24765
24766 * message.el (message-fetch-field): Remove redundant
24767 case-fold-search binding.
24768 (message-narrow-to-field): Simplify.
24769
24770 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24771
24772 * spam.el (spam-directory): Derive from `gnus-directory'.
24773
24774 * spam-report.el (spam-report-url-to-file)
24775 (spam-report-requests-file): New function and variable for offline
24776 reporting.
24777 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24778 and user defined function.
24779 (spam-report-url-ping-mm-url): Remove doubled slash.
24780
24781 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24782
24783 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24784
24785 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24786
24787 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24788 Fix format string mismatch.
24789
24790 * sieve.el (sieve-deactivate-all): do.
24791
24792 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24793
24794 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24795
24796 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24797
24798 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24799
24800 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24801
24802 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24803 the list of checks.
24804
24805 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24806
24807 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24808 padding.
24809
24810 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24811
24812 * mm-view.el (mm-fill-flowed): New variable.
24813 (mm-inline-text): Use it.
24814
24815 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24816
24817 * spam.el (spam-spamassassin-register-ham-routine)
24818 (spam-spamassassin-register-spam-routine): Fix function names.
24819
24820 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24821
24822 * gnus.el (gnus-tmp-grouplens): Remove.
24823 (gnus-summary-line-format): Remove grouplens.
24824
24825 * gnus-group.el (gnus-group-line-format): Ditto.
24826
24827 * gnus-spec.el (gnus-format-specs): Ditto.
24828 (gnus-update-format-specifications): Flush the group format spec
24829 cache if there's the grouplens stuff.
24830 (gnus-parse-simple-format): Replace %l with the empty string.
24831
24832 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24833
24834 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24835 omission.
24836
24837 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24838
24839 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24840 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24841
24842 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24843
24844 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24845 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24846 New macros and functions.
24847 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24848 Handle > NLINK_MAX messages.
24849 * nnmaildir.el (nnmaildir-request-set-mark):
24850 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24851
24852 2004-01-25 Alex Schroeder <alex@gnu.org>
24853
24854 * spam-stat.el (spam-stat-process-directory-age): New option.
24855 (spam-stat-process-directory): Use it.
24856
24857 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24858
24859 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24860 (spam-stat-save): Accept prefix argument.
24861
24862 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24863
24864 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24865 links" error.
24866
24867 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24868
24869 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24870 compatibility with old .newsrc.eld files.
24871
24872 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24873
24874 * gnus-start.el (gnus-1): do.
24875
24876 * gnus-group.el (gnus-group-line-format-alist): do.
24877
24878 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24879
24880 * gnus-gl.el: Remove.
24881
24882 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24883
24884 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24885 marks consisting of a single range {for example, (3 . 5)} rather
24886 than a list of a single range { ((3 . 5)) }.
24887
24888 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24889
24890 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24891 Use with-current-buffer.
24892 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24893 avoid consing a string.
24894
24895 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24896 Remove obsolete entries for big5 and gb2312.
24897
24898 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24899
24900 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24901 uncompressed list.
24902
24903 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24904
24905 * spam-stat.el (spam-stat-strip-xref): New function.
24906 (spam-stat-process-directory): Use it.
24907
24908 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24909 here -- it's done in message-fetch-field.
24910
24911 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24912
24913 * gnus-agent.el (gnus-agent-queue-mail)
24914 (gnus-agent-prompt-send-queue): New variables.
24915 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24916 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24917 "nndraft:queue" along to gnus-draft-send.
24918 Use gnus-agent-prompt-send-queue.
24919 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24920 is "nndraft:queue". Suggested by Gaute Strokkenes
24921 <gs234@srcf.ucam.org>
24922
24923 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24924 (agent-enable-undownloaded-faces): Add.
24925 (gnus-agent-cat-groups): Use eval-and-compile, not
24926 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24927 method of gnus-agent-cat-groups even when the buffer has been
24928 evalled.
24929 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24930 delete gnus-agent-save-active-1.
24931 (gnus-agent-save-groups): Delete. Identical to
24932 gnus-agent-save-active.
24933 (gnus-agent-write-active): No longer adjust agent's copy of active
24934 file as agent's adjustments are now stored in their own
24935 file. Remove optional parameter.
24936 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24937 servers. Add use of min/max range limits from server's local
24938 file.
24939 (gnus-agent-save-alist): Remove unused optional argument.
24940 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24941 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24942 (gnus-agent-set-local): A per-server file that keeps min/max range
24943 limits for articles known to the agent. Provides a fast mechanism
24944 for altering many active ranges.
24945 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24946 active file (local makes it unnecessary).
24947 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24948
24949 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24950 (agent-enable-undownloaded-faces): Add.
24951
24952 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24953 disable it when sending to "nndraft:queue".
24954 (gnus-group-send-queue): Add safety check to avoid sending queue
24955 when unplugged.
24956
24957 * gnus-group.el (gnus-group-catchup): Use new
24958 gnus-sequence-of-unread-articles, not
24959 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24960 numbers of articles. Use gnus-range-map to avoid having to
24961 uncompress the unread list.
24962 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24963 Fix invalid ange-ftp reference.
24964
24965 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24966 (gnus-sorted-range-intersection): Intersection of two ranges
24967 without requiring that they first be uncompressed.
24968
24969 * gnus-start.el (gnus-activate-group): Unless blocked by the
24970 caller, possibly expand the active range to include both cached
24971 and agentized articles.
24972 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24973 multiple version-dependent converters.
24974 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24975 gnus-agent-save-active.
24976 (gnus-save-newsrc-file): Save dirty agent range limits.
24977
24978 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24979 gnus-agent-possibly-alter-active.
24980 (gnus-adjust-marked-articles): Faster handling of simple lists.
24981
24982 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24983
24984 * spam-stat.el (spam-stat-test-directory): New optional argument
24985 displays a list of files detected. Suggested by Andrew Cohen
24986 <cohen@andy.bu.edu>.
24987 (spam-stat-buffer-words-with-scores): Don't narrow and change
24988 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24989
24990 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24991
24992 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24993 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24994 (spam-spamassassin-arguments)
24995 (spam-spamassassin-spam-flag-header)
24996 (spam-spamassassin-positive-spam-flag-header)
24997 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24998 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24999 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25000 (spam-list-of-processors, spam-list-of-checks)
25001 (spam-list-of-statistical-checks, spam-registration-functions)
25002 (spam-check-spamassassin-headers, spam-check-spamassassin)
25003 (spam-spamassassin-score)
25004 (spam-spamassassin-register-with-sa-learn)
25005 (spam-spamassassin-register-spam-routine)
25006 (spam-spamassassin-register-ham-routine)
25007 (spam-assassin-register-spam-routine)
25008 (spam-assassin-register-ham-routine): Add SpamAssassin support.
25009 (spam-bogofilter-score): Fix to show article before scoring.
25010
25011 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
25012
25013 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25014 default scoring function.
25015 (spam-generic-score): Call spam-spamassassin-score if
25016 spam-use-spamassassin or spam-use-spamassassin-headers is on;
25017 spam-bogofilter-score otherwise.
25018
25019 * gnus.el (spam-process, spam-autodetect-methods):
25020 Add spamassassin and spamassassin-headers.
25021
25022 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
25023
25024 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25025 Suppress unnecessary messages.
25026
25027 2004-01-20 Jesper Harder <harder@ifa.au.dk>
25028
25029 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25030 make-hash-table.
25031
25032 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
25033
25034 * canlock.el (base64-encode-string): Don't autoload it.
25035
25036 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
25037
25038 * run-at-time.el: Remove useless (require 'itimer),
25039 eval-and-compile and (featurep 'xemacs).
25040
25041 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25042
25043 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25044 GROUP is a virtual group.
25045
25046 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25047
25048 * gnus.el: Autoload `message-y-or-n-p'.
25049
25050 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25051
25052 * pgg-parse.el: Remove unnecessary (require 'custom).
25053
25054 * pgg-def.el: do.
25055
25056 * nnmail.el: do.
25057
25058 * gnus-undo.el: do.
25059
25060 * gnus-picon.el: do.
25061
25062 * gnus-util.el: do.
25063
25064 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25065
25066 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25067
25068 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25069
25070 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25071 handle, as well as a list.
25072
25073 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25074 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25075 (mm-w3m-cid-retrieve): Simplify.
25076
25077 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25078
25079 * message.el (message-kill-to-signature): Allow prefix arg to
25080 specify number of lines to keep before signature.
25081
25082 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25083
25084 * message.el (message-kill-to-signature): Change docstring.
25085
25086 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25087
25088 * canlock.el: Always require sha1-el.
25089 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25090
25091 * message.el: Autoload sha1 only when compiling.
25092
25093 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25094
25095 * message.el (message-canlock-generate): Require sha1-el.
25096
25097 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25098
25099 * message.el (message-expand-name): Silence the byte compiler.
25100
25101 2004-01-13 Simon Josefsson <jas@extundo.com>
25102
25103 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25104 Invoke gnus-score-mode.
25105 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25106
25107 * gnus-range.el (gnus-compress-sequence): Doc fix.
25108 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25109
25110 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25111
25112 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25113
25114 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25115
25116 * spam.el (spam-get-article-as-string): Update to use
25117 gnus-request-article-this-buffer, much simpler.
25118 (spam-get-article-as-buffer): Remove.
25119
25120 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25121
25122 * message.el (message-expand-name): Use EUDC if the user uses that.
25123
25124 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25125
25126 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25127 character for the encoding to avoid consing a string.
25128
25129 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25130 unnecessarily.
25131
25132 * mm-util.el (mm-replace-chars-in-string): Remove.
25133
25134 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25135 of mm-replace-chars-in-string.
25136
25137 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25138
25139 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25140
25141 * mm-util.el (mm-subst-char-in-string): Support inplace.
25142
25143 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25144 a new string in every iteration. Use shy groups.
25145
25146 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25147
25148 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25149 * gnus-soup.el (gnus-soup-group-brew):
25150 * gnus-msg.el (gnus-put-message):
25151 * gnus-move.el (gnus-group-move-group-to-server):
25152 * gnus-kill.el (gnus-batch-score):
25153 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25154 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25155 (gnus-group-update-group, gnus-group-read-group)
25156 (gnus-group-make-group, gnus-group-make-help-group)
25157 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25158 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25159 (gnus-group-sort-by-unread, gnus-group-catchup)
25160 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25161 (gnus-group-yank-group, gnus-group-set-info)
25162 (gnus-group-list-groups):
25163 * gnus.el (gnus-generate-new-group-name):
25164 * gnus-delay.el (gnus-delay-send-queue):
25165 * nnvirtual.el (nnvirtual-catchup-group):
25166 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25167 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25168 (gnus-group-prepare-topics, gnus-topic-check-topology):
25169 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25170 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25171 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25172 (gnus-group-make-articles-read):
25173 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25174 (gnus-group-change-level, gnus-kill-newsgroup)
25175 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25176 (gnus-get-unread-articles, gnus-make-articles-unread)
25177 (gnus-make-ascending-articles-unread): Use accessor
25178 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25179 to get group information for improved readability.
25180
25181 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25182
25183 * gnus-art.el (article-decode-mime-words, article-babel)
25184 (gnus-article-highlight-signature, gnus-article-add-buttons)
25185 (gnus-signature-toggle): Use gnus-with-article-buffer.
25186
25187 * gnus-art.el (gnus-article-highlight-headers)
25188 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25189
25190 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25191 (gnus-article-set-globals, gnus-request-article-this-buffer)
25192 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25193 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25194 (gnus-mime-display-alternative): Use with-current-buffer.
25195
25196 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25197
25198 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25199 also under 80 char limit, and call gnus-error if needed.
25200 (spam-fetch-article-header): Fix - it was a
25201 buffer-local variable (gnus-newsgroup-data).
25202 (spam-find-spam): Use spam-generate-fake-headers, forget about
25203 spam-insert-fake-headers.
25204 (spam-insert-fake-headers): Remove.
25205
25206 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25207
25208 * deuglify.el (gnus-article-outlook-unwrap-lines)
25209 (gnus-outlook-rearrange-article)
25210 (gnus-outlook-repair-attribution-outlook)
25211 (gnus-outlook-repair-attribution-block)
25212 (gnus-outlook-repair-attribution-other): Remove redundant
25213 save-excursion.
25214
25215 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25216
25217 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25218 (spam-fetch-field-subject-fast)
25219 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25220 (spam-fetch-article-header): Add functions to deal with Gnus
25221 internals for fast retrieval of article header data.
25222 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25223
25224 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25225
25226 * pop3.el (pop3-md5): Remove.
25227 (pop3-apop): Replace pop3-md5 with md5.
25228
25229 * mm-bodies.el: base64 is always built-in.
25230
25231 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25232 Use with-current-buffer.
25233
25234 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25235
25236 * canlock.el (canlock-insert-header): Remove excessive grouping in
25237 regexp.
25238
25239 * gnus-sum.el (gnus-summary-read-document): Ditto.
25240
25241 * gnus-uu.el (gnus-uu-part-number): Ditto.
25242
25243 * html2text.el (html2text-remove-tags): Ditto.
25244 (html2text-format-tags): Ditto.
25245 (html2text-format-single-elements): Ditto.
25246
25247 * mml.el (mml-parse-1): Ditto.
25248
25249 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25250
25251 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25252
25253 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25254
25255 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25256
25257 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25258
25259 2003-11-15 Simon Josefsson <jas@extundo.com>
25260
25261 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25262 (pgg-gpg-lookup-key): Use regexp match instead of
25263 split-string (split-string is different between emacs 21.2 and
25264 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25265
25266 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25267
25268 * gnus-art.el (gnus-mime-view-all-parts)
25269 (gnus-article-part-wrapper, gnus-article-view-part):
25270 Use with-current-buffer.
25271
25272 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25273
25274 * spam.el (spam-disable-spam-split-during-ham-respool)
25275 (spam-spamoracle-database, spam-cache-lookups)
25276 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25277 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25278 (spam-group-ham-marks, spam-group-spam-marks)
25279 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25280 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25281 also add spam-use-blackholes to the statistical checks.
25282 (spam-fetch-field-fast): Add interface to fetching fields, may
25283 become a macro.
25284 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25285 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25286 (spam-insert-fake-headers): Fake an article when needed.
25287 (spam-find-spam): Fake article when possible.
25288 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25289 (spam-check-bogofilter-headers): Use message-fetch-field instead
25290 of nnmail-fetch-field.
25291
25292 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25293
25294 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25295
25296 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25297
25298 * spam.el (spam-split): Do not require spam-use-CHECK to be
25299 enabled if that check is passed to spam-split explicitly; also
25300 fix so 'spam doesn't get converted to spam-split-group when
25301 spam-split-symbolic-return is t.
25302 (spam-find-spam): Find registrations of the article and use those
25303 instead of re-running spam-split to find the spam/ham
25304 classification of the article.
25305 (spam-log-processing-to-registry, spam-log-registered-p)
25306 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25307 Use gnus-error instead of gnus-message.
25308 (spam-log-registration-type): Add function to determine the
25309 classification of a message based on registry entries; will
25310 return nil if both 'spam and 'ham are found.
25311 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25312 a reasonably fast local cache without the loading errors.
25313 (spam-cache-lookups): Set to t by default.
25314 (spam-find-spam): Don't try to guess spam-cache-lookups.
25315 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25316 spam-caches entry.
25317 (spam-filelist-build-cache, spam-filelist-check-cache):
25318 Fix caching of whitelist/blacklist entries.
25319 (spam-check-whitelist, spam-check-blacklist):
25320 Invoke spam-from-listed-p with a type, not a cache variable.
25321 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25322
25323 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25324
25325 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25326
25327 * nnmail.el (nnmail-split-fancy): do.
25328
25329 * mml.el (mml-parse): do.
25330
25331 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25332 (gnus-score-adaptive): do.
25333
25334 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25335
25336 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25337 (gnus-mime-button-map): Don't set keymap parent.
25338 (gnus-button-ctan-directory-regexp): Use shy grouping.
25339 (gnus-prev-page-map): Don't set keymap parent.
25340 (gnus-prev-page-map): Remove duplicated one.
25341 (gnus-next-page-map): Don't set keymap parent.
25342 (gnus-mime-security-button-map): Ditto.
25343
25344 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25345 version number.
25346
25347 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25348
25349 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25350
25351 * canlock.el (canlock-sha1-function): Remove.
25352 (canlock-sha1-function-for-verify): Remove.
25353 (canlock-openssl-program): Remove.
25354 (canlock-openssl-args): Remove.
25355 (canlock-ignore-errors): Remove.
25356 (canlock-sha1-with-openssl): Remove.
25357 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25358 (canlock-verify): Don't use canlock-ignore-errors.
25359
25360 * sha1-el.el (sha1-string-external): Make it can return a string
25361 in binary form.
25362 (sha1-region-external): Ditto.
25363 (sha1-string-internal): Ditto.
25364 (sha1-region-internal): Ditto.
25365 (sha1-region): Ditto.
25366 (sha1-string): Ditto.
25367 (sha1): Ditto.
25368
25369 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25370
25371 * spam.el (spam-report-articles-gmane): New command.
25372
25373 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25374
25375 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25376
25377 * run-at-time.el (run-at-time-saved): Remove.
25378 (run-at-time): Doc fix.
25379
25380 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25381
25382 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25383 (gnus-summary-limit-map): Add it.
25384 (gnus-summary-make-menu-bar): do.
25385
25386 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25387
25388 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25389 Make attempt at some caching support (done for BBDB only now).
25390 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25391 addresses to be checked.
25392 (spam-clear-cache-BBDB): Add function, to be invoked by
25393 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25394 (spam-check-BBDB): Check and use the caches, if
25395 spam-cache-lookups is on, remove superfluous (provide).
25396
25397 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25398
25399 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25400
25401 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25402
25403 * run-at-time.el (run-at-time-saved): Move to after the definition
25404 of `run-at-time'.
25405
25406 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25407
25408 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25409 mm-w3m-local-map-property.
25410
25411 * mm-view.el (mm-w3m-mode-map): Remove.
25412 (mm-w3m-local-map-property): Remove.
25413 (mm-inline-text-html-render-with-w3m): Don't use
25414 mm-w3m-local-map-property.
25415
25416 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25417
25418 * run-at-time.el: New file.
25419
25420 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25421 of gnus-set-text-properties.
25422
25423 * gnus-uu.el (gnus-uu-save-article): Ditto.
25424
25425 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25426
25427 * gnus-cite.el (gnus-cite-parse): Ditto.
25428
25429 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25430 of gnus-.
25431
25432 * gnus.el: Change calls to nnheader-run-at-time and
25433 password-run-at-time throughout to use run-at-time directly.
25434
25435 * password.el: Remove definition of run-at-time.
25436
25437 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25438
25439 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25440 in prompt.
25441
25442 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25443
25444 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25445 XEmacs version.
25446
25447 * dns.el (dns-make-network-process): Use `open-network-stream'
25448 instead of `gnus-xmas-open-network-stream'.
25449
25450 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25451
25452 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25453
25454 * gnus-art.el (gnus-mime-display-alternative)
25455 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25456 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25457 Don't use gnus-local-map-property.
25458
25459 * gnus-util.el (gnus-local-map-property): Remove.
25460
25461 * mm-view.el (mm-view-pkcs7-decrypt):
25462 Replace gnus-completing-read-maybe-default with completing-read.
25463
25464 * gnus-util.el (gnus-completing-read): do.
25465 (gnus-completing-read-maybe-default): Remove.
25466
25467 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25468
25469 * password.el: Only autoload `run-at-time' if not XEmacs.
25470 Only autoload the itimer functions if XEmacs.
25471
25472 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25473
25474 * gnus-art.el (gnus-read-string): Remove.
25475 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25476 read-string.
25477
25478 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25479
25480 * netrc.el: Autoload password-read.
25481 (netrc): Add configuration group.
25482 (netrc-encoding-method, netrc-openssl-path):
25483 Add variables for encoding and decoding of files with symmetric
25484 ciphers.
25485 (netrc-encode): Add assistant function to encode a file with
25486 netrc-encoding-method.
25487 (netrc-parse): Add interactive parameter, added optional
25488 decoding if netrc-encoding-method is non-nil but otherwise
25489 behavior is standard.
25490 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25491 Do s/encode/encrypt/ everywhere.
25492
25493 * spam.el: Remove executable-find autoload.
25494
25495 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25496
25497 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25498
25499 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25500
25501 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25502
25503 * gnus-art.el (gnus-treat-ansi-sequences)
25504 (article-treat-ansi-sequences): New variable and function.
25505 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25506
25507 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25508 Use it.
25509
25510 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25511
25512 * mm-util.el (mm-quote-arg): Remove.
25513
25514 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25515 shell-quote-argument.
25516
25517 * gnus-uu.el (gnus-uu-command): do.
25518
25519 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25520
25521 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25522 with make-char.
25523
25524 * mm-util.el (mm-make-char): Remove.
25525
25526 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25527 add-minor-mode.
25528
25529 * gnus-undo.el (gnus-undo-mode): do.
25530
25531 * gnus-topic.el (gnus-topic-mode): do.
25532
25533 * gnus-sum.el (gnus-dead-summary-mode): do.
25534
25535 * gnus-start.el (gnus-slave-mode): do.
25536
25537 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25538
25539 * gnus-ml.el (gnus-mailing-list-mode): do.
25540
25541 * gnus-gl.el (gnus-grouplens-mode): do.
25542
25543 * gnus-draft.el (gnus-draft-mode): do.
25544
25545 * gnus-dired.el (gnus-dired-mode): do.
25546
25547 * gnus-ems.el (gnus-add-minor-mode): Remove.
25548
25549 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25550 Replace gnus-char-width with char-width.
25551
25552 * gnus-ems.el (gnus-char-width): Remove.
25553
25554 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25555 Replace gnus-char-width with char-width.
25556
25557 * gnus-ems.el (gnus-char-width): Remove.
25558
25559 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25560 definition.
25561 Remove Emacs 20 hash table compatibility code.
25562
25563 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25564 20 compatibility code.
25565
25566 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25567
25568 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25569
25570 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25571 Replace with point-at-{eol,bol}.
25572
25573 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25574
25575 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25576
25577 * flow-fill.el (fill-flowed-point-at-bol)
25578 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25579
25580 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25581 Replace with point-at-{eol,bol} throughout all files.
25582
25583 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25584
25585 * ntlm.el (ntlm-string-as-unibyte): New macro.
25586 (ntlm-build-auth-response): Use it.
25587
25588 Remove Emacs 20 stuff:
25589 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25590 of delq and copy-sequence.
25591 * gnus-art.el (popup-menu): Remove the compiler macro.
25592 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25593 Emacs 20.
25594
25595 2004-01-05 Simon Josefsson <jas@extundo.com>
25596
25597 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25598 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25599 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25600 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25601 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25602 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25603 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25604 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25605 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25606 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25607 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25608 string-xor into ntlm-string-xor.
25609 Suggested by Jesper Harder <harder@myrealbox.com>.
25610
25611 * ntlm.el: Don't include poem.
25612
25613 * md4.el (print-int32, print-string-hexa): Remove.
25614 Suggested by Jesper Harder <harder@myrealbox.com>.
25615
25616 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25617
25618 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25619 probably breaks emacs with DL patch, but do we care? Is anyone
25620 still using the DL stuff?)
25621
25622 * sieve-manage.el: Use the password package.
25623 (sieve-manage-read-passwd): Remove.
25624 (sieve-manage-interactive-login): Use password. Re-add
25625 condition-case around loop.
25626
25627 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25628 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25629 Use the password package.
25630
25631 2003-02-19 Simon Josefsson <jas@extundo.com>
25632
25633 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25634 token.
25635
25636 2002-08-07 Simon Josefsson <jas@extundo.com>
25637
25638 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25639 (sieve-manage-authenticators)
25640 (sieve-manage-authenticator-alist): Add some SASL mechs.
25641 (sieve-sasl-auth): New function.
25642 (sieve-manage-cram-md5-auth)
25643 (sieve-manage-plain-auth): Rewrite using SASL library.
25644 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25645 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25646 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25647 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25648
25649 2004-01-05 Simon Josefsson <jas@extundo.com>
25650
25651 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25652 New files.
25653
25654 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25655
25656 * gnus-group.el (gnus-no-groups-message): Update.
25657
25658 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25659
25660 2003-11-09 Simon Josefsson <jas@extundo.com>
25661
25662 * imap.el: Support for ID IMAP extension (RFC 2971).
25663 (imap-local-variables): Add imap-id.
25664 (imap-id): New variable.
25665 (imap-id): New function.
25666 (imap-parse-response): Parse untagged ID response.
25667 * nnimap.el (nnimap-id): New variable.
25668 (nnimap-open-connection): Use it.
25669
25670 2003-12-28 Simon Josefsson <jas@extundo.com>
25671
25672 * gnus-score.el (gnus-score-edit-all-score): New.
25673 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25674
25675 2004-01-04 Simon Josefsson <jas@extundo.com>
25676
25677 * password.el: Add.
25678
25679 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25680
25681 * dns.el (dns-query-types): Fix typo.
25682 (dns-query-types): New function.
25683 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25684 PTR and SOA replies, see RFC 1035.
25685
25686 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25687
25688 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25689
25690 * Move to Changelog.2.
25691
25692 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25693
25694 * gnus.el (gnus-version-number): Bump version.
25695
25696 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25697
25698 * gnus.el: No Gnus v0.1 is released.
25699
25700 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25701
25702 * gnus.el: No Gnus v0.0 is released.
25703
25704 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25705
25706 * gnus.el (gnus-version-number): Bump.
25707 (gnus-version): No.
25708
25709 See ChangeLog.2 for earlier changes.
25710
25711 Copyright (C) 2004-2014 Free Software Foundation, Inc.
25712
25713 This file is part of GNU Emacs.
25714
25715 GNU Emacs is free software: you can redistribute it and/or modify
25716 it under the terms of the GNU General Public License as published by
25717 the Free Software Foundation, either version 3 of the License, or
25718 (at your option) any later version.
25719
25720 GNU Emacs is distributed in the hope that it will be useful,
25721 but WITHOUT ANY WARRANTY; without even the implied warranty of
25722 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25723 GNU General Public License for more details.
25724
25725 You should have received a copy of the GNU General Public License
25726 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25727
25728 ;; Local Variables:
25729 ;; coding: utf-8
25730 ;; fill-column: 79
25731 ;; add-log-time-zone-rule: t
25732 ;; End: