Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.org
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * mml.el: Require url when compiling.
4
5 * gnus-cloud.el (gnus-cloud-parse-version-1):
6 Use plist-get rather than CL's getf.
7 (gnus-activate-group, gnus-subscribe-group): Declare.
8
9 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
10
11 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
14 buttons when toggling the header off.
15
16 2014-03-23 Daiki Ueno <ueno@gnu.org>
17
18 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
19 commands here; instead, only check if epg-config.el is available.
20
21 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
22
23 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
24 messages with embedded images.
25 (mml-generate-mime): Don't bug out if you don't have libxml.
26
27 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
28
29 * message.el (message-make-html-message-with-image-files): New command.
30
31 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
32
33 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
34
35 2014-03-23 David Engster <deng@randomsample.de>
36
37 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
38 to stay compatible with older Emacsen, so replace `cl-loop' with
39 `loop'.
40
41 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
42
43 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
44 Display header attachment buttons by gnus-article-prepare-display
45 rather than gnus-article-prepare so as to view in mml-preview as well.
46
47 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
48
49 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
50 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
51
52 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
53
54 * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
55 buttons that are hidden in unselected alternative part as well.
56 (gnus-mime-display-alternative): Redraw attachment buttons in header.
57
58 * gmm-utils.el (gmm-labels): Add edebug spec.
59
60 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
61
62 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
63 keystroke.
64 (gnus-server-toggle-cloud-server): Only allow clouding applicable
65 types.
66
67 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
68
69 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
70
71 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
72 New user option.
73 (gnus-mime-buttonize-attachments-in-header): New function.
74 (gnus-article-prepare): Use it.
75 (gnus-mime-inline-part): Suppress extra newline.
76 (gnus-mm-display-part): Save excursion;
77 remove useless deleting and adding of buttons.
78 (gnus-insert-mime-button): Allow insertion in the middle of a line.
79
80 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
81 Add gnus-mime-buttonize-attachments-in-header.
82
83 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
84
85 * nnimap.el (nnimap-request-articles): New command to download several
86 articles at once.
87
88 * gnus.el (gnus-variable-list): Save Cloud variables.
89
90 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
91
92 * gnus-cloud.el: New file to provide the Emacs Cloud.
93
94 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
95 `url-retrieve-synchronously', apparently.
96
97 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
98 XEmacs.
99
100 * nnrss.el (libxml-parse-html-region): Silence compilation error.
101
102 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
103
104 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
105 `gnus-group-split-fancy'.
106
107 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
108
109 * message.el (message-remove-header): Doc fix.
110 (message-forward-included-headers): New variable.
111 (message-remove-ignored-headers): Use it.
112
113 2014-03-23 Dave Abrahams <dave@boostpro.com>
114
115 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
116
117 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
118
119 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
120 from random face commands.
121 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
122 Face.
123 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
124 (gnus--random-face-with-type): Generic function returning a face-type
125 as a string.
126 (gnus--insert-random-face-with-type): Generic function inserting a face
127 in a message buffer header.
128 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
129 (gnus-insert-random-x-face-header): Rewritten to use
130 `gnus--insert-random-face-with-type`.
131 (gnus-random-face): Return random (png) Face as string.
132 (nus-insert-random-face-header): Insert random (png) Face in a message
133 buffer.
134
135 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
136
137 * mm-url.el: Remove all usage of w3.
138
139 * nnrss.el: Ditto.
140
141 * mm-decode.el: Ditto.
142
143 * mm-view.el: Ditto.
144
145 * gnus-setup.el: Remove outdated file.
146
147 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
148
149 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
150 groups work again.
151
152 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
153
154 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
155 999 correctly (i.e. "1,342").
156
157 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
158
159 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
160 out if the directory doesn't exist.
161
162 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
163
164 * gnus-group.el (gnus-group-make-group): Clarify prompt.
165
166 2014-02-22 Daniel Colascione <dancol@dancol.org>
167
168 * auth-source.el (auth-source-secrets-listify-pattern): New function.
169 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
170 instead, build list of patterns.
171
172 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
173
174 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
175 in `auth-sources' means and link to EPA docs.
176
177 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
178
179 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
180 (bug#12375).
181
182 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
183
184 * message.el (message-tab): Mention what happens on normal tabs
185 (bug#11297).
186
187 2014-02-08 Glenn Morris <rgm@gnu.org>
188
189 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
190
191 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
192
193 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
194 with an empty string.
195
196 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
197
198 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
199 buffer-local in some buffers, so bind it explicitly in the buffer we're
200 trying to cancel the article in (bug#10808).
201
202 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
203
204 * gnus-int.el (gnus-request-accept-article): Doc fix.
205
206 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
207
208 * nnir.el (nnir-request-update-mark): Don't try to update the source
209 group if we can't find it (bug#16611).
210
211 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
212
213 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
214
215 2014-01-31 Dave Abrahams <dave@boostpro.com>
216
217 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
218 in the summary buffer (bug#13769).
219
220 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
221
222 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
223 name if we're using a single article buffer. Otherwise, it may point
224 to a killed buffer (bug#13756).
225
226 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
227
228 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
229 the match data, just save and restore it explictly (bug#12375).
230
231 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
232 that's needed.
233
234 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
235 the code once (bug#9069).
236
237 2014-01-18 Steinar Bang <sb@dod.no>
238
239 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
240 reading.
241
242 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
243
244 * message.el (message-bury): Call bury-buffer with no argument
245 in the message-return-action case too.
246
247 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
248
249 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
250 (nnimap-split-fancy, nnimap-split-methods): Declare.
251
252 * mm-util.el (help-function-arglist): Declare.
253
254 2013-12-28 Glenn Morris <rgm@gnu.org>
255
256 * gnus-sieve.el (gnus-sieve-select-method):
257 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
258 (gravatar-rating, gravatar-size):
259 * message.el (message-minibuffer-local-map):
260 * sieve-manage.el (sieve-manage-authenticators)
261 (sieve-manage-authenticator-alist): Specify custom types.
262
263 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
264 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
265 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
266
267 * auth-source.el (auth-sources):
268 * nnmairix.el (nnmairix-propagate-marks-upon-close):
269 Fix custom types.
270
271 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
272
273 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
274 we get proper traces there, too.
275
276 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
277
278 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
279 value of the parameters if the current article has a Reply-To or From
280 field.
281
282 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
283
284 * gnus.el (gnus-group-buffer): Remove duplicate definition.
285
286 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
287
288 * gnus-sum.el (gnus-summary-exit): Stop animations.
289
290 2013-12-19 Juri Linkov <juri@jurta.org>
291
292 * gnus.el (gnus-suppress-keymap):
293 * gnus-art.el (gnus-article-mode-map):
294 * gnus-group.el (gnus-group-mode-map):
295 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
296 Remove [backspace] key binding because it shadows DEL (bug#16035).
297
298 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
299
300 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
301
302 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
303 Make sure work directory exists.
304 (gnus-uu-digest-mail-forward): Store temporary files in work directory
305 rather than tmp directory.
306 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
307 not necessarily always run, with it.
308
309 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
310
311 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
312 value of gnus-icalendar-additional-identities work without restart.
313
314 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
315
316 * mm-util.el (mm-make-temp-file):
317 Alias to make-temp-file for modern Emacsen.
318
319 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
320
321 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
322 nnir-article-number and nnir-article-group.
323
324 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
325
326 * message.el (message-send-mail-with-sendmail):
327 Don't kill error buffer if sending fails.
328
329 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
330
331 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
332 (gnus-icalendar-event->org-entry)
333 (gnus-icalendar--update-org-event)
334 (gnus-icalendar-event->gnus-calendar): Distinguish between
335 required/optional/non-participant attendee status. Fix bug causing
336 the first required event participant to be omitted.
337
338 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
339
340 * gnus-art.el (article-de-quoted-unreadable)
341 (article-de-base64-unreadable, gnus-mime-copy-part)
342 * gnus-html.el (gnus-article-html)
343 * mm-view.el (mm-inline-text-html-render-with-w3)
344 (mm-inline-text-html-render-with-w3m-standalone)
345 * rfc2231.el (rfc2231-decode-encoded-string):
346 Allow overriding charset by mm-charset-override-alist.
347
348 * gnus-art.el (gnus-article-browse-html-parts):
349 Replace LWSPs with `&nbsp;'s in header.
350
351 Work for broken Chinese articles.
352
353 * gnus-art.el (gnus-article-browse-html-save-cid-content):
354 Exclude broken handles that gnus-summary-enter-digest-group may create.
355 (gnus-article-browse-html-parts):
356 Allow overriding charset by mm-charset-override-alist.
357
358 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
359
360 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
361 (gnus-icalendar-identities): Support additional-identities.
362
363 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
364 Fix org-timestamp for events ending at midnight.
365
366 2013-11-21 Ivan Shmakov <ivan@siamics.net> (tiny change)
367
368 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
369 Support debbugs .log files.
370
371 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
372
373 * message.el (message-beginning-of-line):
374 Use beginning-of-visual-line when visual-line-mode is turned on.
375
376 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
377
378 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
379 (gnus-icalendar-event-from-ical)
380 (gnus-icalendar-event->org-entry)
381 (gnus-icalendar--update-org-event): Required/optional participation,
382 list of attendees synced to org.
383
384 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
385
386 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
387 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
388 cancellations to be synced to org if the original appt has an org
389 outline.
390
391 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
392
393 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
394 (gnus-icalendar-event->org-entry)
395 (gnus-icalendar--update-org-event)
396 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
397
398 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
399
400 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
401 Fix timezone handling in gnus-icalendar export to org.
402
403 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
404
405 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
406
407 2013-10-30 Glenn Morris <rgm@gnu.org>
408
409 * gnus-group.el (gnus-group-browse-foreign-server):
410 * gnus-int.el (gnus-start-news-server):
411 Silence compiler obsolescence warning.
412
413 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
414
415 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
416 `nnoo-current-server' first, then for the actual `nnimap-address' to
417 allow netrc entries for the nnoo server to coexist with netrc entries
418 for the `nnimap-address'.
419
420 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
421
422 * mm-decode.el (mm-dissect-buffer): Revert last change.
423 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
424 The problem that motivated those changes was attributed to a broken
425 mail sender, and has been fixed.
426
427 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
428
429 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
430 token is missing in the Content-Type header.
431
432 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
433
434 2013-09-18 Glenn Morris <rgm@gnu.org>
435
436 * gnus-util.el (image-size): Declare.
437
438 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
439
440 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
441 (gnus-icalendar-event-from-ical)
442 (gnus-icalendar-event--build-reply-event-body)
443 (gnus-icalendar-event-reply-from-buffer)
444 (gnus-icalendar-find-org-event-file)
445 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
446 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
447
448 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
449
450 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
453 Use save-current-buffer.
454 (gnus-tree-mode-map): Initialize in the declaration.
455 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
456 (scroll-in-place): Defvar it.
457 (gnus-tmp-*): Defvar them.
458 (gnus-get-tree-buffer): Use derived-mode-p.
459 (gnus--let-eval): New macro.
460 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
461 non-prefixed variables.
462 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
463
464 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
465 vars since it doesn't seem to be available.
466 (gnus-set-global-variables, gnus-summary-read-group-1)
467 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
468 (gnus-summary-display-article, gnus-summary-select-article)
469 (gnus-summary-next-article, gnus-offer-save-summaries)
470 (gnus-summary-generic-mark): Use derived-mode-p.
471 (gnus-summary-read-group-1, gnus-summary-exit)
472 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
473 Adjust calls to gnus-tree-close and gnus-tree-open.
474
475 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
476
477 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
478 (gnus-agent-mode): Use derived-mode-p.
479 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
480 gnus-command-method and *-command-method to nil, but bind
481 gnus-command-method to *-command-method instead!
482 (gnus-agent-fetch-articles): Remove unused var `id'.
483 (gnus-agent-fetch-headers): Remove unused arg `force'.
484 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
485 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
486 (gnus-agent-short-article, gnus-agent-long-article)
487 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
488 first use.
489 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
490 `score-param'.
491 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
492 (gnus-get-predicate): Push in front of the cache, rather than end.
493 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
494 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
495 (gnus-agent-expire-unagentized-dirs): Don't rebind
496 gnus-agent-expire-current-dirs since the defvar silences the warning.
497 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
498 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
499 (gnus-agent-regenerate): Simplify interactive spec and doc.
500
501 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
502
503 * gnus-int.el (gnus-open-server): Silence compiler.
504
505 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
506
507 * message.el (message-display-completion-list): Abolish.
508 (message-completion-in-region): Use display-completion-list.
509
510 2013-09-17 Glenn Morris <rgm@gnu.org>
511
512 * gnus-util.el (gnus-message-with-timestamp-1):
513 Use `messages-buffer' function if available. Ignore read-only.
514
515 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
516
517 * message.el (message-expand-group, message-completion-in-region):
518 Correct the order of start and end of a region.
519
520 2013-09-13 Glenn Morris <rgm@gnu.org>
521
522 * mml2015.el (gnus-create-image): Autoload it.
523
524 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
525
526 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
527 (image-size): Declare.
528
529 2013-09-12 Glenn Morris <rgm@gnu.org>
530
531 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
532 Avoid using `find', which i) might not be defined at runtime;
533 ii) does not work, since its default test is eql, not equal.
534 (gnus-mime-action-alist): Declare.
535
536 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * score-mode.el (gnus-score-mode-map): Move initialization
539 into declaration.
540 (gnus-score-mode): Use define-derived-mode.
541 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
542 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
543 into declaration.
544 (gnus-kill-file-mode): Use define-derived-mode.
545 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
546 Use derived-mode-p.
547 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
548 (gnus-group-setup-buffer, gnus-group-name-at-point)
549 (gnus-group-make-web-group, gnus-group-enter-directory)
550 (gnus-group-suspend): Use derived-mode-p.
551 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
552 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
553 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
554 (gnus-article-setup-buffer, gnus-article-prepare)
555 (gnus-article-prepare-display, gnus-sticky-article)
556 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
557 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
558 (gnus-article-read-summary-keys): Use derived-mode-p.
559
560 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
561
562 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
563
564 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
565
566 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
567 shift_jis from the default value set for Japanese users.
568
569 2013-08-13 Glenn Morris <rgm@gnu.org>
570
571 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
572
573 * gnus.el (gnus-valid-select-methods): Fix type.
574
575 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
576
577 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
578
579 * mm-decode.el (mm-display-external): Run a timer for the temp files
580 deletion after a viewer exits; add a deletion timer for the needsterm
581 case, too.
582
583 * mm-decode.el (mm-display-external): Try to delete temporary files by
584 using a 1-min. timer.
585
586 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
587
588 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
589 New internal variables.
590 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
591 (mm-display-external): Use it to delete temporary files instead of
592 using timers.
593
594 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
595
596 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
597 with cond for backwards compatability.
598
599 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
600
601 * mm-decode.el (mm-display-external): Bind process-connection-type to
602 nil; don't delete a temp file immediately even if a viewer finishes,
603 since it may be a shell script, like xdg-open, that launches a real
604 viewer program belatedly.
605
606 2013-08-05 Dave Abrahams <dave@boostpro.com>
607
608 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
609 that we can create nndoc groups that excerpt other groups.
610
611 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
612
613 * gnus-delay.el (gnus-delay-article): Fix typo.
614
615 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
616 articles.
617
618 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
619 we can get spell-checking etc.
620
621 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
622
623 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
624 a single one used for encoding the whole text in a header.
625
626 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
627
628 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
629 before sending.
630
631 * mm-decode.el (mm-command-output): New face.
632 (mm-display-external): Use it.
633
634 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
635
636 * nnmbox.el (nnmbox-request-article): Don't change point.
637
638 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
639
640 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
641 Include `handle' parameter.
642
643 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
644
645 * gnus-icalendar.el: New file.
646
647 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
648
649 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
650
651 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
652 dummy roots, too.
653
654 2013-08-01 David Edmondson <dme@dme.org>
655
656 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
657 out on ttys.
658
659 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
660
661 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
662 not empty.
663
664 * nnrss.el (nnrss-discover-feed): Indent.
665
666 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
667
668 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
669
670 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
671
672 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
673 dirty to ensure nnimap data being saved.
674
675 2013-07-30 Tassilo Horn <tsdh@gnu.org>
676
677 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
678 menu entry.
679
680 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
681 the current thread's total score instead of the current article's
682 score.
683
684 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
685 (gnus-sort-threads-recursively): Delete defcustom.
686 (gnus-sort-threads-recursive): Adapt accordingly.
687
688 2013-07-30 Tassilo Horn <tsdh@gnu.org>
689
690 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
691 (gnus-sort-threads-recursive): Use it.
692 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
693 again. Now that determines how to sort subthreads.
694
695 2013-07-26 Tassilo Horn <tsdh@gnu.org>
696
697 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
698 (gnus-sort-threads): Use it.
699
700 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
701
702 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
703 punctuation characters follow parentheses (bug#14950).
704
705 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
706
707 * gnus.el (gnus-continuum-version):
708 * gnus-msg.el (gnus-extended-version): Simplify.
709
710 * gnus.el (gnus-continuum-version-1): Remove.
711 * gnus-msg.el (gnus-bug): Revert.
712
713 Calculate gnus-version correctly on Cygwin.
714
715 * gnus.el (gnus-continuum-version): Do main calculations in integers.
716 (gnus-continuum-version-1): New function, return a string.
717
718 * gnus-msg.el (gnus-extended-version, gnus-bug):
719 Use gnus-continuum-version-1 instead of gnus-continuum-version.
720
721 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
722
723 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
724 (bug#13384).
725
726 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
727
728 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
729 that were only relevant in a development version a long time ago.
730
731 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
732
733 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
734 that the old Emacs 24s bundle.
735
736 2013-07-10 David Engster <deng@randomsample.de>
737
738 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
739 if `gnus-newsrc-file-version' does not match `gnus-version'.
740 This fixes a bug in Emacs trunk where the 'unexist' marks were always
741 removed at startup because "Gnus v5.13" was considered smaller than "Ma
742 Gnus v0.03".
743
744 2013-07-10 Tassilo Horn <tsdh@gnu.org>
745
746 * gnus.el (gnus-summary-line-format):
747 Reference `gnus-user-date-format-alist' for the &user-date; format, not
748 `gnus-summary-user-date-format-alist'.
749
750 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
751
752 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
753 delete files (bug#13481).
754
755 2013-07-08 Tassilo Horn <tsdh@gnu.org>
756
757 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
758
759 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
760
761 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
762 display images.
763
764 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
765
766 * message.el (message-cancel-news): According to
767 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
768 preferred over "cmsg cancel" in the Subject.
769
770 * nnir.el (nnir-engines): Note that the group specs are regexps
771 (bug#13238).
772
773 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
774 gotten read-only text properties, ensure that those aren't heeded when
775 copying stuff over (bug#13434).
776
777 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
778 (bug#13762).
779
780 2013-07-05 David Kastrup <dak@gnu.org>
781
782 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
783 authinfo file again (important for blank passwords). This had been
784 broken with 2013-06-15 change.
785
786 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
787
788 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
789 Revert 2013-01-14 change.
790
791 2013-07-02 David Engster <deng@randomsample.de>
792
793 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
794 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
795 to see whether the group was synced before.
796
797 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
798
799 * nnimap.el (nnimap-request-move-article): Decode the group name when
800 doing internal moves to avoid charset issues.
801
802 2013-07-02 Julien Danjou <julien@danjou.info>
803
804 * nnimap.el (nnimap-request-list):
805 Revert change that made listing synchronous.
806 (nnimap-get-responses): Restore.
807
808 2013-07-02 Dave Abrahams <dave@boostpro.com>
809
810 * nnimap.el (nnimap-change-group): Document result value.
811
812 * nnimap.el (nnimap-find-article-by-message-id):
813 Account for the fact that nnimap-change-group can return t.
814
815 2013-07-02 Julien Danjou <julien@danjou.info>
816
817 * nnimap.el (nnimap-request-head):
818 Resture to-buffer parameter, used by `nnimap-request-move-article'.
819
820 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
821
822 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
823 supported by nnimap actually. Reverts previous change.
824
825 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
826 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
827 to-buffer argument that is already supported.
828
829 2013-07-02 Julien Danjou <julien@danjou.info>
830
831 * nnimap.el (nnimap-get-responses): Remove, unused.
832
833 2013-07-02 Julien Danjou <julien@danjou.info>
834
835 * nnimap.el (nnimap-request-articles-find-limit): Rename from
836 `nnimap-request-move-articles-find-limit' since we do not use it
837 only for move operations.
838 (nnimap-request-accept-article):
839 Use `nnimap-request-articles-find-limit' to limit search by message-id.
840
841 2013-07-02 Julien Danjou <julien@danjou.info>
842
843 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
844
845 * nnimap.el (nnimap-log-buffer):
846 Check that `window-point-insertion-type' is boundp, since it's not
847 available in XEmacs.
848
849 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
850
851 * nnimap.el (nnimap-log-buffer):
852 Add this, setting `window-point-insertion-type' in the buffer to t.
853 (nnimap-log-command): Use nnimap-log-buffer.
854
855 2013-07-02 Julien Danjou <julien@danjou.info>
856
857 * nnimap.el (nnimap-find-article-by-message-id):
858 Add an optional limit argument to be able to limit the search.
859 (nnimap-request-move-article):
860 Use `nnimap-request-move-articles-find-limit'.
861 (nnimap-request-move-articles-find-limit):
862 Add this to limit the search by Message-Id after a message move.
863 (nnimap): Add defgroup.
864
865 2013-07-02 Julien Danjou <julien@danjou.info>
866
867 * nnimap.el (nnimap-find-article-by-message-id):
868 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
869 (nnimap-possibly-change-group): Add read-only argument.
870 (nnimap-request-list): Use nnimap-possibly-change-group rather than
871 issuing EXAMINE manually.
872 (nnimap-find-article-by-message-id):
873 Use `nnimap-possibly-change-group' with read-only argument.
874 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
875 We cannot possibly change because we need to be sure that it's either
876 read-write or read-only.
877
878 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
879
880 * gnus-sum.el (gnus-summary-insert-old-articles):
881 Don't include unexisting messages.
882
883 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
884
885 * gnus-start.el (gnus-clean-old-newsrc):
886 Remove totally bogus `unexists' entries.
887 (gnus-clean-old-newsrc): Fix last checkin.
888
889 * nnimap.el (nnimap-update-info):
890 None of the articles below the active low-water mark exist.
891
892 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
893
894 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
895
896 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
897
898 * nnimap.el (nnimap-request-scan):
899 Allow `nnimap-inbox' to be a list of inboxes.
900
901 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
902
903 * gnus-group.el (gnus-group-expire-articles-1):
904 Don't try to expire messages that don't exist.
905
906 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
907
908 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
909
910 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
911
912 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
913
914 * gnus-start.el (gnus-clean-old-newsrc):
915 Delete `unexist' from pre-Ma Gnus 0.3.
916
917 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
918
919 * gnus-sum.el (gnus-summary-local-variables):
920 Make `gnus-newsgroup-unexist' into a local variable.
921
922 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
923
924 * gnus-sum.el (gnus-adjust-marked-articles):
925 Add to `gnus-newsgroup-unexist'.
926
927 * gnus.el (gnus-article-mark-lists):
928 Add `unexist' to the list of marks.
929 (gnus-article-special-mark-lists):
930 Put the `unexist' in the special marks list instead.
931
932 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
933 articles in the list of articles to be selected.
934
935 * nnimap.el (nnimap-retrieve-group-data-early):
936 Query for unexisting articles.
937 (nnimap-update-info): Keep track of unexisting articles.
938 (nnimap-update-qresync-info): Ditto.
939
940 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
941
942 * gnus-start.el (gnus-clean-old-newsrc): New function.
943 (gnus-read-newsrc-file): Use it.
944
945 2013-07-02 Daiki Ueno <ueno@gnu.org>
946
947 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
948 of 'create-image' for XEmacs compatibility; check errors when decoding
949 image. Reported by Uwe Brauer.
950
951 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
952
953 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
954 gnus-button-push revised at 2011-01-19.
955
956 2013-06-19 Glenn Morris <rgm@gnu.org>
957
958 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
959
960 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
961
962 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
963
964 2013-06-18 Glenn Morris <rgm@gnu.org>
965
966 * eww.el, shr.el, shr-color.el: Move to ../net.
967
968 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
969
970 * shr.el (shr-tag-table): Insert the images after the table, so that
971 they're not covered by the table colourisation, which often looked
972 awkward.
973 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
974 <dd>.
975
976 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
977
978 * eww.el (eww-detect-charset): Improve regexp; move backward.
979
980 2013-06-18 Glenn Morris <rgm@gnu.org>
981
982 * mm-decode.el (widget-convert-button): Autoload.
983
984 * sieve-manage.el (mm-enable-multibyte): Autoload.
985
986 * shr.el (libxml-parse-html-region): Declare.
987 (shr-render-buffer): Explicit error if no libxml2 support.
988
989 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
990
991 * auth-source.el (auth-source-current-line): New function.
992 (auth-source-netrc-parse-entries): When a data token is "machine",
993 assume we're in the wrong place and abort parsing the current line.
994
995 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
996
997 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
998 (eww-convert-widgets): Don't bug out if the first widget starts at the
999 beginning of the buffer.
1000 (eww-convert-widgets): Fix last patch.
1001 (eww-tag-input): Support <input type=image>.
1002
1003 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1004 (shr-tag-base): Protect against base specs that are degenerate.
1005 (shr-ensure-paragraph): Don't delete empty lines that have text
1006 properties, because these may be input fields.
1007
1008 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1009 we can navigate to them.
1010
1011 * shr.el (shr-colorize-region): Put the colours over the entire region.
1012 (shr-inhibit-decoration): New variable.
1013 (shr-add-font): Use it to inhibit text property decorations while doing
1014 preliminary table renderings. This speeds up typical Wikipedia page
1015 renderings by 15%.
1016 (shr-tag-span): Don't respect the <title>, because that overwrites the
1017 help-echo from links inside the spans.
1018 (shr-next-link): Use `help-echo' for navigation, so that we can
1019 navigate to form elements, too.
1020
1021 * eww.el (eww-button): New face.
1022 (eww-convert-widgets): Use it to make submit buttons more button-like.
1023
1024 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1025 that Gnus commands work.
1026
1027 * shr.el (shr-render-td): Support horizontal alignment.
1028
1029 * eww.el (eww-put-color): Remove.
1030 (eww-colorize-region): Use `add-face-text-property'.
1031
1032 * shr.el (shr-add-font): Append face data, so that we get the correct
1033 precedence: The innermost value (which is applied first) wins.
1034 (shr-make-overlay): Obsolete function.
1035
1036 * mm-decode.el (mm-convert-shr-links): New function to convert
1037 new-style shr URL links into widgets.
1038 (mm-shr): Use it.
1039
1040 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1041 widget commands, since we're no longer using widgets for links.
1042
1043 * shr.el (shr-next-link): New command.
1044 (shr-previous-link): New command.
1045 (shr-urlify): Don't use `widget-convert', because that's slow.
1046 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1047 because collecting the overlays and reapplying them when generating
1048 tables is slow.
1049 (shr-insert-table): Ditto.
1050
1051 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1054 * shr.el (browse-url): Require `url'.
1055 * eww.el (url): Require format-spec.
1056
1057 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1058
1059 * eww.el (eww-display-html): Default to using the entire window width.
1060 (eww-browse-url): Don't add a User-Agent header (twice), because that
1061 makes Bing refuse connection.
1062
1063 * shr.el (shr-make-table): Cache the table rendering at the table
1064 level, and not the <td> level. This is a bit faster.
1065
1066 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1067 #id.
1068
1069 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1070 browsers don't.
1071 (shr-expand-url): Respect #anchor links.
1072 (shr-parse-base): Chop off the anchor before using.
1073 (shr-descend): Respect display: none.
1074 (shr-descend): Allow marking elements that have certain IDs.
1075
1076 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1077
1078 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1079
1080 * eww.el (eww-tag-textarea): Support <textarea>.
1081
1082 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1083
1084 * shr.el (shr-dom-to-xml): Fix function call.
1085
1086 * eww.el (eww): New group.
1087 (eww-header-line-format): New custom variable.
1088 (eww-current-title): New variable.
1089 (eww-display-html): Update header and handle title tag.
1090 (eww-update-header-line-format): New function.
1091 (eww-tag-title): New function.
1092
1093 * shr.el (shr-dom-to-xml): New function.
1094 (shr-tag-svg): Add support for the SVG tag.
1095 (shr-bullet): New custom variable.
1096 (shr-tag-li): Support custom bullet in unordered lists.
1097
1098 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1099
1100 * shr.el (shr-expand-url): Respect // URLs.
1101
1102 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1103 put a background colour onto the entire buffer.
1104 (eww-render): When being redirected, use the redirect URL as the new
1105 base URL.
1106
1107 * shr.el (shr-parse-base): Fix parsing error.
1108
1109 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1110
1111 * shr.el (shr-parse-base): New function.
1112 (shr-expand-url): Use it to expand relative URLs reliably.
1113
1114 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1115
1116 * auth-source.el (auth-source-search-collection): Fix docstring.
1117 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1118 single-quoted strings and multiline entries.
1119 (auth-source-netrc-parse-next-interesting)
1120 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1121 New functions to support parser.
1122
1123 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1124
1125 * eww.el (eww-submit): Get submit button logic right when hitting RET
1126 on non-submit buttons.
1127
1128 * shr.el: Remove shr-preliminary-table-render, since that can't really
1129 be used for anything in practice.
1130
1131 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1132
1133 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1134 (sieve-manage-quit).
1135
1136 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1137
1138 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1139 control the maximum size of photo ID image.
1140 (mml2015-epg-key-image-to-string): Respect it.
1141
1142 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1143
1144 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1145 instead of the final one so that we can more easily distinguish them.
1146
1147 * eww.el (eww-submit): Compute the submission URL correctly.
1148
1149 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1152 Use plist-get rather than CL's getf.
1153 (sieve-manage-parse-capability): Avoid CL's remove-if.
1154
1155 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1156
1157 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1158 last slash.
1159
1160 * eww.el (eww-tag-select): Use the first value as the default value.
1161
1162 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1163
1164 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1165 (eww-mode): Use `define-derived-mode'.
1166 (eww-parse-headers): Parse headers from beginning of buffer so that
1167 file:// links work.
1168
1169 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1170
1171 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1172
1173 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1174
1175 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1176 to handle them at all.
1177
1178 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1179
1180 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1181 work, too.
1182 (eww-tag-select): Implement <select>.
1183
1184 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1185
1186 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1187 stream managing functions by using open-protocol-stream to do most of
1188 the work. Has the nice benefit of enabling STARTTLS.
1189 Wait for capabilities after STARTTLS: following RFC5804, the server
1190 sends new capabilities after successfully establishing a TLS connection
1191 with the client. The client should update the cached list of
1192 capabilities, but we just ignore the answer for now.
1193 (sieve-manage-network-p, sieve-manage-network-open)
1194 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1195 (sieve-manage-forward, sieve-manage-streams)
1196 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1197 API, nor called by any other function.
1198 Enable Multibyte for SieveManage buffers: The parser won't properly
1199 handle umlauts and line endings unless multibyte is turned on in the
1200 process buffer.
1201
1202 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1203
1204 * eww.el (eww-tag-input): Support password fields.
1205 (eww-submit): Support POST.
1206
1207 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1208
1209 * eww.el (eww-tag-form): Protect against degenerate forms.
1210
1211 * shr.el (shr-expand-url): Expand URLs that start with a slash
1212 correctly.
1213
1214 * eww.el (eww-submit): Get submit button logic right.
1215
1216 * shr.el (shr-final-table-render): New variable to signal when we're
1217 doing the final table rendering so that we can collect more data at
1218 that point.
1219
1220 * eww.el (eww-submit): Make form submission work.
1221 (eww-tag-input): Implement submit buttons.
1222 (eww-click-radio): Implement radio and checkboxes.
1223 (eww-submit): Handle hidden elements.
1224
1225 * shr.el (shr-descend): Allow other packages to override (or provide)
1226 rendering of elements.
1227 (shr-expand-url): Strip query strings from URLs before expanding them.
1228
1229 * eww.el: Don't require cl-lib.
1230 (eww-tag-form): Start form support.
1231
1232 * eww.el: Start writing a new, tiny web browser.
1233 (eww-previous-url): New command.
1234 (eww-quit): New command.
1235
1236 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1237
1238 * sieve.el: Put point at beginning of buffer when viewing a script.
1239 (sieve-open-server): Respect the PORT parameter. Show the correct port
1240 number in sieve-buffer's header. Fixed code to also work with a string
1241 as port specifier. Properly close the connection on pressing 'q'. Make
1242 sieve-manage-quit close the connection and process buffer. Also, remove
1243 duplicate keybinding for 'q'.
1244
1245 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1246
1247 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1248 make it easier to read.
1249 (mm-pkcs7-enveloped-magic): Ditto.
1250
1251 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1252
1253 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1254 before `image-type-available-p' to avoid loading the image libraries
1255 needlessly.
1256
1257 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1258
1259 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1260 assume Date header begins with "Date", that may be customized into
1261 something like "X-Sent" using gnus-article-time-format.
1262 (article-transform-date): Allow multi-line Date header.
1263
1264 2013-06-02 David Engster <deng@randomsample.de>
1265
1266 * registry.el (initialize-instance, registry-lookup)
1267 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1268 (registry-lookup-secondary-value, registry-search, registry-delete)
1269 (registry-insert, registry-reindex, registry-size, registry-prune):
1270 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1271 changes in EIEIO (introduction of eieio-core.el).
1272
1273 2013-05-30 Glenn Morris <rgm@gnu.org>
1274
1275 * nnmail.el (nnmail-fancy-expiry-target):
1276 Also bind mail-dont-reply-to-names.
1277
1278 * spam-stat.el (spam-stat-save):
1279 No need to tweak font-lock in temp buffers.
1280
1281 * shr.el (shr-put-image): Silence compiler.
1282
1283 2013-05-29 Glenn Morris <rgm@gnu.org>
1284
1285 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1286
1287 * gnus-group.el (gnus-sequence-of-unread-articles)
1288 (gnus-summary-add-mark, gnus-mark-article-as-read)
1289 (gnus-group-make-articles-read): Declare.
1290
1291 * gnus-sum.el (gnus-parameter-list-identifier)
1292 (gnus-article-stop-animations, gnus-stop-downloads)
1293 (gnus-article-only-boring-p, article-goto-body)
1294 (gnus-flush-original-article-buffer, article-narrow-to-head)
1295 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1296 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1297
1298 * gnus.el: No need to eval-and-compile autoloads.
1299
1300 * gravatar.el (help-function-arglist): Autoload.
1301
1302 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1303
1304 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1305
1306 * spam.el: No need to load spam-report when compiling.
1307 No need to eval-and-compile autoloads.
1308 (spam-report-resend-to): Declare.
1309 (spam-report-resend-register-routine): Require 'spam-report.
1310
1311 2013-05-24 Julien Danjou <julien@danjou.info>
1312
1313 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1314 setup.
1315
1316 2013-05-23 Glenn Morris <rgm@gnu.org>
1317
1318 * gnus-util.el (rmail-swap-buffers-maybe)
1319 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1320 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1321 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1322
1323 * mm-decode.el: No need to load term when compiling.
1324 (term-mode, term-char-mode): Declare.
1325
1326 * mm-util.el: No need to load jka-compr when compiling.
1327 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1328
1329 * nnmaildir.el: Require is automatically eval-and-compile.
1330 (nnmail): Require at run-time too.
1331
1332 * registry.el (registry-size): Move definition before use.
1333
1334 2013-05-22 Daiki Ueno <ueno@gnu.org>
1335
1336 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1337 signed data to conform the standard. (Bug#14232)
1338
1339 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1340
1341 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1342 double angle quotation mark.
1343
1344 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1345
1346 * message.el (message-insert-formatted-citation-line): Handle finding
1347 first/lastname when more than 2 names appear.
1348
1349 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1350
1351 * shr.el (shr-tag-span): New function.
1352
1353 2013-05-18 Glenn Morris <rgm@gnu.org>
1354
1355 * message.el (message-mode): Use message-mode-abbrev-table,
1356 with text-mode-abbrev-table as parent. (Bug#14413)
1357
1358 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1359
1360 * message.el (message-expand-group): Decode group names.
1361
1362 2013-05-16 Julien Danjou <julien@danjou.info>
1363
1364 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1365 app-icon.
1366
1367 2013-05-15 Glenn Morris <rgm@gnu.org>
1368
1369 * shr-color.el (shr-color-visible-luminance-min)
1370 (shr-color-visible-distance-min): Use shr-color group.
1371
1372 2013-05-11 Glenn Morris <rgm@gnu.org>
1373
1374 * gnus-vm.el: Make it loadable without VM.
1375 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1376 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1377
1378 2013-05-09 Glenn Morris <rgm@gnu.org>
1379
1380 * mml1991.el: Make it loadable. (Bug#13456)
1381
1382 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1383 * gnus-async.el (gnus-async-post-fetch-function):
1384 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1385 * gnus-html.el (gnus-html-image-cache-ttl):
1386 * gnus-notifications.el (gnus-notifications-timeout):
1387 * gnus-picon.el (gnus-picon-properties):
1388 * gnus-util.el (gnus-completion-styles):
1389 * gnus.el (gnus-other-frame-resume-function):
1390 * message.el (message-user-organization-file)
1391 (message-cite-reply-position):
1392 * nnir.el (nnir-summary-line-format)
1393 (nnir-retrieve-headers-override-function):
1394 * shr-color.el (shr-color-visible-luminance-min):
1395 * shr.el (shr-blocked-images):
1396 * spam-report.el (spam-report-resend-to):
1397 * spam.el (spam-summary-exit-behavior): Fix custom types.
1398
1399 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1400
1401 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1402
1403 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1404 because of let-binding help-xref-following. (Bug#14356)
1405
1406 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1407
1408 * message.el (message-bury, message-send-and-exit):
1409 Revert 2013-05-04 change.
1410
1411 2013-05-06 Glenn Morris <rgm@gnu.org>
1412
1413 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1414
1415 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1416
1417 * message.el (message-bury): Make `buffer' optional.
1418 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1419 (bug#14085).
1420
1421 2013-05-04 Andrew Cohen <cohen@bu.edu>
1422
1423 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1424 entering into the registry.
1425
1426 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1427
1428 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1429 (Bug#14304)
1430
1431 2013-04-27 Glenn Morris <rgm@gnu.org>
1432
1433 * gnus.el (gnus-list-debbugs):
1434 Use require rather than autoload. (Bug#14262)
1435
1436 2013-04-27 Julien Danjou <julien@danjou.info>
1437
1438 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1439 port to "sieve" now that it has an official IANA port assigned.
1440
1441 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1442
1443 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1444 Don't set the MAILHOST environment variable permanently (Bug#14271).
1445
1446 2013-04-26 Glenn Morris <rgm@gnu.org>
1447
1448 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1449
1450 2013-04-25 Andrew Cohen <cohen@bu.edu>
1451
1452 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1453 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1454
1455 2013-04-24 Andrew Cohen <cohen@bu.edu>
1456
1457 * nnir.el (nnir-close-group): Make sure we are in the right group.
1458
1459 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1460 dependency table from all newly retrieved headers.
1461
1462 2013-04-16 David Edmondson <dme@dme.org>
1463
1464 Support <img src="data:...">.
1465
1466 * shr.el (shr-image-from-data): New function.
1467 (shr-tag-img): Use it.
1468
1469 2013-04-14 Andrew Cohen <cohen@bu.edu>
1470
1471 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1472 group.
1473
1474 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1475
1476 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1477 corresponding to any existing group (Bug#14166).
1478
1479 2013-04-10 Andrew Cohen <cohen@bu.edu>
1480
1481 * nnir.el (number-sequence): No longer used.
1482 (nnir-request-set-mark): New function.
1483 (nnir-request-update-info): Improve marks updating.
1484 (nnir-request-scan): Don't duplicate marks updating.
1485 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1486 Use 'assq rather than 'assoc. Quote anonymous function.
1487 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1488 Use 'gnus-group-prefixed-p.
1489 (gnus-summary-create-nnir-group): Make sure server for method is open.
1490
1491 2013-04-04 Andrew Cohen <cohen@bu.edu>
1492
1493 * nnir.el (gnus-nnir-group-p): New function.
1494 (nnir-possibly-change-group): Use it.
1495
1496 * gnus-msg.el (gnus-setup-message): Use it.
1497
1498 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1499
1500 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1501 `initial-input' for the argument name.
1502 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1503
1504 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1505
1506 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1507 (used by MH-E).
1508
1509 2013-04-01 Andrew Cohen <cohen@bu.edu>
1510
1511 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1512 group.
1513
1514 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1515 fix compilation.
1516
1517 2013-03-31 Andrew Cohen <cohen@bu.edu>
1518
1519 * nnir.el (nnir-method-default-engines): And another typo.
1520
1521 2013-03-30 Andrew Cohen <cohen@bu.edu>
1522
1523 * nnir.el (nnir-method-default-engines): Fix typo.
1524
1525 2013-03-29 Andrew Cohen <cohen@bu.edu>
1526
1527 * nnir.el: Define 'number-sequence for xemacs.
1528 (gnus-summary-create-nnir-group): New function to create an nnir group
1529 from an nnir summary buffer based on the current query.
1530 (nnir-request-create-group): Update to allow nnir group creation based
1531 on the current query.
1532
1533 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1534
1535 * nndraft.el (nndraft-request-expire-articles):
1536 Make expiry target always `delete'.
1537
1538 2013-03-27 Andrew Cohen <cohen@bu.edu>
1539
1540 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1541 buffer use the posting-style and gcc of the original article group.
1542 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1543
1544 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1545 after other deffoos.
1546
1547 2013-03-26 Andrew Cohen <cohen@bu.edu>
1548
1549 * nnir.el: Major rewrite. Cleaner separation between searches and group
1550 management. Marks are now shown in nnir summary buffers.
1551 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1552 (gnus-summary-make-nnir-group): New function for initiating searches
1553 from a summary buffer.
1554
1555 2013-03-18 Sam Steingold <sds@gnu.org>
1556
1557 * message.el (message-bury): Minor cleanup.
1558
1559 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1560
1561 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1562 nnml-request-list. (Bug#13873)
1563 (nndir-request-newsgroups): Remove, unused.
1564
1565 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1566
1567 2013-03-03 Ted Phelps <phelps@gnusto.com>
1568
1569 * shr.el: Make all the overlays set the `evaporate' property so that
1570 they're removed properly.
1571
1572 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1573
1574 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1575 shell-quote-argument.
1576
1577 2013-02-22 David Engster <deng@randomsample.de>
1578
1579 * gnus-registry.el (gnus-registry-save): Provide class name when
1580 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1581 Use `condition-case' to stay compatible with older EIEIO versions which
1582 only accept one argument.
1583
1584 2013-02-17 Daiki Ueno <ueno@gnu.org>
1585
1586 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1587 (epg-user-id-validity): Autoload.
1588 (mml2015-epg-check-user-id): New function.
1589 (mml2015-epg-check-sub-key): New function split from
1590 mml2015-epg-find-usable-key.
1591 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1592 optional name-is-key-id, to handle the case when user-id is unusable.
1593 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1594
1595 2013-02-17 Glenn Morris <rgm@gnu.org>
1596
1597 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1598
1599 2013-02-16 Glenn Morris <rgm@gnu.org>
1600
1601 * shr.el (shr-put-image): Only animate images that specify a delay.
1602 This is consistent with the old image-animated-p behavior.
1603
1604 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1605
1606 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1607 for XEmacs.
1608
1609 2013-02-13 Juri Linkov <juri@jurta.org>
1610
1611 * gnus-art.el (gnus-article-mode-map):
1612 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1613 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1614
1615 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1616
1617 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1618 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1619
1620 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1621
1622 * auth-source.el (auth-source-format-prompt): Don't get confused by
1623 any "\" in replacement text. (Bug#13637)
1624
1625 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1626
1627 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1628 (gnus-backend-trace): Honor gnus-backend-trace.
1629
1630 * mml.el (mml-insert-part): Insert closing tag.
1631
1632 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1633
1634 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1635
1636 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1637 able to find the article, which can happen in debbugs groups,
1638 apparently.
1639
1640 2013-01-16 Glenn Morris <rgm@gnu.org>
1641
1642 * smiley.el (smiley-style): Make the file loadable in batch mode.
1643
1644 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1647 imap process running.
1648
1649 2013-01-14 Julien Danjou <julien@danjou.info>
1650
1651 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1652 Compare addresses against addresses, not against the full From field.
1653
1654 2013-01-13 Richard Stallman <rms@gnu.org>
1655
1656 * message.el (message-forward-make-body-mime): New args BEG, END
1657 specify what part of FORWARD-BUFFER to use. Do the work directly
1658 instead of calling `mml-insert-buffer'.
1659
1660 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1661
1662 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1663 cross-reference(s).
1664
1665 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1666 cross-reference(s).
1667
1668 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1669
1670 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1671 and point-max-marker.
1672 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1673
1674 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1675
1676 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1677 to mml2015-encrypt-to-self.
1678 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1679
1680 2013-01-09 Daiki Ueno <ueno@gnu.org>
1681
1682 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1683 mml-smime-epg-find-usable-secret-key.
1684
1685 2013-01-08 Glenn Morris <rgm@gnu.org>
1686
1687 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1688
1689 2013-01-07 Daiki Ueno <ueno@gnu.org>
1690
1691 * mml-smime.el: Support signing by sender.
1692 Requested by Uwe Brauer.
1693 (mml-smime-sign-with-sender): New user option analogous
1694 to mml2015-sign-with-sender.
1695 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1696 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1697 mml2015.el.
1698
1699 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1700
1701 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1702 isn't running, because Gnus will probably not know how to handle the
1703 Gcc header (bug#11941).
1704
1705 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1706 articles.
1707
1708 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1709
1710 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1711 (nnfolder-generate-active-file): Make this function work with recursive
1712 folder names.
1713
1714 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1715
1716 * nntp.el (nntp-open-connection): Use HELP as the capability command
1717 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1718 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1719
1720 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1721
1722 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1723 place holder since this gives `Invalid face reference: nil' messages.
1724 Use the `default' face instead. It has the same effect here, even
1725 though it is not no-op.
1726
1727 * gnus-util.el
1728 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1729
1730 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1731
1732 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1733 non-string posting styles (bug#13285).
1734
1735 2012-12-27 Glenn Morris <rgm@gnu.org>
1736
1737 * plstore.el (plstore-passphrase-callback-function):
1738 Use plstore-get-file.
1739
1740 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1741
1742 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1743 stderr.
1744
1745 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1746 group is nil.
1747
1748 * shr.el (shr-tag-em): Render as italic, not bold.
1749
1750 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1751
1752 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1753
1754 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1755
1756 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1757 temporary file to get PGP key image. Pass no-show-photos when
1758 extracting image to avoid having it pop up twice.
1759
1760 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1761
1762 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1763 eligible for treatment.
1764
1765 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1766 lines. This makes summary commands with hidden threads work more
1767 reliably.
1768
1769 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1770 button to mark the hidden citations (bug#9395).
1771
1772 2012-12-26 Daiki Ueno <ueno@gnu.org>
1773
1774 * mml2015.el (mml2015-epg-signature-to-string): New function.
1775 (mml2015-epg-verify-result-to-string): New function.
1776 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1777 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1778 instead of epg-verify-result-to-string.
1779 (epg-signature-key-id, epg-signature-to-string): Autoload.
1780 (epg-verify-result-to-string): Remove autoload.
1781
1782 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1783
1784 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1785 ID image from GPG public key.
1786 (mml2015-epg-key-image-to-string): New function.
1787
1788 2012-12-25 Leo Liu <sdl.web@gmail.com>
1789
1790 * plstore.el (plstore-passphrase-callback-function): Fix error when
1791 error when plstore-cache-passphrase-for-symmetric-encryption is set
1792 (bug#13264).
1793
1794 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1795
1796 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1797 buffer to the article buffer here, because that clobbers multiple
1798 article buffers.
1799
1800 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1801 buffer always points to the right summary buffer.
1802
1803 2012-12-25 John Wiegley <jwiegley@gmail.com>
1804
1805 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1806 the password (bug#12097).
1807
1808 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1809
1810 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1811 (bug#13263).
1812
1813 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1814 buffer exists before using it (bug#12475).
1815
1816 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1817 offline groups (bug#11937).
1818
1819 * message.el (message-yank-original): When using customize to set the
1820 value of `message-cite-style', the variable it set to a symbol that's
1821 the name of the variable, which must then be dereferenced (bug#12616).
1822
1823 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1824
1825 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1826 the `face' property with a list whose car is the face specified in the
1827 format string and whose cdr is (nil).
1828 * lisp/gnus-util.el
1829 (gnus-put-text-property-excluding-characters-with-faces):
1830 Change accordingly.
1831 (gnus-get-text-property-excluding-characters-with-faces): New function.
1832 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1833 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1834 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1835
1836 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1837
1838 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1839 login methods.
1840 (nnimap-login): Respect the `nnimap-authenticator' variable.
1841
1842 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1843 mark state when moving articles. Otherwise unticked articles will get
1844 their ticks back after moving.
1845
1846 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1847
1848 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1849
1850 * message.el (message-ignored-news-headers): Always remove
1851 X-Message-SMTP-Method to avoid information leakage if the user
1852 mistakenly inserts the header into news messages.
1853
1854 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1855
1856 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1857 right than four characters, this command would move point to
1858 `point-max'. Don't do that.
1859
1860 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1861 to nil to allow re-selecting groups that gain articles.
1862 (gnus-bug-group-download-format-alist): Update the URL.
1863
1864 2012-12-23 Andreas Schwab <schwab@suse.de>
1865
1866 * shr.el (shr-tag-em): Render em as italic, not bold.
1867
1868 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1869
1870 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1871 for reuse.
1872 (gnus-open-server): Use it to add more tracing.
1873 (gnus-finish-retrieve-group-infos): Add backend tracing.
1874 (gnus-backend-trace): Also note the elapsed seconds.
1875
1876 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1877
1878 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1879 Set epa-file-encrypt-to from variable to avoid querying.
1880
1881 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1882
1883 * sieve-mode.el (sieve-font-lock-keywords):
1884 Keywords should be word delimited. (Bug#13173)
1885
1886 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1887
1888 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1889 instead of <pre> to align message header.
1890
1891 2012-12-12 Sam Steingold <sds@gnu.org>
1892
1893 * gnus.el (gnus-other-frame-resume-function): Add user option.
1894 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1895
1896 2012-12-06 Sam Steingold <sds@gnu.org>
1897
1898 * gnus-start.el (gnus-before-resume-hook): Add.
1899 (gnus-1): Run it when Gnus is alive.
1900
1901 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1902
1903 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1904 * gnus-art.el (article-unsplit-urls)
1905 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1906 * gnus-registry.el (gnus-registry-get-article-marks)
1907 * message.el (message-goto-body): Use it.
1908 (message-called-interactively-p): Remove.
1909
1910 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1911 (spam-stat-score-buffer): Use it.
1912
1913 * spam.el: Silence the warnings against BBDB functions when compiling.
1914
1915 * gnus-score.el (gnus-score-decode-text-parts):
1916 Use append+mapcar instead of the cl function mapcan.
1917
1918 * gmm-utils.el (gmm-flet): Remove.
1919
1920 * gnus-sync.el (gnus-sync-lesync-call):
1921 Avoid overriding json-alist-p.
1922
1923 * message.el (message-read-from-minibuffer):
1924 Avoid overriding mail-abbrev-in-expansion-header-p.
1925
1926 2012-12-05 Sam Steingold <sds@gnu.org>
1927
1928 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1929 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1930 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1931
1932 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1933
1934 * gmm-utils.el (gmm-called-interactively-p): Revert.
1935 This seems to cause Emacs to get stuck!
1936 * gnus-art.el (article-unsplit-urls)
1937 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1938 * gnus-registry.el (gnus-registry-get-article-marks)
1939 * message.el (message-goto-body)
1940 (message-called-interactively-p): Revert.
1941
1942 * gmm-utils.el (gmm-called-interactively-p): New function.
1943 * gnus-art.el (article-unsplit-urls)
1944 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1945 * gnus-registry.el (gnus-registry-get-article-marks)
1946 * message.el (message-goto-body): Use it.
1947 (message-called-interactively-p): Remove.
1948
1949 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1950 * gnus-sync.el (gnus-sync-lesync-call)
1951 * message.el (message-read-from-minibuffer): Use it.
1952
1953 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1954
1955 * gmm-utils.el (gmm-flet): Remove.
1956 * gnus-sync.el (gnus-sync-lesync-call)
1957 * message.el (message-read-from-minibuffer): Don't use it.
1958
1959 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1960
1961 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1962
1963 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1964
1965 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1966
1967 * gnus-sync.el (gnus-sync-lesync-call)
1968 * message.el (message-read-from-minibuffer): Use gmm-flet.
1969
1970 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1971
1972 * gnus-util.el (gnus-macroexpand-all): Remove.
1973
1974 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1975
1976 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1977 to TAB, not [tab].
1978 (gnus-summary-article-map): Likewise.
1979
1980 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1981 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1982
1983 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1984
1985 * message.el (message-get-reply-headers):
1986 Make sure the reply goes to the author if it is a wide reply.
1987
1988 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1989
1990 * gnus-score.el (gnus-score-body):
1991 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1992 scoring by body.
1993
1994 2012-11-16 Glenn Morris <rgm@gnu.org>
1995
1996 * gnus-diary.el (nndiary-request-create-group-functions)
1997 (nndiary-request-update-info-functions)
1998 (gnus-subscribe-newsgroup-functions)
1999 (nndiary-request-accept-article-functions):
2000 Use new names for hooks rather than obsolete aliases.
2001
2002 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2003
2004 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2005 in meta tag with the one the part specifies in its header.
2006
2007 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2008
2009 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2010 by default.
2011
2012 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2013
2014 New UIDL implementation.
2015
2016 * mail-source.el (mail-sources, mail-source-keyword-map):
2017 Add :leave as a pop3 keyword.
2018 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2019
2020 * pop3.el (pop3-leave-mail-on-server): Allow number.
2021 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2022 (pop3-movemail): Add UIDL support.
2023 (pop3-send-streaming-command): Take a list of mail numbers instead of
2024 the number of mails.
2025 (pop3-write-to-file): Add X-UIDL header.
2026 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2027 (pop3-uidl-add-xheader): New functions.
2028
2029 * message.el (message-ignored-resent-headers):
2030 Add X-Content-Length and X-UIDL headers.
2031
2032 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * nndiary.el (nndiary-request-create-group-functions)
2035 (nndiary-request-update-info-functions)
2036 (nndiary-request-accept-article-functions):
2037 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2038 "-hooks" suffix.
2039
2040 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2041
2042 * starttls.el (starttls-extra-arguments): Doc fix.
2043
2044 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2045
2046 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2047 it.
2048
2049 2012-10-06 Glenn Morris <rgm@gnu.org>
2050
2051 * gnus-notifications.el (gnus-notifications):
2052 Add missing group :version tag.
2053 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2054 (gnus-gcc-post-body-encode-hook):
2055 * gnus-sync.el (gnus-sync-lesync-name)
2056 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2057
2058 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2059
2060 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2061 a user about whether to delete temp files if once a user answered as n.
2062
2063 2012-09-17 Richard Stallman <rms@gnu.org>
2064
2065 * message.el (message-in-body-p): Don't set mark or modify buffer.
2066
2067 * mml.el (mml-attach-file): Doc fix.
2068 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2069 Set mail-encode-mml when in Mail mode.
2070 Simplify code to set HEAD and move back to HEAD.
2071 (mml-insert-multipart, mml-insert-part):
2072 Set mail-encode-mml when in Mail mode.
2073
2074 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2075
2076 * gnus-util.el (gnus-timer--function): New function.
2077
2078 * gnus-art.el (gnus-article-stop-animations): Use it.
2079
2080 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2081
2082 Fix glitches caused by addition of psec to timers.
2083 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2084 rather than raw access to timer vector.
2085
2086 2012-09-11 Julien Danjou <julien@danjou.info>
2087
2088 * gnus-notifications.el (gnus-notifications): Check for nil values in
2089 ignored addresses check.
2090
2091 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2094
2095 2012-09-07 Chong Yidong <cyd@gnu.org>
2096
2097 * gnus-util.el
2098 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2099
2100 * gnus-salt.el (gnus-tree-highlight-node):
2101 * gnus-sum.el (gnus-summary-highlight-line):
2102 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2103
2104 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2105
2106 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2107
2108 2012-09-06 Juri Linkov <juri@jurta.org>
2109
2110 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2111 scheme for buffer names to be more consistent with other group and
2112 article buffer names in Gnus.
2113
2114 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2115
2116 * gnus-util.el
2117 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2118
2119 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2120 Jenkner.
2121
2122 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2123
2124 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2125
2126 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2127
2128 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2129
2130 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2131 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2132
2133 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2134 string-prefix-p in Emacs >=23.2.
2135
2136 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2137 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2138 instead of string-match-p.
2139 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2140
2141 2012-09-06 Kenichi Handa <handa@gnu.org>
2142
2143 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2144 lowercase a..f.
2145
2146 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2147
2148 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2149
2150 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2151
2152 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2153 TIME is set.
2154
2155 2012-09-05 Juri Linkov <juri@jurta.org>
2156
2157 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2158 than one group at a time (bug#11961).
2159
2160 2012-09-05 Julien Danjou <julien@danjou.info>
2161
2162 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2163 this hide the real reason with a message giving absolutely no hint.
2164
2165 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2166
2167 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2168 to the backend (bug#11804).
2169
2170 * message.el (message-insert-newsgroups): Don't insert newsgroup
2171 duplicates (bug#12275).
2172
2173 2012-09-05 John Wiegley <johnw@newartisans.com>
2174
2175 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2176 sieve rules.
2177
2178 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2179
2180 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2181 function.
2182
2183 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2184
2185 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2186
2187 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2188
2189 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2190 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2191 This should make nnmaildir more usable with offlineimap.
2192
2193 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2194
2195 * gnus-notifications.el (gnus-notifications-notify): Use it.
2196
2197 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2198 warnings on XEmacs.
2199
2200 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2201
2202 Better seeds for (random).
2203 * gnus-sync.el (gnus-sync-lesync-setup):
2204 * message.el (message-canlock-generate, message-unique-id):
2205 Change (random t) to (random), now that the latter is more random.
2206
2207 2012-08-31 Dave Abrahams <dave@boostpro.com>
2208
2209 * auth-source.el (auth-sources): Fix macos keychain access.
2210
2211 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2212 allow the backend `request-head' function to determine the group
2213 name on its own.
2214 (gnus-request-expire-articles): Filter out negative article numbers
2215 during expiry (Bug#11980).
2216
2217 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2218 O(N^2) to O(N). This makes warping into huge groups tolerable.
2219
2220 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2221 you've found the article when you haven't.
2222
2223 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2226
2227 2012-08-30 Julien Danjou <julien@danjou.info>
2228
2229 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2230 `gnus-notifications-timeout'.
2231 (gnus-notifications-timeout): Add.
2232 (gnus-notifications-action): New function.
2233 (gnus-notifications-notify): Add :action using
2234 `gnus-notifications-action'.
2235 (gnus-notifications-id-to-msg): New variable.
2236 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2237 notifications id to messages.
2238
2239 2012-08-30 Kenichi Handa <handa@gnu.org>
2240
2241 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2242 once.
2243
2244 2012-08-29 Julien Danjou <julien@danjou.info>
2245
2246 * gnus-notifications.el: New file.
2247 (gnus-notifications-notify): New function.
2248 (gnus-notifications): Use `gnus-notifications-notify'.
2249
2250 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2251
2252 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2253 transfer encoding first; bind gnus-newsgroup-charset to the charset
2254 that the article specifies (Bug#12209).
2255
2256 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2257
2258 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2259 (gnus-group-customize-done): Encode values posting-style holds.
2260
2261 * gnus-msg.el (gnus-summary-resend-message)
2262 (gnus-configure-posting-styles): Decode values posting-style group
2263 parameter holds.
2264
2265 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2266
2267 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2268 `name' and `address' in Resent-From header.
2269
2270 2012-08-14 Chong Yidong <cyd@gnu.org>
2271
2272 * gnus-art.el (article-display-face): Handle failure in
2273 gnus-create-image (Bug#11802).
2274
2275 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2278 Use defsetf.
2279
2280 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2281
2282 * auth-source.el (auth-source-plstore-search)
2283 (auth-source-secrets-search): Ignore :require and :type in search spec.
2284
2285 2012-08-06 Julien Danjou <julien@danjou.info>
2286
2287 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2288 Remove autoload, already handled by gnus.el.
2289
2290 2012-08-05 Julien Danjou <julien@danjou.info>
2291
2292 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2293 Add autoload.
2294
2295 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2296
2297 * gnus.el (gnus-valid-select-methods): Fix custom type.
2298
2299 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2300
2301 * auth-source.el (auth-sources, auth-source-backend-parse)
2302 (auth-source-macos-keychain-search)
2303 (auth-source-macos-keychain-search-items)
2304 (auth-source-macos-keychain-result-append)
2305 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2306 auth-source.el through the /usr/bin/security utility.
2307 (auth-sources): Fix syntax error.
2308 (auth-source-macos-keychain-result-append): Fix variable name.
2309 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2310
2311 2012-07-27 Julien Danjou <julien@danjou.info>
2312
2313 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2314 Emacs < 24.1
2315
2316 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2317
2318 * message.el (message-kill-address): Don't kill last newline.
2319 (message-skip-to-next-address): Don't move to the next header.
2320 (message-fill-field-address): Work properly.
2321
2322 2012-07-25 Julien Danjou <julien@danjou.info>
2323
2324 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2325
2326 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2327
2328 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2329
2330 2012-07-24 Julien Danjou <julien@danjou.info>
2331
2332 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2333
2334 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2335 (nntp-async-timer-handler): Remove, unused.
2336
2337 * nnimap.el (nnimap-get-responses): Remove, unused.
2338
2339 * nnheader.el (mail-header-set-extra): Remove, unused.
2340
2341 * mm-view.el (mm-view-sound-file): Remove, unused.
2342
2343 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2344 (mm-url-encode-multipart-form-data): Remove, unused.
2345
2346 * message.el (message-remove-signature, message-make-host-name)
2347 (message-fill-address): Remove, unused.
2348
2349 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2350 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2351 unused.
2352
2353 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2354
2355 * gnus-util.el (gnus-extract-address-component-name)
2356 (gnus-extract-address-component-email, gnus-sortable-date)
2357 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2358 (gnus-process-live-p): Remove, unused.
2359
2360 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2361
2362 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2363 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2364 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2365 function.
2366
2367 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2368
2369 * gnus-score.el (gnus-summary-score-crossposting)
2370 (gnus-score-regexp-bad-p): Remove, unused.
2371
2372 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2373
2374 * gnus-range.el (gnus-sublist-p): Remove, unused.
2375
2376 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2377 unused.
2378
2379 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2380
2381 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2382 (gnus-request-associate-buffer): Remove, unused.
2383
2384 * gnus-group.el (gnus-group-set-method-info)
2385 (gnus-group-set-params-info): Remove, unused.
2386
2387 * gnus-fun.el (gnus-shell-command-to-string)
2388 (gnus-shell-command-on-region): Remove, unused.
2389
2390 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2391
2392 * gnus-art.el (gnus-article-text-type-exists-p)
2393 (article-translate-characters, gnus-article-hide-text-of-type)
2394 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2395 Remove, unused.
2396
2397 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2398
2399 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2400 Gnus master.
2401
2402 2012-07-22 Andrew Cohen <cohen@bu.edu>
2403
2404 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2405
2406 2012-07-21 Julien Danjou <julien@danjou.info>
2407
2408 * message.el (message-dont-reply-to-names): Replace deprecated
2409 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2410 (message-get-reply-headers): Ditto.
2411
2412 2012-07-18 Julien Danjou <julien@danjou.info>
2413
2414 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2415 `sieve-upload-and-kill'.
2416
2417 * sieve.el (sieve-bury-buffer): Remove function.
2418 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2419 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2420
2421 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2422
2423 * shr.el (shr-expand-url): Handle URL starting with `//'.
2424
2425 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2426 2012-07-13 Chong Yidong <cyd@gnu.org>
2427
2428 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2429 instead of calling toggle-read-only with a (bogus) argument.
2430
2431 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2432
2433 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2434 of initial input when reading the author to restrict the summary to.
2435
2436 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2437
2438 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2439 buffer exists, which it doesn't if we haven't started Gnus.
2440
2441 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2442
2443 * mm-decode.el (mm-shr):
2444 Allow overriding charset by mm-charset-override-alist.
2445
2446 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2447
2448 * gnus-art.el (gnus-article-view-part):
2449 Toggle subparts of multipart/alternative part.
2450
2451 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2452
2453 * gnus-sync.el: Simply require json.
2454
2455 * registry.el: Simply require eieio and eieio-base.
2456
2457 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2458
2459 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2460
2461 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * shr.el (shr-render-buffer): New command.
2464 (shr-visit-file): Use it.
2465
2466 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2467
2468 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2469 Set no-byte-compile and no-update-autoloads.
2470
2471 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2472
2473 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2474
2475 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2476
2477 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2478 being bound to a lambda form.
2479
2480 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2481
2482 * gnus-picon.el (gnus-picon-properties): New defcustom.
2483 (gnus-picon-create-glyph): Use it.
2484
2485 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2486
2487 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2488 locales.
2489
2490 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2491 on a handle.
2492
2493 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2494 address as the default.
2495
2496 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2497 It makes no sense to query the user about internal files.
2498
2499 * gnus-spec.el: Remove all the byte-compilation stuff, since
2500 benchmarking shows that it doesn't help when entering large summary
2501 buffers.
2502
2503 * gnus-util.el (gnus-byte-code): Remove.
2504
2505 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2506 grouplens stuff.
2507
2508 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2509
2510 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2511 (bug#11514).
2512
2513 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2514
2515 * message.el (message-buffers): Return all buffers derived from Message
2516 to make `gnus-dired-attach' work with mu4e.
2517
2518 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2519
2520 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2521 (mm-dissect-singlepart): Don't guess the MIME type of
2522 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2523 set.
2524 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2525 toplevel MIME type is multipart/encrypted.
2526
2527 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2528
2529 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2530 In particular, add an optional argument and a docstring.
2531
2532 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2533
2534 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2535 current before calling `gnus-groups-to-gnus-format'.
2536 Note that this was already the case for `gnus-active-to-gnus-format'.
2537
2538 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2539
2540 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2541
2542 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2543
2544 * mm-decode.el (mm-dissect-buffer): Doc fix.
2545
2546 * gnus-sum.el (gnus-handle-ephemeral-exit):
2547 Avoid creating the group buffer if it doesn't exist.
2548
2549 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2550 is given, mark the group as ephemeral with the current window conf.
2551
2552 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2553 buffer exists, which it doesn't if we haven't started Gnus.
2554 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2555
2556 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2557
2558 * mml.el (mml-generate-mime):
2559 Allow specifying what the top-level part type is.
2560
2561 * gnus-sum.el (gnus-auto-center-summary):
2562 `scroll-margin' isn't defined on XEmacs.
2563
2564 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2565
2566 * gnus-sum.el (gnus-auto-center-summary):
2567 Set default to respect `scroll-margin'.
2568
2569 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2570
2571 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2572 citation prefix within a block of cited text should be considered
2573 part of that block *only* if it is a blank line.
2574
2575 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2576
2577 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2578 before kinsoku-bol characters nor within kinsoku-eol characters.
2579
2580 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2581
2582 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2583 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2584 Silence compiler.
2585 (gnus-sync-read): Use mapc instead of mapcar.
2586
2587 * mm-archive.el: Require mm-decode for some macros.
2588 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2589 Silence the byte compiler.
2590 (mm-archive-decoders): New function that returns the value of
2591 the mm-archive-decoders variable.
2592
2593 * mm-decode.el:
2594 Don't require mm-archive; autoload mm-archive functions instead.
2595 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2596
2597 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2598
2599 2012-06-26 Peter Münster <pmrb@free.fr>
2600
2601 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2602 (gnus-demon-cancel): Ditto.
2603 (gnus-demon-run-callback): When function cannot be called due to low
2604 idleness, call it when idleness reaches the expected value, instead
2605 of waiting another timer period.
2606 (gnus-demon-init): Add `time' to arguments of call-back.
2607
2608 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2609
2610 * gnus.el: Register gnus-registry functions.
2611
2612 * gnus-registry.el (gnus-try-warping-via-registry):
2613 Move here and indent.
2614
2615 * gnus-int.el (gnus-warp-to-article):
2616 Check whether the registry is enabled before warping.
2617
2618 2012-06-26 Dave Abrahams <dave@boostpro.com>
2619
2620 * gnus-sum.el (gnus-summary-insert-subject): Record information
2621 in the registry about each article retrieved.
2622
2623 * gnus-int.el (gnus-select-group-with-message-id): New function.
2624 (gnus-try-warping-via-registry): Ditto.
2625 (gnus-warp-to-article): Fall back on the registry.
2626
2627 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2628
2629 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2630
2631 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2632
2633 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2634 gnus-gcc-self-resent-messages may be a group parameter.
2635 (gnus-summary-resend-message):
2636 Don't encode encoded words in header when Gcc'ing resent message.
2637
2638 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2639
2640 * shr.el (shr-insert): Treat non-breaking space just like normal
2641 space. This seems to produce more pleasing results.
2642 (shr-insert):
2643 Only insert a blank line if we're starting from an image.
2644 (shr-tag-br):
2645 Allow <br> to end lines or to make a single blank line.
2646 (shr-ensure-paragraph): Consider lines with white space to be blank.
2647
2648 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2649
2650 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2651 and gnus-gcc-post-body-encode-hook.
2652
2653 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2654
2655 * mm-decode.el (mm-dissect-singlepart):
2656 Guess what the type of application/octet-stream parts really is.
2657
2658 * gnus-sum.el (gnus-propagate-marks): Remove.
2659
2660 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2661
2662 * nntp.el (nntp-coding-system-for-read): Remove.
2663 (nntp-coding-system-for-write): Ditto.
2664 (nntp-open-connection): Just use `binary' directly.
2665
2666 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2667
2668 * registry.el (registry-usage-test, registry-persistence-test):
2669 Move to tests/gnustest-registry.el.
2670 (registry-make-testable-db, registry-match-test)
2671 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2672
2673 * gnus-registry.el (gnus-registry-misc-test)
2674 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2675
2676 * tests/gnustest-registry.el:
2677 New file with the registry and gnus-registry ERT tests.
2678
2679 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2680
2681 * gnus-msg.el (gnus-summary-resend-message):
2682 Make gnus-summary-resend-message-insert-gcc be last item in
2683 message-header-setup-hook.
2684
2685 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2686
2687 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2688 (nnfolder-marks, nnfolder-marks-file-suffix)
2689 (nnfolder-marks-modtime): Remove.
2690 (nnfolder-open-server): Don't use marks.
2691 (nnfolder-request-delete-group): Ditto.
2692 (nnfolder-request-rename-group): Ditto.
2693 (nnfolder-request-set-mark, nnfolder-request-marks)
2694 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2695 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2696
2697 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2698 (nnml-marks-modtime): Remove.
2699 (nnml-request-delete-group): Don't use marks.
2700 (nnml-request-rename-group): Ditto.
2701 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2702 (nnml-save-marks, nnml-open-marks): Remove.
2703
2704 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2705 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2706 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2707 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2708 (nntp-server-to-method-cache): Remove.
2709
2710 * shr.el (shr-rescale-image): Fix wrong merge.
2711
2712 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2713
2714 * shr.el (shr-remove-trailing-whitespace):
2715 Really delete the padding on too-wide lines.
2716
2717 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2718
2719 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2720 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2721
2722 * mm-decode.el (mm-display-external): Output the text from
2723 the command in the buffer after the command finished.
2724 This makes text-based commands behave better.
2725
2726 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2727
2728 * message.el (smtpmail-smtp-user): Silence compiler warning.
2729
2730 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2731
2732 * message.el (message-multi-smtp-send-mail): Also allow specifying
2733 the SMTP user name.
2734
2735 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2736
2737 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2738
2739 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2740
2741 * message.el (message-multi-smtp-send-mail): New function.
2742 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2743 header to implement multi-SMTP functionality.
2744
2745 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2746 (gnus-agentize): Don't set it.
2747 (gnus-agent-send-mail): Don't use it.
2748
2749 * gnus-sum.el (gnus-summary-widget-backward):
2750 New function and keystroke.
2751
2752 * shr.el (shr-put-image): Remove underlines from sliced images.
2753 (shr-zoom-image): Compute the region to be replaced more correctly.
2754
2755 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2756
2757 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2758 (gnus-summary-resend-message-insert-gcc): New function.
2759 (gnus-summary-resend-message): Modify message-header-setup-hook and
2760 message-sent-hook to make it work for Gcc.
2761 (gnus-inews-do-gcc): Update the number of unread articles of groups
2762 that messages are Gcc'd to.
2763
2764 * message.el (message-resend): Run message-sent-hook to do Gcc.
2765
2766 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2767
2768 * gnus-registry.el (gnus-registry-fixup-registry):
2769 Move the message to a higher level to silence compilation.
2770
2771 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2772 parameter to allow controlling the scaling.
2773
2774 * shr.el (shr-zoom-image): New command and keystroke.
2775 (shr-put-image): Take a `size' flag to say how to scale the image.
2776
2777 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2778 Use recursive deletion.
2779 (mm-dissect-archive): Add support for zip files.
2780
2781 * gnus-util.el (gnus-recursive-directory-files): New function.
2782
2783 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2784 (mm-archive-decoders): Add tgz support.
2785
2786 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2787 Otherwise inserting text into the Gnus buffer can look odd.
2788
2789 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2790
2791 * mm-archive.el (mm-archive-decoders): Add support for tar.
2792
2793 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2794
2795 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2796
2797 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2798
2799 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2800
2801 * mm-archive.el: New file.
2802
2803 * mm-decode.el (mm-dissect-singlepart):
2804 Use it to decode ms-tnef files.
2805
2806 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2807
2808 * message.el (message-goto-*): Make all the `message-goto-*' commands
2809 push the mark before moving point. This makes it easier to go back
2810 to where you came from after editing whatever you jumped to.
2811
2812 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2813
2814 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2815 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2816 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2817
2818 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2819
2820 * spam.el: Move BBDB autoloads.
2821 (spam-exists-in-BBDB-p):
2822 New function to do the BBDB search directly in BBDB 2 and 3.
2823 (spam-check-BBDB): Use it.
2824 (spam-enter-ham-BBDB): Use it.
2825
2826 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2827
2828 * gnus-group.el (gnus-group-get-new-news):
2829 New parameter `one-level' for scanning exactly one level.
2830
2831 * gnus-start.el (gnus-get-unread-articles): Ditto.
2832
2833 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2834
2835 * gnus-sync.el: More commentary about setup.
2836
2837 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2838
2839 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2840
2841 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2842
2843 * gnus-sync.el: Improve docs about CouchDB admins.
2844
2845 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2846
2847 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2848 not needed. Provide xmlplistread list function to produce XML plist
2849 output for non-Gnus LeSync clients.
2850
2851 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2852
2853 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2854 and save against it. Group subscriptions, read marks, other marks,
2855 subscription levels, topic names, and topic offsets (the group's
2856 position within the topic) are saved. This is an experimental
2857 backend and may change significantly. Load json.el from
2858 the gnus-fallback-lib if it's not available otherwise.
2859 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2860
2861 2012-06-26 David Engster <dengste@eml.cc>
2862
2863 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2864
2865 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2866
2867 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2868
2869 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2870
2871 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2872 is an integer to avoid later problems.
2873
2874 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2875
2876 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2877 locales.
2878
2879 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2880
2881 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2882 articles when fetch-old is non-nil (bug#11370).
2883
2884 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2885
2886 * gnus-group.el (gnus-group-get-new-news):
2887 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2888
2889 2012-06-10 Dave Abrahams <dave@boostpro.com>
2890
2891 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2892 groups (bug#11641).
2893
2894 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2895
2896 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2897 (bug#11514).
2898
2899 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * nntp.el: Stop the `letf' madness.
2902 (nntp--report-1): New var.
2903 (nntp-report): Merge nntp-report-1 into it.
2904 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2905 the nntp-report function.
2906
2907 * auth-source.el: Fix comment-style to follow the convention.
2908
2909 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2910
2911 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2912 a string so that Gcc works (bug#11514).
2913
2914 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2917 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2918
2919 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2922 jumping to *Server* from a dedicated *Group* window.
2923 (gnus-configure-frame): CSE.
2924
2925 * gnus-registry.el: Minor style cleanup.
2926 (gnus-registry--set/remove-mark): New function, extracted from
2927 gnus-registry-install-shortcuts.
2928 (gnus-registry-install-shortcuts): Use it.
2929
2930 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2931
2932 * nnspool.el (news-path): Use eval-and-compile.
2933
2934 2012-05-24 Glenn Morris <rgm@gnu.org>
2935
2936 * nnspool.el (news-directory, news-path, news-inews-program):
2937 Move here from paths.el. Don't see a need for these to be autoloaded.
2938
2939 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2940 Merge in doc from paths.el version. Don't see any need for this to be
2941 autoloaded, or for the warning about users not setting it.
2942
2943 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2944
2945 Fix minor Y10k bug.
2946 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2947
2948 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2951 message once it's actually open.
2952
2953 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2954
2955 * auth-source.el (auth-source--aput-1, auth-source--aput)
2956 (auth-source--aget): New functions and macros.
2957 Use them instead of aput/aget.
2958
2959 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2960
2961 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2962
2963 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2964
2965 * plstore.el (plstore-called-interactively-p): New compat macro copied
2966 from message.el.
2967 (plstore-mode): Use it.
2968
2969 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2970
2971 * plstore.el: Revive the editing feature.
2972 (plstore-mode): New mode to edit plstore file.
2973 (plstore-mode-toggle-display, plstore-mode-original)
2974 (plstore-mode-decoded): New command.
2975 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2976 (plstore--insert-buffer, plstore--make): New function.
2977 (plstore-open, plstore-save): Simplify by using them.
2978
2979 2012-04-16 Glenn Morris <rgm@gnu.org>
2980
2981 * nndraft.el (nndraft-request-list): Fix declaration.
2982
2983 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2984
2985 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2986 don't have a current group.
2987
2988 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2989 have a group name.
2990
2991 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2992 a multibyte buffer (bug#7410).
2993 (article-wash-html): Parse the original article buffer to get the
2994 unencoded data (bug#7410).
2995
2996 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2997 .newsrc.el files.
2998
2999 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3000
3001 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3002 would have gotten if we posted to the group, and use that to compare
3003 against the message we want to cancel (bug#10808).
3004
3005 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3006
3007 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3008 "#" to avoid having them interpreted as comments.
3009
3010 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3011
3012 * shr.el (shr-insert): Update the text state properly to avoid
3013 inserting spurious paragraph starts.
3014
3015 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3016
3017 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3018 requested (bug#10961).
3019
3020 * shr.el (shr-table-widths): Divide the extra width more fairly over
3021 the TDs (bug#10973).
3022 (shr-render-td): Don't delete too much padding.
3023 (shr-natural-width): Compute the natural width more correctly.
3024 (shr-insert): Allow the natural width to be computed for tables again.
3025 (shr-tag-table-1): Rework how the natural widths are computed by
3026 rendering the table a third time.
3027 (shr-natural-width): Remove.
3028 (shr-buffer-width): New function.
3029 (shr-expand-newlines): Use it.
3030
3031 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3032 using a `gnus-use-full-window' setup (bug#11013).
3033
3034 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3035
3036 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3037 24.1 release.
3038
3039 2012-03-10 David Edmondson <dme@dme.org>
3040
3041 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3042 'Forwarded Message' header and the start of the message.
3043
3044 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3045
3046 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3047 isn't running (bug#10897).
3048
3049 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3050
3051 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3052
3053 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3054
3055 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3056
3057 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3058
3059 * mm-decode.el (mm-shr): Remove "soft hyphens".
3060
3061 * nnimap.el (nnimap-request-list): Return the group names encoded as
3062 utf8. Otherwise non-European group names don't work.
3063 (nnimap-request-newgroups): Ditto.
3064
3065 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3066 the default in `read-string' (bug#10757).
3067
3068 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3069 topics (bug#10843).
3070
3071 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3072 buffer. Suggested by Herbert Valerio Riedel.
3073 (nnimap-request-move-article): Delete the message from the correct IMAP
3074 server.
3075
3076 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3077
3078 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3079 Reported by Peter Münster.
3080
3081 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3082
3083 * shr.el (shr-image-fetched): Make sure we really kill the right
3084 buffer.
3085
3086 2012-02-16 Leo Liu <sdl.web@gmail.com>
3087
3088 * gnus-start.el (gnus-1): Avoid duplicate entries.
3089
3090 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3091
3092 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3093 too-wide lines.
3094
3095 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3096
3097 * shr.el (shr-rescale-image): Undo previous change; see
3098 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3099
3100 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3101
3102 * nnimap.el (nnimap-record-commands): New variable.
3103 (nnimap-log-command): Use it.
3104 (nnimap-make-process-buffer): Add a space to the process buffer.
3105 (nnimap-transform-headers): Don't bug out on header lines containing
3106 stuff that look like IMAP length encodings.
3107
3108 * shr.el (shr-rescale-image): Allow viewing large images.
3109
3110 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3111
3112 * nnml.el (nnml-request-compact-group): Delete the marks file after
3113 compaction (bug#10800).
3114
3115 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3116 group exit.
3117
3118 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3119 QRESYNC/FETCH output.
3120
3121 2012-02-11 Glenn Morris <rgm@gnu.org>
3122
3123 * sieve-manage.el (sieve-manage-default-stream):
3124 * shr.el (shr):
3125 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3126 (nnir-retrieve-headers-override-function)
3127 (nnir-imap-default-search-key, nnir-notmuch-program)
3128 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3129 (nnir-method-default-engines):
3130 * message.el (message-cite-reply-position):
3131 * gssapi.el (gssapi-program):
3132 * gravatar.el (gravatar):
3133 * gnus-sum.el (gnus-refer-thread-use-nnir):
3134 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3135 (gnus-registry-max-pruned-entries):
3136 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3137 * gnus-int.el (gnus-after-set-mark-hook)
3138 (gnus-before-update-mark-hook):
3139 * gnus-async.el (gnus-async-post-fetch-function):
3140 * auth-source.el (auth-source-cache-expiry):
3141 Add missing :version tags to new defcustoms and defgroups.
3142
3143 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3144
3145 * message.el (message-default-send-mail-function): Made into own
3146 function for reuse by emacsbug.el.
3147
3148 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3149
3150 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3151 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3152
3153 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3154
3155 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3156 running.
3157
3158 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3159
3160 * gnus.el (gnus-server-extend-method): Don't add an -address component
3161 if the method already has one (bug#9676).
3162
3163 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3164
3165 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3166 of an initial-input for consistency (bug#10757).
3167
3168 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3169
3170 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3171
3172 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3173
3174 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3175 lines that are narrower than the window width. Otherwise background
3176 "blocks" will look less readable.
3177
3178 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3179
3180 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3181
3182 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3183
3184 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3185 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3186 have newlines within the strings, and where the UID comes after the
3187 BODYSTRUCTURE element (bug#10537).
3188
3189 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3190 (bug#10732).
3191
3192 * shr.el (shr-insert-document): Add doc string.
3193 (shr-visit-file): Ditto.
3194 (shr-remove-trailing-whitespace): New function.
3195 (shr-insert-document): Use it to clean up trailing whitespace as the
3196 final step (bug#10714).
3197
3198 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3199
3200 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3201 buffer if `gnus-kill-summary-on-exit' is nil.
3202
3203 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3204
3205 * gnus-sum.el (gnus-summary-show-thread):
3206 next-single-char-property-change may return nil in XEmacs.
3207
3208 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3209
3210 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3211 when just reading a single group from "without" Gnus.
3212
3213 2012-02-06 Chong Yidong <cyd@gnu.org>
3214
3215 * gnus-sum.el (gnus-summary-show-thread):
3216 next-single-char-property-change never returns nil (Bug#8657).
3217
3218 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3219
3220 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3221 without reconnecting.
3222 (nnimap-possibly-change-group): Ditto.
3223 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3224 connection has died before being called.
3225
3226 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3227
3228 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3229 an initial sync unless we're really doing one.
3230
3231 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3232 address parameter if one already exists (bug#9676).
3233
3234 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3235 not the prefix, as documented (bug#10689).
3236
3237 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3238
3239 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3240 the "server".
3241
3242 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3243 the real error message with the useless "previously known to be down".
3244 Which isn't even correct.
3245
3246 * nntp.el (nntp-open-connection): Report the error message if the nntp
3247 server can't be reached.
3248
3249 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3250 groups we do a total scan for.
3251 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3252 doing that.
3253
3254 2012-01-31 Jim Meyering <jim@meyering.net>
3255
3256 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3257 Correct a comment (insert "not") and hide nominally-doubled "to".
3258
3259 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3260
3261 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3262 section in the manual.
3263
3264 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3265
3266 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3267 words.
3268 (rfc2047-encode-string): Ditto.
3269 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3270 understand folded filename="..." parameters, for instance.
3271
3272 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3273 the message for greater debuggability.
3274
3275 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3276
3277 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3278 instead of setting it locally, since the latter doesn't seem to have
3279 any effect (most of the time).
3280
3281 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3282
3283 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3284 function call.
3285
3286 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3287
3288 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3289 seconds, and make the repeat clause with HH:MM specs work as
3290 documented.
3291
3292 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3293
3294 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3295 so that previous errors don't prohibit getting new news.
3296
3297 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3298
3299 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3300
3301 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3302
3303 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3304 bound globally in old Emacsen and XEmacsen.
3305
3306 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3307
3308 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3309 buffer, not of the string which is its name.
3310
3311 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3312
3313 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3314 non-server-marks groups.
3315 (gnus-group-make-articles-read): Ditto.
3316
3317 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3318 methods (bug#9676).
3319
3320 * gnus.el (gnus-method-ephemeral-p): New function.
3321
3322 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3323
3324 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3325 left-to-right.
3326
3327 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3328
3329 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3330 warning.
3331
3332 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3333
3334 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3335 macroexpand the nnir things, since they haven't been defined yet, and
3336 nnir requires gnus-sum.
3337
3338 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3339
3340 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3341
3342 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3343
3344 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3345 logical server name in addition to the actual machine address.
3346
3347 * auth-source.el (auth-source-user-and-password): Add convenience
3348 wrapper to search by just host and optionally user.
3349
3350 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3351
3352 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3353 after rendering.
3354
3355 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3356
3357 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3358 (bug#9693).
3359 (gnus-summary-setup-buffer): Document return value (bug#9697).
3360
3361 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3362 since ido doesn't work on symbols (bug#9632).
3363
3364 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3365 when getting a single value as when getting all the values. This means
3366 that atoms like `gcc-self' work cumulatively, like variable settings,
3367 instead of getting the value from the last matching clause.
3368 (gnus-group-find-parameter): Protect against the group buffer not
3369 existing (bug#9585).
3370
3371 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3372
3373 * gnus-start.el (gnus-activate-group): Document more parameters
3374 (bug#9694).
3375
3376 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3377 (bug#9692).
3378
3379 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3380 article was fetched, so that it can be expired later (bug#9958).
3381 (gnus-agent-summary-fetch-series): Add doc string.
3382 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3383 (bug#9517).
3384
3385 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3386 retrieval is happening.
3387
3388 * gnus.el (gnus-parameters): Doc fix.
3389
3390 2012-01-06 Dave Abrahams <dave@boostpro.com>
3391
3392 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3393 show the thread after expansion.
3394
3395 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3396
3397 * gnus-art.el (article-narrow-to-head): If the head is completely
3398 empty, narrow to the empty region (bug#9764).
3399
3400 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3401 read, and then mark them as unread only when the unread mark is used.
3402 This makes `C-- T k' actually work, even though it's confusing.
3403
3404 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3405 alive before we try to find its window.
3406
3407 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3408
3409 * mm-decode.el (mm-display-external): Use a longer timeout for the
3410 deletion to allow slow programs to display the file.
3411
3412 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3413
3414 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3415 prompt to be less confusing.
3416
3417 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3418 argument to `message-reply'. This broke `special-display-*' frame
3419 pop-uping (bug#10238).
3420
3421 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3422
3423 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3424 systems, since these allegedly don't work there.
3425
3426 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3427
3428 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3429 live buffer.
3430
3431 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3432
3433 * nnir.el (nnir-retrieve-headers): Protect against the article not
3434 existing on the server (bug#10335).
3435
3436 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3437
3438 * gnus-agent.el (gnus-agent-load-local):
3439 Recompute gnus-agent-article-local on changing method.
3440
3441 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3442
3443 * gnus.el (gnus-parameters): Note precedence.
3444
3445 2012-01-04 Leo Liu <sdl.web@gmail.com>
3446
3447 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3448 in the group buffer.
3449
3450 2012-01-04 Julien Danjou <julien@danjou.info>
3451
3452 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3453 change.
3454
3455 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3456
3457 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3458 too.
3459
3460 * nntp.el (nntp-retrieve-group-data-early): Use it.
3461
3462 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3463
3464 * nntp.el (nntp-retrieval-in-progress): New variable.
3465 (nntp-make-process-buffer): Make it buffer-local.
3466
3467 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3468 2010.
3469 (gnus-demon-init): Use it to compute the time if time is on the form
3470 "04:23".
3471
3472 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3473
3474 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3475 status in the correct buffer.
3476
3477 2012-01-03 Leo Liu <sdl.web@gmail.com>
3478
3479 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3480 when opening topics (bug#10407).
3481
3482 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3483
3484 * mm-view.el (mm-display-inline-fontify): Add comment.
3485
3486 2011-12-15 Juri Linkov <juri@jurta.org>
3487
3488 * mm-decode.el (mm-inline-media-tests): Add missing
3489 `mm-handle-media-subtype'.
3490
3491 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3492
3493 * message.el (message-valid-fqdn-regexp): Update with newly approved
3494 top-level domain names ".tel" and ".asia".
3495
3496 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3497
3498 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3499 unconditionally.
3500
3501 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3502
3503 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3504 pop-to-buffer-same-window for old Emacsen.
3505
3506 2011-12-04 Chong Yidong <cyd@gnu.org>
3507
3508 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3509 change (Bug#10200).
3510
3511 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3512
3513 * compface.el (uncompface):
3514 * gnus-art.el (gnus-article-x-face-command): Update the header format
3515 of icon data for the most recent icontopbm program.
3516
3517 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3518
3519 * gnus-msg.el (gnus-inews-do-gcc):
3520 * message.el (message-send-mail):
3521 * mml.el (mml-generate-mime): Share the value of the buffer-local
3522 `message-options' variable between a draft buffer and temprary working
3523 buffers.
3524
3525 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3528
3529 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3530
3531 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3532 for Cygwin.
3533
3534 2011-11-24 Glenn Morris <rgm@gnu.org>
3535
3536 * starttls.el: Fix case of "GnuTLS".
3537
3538 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3539
3540 * gnus-group.el (gnus-group-highlight): Fix typo.
3541
3542 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3543
3544 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3545 value of `delete-file', that returns nil for a local file but returns t
3546 for a remote file using ssh.
3547
3548 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3549
3550 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3551 avoid later breakage.
3552
3553 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3554
3555 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3556 article buffers' name.
3557
3558 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
3560 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3561 by Paul Eggert's spellfixes two days ago.
3562
3563 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3564
3565 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3566 buffer-local instead of binding them to avoid warnings. Also demote
3567 errors (bug#10063).
3568 (font-lock-mode-hook): Shut up byte compiler.
3569
3570 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3571
3572 * mm-util.el (mm-charset-after): Fix typo.
3573
3574 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3575
3576 * gnus-sum.el (gnus-summary-make-menu-bar):
3577 * gnus-uu.el (gnus-uu-decode-postscript)
3578 (gnus-uu-decode-postscript-and-save):
3579 * mailcap.el (mailcap-print-command):
3580 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3581 Fix typos.
3582
3583 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3584
3585 * gnus-art.el (gnus-article-part-wrapper):
3586 * shr-color.el (shr-color-visible-distance-min)
3587 (shr-color-relative-to-absolute, set-minimum-interval)
3588 (shr-color-visible): Fix typos.
3589
3590 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3591
3592 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3593 slightly clearer.
3594
3595 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3596
3597 * message.el (message-send-and-exit): Document `arg'.
3598
3599 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3602
3603 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3604
3605 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3606 we don't use `bound-and-true-p'.
3607
3608 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3609
3610 * gnus-util.el (gnus-bound-and-true-p): Remove.
3611 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3612 * nnir.el: Use it.
3613 * nnmairix.el: Use it.
3614
3615 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3616
3617 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3618 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3619 for reasons unknown.
3620 * nnir.el: Use it.
3621 * nnmairix.el: Use it.
3622
3623 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3624 * nnir.el: Ditto.
3625 * nnmairix.el: Ditto.
3626
3627 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3628
3629 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * message.el (message-completion-function): Make sure
3632 message-tab-body-function is not attempted if one of
3633 message-completion-alist fails to find a completion (bug#9158).
3634
3635 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3636
3637 * mml.el (mml-quote-region): Quote <#secure> tag.
3638 (mml-generate-mime-1): Unquote <#secure> tag.
3639
3640 2011-10-20 Chong Yidong <cyd@gnu.org>
3641
3642 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3643 calling a minor mode from Lisp with nil arg enables it, so we have to
3644 make the wording a bit ambiguous here).
3645
3646 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3647
3648 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3649 * nnir.el (nnir-mode): Use it.
3650 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3651 Use it.
3652
3653 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3654 * nnmairix.el (gnus-registry-enabled): Ditto.
3655
3656 2011-10-17 Dave Abrahams <dave@boostpro.com>
3657
3658 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3659 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3660 only while we need to find out if it should be t or nil.
3661 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3662 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3663 the registry is installed. Set it to nil when it's unloaded.
3664 (gnus-registry-install-p): Provide user guidance for the initial value
3665 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3666 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3667 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3668 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3669 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3670 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3671 `gnus-registry-install'.
3672
3673 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3674
3675 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3676 previous change.
3677 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3678 primary key is marked as disabled.
3679
3680 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3681
3682 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3683 primary key is marked as disabled.
3684
3685 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3686
3687 * html2text.el (html2text-clean-anchor): Check for quotes around
3688 `href' value.
3689
3690 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3691
3692 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3693 searching. Drop `bbdb-cache'.
3694
3695 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3696
3697 * message.el (message-signed-or-encrypted-p): Exclude header when
3698 checking if there is signed or encrypted body in text/plain message.
3699
3700 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3701
3702 * html2text.el (html2text-get-attr): Correctly handle attribute values
3703 containing "=".
3704
3705 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3706
3707 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3708 handle bindings.
3709
3710 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3711
3712 * gnus-win.el (gnus-configure-windows): Protect against reading
3713 ephemeral groups outside of Gnus.
3714
3715 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3716
3717 * shr.el (shr-tag-img): Don't get images displayed in tables.
3718
3719 2011-10-03 Glenn Morris <rgm@gnu.org>
3720
3721 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3722 the "maintainer" version of debbugs.gnu.org reports.
3723
3724 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3725
3726 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3727 make asynchronous adjacent image insertion work better.
3728
3729 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3730
3731 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3732 Clarify documentation.
3733
3734 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3735
3736 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3737 `gnus-asynchronous' isn't shadowed.
3738
3739 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3742 (nnimap-insert-partial-structure): The charset parameter isn't
3743 case-sensitive.
3744
3745 * nnheader.el (nnheader-message-maybe): New function.
3746
3747 * shr.el (shr-tag-table): Render totally broken tables better.
3748
3749 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3750 computing the boundary.
3751
3752 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3753
3754 * pop3.el (pop3-number-of-responses): Remove.
3755 (pop3-wait-for-messages): Rewrite to take linear time instead of
3756 exponential time.
3757
3758 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3759
3760 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3761 re-fetch images.
3762
3763 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3764 re-fetch images when hitting `g' in Gnus.
3765
3766 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3767
3768 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3769 (mml-compute-boundary): Don't check collision if it is non-nil.
3770 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3771 before checking collision.
3772
3773 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3774
3775 * message.el (message-indent-citation): Really make sure there's a
3776 newline at the end.
3777
3778 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3779 Fix suggested by John Wiegley.
3780
3781 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3782
3783 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3784
3785 * message.el (message-default-send-rename-function): Break out into its
3786 own function.
3787
3788 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3789 doesn't work under XEmacs.
3790
3791 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3792 of "imaps" to word around Windows problems.
3793 (nnimap-open-connection-1): Use it.
3794
3795 * message.el (message-indent-citation): Revert last change which made
3796 `F' not work.
3797
3798 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3799
3800 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3801 terminal as well.
3802
3803 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3804
3805 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3806 because it displays images using overlays that aren't easy to copy to
3807 the article buffer.
3808
3809 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3810
3811 * message.el (message-indent-citation): Fix empty line removal at the
3812 end of the citation.
3813
3814 2011-09-20 Julien Danjou <julien@danjou.info>
3815
3816 * auth-source.el (auth-source-netrc-create): Use default value for
3817 password if specified. Evaluate default.
3818 (auth-source-plstore-create): Ditto.
3819 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3820 value evaluation.
3821 (auth-source-netrc-create): Typo fix.
3822 (auth-source-plstore-create): Ditto.
3823
3824 * auth-source.el (auth-source-format-cache-entry): New function.
3825
3826 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3827
3828 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3829
3830 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3831
3832 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3833
3834 2011-09-19 Julien Danjou <julien@danjou.info>
3835
3836 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3837 which work with things that are not ASCII.
3838
3839 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3840
3841 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3842
3843 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3844
3845 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3846 message level.
3847
3848 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3849
3850 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3851
3852 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3853
3854 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3855
3856 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3859 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3860
3861 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3862
3863 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3864 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3865 articles.
3866
3867 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3870 (message-mail-other-window, message-mail-other-frame)
3871 (message-news-other-window, message-news-other-frame):
3872 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3873 instead of setting buffer display variables.
3874
3875 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3876
3877 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3878
3879 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3880
3881 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3882
3883 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3884 duplicates" to a higher level.
3885
3886 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3887 most egregious messages.
3888
3889 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3890
3891 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3892
3893 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3894
3895 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3896 up the file (bug#9351).
3897
3898 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3899
3900 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3901 it does with all other backends, but decode the names immediately after
3902 getting them.
3903
3904 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3905 decoding nnimap groups.
3906
3907 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3908 newsrc file. It doesn't seem like an important optimization any more.
3909
3910 2011-09-10 Dave Abrahams <dave@boostpro.com>
3911
3912 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3913 overflows.
3914
3915 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3916
3917 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3918 (gnus-interactive-exit): Extend to `quiet'.
3919
3920 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3921
3922 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3923 string.
3924
3925 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3926 renaming function arguments from `this'.
3927
3928 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3929
3930 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3931 has been renamed.
3932 (gnus-lrm-string-p): Include RLM and PDF, too.
3933
3934 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3935 (bug#9225).
3936
3937 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3938
3939 Add autoload cookies for functions used by sendmail.el.
3940 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3941
3942 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3943
3944 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3945
3946 * gnus-art.el (article-date-ut): Work properly even when there are
3947 things like Date header in the body; work for forwarded parts.
3948
3949 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3950
3951 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3952 original-article-buffer.
3953
3954 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3955
3956 * nnir.el (nnir-compose-result): Fix matching of server type.
3957 (nnir-run-swish++): Ditto.
3958 (nnir-run-namazu): Ditto.
3959 (nnir-run-notmuch): Ditto.
3960
3961 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3962
3963 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3964 (bug#9405).
3965
3966 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3967 (bug#9421).
3968
3969 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3970 (bug#9425).
3971
3972 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3973 thing (bug#9426).
3974
3975 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3976
3977 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3978 the error message.
3979
3980 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3981
3982 * message.el (message-setup-1): Return t (Bug#9392).
3983
3984 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3985
3986 * gnus-sum.el: When adding article headers to a summary buffer also
3987 update gnus-newsgroup-articles (bug#9386).
3988
3989 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3990
3991 * auth-source.el: Autoload help-mode.
3992
3993 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3994
3995 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3996 names.
3997
3998 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3999
4000 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4001 mm-replace-in-string for compatibility issues.
4002 * mml2015.el (mml2015-epg-verify): Ditto.
4003
4004 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4005
4006 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4007
4008 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4009
4010 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4011
4012 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4013 continue on and do the clean-up phase (bug#9188).
4014
4015 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4016 just ignore groups that can't be opened instead of erroring out
4017 (bug#9225).
4018
4019 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4020 nil since some many people are fuddy-duddies.
4021
4022 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4023 images.
4024
4025 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4026 instead.
4027
4028 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4029
4030 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4031
4032 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4033 processing.
4034
4035 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4036 buffer to avoid warnings.
4037
4038 2011-08-20 Simon Josefsson <simon@josefsson.org>
4039
4040 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4041 specified to reduce precision.
4042
4043 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4044
4045 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4046 bodystructures (bug#9314).
4047
4048 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4049
4050 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4051 Make button keymap non-sticky after buttons.
4052
4053 2011-08-18 David Engster <dengste@eml.cc>
4054
4055 * nnmairix.el (nnmairix-request-set-mark)
4056 (nnmairix-goto-original-article): Remove adding of article to registry,
4057 since `gnus-registry-add-group' isn't available anymore.
4058 (nnmairix-determine-original-group-from-registry):
4059 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4060 available anymore.
4061
4062 2011-08-12 Simon Josefsson <simon@josefsson.org>
4063
4064 * starttls.el (starttls-any-program-available): Define as obsolete
4065 function.
4066
4067 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4068
4069 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4070 versions which Gnus use when appropriate.
4071
4072 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4073 a pretty destructive command.
4074
4075 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4076
4077 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4078
4079 * message.el (message-fix-before-sending): Make a different warning
4080 about NUL characters (bug#9270).
4081
4082 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4083 from custom (bug#9260).
4084
4085 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4086 things work in Emacs 22 and XEmacs, too.
4087
4088 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4089 default From.
4090
4091 * gnus-spec.el (gnus-lrm-string-p): New macro.
4092 (gnus-lrm-string): New constant.
4093 (gnus-summary-line-format-spec): LRM-ify the from.
4094 (gnus-tilde-max-form): LRM-ify string chopping.
4095
4096 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4097
4098 * message.el (message-is-yours-p): Allow disabling canlock checking
4099 (bug#9295).
4100 (message-shoot-gnksa-feet): Add `canlock-verify'.
4101 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4102 message directory isn't writable (bug#9304).
4103
4104 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4105 non-world-readable.
4106
4107 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4108
4109 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4110 articles.
4111
4112 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4113
4114 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4115 copy-list.
4116
4117 2011-08-12 Sam Steingold <sds@gnu.org>
4118
4119 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4120 in the reverse order to avoid modifying the cache with `nreverse'.
4121 (gnus-all-score-files): Do not modify the value returned by
4122 `gnus-score-find-alist' because it lives in a cache variable.
4123 (gnus-current-home-score-file): No need to `nreverse' the return value
4124 of `gnus-score-find-alist', it is already in the correct order.
4125
4126 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4127
4128 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4129 type MESSAGE and subtype RFC822 is slightly different from those of
4130 type TEXT.
4131
4132 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4133
4134 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4135 This allows article-referral to work from an nnir group.
4136
4137 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4138
4139 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4140
4141 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4142
4143 * mml1991.el (mml1991-epg-find-usable-key)
4144 (mml1991-epg-find-usable-secret-key): New function.
4145 (mml1991-epg-sign): Check if signing key is usable.
4146 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4147
4148 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4149
4150 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4151 server-variables only. This should fix a bug introduced with commit
4152 e1889675b7f4adf057833c5513c9374134c4e053.
4153 (nnir-run-query): 'nnir-search-engine should not be set from the global
4154 environment.
4155
4156 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4157
4158 * nnir.el (nnir-search-thread): Position point on referring article
4159 line.
4160 (nnir-warp-to-article): Clean up summary buffers.
4161
4162 * nnimap.el (nnimap-request-thread): Whitespace fix.
4163
4164 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4165
4166 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4167
4168 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4169
4170 * starttls.el (starttls-available-p): Rename from
4171 `starttls-any-program-available' and changed return convention.
4172
4173 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4174
4175 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4176 `unix-sync' unless it's defined.
4177
4178 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4179
4180 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4181 `aref' for XEmacs compatibiltiy.
4182
4183 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4184
4185 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4186
4187 2011-07-31 Dave Abrahams <dave@boostpro.com>
4188
4189 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4190 closures, quote the form properly (bug#9194).
4191
4192 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4193
4194 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4195 (gnus-summary-insert-new-articles): Protect against servers that are
4196 down.
4197
4198 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4199
4200 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4201 in mm handle if none is specified.
4202
4203 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4204
4205 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4206
4207 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4208
4209 * nnir.el (nnir-search-thread): New function to make an nnir group
4210 based on a thread query.
4211
4212 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4213 of nnir in thread referral.
4214 (gnus-summary-refer-thread): Use it.
4215
4216 * nnimap.el (nnimap-request-thread): Use it.
4217
4218 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4219
4220 * shr.el (shr-tag-comment): Ignore HTML comments.
4221
4222 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4223
4224 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4225 argument.
4226 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4227 Use `nnir-address' to handle server info rather than passing an arg.
4228
4229 * nnimap.el (nnimap-make-thread-query): New utility function to format
4230 an imap thread search query.
4231 (nnimap-request-thread): Use it.
4232
4233 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4234 right select-method if we are not going back to the group buffer.
4235
4236 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4237
4238 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4239 enter invalid buffer configurations into the quit form (bug#9107).
4240 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4241 unplugged/plugged.
4242
4243 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4244 keep track of which ones are unread (bug#9061).
4245
4246 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4247 (bug#9055).
4248
4249 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4250 (bug#9041).
4251
4252 * gnus-html.el (mm-util): Require (bug#9073).
4253
4254 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4255 (gnus-summary-refer-thread): Use it to remove duplicates in the
4256 un-threaded view (bug#9053).
4257 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4258
4259 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4260
4261 * nnir.el (nnir-read-server-parm): Use default value from global
4262 variable. Without this the default search engine parameters aren't
4263 used at all.
4264
4265 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4266
4267 * message.el (message-unique-id): Don't use the undocumented return
4268 value from (random t) (bug#9118).
4269
4270 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4271
4272 * message.el (message-auto-save-directory): If the ~/Mail directory
4273 doesn't exist, use ~ as the auto-save directory (bug#4432).
4274
4275 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4276 hasn't already been started.
4277
4278 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4279
4280 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4281
4282 * message.el (message-reply): Work around mysterious bug where
4283 `message-mode' seems to overwrite the locally bound `subject' variable.
4284
4285 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4286
4287 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4288 correct group.
4289
4290 * gnus-int.el (gnus-request-thread): Add group argument.
4291
4292 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4293
4294 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4295
4296 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4297 renamed to `debbugs-gnu-*'.
4298
4299 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4300
4301 * plstore.el: Revert the editing feature since it is not urgent.
4302 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4303 (plstore-mode-decoded): Remove.
4304
4305 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4306
4307 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4308 isn't very interesting any more, and it leaks potentially secret data.
4309 (gnus-debug): Remove.
4310
4311 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4312 use of :custom-show.
4313
4314 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4315
4316 * plstore.el: Add documentation.
4317 (plstore-mode): New mode to edit plstore file.
4318 (plstore-mode-toggle-display, plstore-mode-original)
4319 (plstore-mode-decoded): New command.
4320 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4321 (plstore--insert-buffer, plstore--make): New function.
4322 (plstore-open, plstore-save): Simplify by using them.
4323
4324 2011-07-06 Glenn Morris <rgm@gnu.org>
4325
4326 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4327
4328 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4329
4330 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4331 no longer is much used.
4332 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4333 Articles".
4334
4335 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4336
4337 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4338 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4339 `notmuch' backend.
4340
4341 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4342
4343 * mm-decode.el (mm-text-html-renderer): Doc fix.
4344
4345 * gnus-msg.el (gnus-bug): Fix the MML tag.
4346
4347 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4348
4349 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4350
4351 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4352 secondary methods if started with `gnus-no-server'.
4353
4354 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4355
4356 * message.el (message-return-action): Fix typo in docstring.
4357
4358 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4359
4360 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4361 bug reports at once.
4362
4363 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4364
4365 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4366
4367 * nndraft.el: Require gnus-group.
4368 (nndraft-request-list): Declare.
4369
4370 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4371 no unread article unless it matches gnus-permanently-visible-groups.
4372
4373 * nndraft.el (nndraft-update-unread-articles): New function.
4374 (nndraft-request-associate-buffer): Use it to update the number of
4375 unread articles for the nndraft groups in the group buffer when saving
4376 or killing a draft message.
4377
4378 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4379
4380 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4381 systems to binary before writing and reading the mbox files.
4382
4383 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4384 instead of trying to list them all (bug#8978).
4385
4386 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4387
4388 * pop3.el (pop3-open-server): Use :end-of-capability.
4389
4390 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4391
4392 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4393 the id is always a number.
4394
4395 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4396 debbugs mode, if possible.
4397
4398 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4399
4400 * auth-source.el (auth-source-token-passphrase-callback-function):
4401 Reindent.
4402 (epg-context-operation): Remove unnecessary autoload.
4403
4404 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4405
4406 * gnus.el (gnus-list-debbugs): New command.
4407
4408 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4409 mboxstat instead of the maintbox, since the stat seems to be fuller.
4410
4411 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4412 summary buffers.
4413
4414 * message.el (message-get-reply-headers): Delete all duplicates,
4415 instead of the first.
4416 (message-get-reply-headers): Ensure that we have progress while
4417 deleting duplicates.
4418
4419 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4420 gnus-posting-style value from the summary buffer to make it easier to
4421 make that a per-buffer conf.
4422
4423 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4424
4425 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4426 found by setting `shortcut' in 'query.
4427 (nnir-request-article): Use `shortcut' setting when requesting article
4428 by Message-ID.
4429
4430 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4431
4432 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4433 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4434 Bring the pseudo-headers back too.
4435
4436 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4437
4438 * auth-source.el (auth-source-token-passphrase-callback-function):
4439 Simplify and remove EPA dependency.
4440
4441 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4442
4443 * nnir.el (nnir-request-article): Fix error message text.
4444
4445 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4446
4447 * auth-source.el (plstore-delete): Autoload.
4448 (auth-source-plstore-search): Support delete operation.
4449 * plstore.el (plstore-delete): New function.
4450
4451 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4452
4453 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4454 mark actually existing articles as unread rather than the ones that
4455 active asserts.
4456
4457 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4458
4459 * nntp.el (nntp-record-command):
4460 * gnus-util.el (gnus-message-with-timestamp-1):
4461 Use format-time-string rather than decoding time stamps by hand.
4462 This is simpler and insulates the code from potential changes to
4463 current-time format.
4464
4465 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4466
4467 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4468
4469 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4470
4471 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4472 (plstore-save): Support public key encryption.
4473 (plstore--init-from-buffer): New function.
4474 (plstore-open): Use it; fix error when opening a non-existent file.
4475 (plstore-revert): Use plstore--init-from-buffer.
4476
4477 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4478
4479 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4480
4481 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4482
4483 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4484 for old Emacsen.
4485
4486 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4487
4488 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4489 is not fully working.
4490
4491 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4492
4493 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4494 quit window configuration.
4495
4496 * auth-source.el (epg-context-set-passphrase-callback):
4497 Remove duplicate autoload.
4498
4499 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4500
4501 * nnir.el (nnir-request-article): Allow requesting articles by
4502 Message-ID with nnimap.
4503
4504 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4505 current server.
4506
4507 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4508
4509 * auth-source.el: Autoload EPA/EPG functions.
4510 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4511 changed when EPA/EPG is not available.
4512 (auth-source-backend): Rename "arg" member to "data".
4513 (auth-source-backend-parse, auth-source-plstore-search)
4514 (auth-source-plstore-create): Use it.
4515
4516 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4517
4518 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4519 `gnus-refer-article-methods'.
4520
4521 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4522
4523 * auth-source.el: Require EPA and EPG.
4524 (auth-source-passphrase-alist): New variable.
4525 (auth-source-passphrase-callback-function)
4526 (auth-source-token-passphrase-callback-function): Callbacks for the
4527 netrc field encryption (GPG tokens).
4528 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4529 Symmetric encryption and decryption of the netrc GPG tokens.
4530 (auth-source-netrc-normalize): Use them, simplifying the closure.
4531
4532 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4533
4534 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4535 non-nil, and `nnimap-split-methods' is nil, use the former.
4536
4537 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4538
4539 * plstore.el (plstore-revert): New function.
4540 (plstore-open): Use it; hide the buffer from user.
4541
4542 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4543
4544 * auth-source.el (auth-source-backend): New member "arg".
4545 (auth-source-backend-parse): Handle new backend 'plstore.
4546 * plstore.el: New file.
4547
4548 2011-06-30 Glenn Morris <rgm@gnu.org>
4549
4550 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4551
4552 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4553
4554 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4555
4556 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4557 expiring articles to.
4558
4559 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4560 variations as ASCII (bug#5458).
4561
4562 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4563
4564 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4565
4566 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4567
4568 * message.el (message-point-in-header-p): Tweak the function to default
4569 to saying that we're not in the headers if there is no separator at
4570 all. This makes it possible to use the Message version of `M-q' in
4571 buffers with no headers (bug#7987).
4572 (message-point-in-header-p): Fix last checkin to work with an empty
4573 mail-header-separator, too.
4574
4575 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4576 again, save the choice via customize.
4577
4578 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4579
4580 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4581
4582 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4583 ended the connection, bail out before waiting infinitely on a new
4584 connection.
4585
4586 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4587
4588 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4589 reports.
4590
4591 * gnus.el (gnus-bug-package): Use "gnus."
4592 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4593
4594 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4595
4596 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4597 animations going on at article exit time.
4598
4599 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4600 since removing it breaks people upgrading.
4601
4602 * shr.el (shr-put-image): Use the new interface for animating images.
4603 (shr-put-image): Animate for 60 seconds.
4604
4605 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4606 error with `find-file-hooks' on Emacs 22.
4607 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4608 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4609 on all architectures.
4610
4611 * spam.el (spam-stat): Require in a normal fashion without binding
4612 `spam-stat-install-hooks' to avoid compilation warnings.
4613
4614 * spam-stat.el (spam-stat-install-hooks): Remove.
4615 (spam-stat-install-hooks): Don't run automatically.
4616
4617 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4618
4619 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4620 and keystroke.
4621
4622 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4623
4624 * auth-source.el (auth-source-netrc-cache): Move forward.
4625
4626 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4627
4628 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4629 we already know.
4630 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4631 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4632
4633 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4634
4635 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4636 %S format, since that looks odd.
4637 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4638 file, especially when saving.
4639
4640 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4641
4642 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4643 article found.
4644
4645 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4646
4647 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4648 `auth-source-save-secrets' with a more sensitive alist that can be
4649 configured per file. Experimental, so defaults to 'never.
4650 (auth-source-netrc-create): Use it. Still experimental code.
4651 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4652 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4653
4654 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4655
4656 * auth-source.el (auth-source-save-secrets): New variable to control if
4657 secret tokens should be saved encrypted.
4658 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4659 to `auth-source-netrc-normalize'.
4660 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4661 on the EPA variables being defined.
4662 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4663 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4664 the lexical-let closure.
4665 (auth-source-netrc-create): Create "gpg:" tokens according to
4666 `auth-source-save-secrets'.
4667
4668 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4669
4670 * gnus-group.el (gnus-group-update-group): Add new argument
4671 `info-unchanged' that stops updating dribble buffer.
4672
4673 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4674 deletes lines matching to it in dribble buffer.
4675
4676 * gnus-agent.el (gnus-agent-fetch-group-1):
4677 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4678 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4679 * gnus-start.el (gnus-group-change-level):
4680 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4681
4682 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4683 if newsgroup info is not changed.
4684
4685 * gnus-group.el (gnus-group-get-new-news-this-group):
4686 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4687 Don't update dribble buffer.
4688
4689 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4690
4691 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4692 remove entries with groups we ignore.
4693
4694 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4695
4696 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4697 the underline comes at the bottom.
4698
4699 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4700
4701 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4702 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4703 (gnus-registry-article-marks-to-names): Rename from
4704 `gnus-registry-user-format-function-M2'.
4705
4706 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4707
4708 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4709 ephemeral group.
4710
4711 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4712
4713 * shr.el (shr-browse-image): Copy the URL if called interactively.
4714
4715 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4716
4717 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4718 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4719 done, then unselected articles may be marked as read.
4720
4721 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4722 since not doing this seems to lead to a race condition in pop3-logon.
4723
4724 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4725 so that the call chain it correct when we call "upwards".
4726
4727 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4728 in read-only groups.
4729
4730 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4731
4732 * message.el (message-cite-reply-position): Doc string fix.
4733
4734 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4735 avoid regexp overflow.
4736 (nnimap-transform-split-mail): Ditto.
4737
4738 * pop3.el (pop3-retr): Error out if the server closes the connection.
4739
4740 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4743 mm-with-unibyte-current-buffer. The buffer should not contain any
4744 multibyte chars anyway at this stage.
4745
4746 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4747
4748 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4749 at the end of lines.
4750
4751 2011-05-29 Julien Danjou <julien@danjou.info>
4752
4753 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4754
4755 2011-05-27 Glenn Morris <rgm@gnu.org>
4756
4757 * gnus-group.el (gnus-bug-group-download-format-alist):
4758 Use the "maintainer" version of debian reports as well.
4759
4760 2011-05-26 Glenn Morris <rgm@gnu.org>
4761
4762 * gnus-group.el (gnus-bug-group-download-format-alist):
4763 Use the "maintainer" version of debbugs.gnu.org reports.
4764
4765 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4766
4767 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4768
4769 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4770
4771 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4772 the thread moves us backwards and so we loop forever.
4773
4774 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4775
4776 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4777 whitespace in base64 data lines.
4778
4779 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4780
4781 * gnus-registry.el (gnus-registry-user-format-function-M):
4782 Use `mapconcat'.
4783 (gnus-registry-user-format-function-M2): Use to see the full text of
4784 the marks. Make "," the mark text separator.
4785
4786 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4787 authentication with auth-source.
4788
4789 2011-05-17 Glenn Morris <rgm@gnu.org>
4790
4791 * gnus-group.el (gnus-import-other-newsrc-file):
4792 Use insert-file-contents.
4793
4794 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4795
4796 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4797 1000 iterations.
4798
4799 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4800
4801 * nntp.el (nntp-open-connection): Check if process-type is available.
4802
4803 2011-05-16 Julien Danjou <julien@danjou.info>
4804
4805 * shr.el (shr-tag-del): Add support for del tag.
4806
4807 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4808
4809 * gnus-html.el (gnus-html-put-image): Register a displayer.
4810
4811 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4812
4813 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4814
4815 * registry.el (prune-factor): New initialization parameter defaulting
4816 to 0.1.
4817 (registry-prune-hard): Use it.
4818
4819 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4820 0.1 expicitly.
4821
4822 2011-05-13 Glenn Morris <rgm@gnu.org>
4823
4824 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4825 is bound, since this function requires sendmail.
4826
4827 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4828
4829 * registry.el (registry-usage-test): Disable pruning test.
4830
4831 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4832
4833 * registry.el (registry-prune-hard-candidates)
4834 (registry-prune-soft-candidates): Helper methods for registry pruning.
4835 (registry-prune): Use them. Make the sort function optional.
4836
4837 2011-05-10 Jim Meyering <meyering@redhat.com>
4838
4839 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4840
4841 2011-05-10 Julien Danjou <julien@danjou.info>
4842
4843 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4844 symbol and not a list.
4845
4846 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4847
4848 * gnus-art.el (gnus-article-mode): Move binding of
4849 shr-put-image-function here from gnus-article-prepare-display.
4850
4851 * shr.el (shr-put-image-function): New variable.
4852 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4853 (shr-put-image): Return scaled image.
4854
4855 * gnus-art.el (gnus-shr-put-image): New function.
4856 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4857
4858 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4859 original ones, as deletable.
4860
4861 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4864
4865 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4866
4867 * registry.el (registry-full): Add convenience method. Fix logic.
4868 (registry-insert): Use it. Fix logic here too.
4869
4870 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4871 `registry-prune' if `registry-full' returns t.
4872 (gnus-registry-handle-action)
4873 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4874 (gnus-registry-usage-test): Use it.
4875
4876 2011-05-07 Julien Danjou <julien@danjou.info>
4877
4878 * shr.el (shr-link): Make shr-link inherit from link by default.
4879
4880 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4881
4882 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4883
4884 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4885
4886 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4887 error out because the face is not a list.
4888
4889 2011-05-05 Glenn Morris <rgm@gnu.org>
4890
4891 * gnus-start.el (gnus-propagate-marks): Declare.
4892
4893 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4894
4895 * registry.el (registry-reindex): Fix percentage message.
4896
4897 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4898
4899 * shr.el: Add shr-link face for links.
4900 (shr-urlify): Use it.
4901
4902 * registry.el (registry-insert): Make error message more helpful.
4903
4904 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4905
4906 * gnus-html.el (gnus-html-schedule-image-fetching):
4907 Use url-queue-retrieve, if it exists.
4908
4909 * shr.el (shr-tag-img): Ditto.
4910
4911 * gnus.el: Autoload more gnus-agent functions.
4912
4913 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4914 agent if we haven't already (bug#8502).
4915
4916 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4917 into the Agent, too.
4918
4919 * gnus-agent.el (gnus-agent-store-article): New function.
4920
4921 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4922 and moved from that file for reuse.
4923
4924 * pop3.el (pop3-open-server): Error messages are "-ERR".
4925
4926 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4927
4928 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4929 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4930
4931 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4934 buffer has moved to a different frame.
4935
4936 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4937
4938 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4939 to get the conversion from unibyte to multibyte buffers to work on
4940 Emacs 22.
4941
4942 * nntp.el (nntp-request-article): Slight clean-up.
4943
4944 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4945
4946 * shr.el (shr-strike-through): New face.
4947 (shr-tag-s): Use it to provide <s> support.
4948 (shr-tag-s): Remove duplicate definition.
4949
4950 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4951
4952 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4953 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4954
4955 2011-04-23 Glenn Morris <rgm@gnu.org>
4956
4957 * gnus-sum.el (gnus-extra-headers): Bump :version.
4958
4959 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4960
4961 * shr.el (shr-tag-sup): New function.
4962 (shr-tag-sub): Ditto.
4963
4964 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4965
4966 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4967 for the case where `gnus-registry-ignored-groups' is a list of lists,
4968 and don't call `gnus-parameter-registry-ignore' otherwise.
4969
4970 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4971
4972 * nnimap.el (nnimap-user): New backend variable.
4973 (nnimap-open-connection-1): Use it.
4974 (nnimap-credentials): Accept user parameter so it's explicit what user
4975 name is desired.
4976
4977 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4978 default.
4979
4980 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4981 not gnus-registry.el.
4982
4983 * gnus-registry.el: Mention in comments how to modify
4984 `gnus-extra-headers' for proper recipient tracking and that it may
4985 already have To and Cc recently, which it does as of this commit.
4986 (gnus-registry-ignored-groups): Remove defcustom.
4987 Explain why in comments.
4988 (gnus-registry-action): Fix data-header reference to use the extra
4989 headers. Explain in package commentary how to add To and Cc headers to
4990 the gnus-extra-headers.
4991 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4992 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4993 parameter list or a string list in `gnus-registry-ignored-groups'.
4994 Fix logic error.
4995
4996 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4997
4998 * shr.el (shr-expand-url): Protect against null urls.
4999
5000 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5001
5002 * shr.el (shr-base): New binding.
5003 (shr-tag-base): Keep track of <base>.
5004 (shr-expand-url): New function used throughout.
5005
5006 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5007
5008 * gnus-registry.el
5009 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5010 (gnus-registry-ignored-groups): New variable.
5011 (gnus-registry-ignore-group-p): Use it.
5012 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5013 set the destination group to nil (same as delete) if it's ignored.
5014
5015 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5016
5017 * gnus-registry.el (gnus-registry-action)
5018 (gnus-registry-fetch-header-fast):
5019 Don't use mail-header that looks an internal function of mailheader.el.
5020
5021 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5022
5023 * gnus-registry.el: Eliminate cl functions.
5024 (gnus-registry-sort-addresses): New function that replaces mapcan.
5025 (gnus-registry-action, gnus-registry-spool-action)
5026 (gnus-registry-split-fancy-with-parent)
5027 (gnus-registry-fetch-recipients-fast): Use it.
5028 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5029
5030 * registry.el (initialize-instance, registry-lookup)
5031 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5032 (registry-lookup-secondary-value, registry-search, registry-delete)
5033 (registry-insert, registry-reindex, registry-size, registry-prune):
5034 Use eval-and-compile.
5035
5036 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5037
5038 * registry.el (registry-reindex): New method to recreate the secondary
5039 registry indices.
5040
5041 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5042 tracked field changes.
5043 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5044 (gnus-registry-action, gnus-registry-spool-action)
5045 (gnus-registry-handle-action)
5046 (gnus-registry--split-fancy-with-parent-internal)
5047 (gnus-registry-split-fancy-with-parent)
5048 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5049 move, and delete actions, and for fancy splitting with parent.
5050 (gnus-registry-extract-addresses)
5051 (gnus-registry-fetch-recipients-fast)
5052 (gnus-registry-fetch-header-fast): Convenience functions.
5053 (gnus-registry-misc-test): ERT test of
5054 `gnus-registry-extract-addresses'.
5055
5056 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5057
5058 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5059 Track by subject first, then sender.
5060
5061 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5064
5065 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5066 Lisp.
5067
5068 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5069 (gnus-draft-send): Use it to avoid popping
5070 up frames from gnus-group-send-queue.
5071
5072 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5073
5074 * gnus-registry.el: Updated gnus-registry docs.
5075
5076 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5077
5078 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5079 Fix logic bug.
5080 (gnus-registry-post-process-groups): Fix logging of no results and
5081 quote sender and subject.
5082
5083 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5084
5085 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5086 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5087 we had no early-data returned.
5088 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5089 two async commands to the same server at the same time.
5090
5091 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5092
5093 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5094
5095 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5096
5097 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5098 "warning" level.
5099
5100 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5101 (mm-url-insert-file-contents): Don't set the package names.
5102
5103 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5104
5105 * gnus-registry.el (gnus-registry-action): Remove properties and
5106 simplify subject in `gnus-registry-handle-action'.
5107 (gnus-registry-spool-action): Get subject and sender from message if
5108 they are not passed in.
5109 (gnus-registry-handle-action): Remove properties and simplify subject
5110 consistently.
5111
5112 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * registry.el: Require CL before using defmacro*.
5115
5116 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5117
5118 * gnus-art.el (article-treat-date): Assume that
5119 gnus-article-date-headers may be a group parameter.
5120
5121 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5122
5123 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5124
5125 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5126 interactively so the newsrc file can contain foreign groups too.
5127 Useful for debugging but not much for users.
5128
5129 2011-04-07 David Engster <dengste@eml.cc>
5130
5131 * registry.el (registry-usage-test): Only do
5132 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5133 lexical binding.
5134
5135 2011-04-06 David Engster <dengste@eml.cc>
5136
5137 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5138 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5139
5140 2011-04-06 David Engster <dengste@eml.cc>
5141
5142 * registry.el (initialize-instance): Change :after to :AFTER to be
5143 compatible with old EIEIO version in XEmacs.
5144
5145 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5146
5147 * gnus-registry.el (gnus-registry-post-process-groups)
5148 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5149 and provide better messaging.
5150
5151 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5152
5153 * gnus-registry.el: Don't use ERT if it's not available. Load it
5154 unconditionally anyway, discarding errors.
5155 (gnus-registry-delete-entries): New convenience function.
5156 (gnus-registry-import-eld): Import from old .eld registry.
5157
5158 * registry.el: Don't use ERT if it's not available. Load it
5159 unconditionally anyway, discarding errors.
5160
5161 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5162 version from the Claudio Bley GnuTLS patch (extra optional parameters
5163 and host name).
5164
5165 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5166
5167 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5168 fixup the parameters that can be customized by the user between
5169 save/read cycles.
5170 (gnus-registry-read): Use it.
5171 (gnus-registry-make-db): Use it.
5172 (gnus-registry-spool-action, gnus-registry-handle-action):
5173 Fix messaging.
5174 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5175 Map references to actual group names with sender and subject tracking.
5176 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5177 (gnus-registry-usage-test): Add subject lookup test.
5178
5179 * registry.el (registry-db, initialize-instance): Set up constructor
5180 instead of :initform arguments for the sake of older Emacsen.
5181 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5182 pre-lexbind merge bug.
5183 (registry-usage-test): Use it.
5184 (initialize-instance, registry-db): Move the non-function initforms
5185 back to the class definition.
5186
5187 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5188
5189 * registry.el: New library to manage gnus-registry-style data.
5190
5191 * gnus-registry.el: Use it (major rewrite).
5192
5193 * nnregistry.el: Use it.
5194
5195 * spam.el: Use it.
5196
5197 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5198
5199 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5200 marks on non-selected articles.
5201
5202 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5205
5206 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5207 parameter to open-protocol-stream.
5208
5209 2011-04-01 Julien Danjou <julien@danjou.info>
5210
5211 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5212 fundamental-mode.
5213
5214 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5215
5216 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5217 servers.
5218
5219 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5220
5221 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5222 made marks not propagate, again.
5223
5224 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5225
5226 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5227 Make this the default type.
5228 (proto-stream-open-plain): Rename from proto-stream-open-default.
5229 (open-protocol-stream, proto-stream-open-starttls)
5230 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5231 with `plain'.
5232
5233 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5234 value.
5235
5236 * nntp.el (nntp-open-connection-function): Document the fact that some
5237 values are not functions but are instead handled specially.
5238 Recognize nntp-open-plain-stream value.
5239 (nntp-open-connection): Recognize that value.
5240
5241 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5242
5243 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5244 stuff.
5245
5246 * gnus-score.el (gnus-score-string): Fix calling convention of
5247 `gnus-simplify-buffer-fuzzy' after last patches.
5248
5249 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5250 server for articles we didn't get any headers for. This is a sanity
5251 check.
5252
5253 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5254
5255 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5256 new CAPABILITY, use it.
5257
5258 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5259
5260 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5261 downloading anything.
5262
5263 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5264
5265 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5266
5267 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5268 colors.
5269 (gnus-splash-svg-color-symbols): New function.
5270
5271 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5272
5273 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5274 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5275 (gnus-simplify-subject-fuzzy): Use the local
5276 gnus-simplify-subject-fuzzy-regex instead of the global one.
5277 This makes using this variable in group parameters work.
5278
5279 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5280
5281 * gnus-registry.el (gnus-registry-unfollowed-groups):
5282 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5283 archive:sent-YYYY-MM-DD groups).
5284 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5285 tracking if there are more than `gnus-registry-max-track-groups'
5286 matches.
5287
5288 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * message.el (message--yank-original-internal): New function to do the
5291 insertion cleanly inside eval in `message-yank-original'.
5292 (message-yank-original): Use it.
5293
5294 2011-03-29 Julien Danjou <julien@danjou.info>
5295
5296 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5297 local variables disabled rather than `normal-mode'.
5298
5299 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5300
5301 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5302 with open-network-stream.
5303 (proto-stream-always-use-starttls): Option removed.
5304 (open-protocol-stream): Return a process object by default. Provide a
5305 new parameter :return-list specifying a list-type return value, which
5306 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5307 :type `network' to `try-starttls', and `network-only' to `default'.
5308 Make `default' the default, for compatibility with open-network-stream.
5309 Handle the no-parameter case exactly as open-network-stream, with no
5310 additional stream processing. Search plists using plist-get.
5311 Explicitly add :end-of-commend parameter if it is missing.
5312 (proto-stream-open-default): Rename from
5313 proto-stream-open-network-only. Return 'default as the type.
5314 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5315 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5316 failed. Always return a list with a (possibly dead) process as the
5317 first element, for compatibility with open-network-stream.
5318 (proto-stream-open-tls): Use plist-get. Always return a list.
5319 (proto-stream-open-shell): Return `default' as connection type.
5320 (proto-stream-capability-open): Use plist-get.
5321 (proto-stream-eoc): Function deleted.
5322
5323 * nnimap.el (nnimap-stream, nnimap-open-connection)
5324 (nnimap-open-connection-1): Handle renaming of :type parameter for
5325 open-protocol-stream.
5326 (nnimap-open-connection-1): Pass a :return-list parameter
5327 open-protocol-stream to obtain a list return value. Parse this list
5328 using plist-get.
5329
5330 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5331 for open-protocol-stream. Accept open-protocol-stream return value
5332 that is a subprocess object instead of a list. Handle the case of a
5333 dead returned process.
5334
5335 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5336
5337 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5338
5339 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5340
5341 2011-03-21 Julien Danjou <julien@danjou.info>
5342
5343 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5344 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5345 query.
5346 (mm-inline-text): Render normal text with fontification whenever
5347 possible.
5348
5349 * gnus-sum.el (gnus-summary-save-parts-1):
5350 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5351 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5352 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5353 Use `mm-handle-filename'.
5354
5355 * mm-util.el (mm-handle-filename): New function, return the filename of
5356 an handle.
5357
5358 2011-03-18 Julien Danjou <julien@danjou.info>
5359
5360 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5361 (gnus-buffer-live-p): Check that buffer is not nil.
5362
5363 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5364
5365 * gnus-art.el: Require mouse, which the build bot seems to say is
5366 needed.
5367
5368 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5369 XEmacs, since it doesn't have url-retrieve-synchronously.
5370
5371 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5372
5373 * gnus-group.el (gnus-group-list-ticked): New function.
5374 (gnus-group-make-menu-bar): Provide a menu entry for it.
5375 (gnus-group-list-map): Provide a binding for it.
5376
5377 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5378
5379 * shr.el (shr-visit-file): New command.
5380
5381 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5382
5383 2011-03-17 Bjørn Mork <bjorn@mork.no>
5384
5385 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5386 servers.
5387
5388 2011-03-16 Julien Danjou <julien@danjou.info>
5389
5390 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5391 inline.
5392
5393 * gnus-art.el (article-hide-list-identifiers):
5394 Use gnus-group-get-list-identifiers.
5395
5396 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5397 (gnus-summary-remove-list-identifiers):
5398 Use gnus-group-get-list-identifiers to get regexp.
5399 (gnus-select-newsgroup, gnus-summary-insert-subject)
5400 (gnus-summary-insert-articles):
5401 Call gnus-summary-remove-list-identifiers unconditionally.
5402
5403 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5404
5405 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5406 we're selecting a group with unread articles.
5407
5408 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5409
5410 * gssapi.el: New file separated out from imap.el to provide a general
5411 Kerberos 5 connection facility for Emacs.
5412
5413 * message.el (message-elide-ellipsis): Document the format spec
5414 ellipsis.
5415
5416 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5417
5418 * message.el (message-elide-region): Allow the ellipsis to say how many
5419 lines were removed.
5420
5421 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5422
5423 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5424 window configurations containing buffers that are now dead.
5425
5426 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5427 parsing to avoid integer overflows.
5428 (nnimap-parse-flags): Simplify the last change.
5429 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5430 too large for 32-bit Emacsen.
5431
5432 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * auth-source.el (auth-source-netrc-create):
5435 * message.el (message-yank-original): Fix use of `case'.
5436
5437 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5438
5439 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5440 XEmacs, which was one character too wide.
5441
5442 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5443
5444 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5445 default number of articles to display.
5446 (gnus-articles-to-read): Use pretty names for prompt.
5447
5448 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
5450 * gnus-int.el (gnus-open-server): Ditto.
5451
5452 * gnus-start.el (gnus-activate-group): Give a backtrace if
5453 debug-on-quit is set and the user hits `C-g'.
5454 (gnus-read-active-file): Ditto.
5455
5456 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5457
5458 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5459
5460 * message.el (message-yank-original): Use cond instead of CL case.
5461
5462 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * auth-source.el (auth-source-netrc-create): Use usual format for the
5465 default in prompts.
5466
5467 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5468
5469 * auth-source.el (auth-source-netrc-create): Show the default in the
5470 prompt when prompting for token creation.
5471
5472 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5473
5474 * auth-source.el (auth-source-format-prompt): Always convert the value
5475 to a string to avoid evaluating non-string arguments.
5476 (auth-source-netrc-create): Offer default properly, not as initial
5477 content in `read-string'.
5478 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5479 of line to determine if we've been run before. If so, don't run again,
5480 but print a trivial message to indicate the cache was hit instead.
5481
5482 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5483
5484 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5485 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5486 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5487 Gnus.
5488
5489 2011-03-11 Julien Danjou <julien@danjou.info>
5490
5491 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5492 modified file".
5493
5494 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5495
5496 * auth-source.el (auth-source-read-char-choice): New function to read a
5497 character choice using `dropdown-list', `read-char-choice', or
5498 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5499 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5500 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5501 (auth-source-netrc-saver): Use it.
5502 (auth-source-pick-first-password): New convenience function.
5503
5504 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5505
5506 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5507 parameter in the credentials.
5508 (nnimap-open-connection-1): Use it after a successful login.
5509 (nnimap-credentials): Add IMAP-specific user and password prompt.
5510
5511 * auth-source.el (auth-source-search): Add :require parameter, taking a
5512 list. Document it and the :save-function return token. Pass :require
5513 down. Change the CREATED message from a warning to a debug statement.
5514 (auth-source-search-backends): Pass :require down.
5515 (auth-source-netrc-search): Pass :require down.
5516 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5517 Change save prompt to indicate all modifications saved here are
5518 deletions.
5519 (auth-source-netrc-create): Take user login name as default in user
5520 prompt. Move all the save functionality to a lexically bound function
5521 under the :save-function token in the returned list. Set up clearer
5522 default prompts for user, host, port, and secret.
5523 (auth-source-netrc-saver): New function, intended to be wrapped for
5524 :save-function.
5525
5526 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * Version 23.3 released.
5529
5530 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5531
5532 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5533 lines to be spaces instead.
5534
5535 2011-03-07 Julien Danjou <julien@danjou.info>
5536
5537 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5538 (sieve-sasl-auth): Check that auth-source-search did return something,
5539 or just return an empty string.
5540
5541 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5542
5543 * gnus.el (gnus-interactive): Use read-directory-name.
5544
5545 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5546 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5547 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5548 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5549 Likewise.
5550
5551 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5552
5553 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5554
5555 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5556 onto the list of killed groups, too. This makes killed nnimap groups,
5557 for instance, more reliably not reappear.
5558
5559 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5560 the parent.
5561
5562 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5563
5564 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5565 really have server-side marks.
5566
5567 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5568 since most backends do not usefully have server-side marks.
5569 (gnus-update-read-articles): Propagate marks to all backends that
5570 really have server-side marks.
5571
5572 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5573
5574 * message.el (message-cite-reply-position, message-cite-style):
5575 New variables.
5576 (message-yank-original): Use the new citation styles.
5577
5578 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5579
5580 * message.el (message-options): Revert the change that's a workaround
5581 for XEmacs buffer-local issue; don't mark it buffer-local when running
5582 under XEmacs.
5583
5584 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5585
5586 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5587 numbers too big to be `read'.
5588
5589 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5590
5591 * message.el (message-options): Make buffer-local two ways to attempt
5592 to fix a XEmacs bug.
5593
5594 2011-03-02 Julien Danjou <julien@danjou.info>
5595
5596 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5597
5598 2011-03-01 Julien Danjou <julien@danjou.info>
5599
5600 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5601 group.
5602 (article-hide-list-identifiers): Use list-identifier group parameter.
5603
5604 2011-02-28 Julien Danjou <julien@danjou.info>
5605
5606 * sieve.el (sieve-buffer-script-name): New local variable to store
5607 sieve script name.
5608 (sieve-edit-script): Store sieve script name.
5609 (sieve-upload): Use sieve script name when uploading.
5610 (sieve-upload): Use substitute-command-keys.
5611 (sieve-edit-script): Use substitute-command-keys.
5612 (sieve-refresh-scriptlist): Use substitute-command-keys.
5613 (sieve-manage-mode-map): Define keymap properly.
5614 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5615 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5616 Remove commented code about cvs.
5617 (sieve-manage-quit): New function.
5618 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5619
5620 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5621
5622 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5623
5624 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5625
5626 * auth-source.el (auth-source-search): Cache empty result sets.
5627
5628 * auth-source.el (auth-source-save-behavior): New variable to replace
5629 `auth-source-never-create'.
5630 (auth-source-netrc-create): Use it.
5631 (auth-source-never-save): Remove.
5632
5633 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5634
5635 * nnimap.el (nnimap-stream): Doc fix.
5636 (nnimap-open-connection-1): Reverse the order of the ports to that the
5637 prompted-for port is first.
5638
5639 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5640 retrieval by the no-group selection.
5641
5642 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5643 numerical parameters.
5644
5645 2011-02-25 Julien Danjou <julien@danjou.info>
5646
5647 * gnus-gravatar.el: Use gnus-with-article-buffer.
5648
5649 * gnus-art.el (gnus-with-article-buffer): Check that the
5650 gnus-article-buffer is alive.
5651
5652 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5653
5654 * auth-source.el (auth-source-creation-prompts): New variable to manage
5655 creation-time prompts.
5656 (auth-source-search): Document it.
5657 (auth-source-format-prompt): Add utility function.
5658 (auth-source-netrc-create): Don't default the user name to
5659 user-login-name. Use `auth-source-creation-prompts' and some default
5660 prompts for user, host, port, and password (the default generic prompt
5661 remains ugly).
5662 (auth-source-never-save): Add customizable option to never save info.
5663 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5664 mode excursion.
5665
5666 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5667
5668 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5669 argument that XEmacs doesn't support.
5670
5671 2011-02-23 Julien Danjou <julien@danjou.info>
5672
5673 * gnus-art.el (article-make-date-line): Ignore errors if time is
5674 invalid and not convertible.
5675 (article-make-date-line): Only add lapsed time if time is not nil.
5676
5677 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5678
5679 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5680 `read-char-choice' for backwards compatibility.
5681 (auth-source-netrc-element-or-first): New function to DTRT for
5682 parameter extraction.
5683 (auth-source-netrc-create): Use it and fix multiple parameter print
5684 bug. Use the default passed from above (given-default) or the
5685 built-in (user-login-name for :user).
5686
5687 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5688
5689 * gnus-start.el (gnus-dribble-read-file):
5690 Set buffer-save-without-query, since we always want to save the dribble
5691 file, probably.
5692
5693 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5694 nnimap.
5695
5696 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5697 -summary- since it's a user-visible variable.
5698
5699 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5700 first time you use the new Gnus.
5701
5702 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5703
5704 * auth-source.el: Don't load netrc.el.
5705 (auth-sources): Search ~/.netrc as well by default.
5706 (auth-source-debug): Add 'trivia option for extra output.
5707 (auth-source-do-trivia): Use it.
5708 (auth-source-search): Simplify logic to use
5709 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5710 appropriate. Don't keep a running count at this level. Layer :create
5711 and :delete options appropriately on the first and second passes.
5712 Don't track the backend with the search results.
5713 (auth-source-search-backends): New function to search a list of
5714 backends for a processed spec.
5715 (auth-source-netrc-parse): Cache all netrc files, making
5716 auth-source-netrc-cache an alist keyed by the file name and using the
5717 file mtime as the caching criterion. Keep the obfuscated data secret
5718 with a lexical bind.
5719 (auth-source-netrc-search): Don't calculate the length of the results
5720 unnecessarily.
5721 (auth-source-search-backends): Fix bug.
5722 (auth-source-netrc-create): Rework prompts.
5723
5724 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5725
5726 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
5727 Lower case names of search constraints.
5728 (nnir-run-query): Cache and reuse search constraints for all imap
5729 servers.
5730
5731 2011-02-22 Sam Steingold <sds@gnu.org>
5732
5733 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5734
5735 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5736
5737 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5738 after exit.
5739 (gnus-setup-message): Define missing variable from last checkin.
5740
5741 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5742 value, show the raw article.
5743
5744 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5745
5746 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5747 auth-source now accepts numbers.
5748
5749 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5750 spec, too.
5751 (auth-source-ensure-strings): New function.
5752
5753 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5754 (gnus-article-setup-buffer): Always restart the date timer so that user
5755 changes to the frequency is respected.
5756
5757 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5758 port numbers, so make sure it gets that if nnimap-server-port is
5759 explicit.
5760
5761 2011-02-21 Simon Josefsson <simon@josefsson.org>
5762
5763 * nnimap.el (nnimap-inbox): Doc fix.
5764
5765 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5768 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5769 color-lab-to-srgb.
5770
5771 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5772
5773 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5774 given method as in the group name if we're using an extended method.
5775 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5776 command, if we're using that, instead of waiting for the beginning.
5777
5778 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5779 we're sure to get unique server names, and we don't output two async
5780 commands in the same buffer. This fixes an NNTP hang for some users.
5781
5782 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5783
5784 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5785 summary buffer before reading going to the next buffer. This avoids
5786 putting the point in the group buffer if you `C-g' the command.
5787
5788 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5789 cache (for now) to make ~/.authinfo.gpg files usable.
5790
5791 * nnfolder.el (copyright-update): Define for the compiler.
5792
5793 * auth-source.el (auth-source-search): Fix unbound variable.
5794
5795 2011-02-19 Glenn Morris <rgm@gnu.org>
5796
5797 * gnus.el (gnus-meta): Doc fix.
5798
5799 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5802 in case it's not yet loaded.
5803
5804 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5805
5806 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5807 line we're waiting for.
5808
5809 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5810
5811 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5812 face with line-width greater than zero will cause RET in gnus summary
5813 buffer to scroll down article page-wise because auto vscroll happens,
5814 it should be temporally disabled when doing a scroll-up.
5815
5816 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5817
5818 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5819 outputs from the server.
5820
5821 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5822
5823 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5824 later so that bbdb can hook in easier.
5825
5826 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5827
5828 * auth-source.el (auth-source-search): Don't try to create credentials
5829 if the caller doesn't want that.
5830 (auth-source-search): If we don't find a match, don't bug out on
5831 non-bound variables.
5832 (auth-source-search): Only ask a single backend to create the
5833 credentials.
5834
5835 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5836 logging.
5837 (nnimap-credentials): Protect against auth-source-search returning nil.
5838 (nnimap-request-list): Protect against not being able to open the
5839 server.
5840
5841 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5842
5843 * auth-source.el (auth-source-search): Do a two-phase search, one with
5844 no :create to get the responses from all backends.
5845
5846 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5847 when getting credentials.
5848
5849 * gnus-util.el (gnus-delete-duplicates): New function.
5850
5851 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5852
5853 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5854 a creation default, pass the whole port list down. It will be
5855 completed.
5856
5857 * auth-source.el (auth-source-search): Update docs to talk about
5858 multiple creation choices.
5859 (auth-source-netrc-create): Accept a list as a value (from the search
5860 parameters) and do completion on that list. Keep a separate netrc line
5861 with the password obscured for showing the user.
5862
5863 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5864 first choice to `auth-source-search' so it will be used for entry
5865 creation instead of the server's Gnus-specific name.
5866 (nnimap-credentials): Rely on the auth-source library to select which
5867 port is actually wanted in the new netrc entry, so don't override
5868 `auth-source-creation-defaults'.
5869
5870 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5871 :protocol and accept a missing user, host, or port as a wildcard match.
5872 (auth-source-debug): Default to off.
5873
5874 (auth-source-netrc-search, auth-source-netrc-create)
5875 (auth-source-secrets-search, auth-source-secrets-create)
5876 (auth-source-user-or-password, auth-source-backend, auth-sources)
5877 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5878 instead of :protocol.
5879
5880 * nnimap.el (nnimap-credentials): Pass a port default to
5881 `auth-source-search' in case an entry needs to be created.
5882 (nnimap-open-connection-1): Use :port instead of :protocol.
5883
5884 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5885
5886 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5887 instead of delete-dups that is not available in XEmacs 21.4.
5888
5889 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5890
5891 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5892 nil means that nnimap doesn't get updated.
5893
5894 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5895
5896 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5897 result when the user doesn't want to write to the file.
5898 (auth-source-netrc-search): Expect a synthetic result and proceed
5899 accordingly.
5900 (auth-source-cache-expiry): New variable to override
5901 `password-cache-expiry'.
5902 (auth-source-remember): Use it.
5903
5904 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5905 parameter. Create entry if necessary by using :create t.
5906 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5907
5908 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5909
5910 * auth-source.el (auth-source-debug): Enable by default and don't
5911 mention the obsolete `auth-source-hide-passwords'.
5912 (auth-source-do-warn): New function to debug unconditionally.
5913 (auth-source-do-debug): Use it.
5914 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5915 and for Secrets API entries when the secrets.el library is not
5916 available.
5917
5918 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5919
5920 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5921 (gnus-summary-exit): Kill the correct article buffer on exit from a
5922 `C-d' group.
5923
5924 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5925 gnus-propagate-marks.
5926
5927 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5928 before killing the buffers so that a non-full window conf gets handled
5929 correctly.
5930 (gnus-summary-exit): Ditto.
5931 (gnus-summary-read-group-1): Ditto.
5932
5933 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5934 async code again so that we can debug it properly.
5935
5936 * message.el (message-reply): Take an optional switch-buffer parameter
5937 so that Gnus window confs are respected better.
5938
5939 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5940
5941 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5942 `plist-get' to accept non-list parameters (XEmacs issue).
5943 Fix docstring.
5944 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5945 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5946 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5947 Login collection is "Login" and not "login".
5948
5949 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5950
5951 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5952 multiple headers.
5953
5954 * nnimap.el (nnimap-inhibit-logging): New variable.
5955 (nnimap-log-command): Don't log login commands.
5956
5957 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5958 to have more parameters.
5959
5960 * nnimap.el (nnimap-send-command): Mark the command time for each
5961 command, so that we don't get NOOPs stepping on our toes.
5962
5963 * gnus-art.el (article-date-ut): Get the date from the Date header on
5964 `t'.
5965
5966 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5967
5968 * auth-source.el (auth-source-search): Use copy-sequence instead of
5969 the cl.el copy-list.
5970
5971 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5972
5973 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5974 Improve prompt.
5975
5976 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5977
5978 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5979 washing status from the default format. It isn't very informative.
5980
5981 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5982
5983 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5984 Fix Gcc processing on imap.
5985
5986 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5987
5988 * message.el (message-bury): Don't pop up a new window when selected
5989 window is dedicated.
5990
5991 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5992
5993 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5994
5995 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5996
5997 * sieve-manage.el: Autoload `auth-source-search'.
5998 (sieve-sasl-auth): Use it.
5999
6000 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6001
6002 * nnimap.el: Autoload `auth-source-forget+'.
6003 (nnimap-open-connection-1): Use it if the connection fails.
6004
6005 * auth-source.el: Require `password-cache'.
6006 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6007 obsolete.
6008 (auth-source-magic): Marker for `password-cache' keys.
6009 (auth-source-do-cache): Update docstring.
6010 (auth-source-search): Use and check cache.
6011 (auth-source-forget-all-cached, auth-source-remember)
6012 (auth-source-recall, auth-source-forget, auth-source-forget+)
6013 (auth-source-specmatchp): Caching support functions.
6014 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6015 Remove and obsolete.
6016 (auth-source-user-or-password): Remove caching to further discourage
6017 using it. Always hide passwords.
6018
6019 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6020
6021 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6022 code for now, since it doesn't work for all users.
6023
6024 2011-02-09 Julien Danjou <julien@danjou.info>
6025
6026 * message.el (message-options): Make message-options really buffer
6027 local.
6028
6029 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6030
6031 * mail-source.el: Autoload `auth-source-search'.
6032 (mail-source-keyword-map): Note order matters.
6033 (mail-source-set-1): Get all the mail-source source values and
6034 defaults and search auth-source on those if needed. This can all
6035 probably be simplified.
6036
6037 * nnimap.el: Autoload `auth-source-search'.
6038 (nnimap-credentials): Use it.
6039 (nnimap-open-connection-1): Ask for the virtual server and physical
6040 address in one shot.
6041
6042 * nntp.el: Autoload `auth-source-search'.
6043 (nntp-send-authinfo): Use it. Note TODO.
6044
6045 2011-02-08 Julien Danjou <julien@danjou.info>
6046
6047 * shr.el (shr-tag-body): Add support for text attribute in body
6048 markups.
6049
6050 * message.el (message-options): Make message-options a local variable.
6051
6052 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6053
6054 * auth-source.el (auth-source-secrets-search)
6055 (auth-source-user-or-password): Use `append' instead of `nconc'.
6056 (auth-source-user-or-password): Build return list better and protect
6057 against nil :secret.
6058
6059 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6060
6061 * nnimap.el (nnimap-update-info): Refactor slightly.
6062 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6063 (nnimap-update-info): Clean up slightly.
6064 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6065 characters.
6066 (nnimap-process-quirk): Rename function to avoid collision.
6067 (nnimap-update-info): Fix macrology bug-out.
6068 (nnimap-update-info): Simplify split history test.
6069
6070 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6071
6072 * auth-source.el (top): Require 'eieio unconditionally.
6073 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6074 (auth-source-secrets-search): Limit search when `max' is greater than
6075 number of results.
6076
6077 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6078
6079 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6080 part not returning any data.
6081
6082 * proto-stream.el (open-protocol-stream): Document the return value.
6083
6084 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6085
6086 * auth-source.el (auth-source-secrets-search): Add examples.
6087
6088 2011-02-06 Julien Danjou <julien@danjou.info>
6089
6090 * message.el (message-setup-1): Handle message-generate-headers-first
6091 set to t.
6092
6093 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6094
6095 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6096 API with a string "secrets:collection-name" and with 'default.
6097 (auth-source-backend-parse): Parse "secrets:collection-name" and
6098 'default. Recurse on parses instead of repeating code. Use the
6099 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6100 message when ignoring a source.
6101 (auth-source-search): List ignored search keys at the top level.
6102 (auth-source-netrc-create): Use `case' instead of `cond'.
6103 (auth-source-secrets-search): Created with TODOs.
6104 (auth-source-secrets-create): Created with TODOs.
6105 (auth-source-retrieve, auth-source-create, auth-source-delete)
6106 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6107 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6108 (auth-source-user-or-password-sftp)
6109 (auth-source-user-or-password-smtp): Remove.
6110 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6111 around `auth-source-search'. Not tested thoroughly.
6112
6113 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6114
6115 * auth-source.el: Bring in assoc and eioeio libraries.
6116 (secrets-enabled): New variable to track the status of the Secrets API.
6117 (auth-source-backend): New EIOEIO class to represent a backend.
6118 (auth-source-creation-defaults): New variable to set prompt defaults
6119 during token creation (see the `auth-source-search' docstring for
6120 details).
6121 (auth-sources): Simplify to allow a simple string as a netrc backend
6122 spec.
6123 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6124 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6125 (auth-source-search): Main auth-source API entry point.
6126 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6127 (auth-source-search-collection): Helper function for searching.
6128 (auth-source-netrc-parse, auth-source-netrc-normalize)
6129 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6130 Supports search, create, and delete.
6131 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6132 backend stubs.
6133 (auth-source-user-or-password): Call `auth-source-search' but it's not
6134 ready yet.
6135
6136 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6137
6138 * message.el (message-setup-1): Remove the read-only stuff, since it
6139 doesn't work under XEmacs, for some reason.
6140
6141 * gnus-sum.el (gnus-user-date): Rename back from
6142 gnus-summary-user-date since user code refers to it.
6143
6144 * shr.el (shr-render-td): Store the actual background color used.
6145
6146 * message.el (message-setup-1): Don't bind the constant
6147 -forbidden-properties.
6148 (message-setup-1): Revert previous change, since it needs to bind the
6149 props to insert them.
6150 (message-resend): Allow removing the read-only separator line.
6151
6152 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6153
6154 * nnimap.el (nnimap-request-accept-article): Give an error message if
6155 the APPEND wasn't successful.
6156
6157 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6158
6159 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6160 that have no groups.
6161
6162 2011-02-03 Julien Danjou <julien@danjou.info>
6163
6164 * gnus-draft.el: Remove progn around gnus-draft-setup.
6165
6166 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6167
6168 * gnus-start.el (gnus-read-active-for-groups): This function is never
6169 called with a nil `infos', so clean that up.
6170 (gnus-get-unread-articles): Request active files from primary/secondary
6171 methods that have no groups (yet).
6172
6173 2011-02-03 Julien Danjou <julien@danjou.info>
6174
6175 * message.el (message-setup-1): Always generate References first.
6176 (message-mail): Return the return value of message-setup, not always t.
6177 (message-setup-1): Insert mail-header-separator with read-only and
6178 intangible properties set.
6179
6180 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6181 user-date in docstring.
6182
6183 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6184
6185 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6186 docstring.
6187
6188 * gnus.el (gnus-user-date-format-alist): Change default value.
6189 Use defcustom, with type and group. Move from gnus-util.el.
6190 Rename to gnus-summary-user-date-format-alist.
6191
6192 2011-02-03 Glenn Morris <rgm@gnu.org>
6193
6194 * nnimap.el (gnus-fetch-headers): Declare.
6195
6196 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6197
6198 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6199
6200 * message.el (message-forward-make-body-digest-plain)
6201 (message-followup, message-reply): Clean up things noted by Stefan.
6202
6203 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6204 gnus-article-update-date-headers is nil.
6205 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6206 it didn't really work with defcustom.
6207 (article-update-date-lapsed): Make sure the window start doesn't move,
6208 either.
6209
6210 2011-02-01 Julien Danjou <julien@danjou.info>
6211
6212 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6213 format.
6214
6215 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6216 standard in Emacs nowadays.
6217
6218 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * message.el (message-expand-name): Don't trust the return value of
6221 bbdb-complete-name.
6222 (message-check-news-header-syntax): Remove unused var `start'.
6223 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6224 (message-inhibit-body-encoding): Move to before first use.
6225 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6226 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6227 (Organization, Message-ID, Date, mh-previous-window-config):
6228 Defvar the vars using dynamic scoping.
6229
6230 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6231
6232 * shr.el (shr-render-td): Only do colors at the final rendering.
6233 Should be slightly faster.
6234 (shr-insert-table): Fix up TD background colors when doing the
6235 vertical padding.
6236
6237 * gnus-art.el (article-date-ut): Protect against articles with no Date
6238 header.
6239 (article-update-date-lapsed): Don't use current-column to find the
6240 horizontal position. It's fragile in the presence of \003 characters.
6241
6242 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6243
6244 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6245
6246 * gnus-art.el (article-transform-date): Rewrite to still work when
6247 there are several rfc2822 parts.
6248 (article-transform-date): Fix infinite recursion.
6249 (article-date-ut): Replace infinitely many Date headers with a single
6250 one when called interactively.
6251
6252 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6253 secure manner.
6254
6255 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6256 move around by not using save-window-excursion. It seems to work...
6257
6258 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6259
6260 * gnus-art.el (article-make-date-line): Work for user-defined format.
6261
6262 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6263
6264 * nntp.el (nntp-retrieve-group-data-early)
6265 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6266 fetching functions.
6267
6268 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6269 thoroughly for all backends that have no known groups. This should
6270 allow new nnml methods to retrieve mail.
6271
6272 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6273 that Gnus doesn't know exists again.
6274
6275 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6276 (gnus-treat-date-ut): Ditto.
6277 (gnus-article-update-date-header): Rename.
6278 (gnus-treat-date-local): Remove.
6279 (gnus-treat-date-english): Remove.
6280 (gnus-treat-date-lapsed): Remove.
6281 (gnus-treat-date-combined-lapsed): Remove.
6282 (gnus-treat-date-original): Remove.
6283 (gnus-treat-date-iso8601): Remove.
6284 (gnus-treat-date-user-defined): Remove.
6285 (gnus-article-date-headers): New variable to control all the date
6286 header options.
6287 (article-date-ut): Rewrite to allow using the new way to format date
6288 headers(s).
6289
6290 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6291
6292 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6293 method.
6294 (nnmail-article-group): A better test for fanciness.
6295
6296 * nnimap.el (nnimap-request-head): Protect against not finding the
6297 article by Message-ID.
6298
6299 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6300
6301 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6302 keep point at the "same place".
6303
6304 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6305
6306 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6307 data if the group is inactive.
6308
6309 2011-01-28 Julien Danjou <julien@danjou.info>
6310
6311 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6312 (gnus-all-windows-visible-p): Remove old compatibility code.
6313 (gnus-window-top-edge): Add docstring.
6314
6315 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6316
6317 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6318
6319 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6320 older request-update-info.
6321
6322 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6323
6324 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6325
6326 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6327 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6328
6329 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6330
6331 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6332 groups. This makes the nndraft:queue group pop up if it's not already
6333 there.
6334
6335 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6336 messages" logic, which was reversed.
6337
6338 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6339 the "same place" even if point is on the line being replaced.
6340 (article-update-date-lapsed): Allow updating both the combined lapsed
6341 and the lapsed headers.
6342 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6343 (article-make-date-line): Limit the number of segments dynamically to
6344 avoid too-long lines.
6345
6346 2011-01-27 Julien Danjou <julien@danjou.info>
6347
6348 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6349 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6350
6351 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6352
6353 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6354 Use plist-get instead of the cl function getf.
6355
6356 2011-01-27 Glenn Morris <rgm@gnu.org>
6357
6358 * gnus-util.el (float-time): Get rid of compiler warning, again.
6359
6360 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6361
6362 * shr.el (shr-put-color): Special-case background colors: Do put them
6363 at the blank parts at the front of the lines.
6364
6365 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6366 exit hook to nix out all data on readedness on group exit.
6367
6368 * gnus-util.el (float-time): If float-time is bound, always use it on
6369 all Emacsen. It's unclear why the subrp check was there.
6370 (time-date): Require to make some autoload issues on XEmacs go away.
6371
6372 * shr.el (shr-put-color): Don't do the box padding in tables, since
6373 they're already padded.
6374
6375 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6376
6377 * gnus-art.el (gnus-article-next-page): When the last line of the
6378 article is displayed, scroll down once more instead of going to the
6379 next article at once.
6380 (article-lapsed-string): Refactor out and allow specifying how many
6381 segments you want.
6382 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6383 (gnus-article-update-lapsed-header): New variable.
6384
6385 * shr.el: Revert change that made headings use different-sized faces.
6386 The Emacs display engine isn't advanced enough that, for instance,
6387 tables can comfortably use differently-sized faces.
6388
6389 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6390
6391 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6392 used.
6393 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6394 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6395 we're using an encrypted connection.
6396
6397 * proto-stream.el: Alter the interface functions to also return the
6398 actual stream type used: network or TLS.
6399
6400 2011-01-25 Julien Danjou <julien@danjou.info>
6401
6402 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6403 (mm-display-javascript-inline): New function.
6404
6405 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6406 viewing function.
6407
6408 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6409
6410 * shr.el (shr-expand-newlines): Fix variable name.
6411
6412 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6413
6414 * shr.el (shr-expand-newlines): Make nested boxes work.
6415
6416 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6417
6418 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6419 backgrounds.
6420 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6421 in a more sensible manner.
6422
6423 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6424
6425 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6426 if EPG is loaded.
6427
6428 2011-01-24 Julien Danjou <julien@danjou.info>
6429
6430 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6431 tags.
6432
6433 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6434
6435 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6436 commands.
6437
6438 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6439 in the article buffer.
6440 (gnus-gravatar-insert): Use blank space from the current buffer to
6441 avoid breaking text properties. This makes X-Sent updating work again.
6442
6443 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6444
6445 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6446
6447 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6448 fix the bug in url-http.el instead.
6449
6450 * shr.el (shr-image-fetched): Ditto.
6451
6452 * shr.el (shr-image-fetched): Avoid having point move in the article
6453 buffer.
6454
6455 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6456 buffer after being called. It's apparently being killed by url.el, and
6457 killing it made point move to end-of-buffer in a random buffer.
6458
6459 * shr.el (shr-image-fetched): Ditto.
6460
6461 2011-01-23 Julien Danjou <julien@danjou.info>
6462
6463 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6464
6465 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6466 text/x-org.
6467
6468 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6469
6470 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6471 (i.e., nnimap) returning nil as the article number.
6472
6473 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6474
6475 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6476 "DelSp" parameter in RFC3676.
6477
6478 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6479
6480 * message.el (message-check-recipients): Display the encoded version of
6481 the bogus address if they differ.
6482
6483 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6484 after sending.
6485
6486 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6487
6488 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6489
6490 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6491 group buffer after sending the queue.
6492
6493 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6494
6495 2011-01-22 Julien Danjou <julien@danjou.info>
6496
6497 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6498
6499 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6500
6501 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6502 nested related parts.
6503
6504 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6505 unexpired articles. This fixes the regression that led expiry marks to
6506 disappear from nnfolder groups.
6507
6508 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6511 Don't confuse the "ret" of "retrograde" with RET.
6512
6513 2011-01-21 Julien Danjou <julien@danjou.info>
6514
6515 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6516 than mm-insert-inline.
6517
6518 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6519
6520 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6521 Widen article buffer.
6522
6523 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6526 the temp buffer.
6527 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6528
6529 2011-01-20 Julien Danjou <julien@danjou.info>
6530
6531 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6532
6533 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6534 than mm-insert-inline to insert inline part: this respect
6535 mm-inline-media-tests displayers.
6536
6537 * mm-view.el (mm-display-shell-script-inline): New function.
6538
6539 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6540
6541 * mm-uu.el (mm-uu-type-alist): Add org block.
6542 (mm-uu-org-src-code-block-extract): New function.
6543
6544 * mm-view.el (mm-display-org-inline): New function.
6545
6546 * mm-decode.el (mm-automatic-display): Add text/org.
6547
6548 * mailcap.el (mailcap-mime-extensions): Add .org.
6549
6550 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6551
6552 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6553 gnus-article-add-buttons.
6554
6555 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6556
6557 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6558 From header with a date and "nobody" as the sender.
6559
6560 2011-01-19 Julien Danjou <julien@danjou.info>
6561
6562 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6563 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6564 if you have the same regexp several times.
6565 (gnus-button-push): Fix matching when regexp is symbol.
6566
6567 2011-01-15 Glenn Morris <rgm@gnu.org>
6568
6569 * message.el (message-mail): A compose-mail function should
6570 accept headers as strings.
6571
6572 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6573
6574 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6575 Add :vert-only tags.
6576 (message-mail): New arg RETURN-ACTION.
6577 (message-return-action): New var.
6578 (message-bury): Use it.
6579 (message-mode): Make it buffer-local.
6580 (message-send-and-exit): Always call message-bury.
6581
6582 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6583 message-mail.
6584
6585 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6586
6587 * nnimap.el (nnimap-convert-partial-article): Protect against
6588 zero-length body parts.
6589
6590 * mm-decode.el (mm-preferred-alternative-precedence):
6591 Discourage showing empty parts.
6592
6593 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6594 and stuff if the backend didn't return the article number. This fixes
6595 an Exchange-related nnimap bug.
6596
6597 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6598 group window, because it does the wrong thing when a separate frame
6599 displays the group buffer.
6600
6601 * proto-stream.el (open-protocol-stream): Protect against the low-level
6602 transport functions returning nil.
6603
6604 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6605
6606 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6607 (mml2015-epg-find-usable-secret-key): New function.
6608 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6609 mml2015-epg-find-usable-key (Bug#7797).
6610 (mml2015-epg-encrypt): Ditto.
6611
6612 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6613
6614 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6615
6616 2011-01-03 Glenn Morris <rgm@gnu.org>
6617
6618 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6619
6620 * sieve.el (sieve-open-server): Give a more explicit error if
6621 sieve-manage-open returns nil. (Bug#7720)
6622
6623 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6624
6625 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6626
6627 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6628
6629 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6630 This avoids sending passwords in plain text over non-encrypted
6631 channels.
6632
6633 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6634
6635 * nnimap.el (nnimap-login): Refactored out into own function, and
6636 implement CRAM-MD5.
6637 (nnimap-wait-for-line): Refactored out.
6638
6639 * mm-view.el (mml-smime): Require.
6640
6641 2010-12-20 David Engster <deng@eml.cc>
6642
6643 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6644 use EPG to decrypt S/MIME messages instead of openssl.
6645
6646 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6647
6648 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6649
6650 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6651 status is the group clearly is unreachable.
6652
6653 * auth-source.el (auth-source-create): Add the optional second
6654 parameter to `local-variable-p' to be compatible with XEmacs.
6655
6656 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6657
6658 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6659 work when using a compressed nnml folder.
6660
6661 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6662
6663 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6664 backends after sanitising on entry, because this never makes sense:
6665 If the articles have gone missing, then the data no longer exists on
6666 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6667 overwrite anything anyway.
6668
6669 * shr.el (shr-insert-document): Bind shr-width dynamically to
6670 window-width if it's nil.
6671
6672 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6673
6674 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6675 with the meaning of using the full emacs window width for rendering.
6676
6677 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6678
6679 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6680 case when sender is not given.
6681
6682 2010-12-23 Julien Danjou <julien@danjou.info>
6683
6684 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6685 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6686 the addresses, otherwise we might misplaced the gravatar.
6687
6688 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6689
6690 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6691 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6692 obsolete in Emacs.
6693
6694 2010-12-20 Julien Danjou <julien@danjou.info>
6695
6696 * gnus-util.el (gnus-rescale-image): Revert last change.
6697
6698 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6699
6700 * gnus-group.el (gnus-group-delete-articles): New command.
6701
6702 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6703
6704 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6705
6706 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6707
6708 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6709 here, since it's up to the backends to do CRLF removal if their
6710 protocol has it.
6711
6712 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6713
6714 2010-12-17 Julien Danjou <julien@danjou.info>
6715
6716 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6717 they are from file. Can also scale up.
6718
6719 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6720
6721 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6722 Restore gnus-use-agent.
6723 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6724
6725 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6726
6727 2010-12-17 Julien Danjou <julien@danjou.info>
6728
6729 * gravatar.el (gravatar-retrieve-synchronously): New function.
6730 (gravatar-get-data): Make more robust.
6731
6732 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6733
6734 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6735 to really consider the last line.
6736
6737 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6738
6739 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6740 list of recipient keys, or use symmetric encryption if not a list.
6741 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6742 EPA override, replacing the call to `netrc-store-data'.
6743
6744 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6745
6746 * gnus-srvr.el: Avoid passing nil regexp argument to
6747 delete-matching-lines.
6748
6749 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6750
6751 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6752 fetching stops when Gnus exits.
6753
6754 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6755 function.
6756 (nnfolder-request-expire-articles): Save all the buffers after doing
6757 expiry.
6758
6759 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6760 the last article", since that led to serious performance regressions
6761 when expiring nnml groups.
6762
6763 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6764
6765 * nnir.el: Improve customizations.
6766
6767 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6768
6769 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6770
6771 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6772 group has been killed.
6773 (gnus-group-yank-group): Ditto.
6774
6775 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6776
6777 * nnimap.el (nnimap-request-update-group-status): New function.
6778
6779 * gnus-int.el (gnus-request-update-group-status): New interface
6780 function.
6781
6782 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6783 copying read-ness to the backends.
6784
6785 * nnimap.el (nnimap-quirk): New function.
6786 (nnimap-retrieve-group-data-early): Use it.
6787 (nnimap-quirks): New alist.
6788
6789 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6790
6791 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6792 don't delete it within indentation.
6793
6794 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6795
6796 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6797 previous line.
6798
6799 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6800
6801 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6802 QRESYNC command by deleting a superfluous space which broke Cyrus
6803 servers. This change will break other servers that are buggy the other
6804 way around.
6805
6806 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6807
6808 * spam.el: Reindent and fix long lines.
6809 (spam-copy-or-move-routine): Exclude invalid move destinations.
6810
6811 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6812
6813 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6814 installed the registry.
6815
6816 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6817
6818 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6819 groupname doesn't contain "gmane".
6820
6821 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6822
6823 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6824 (gnus-1): Don't create the nndrafts group twice.
6825 (gnus-setup-news): There's no need to read the active file here, since
6826 that's done again later on a per-backend basis.
6827 (gnus-start-draft-setup): Make sure that the new group is started out
6828 empty.
6829
6830 * gnus-agent.el (gnus-agentize): Don't create the queue group
6831 automatically on startup. It'll be created later, if needed.
6832
6833 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6834 of automatically subscribed groups.
6835 (gnus-auto-subscribed-categories): New variable.
6836 (gnus-matches-options-n): Use it.
6837 (gnus-default-subscribed-newsgroups): Remove unused variable.
6838 (gnus-start-draft-setup): Message a bit less.
6839
6840 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6841
6842 * nnir.el (nnir-run-imap): Return article list in order of increasing
6843 UID.
6844
6845 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6846
6847 * gnus-sum.el (gnus-summary-enter-digest-group):
6848 Mention gnus-auto-select-on-ephemeral-exit.
6849
6850 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6851 convention of the network-only option.
6852
6853 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6854
6855 * proto-stream.el (proto-stream-open-network-only): New function to
6856 have a way to specify non-STARTTLS upgrade connections.
6857
6858 2010-12-10 Julien Danjou <julien@danjou.info>
6859
6860 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6861 email address is nil.
6862
6863 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6864
6865 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6866
6867 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6868 deletion.
6869 (nnir-run-imap): Only need to parse list once.
6870
6871 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6872
6873 * shr.el (shr-tag-script): Ignore <script>.
6874 (shr-tag-label): Add <label> support.
6875
6876 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6877
6878 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6879
6880 * shr.el (shr-image-displayer): Work for images lined side by side.
6881
6882 2010-12-08 Robert Pluim <rpluim@gmail.com>
6883
6884 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6885 parameter, since XEmacs doesn't accept t as a parameter.
6886
6887 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6888
6889 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6890 ids.
6891 (nnir-run-gmane): Simplify groupspec formatting.
6892 (nnir-request-expire-articles): New function.
6893
6894 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6895
6896 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6897 overflow, possibly.
6898
6899 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6900 (shr-render-td): Handle td style="" better.
6901 (shr-tag-table): Use the color from the style sheet.
6902 (shr-render-td): Make sure we copy over all the overlays, too.
6903
6904 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6905
6906 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6907 (nnir-request-article): Improve article retrieval.
6908
6909 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6910
6911 * mm-util.el (mm-extra-numeric-entities): New variable.
6912
6913 * mm-url.el (mm-url-decode-entities):
6914 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6915
6916 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * message.el: Use completion-at-point.
6919 (message-completion-function): New fun, extracted from message-tab.
6920 (message-mode): Use it for completion-at-point-functions.
6921 (message-tab): Use it and completion-at-point.
6922
6923 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6924
6925 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6926 character if a non-breakable character follows.
6927
6928 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6929
6930 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6931 any stream.
6932
6933 * shr.el (shr-tag-font): Colorize the region.
6934 (shr-tag-body): Ditto.
6935 (shr-tag-font): Actually let the styles be inherited instead of
6936 overwriting them.
6937 (shr-tag-font): Get the background color right.
6938 (shr-tag-style): Ignore all <style> tags for the moment.
6939
6940 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6941 a Message-ID to avoid having nnimap depend on gnus-sum.
6942
6943 * shr.el (shr-descend): Only colorize something if we have a node that
6944 sets colors.
6945
6946 2010-12-06 Julien Danjou <julien@danjou.info>
6947
6948 * shr.el (shr-render-td): Render td content with shr-descend, so style
6949 will be applied to <td> too.
6950 (shr-colorize-region): Colorize region even if we only have a background.
6951 (shr-tag-body): Fix color and background color inheritance.
6952 Do not recolorize after shr-generic.
6953 (shr-tag-font): Let shr-generic colorize via inheritance.
6954
6955 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6956
6957 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6958
6959 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6960
6961 * nnir.el (nnir-request-move-article): Remove obsolete code.
6962
6963 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6964
6965 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6966
6967 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6968
6969 * gnus-sum.el (gnus-summary-respool-article): The completion function
6970 expects a list instead of an alist.
6971
6972 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6973 string as the parameter.
6974
6975 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6976
6977 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6978 styles.
6979 (shr-colorize-region): New function.
6980 (shr-insert-background-overlay): Remove.
6981 (shr-render-td): Background setting should be taken care of on a higher
6982 level.
6983 (shr-tag-body): Use post-hoc colorizations.
6984 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6985 (shr-put-color-1): Don't overwrite old colors.
6986 (shr-colorize-region): When the background color isn't explicit, use
6987 a fixed background.
6988
6989 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6990 nnmail variables.
6991
6992 2010-12-05 Bjørn Mork <bjorn@mork.no>
6993
6994 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6995 unless necessary.
6996
6997 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6998
6999 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7000 server.
7001
7002 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7003
7004 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7005 so that TAB works.
7006
7007 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7008 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7009
7010 * shr.el (shr-urlify): Show the URL before the title to avoid
7011 misleading URLs.
7012
7013 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7014
7015 * shr.el (shr-urlify): Display the title in <a> tags.
7016
7017 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7018
7019 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7020
7021 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7022
7023 * nnir.el: Rearrange code to allow macros to be autoloaded by
7024 gnus-sum.el.
7025 (nnir-retrieve-headers-override-function): Make this variable
7026 customizable.
7027 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7028
7029 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7030 from nnir.el.
7031
7032 2010-12-03 Julien Danjou <julien@danjou.info>
7033
7034 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7035
7036 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7037
7038 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7039 allow optional argument `environment'.
7040
7041 2010-12-03 Glenn Morris <rgm@gnu.org>
7042
7043 * mm-extern.el (message-goto-body): Update declaration.
7044
7045 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7046
7047 * gnus-util.el (gnus-macroexpand-all): New function.
7048
7049 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7050 instead of macroexpand-all that is unavailable in XEmacs.
7051
7052 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7053
7054 * nnir.el (nnir-summary-line-format): New variable.
7055 (nnir-mode): Use it.
7056 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7057 (nnir-article-ids): Reimplement as defsubst.
7058 (nnir-retrieve-headers): Don't mangle the subject header.
7059 (nnir-run-imap): Use 100 as RSV score.
7060 (nnir-run-find-grep): Fix for full server searching.
7061 (nnir-run-gmane): Better restriction to gmane groups.
7062
7063 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7064 summary buffers.
7065
7066 2010-12-02 Julien Danjou <julien@danjou.info>
7067
7068 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7069
7070 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7071
7072 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7073 support.
7074
7075 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7076
7077 * nnir.el: Update to handle the registry better.
7078 (autoload): Silence byte-compiler.
7079 (nnir-open-server): Add a hook for nnir groups.
7080 (nnir-request-move-article): Don't mangle the header. Better to use
7081 formatting variables (which will be added in the future).
7082 (nnir-registry-action): Update the registry using the original article
7083 group name.
7084 (nnir-mode): Install nnir-specific hooks for updating the registry.
7085
7086 * gnus-sum.el
7087 (gnus-article-original-subject, gnus-newsgroup-original-name):
7088 Remove obsolete variables.
7089 (gnus-summary-move-article): Remove use of obsolete variables.
7090 (gnus-summary-local-variables): Make move and delete hooks local to
7091 summary buffers.
7092
7093 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7094
7095 * rtree.el: New file.
7096
7097 2010-12-01 Julien Danjou <julien@danjou.info>
7098
7099 * message.el (message-user-organization): Do not use
7100 gnus-local-organization.
7101
7102 * gnus.el: Remove gnus-local-organization.
7103
7104 * gnus-msg.el: Remove nastygram thing.
7105
7106 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7107
7108 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7109 funcall.
7110
7111 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7112
7113 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7114 names.
7115
7116 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7117 characters.
7118
7119 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7120 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7121 Suggested by Štěpán Němec <stepnem@gmail.com>.
7122 (gnus-gravatar-transform-address): Use mail-extract-address-components
7123 that supports non-ASCII names rather than mail-header-parse-addresses.
7124
7125 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7126
7127 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7128 handled by the network handler.
7129
7130 2010-11-30 Julien Danjou <julien@danjou.info>
7131
7132 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7133 (nnimap-open-connection-1): Fix PREAUTH.
7134
7135 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7136
7137 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7138
7139 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7140 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7141 (shr-insert): Use them.
7142 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7143
7144 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7145
7146 * nnir.el (nnir-request-move-article): Bail out if original group
7147 doesn't support article moves.
7148 (nnir-get-active): Improve active list retrieval.
7149
7150 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7151
7152 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7153
7154 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7155
7156 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7157 seem to accept strings-with-numbers as port numbers.
7158
7159 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7160
7161 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7162 change the registry.
7163
7164 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7165
7166 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7167 delete-dups that is not available in XEmacs 21.4.
7168
7169 * mm-util.el (mm-delete-duplicates): Add comment.
7170
7171 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7172
7173 * nnir.el (nnir-ignored-newsgroups): New variable.
7174 (nnir-get-active): Use it.
7175
7176 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7177
7178 * proto-stream.el (proto-stream-open-network): Add some comments.
7179
7180 * nntp.el (nntp-open-connection): Provide a :success condition.
7181
7182 * nnimap.el (nnimap-open-connection-1): Ditto.
7183
7184 * proto-stream.el (proto-stream-open-network): See what the response to
7185 the STARTTLS command is.
7186
7187 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7188 backwards compatibility).
7189 (nnimap-open-connection-1): Really respect nnimap-server-port.
7190
7191 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7192 TLS upgrades we don't really care about the identity of the peer.
7193 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7194 that what we've checked for.
7195 (proto-stream-always-use-starttls): Only default to t if
7196 open-gnutls-stream exists.
7197 (proto-stream-open-network): If STARTTLS failed, then just open a
7198 normal connection.
7199 (proto-stream-open-network): Wait until the greeting before doing
7200 STARTTLS.
7201
7202 * nntp.el (nntp-open-connection): Report what the connection error is.
7203
7204 * proto-stream.el (open-protocol-stream): Rename from
7205 open-proto-stream.
7206
7207 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7208
7209 * nnimap.el (nnimap-stream): Change default to `undecided'.
7210 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7211 first, and then network.
7212 (nnimap-open-connection-1): Respect nnimap-server-port.
7213 (nnimap-open-connection): Be more backwards-compatible.
7214
7215 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7216 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7217 (proto-stream-open-starttls): Folded back into the main function.
7218 (proto-stream-open-network): Fix typo in the GnuTLS path.
7219 (proto-stream-command): Refactor out.
7220
7221 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7222
7223 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7224 starttls.el STARTTLS.
7225
7226 * color.el (color-lab->srgb): Fix function call name.
7227
7228 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7229 if we're using tls.el.
7230 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7231 built in, then don't try to establish a STARTTLS connection.
7232
7233 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7234 servers.
7235
7236 * proto-stream.el (open-proto-stream): Use network, not stream.
7237 (open-proto-stream): Add a way to specify what the end of a command is.
7238
7239 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7240 connections types.
7241 (nntp-open-network-stream): Remove.
7242 (nntp-open-ssl-stream): Remove.
7243 (nntp-open-tls-stream): Remove.
7244 (nntp-ssl-program): Remove.
7245
7246 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7247
7248 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7249
7250 * nnir.el: Fix typos.
7251 (nnir-retrieve-headers-override-function): Rename variable to reflect
7252 new semantics.
7253 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7254 macros.
7255 (nnir-request-article, nnir-request-move-article): Use them.
7256 (nnir-categorize): New function.
7257 (nnir-run-query): Use it.
7258 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7259 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7260 sorted.
7261 (nnir-group-full-name): Use gnus-group-full-name instead.
7262 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7263 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7264
7265 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7266
7267 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7268
7269 * proto-stream.el: New library to provide protocol-specific
7270 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7271 protocols.
7272 (open-proto-stream): Complete the documentation.
7273 (proto-stream-open-network): Fix some typos.
7274
7275 * nnimap.el (nnimap-open-connection): Use it.
7276
7277 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7278
7279 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7280 negotiation.
7281
7282 2010-11-26 Julien Danjou <julien@danjou.info>
7283
7284 * color.el: Rename various rgb functions to srgb.
7285
7286 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7287
7288 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7289 names.
7290
7291 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7292
7293 * shr.el (shr-insert): Revert last change.
7294 (shr-find-fill-point): Never leave point being at bol;
7295 relax the kinsoku limitation when rendering tables.
7296
7297 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7298
7299 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7300 results from -accept-article.
7301
7302 * shr-color.el: Require cl when compiling.
7303
7304 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7305 checkin.
7306
7307 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7308
7309 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7310
7311 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7312 'add and 'delete to set backend marks.
7313
7314 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7315
7316 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7317
7318 * nntp.el (nntp-request-set-mark): Use it.
7319
7320 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7321
7322 * nnml.el (nnml-request-set-mark): Ditto.
7323
7324 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7325 introduces regressions in article selection.
7326 (nnimap-find-uid-response): New function.
7327 (nnimap-request-accept-article): Use the UID returned, if any.
7328 (nnimap-request-move-article): Use the UID returned, if any.
7329 (nnimap-get-groups): Reimplement to work with folded lines.
7330 (nnimap-find-uid-response): The UID is the last element in the list.
7331 (nnimap-request-set-mark): Extend syntax with 'set.
7332
7333 * nnml.el (nnml-request-set-mark): Ditto.
7334
7335 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7336
7337 * nntp.el (nntp-request-set-mark): Ditto.
7338
7339 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7340
7341 * message.el (message-called-interactively-p): A temporary macro.
7342 (message-goto-body): Use it temporarily.
7343
7344 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7345
7346 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7347 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7348 (nnimap-last-response-string): Fix last unfolding fix.
7349
7350 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7351
7352 * shr.el (shr-insert): Fix the way to fold lines.
7353
7354 2010-11-25 Julien Danjou <julien@danjou.info>
7355
7356 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7357
7358 * color.el: Rename from color-lab.el
7359 (color-rgb->hex): Add.
7360 (color-complement): Add.
7361 (color-complement-hex): Add.
7362
7363 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7364
7365 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7366
7367 * shr-color.el (shr-color-visible): Don't bug out if the color names
7368 don't exist.
7369
7370 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7371
7372 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7373 assuming that article displaying or another mml-preview may be
7374 interrupted for an error or for the like.
7375
7376 * shr.el (shr-get-background): Fix argument name.
7377
7378 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7379
7380 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7381
7382 * gnus-sum.el (gnus-summary-include-articles): New function.
7383
7384 * message.el (message-goto-body): called-interactively-p needs a
7385 parameter, so use `any'.
7386
7387 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7388 clear marks before moving, since they're synced from the Gnus side
7389 first.
7390
7391 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7392 (gnus-summary-move-article): Copy over all marks before moving, so that
7393 IMAP doesn't think a new article has arrived.
7394
7395 2010-11-24 Julien Danjou <julien@danjou.info>
7396
7397 * shr.el (shr-insert-background-overlay): Fix typo.
7398 (shr-render-td): Copy the background before rendering.
7399
7400 * shr-color.el (shr-color-visible): Fix docstring.
7401
7402 * shr.el (shr-tag-table): Add bgcolor support.
7403 (shr-render-td): Add bgcolor support.
7404 (shr-get-background): Add.
7405 (shr-insert-foreground-overlay): Use shr-get-background.
7406
7407 * message.el (message-goto-body): Use called-interactively-p.
7408 (message-in-body-p): message-goto-body returns point.
7409
7410 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7411
7412 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7413 Fixes something or other in Emacs 23, and is backwards compatible.
7414
7415 * message.el (message-goto-body): Remove the <#secure special-casing,
7416 which is too special.
7417
7418 * shr.el (shr-parse-style): Drop !important from styles.
7419
7420 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7421
7422 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7423 this function to return incorrect results when calling it with an
7424 explicit article argument different from
7425 (gnus-summary-article-number).
7426
7427 2010-11-24 Julien Danjou <julien@danjou.info>
7428
7429 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7430 (shr-tag-body): Add background support.
7431 (shr-descend): Add background support.
7432 (shr-tag-title): Add.
7433
7434 * shr-color.el (shr-color-visible): Really return original background
7435 if fixed.
7436
7437 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7438
7439 * shr.el (shr-color-check): Protect against non-existent color names.
7440
7441 2010-11-24 Julien Danjou <julien@danjou.info>
7442
7443 * color-lab.el: Require 'cl when compiling.
7444
7445 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7446
7447 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7448 matched part.
7449
7450 * color-lab.el: Fix all expt calls to use float type.
7451
7452 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7453
7454 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7455 expression to shr-color-check as is.
7456
7457 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7458
7459 * color-lab.el: Add coding cookie.
7460 (float-pi): Use eval-and-compile.
7461
7462 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7463
7464 * shr.el (shr-insert-color-overlay): Split stuff like
7465 "#444444 !important" to find the real color.
7466 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7467 parse <font color="red"> entries.
7468
7469 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7470
7471 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7472 point when parsing headers.
7473
7474 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7475 is positioned properly when parsing headers.
7476
7477 2010-11-23 Julien Danjou <julien@danjou.info>
7478
7479 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7480
7481 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7482
7483 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7484
7485 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7486 Use shr-color-hue-to-rgb.
7487 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7488
7489 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7490
7491 * shr.el (shr-color->hexadecimal): Autoload.
7492 (shr-descend): Add color to all tags.
7493
7494 2010-11-22 Julien Danjou <julien@danjou.info>
7495
7496 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7497 shr-color->hexadecimal.
7498
7499 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7500 RGB() or HSL() color representation.
7501
7502 * shr.el (shr-tag-font): Add.
7503 (shr-tag-color-check): New function to get better colors.
7504 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7505 tag-span.
7506
7507 * shr-color.el: New file.
7508
7509 * color-lab.el: New file.
7510
7511 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7512
7513 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7514
7515 * nnir.el: Fix typo in comments.
7516 (nnir-run-imap): Simplify code. No need to reverse artlist.
7517 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7518
7519 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7520
7521 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7522
7523 * nnimap.el (nnimap-get-capabilities): Refactor out.
7524 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7525
7526 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7527
7528 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7529 appearing when `mm-uu-hide-markers' is nil.
7530
7531 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7532
7533 * nnimap.el (nnimap-unselect-group): Make into its own function.
7534 (nnimap-request-rename-group): Unselect group before renaming.
7535 This had gotten lost somewhere.
7536 (nnimap-request-accept-article): Keep track of examined groups, and
7537 unselect the group before APPENDing to read-only groups.
7538 (nnimap-request-move-article): Clear flags before moving so that they
7539 can be re-set later.
7540
7541 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7542
7543 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7544 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7545
7546 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7547
7548 * gnus-art.el (gnus-mime-display-single):
7549 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7550 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7551 parameter.
7552
7553 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7554
7555 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7556 (shr-table-vertical-line): New variable.
7557 (shr-insert-table): Use it.
7558
7559 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * gnus-html.el (gnus-html-wash-images): Don't display images if
7562 gnus-inhibit-images is non-nil; register displayer for cid images.
7563 (gnus-html-display-image): Work for cid image.
7564 (gnus-html-insert-image): Allow arguments.
7565 (gnus-html-put-image): Inhibit read-only.
7566 (gnus-html-prefetch-images): Don't prefetch images if
7567 gnus-inhibit-images is non-nil.
7568
7569 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7570
7571 * shr.el (shr-put-image): Break lines when inserting big pictures.
7572
7573 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7574
7575 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7576 sender, thanks Katsumi Yamaoka.
7577
7578 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7579
7580 * nnir.el (nnir-run-imap): Reverse the article list for each group
7581 rather than the whole list.
7582
7583 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7584
7585 * shr.el (shr-image-displayer): Protect function against non-existent
7586 image source.
7587
7588 * gnus-art.el (gnus-inhibit-images): New user option.
7589 (gnus-mime-display-single): Don't display image if it is non-nil.
7590
7591 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7592 gnus-inhibit-images.
7593
7594 * shr.el (shr-image-displayer): New function.
7595 (shr-tag-img): Use it.
7596
7597 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7598
7599 * mml2015.el (mml2015-epg-sign): Use From header.
7600
7601 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7602
7603 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7604
7605 * gnus-util.el (gnus-find-text-property-region): Return markers.
7606
7607 * shr.el (shr-tag-img): Put a displayer in the text property.
7608
7609 * gnus-util.el (gnus-find-text-property-region): New utility function.
7610
7611 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7612 (gnus-html-show-images): Remove.
7613
7614 * gnus-art.el (gnus-article-show-images): New, more general function.
7615
7616 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7617 image url text properties.
7618
7619 * shr.el: Ditto.
7620
7621 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7622 gnus-agent-auto-agentize-methods is set. Which it isn't.
7623
7624 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7625
7626 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7627 work for two or more articles.
7628
7629 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7630
7631 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7632 divide an image that's in an html article to two or more when washing
7633 non-ASCII characters in alt text of it.
7634
7635 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7636
7637 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7638 smime-decrypt-region using function argument.
7639 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7640
7641 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7642
7643 * smime.el (smime-decrypt-region): Catch it.
7644
7645 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7646
7647 * smime.el (smime-mode-map): Move initialization into declaration.
7648 (gnus-run-mode-hooks): Don't autoload.
7649 (smime-mode): Use define-derived-mode.
7650
7651 2010-11-11 Glenn Morris <rgm@gnu.org>
7652
7653 * smime.el (from): Restrict declaration to XEmacs.
7654
7655 * nnir.el (gnus-group-topic-name): Autoload.
7656
7657 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7658
7659 * shr.el (shr-insert): Don't break long line if it is because of
7660 kinsoku-bol characters in the line end.
7661
7662 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7663
7664 * nnir.el (nnir-request-move-article): Fix to provide original group
7665 and subject.
7666 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7667 been retrieved.
7668
7669 * gnus-sum.el (gnus-summary-move-article): Use original group and
7670 subject for virtual articles such as those in an nnir summary buffer.
7671
7672 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7673
7674 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7675 least 21.5).
7676
7677 * smime.el (from): Declare it again for XEmacs.
7678
7679 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7680
7681 * message.el (message-resend): Don't disable encoding unless it's
7682 already encoded.
7683
7684 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7685 low-numbered articles.
7686
7687 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7688
7689 * rfc2047.el (rfc2047-syntax-table): Simplify.
7690
7691 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7692 set-char-table-range for XEmacs.
7693
7694 2010-11-10 Glenn Morris <rgm@gnu.org>
7695
7696 * smime.el (from): Remove unused declaration.
7697
7698 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7699 (gnus-float-time): On Emacs, always an alias.
7700
7701 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7702 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7703
7704 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7705
7706 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7707
7708 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7709
7710 * shr.el (browse-url-mailto): Autoload.
7711
7712 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7713
7714 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7715 regexp doesn't need quoting.
7716
7717 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7718
7719 * message.el (message-subject-trailing-was-ask-regexp)
7720 (message-subject-trailing-was-regexp): Match was: in addition to was.
7721
7722 2010-11-09 Glenn Morris <rgm@gnu.org>
7723
7724 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7725 (nnbabyl-check-mbox): Use point-at-bol.
7726
7727 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7728
7729 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7730
7731 * message.el (message-mailto): New function.
7732 (message-mailto): Should accept other parameters.
7733 (message-mailto): Remove since it duplicates browse-url-mailto
7734 functionality.
7735
7736 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7737
7738 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7739 methods.
7740 (gnus-read-active-file): Ditto.
7741
7742 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7743 ": " from the prompt.
7744 (gnus-group-make-group): Ditto.
7745
7746 2010-11-07 Glenn Morris <rgm@gnu.org>
7747
7748 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7749 (gnus-bookmark-kill-line): Use point-at-eol.
7750
7751 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7752
7753 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7754 asterisks in From header.
7755
7756 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7757
7758 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7759 string to avoid making the From headers syntactically invalid.
7760
7761 * message.el (message-send-mail): Don't insert courtesy messages if the
7762 message already has List-Post and List-ID messages.
7763
7764 2010-11-06 Glenn Morris <rgm@gnu.org>
7765
7766 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7767 `condition', `type', `length' a prefix.
7768 (gnus-treat-predicate): Update for above name changes.
7769
7770 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7771
7772 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7773 binding. Handled by `gnus-summary-refer-thread' instead.
7774 (nnir-warp-to-article): New backend function.
7775
7776 * nnimap.el (nnimap-request-thread): Force dependency updating.
7777
7778 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7779 (gnus-summary-refer-thread): Rework to improve thread-referral.
7780
7781 * gnus-int.el (gnus-warp-to-article): New function.
7782
7783 * gnus-sum.el (gnus-summary-article-map): Bind it.
7784
7785 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7786
7787 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7788 gnus-summary-refer-thread.
7789
7790 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7791 headers.
7792 (gnus-summary-limit-include-thread): Prevent articles in thread from
7793 being cut in gnus-cut-threads.
7794 (gnus-summary-refer-thread): Limit retrieved headers to those in
7795 thread.
7796
7797 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7798
7799 * message.el (message-send-mail): Use the value of
7800 message-courtesy-message from the message buffer.
7801
7802 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7803
7804 * shr.el (shr-browse-url): Implement mailto: URLs.
7805
7806 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7807 "raw".
7808
7809 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7810 if it's already selected.
7811
7812 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7813
7814 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7815
7816 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7817 to measure the length and truncate alt text.
7818
7819 2010-11-03 Glenn Morris <rgm@gnu.org>
7820
7821 * nndiary.el (nndiary-generate-nov-databases-1)
7822 (nndiary-generate-active-info): Rename dynamic variable `files' to
7823 something less generic.
7824
7825 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7826
7827 * nnir.el (nnir-request-move-article): Call the underlying backend to
7828 move articles from nnir.
7829
7830 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7831
7832 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7833
7834 2010-11-02 Julien Danjou <julien@danjou.info>
7835
7836 * nnir.el: Remove wais support.
7837
7838 2010-11-02 Glenn Morris <rgm@gnu.org>
7839
7840 * gnus-html.el: Reorder requirements to quieten compiler.
7841
7842 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7843
7844 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7845 properly for XEmacs as well.
7846 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7847 (gnus-article-natural-long-line-p): Use window-width rather than
7848 frame-width.
7849
7850 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7851
7852 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7853 (nnir-read-parms): Don't modify query.
7854 (nnir-run-query): Add ability to search topic on current line.
7855 (nnir-get-active): Clean up.
7856
7857 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7858
7859 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7860 degenerate articles.
7861
7862 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7863 (gnus-print-buffer): Just print the buffer as is, without any copying
7864 to a buffer and then re-highlighting.
7865
7866 * nnimap.el (nnimap-request-group): Store the new updated info.
7867 (nnimap-request-group): Select the group when we don't know whether it
7868 exists or not.
7869
7870 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7871 groups.
7872
7873 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7874 groups.
7875
7876 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7877 groups.
7878
7879 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7880 long-lines case by only filling the long lines.
7881
7882 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7883 (bug#7311).
7884
7885 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * shr.el: No need to declare `declare-function' since shr.el is for
7888 only Emacsen that provide `libxml-parse-html-region'.
7889
7890 2010-11-01 Glenn Morris <rgm@gnu.org>
7891
7892 * mm-util.el (gnus-completing-read): Autoload.
7893 (mm-read-coding-system): Simplify Emacs definition.
7894
7895 * nnmail.el (gnus-activate-group):
7896 * nnimap.el (gnutls-negotiate):
7897 * nntp.el (netrc-parse): Fix declarations.
7898
7899 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7900
7901 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7902 string-match-p in Emacs >=23.
7903
7904 * gnus-msg.el (gnus-configure-posting-styles):
7905 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7906
7907 2010-11-01 Glenn Morris <rgm@gnu.org>
7908
7909 * nnir.el (declare-function): Add compat stub.
7910 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7911 (nnir-run-gmane): Require 'mm-url.
7912
7913 * mm-util.el (mm-string-to-multibyte): Simplify.
7914
7915 * shr.el (declare-function): Add compat stub.
7916 (url-cache-create-filename): Declare.
7917 (mm-disable-multibyte, widget-convert-button): Autoload.
7918
7919 * smime.el (ldap-search): Declare.
7920 (smime-cert-by-ldap-1): Require ldap on Emacs.
7921
7922 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7923 (nnimap-keepalive): Use gnus-float-time.
7924
7925 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7926 (mail-source-delete-crash-box): Use gnus-float-time.
7927
7928 * gnus-dired.el (gnus-completing-read): Autoload.
7929
7930 * mm-view.el (gnus-rescale-image): Autoload.
7931
7932 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7933
7934 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7935
7936 * sieve-manage.el: Require 'cl when compiling.
7937
7938 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7939 (gnus-iswitchb-completing-read): Require iswitchb.
7940 (gnus-select-frame-set-input-focus): Silence compiler.
7941
7942 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7943
7944 * message.el (message-subject-trailing-was-query): Change default to t,
7945 since I think that's what most people want.
7946
7947 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7948 appending for easier debugging.
7949 (nnimap-wait-for-connection): Take a regexp.
7950 (nnimap-request-accept-article): Wait for the continuation line before
7951 sending anything unless we're streaming.
7952
7953 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7954 leave the header washing to take place.
7955
7956 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7957
7958 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7959 regular expression match and replace in posting styles.
7960
7961 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7962
7963 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
7964 an entire server.
7965 (nnir-get-active): New function.
7966 (nnir-run-imap): Use it.
7967 (nnir-run-gmane): Who knew, gmane search returns an article score!
7968
7969 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7970 server on the current line with nnir.
7971
7972 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7973
7974 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7975 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7976 left edge.
7977 (gnus-article-foldable-buffer): Skip past the prefix when determining
7978 raggedness.
7979
7980 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7981 the raw article, and change `C-u g' to show the article without doing
7982 treatments.
7983
7984 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7985 on to `gnus-treat-article'.
7986 (gnus-inhibit-article-treatments): New variable.
7987
7988 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7989
7990 * gnus-art.el (gnus-treatment-function-alist): Have
7991 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7992 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7993 sections.
7994
7995 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7996 parameter.
7997 (gnus-article-fill-cited-long-lines): New function.
7998 (gnus-article-fill-cited-article): Allow filling only long sections.
7999
8000 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8001 and non-punctuation (like after the apostrophe in "'We").
8002
8003 * gnus-sum.el (gnus-summary-select-article): Make sure
8004 gnus-original-article-buffer is alive.
8005
8006 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8007 reflect the order they are in the digest.
8008
8009 * gnus.el (gnus-group-startup-message): Move point to the start of the
8010 buffer.
8011
8012 * nnimap.el (nnimap-capability): New function.
8013 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8014 is set.
8015
8016 2010-10-31 David Engster <dengste@eml.cc>
8017
8018 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8019 conform with changes to gnus-completing-read.
8020
8021 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8022
8023 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8024
8025 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8026
8027 * nnir.el: Move defvar, defcustom around to keep file organized
8028 and keep byte-compiler quiet.
8029 (nnir-read-parms): Accept search-engine as arg.
8030 (nnir-run-query): Pass search-engine as arg.
8031 (nnir-search-engine): Remove.
8032
8033 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8034
8035 * shr.el (shr-generic): The text nodes should be text, not :text.
8036
8037 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8038 later in the file.
8039
8040 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8041
8042 * nnir.el: General clean up. Allow searching with multiple engines.
8043 Allow separate extra-parameters for each engine.
8044 Batch queries when possible.
8045 (nnir-imap-default-search-key, nnir-method-default-engines):
8046 Add customize interface.
8047 (nnir-run-gmane): New engine.
8048 (nnir-engines): Use it. Qualify all prompts with engine name.
8049 (nnir-search-engine): Remove global variable.
8050 (nnir-run-hyrex): Restore for now.
8051 (nnir-extra-parms, nnir-search-history): New variables.
8052 (gnus-group-make-nnir-group): Use them.
8053 (nnir-group-server): Remove in favor of gnus-group-server.
8054 (nnir-request-group): Avoid searching twice.
8055 (nnir-sort-groups-by-server): New function.
8056
8057 2010-10-30 Julien Danjou <julien@danjou.info>
8058
8059 * gnus-group.el: Remove gnus-group-fetch-control.
8060
8061 * gnus-start.el (gnus-find-new-newsgroups):
8062 Remove gnus-check-first-time-used.
8063
8064 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8065
8066 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8067
8068 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8069 set on groups that don't have \* permanentflags.
8070
8071 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8072
8073 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8074 control the background color.
8075 (shr-tag-img): Ignore very small web bug type images.
8076 (shr-put-image): Add help-echo alt texts to the images.
8077 (shr-tag-video): Show the video poster image.
8078
8079 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8080
8081 * shr.el (shr-table-depth): New variable.
8082 (shr-tag-table-1): Only insert the images after the top-level table.
8083
8084 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8085
8086 * gnus-util.el (gnus-list-memq-of-list): New function.
8087
8088 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8089 selected.
8090 (nnimap-unsplittable-articles): New slot.
8091 (nnimap-new-articles): Use it.
8092
8093 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8094
8095 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8096 move to the previous line on `M-g'.
8097
8098 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8099
8100 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8101 *-request-group, which seems unnecessary.
8102
8103 * nnimap.el (nnimap-quote-specials): Function copied over from
8104 imap.el.
8105 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8106 they support that. Suggested by Tom Regner.
8107
8108 2010-10-29 Julien Danjou <julien@danjou.info>
8109
8110 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8111 defalias.
8112 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8113
8114 * gnus.el: Remove `gnus-nntp-service' variable.
8115 (gnus-secondary-servers): Make obsolete.
8116 (gnus-nntp-server): Make obsolete.
8117
8118 * gnus-start.el (gnus-1): Remove x-splash calls.
8119
8120 * gnus-ems.el (gnus-x-splash): Remove.
8121
8122 * gnus.el (gnus-group-startup-message): Simplify/update code.
8123
8124 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8125 capability before doing anything.
8126 (gnus-group-insert-group-line): Remove useless
8127 gnus-group-remove-excess-properties.
8128
8129 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8130
8131 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8132
8133 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8134
8135 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8136 config after reselecting.
8137
8138 2010-10-28 Julien Danjou <julien@danjou.info>
8139
8140 * shr.el (shr-put-image): Use point even if only inserting text.
8141 (shr-put-image): Save excursion when inserting alt text on non-graphic
8142 display, so the behavior is the same when we are on a graphic display.
8143
8144 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8145
8146 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8147
8148 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8149 (gnus-mime-copy-part): Check coding system, not charset.
8150 (gnus-mime-view-part-externally): Never remove part.
8151 (gnus-mime-view-part-internally): Don't remove part here.
8152 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8153 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8154 multipart/alternative.
8155
8156 * mm-decode.el (mm-display-part): Take optional arg `force'.
8157
8158 2010-10-26 Julien Danjou <julien@danjou.info>
8159
8160 * gnus-group.el (gnus-group-default-list-level): Add this function to
8161 compute the default list level.
8162 (gnus-group-default-list-level): Add possibility to use a function.
8163
8164 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8165
8166 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8167
8168 * gnus-group.el (gnus-group-completing-read)
8169 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8170 gnus-replace-in-string.
8171
8172 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8173
8174 * shr.el (shr-tag-div): Add.
8175
8176 2010-10-25 Julien Danjou <julien@danjou.info>
8177
8178 * gnus-util.el: Remove `gnus-with-local-quit'.
8179
8180 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8181
8182 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8183
8184 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8185 the original article buffer.
8186
8187 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8188
8189 * nnimap.el (nnimap-request-head): New function.
8190 (nnimap-request-move-article): Try to be slightly faster by not
8191 requesting the entire message when moving.
8192 (nnimap-transform-headers): Don't bug out on bodiless articles.
8193 (nnimap-send-command): Have no outstanding messages if the IMAP server
8194 doesn't support streaming.
8195 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8196
8197 2010-10-24 Julien Danjou <julien@danjou.info>
8198
8199 * message.el (message-default-headers): Fix type.
8200
8201 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8202
8203 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8204 prefetching images.
8205
8206 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8207 backend for unknown groups. This is mainly useful for nnimap groups.
8208
8209 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8210 group isn't covered by the agent.
8211
8212 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8213
8214 * nnir.el (nnir-method-default-engines): New variable.
8215 (nnir-run-query): Use it.
8216 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8217 (gnus-summary-nnir-goto-thread): Change group if needed.
8218
8219 * gnus-group.el (gnus-group-group-map): Add key binding for
8220 gnus-group-make-nnir-group.
8221
8222 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8223
8224 * shr.el (shr-tag-object): Add.
8225
8226 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8227 original article buffer live.
8228 (gnus-summary-select-article-buffer):
8229 Mention gnus-widen-article-buffer.
8230
8231 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8232
8233 * shr.el (shr-tag-strong): Add.
8234
8235 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8236
8237 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8238 group names. They mess up the group buffer badly.
8239
8240 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8241
8242 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8243 instead of the summary one.
8244
8245 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8246
8247 * mml.el (mml-preview): Work properly when editing article.
8248
8249 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8250 gnus-have-read-active-file if it's already been in.
8251
8252 2010-10-22 Tom Tromey <tromey@redhat.com>
8253
8254 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8255 gnus-group-completing-read.
8256
8257 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8258
8259 * message.el (message-mode-map): Don't bind M-; to comment region, to
8260 allow the global comment-dwim to work.
8261
8262 2010-10-21 Julien Danjou <julien@danjou.info>
8263
8264 * message.el (message-setup-1): Allow message-default-headers to be a
8265 function.
8266
8267 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8268
8269 * shr.el (shr-tag-table): Simplify.
8270
8271 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8272
8273 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8274 to avoid trying to snarf invalid stuff.
8275
8276 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8277
8278 * gnus.el (gnus-message-archive-group): Quote value.
8279 (gnus-message-archive-group): Mark as changed.
8280
8281 * shr.el (shr-add-font): Don't put the font properties on the newline
8282 or the indentation.
8283
8284 * message.el (message-fix-before-sending): Change options when sending
8285 non-printable characters.
8286
8287 * gnus.el (gnus-message-archive-method): Change the default to
8288 monthly outgoing groups.
8289
8290 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8291 that have gotten new numbers.
8292
8293 * nnimap.el (nnimap-request-replace-article): New function.
8294
8295 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8296
8297 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8298 (nnrss-request-article): Don't use special html washing code.
8299
8300 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8301
8302 * shr.el (shr-tag-table): Remove useless nconc.
8303
8304 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8305
8306 * gnus-art.el (article-wash-html): Simplify and remove the charset
8307 stuff. Use the normal html rendering code instead of the special html
8308 washing code.
8309
8310 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8311 `gnus-w3m' symbols.
8312 (mm-text-html-washer-alist): Remove.
8313
8314 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8315 (mm-inline-media-tests): Remove use.
8316 (mm-text-html-renderer): Change default to the `shr' symbol.
8317
8318 * mm-view.el (mm-inline-text-html): Remove use.
8319
8320 * gnus-art.el (gnus-blocked-images): New function. Allow the
8321 `gnus-blocked-images' to be a function.
8322 (gnus-article-wash-function): Remove.
8323
8324 2010-10-20 Julien Danjou <julien@danjou.info>
8325
8326 * spam.el (spam-list-of-processors): Mark as obsolete.
8327
8328 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8329 (nnimap-insert-partial-structure): Fix boundary detection.
8330
8331 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8332
8333 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8334 run file-truename on remote files. This can be expensive and even
8335 prevent one from editing drafts if some unrelated buffer has a stale
8336 connection.
8337
8338 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8339
8340 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8341 kinsoku-eol regardless of shr-kinsoku-shorten.
8342 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8343 (shr-tag-table): Support caption, thead, and tfoot.
8344
8345 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8346
8347 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8348 lines.
8349 (shr-save-contents): New command and keystroke.
8350
8351 * nndoc.el (nndoc-type-alist): Add git support.
8352 (nndoc-git-type-p): New function.
8353 (nndoc-transform-git-article): Ditto.
8354 (nndoc-transform-git-headers): Ditto.
8355 (nndoc-transform-git-headers): Generate Subject headers.
8356
8357 * shr.el (shr-parse-style): New function.
8358 (shr-tag-span): Ditto.
8359
8360 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8361 to `G G' to avoid collisions.
8362
8363 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8364
8365 * shr.el: Load kinsoku if necessary.
8366 (shr-kinsoku-shorten): New internal variable.
8367 (shr-find-fill-point): Make kinsoku shorten text line if
8368 shr-kinsoku-shorten is bound to non-nil.
8369 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8370 shr-indentation too when testing if table is wider than frame width.
8371 (shr-insert-table): Use `string-width' instead of `length' to measure
8372 text width.
8373 (shr-insert-table-ruler): Make sure indentation is done at bol.
8374
8375 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8378 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8379 undecoded network data.
8380
8381 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8382
8383 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8384 name in the mode line spec so that the mode line menu works
8385 (bug#2431).
8386
8387 * message.el (message-get-reply-headers): If we're fed `to-address',
8388 then always use that.
8389
8390 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8391 aren't so wide as to need to switch off the edit menu.
8392
8393 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8394 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8395
8396 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8397 `M-g'.
8398 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8399 the permanent marks.
8400
8401 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8402
8403 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8404 Splitting according to references/in-reply-to obeys the ignore-groups
8405 variable, while splitting by sender and subject do not.
8406
8407 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8408
8409 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8410 alist, so that we can look for non-Unicode chars.
8411 (article-translate-strings): Allow both character and string maps.
8412
8413 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * shr.el (shr-insert): Don't insert space behind a wide character
8416 categorized as kinsoku-bol, or between characters both categorized as
8417 nospace.
8418
8419 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8420
8421 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8422 headers to gnus-newsgroup-headers.
8423
8424 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8425
8426 * shr.el (shr-tag-img): Don't align images -- since we're not
8427 rescaling, this often leads to ugly displays.
8428
8429 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8430
8431 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8432 duplicates.
8433
8434 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8435
8436 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8437 call.
8438
8439 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8440
8441 * gnus.el: Autoload gnus-html-show-images.
8442
8443 * nnimap.el: Use nnheader-message throughout.
8444
8445 * shr.el (shr-tag-img): Ignore images with no data.
8446
8447 2010-10-15 Julien Danjou <julien@danjou.info>
8448
8449 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8450 a possibility to disable format=flow encoding when using hard newlines.
8451
8452 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8453
8454 * shr.el (shr-insert): Remove space inserted before or after a
8455 breakable character or at the beginning or the end of a line.
8456 (shr-find-fill-point): Do kinsoku; find the second best point or give
8457 it up if there's no breakable point.
8458
8459 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8460
8461 * nnimap.el (nnimap-open-connection): Message when opening connection
8462 for debugging purposes.
8463
8464 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8465 on every setup buffer call to allow this to change from article to
8466 article.
8467
8468 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8469 buffers where we have a wide table.
8470
8471 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8472
8473 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8474 uses *-request-thread.
8475
8476 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8477
8478 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8479 incantation, which is no longer valid.
8480
8481 2010-10-14 Julien Danjou <julien@danjou.info>
8482
8483 * shr.el: Fix defcustom type (char -> character).
8484
8485 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8486
8487 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8488 programs.
8489
8490 2010-10-14 Julien Danjou <julien@danjou.info>
8491
8492 * shr.el (shr-tag-a): Use url-link as widget type.
8493
8494 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8495 `gnus-group-get-icon'.
8496
8497 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8498
8499 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8500 This should make server editing work better.
8501
8502 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8503
8504 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8505 (nnimap-parse-flags): Fix regexp.
8506
8507 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8508 probably work for CJVK text, too.
8509
8510 * nnimap.el (nnimap-extend-tls-programs): Remove.
8511 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8512
8513 2010-10-13 Julien Danjou <julien@danjou.info>
8514
8515 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8516 responses.
8517
8518 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8519
8520 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8521
8522 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8523 anything in Emacs.
8524
8525 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8526
8527 2010-10-13 Julien Danjou <julien@danjou.info>
8528
8529 * shr.el (shr-width): Make shr-width a defcustom with default to
8530 fill-column.
8531 (shr-tag-img): Use shr-width rather than fill-column.
8532
8533 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8534
8535 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8536
8537 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8538 position when (X-)Faces exist.
8539 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8540 avatars when called interactively.
8541
8542 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8543
8544 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8545 gnus-article-x-face-too-ugly is bound.
8546
8547 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8548
8549 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8550
8551 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8552 mailbox that doesn't exist.
8553
8554 2010-10-12 Julien Danjou <julien@danjou.info>
8555
8556 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8557 (shr-get-image-data): Encode URL properly when fetching from cache.
8558 (shr-tag-img): Use aligned-to spaces to align correctly images.
8559
8560 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8561 before inserting the Gravatar.
8562
8563 * shr.el (shr-tag-img): Add align attribute support for <img>.
8564
8565 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8566
8567 * gnus-gravatar.el (gnus-art): Require.
8568
8569 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8570 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8571 Remove long obsoleted functions.
8572
8573 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8574
8575 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8576
8577 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8578 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8579 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8580 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8581 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8582 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8583 Fix comment for declare-function.
8584
8585 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8586
8587 * nnimap.el (nnimap-request-rename-group): Select group read-only
8588 before renaming it.
8589
8590 * shr.el (shr-insert): Fix up the white space only regexp.
8591
8592 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8593 bodies. Protect against this. Reported by Michael Welsh Duggan.
8594
8595 * shr.el (shr-current-column): New function.
8596 (shr-find-fill-point): New function.
8597
8598 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8599
8600 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8601 numbers.
8602
8603 2010-10-11 Julien Danjou <julien@danjou.info>
8604
8605 * shr.el (shr-hr-line): Add.
8606 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8607 display hr lines.
8608 (shr-max-columns): Do not change state to nil if we just inserting
8609 spaces.
8610
8611 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8612
8613 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8614 select the last group.
8615
8616 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8617
8618 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8619
8620 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8621
8622 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8623 for Gnus.
8624 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8625 (nnimap-update-qresync-info): Mark \Seen articles as read.
8626
8627 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8628 non-variable, too.
8629
8630 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8631 available.
8632 (nnimap-update-info): Rely more on the current active than the param
8633 active to avoid marking articles as read too much.
8634
8635 * auth-source.el (auth-source-create): Use (user-login-name) for the
8636 user name default.
8637
8638 * nnimap.el (nnimap-update-info): If the server doesn't return any
8639 useful info, just use the previous info.
8640 (nnimap-update-info): Prefer old info over start-article.
8641 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8642
8643 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8644
8645 * nnir.el (autoload): Clean up autoloads.
8646 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8647 Use key rather than value.
8648 (nnir-imap-search-other): New variable.
8649 (nnir-read-parm): Use it.
8650 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8651 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8652
8653 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8656 the process, too.
8657
8658 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8659
8660 * spam.el (gnus-summary-mode-map): Bind to "$".
8661 Suggested by Russ Allbery.
8662
8663 * shr.el: Rework the way things are indented by <li> slightly.
8664
8665 * gnus.el (gnus-group-set-parameter): Fix typo.
8666
8667 * nnimap.el: Start implementing QRESYNC support.
8668
8669 2010-10-09 Julien Danjou <julien@danjou.info>
8670
8671 * nnir.el (nnir-engines): Fix too many arguments.
8672
8673 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8674
8675 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8676 group is the "last", so that the backends like nnfolder actually save
8677 their folders.
8678
8679 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8680 try to use that for the TLS stream.
8681 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8682 UIDVALIDITY and find out which groups are read-only and not.
8683 (nnimap-get-flags): Use the same marks parsing code as the rest of
8684 nnimap.
8685
8686 2010-10-09 Julien Danjou <julien@danjou.info>
8687
8688 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8689
8690 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8691 retrieving gravatars.
8692
8693 * shr.el (shr-table-corner): Add.
8694 (shr-table-line): Add.
8695 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8696
8697 2010-10-08 Julien Danjou <julien@danjou.info>
8698
8699 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8700
8701 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8702
8703 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8704
8705 * gnus-sum.el (gnus-mark-article-as-unread)
8706 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8707 (gnus-summary-set-bookmark): Use it.
8708
8709 * gnus-msg.el (gnus-setup-message): Use it.
8710
8711 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8712
8713 * gnus.el (gnus-group-remove-parameter): Use it.
8714
8715 * gnus-group.el (gnus-group-make-web-group): Use it.
8716
8717 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8718
8719 * nnregistry.el: Update docs to mention manual.
8720
8721 * gnus-registry.el: Update docs to mention nnregistry.el.
8722 (gnus-registry-initialize): Don't install nnregistry refer method
8723 automatically.
8724 (gnus-registry-install-nnregistry): Remove it.
8725
8726 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8727
8728 * shr.el (shr-insert): Don't insert double spaces.
8729
8730 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8731
8732 * gnus-gravatar.el (gnus-treat-from-gravatar)
8733 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8734 called interactively.
8735
8736 * gnus-art.el (gnus-mime-view-part-externally)
8737 (gnus-mime-view-part-internally): Make predicate function passed to
8738 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8739 of a mime type.
8740
8741 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8742
8743 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8744
8745 * shr.el (require): Require cl when compiling.
8746 (shr-tag-hr): New function.
8747
8748 * nnimap.el (nnimap-update-info): Remove double setting of high.
8749 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8750 This makes nnimap work properly on Courier again.
8751
8752 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8753 the variable for backwards compatibility.
8754
8755 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8756 the file name before using to avoid setting mm-default-directory to
8757 nil.
8758
8759 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8760 bidning gnus-agent variables.
8761
8762 * shr.el (shr-render-td): Use a cache for the table rendering function
8763 to avoid getting an exponential rendering behavior in nested tables.
8764 (shr-insert): Rework the line-breaking algorithm.
8765 (shr-insert): Don't leave trailing spaces.
8766 (shr-insert-table): Also insert empty TDs.
8767 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8768
8769 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * gnus-sum.el (gnus-number): Rename from `number'.
8772 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8773 (gnus-summary-limit-children): Update uses correspondingly.
8774
8775 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8776
8777 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8778 (gnus-gravatar-transform-address): Don't show avatars of people of
8779 which mail addresses match gnus-gravatar-too-ugly.
8780
8781 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8782
8783 * shr.el (shr-table-widths): Expand TD elements to fill available
8784 space.
8785
8786 2010-10-07 Julien Danjou <julien@danjou.info>
8787
8788 * nnimap.el (nnimap-request-rename-group): Add this method.
8789
8790 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8791
8792 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8793 name from XEmacs' function-arglist.
8794
8795 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8796 gravatar under XEmacs.
8797
8798 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8799
8800 * auth-source.el: Update docs with TODO items.
8801
8802 * gnus-sync.el: Update docs to explain state and plans.
8803
8804 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8805 Hooks for mark updates.
8806 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8807
8808 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8809 hooks with arguments, which is needed for mark update hooks.
8810
8811 2010-10-06 Julien Danjou <julien@danjou.info>
8812
8813 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8814 was matched.
8815
8816 * sieve-manage.el: Update example in `Commentary'.
8817
8818 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8819
8820 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8821 not 2000.
8822 (sieve-manage-authenticate): Re-add function.
8823
8824 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8825
8826 * shr.el (shr-insert): Get 'space transition right.
8827 (shr-render-td): Only delete space at the end of the TD.
8828
8829 * nnimap.el (nnimap-open-connection): Prepare to support
8830 open-gnutls-stream.
8831
8832 * shr.el: Rearrange function order to be more logical.
8833
8834 2010-10-06 Julien Danjou <julien@danjou.info>
8835
8836 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8837 (nnrss-discover-feed): Remove 404 URL in docstring.
8838
8839 * nnir.el: Fix Swish-E URL.
8840 Fix Namazu URL.
8841
8842 * message.el (message-change-subject): Remove 404 URL in a comment.
8843
8844 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8845
8846 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8847 called interactively.
8848
8849 * gnus-util.el (gnus-remove-if): Allow hash table.
8850 (gnus-remove-if-not): New function.
8851
8852 * gnus-art.el (gnus-mime-view-part-as-type):
8853 * gnus-score.el (gnus-summary-score-effect):
8854 * gnus-sum.el (gnus-read-move-group-name):
8855 Replace remove-if-not with gnus-remove-if-not.
8856
8857 * gnus-group.el (gnus-group-completing-read):
8858 Regard collection as a hash table if it is not a list.
8859
8860 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8861
8862 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8863
8864 * shr.el: Document the table-rendering algorithm.
8865
8866 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8867 invalid URLs.
8868
8869 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8870 line-broken.
8871 (shr-tag-img): Ignore image fetching errors.
8872 (shr-overlays-in-region): Compute overlay positions correctly.
8873
8874 * mm-decode.el (mm-shr): Require shr.
8875
8876 * gnus-art.el (gnus-blocked-images): Move variable here.
8877
8878 * shr.el (shr-insert-table): Bind free variable.
8879
8880 * mm-decode.el (mm-shr): Bind shr-content-function.
8881
8882 * shr.el (shr-content-function): New variable.
8883
8884 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8885 added for symmetry.
8886
8887 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8888
8889 * gnus-group.el (gnus-group-make-group): Doc fix.
8890
8891 * nnimap.el (nnimap-request-newgroups): Return success.
8892
8893 * shr.el (shr-find-elements): New function.
8894 (shr-tag-table): Put all the images after the table.
8895 (shr-tag-table): Really inhibit images inside the table.
8896 (shr-collect-overlays): Copy over overlays from the TD elements to the
8897 main document.
8898
8899 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8900 gnus-blocked-images.
8901
8902 2010-10-05 Julien Danjou <julien@danjou.info>
8903
8904 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8905
8906 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8907 (gnus-html-maximum-image-size): Add this function.
8908 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8909
8910 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8911 server-value of the capability is nil.
8912
8913 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8914
8915 * shr.el (shr-tag-em): Add <EM> tag.
8916
8917 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8918
8919 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8920 customizable.
8921
8922 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8923 handing broken links to browse-url.
8924
8925 2010-10-05 Julien Danjou <julien@danjou.info>
8926
8927 * gnus-util.el (gnus-emacs-completing-read)
8928 (gnus-iswitchb-completing-read): Use autoload rather than require.
8929
8930 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8931
8932 * gnus-util.el (gnus-completing-read-function): Exclude
8933 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8934 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8935 XEmacs.
8936
8937 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8938 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8939
8940 * gnus-html.el: Don't require help-fns under XEmacs.
8941 (gnus-html-schedule-image-fetching): Work for XEmacs.
8942
8943 * mm-decode.el (mm-shr): Decode contents by charset.
8944
8945 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8946
8947 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8948 unknown.
8949
8950 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8951 (shr-get-image-data): Ensure against the cache file missing.
8952
8953 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8954 for data.
8955
8956 * spam-report.el (spam-report-url-ping-plain): Don't query about
8957 killing the process.
8958
8959 * shr.el (shr-render-td): Protect against too-wide text.
8960
8961 2010-10-04 Julien Danjou <julien@danjou.info>
8962
8963 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8964 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8965
8966 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8967 retrieved.
8968
8969 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8970
8971 * shr.el (browse-url): Require.
8972 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8973 lines.
8974 (shr-show-alt-text, shr-browse-image): New commands.
8975 (shr-browse-url, shr-copy-url): New commands.
8976
8977 * gnus-sum.el (gnus-widen-article-window): New variable.
8978 (gnus-summary-select-article-buffer): Use it.
8979
8980 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8981 without @ signs.
8982
8983 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8984
8985 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8986
8987 2010-10-04 Julien Danjou <julien@danjou.info>
8988
8989 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8990 for XEmacs.
8991
8992 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8993
8994 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8995
8996 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8997 (nnimap-close-server): Implement.
8998
8999 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9000 (shr-insert): Tweak line breaking.
9001 (shr-insert): Handle <pre> better.
9002 (shr-tag-li): Get <li> indentation right.
9003 (shr-tag-li): Get <li> indentation even righter.
9004 (shr-tag-blockquote): Ensure paragraph start.
9005 (shr-make-table): Tweak table generation.
9006 (shr-make-table): Fix typo.
9007
9008 * shr.el: Implement table rendering.
9009
9010 2010-10-04 Julien Danjou <julien@danjou.info>
9011
9012 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9013
9014 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9015
9016 * shr.el (shr-insert): Use string anchors instead of line anchors.
9017
9018 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9019
9020 * shr.el: Add headings.
9021 (shr-ensure-paragraph): Actually work.
9022 (shr-tag-li): Make <ul> prettier.
9023 (shr-insert): Get white space at the beginning/end of elements right.
9024 (shr-tag-p): Collapse subsequent <p>s.
9025 (shr-ensure-paragraph): Don't insert double line feeds after blank
9026 lines.
9027 (shr-insert): \t is also space.
9028 (shr-tag-s): Fix "s" tag name function.
9029 (shr-tag-s): Fix face prop name.
9030
9031 2010-10-03 Julien Danjou <julien@danjou.info>
9032
9033 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9034
9035 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9036 gnus-window-inside-pixel-edges.
9037
9038 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9039 gnus-ems.
9040
9041 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9042
9043 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9044 function.
9045
9046 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9047 resize choice.
9048
9049 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9050
9051 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9052 beginning of the buffer.
9053
9054 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9055 article buffer again.
9056
9057 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9058
9059 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9060 when it's at the start of the buffer.
9061
9062 * shr.el (shr-tag-blockquote): Convert name.
9063 (shr-rescale-image): Use the right image-size variant.
9064
9065 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9066 buffer isn't shown, then select the current article first instead of
9067 bugging out.
9068 (gnus-summary-select-article-buffer): Show both the article and summary
9069 buffers again.
9070
9071 * shr.el (shr-fontize-cont): Protect against regions with no text.
9072 Rename tag functions to shr-tag-* for enhanced security.
9073 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9074
9075 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9076
9077 * shr.el (shr-insert):
9078 * pop3.el (pop3-movemail):
9079 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9080 loaded.
9081
9082 2010-10-03 Glenn Morris <rgm@gnu.org>
9083
9084 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9085
9086 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9087
9088 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9089
9090 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9091
9092 * gnus-util.el (gnus-make-local-hook): Simplify.
9093
9094 2010-10-02 Julien Danjou <julien@danjou.info>
9095
9096 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9097 (gnus-ido-completing-read): New function.
9098 (gnus-emacs-completing-read): New function.
9099 (gnus-completing-read): Use gnus-completing-read-function.
9100 Add gnus-completing-read-function.
9101
9102 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9103
9104 * shr.el (shr-insert-document): Autoload.
9105 (shr-img): Be silent.
9106 (shr-insert): Add a newline after every picture before text.
9107 (shr-add-font): Use overlays for combining faces.
9108 (shr-insert): Pass upwards the text start point.
9109
9110 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9111 possible.
9112 (mm-shr): New function.
9113
9114 2010-10-02 Julien Danjou <julien@danjou.info>
9115
9116 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9117 should go backward.
9118
9119 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9120
9121 * shr.el (shr): Fix typo in provide call.
9122
9123 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9124
9125 * shr.el: New file.
9126
9127 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9128
9129 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9130 completing read.
9131
9132 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9133
9134 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9135 we're being queried about. Suggested by Dan Jacobson.
9136
9137 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9138 Suggested by Jason Eisner.
9139
9140 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9141 table, too. Suggested by Stefan Wiens.
9142 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9143 the table unnecessary. Suggested by Stefan Wiens.
9144
9145 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9146 longer needed, and probably doesn't work either, as pointed out by
9147 Stefan Wiens.
9148 (gnus-summary-exit): Remove call to the clearing function.
9149 (gnus-summary-exit-no-update): Ditto.
9150
9151 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9152 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9153 Reported by Stefan Monnier.
9154 (gnus-summary-save-in-rmail): Ditto.
9155
9156 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9157 article buffer, instead of both the article buffer and the summary
9158 buffer. Sort of suggested by Dan Jacobson.
9159
9160 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9161
9162 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9163 Suggested by Dan Jacobson.
9164
9165 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9166 documentation clearer.
9167
9168 * message.el (message-shorten-references): Comment on the number "21".
9169 Suggested by Stefan Monnier.
9170
9171 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9172 Suggested by Dan Jacobson.
9173
9174 * gnus.el (gnus-large-newsgroup):
9175 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9176
9177 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9178 externalize attachments. Bug reported by Steve Wen.
9179
9180 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9181 really message anything to the user.
9182
9183 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9184 directly.
9185
9186 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9187 messages in empty groups.
9188
9189 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9190
9191 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9192 non-UIDNEXT group.
9193
9194 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9195
9196 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9197 not the value from the collection.
9198
9199 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9200 values. This sometimes happens on some groups that have no info.
9201 (nnimap-request-newgroups): New function.
9202
9203 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9204
9205 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9206 check into `gnus-registry-initialize'.
9207 (gnus-registry-initialize): Ditto.
9208 Fix and extend header docs.
9209
9210 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9211
9212 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9213 regexp backtrace overflows.
9214
9215 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9216 for starttls that tls.el implements; i.e. openssl.
9217
9218 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9219
9220 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9221 (gravatar-create-image): New function that's an alias to
9222 gnus-xmas-create-image, gnus-create-image, or create-image.
9223 (gravatar-data->image): Use it.
9224
9225 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9226
9227 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9228 install the nnregistry refer method.
9229 (gnus-registry-install-hooks): Use it.
9230 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9231 unfollowed groups.
9232
9233 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9234
9235 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9236 expanding threads.
9237
9238 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9239
9240 * nnir.el: Use the server names without suffixes (bug#7009).
9241
9242 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9243 unencrypted to STARTTLS, if possible.
9244
9245 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9246
9247 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9248 headers before superseding.
9249
9250 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9251
9252 * nnrss.el (nnrss-use-local): Add documentation.
9253
9254 * nnimap.el (nnimap-extend-tls-programs): New function.
9255 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9256 (nnimap-wait-for-connection): Accept the greeting from the stupid
9257 output from openssl s_client -starttls, too.
9258
9259 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9260 article number.
9261 (nnimap-split-fancy): New variable.
9262 (nnimap-split-incoming-mail): Use it.
9263
9264 * nntp.el (nntp-server-list-active-group): Document.
9265
9266 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9267 SELECT to get the message-id.
9268
9269 * mail-source.el (mail-sources): Remove webmail support.
9270 (defvar): Ditto.
9271 (mail-source-fetcher-alist): Ditto.
9272 (mail-source-fetch-webmail): Remove.
9273
9274 * webmail.el: Remove -- doesn't seem relevant any more.
9275
9276 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9277
9278 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9279 the \r.
9280
9281 2010-09-30 Julien Danjou <julien@danjou.info>
9282
9283 * gnus-agent.el (gnus-agent-add-group): Fix call to
9284 gnus-completing-read.
9285
9286 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9287
9288 * nndoc.el (nndoc-retrieve-groups): New function.
9289
9290 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9291 `default', use nnmail-split-methods.
9292 (nnimap-request-article): Downcase the NILs so that they are nil.
9293
9294 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9295 symbol.
9296
9297 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9298 code, since if the user has requested network, that's what they ought
9299 to get.
9300 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9301 (nnimap-split-rule): Mark as obsolete.
9302
9303 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9304 New variable.
9305
9306 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9307 correct slot, too.
9308
9309 2010-09-29 Julien Danjou <julien@danjou.info>
9310
9311 * gnus.el (gnus-local-domain): Declare variable obsolete.
9312
9313 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9314 Fix history computing.
9315 (gnus-ido-completing-read): Require ido.
9316
9317 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9318
9319 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9320 build Gnus.
9321
9322 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9323 when interpreting the structures.
9324 (nnimap-request-accept-article): Add \r\n to the lines to make this
9325 work with Cyrus.
9326
9327 * nndraft.el (nndraft-request-expire-articles): Use the group name
9328 instead if "nndraft". Fix found by Nils Ackermann.
9329
9330 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9331
9332 * nnregistry.el: Add.
9333
9334 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9335
9336 * nnmail.el (group, group-art-list, group-art):
9337 Remove unneeded directives.
9338
9339 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9340
9341 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9342 (mm-mime-charset):
9343 * rfc2047.el (rfc2047-syntax-table):
9344 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9345
9346 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9347 rather than `insert-file-contents' and `eval-region'.
9348
9349 2010-09-29 Julien Danjou <julien@danjou.info>
9350
9351 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9352 replacement of `gnus-gravatar-relief' to mimic
9353 `gnus-faces-properties-alist'.
9354 Add :version property.
9355
9356 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * mail-source.el (mail-source-report-new-mail):
9359 * message.el (message-default-mail-headers):
9360 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9361
9362 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9363
9364 2010-09-28 Julien Danjou <julien@danjou.info>
9365
9366 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9367 mail-address contains the same string as real-name.
9368
9369 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9370 non-blank in header, otherwise it'll get stripped.
9371
9372 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9373 real-name, and then for mail address rather than doing : or , search.
9374
9375 2010-09-27 Julien Danjou <julien@danjou.info>
9376
9377 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9378 right completing-read function.
9379 (gnus-use-ido): New variable
9380 (gnus-completing-read-with-default): Remove.
9381 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9382 (gnus-agent-add-group):
9383 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9384 * mm-view.el (mm-view-pkcs7-decrypt):
9385 * mm-util.el (mm-codepage-setup):
9386 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9387 * mml-smime.el (mml-smime-openssl-sign-query):
9388 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9389 (mml-insert-multipart):
9390 * gnus-msg.el (gnus-summary-yank-message):
9391 * gnus-int.el (gnus-start-news-server):
9392 * mm-decode.el (mm-interactively-view-part):
9393 * gnus-dired.el (gnus-dired-attach):
9394 * gnus.el (gnus-read-method):
9395 * gnus-bookmark.el (gnus-bookmark-jump):
9396 * gnus-art.el (gnus-mime-view-part-as-type)
9397 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9398 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9399 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9400 * nnmairix.el (nnmairix-create-server-and-default-group)
9401 (nnmairix-update-groups, nnmairix-get-server)
9402 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9403 (nnmairix-get-group-from-file-path):
9404 * nnrss.el (nnrss-find-rss-via-syndic8):
9405 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9406 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9407 (gnus-group-browse-foreign-server):
9408 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9409 (gnus-summary-execute-command, gnus-summary-respool-article)
9410 (gnus-read-move-group-name):
9411 * gnus-score.el (gnus-summary-increase-score)
9412 (gnus-summary-score-effect):
9413 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9414
9415 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9416
9417 * nnimap.el (auth-source-forget-user-or-password)
9418 (auth-source-user-or-password): Autoload.
9419
9420 * message.el (message-from-style, message-interactive)
9421 (message-signature): Remove comment.
9422 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9423 always.
9424 (message-sendmail-envelope-from): Comment fix.
9425 (message-yank-prefix): Default to mail-yank-prefix always.
9426 (message-indentation-spaces):
9427 Default to mail-indentation-spaces always.
9428 (message-signature-file): Default to mail-signature-file always.
9429
9430 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9431
9432 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9433 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9434 new articles.
9435
9436 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9437 parts.
9438 (nnimap-request-article): Work with the t setting, too.
9439
9440 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9441 that you don't get flashes of other buffers.
9442 (gnus-summary-show-complete-article): Intern before setting.
9443
9444 2010-09-27 David Engster <dengste@eml.cc>
9445
9446 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9447 well as HEADERS.
9448 (nnmairix-retrieve-headers): Provide new argument for the above.
9449
9450 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9451
9452 * gnus-sum.el (gnus-summary-move-article): Don't alter
9453 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9454 group.
9455
9456 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9457
9458 * message.el (message-cite-prefix-regexp): Revert my last edit.
9459
9460 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9461 variable instead of the Gnus variable.
9462
9463 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9464
9465 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9466
9467 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9468 since some servers don't like it.
9469 (nnimap-open-connection): Forget credentials if the server says the
9470 password was wrong.
9471 (nnimap-parse-line): Protect against invalid data.
9472
9473 * gnus-sum.el (gnus-summary-move-article): Add comment.
9474 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9475 nothing alters it while scanning for new messages.
9476
9477 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9478 which may or may not help.
9479 (nnimap-open-connection): If we're doing a stream connection, and then
9480 discover we're on a STARTTLS-capable server, then open a STARTTLS
9481 connection instead.
9482
9483 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9484
9485 * nnimap.el (utf7): Require.
9486
9487 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9488 prefix.
9489
9490 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9491
9492 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9493
9494 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9495
9496 * nnimap.el (nnimap-request-accept-article): Message the error on
9497 error.
9498
9499 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9500
9501 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9502
9503 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9504
9505 * nndoc.el (nndoc-request-list): Return success always.
9506
9507 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9508 `fetch-old' -- we only want to fetch the articles we've requested.
9509 The rest are in the agent, probably.
9510 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9511 disappeared server" to something low. It's not important.
9512
9513 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9514 arrived before the FETCH data.
9515
9516 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9517 target here, because we don't know the Gnus name of the group.
9518
9519 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9520 for the correct group.
9521
9522 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9523
9524 * gnus.el (gnus): Give a final warning after startup.
9525
9526 * gnus-util.el (gnus-action-message-log): New variable.
9527 (gnus-message): Use it.
9528 (gnus-final-warning): New function.
9529
9530 * nnimap.el (nnimap-open-connection): Record the greeting.
9531 (nnimap): Add greeting.
9532
9533 2010-09-26 Julien Danjou <julien@danjou.info>
9534
9535 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9536 arguments.
9537 (gnus-html-wash-images): Fix spec computing to include start/end.
9538
9539 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9540
9541 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9542
9543 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9544 deletion.
9545 (nnimap-retrieve-headers): Don't select the group, because that's
9546 already done by nnimap-possibly-change-group.
9547
9548 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9549 (gnus-picon-transform-address): Use it.
9550
9551 * mail-source.el (mail-source-value): Revert previous patch.
9552
9553 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9554 on failure.
9555 (nnimap-open-connection): Look up both virtual and physical server name
9556 credentials.
9557
9558 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9559
9560 2009-02-08 Dave Love <fx@gnu.org>
9561
9562 * gnus-win.el (gnus-window-to-buffer-helper)
9563 (gnus-all-windows-visible-p): Function needn't be a symbol.
9564
9565 * mail-source.el (mail-source-value): Function needn't be a symbol.
9566
9567 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9568
9569 * message.el (message-cite-prefix-regexp): Remove } from the cite
9570 prefix.
9571
9572 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9573 highlight again, so that the highlight is correct.
9574
9575 * gnus-picon.el (gnus-picon): Remove again.
9576 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9577
9578 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9579 doing the header highlightling, so that the background color of the
9580 picon is correct.
9581
9582 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9583 (gnus-picon): Ditto.
9584 (gnus-picon): Reinstate. The background color for picons is white.
9585 (gnus-picon-insert-glyph): Make the background white.
9586
9587 * nnml.el (nnml-open-nov): Don't return dead buffers.
9588
9589 * auth-source.el (auth-source-create): Query the user for whether to
9590 store the credentials.
9591
9592 * auth-source.el (auth-source-user-or-password): Use the existing auth
9593 sources, if any, for creation.
9594
9595 * gnus.el (gnus-group-fast-parameter): Return the last matching
9596 parameter instead of the first matching parameter.
9597
9598 2010-09-26 Julien Danjou <julien@danjou.info>
9599
9600 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9601
9602 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9603
9604 * mml2015.el (mml2015-use): Remove gpg support.
9605
9606 * mml1991.el (mml1991-function-alist): Remove gpg function.
9607 (mml1991-gpg-sign): Remove.
9608
9609 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9610
9611 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9612 (gnus-browse-unsubscribe-current-group): Document it.
9613 (gnus-browse-unsubscribe-group): Use it.
9614
9615 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9616
9617 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9618 address to the To list for easier response.
9619
9620 * gnus.el (gnus-play-startup-jingle): Remove.
9621 (gnus-splash): Don't play jingle.
9622 (gnus): Silence gnus-load message.
9623
9624 * gnus-art.el (gnus-treat-play-sounds): Remove.
9625
9626 * gnus.el (gnus-play-jingle): Remove audio support.
9627
9628 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9629
9630 * earcon.el: Remove -- no users.
9631
9632 * gnus-audio.el: Remove -- no users of this package.
9633
9634 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9635
9636 * gnus-start.el (gnus-setup-news): Remove nocem support.
9637
9638 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9639
9640 * gnus.el (gnus-use-nocem): Remove.
9641
9642 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9643 Remove.
9644
9645 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9646 uses NoCeM any more.
9647
9648 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9649 (gnus-button-ctan-handler): Ditto.
9650 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9651 (gnus-button-ctan-directory-regexp): Ditto.
9652 (gnus-button-handle-ctan): Ditto.
9653 (gnus-button-tex-level): Ditto.
9654 (gnus-button-alist): Remove CTAN stuff.
9655
9656 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9657
9658 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9659 nnimap-streaming test.
9660
9661 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9662 servers twice.
9663
9664 * nnimap.el (nnimap-open-connection): Add more error reporting when
9665 nnimap fails early.
9666
9667 * nnheader.el (nnheader-get-report-string): New function.
9668 (nnheader-get-report): Use it.
9669
9670 * gnus-int.el (gnus-check-server): Say what the error was when opening
9671 failed.
9672
9673 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9674 using streaming.
9675
9676 2010-09-25 Julien Danjou <julien@danjou.info>
9677
9678 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9679 gnus-window-inside-pixel-edges.
9680
9681 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9682
9683 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9684
9685 * mm-decode.el (mm-save-part): Allow saving to other directories the
9686 normal Emacs way.
9687
9688 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9689 Suggested by Jay Berkenbilt.
9690
9691 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9692 there isn't a single byte.
9693
9694 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9695 just do it. It doesn't really seem to matter what the user responds
9696 here, I think, so it's just a confusing question.
9697
9698 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9699 non-streaming case.
9700
9701 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9702 (gnus-article-encrypt-body): Use it.
9703
9704 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9705 keystroke.
9706
9707 * nnimap.el (nnimap-find-wanted-parts-1):
9708 Use gnus-fetch-partial-articles.
9709
9710 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9711
9712 * nnimap.el (nnimap-insert-partial-structure): New function.
9713 (nnimap-get-partial-article): New function.
9714 (nnimap-request-article): Use it.
9715 (nnimap-wait-for-response): Return whether the wait was successful.
9716 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9717 retrieval wasn't successful.
9718 (nnimap-retrieve-group-data-early): Allow throttling servers.
9719 (nnimap-streaming): New variable.
9720 (nnimap-fetch-partial-articles): Remove.
9721
9722 * mm-decode.el (mm-with-part): Protect against killed buffers.
9723
9724 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9725 for prettier summary display.
9726
9727 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9728
9729 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9730
9731 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9732
9733 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9734 apparently third-party libraries depend on it.
9735
9736 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9737 before starting negotiation.
9738
9739 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9740 privacy reasons.
9741 (gnus-treat-mail-gravatar): Ditto.
9742
9743 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9744 buffer when inserting images. Inserting text into the headers, for
9745 instance, can make them invalid.
9746
9747 2010-09-25 Julien Danjou <julien@danjou.info>
9748
9749 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9750 variables.
9751
9752 * nnheader.el: Remove useless variables news-reply-yank-from and
9753 news-reply-yank-message-id.
9754
9755 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9756 variables.
9757
9758 * mml1991.el: Remove useless mml1991-verbose.
9759
9760 * gnus.el: Remove useless variable gnus-use-generic-from.
9761 Remove obsolete variable gnus-topic-indentation.
9762
9763 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9764
9765 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9766
9767 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9768
9769 * gnus-group.el: Remove useless gnus-group-icon-cache.
9770 Remove useless gnus-ephemeral-group-server.
9771
9772 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9773
9774 * mml2015.el: Remove useless mml2015-verbose.
9775
9776 * mml-smime.el: Remove useless mml-smime-verbose.
9777
9778 * gnus.el: Remove useless gnus-local-domain.
9779
9780 * gnus-gravatar.el (gnus-gravatar-transform-address):
9781 Use gnus-gravatar-size.
9782
9783 * gnus-art.el: Remove useless gnus-treat-translate.
9784
9785 2010-09-24 Julien Danjou <julien@danjou.info>
9786
9787 * gnus-sum.el: Add support for Gravatars.
9788
9789 * gnus-art.el: Add support for Gravatars.
9790
9791 * gnus-gravatar.el: Add this file.
9792
9793 * gravatar.el: Add this file.
9794
9795 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9796
9797 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9798
9799 * gnus-group.el (gnus-group-fetch-faq): Remove.
9800
9801 * gnus.el (gnus-group-faq-directory): Remove.
9802
9803 * gnus-group.el (gnus-group-fetch-charter): Remove.
9804
9805 * gnus.el (gnus-group-charter-alist): Remove.
9806
9807 * gnus-group.el (gnus-group-archive-directory): Remove.
9808 (gnus-group-recent-archive-directory): Ditto.
9809 (gnus-group-make-archive-group): Remove.
9810
9811 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9812
9813 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9814 use the same article number for all the cached articles.
9815
9816 * nnimap.el (nnimap-command): Register the last command time so
9817 that we can use it for idling NOOPs.
9818 (nnimap-open-connection): Start the keeplive timer.
9819 (nnimap-make-process-buffer): Store all the process buffers.
9820 (nnimap-keepalive): New function.
9821
9822 * starttls.el (starttls-open-stream): Add autoload cookie.
9823
9824 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9825
9826 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9827 handling.
9828
9829 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9830
9831 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9832 its data structures.
9833
9834 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9835 instead of the cl.el copy-list.
9836 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9837 equalp.
9838
9839 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9840
9841 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9842 and tool-bar-local-item-from-menu.
9843
9844 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9845 mode-line-highlight face for Emacs.
9846
9847 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9848 loading gnus-sum.elc; fix comment for canlock-verify.
9849 (gnus-article-jump-to-part): Use read-number.
9850 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9851 Remove Emacs pre-21 compatible code for help-echo.
9852 (gnus-article-next-page-1): No need to adjust the number of lines.
9853 (gnus-article-describe-bindings): Always use help-buffer.
9854
9855 * gnus-audio.el (gnus-audio-inline-sound):
9856 * gnus-cus.el (gnus-custom-mode):
9857 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9858
9859 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9860
9861 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9862 compatible code.
9863
9864 2010-09-24 Glenn Morris <rgm@gnu.org>
9865
9866 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9867 visiting the fcc file in rmail-mode.
9868
9869 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9870
9871 * nnir.el: Silence the byte compiler.
9872
9873 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9874 alias to browse-url-url-encode-chars if any.
9875 (gnus-html-encode-url): Use it.
9876
9877 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9878
9879 * gnus-start.el (gnus-use-backend-marks): New variable.
9880 (gnus-get-unread-articles-in-group): Use it.
9881
9882 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9883 makeover.
9884
9885 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9886
9887 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9888
9889 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9890
9891 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9892 Remove.
9893 (gnus-setup-news-hook):
9894 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9895
9896 * gnus-int.el (gnus-request-update-info): Protect against backends not
9897 having the function.
9898
9899 * nnimap.el (nnimap-stream): Mention STARTTLS.
9900 (nnimap-open-connection): Add STARTTLS support.
9901
9902 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9903
9904 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9905
9906 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9907
9908 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9909 BODYSTRUCTUREs.
9910 (nnimap-transform-headers): Unfold quoted {42} headers.
9911
9912 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9913 the info.
9914 (gnus-get-unread-articles): Only call updatep on backends that support
9915 it.
9916
9917 * nnweb.el (nnweb-request-update-info): NOOP.
9918
9919 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9920
9921 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9922 since it only deals with marks.
9923
9924 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9925 gnus-request-marks, and make a new gnus-request-update-info.
9926
9927 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9928 the active instead of the high number, which is usually too low.
9929
9930 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9931
9932 * encrypt.el: Remove.
9933
9934 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9935
9936 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9937 server in symbolic form.
9938
9939 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9940
9941 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9942
9943 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9944 (nnimap-update-info): Fix up code slightly.
9945
9946 * gnus-int.el (gnus-open-server): Add tracing for performance
9947 debugging.
9948
9949 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9950 (gnus-group-insert-group-line): Pass the real group name so that it
9951 gets the right data.
9952
9953 * gnus-start.el (gnus-get-unread-articles): Don't have
9954 `gnus-get-unread-articles-in-group' update info, since that can be
9955 really slow and doesn't seem to be needed?
9956
9957 2010-09-22 Julien Danjou <julien@danjou.info>
9958
9959 * gnus-group.el (gnus-group-insert-group-line):
9960 Call gnus-group-highlight-line.
9961 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9962 default hook list.
9963 (gnus-group-update-eval-form): Add new function.
9964 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9965 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9966
9967 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9968
9969 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9970 immediate, then expire all articles.
9971 (nnimap-update-info): Fix off-by-one errors.
9972 (nnimap-flags-to-marks): Would return no marks lists for group with no
9973 flags. Instead return the other data.
9974
9975 2010-09-22 Julien Danjou <julien@danjou.info>
9976
9977 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9978 Only return an icon.
9979 (gnus-group-insert-group-line): Compute icon to return.
9980
9981 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9982 (gnus-html-image-fetched): Only cache if
9983 gnus-html-image-automatic-caching is set.
9984 (gnus-html-image-fetched): Check for errors.
9985
9986 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9987
9988 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9989 once per method on `g'. This ensures that backends like nnfolder don't
9990 open all their folders.
9991
9992 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9993 (nnimap-request-list): Nix out group in the correct buffer.
9994 (nnimap-parse-flags): Implement by using `read' instead of
9995 hand-parsing.
9996 (nnimap-flags-to-marks): Pass on permanent-flags.
9997 (nnimap-make-process-buffer): Record the server name.
9998 (nnimap-parse-flags): Fix typo.
9999 (nnimap-request-scan): Run split on the server in general, not just a
10000 single group.
10001
10002 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10003 parameter, and propagate this downwards.
10004
10005 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10006 since EXAMINE changes it on the server.
10007
10008 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10009 this command might take a while.
10010
10011 2010-09-22 Julien Danjou <julien@danjou.info>
10012
10013 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10014 harmful if you have 2 images side-by-side, they can't be properly
10015 update on text deletion. Using text-property is safer here.
10016 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10017 data.
10018
10019 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10020
10021 * nnimap.el (nnimap-expunge-inbox): Remove.
10022 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10023 (nnimap-expunge): Flip default to t.
10024
10025 * gnus.el (gnus-method-to-server): Don't push things to the cache
10026 unless it's unique.
10027 (gnus-server-to-method): Ditto.
10028
10029 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10030
10031 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10032
10033 2010-09-22 Julien Danjou <julien@danjou.info>
10034
10035 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10036 get the start of data.
10037 (gnus-html-encode-url): Add this function to encode special chars in
10038 URL.
10039 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10040 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10041
10042 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10043 default.
10044 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10045
10046 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10047 images alt-text.
10048 (gnus-html-put-image): Put alt-text as help-echo.
10049
10050 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10051
10052 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10053 * mm-util.el (mm-decompress-buffer):
10054 * nnir.el (nnir-run-find-grep):
10055 * pop3.el (pop3-list): Use 3rd arg of split-string.
10056
10057 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10058
10059 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10060 outside the active range. Suggested by Dan Christensen.
10061
10062 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10063 slightly later to avoid double-getting it.
10064
10065 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10066 previous patch.
10067
10068 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10069
10070 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10071
10072 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10073
10074 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10075
10076 * gnus-int.el (gnus-open-server): Give a better error message in the
10077 "go offline" case.
10078
10079 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10080 marks for nnimap, which is seldom the right thing to do.
10081
10082 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10083 (gnus-same-method-different-name): New function.
10084
10085 * nnimap.el (parse-time): Require.
10086
10087 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10088 method in the presence of many similar methods.
10089
10090 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10091
10092 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10093 nnml-inhibit-expiry.
10094
10095 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10096 find out whether methods are equal.
10097
10098 * nnimap.el (nnimap-find-expired-articles): New function.
10099 (nnimap-process-expiry-targets): New function.
10100 (nnimap-request-move-article): Request the article before looking at
10101 what the Message-ID is. Fix found by Andrew Cohen.
10102 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10103
10104 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10105 for oldness in addition to being a predicate.
10106
10107 * nnimap.el (nnimap-request-group): When we have zero articles, return
10108 the right data to Gnus.
10109 (nnimap-request-expire-articles): Only delete articles immediately if
10110 the target is 'delete.
10111
10112 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10113 method, this would bug out.
10114
10115 * gnus-group.el (gnus-group-expunge-group): Rename from
10116 gnus-group-nnimap-expunge, and implemented as a normal interface
10117 function.
10118
10119 * gnus-int.el (gnus-request-expunge-group): New function.
10120
10121 * nnimap.el (nnimap-request-create-group): Implement.
10122 (nnimap-request-expunge-group): New function.
10123
10124 2010-09-21 Julien Danjou <julien@danjou.info>
10125
10126 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10127 (gnus-html-cache-expired): Add new function.
10128 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10129 wethever we should display image for fetch it.
10130 Compute alt-text earlier to pass it to the fetching function too.
10131 (gnus-html-schedule-image-fetching): Change function argument to only
10132 get one image at a time, not a list.
10133 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10134 cache.
10135 (gnus-html-get-image-data): New function to retrieve image data from
10136 cache.
10137 (gnus-html-put-image): Change buffer argument to use image data rather
10138 than file, and place image above region rather than inserting a new
10139 one. Do not take alt-text as argument, since it's useless now: we place
10140 the image above alt-text.
10141 (gnus-html-prune-cache): Remove.
10142 (gnus-html-show-images): Start to fetch image when we find one, do not
10143 push into a temporary list.
10144 (gnus-html-prefetch-images): Only fetch image if they have expired.
10145 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10146 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10147
10148 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10149
10150 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10151
10152 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10153
10154 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10155 spec inser "*" if the group isn't active instead of 0.
10156
10157 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10158 opening the server.
10159 (nnimap-request-delete-group): Implement group deletion.
10160 (nnimap-transform-headers): Return the size of the entire message in
10161 the Bytes header, not just the size of the first part.
10162 (nnimap-request-move-article): When moving an article from nnimap,
10163 request the article first so the accepting form has an article to
10164 accept. Reported by Dan Christensen.
10165 (nnimap-command): Make sure that the error message doesn't error out.
10166
10167 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10168
10169 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10170 we haven't requested anything.
10171
10172 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10173
10174 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10175 "". Fix found by Andrew Cohen.
10176
10177 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10178 instead of -encode-string.
10179
10180 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10181
10182 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10183
10184 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10185 by mm-subst-char-in-string.
10186
10187 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10188
10189 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10190 waiting for the connection string.
10191
10192 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10193 arriving.
10194
10195 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10196 bogus characters. This allows selecting certain Gmail groups.
10197
10198 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10199 (nnimap-fetch-partial-articles): New variable.
10200 (nnimap-open-connection): When looking for credentials, also use the
10201 nnimap-server-port.
10202 (nnimap-request-article): Return the group/article number, so that Gnus
10203 `^' works as expected.
10204 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10205
10206 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10207 comments.
10208 (gnus-methods-sloppily-equal): New function.
10209 (gnus): When using the development version of Gnus, load the gnus-load
10210 file.
10211
10212 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10213 `gnus-open-server' on each method before trying to scan them etc.
10214 This ensures that all the backend parameters are set correctly.
10215
10216 * nnimap.el (nnimap-authenticator): New variable.
10217 (nnimap-open-connection): Allow anonymous login.
10218 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10219 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10220
10221 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10222 patch, found by Knut Anders Hatlen.
10223
10224 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10225
10226 * gnus-agent.el (gnus-agent-batch-confirmation)
10227 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10228 to gnus-message.
10229 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10230 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10231 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10232 * gnus-int.el (gnus-open-server): Likewise.
10233 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10234 (gnus-score-check-syntax): Likewise.
10235 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10236 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10237 Likewise.
10238 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10239
10240 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10241
10242 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10243 calling conventions so that prefetch doesn't bug out.
10244
10245 2010-09-19 Julien Danjou <julien@danjou.info>
10246
10247 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10248 rather than `subst-char-in-region' in order to be able to replace ASCII
10249 char by UTF-8 ones.
10250
10251 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10252 than curl.
10253 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10254 the right URL and ALT text on images.
10255 (gnus-html-wash-tags): Fix tag case.
10256 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10257 (gnus-article-html): Add -o display_ins_del=2 option.
10258 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10259
10260 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10261
10262 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10263 the extra mail headers, which sometimes seem to happen for unknown
10264 reasons.
10265
10266 * mail-parse.el (mail-header-encode-parameter): Define as
10267 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10268 (or most, perhaps?) mail readers don't understand the latter, but do
10269 understand the former.
10270
10271 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10272 to nil, so that no methods are automatically agentized. I think this
10273 is probably what most users want.
10274
10275 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10276 from url-retrieve, for instance about invalid URLs.
10277
10278 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10279 groups that have no articles.
10280 (nnimap-request-article): Check that we really got an article when we
10281 requested one.
10282
10283 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10284 doesn't exist.
10285
10286 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10287 nntp buffer so the agent can save it.
10288 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10289 that CRLF doesn't get translated to \n.
10290 (nnimap-open-connection): Don't make 'shell commands only send \n.
10291
10292 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10295 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10296 Update var name.
10297 (nnml-generate-nov-file): Use dolist.
10298 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10299 Use with-current-buffer.
10300
10301 2010-09-18 Julien Danjou <julien@danjou.info>
10302
10303 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10304 parallel.
10305
10306 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10307
10308 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10309 the range update right.
10310 (nnimap-request-group): Don't make `M-g' bug out on group with no
10311 marks.
10312 (nnoo): Require, so that other packages can require nnimap.
10313 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10314 command we're looking for. This helps when the server sends more
10315 responses after we've gotten everything we expected.
10316 (nnimap): Add a `newlinep' field to keep track of end-of-line
10317 conventions.
10318 Don't send CRLF to things that don't want it.
10319 (nnimap-request-accept-article): Ditto.
10320
10321 2010-09-18 Julien Danjou <julien@danjou.info>
10322
10323 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10324 than curl to retrieve images.
10325
10326 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10327
10328 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10329 the marks.
10330 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10331 (nnimap-wait-for-connection): New function.
10332 (nnimap-open-connection): If we have PREAUTH, don't query for login
10333 credentials.
10334 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10335 when doing a partial update.
10336
10337 2010-09-18 Julien Danjou <julien@danjou.info>
10338
10339 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10340 tags.
10341
10342 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10343
10344 * nnimap.el (nnimap-credentials): New function.
10345 (nnimap-open-connection): Use the new function to look for credentials
10346 also on the numeric equivalents of "imap" and "imaps".
10347
10348 * gnus-start.el (gnus-activate-group): Send the info to
10349 gnus-request-group.
10350
10351 * nnimap.el (nnimap-request-group): Have the "check" version of the
10352 function parse flags and update the info, so that a `M-g' get a total
10353 resync of all flags from the group.
10354
10355 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10356 to allow backends to alter the info on group selection. Also alter all
10357 the backend -request-group functions to take the parameter.
10358
10359 * nnimap.el (nnimap-store-info): New function.
10360 (nnimap-update-info): Store the info for later usage.
10361 (nnimap-request-group): Use the stored info for the dont-check case, so
10362 that we don't retrieve all marks when we enter a group.
10363
10364 * nnimap.el: Use deffoo instead of defun for interface functions.
10365
10366 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10367 update the group info. This makes the nndraft groups, for instance, go
10368 back to their old behavior.
10369
10370 * gnus-sum.el (gnus-select-newsgroup): Indent.
10371
10372 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10373 in.
10374 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10375 nothing.
10376
10377 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10378 from methods that are denied.
10379
10380 * gnus-int.el (gnus-method-denied-p): New function.
10381
10382 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10383 store the password instead of netrc.
10384 (nnimap-open-connection): Don't error out when we can't make a
10385 connections.
10386
10387 * auth-source.el (auth-source-create): In the password prompt, say what
10388 we're querying for. Also prompt for user name if that hasn't been
10389 given.
10390
10391 * nnimap.el (nnimap-with-process-buffer): Remove.
10392
10393 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10394
10395 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10396 method when we're reading from the agent.
10397
10398 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10399
10400 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10401 that's probably most useful for users.
10402
10403 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10404 "failed" all the time.
10405
10406 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10407 ...)) with (with-current-buffer ...).
10408
10409 * nntp.el (nntp-open-server): Return whether the open was successful or
10410 not.
10411
10412 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10413 select an unread unseen article first.
10414
10415 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10416 /etc/services, supply some sensible port defaults.
10417
10418 2010-09-17 Julien Danjou <julien@danjou.info>
10419
10420 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10421
10422 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10423
10424 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10425 doesn't have any parameters.
10426
10427 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10428
10429 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10430 only upcased checks.
10431
10432 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10433
10434 * nnimap.el (nnimap-open-shell-stream): New function.
10435 (nnimap-open-connection): Use it.
10436 (nnimap-transform-headers): Get the number of lines in each message.
10437 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10438 number of lines.
10439 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10440 problem.
10441
10442 * utf7.el (utf7-encode): Autoload.
10443
10444 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10445 to allow the mail splitting to not return a default group. This is
10446 useful for nnimap, which will leave unmatched mail in the inbox.
10447
10448 * nnimap.el: Rewritten.
10449
10450 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10451 nnimap usage.
10452
10453 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10454 if the move is internal, so that nnimap can do fast internal moves.
10455
10456 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10457 data.
10458 (gnus-read-active-for-groups): Support finishing the early retrieval of
10459 data.
10460
10461 * gnus-range.el (gnus-range-nconcat): New function.
10462
10463 * gnus-int.el (gnus-finish-retrieve-group-infos)
10464 (gnus-retrieve-group-data-early): New functions.
10465
10466 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10469 (nnrss-retrieve-groups):
10470 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10471 (pop3-quit): Use with-current-buffer.
10472
10473 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10474
10475 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10476 instead of nnheader-accept-process-output.
10477
10478 * gnus-html.el (gnus-html-schedule-image-fetching)
10479 (gnus-html-prefetch-images): Replace process-kill-without-query by
10480 gnus-set-process-query-on-exit-flag.
10481
10482 2010-09-16 Romain Francoise <romain@orebokech.com>
10483
10484 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10485
10486 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10487
10488 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10489 parameter to unintern is mandatory-ish in Emacs 24.
10490
10491 * gnus-html.el (gnus-html-schedule-image-fetching)
10492 (gnus-html-prefetch-images): Check for curl before using it.
10493
10494 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10495 depend on curl, which isn't essential.
10496
10497 * imap.el: Revert back to version
10498 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10499 seem problematic.
10500
10501 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10502
10503 * gnus-registry.el (gnus-registry-install-shortcuts):
10504 Explicitly pass `obarray' to `unintern' to avoid a warning.
10505
10506 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10507
10508 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10509 change.
10510
10511 * nnrss.el (nnrss-request-list): Remove this function and related
10512 functions, including the moreover stuff.
10513
10514 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10515
10516 * nnrss.el (nnrss-retrieve-groups): New function.
10517
10518 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10519
10520 * .dir-locals.el: Add no-byte-compile cookie.
10521
10522 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10523
10524 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10525 for back end that doesn't support request-scan.
10526
10527 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10528
10529 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10530 then do request scans from the backends.
10531
10532 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10533 avoid running a hook per line, since this takes a lot of time,
10534 profiling shows.
10535 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10536 directly if gnus-visual-p is true.
10537
10538 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10539
10540 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10541 groups; replace mapcar with dolist which is a bit faster; pass groups
10542 info to gnus-read-active-file-1.
10543 (gnus-read-active-file-1): Scan only specified groups if the new
10544 optional arg `infos' is given.
10545
10546 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10547
10548 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10549
10550 * pop3.el (pop3-movemail): Remove.
10551 (pop3-streaming-movemail): Rename to pop3-movemail.
10552
10553 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10554 don't restrict end-tag searches to the end of the line.
10555
10556 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10557
10558 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10559 articles of every unchecked group to t, which means unknown since the
10560 server has never been opened.
10561
10562 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10563
10564 * gnus-html.el (gnus-html-show-alt-text): New command.
10565 (gnus-html-browse-image): Ditto.
10566 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10567 to browse the image directly.
10568 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10569 better.
10570
10571 * gnus-async.el (gnus-async-article-callback):
10572 Call `gnus-html-prefetch-images' unconditionally.
10573
10574 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10575 before feeding URLs to curl.
10576
10577 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10578
10579 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10580 internal images as deletable by `W D D'.
10581
10582 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10583 (gnus-async-article-callback): Fix typo.
10584
10585 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10586
10587 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10588 current line to work around bugs in the output from w3m.
10589
10590 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10591 for groups that want that.
10592
10593 * nntp.el (nntp-wait-for-string): Supply a timeout for
10594 accept-process-output to ensure progress.
10595
10596 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10597 level to get unread articles from, then use that for foreign groups,
10598 too.
10599
10600 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10601 confuses the rest of the function.
10602
10603 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10604 for the methods that support -retrieve-groups, too.
10605
10606 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10607
10608 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10609
10610 * pop3.el: Require cl when compiling.
10611 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10612
10613 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10614
10615 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10616 that aren't going to be activated.
10617 (gnus-get-unread-articles): Fix up the last commit.
10618
10619 * gnus-html.el (gnus-article-html): Allow calling without specifying
10620 the handle. In that case, dissect the buffer first.
10621
10622 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10623
10624 * nnimap.el (nnimap-open-connection): Revert the change that would look
10625 into authinfo for imaps instead of imap.
10626
10627 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10628 say that you don't want to call gnus-request-group with don-check, but
10629 do check the response. This is for virtual groups only.
10630 (gnus-get-unread-articles): Count the archive groups as secondary, so
10631 that they're activated the same way as before.
10632
10633 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10634 case-insensitively.
10635 (nnimap-debug): Remove.
10636
10637 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10638 mail from a file, and the file doesn't exist.
10639
10640 * pop3.el (pop3-streaming-movemail): Return t for success.
10641
10642 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10643 .authinfo if we're using ssl connection.
10644
10645 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10646 already have if we're in a main Gnus `g' run.
10647
10648 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10649
10650 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10651
10652 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10653
10654 * nnmh.el (nnmh-request-list-1): Bind `file'.
10655
10656 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10657 alias to set-process-query-on-exit-flag or process-kill-without-query.
10658 (pop3-open-server): Use it.
10659
10660 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10661
10662 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10663 box to the Incoming file. Fixes mistake in previous checkin.
10664
10665 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10666 request loop (for debugging purposes) removed.
10667
10668 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10669 culprit is more visible.
10670 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10671 (nnml-add-incremental-nov): New functions to do "incremental" nov
10672 updates, where we just append to the end of the existing nov files
10673 without reading/writing them in full.
10674
10675 * mail-source.el (mail-source-delete-crash-box): Really only check the
10676 incoming files once in a while.
10677
10678 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10679
10680 * mail-source.el (mail-source-delete-crash-box): Only check the
10681 incoming files for deletion once per day to save a lot of file
10682 accesses.
10683
10684 * pop3.el (pop3-logon): Fix up unbound variable typo.
10685
10686 * mail-source.el (pop3-streaming-movemail): Autoload.
10687
10688 * pop3.el (pop3-streaming-movemail):
10689 Respect pop3-leave-mail-on-server.
10690
10691 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10692 retrieval.
10693
10694 * pop3.el (pop3-process-filter): Remove unused function.
10695 (pop3-streaming-movemail, pop3-send-streaming-command)
10696 (pop3-wait-for-messages, pop3-write-to-file)
10697 (pop3-number-of-responses): New functions for streaming pop3
10698 retrieval.
10699
10700 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10701 come from no known methods.
10702 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10703 list.
10704
10705 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10706 message sizes.
10707 (pop3-movemail): Use erase-buffer instead of looping and deleting
10708 regions, which seems rather odd.
10709
10710 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10711 file once per `g' run.
10712
10713 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10714 directories. This makes the draft queue directory work.
10715
10716 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10717 data from the backends, so that we only request the list of groups from
10718 each method once. This should speed things up considerably.
10719
10720 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10721 detect that it's not implemented.
10722
10723 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10724 we actually do recurse down into the tree, but don't stat all leaf
10725 nodes.
10726
10727 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10728 then say so instead of bugging out.
10729
10730 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10731 files exist before trying to read them.
10732
10733 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10734 around <pre_int>.
10735
10736 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10737
10738 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10739
10740 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10741
10742 * mm-util.el (mm-image-load-path): Just return the image directories,
10743 not all directories in the path in addition to the image directories.
10744 (mm-image-load-path): Maintain a cache of the image directories so that
10745 the `g' command in Gnus doesn't have to stat dozens of directories each
10746 time.
10747
10748 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10749 (gnus-html-wash-tags): Add a new `i' command to insert images.
10750 (gnus-html-insert-image): New command and keystroke.
10751 (gnus-html-redisplay-with-images): New command and keystroke.
10752 (gnus-html-show-images): Rename command.
10753 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10754 spacers.
10755 (gnus-html-wash-tags): Decode entities at the end, so that entities
10756 inside the tags don't mess up the rest of the "parsing".
10757
10758 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10759 so that nnimap methods aren't agentized by default. There's apparently
10760 many problems related to agent/imap behavior.
10761
10762 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10763
10764 * gnus-html.el: Doc fix.
10765
10766 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10767
10768 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10769 glyph-width and glyph-height instead of display-graphic-p and
10770 image-size; make avoidance of displaying small images work for XEmacs.
10771
10772 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10773 for XEmacs.
10774
10775 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10776 of symbol that holds plist data.
10777 (gnus-process-plist): Remove plist of process after getting it.
10778
10779 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10780
10781 * message.el (message-generate-hashcash): Change default to
10782 'opportunistic if hashcash is installed.
10783
10784 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10785 (gnus-html-put-image): Only call image-size once, since it's somewhat
10786 time-consuming on remote X servers.
10787
10788 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10789
10790 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10791 decoded contents.
10792 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10793
10794 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10795
10796 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10797 group line format, since it isn't very interesting.
10798
10799 * gnus-agent.el (gnus-agent-short-article),
10800 (gnus-agent-long-article): Increase values for these two variables,
10801 since most people are likely to have more network connection and
10802 storage than before.
10803
10804 * gnus.el (gnus-refer-article-method): Change default to 'current.
10805 When referring an article, the common behavior is to refer it from the
10806 current select method, not the native select method. The chances of
10807 the native select method having the message in question is rather slim
10808 these days.
10809
10810 * gnus-sum.el (gnus-auto-select-subject): Change default to
10811 `unseen-or-unread'. I think it's likely that most people want to
10812 select an unseen article over a previously seen, but unread one.
10813
10814 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10815 means that in the article buffer none of the minor mode elements will
10816 be shown, usually, and this is not desirable in most cases.
10817
10818 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10819 that commands like `d' (and the like) go to the next line in the
10820 buffer, instead of the next unread article. I think this is the
10821 behavior that is most natural for most users.
10822 (gnus-single-article-buffer): Change default to nil, so that people can
10823 have as many article buffers open as they have summary buffer. I think
10824 this is the most natural way for the groups to behave.
10825
10826 * message.el (message-generate-new-buffers): Change default to
10827 `unsent', so that all new message buffers start their names with the
10828 string "*unsent", and it's easier to find the buffers if you move from
10829 them.
10830
10831 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10832
10833 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10834 small. They're probably tracking images.
10835 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10836 (gnus-html-rescale-image): Yet another try at getting the image sizing
10837 right.
10838
10839 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10840 nntp-marks-file-name is nil.
10841
10842 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10843
10844 * gnus-html.el (gnus-html-wash-tags)
10845 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10846 Better logging.
10847
10848 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10849
10850 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10851
10852 * gnus-html.el (gnus-html-wash-tags): Check the value of
10853 gnus-blocked-images in the summary buffer.
10854
10855 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10856
10857 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10858
10859 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10860
10861 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10862 like "a", it seems like.
10863 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10864 since it needs to be picked from the correct buffer.
10865
10866 * nnwfm.el: Remove.
10867
10868 * nnlistserv.el: Remove.
10869
10870 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10871
10872 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10873 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10874
10875 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10876
10877 * nnkiboze.el: Remove.
10878
10879 * nndb.el: Remove.
10880
10881 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10882 alt text.
10883 (gnus-html-rescale-image): Try to get the rescaling logic right for
10884 images that are just wide and not tall.
10885
10886 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10887 overshadow variable bindings.
10888
10889 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10890
10891 * gnus-html.el (gnus-html-wash-tags)
10892 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10893 Add extra logging.
10894
10895 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10896
10897 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10898 (gnus-max-image-proportion): New variable.
10899 (gnus-html-rescale-image): New function.
10900 (gnus-html-put-image): Rescale images.
10901
10902 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 Fix up some byte-compiler warnings.
10905 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10906 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10907 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10908 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10909 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10910 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10911 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10912
10913 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10914
10915 * gnus-html.el (gnus-article-html): Decode contents by charset.
10916
10917 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10918
10919 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10920 (gnus-html-frame-width, gnus-blocked-images):
10921 * message.el (message-prune-recipient-rules): Add custom version.
10922 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10923
10924 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10925 functions.
10926
10927 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10928 gnus-process-get.
10929
10930 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10931
10932 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10933 instead of lsub directly.
10934
10935 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10936
10937 * nnwarchive.el: Remove.
10938
10939 * gnus-soup.el: Remove.
10940
10941 * nnsoup.el: Remove.
10942
10943 * nnultimate.el: Remove.
10944
10945 * gnus-html.el (gnus-blocked-images): New variable.
10946
10947 * message.el (message-prune-recipients): New function.
10948 (message-prune-recipient-rules): New variable.
10949
10950 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10951 guess whether a long line is natural text or not.
10952
10953 * gnus-html.el (gnus-html-schedule-image-fetching):
10954 Use gnus-process-plist and friends for compatibility.
10955
10956 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * gnus-html.el: Require packages that define macros used in this file.
10959 (gnus-article-mouse-face): Declare to silence byte-compiler.
10960 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10961 process-get.
10962 (gnus-html-put-image): Use plist-get to avoid getf.
10963 (gnus-html-prefetch-images): Use with-current-buffer.
10964
10965 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10966
10967 * gnus-ems.el: Provide compatibility functions for
10968 gnus-set-process-plist.
10969
10970 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10971 * gnus.el (gnus-valid-select-methods):
10972 * message.el (message-send-mail-partially-limit):
10973 * mm-decode.el (mm-text-html-renderer):
10974 * mml.el (mml-insert-mime-headers-always):
10975 * smiley.el (smiley-regexp-alist): Bump custom version.
10976
10977 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10978
10979 * gnus-html.el: Require mm-url.
10980 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10981 with the url to `url'.
10982 (gnus-html-wash-tags): Support cid: URLs/images.
10983
10984 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10985
10986 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10987 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10988 bindings, as they aren't useful at all. `w' is moved to `W w'.
10989
10990 * gnus-move.el: Remove file, since it doesn't really work.
10991
10992 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10993 UTF-8. This seems to fix problems with some German web feeds.
10994
10995 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10996 at the top so that the proper colors are applied.
10997
10998 * gnus-art.el (gnus-article-view-part): Doc fix.
10999
11000 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11001 XEmacs-compatible.
11002 (gnus-html-put-image): Don't do images on non-graphic displays.
11003
11004 * nnslashdot.el: Remove this unused backend.
11005
11006 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11007 actions.
11008 (gnus-undo-register-1): Revert last change.
11009
11010 * gnus-group.el (gnus-group-completing-read): Protect against not
11011 having completion-styles bound.
11012
11013 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11014 make broken recipients happier.
11015
11016 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11017
11018 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11019 point parameter.
11020
11021 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11022 completion-styles for group selection.
11023
11024 2009-02-04 Andreas Schwab <schwab@suse.de>
11025
11026 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11027 headers and regexp-quote the match if necessary.
11028
11029 2009-03-24 Miles Bader <miles@gnu.org>
11030
11031 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11032 the blinking smiley.
11033
11034 2009-03-24 Simon Josefsson <simon@josefsson.org>
11035
11036 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11037 blink smiley.
11038
11039 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11040
11041 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11042 where the dribbel file lives exists.
11043
11044 * message.el (message-send-mail-partially-limit): Change the default to
11045 nil, since most people don't want this.
11046
11047 * mm-url.el (mm-url-decode-entities): Also decode entities like
11048 &#x3212.
11049
11050 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11051
11052 * gnus-sum.el (gnus-summary-idna-message):
11053 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11054 Hyperlink urls in docstrings with URL `...'.
11055
11056 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11057
11058 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11059 functions.
11060
11061 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11062
11063 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11064 say what the mouseover text should be.
11065
11066 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11067 version of the mm-w3m-safe-url-regexp variable to only download images
11068 in the groups where we want that to happen.
11069
11070 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11071
11072 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11073 easier debugging.
11074 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11075 big pictures in the article buffer.
11076
11077 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11078 gnus-article-html.
11079 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11080 w3m.
11081
11082 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11083
11084 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11085
11086 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11087 which doesn't exist.
11088
11089 * message.el (message-inhibit-ecomplete): New variable to allow some
11090 function to inhibit ecomplete address storage.
11091 (message-resend): Disable ecomplete message storage when resending
11092 messages.
11093
11094 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11095
11096 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11097
11098 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11099 Save excursion while copying, moving, and deleting articles in order to
11100 prevent the cursor from jumping to unforeseen place.
11101
11102 2010-08-17 Glenn Morris <rgm@gnu.org>
11103
11104 * gnus-sync.el: Require gnus components whose functions are used.
11105
11106 * gnus-art.el (bookmark-make-record-function):
11107 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11108 Declare for compiler.
11109
11110 * mm-url.el (mml-compute-boundary): Autoload.
11111
11112 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11113
11114 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11115
11116 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11117
11118 Typo fix "hoo4a" -> "hook".
11119
11120 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11121
11122 2010-08-14 Glenn Morris <rgm@gnu.org>
11123
11124 * gnus-sync.el (gnus-sync): Fix defgroup version.
11125
11126 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11127
11128 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11129
11130 * gnus-sync.el: Fix docs.
11131 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11132 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11133
11134 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11135
11136 Optimizations for gnus-sync.el.
11137
11138 * gnus-sync.el: Add docs about gnus-sync-backend
11139 possibilities.
11140 (gnus-sync-save): Remove unnecessary message.
11141 (gnus-sync-read): Optimize and show what groups were skipped.
11142
11143 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11144
11145 Minor bug fixes for gnus-sync.el.
11146
11147 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11148 Don't read the sync on get-new-news.
11149
11150 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11151 quiet.
11152
11153 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11154 (fix typo).
11155
11156 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11157
11158 Make saving and restoring of hidden threads work with overlays.
11159 Patch applied by Ted Zlatanov.
11160
11161 * gnus-sum.el (gnus-hidden-threads-configuration)
11162 (gnus-restore-hidden-threads-configuration): Update to deal with text
11163 properties, rather than searching for a magic character.
11164
11165 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11166
11167 New gnus-sync.el library for synchronization of marks.
11168
11169 * gnus-sync.el: New library for synchronization of marks.
11170
11171 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11172 renamed from `gnus-registry-grep-in-list'.
11173
11174 * gnus-registry.el (gnus-registry-follow-group-p):
11175 Use `gnus-grep-in-list'.
11176
11177 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11178
11179 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11180
11181 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11182 determining charset of text fails.
11183
11184 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11185
11186 * nnmail.el (nnmail-get-new-mail-1): Revert.
11187
11188 * nnml.el (nnml-active-number): Make sure names of newly created groups
11189 in nnml-group-alist are encoded.
11190
11191 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11192
11193 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11194 containing non-ASCII characters in active file for nnml back end.
11195
11196 2010-07-24 David Engster <dengste@eml.cc>
11197
11198 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11199 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11200
11201 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11202
11203 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11204 tag (Bug#6654).
11205
11206 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11207
11208 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11209 the article buffer, not the summary buffer.
11210
11211 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11212
11213 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11214 Emacs 23 as well.
11215
11216 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11217
11218 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11219 Patch applied by Karl Fogel.
11220
11221 * gnus-sum.el (gnus-summary-bookmark-make-record):
11222 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11223
11224 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11225
11226 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11227 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11228 C-w still not working correctly from Article buffers; Thierry's
11229 patch to fix that will be applied after this.
11230
11231 * gnus-art.el (bookmark-make-record-function): New local variable.
11232
11233 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11234 article buffer.
11235 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11236
11237 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11238
11239 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11240 on changes in bookmark.el.
11241
11242 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11243
11244 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11245 the *other* type of HTML form submission.
11246
11247 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11248
11249 * auth-source.el (auth-source-pick): If choice does not contain a
11250 questioned keyword, set the check to t.
11251
11252 2010-06-12 Romain Francoise <romain@orebokech.com>
11253
11254 * gnus-util.el (gnus-date-get-time): Move up before first use.
11255
11256 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11257
11258 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11259 (gnus-article-edit-part): Bind it to make last part that is substituted
11260 or deleted visible.
11261 (gnus-mime-display-single): Buttonize part of which id equals to
11262 gnus-mime-buttonized-part-id.
11263
11264 2010-06-10 Dan Christensen <jdc@uwo.ca>
11265
11266 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11267 (gnus-dd-mmm): Use gnus-date-get-time.
11268 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11269 simplify logic.
11270 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11271 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11272
11273 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11274
11275 * auth-source.el (top): Autoload `secrets-list-collections',
11276 `secrets-create-item', `secrets-delete-item'.
11277 (auth-sources): Fix tag string.
11278 (auth-get-source, auth-source-retrieve, auth-source-create)
11279 (auth-source-delete): New defuns.
11280 (auth-source-pick): Rewrite in order to avoid 2 passes.
11281 (auth-source-forget-user-or-password): New parameter USERNAME.
11282 (auth-source-user-or-password): New parameters CREATE-MISSING and
11283 DELETE-EXISTING. Retrieve password interactively, if needed.
11284
11285 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11286
11287 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11288 deleting unused directories when gnus-expert-user is t.
11289
11290 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11291
11292 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11293 for each temp file when gnus-article-browse-delete-temp is ask.
11294
11295 2010-05-20 Kevin Ryde <user42@zip.com.au>
11296
11297 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11298
11299 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11300
11301 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11302 article unless decoding article to be saved.
11303
11304 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11305
11306 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11307 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11308 generated within the mm-with-unibyte-current-buffer macro.
11309
11310 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11311
11312 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11313 to nil when we're in a mml-preview buffer and no group is selected.
11314
11315 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11316
11317 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11318 when catching the `C-g'. Reported by "Leo".
11319
11320 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11321
11322 * message.el (message-forward-make-body-plain)
11323 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11324 multibyte-string-p.
11325
11326 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11327
11328 * message.el (message-forward-make-body-mml): Assume original message
11329 is multibyte string; error on unibyte.
11330 (message-forward-make-body-plain): Ditto; don't add excessive newline
11331 in body end.
11332
11333 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11334
11335 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11336 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11337
11338 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11339
11340 * mm-extern.el (mm-extern-url): Don't use
11341 mm-with-unibyte-current-buffer.
11342 (mm-extern-cache-contents): Use with-current-buffer instead of
11343 save-excursion + set-buffer.
11344
11345 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11346
11347 * mm-util.el (mm-emacs-mule): Remove.
11348
11349 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11350
11351 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11352 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11353 change.
11354
11355 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11356
11357 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11358 bind the default value of enable-multibyte-characters to nil.
11359
11360 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11361
11362 * message.el (message-forward-make-body-plain)
11363 (message-forward-make-body-mml):
11364 Don't use mm-with-unibyte-current-buffer.
11365
11366 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11367
11368 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11369 (Bug#5592).
11370
11371 2010-05-07 Julien Danjou <julien@danjou.info>
11372
11373 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11374 it to mm-pipe-part.
11375
11376 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11377 it is given.
11378
11379 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11380
11381 * nnweb.el (nnweb-gmane-search):
11382 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11383 XEmacs.
11384
11385 * gnus-art.el (gnus-article-browse-html-parts):
11386 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11387 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11388 make-temp-file.
11389
11390 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11391 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11392 compiling.
11393
11394 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11395 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11396 XEmacs when compiling.
11397
11398 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11399 gnus-pick-mode-off-hook for XEmacs when compiling.
11400 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11401 gnus-binary-mode-off-hook for XEmacs when compiling.
11402
11403 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11404 Return nil if char-charset is not available.
11405
11406 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11407 macro.
11408
11409 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11410 instead of encode-coding-string.
11411
11412 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11413 'xemacs) instead of mm-emacs-mule to switch function definitions.
11414 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11415
11416 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11417
11418 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11419
11420 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11421
11422 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11423 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11424
11425 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11426
11427 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11428 alias `jka-compr-delete-temp-file' no longer exists.
11429
11430 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11431
11432 Use define-minor-mode in Gnus where applicable.
11433 * mml.el (mml-mode): Use define-minor-mode.
11434 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11435 (gnus-undo-mode): Use define-minor-mode.
11436 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11437 (gnus-dead-summary-mode): Use define-minor-mode.
11438 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11439 Initialize in declaration.
11440 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11441 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11442 (gnus-mailing-list-mode): Use define-minor-mode.
11443 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11444 (gnus-draft-mode): Use define-minor-mode.
11445 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11446 (gnus-dired-mode): Use define-minor-mode.
11447
11448 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11449
11450 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11451 handles on recursive mml-to-mime translation and check them for
11452 boundary delimiter collisions. Reported by Greg Troxel.
11453
11454 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11455
11456 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11457
11458 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * mm-util.el (mm-find-buffer-file-coding-system):
11461 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11462
11463 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11464
11465 * message.el (message-generate-headers): Record insertion of optional
11466 headers as well. Otherwise the check to prevent repeated insertion of
11467 optional headers is a no-op.
11468
11469 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11470
11471 * smime.el: Don't mention CVS.
11472
11473 * nnrss.el (nnrss-fetch): Don't mention CVS.
11474
11475 * nnir.el: Don't mention CVS.
11476
11477 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * gnus-sum.el (gnus-summary-bookmark-make-record):
11480 Add `location' field.
11481
11482 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11483
11484 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11485 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11486 Use with-current-buffer to silence the byte-compiler.
11487 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11488 bother to require `gnus'.
11489 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11490
11491 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11492
11493 * gnus-sum.el (gnus-summary-bookmark-make-record)
11494 (gnus-summary-bookmark-jump): New functions.
11495 (gnus-summary-mode): Setup bookmark support.
11496
11497 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11498
11499 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11500 if set.
11501
11502 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11503
11504 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11505 gnus-article-browse-html-save-cid-image; make it work recursively for
11506 forwarded messages as well.
11507 (gnus-article-browse-html-parts): Work when prefix arg is given.
11508 (gnus-article-browse-html-article): Doc fix.
11509
11510 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11511
11512 * message.el (message-default-mail-headers)
11513 (message-default-headers): Carry the value mail-default-headers over
11514 into message-default-mail-headers, rather than message-default-headers.
11515
11516 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11517
11518 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11519 charset.
11520
11521 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11522 charset into the <meta> tag when the article is encoded to utf-8.
11523
11524 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11525
11526 * gnus-art.el (gnus-article-browse-delete-temp-files):
11527 Delete directories as well.
11528 (gnus-article-browse-html-parts): Work for images that do not specify
11529 file names; delete temp directory when quitting; insert header at the
11530 right place; use file: scheme for image files.
11531
11532 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11533
11534 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11535 (gnus-article-browse-html-parts): Use it to make temporary cid image
11536 files in addition to html file so that browser may display them.
11537
11538 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11539
11540 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11541
11542 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11543
11544 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11545
11546 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11547
11548 * auth-source.el (auth-sources): Change default to be simpler.
11549 Explain about Secret Service API sources. Improve Customize options.
11550 (auth-source-pick): Change to accept any number of search parameters.
11551 Implement fallbacks iteratively, not recursively. Add scoring on the
11552 second pass and sort by score. Call Secret Service API when needed.
11553 (auth-source-user-or-password): Use it. Call Secret Service API
11554 directly when needed to get the user name and the password.
11555
11556 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11557
11558 * message.el (message-interactive): Doc fix.
11559 (message-qmail-inject-args): Reflow.
11560 (message-kill-to-signature): Fix typo in docstring.
11561
11562 * smiley.el (smiley-buffer): Fix typo in docstring.
11563
11564 2010-03-24 Glenn Morris <rgm@gnu.org>
11565
11566 * mail-source.el (gnus-message): Declare.
11567 (mail-source-delete-old-incoming): Require gnus-util.
11568
11569 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11570
11571 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11572
11573 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11574
11575 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11576 password-cache's default if it is not bound.
11577 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11578 password-cache-expiry's default if it is not bound.
11579
11580 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11581 available in Emacs 21.
11582
11583 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11584
11585 * auth-source.el (auth-sources): Fix up definition so extra parameters
11586 are always inline.
11587
11588 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11589
11590 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11591 wasn't updated after mismatch. Clear cached mailbox info correctly
11592 when uidvalidity changes.
11593 (nnimap-group-prefixed-name): New function to avoid some code
11594 duplication.
11595 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11596 (nnimap-request-group): Use it.
11597 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11598 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11599 with many imap folders. This is done by caching the group status from
11600 the imap server persistently in a group parameter `imap-status'. (This
11601 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11602 but not persistently, so every Gnus startup was still very slow.)
11603
11604 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11605
11606 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11607 secrets.el dependency.
11608 (auth-sources): Add optional user name. Add secrets.el configuration
11609 choice (unused right now).
11610
11611 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11612
11613 * gnus-sum.el (gnus-summary-make-menu-bar):
11614 Let `gnus-registry-install-shortcuts' fill in the functions.
11615
11616 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11617 warnings.
11618 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11619 (gnus-registry-install-shortcuts): Populate and use it in a
11620 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11621
11622 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11623
11624 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11625 In-place substitutions for the group name encoding/decoding.
11626 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11627 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11628 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11629 (nnimap-update-unseen, nnimap-request-list)
11630 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11631 (nnimap-request-set-mark, nnimap-split-to-groups)
11632 (nnimap-split-articles, nnimap-request-newgroups)
11633 (nnimap-request-create-group, nnimap-request-accept-article)
11634 (nnimap-request-delete-group, nnimap-request-rename-group)
11635 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11636 `encoded-mbx' for consistency.
11637 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11638 variable `imap-current-mailbox'.
11639
11640 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11641 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11642
11643 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11644
11645 * pop3.el (pop3-display-message-size-flag): Display message size byte
11646 counts during POP3 download.
11647 (pop3-movemail): Use it.
11648 (pop3-list): Implement listing of available messages.
11649
11650 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11651
11652 * nnir.el (nnir-get-article-nov-override-function): New function to
11653 override the normal NOV retrieval.
11654 (nnir-retrieve-headers): Use it.
11655
11656 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11657
11658 * auth-source.el (netrc-machine-user-or-password): Autoload.
11659
11660 2010-03-19 Glenn Morris <rgm@gnu.org>
11661
11662 Stop message.el from loading about 40 libraries it doesn't always need.
11663 The general approach is to autoload rather than require, and to
11664 require in the specific functions rather than the file. (Bug#5642)
11665
11666 * gmm-utils.el: Don't require wid-edit.
11667 (widget-create-child-value, widget-convert, widget-default-get):
11668 Autoload.
11669
11670 * gnus-util.el: Don't require time-date, netrc.
11671 (message-fetch-field, gnus-group-name-decode): Declare rather than
11672 autoloading.
11673 (gnus-fetch-field): Require message.
11674 (gnus-decode-newsgroups): Require gnus-group.
11675
11676 * ietf-drums.el: Don't require time-date.
11677
11678 * message.el: Don't require hashcash, canlock, ecomplete.
11679 Do require mail-utils. Require nnheader only when compiling.
11680 (smtpmail-default-smtp-server): Remove declaration.
11681 (message-send-mail-function): Check smtpmail-default-smtp-server
11682 is bound rather than requiring smtpmail.
11683 (message-auto-save-directory, message-insert-signature):
11684 Use expand-file-name rather than nnheader-concat.
11685 (nnheader-insert-file-contents): Autoload.
11686 (hashcash-wait-async): Declare.
11687 (message-send-mail): Only call gnus-setup-posting-charset if
11688 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11689 (message-send-mail-with-sendmail): Require sendmail.
11690 (canlock-password, canlock-password-for-verify): Declare.
11691 (message-canlock-password): Require canlock.
11692 (nnheader-get-report): Autoload.
11693 (gnus-setup-posting-charset): Declare.
11694 (message-send-news): Require gnus-msg.
11695 (message-make-references, message-make-in-reply-to): Use mail-header-id
11696 rather than the alias mail-header-message-id.
11697 (ecomplete-add-item, ecomplete-save): Declare.
11698 (message-put-addresses-in-ecomplete): Require ecomplete.
11699 (ecomplete-display-matches): Autoload.
11700
11701 * mm-decode.el: Don't require mailcap, gnus-util.
11702 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11703 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11704 Autoload.
11705 (mailcap-mime-extensions): Declare.
11706
11707 * mm-encode.el: Don't require mailcap.
11708 (mailcap-extension-to-mime): Autoload.
11709
11710 * mml-sec.el: Don't require password-cache.
11711
11712 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11713 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11714 (mml-minibuffer-read-type): Require mailcap.
11715 (mml-preview): Require gnus-msg.
11716
11717 * mml1991.el: Require password-cache.
11718 (password-cache-expiry): Remove declaration.
11719
11720 * mml2015.el: Require password-cache.
11721 (password-cache-expiry): Remove declaration.
11722
11723 * nneething.el (mailcap): Require mailcap.
11724
11725 * nnheader.el (declare-function): Add compatibility stub.
11726 (message-remove-header): Declare rather than autoload.
11727 (nnheader-replace-header): Require message.
11728
11729 * nnimap.el (declare-function): Add compatibility stub.
11730 (netrc-parse, netrc-machine-user-or-password): Declare.
11731 (nnimap-open-connection): Require netrc.
11732
11733 * nntp.el (declare-function): Add compatibility stub.
11734 (netrc-parse, netrc-machine, netrc-get): Declare.
11735 (nntp-send-authinfo): Require netrc.
11736
11737 * rfc2047.el: Don't require qp.
11738 (quoted-printable-encode-region, quoted-printable-decode-string):
11739 Autoload.
11740
11741 * sieve-mode.el: Don't require easymenu.
11742 (easy-menu-add-item): Autoload it.
11743
11744 * spam-stat.el (time-to-number-of-days): Autoload it.
11745
11746 2010-03-17 Kevin Ryde <user42@zip.com.au>
11747
11748 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11749 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11750 value if any backslash escapes).
11751
11752 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11753
11754 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11755 if it is available. (bug#5647)
11756
11757 2010-02-26 Glenn Morris <rgm@gnu.org>
11758
11759 * message.el (message-send-mail-function): Change the default, so that
11760 it inherits from a customized send-mail-function. (Bug#5643)
11761
11762 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11765 shell-command-to-string signals an error (bug#5299).
11766
11767 2010-02-24 Glenn Morris <rgm@gnu.org>
11768
11769 * message.el (message-smtpmail-send-it)
11770 (message-send-mail-with-mailclient): Doc fixes.
11771
11772 2010-02-16 Glenn Morris <rgm@gnu.org>
11773
11774 * message.el (message-default-mail-headers): Change the default value
11775 to ease the transition from mail-mode to message-mode. (Bug#5555)
11776
11777 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11778
11779 * message.el (message-mail): Just pass yank-action on to message-setup.
11780 (message-setup): Handle (FUN . ARGS) form of yank-action.
11781 (message-with-reply-buffer, message-widen-reply)
11782 (message-yank-original): Handle non-buffer values of
11783 message-reply-buffer (Bug#4080).
11784 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11785
11786 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11787
11788 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11789 Fix typo in docstring.
11790
11791 2010-01-08 Jason Rumney <jasonr@gnu.org>
11792
11793 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11794 response.
11795
11796 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11797
11798 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11799
11800 * message.el (message-check-news-header-syntax): Protect against a
11801 string that `rfc822-addresses' returns when parsing fails.
11802
11803 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11804
11805 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11806 (gnus-previous-char-property-change): New functions.
11807
11808 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11809
11810 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11811
11812 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11813 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11814
11815 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11816
11817 * message.el (message-exchange-point-and-mark): Rework last change to
11818 avoid using optional arg of exchange-point-and-mark, for backward
11819 compatibility.
11820
11821 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11822
11823 * message.el (message-exchange-point-and-mark):
11824 Call exchange-point-and-mark with an argument rather than setting
11825 mark-active by hand (Bug#5175).
11826
11827 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11828
11829 * nntp.el (nntp-service-to-port): Work for service expressed with
11830 numeric string; replace [:digit:] with [0-9] for XEmacs.
11831
11832 2009-12-17 Glenn Morris <rgm@gnu.org>
11833
11834 * gnus-group.el (gnus-bug-group-download-format-alist):
11835 Change emacs entry to debbugs.gnu.org. Bump :version.
11836
11837 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11838
11839 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11840
11841 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11842
11843 * message.el (message-info): Explain why we use `Info-goto-node'.
11844
11845 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * message.el (message-completion-in-region): New compatibility function.
11848 (message-expand-group): Use it.
11849
11850 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11851
11852 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11853 with no unread article should be listed if the 2nd arg `predicate' is
11854 given.
11855
11856 2009-11-29 Juri Linkov <juri@jurta.org>
11857
11858 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11859 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11860 on `gnus-recenter'. (Bug#4698, Bug#4981)
11861
11862 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11863
11864 * message.el (message-from-style, message-interactive)
11865 (message-signature): Always set default values from the corresponding
11866 mail-* variables.
11867 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11868 (message-yank-prefix, message-indentation-spaces)
11869 (message-signature-file, message-default-headers): Use boundp rather
11870 than (featurep 'xemacs) to check if the corresponding mail-* variables
11871 exist.
11872
11873 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11874
11875 * message.el (message-send-mail-with-sendmail): Revert last change.
11876
11877 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11878
11879 * message.el (message-from-style, message-interactive)
11880 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11881 (message-yank-prefix, message-indentation-spaces, message-signature)
11882 (message-signature-file, message-default-headers): For GNU Emacs, set
11883 default values from the corresponding mail-* variables.
11884 (message-send-mail-with-sendmail): Use envelope-from only if
11885 mail-specify-envelope-from is non-nil.
11886
11887 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11888
11889 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11890 containing tspecial characters if they have been already quoted.
11891
11892 2009-10-24 Glenn Morris <rgm@gnu.org>
11893
11894 * gnus-art.el (help-xref-stack-item): Define for compiler.
11895
11896 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11897
11898 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11899
11900 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11901
11902 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11903 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11904
11905 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11906
11907 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11908 (gnus-overlays-in): New alias to overlays-in.
11909
11910 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11911 gnus-overlay-get, and gnus-delete-overlay.
11912 (gnus-summary-show-thread): Make it work as well for systems in which
11913 next-single-char-property-change is not available.
11914 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11915
11916 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11917
11918 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11919
11920 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11921
11922 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11923 and XEmacs that don't have `remove-overlays'.
11924
11925 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11928 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11929 selective display. Use overlays instead.
11930
11931 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11932
11933 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11934
11935 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11936
11937 * spam-stat.el (spam-stat-load): Fix typo in message.
11938
11939 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11940
11941 * gnus-art.el (gnus-article-encrypt-body):
11942 * message.el (message-check-recipients):
11943 * mm-util.el (mm-codepage-setup):
11944 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11945 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11946
11947 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11948
11949 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11950 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11951 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11952 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11953 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11954
11955 2009-09-18 Glenn Morris <rgm@gnu.org>
11956
11957 * gnus-diary.el (gnus-diary-check-message):
11958 * message.el (message-insert-formatted-citation-line):
11959 * nnbabyl.el (top-level):
11960 * nndiary.el (nndiary-schedule):
11961 Fix typos in condition-case handlers.
11962
11963 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11964
11965 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11966 configuration that provides the sole article window in a frame;
11967 position point correctly after deleting a part.
11968
11969 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11970
11971 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11972 (spam-resolve-registrations-routine): Use it to unregister articles
11973 that change status.
11974
11975 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11976
11977 * nnrss.el (nnrss-request-article): Remove binding of
11978 default-enable-multibyte-characters that has gotten needless by
11979 the 2007-07-13 change in rfc2047-encode-message-header.
11980
11981 * mml.el (mml-insert-multipart): Error on the message header.
11982 (mml-insert-part): Error on the message header; position point at
11983 the end of a MIME tag.
11984
11985 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11986
11987 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11988 (gnus-float-time): Alias to float-time if it exists.
11989
11990 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11991 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11992 float-time is available; suppress compile warning for time-to-seconds.
11993
11994 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11995
11996 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11997 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11998 Add the optional argument `encoding' that overrides the default.
11999
12000 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12001 mm-encode-buffer.
12002
12003 2009-09-04 Glenn Morris <rgm@gnu.org>
12004
12005 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12006 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12007 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12008 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12009 * mm-util.el (mm-with-unibyte-current-buffer)
12010 (mm-find-buffer-file-coding-system):
12011 * yenc.el (yenc-decode-region): Use default-value rather than
12012 default-enable-multibyte-characters.
12013
12014 2009-09-03 Glenn Morris <rgm@gnu.org>
12015
12016 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12017 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12018 than default-enable-multibyte-characters.
12019
12020 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12021
12022 * gnus-art.el (gnus-article-read-summary-keys):
12023 Fix gnus-buffer-configuration's value temporarily used.
12024
12025 2009-09-02 Glenn Morris <rgm@gnu.org>
12026
12027 * gnus-util.el (gnus-float-time): New function.
12028 * gnus-delay.el (gnus-delay-article):
12029 * gnus-sum.el (gnus-thread-latest-date):
12030 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12031 * nnspool.el (nnspool-request-newgroups):
12032 Use gnus-float-time rather than time-to-seconds.
12033 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12034
12035 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12036 (gnus-header-subject-face, gnus-header-newsgroups-face)
12037 (gnus-header-name-face, gnus-header-content-face):
12038 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12039 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12040 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12041 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12042 (gnus-cite-face-11):
12043 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12044 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12045 (gnus-server-closed-face, gnus-server-denied-face)
12046 (gnus-server-offline-face):
12047 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12048 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12049 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12050 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12051 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12052 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12053 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12054 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12055 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12056 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12057 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12058 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12059 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12060 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12061 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12062 (gnus-summary-high-undownloaded-face)
12063 (gnus-summary-low-undownloaded-face)
12064 (gnus-summary-normal-undownloaded-face)
12065 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12066 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12067 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12068 (gnus-splash-face):
12069 * message.el (message-header-to-face, message-header-cc-face)
12070 (message-header-subject-face, message-header-newsgroups-face)
12071 (message-header-other-face, message-header-name-face)
12072 (message-header-xheader-face, message-separator-face)
12073 (message-cited-text-face, message-mml-face):
12074 * sieve-mode.el (sieve-control-commands-face)
12075 (sieve-action-commands-face, sieve-test-commands-face)
12076 (sieve-tagged-arguments-face):
12077 * spam.el (spam-face):
12078 Mark face aliases with "-face" in the name as obsolete.
12079
12080 2009-09-01 Glenn Morris <rgm@gnu.org>
12081
12082 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12083 than goto-line.
12084
12085 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12086
12087 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12088 Don't move point if the command is invoked inside the message header.
12089
12090 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12091
12092 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12093 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12094 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12095 * nnir.el (nnir-swish-e-index-file):
12096 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12097 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12098 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12099 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12100 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12101 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12102
12103 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12104
12105 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12106 Don't save excursion.
12107
12108 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12109
12110 * nnheader.el (nnheader-find-file-noselect):
12111 * mm-util.el (mm-insert-file-contents):
12112 Use (default-value 'major-mode) instead of default-major-mode.
12113
12114 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12117
12118 2009-08-25 Glenn Morris <rgm@gnu.org>
12119
12120 * nnir.el (top-level): Don't require cl at run-time.
12121 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12122 Replace cl-function substitute with gnus-replace-in-string.
12123 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12124 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12125 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12126 simplified expansions.
12127
12128 2009-08-22 Glenn Morris <rgm@gnu.org>
12129
12130 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12131 goto-line.
12132
12133 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12134
12135 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12136
12137 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12138 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12139 (gnus-mm-display-part, gnus-mime-display-single)
12140 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12141 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12142
12143 * gnus-sum.el
12144 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12145 (gnus-summary-move-article): Add expirable mark to articles copied or
12146 moved to group that has auto-expire turned on if the option is non-nil.
12147
12148 2009-07-24 Glenn Morris <rgm@gnu.org>
12149
12150 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12151 Fix typo. (Bug#3903)
12152
12153 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12154
12155 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12156 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12157 that should not be used for draft articles.
12158 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12159 that has no concern in minor mode keys.
12160 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12161 Abolish.
12162
12163 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12164
12165 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12166 article without making inquiry to a user for unknown encoding.
12167
12168 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12169 (nnmaildir--scan): Assume i-node and device number that file-attributes
12170 returns might be cons-cell.
12171
12172 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12173
12174 * auth-source.el: Remove docs now in auth.texi. Don't use
12175 `gnus-message' for logging. Add new variables `auth-source-debug' and
12176 `auth-source-hide-passwords' and use them.
12177
12178 2009-07-15 Glenn Morris <rgm@gnu.org>
12179
12180 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12181
12182 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12183
12184 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12185 excessive whitespace from the default values of title and description.
12186
12187 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12188
12189 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12190 mail-fetch-field to fetch Content-Description header in order to
12191 exclude newlines.
12192
12193 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12194
12195 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12196 to deleted part.
12197
12198 2009-05-30 David Engster <dengste@eml.cc>
12199
12200 * nnmairix.el: Remove old documentation in the commentary block.
12201 (nnmairix-request-group): Do not update active file for nnml back ends.
12202 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12203 end so that overview files are ignored.
12204 (nnmairix-update-groups): Make updating the groups more robust by using
12205 marks.
12206 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12207 with dollar characters in message-id.
12208
12209 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12210
12211 * spam.el: Use dns-query instead of query-dns. Was renamed on
12212 2008-12-25 in dns.el.
12213
12214 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12217 could happen if the text is only composed of spaces and/or tabs.
12218
12219 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12220
12221 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12222 when sending a queued message to avoid extra mml tags.
12223
12224 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12225
12226 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12227
12228 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12229
12230 * gnus-dired.el: Remove autoload for gnus-setup-message.
12231 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12232 displaying Gnus logo; always use compose-mail.
12233
12234 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12235
12236 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12237
12238 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12239
12240 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12241 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12242 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12243 available.
12244 (gnus-nocem-epg-verify): New function.
12245
12246 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12247
12248 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12249
12250 2009-02-15 Glenn Morris <rgm@gnu.org>
12251
12252 * gnus-util.el (rmail-insert-rmail-file-header)
12253 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12254 autoloads.
12255 (rmail-default-rmail-file): Remove unnecessary declaration.
12256 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12257
12258 2009-02-14 Glenn Morris <rgm@gnu.org>
12259
12260 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12261 variable (only used in gnus-util, which declares it anyway).
12262 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12263 which was only needed by gnus-art (changed to not use it any more).
12264 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12265 only used in gnus-util, which autoloads it itself.
12266 (rmail-update-summary): Fix autoload.
12267
12268 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12269 rather than rmail-output-to-rmail-file.
12270
12271 2009-02-07 Glenn Morris <rgm@gnu.org>
12272
12273 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12274 autoload of function that no longer exists.
12275 (rmail-toggle-header): Declare.
12276 (message-forward-rmail-make-body): Handle mbox Rmail.
12277
12278 2009-01-31 Glenn Morris <rgm@gnu.org>
12279
12280 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12281 2009-01-09 change.
12282
12283 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12284
12285 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12286 (auth-source-forget-all-cached): New convenience function.
12287 (auth-source-user-or-password): Accept list of modes or a single mode.
12288
12289 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12290 auth-source modes.
12291
12292 * nnimap.el (nnimap-open-connection): Use list of
12293 auth-source modes.
12294
12295 * nntp.el (nntp-send-authinfo): Use list of
12296 auth-source modes.
12297
12298 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12299
12300 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12301 now.
12302
12303 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12304
12305 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12306 coding system in XEmacs; add a workaround for XEmacs.
12307
12308 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12309
12310 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12311 of current-language-environment.
12312
12313 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12314
12315 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12316 available at runtime.
12317
12318 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12319
12320 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12321
12322 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12323
12324 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12325 the greatest positive fixnum value doesn't work under an XEmacs with
12326 bignum support; use the most-positive-fixnum constant instead,
12327 available since Emacs 21.1 with cl and XEmacs 21.1.
12328
12329 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12330
12331 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12332 XEmacs gets not to work.
12333
12334 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12335
12336 * mm-util.el (mm-coding-system-priorities): Allow the value like
12337 "Japanese (UTF-8)" of current-language-environment.
12338
12339 2009-01-09 Glenn Morris <rgm@gnu.org>
12340
12341 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12342 with last-command-event.
12343
12344 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12345
12346 * message.el (message-fix-before-sending): Amend comment.
12347
12348 2009-01-07 David Engster <dengste@eml.cc>
12349
12350 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12351 simplified server definitions by converting it via
12352 gnus-server-to-method.
12353
12354 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12355
12356 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12357 parameter's operands.
12358
12359 2009-01-06 David Engster <dengste@eml.cc>
12360
12361 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12362 primary select method (for gnus-group-mark-article-as-read).
12363
12364 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12365
12366 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12367 `(gnus)Face', not `(gnus)X-Face'.
12368
12369 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12370
12371 * mm-util.el (mm-ucs-to-char): New function.
12372
12373 * mm-url.el (mm-url-decode-entities): Use it.
12374
12375 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12376
12377 * message.el (message-fix-before-sending): Add `eight-bit' to
12378 illegible-text check.
12379
12380 2009-01-03 Michael Olson <mwolson@gnu.org>
12381
12382 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12383 `headers' is nil. This can occur if the IMAP server does not have
12384 permissions to read messages from a folder, but can write new messages
12385 to the folder.
12386 (nnimap-request-article-part): Do not insert `data' if it is nil.
12387
12388 2009-01-01 Dave Love <fx@gnu.org>
12389
12390 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12391
12392 * nnimap.el: Fix author email.
12393 (nnimap-split-rule): Add FIXME comment.
12394 (nnimap-debug): Fix doc string.
12395
12396 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12397
12398 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12399 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12400 to check if those variables exist (first appeared in Emacs 18.50).
12401
12402 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12403
12404 * mm-util.el (mm-line-number-at-pos): New function.
12405
12406 * spam-report.el (spam-report-process-queue): Use it.
12407
12408 2008-12-24 David Engster <dengste@eml.cc>
12409
12410 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12411 parameters that haven't existed as variables as buffer-local variables.
12412
12413 2008-12-23 Dave Love <fx@gnu.org>
12414
12415 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12416 cadar.
12417
12418 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12419 imap-starttls-p.
12420 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12421
12422 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12423
12424 * spam-report.el (spam-report-gmane-max-requests): New constant.
12425 (spam-report-gmane-wait): New variable.
12426 (spam-report-gmane-ham, spam-report-gmane-spam)
12427 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12428 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12429 the server.
12430
12431 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12432 Add explanations.
12433
12434 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12435 nnheader-accept-process-output and nnheader-read-timeout if available.
12436 (pop3-movemail): Use it.
12437
12438 * message.el (message-check-news-body-syntax): Fix signature check if
12439 there's an attachment.
12440
12441 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * mm-util.el: Add comments to the mm- emulating functions.
12444
12445 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12446
12447 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12448 Reported by Stephen Berman <stephen.berman@gmx.net>.
12449
12450 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12451
12452 * mm-util.el (mm-substring-no-properties): New function.
12453 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12454 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12455 (mm-string-to-multibyte): Doc fix.
12456
12457 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12458
12459 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12460
12461 * mml.el (mml-attach-file): Strip text properties from file name.
12462 (Bug#1574)
12463
12464 2008-12-16 Glenn Morris <rgm@gnu.org>
12465
12466 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12467
12468 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12469
12470 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12471 knows since the charset specified might be a bogus alias that
12472 mm-charset-synonym-alist provides.
12473
12474 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12475
12476 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12477 "ISO_8859-1".
12478
12479 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12480
12481 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12482
12483 * mm-util.el (mm-charset-eval-alist):
12484 Define it before mm-charset-to-coding-system.
12485 (mm-charset-to-coding-system): Add optional argument `silent';
12486 define it before mm-charset-override-alist.
12487 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12488 default value if it can be used in Emacs currently running;
12489 silence mm-charset-to-coding-system.
12490
12491 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12492
12493 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12494 `allow-override' which says whether to use `mm-charset-override-alist'.
12495 (rfc2047-decode-encoded-words): Use it.
12496
12497 * mm-util.el (mm-charset-override-alist): Fix custom type;
12498 add `(gb2312 . gbk)' to choices.
12499
12500 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12501
12502 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12503 fast.
12504
12505 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12506
12507 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12508
12509 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12510 on links.
12511
12512 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12513
12514 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12515
12516 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12517 users' addresses that don't have domain parts.
12518 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12519 rather than message-narrow-to-head since there will be the message
12520 header separator.
12521
12522 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12523
12524 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12525 since the result is inserted in a unibyte buffer anyway.
12526 (nnimap-demule-use-string-to-multibyte): Remove.
12527 (nnimap-demule): Alias it to mm-string-to-multibyte.
12528
12529 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12530
12531 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12532 variable for debugging bug#464 and bug#1174.
12533 (nnimap-demule): Use it.
12534
12535 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12536
12537 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12538 score calculation correctly.
12539
12540 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12541
12542 * message.el (message-send-mail): Just set the buffer to unibyte
12543 rather than use mm-with-unibyte-current-buffer which does a lot more.
12544 (message-send-mail-partially): Don't bother with
12545 mm-with-unibyte-current-buffer since it's already been made unibyte by
12546 message-send-mail.
12547
12548 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12549
12550 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12551
12552 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12553
12554 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12555
12556 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12557
12558 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12559 require itself and to remove `with-no-warnings'.
12560
12561 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12562
12563 * starttls.el (starttls-any-program-available): Get the name of the
12564 available TLS layer program.
12565 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12566 well as the host name in the "opening" message.
12567
12568 * auth-source.el (auth-source-cache, auth-source-do-cache)
12569 (auth-source-user-or-password): Cache passwords and logins by default,
12570 allow override with `auth-source-do-cache'.
12571 (auth-source-forget-user-or-password): Allow users to remove cache
12572 entries if needed.
12573
12574 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12575
12576 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12577 condition-case to only the forward-sexp call.
12578
12579 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12580
12581 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12582 quotes contained. Make it more robust regardless by an extra
12583 condition-case wrapper.
12584
12585 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12586
12587 * nnml.el (nnml-request-expire-articles): Check if the function set to
12588 `nnmail-expiry-target' returns the symbol `delete'.
12589
12590 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12591
12592 * nnmail.el (nnmail-expiry-target): Fix custom type.
12593
12594 2008-10-02 Glenn Morris <rgm@gnu.org>
12595
12596 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12597 Silence compiler warning.
12598
12599 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12600
12601 * mml.el (mml-menu): Don't assume mml2015 is bound.
12602
12603 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12604
12605 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12606 exists.
12607
12608 2008-09-27 Glenn Morris <rgm@gnu.org>
12609
12610 * gnus-util.el (mail-header-remove-comments): Autoload it.
12611
12612 2008-09-27 Andreas Schwab <schwab@suse.de>
12613
12614 * gnus-util.el (gnus-split-references): Strip comments.
12615 (gnus-parent-id): Likewise.
12616
12617 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12618
12619 * message.el (message-confirm-send): Fix version.
12620
12621 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12622
12623 * message.el (message-idna-to-ascii-rhs-1): Use
12624 mail-extract-address-components rather than mail-header-parse-addresses
12625 that is an alias by default to ietf-drums-parse-addresses that does not
12626 support non-ASCII names in headers' contents.
12627
12628 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12629
12630 * message.el (message-confirm-send): Fix variable documentation to
12631 avoid the "y/n" wording.
12632
12633 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12634
12635 * message.el (message-set-auto-save-file-name): Save to a different
12636 filename so multiple messages (especially drafts) can be recovered.
12637
12638 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12639
12640 * message.el (message-confirm-send): Add appropriate version.
12641
12642 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12643
12644 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12645 defvar.
12646
12647 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12648
12649 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12650 (mm-pkcs7-enveloped-magic): Ditto.
12651
12652 2008-09-17 Simon Josefsson <simon@josefsson.org>
12653
12654 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12655 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12656
12657 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12658
12659 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12660 default, it's better.
12661
12662 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12663
12664 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12665 summary line gnus-number property and ignore them (with a warning
12666 message).
12667
12668 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12669
12670 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12671 macro caddr in the interactive form since it won't be expanded.
12672
12673 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12674
12675 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12676 `charset'; fix name of function called recursively.
12677 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12678
12679 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12680
12681 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12682 (gnus-mime-set-charset-parameters): New function.
12683 (gnus-mime-view-part-as-charset): Use it to correctly display part
12684 specifying wrong charset.
12685
12686 2008-09-08 David Engster <dengste@eml.cc>
12687
12688 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12689 in completing-read for back end server.
12690
12691 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12692
12693 * message.el (message-confirm-send): New variable to confirm sending a
12694 message.
12695 (message-send): Use it.
12696
12697 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12698
12699 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12700
12701 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12702
12703 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12704
12705 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12706
12707 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12708 prevent tracking too many groups.
12709 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12710 Use it.
12711
12712 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12713
12714 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12715 moving point to the bottom of the window in order to avoid recentering.
12716
12717 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12718
12719 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12720 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12721 (gnus-article-beginning-of-window): Fix calculation.
12722
12723 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12724
12725 * gnus-msg.el (gnus-summary-supersede-article)
12726 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12727 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12728 message header.
12729
12730 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12731
12732 * message.el:
12733 * gnus-start.el:
12734 * gnus-registry.el: Remove VMS support.
12735
12736 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12737
12738 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12739 macro.
12740 (rfc2104-hash): Use it.
12741
12742 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12743
12744 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12745 (gnus-summary-sort-by-most-recent-date): New commands.
12746 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12747 and menu entries.
12748
12749 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12750
12751 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12752 don't redisplay article for raw contents; remove plural articles stuff.
12753
12754 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12755 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12756 on gnus-summary-save-article; display results properly.
12757
12758 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12759
12760 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12761
12762 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12763
12764 * gnus-art.el (gnus-summary-save-in-pipe):
12765 Consider gnus-save-all-headers.
12766
12767 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12768
12769 * gnus-util.el (ns-focus-frame): Remove declaration.
12770 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12771 like x.
12772
12773 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12774
12775 * rfc2104.el (rfc2104-zero): Delete defconst.
12776 (rfc2104-hex-alist): Likewise.
12777 (rfc2104-hex-to-int): Delete func.
12778 (rfc2104-hexstring-to-bitstring): Likewise.
12779 (rfc2104-nybbles): New defconst.
12780 (rfc2104-hash): Rewrite for speed.
12781
12782 2008-07-16 Glenn Morris <rgm@gnu.org>
12783
12784 * gnus-util.el (ns-focus-frame): Declare for compiler.
12785
12786 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12787
12788 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12789 set as a group parameter.
12790 (gnus-summary-save-in-pipe): Work when it is called independently.
12791 (gnus-summary-pipe-to-muttprint): Don't modify
12792 gnus-summary-pipe-output-default-command.
12793
12794 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * message.el (message-send-mail-with-sendmail):
12797 Display the error message.
12798
12799 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12800
12801 * gnus-art.el (gnus-default-article-saver):
12802 Add gnus-summary-save-in-pipe to choices.
12803 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12804 gnus-summary-pipe-output-default-command as the default command.
12805 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12806 instead of gnus-last-shell-command.
12807
12808 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12809 New user option.
12810 (gnus-summary-muttprint-program): Mention the value will be changed.
12811 (gnus-summary-save-article): Force showing of all headers.
12812 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12813
12814 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12815
12816 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12817
12818 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12819
12820 * nnimap.el (nnimap-id):
12821 * sieve-manage.el (sieve-manage-open): Doc fixes.
12822
12823 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12824
12825 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12826 if available.
12827
12828 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12831
12832 * nnkiboze.el (nnkiboze-generate-group):
12833 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12834
12835 * nnmairix.el: Require CL.
12836
12837 2008-06-15 David Engster <dengste@eml.cc>
12838
12839 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12840
12841 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12842
12843 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12844 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12845 runtime choice under XEmacs.
12846
12847 * gnus-sum.el (gnus-summary-set-display-table):
12848 Use `gnus-put-display-table', `gnus-get-display-table',
12849 `gnus-set-display-table' for the display table, instead of `aset'.
12850
12851 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12852
12853 * nnmairix.el: Add autoloads.
12854
12855 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12856
12857 * nnmairix.el (nnmairix-delete-recreate-group)
12858 (nnmairix-update-and-clear-marks): Fix error messages.
12859
12860 2008-06-14 David Engster <dengste@eml.cc>
12861
12862 * nnmairix.el: Upgrade to version 0.6.
12863 (nnmairix-group-toggle-propmarks-this-group)
12864 (nnmairix-group-toggle-readmarks-this-group)
12865 (nnmairix-group-delete-recreate-this-group)
12866 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12867 (nnmairix-remove-tick-mark-original-article): New commands.
12868 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12869 (nnmairix-propagate-marks-to-nnmairix-groups)
12870 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12871 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12872 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12873 functions needed for marks propagation and manipulation of read marks.
12874 (nnmairix-update-groups): New function.
12875 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12876 (nnmairix-determine-original-group-from-registry)
12877 (nnmairix-determine-original-group-from-path)
12878 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12879 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12880 New helper functions.
12881 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12882 keystrokes for new commands.
12883 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12884 (nnmairix-request-group): Check allow-fast group parameter.
12885 (nnmairix-request-create-group): Set allow-fast group parameter if
12886 nnmairix-allowfast-default is set.
12887 (nnmairix-close-group): Propagate marks upon closing if needed.
12888 (nnmairix-group-toggle-threads-this-group): Use new.
12889 nnmairix-group-toggle-parameter helper function.
12890 (nnmairix-search): Better check for empty search result.
12891 (nnmairix-goto-original-article): Use new helper functions for
12892 determining original article.
12893 (nnmairix-show-original-article): Make sure message-id is in brackets.
12894 (nnmairix-call-mairix-binary): Change variable name.
12895 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12896 helper function.
12897 (nnmairix-widget-toggle-activate): Fix doc string.
12898
12899 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12900
12901 * nnir.el: Require edmacro when compiling with XEmacs.
12902 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12903 available in Emacs 21.
12904
12905 2008-06-11 Glenn Morris <rgm@gnu.org>
12906
12907 * gnus-util.el (x-focus-frame):
12908 * gnus.el (image-size):
12909 * mm-decode.el (image-size): Declare.
12910
12911 * gnus-picon.el (declare-function): Add compat definition.
12912 (image-size): Declare.
12913
12914 * gnus-group.el (tool-bar-map):
12915 * gnus-sum.el (tool-bar-map): Define for compiler.
12916
12917 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12918
12919 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12920
12921 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12922 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12923 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12924 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12925 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12926 * sieve-manage.el, spam-report.el, spam.el:
12927 Remove unnecessary eval-and-compile of autoloads.
12928
12929 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12930
12931 * auth-source.el: Precise Tramp doc.
12932
12933 2008-06-07 Glenn Morris <rgm@gnu.org>
12934
12935 * nnmairix.el: Remove unnecessary eval-when-compile.
12936
12937 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12938
12939 * nnir.el: New file.
12940
12941 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * gnus-util.el (gnus-read-shell-command): New function.
12944 * mm-decode.el (mm-pipe-part):
12945 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12946
12947 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12948
12949 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12950
12951 2008-06-03 Glenn Morris <rgm@gnu.org>
12952
12953 * pop3.el (nnheader-accept-process-output): Autoload it.
12954
12955 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12956
12957 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12958 are not 2-digit hexadecimal characters that follow `%'s.
12959
12960 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12961
12962 * message.el (message-bogus-recipient-p): Fix type in doc string.
12963 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12964 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12965 Improve custom options.
12966 (message-bogus-recipient-p): Adjust accordingly.
12967
12968 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12969
12970 * nnmairix.el: Require edmacro when compiling with XEmacs.
12971
12972 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12973
12974 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12975 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12976
12977 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12978
12979 * auth-source.el: Add more docs.
12980
12981 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12982
12983 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12984 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12985 retrieval faster in some cases, but might make CPU usage larger.
12986 If this has any bad side effects, we might revert this change.
12987
12988 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12989 seems to make mail retrieval much, much faster.
12990 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12991 unconditionally.
12992
12993 * gnus-draft.el (gnus-group-send-queue):
12994 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12995
12996 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12997
12998 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12999
13000 * message.el (message-bogus-address-regexp): Fix and improve custom
13001 type.
13002 (message-setup-hook): Add message-check-recipients as custom option.
13003
13004 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13005
13006 * message.el (message-cite-function): Remove bogus autoload which crept
13007 in during merge from v5-10.
13008
13009 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13010
13011 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13012
13013 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13014
13015 * auth-source.el: Preliminary Tramp docs.
13016 (auth-sources): Change the default auth-sources to use
13017 EPA .gpg files.
13018
13019 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13020
13021 * nntp.el: Autoload `auth-source-user-or-password'.
13022 (nntp-send-authinfo): Use it.
13023
13024 * nnimap.el: Autoload `auth-source-user-or-password'.
13025 (nnimap-open-connection): Use it.
13026
13027 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13028 for the gnus-message function.
13029 (auth-source-user-or-password): Use it.
13030
13031 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13032
13033 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13034 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13035 (rfc2104-hash): Use it.
13036
13037 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13038
13039 * gnus-art.el (gnus-article-toggle-truncate-lines):
13040 Don't use `iff' in docstring.
13041
13042 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13043
13044 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13045
13046 * gnus-util.el (gnus-extract-address-component-name)
13047 (gnus-extract-address-component-email): Convenience functions around
13048 `gnus-extract-address-components'.
13049
13050 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13051 Use `gnus-extract-address-component-email' to fix bug of comparing full
13052 sender name to `user-mail-address'.
13053
13054 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13055
13056 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13057 catch/throw to optimize.
13058 (gnus-registry-find-keywords): Just use member to find a keyword.
13059
13060 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13061
13062 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13063 is current before calling gnus-server-prepare.
13064 (gnus-server-setup-buffer, gnus-server-update-server)
13065 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13066
13067 2008-05-04 Juri Linkov <juri@jurta.org>
13068
13069 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13070 (mailcap-file-default-commands): Use mailcap-replace-in-string
13071 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13072 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13073
13074 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13075
13076 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13077
13078 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13079
13080 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13081 hooks.
13082 (gnus-update-read-articles): Speed up non-marks-using users.
13083 (gnus-use-marks): Define gnus-use-marks.
13084 (gnus-propagate-marks): Rename variable to something more sensible.
13085
13086 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13087
13088 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13089 (gmm-image-load-path-for-library): Fix typos in docstrings.
13090 (gmm-message): Reflow docstring.
13091
13092 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13093
13094 * mail-source.el (mail-source-set-1, mail-source-bind):
13095 Move auth-source code out of the macro to clean it up and fix bugs.
13096
13097 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13098
13099 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13100 by sender if it's equal to user-mail-address, it's likely to be
13101 useless.
13102
13103 * mail-source.el (mail-source-bind): Don't use user or password if they
13104 are not bound. Unintern them if they are nil. Don't use server unless
13105 it's bound, and default it to empty string otherwise.
13106
13107 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13108
13109 * mail-source.el: Load auth-source.el.
13110 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13111 get user name or password, if auth-sources is set up.
13112
13113 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13114 strategy of splitting with parent.
13115 (gnus-registry-split-fancy-with-parent)
13116 (gnus-registry-post-process-groups): Use it and fix prior
13117 bug (returning a list as the split result).
13118
13119 * auth-source.el (auth-sources): Remove server parameter.
13120 (auth-source-pick, auth-source-user-or-password)
13121 (auth-source-user-or-password-imap)
13122 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13123 (auth-source-user-or-password-sftp)
13124 (auth-source-user-or-password-smtp): Remove server parameter.
13125
13126 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13127
13128 * smime.el (smime-sign-region, smime-encrypt-region)
13129 (smime-decrypt-region):
13130 Remove redundant calls to `generate-new-buffer-name'.
13131
13132 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13133
13134 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13135 Don't use QP for message/rfc822.
13136 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13137
13138 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * sieve-manage.el (sieve-string-bytes): Remove.
13141 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13142 correct byte-length only if the process's coding-system is the same as
13143 the one used internally by Emacs to represent strings.
13144
13145 2008-04-22 Juri Linkov <juri@jurta.org>
13146
13147 * mailcap.el (mailcap-file-default-commands): New function.
13148
13149 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13150
13151 * message.el (message-signature-separator, message-cite-function):
13152 Change custom version.
13153
13154 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13155
13156 * mm-decode.el (mm-display-external): Make temp file read-only.
13157
13158 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13159
13160 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13161 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13162 `C-c C-f d'.
13163
13164 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13165
13166 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13167
13168 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13169
13170 * auth-source.el: Add docs.
13171 (auth-sources): Modify format to support server.
13172 (auth-source-pick, auth-source-user-or-password)
13173 (auth-source-user-or-password-imap)
13174 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13175 (auth-source-user-or-password-sftp)
13176 (auth-source-user-or-password-smtp): Add server parameter.
13177
13178 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13179
13180 * gnus-registry.el: Initialize the registry when gnus-registry-install
13181 is t.
13182
13183 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13184
13185 * compface.el (uncompface): Make buffer unibyte.
13186
13187 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13188
13189 * mail-source.el (mail-source-value):
13190 Prefer fboundp to functionp so it works with macros as well.
13191
13192 2008-04-05 Glenn Morris <rgm@gnu.org>
13193
13194 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13195
13196 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13199 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13200
13201 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13202 multibyteness after rather than before erasing it.
13203
13204 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13205 mm-with-multibyte.
13206 (gnus-request-article-this-buffer): Make sure the proper decoding is
13207 used if gnus-original-article-buffer happens to be unibyte.
13208
13209 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13210 default-enable-multibyte-characters.
13211
13212 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13213 default-enable-multibyte-characters.
13214
13215 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13216
13217 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13218
13219 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13220
13221 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13222 Fix last change in case the element is not even a symbol.
13223
13224 2008-04-02 Simon Josefsson <simon@josefsson.org>
13225
13226 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13227 imap-enable-exchange-bug-workaround.
13228 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13229
13230 2008-04-01 Simon Josefsson <simon@josefsson.org>
13231
13232 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13233 a 100 byte status-checks into a 2-3MB transfer for each group.
13234 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13235 to enable bug workaround or not.
13236 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13237
13238 2008-03-31 Glenn Morris <rgm@gnu.org>
13239
13240 * message.el (mml2015-use): Declare for compiler.
13241 (message-info): Require mml2015 when appropriate.
13242
13243 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13246 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13247 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13248 (nntp-service-to-port): New function.
13249 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13250 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13251 (nntp-open-netcat-stream): New function.
13252 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13253
13254 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13255
13256 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13257
13258 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13259
13260 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13261
13262 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13263
13264 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13265
13266 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13267
13268 * message.el (message-signature-separator): Change default.
13269 Improve custom type.
13270 (message-cite-function): Change default to
13271 message-cite-original-without-signature.
13272
13273 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13274 toggle.
13275
13276 * message.el (message-check-news-body-syntax): Fix signature check.
13277 (message-setup-1): Mark buffer as unmodified _after_ running
13278 message-setup-hook and handling message-alternative-emails.
13279 (message-shorten-references): Be more strict when building list of
13280 valid references to comply with GNKSA.
13281
13282 * gnus-group.el (gnus-read-ephemeral-bug-group)
13283 (gnus-read-ephemeral-debian-bug-group)
13284 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13285
13286 * message.el (message-info): Don't use booleanp which isn't supported
13287 in Emacs 21 and XEmacs.
13288
13289 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13290
13291 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13292 gnus-group-gmane-group-download-format.
13293 (gnus-group-read-ephemeral-gmane-group): Rename from
13294 gnus-group-read-ephemeral-gmane-group.
13295 (gnus-read-ephemeral-gmane-group-url): Rename from
13296 gnus-group-read-ephemeral-gmane-group-url.
13297 (gnus-bug-group-download-format-alist): New variable.
13298 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13299 (gnus-read-ephemeral-emacs-bug-group): New commands.
13300
13301 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13302
13303 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13304 (gnus-visible-headers): Improve custom type.
13305
13306 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13307
13308 * mml.el (mml-menu): Add workarounds for XEmacs.
13309
13310 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13311 X-Boundary header.
13312
13313 * message.el (message-simplify-recipients): Fix previous commit.
13314
13315 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13316
13317 * mm-util.el (mm-set-buffer-multibyte): New function.
13318 * mm-decode.el (mm-copy-to-buffer): Use it.
13319
13320 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13321 Prefer fboundp to functionp so it works with macros as well.
13322
13323 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13324
13325 * message.el (message-alter-recipients-discard-bogus-full-name):
13326 New function.
13327 (message-alter-recipients-function): New variable.
13328 (message-get-reply-headers): Use it.
13329 (message-replace-header): New helper function.
13330 (message-recipients-without-full-name): New variable.
13331 (message-simplify-recipients): New command.
13332
13333 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13334
13335 * message.el (message-info): Handle EasyPG manual.
13336
13337 * mml.el (mml-menu): Add entry for EasyPG.
13338
13339 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13340
13341 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13342 parameter.
13343
13344 * message.el (message-disassociate-draft): Specify drafts group name
13345 fully.
13346
13347 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13348
13349 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13350 Eliminate unnecessary duplicates from the match list.
13351
13352 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13353
13354 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13355 args of `how-many' of which the XEmacs version doesn't take; declare
13356 Info-index-next as function.
13357
13358 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13359
13360 * gnus-score.el (gnus-score-headers): Fix handling of
13361 gnus-inhibit-slow-scoring.
13362
13363 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13364 string.
13365 (gnus-button-url-regexp): Improve handling of parenthesis.
13366 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13367 (gnus-button-handle-info-keystrokes): Handle index entries.
13368
13369 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13370
13371 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13372 Incoming* files.
13373
13374 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13375
13376 * auth-source.el (auth-sources): Rename from auth-source-choices.
13377 (auth-source-pick): Use it.
13378
13379 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13380
13381 * auth-source.el (auth-source-protocols)
13382 (auth-source-protocols-customize, auth-source-choices): Add and
13383 modified variable customizations and defaults.
13384 (auth-source-pick, auth-source-user-or-password)
13385 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13386 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13387 (auth-source-user-or-password-sftp)
13388 (auth-source-user-or-password-smtp): Use new variables and provide an
13389 interface to netrc.el.
13390
13391 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13392
13393 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13394 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13395 Make sure the nntp port to specify is a string.
13396
13397 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13398
13399 * nntp.el: Use with-current-buffer.
13400 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13401 dubious mm-with-unibyte-current-buffer.
13402 (nntp-with-open-group-function): New function extracted from
13403 nntp-with-open-group macro.
13404 (nntp-with-open-group): Use the function, so it's easier to debug.
13405 Add indentation and debugging info.
13406 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13407 Recommend the use of the netcat alternatives.
13408
13409 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13410 Avoid mm-string-as-multibyte as well.
13411
13412 * nnweb.el (nnweb-insert-html):
13413 Remove use of nnheader-string-as-multibyte.
13414
13415 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13416 (nnheader-string-as-multibyte): Remove.
13417
13418 * mm-view.el: Use inhibit-read-only.
13419 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13420 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13421 or unibyte-string.
13422
13423 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13424 (mm-uu-yenc-extract): Use with-current-buffer.
13425
13426 * gnus-soup.el (gnus-soup-send-packet): Don't use
13427 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13428
13429 * nnmh.el: Use with-current-buffer.
13430 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13431 mm-string-as-multibyte on the output of mm-encode-coding-string.
13432
13433 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13434 (nnimap-request-move-article): Use with-current-buffer.
13435
13436 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13437 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13438 conversion uses string-make-unibyte rather than string-as-unibyte.
13439
13440 * gnus-msg.el: Use with-current-buffer.
13441
13442 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13443
13444 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13445
13446 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13447 string for caching if it is 'PIN.
13448
13449 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13450
13451 * mail-source.el (mail-source-delete-old-incoming-confirm):
13452 Change default to nil.
13453 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13454
13455 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13456
13457 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13458 (gnus-article-goto-prev-page): Work for articles having ^L's.
13459
13460 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13461
13462 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13463
13464 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13465
13466 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13467 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13468 (gnus-bookmark-jump): Adjust some variable names.
13469
13470 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13471
13472 * auth-source.el: New package.
13473 (auth-source-choices): Add customization entry point variable.
13474
13475 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13476 bug.
13477
13478 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13479
13480 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13481 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13482 (gnus-registry-install-shortcuts): Rename from
13483 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13484 the `gnus-registry-mark-map' keymap dynamically from
13485 `gnus-registry-marks'. The generated functions update the summary line
13486 when a registry mark is added or deleted, and will call
13487 `gnus-registry-install-p' (see the comments in the code).
13488 (gnus-registry-user-format-function-M): Use concat intelligently.
13489
13490 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13491 the registry mark functions.
13492
13493 2008-03-05 Glenn Morris <rgm@gnu.org>
13494
13495 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13496 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13497 gnus-art.
13498 (top-level): No need to load own source when compiling.
13499
13500 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13501
13502 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13503 Suggested by <chris.anderton@zetnet.co.uk>.
13504
13505 2008-03-04 Glenn Morris <rgm@gnu.org>
13506
13507 * gnus-sum.el (top-level): No need to require gnus when compiling,
13508 since unconditionally required near start of file.
13509 (gnus-summary-display-while-building): Move definition before use.
13510
13511 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13512
13513 * gnus-registry.el (gnus-registry-user-format-function-M):
13514 Add formatting function.
13515
13516 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13517
13518 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13519 with plists.
13520 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13521 Use new format.
13522
13523 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13524
13525 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13526 `where-is-internal' that returns a range of key sequences.
13527
13528 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13531
13532 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13533 (gnus-summary-jump-to-group): Consider windows on other displayed
13534 frames as well. Similar changes might be needed elsewhere, but that's
13535 the one I've bumped into during my use.
13536
13537 * nndoc.el (nndoc-oe-dbx-type-p):
13538 * gnus-msg.el (gnus-debug):
13539 * gnus-group.el (gnus-update-group-mark-positions):
13540 Use mm-string-to-multibyte.
13541
13542 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13543
13544 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13545 doesn't handle NotDashEscaped.
13546
13547 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13548 (mml-dnd-attach-options): Fix typo in custom choice.
13549
13550 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13551 Change nndoc-article-type to mbox.
13552 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13553
13554 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13555 to nil, instead of html2text.
13556
13557 * imap.el (imap-debug): Add `imap-ping-server'.
13558
13559 * gnus-bookmark.el: Add FIXMEs.
13560
13561 * message.el (message-form-letter-separator)
13562 (message-send-form-letter-delay): New variables.
13563 (message-send-form-letter): Use them. New command to send form
13564 letters. Requested by Uwe Siart.
13565 (message-send-mail-function): Doc fix. Add "Other" custom option.
13566
13567 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13568
13569 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13570 empty author.
13571
13572 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13573
13574 * gnus-registry.el (gnus-registry-marks): Add variable for
13575 customization of marks and their appearance.
13576 (gnus-registry-read-mark): Use it.
13577 (gnus-registry-do-marks): Add utility function to loop through
13578 `gnus-registry-marks'.
13579 (gnus-registry-install-shortcuts-and-menus): Add function to install
13580 shortcuts and menus.
13581 (gnus-registry-initialize): Use it.
13582 (gnus-registry-default-mark): Clarify documentation.
13583
13584 2008-02-29 Glenn Morris <rgm@gnu.org>
13585
13586 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13587 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13588 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13589 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13590 Change defcustom :version from 23.0 to 23.1.
13591
13592 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13593
13594 * gnus-registry.el (gnus-registry-follow-group-p)
13595 (gnus-registry-post-process-groups): Add functions to aid registry
13596 splitting and improve logging. Clarify behavior in function
13597 documentation.
13598 (gnus-registry-split-fancy-with-parent): Use them.
13599
13600 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13601
13602 * gnus-art.el: Use with-current-buffer.
13603
13604 2008-02-27 David Engster <dengste@eml.cc>
13605
13606 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13607 Express real group name in the response.
13608
13609 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13610
13611 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13612 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13613 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13614 autoload gnus-registry-fetch-group when compiling.
13615 (nnmairix-request-group-with-article-number-correction):
13616 Remove unreferenced argument passed to nnmairix-call-backend.
13617
13618 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13619
13620 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13621 (mm-uu-extract): Improve face for low color ttys.
13622 Reported by Sascha Wilde.
13623
13624 2008-02-27 Glenn Morris <rgm@gnu.org>
13625
13626 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13627 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13628 variables to defconsts. Convert comments to doc-strings.
13629 (nnmairix-last-server, nnmairix-current-server): Convert from free
13630 variables to defvars. Convert comments to doc-strings.
13631 (gnus-registry-fetch-group): Autoload.
13632 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13633 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13634 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13635 caddr.
13636 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13637 nnmairix-request-group-with-article-number-correction call.
13638 (nnmairix-fast, nnmairix-group): New, less general names, for free
13639 variables passed from nnmairix-request-group to
13640 nnmairix-request-group-with-article-number-correction. Declare.
13641 (nnmairix-request-group-with-article-number-correction):
13642 Use nnmairix-fast, nnmairix-group rather than fast, group.
13643
13644 2008-02-26 David Engster <dengste@eml.cc>
13645
13646 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13647 version 0.5.
13648
13649 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13650
13651 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13652 instead of making an extra function call. Don't add the current group
13653 to articles only when they have the group. Use
13654 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13655 Reported by David <de_bb@arcor.de>.
13656
13657 2008-02-24 Miles Bader <miles@gnu.org>
13658
13659 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13660 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13661 (mm-find-mime-charset-region):
13662 * mm-bodies.el (mm-encode-body):
13663 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13664
13665 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13666
13667 * mail-source.el (mail-source-delete-incoming): Change default.
13668 Supplement doc string.
13669
13670 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13671
13672 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13673
13674 * nnmail.el (nnmail-message-id-cache-file): Derive from
13675 `gnus-home-directory'.
13676
13677 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13678
13679 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13680 Document negative prefix.
13681
13682 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13683
13684 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13685
13686 * message.el (message-unsent-separator): Add the Exim bounce
13687 separator.
13688
13689 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13690
13691 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13692 list.
13693 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13694 recipient/signer list.
13695
13696 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13697
13698 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13699 fbound (Emacs 23 unicode), signal an error.
13700
13701 2008-02-08 Glenn Morris <rgm@gnu.org>
13702
13703 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13704
13705 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13706
13707 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13708 ports to the calls to `netrc-machine-user-or-password' in addition to
13709 "imap" and "imaps".
13710
13711 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13712
13713 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13714 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13715 <hanche@math.ntnu.no>.
13716
13717 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13718
13719 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13720
13721 2008-02-01 Zhang Wei <id.brep@gmail.com>
13722
13723 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13724
13725 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13726
13727 2008-02-01 Miles Bader <miles@gnu.org>
13728
13729 * mml.el (mml-parse-1): Remove apparently vestigial use of
13730 `mm-hack-charsets'.
13731 * mm-bodies.el (mm-encode-body): Likewise.
13732
13733 2008-02-01 Kenichi Handa <handa@m17n.org>
13734
13735 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13736 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13737 (rfc2104-hash): Convert the result of concat to unibyte string.
13738
13739 2008-02-01 Dave Love <fx@gnu.org>
13740
13741 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13742 coding-system-for-read.
13743 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13744
13745 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13746 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13747 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13748
13749 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13750
13751 * mail-source.el (mail-sources): Add `group' choice.
13752
13753 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13754 parameter `in-group' to control into which group the articles go.
13755 Add treatment of `group' mail-source.
13756
13757 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13758
13759 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13760 * message.el (message-beginning-of-line): Use featurep instead of bound
13761 tests in order to resolve conditionals at compile time.
13762
13763 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13764
13765 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13766
13767 * mm-decode.el (mm-dissect-buffer): Decode description.
13768
13769 * mml.el (mml-to-mime): Encode message header first.
13770
13771 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13772
13773 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13774 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13775
13776 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13777
13778 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13779
13780 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13781
13782 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13783 prefix keys.
13784 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13785 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13786 gnus-xmas.el.
13787
13788 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13789
13790 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13791 Add new variables for article mark management.
13792 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13793 list of extra data entries which, when present, will indicate that the
13794 article ID should not be trimmed from the registry.
13795 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13796 functions.
13797 (gnus-registry-read-mark): New function to read a mark name from the
13798 user.
13799 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13800 (gnus-registry-set-article-mark-internal): New functions to add and
13801 remove marks.
13802 (gnus-registry-get-article-marks): New function to show the marks for
13803 an article, or retrieve them for further use.
13804
13805 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13806
13807 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13808 keys when no argument is given.
13809
13810 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13811
13812 * gnus-sum.el (gnus-article-sort-by-random)
13813 (gnus-thread-sort-by-random): Fix doc strings.
13814 Reported by jidanni@jidanni.org.
13815
13816 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13817
13818 * gnus-art.el (gnus-article-describe-bindings): New function.
13819 (gnus-article-read-summary-keys): Use it.
13820 (gnus-article-mode-map): Bind `C-h b' to it.
13821
13822 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13823
13824 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13825 XEmacs.
13826 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13827 Protect against non-character events.
13828
13829 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13830
13831 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13832 New command.
13833 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13834 instead of END. Change name of the temp file.
13835 (gnus-group-gmane-group-download-format): Add doc string. Make it
13836 customizable.
13837
13838 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13839
13840 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13841 bind `S W' to gnus-article-wide-reply-with-original; set default
13842 binding to gnus-article-read-summary-send-keys.
13843 (gnus-article-read-summary-keys): Fix the order of keys; display
13844 continuation keys correctly in the echo area; describe bindings
13845 correctly when keys end with `C-h'.
13846 (gnus-article-read-summary-send-keys): New function.
13847 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13848 Work for gnus-article-read-summary-send-keys; display continuation keys
13849 correctly in the echo area.
13850 (gnus-article-reply-with-original): Ignore prefix argument.
13851 (gnus-article-wide-reply-with-original): New function.
13852
13853 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13854
13855 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13856 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13857
13858 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13859
13860 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13861 (gnus-group-read-ephemeral-gmane-group): New command.
13862
13863 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13864
13865 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13866
13867 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13868
13869 * message.el (message-send-mail-function): Increase custom version.
13870
13871 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13872 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13873
13874 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13875
13876 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13877 html parts correctly; support forwarded messages.
13878 (gnus-article-browse-html-article): Remove work buffers.
13879
13880 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13881 compiling.
13882 (netrc-bound-and-true-p): New macro.
13883 (netrc-parse): Use it instead of bound-and-true-p that is not available
13884 in XEmacs 21.4.
13885
13886 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13887
13888 * gnus-registry.el (gnus-registry-mark-article)
13889 (gnus-registry-article-marks): Add functionality to mark articles
13890 through the Gnus registry.
13891
13892 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13893 (netrc-parse): Use encrypt-file-alist to determine if
13894 encrypt-find-model or encrypt-insert-file-contents should be used.
13895
13896 2007-12-19 Glenn Morris <rgm@gnu.org>
13897
13898 * mml.el (message-options-set, message-narrow-to-head)
13899 (message-in-body-p, message-mail-p, message-encode-message-body):
13900 Autoload.
13901 (message-remove-header, message-narrow-to-headers-or-head)
13902 (message-subscribed-p, message-make-mail-followup-to)
13903 (message-position-on-field, message-news-p)
13904 (message-options-set-recipient, message-generate-headers)
13905 (message-sort-headers): Declare as functions.
13906
13907 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13908
13909 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13910 convention in doc string.
13911
13912 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13913
13914 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13915 title to html parts.
13916 (gnus-article-browse-html-article): Pass message header to it.
13917
13918 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13919
13920 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13921
13922 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13923 or password compatible with XEmacs.
13924
13925 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13926
13927 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13928 format document.
13929 (gnus-mime-delete-part): Don't write description line if empty.
13930 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13931
13932 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13933
13934 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13935 (gnus-summary-mark-read-and-unread-as-read)
13936 (gnus-summary-mark-current-read-and-unread-as-read)
13937 (gnus-summary-mark-unread-as-ticked): Doc fix.
13938 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13939
13940 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13941
13942 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13943 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13944
13945 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13946
13947 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13948 yes-or-no-p.
13949
13950 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13951
13952 * mm-decode.el (mm-add-meta-html-tag): New function.
13953 (mm-save-part-to-file, mm-pipe-part): Use it.
13954
13955 * gnus-art.el (gnus-article-browse-delete-temp-files):
13956 Use gnus-y-or-n-p instead of y-or-n-p.
13957 (gnus-article-browse-html-parts): Work with message/external-body; use
13958 mm-add-meta-html-tag.
13959
13960 2007-12-11 Glenn Morris <rgm@gnu.org>
13961
13962 * gnus-cache.el: Require gnus-sum not just when compiling.
13963
13964 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13965
13966 * gnus-int.el (gnus-server-opened, gnus-status-message):
13967 Move definitions before use.
13968
13969 * mm-decode.el: Require gnus-util.
13970 (mm-remove-part): Only call delete-annotation on XEmacs.
13971
13972 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13973
13974 * nnmail.el: Require gnus-int.
13975
13976 * spam.el: Move `require's before `eval-when-compile's.
13977
13978 * gnus-ems.el (gnus-alive-p):
13979 * gnus-fun.el (message-goto-eoh):
13980 * gnus-util.el (gnus-group-name-decode):
13981 * mail-source.el (gnus-compress-sequence):
13982 * message.el (Info-goto-node, format-spec):
13983 * mm-bodies.el (message-options-get):
13984 * mm-decode.el (mm-view-pkcs7):
13985 * mm-util.el (gmm-write-region):
13986 * mml-smime.el (mml-compute-boundary)
13987 (gnus-completing-read-with-default):
13988 * mml.el (widget-button-press, gnus-make-hashtable):
13989 * mml1991.el (mm-decode-content-transfer-encoding)
13990 (mm-encode-content-transfer-encoding)
13991 (message-options-get, message-options-set):
13992 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13993 * nnfolder.el (gnus-request-group):
13994 * nnheader.el (ietf-drums-unfold-fws):
13995 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13996 * smime.el (gnus-run-mode-hooks):
13997 * spam-stat.el (gnus-message): Autoload.
13998
13999 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14000 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14001 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14002 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14003 Add declare-function compatibility definition.
14004
14005 * gnus-cache.el (nnvirtual-find-group-art):
14006 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14007 (gnus-add-image, gnus-add-wash-type):
14008 * gnus-group.el (nnkiboze-score-file):
14009 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14010 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14011 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14012 (message-tokenize-header, gnus-get-buffer-create)
14013 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14014 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14015 * gnus.el (gnus-group-decoded-name):
14016 * mail-source.el (imap-capability):
14017 * mm-bodies.el (message-options-set):
14018 * mm-decode.el (gnus-configure-windows):
14019 * mm-extern.el (message-goto-body):
14020 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14021 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14022 (epg-sub-key-validity, message-options-set):
14023 * mml.el (widget-event-point, gnus-configure-windows):
14024 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14025 * mml2015.el (epg-check-configuration, epg-configuration)
14026 (message-options-set):
14027 * nndb.el (nndb-request-article):
14028 * nnfolder.el (gnus-request-create-group):
14029 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14030 * nnmaildir.el (gnus-group-mark-article-read):
14031 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14032 * rfc1843.el (message-fetch-field):
14033 * spam.el (gnus-extract-address-components):
14034 Declare as functions.
14035
14036 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14037
14038 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14039
14040 2007-12-09 Glenn Morris <rgm@gnu.org>
14041
14042 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14043
14044 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14045 * message.el, mm-view.el, sieve-manage.el, smime.el:
14046 Add declare-function compatibility definition.
14047
14048 * gnus-art.el (w3-region, w3m-region, Info-menu):
14049 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14050 * gnus-sum.el (gnus-get-predicate):
14051 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14052 * message.el (mail-abbrev-in-expansion-header-p):
14053 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14054 (w3m-detect-meta-charset, w3m-region):
14055 * sieve-manage.el (password-read, password-cache-add)
14056 (password-cache-remove):
14057 * smime.el (password-read-and-add): Declare as functions.
14058
14059 2007-12-08 David Kastrup <dak@gnu.org>
14060
14061 * gnus-sum.el (gnus-summary-simplify-subject-query):
14062 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14063 `message'.
14064
14065 2007-12-07 Glenn Morris <rgm@gnu.org>
14066
14067 * gnus-art.el (article-make-date-line): Revert previous change.
14068
14069 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14070
14071 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14072
14073 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14074
14075 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14076 Call gnus-add-to-range ranges only once with a prepared article-list.
14077
14078 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14079
14080 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14081 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14082 group names with backslashes.
14083 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14084
14085 2007-12-06 Deepak Goel <deego3@gmail.com>
14086
14087 * gnus-art.el (article-make-date-line):
14088 * gnus-start.el (gnus-load):
14089 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14090
14091 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14092
14093 * gnus-art.el (gnus-use-idna):
14094 * gnus-start.el (gnus-site-init-file):
14095 * message.el (message-use-idna):
14096 * mm-uu.el (mm-uu-hide-markers):
14097 * smiley.el (smiley-style): Revert changes that suppress warnings.
14098
14099 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14100
14101 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14102 specify charset to html source.
14103 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14104
14105 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14106
14107 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14108 idna-program in order to suppress byte compile warning issued by XEmacs
14109 that came to byte compile the default value section of defcustom forms
14110 recently.
14111
14112 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14113 value of installation-directory.
14114
14115 * message.el (message-use-idna): Don't directly refer to the value of
14116 idna-program.
14117
14118 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14119
14120 * smiley.el (smiley-style): Don't directly call face-attribute.
14121
14122 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14123
14124 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14125
14126 * gnus-dired.el: Reduce Gnus dependencies.
14127 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14128 Don't require. Use autoloads instead.
14129 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14130 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14131 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14132 (gnus-dired-mode): Adjust doc string.
14133 (gnus-dired-mail-mode): New variable.
14134 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14135 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14136 (gnus-dired-mail-buffers): New function. Return mail or message
14137 composition buffers.
14138 (gnus-dired-attach): Use it.
14139 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14140 NO-DECODE.
14141 (gnus-dired-print): Use `gnus-print-buffer' depending on
14142 `gnus-dired-mail-mode'.
14143
14144 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14145
14146 * rfc2047.el (rfc2047-encoded-word-regexp)
14147 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14148 explaining what regexp patterns are for.
14149
14150 2007-12-04 Glenn Morris <rgm@gnu.org>
14151
14152 * password.el: Move to ../password-cache.el.
14153
14154 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14155 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14156 * mml-smime.el (password-read, password-cache-add)
14157 (password-cache-remove):
14158 No need to autoload, since mml-sec requires password.
14159
14160 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14161 * message.el (gnus-extract-address-components):
14162 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14163
14164 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14165 password.
14166
14167 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14168
14169 * mailcap.el: Reduce dependencies.
14170 (mail-header-parse-content-type): Autoload.
14171 (mailcap-delete-duplicates): New alias.
14172 (mailcap-mime-info): Add optional argument NO-DECODE.
14173 (mailcap-mime-types): Use mailcap-delete-duplicates.
14174
14175 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14176
14177 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14178
14179 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14180 function.
14181
14182 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14183 (gnus-uu-yenc-article): New function.
14184
14185 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14186
14187 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14188
14189 2007-12-02 Glenn Morris <rgm@gnu.org>
14190
14191 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14192 Move to ../net.
14193
14194 * binhex.el, uudecode.el: Move to ../mail.
14195
14196 * encrypt.el: Remove file.
14197
14198 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14199
14200 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14201 matches on patches.
14202
14203 * gnus-art.el (gnus-article-browse-html-article):
14204 Mention `mm-text-html-renderer' in the doc string.
14205
14206 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14207 string. Add comments.
14208
14209 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14210 if rhs is ASCII.
14211
14212 2007-12-01 Glenn Morris <rgm@gnu.org>
14213
14214 * dig.el, dns.el: Move to ../net.
14215 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14216
14217 * mail-source.el (top-level): Require format-spec before
14218 eval-when-compile.
14219
14220 2007-11-30 Glenn Morris <rgm@gnu.org>
14221
14222 * encrypt.el: Require password, rather than autoloading password-read.
14223
14224 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14225
14226 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14227 caller can indicate whether the cache should be disregarded for this
14228 call. This way the result of the call is reproducible at all times and
14229 can be considered a canonical server name for the supplied method.
14230 (gnus-agent-method-p): Canonicalize server names by pushing their
14231 method through `gnus-method-to-server' using the no-cache argument.
14232
14233 * gnus-srvr.el (gnus-server-insert-server-line):
14234 Call `gnus-method-to-server' with `no-cache' argument.
14235
14236 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14237 gnus-agent-possibly-synchronize-flags as this should be called when the
14238 server is actually being opened.
14239 (gnus-agent-possibly-synchronize-flags)
14240 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14241 flags file of an agentized server to the latter function.
14242
14243 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14244 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14245 after a connection has been established successfully.
14246
14247 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14248
14249 * gnus-art.el (article-display-face): Force to display face if called
14250 interactively; check if gnus-article-x-face-too-ugly matches author.
14251 (article-display-x-face): Display face even if From header is missing
14252 as article-display-face does.
14253
14254 2007-11-28 Richard Stallman <rms@gnu.org>
14255
14256 * md4.el: Move to ../.
14257 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14258
14259 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14260
14261 * mail-source.el (mail-sources): Default to fetch from file for
14262 compatibility with default of nnmail-spool-file.
14263
14264 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14265
14266 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14267 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14268 to look for encoded word that should be encoded again.
14269 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14270 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14271 encoding pattern.
14272 (rfc2047-decode-region): Switch strict regexp and loose one according
14273 to rfc2047-allow-irregular-q-encoded-words.
14274
14275 2007-11-26 Simon Josefsson <simon@josefsson.org>
14276
14277 * imap.el: Move to ../net directory.
14278
14279 2007-11-25 Romain Francoise <romain@orebokech.com>
14280
14281 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14282
14283 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14284
14285 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14286 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14287
14288 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14289 `nnmail-spool-file'.
14290
14291 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14292 `nnmail-spool-file'.
14293
14294 * gnus-move.el (gnus-change-server): Ditto.
14295
14296 * gnus-kill.el (gnus-batch-score): Ditto.
14297
14298 * gnus-cache.el (gnus-jog-cache): Ditto.
14299
14300 * gnus-msg.el (gnus-summary-reply):
14301 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14302
14303 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14304
14305 * gnus-cache.el (gnus-cache-generate-nov-databases):
14306 Use nnml-generate-nov-databases-directory instead of
14307 nnml-generate-nov-databases-1.
14308
14309 2007-11-24 Glenn Morris <rgm@gnu.org>
14310
14311 * message.el (message-tool-bar-retro): Update for rename
14312 mail_send.xpm->mail-send.xpm.
14313
14314 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14315
14316 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14317 `smime-ldap-search' for Emacs 22 and up.
14318
14319 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14320
14321 * hashcash.el: Move to ../mail directory.
14322
14323 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14324
14325 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14326 `smime-ldap-search' for Emacs 22 and up.
14327
14328 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14331
14332 * message.el (message-send-mail-function): Fix error convention.
14333 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14334 (message-widen-reply, message-send-mail, message-talkative-question)
14335 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14336 (message-clone-locals, message-send-news): Use with-current-buffer.
14337 (message-insert-or-toggle-importance): Remove unused var `valid'.
14338 (message-make-references): Remove unused var `new-references'.
14339 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14340
14341 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14342
14343 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14344 (spam-split-symbolic-return-positive): Reflow docstring.
14345 (spam-backends, spam-summary-exit-behavior)
14346 (spam-mark-ham-unread-before-move-from-spam-group)
14347 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14348 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14349 (spam-clear-cache, spam-backend-check, spam-install-backend)
14350 (spam-install-statistical-backend, spam-list-of-processors)
14351 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14352 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14353 (spam-check-crm114, spam-initialize, spam-unload-hook):
14354 Fix typos in docstrings.
14355
14356 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14357
14358 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14359 been checked if they have never been read and those group levels are
14360 higher than the one that a user specified.
14361
14362 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14363
14364 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14365 foreign groups unless a group level is specified by a user.
14366 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14367
14368 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14369
14370 * message.el (message-send-mail-function): Require sendmail.
14371
14372 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14373
14374 * message.el (message-send-mail-function): Check for smtpmail too.
14375
14376 * utf7.el (utf7-encode, utf7-decode): Use coding system
14377 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14378
14379 * message.el (message-send-mail-function): New function.
14380 (message-send-mail-function): Set default using
14381 message-send-mail-function. Adjust doc string.
14382 (message-send-mail-with-mailclient): New function.
14383
14384 2007-11-17 Richard Stallman <rms@gnu.org>
14385
14386 * assistant.el: Remove file.
14387
14388 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14389
14390 * smime.el (from):
14391 * rfc2047.el (message-posting-charset):
14392 * qp.el (mm-use-ultra-safe-encoding):
14393 * pop3.el (parse-time-months):
14394 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14395 * nnml.el (files):
14396 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14397 (jka-compr-compression-info-list, ange-ftp-path-format)
14398 (efs-path-regexp):
14399 * nndiary.el (files):
14400 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14401 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14402 (epg-digest-algorithm-alist, inhibit-redisplay)
14403 (password-cache-expiry):
14404 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14405 (pgg-output-buffer, password-cache-expiry):
14406 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14407 (efs-path-regexp):
14408 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14409 (inhibit-redisplay):
14410 * mm-uu.el (file-name, start-point, end-point, entry)
14411 (gnus-newsgroup-name, gnus-newsgroup-charset):
14412 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14413 (latin-unity-ucs-list):
14414 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14415 (mm-uu-binhex-decode-function):
14416 * message.el (gnus-message-group-art, gnus-list-identifiers)
14417 (rmail-enable-mime-composing, gnus-local-organization)
14418 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14419 (gnus-read-active-file, facemenu-add-face-function)
14420 (facemenu-remove-face-function, gnus-article-decoded-p)
14421 (tool-bar-mode):
14422 * mail-source.el (display-time-mail-function):
14423 * gnus-util.el (nnmail-pathname-coding-system)
14424 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14425 (gnus-original-article-buffer, gnus-user-agent)
14426 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14427 (xemacs-codename, sxemacs-codename, emacs-program-version):
14428 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14429 * gnus-start.el (gnus-agent-covered-methods)
14430 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14431 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14432 (gnus-newsgroup-headers, gnus-group-list-mode)
14433 (gnus-group-mark-positions, gnus-newsgroup-data)
14434 (gnus-newsgroup-unreads, nnoo-state-alist)
14435 (gnus-current-select-method, mail-sources)
14436 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14437 (nnmail-spool-file, gnus-cache-active-hashtb):
14438 * gnus-mh.el (mh-lib-progs):
14439 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14440 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14441 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14442 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14443 (gnus-group-buffer):
14444 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14445 (font-lock-set-defaults):
14446 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14447 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14448 (gnus-summary-post-menu, total-parts, type, condition, length):
14449 * gnus-agent.el (gnus-agent-read-agentview):
14450 * flow-fill.el (show-trailing-whitespace):
14451 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14452 eval-and-compile wrappers for byte compiler pacifiers.
14453
14454 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14455 (mm-display-inline-fontify): Check for featurep 'xemacs not
14456 extent-list.
14457
14458 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14459 itimer-list.
14460 (mm-create-image-xemacs): Only do something for XEmacs.
14461 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14462
14463 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14464
14465 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14466 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14467
14468 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14469
14470 * nnimap.el (nnimap-split-download-body):
14471 * gnus-demon.el (gnus-demon):
14472 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14473
14474 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14475
14476 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14477 New macros.
14478 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14479 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14480 copy data from unibyte buffer to multibyte current buffer.
14481 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14482 to copy data from unibyte current buffer to multibyte buffer.
14483 (nntp-make-process-buffer): Make process buffer unibyte.
14484
14485 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14486
14487 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14488
14489 * pop3.el (pop3-open-server): Accept and process data more robustly at
14490 connection start to avoid spurious "POP SSL connection failed" errors.
14491
14492 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14493
14494 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14495 read group names.
14496
14497 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14498
14499 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14500
14501 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14502
14503 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14504 (nnmail-save-active): Use a unibyte buffer when saving active file,
14505 which may contain non-ASCII group names.
14506
14507 * nnml.el (nnml-request-group): Decode group names in messages.
14508
14509 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14510
14511 * message.el (message-citation-line-function)
14512 (message-insert-formatted-citation-line): Fix spelling of
14513 `message-insert-formated-citation-line'.
14514
14515 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14516
14517 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14518
14519 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14520
14521 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14522 nnmail-pathname-coding-system.
14523
14524 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14525 that a user enters; decode group names in messages.
14526
14527 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14528
14529 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14530
14531 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14532
14533 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14534
14535 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14536 risky local variable.
14537
14538 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14539
14540 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14541
14542 * encrypt.el: Improve documentation to fix function name typo.
14543 Reported by Daiki Ueno <ueno@unixuser.org>.
14544
14545 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14546
14547 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14548 even if the point is not in the last page of an article.
14549 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14550 back to the previous page.
14551
14552 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14553
14554 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14555
14556 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14557
14558 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14559
14560 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14561
14562 * message.el (message-check-news-body-syntax):
14563 Avoid mm-string-as-multibyte.
14564 (message-hide-headers): Don't assume (point-min)==1.
14565
14566 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14567
14568 * message.el (message-remove-blank-cited-lines): Fix if remove is
14569 given.
14570 (message-bogus-address-regexp): New variable.
14571 (message-bogus-recipient-p): New function.
14572 (message-check-recipients): New command.
14573 (message-syntax-checks): Add `bogus-recipient'.
14574 (message-fix-before-sending): Add `bogus-recipient'.
14575
14576 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14577 (gnus-treat-body-boundary): Don't test window-system.
14578
14579 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14580
14581 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14582
14583 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14584
14585 * gnus.el: Bump version to Gnus v5.13.
14586
14587 2007-10-28 Miles Bader <miles@gnu.org>
14588
14589 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14590 at compile-time too.
14591
14592 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14593
14594 * gnus-msg.el (gnus-message-setup-hook):
14595 Add `message-remove-blank-cited-lines' to options.
14596
14597 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14598
14599 * message.el (message-remove-blank-cited-lines): New function.
14600 Suggested by Karl Plästerer.
14601
14602 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14603
14604 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14605 mapc.
14606
14607 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14608 (top-level): Use mapc to set functions to be traced for debugging.
14609
14610 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14611 called for effect with while loop.
14612
14613 * message.el (message-talkative-question): Replace mapcar called for
14614 effect with mapc.
14615
14616 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14617 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14618 called for effect with dolist.
14619
14620 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14621
14622 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14623 gnus-extra-headers and nnmail-extra-headers.
14624
14625 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14626 called for effect with dolist.
14627 (top-level): Use mapc to set functions to be traced for debugging.
14628
14629 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14630 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14631 dolist.
14632
14633 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14634 Replace mapcar called for effect with mapc.
14635 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14636 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14637 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14638 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14639
14640 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14641 remove-if that's a cl function.
14642
14643 * webmail.el (webmail-debug): Replace mapcar called for effect with
14644 dolist.
14645
14646 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14647
14648 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14649 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14650 with while loop.
14651
14652 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14653 functions from article-* functions.
14654 (gnus-multi-decode-header): Replace mapcar called for effect with
14655 dolist.
14656
14657 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14658 (gnus-bookmark-show-details): Replace mapcar called for effect with
14659 while loop.
14660
14661 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14662 called for effect with while loop.
14663
14664 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14665 with dolist.
14666
14667 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14668 Replace mapcar called for effect with dolist.
14669
14670 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14671
14672 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14673 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14674 Replace mapcar called for effect with dolist.
14675 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14676 mapc.
14677
14678 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14679 Replace mapcar called for effect with dolist.
14680 (gnus-topic-list): Replace mapcar called for effect with mapc.
14681
14682 * gnus.el: Use mapc instead of mapcar to add autoloads.
14683
14684 2007-10-23 Richard Stallman <rms@gnu.org>
14685
14686 * gnus-group.el (gnus-group-highlight): Mark as risky.
14687
14688 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14689
14690 * gnus.el (gnus-server-to-method): Return method found first in
14691 gnus-newsrc-alist.
14692
14693 * gnus-art.el (gnus-article-highlight-signature)
14694 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14695 button overlay without the front stickiness.
14696
14697 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14698
14699 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14700 overview buffer needed a catch to receive its throw.
14701 (gnus-agent-flush-cache): Declare as interactive to make this function
14702 easier to use.
14703
14704 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14705
14706 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14707 `next-line'.
14708
14709 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14710
14711 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14712 exclude address matching message-dont-reply-to-names.
14713
14714 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14715
14716 * gnus-util.el (gnus-string<): New function.
14717
14718 * gnus-sum.el (gnus-article-sort-by-author)
14719 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14720
14721 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14722
14723 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14724 the frame-focus tag is set in gnus-buffer-configuration.
14725
14726 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14727
14728 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14729 the front stickiness.
14730
14731 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14732
14733 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14734 url pattern; remove duplicate one.
14735 (gnus-article-extend-url-button): New function.
14736 (gnus-article-add-buttons): Use it.
14737 (gnus-button-push): Use concatenated url that it makes.
14738
14739 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14740
14741 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14742 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14743
14744 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14747 Don't hardcode point-min==1.
14748
14749 2007-09-30 David Kastrup <dak@gnu.org>
14750
14751 * gnus-art.el (gnus-article-reply-with-original)
14752 (gnus-article-followup-with-original): When `transient-mark-mode' is
14753 off, refrain from active-region behavior for followups.
14754
14755 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14756
14757 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14758 Fix comment about "iso8859-1".
14759
14760 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14761
14762 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14763 ones returned from the verify-function.
14764
14765 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14766 Call mml2015-extract-cleartext-signature if extraction failed.
14767
14768 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14769
14770 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14771 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14772 failed.
14773
14774 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14775
14776 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14777
14778 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14779
14780 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14781 to mark a thread as expirable. Add variable `hide' to handle hiding of
14782 thread for both the null and zero (kill/expire thread) universal prefix
14783 cases.
14784 (gnus-summary-expire-thread): Add new function to expire a thread,
14785 using gnus-summary-kill-thread.
14786 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14787 shortcuts for gnus-summary-expire-thread.
14788 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14789 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14790
14791 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14792
14793 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14794 extras value, so an extras entry can be deleted.
14795 (gnus-registry-delete-extra-entry): Use it.
14796 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14797 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14798 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14799 storage through the gnus-registry, and provide an appropriate API for
14800 it.
14801
14802 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14803
14804 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14805 Suggested by Leo <sdl.web@gmail.com>.
14806
14807 * gnus.el: Do.
14808
14809 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14810
14811 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14812 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14813
14814 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14815
14816 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14817 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14818
14819 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14820
14821 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14822 newline.
14823 (nnmbox-request-accept-article): Don't change article in source buffer;
14824 narrow to header to use message-fetch-field rather than
14825 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14826 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14827 as delimiters; make sure article ends with newline.
14828 (nnmbox-delete-mail): Correct last position of article to be deleted;
14829 ignore X-Gnus-Newsgroup header in article body.
14830 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14831 positions; make sure article ends with newline.
14832
14833 * message.el (message-display-abbrev): Don't infloop when a user
14834 inserts SPC in the beginning of header.
14835
14836 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14837
14838 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14839 list of groups not followed by default. Fix type to be regexp.
14840 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14841
14842 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14843
14844 * hmac-def.el (define-hmac-function): Switch from old-style to
14845 new-style backquotes.
14846
14847 * md4.el (md4-make-step): Likewise.
14848
14849 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14850
14851 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14852 raw-text coding system when saving .newsrc file, which may contain
14853 non-ASCII group names.
14854
14855 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14856
14857 * gnus-cus.el (gnus-score-extra): New widget.
14858 (gnus-score-extra-convert): New function.
14859 (gnus-score-customize): Use it for Extra.
14860
14861 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14862
14863 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14864 (mml2015-mailcrypt-clear-verify): Use it.
14865 (mml2015-gpg-clear-verify): Use it.
14866 (mml2015-pgg-clear-verify): Use it.
14867 (mml2015-epg-clear-verify): Replace the current part with the output
14868 from GnuPG; don't extract the plaintext by itself.
14869
14870 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14871 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14872 mml2015-clear-verify-function; don't touch the armor headers or
14873 dash-escaped text here.
14874
14875 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14876
14877 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14878 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14879 parts, or application/octet-stream as a last resort.
14880 (gnus-mime-view-part-as-type): Don't toggle display.
14881 (gnus-mime-view-part-as-charset): Don't turn off display before
14882 querying charset.
14883
14884 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14885 stuff to undisplayer function in Emacs.
14886 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14887
14888 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14889 text/calendar parts.
14890
14891 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14892
14893 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14894 decoding text/calendar parts.
14895
14896 * message.el (message-forward-make-body-mime): Always mark body as
14897 having no illegible text; remove signed-or-encrypted argument.
14898 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14899
14900 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14901 (mml-generate-mime-1): Don't encode body if it is specified to be in
14902 raw form; don't make buffer be unibyte when inserting multibyte string.
14903
14904 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * sha1.el: Fix up comment style.
14907 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14908 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14909
14910 * hex-util.el: Fix up comment style.
14911 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14912
14913 * gnus-salt.el: Use with-current-buffer.
14914 (gnus-pick-setup-message): Fix long-standing typo.
14915
14916 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14917
14918 * imap.el (imap-logout-timeout): New variable.
14919 (imap-logout, imap-logout-wait): New functions.
14920 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14921
14922 * nnimap.el (nnimap-logout-timeout): New server variable.
14923 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14924 nnimap-logout-timeout.
14925
14926 * gnus-art.el (gnus-article-summary-command-nosave)
14927 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14928
14929 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14930
14931 * gnus.el (gnus-maximum-newsgroup): New variable.
14932
14933 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14934 according to gnus-maximum-newsgroup.
14935
14936 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14937 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14938 Limit the range of articles according to gnus-maximum-newsgroup.
14939
14940 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14941
14942 * gnus-art.el (gnus-sticky-article): Fix problems described in
14943 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14944 Don't perform gnus-configure-windows here; reuse existing sticky
14945 article buffer.
14946
14947 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14948 it doesn't exist in gnus-article-mode.
14949
14950 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14951
14952 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14953 (gnus-agent-decoded-group-name): New function.
14954 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14955 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14956
14957 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14958
14959 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14960 Add binding for gnus-sticky-article.
14961 (gnus-summary-exit): Don't kill sticky article buffers.
14962
14963 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14964 article buffer.
14965 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14966 (gnus-kill-sticky-article-buffers): New commands.
14967
14968 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14969
14970 * nntp.el (nntp-xref-number-is-evil): New server variable.
14971 (nntp-find-group-and-number): If it is non-nil, don't trust article
14972 numbers in the Xref header.
14973
14974 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14975
14976 * gnus-agent.el (gnus-agent-read-group): New function.
14977 (gnus-agent-flush-group, gnus-agent-expire-group)
14978 (gnus-agent-regenerate-group): Use it.
14979 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14980 nnmail-pathname-coding-system.
14981
14982 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14983
14984 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14985
14986 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14987 that are unread as unread, and also as selected so that information of
14988 marks having been changed by a user may be updated when exiting group.
14989
14990 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14991
14992 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14993
14994 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14995
14996 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14997 calculated ignoring signature parts to gnus-treat-article.
14998
14999 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15000
15001 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15002 a point here in order to keep the window start.
15003 (gnus-insert-mime-security-button): Make a button overlay without the
15004 front stickiness.
15005 (gnus-mime-display-security): Goto the end of a button.
15006
15007 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15008
15009 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15010
15011 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15012 group-name-at-point.
15013 (gnus-group-completing-read): New function that offers decoded
15014 non-ASCII group names for completion.
15015 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15016 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15017 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15018 (gnus-group-fetch-control): Use it.
15019 (gnus-fetch-group): Use group-name-at-point for the initial value
15020 rather than the default value; use gnus-alive-p.
15021
15022 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15023 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15024 (gnus-summary-post-news): Use gnus-group-completing-read.
15025
15026 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15027 (gnus-read-move-group-name): Decode group name for completion.
15028
15029 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15030
15031 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15032 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15033 Yamaoka slightly modified the code).
15034
15035 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15036
15037 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15038 (nnmail-split-incoming): Bind it.
15039
15040 * nnml.el (nnml-group-name-charset): New function.
15041 (nnml-decoded-group-name): Use it; don't decode group name if
15042 nnmail-group-names-not-encoded-p is non-nil.
15043 (nnml-encoded-group-name): New function.
15044 (nnml-group-pathname): Inline nnml-decoded-group-name.
15045 (nnml-request-expire-articles): Decode group name in message.
15046 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15047 nnmail-pathname-coding-system.
15048 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15049 not decoded ones according to nnmail-group-names-not-encoded-p.
15050 (nnml-generate-active-info): Use nnml-encoded-group-name.
15051
15052 2007-08-08 Glenn Morris <rgm@gnu.org>
15053
15054 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15055 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15056 doc-strings and comments.
15057
15058 2007-07-25 Glenn Morris <rgm@gnu.org>
15059
15060 * Relicense all FSF files to GPLv3 or later.
15061
15062 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15063
15064 * gnus-sum.el (gnus-summary-move-article):
15065 Make gnus-summary-respool-article work.
15066
15067 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15068
15069 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15070 string.
15071
15072 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15073
15074 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15075 that should be ignored when comparing distant RSS articles with local
15076 ones.
15077 (nnrss-make-hash-index): New function. Create a hash index according
15078 to the ignored fields.
15079 (nnrss-check-group): Use it.
15080
15081 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15082
15083 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15084
15085 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15086
15087 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15088 the new optional argument ENCODED is non-nil.
15089 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15090 coding system for encoding group name.
15091 (gnus-group-make-rss-group): Pass un-encoded group name to
15092 gnus-group-make-group.
15093 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15094 encoded.
15095
15096 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15097 Encode group name to which articles are moved or copied.
15098 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15099 coding system for encoding Newsgroup, Followup-To and Xref headers.
15100
15101 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15102 marks; use nnheader-file-coding-system to write a file.
15103 (nnagent-retrieve-headers): Bind file-name-coding-system to
15104 nnmail-pathname-coding-system.
15105
15106 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15107
15108 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15109 (nnml-request-article, nnml-request-create-group)
15110 (nnml-request-rename-group, nnml-find-id)
15111 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15112 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15113 (nnml-save-marks): Use nnml-group-pathname instead of
15114 nnmail-group-pathname.
15115
15116 (nnml-request-create-group, nnml-request-expire-articles)
15117 (nnml-request-move-article, nnml-request-delete-group)
15118 (nnml-deletable-article-p, nnml-possibly-create-directory)
15119 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15120 (nnml-open-marks): Bind file-name-coding-system to
15121 nnmail-pathname-coding-system.
15122
15123 (nnml-request-article): Pass server argument to nnml-find-group-number.
15124 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15125 Pass server argument to nnml-possibly-create-directory.
15126 (nnml-request-accept-article): Pass server argument to
15127 nnml-active-number and nnml-save-mail.
15128 (nnml-find-group-number): Pass server argument to nnml-find-id.
15129 (nnml-request-update-info): Pass server argument to
15130 nnml-marks-changed-p.
15131
15132 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15133 (nnml-save-mail, nnml-active-number): Add server argument.
15134
15135 (nnml-request-delete-group): Warn if group is missing.
15136 (nnml-get-nov-buffer): Decode group name.
15137 (nnml-generate-active-info): Encode group name.
15138 (nnml-open-marks): Decode group name in messages.
15139
15140 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15141
15142 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15143 if it is not specified.
15144 (gnus-article-pipe-part, gnus-article-save-part)
15145 (gnus-article-interactively-view-part, gnus-article-copy-part)
15146 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15147 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15148 (gnus-article-replace-part, gnus-article-delete-part)
15149 (gnus-article-view-part-as-type): Pass raw prefix argument to
15150 gnus-article-part-wrapper.
15151
15152 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15153
15154 * gnus-agent.el (gnus-agent-save-active):
15155 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15156
15157 * gnus-cache.el (gnus-cache-save-buffers)
15158 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15159 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15160 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15161 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15162 (gnus-cache-generate-active, gnus-cache-rename-group)
15163 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15164 (gnus-cache-update-overview-total-fetched-for):
15165 Bind file-name-coding-system to nnmail-pathname-coding-system.
15166 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15167 New variables.
15168 (gnus-cache-decoded-group-name): New function.
15169 (gnus-cache-file-name): Use it.
15170 (gnus-cache-generate-active): Use non-decoded group name for active.
15171
15172 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15173 right place.
15174 (gnus-write-active-file): Don't break non-ASCII group names.
15175
15176 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15177 nnmail-pathname-coding-system.
15178
15179 * gnus-uu.el (gnus-uu-decode-save): Typo.
15180
15181 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15182
15183 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15184
15185 2007-07-14 David Kastrup <dak@gnu.org>
15186
15187 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15188 finishing actions if we did not edit the article.
15189
15190 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15191
15192 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15193 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15194 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15195 (gnus-agent-flush-group, gnus-agent-flush-cache)
15196 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15197 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15198 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15199 (gnus-agent-regenerate-group)
15200 (gnus-agent-update-files-total-fetched-for)
15201 (gnus-agent-update-view-total-fetched-for):
15202 Bind file-name-coding-system to nnmail-pathname-coding-system.
15203 (gnus-agent-group-pathname): Don't encode file names by
15204 nnmail-pathname-coding-system.
15205 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15206 coding-system-for-write instead of buffer-file-coding-system to
15207 gnus-agent-file-coding-system.
15208
15209 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15210 Decode group name.
15211
15212 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15213
15214 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15215 (gnus-read-newsrc-el-file): Make group names unibyte.
15216
15217 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15218 nnmail-pathname-coding-system.
15219
15220 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15221 (nnrss-request-delete-group): Bind file-name-coding-system to
15222 nnmail-pathname-coding-system.
15223 (nnrss-read-server-data, nnrss-read-group-data):
15224 Bind file-name-coding-system correctly.
15225 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15226
15227 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15228 (nntp-server-to-method-cache): New variable.
15229 (nntp-group-pathname): New function that decodes non-ASCII group names.
15230 (nntp-possibly-create-directory, nntp-marks-changed-p)
15231 (nntp-save-marks, nntp-open-marks): Use it.
15232 (nntp-possibly-create-directory, nntp-open-marks):
15233 Bind file-name-coding-system to nnmail-pathname-coding-system.
15234 (nntp-open-marks): Decode group names when bootstrapping marks.
15235
15236 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15237 Newsgroups and Followup-To headers.
15238
15239 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15240
15241 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15242 (gnus-server-closed-face, gnus-server-denied-face)
15243 (gnus-server-offline-face): Remove variable.
15244 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15245
15246 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15247 of modifying message-stack directly for XEmacs.
15248
15249 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15250 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15251 if the coding-system argument is nil for XEmacs.
15252
15253 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15254 mm-charset-override-alist.
15255
15256 * rfc2047.el: Don't require base64; require rfc2045 for the function
15257 rfc2045-encode-string.
15258 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15259 to quote the parameter value.
15260
15261 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15262
15263 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15264 form in gnus-group-name-charset-method-alist.
15265
15266 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15267 overrides the default layout edit-form.
15268
15269 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15270
15271 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15272
15273 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15274
15275 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15276 as unfetched articles.
15277
15278 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15279
15280 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15281
15282 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15283
15284 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15285 original back end that keeps marks in the local system.
15286
15287 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15288
15289 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15290 arg of pop-to-buffer for XEmacs.
15291 (gnus-article-read-summary-keys): Ditto; don't restore window
15292 configuration if summary command ends up with neither article buffer
15293 nor summary buffer; describe bindings if summary keys end with C-h.
15294
15295 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15296
15297 * message.el (message-fix-before-sending): Skip raw message part to be
15298 forwarded while checking illegible text.
15299 (message-forward-make-body-mime, message-forward-make-body):
15300 Mark signed or encrypted raw message as having no illegible text.
15301
15302 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15303
15304 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15305 (gnus-message-with-timestamp-1): New macro.
15306 (gnus-message-with-timestamp): New function.
15307 (gnus-message): Use them.
15308
15309 * nnheader.el (nnheader-message): Use them.
15310
15311 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15312
15313 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15314 .newsrc.eld file.
15315
15316 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15317
15318 * gnus-agent.el (gnus-agent-fetch-headers)
15319 (gnus-agent-retrieve-headers):
15320 Bind gnus-decode-encoded-address-function to identity.
15321
15322 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15323 available also when the server returns simply a dot.
15324
15325 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15326
15327 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15328
15329 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15330
15331 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15332
15333 * gnus-ems.el (gnus-x-splash): Make it work.
15334
15335 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15336 from being used.
15337
15338 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15339
15340 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15341 the front stickiness.
15342 (gnus-article-summary-command-nosave): Correct the order of the
15343 arguments passed to pop-to-buffer.
15344 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15345 summary command ends up with the article buffer.
15346
15347 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15348 the same faces.
15349
15350 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15351
15352 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15353
15354 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15355
15356 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15357 * gnus-sum.el (gnus-summary-highlight):
15358 * mail-source.el (mail-source-delete-old-incoming-confirm):
15359 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15360
15361 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15362
15363 * gnus-art.el (gnus-mime-view-part-externally)
15364 (gnus-mime-view-part-internally): Fix predicate function passed to
15365 completing-read.
15366
15367 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15368
15369 * gnus.el (gnus-update-message-archive-method): Add :version.
15370
15371 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15372
15373 * gnus.el (gnus-update-message-archive-method): New variable.
15374
15375 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15376 according to gnus-message-archive-method if
15377 gnus-update-message-archive-method is non-nil.
15378
15379 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15380
15381 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15382 Suggested by Loic Dachary <loic@dachary.org>.
15383 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15384
15385 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15386
15387 * message.el (message-pop-to-buffer): Add switch-function argument.
15388 (message-mail): Pass switch-function argument to it.
15389
15390 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15391
15392 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15393 Improve doc string.
15394
15395 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15396
15397 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15398 (gnus-header-content):
15399 * gnus-cite.el (gnus-cite-10):
15400 * gnus-srvr.el (gnus-server-closed):
15401 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15402 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15403 (gnus-group-mail-3-empty, gnus-group-mail-low)
15404 (gnus-group-mail-low-empty, gnus-splash):
15405 * message.el (message-header-to, message-header-cc)
15406 (message-header-subject, message-header-other, message-header-name)
15407 (message-header-xheader, message-separator, message-cited-text)
15408 (message-mml): Lighten colors of faces used for dark background.
15409
15410 2007-05-24 Simon Josefsson <simon@josefsson.org>
15411
15412 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15413 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15414
15415 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15416
15417 * message.el (message-narrow-to-headers-or-head):
15418 Ignore mail-header-separator in the body.
15419
15420 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15421
15422 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15423 same as window size.
15424
15425 2007-05-22 Kevin Ryde <user42@zip.com.au>
15426
15427 * message.el (message-font-lock-keywords): Use message-header-xheader
15428 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15429 ahead of the anything pattern, to get it recognized.
15430
15431 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15432
15433 * gnus-sum.el (gnus-articles-to-read)
15434 (gnus-summary-insert-old-articles): Don't truncate group name for
15435 `read-string'.
15436
15437 * gnus-util.el (gnus-limit-string): Delete this function.
15438
15439 * gnus-sum.el (gnus-simplify-subject-fully):
15440 Use `truncate-string-to-width' instead.
15441
15442 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15443
15444 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15445 Tell if, on summary exit, the next group has to be selected.
15446 (gnus-summary-exit): Use it.
15447
15448 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15449
15450 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15451 non-break space.
15452
15453 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15454
15455 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15456 Check if group is not a directory.
15457 (nnfolder-request-expire-articles): Don't delete articles if the target
15458 group is not available.
15459
15460 * nnml.el (nnml-request-create-group): Properly check if group is not a
15461 file.
15462 (nnml-request-expire-articles): Don't delete articles if the target
15463 group is not available.
15464
15465 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15466 Don't quote characters that are within parentheses.
15467
15468 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15469
15470 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15471 (gnus-handle-ephemeral-exit): Select article according to it.
15472
15473 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15474
15475 * message.el (message-insert-formated-citation-line): Remove newline.
15476 (message-citation-line-format): Add final \n here so that the user can
15477 avoid a blank line.
15478
15479 2007-05-03 Dan Christensen <jdc@uwo.ca>
15480
15481 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15482 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15483 Update lanl/arXiv support.
15484
15485 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15486
15487 * gnus.el: Bump version number.
15488
15489 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15490
15491 * gnus.el (gnus-version-number): Bump version.
15492
15493 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15494
15495 * gnus.el: No Gnus v0.6 is released.
15496
15497 2007-04-27 Didier Verna <didier@xemacs.org>
15498
15499 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15500 * gmm-utils.el (gmm-regexp-concat): ... here.
15501 * message.el: Don't require 'gnus-util.
15502 (message-dont-reply-to-names): Handle name change above.
15503 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15504
15505 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15506
15507 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15508 since the initial value varies according to the system.
15509
15510 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15511
15512 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15513
15514 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15515
15516 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15517
15518 2007-04-24 Didier Verna <didier@xemacs.org>
15519
15520 Improve the type of gnus-ignored-from-addresses.
15521 * gnus-util.el (gnus-orify-regexp): New function.
15522 * message.el (gnus-util): Require it.
15523 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15524 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15525 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15526
15527 2007-04-24 Didier Verna <didier@xemacs.org>
15528
15529 * gnus-sum.el:
15530 * gnus-utils.el: Fix some trailing whitespaces.
15531
15532 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15533
15534 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15535 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15536 article's Message-ID; refer parent article in summary buffer.
15537
15538 * message.el (message-bounce): Call mime-to-mml.
15539
15540 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15541
15542 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15543
15544 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15545
15546 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15547 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15548 displayed of multipart/alternative part if it is invoked from summary
15549 buffer.
15550
15551 * mm-view.el (mm-inline-text-html-render-with-w3m)
15552 (mm-inline-text-html-render-with-w3m-standalone)
15553 (mm-inline-render-with-function): Use mail-parse-charset by default.
15554
15555 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15556
15557 * parse-time.el (parse-time-string-chars): Check if CHAR
15558 is less than the length of parse-time-syntax.
15559
15560 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15561
15562 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15563 from gnus-newsgroup-processable.
15564
15565 2007-04-16 Didier Verna <didier@xemacs.org>
15566
15567 * gnus-msg.el (gnus-configure-posting-styles):
15568 Handle message-signature-directory properly with :file syntax.
15569 Reported by "Leo".
15570
15571 2007-04-11 Didier Verna <didier@xemacs.org>
15572
15573 New user option: message-signature-directory.
15574 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15575 * message.el (message-insert-signature): Ditto.
15576 * message.el (message-signature-file): Doc update.
15577 * message.el (message-signature-directory): New.
15578
15579 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15580
15581 * gnus-msg.el (gnus-inews-yank-articles):
15582 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15583
15584 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15585
15586 * message.el (message-yank-original): Make sure cited text ends with
15587 newline; don't exchange point and mark.
15588
15589 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15590
15591 * tls.el (open-tls-stream): Properly handle case where there
15592 is no associated buffer.
15593
15594 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15595
15596 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15597 message-yank-original, make sure (< mark TEXT point).
15598
15599 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15600
15601 * message.el (message-fill-column): New variable.
15602 (message-mode): Use it. Add comment on a possible new hook.
15603
15604 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15605 (nnmail-get-new-mail): Reformat.
15606
15607 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15608
15609 * gmm-utils.el: Fix Commentary.
15610 (gmm-tool-bar-from-list): Fix typo in doc string.
15611
15612 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15613
15614 * message.el (message-yank-original): Don't switch point and mark
15615 unnecessarily to put point and mark as documented.
15616
15617 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15618
15619 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15620 from the message heads.
15621
15622 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15623
15624 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15625 article buffer does not have a window. This may not be the best
15626 solution but is certainly better than setting the start of the null,
15627 that is the current, window.
15628
15629 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15630
15631 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15632 (gnus-draft-setup): Run it.
15633
15634 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15635 gnus-score-fast-scoring. Allow regexp.
15636 (gnus-score-headers): Use it.
15637
15638 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15639 XEmacs.
15640
15641 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15642 string.
15643 (gnus-button-alist): Also catch `<f1> k ...'.
15644 (gnus-treat-display-x-face): Fix doc string.
15645
15646 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15647
15648 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15649 evaluation of gnus-extended-version to ensure correct generation of the
15650 User-Agent header when message-generate-headers-first is used.
15651
15652 2007-03-24 Simon Josefsson <simon@josefsson.org>
15653
15654 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15655 hashcash-path is nil. Don't call callback with incorrect number of
15656 parameters if val is 0.
15657
15658 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15659
15660 * message.el (message-required-news-headers):
15661 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15662
15663 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15664
15665 * message.el (message-generate-new-buffers): Change the meaning of the
15666 nil value; add `standard' to the choices; treat t as `unique'; improve
15667 doc string.
15668 (gnus-select-frame-set-input-focus): Autoload.
15669 (message-buffer-name): Search for the existing message buffer if
15670 message-generate-new-buffers is nil or `standard'; treat the value t of
15671 message-generate-new-buffers as `unique'.
15672 (message-pop-to-buffer): Raise the frame already displaying the message
15673 buffer; clear the echo area after querying.
15674 (message-setup): Pass the `continue' argument to compose-mail.
15675 (message-mail): Prefer `switch-function' if it is given; search for the
15676 existing message buffer if the `continue' argument is non-nil; pass
15677 continue and switch-function arguments to compose-mail by way of
15678 message-setup.
15679 (message-mail-other-window): Adjust argument of message-setup.
15680 (message-mail-other-frame): Ditto.
15681
15682 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15683
15684 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15685 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15686 to turn font-lock on when turning gnus-message-citation-mode on.
15687
15688 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15689
15690 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15691 (mml-smime-function-alist): New variable; add epg as the backend.
15692 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15693 mml-smime- functions instead.
15694 * mm-view.el: Require smime.
15695
15696 2007-03-05 Didier Verna <didier@xemacs.org>
15697
15698 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15699 instead of just inheritance for posting styles.
15700 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15701
15702 2007-02-24 John Paul Wallington <jpw@pobox.com>
15703
15704 * tls.el (tls-certtool-program): Fix custom type.
15705
15706 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15707
15708 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15709 and point-at-eol instead of line-(beginning|end)-position.
15710
15711 * assistant.el (assistant-parse-buffer): Ditto.
15712
15713 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15714
15715 * mml2015.el (mml2015-epg-find-usable-key): New function.
15716 (mml2015-epg-sign): Use it.
15717 (mml2015-epg-encrypt): Use it.
15718
15719 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15720
15721 * message.el (message-make-in-reply-to): Quote name containing
15722 non-ASCII characters. It will make the RFC2047 encoder cause an error
15723 if there are special characters. Reported by NAKAJI Hiroyuki
15724 <nakaji@jp.freebsd.org>.
15725
15726 2007-02-27 Didier Verna <didier@xemacs.org>
15727
15728 Include the group parameters as well as the topic ones in the
15729 inheritance filter process.
15730 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15731 argument GROUP-PARAMS-LIST.
15732 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15733
15734 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15735
15736 * nntp.el (nntp-never-echoes-commands)
15737 (nntp-open-connection-functions-never-echo-commands): New variables.
15738 (nntp-send-command): Use them.
15739
15740 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15741
15742 * mml2015.el (mml2015-epg-verify): Simplify.
15743
15744 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15745
15746 * mml.el (mml-content-disposition-alist): New user option.
15747 (mml-content-disposition): New function.
15748 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15749 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15750
15751 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15752
15753 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15754 verification.
15755
15756 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15757
15758 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15759 articles posted in the last 24 hours.
15760
15761 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15762
15763 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15764
15765 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15766
15767 * nntp.el (nntp-send-command): Don't wait for echoes when
15768 nntp-open-ssl-stream is used.
15769
15770 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15771
15772 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15773 (gnus-message-add-citation-keywords)
15774 (gnus-message-remove-citation-keywords): Remove.
15775 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15776 directly, make the variables in font-lock-defaults buffer-local, add
15777 gnus-message-citation-keywords to them and then update the value of
15778 font-lock-keywords.
15779
15780 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15781
15782 * message.el (message-cite-original-1): Don't call
15783 gnus-article-highlight-citation.
15784
15785 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15786 citations; fix line count.
15787
15788 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15789
15790 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15791 (gnus-message-add-citation-keywords)
15792 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15793 versions of font-lock-add-keywords and font-lock-remove-keywords to
15794 work with XEmacs correctly.
15795
15796 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15797
15798 * gnus-cite.el (gnus-cite-face-list): Set the values of
15799 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15800 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15801 (gnus-message-cite-prefix-regexp): New variable.
15802 (gnus-message-search-citation-line): Use it; protect against long
15803 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15804 the 0th match data for Emacs.
15805 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15806 (gnus-message-add-citation-keywords): Append keywords rather than
15807 prepending; emulate font-lock-add-keywords if it is not available.
15808 (gnus-message-remove-citation-keywords):
15809 Emulate font-lock-remove-keywords if it is not available.
15810
15811 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15812
15813 * message.el (message-cite-prefix-regexp): Set the value of
15814 gnus-message-cite-prefix-regexp.
15815
15816 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15817
15818 * nnweb.el (nnweb-google-parse-1): Update parser.
15819
15820 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15821
15822 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15823
15824 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15825
15826 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15827 regexp.
15828
15829 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15830
15831 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15832 string-to-multibyte.
15833 (uudecode-decode-region-internal): Use it.
15834
15835 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15836
15837 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15838 Fix custom choice.
15839
15840 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15841
15842 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15843
15844 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15845
15846 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15847 `write-region' to respect `mm-inhibit-file-name-handlers'.
15848
15849 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15850
15851 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15852 Use gnus-home-directory instead of "~/" or "$HOME".
15853
15854 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15855
15856 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15857 to mention filename.
15858 Add comments at beginning regarding usage.
15859 (encrypt-write-file-contents): Change interactive so a string is
15860 acceptable. If the file has no associated model, show an error instead
15861 of a nonsense prompt.
15862
15863 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15864
15865 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15866 Thanks to Yoshihiko Yamada for kind notification of this typo.
15867
15868 2007-01-12 Kenichi Handa <handa@m17n.org>
15869
15870 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15871 multibyte buffer.
15872
15873 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15874
15875 * gnus-score.el (gnus-score-fast-scoring): New variable.
15876 (gnus-score-headers): Use it.
15877
15878 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15879
15880 * message.el (message-cite-original-1):
15881 Call gnus-article-highlight-citation if requested.
15882 (message-make-from): Allow name and address as optional arguments.
15883
15884 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15885
15886 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15887 bugs to doc string.
15888 (gnus-button-alist): Add mid\\|message-id.
15889 (gnus-button-fetch-group): Extend for use in
15890 `browse-url-browser-function'.
15891 (gnus-button-url-regexp): Try to catch paired parentheses like in
15892 Wikipedia URLs.
15893
15894 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15895 Suggested by Simon Krahnke <overlord@gmx.li>.
15896
15897 2007-01-13 Romain Francoise <romain@orebokech.com>
15898
15899 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15900 Update copyright.
15901
15902 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15903
15904 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15905
15906 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15907
15908 * gnus-registry.el (gnus-registry-unfollowed-groups)
15909 (gnus-registry-split-fancy-with-parent): Fix documentation.
15910
15911 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15912
15913 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15914 from nnweb groups.
15915
15916 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15917
15918 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15919 Xref urls. Erase buffer before requesting head.
15920
15921 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15922
15923 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15924
15925 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15926 customizable.
15927
15928 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15929
15930 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15931 no signing key is found.
15932 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15933 no encrypting and/or signing key is found.
15934
15935 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15936
15937 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15938
15939 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15940
15941 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15942 headers read from disk with the ones newly found in the current search.
15943 This should no longer cause problems, because the article numbers in
15944 Gmane's `nov.php' output are ignored since the previous change.
15945
15946 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15947
15948 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15949
15950 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15951
15952 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15953
15954 2007-01-01 Romain Francoise <romain@orebokech.com>
15955
15956 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15957
15958 2006-12-31 Steve Youngs <steve@sxemacs.org>
15959
15960 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15961 `define-minor-mode' macro definition expanded properly.
15962 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15963 exclude it there.
15964
15965 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15966 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15967 `fboundp' test.
15968 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15969 This is OK to autoload in (S)XEmacs now.
15970
15971 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15972
15973 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15974 keystroke.
15975 (gnus-summary-limit-to-singletons): Fix typo.
15976
15977 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15978 else fails.
15979
15980 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15981
15982 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15983 docstring.
15984
15985 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15986 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15987 (gnus-summary-insert-dormant-articles): Fix typo in message.
15988
15989 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15990
15991 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15992 nil for XEmacs.
15993 (gnus-message-citation-mode): Don't autoload in XEmacs.
15994
15995 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15996
15997 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15998
15999 * nnimap.el (nnimap-expunge-search-string):
16000 Mention nnimap-search-uids-not-since-is-evil in docstring.
16001
16002 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16003
16004 * spam.el: Revert to make-obsolete-variable because
16005 define-obsolete-variable-alias is not supported in Emacs 21.
16006
16007 * spam.el (spam-ifile-path, spam-ifile-database-path)
16008 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16009 make-obsolete-variable.
16010 (spam-bsfilter-path, spam-bsfilter-program)
16011 (spam-spamassassin-path, spam-spamassassin-program)
16012 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16013 Don't use "path" inappropriately.
16014 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16015 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16016 variable names.
16017
16018 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16019
16020 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16021 summary buffer.
16022
16023 * password.el (password-cache-remove): Use clear-string to burn
16024 password, if available.
16025
16026 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16027
16028 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16029
16030 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16031
16032 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16033 (gnus-message-highlight-citation): Move defcustom here from
16034 gnus-cite.el.
16035 (gnus-message-citation-mode): Autoload.
16036
16037 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16038 checks to make it compile with XEmacs.
16039 (gnus-message-citation-mode): New minor mode.
16040 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16041 (gnus-message-highlight-citation): New variables.
16042 (gnus-message-search-citation-line)
16043 (gnus-message-add-citation-keywords)
16044 (gnus-message-remove-citation-keywords)
16045 (turn-on-gnus-message-citation-mode)
16046 (turn-off-gnus-message-citation-mode): New functions.
16047
16048 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16049
16050 * gnus-cite.el: Enable highlighting of different citation levels in
16051 message-mode.
16052
16053 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16054
16055 * message.el (message-make-fqdn): Fix comment.
16056 (message-bogus-system-names): Add ".local".
16057
16058 * spam.el (spam-ifile-path, spam-ifile-program)
16059 (spam-ifile-database-path, spam-ifile-database)
16060 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16061 Don't use "path" inappropriately.
16062 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16063 strings.
16064 (spam-check-ifile, spam-ifile-register-with-ifile)
16065 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16066 Use new variable names.
16067
16068 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16069 (gnus-treat-display-smileys): Simplify using
16070 gnus-image-type-available-p.
16071
16072 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16073 available.
16074
16075 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16076
16077 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16078 one after turning on the buffer's multibyteness instead of decoding
16079 them directly in the unibyte buffer that causes unexpected conversion
16080 in Emacs 23 (unicode).
16081
16082 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16083
16084 * message.el (message-generate-hashcash): Fix custom type.
16085
16086 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16087
16088 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16089
16090 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16091
16092 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16093 disconnect icons. Add help text.
16094
16095 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16096
16097 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16098 negated to be consistent with the others we handle.
16099
16100 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16101
16102 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16103 version of gnus-summary-buffer to something, so that we can use two
16104 article buffers at the same time.
16105
16106 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16107
16108 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16109 trigger all the extra headers.
16110 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16111 sorting.
16112
16113 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16114
16115 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16116 solid groups.
16117
16118 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16119
16120 * legacy-gnus-agent.el: Add Copyright notice.
16121
16122 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16123
16124 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16125
16126 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16127
16128 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16129
16130 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16131 to make it work reliably in CVS Emacs.
16132 (gnus-summary-limit-strange-charsets-predicate)
16133 (gnus-summary-limit-to-predicate): New functions.
16134
16135 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16136
16137 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16138 specifying array size.
16139 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16140 array if it is too small.
16141 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16142 (gnus-sort-threads-loop): New function.
16143
16144 2006-12-06 Chris Moore <dooglus@gmail.com>
16145
16146 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16147 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16148
16149 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16150
16151 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16152 options.
16153
16154 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16155
16156 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16157 DOS-ing the recipient.
16158
16159 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16160 the headers when creating the mapping to avoid mismappings.
16161 (nnweb-gmane-create-mapping): Always nix out old mapping.
16162
16163 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16164
16165 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16166 and mm-verify-option to never.
16167
16168 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16169
16170 * message.el (message-signed-or-encrypted-p): New function.
16171 (message-forward-make-body): Use it.
16172
16173 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16174 Replace encode-coding-string with mm-encode-coding-string.
16175
16176 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16177
16178 * nneething.el (nneething-decode-file-name):
16179 Replace decode-coding-string with mm-decode-coding-string.
16180
16181 * gnus-int.el (gnus-open-server): Say failed server's name.
16182
16183 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16184
16185 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16186 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16187
16188 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16189 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16190 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16191 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16192 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16193 (gnus-subscribe-newsgroup, gnus-1):
16194 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16195 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16196 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16197 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16198
16199 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16200
16201 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16202 keystroke.
16203 (gnus-summary-limit-to-bodies): Implement headersp.
16204
16205 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16206
16207 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16208
16209 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16210
16211 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16212
16213 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16214
16215 * message.el (message-generate-hashcash): Expand range of values to
16216 include `opportunistic'.
16217 (message-send-mail): Use it.
16218
16219 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16220
16221 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16222 and comment it.
16223
16224 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16225
16226 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16227
16228 * gnus-util.el (gnus-extract-address-components): Improve comment.
16229
16230 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16231
16232 * gnus-util.el (gnus-extract-address-components): Work with address in
16233 which the name portion contains @.
16234
16235 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16236
16237 * gnus.el (gnus-start): Move custom group up.
16238 (gnus-select-method): Don't autoload, but make it available for
16239 `customize-variable'.
16240 (gnus-getenv-nntpserver): Don't autoload.
16241
16242 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16243
16244 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16245
16246 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16247
16248 * message.el (message-sendmail-extra-arguments): New variable.
16249 (message-send-mail-with-sendmail): Use it.
16250
16251 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16252
16253 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16254 mm-with-unibyte-current-buffer to make string unibyte.
16255
16256 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16257 mm-string-as-multibyte.
16258
16259 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16260
16261 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16262 Reported by Werner Koch <wk@gnupg.org>.
16263
16264 2006-11-14 Daiki Ueno <ueno@p360>
16265
16266 * mml2015.el: Autoload epa-select-keys when compiling.
16267
16268 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16269
16270 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16271 message-options.
16272 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16273
16274 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16275
16276 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16277 EasyPG (< 0.0.6).
16278 (mml2015-always-trust): New user option.
16279 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16280 prompt.
16281
16282 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16283
16284 * nntp.el (nntp-authinfo-force): New variable.
16285 (nntp-send-authinfo): Use it.
16286
16287 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16288
16289 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16290 decode encoded words. Improve prompt. Add comment about forwarding.
16291 (message-replacement-char): Move up.
16292
16293 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16294
16295 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16296 instead of gnus-intersection because arguments of gnus-sorted-nunion
16297 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16298
16299 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16300
16301 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16302 (message-simplify-subject-functions):
16303 Enable message-strip-subject-encoded-words by default.
16304
16305 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16306
16307 * message.el (message-strip-subject-encoded-words): New function.
16308 (message-simplify-subject-functions): New variable.
16309 (message-simplify-subject): Use it. Fix typo in doc string.
16310 Support message-strip-subject-encoded-words.
16311
16312 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16313
16314 * gnus-diary.el (gnus-diary-delay-format-function):
16315 * nndiary.el (nndiary-reminders):
16316 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16317
16318 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16319
16320 * gnus-art.el (article-hide-boring-headers): Fetch date from
16321 gnus-original-article-buffer to avoid problems with localized date
16322 strings.
16323
16324 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16325
16326 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16327
16328 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16329
16330 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16331 New variables.
16332 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16333 (mm-charset-synonym-alist): Move some entries to
16334 mm-codepage-iso-8859-list.
16335 (mm-charset-synonym-alist, mm-charset-override-alist):
16336 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16337
16338 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16339
16340 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16341
16342 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16343
16344 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16345 with Emacs 21 and XEmacs.
16346
16347 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16348
16349 * spam.el (spam-parse-address): New function for better parsing,
16350 catching errors, etc.
16351 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16352
16353 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16354
16355 * mm-view.el: Add interactive arg to html2text autoload.
16356
16357 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16358
16359 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16360
16361 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16362
16363 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16364 New variables.
16365 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16366 (mm-charset-synonym-alist): Move some entries to
16367 mm-codepage-iso-8859-list.
16368
16369 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16370
16371 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16372
16373 * message.el (message-citation-line-format)
16374 (message-insert-formated-citation-line): Fix implementation of %E, %N
16375 and %n according to the doc string.
16376
16377 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16378
16379 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16380 Use car-safe to avoid bad parses.
16381
16382 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16383
16384 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16385 names.
16386
16387 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16388
16389 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16390
16391 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16392 header.
16393
16394 * message.el (message-draft-headers): Add Date.
16395 (message-headers-to-generate): Fix typo in docstring.
16396
16397 * nndraft.el (nndraft-required-headers): New variable.
16398 (nndraft-generate-headers): Use it.
16399
16400 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16401
16402 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16403
16404 * gnus-registry.el (gnus-registry-wash-for-keywords)
16405 (gnus-registry-find-keywords): New functions to allow easy searching of
16406 articles that are in the registry.
16407
16408 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16409
16410 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16411 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16412 Reported by Damien Elmes <damien@repose.cx>.
16413
16414 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16415
16416 * gnus.el (gnus-mime): Remove unused custom group.
16417
16418 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16419
16420 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16421 "blank line" when searching for end of armor headers.
16422
16423 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16424
16425 * gmm-utils.el (gmm-write-region): Fix variable name.
16426
16427 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16428
16429 * gmm-utils.el (gmm-write-region): New function based on compatibility
16430 code from `mm-make-temp-file'.
16431
16432 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16433
16434 * nnmaildir.el (nnmaildir--update-nov)
16435 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16436 Use `gmm-write-region'.
16437
16438 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16439
16440 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16441 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16442
16443 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16444
16445 * message.el (message-replacement-char): New variable.
16446 (message-fix-before-sending): Use it.
16447 (message-simplify-subject): New function to remove duplicate code.
16448 (message-reply, message-followup): Use it.
16449
16450 * gnus-sum.el (gnus-summary-make-menu-bar):
16451 Clarify gnus-summary-limit-to-articles.
16452
16453 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16454
16455 * gnus-util.el (gnus-with-local-quit): New macro.
16456
16457 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16458
16459 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16460
16461 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16462 ignore non-string data.
16463
16464 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16465
16466 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16467 non-string data (needs to be done in the registry too).
16468
16469 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16470
16471 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16472 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16473 (gnus-registry-split-fancy-with-parent)
16474 (gnus-registry-fetch-simplified-message-subject-fast)
16475 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16476 Remove text properties on ingress into the registry and when it's saved.
16477 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16478 registry from entries with no groups.
16479
16480 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16481
16482 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16483 function to remove string properties.
16484
16485 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16486
16487 * gmm-utils.el (gmm): Adjust custom version.
16488
16489 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16490 Adjust custom version.
16491
16492 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16493
16494 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16495
16496 * gnus-art.el (gnus-insert-prev-page-button)
16497 (gnus-insert-next-page-button): Simplify. Reformat.
16498
16499 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16500
16501 * gnus-art.el (gnus-insert-prev-page-button)
16502 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16503
16504 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16505
16506 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16507
16508 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16509
16510 * gnus-art.el (gnus-insert-mime-button)
16511 (gnus-insert-mime-security-button):
16512 Apply gnus-article-button-face to MIME and security buttons.
16513
16514 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16515
16516 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16517 readable.
16518
16519 2006-09-20 Steve Youngs <steve@sxemacs.org>
16520
16521 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16522 `browse-url-of-file' instead of `browse-url'.
16523
16524 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16525
16526 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16527 regexp. Articles containing quotation were cut prematurely.
16528
16529 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16530
16531 * message.el (message-cite-original-1): Use nobody by default for the
16532 value of From header.
16533 (message-reply): Ditto.
16534
16535 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16536
16537 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16538 to the gnus-info. This fixes a bug of inline-PGP message verification.
16539 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16540
16541 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16542
16543 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16544 mails in the doc string. Add some URLs in comment.
16545 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16546
16547 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16548
16549 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16550 backslashes handling and the way to find boundaries of quoted strings.
16551
16552 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16553
16554 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16555 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16556 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16557 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16558
16559 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16560
16561 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16562 doc string.
16563 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16564
16565 2006-09-06 Simon Josefsson <jas@extundo.com>
16566
16567 * mml2015.el (mml2015-use): Doc fix, mention epg.
16568
16569 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16570
16571 * mml2015.el (mml2015-use): Default to epg, if available.
16572
16573 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16574
16575 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16576 message-sender.
16577 (mml1991-epg-encrypt): Ditto.
16578 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16579 message-sender.
16580 (mml2015-epg-encrypt): Ditto.
16581
16582 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16583
16584 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16585 several common directories.
16586
16587 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16588
16589 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16590 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16591
16592 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16593
16594 * gnus-art.el (article-decode-encoded-words): Make it fast.
16595
16596 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16597
16598 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16599
16600 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16601 in quoted string into `\'.
16602
16603 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16604
16605 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16606 Use standard-syntax-table.
16607
16608 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16609
16610 * gnus-art.el (gnus-decode-address-function): New variable.
16611 (article-decode-encoded-words): Use it to decode headers which are
16612 assumed to contain addresses.
16613 (gnus-mime-delete-part): Remove useless `or'.
16614
16615 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16616 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16617 (gnus-nov-parse-line): Use it to decode From header.
16618 (gnus-get-newsgroup-headers): Ditto.
16619 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16620
16621 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16622 (mail-decode-encoded-address-string): New alias.
16623
16624 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16625 New function.
16626 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16627 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16628 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16629 (rfc2047-decode-string): Ditto.
16630 (rfc2047-decode-address-region): New function.
16631 (rfc2047-decode-address-string): New function.
16632
16633 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16634
16635 * message.el (message-caesar-buffer-body): Allow rotating headers.
16636
16637 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16638
16639 * message.el (message-insert-formated-citation-line): Fix %f.
16640 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16641
16642 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16643
16644 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16645 (gnus-bookmark-mouse-available-p): New macro.
16646 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16647 (gnus-bookmark-bmenu-show-infos): Use it.
16648 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16649 (gnus-bookmark-bmenu-hide-infos): Ditto.
16650 (gnus-bookmark-remove-properties): New function.
16651 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16652 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16653 (gnus-bookmark-write-file): Bind coding-system-for-write.
16654 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16655 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16656 group before selecting it.
16657 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16658 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16659 quit-window if it is not available; use gnus-mouse-2 and bind it to
16660 gnus-bookmark-bmenu-select-by-mouse.
16661 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16662 (gnus-bookmark-bmenu-select-by-mouse): New function.
16663
16664 2006-08-13 Romain Francoise <romain@orebokech.com>
16665
16666 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16667 space.
16668
16669 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16670
16671 * compface.el (uncompface): Use binary rather than raw-text-unix.
16672
16673 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16674
16675 * compface.el (uncompface): Make sure the eol conversion doesn't take
16676 place when communicating with the external programs.
16677 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16678
16679 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16680
16681 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16682
16683 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16684
16685 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16686 Make it more robust by parsing author and date independently.
16687
16688 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16689
16690 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16691
16692 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16693
16694 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16695 first matching secret key.
16696 (mml2015-epg-encrypt): Ditto.
16697
16698 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16699 first matching secret key.
16700 (mml1991-epg-encrypt): Ditto.
16701
16702 * mml2015.el (mml2015-encrypt-to-self): New user option.
16703 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16704 mml2015-epg-encrypt-to-self is set.
16705
16706 * mml1991.el (mml1991-encrypt-to-self): New variable.
16707 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16708 mml1991-epg-encrypt-to-self is set.
16709
16710 * mml2015.el (mml2015-signers): New user option.
16711 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16712 (mml2015-epg-encrypt): Allow to select signing keys.
16713
16714 * mml1991.el (mml1991-signers): New variable.
16715 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16716 (mml1991-epg-encrypt): Allow to select signing keys.
16717
16718 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16719
16720 * nnheader.el (nnheader-insert-head): Make it work even if the file
16721 uses CRLF for the line-break code.
16722
16723 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16724
16725 * mml2015.el: Require mml-sec instead of password.
16726 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16727 (mml2015-cache-passphrase): Inherit the default value from
16728 mml-secure-cache-passphrase.
16729 (mml2015-passphrase-cache-expiry): Inherit the default value from
16730 mml-secure-passphrase-cache-expiry.
16731
16732 * mml1991.el: Require mml-sec instead of password.
16733 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16734 (mml1991-cache-passphrase): Inherit the default value from
16735 mml-secure-cache-passphrase.
16736 (mml1991-passphrase-cache-expiry): Inherit the default value from
16737 mml-secure-passphrase-cache-expiry.
16738
16739 * mml-sec.el: Require password.
16740 (mml-secure-verbose): New user option.
16741 (mml-secure-cache-passphrase): New user option.
16742 (mml-secure-passphrase-cache-expiry): New user option.
16743
16744 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16745 Andreas Vögele <andreas@altroot.de> (tiny change)
16746
16747 * pgg-def.el (pgg-truncate-key-identifier):
16748 Truncate the key ID to 8 letters from the end.
16749
16750 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16751
16752 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16753 workaround for the url package included with Emacs.
16754
16755 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16756
16757 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16758
16759 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16760 correctly. This fixes a bug caused by the 2006-05-12 change.
16761
16762 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16763
16764 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16765 some information about the error when saying that the `bogus' mail
16766 group will be used.
16767
16768 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16769
16770 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16771 string.
16772
16773 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16774
16775 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16776
16777 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16778
16779 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16780
16781 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16782
16783 * mml1991.el (mml1991-function-alist): Add epg.
16784 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16785 (mml1991-epg-encrypt): New functions.
16786
16787 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16788
16789 * mml2015.el (mml2015-verbose): New variable.
16790 (mml2015-cache-passphrase): Ditto.
16791 (mml2015-passphrase-cache-expiry): Ditto.
16792 (mml2015-function-alist): Add epg.
16793 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16794 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16795 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16796 New functions.
16797
16798 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16799
16800 * message.el (message-cite-original-1): Preserve region when removing
16801 quoted text due to X-No-Archive in order to avoid bogus attribution
16802 when citing multiple messages.
16803
16804 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16805
16806 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16807 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16808
16809 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16810
16811 * gnus-diary.el (gnus-user-format-function-d)
16812 (gnus-user-format-function-D): Autoload.
16813
16814 * imap.el (Commentary): Fix typo.
16815
16816 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16817 2006-04-22 contribution.
16818
16819 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16820
16821 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16822 It didn't really fix the bogosity I'm seeing with solid web groups.
16823
16824 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16825
16826 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16827 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16828 created using server names. If we use the feature without declaring
16829 it, Gnus does not properly manage server and group state.
16830
16831 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16832 bound.
16833
16834 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16835
16836 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16837 looking up the method using GROUP's prefix before inventing a new one.
16838 It is used on killed/unknown groups in various places where returning
16839 an all-new method isn't expected by the caller.
16840
16841 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16842 and match semantics of gnus-group-real-prefix.
16843
16844 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16845
16846 * nnmail.el (nnmail-broken-references-mailers): New variable.
16847 (nnmail-ignore-broken-references): New function generalizing
16848 nnmail-fix-eudora-headers.
16849 (nnmail-fix-eudora-headers): Now obsolete.
16850
16851 * gnus-art.el (gnus-button-handle-custom):
16852 Support `customize-apropos*'.
16853
16854 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16855
16856 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16857
16858 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16859 articles.
16860
16861 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16862
16863 * message.el (message-cite-reply-above): New variable.
16864 (message-yank-original): Use it.
16865
16866 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16867
16868 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16869
16870 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16871
16872 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16873 as read.
16874
16875 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16876
16877 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16878
16879 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16880 (gnus-bookmark-default-file): Use gnus-directory.
16881 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16882 Remove "*" in doc string.
16883 (gnus-bookmark-write-file): Simplify.
16884 (gnus-bookmark-maybe-sort-alist): Use `when'.
16885 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16886 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16887 Add FIXME about Emacs 21 and XEmacs compatibility.
16888 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16889 compatibility.
16890 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16891 compatibility.
16892 (gnus-bookmark-menu-heading): Fix version.
16893
16894 2006-06-19 Bastien Guerry <bzg@altern.org>
16895
16896 * gnus-bookmark.el: New file.
16897
16898 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16899
16900 * message.el (message-syntax-checks): Doc fix.
16901
16902 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16903
16904 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16905 unsubscribed groups as if they were killed ones. It causes duplicate
16906 entries in gnus-newsrc-alist.
16907
16908 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16909
16910 * message.el (message-syntax-checks): Doc fix.
16911 (message-send-mail): Add check for continuation headers.
16912 (message-check-news-header-syntax): Fix regexp used to check for
16913 continuation headers.
16914
16915 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16916
16917 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16918
16919 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16920
16921 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16922
16923 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16924
16925 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16926 default-truncate-lines.
16927
16928 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16929
16930 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16931 to fill the utf-8 entry.
16932
16933 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16934
16935 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16936
16937 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16938
16939 * gnus-agent.el (directory-files-and-attributes): Move all the way
16940 forward (the third and final move).
16941 (gnus-agent-read-agentview): Trap reconstruction errors due to
16942 nonexistent directory. Handle by returning nil.
16943
16944 2006-05-30 Didier Verna <didier@xemacs.org>
16945
16946 * message.el (message-dont-reply-to-names): Update the custom type.
16947 * message.el (message-dont-reply-to-names): New defsubst: potentially
16948 convert a list of regexps into a single one.
16949 * message.el (message-get-reply-headers): Use it.
16950 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16951
16952 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16953
16954 * gnus-agent.el (directory-files-and-attributes): Move forward.
16955
16956 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16957
16958 * gnus-ml.el (gnus-mailing-list-subscribe)
16959 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16960 (gnus-mailing-list-message): Fix doc strings.
16961
16962 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16963
16964 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16965 of doing it manually.
16966
16967 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16968
16969 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16970 comment.
16971
16972 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16973
16974 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16975 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16976 (gnus-agent-read-local): All symbols allocated in my-obarray.
16977 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16978 (gnus-agent-regenerate-group): Check numeric names to see if they are
16979 messages or groups.
16980 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16981 better way of do this...)
16982
16983 * gnus-cache.el (gnus-agent-total-fetched-for):
16984 Ignore 'dummy.group' (there should be a better way of do this...)
16985
16986 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16987
16988 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16989 (gnus-saved-headers): Ditto.
16990 (gnus-default-article-saver): Mention functions may have properties.
16991 (gnus-article-save): Override gnus-save-all-headers and
16992 gnus-saved-headers by :headers property which saver function may have.
16993 (gnus-summary-save-in-file): Add :headers property.
16994 (gnus-summary-write-to-file): Ditto.
16995
16996 * gnus-sum.el (gnus-summary-save-article): Bind
16997 gnus-prompt-before-saving to t when saving many articles in a file;
16998 always show all headers.
16999
17000 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17001
17002 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17003 marks.
17004
17005 * message.el (message-indent-citation): Add optional arguments to allow
17006 using it outside of message buffers.
17007
17008 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17009 (gnus-article-treat-unfold-headers): Use it.
17010 (gnus-article-truncate-lines): New variable.
17011 (gnus-article-mode): Use it.
17012 (gnus-article-toggle-truncate-lines): New function.
17013
17014 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17015 Add gnus-article-toggle-truncate-lines.
17016
17017 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17018 coding system in XEmacs, use binary.
17019
17020 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17021
17022 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17023 after-load-alist.
17024
17025 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17026 this function should save decoded articles.
17027 (gnus-summary-write-to-file): Use property to specify this function
17028 should save decoded articles and specify gnus-summary-save-in-file
17029 should be used to save articles other than the first one when saving
17030 many articles.
17031 (gnus-summary-save-body-in-file): Use property to specify this
17032 function should save decoded articles.
17033 (gnus-summary-write-body-to-file): Use property to specify this
17034 function should save decoded articles and specify
17035 gnus-summary-save-body-in-file should be used to save articles other
17036 than the first one when saving many articles.
17037
17038 * gnus-sum.el (gnus-summary-save-article): Simplify.
17039
17040 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17041
17042 * gnus-art.el (gnus-default-article-saver):
17043 Add gnus-summary-write-body-to-file.
17044 (gnus-article-save-coding-system): Don't use coding system object
17045 in XEmacs.
17046 (gnus-read-save-file-name): Add optional `dir-var' argument which
17047 specifies directory in which files are saved; work even if optional
17048 `variable' argument is not specified.
17049 (gnus-summary-write-to-file): Read file name.
17050 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17051 (gnus-summary-write-body-to-file): New function.
17052
17053 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17054 (gnus-summary-local-variables): Add it.
17055 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17056 (gnus-summary-save-article): Remove optional `decode' argument;
17057 determine whether to decode articles by the value of
17058 gnus-default-article-saver; when saving many files using
17059 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17060 it first and use gnus-summary-save-in-file or
17061 gnus-summary-save-body-in-file thereafter unless
17062 gnus-prompt-before-saving is always; move point to article which
17063 will be saved.
17064 (gnus-summary-save-article-file): Revert.
17065 (gnus-summary-write-article-file): Revert.
17066 (gnus-summary-save-article-body-file): Revert.
17067 (gnus-summary-write-article-body-file): New function.
17068
17069 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17070
17071 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17072
17073 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17074
17075 * gnus-art.el (gnus-default-article-saver): Doc fix.
17076 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17077 from gnus-summary-save-article-coding-system, and default to a
17078 certain coding system.
17079 (gnus-output-to-file): Add coding cookie and encode text according
17080 to gnus-article-save-coding-system; don't use mm-append-to-file.
17081
17082 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17083 gnus-art.el and rename to gnus-article-save-coding-system.
17084 (gnus-summary-save-article): Require gnus-art; don't show all
17085 headers if it decodes articles; don't add coding cookie here;
17086 don't bind mm-text-coding-system-for-write.
17087 (gnus-summary-save-article-file): Save decoded articles.
17088 (gnus-summary-write-article-file): When saving many files, use
17089 gnus-summary-write-to-file first and gnus-summary-save-in-file
17090 thereafter unless gnus-prompt-before-saving is always.
17091 (gnus-summary-save-article-body-file): Save decoded articles.
17092
17093 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17094
17095 * nnrss.el (nnrss-check-group): Bind hash-index.
17096
17097 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17098
17099 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17100 its hash index. Store this hash in `nnrss-group-data'.
17101 (nnrss-read-group-data): Update accordingly.
17102
17103 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17104
17105 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17106 entry.
17107
17108 * gnus-sum.el (gnus-summary-make-menu-bar):
17109 Add gnus-article-browse-html-article.
17110
17111 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17112
17113 * gnus-sum.el (gnus-summary-mime-map):
17114 Add gnus-article-browse-html-article.
17115
17116 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17117
17118 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17119 suitable coding systems in customize.
17120
17121 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17122
17123 * mail-source.el (mail-sources): Fix custom type.
17124
17125 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17126
17127 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17128 (gnus-summary-expire-articles-now): Shorten prompt.
17129
17130 * gmm-utils.el (wid-edit): Require.
17131 (defun-gmm): Rename from `gmm-defun-compat'.
17132 (gmm-image-search-load-path): Use it.
17133 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17134
17135 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17136
17137 * gnus-sum.el (gnus-summary-save-article-coding-system):
17138 New variable.
17139 (gnus-summary-save-article): Add optional `decode' argument.
17140 If it is set and gnus-summary-save-article-coding-system is non-nil,
17141 save decoded article.
17142 (gnus-summary-write-article-file): Save decoded article if
17143 gnus-summary-save-article-coding-system is non-nil.
17144
17145 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17146 type.
17147
17148 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17149
17150 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17151
17152 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17153
17154 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17155 first to test gnus-single-article-buffer which may be buffer-local.
17156
17157 * gnus-sum.el (gnus-summary-setup-buffer):
17158 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17159 group; make gnus-article-buffer, gnus-article-current, and
17160 gnus-original-article-buffer always buffer-local.
17161 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17162 group.
17163 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17164
17165 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17166
17167 * nnml.el (nnml-request-compact-group): Compressed files might not
17168 have .gz extension.
17169
17170 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17171
17172 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17173 (mm-copy-to-buffer): Use with-current-buffer.
17174 (mm-display-part): Simplify.
17175 (mm-inlinable-p): Add optional arg `type'.
17176
17177 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17178
17179 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17180 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17181 Try harder to show the attachment internally or externally using
17182 gnus-mime-view-part-as-type.
17183
17184 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17185
17186 * message.el (message-from-style, message-signature-separator)
17187 (message-user-organization-file, message-send-mail-function)
17188 (message-citation-line-function, message-yank-prefix)
17189 (message-indent-citation-function, message-signature)
17190 (message-signature-file, message-signature-insert-empty-line):
17191 Remove autoloads.
17192
17193 * gnus-art.el (gnus-buttonized-mime-types):
17194 Remove "multipart/signed". Revert 2006-04-26 change.
17195
17196 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17197
17198 * gnus.el (gnus-version-number): Bump version.
17199
17200 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17201
17202 * gnus.el: No Gnus v0.5 is released.
17203
17204 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17205
17206 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17207 fetching articles by message-id.
17208
17209 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17210
17211 * message.el (hashcash): Require hashcash as normal.
17212
17213 * ecomplete.el (ecomplete-highlight-match-line):
17214 Use point-at-eol.
17215 (ecomplete-highlight-match-line): Use `highlight', because that
17216 face exists in both Emacs and XEmacs.
17217
17218 * message.el (message-display-abbrev): Use point-at-bol.
17219
17220 * mail-source.el: Don't require timer/timer-funcs.
17221
17222 * gnus-async.el: Ditto.
17223
17224 * password.el: Ditto.
17225
17226 * mm-url.el: Ditto.
17227
17228 * mm-util.el: Require timer/timer-funcs.
17229
17230 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17231
17232 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17233 Close.
17234
17235 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17236
17237 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17238 unibyte after clear-decrypt function runs.
17239
17240 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17241 returns as a unibyte string.
17242
17243 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17244
17245 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17246 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17247 (mml1991-pgg-encrypt): Ditto.
17248
17249 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17250
17251 * message.el (message-user-organization-file): Check several
17252 locations of the organization file.
17253
17254 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17255 Add gnus-article-view-part-as-type.
17256
17257 * gnus-art.el (gnus-article-view-part-as-type): New function.
17258
17259 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17260 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17261
17262 * mml.el: Simplify autoload.
17263 (mml-mode): defvar dnd-protocol-alist instead of using
17264 symbol-value.
17265 (mml-default-directory): New variable.
17266 (mml-minibuffer-read-file): Use it.
17267 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17268
17269 * message.el (message-citation-line-format): New variable.
17270 (message-insert-formated-citation-line): New function.
17271 (message-citation-line-function):
17272 Add `message-insert-formated-citation-line' to custom type.
17273
17274 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17275 to doc string.
17276
17277 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17278 depending on mm-verify-option.
17279
17280 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17281
17282 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17283 binding pgg-* variables; reimplement the section which prevents
17284 MIME header from being signed.
17285 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17286 pgg-text-mode; remove a blank line at the top of body.
17287
17288 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17289 lines at the top of body; use gnus-newsgroup-charset if there's no
17290 Charset header.
17291
17292 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17293
17294 * message.el (message-self-insert-commands): Doc fix.
17295
17296 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17297 (mm-uu-pgp-encrypted-test): Ditto.
17298 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17299 between header and body; return application/pgp-encrypted handle
17300 if decryption failed; decode decrypted body by charset.
17301
17302 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17303 element match to application/pgp-*.
17304
17305 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17306
17307 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17308 HTML.
17309
17310 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17311
17312 * mail-source.el (mail-source-call-script): Message the error
17313 string.
17314
17315 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17316
17317 * gnus-util.el (gnus-byte-compile): Use it.
17318
17319 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17320
17321 * gnus-util.el (kill-empty-logs): New function.
17322
17323 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17324
17325 * message.el (message-mail-alias-type): Doc fix.
17326 (message-mail-alias-type-p): New function.
17327 (message-send): Use it.
17328 (message-mode): Ditto.
17329 (message-strip-forbidden-properties): Ditto.
17330
17331 * ecomplete.el (ecomplete-database-file-coding-system):
17332 New variable.
17333 (ecomplete-save): Use it.
17334 (ecomplete-setup): Use it.
17335
17336 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17337
17338 * message.el (message-self-insert-commands): New variable.
17339 (message-strip-forbidden-properties): Use it.
17340
17341 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17342
17343 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17344 that doesn't make XEmacs choke.
17345
17346 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17347
17348 * gnus-util.el (gnus-replace-in-string):
17349 Prefer replace-regexp-in-string over of replace-in-string.
17350
17351 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17352
17353 * gnus-util.el (gnus-select-frame-set-input-focus):
17354 Use select-frame-set-input-focus if it is available in XEmacs; use
17355 definition defined in Emacs 22 for old Emacsen.
17356
17357 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17358
17359 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17360
17361 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17362
17363 * gnus-registry.el (gnus-registry-cache-save): Remove text
17364 properties when saving via the temp buffer.
17365
17366 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17367
17368 * message.el (message-generate-hashcash): Honor custom type.
17369
17370 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17371
17372 * message.el (message-generate-hashcash): Default to non-nil when
17373 hashcash is found.
17374
17375 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17376 (gnus-refer-thread-limit): Increase default to 500.
17377
17378 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17379
17380 * flow-fill.el (fill-flowed): Allow delete-space.
17381
17382 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17383
17384 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17385 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17386 Remove autoloads.
17387
17388 2006-04-18 Simon Josefsson <jas@extundo.com>
17389
17390 * message.el (message-generate-hashcash): Default to.
17391
17392 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17393
17394 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17395 concatenating segments rather than before concatenating them.
17396
17397 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17398
17399 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17400
17401 * imap.el (imap-quote-specials): New function.
17402 (imap-login-auth): Quote specials.
17403
17404 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17405
17406 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17407
17408 * message.el (message-forward-make-body-plain):
17409 Allow message-forward-ignored-headers to be a list.
17410 (message-remove-ignored-headers): Factor out into function.
17411 (message-forward-make-body-mml): Use it.
17412 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17413 (rfc2231-parse-string): Allow concatanation of parameters that
17414 aren't contiguous. The test case is
17415 (mail-header-parse-content-type "message/external-body;
17416 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17417 access-type=LOCAL-FILE;
17418 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17419
17420 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17421
17422 * nntp.el (nntp-accept-process-output): Return the value of
17423 `nnheader-accept-process-output'.
17424
17425 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17426
17427 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17428 (gnus-button-alist): Recognize more diff formats.
17429 (gnus-button-patch): Strip directory.
17430
17431 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17432
17433 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17434 Emacs 22 when setting focus.
17435
17436 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17437
17438 * gnus-art.el (gnus-article-treat-types): Do treatment of
17439 text/x-verbatim parts.
17440 (gnus-button-patch): New command.
17441
17442 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17443 addresses that contain invalid characters.
17444
17445 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17446
17447 * message.el (message-put-addresses-in-ecomplete):
17448 Use gnus-replace-in-string.
17449 (message-is-yours-p): Use the more correct
17450 mail-header-parse-address instead of
17451 mail-extract-address-components.
17452 (message-put-addresses-in-ecomplete): Fix typo.
17453
17454 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17455 keystroke.
17456
17457 * gnus-art.el (gnus-treatment-function-alist): Change order of
17458 newsgroups/generic header folding to avoid double-folding.
17459
17460 * message.el (message-hidden-headers): Add X-Draft-From.
17461
17462 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17463 New command.
17464 (gnus-summary-repeat-search-article-backward): New command.
17465
17466 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17467 groups in the parent topic.
17468
17469 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17470
17471 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17472 (spam-extra-header-to-number): Return the CRM114 number as a
17473 number instead of a string.
17474
17475 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17476
17477 * gnus-art.el (gnus-face-properties-alist): Move here from
17478 gnus-fun.
17479
17480 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17481
17482 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17483
17484 * message.el (message-strip-forbidden-properties): Only display on
17485 self-insert-command.
17486
17487 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17488 reindent.
17489 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17490
17491 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17492
17493 * smiley.el (smiley-style): Fix typo.
17494
17495 2006-03-23 Kenichi Handa <handa@m17n.org>
17496
17497 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17498 instead of set-buffer-multibyte.
17499
17500 2006-03-23 Kenichi Handa <handa@m17n.org>
17501
17502 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17503 buffer and then decode the buffer text if necessary.
17504 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17505 first, and after mm-encode-body, change the buffer to unibyte.
17506
17507 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17508
17509 * hashcash.el (hashcash-insert-payment-async-2):
17510 Use message-goto-eoh instead of doing it manually.
17511 (mail-add-payment): Use message-narrow-to-header instead of trying
17512 to do the same itself.
17513
17514 * message.el (message-hidden-headers): Add Face.
17515
17516 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17517 reparenting code.
17518 (gnus-summary-reparent-children): Refactored out code.
17519 (gnus-summary-thread-map): New keystroke.
17520 (gnus-summary-reparent-children): Make into command.
17521
17522 * smiley.el (smiley-style): Default to `medium' if using a large
17523 font.
17524
17525 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17526 does it itself.
17527
17528 * message.el (message-point-in-header-p): Simplify definition.
17529
17530 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17531
17532 * nnagent.el (nnagent-request-set-mark): Silence log file
17533 writing.
17534 (nnagent-request-set-mark): Use write-region instead of
17535 append-to-file.
17536
17537 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17538 strange select method.
17539
17540 * ecomplete.el (ecomplete-display-matches): Get highlightling
17541 right.
17542 (ecomplete-display-matches): Use literals.
17543 (ecomplete-display-matches): Disable message logging.
17544
17545 * message.el (message-display-abbrev): Small optimization.
17546
17547 * ecomplete.el (ecomplete-display-matches): Allow automatic
17548 display.
17549
17550 * message.el (message-strip-forbidden-properties):
17551 Display abbrevs.
17552 (message-display-abbrev): Get automatic display right.
17553
17554 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17555 keystrokes.
17556
17557 2006-04-13 Romain Francoise <romain@orebokech.com>
17558
17559 TODO: Backport to v5-10!
17560
17561 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17562 Move here (and rename) from gnus-registry.el.
17563
17564 * gnus-registry.el: Require gnus-util.
17565 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17566
17567 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17568
17569 * gnus-group.el (gnus-group-catchup-current):
17570 Change if-then-else-if-then-else into cond.
17571 (gnus-group-catchup): Indent.
17572 (group-name-at-point): New function.
17573 (gnus-fetch-group): Provide default from thing at point.
17574
17575 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17576
17577 * message.el (message-display-abbrev): Fix regexp.
17578
17579 * ecomplete.el (ecomplete-highlight-match-line):
17580 Reimplement choosing.
17581 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17582 dead variables.
17583
17584 * message.el (message-newline-and-indent): Remove debugging.
17585 (message-display-abbrev): Use new implementation.
17586
17587 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17588
17589 * gnus-art.el (gnus-article-mode):
17590 Set cursor-in-non-selected-windows to nil.
17591
17592 * smiley.el: Revert previous change.
17593 (smiley-data-directory): defvar it before using it in the
17594 defcustom of `smiley-style'.
17595
17596 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17597
17598 * message.el (message-newline-and-indent): New function.
17599
17600 * ecomplete.el: Implement more bits.
17601
17602 * message.el (message-put-addresses-in-ecomplete): Clean up the
17603 string.
17604
17605 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17606
17607 * gnus-sum.el (gnus-summary-save-parts):
17608 Bind gnus-summary-save-parts-counter and use it to make unique file
17609 names.
17610
17611 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17612
17613 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17614 parameter to say whether to actually parse the individual
17615 addresses.
17616
17617 * message.el (message-put-addresses-in-ecomplete): New function.
17618 (ecomplete): Require.
17619 (message-mail-alias-type): Add ecomplete as an option.
17620
17621 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17622
17623 * flow-fill.el (fill-flowed): Remove trailing space from blank
17624 quoted lines.
17625
17626 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17627
17628 * smiley.el (smiley-style): Move definition later to avoid a
17629 compilation warning.
17630
17631 2006-04-12 Kenichi Handa <handa@m17n.org>
17632
17633 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17634 buffer and then decode the buffer text if necessary.
17635 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17636 first, and after mm-encode-body, change the buffer to unibyte.
17637 Use mm-disable-multibyte instead of set-buffer-multibyte.
17638
17639 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17640
17641 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17642 Content-Type header instead of Content-Disposition header.
17643 (gnus-mime-inline-part): Ditto.
17644 (gnus-mime-view-part-as-charset): Ignore charset that the part
17645 specifies.
17646
17647 * mm-decode.el (mm-display-part): Work with external parts and
17648 usual parts similarly.
17649
17650 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17651 instead of gnus-display-mime.
17652
17653 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17654 instead of with-temp-buffer.
17655
17656 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17657 tag to summarized topics part in order to encode non-ASCII text.
17658
17659 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17660
17661 * smiley.el (smiley-style): New variable.
17662 (smiley-directory): New function.
17663 (smiley-data-directory): Derive from `smiley-style' using
17664 `smiley-directory'.
17665 (smiley-regexp-alist): Add new entries.
17666
17667 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17668 (gnus-article-browse-delete-temp): Add :version.
17669
17670 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17671
17672 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17673 the sieve region.
17674
17675 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17676
17677 * gnus.el (gnus-version-number): Bump version.
17678
17679 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17680
17681 * gnus.el: No Gnus v0.4 is released.
17682
17683 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17684
17685 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17686 layout.
17687
17688 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17689 unknown charset.
17690
17691 * message.el (message-header-synonyms): Add Original-To to the
17692 default.
17693
17694 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17695 optional parameter.
17696
17697 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17698
17699 * gnus-fun.el (gnus): Require it for gnus-directory.
17700
17701 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17702
17703 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17704
17705 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17706
17707 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17708
17709 2006-04-05 Simon Josefsson <jas@extundo.com>
17710
17711 * password.el (password-reset): New function.
17712
17713 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17714
17715 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17716 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17717
17718 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17719
17720 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17721 Some whitespace was matched into the url, which broke browsing hits
17722 > 100 when mm-url-use-external was nil.
17723
17724 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17725
17726 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17727 Check gnus-extra-headers for 'Newsgroups.
17728
17729 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17730 bound.
17731
17732 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17733
17734 * pgg-gpg.el: Clean up process buffers every time gpg processes
17735 complete.
17736
17737 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17738
17739 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17740 doc string.
17741
17742 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17743
17744 * pgg-gpg.el (pgg-gpg-process-filter)
17745 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17746
17747 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17748 lines, temporary fix.
17749
17750 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17751
17752 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17753
17754 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17755
17756 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17757 default-enable-multibyte-characters. This reverts the change from
17758 revision 6.17 which is no longer necessary because the passphrase
17759 is sent separately now. GnuPG messages are unreadable under
17760 multibyte locales with default-enable-multibyte-characters set to
17761 nil.
17762
17763 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17764
17765 * message.el (message-tool-bar-gnome): Move "spell".
17766
17767 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17768
17769 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17770 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17771 instead.
17772
17773 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17774
17775 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17776 Improve newsgroups handling for NNTP overviews which don't include
17777 Newsgroups.
17778
17779 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17780
17781 * message.el (message-resend): Bind message-generate-hashcash to nil.
17782
17783 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17784
17785 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17786 when searching for already-paid recipients.
17787
17788 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17789
17790 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17791 passphrases when it is not needed.
17792 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17793 passphrase stuff from gpg, should only be necessary when you use
17794 gpg with a smartcard.
17795
17796 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17797
17798 * mml.el (mml-insert-mime): Ignore cached contents of
17799 message/external-body part.
17800
17801 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17802 (mm-insert-part): Ditto.
17803
17804 2006-03-23 Simon Josefsson <jas@extundo.com>
17805
17806 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17807 Reiner.
17808 (pgg-gpg-use-agent-p): Use it again.
17809
17810 2006-03-23 Simon Josefsson <jas@extundo.com>
17811
17812 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17813 older emacsen.
17814 (pgg-gpg-use-agent-p): Don't use it.
17815
17816 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17817
17818 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17819 if we can.
17820
17821 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17822
17823 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17824 (pgg-gpg-update-agent): New function.
17825 (pgg-gpg-use-agent-p): New function.
17826 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17827 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17828 (pgg-gpg-sign-region): Use it.
17829
17830 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17831
17832 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17833 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17834
17835 2006-03-21 Simon Josefsson <jas@extundo.com>
17836
17837 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17838 <wilde@sha-bang.de>.
17839 (pgg-gpg-use-agent): New variable.
17840 (pgg-gpg-process-region): Use it.
17841 (pgg-gpg-encrypt-region): Likewise.
17842 (pgg-gpg-encrypt-symmetric-region): Likewise.
17843 (pgg-gpg-decrypt-region): Likewise.
17844 (pgg-gpg-sign-region): Likewise.
17845 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17846
17847 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17848
17849 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17850
17851 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17852 Add comment on version.
17853
17854 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17855
17856 * smiley.el: Add missing test smiley.
17857
17858 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17859
17860 * mm-decode.el (mm-with-part): New macro.
17861 (mm-get-part): Use it; work with message/external-body as well.
17862 (mm-save-part): Treat name and filename equally.
17863
17864 * mm-extern.el (mm-extern-cache-contents): New function.
17865 (mm-inline-external-body): Use it; force the part to be displayed;
17866 move undisplayer added to the cached handle to the parent.
17867
17868 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17869 (gnus-mime-view-part-as-type): Work with message/external-body.
17870
17871 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17872
17873 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17874
17875 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17876 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17877 Emacs.]
17878
17879 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17880
17881 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17882 path rather than symbol. Always return list of directories.
17883 Guarantee that image directory comes first. [Sync with image.el,
17884 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17885
17886 * message.el (message-make-tool-bar): Adjust to new API of
17887 `gmm-image-load-path-for-library'.
17888
17889 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17890
17891 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17892
17893 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17894
17895 * gnus-art.el (gnus-article-only-boring-p):
17896 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17897 intangible text.
17898 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17899
17900 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17901
17902 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17903 Use `defun' instead of `gmm-defun-compat'.
17904
17905 2006-03-14 Simon Josefsson <jas@extundo.com>
17906
17907 * message.el (message-unique-id): Don't use message-number-base36
17908 if (user-uid) is a float.
17909 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17910
17911 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17912
17913 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17914
17915 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17916 empty line between a part and a message part.
17917
17918 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17919
17920 * smiley.el: Add more test smileys.
17921 (smiley-data-directory, smiley-regexp-alist)
17922 (gnus-smiley-file-types): Fix doc strings.
17923 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17924 adding new elements.
17925 (smiley-mouse-map): Unused code. Make it a comment.
17926
17927 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17928
17929 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17930 scan latest NoCeM messages instead of old ones.
17931 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17932 delimiters that are recently used.
17933 (gnus-nocem-load-cache): Add autoload cookie.
17934
17935 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17936
17937 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17938 level which is larger than gnus-use-nocem is specified.
17939
17940 * gnus-group.el (gnus-group-get-new-news): Ditto.
17941
17942 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17943
17944 * gnus-util.el (gnus-tool-bar-update): New function.
17945
17946 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17947 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17948
17949 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17950
17951 * gnus-group.el (gnus-group-redraw-when-idle)
17952 (gnus-group-redraw-check): Remove.
17953 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17954
17955 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17956
17957 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17958 if optional last element is specified in splits (FIELD VALUE...).
17959
17960 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17961
17962 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17963 to gmm-image-load-path-for-library. Call with no-error argument.
17964 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17965
17966 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17967
17968 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17969
17970 * gmm-utils.el (gmm-image-load-path): Remove alias.
17971
17972 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17973
17974 * gmm-utils.el (gmm-image-load-path): Add alias.
17975
17976 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17977 nnml-generate-nov-databases-1.
17978 (nnml-generate-nov-databases): Use it.
17979 (nnml-generate-nov-databases-directory): Document no-active
17980 argument.
17981
17982 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17983 directory if path is t. Add no-error.
17984
17985 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17986 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17987
17988 * gnus-art.el (gnus-article-browse-delete-temp-files):
17989 Simplify resetting gnus-article-browse-html-temp-list.
17990
17991 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17992 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17993 Add example to docstring. Rename local variables. Move error
17994 checks to default case in cond and simplify.
17995
17996 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17997
17998 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17999 handle is multipart when calling it recursively.
18000 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18001
18002 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18003
18004 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18005 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18006
18007 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18008
18009 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18010 is loaded.
18011
18012 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18013 loaded.
18014
18015 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18016
18017 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18018 to "Emacs 23 (unicode)" in doc string.
18019
18020 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18021 "Emacs 23 (unicode)" in comment.
18022
18023 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18024
18025 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18026
18027 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18028 characters 160 through 255 in Emacs 23.
18029
18030 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18031
18032 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18033 gnus-article-browse-html-temp.
18034 (gnus-article-browse-delete-temp): Make it customizable.
18035 Add `file'. Adjust doc string.
18036 (gnus-article-browse-delete-temp-files): Add argument.
18037 Allow query for each file. Adjust doc string.
18038 (gnus-article-browse-html-parts):
18039 Add `gnus-article-browse-delete-temp-files' to
18040 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18041
18042 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18043
18044 * gnus-art.el (gnus-article-browse-html-temp)
18045 (gnus-article-browse-delete-temp): New variables.
18046 (gnus-article-browse-delete-temp-files): New function.
18047 (gnus-article-browse-html-parts): Use it.
18048
18049 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18050
18051 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18052
18053 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18054 string.
18055
18056 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18057 gnus-summary-insert-new-articles when unplugged.
18058 Remove gnus-summary-search-article-forward.
18059
18060 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18061 display-visual-class instead of display-color-cells.
18062
18063 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18064
18065 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18066 message/* containing non-ASCII text properly.
18067
18068 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18069
18070 * message.el: Require gmm-utils, remove autoloads.
18071 (message-tool-bar): Set default based on
18072 gmm-tool-bar-style.
18073 (message-tool-bar-gnome): Add gmm-customize-mode.
18074
18075 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18076 gmm-tool-bar-style.
18077 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18078
18079 * gnus-group.el (gnus-group-tool-bar): Set default based on
18080 gmm-tool-bar-style.
18081 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18082
18083 * gmm-utils.el (gmm-image-directory): Rename variable from
18084 gmm-image-load-path.
18085 (gmm-image-load-path): Use gmm-image-directory.
18086 (gmm-customize-mode): New function.
18087 (gmm-tool-bar-style): New variable.
18088
18089 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18090 gnus-group-redraw-line-number.
18091 (gnus-group-redraw-check): Simplify.
18092 (gnus-group-tool-bar-update): Remove redraw check.
18093 (gnus-group-make-tool-bar): Add redraw check.
18094
18095 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18096
18097 * gnus-art.el (gnus-button): Add missing parentheses.
18098
18099 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18100
18101 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18102
18103 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18104
18105 * gnus-art.el (gnus-button): New face.
18106 (gnus-article-button-face): Use it.
18107
18108 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18109 Add gnus-summary-next-page. Re-order.
18110
18111 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18112 next-node are now included.
18113 (gnus-group-redraw-line-number): New internal variable.
18114 (gnus-group-redraw-check): Helper function for updating the tool
18115 bar.
18116 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18117
18118 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18119
18120 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18121 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18122 Use it to match format of Spamassassin 3.0 and later.
18123 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18124 (spam-check-bogofilter)
18125 (spam-bogofilter-register-with-bogofilter): Fix args of
18126 `gnus-error' calls.
18127
18128 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18129
18130 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18131 unnecessary interaction when sending queued mails.
18132 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18133
18134 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18135
18136 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18137 first or last are nil.
18138
18139 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18140
18141 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18142
18143 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18144
18145 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18146
18147 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18148
18149 * dns.el (query-dns): Protect more against buggy tcp output.
18150
18151 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18152
18153 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18154 nov.php.
18155
18156 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18157
18158 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18159 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18160 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18161 output on the server side.
18162 (nnweb-google-create-mapping): Update regexps and add some
18163 progress indication.
18164
18165 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18166
18167 * gnus-group.el (gnus-group-tool-bar-gnome):
18168 Fix gnus-agent-toggle-plugged. Re-order icons.
18169 (gnus-group-tool-bar-gnome):
18170 Add gnus-group-{prev,next}-unread-group.
18171 (gnus-group-tool-bar-gnome): Re-order icons.
18172
18173 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18174 Move gnus-summary-insert-new-articles.
18175
18176 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18177 Fix comments.
18178
18179 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18180 also available in Emacs 21.3.
18181
18182 * message.el (message-fix-before-sending): Change "Emacs 22" to
18183 "Emacs 23 (unicode)" in comment.
18184
18185 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18186 "Emacs 23 (unicode)" in comment.
18187
18188 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18189 comment.
18190 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18191
18192 * mm-view.el (mm-fill-flowed): Add :version.
18193
18194 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18195
18196 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18197 and load-path.
18198
18199 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18200
18201 * message.el: Autoload gmm-image-load-path.
18202 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18203 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18204 consitency.
18205
18206 * gmm-utils.el (gmm-image-load-path): Also search in
18207 "../etc/images". Don't set gmm-image-load-path if we don't find
18208 the image.
18209
18210 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18211
18212 * gmm-utils.el (gmm-image-load-path): Don't make
18213 `gmm-image-load-path' include subdirectories which the second arg
18214 `image' might specify.
18215
18216 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18217 subdirectory to icon file names.
18218
18219 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18220
18221 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18222
18223 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18224 gmm-image-load-path calls.
18225
18226 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18227
18228 * message.el (message-make-tool-bar): Ditto.
18229
18230 * mml.el (mml-preview): Add comment concerning tool bar icons.
18231
18232 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18233 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18234
18235 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18236 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18237
18238 * message.el (message-tool-bar-gnome): Use new icon names.
18239 (message-make-tool-bar): Use `gmm-image-load-path'.
18240
18241 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18242 New functions from MH-E.
18243 (gmm-image-load-path): New variable from MH-E.
18244 (gmm-image-load-path): New function from MH-E. Add arguments
18245 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18246 *-image-load-path-called-flag.
18247
18248 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18249
18250 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18251
18252 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18253
18254 * nnimap.el (nnimap-request-move-article): Change folder back to
18255 source group before deleting.
18256
18257 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18258
18259 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18260
18261 * gnus-art.el (mm-url-insert-file-contents-external):
18262 Autoload mm-url.
18263
18264 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18265
18266 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18267
18268 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18269 coding system which mm-charset-to-coding-system returns for a
18270 given charset is valid.
18271
18272 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18273
18274 * html2text.el (html2text-remove-tag-list):
18275 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18276
18277 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18278
18279 * gnus-cus.el: Revert 2005-10-17 change.
18280
18281 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18282
18283 * gnus-art.el (article-strip-banner):
18284 Call article-really-strip-banner only when the regexp match is made.
18285
18286 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18287
18288 * gnus-art.el (article-strip-banner):
18289 Use gnus-extract-address-components instead of
18290 mail-header-parse-addresses to make it work with non-ASCII text;
18291 remove mail-encode-encoded-word-string.
18292
18293 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18294 values which are surrounded with \"...\"; make it never cause a
18295 Lisp error; give up parsing of parameters if it failed in
18296 extracting type.
18297
18298 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18299
18300 * smime.el (smime-cert-by-ldap-1): Fix bug where
18301 `smime-ldap-search' returns results without userCertificates.
18302
18303 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18304
18305 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18306
18307 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18308
18309 * spam.el (spam-check-spamassassin-headers): Adapt format for
18310 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18311 <ari@mbf.ocn.ne.jp>.
18312 (spam-list-of-processors): Add spam-use-gmane.
18313
18314 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18315
18316 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18317 make-temp-file; make it work with XEmacs as well.
18318
18319 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18320 mm-make-temp-file.
18321
18322 * mm-decode.el (mm-display-external): Use the 3rd arg of
18323 mm-make-temp-file.
18324 (mm-create-image-xemacs): Ditto.
18325
18326 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18327
18328 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18329 with message-narrow-to-headers.
18330 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18331 (gnus-draft-check-draft-articles): New function.
18332 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18333
18334 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18335
18336 * gnus-art.el (gnus-article-browse-html-parts):
18337 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18338 Don't use suffix argument for mm-make-temp-file for Emacs 21
18339 compatibility. Remove useless `format'.
18340
18341 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18342
18343 * nnweb.el (nnweb-google-wash-article): Update regexps.
18344 (nnweb-group-alist): Use defvoo instead of defvar.
18345
18346 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18347
18348 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18349 re-loading nn* modules.
18350
18351 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18352
18353 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18354 for `tool-bar-mode' and don't check it's default-value.
18355
18356 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18357
18358 * message.el (message-make-tool-bar): Ditto.
18359
18360 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18361 `substring'. Shorten tmp-file name.
18362
18363 * gnus.el: Remove bogus comment.
18364
18365 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18366
18367 * gnus-art.el (gnus-article-browse-html-parts): New function.
18368 (gnus-article-browse-html-article): New function for viewing html
18369 articles with a browser.
18370
18371 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18372
18373 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18374 (mml2015-pgg-encrypt): Ditto.
18375
18376 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18377 (mml1991-pgg-encrypt): Ditto.
18378
18379 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18380
18381 * nnfolder.el (nnfolder-insert-newsgroup-line):
18382 Use message-make-date instead of current-time-string.
18383
18384 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18385 to gnus-decoded which mm-uu might set.
18386
18387 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18388
18389 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18390 don't decode quoted parameters; remove misimported Emacs code.
18391 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18392 (rfc2231-decode-encoded-string): Don't use split-string which
18393 behaves differently according to Emacs version; use
18394 mm-decode-coding-region to convert charset to coding-system.
18395 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18396 (rfc2231-encode-string): Remove misimported Emacs code.
18397
18398 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18399
18400 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18401 when calling mail-header-parse-content-type.
18402 (article-de-quoted-unreadable): Ditto.
18403 (article-de-base64-unreadable): Ditto.
18404 (article-wash-html): Ditto.
18405
18406 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18407 calling mail-header-parse-content-type and
18408 mail-header-parse-content-disposition.
18409 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18410 mail-header-parse-content-type.
18411
18412 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18413 insert charset and format parameters; encode description after
18414 inserting it to buffer.
18415 (mml-insert-parameter): Fold lines properly even if a parameter is
18416 segmented into two or more lines; change the max column to 76.
18417
18418 * rfc1843.el (rfc1843-decode-article-body): Don't use
18419 ignore-errors when calling mail-header-parse-content-type.
18420
18421 * rfc2231.el (rfc2231-parse-string): Return at least type if
18422 possible; don't cause an error even if it fails in parsing of
18423 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18424 (rfc2231-encode-string): Don't break lines at the beginning, leave
18425 it to mml-insert-parameter.
18426
18427 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18428 calling mail-header-parse-content-type.
18429
18430 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18431
18432 * spam-report.el (spam-report-gmane-use-article-number):
18433 Improve doc string.
18434 (spam-report-gmane-internal): Check if a suitable header was found
18435 in the article.
18436
18437 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18438
18439 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18440 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18441
18442 2006-02-05 Romain Francoise <romain@orebokech.com>
18443
18444 Update copyright notices of all files in the gnus directory.
18445
18446 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18447
18448 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18449
18450 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18451
18452 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18453 segmented lines of parameter value to cope with Thunderbird 1.5
18454 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18455 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18456 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18457
18458 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18459
18460 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18461 parts.
18462
18463 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18464
18465 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18466 there's only one active file for all servers.
18467 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18468 solid groups. Gnus might have used a FAST request to select the group.
18469 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18470 and nnweb-search redundantly in the active file.
18471 (nnweb-request-list): Don't list bogus groups. There can only be one.
18472 (nnweb-request-create-group): Don't use ARGS.
18473 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18474 initializations. Let nnoo do the work.
18475
18476 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18477
18478 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18479 Say the part has been decoded.
18480
18481 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18482
18483 2006-01-31 Kevin Ryde <user42@zip.com.au>
18484
18485 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18486 mailcap-viewer-test-cache when there's no 'test clause, since that
18487 will invert the meaning of a "nil" test previously determined by
18488 mailcap-mailcap-entry-passes-test.
18489
18490 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18491
18492 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18493 compiling.
18494
18495 * gnus-sum.el: Ditto.
18496
18497 * message.el: Don't bind tool-bar-map when compiling.
18498
18499 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18500
18501 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18502
18503 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18504
18505 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18506 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18507 current Google Groups.
18508
18509 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18510
18511 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18512 and tool-bar-mode.
18513
18514 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18515 and tool-bar-mode.
18516
18517 * message.el (message-tool-bar-update): Simplify.
18518 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18519
18520 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18521 gnus-summary-buffer.
18522 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18523 gnus-summary-reply.
18524
18525 * gmm-utils.el (gmm): Add :version.
18526
18527 2006-01-26 Steve Youngs <steve@sxemacs.org>
18528
18529 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18530 Don't autoload.
18531
18532 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18533
18534 * gmm-utils.el (gmm-verbose): Add :group.
18535
18536 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18537
18538 * message.el: Change some comments WRT tool-bars.
18539
18540 * gnus-sum.el (gnus-summary-tool-bar)
18541 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18542 (gnus-summary-tool-bar-zap-list): New variables.
18543 (gnus-summary-make-tool-bar): Complete rewrite using
18544 `gmm-tool-bar-from-list'.
18545
18546 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18547 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18548 New variables.
18549 (gnus-group-make-tool-bar): Complete rewrite using
18550 `gmm-tool-bar-from-list'.
18551 (gnus-group-tool-bar-update): New function.
18552
18553 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18554
18555 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18556
18557 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18558 is dissected into a single part of which the type is the same as
18559 the given one; decode charset.
18560
18561 2006-01-21 Kevin Ryde <user42@zip.com.au>
18562
18563 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18564 into alists as symbol not string, since that's what
18565 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18566 look for.
18567
18568 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18569
18570 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18571 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18572
18573 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18574
18575 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18576
18577 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18578 (gnus-mime-security-button-menu): New definition.
18579 (gnus-mime-security-button-map): Use them.
18580 (gnus-mime-security-button-menu): New function.
18581 (gnus-insert-mime-security-button): Addition to help echo.
18582 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18583 (gnus-mime-security-pipe-part): New functions.
18584
18585 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18586 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18587
18588 * mm-decode.el (mm-handle-set-disposition): Remove.
18589 (mm-handle-set-description): Remove.
18590
18591 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18592
18593 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18594 (mm-w3m-standalone-supports-m17n-p): New function.
18595 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18596 w3m usage.
18597
18598 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18599 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18600
18601 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18602
18603 * message.el (message-tool-bar-zap-list):
18604 Use gmm-tool-bar-zap-list as custom type.
18605 (message-tool-bar-update): New function.
18606 (message-tool-bar, message-tool-bar-gnome)
18607 (message-tool-bar-retro): Add message-tool-bar-update.
18608 (message-tool-bar-gnome): Add flyspell-buffer.
18609
18610 * gnus-util.el (gnus-error): Describe `args'.
18611
18612 * gmm-utils.el (gmm-error): Describe `args'.
18613 (gmm-tool-bar-zap-list): New widget.
18614 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18615
18616 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18617
18618 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18619 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18620 the number of recursive calls.
18621
18622 * mm-decode.el (mm-handle-set-disposition): New macro.
18623 (mm-handle-set-description): New macro.
18624
18625 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18626
18627 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18628 encoding.
18629
18630 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18631
18632 * message.el (message-tool-bar-zap-list, message-tool-bar)
18633 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18634 (message-tool-bar-local-item-from-menu): Remove.
18635 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18636 (message-make-tool-bar): New function.
18637 (message-mode): Use `message-make-tool-bar'.
18638
18639 * gmm-utils.el: New file.
18640 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18641 (gmm-lazy): New widget copied from `nnmail.el'.
18642 (gmm-tool-bar-from-list): New function for creating customizable
18643 tool bars.
18644 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18645 output.
18646 (gmm): Add :prefix to defgroup.
18647
18648 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18649
18650 * gmm-utils.el (gmm-widget-p): New function.
18651
18652 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18653
18654 * mml.el (mml-attach-file): Describe `description' in doc string.
18655 (mml-menu): Add Emacs MIME manual and PGG manual.
18656
18657 2006-01-20 Richard M. Stallman <rms@gnu.org>
18658
18659 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18660
18661 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18662
18663 * nntp.el (nntp-end-of-line): Doc fix.
18664
18665 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18666
18667 * imap.el (imap-open): Handle case where buffer is a buffer
18668 object.
18669
18670 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18671
18672 * gnus-delay.el (gnus-delay): Don't autoload.
18673 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18674 to be re-loaded when customizing the `gnus-delay' group.
18675
18676 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18677
18678 * message.el (message-insert-citation-line): Use newlines.
18679
18680 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18681
18682 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18683
18684 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18685
18686 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18687
18688 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18689
18690 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18691
18692 * mm-decode.el (mm-inlined-types): Add application/pgp.
18693 (mm-automatic-display): Ditto.
18694
18695 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18696 part as text.
18697
18698 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18699
18700 * nnrss.el: Update copyright.
18701 (nnrss-opml-import): Query whether to subscribe to each entry.
18702
18703 * gnus-art.el:
18704 * gnus-sum.el:
18705 * mm-uu.el:
18706 * mm-view.el: Update copyright.
18707
18708 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18709
18710 * message.el (message-info): New function.
18711 (message-mode-menu): Add it.
18712 Update copyright.
18713
18714 * ChangeLog: Fix and update copyright.
18715
18716 2006-01-13 Romain Francoise <romain@orebokech.com>
18717
18718 * message.el (message-forward-subject-name-subject): Prefer the
18719 address to 'nowhere' if the sender has no name.
18720 Fix typo. Update copyright year.
18721
18722 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18723
18724 * gnus-art.el (article-wash-html):
18725 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18726 (gnus-article-wash-html-with-w3m-standalone): New function.
18727
18728 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18729 mm-inline-text-html-render-with-w3m-standalone.
18730 (mm-text-html-washer-alist): Map w3m-standalone to
18731 gnus-article-wash-html-with-w3m-standalone.
18732 (mm-inline-text-html-render-with-w3m-standalone): New function.
18733
18734 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18735
18736 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18737 Improve LaTeX.
18738
18739 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18740
18741 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18742 (nnrss-request-article): Render text/plain parts as HTML.
18743
18744 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18745 the buffer.
18746
18747 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18748
18749 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18750 custom definition of `gnus-posting-styles'.
18751
18752 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18753 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18754
18755 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18756
18757 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18758 Use nntp for bug archive.
18759
18760 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18761
18762 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18763 parts.
18764 (nnrss-normalize-date): New function converts ISO 8601 date into
18765 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18766 (nnrss-check-group): Use it.
18767
18768 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18769
18770 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18771
18772 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18773 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18774 (nnrss-insert-w3): Ditto.
18775
18776 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18777
18778 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18779 the articles to be forwarded including the case where neither a
18780 number of articles nor a region is specified.
18781
18782 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18783
18784 * nnrss.el (nnrss-request-article): Fix last change; fill
18785 text/plain parts.
18786
18787 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18788
18789 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18790 in text/plain part.
18791 (nnrss-check-group): Don't add excessive newline to dc:subject.
18792
18793 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18794
18795 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18796 article.
18797
18798 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18799
18800 * nnml.el: Don't require gnus-bcklg. Autoload it.
18801 (nnml-use-compressed-files, nnml-save-mail): Support other
18802 comression programs such as bzip2.
18803
18804 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18805
18806 * dns.el (query-dns): Make sure we check the buffer size before
18807 removing tcp headers.
18808
18809 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18810
18811 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18812 remove MIME buttons associated with multipart/alternative parts.
18813 (gnus-mime-display-alternative): Tag buttons using `article-type'
18814 text property.
18815
18816 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18817 associated with multipart/alternative parts.
18818
18819 * gnus-art.el (gnus-signature-separator): Fix custom type.
18820
18821 * mm-decode.el (mm-inlined-types): Fix custom type.
18822 (mm-keep-viewer-alive-types): Ditto.
18823 (mm-automatic-display): Ditto.
18824 (mm-attachment-override-types): Ditto.
18825 (mm-inline-override-types): Ditto.
18826 (mm-automatic-external-display): Ditto.
18827
18828 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18829
18830 * spam-report.el (spam-report-user-mail-address)
18831 (spam-report-user-agent): New variables.
18832 (spam-report-url-ping-plain): Use spam-report-user-agent.
18833
18834 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18835
18836 * gnus-art.el (gnus-button-handle-custom): Do not just use
18837 `customize-apropos' for any "M-x customize-*" button but the
18838 function called for. Accept both the function name and its
18839 argument in order to achieve this.
18840 (gnus-button-alist): Remove support for "custom:" URL's.
18841 Pass function name to `gnus-button-handle-custom' in case of "M-x
18842 customize-*" buttons.
18843
18844 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18845
18846 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18847 multipart/alternative and add xref to mm-discouraged-alternatives
18848 in doc string.
18849
18850 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18851 gnus-buttonized-mime-types in doc string.
18852
18853 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18854
18855 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18856 Suggest image/.* in the doc string.
18857
18858 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18859
18860 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18861 message-marks (Debian bug#342521).
18862
18863 2005-12-12 Simon Josefsson <jas@extundo.com>
18864
18865 * password.el (password-read-from-cache): Add.
18866 (password-read): Use it.
18867
18868 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18869
18870 * rfc2047.el (rfc2047-charset-to-coding-system):
18871 Recognize us-ascii as a MIME charset.
18872
18873 * mm-bodies.el (mm-decode-content-transfer-encoding):
18874 Protect against the case where the 2nd arg TYPE is nil.
18875
18876 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18877
18878 * pop3.el (pop3-stream-type): Fix custom version.
18879
18880 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18881
18882 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18883
18884 * mm-decode.el (mm-display-external): Add missing cdr.
18885
18886 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18887
18888 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18889 RFC1524) if it is in mailcap or add a suffix according to
18890 mailcap-mime-extensions when generating a temp filename; postpone
18891 deleting a temp file for 2 seconds for some wrappers, shell
18892 scripts, and so on, which might exit right after having started a
18893 viewer command as a background job.
18894
18895 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18896
18897 * nntp.el (nntp-marks-directory): Fix custom group.
18898
18899 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18900 steps when < 10.
18901
18902 * gnus-start.el (gnus-no-server-1):
18903 Mention `gnus-level-default-subscribed' in doc string.
18904
18905 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18906
18907 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18908 parens.
18909
18910 2005-11-26 Dave Love <fx@gnu.org>
18911
18912 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18913 (tls-program, tls-success): Provide openssl alternative.
18914
18915 * starttls.el: Doc fixes.
18916 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18917 SERVICE to PORT.
18918
18919 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18920 port null or service name.
18921 (starttls-negotiate): Autoload.
18922
18923 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18924
18925 * message.el (message-kill-to-signature): Fix interactive spec.
18926
18927 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18928
18929 * pop3.el (pop3-open-server): Recognize a string as a service name.
18930
18931 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18932
18933 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18934
18935 2005-11-23 Dave Love <fx@gnu.org>
18936
18937 Add pop3s, pop3/starttls.
18938
18939 * pop3.el (pop3-authentication-scheme): Clarify doc.
18940 (open-tls-stream, starttls-open-stream): Autoload.
18941 (pop3-stream-type): New.
18942 (pop3-open-server): Use it.
18943
18944 * mail-source.el (mail-sources): Fix some :types. Add stream type
18945 for POP.
18946 (mail-source-keyword-map): Add :stream for POP.
18947 (mail-source-fetch-pop): Use pop3-stream-type.
18948
18949 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18950
18951 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18952 of current-time-string.
18953
18954 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18955
18956 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18957 date header.
18958
18959 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18960
18961 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18962 it can seriously impact performance as it bypasses the agent's
18963 local caches.
18964
18965 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18966
18967 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18968 must be explicitly online rather than "not explicitly offline" for
18969 its flags to be synchronized.
18970
18971 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18972 that gnus-uu-unmark-thread will function correctly.
18973
18974 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18975 1024K is instead displayed as 1M.
18976
18977 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18978
18979 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18980
18981 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18982
18983 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18984
18985 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18986
18987 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18988 error message to display actual error condition.
18989 (gnus-agent-save-local): Avoid saving symbols that are bound to
18990 nil as they simply result in a warning message in
18991 gnus-agent-read-local.
18992
18993 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18994
18995 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18996 rather than make-variable-buffer-local for file-precious-flag.
18997
18998 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18999
19000 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19001 for duplicates which are removed. The invalid sort check then
19002 triggers a rescan after the sort as sorting may have moved
19003 duplicate entries such that they can be cheaply detected.
19004
19005 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19006
19007 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19008
19009 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19010
19011 * gnus-agent.el (gnus-agent-article-alist-save-format):
19012 Change internal variable to a custom variable. Change default value
19013 from compressed(2) to uncompressed(1).
19014 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19015 support for uncompressed agentview files. Taken together, reading
19016 the agentview file should now be 6-7 times faster.
19017
19018 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19019
19020 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19021 as a buffer-local variable. This avoids creating truncated
19022 dribble files as a result of a hang up, eg.
19023
19024 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19025
19026 * gnus-start.el (gnus-start-draft-setup):
19027 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19028
19029 * gnus.el (gnus-splash): Change custom group.
19030 (gnus-group-get-parameter, gnus-group-parameter-value):
19031 Describe allow-list argument.
19032
19033 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19034 string.
19035
19036 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19037
19038 * gnus-art.el (gnus-default-article-saver): Add user-defined
19039 `function' to custom type.
19040
19041 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19042
19043 * imap.el (imap-open): Handle case where buffer is a buffer
19044 object.
19045
19046 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19047
19048 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19049 long lines.
19050 (gnus-cache-delete-group): Wrap doc strings.
19051
19052 * gnus-agent.el (gnus-agent-rename-group)
19053 (gnus-agent-delete-group): Wrap doc strings.
19054
19055 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19056
19057 * gnus-start.el (gnus-1): Add "native" to
19058 gnus-predefined-server-alist.
19059
19060 * gnus.el (gnus-method-to-server): Don't add "native" to the
19061 lists here, because that leads to problems when
19062 gnus-select-method is bound.
19063
19064 2005-11-09 Simon Josefsson <jas@extundo.com>
19065
19066 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19067 use (not sort-by-date) instead.
19068
19069 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19070
19071 * gnus-delay.el (gnus-delay-group): Don't autoload.
19072 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19073 to be re-loaded when customizing the `gnus-delay' group.
19074
19075 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19076
19077 * message.el: Revert last changes.
19078 (message-insert-citation-line): Use newlines.
19079
19080 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19081
19082 * message.el (message-courtesy-message)
19083 (message-mark-insert-begin, message-mark-insert-end)
19084 (message-elide-ellipsis, message-cancel-message)
19085 (message-add-header, message-change-subject)
19086 (message-cross-post-followup-to-header)
19087 (message-cross-post-insert-note, message-reduce-to-to-cc)
19088 (message-widen-reply, message-delete-not-region)
19089 (message-kill-to-signature, message-insert-signature)
19090 (message-insert-importance-high, message-insert-importance-low)
19091 (message-insert-or-toggle-importance)
19092 (message-insert-disposition-notification-to)
19093 (message-indent-citation, message-yank-original)
19094 (message-cite-original-without-signature, message-cite-original)
19095 (message-insert-citation-line, message-position-on-field)
19096 (message-fix-before-sending, message-send-mail-partially)
19097 (message-send-mail, message-send-mail-with-sendmail)
19098 (message-send-mail-with-qmail, message-send-news)
19099 (message-check-news-header-syntax, message-generate-headers)
19100 (message-insert-courtesy-copy, message-fill-address)
19101 (message-fill-header, message-shorten-references)
19102 (message-setup-1, message-cancel-news)
19103 (message-forward-make-body-plain, message-forward-make-body-mime)
19104 (message-forward-make-body-mml, message-encode-message-body)
19105 (message-forward-make-body-digest-plain)
19106 (message-forward-make-body-digest-mime)
19107 (message-use-alternative-email-as-from): Insert `hard-newline'
19108 instead of ordinary newlines.
19109
19110 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19111
19112 * message.el (message-generate-headers): Downcase the argument
19113 given to message-check-element.
19114
19115 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19116
19117 * nntp.el (nntp-authinfo-rejected): New error condition.
19118 (nntp-wait-for): Use new error condition to signal authentication
19119 error.
19120 (nntp-retrieve-data): Rethrow new error condition to break out of
19121 recursive call to nntp-send-authinfo.
19122
19123 2005-11-08 Romain Francoise <romain@orebokech.com>
19124
19125 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19126 (gnus-summary-exit-map): Bind to `Z p'.
19127 (gnus-summary-make-menu-bar): Add menu item.
19128
19129 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19130
19131 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19132 (gnus-treat-*): Add `first' in all doc strings.
19133
19134 * gnus-group.el (gnus-group-compact-group): Fix typo.
19135
19136 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19137
19138 * gnus.el (gnus-parameters-case-fold-search): New variable.
19139 (gnus-parameters-get-parameter): Use it.
19140
19141 * gnus-score.el (gnus-home-score-file): Doc fix.
19142
19143 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19144
19145 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19146
19147 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19148
19149 * mm-util.el (mm-special-display-p): New function.
19150
19151 * mml.el (mml-preview): Use it; doc fix.
19152
19153 2005-10-29 Romain Francoise <romain@orebokech.com>
19154
19155 * message.el (message-fix-before-sending): Fix comment.
19156
19157 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19158
19159 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19160
19161 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19162
19163 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19164 Used in gnus-score.el.
19165
19166 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19167
19168 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19169
19170 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19171
19172 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19173 whitespace removed in revision 7.8. Use concatenated string to
19174 protect trailing whitespace.
19175
19176 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19177
19178 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19179 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19180 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19181 Courier IMAP ("some version from 2004"). Mostly based on similar
19182 code in the same function.
19183
19184 2005-10-26 Didier Verna <didier@xemacs.org>
19185
19186 * gnus-group.el (gnus-group-compact-group): Invalidate original
19187 article buffer.
19188 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19189 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19190 NOV database and in article itself.
19191 Invalidate article backlog.
19192
19193 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19194
19195 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19196
19197 2005-10-26 Simon Josefsson <jas@extundo.com>
19198
19199 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19200 part of 2004-07-25 change.
19201
19202 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19203
19204 * message.el (message-display-completion-list): New function.
19205 (message-expand-group): Use it; make sure the Completions buffer
19206 is modifiable.
19207
19208 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19209
19210 * imap.el (imap-open): Handle case where buffer is a buffer object.
19211
19212 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19213
19214 * pgg-def.el:
19215 * pgg-gpg.el:
19216 * pgg-parse.el:
19217 * pgg-pgp.el:
19218 * pgg-pgp5.el:
19219 * pgg.el: Move to the parent lisp directory.
19220
19221 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19222
19223 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19224 user-mail-name is an empty string.
19225
19226 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19227
19228 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19229 depending on gnus-score-decay-constant.
19230
19231 * encrypt.el (encrypt-insert-file-contents)
19232 (encrypt-write-file-contents): Don't use `gnus-message'.
19233
19234 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19235 arguments.
19236 (mm-uu-type-alist): Add message-marks and insert-marks.
19237 Pass arguments to mm-uu-verbatim-marks-extract.
19238 (mm-uu-hide-markers): New variable.
19239 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19240
19241 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19242 (gnus-convert-image-to-face-command): Use "convert" by default to
19243 allow other input image formats.
19244 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19245 accordingly.
19246
19247 2005-10-23 Simon Josefsson <jas@extundo.com>
19248
19249 * imap.el (imap-gssapi-program): Align command line parameters
19250 with latest GNU SASL.
19251 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19252
19253 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19254
19255 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19256 HTML.
19257 (nnslashdot-request-article): Ditto.
19258
19259 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19260
19261 * mail-source.el (mail-source-fetch-pop): Require pop3.
19262 (mail-source-check-pop): Ditto.
19263
19264 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19265
19266 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19267 errors.
19268
19269 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19270
19271 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19272 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19273
19274 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19275
19276 * mm-bodies.el (mm-decode-string):
19277 Call `mm-charset-to-coding-system' with allow-override argument.
19278
19279 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19280
19281 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19282 (rfc2047-charset-to-coding-system): New function.
19283 (rfc2047-decode-encoded-words): New function.
19284 (rfc2047-decode-region): Use them.
19285 (rfc2047-decode-cte): Remove.
19286 (rfc2047-parse-and-decode): Remove.
19287 (rfc2047-decode): Remove.
19288
19289 2005-10-15 Kenichi Handa <handa@m17n.org>
19290
19291 * rfc2047.el (rfc2047-decode-cte): New function.
19292 (rfc2047-decode-region): Change the way to decode successive
19293 encoded-words: decode B- or Q-encoding in each encoded-word,
19294 concatenate them, and decode it as charset.
19295
19296 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19297
19298 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19299 widget-move-and-invoke.
19300 (gnus-custom-mode): Use gnus-custom-map.
19301
19302 2005-10-15 Bill Wohler <wohler@newt.com>
19303
19304 * message.el (message-tool-bar-map): Rename image file from
19305 mail_send to mail/send.
19306
19307 2005-10-16 Masatake YAMATO <jet@gyve.org>
19308
19309 * message.el (message-expand-group): Pass the common
19310 prefix substring of completion to `display-completion-list'.
19311
19312 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19313
19314 * mml-sec.el (mml-secure-method): New internal variable.
19315 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19316 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19317 New functions using mml-secure-method.
19318
19319 * mml.el (mml-mode-map): Add key bindings for those functions.
19320 (mml-menu): Simplify security menu entries. Suggested by Jesper
19321 Harder <harder@myrealbox.com>.
19322 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19323 Goto end of message if point is the headers of the message.
19324
19325 * message.el (message-in-body-p): New function.
19326
19327 * assistant.el: Autoload gnus-util and netrc.
19328
19329 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19330 Use `mm-charset-override-alist' only when decoding.
19331
19332 * mm-bodies.el (mm-decode-body):
19333 Call `mm-charset-to-coding-system' with allow-override argument.
19334
19335 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19336 `filename' from Content-Disposition if Content-Type doesn't
19337 provide `name'.
19338 (gnus-mime-view-part-as-type): Set default instead of
19339 initial-input.
19340
19341 2005-10-09 Daniel Brockman <daniel@brockman.se>
19342
19343 * format-spec.el (format-spec): Propagate text properties of % spec.
19344
19345 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19346
19347 * gnus-art.el (gnus-treat-predicate): Add `first'.
19348
19349 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19350
19351 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19352 (mm-charset-override-alist): New variable.
19353 (mm-charset-to-coding-system): Use it.
19354 (mm-codepage-setup): New helper function.
19355 (mm-charset-eval-alist): New variable.
19356 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19357 Warn about unknown charsets.
19358
19359 2005-10-04 David Hansen <david.hansen@gmx.net>
19360
19361 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19362 (nnrss-check-group): Ditto.
19363
19364 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19365
19366 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19367 Rename x-gnus-verbatim to x-verbatim.
19368 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19369
19370 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19371 x-verbatim.
19372
19373 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19374
19375 * gnus-util.el (gnus-remove-duplicates): Remove.
19376
19377 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19378 instead of gnus-remove-duplicates.
19379
19380 * message.el (message-remove-duplicates): Remove.
19381 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19382 message-remove-duplicates.
19383
19384 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19385 available, else use implementation from `delete-dups'.
19386
19387 * message.el (message-insert-expires): New function.
19388 (message-mode-map): Add key binding.
19389 (message-mode-field-menu): Add menu entry.
19390 (message-mode): Document it.
19391 (message-make-expires-date): Use `message-make-date'.
19392
19393 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19394
19395 * message.el (message-make-expires-date): New function.
19396
19397 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19398
19399 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19400
19401 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19402
19403 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19404 function rather than the diff-mode.el package.
19405 (mm-display-external): Use with-current-buffer.
19406 (mm-viewer-completion-map, mm-viewer-completion-map):
19407 Move initialization inside declaration.
19408
19409 2005-09-29 Simon Josefsson <jas@extundo.com>
19410
19411 * spam.el: Load hashcash when compiling, to avoid warnings.
19412 Don't autoload mail-check-payment.
19413 (spam-check-hashcash): Define unconditionally, since hashcash.el
19414 is part of Gnus now. Ignore errors from payment checking.
19415
19416 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19417
19418 * message.el (message-bold-region, message-unbold-region):
19419 Rename from `bold-region' and `unbold-region'.
19420
19421 * message.el: Remove useless autoloads.
19422
19423 2005-09-28 Simon Josefsson <jas@extundo.com>
19424
19425 * message.el (message-use-idna): Default to t.
19426 (message-use-idna): Test whether encoding works too. Doc fix.
19427
19428 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19429
19430 * nntp.el (nntp-warn-about-losing-connection): Remove.
19431
19432 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19433
19434 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19435 customizable. Change default value.
19436 (mm-uu-diff-groups-regexp): Change default value.
19437 (mm-uu-type-alist): Add doc string.
19438 (mm-uu-configure): Add doc string. Make it interactive.
19439 (mm-uu-tex-groups-regexp): New variable.
19440 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19441 (mm-uu-type-alist): Add LaTeX documents.
19442 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19443 of "text/verbatim".
19444 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19445
19446 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19447 instead of "text/verbatim".
19448
19449 * message.el (message-mark-inserted-region)
19450 (message-mark-insert-file): Use slrn style marks when called with
19451 prefix argument.
19452
19453 2005-09-27 Simon Josefsson <jas@extundo.com>
19454
19455 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19456
19457 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19458
19459 * message.el (message-remove-duplicates): New function.
19460 Implementation borrowed from `gnus-remove-duplicates'.
19461 (message-idna-to-ascii-rhs): Also encode idna addresses in
19462 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19463 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19464 only ask about the same idna domain once per header and also tell
19465 in what header to replace the idna domain.
19466
19467 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19468 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19469 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19470 a header is decoded and not just the last one.
19471
19472 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19473
19474 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19475 has been decoded.
19476
19477 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19478 (mm-insert-part): Don't modify text if it has been decoded.
19479
19480 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19481 decoded.
19482
19483 * mm-view.el (mm-inline-text): Don't strip text props unless
19484 decoding enriched or richtext parts.
19485
19486 2005-09-25 Romain Francoise <romain@orebokech.com>
19487
19488 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19489 * gnus-start.el (gnus-subscribe-interactively):
19490 * gnus-uu.el (gnus-uu-grab-articles):
19491 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19492 space.
19493
19494 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19495
19496 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19497 * mm-view.el (mm-view-pkcs7-decrypt):
19498 * gnus-sum.el (gnus-summary-limit-to-extra)
19499 (gnus-summary-respool-article, gnus-read-move-group-name):
19500 * gnus-score.el (gnus-summary-increase-score):
19501 * gnus-util.el (gnus-completing-read-with-default):
19502 * gnus-art.el (gnus-read-save-file-name)
19503 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19504 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19505 * message.el (message-check-news-header-syntax):
19506 Follow convention for reading with the minibuffer.
19507
19508 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19509
19510 * spam-report.el (spam-report-url-ping-plain):
19511 Use gnus-extended-version as User-Agent.
19512
19513 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19514 default value is nil.
19515
19516 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19517 (mm-uu-verbatim-marks-extract): New function.
19518 (mm-uu-extract): New face.
19519 (mm-uu-copy-to-buffer): Use it.
19520
19521 * spam-report.el (spam-report-gmane-ham): Rename from
19522 `spam-report-gmane-unspam'.
19523 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19524 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19525
19526 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19527 Autoload.
19528 (spam-report-gmane-unregister-routine):
19529 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19530
19531 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19532
19533 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19534 (spam-report-gmane-unregister-routine): Add support for gmane
19535 unregistration.
19536
19537 * spam-report.el (spam-report-gmane-unspam)
19538 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19539 (spam-report-gmane): Change to take a single article and do unspam
19540 registration.
19541
19542 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19543
19544 * mm-url.el (mm-url-decode-entities): Fix regexp.
19545
19546 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19547
19548 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19549 default to nil, to be able to use Gnus at all. If the default
19550 switches to something else, then the function should be fixed not
19551 be exceedingly slow.
19552
19553 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19554
19555 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19556 fail hard.
19557
19558 * spam-report.el: Add better Keywords line.
19559
19560 * spam.el: Add Maintainer and better Keywords line.
19561
19562 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19563
19564 * gnus-art.el (gnus-article-replace-part)
19565 (gnus-mime-replace-part): New functions.
19566 (gnus-mime-action-alist, gnus-mime-button-commands)
19567 (gnus-mime-save-part-and-strip): Add file argument.
19568 (gnus-article-part-wrapper): Add interactive argument.
19569
19570 * gnus-sum.el (gnus-summary-mime-map):
19571 Add `gnus-article-replace-part'.
19572
19573 2005-09-19 Didier Verna <didier@xemacs.org>
19574
19575 The nnml compaction feature:
19576 * nnml.el (nnml-request-compact-group): New function.
19577 * nnml.el (nnml-request-compact): New function.
19578 * gnus-int.el (gnus-request-compact-group): New function.
19579 * gnus-int.el (gnus-request-compact): New function.
19580 * gnus-group.el (gnus-group-compact-group): New function.
19581 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19582 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19583 * gnus-srvr.el (gnus-server-compact-server): New function.
19584 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19585 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19586
19587 2005-09-18 Deepak Goel <deego@gnufans.org>
19588
19589 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19590 format spec.
19591
19592 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19593
19594 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19595
19596 2005-09-15 Romain Francoise <romain@orebokech.com>
19597
19598 * message.el (message-fill-paragraph): Clarify docstring.
19599
19600 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19601
19602 * gnus-art.el (gnus-mime-display-part): Protect against broken
19603 MIME messages.
19604
19605 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19606
19607 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19608 before parsing header.
19609
19610 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19611
19612 * html2text.el (html2text-replace-list): Add new entities.
19613
19614 2005-09-11 Romain Francoise <romain@orebokech.com>
19615
19616 * message.el (message-alternative-emails): Improve docstring.
19617 (message-setup-1): Call `message-use-alternative-email-as-from'
19618 after `message-setup-hook' to give it precedence over posting
19619 styles, etc.
19620 (message-use-alternative-email-as-from): Add docstring.
19621 Remove the original From header if present.
19622
19623 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19624 (nnml-save-mail): Use it.
19625
19626 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19627 articles. Add new argument `silent'.
19628 (gnus-uu-mark-all): Report the total number of marked articles.
19629
19630 2005-09-10 Romain Francoise <romain@orebokech.com>
19631
19632 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19633 (gnus-uu-mark-series): Likewise.
19634
19635 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19636
19637 * spam-report.el (spam-report-gmane): Fix generation of spam
19638 report URL.
19639
19640 2005-09-10 Simon Josefsson <jas@extundo.com>
19641
19642 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19643 t, based on discussion on the ding list with Robert Epprecht
19644 <epprecht@solnet.ch>.
19645
19646 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19647
19648 * spam-report.el (spam-report-gmane): Make it work without
19649 X-Report-Spam header. Gmane now only provides Archived-At.
19650 This is only used if `spam-report-gmane-use-article-number' is nil.
19651 (spam-report-gmane-spam-header): Remove. Not used anymore.
19652
19653 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19654 make `gnus-summary-sort-by-recipient' work with threading.
19655
19656 * nnweb.el (nnweb-google-wash-article): Print a message if article
19657 is not available.
19658
19659 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19660
19661 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19662 change. Decode text/* parts content before displaying.
19663
19664 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19665
19666 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19667
19668 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19669
19670 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19671
19672 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19673
19674 * message.el (message-tab-body-function): Fix mismatched custom type.
19675
19676 * gnus.el (gnus-group-change-level-function): Ditto.
19677
19678 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19679
19680 * gnus-art.el (gnus-signature-limit)
19681 (gnus-article-mime-part-function): Ditto.
19682
19683 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19684
19685 * mml.el (mml-mode): Silence the byte compiler.
19686
19687 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19688 using `(sit-for 0)' before moving the point to the specified part;
19689 skip unbuttonized parts.
19690 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19691 return to the summary window if gnus-auto-select-part is non-nil.
19692
19693 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19694
19695 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19696 New variables.
19697 (mml-dnd-attach-file, mml-mode): Use them.
19698
19699 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19700 Make fetching article by MID work again for Google Groups.
19701 Add FIXME concerning gnus-group-make-web-group.
19702
19703 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19704 Don't depend on Gnus by using mail-extract-address-components if
19705 gnus-extract-address-components is not bound.
19706
19707 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19708
19709 * gnus-art.el (gnus-mime-display-security): Don't display the
19710 signature, but only the signed part.
19711
19712 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19713
19714 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19715
19716 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19717 list, not listp.
19718
19719 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19720
19721 * mm-encode.el (mm-encode-content-transfer-encoding):
19722 Likewise when encoding.
19723
19724 * mm-bodies.el (mm-decode-content-transfer-encoding):
19725 De-canonicalize CRLF for all text content types, not just
19726 text/plain.
19727
19728 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19729
19730 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19731 valid article; point arrow and cursor at the MIME button.
19732
19733 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19734
19735 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19736 Suggested by Dan Christensen <jdc@uwo.ca>.
19737
19738 * mm-decode.el (mm-save-part): Enable change of prompt.
19739
19740 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19741
19742 * gnus-msg.el (gnus-inews-add-send-actions):
19743 Make `message-post-method' lambda parameter ARG `&optional'.
19744
19745 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19746
19747 * gnus-sum.el (gnus-summary-mime-map):
19748 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19749 gnus-article-jump-to-part.
19750
19751 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19752 (gnus-article-edit-part): Use it.
19753 (gnus-article-part-wrapper): Add no-handle argument.
19754 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19755 New functions.
19756
19757 2005-08-29 Romain Francoise <romain@orebokech.com>
19758
19759 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19760 docstring.
19761 (gnus-face-from-file): Likewise.
19762
19763 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19764
19765 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19766 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19767 non-nil.
19768 (gnus-auto-select-part): New variable.
19769 (gnus-article-jump-to-part): New function.
19770 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19771 (gnus-mime-delete-part): Allow selecting specified part after
19772 deleting or stripping parts.
19773 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19774 part if argument is bogus.
19775
19776 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19777
19778 * gnus-art.el (w3m-minor-mode-map):
19779 * gnus-spec.el (gnus-newsrc-file-version):
19780 * gnus-util.el (nnmail-active-file-coding-system)
19781 (gnus-original-article-buffer, gnus-user-agent):
19782 * gnus.el (gnus-ham-process-destinations)
19783 (gnus-parameter-ham-marks-alist)
19784 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19785 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19786 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19787 * mm-decode.el (gnus-current-window-configuration):
19788 * mm-extern.el (gnus-article-mime-handles):
19789 * mm-url.el (url-current-object, url-package-name)
19790 (url-package-version):
19791 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19792 (smime-keys, w3m-cid-retrieve-function-alist)
19793 (w3m-current-buffer, w3m-display-inline-images)
19794 (w3m-minor-mode-map):
19795 * mml-smime.el (gnus-extract-address-components):
19796 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19797 (gnus-newsrc-hashtb, message-default-charset)
19798 (message-deletable-headers, message-options)
19799 (message-posting-charset, message-required-mail-headers)
19800 (message-required-news-headers):
19801 * mml1991.el (mc-pgp-always-sign):
19802 * mml2015.el (mc-pgp-always-sign):
19803 * nnheader.el (nnmail-extra-headers):
19804 * rfc1843.el (gnus-decode-encoded-word-function)
19805 (gnus-decode-header-function, gnus-newsgroup-name):
19806 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19807
19808 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19809
19810 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19811 the end of the date treatments.
19812
19813 2005-08-15 Simon Josefsson <jas@extundo.com>
19814
19815 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19816 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19817 Capello and Romain Francoise.
19818 (pgg-fetch-key-function): Remove, not used?
19819 (pgg-insert-url-with-w3): Require url, to get
19820 url-insert-file-contents regardless of where it is defined.
19821
19822 2005-08-13 Romain Francoise <romain@orebokech.com>
19823
19824 * message.el (message-cite-original-1): New function.
19825 (message-cite-original): Use it.
19826 (message-cite-original-without-signature): Ditto.
19827
19828 2005-08-08 Romain Francoise <romain@orebokech.com>
19829
19830 * message.el (message-yank-empty-prefix): New variable.
19831 (message-indent-citation): Use it.
19832 (message-cite-original-without-signature): Respect X-No-Archive.
19833
19834 2005-08-08 Simon Josefsson <jas@extundo.com>
19835
19836 * pgg.el: Autoload url-insert-file-contents instead of loading
19837 w3/url.
19838 (pgg-insert-url-with-w3): Don't load url here.
19839
19840 2005-08-07 Jesper Harder <harder@phys.au.dk>
19841
19842 * message.el (message-kill-to-signature): Don't insert newline at
19843 bol.
19844 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19845
19846 2005-08-06 Romain Francoise <romain@orebokech.com>
19847
19848 * message.el (message-user-fqdn): Fix typo in docstring.
19849
19850 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19851
19852 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19853
19854 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19855
19856 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19857
19858 * mm-bodies.el (mm-encode-body): Use coding system rather than
19859 charset to encode text.
19860
19861 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19862 number of charsets if utf-8 is available (XEmacs).
19863
19864 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19865
19866 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19867 taken from `gnus-button-mid-or-mail-regexp'.
19868 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19869 (gnus-button-alist): Improve regexp for domain part of the MIDs
19870 for news:localpart@domain buttons.
19871 (gnus-button-ctan-directory-regexp): Update.
19872
19873 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19874
19875 * sieve-manage.el (sieve-manage-interactive-login):
19876 Use make-local-variable rather than make-variable-buffer-local.
19877 (sieve-manage-open): Ditto.
19878 (sieve-manage-authenticate): Ditto.
19879
19880 * mml.el (mml-generate-mime-1): Make the content type default to
19881 text/plain if the filename is not specified.
19882
19883 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19884
19885 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19886 instead of insert-buffer.
19887
19888 * message.el (message-yank-original): Ditto; set the mark at the
19889 end of the yanked message.
19890
19891 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19892
19893 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19894 lines to scroll rather than to stop it.
19895
19896 * mml.el (mml-generate-default-type): Add doc string.
19897 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19898 default to application/octet-stream when determining the content
19899 type if it is not specified for the part or the mml contents; add
19900 a comment about mml-generate-default-type.
19901
19902 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19903
19904 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19905 make it default to application/octet-stream when determining the
19906 content type if it is not specified for the external contents.
19907
19908 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19909
19910 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19911 segmented parameter but also other parameters might be there.
19912
19913 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19914
19915 * mm-decode.el (mm-display-external): Delete temp file, directory
19916 and buffer immediately if the external process is exited.
19917
19918 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19919
19920 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19921 fewer lines than that of scroll-margin.
19922 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19923
19924 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19925
19926 * gnus-art.el (gnus-article-next-page): Revert.
19927 (gnus-article-beginning-of-window): New macro.
19928 (gnus-article-next-page-1): Use it.
19929 (gnus-article-prev-page): Ditto.
19930 (gnus-article-edit-part): Use insert-buffer-substring instead of
19931 insert-buffer.
19932 (gnus-article-edit-exit): Ditto.
19933
19934 * gnus-util.el (gnus-beginning-of-window): Remove.
19935 (gnus-end-of-window): Remove.
19936
19937 2005-07-25 Simon Josefsson <jas@extundo.com>
19938
19939 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19940 to have the url package without w3. Reported by Daiki Ueno
19941 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19942
19943 2005-07-20 Didier Verna <didier@xemacs.org>
19944
19945 * gnus-diary.el: Remove the description comment (nndiary is now
19946 properly documented in the Gnus manual).
19947 Fix the spelling of "Back End".
19948 * nndiary.el: Ditto.
19949 Fix the copyright notice.
19950
19951 2005-07-18 Romain Francoise <romain@orebokech.com>
19952
19953 * gnus-sum.el (gnus-summary-to-prefix)
19954 (gnus-summary-newsgroup-prefix): New variables.
19955 (gnus-summary-from-or-to-or-newsgroups): Use them.
19956
19957 2005-07-17 Romain Francoise <romain@orebokech.com>
19958
19959 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19960 space as it's generally not especially interesting to the user.
19961
19962 2005-07-16 Romain Francoise <romain@orebokech.com>
19963
19964 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19965 nil to avoid prompting and file modification if one of the
19966 messages at the top of the nnfolder file contains a copyright
19967 notice.
19968 Update copyright notice.
19969
19970 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19971 instead of `current-time-string' as the latter creates a time
19972 string that is not RFC 2822 compliant (it lacks the zone).
19973 Update copyright notice.
19974
19975 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19976
19977 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19978 for text/rtf. Display default in prompt. Pass default for M-n.
19979
19980 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19981
19982 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19983
19984 * gnus-msg.el (gnus-button-mailto):
19985 Remove save-selected-window-window hackery because it relies on
19986 save-selected-window internals.
19987
19988 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19989
19990 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19991 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19992 (gnus-article-prev-page): Ditto.
19993
19994 * gnus-util.el (gnus-beginning-of-window): New function.
19995 (gnus-end-of-window): New function.
19996
19997 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19998
19999 * gnus-score.el (gnus-score-edit-all-score):
20000 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20001 gnus-message.
20002
20003 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20004
20005 * gnus-msg.el (gnus-button-mailto):
20006 Remove save-selected-window-window hackery because it relies on
20007 save-selected-window internals.
20008
20009 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20010
20011 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20012 add-minor-mode.
20013 (gnus-binary-mode): Ditto.
20014
20015 * gnus-topic.el (gnus-topic-mode): Ditto.
20016
20017 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20018
20019 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20020 (gnus-article-prev-page): Take scroll-margin into consideration.
20021
20022 2005-07-04 Lute Kamstra <lute@gnu.org>
20023
20024 Update FSF's address in GPL notices.
20025
20026 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20027
20028 * gnus.el (gnus-exit):
20029 * gnus-group.el (gnus-group-icons):
20030 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20031
20032 * gnus-nocem.el (gnus-nocem):
20033 * message.el (message-various, message-buffers, message-sending)
20034 (message-interface, message-forwarding, message-insertion)
20035 (message-headers, message-news, message-mail):
20036 * pgg-gpg.el (pgg-gpg):
20037 * pgg-parse.el (pgg-parse):
20038 * pgg-pgp.el (pgg-pgp):
20039 * pgg-pgp5.el (pgg-pgp5):
20040 * pop3.el (pop3): Finish `defgroup' description with period.
20041
20042 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20043
20044 * gnus-art.el (article-display-face): Improve the efficiency.
20045 (article-display-x-face): Ditto; remove gray x-face stuff.
20046
20047 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20048
20049 * gnus-art.el (article-display-face): Correct the position in
20050 which Faces are inserted.
20051
20052 2005-06-29 Didier Verna <didier@xemacs.org>
20053
20054 * gnus-art.el (article-display-face): Display faces in correct
20055 order.
20056
20057 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20058
20059 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20060 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20061 (gnus-nocem-check-article): Fetch the Type header.
20062 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20063 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20064 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20065 make sure gnus-nocem-hashtb is initialized.
20066 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20067 (gnus-nocem-unwanted-article-p): Ditto.
20068
20069 * pgg.el (pgg-verify): Return the verification result.
20070
20071 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20072
20073 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20074 is ascii.
20075
20076 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20077
20078 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20079 `show-nonbreak-escape'.
20080
20081 2005-06-23 Lute Kamstra <lute@gnu.org>
20082
20083 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20084
20085 * dig.el (dig-mode):
20086 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20087
20088 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20089
20090 * nnimap.el (nnimap-split-download-body): Fix spellings.
20091
20092 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20093
20094 * gnus-art.el (gnus-article-encrypt-body):
20095 * gnus-cus.el (gnus-score-customize):
20096 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20097 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20098
20099 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20100
20101 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20102 header by looking for magic "MII" at the beginning.
20103
20104 2005-06-16 Miles Bader <miles@gnu.org>
20105
20106 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20107 (assistant-field-face): New backward-compatibility alias for renamed
20108 face.
20109 (assistant-render-text): Use renamed assistant-field face.
20110
20111 * spam.el (spam): Remove "-face" suffix from face name.
20112 (spam-face): New backward-compatibility alias for renamed face.
20113 (spam-face, spam-initialize): Use renamed spam face.
20114
20115 * message.el (message-header-to, message-header-cc)
20116 (message-header-subject, message-header-newsgroups)
20117 (message-header-other, message-header-name)
20118 (message-header-xheader, message-separator, message-cited-text)
20119 (message-mml): Remove "-face" suffix from face names.
20120 (message-header-to-face, message-header-cc-face)
20121 (message-header-subject-face, message-header-newsgroups-face)
20122 (message-header-other-face, message-header-name-face)
20123 (message-header-xheader-face, message-separator-face)
20124 (message-cited-text-face, message-mml-face):
20125 New backward-compatibility aliases for renamed faces.
20126 (message-font-lock-keywords): Use renamed message faces.
20127
20128 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20129 (sieve-test-commands, sieve-tagged-arguments):
20130 Remove "-face" suffix from face names.
20131 (sieve-control-commands-face, sieve-action-commands-face)
20132 (sieve-test-commands-face, sieve-tagged-arguments-face):
20133 New backward-compatibility aliases for renamed faces.
20134 (sieve-control-commands-face, sieve-action-commands-face)
20135 (sieve-test-commands-face, sieve-tagged-arguments-face):
20136 Use renamed sieve faces.
20137
20138 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20139 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20140 (gnus-group-news-3-empty, gnus-group-news-4)
20141 (gnus-group-news-4-empty, gnus-group-news-5)
20142 (gnus-group-news-5-empty, gnus-group-news-6)
20143 (gnus-group-news-6-empty, gnus-group-news-low)
20144 (gnus-group-news-low-empty, gnus-group-mail-1)
20145 (gnus-group-mail-1-empty, gnus-group-mail-2)
20146 (gnus-group-mail-2-empty, gnus-group-mail-3)
20147 (gnus-group-mail-3-empty, gnus-group-mail-low)
20148 (gnus-group-mail-low-empty, gnus-summary-selected)
20149 (gnus-summary-cancelled, gnus-summary-high-ticked)
20150 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20151 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20152 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20153 (gnus-summary-low-undownloaded)
20154 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20155 (gnus-summary-low-unread, gnus-summary-normal-unread)
20156 (gnus-summary-high-read, gnus-summary-low-read)
20157 (gnus-summary-normal-read, gnus-splash):
20158 Remove "-face" suffix from face names.
20159 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20160 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20161 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20162 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20163 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20164 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20165 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20166 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20167 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20168 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20169 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20170 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20171 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20172 (gnus-summary-normal-ticked-face)
20173 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20174 (gnus-summary-normal-ancient-face)
20175 (gnus-summary-high-undownloaded-face)
20176 (gnus-summary-low-undownloaded-face)
20177 (gnus-summary-normal-undownloaded-face)
20178 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20179 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20180 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20181 (gnus-splash-face):
20182 New backward-compatibility aliases for renamed faces.
20183 (gnus-group-startup-message): Use renamed gnus faces.
20184
20185 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20186 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20187 (gnus-server-agent): Remove "-face" suffix from face names.
20188 (gnus-server-agent-face, gnus-server-opened-face)
20189 (gnus-server-closed-face, gnus-server-denied-face)
20190 (gnus-server-offline-face):
20191 New backward-compatibility aliases for renamed faces.
20192 (gnus-server-agent-face, gnus-server-opened-face)
20193 (gnus-server-closed-face, gnus-server-denied-face)
20194 (gnus-server-offline-face): Use renamed gnus faces.
20195
20196 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20197 Remove "-face" suffix from face names.
20198 (gnus-picon-xbm-face, gnus-picon-face):
20199 New backward-compatibility aliases for renamed faces.
20200
20201 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20202 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20203 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20204 (gnus-cite-11): Remove "-face" suffix from face names.
20205 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20206 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20207 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20208 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20209 New backward-compatibility aliases for renamed faces.
20210 (gnus-cite-attribution-face, gnus-cite-face-list)
20211 (gnus-article-boring-faces): Use renamed gnus faces.
20212
20213 * gnus-art.el (gnus-signature, gnus-header-from)
20214 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20215 (gnus-header-content): Remove "-face" suffix from face names.
20216 (gnus-signature-face, gnus-header-from-face)
20217 (gnus-header-subject-face, gnus-header-newsgroups-face)
20218 (gnus-header-name-face, gnus-header-content-face):
20219 New backward-compatibility aliases for renamed faces.
20220 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20221
20222 * gnus-sum.el (gnus-summary-selected-face)
20223 (gnus-summary-highlight): Use renamed gnus faces.
20224 * gnus-group.el (gnus-group-highlight): Likewise.
20225
20226 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20227
20228 * gnus-sieve.el (gnus-sieve-article-add-rule):
20229 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20230 * spam-stat.el (spam-stat-buffer-change-to-spam)
20231 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20232
20233 * message.el (message-is-yours-p):
20234 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20235
20236 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20237
20238 * mm-view.el (mm-inline-text): Withdraw the last change.
20239
20240 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20241
20242 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20243 executing enriched-decode.
20244
20245 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20246
20247 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20248 charset of tar files.
20249
20250 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20251
20252 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20253
20254 2005-06-04 Lute Kamstra <lute@gnu.org>
20255
20256 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20257 information is never recorded.
20258
20259 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20260
20261 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20262
20263 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20264
20265 * pop3.el (pop3-apop): Run md5 in the binary mode.
20266
20267 * starttls.el (starttls-set-process-query-on-exit-flag):
20268 Use eval-and-compile.
20269
20270 2005-05-31 Simon Josefsson <jas@extundo.com>
20271
20272 * smime.el (smime-replace-in-string): Define.
20273 (smime-cert-by-ldap-1): Use it.
20274
20275 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20276
20277 * gnus-art.el (article-display-x-face): Replace
20278 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20279
20280 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20281 set-process-query-on-exit-flag or process-kill-without-query.
20282
20283 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20284 loop instead of replace-regexp.
20285
20286 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20287 instead of process-kill-without-query if it is available.
20288
20289 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20290 instead of find-file-hooks if it is available.
20291
20292 * mml1991.el: Bind pgg-default-user-id when compiling.
20293
20294 * mml2015.el: Bind pgg-default-user-id when compiling.
20295
20296 * nndraft.el (nndraft-request-associate-buffer):
20297 Use write-contents-functions instead of write-contents-hooks if it is
20298 available.
20299
20300 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20301 instead of find-file-hooks if it is available.
20302
20303 * nntp.el (nntp-open-connection): Replace
20304 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20305 (nntp-open-ssl-stream): Ditto.
20306 (nntp-open-tls-stream): Ditto.
20307
20308 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20309 set-process-query-on-exit-flag or process-kill-without-query.
20310 (starttls-open-stream-gnutls): Use it instead of
20311 process-kill-without-query.
20312 (starttls-open-stream): Ditto.
20313
20314 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20315
20316 * smime.el (smime-cert-by-ldap-1): Don't use
20317 replace-regexp-in-string.
20318
20319 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20320
20321 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20322
20323 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20324 in PEM format. Adjust to the XEmacs compatibility.
20325
20326 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20327
20328 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20329 by `string-to-number'.
20330 * gnus-agent.el (gnus-agent-regenerate-group)
20331 (gnus-agent-fetch-articles): Ditto.
20332 * gnus-art.el (gnus-button-fetch-group): Ditto.
20333 * gnus-cache.el (gnus-cache-generate-active)
20334 (gnus-cache-articles-in-group): Ditto.
20335 * gnus-group.el (gnus-group-set-current-level)
20336 (gnus-group-insert-group-line): Ditto.
20337 * gnus-score.el (gnus-score-set-expunge-below)
20338 (gnus-score-set-mark-below, gnus-summary-score-effect)
20339 (gnus-summary-score-entry): Ditto.
20340 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20341 (gnus-soup-pack): Ditto.
20342 * gnus-spec.el (gnus-xmas-format): Ditto.
20343 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20344 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20345 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20346 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20347 * nndb.el (nndb-get-remote-expire-response): Ditto.
20348 * nndiary.el (nndiary-parse-schedule-value)
20349 (nndiary-string-to-number, nndiary-request-replace-article)
20350 (nndiary-request-article): Ditto.
20351 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20352 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20353 * nneething.el (nneething-make-head): Ditto.
20354 * nnfolder.el (nnfolder-request-article)
20355 (nnfolder-retrieve-headers): Ditto.
20356 * nnheader.el (nnheader-file-to-number): Ditto.
20357 * nnkiboze.el (nnkiboze-request-article): Ditto.
20358 * nnmail.el (nnmail-process-unix-mail-format)
20359 (nnmail-process-babyl-mail-format): Ditto.
20360 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20361 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20362 (nnmh-request-create-group, nnmh-request-list-1)
20363 (nnmh-request-group, nnmh-request-article): Ditto.
20364 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20365 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20366 * nnsoup.el (nnsoup-make-active): Ditto.
20367 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20368 * nntp.el (nntp-find-group-and-number)
20369 (nntp-retrieve-headers-with-xover): Ditto.
20370 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20371 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20372 (pgg-format-key-identifier): Ditto.
20373 * pop3.el (pop3-last, pop3-stat): Ditto.
20374 * qp.el (quoted-printable-decode-region): Ditto.
20375
20376 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20377 of concat.
20378
20379 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20380
20381 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20382
20383 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20384
20385 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20386
20387 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20388
20389 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20390
20391 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20392
20393 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20394 (gnus-carpal-mode): Ditto.
20395
20396 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20397 (gnus-browse-mode): Ditto.
20398
20399 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20400
20401 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20402
20403 2005-05-29 Richard M. Stallman <rms@gnu.org>
20404
20405 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20406
20407 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20408
20409 * gnus-util.el (gnus-run-mode-hooks): New function.
20410
20411 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20412
20413 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20414
20415 * gnus-agent.el (gnus-agent-make-mode-line-string):
20416 Use mode-line-highlight as mouse-face.
20417
20418 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20419
20420 * canlock.el (canlock): Change the parent group to news.
20421
20422 * deuglify.el (gnus-outlook-deuglify): Add :group.
20423
20424 * dig.el (dig): Add :group.
20425
20426 * dns-mode.el (dns-mode): Add :group.
20427
20428 * encrypt.el (encrypt): Add :group.
20429
20430 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20431 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20432 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20433 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20434 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20435
20436 * gnus-diary.el (gnus-diary): Add :group.
20437
20438 * gnus.el (gnus-group-news-1-face): Add :group.
20439 (gnus-group-news-1-empty-face): Ditto.
20440 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20441 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20442 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20443 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20444 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20445 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20446 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20447 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20448 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20449 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20450 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20451 (gnus-summary-high-ticked-face): Ditto.
20452 (gnus-summary-low-ticked-face): Ditto.
20453 (gnus-summary-normal-ticked-face): Ditto.
20454 (gnus-summary-high-ancient-face): Ditto.
20455 (gnus-summary-low-ancient-face): Ditto.
20456 (gnus-summary-normal-ancient-face): Ditto.
20457 (gnus-summary-high-undownloaded-face): Ditto.
20458 (gnus-summary-low-undownloaded-face): Ditto.
20459 (gnus-summary-normal-undownloaded-face): Ditto.
20460 (gnus-summary-high-unread-face): Ditto.
20461 (gnus-summary-low-unread-face): Ditto.
20462 (gnus-summary-normal-unread-face): Ditto.
20463 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20464 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20465
20466 * hashcash.el (hashcash): New custom group.
20467 (hashcash-default-payment): Add :group.
20468 (hashcash-payment-alist): Ditto.
20469 (hashcash-default-accept-payment): Ditto.
20470 (hashcash-accept-resources): Ditto.
20471 (hashcash-path): Ditto.
20472 (hashcash-extra-generate-parameters): Ditto.
20473 (hashcash-double-spend-database): Ditto.
20474 (hashcash-in-news): Ditto.
20475
20476 * message.el (message-minibuffer-local-map): Add :group.
20477
20478 * netrc.el (netrc): Add :group.
20479
20480 * sieve-manage.el (sieve-manage-log): Add :group.
20481 (sieve-manage-default-user): Diito.
20482 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20483 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20484 (sieve-manage-authenticators): Ditto.
20485 (sieve-manage-authenticator-alist): Ditto.
20486 (sieve-manage-default-port): Ditto.
20487
20488 * sieve-mode.el (sieve-control-commands-face): Add :group.
20489 (sieve-action-commands-face): Ditto.
20490 (sieve-test-commands-face): Ditto.
20491 (sieve-tagged-arguments-face): Ditto.
20492
20493 * smime.el (smime): Add :group.
20494
20495 * spam-report.el (spam-report): Add :group.
20496
20497 * spam.el (spam, spam-face): Add :group.
20498
20499 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20500
20501 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20502 return \n.\n.\n at the end of articles. Protect against that.
20503 (nntp-with-open-group): Allow debugging.
20504
20505 * nnheader.el (mail-header-set-extra): Make into a function
20506 because I just could't understand how to quote the list properly.
20507
20508 * dns.el (query-dns-cached): New function.
20509
20510 2005-05-26 Lute Kamstra <lute@gnu.org>
20511
20512 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20513
20514 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20515
20516 * gnus-art.el: Don't autoload mail-extract-address-components.
20517
20518 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20519 eval-and-compile to evaluate it.
20520
20521 * hashcash.el: Don't autoload executable-find.
20522
20523 * nndb.el: Don't declare the nndb back end two or more times; don't
20524 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20525
20526 * nntp.el: Autoload format-spec instead of format; use
20527 eval-and-compile to evaluate autoload forms.
20528
20529 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20530
20531 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20532
20533 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20534
20535 * gnus.el (gnus-version-number): Bump version.
20536
20537 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20538
20539 * gnus.el: No Gnus v0.3 is released.
20540
20541 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20542
20543 * gnus-art.el (gnus-article-edit-part): Disable undo.
20544
20545 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20546
20547 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20548 gnus-article-date-lapsed-new-header is t if date timer is active;
20549 skip headers in which the original date value is empty.
20550 (gnus-article-save-original-date): Redefine it as a macro.
20551 (gnus-display-mime): Use it.
20552
20553 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20554
20555 * gnus-art.el (article-date-ut): Support converting date in
20556 forwarded parts as well.
20557 (gnus-article-save-original-date): New function.
20558 (gnus-display-mime): Use it.
20559
20560 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20561
20562 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20563 enclosure element of <item>.
20564
20565 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20566
20567 * message.el (message-kill-buffer-query): Rename from
20568 `message-kill-buffer-query-if-modified'. Add :version.
20569
20570 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20571
20572 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20573 window layout.
20574
20575 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20576
20577 * mml.el: Autoload dnd when compiling.
20578
20579 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20580
20581 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20582 x-dnd-*.
20583
20584 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20585
20586 * qp.el (quoted-printable-encode-region): Save excursion.
20587
20588 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20589
20590 * message.el (message-kill-buffer-query-if-modified): Add new variable
20591 so the user can kill a modified message buffer quickly.
20592 (message-kill-buffer): Use it.
20593
20594 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20595
20596 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20597 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20598
20599 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20600
20601 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20602 contained in text because xml.el decodes entities) with LFs.
20603
20604 2005-04-11 Lute Kamstra <lute@gnu.org>
20605
20606 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20607 differently.
20608
20609 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20610
20611 * mm-util.el (mm-detect-coding-region): Typo.
20612
20613 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20614
20615 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20616
20617 2005-04-06 Deepak Goel <deego@gnufans.org>
20618
20619 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20620 user-function allow user modifications of the scores.
20621 (spam-stat-score-buffer-user): New function, to allow
20622 user-computed modifications to the score.
20623 (spam-stat-score-buffer-user-functions): List of additional
20624 scoring functions.
20625 (spam-stat-error-holder): Global temporary error holder.
20626 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20627 variable.
20628
20629 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20630
20631 * gnus-registry.el (gnus-registry-clean-empty-function)
20632 (gnus-registry-trim, gnus-registry-fetch-groups)
20633 (gnus-registry-delete-group): Groups that match
20634 `gnus-registry-ignored-groups' are removed from the registry
20635 entries, not just ignored for splitting. This helps clean up the
20636 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20637 to get all the groups a message ID is in.
20638
20639 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20640 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20641 (spam-stat-score-buffer-user-functions): Add :number custom type.
20642
20643 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20644
20645 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20646 argument in XEmacs.
20647
20648 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20649 (nnrss-request-group): Decode group name first.
20650 (nnrss-request-article): Make a text/plain article if mml-to-mime
20651 failed.
20652 (nnrss-get-encoding): Return a compatible encoding according to
20653 nnrss-compatible-encoding-alist.
20654 (nnrss-find-el): Use consp instead of listp.
20655 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20656
20657 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20658
20659 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20660 which Emacs 20 doesn't support.
20661 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20662
20663 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20664
20665 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20666 silence the byte compiler inside the defun.
20667
20668 * gnus-demon.el (parse-time-string): Add autoload.
20669
20670 * gnus-delay.el (parse-time-string): Add autoload.
20671
20672 * gnus-art.el (parse-time-string): Add autoload.
20673
20674 * nnultimate.el (parse-time): Require for `parse-time-string'.
20675
20676 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20677
20678 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20679
20680 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20681
20682 * smime.el (smime-ldap-host-list): Add :version.
20683
20684 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20685
20686 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20687 pass it to `gnus-browse-read-group'.
20688 (gnus-browse-read-group): Add NUMBER argument and pass it to
20689 `gnus-group-read-ephemeral-group'.
20690
20691 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20692 argument and pass it to `gnus-group-read-group'.
20693
20694 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20695
20696 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20697 mm-xemacs-find-mime-charset-1 if we have the mule feature
20698 available at runtime.
20699
20700 2005-03-25 Werner Lemberg <wl@gnu.org>
20701
20702 * nnmaildir.el: Replace `illegal' with `invalid'.
20703
20704 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20705
20706 * gnus-start.el (gnus-display-time-event-handler):
20707 Check display-time-timer at runtime rather than only at load time
20708 in case display-time-mode is turned off in the mean time.
20709
20710 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20711
20712 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20713 used.
20714
20715 * nneething.el (nneething-map-file-directory): Derive from
20716 `gnus-directory'.
20717
20718 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20719 the To/Cc button.
20720
20721 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20722
20723 * nnmaildir.el (nnmaildir-request-accept-article):
20724 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20725
20726 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20727
20728 * gnus-async.el: Require timer-funcs at compile time when in
20729 XEmacs for `run-with-idle-timer'.
20730
20731 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20732
20733 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20734 autoloaded function.
20735
20736 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20737
20738 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20739
20740 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20741
20742 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20743
20744 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20745
20746 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20747 Add gnus-expert-user to default.
20748
20749 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20750
20751 * nnimap.el (nnimap-open-server): Ditto.
20752
20753 * imap.el (imap-authenticate): Fix typo.
20754
20755 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20756
20757 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20758 buffer (since IMAP server might return FETCH response out of
20759 order, and the nntp buffer must be sorted).
20760
20761 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20762
20763 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20764 comparison on string.
20765
20766 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20767 (gnus-agent-score): Rename category keywords to match gnus-cus.
20768 (gnus-agent-summary-fetch-series): Modify to protect against
20769 gnus-agent-summary-fetch-group clearing processable flags.
20770 (gnus-agent-synchronize-group-flags): Update live group buffer as
20771 synchronization may occur due to the user toggle the plugged
20772 status.
20773 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20774 successfully downloaded.
20775 (gnus-agent-expire-group-1): Avoid using markers when the overview
20776 is in ascending order; greatly improves performance.
20777 (gnus-agent-regenerate-group):
20778 Use gnus-agent-synchronize-group-flags to reset read status in both
20779 gnus and server.
20780 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20781
20782 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20783
20784 * message.el: Don't autoload former message-utils variables.
20785 (message-strip-subject-trailing-was): Change doc string.
20786
20787 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20788 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20789 (nnweb-google-search): Add "hl=en" here.
20790 (nnweb-google-parse-1, nnweb-google-create-mapping):
20791 Don't hardcode URL.
20792
20793 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20794
20795 * message.el (message-get-reply-headers, message-followup):
20796 Mention related variables `message-use-followup-to' and
20797 `message-use-mail-followup-to', in the information buffer.
20798
20799 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20800 of broken groups(-beta).google.com.
20801
20802 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20803
20804 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20805 parameter to invoked gnus-request-move-article; remove the
20806 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20807 all at once instead of once per article.
20808 (gnus-summary-remove-process-mark): Accept a list of articles as
20809 well as a single article for processing.
20810
20811 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20812 parameter.
20813
20814 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20815
20816 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20817
20818 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20819 parameter.
20820
20821 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20822 parameter.
20823
20824 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20825 parameter and remove the gnus-sum-hint-move-is-internal variable.
20826
20827 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20828 parameter.
20829
20830 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20831 parameter.
20832
20833 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20834 parameter.
20835
20836 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20837
20838 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20839 parameter.
20840
20841 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20842 parameter.
20843
20844 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20845
20846 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20847 a more conservative way.
20848
20849 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20850
20851 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20852 buffer, so it moves the window's cursor.
20853
20854 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20855
20856 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20857 `mm-dissect-multipart' and receive the from field as an (optional)
20858 argument from `mm-dissect-multipart'.
20859 (mm-dissect-multipart): Receive the from field as an argument and
20860 pass it on when we call `mm-dissect-buffer' on MIME parts.
20861 Fixes verification/decryption of signed/encrypted MIME parts.
20862
20863 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20864
20865 * gnus-sum.el (gnus-summary-move-article):
20866 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20867 whatever it calls (right now, only nnimap-request-move article
20868 respects it).
20869
20870 * nnimap.el (nnimap-request-move-article):
20871 When gnus-sum-hint-move-is-internal is set, don't do the extra
20872 nnimap-request-article.
20873
20874 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20875
20876 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20877
20878 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20879 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20880
20881 * gnus-sum.el (gnus-summary-caesar-message):
20882 Apply `gnus-treat-article' after rotation.
20883
20884 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20885 doc string.
20886
20887 2005-02-22 Simon Josefsson <jas@extundo.com>
20888
20889 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20890 `password-cache-expiry' instead). Reported by Arne Jørgensen
20891 <arne@arnested.dk>.
20892 (encrypt): Add password-cache and password-cache-expiry as group
20893 members.
20894
20895 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20896
20897 * smime.el (smime-ldap-host-list): Doc fix.
20898 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20899 cache) password.
20900 (smime-sign-region): Use it.
20901 (smime-decrypt-region): Use it.
20902 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20903 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20904 fails.
20905 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20906 certificate from DER to PEM format rather than calling openssl.
20907
20908 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20909
20910 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20911 for signing/encryption.
20912
20913 * mml.el (mml-parse-1): Use them.
20914
20915 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20916
20917 * nnrss.el (nnrss-verbose): Remove.
20918 (nnrss-request-group): Use `nnheader-message' instead.
20919
20920 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20921
20922 * nnrss.el (nnrss-verbose): New variable.
20923 (nnrss-request-group): Make it say nnrss is requesting a group.
20924
20925 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20926
20927 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20928 Handle news URL with given port correctly.
20929
20930 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20931
20932 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20933 containing special characters.
20934
20935 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20936
20937 * mml.el (mime-to-mml): Ditto.
20938
20939 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20940 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20941 (rfc2047-decode-region): Quote decoded words containing special
20942 characters when rfc2047-quote-decoded-words-containing-tspecials
20943 is non-nil.
20944
20945 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20946
20947 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20948
20949 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20950
20951 2005-02-15 Simon Josefsson <jas@extundo.com>
20952
20953 * nnimap.el (nnimap-debug): Doc fix.
20954
20955 * imap.el (imap-debug): Doc fix.
20956
20957 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20958
20959 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20960
20961 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20962
20963 * gnus.el (spam-contents): Improve docs for spam-contents
20964 parameter in its variable incarnation.
20965
20966 2005-02-14 Simon Josefsson <jas@extundo.com>
20967
20968 * smime-ldap.el: Use require instead of load-library for ldap.
20969 (smime-ldap-search): Indent.
20970 (smime-ldap-search-internal): Shorten line.
20971
20972 * smime.el (smime-cert-by-dns): Add doc-string.
20973 (smime-cert-by-ldap-1): Indent.
20974
20975 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20976 mml-smime-get-dns-ldap.
20977 (mml-smime-encrypt-query): Use new function. Default to ldap.
20978
20979 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20980
20981 * smime.el: Require smime-ldap.
20982 (smime-ldap-host-list): New variable.
20983 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20984
20985 * mml-smime.el (mml-smime-encrypt-query): New function.
20986 (mml-smime-encrypt-query): Use it.
20987
20988 * smime-ldap.el: New file.
20989
20990 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20991
20992 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20993
20994 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20995
20996 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20997 argument in doc string. Make query for type more clear.
20998
20999 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21000
21001 * gnus.el (gnus-group-startup-message): Search for gnus images in
21002 etc/images/gnus.
21003 * mm-util.el (mm-image-load-path): Likewise.
21004 * smiley.el (smiley-data-directory): Search for smilies in
21005 etc/images/smilies.
21006
21007 2005-02-09 Kim F. Storm <storm@cua.dk>
21008
21009 Change Emacs release version from 21.4 to 22.1 throughout.
21010 Change Emacs development version from 21.3.50 to 22.0.50.
21011
21012 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21013
21014 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21015
21016 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21017 non-Mule XEmacs as well.
21018 (mm-decompress-buffer): Signal an error intentionally if it does
21019 not decompress compressed data because auto-compression-mode is
21020 disabled.
21021
21022 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21023
21024 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21025 an ID in the registry even if it has no groups.
21026
21027 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21028
21029 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21030 merge it into mm-decompress-buffer.
21031 (gnus-mime-copy-part): Use the MIME part charset, the value which
21032 a user specified or gnus-newsgroup-charset for decoding, like
21033 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21034 save-buffer what was used. Suggested by Kevin Ryde
21035 <user42@zip.com.au>.
21036 (gnus-mime-inline-part): Allow the name parameter as well as the
21037 filename parameter; force decompressing of compressed data; always
21038 display contents being not decoded as unibyte.
21039
21040 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21041 as well as the filename parameter.
21042
21043 * mm-util.el (mm-decompress-buffer):
21044 Merge gnus-mime-jka-compr-maybe-uncompress.
21045 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21046 of compressed data.
21047
21048 2005-02-08 Simon Josefsson <jas@extundo.com>
21049
21050 * imap.el (imap-log): Doc fix.
21051
21052 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21053
21054 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21055 the coding cookies; decompress compressed parts.
21056
21057 * mml.el (mml-generate-mime-1): Add the charset parameter according
21058 to the value which a user specified manually or the coding cookie.
21059
21060 * mm-util.el (mm-string-to-multibyte): New function.
21061 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21062 (mm-coding-system-to-mime-charset): New function.
21063 (mm-decompress-buffer): New function.
21064 (mm-find-buffer-file-coding-system): New function.
21065
21066 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21067 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21068 parts.
21069
21070 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21071
21072 * mm-view.el (mm-display-inline-fontify): Decode a part according
21073 to the charset parameter.
21074
21075 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21076
21077 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21078 prefix arg is neither nil nor a number, as info specifies.
21079
21080 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21081
21082 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21083 timestamps.
21084
21085 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21086
21087 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21088 groups error checking and notify user.
21089
21090 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21091
21092 * message.el (message-send-mail-function): Check existence of
21093 sendmail-program first before using default value
21094 `message-send-mail-with-sendmail'. Otherwise use more generic
21095 `smtpmail-send-it'.
21096
21097 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21098
21099 * nntp.el (nntp-request-update-info): Always return nil.
21100
21101 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21102
21103 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21104
21105 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21106
21107 * message.el (message-beginning-of-line): Change the behavior when
21108 invoked between BOL and : so that it first moves backward.
21109
21110 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21111
21112 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21113 article buffer when editing of the article is discarded.
21114 (gnus-article-prepare): Revert.
21115
21116 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21117
21118 * gnus-art.el (gnus-article-prepare):
21119 Remove message-strip-forbidden-properties from the local hook.
21120
21121 2005-01-27 Simon Josefsson <jas@extundo.com>
21122
21123 * password.el (password-cache-add): Only start one timer per key.
21124 Reported by Derek Atkins <warlord@MIT.EDU>.
21125
21126 2005-01-26 Steve Youngs <steve@sxemacs.org>
21127
21128 * run-at-time.el: Remove. It is no longer needed as
21129 timer-funcs.el in the xemacs-base package has a working version of
21130 `run-at-time'.
21131
21132 * password.el: Require timer-funcs instead of run-at-time in
21133 XEmacs.
21134 Remove `password-run-at-time' macro.
21135 (password-cache-add): Use `run-at-time' instead of
21136 `password-run-at-time'.
21137
21138 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21139 for `run-with-idle-timer'.
21140
21141 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21142 for `run-at-time'.
21143
21144 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21145 for `with-timeout'.
21146
21147 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21148
21149 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21150 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21151
21152 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21153
21154 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21155 sensitively.
21156
21157 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21158
21159 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21160
21161 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21162
21163 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21164 which will be inserted according to the multibyteness of a buffer
21165 rather than the type of contents. Suggested by ARISAWA Akihiro
21166 <ari@mbf.ocn.ne.jp>.
21167
21168 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21169 of string which old xml.el may return rather than a string.
21170
21171 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21172
21173 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21174
21175 2005-01-16 Simon Josefsson <jas@extundo.com>
21176
21177 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21178 idn/idna.el isn't available.
21179 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21180 <michael@waxrat.com>.
21181
21182 * hashcash.el: Remove non-FSF copyright header.
21183
21184 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21185 (hashcash-generate-payment): Use it.
21186 (hashcash-generate-payment-async): Use it.
21187
21188 2005-01-15 Simon Josefsson <jas@extundo.com>
21189
21190 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21191 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21192
21193 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21194 gnus-summary-idna-message.
21195 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21196 (gnus-summary-idna-message): New function.
21197
21198 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21199
21200 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21201 gnus-novice-user.
21202
21203 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21204
21205 * nnrss.el (nnrss-request-delete-group): Delete entries in
21206 nnrss-group-alist as well.
21207 (nnrss-save-server-data): Insert newline.
21208
21209 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21210
21211 * gnus.el (gnus-user-agent): Use list of symbols instead of
21212 symbols. Display full version number for (S)XEmacs.
21213 Optionally display (S)XEmacs codename.
21214
21215 * gnus-util.el (gnus-emacs-version): Update for new
21216 `gnus-user-agent'.
21217
21218 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21219 Gnus version.
21220
21221 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21222
21223 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21224 which is unreadable in some setups.
21225
21226 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21227
21228 * gnus-spec.el (gnus-update-format-specifications): Flush the
21229 group format spec cache if it doesn't support decoded group names.
21230
21231 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21232
21233 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21234 Allow to apply decay on score files matching a regexp.
21235
21236 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21237
21238 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21239 compatibility in %g and %c.
21240
21241 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21242
21243 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21244 name for only %g and %c.
21245 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21246 of gnus-tmp-group to decoded group name.
21247 (gnus-group-make-rss-group): Exclude `/'s from group names.
21248
21249 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21250
21251 * nnrss.el (nnrss-get-encoding): Fix regexp.
21252
21253 2004-12-27 Simon Josefsson <jas@extundo.com>
21254
21255 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21256 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21257 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21258
21259 2004-12-17 Kim F. Storm <storm@cua.dk>
21260
21261 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21262
21263 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21264
21265 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21266
21267 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21268
21269 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21270
21271 * nnrss.el: Require rfc2047 and mml.
21272 (nnrss-file-coding-system): New variable.
21273 (nnrss-format-string): Redefine it as an inline function.
21274 (nnrss-decode-group-name): New function.
21275 (nnrss-string-as-multibyte): Remove.
21276 (nnrss-retrieve-headers): Decode group name; don't use
21277 nnrss-format-string.
21278 (nnrss-request-group): Decode group name.
21279 (nnrss-request-article): Decode group name; allow a Message-ID as
21280 well as an article number; don't use nnrss-format-string; encode a
21281 Message-ID string which may contain non-ASCII characters; use
21282 mml-to-mime to compose a MIME article.
21283 (nnrss-request-expire-articles): Decode group name.
21284 (nnrss-request-delete-group): Decode group name.
21285 (nnrss-fetch): Clarify error message.
21286 (nnrss-read-server-data): Use insert-file-contents instead of load;
21287 bind file-name-coding-system; use multibyte buffer.
21288 (nnrss-save-server-data): Bind coding-system-for-write to the
21289 value of nnrss-file-coding-system; bind file-name-coding-system;
21290 add coding cookie.
21291 (nnrss-read-group-data): Use insert-file-contents instead of load;
21292 bind file-name-coding-system; use multibyte buffer.
21293 (nnrss-save-group-data): Bind coding-system-for-write to the
21294 value of nnrss-file-coding-system; bind file-name-coding-system.
21295 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21296 make it work with non-ASCII text.
21297 (nnrss-find-el): Make it work with old xml.el as well.
21298
21299 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21300
21301 * nnrss.el (nnrss-get-encoding): New function.
21302 (nnrss-fetch): Use unibyte buffer initially; bind
21303 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21304 decode contents according to the encoding attribute.
21305 (nnrss-save-group-data): Add coding cookie.
21306 (nnrss-mime-encode-string): New function.
21307 (nnrss-check-group): Use it to encode subject and author.
21308
21309 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21310
21311 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21312 imaginary variable.
21313
21314 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21315
21316 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21317 correctly even if there are wide characters.
21318
21319 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21320
21321 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21322 downcased symbol names; make a new cache instead of reusing
21323 bbdb-hashtable.
21324
21325 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21326
21327 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21328 concatenating segments rather than before concatenating them.
21329 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21330
21331 * message.el (message-get-reply-headers): Bind `extra'.
21332
21333 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21334
21335 * message.el (message-extra-wide-headers): New variable.
21336 (message-get-reply-headers): Use it.
21337
21338 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21339
21340 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21341 (gnus-agent-group-pathname): Ditto.
21342
21343 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21344
21345 * gnus-group.el (gnus-group-make-group): Decode group name.
21346 (gnus-group-make-rss-group): Register the group data after opening
21347 the nnrss group.
21348
21349 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21350
21351 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21352 by expiry now get marked as read.
21353
21354 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21355
21356 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21357
21358 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21359
21360 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21361 unify Latin characters in XEmacs.
21362 (mm-find-mime-charset-region): Use it.
21363
21364 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21365
21366 * gnus-util.el (gnus-delete-directory): New function.
21367
21368 * gnus-agent.el (gnus-agent-delete-group): Use it.
21369
21370 * gnus-cache.el (gnus-cache-delete-group): Use it.
21371
21372 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21373
21374 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21375 names.
21376
21377 2004-12-16 Simon Josefsson <jas@extundo.com>
21378
21379 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21380
21381 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21382
21383 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21384
21385 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21386 (gnus-group-set-current-level): Decode group name.
21387
21388 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21389
21390 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21391 failed.
21392
21393 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21394
21395 * gnus-group.el (gnus-group-delete-group): Decode group name.
21396 (gnus-group-make-rss-group): Encode group name.
21397 (gnus-group-catchup-current): Decode group name.
21398 (gnus-group-kill-group): Decode group name.
21399
21400 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21401
21402 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21403
21404 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21405
21406 * gnus-group.el (gnus-group-make-rss-group):
21407 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21408
21409 * gnus-start.el (gnus-setup-news): Honor user's setting to
21410 gnus-message-archive-method. Suggested by Lute Kamstra
21411 <lute@gnu.org>.
21412
21413 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21414
21415 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21416 global counterparts of the buffer-local variables.
21417
21418 2004-11-16 Romain Francoise <romain@orebokech.com>
21419
21420 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21421 counterparts of the buffer-local variables.
21422
21423 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21424
21425 * message.el (message-forbidden-properties): Fix typo in doc
21426 string.
21427
21428 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21429
21430 * gnus-util.el (gnus-replace-in-string): Add doc string.
21431
21432 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21433 to avoid problems when splitting mails with many recipients.
21434
21435 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21436
21437 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21438 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21439
21440 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21441
21442 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21443 if there is no hashtable in memory or file modification time is
21444 newer than cached timestamp.
21445
21446 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21447
21448 * gnus-sum.el (gnus-summary-limit-to-recipient):
21449 Implement not-matching option.
21450
21451 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21452
21453 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21454 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21455 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21456 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21457 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21458 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21459
21460 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21461
21462 * message.el (message-forward-make-body-mml): Remove headers
21463 according to message-forward-ignored-headers if a message is decoded.
21464
21465 2004-12-02 Romain Francoise <romain@orebokech.com>
21466
21467 * message.el (message-forward-make-body-plain): Always remove
21468 headers according to message-forward-ignored-headers.
21469
21470 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21471
21472 * spam.el (spam-summary-prepare-exit): Remove the
21473 gnus-summary-limit pop for now, it has problems with ham marks for
21474 me.
21475
21476 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21477
21478 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21479 correctly.
21480
21481 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21482
21483 * format-spec.el (format-spec): Message the char.
21484
21485 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21486
21487 * gnus-art.el (gnus-split-methods): Reformat comments.
21488
21489 * spam.el (spam-summary-prepare-exit): Remove article limits
21490 before exiting the summary buffer.
21491
21492 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21493
21494 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21495 order to silence the byte compiler.
21496
21497 * spam.el: Fix the way to silence the byte compiler, which
21498 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21499 bbdb-search-simple, spam-BBDB-register-routine,
21500 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21501 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21502 spam-stat-buffer-is-spam, spam-stat-load,
21503 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21504 spam-stat-save and spam-stat-split-fancy.
21505
21506 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21507
21508 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21509 which may confuse users.
21510 (canlock-password-for-verify): Ditto.
21511
21512 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21513
21514 * gnus-art.el (gnus-emphasis-alist): Ditto.
21515
21516 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21517
21518 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21519
21520 * gnus-start.el (gnus-save-killed-list): Ditto.
21521
21522 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21523 (gnus-sum-thread-tree-root): Ditto.
21524 (gnus-sum-thread-tree-false-root): Ditto.
21525 (gnus-sum-thread-tree-single-indent): Ditto.
21526
21527 * message.el (message-courtesy-message): Ditto.
21528 (message-archive-note): Ditto.
21529 (message-subscribed-address-file): Ditto.
21530 (message-user-fqdn): Ditto.
21531
21532 * spam-report.el (spam-report-gmane-regex): Ditto.
21533
21534 * spam.el (spam-blackhole-good-server-regex): Ditto.
21535
21536 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21537
21538 * mml.el (mml-preview): Widen the message buffer before copying
21539 the contents to the preview buffer; sort headers before previewing.
21540
21541 * message.el (message-hidden-headers): Fix the way to avoid a bug
21542 in the `repeat' widget in Emacs 21.3 or earlier.
21543
21544 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21545
21546 * message.el (message-hidden-headers): Default to "^References:".
21547 Improve customization type. Suggested by Reiner Steib
21548 <Reiner.Steib@gmx.de>.
21549
21550 2004-11-25 Romain Francoise <romain@orebokech.com>
21551
21552 * message.el (message-strip-forbidden-properties): Remove check for
21553 obsolete `message-hidden' text property, hidden headers are not
21554 accessible in the buffer anymore.
21555
21556 2004-11-22 Romain Francoise <romain@orebokech.com>
21557
21558 * message.el (message-header-format-alist): Add `From' in list
21559 so that it can be sorted.
21560 (message-fix-before-sending): Widen and sort headers before
21561 sending.
21562 (message-hide-headers): Use narrowing to hide headers by moving
21563 them to the top of the buffer and narrowing to the region
21564 underneath.
21565
21566 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21567
21568 * message.el (message-strip-forbidden-properties):
21569 Bind buffer-read-only (etc) to nil.
21570
21571 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21572
21573 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21574 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21575
21576 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21577
21578 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21579
21580 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21581
21582 * dns.el (query-dns): Use sit-for to time instead of
21583 accept-process-output, since that doesn't seem to work on udp
21584 sockets.
21585
21586 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21587
21588 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21589
21590 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21591
21592 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21593 doc string. Improve doc string.
21594
21595 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21596
21597 * nntp.el (nntp-request-update-info): Return nil if
21598 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21599 may not call gnus-activate-group which uselessly issues the GROUP
21600 commands for all nntp groups and wastes time. Reported by Romain
21601 Francoise <romain@orebokech.com>.
21602
21603 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21604
21605 2004-11-15 Simon Josefsson <jas@extundo.com>
21606
21607 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21608 headers separately.
21609 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21610 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21611
21612 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21613
21614 * gnus-start.el (gnus-convert-old-newsrc):
21615 Assign legacy-gnus-agent to 5.10.7.
21616
21617 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21618
21619 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21620 start of the lines.
21621
21622 2004-11-14 Magnus Henoch <mange@freemail.hu>
21623
21624 * hashcash.el (hashcash-default-payment): Change default to 20.
21625 (hashcash-default-accept-payment): Change default to 20.
21626 (hashcash-process-alist): New variable.
21627 (hashcash-generate-payment-async): Add.
21628 (hashcash-already-paid-p): Add.
21629 (hashcash-insert-payment): Don't generate payments twice.
21630 (hashcash-insert-payment-async): Add.
21631 (hashcash-insert-payment-async-2): Add.
21632 (hashcash-cancel-async): Add.
21633 (hashcash-wait-async): Add.
21634 (hashcash-processes-running-p): Add.
21635 (hashcash-wait-or-cancel): Add.
21636 (mail-add-payment): New optional argument. Conditionally start
21637 asynchronous calculation.
21638 (mail-add-payment-async): Add.
21639
21640 * message.el (message-send-mail): Wait for asynchronous hashcash
21641 results. Don't clobber existing X-Hashcash headers.
21642 (message-setup-1): Call mail-add-payment-async when
21643 message-generate-hashcash is non-nil.
21644
21645 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21646
21647 * message.el (message-use-alternative-email-as-from): Examine the
21648 From header as well; use message-make-from in order to include a
21649 user's full name.
21650
21651 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21652
21653 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21654 default; improve customization type.
21655 (gnus-emphasis-custom-with-format): New macro.
21656 (gnus-emphasis-custom-value-to-external): New function.
21657 (gnus-emphasis-custom-value-to-internal): New function.
21658
21659 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21660
21661 * dns.el (query-dns): Resolve reverse addresses.
21662
21663 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21664
21665 * gnus-group.el (gnus-group-get-new-news): Use it.
21666
21667 * gnus-start.el (gnus-check-reasonable-setup): New function.
21668
21669 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21670
21671 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21672 "Args out of range" error. Reported by Arnaud Giersch
21673 <arnaud.giersch@free.fr>.
21674
21675 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21676
21677 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21678
21679 2004-11-04 Richard M. Stallman <rms@gnu.org>
21680
21681 * spam.el (spam group): Add :version.
21682
21683 * pgg-def.el (pgg group): Add :version.
21684
21685 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21686
21687 * gnus-art.el (gnus-article-edit-article): Don't associate the
21688 article buffer with a draft file. This is a temporary measure
21689 against the 2004-08-22 change to gnus-article-edit-mode.
21690
21691 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21692
21693 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21694 (html2text-format-tags): Remove unused variable `attr'.
21695
21696 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21697
21698 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21699
21700 * spam-stat.el (spam-stat): Add :version.
21701
21702 * sieve.el (sieve): Add :version.
21703
21704 * sha1.el (sha1): Add :version.
21705 (sha1-use-external): Remove redundant version.
21706
21707 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21708 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21709 (nnmail-split-fancy-match-partial-words)
21710 (nnmail-split-lowercase-expanded): Add :version.
21711
21712 * nndiary.el (nndiary): Add :version.
21713
21714 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21715
21716 * mml-sec.el (mml-default-sign-method)
21717 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21718 Add :version.
21719
21720 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21721
21722 * mm-url.el (mm-url-use-external, mm-url-program)
21723 (mm-url-arguments): Add :version.
21724
21725 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21726 (mm-attachment-file-modes, mm-decrypt-option)
21727 (mm-w3m-safe-url-regexp): Add :version.
21728
21729 * message.el (message-cite-prefix-regexp)
21730 (message-sendmail-envelope-from, message-minibuffer-local-map)
21731 (message-user-fqdn, message-completion-alist): Add :version.
21732
21733 * gnus-win.el (gnus-configure-windows-hook)
21734 (gnus-use-frames-on-any-display): Add :version.
21735
21736 * gnus-art.el (gnus-article-address-banner-alist)
21737 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21738 (gnus-treat-from-picon, gnus-treat-mail-picon)
21739 (gnus-treat-x-pgp-sig): Add :version.
21740
21741 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21742 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21743 (gnus-summary-article-delete-hook)
21744 (gnus-summary-display-while-building): Add :version.
21745
21746 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21747 (gnus-get-top-new-news-hook): Add :version.
21748
21749 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21750 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21751
21752 * gnus-registry.el (gnus-registry): Add :version.
21753
21754 * gnus-spec.el (gnus-use-correct-string-widths)
21755 (gnus-make-format-preserve-properties): Add :version.
21756
21757 * gnus.el (gnus-group-charter-alist)
21758 (gnus-group-fetch-control-use-browse-url)
21759 (gnus-install-group-spam-parameters): Add :version.
21760
21761 * gnus-diary.el (gnus-diary): Add :version.
21762
21763 * gnus-delay.el (gnus-delay): Add :version.
21764
21765 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21766 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21767 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21768 Add :version.
21769
21770 * gnus-agent.el (gnus-agent-max-fetch-size)
21771 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21772 (gnus-agent-prompt-send-queue): Add :version.
21773
21774 * deuglify.el (gnus-outlook-deuglify): Add :version.
21775
21776 * html2text.el: Beautify code. Improve doc strings.
21777 Some checkdoc cleanup.
21778 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21779
21780 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21781
21782 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21783
21784 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21785
21786 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21787 when package is loaded.
21788
21789 * spam.el (spam-summary-score-preferred-header): Add global preference
21790 for people who want to override the default SpamAssassin over
21791 Bogofilter preference (when both are set).
21792 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21793 (spam-user-format-function-S):
21794 Check spam-summary-score-preferred-header.
21795 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21796 (spam-user-format-function-S): Format the score correctly.
21797
21798 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21799
21800 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21801 signature file. Suggested by Manoj Srivastava
21802 <srivasta@golden-gryphon.com>.
21803
21804 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21805 iso-2022-jp even in the Japanese language environment.
21806 Suggested by Jason Rumney <jasonr@gnu.org>.
21807
21808 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21809
21810 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21811 use the same characters as the dummy marks; make it free from
21812 getting affected by the language environment.
21813 (gnus-summary-read-group-1): Update mark positions only when the
21814 format spec is updated.
21815
21816 * gnus-spec.el (gnus-update-format-specifications): Return a list
21817 of updated types.
21818
21819 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21820
21821 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21822 of boundp to check if display-warning is available.
21823
21824 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21825
21826 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21827
21828 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21829
21830 * nnspool.el (nnspool-spool-directory): Use news-path if the
21831 news-directory variable is not bound.
21832
21833 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21834 function instead of display-warning if it is not available.
21835
21836 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21837
21838 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21839 v5-10: Use `point-at-bol'.
21840
21841 2004-10-26 Simon Josefsson <jas@extundo.com>
21842
21843 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21844 <chenggao@gmail.com>.
21845
21846 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21847
21848 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21849 instead.
21850
21851 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21852
21853 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21854 to remove a server from the nnimap-server-buffer-alist.
21855 (nnimap-open-connection, nnimap-close-server): Use it.
21856
21857 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21858
21859 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21860
21861 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21862 running the major-mode function.
21863
21864 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21865
21866 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21867 dummy marks in the right way.
21868
21869 2004-10-18 David Edmondson <dme@dme.org>
21870
21871 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21872 excessively.
21873
21874 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21875
21876 * gnus-util.el (gnus-split-references): Accept a nil references
21877 string and go on blissfully.
21878
21879 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21880 cases where the references string is non-nil but has no references.
21881
21882 * encrypt.el: Add autoload tags.
21883
21884 * spam.el (spam-resolve-registrations-routine): Remove article
21885 from unregistration list too. Reported by David Hanak
21886 <dhanak@isis.vanderbilt.edu>
21887
21888 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21889
21890 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21891 nil. Change custom type.
21892
21893 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21894
21895 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21896
21897 * gnus-sum.el (gnus-summary-move-article): Use it.
21898
21899 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21900
21901 * encrypt.el: Add autoload cookies.
21902
21903 * spam.el (spam-backend-article-list-property)
21904 (spam-backend-get-article-todo-list)
21905 (spam-backend-put-article-todo-list)
21906 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21907 Resolve registrations separately.
21908 (spam-register-routine): Format comments.
21909 (spam-unregister-routine, spam-register-routine): Always call with
21910 specific-articles, no default list.
21911 (spam-summary-prepare-exit): Use the spam-classifications function.
21912
21913 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21914 gnus-encrypt.el.
21915
21916 * encrypt.el: Copied from gnus-encrypt.el.
21917
21918 * gnus-encrypt.el: Commented that it's obsolete.
21919
21920 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21921
21922 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21923 (gnus-score-save): Use it.
21924
21925 * message.el (message-bury): Use `window-dedicated-p'.
21926
21927 2004-10-15 Simon Josefsson <jas@extundo.com>
21928
21929 * pop3.el (top-level): Don't require nnheader.
21930 (pop3-read-timeout): Add.
21931 (pop3-accept-process-output): Add.
21932 (pop3-read-response, pop3-retr): Use it.
21933
21934 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21935
21936 * spam.el (spam-register-routine): Move comment.
21937 (spam-verify-bogofilter): Use 'unknown for the initial
21938 spam-bogofilter-valid state, not 'never.
21939
21940 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21941 for netrc-machine.
21942
21943 * nnimap.el (nnimap-open-connection):
21944 Use netrc-machine-user-or-password.
21945
21946 2004-10-17 Richard M. Stallman <rms@gnu.org>
21947
21948 * gnus-registry.el (gnus-registry-unload-hook):
21949 Set as a variable with add-hook.
21950
21951 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21952 of news-path.
21953
21954 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21955
21956 * spam.el: Delete duplicate `provide'.
21957 (spam-unload-hook): Set as a variable with add-hook.
21958
21959 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21960
21961 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21962 in the doc string.
21963
21964 * message.el (message-ignored-news-headers)
21965 (message-ignored-supersedes-headers)
21966 (message-ignored-resent-headers)
21967 (message-forward-ignored-headers): Improve custom type.
21968
21969 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21970
21971 * message.el (message-tokenize-header): Fix 2004-09-06 change
21972 which used point-min in the wrong place.
21973
21974 2004-10-12 Simon Josefsson <jas@extundo.com>
21975
21976 * tls.el (tls-certtool-program): New variable.
21977 (tls-certificate-information): New function, based on
21978 ssl-certificate-information.
21979
21980 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21981
21982 * compface.el: Move the version of ELisp-based uncompface program
21983 to the contrib directory because of the copyright problem.
21984
21985 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21986
21987 * message.el (message-kill-buffer): Raise the current frame.
21988
21989 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21990
21991 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21992
21993 * gnus.el (message-y-or-n-p): Autoload.
21994
21995 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21996 (pop3-password-required, pop3-authentication-scheme)
21997 (pop3-leave-mail-on-server): Make customizable.
21998 (pop3): New custom group.
21999 (pop3-retr): Remove `sleep-for' statements.
22000 Suggested by Dave Love <fx@gnu.org>.
22001
22002 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22003 Windows/DOS.
22004
22005 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22006 (imap-parse-body): Fix incorrect use of `assert'.
22007 Suggested by Dave Love <fx@gnu.org>.
22008
22009 * mml.el (mml-minibuffer-read-disposition): Require match.
22010 Suggested by Dave Love <fx@gnu.org>.
22011
22012 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22013
22014 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22015 doc string.
22016
22017 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22018
22019 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22020
22021 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22022
22023 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22024 instead of calling `mm-insert-inline', to decode text/* parts
22025 before displaying them.
22026
22027 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22028
22029 * mm-uu.el (mm-uu-text-plain-type): New variable.
22030 (mm-uu-pgp-signed-extract-1): Use it.
22031 (mm-uu-pgp-encrypted-extract-1): Use it.
22032 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22033 bind mm-uu-text-plain-type with that value.
22034 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22035 mm-uu-dissect.
22036
22037 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22038
22039 * gnus-group.el (gnus-update-group-mark-positions):
22040 * gnus-sum.el (gnus-update-summary-mark-positions):
22041 * message.el (message-check-news-body-syntax):
22042 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22043 of string-as-multibyte.
22044
22045 2004-10-05 Juri Linkov <juri@jurta.org>
22046
22047 * gnus-group.el (gnus-update-group-mark-positions):
22048 * gnus-sum.el (gnus-update-summary-mark-positions):
22049 * message.el (message-check-news-body-syntax):
22050 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22051 8-bit unibyte values to a multibyte string for search functions.
22052
22053 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22054
22055 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22056 (mm-uu-dissect-text-parts): New function.
22057
22058 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22059 dissect text parts.
22060
22061 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22062 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22063
22064 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22065
22066 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22067 Use gnus-current-topics instead of gnus-current-topic.
22068
22069 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22070
22071 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22072
22073 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22074
22075 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22076 where appropriate.
22077
22078 * nnml.el (nnml-generate-active-info): do.
22079
22080 * nndiary.el (nndiary-generate-active-info): do.
22081
22082 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22083 (gnus-topic-move): do.
22084
22085 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22086 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22087
22088 * gnus-srvr.el (gnus-server-prepare)
22089 (gnus-server-open-all-servers): do.
22090
22091 * gnus-msg.el (gnus-summary-cancel-article)
22092 (gnus-summary-resend-message)
22093 (gnus-summary-mail-crosspost-complaint): do.
22094
22095 * gnus-move.el (gnus-change-server): do.
22096
22097 * gnus-group.el (gnus-group-unmark-all-groups)
22098 (gnus-group-set-current-level): do.
22099
22100 2004-10-04 Simon Josefsson <jas@extundo.com>
22101
22102 * message.el (message-generate-hashcash): Doc fix.
22103
22104 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22105
22106 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22107 avoid infinite recursion via gnus-get-function.
22108
22109 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22110
22111 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22112
22113 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22114
22115 * nnmail.el (nnmail-split-history): do.
22116
22117 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22118 (nnml-request-delete-group): do.
22119
22120 * nnslashdot.el (nnslashdot-read-groups): do.
22121
22122 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22123 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22124
22125 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22126 (nnspool-sift-nov-with-sed): Use last.
22127 (nnspool-retrieve-headers-with-nov): Use mapc.
22128 (nnspool-request-newgroups): Use dolist.
22129 (nnspool-request-group): Use last.
22130
22131 * nntp.el (nntp-read-server-type): Use dolist.
22132
22133 * nnvirtual.el (nnvirtual-create-mapping)
22134 (nnvirtual-update-read-and-marked): Use dolist.
22135 (nnvirtual-convert-headers): Simplify.
22136
22137 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22138
22139 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22140 Add support for sync'ing tick marks.
22141
22142 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22143
22144 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22145 there's no visible header.
22146
22147 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22148
22149 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22150 When necessary, pass full group name to gnus-request-set-marks.
22151
22152 2004-10-01 Simon Josefsson <jas@extundo.com>
22153
22154 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22155 acroread.
22156
22157 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22158
22159 * spam-report.el (spam-report-gmane): Fix interactive.
22160
22161 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22162
22163 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22164 when writing file.
22165 (gnus-agent-synchronize-flags): Don't default to being
22166 interactive.
22167
22168 2004-09-30 Simon Josefsson <jas@extundo.com>
22169
22170 * message.el (message-generate-hashcash): Add.
22171 (message-send-mail): Use it, call mail-add-payment.
22172
22173 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22174
22175 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22176
22177 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22178
22179 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22180 gnus-request-update-info with explicit code to sync the in-memory
22181 info read flags with the marks being sync'd to the backend.
22182
22183 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22184
22185 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22186
22187 * spam.el (spam-verify-bogofilter): Add new function.
22188 (spam-check-bogofilter)
22189 (spam-bogofilter-register-with-bogofilter): Use it.
22190 (spam-verify-bogofilter): Add small fixes.
22191
22192 2004-09-28 Simon Josefsson <jas@extundo.com>
22193
22194 * hashcash.el (hashcash-generate-payment): Revert.
22195
22196 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22197
22198 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22199 Use gnus-extract-references instead of gnus-split-references.
22200
22201 * gnus-util.el (gnus-extract-references): Add new function, analogous
22202 to gnus-split-references but extracts only the message-ID without
22203 anything extra.
22204
22205 * hashcash.el (hashcash-generate-payment)
22206 (hashcash-check-payment): Do the right thing if hashcash-path is
22207 nil (because the hashcash program could not be found).
22208
22209 * spam.el (spam-use-hashcash): Remove comment.
22210
22211 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22212
22213 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22214 (gnus-cache-enter-article, gnus-cache-remove-article)
22215 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22216
22217 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22218
22219 * gnus-art.el (article-hide-boring-headers)
22220 (article-translate-strings, article-display-face)
22221 (gnus-article-mime-match-handle-first)
22222 (gnus-article-highlight-headers)
22223 (gnus-article-add-buttons-to-head): do.
22224
22225 2004-09-27 Simon Josefsson <jas@extundo.com>
22226
22227 * hashcash.el: New version, from
22228 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22229 ../contrib/.
22230
22231 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22232
22233 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22234
22235 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22236
22237 * gnus-dup.el (gnus-dup-open): Use mapc.
22238 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22239
22240 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22241 Reported by Stefan Wiens <s.wi@gmx.net>.
22242
22243 * gnus.el (gnus-shutdown): Use dolist.
22244
22245 * gnus-undo.el (gnus-undo): Use mapc.
22246
22247 * nnrss.el (nnrss-generate-active): do.
22248
22249 * message.el (message-cite-original-without-signature)
22250 (message-cite-original): Use mapc.
22251 (message-do-actions, message-make-forward-subject): Use dolist.
22252
22253 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22254
22255 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22256 deletion to remove entire duplicate line. Fixes merged article
22257 number bug.
22258
22259 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22260
22261 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22262 servers that are offline. Avoids having gnus-agent-toggle-plugged
22263 first ask if you want to open a server and then, even when you
22264 responded with no, asking if you want to synchronize the server's
22265 flags.
22266 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22267 multi-line expressions.
22268 (gnus-agent-synchronize-group-flags): New internal function.
22269 Updates marks in memory (in the info structure) AND in the
22270 backend.
22271
22272 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22273
22274 * nnagent.el (nnagent-request-set-mark):
22275 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22276 method, to ensure that synchronization updates marks in the
22277 backend and in the info (in memory) structure.
22278
22279 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22280
22281 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22282 convention fully; don't miss the root article of a thread; make
22283 the X-Draft-From header with correct article numbers.
22284
22285 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22286
22287 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22288 unless plugged. Disable the agent so that an open failure causes
22289 an error.
22290
22291 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22292 Revert 2004-09-21 change. The backend must be opened while
22293 synchronizing flags even when the backend stores the flags
22294 locally.
22295
22296 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22297
22298 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22299 in `header' match. Reported by Svend Tollak Munkejord.
22300
22301 * message.el (message-cite-original): Fix use of
22302 `message-cite-articles-with-x-no-archive'.
22303
22304 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22305
22306 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22307 (gnus-window-to-buffer): Ditto.
22308
22309 * mml.el (mml-preview-buffer): New variable.
22310 (mml-preview): Manage window layout with gnus-buffer-configuration.
22311
22312 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22313 X-Draft-From header even if those articles aren't quoted.
22314
22315 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22316
22317 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22318 (gnus-request-set-mark, gnus-request-update-mark): Use new
22319 g-s-t-u-l-m to decide to use backend even when unplugged.
22320
22321 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22322
22323 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22324 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22325
22326 2004-09-20 Simon Josefsson <jas@extundo.com>
22327
22328 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22329 "utf-16-le".
22330
22331 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22332
22333 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22334
22335 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22336
22337 * uudecode.el (uudecode-use-external): Add :version.
22338
22339 * smime.el (smime-CA-file, smime-encrypt-cipher)
22340 (smime-dns-server): Add :version.
22341
22342 * smiley.el (gnus-smiley-file-types): Add :version.
22343
22344 * sha1.el (sha1-use-external): Add :version.
22345
22346 * pgg-def.el (pgg-query-keyserver): Add :version.
22347
22348 * nnmail.el (nnmail-fancy-expiry-targets)
22349 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22350 Add :version.
22351
22352 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22353 (nnimap-retrieve-groups-asynchronous): Add :version.
22354 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22355
22356 * mml.el (mml-content-disposition-parameters)
22357 (mml-insert-mime-headers-always): Add :version.
22358
22359 * mm-util.el (mm-coding-system-priorities): Add :version.
22360
22361 * mm-decode.el (mm-inline-text-html-with-images)
22362 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22363 (mm-verify-option): Add :version.
22364 (mm-text-html-renderer): Change :version.
22365
22366 * message.el (message-fcc-externalize-attachments)
22367 (message-required-headers, message-draft-headers)
22368 (message-subject-trailing-was-query)
22369 (message-subject-trailing-was-ask-regexp)
22370 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22371 (message-mark-insert-end, message-archive-header)
22372 (message-archive-note, message-cross-post-default)
22373 (message-cross-post-note, message-followup-to-note)
22374 (message-cross-post-note-function, message-use-mail-followup-to)
22375 (message-subscribed-address-functions)
22376 (message-subscribed-address-file, message-subscribed-addresses)
22377 (message-subscribed-regexps, message-allow-no-recipients)
22378 (message-yank-cited-prefix, message-signature-insert-empty-line)
22379 (message-hidden-headers, message-hierarchical-addresses)
22380 (message-mail-user-agent, message-use-idna)
22381 (message-valid-fqdn-regexp)
22382 (message-strip-special-text-properties, message-header-synonyms)
22383 (message-beginning-of-line, message-tab-body-function): Add :version.
22384 (message-insert-canlock, message-wide-reply-confirm-recipients):
22385 Change :version.
22386
22387 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22388 and :version.
22389 (mail-source-delete-old-incoming-confirm)
22390 (mail-source-movemail-program): Add :version.
22391
22392 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22393 (gnus-agent-cache, gnus-agent): Change :version.
22394
22395 * gnus-util.el (gnus-use-byte-compile): Change :version.
22396
22397 * gnus-sum.el (gnus-summary-make-false-root-always)
22398 (gnus-summary-default-high-score)
22399 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22400 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22401 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22402 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22403 (gnus-sum-thread-tree-single-indent)
22404 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22405 (gnus-sum-thread-tree-leaf-with-other)
22406 (gnus-sum-thread-tree-single-leaf): Add :version.
22407 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22408 (gnus-article-loose-mime): Change :version.
22409
22410 * gnus-start.el (gnus-backup-startup-file)
22411 (gnus-save-startup-file-via-temp-buffer): Add :version.
22412
22413 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22414 (gnus-server-offline-face): Add :version.
22415
22416 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22417
22418 * gnus-msg.el (gnus-gcc-externalize-attachments)
22419 (gnus-debug-files, gnus-debug-exclude-variables)
22420 (gnus-discouraged-post-methods): Change :version.
22421 (gnus-confirm-mail-reply-to-news)
22422 (gnus-confirm-treat-mail-like-news): Add :version.
22423
22424 * gnus-int.el (gnus-server-unopen-status): Add :version.
22425
22426 * gnus-group.el (gnus-group-jump-to-group-prompt)
22427 (gnus-large-ephemeral-newsgroup)
22428 (gnus-fetch-old-ephemeral-headers): Add :version.
22429
22430 * gnus-fun.el (gnus-x-face-directory)
22431 (gnus-convert-pbm-to-x-face-command)
22432 (gnus-convert-image-to-x-face-command)
22433 (gnus-convert-image-to-face-command): Add :version.
22434
22435 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22436
22437 * gnus-cite.el (gnus-cite-blank-line-after-header)
22438 (gnus-article-boring-faces): Add :version.
22439
22440 * gnus-art.el (gnus-buttonized-mime-types)
22441 (gnus-inhibit-mime-unbuttonizing)
22442 (gnus-treat-display-face)
22443 (gnus-treat-body-boundary): Change :version.
22444 (gnus-body-boundary-delimiter, gnus-picon-databases)
22445 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22446 (gnus-treat-date-english, gnus-treat-fold-headers)
22447 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22448 (gnus-treat-mail-picon, gnus-treat-wash-html)
22449 (gnus-article-encrypt-protocol)
22450 (gnus-use-idna, gnus-article-over-scroll)
22451 (gnus-mime-display-multipart-alternative-as-mixed)
22452 (gnus-mime-display-multipart-related-as-mixed)
22453 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22454 (gnus-ctan-url, gnus-button-ctan-handler)
22455 (gnus-button-handle-ctan-bogus-regexp)
22456 (gnus-button-ctan-directory-regexp)
22457 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22458 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22459 (gnus-button-man-level, gnus-button-emacs-level)
22460 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22461
22462 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22463 (gnus-agent-go-online): Change :version.
22464 (gnus-agent-expire-unagentized-dirs)
22465 (gnus-agent-auto-agentize-methods): Add :version.
22466
22467 * flow-fill.el (fill-flowed-display-column)
22468 (fill-flowed-encode-column): Add :version.
22469
22470 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22471 (gnus-outlook-deuglify-unwrap-max)
22472 (gnus-outlook-deuglify-cite-marks)
22473 (gnus-outlook-deuglify-unwrap-stop-chars)
22474 (gnus-outlook-deuglify-no-wrap-chars)
22475 (gnus-outlook-deuglify-attrib-cut-regexp)
22476 (gnus-outlook-deuglify-attrib-verb-regexp)
22477 (gnus-outlook-deuglify-attrib-end-regexp)
22478 (gnus-outlook-display-hook): Add :version.
22479
22480 * binhex.el (binhex-use-external): Add :version.
22481
22482 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22483
22484 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22485 and `invisible'.
22486
22487 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22488
22489 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22490 in gnus-registry-trim.
22491
22492 2004-09-13 Simon Josefsson <jas@extundo.com>
22493
22494 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22495
22496 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22497
22498 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22499 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22500 <yamaoka@jpl.org>.
22501 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22502 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22503 <yamaoka@jpl.org>.
22504
22505 * sieve.el (sieve-manage-mode): Ditto.
22506
22507 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22508
22509 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22510
22511 2004-09-11 Simon Josefsson <jas@extundo.com>
22512
22513 * dns-mode.el: Add.
22514
22515 * mm-view.el (mm-display-dns-inline): Add.
22516
22517 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22518 (mm-automatic-display): Ditto.
22519
22520 * mailcap.el (mailcap-mime-data): Add text/dns.
22521 (mailcap-mime-extensions): Map .soa to text/dns.
22522
22523 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22524
22525 * gnus-art.el (article-decode-mime-words, article-babel)
22526 (gnus-article-highlight-signature, gnus-article-add-buttons)
22527 (gnus-signature-toggle): Remove unnecessary bindings of
22528 `inhibit-read-only' inherited from v5.10 merge.
22529
22530 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22531
22532 * nntp.el (nntp): New customization group.
22533 (nntp-authinfo-file): Add customization group.
22534
22535 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22536
22537 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22538
22539 * gnus.el (to-address, to-list, subscribed)
22540 (large-newsgroup-initial): Ditto.
22541
22542 * flow-fill.el (fill-flowed-display-column)
22543 (fill-flowed-encode-column): Ditto.
22544
22545 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22546
22547 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22548 Use point-min rather than 1.
22549 (message-send-mail): Use buffer-size rather than point-max.
22550
22551 * gnus-sum.el (gnus-summary-search-article-forward):
22552 Signal a specific `search-failed' rather than a generic `error'.
22553
22554 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22555 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22556 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22557
22558 2004-09-10 Simon Josefsson <jas@extundo.com>
22559
22560 * nndb.el (require): Remove tcp and duplicate cl.
22561
22562 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22563
22564 * gnus-agent.el (directory-files-and-attributes): Move forward.
22565
22566 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22567
22568 * gnus-agent.el (directory-files-and-attributes):
22569 Optionally defined to support XEmacs.
22570
22571 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22572
22573 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22574 to avoid run-time CL dependencies.
22575 (gnus-agent-unfetch-articles): New function.
22576 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22577 article numbers even when local .overview file is missing.
22578 (gnus-agent-read-article-number): New function. Only accepts
22579 27-bit article numbers.
22580 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22581 Use gnus-agent-read-article-number.
22582 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22583 from backend while recognizing that article numbers in .overview
22584 must be valid.
22585 (gnus-agent-update-files-total-fetched-for):
22586 Use directory-files-and-attributes to improve performance.
22587 * gnus-int.el (gnus-request-move-article):
22588 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22589 improve performance.
22590
22591 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22592 some users confused by references to .newsrc when they only have a
22593 .newsrc.eld file.
22594 (gnus-convert-mark-converter-prompt)
22595 (gnus-convert-converter-needs-prompt): Fix use of property list.
22596 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22597 New function. Used internally to only display 'gnus converting
22598 files' message when actually necessary.
22599
22600 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22601 methods now autoloaded.
22602
22603 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22604
22605 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22606 identifiers.
22607
22608 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22609
22610 * gnus-picon.el: Fix indentation and closing parenthesis.
22611
22612 2004-09-01 Simon Josefsson <jas@extundo.com>
22613
22614 * message.el (message-canlock-generate): Require sha1, not
22615 sha1-el. (Can we get rid of this require altogether? It is ugly
22616 to require within a function. Sadly, if sha1.el isn't loaded, the
22617 let binding in m-c-g will hide the defcustom definition, which is
22618 bad.)
22619
22620 * canlock.el: Require sha1, not sha1-el.
22621
22622 * message.el: Don't autoload sha1 (there is a autoload cookie in
22623 sha1.el).
22624
22625 * sha1-el.el: Rename to sha1.el.
22626
22627 2004-08-30 Juanma Barranquero <lektu@terra.es>
22628
22629 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22630
22631 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22632
22633 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22634
22635 2004-08-30 Kim F. Storm <storm@cua.dk>
22636
22637 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22638
22639 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22640 Add :group 'nnimap.
22641
22642 2004-08-30 Andreas Schwab <schwab@suse.de>
22643
22644 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22645 ?* and ?\;.
22646
22647 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22648 and ?\' to symbol instead of whitespace.
22649
22650 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22651
22652 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22653
22654 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22655 instead of re-search-forward.
22656
22657 * gnus-uu.el (gnus-uu-save-article): Ditto.
22658 (gnus-uu-post-encode-uuencode): Ditto.
22659
22660 * html2text.el (html2text-clean-list-items): Ditto.
22661 (html2text-clean-dtdd): Ditto.
22662 (html2text-format-tags): Ditto.
22663
22664 * message.el (message-send-mail-with-sendmail): Fix regexp.
22665 (message-fill-field-general): Use search-forward instead of
22666 re-search-forward.
22667 (unbold-region): Ditto.
22668
22669 * nnrss.el (nnrss-request-article): Ditto.
22670
22671 * nnslashdot.el (nnslashdot-request-article): Ditto.
22672
22673 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22674
22675 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22676 "Unrecognized menu descriptor" error in XEmacs.
22677
22678 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22679
22680 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22681 parent article of a sparse article in the thread hashtb.
22682
22683 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22684
22685 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22686 (nnmail-expand-newtext): Lowercase expanded entries if
22687 nnmail-split-lowercase-expanded is non-nil.
22688
22689 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22690
22691 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22692
22693 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22694 of gnus-tmp-news-method into string under XEmacs. It will be
22695 passed to gnus-correct-length which takes only a string argument.
22696
22697 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22698
22699 * gnus-util.el (gnus-bind-print-variables): New macro.
22700 (gnus-prin1): Use it.
22701 (gnus-prin1-to-string): Use it.
22702 (gnus-pp): New function.
22703 (gnus-pp-to-string): New function.
22704
22705 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22706 Replace pp-to-string with gnus-pp-to-string.
22707 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22708 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22709 * gnus-msg.el (gnus-debug): Ditto.
22710 * gnus-score.el (gnus-score-save): Ditto.
22711 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22712 gnus-pp-to-string.
22713 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22714 with gnus-pp.
22715 * score-mode.el (gnus-score-pretty-print): Ditto.
22716 * webmail.el (webmail-debug): Ditto.
22717
22718 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22719
22720 * gnus-art.el (article-display-face, article-display-x-face):
22721 Use buffer-read-only.
22722
22723 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22724
22725 * gnus-art.el (article-hide-list-identifiers):
22726 Bind inhibit-read-only as t.
22727
22728 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22729
22730 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22731
22732 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22733
22734 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22735 (gnus-narrow-to-page): Don't assume point-min == 1.
22736 (gnus-article-edit-mode): Derive from message-mode.
22737
22738 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22739 point-min == 1.
22740
22741 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22742 Disable incorrect use of `assert'.
22743
22744 * message.el (message-mode): Set comment-start-skip.
22745
22746 2004-08-22 Sam Steingold <sds@gnu.org>
22747
22748 * pop3.el (pop3-leave-mail-on-server): New user variable.
22749 (pop3-movemail): Delete mail only when it is nil.
22750
22751 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22752
22753 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22754
22755 * mml.el (mml-preview): Use `pop-to-buffer'.
22756
22757 * message.el (message-goto-mail-followup-to): Insert after "To".
22758 (message-carefully-insert-headers): Add comment.
22759
22760 * gnus.el: Remove unused variable `gnus-article-check-size'.
22761
22762 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22763
22764 * gnus-art.el (gnus-button-alist):
22765 Improve `gnus-button-handle-library' entry.
22766
22767 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22768
22769 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22770 Use downcase, since XEmacs capitalizes error messages differently.
22771
22772 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22773
22774 * nntp.el: Add (require 'gnus) due to reference to
22775 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22776
22777 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22778
22779 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22780 Bind `mm-fill-flowed'.
22781
22782 * mm-decode.el (mm-dissect-singlepart): Check it.
22783
22784 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22785
22786 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22787 'imap' for netrc parsing.
22788
22789 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22790
22791 * mailcap.el (mailcap-mime-data): Mark as risky.
22792
22793 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22794
22795 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22796 may be included in the encoded word.
22797 (rfc2047-encode): Don't append a space if the encoded word
22798 includes close parenthesis.
22799
22800 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22801
22802 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22803 of text within parentheses.
22804
22805 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22806
22807 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22808 (gnus-encrypt-write-file-contents): Make the password key the file
22809 name PLUS the cipher, not just the cipher. Also remove failed
22810 passwords from the cache.
22811
22812 2004-08-06 Simon Josefsson <jas@extundo.com>
22813
22814 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22815 Doc fix.
22816
22817 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22818
22819 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22820 LWSP.
22821
22822 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22823
22824 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22825 Try to append in-reply-to: data to the references: header.
22826
22827 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22828 (netrc-parse): Use gnus-encrypt.el functions.
22829
22830 * gnus-encrypt.el: Add new file for encryption support; currently
22831 does only a few GPG ciphers and an internal XOR cipher.
22832
22833 * password.el: Add comments on using password-read-and-add.
22834 (password-read-and-add): Add function to read and add the
22835 password to the cache at once.
22836
22837 2004-07-28 Simon Josefsson <jas@extundo.com>
22838
22839 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22840 parameter (but don't use it, for now).
22841
22842 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22843 instead of hard coding to nil.
22844
22845 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22846
22847 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22848 as mm-inline-image-xemacs does.
22849
22850 2004-07-26 Simon Josefsson <jas@extundo.com>
22851
22852 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22853 Revert part of 2004-07-17 change below.
22854
22855 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22856
22857 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22858 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22859
22860 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22861
22862 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22863 quotes that actually start with ">" at the beginning of the
22864 lines.
22865
22866 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22867
22868 * rfc2047.el (rfc2047-encode-region): Fix last change.
22869 (rfc2047-encode-parameter): Remove useless concat.
22870
22871 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22872
22873 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22874 encode special characters; fix some kind of misconfigured headers;
22875 signal a real error if debug-on-quit or debug-on-error is non-nil.
22876 (rfc2047-encode-max-chars): New variable.
22877 (rfc2047-encode-1): Use it.
22878 (rfc2047-encode-parameter): New function.
22879
22880 * mml.el (mml-insert-parameter): Remove an excessive space.
22881
22882 2004-07-17 Simon Josefsson <jas@extundo.com>
22883
22884 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22885 Kai Grossjohann <kai@emptydomain.de>.
22886 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22887 (gnus-group-make-menu-bar): Ditto.
22888
22889 * gnus-util.el (gnus-group-server): Add.
22890
22891 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22892
22893 * message.el (message-clone-locals): Clone sendmail and smtp
22894 variables.
22895
22896 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22897
22898 * rfc2047.el (rfc2047-encode-region): Fix last change.
22899
22900 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22901
22902 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22903 characters as non-special.
22904
22905 2004-07-09 Simon Josefsson <jas@extundo.com>
22906
22907 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22908 Users will lose all flag changes made while unplugged with
22909 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22910 good default. See numerous reports on ding mailing list.
22911
22912 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22913
22914 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22915 add generate-head-function and generate-article-function to the
22916 rfc822-forward entry.
22917 (nndoc-rfc822-forward-generate-article): New function.
22918 (nndoc-rfc822-forward-generate-head): New function.
22919
22920 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22921
22922 2004-07-06 Dan Christensen <jdc@uwo.ca>
22923
22924 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22925 respect display group parameter and gnus-summary-expunge-below.
22926 (gnus-articles-to-read): Remove unused reference to display group
22927 parameter.
22928
22929 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22930
22931 * nnheader.el (nnheader-uniquify-message-id): New experimental
22932 variable.
22933 (nnheader-nov-read-message-id): Use it.
22934
22935 * spam-report.el (spam-report-gmane): Add interactive.
22936
22937 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22938
22939 * mm-encode.el (mm-content-transfer-encoding-defaults):
22940 Use qp-or-base64 for the application/* types.
22941
22942 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22943
22944 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22945
22946 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22947
22948 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22949 trim value.
22950
22951 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22952
22953 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22954 New macro and function.
22955 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22956
22957 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22958
22959 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22960 after-load-alist.
22961
22962 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22963
22964 * gnus-group.el (gnus-group-get-new-news-this-group):
22965 Don't update info that isn't there.
22966
22967 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22968
22969 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22970 entry.
22971
22972 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22973
22974 * mm-view.el (mm-inline-render-with-function): Use multibyte
22975 buffer; decode html source by charset.
22976
22977 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22978
22979 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22980 Mule-UCS is loaded under XEmacs.
22981 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22982
22983 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22984
22985 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22986
22987 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22988
22989 * mm-util.el (mm-coding-system-p): Return a coding-system.
22990 (mm-mime-mule-charset-alist): Use shift_jis instead of
22991 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22992 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22993 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22994 instead of japanese-shift-jis and iso-latin-1 respectively in
22995 order to share the default value with both Emacs and XEmacs-mule.
22996 (mm-mule-charset-to-mime-charset):
22997 Make mm-coding-system-priorities effective.
22998 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22999 while predicating of candidates upon the priorities.
23000
23001 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23002
23003 * gnus-sum.el (gnus-summary-make-menu-bar):
23004 Add gnus-uu-invert-processable.
23005
23006 * gnus.el: Autoload gnus-uu-invert-processable.
23007
23008 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23009
23010 * mm-util.el (mm-with-multibyte-buffer): New macro.
23011
23012 * rfc2047.el (rfc2047-encode-string): Use it.
23013 (rfc2047-encode-region): Move point to the end of the region after
23014 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23015
23016 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23017
23018 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23019 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23020
23021 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23022
23023 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23024 (gnus-cite-parse): Ignore quoted envelope From_.
23025 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23026
23027 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23028
23029 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23030 invalid addresses.
23031
23032 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23033
23034 * spam.el: Change section markers, revise TODO list.
23035 (spam-backends): Make new master list of all installed backends.
23036 (spam-summary-exit-behavior): Add new variable to determine how
23037 messages moves are done at summary exit.
23038 (spam-move-spam-nonspam-groups-only)
23039 (spam-process-ham-in-nonham-groups)
23040 (spam-process-ham-in-spam-groups): Remove variables, the
23041 spam-summary-exit-behavior variable should be used to manage this
23042 behavior.
23043 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23044 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23045 and spam-old-spam-articles.
23046 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23047 Add empty variables, placeholders for the backends they represent.
23048 (spam-set-difference): Move, unchanged.
23049 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23050 unless the user has a processor variable.
23051 (spam-classifications, spam-classification-valid-p)
23052 (spam-backend-properties, spam-backend-property-valid-p)
23053 (spam-backend-function-type-valid-p)
23054 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23055 (spam-report-articles-gmane, spam-report-articles-resend):
23056 Remove functions, they are not needed.
23057 (spam-install-backend-super, spam-backend-list)
23058 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23059 (spam-backend-function, spam-backend-ham-registration-function)
23060 (spam-backend-spam-registration-function)
23061 (spam-backend-ham-unregistration-function)
23062 (spam-backend-spam-unregistration-function)
23063 (spam-backend-statistical-p, spam-backend-mover-p)
23064 (spam-install-backend-alias, spam-install-checkonly-backend)
23065 (spam-install-mover-backend, spam-install-nocheck-backend)
23066 (spam-install-backend, spam-install-statistical-backend)
23067 (spam-install-statistical-checkonly-backend): Add backend installation
23068 support.
23069 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23070 (spam-group-processor-p): Use the new backend code and respect the
23071 summary exit behavior.
23072 (spam-mark-spam-as-expired-and-move-routine): Remove.
23073 (spam-summary-prepare): Change to use the new spam-old-articles
23074 variable.
23075 (spam-copy-or-move-routine, spam-copy-spam-routine)
23076 (spam-move-spam-routine, spam-copy-ham-routine)
23077 (spam-move-ham-routine): Add code to copy/move ham or spam.
23078 (spam-fetch-field-fast): Improve doc and code, plus allow the
23079 'number request.
23080 (spam-list-of-checks, spam-list-of-statistical-checks):
23081 Remove variables.
23082 (spam-split, spam-find-spam): Use the new backend code.
23083 (spam-registration-functions): Remove variable.
23084 (spam-unregister-routine): Add convenience wrapper.
23085 (spam-log-undo-registration, spam-register-routine)
23086 (spam-log-processing-to-registry)
23087 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23088 where possible.
23089 (spam-check-gmane-xref, spam-check-regex-headers)
23090 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23091 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23092 (spam-check-bogofilter-headers, spam-check-spamoracle)
23093 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23094 (spam-check-crm114-headers): Use the spam-split-group that
23095 spam-split prepares, no need to determine it every time.
23096
23097 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23098 to the nnheader-parse-naked-head call.
23099
23100 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23101
23102 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23103 the nnheader-nov-read-message-id call.
23104
23105 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23106
23107 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23108 gnus-activate-group twice. Suggested by Markus Peter
23109 <warp@spin.de>.
23110
23111 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23112
23113 * gnus-art.el (gnus-article-time-format): Exchange the order of
23114 day and month in the default value; fix customization type.
23115 (article-date-ut): Use add-text-properties.
23116 (article-make-date-line): Use message-make-date instead of
23117 current-time-string.
23118
23119 * message.el (message-fetch-field): Don't use set-text-properties.
23120 (message-make-date): Simplify.
23121
23122 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23123
23124 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23125 (rfc2047-encode-region): Treat text within parentheses as special;
23126 show the original text when error has occurred.
23127
23128 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23129 already-computed method to gnus-activate-group.
23130
23131 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23132 same select-methods identical Lisp objects.
23133
23134 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23135 object when modifying the info.
23136
23137 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23138
23139 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23140 gnus-opened-servers since it has never been opened with the new
23141 configuration yet.
23142
23143 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23144
23145 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23146 arg to nnheader-generate-fake-message-id.
23147
23148 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23149
23150 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23151 number and build a fake message ID localized to a group and
23152 article number (so it's repeatable from that point on).
23153 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23154 ID format.
23155
23156 * gnus-sum.el (gnus-get-newsgroup-headers):
23157 Call nnheader-generate-fake-message-id with the article number.
23158
23159 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23160
23161 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23162 end-of-buffer.
23163
23164 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23165
23166 * message.el (message-ignored-supersedes-headers): Add Approved.
23167
23168 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23169
23170 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23171 goto-char.
23172 (rfc2047-encode): Fold the line before encoding.
23173
23174 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23175
23176 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23177 folding -- not all headers can be folded, and this should be done
23178 by the message composition mode. Probably. I think.
23179
23180 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23181
23182 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23183 fast.
23184
23185 * gnus-ems.el (gnus-remove-image): Don't use
23186 message-text-with-property; remove only the image found first.
23187
23188 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23189
23190 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23191
23192 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23193
23194 * message.el (message-text-with-property): Make it fast and accept
23195 optional arguments.
23196 (message-strip-forbidden-properties): Use it.
23197 (message-fix-before-sending): Follow the m-t-w-p change.
23198
23199 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23200
23201 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23202
23203 * gnus-art.el (article-hide-headers): Don't change the buffer
23204 mistakenly when performing mml-preview even if
23205 gnus-single-article-buffer is nil.
23206
23207 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23208
23209 * message.el (message-expand-name-databases): New user option.
23210 (message-expand-name): Use it.
23211
23212 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23213
23214 * spam.el (spam-report-articles-resend)
23215 (spam-report-resend-register-routine): Allow ham reporting.
23216 (spam-report-resend-register-ham-routine): Add wrapper.
23217 (spam-registration-functions): Add ham resending functions.
23218 (spam-list-of-processors): Add ham resend processor.
23219
23220 * gnus.el (ham-resend-to): Add new group parameter.
23221 (spam-process): Add ham resend option.
23222
23223 * spam-report.el (spam-report-resend): Allow reporting ham.
23224 (spam-report-resend-ham): Add wrapper.
23225
23226 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23227
23228 * message.el (message-cite-articles-with-x-no-archive):
23229 New variable.
23230 (message-cite-original): Use it.
23231
23232 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23233
23234 * message.el (message-cite-original): Respect X-No-Archive.
23235
23236 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23237
23238 * gnus-art.el (article-hide-headers): Refer to the values for
23239 gnus-ignored-headers and gnus-visible-headers in the summary
23240 buffer since a user may have set them as group parameters.
23241
23242 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23243
23244 * assistant.el (assistant-node-name): Add convenience function.
23245 (assistant-render-text, assistant-render-node): Add error handling,
23246 plus handle multiple next nodes.
23247 (assistant-find-next-node): Comment out for now.
23248 (assistant-find-next-nodes): Add function, returns list of next
23249 nodes.
23250
23251 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23252
23253 * mail-source.el (mail-source-directory): Fix doc-string.
23254
23255 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23256
23257 * assistant.el (assistant-render-text, assistant-eval): Add :set
23258 widget type, which is different because it takes and returns a
23259 list. Much hilarity ensues.
23260
23261 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23262
23263 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23264
23265 * gnus-group.el (gnus-group-get-new-news-this-group):
23266 Add doc-string.
23267
23268 * gnus-start.el (gnus-activate-group): Add doc-string.
23269
23270 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23271
23272 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23273
23274 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23275
23276 * assistant.el (assistant-render-text): Try to add a :set
23277 widget, more to come.
23278
23279 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23280 strings.
23281 (spam-report-articles-resend)
23282 (spam-register-routine): Do registration iff any articles warrant
23283 it.
23284 (spam-summary-prepare-exit): Change log message for nil group
23285 destinations.
23286
23287 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23288
23289 * spam.el (spam-report-resend-register-routine):
23290 Allow spam-report-resend-to to be a group parameter or a global value.
23291
23292 2004-05-26 Simon Josefsson <jas@extundo.com>
23293
23294 * starttls.el: Merge with my GnuTLS based starttls.el.
23295 (starttls-gnutls-program, starttls-use-gnutls)
23296 (starttls-extra-arguments, starttls-process-connection-type)
23297 (starttls-connect, starttls-failure, starttls-success):
23298 New variables.
23299 (starttls-program, starttls-extra-args): Doc fix.
23300 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23301 New functions.
23302 (starttls-negotiate, starttls-open-stream):
23303 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23304 function if it is set.
23305
23306 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23307
23308 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23309 structured fields.
23310
23311 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23312
23313 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23314
23315 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23316
23317 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23318 Add variable.
23319 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23320 assigning the spam-mark to new messages.
23321
23322 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23323
23324 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23325
23326 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23327
23328 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23329 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23330 default.
23331
23332 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23333
23334 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23335 correct data.
23336
23337 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23338
23339 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23340 (spam-group-processor-p): Fix function.
23341 (spam-group-processor-multiple-p)
23342 (spam-group-spam-processor-report-gmane-p)
23343 (spam-group-spam-processor-report-resend-p)
23344 (spam-group-spam-processor-bogofilter-p)
23345 (spam-group-spam-processor-blacklist-p)
23346 (spam-group-spam-processor-ifile-p)
23347 (spam-group-ham-processor-ifile-p)
23348 (spam-group-spam-processor-spamoracle-p)
23349 (spam-group-spam-processor-crm114-p)
23350 (spam-group-ham-processor-bogofilter-p)
23351 (spam-group-spam-processor-stat-p)
23352 (spam-group-ham-processor-stat-p)
23353 (spam-group-ham-processor-whitelist-p)
23354 (spam-group-ham-processor-BBDB-p)
23355 (spam-group-ham-processor-spamoracle-p)
23356 (spam-group-ham-processor-copy-p): Remove functions with some
23357 prejudice against unneeded code.
23358 (spam-report-articles-resend)
23359 (spam-report-resend-register-routine): Allow the group/topic
23360 spam-resend-to value to override spam-report-resend-to.
23361 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23362 properly now.
23363
23364 * gnus.el (spam-resend-to): Add group/topic parameter.
23365 (spam-process): Move the OBSOLETE processors to the end of the
23366 choices.
23367
23368 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23369
23370 * spam-report.el (spam-report-resend-to, spam-report-resend):
23371 Start with resend-to set to nil, and then ask the user if necessary.
23372 (spam-report-resend): spam-report-resend takes a list of articles, not
23373 separate article numbers.
23374
23375 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23376
23377 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23378 addition to emacs-w3m.
23379
23380 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23381
23382 * assistant.el (assistant-authinfo-data): New function.
23383 (assistant-eval): Eval for entire assistant.
23384
23385 * netrc.el (netrc-services-file): New variable.
23386 (netrc-parse-services): New function.
23387 (netrc-find-service-name): New function.
23388 (netrc-find-service-number): New function.
23389 (netrc-port-equal): New function.
23390 (netrc-machine): Use it.
23391
23392 * nnimap.el (nnimap-open-connection): Use netrc.
23393
23394 * gnus-util.el (gnus-netrc-get): Remove aliases.
23395
23396 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23397
23398 * assistant.el (wid-edit): Fix compilation.
23399
23400 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23401
23402 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23403
23404 * gnus-util.el (gnus-set-file-modes): New function. (small
23405 patch).
23406
23407 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23408
23409 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23410
23411 * assistant.el (assistant-render-node): Fix up rendering and
23412 read-only text.
23413 (assistant-render-node): Reset.
23414 (assistant-make-read-only): Not sticky.
23415
23416 2004-05-20 Danny Siu <dsiu@adobe.com>
23417
23418 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23419 centered even when gnus-auto-center-summary is t.
23420
23421 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23422
23423 * dns.el (dns-get-txt-answer): New function.
23424 (dns-read-txt): Ditto.
23425 (query-dns): Use it.
23426
23427 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23428
23429 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23430 active for foreign groups even if the group level is higher than
23431 the specified value.
23432
23433 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23434
23435 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23436 non-active groups.
23437
23438 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23439
23440 2004-05-20 Magnus Henoch <mange@freemail.hu>
23441
23442 * dns.el (dns-read-type): Add support for SVR. (small patch)
23443
23444 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23445
23446 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23447 (spam-crm114-header, spam-crm114-spam-switch)
23448 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23449 (spam-crm114-positive-spam-header)
23450 (spam-crm114-database-directory, spam-list-of-processors)
23451 (spam-group-spam-processor-crm114-p)
23452 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23453 (spam-generic-score, spam-list-of-checks)
23454 (spam-list-of-statistical-checks, spam-registration-functions)
23455 (spam-check-crm114-headers, spam-crm114-score)
23456 (spam-check-crm114, spam-crm114-register-with-crm114)
23457 (spam-crm114-register-spam-routine)
23458 (spam-crm114-unregister-spam-routine)
23459 (spam-crm114-register-ham-routine)
23460 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23461
23462 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23463
23464 * gnus.el: Add spam-use-crm114.
23465
23466 * spam.el (spam-list-of-processors, spam-registration-functions):
23467 Add spam-use-resend.
23468 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23469 (spam-report-articles-gmane): Add doc fix.
23470 (spam-report-articles-resend, spam-report-resend-register-routine):
23471 Add wrappers around spam-report-resend-to.
23472
23473 * spam-report.el (spam-report-resend-to, spam-report-resend):
23474 Add support for resending spam.
23475 (spam-report-gmane): Fix line length >80.
23476
23477 * gnus.el (spam-process): Add spam-use-resend.
23478
23479 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23480
23481 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23482 number of processed spam messages.
23483 (spam-ham-copy-or-move-routine): Return the number of processed
23484 ham messages.
23485 (spam-summary-prepare-exit): Use the above values to decide
23486 whether status messages shouled be displayed.
23487
23488 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23489
23490 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23491 `rfc2047-encoding-function-alist' in order to avoid conflicting
23492 with the old version.
23493 (rfc2047-encode-region): Concatenate words containing non-ASCII
23494 characters in structured fields; don't encode space-delimited
23495 ASCII words even in unstructured fields; don't break words at
23496 char-category boundaries.
23497 (rfc2047-encode-1): New function.
23498 (rfc2047-encode): Use it; encode text so that it occupies the
23499 maximum width within 76-column; work correctly on Q encoding for
23500 iso-2022-* charsets.
23501 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23502 sure not to break a line just after the header name.
23503 (rfc2047-b-encode-region): Remove.
23504 (rfc2047-b-encode-string): New function.
23505 (rfc2047-q-encode-region): Remove.
23506 (rfc2047-q-encode-string): New function.
23507
23508 * mm-util.el (mm-replace-in-string): New function.
23509
23510 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23511
23512 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23513 Really get it right.
23514 (gnus-inews-make-draft): Really.
23515
23516 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23517
23518 * nnmh.el (nnmh-request-list-1): Don't check the link count
23519 before descending. (small patch)
23520
23521 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23522
23523 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23524 stuff.
23525
23526 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23527 Match on real group name.
23528
23529 * gnus-art.el (gnus-signature-limit): Doc fix.
23530
23531 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23532
23533 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23534
23535 * gnus-draft.el (gnus-draft-send):
23536 Bind rfc2047-encode-encoded-words.
23537
23538 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23539 (rfc2047-encodable-p): Say that =? needs encoding.
23540 (rfc2047-encode-encoded-words): New variable.
23541
23542 * gnus-group.el (gnus-group-select-group): Doc fix.
23543
23544 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23545
23546 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23547 to nil.
23548
23549 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23550
23551 * nnheader.el (nnheader-get-lines-and-char): New function.
23552
23553 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23554
23555 * gnus-msg.el (gnus-summary-followup-with-original):
23556 Document yanking of region when active.
23557
23558 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23559
23560 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23561 groups if the group level is higher than the specified value.
23562
23563 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23564
23565 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23566 (gnus-group-jump-to-group): Add prefix argument using
23567 `gnus-group-jump-to-group-prompt'. Query before jumping to
23568 non-active group.
23569
23570 * compface.el (uncompface): Be verbose when changing
23571 `uncompface-use-external'.
23572
23573 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23574 handle manual section.
23575
23576 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23577
23578 * gnus-art.el (gnus-button-alist): Revert previous change.
23579
23580 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23581
23582 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23583
23584 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23585
23586 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23587 whether backend can accept message.
23588
23589 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23590
23591 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23592
23593 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23594 Avoid creating directory when nntp-marks-is-evil is true.
23595 Reported by Reiner Steib.
23596
23597 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23598
23599 * gnus-picon.el (gnus-picon-insert-glyph):
23600 Add optional `nostring' argument.
23601
23602 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23603
23604 * gnus-picon.el (gnus-picon-style): New variable.
23605 (gnus-picon-transform-address): Support `gnus-picon-style'.
23606
23607 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23608
23609 * message.el (message-fill-field): Return point.
23610 (message-generate-headers): Go to end of field.
23611
23612 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23613 stuff for non-living groups.
23614
23615 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23616
23617 * gnus-art.el (gnus-article-followup-with-original)
23618 (gnus-article-reply-with-original): gnus-mark-active-p ->
23619 gnus-region-active-p.
23620
23621 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23622
23623 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23624 only when there is spam or ham to be processed.
23625
23626 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23627
23628 * mail-source.el (mail-source-delete-crash-box): Refactor.
23629 (mail-source-fetch): Use it.
23630 (mail-source-fetch-file): Ditto.
23631 (mail-source-fetch-directory): Run PostScript in loop.
23632 (mail-source-fetch-pop): Delete.
23633 (mail-source-fetch-maildir): Ditto.
23634 (mail-source-fetch-imap): Ditto.
23635
23636 * imap.el (imap-authenticators): Comment out sasl.
23637
23638 * message.el (message-skip-to-next-address): New function.
23639 (message-fill-header-address): Refactor.
23640 (message-fill-address): Use it.
23641 (message-delete-address): Use it.
23642 (message-fill-header-general): Refactor.
23643 (message-fill-field-address): Rename.
23644 (message-narrow-to-field): Find the start of the header.
23645 (message-header-format-alist): Don't pre-fill.
23646 (message-fill-header): Remove.
23647 (message-insert-header): New function.
23648 (message-shorten-references): Use it.
23649
23650 * rfc2047.el (rfc2047-field-value): Strip props.
23651
23652 * mail-parse.el (mail-header-make-address): New alias.
23653
23654 * ietf-drums.el (ietf-drums-make-address): New function.
23655
23656 * imap.el: Add compiler directives.
23657
23658 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23659
23660 * gnus-art.el (article-decode-idna-rhs): Don't use
23661 message-idna-inside-rhs-p.
23662
23663 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23664
23665 * message.el (message-idna-inside-rhs-p): Remove.
23666 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23667
23668 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23669 false positives.
23670
23671 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23672
23673 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23674
23675 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23676
23677 * nneething.el (nneething-file-name): Don't create spurious
23678 files.
23679
23680 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23681 (gnus-inews-do-gcc): Remove sleep.
23682
23683 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23684 part under point.
23685
23686 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23687 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23688
23689 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23690
23691 * spam.el (spam-summary-prepare-exit): Fix (length).
23692
23693 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23694
23695 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23696 as expired without moving it" message when there are spam
23697 messages left.
23698
23699 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23700
23701 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23702 header is not nil.
23703
23704 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23705
23706 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23707 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23708 (nntp-marks-changed-p): New arg SERVER.
23709 (nntp-request-update-info): Adjust caller.
23710
23711 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23712
23713 * nntp.el (nntp-save-marks): Pass missing arg.
23714
23715 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23716
23717 * nntp.el: Support marks.
23718 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23719 (nntp-marks-modtime, nntp-marks-directory): New variables.
23720 (nntp-request-set-mark, nntp-request-update-info)
23721 (nntp-possibly-create-directory, nntp-marks-changed-p)
23722 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23723 New functions.
23724
23725 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23726
23727 * gnus-score.el (gnus-score-insert-help):
23728 Use gnus-select-lowest-window.
23729
23730 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23731 appt-select-lowest-window and rename to gnus-select-lowest-window.
23732
23733 * gnus.el: do.
23734
23735 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23736
23737 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23738 encodings of MIME-encoded words, in order to improve
23739 interoperability with several broken MUAs.
23740
23741 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23742
23743 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23744 tags, only when charsets are not specified in headers.
23745 (mm-inline-text-html-render-with-w3m): Ditto.
23746
23747 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23748
23749 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23750 instead of MIME-decoded from fields when checking
23751 `gnus-article-address-banner-alist'.
23752
23753 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23754
23755 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23756 description rather than subject.
23757
23758 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23759
23760 * gnus.el (gnus-version-number): Bump.
23761
23762 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23763
23764 * gnus.el: No Gnus v0.2 is released.
23765
23766 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23767
23768 * gnus-agent.el (gnus-agent-read-agentview):
23769 Inline gnus-uncompress-range.
23770
23771 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23772
23773 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23774 `exec-installed-p'.
23775
23776 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23777
23778 * gnus.el (spam-process, spam-autodetect-methods):
23779 Add bsfilter and bsfilter-headers.
23780
23781 * spam.el (spam-bsfilter): New customize group.
23782 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23783 (spam-bsfilter-header, spam-bsfilter-probability-header)
23784 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23785 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23786 (spam-bsfilter-database-directory): New options.
23787 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23788 (spam-list-of-statistical-checks, spam-registration-functions):
23789 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23790 (spam-bsfilter-score): New command.
23791 (spam-check-bsfilter-headers, spam-check-bsfilter)
23792 (spam-bsfilter-register-with-bsfilter)
23793 (spam-bsfilter-register-spam-routine)
23794 (spam-bsfilter-unregister-spam-routine)
23795 (spam-bsfilter-register-ham-routine)
23796 (spam-bsfilter-unregister-ham-routine): New functions.
23797 (spam-generic-score): Support bsfilter; Accept an optional argument
23798 to recalcurate spam score even if scoring header has already been
23799 added.
23800 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23801 optional argument to recalcurate spam score even if scoring header
23802 has already been added.
23803
23804 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23805
23806 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23807 strings! Reported by David D. Smith <davidsmith@acm.org>.
23808 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23809 link is missing.
23810
23811 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23812
23813 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23814 (html2text-get-attr): Rewrite.
23815
23816 * message.el (message-setup-1): Remove redundant put-text-property
23817 on mail-header-separator.
23818
23819 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23820
23821 * gnus-registry.el (gnus-registry-cache-whitespace)
23822 (gnus-registry-action, gnus-registry-spool-action)
23823 (gnus-registry-split-fancy-with-parent): Change message levels
23824 from 5 to 3 or 7, as needed.
23825
23826 * spam.el (spam-summary-prepare-exit)
23827 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23828 (spam-split, spam-find-spam, spam-log-undo-registration)
23829 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23830 level from 5 to 6.
23831
23832 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23833
23834 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23835 2004-03-04 change).
23836
23837 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23838
23839 * sieve-manage.el (sieve-manage-open):
23840 * nnweb.el (nnweb-insert-html):
23841 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23842 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23843 * nnspool.el (nnspool-request-group):
23844 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23845 * nnml.el (nnml-request-update-info):
23846 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23847 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23848 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23849 (nnimap-request-set-mark):
23850 * nnfolder.el (nnfolder-request-update-info):
23851 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23852 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23853 * gnus-uu.el (gnus-uu-find-articles-matching):
23854 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23855 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23856 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23857 * gnus-nocem.el (gnus-nocem-scan-groups):
23858 * gnus-int.el (gnus-start-news-server):
23859 * gnus-group.el (gnus-group-make-kiboze-group)
23860 (gnus-group-browse-foreign-server):
23861 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23862 Use mapc when appropriate.
23863
23864 2004-04-22 Dan Christensen <jdc@uwo.ca>
23865 Adam Sjøgren <asjo@koldfront.dk>
23866 Wes Hardaker <wes@hardakers.net>
23867 Michael Shields <shields@msrl.com>
23868
23869 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23870 may need for spam sorting and scoring.
23871 (spam-user-format-function-S): Add user format function suitable for
23872 general use.
23873 (spam-article-sort-by-spam-status): Add sorting function for summary
23874 sorting.
23875 (spam-extra-header-to-number): Add function to get a score from a
23876 header.
23877 (spam-summary-score): Add function to get a numeric score from the
23878 headers.
23879 (spam-generic-score): Fix function doc, was in wrong place.
23880 (spam-initialize): Take symbols when it's run, and install the
23881 extra headers that spam-necessary-extra-headers thinks we need.
23882
23883 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23884
23885 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23886 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23887
23888 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23889
23890 * gnus-sum.el (gnus-set-global-variables)
23891 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23892 (gnus-article-get-xrefs, gnus-summary-best-group)
23893 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23894 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23895 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23896 Use with-current-buffer.
23897
23898 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23899
23900 * spam.el (spam-summary-prepare-exit): Simplify logic.
23901 (spam-fetch-article-header): Read the article header if it's not
23902 available.
23903 (spam-list-articles): Simplify logic.
23904 (spam-filelist-register-routine): Fix bug with unregister-list.
23905
23906 * gnus-registry.el: Fix comments at beginning.
23907
23908 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23909
23910 * message.el (message-cater-to-broken-inn): Remove.
23911 (message-shorten-references): Make sure the total folded length of
23912 References is shorter than 998 characters to cater to a bug in INN
23913 2.3. Also, don't pretend that references aren't folded -- this
23914 hasn't worked for a while.
23915
23916 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23917
23918 * gnus-agent.el (gnus-agentize):
23919 gnus-agent-send-mail-real-function no longer set to current value
23920 of message-send-mail-function but rather a lambda that calls
23921 message-send-mail-function. The change makes the agent real-time
23922 responsive to user changes to message-send-mail-function.
23923
23924 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23925
23926 * legacy-gnus-agent.el
23927 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23928 help from Florian Weimer <fw@deneb.enyo.de>
23929
23930 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23931
23932 * nnmail.el (nnmail-cache-insert): Revert last change.
23933
23934 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23935
23936 * nnmail.el (nnmail-cache-insert): Always check whether
23937 nnmail-cache-ignore-groups matches a group name.
23938
23939 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23940
23941 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23942 (spam-find-spam, spam-log-processing-to-registry)
23943 (spam-log-registered-p, spam-log-unregistration-needed-p)
23944 (spam-log-undo-registration): Use gnus-message instead of
23945 gnus-error, none of these errors are fatal.
23946
23947 * gnus-registry.el (gnus-registry-clean-empty-function)
23948 (gnus-registry-clean-empty): Remove only empty entries without
23949 extra data.
23950
23951 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23952
23953 * spam-stat.el (spam-stat-buffer-change-to-spam)
23954 (spam-stat-buffer-change-to-non-spam): Change (error) to
23955 (gnus-message 8) invocation.
23956
23957 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23958
23959 * nntp.el (nntp-via-netcat-command): New variable.
23960 (nntp-via-netcat-switches): New variable.
23961 (nntp-open-via-rlogin-and-netcat): New function.
23962 (nntp-open-connection-function): Doc fix.
23963 (nntp-telnet-command): Doc fix.
23964 (nntp-end-of-line): Doc fix.
23965 (nntp-via-rlogin-command): Doc fix.
23966 (nntp-via-user-name): Doc fix.
23967 (nntp-via-address): Doc fix.
23968
23969 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23970
23971 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23972 error in Emacs 21.1.
23973
23974 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23975
23976 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23977
23978 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23979
23980 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23981 (gnus-agent-with-refreshed-group): New macro.
23982 (gnus-agent-rename-group): New function.
23983 (gnus-agent-delete-group): New function.
23984 (gnus-agent-save-group-info): Use gnus-command-method when
23985 `method' parameter is nil. Don't write nil entries into the
23986 active file.
23987 (gnus-agent-get-group-info): New function.
23988 (gnus-agent-fetch-articles):
23989 Use gnus-agent-update-files-total-fetched-for to increment disk space
23990 used.
23991 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23992 Use gnus-agent-update-view-total-fetched-for to increment disk space
23993 used.
23994 (gnus-agent-get-local): Add optional parameters to avoid calling
23995 gnus-group-real-name and gnus-find-method-for-group.
23996 (gnus-agent-set-local): Delete stored entry if either min, or max,
23997 are nil.
23998 (gnus-agent-fetch-session): Reworded error/quit messages.
23999 On quit, use gnus-agent-regenerate-group to record existence of any
24000 articles fetched to disk before the quit occurred.
24001 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24002 gnus-agent-update-view-total-fetched-for, and
24003 gnus-agent-update-files-total-fetched-for to decrement disk space
24004 used.
24005 (gnus-agent-retrieve-headers):
24006 Use gnus-agent-update-view-total-fetched-for to increment disk space
24007 used.
24008 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24009 with gnus-agent-update-files-total-fetched-for to decrement disk
24010 space and fresh group buffer.
24011 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24012 (gnus-agent-need-update-total-fetched-for): New variable.
24013 (gnus-agent-update-files-total-fetched-for): New function.
24014 (gnus-agent-update-view-total-fetched-for): New function.
24015 (gnus-agent-total-fetched-for): New function.
24016
24017 * gnus-cache.el (gnus-cache-save-buffers):
24018 Use gnus-cache-update-overview-total-fetched-for to change disk space
24019 used by this group.
24020 (gnus-cache-possibly-enter-article):
24021 Use gnus-cache-update-file-total-fetched-for to increment disk space
24022 used by this group.
24023 (gnus-cache-possibly-remove-article):
24024 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24025 used by this group.
24026 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24027 (gnus-cache-rename-group): New function.
24028 (gnus-cache-delete-group): New function.
24029 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24030 (gnus-cache-need-update-total-fetched-for): New variable.
24031 (gnus-cache-with-refreshed-group): New macro.
24032 (gnus-cache-update-file-total-fetched-for): New function.
24033 (gnus-cache-update-overview-total-fetched-for): New function.
24034 (gnus-cache-rename-group-total-fetched-for): New function.
24035 (gnus-cache-delete-group-total-fetched-for): New function.
24036 (gnus-cache-total-fetched-for): New function.
24037
24038 * gnus-group.el: Require gnus-sum and autoload functions to
24039 resolve warnings when gnus-group.el compiled alone.
24040 (gnus-group-line-format): Documented new %F.
24041 (size of Fetched data) group line format; identifies disk space
24042 used by agent and cache.
24043 (gnus-group-line-format-alist): Defined new F format.
24044 (gnus-total-fetched-for): New function.
24045 (gnus-group-delete-group): No longer update
24046 gnus-cache-active-altered as gnus-request-delete-group now keeps
24047 the cache in sync.
24048 (gnus-group-list-active): Let the agent store a server's active
24049 list if currently plugged.
24050
24051 * gnus-int.el (gnus-request-delete-group):
24052 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24053 local disk in sync with the server.
24054 (gnus-request-rename-group):
24055 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24056 local disk in sync with the server.
24057
24058 * gnus-start.el (gnus-get-unread-articles):
24059 Cosmetic simplification to logic.
24060
24061 * gnus-util.el (gnus-rename-file): New function.
24062
24063 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24064
24065 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24066
24067 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24068
24069 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24070 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24071
24072 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24073
24074 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24075 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24076
24077 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24078
24079 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24080
24081 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24082
24083 * spam.el (spam-set-difference): Add function to replace
24084 gnus-set-difference in spam.el.
24085 (spam-summary-prepare-exit): Use spam-set-difference.
24086
24087 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24088
24089 * gnus-registry.el (gnus-registry-cache-file): Update to use
24090 gnus-dribble-directory OR gnus-home-directory OR ~.
24091 (gnus-registry-split-fancy-with-parent): Fix doc.
24092
24093 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24094
24095 * message.el (message-exchange-point-and-mark):
24096 Use message-mark-active-p. Suggested by Jesper Harder
24097 <harder@ifa.au.dk>.
24098
24099 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24100
24101 * message.el (message-exchange-point-and-mark): Don't activate
24102 region if it was inactive. Suggested by Hiroshi Fujishima
24103 <pooh@nature.tsukuba.ac.jp>.
24104
24105 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24106
24107 * gnus-art.el (article-display-face): Display Faces in the same
24108 order as X-Faces.
24109
24110 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24111
24112 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24113
24114 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24115
24116 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24117 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24118 (gnus-article-mime-hierarchy): Remove.
24119 (gnus-article-mime-hierarchy-next): Remove.
24120 (gnus-article-mode): Revert 2004-03-19 change.
24121 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24122 (gnus-insert-mime-button): Revert 2004-03-19 change.
24123 (gnus-mime-accumulate-hierarchy): Remove.
24124 (gnus-mime-enter-multipart): Remove.
24125 (gnus-mime-leave-multipart): Remove.
24126 (gnus-mime-display-part): Revert 2004-03-19 change.
24127 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24128
24129 * mml.el (mml-preview): Revert 2004-03-19 change.
24130
24131 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24132
24133 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24134
24135 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24136
24137 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24138 t while entering a file name using the mm-with-multibyte macro.
24139 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24140
24141 * mm-util.el (mm-with-multibyte): New macro.
24142
24143 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24144
24145 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24146 New user option.
24147 (gnus-mime-multipart-functions): Doc and customization fix.
24148 (gnus-article-mime-hierarchy): New variable.
24149 (gnus-article-mime-hierarchy-next): New variable.
24150 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24151 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24152 gnus-article-mime-hierarchy-next to nil.
24153 (gnus-insert-mime-button): Show hierarchy numbers.
24154 (gnus-mime-accumulate-hierarchy): New function.
24155 (gnus-mime-enter-multipart): New function.
24156 (gnus-mime-leave-multipart): New function.
24157 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24158 (gnus-mime-display-alternative): Show hierarchy numbers.
24159
24160 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24161 gnus-article-mime-hierarchy-next to nil.
24162
24163 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24164
24165 * dns.el: Don't require gnus-xmas.
24166
24167 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24168
24169 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24170 inline PGP.
24171 (mml-menu): Disable mml-quote-region if mark is inactive.
24172
24173 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24174
24175 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24176 when the group's active is not available.
24177
24178 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24179
24180 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24181 error.
24182
24183 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24184
24185 * imap.el (imap-store-password): New variable.
24186 (imap-interactive-login): Use it.
24187 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24188
24189 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24190
24191 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24192 window-start and hscroll to summary window.
24193
24194 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24195
24196 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24197 conversion message to newsrc-dribble when an actual conversion is
24198 performed.
24199
24200 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24201
24202 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24203
24204 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24205
24206 * mm-decode.el (mm-complicated-handles): New function reviving
24207 former definition of mm-multiple-handles.
24208
24209 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24210 (gnus-mime-delete-part): Use it.
24211
24212 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24213
24214 * gnus-agent.el (gnus-agent-read-local):
24215 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24216 avoid the implicit assumption that they will always be equal.
24217 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24218 coding-system-for-write, as the with-temp-file macro first prints
24219 to a buffer then saves the buffer.
24220
24221 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24222
24223 * gnus-art.el (gnus-article-edit-part): New function.
24224 (gnus-mime-save-part-and-strip): Use it; do query instead of
24225 signaling an error; don't use mm-multiple-handles.
24226 (gnus-mime-delete-part): Ditto.
24227
24228 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24229
24230 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24231 old file versions.
24232 (gnus-group-prepare-hook): Remove function that converted list
24233 form of gnus-agent-expire-days to group properties.
24234
24235 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24236 (gnus-request-accept-article): Re-indented.
24237
24238 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24239 converters to handle old agent file formats. Add logic for a
24240 "backup before upgrading warning".
24241 (gnus-convert-mark-converter-prompt): Developers can mark
24242 functions as needing (default), or not needing,
24243 gnus-convert-old-newsrc's "backup before upgrading warning".
24244 (gnus-convert-converter-needs-prompt): Tests whether the user
24245 should be protected from potentially irreversable changes by the
24246 function.
24247
24248 * legacy-gnus-agent.el: New. Provides converters that are only
24249 loaded when gnus-convert-old-newsrc needs to call them.
24250
24251 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24252
24253 * mail-source.el (mail-source-touch-pop): Doc fix.
24254
24255 * message.el (message-smtpmail-send-it): Doc fix.
24256
24257 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24258
24259 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24260
24261 * nnmail.el (nnmail-split-fancy): do.
24262
24263 * gnus-kill.el (gnus-kill, gnus-execute): do.
24264
24265 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24266
24267 * gnus-sum.el (gnus-widget-reversible-match)
24268 (gnus-widget-reversible-to-internal)
24269 (gnus-widget-reversible-to-external): New functions.
24270 (gnus-widget-reversible): New widget.
24271 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24272
24273 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24274
24275 * gnus-sum.el (gnus-thread-sort-functions)
24276 (gnus-article-sort-functions): Document `(not F)' items.
24277
24278 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24279
24280 * spam.el (spam-use-gmane-xref): Add new backend.
24281 (spam-gmane-xref-spam-group): Add variable to control the name of the
24282 Gmane spam group.
24283 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24284 (spam-regex-headers-spam, spam-regex-headers-ham)
24285 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24286 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24287 backends and checks.
24288 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24289
24290 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24291 an autodetect method.
24292
24293 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24294
24295 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24296 articles are being added to a group.
24297 (gnus-request-replace-article): Inform the agent that articles
24298 need to be uncached as the cached contents are no longer valid.
24299
24300 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24301
24302 * binhex.el: Don't autoload executable-find.
24303
24304 * canlock.el: Don't autoload mail-fetch-field.
24305
24306 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24307
24308 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24309 rmail-dont-reply-to and rmail-output.
24310
24311 * gnus-score.el: Don't autoload ffap-string-at-point.
24312
24313 * gnus-setup.el: Don't autoload sc-cite-original.
24314
24315 * imap.el: Don't autoload base64-decode-string,
24316 base64-encode-string and md5.
24317
24318 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24319 and rmail-msg-restore-non-pruned-header.
24320
24321 * mm-decode.el: Don't autoload executable-find.
24322
24323 * mm-url.el: Don't autoload executable-find.
24324
24325 * mm-view.el: Don't autoload diff-mode.
24326
24327 * nndb.el: Don't autoload news-reply-mode, news-setup,
24328 cancel-timer and telnet.
24329
24330 * password.el: Don't autoload run-at-time for Emacs.
24331
24332 * sha1-el.el: Don't autoload executable-find.
24333
24334 * sieve-mode.el: Don't autoload c-mode.
24335
24336 * uudecode.el: Don't autoload executable-find.
24337
24338 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24339
24340 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24341 (gnus-agent-possibly-alter-active): Avoid null in numeric
24342 comparison.
24343 (gnus-agent-set-local): Refuse to save null in local object table.
24344 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24345 list of articles that will be marked as unread.
24346
24347 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24348
24349 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24350
24351 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24352
24353 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24354 language tags.
24355
24356 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24357
24358 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24359 Don't bind "obarray".
24360
24361 * gnus-sum.el (gnus-thread-sort-functions):
24362 Add `gnus-thread-sort-by-most-recent-number' and
24363 `gnus-thread-sort-by-most-recent-date'.
24364 Reported by Kai Grossjohann <kai@emptydomain.de>.
24365
24366 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24367
24368 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24369
24370 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24371
24372 * gnus-cus.el (gnus-agent-customize-category):
24373 Remove ignore-errors macro reference that required cl to be loaded at
24374 run-time.
24375
24376 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24377 single-interval range of the form (min . max). Previously the
24378 range had to look like ((min . max)). Likewise, return
24379 (min . max) rather than ((min . max)).
24380 (gnus-range-map): Use gnus-range-normalize to accept
24381 single-interval range.
24382
24383 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24384 the cache, but not the agent, now appear with their usual face.
24385
24386 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24387
24388 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24389 w3m-safe-url-regexp variable buffer-local.
24390
24391 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24392
24393 2004-02-27 Simon Josefsson <jas@extundo.com>
24394
24395 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24396 gnus-group-real-prefix.
24397 (gnus-summary-move-article): Use it, instead of
24398 gnus-group-real-prefix.
24399
24400 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24401
24402 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24403 w3m-safe-url-regexp variable buffer-local and set it as the value
24404 of mm-w3m-safe-url-regexp.
24405
24406 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24407
24408 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24409 parsing gnus-posting-styles when the message is not for replying.
24410
24411 * nnrss.el (nnrss-opml-export):
24412 Use mm-set-buffer-file-coding-system instead of
24413 set-buffer-file-coding-system.
24414
24415 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24416
24417 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24418 of checkdoc.el).
24419 * nnrss.el: do.
24420 * gnus-mlspl.el: do.
24421 * gnus-ml.el: do.
24422 * gnus-srvr.el: do.
24423
24424 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24425
24426 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24427
24428 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24429 Corrections to custom-manual links.
24430
24431 * gnus-art.el (gnus-article): Ditto.
24432
24433 * mm-decode.el (mime-display, mime-security): Ditto.
24434
24435 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24436
24437 * flow-fill.el: Typo.
24438
24439 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24440
24441 * spam-wash.el: New file.
24442
24443 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24444
24445 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24446
24447 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24448
24449 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24450 to be run with new-articles as LIST1, not LIST2.
24451 (spam-registration-functions): Add spam-use-ham-copy as a nil
24452 registration backend.
24453
24454 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24455
24456 * spam-stat.el (spam-stat-washing-hook): New option.
24457 (spam-stat-buffer-words): Use it.
24458 (spam-stat-process-directory, spam-stat-test-directory):
24459 Use insert-file-contents-literally.
24460 (spam-stat-coding-system): New variable.
24461 (spam-stat-load, spam-stat-save): Use it.
24462
24463 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24464
24465 * spam-report.el (spam-report-plug-agent):
24466 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24467
24468 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24469
24470 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24471 Allow / in mailto URLs.
24472
24473 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24474
24475 * spam-report.el (spam-report-process-queue): Fix interactive use.
24476 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24477 (spam-report-unplug-agent): Doc fixes.
24478 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24479 (spam-report-agentize, spam-report-deagentize):
24480 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24481
24482 * message.el (message-setup-fill-variables): Add mml tags to
24483 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24484 <ajk@iu.edu>.
24485 (message-mode): Don't modify paragraph-separate there.
24486
24487 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24488
24489 * compface.el (uncompface-use-external): Default to undecided.
24490 (uncompface-use-external-threshold): New variable.
24491 (uncompface-float-time): New macro.
24492 (uncompface): Determine whether to use the external decoder if
24493 uncompface-use-external is undecided.
24494
24495 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24496
24497 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24498 after images.
24499
24500 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24501
24502 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24503
24504 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24505
24506 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24507
24508 * gnus-sum.el (gnus-summary-limit-to-age)
24509 (gnus-summary-limit-children): do.
24510
24511 * gnus-int.el (gnus-request-scan): do.
24512
24513 * gnus-group.el (gnus-group-suspend): do.
24514
24515 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24516
24517 * gnus-cite.el (gnus-cite-parse-attributions): do.
24518
24519 * gnus-agent.el (gnus-summary-set-agent-mark)
24520 (gnus-agent-regenerate-group): do.
24521
24522 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24523
24524 * binhex.el (binhex-decode-region-internal): do.
24525
24526 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24527
24528 * gnus-fun.el (gnus-face-properties-alist): New user option.
24529 (gnus-display-x-face-in-from): Use it.
24530
24531 * gnus-art.el (article-display-face): Ditto.
24532
24533 * compface.el (uncompface-use-external): Default to nil.
24534
24535 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24536
24537 * nntp.el (nntp-erase-buffer): New function.
24538 (nntp-retrieve-data, nntp-send-command)
24539 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24540 (nntp-possibly-change-group): Use it.
24541
24542 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24543 Use with-current-buffer.
24544
24545 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24546
24547 * compface.el: Merge the ELisp-based uncompface program.
24548 (compface): New customization group.
24549 (uncompface-use-external): New user option.
24550 (uncompface): Call uncompface-internal if uncompface-use-external
24551 is nil.
24552 (uncompface-internal): New function. Note that there are also
24553 some other functions and variables added for this function.
24554
24555 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24556
24557 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24558 if necessary.
24559
24560 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24561
24562 * spam-report.el (spam-report-unplug-agent)
24563 (spam-report-plug-agent, spam-report-deagentize)
24564 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24565 Add support for the Agent in spam-report: when unplugged, report to a
24566 file; when plugged, submit all the requests.
24567
24568 * spam.el (spam-register-routine): Fix message about
24569 registration.
24570
24571 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24572
24573 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24574 dependencies.
24575 (rfc2047-encode): Use it.
24576
24577 * gnus-art.el (gnus-button-marker-list): Move before first
24578 reference.
24579
24580 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24581 (imap-parse-body): Fix format string mismatch.
24582
24583 * gnus-score.el (gnus-summary-increase-score): do.
24584
24585 * nnrss.el (nnrss-close): New function.
24586
24587 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24588
24589 * nnrss.el (nnrss-make-filename): New function.
24590 (nnrss-request-delete-group, nnrss-read-server-data)
24591 (nnrss-save-server-data, nnrss-read-group-data)
24592 (nnrss-save-group-data): Use it.
24593 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24594 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24595 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24596
24597 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24598
24599 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24600
24601 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24602
24603 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24604 files.
24605
24606 * message.el (message-generate-headers-first): Don't quote nil
24607 and t in docstrings.
24608
24609 * imap.el (imap-id): do.
24610
24611 * gnus-agent.el (gnus-agent-consider-all-articles)
24612 (gnus-agent-queue-mail): do.
24613
24614 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24615
24616 * spam-report.el (spam-report-process-queue): New function.
24617 Process requests from `spam-report-requests-file'.
24618 (spam-report-process-queue): Doc fix.
24619
24620 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24621
24622 * spam.el (spam-register-routine)
24623 (spam-log-processing-to-registry, spam-log-registered-p)
24624 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24625 Change "check" to "spam-check" for semi-clarity.
24626
24627 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24628
24629 * pop3.el: Require nnheader.
24630
24631 * mml-smime.el: Require cl. Autoload message-fetch-field.
24632
24633 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24634
24635 * gnus-picon.el: Require cl.
24636
24637 * gnus-fun.el: Require gnus-ems and gnus-util.
24638
24639 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24640
24641 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24642
24643 * gnus-art.el (gnus-article-edit-mode): Define before first
24644 reference.
24645
24646 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24647
24648 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24649 (gnus-uu-post-encoded): Use point-at-bol.
24650
24651 * gnus-topic.el (gnus-group-active-topic-p): do.
24652
24653 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24654
24655 * gnus-group.el (gnus-group-kill-region): do.
24656
24657 * gnus-art.el (article-date-ut): do.
24658
24659 * message.el (message-fetch-field): Remove redundant
24660 case-fold-search binding.
24661 (message-narrow-to-field): Simplify.
24662
24663 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24664
24665 * spam.el (spam-directory): Derive from `gnus-directory'.
24666
24667 * spam-report.el (spam-report-url-to-file)
24668 (spam-report-requests-file): New function and variable for offline
24669 reporting.
24670 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24671 and user defined function.
24672 (spam-report-url-ping-mm-url): Remove doubled slash.
24673
24674 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24675
24676 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24677
24678 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24679
24680 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24681 Fix format string mismatch.
24682
24683 * sieve.el (sieve-deactivate-all): do.
24684
24685 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24686
24687 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24688
24689 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24690
24691 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24692
24693 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24694
24695 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24696 the list of checks.
24697
24698 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24699
24700 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24701 padding.
24702
24703 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24704
24705 * mm-view.el (mm-fill-flowed): New variable.
24706 (mm-inline-text): Use it.
24707
24708 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24709
24710 * spam.el (spam-spamassassin-register-ham-routine)
24711 (spam-spamassassin-register-spam-routine): Fix function names.
24712
24713 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24714
24715 * gnus.el (gnus-tmp-grouplens): Remove.
24716 (gnus-summary-line-format): Remove grouplens.
24717
24718 * gnus-group.el (gnus-group-line-format): Ditto.
24719
24720 * gnus-spec.el (gnus-format-specs): Ditto.
24721 (gnus-update-format-specifications): Flush the group format spec
24722 cache if there's the grouplens stuff.
24723 (gnus-parse-simple-format): Replace %l with the empty string.
24724
24725 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24726
24727 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24728 omission.
24729
24730 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24731
24732 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24733 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24734
24735 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24736
24737 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24738 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24739 New macros and functions.
24740 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24741 Handle > NLINK_MAX messages.
24742 * nnmaildir.el (nnmaildir-request-set-mark):
24743 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24744
24745 2004-01-25 Alex Schroeder <alex@gnu.org>
24746
24747 * spam-stat.el (spam-stat-process-directory-age): New option.
24748 (spam-stat-process-directory): Use it.
24749
24750 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24751
24752 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24753 (spam-stat-save): Accept prefix argument.
24754
24755 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24756
24757 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24758 links" error.
24759
24760 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24761
24762 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24763 compatibility with old .newsrc.eld files.
24764
24765 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24766
24767 * gnus-start.el (gnus-1): do.
24768
24769 * gnus-group.el (gnus-group-line-format-alist): do.
24770
24771 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24772
24773 * gnus-gl.el: Remove.
24774
24775 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24776
24777 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24778 marks consisting of a single range {for example, (3 . 5)} rather
24779 than a list of a single range { ((3 . 5)) }.
24780
24781 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24782
24783 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24784 Use with-current-buffer.
24785 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24786 avoid consing a string.
24787
24788 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24789 Remove obsolete entries for big5 and gb2312.
24790
24791 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24792
24793 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24794 uncompressed list.
24795
24796 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24797
24798 * spam-stat.el (spam-stat-strip-xref): New function.
24799 (spam-stat-process-directory): Use it.
24800
24801 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24802 here -- it's done in message-fetch-field.
24803
24804 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24805
24806 * gnus-agent.el (gnus-agent-queue-mail)
24807 (gnus-agent-prompt-send-queue): New variables.
24808 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24809 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24810 "nndraft:queue" along to gnus-draft-send.
24811 Use gnus-agent-prompt-send-queue.
24812 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24813 is "nndraft:queue". Suggested by Gaute Strokkenes
24814 <gs234@srcf.ucam.org>
24815
24816 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24817 (agent-enable-undownloaded-faces): Add.
24818 (gnus-agent-cat-groups): Use eval-and-compile, not
24819 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24820 method of gnus-agent-cat-groups even when the buffer has been
24821 evalled.
24822 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24823 delete gnus-agent-save-active-1.
24824 (gnus-agent-save-groups): Delete. Identical to
24825 gnus-agent-save-active.
24826 (gnus-agent-write-active): No longer adjust agent's copy of active
24827 file as agent's adjustments are now stored in their own
24828 file. Remove optional parameter.
24829 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24830 servers. Add use of min/max range limits from server's local
24831 file.
24832 (gnus-agent-save-alist): Remove unused optional argument.
24833 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24834 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24835 (gnus-agent-set-local): A per-server file that keeps min/max range
24836 limits for articles known to the agent. Provides a fast mechanism
24837 for altering many active ranges.
24838 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24839 active file (local makes it unnecessary).
24840 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24841
24842 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24843 (agent-enable-undownloaded-faces): Add.
24844
24845 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24846 disable it when sending to "nndraft:queue".
24847 (gnus-group-send-queue): Add safety check to avoid sending queue
24848 when unplugged.
24849
24850 * gnus-group.el (gnus-group-catchup): Use new
24851 gnus-sequence-of-unread-articles, not
24852 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24853 numbers of articles. Use gnus-range-map to avoid having to
24854 uncompress the unread list.
24855 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24856 Fix invalid ange-ftp reference.
24857
24858 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24859 (gnus-sorted-range-intersection): Intersection of two ranges
24860 without requiring that they first be uncompressed.
24861
24862 * gnus-start.el (gnus-activate-group): Unless blocked by the
24863 caller, possibly expand the active range to include both cached
24864 and agentized articles.
24865 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24866 multiple version-dependent converters.
24867 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24868 gnus-agent-save-active.
24869 (gnus-save-newsrc-file): Save dirty agent range limits.
24870
24871 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24872 gnus-agent-possibly-alter-active.
24873 (gnus-adjust-marked-articles): Faster handling of simple lists.
24874
24875 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24876
24877 * spam-stat.el (spam-stat-test-directory): New optional argument
24878 displays a list of files detected. Suggested by Andrew Cohen
24879 <cohen@andy.bu.edu>.
24880 (spam-stat-buffer-words-with-scores): Don't narrow and change
24881 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24882
24883 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24884
24885 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24886 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24887 (spam-spamassassin-arguments)
24888 (spam-spamassassin-spam-flag-header)
24889 (spam-spamassassin-positive-spam-flag-header)
24890 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24891 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24892 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24893 (spam-list-of-processors, spam-list-of-checks)
24894 (spam-list-of-statistical-checks, spam-registration-functions)
24895 (spam-check-spamassassin-headers, spam-check-spamassassin)
24896 (spam-spamassassin-score)
24897 (spam-spamassassin-register-with-sa-learn)
24898 (spam-spamassassin-register-spam-routine)
24899 (spam-spamassassin-register-ham-routine)
24900 (spam-assassin-register-spam-routine)
24901 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24902 (spam-bogofilter-score): Fix to show article before scoring.
24903
24904 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24905
24906 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24907 default scoring function.
24908 (spam-generic-score): Call spam-spamassassin-score if
24909 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24910 spam-bogofilter-score otherwise.
24911
24912 * gnus.el (spam-process, spam-autodetect-methods):
24913 Add spamassassin and spamassassin-headers.
24914
24915 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24916
24917 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24918 Suppress unnecessary messages.
24919
24920 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24921
24922 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24923 make-hash-table.
24924
24925 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24926
24927 * canlock.el (base64-encode-string): Don't autoload it.
24928
24929 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24930
24931 * run-at-time.el: Remove useless (require 'itimer),
24932 eval-and-compile and (featurep 'xemacs).
24933
24934 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24935
24936 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24937 GROUP is a virtual group.
24938
24939 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24940
24941 * gnus.el: Autoload `message-y-or-n-p'.
24942
24943 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24944
24945 * pgg-parse.el: Remove unnecessary (require 'custom).
24946
24947 * pgg-def.el: do.
24948
24949 * nnmail.el: do.
24950
24951 * gnus-undo.el: do.
24952
24953 * gnus-picon.el: do.
24954
24955 * gnus-util.el: do.
24956
24957 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24958
24959 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24960
24961 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24962
24963 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24964 handle, as well as a list.
24965
24966 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24967 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24968 (mm-w3m-cid-retrieve): Simplify.
24969
24970 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24971
24972 * message.el (message-kill-to-signature): Allow prefix arg to
24973 specify number of lines to keep before signature.
24974
24975 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24976
24977 * message.el (message-kill-to-signature): Change docstring.
24978
24979 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24980
24981 * canlock.el: Always require sha1-el.
24982 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24983
24984 * message.el: Autoload sha1 only when compiling.
24985
24986 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24987
24988 * message.el (message-canlock-generate): Require sha1-el.
24989
24990 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24991
24992 * message.el (message-expand-name): Silence the byte compiler.
24993
24994 2004-01-13 Simon Josefsson <jas@extundo.com>
24995
24996 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24997 Invoke gnus-score-mode.
24998 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24999
25000 * gnus-range.el (gnus-compress-sequence): Doc fix.
25001 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25002
25003 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25004
25005 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25006
25007 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25008
25009 * spam.el (spam-get-article-as-string): Update to use
25010 gnus-request-article-this-buffer, much simpler.
25011 (spam-get-article-as-buffer): Remove.
25012
25013 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25014
25015 * message.el (message-expand-name): Use EUDC if the user uses that.
25016
25017 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25018
25019 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25020 character for the encoding to avoid consing a string.
25021
25022 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25023 unnecessarily.
25024
25025 * mm-util.el (mm-replace-chars-in-string): Remove.
25026
25027 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25028 of mm-replace-chars-in-string.
25029
25030 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25031
25032 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25033
25034 * mm-util.el (mm-subst-char-in-string): Support inplace.
25035
25036 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25037 a new string in every iteration. Use shy groups.
25038
25039 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25040
25041 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25042 * gnus-soup.el (gnus-soup-group-brew):
25043 * gnus-msg.el (gnus-put-message):
25044 * gnus-move.el (gnus-group-move-group-to-server):
25045 * gnus-kill.el (gnus-batch-score):
25046 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25047 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25048 (gnus-group-update-group, gnus-group-read-group)
25049 (gnus-group-make-group, gnus-group-make-help-group)
25050 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25051 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25052 (gnus-group-sort-by-unread, gnus-group-catchup)
25053 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25054 (gnus-group-yank-group, gnus-group-set-info)
25055 (gnus-group-list-groups):
25056 * gnus.el (gnus-generate-new-group-name):
25057 * gnus-delay.el (gnus-delay-send-queue):
25058 * nnvirtual.el (nnvirtual-catchup-group):
25059 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25060 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25061 (gnus-group-prepare-topics, gnus-topic-check-topology):
25062 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25063 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25064 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25065 (gnus-group-make-articles-read):
25066 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25067 (gnus-group-change-level, gnus-kill-newsgroup)
25068 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25069 (gnus-get-unread-articles, gnus-make-articles-unread)
25070 (gnus-make-ascending-articles-unread): Use accessor
25071 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25072 to get group information for improved readability.
25073
25074 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25075
25076 * gnus-art.el (article-decode-mime-words, article-babel)
25077 (gnus-article-highlight-signature, gnus-article-add-buttons)
25078 (gnus-signature-toggle): Use gnus-with-article-buffer.
25079
25080 * gnus-art.el (gnus-article-highlight-headers)
25081 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25082
25083 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25084 (gnus-article-set-globals, gnus-request-article-this-buffer)
25085 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25086 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25087 (gnus-mime-display-alternative): Use with-current-buffer.
25088
25089 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25090
25091 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25092 also under 80 char limit, and call gnus-error if needed.
25093 (spam-fetch-article-header): Fix - it was a
25094 buffer-local variable (gnus-newsgroup-data).
25095 (spam-find-spam): Use spam-generate-fake-headers, forget about
25096 spam-insert-fake-headers.
25097 (spam-insert-fake-headers): Remove.
25098
25099 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25100
25101 * deuglify.el (gnus-article-outlook-unwrap-lines)
25102 (gnus-outlook-rearrange-article)
25103 (gnus-outlook-repair-attribution-outlook)
25104 (gnus-outlook-repair-attribution-block)
25105 (gnus-outlook-repair-attribution-other): Remove redundant
25106 save-excursion.
25107
25108 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25109
25110 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25111 (spam-fetch-field-subject-fast)
25112 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25113 (spam-fetch-article-header): Add functions to deal with Gnus
25114 internals for fast retrieval of article header data.
25115 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25116
25117 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25118
25119 * pop3.el (pop3-md5): Remove.
25120 (pop3-apop): Replace pop3-md5 with md5.
25121
25122 * mm-bodies.el: base64 is always built-in.
25123
25124 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25125 Use with-current-buffer.
25126
25127 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25128
25129 * canlock.el (canlock-insert-header): Remove excessive grouping in
25130 regexp.
25131
25132 * gnus-sum.el (gnus-summary-read-document): Ditto.
25133
25134 * gnus-uu.el (gnus-uu-part-number): Ditto.
25135
25136 * html2text.el (html2text-remove-tags): Ditto.
25137 (html2text-format-tags): Ditto.
25138 (html2text-format-single-elements): Ditto.
25139
25140 * mml.el (mml-parse-1): Ditto.
25141
25142 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25143
25144 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25145
25146 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25147
25148 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25149
25150 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25151
25152 2003-11-15 Simon Josefsson <jas@extundo.com>
25153
25154 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25155 (pgg-gpg-lookup-key): Use regexp match instead of
25156 split-string (split-string is different between emacs 21.2 and
25157 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25158
25159 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25160
25161 * gnus-art.el (gnus-mime-view-all-parts)
25162 (gnus-article-part-wrapper, gnus-article-view-part):
25163 Use with-current-buffer.
25164
25165 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25166
25167 * spam.el (spam-disable-spam-split-during-ham-respool)
25168 (spam-spamoracle-database, spam-cache-lookups)
25169 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25170 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25171 (spam-group-ham-marks, spam-group-spam-marks)
25172 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25173 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25174 also add spam-use-blackholes to the statistical checks.
25175 (spam-fetch-field-fast): Add interface to fetching fields, may
25176 become a macro.
25177 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25178 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25179 (spam-insert-fake-headers): Fake an article when needed.
25180 (spam-find-spam): Fake article when possible.
25181 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25182 (spam-check-bogofilter-headers): Use message-fetch-field instead
25183 of nnmail-fetch-field.
25184
25185 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25186
25187 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25188
25189 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25190
25191 * spam.el (spam-split): Do not require spam-use-CHECK to be
25192 enabled if that check is passed to spam-split explicitly; also
25193 fix so 'spam doesn't get converted to spam-split-group when
25194 spam-split-symbolic-return is t.
25195 (spam-find-spam): Find registrations of the article and use those
25196 instead of re-running spam-split to find the spam/ham
25197 classification of the article.
25198 (spam-log-processing-to-registry, spam-log-registered-p)
25199 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25200 Use gnus-error instead of gnus-message.
25201 (spam-log-registration-type): Add function to determine the
25202 classification of a message based on registry entries; will
25203 return nil if both 'spam and 'ham are found.
25204 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25205 a reasonably fast local cache without the loading errors.
25206 (spam-cache-lookups): Set to t by default.
25207 (spam-find-spam): Don't try to guess spam-cache-lookups.
25208 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25209 spam-caches entry.
25210 (spam-filelist-build-cache, spam-filelist-check-cache):
25211 Fix caching of whitelist/blacklist entries.
25212 (spam-check-whitelist, spam-check-blacklist):
25213 Invoke spam-from-listed-p with a type, not a cache variable.
25214 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25215
25216 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25217
25218 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25219
25220 * nnmail.el (nnmail-split-fancy): do.
25221
25222 * mml.el (mml-parse): do.
25223
25224 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25225 (gnus-score-adaptive): do.
25226
25227 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25228
25229 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25230 (gnus-mime-button-map): Don't set keymap parent.
25231 (gnus-button-ctan-directory-regexp): Use shy grouping.
25232 (gnus-prev-page-map): Don't set keymap parent.
25233 (gnus-prev-page-map): Remove duplicated one.
25234 (gnus-next-page-map): Don't set keymap parent.
25235 (gnus-mime-security-button-map): Ditto.
25236
25237 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25238 version number.
25239
25240 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25241
25242 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25243
25244 * canlock.el (canlock-sha1-function): Remove.
25245 (canlock-sha1-function-for-verify): Remove.
25246 (canlock-openssl-program): Remove.
25247 (canlock-openssl-args): Remove.
25248 (canlock-ignore-errors): Remove.
25249 (canlock-sha1-with-openssl): Remove.
25250 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25251 (canlock-verify): Don't use canlock-ignore-errors.
25252
25253 * sha1-el.el (sha1-string-external): Make it can return a string
25254 in binary form.
25255 (sha1-region-external): Ditto.
25256 (sha1-string-internal): Ditto.
25257 (sha1-region-internal): Ditto.
25258 (sha1-region): Ditto.
25259 (sha1-string): Ditto.
25260 (sha1): Ditto.
25261
25262 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25263
25264 * spam.el (spam-report-articles-gmane): New command.
25265
25266 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25267
25268 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25269
25270 * run-at-time.el (run-at-time-saved): Remove.
25271 (run-at-time): Doc fix.
25272
25273 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25274
25275 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25276 (gnus-summary-limit-map): Add it.
25277 (gnus-summary-make-menu-bar): do.
25278
25279 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25280
25281 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25282 Make attempt at some caching support (done for BBDB only now).
25283 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25284 addresses to be checked.
25285 (spam-clear-cache-BBDB): Add function, to be invoked by
25286 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25287 (spam-check-BBDB): Check and use the caches, if
25288 spam-cache-lookups is on, remove superfluous (provide).
25289
25290 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25291
25292 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25293
25294 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25295
25296 * run-at-time.el (run-at-time-saved): Move to after the definition
25297 of `run-at-time'.
25298
25299 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25300
25301 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25302 mm-w3m-local-map-property.
25303
25304 * mm-view.el (mm-w3m-mode-map): Remove.
25305 (mm-w3m-local-map-property): Remove.
25306 (mm-inline-text-html-render-with-w3m): Don't use
25307 mm-w3m-local-map-property.
25308
25309 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25310
25311 * run-at-time.el: New file.
25312
25313 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25314 of gnus-set-text-properties.
25315
25316 * gnus-uu.el (gnus-uu-save-article): Ditto.
25317
25318 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25319
25320 * gnus-cite.el (gnus-cite-parse): Ditto.
25321
25322 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25323 of gnus-.
25324
25325 * gnus.el: Change calls to nnheader-run-at-time and
25326 password-run-at-time throughout to use run-at-time directly.
25327
25328 * password.el: Remove definition of run-at-time.
25329
25330 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25331
25332 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25333 in prompt.
25334
25335 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25336
25337 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25338 XEmacs version.
25339
25340 * dns.el (dns-make-network-process): Use `open-network-stream'
25341 instead of `gnus-xmas-open-network-stream'.
25342
25343 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25344
25345 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25346
25347 * gnus-art.el (gnus-mime-display-alternative)
25348 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25349 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25350 Don't use gnus-local-map-property.
25351
25352 * gnus-util.el (gnus-local-map-property): Remove.
25353
25354 * mm-view.el (mm-view-pkcs7-decrypt):
25355 Replace gnus-completing-read-maybe-default with completing-read.
25356
25357 * gnus-util.el (gnus-completing-read): do.
25358 (gnus-completing-read-maybe-default): Remove.
25359
25360 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25361
25362 * password.el: Only autoload `run-at-time' if not XEmacs.
25363 Only autoload the itimer functions if XEmacs.
25364
25365 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25366
25367 * gnus-art.el (gnus-read-string): Remove.
25368 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25369 read-string.
25370
25371 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25372
25373 * netrc.el: Autoload password-read.
25374 (netrc): Add configuration group.
25375 (netrc-encoding-method, netrc-openssl-path):
25376 Add variables for encoding and decoding of files with symmetric
25377 ciphers.
25378 (netrc-encode): Add assistant function to encode a file with
25379 netrc-encoding-method.
25380 (netrc-parse): Add interactive parameter, added optional
25381 decoding if netrc-encoding-method is non-nil but otherwise
25382 behavior is standard.
25383 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25384 Do s/encode/encrypt/ everywhere.
25385
25386 * spam.el: Remove executable-find autoload.
25387
25388 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25389
25390 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25391
25392 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25393
25394 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25395
25396 * gnus-art.el (gnus-treat-ansi-sequences)
25397 (article-treat-ansi-sequences): New variable and function.
25398 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25399
25400 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25401 Use it.
25402
25403 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25404
25405 * mm-util.el (mm-quote-arg): Remove.
25406
25407 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25408 shell-quote-argument.
25409
25410 * gnus-uu.el (gnus-uu-command): do.
25411
25412 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25413
25414 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25415 with make-char.
25416
25417 * mm-util.el (mm-make-char): Remove.
25418
25419 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25420 add-minor-mode.
25421
25422 * gnus-undo.el (gnus-undo-mode): do.
25423
25424 * gnus-topic.el (gnus-topic-mode): do.
25425
25426 * gnus-sum.el (gnus-dead-summary-mode): do.
25427
25428 * gnus-start.el (gnus-slave-mode): do.
25429
25430 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25431
25432 * gnus-ml.el (gnus-mailing-list-mode): do.
25433
25434 * gnus-gl.el (gnus-grouplens-mode): do.
25435
25436 * gnus-draft.el (gnus-draft-mode): do.
25437
25438 * gnus-dired.el (gnus-dired-mode): do.
25439
25440 * gnus-ems.el (gnus-add-minor-mode): Remove.
25441
25442 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25443 Replace gnus-char-width with char-width.
25444
25445 * gnus-ems.el (gnus-char-width): Remove.
25446
25447 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25448 Replace gnus-char-width with char-width.
25449
25450 * gnus-ems.el (gnus-char-width): Remove.
25451
25452 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25453 definition.
25454 Remove Emacs 20 hash table compatibility code.
25455
25456 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25457 20 compatibility code.
25458
25459 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25460
25461 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25462
25463 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25464 Replace with point-at-{eol,bol}.
25465
25466 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25467
25468 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25469
25470 * flow-fill.el (fill-flowed-point-at-bol)
25471 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25472
25473 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25474 Replace with point-at-{eol,bol} throughout all files.
25475
25476 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25477
25478 * ntlm.el (ntlm-string-as-unibyte): New macro.
25479 (ntlm-build-auth-response): Use it.
25480
25481 Remove Emacs 20 stuff:
25482 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25483 of delq and copy-sequence.
25484 * gnus-art.el (popup-menu): Remove the compiler macro.
25485 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25486 Emacs 20.
25487
25488 2004-01-05 Simon Josefsson <jas@extundo.com>
25489
25490 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25491 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25492 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25493 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25494 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25495 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25496 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25497 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25498 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25499 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25500 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25501 string-xor into ntlm-string-xor.
25502 Suggested by Jesper Harder <harder@myrealbox.com>.
25503
25504 * ntlm.el: Don't include poem.
25505
25506 * md4.el (print-int32, print-string-hexa): Remove.
25507 Suggested by Jesper Harder <harder@myrealbox.com>.
25508
25509 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25510
25511 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25512 probably breaks emacs with DL patch, but do we care? Is anyone
25513 still using the DL stuff?)
25514
25515 * sieve-manage.el: Use the password package.
25516 (sieve-manage-read-passwd): Remove.
25517 (sieve-manage-interactive-login): Use password. Re-add
25518 condition-case around loop.
25519
25520 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25521 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25522 Use the password package.
25523
25524 2003-02-19 Simon Josefsson <jas@extundo.com>
25525
25526 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25527 token.
25528
25529 2002-08-07 Simon Josefsson <jas@extundo.com>
25530
25531 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25532 (sieve-manage-authenticators)
25533 (sieve-manage-authenticator-alist): Add some SASL mechs.
25534 (sieve-sasl-auth): New function.
25535 (sieve-manage-cram-md5-auth)
25536 (sieve-manage-plain-auth): Rewrite using SASL library.
25537 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25538 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25539 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25540 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25541
25542 2004-01-05 Simon Josefsson <jas@extundo.com>
25543
25544 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25545 New files.
25546
25547 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25548
25549 * gnus-group.el (gnus-no-groups-message): Update.
25550
25551 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25552
25553 2003-11-09 Simon Josefsson <jas@extundo.com>
25554
25555 * imap.el: Support for ID IMAP extension (RFC 2971).
25556 (imap-local-variables): Add imap-id.
25557 (imap-id): New variable.
25558 (imap-id): New function.
25559 (imap-parse-response): Parse untagged ID response.
25560 * nnimap.el (nnimap-id): New variable.
25561 (nnimap-open-connection): Use it.
25562
25563 2003-12-28 Simon Josefsson <jas@extundo.com>
25564
25565 * gnus-score.el (gnus-score-edit-all-score): New.
25566 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25567
25568 2004-01-04 Simon Josefsson <jas@extundo.com>
25569
25570 * password.el: Add.
25571
25572 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25573
25574 * dns.el (dns-query-types): Fix typo.
25575 (dns-query-types): New function.
25576 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25577 PTR and SOA replies, see RFC 1035.
25578
25579 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25580
25581 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25582
25583 * Move to Changelog.2.
25584
25585 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25586
25587 * gnus.el (gnus-version-number): Bump version.
25588
25589 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25590
25591 * gnus.el: No Gnus v0.1 is released.
25592
25593 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25594
25595 * gnus.el: No Gnus v0.0 is released.
25596
25597 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25598
25599 * gnus.el (gnus-version-number): Bump.
25600 (gnus-version): No.
25601
25602 See ChangeLog.2 for earlier changes.
25603
25604 Copyright (C) 2004-2014 Free Software Foundation, Inc.
25605
25606 This file is part of GNU Emacs.
25607
25608 GNU Emacs is free software: you can redistribute it and/or modify
25609 it under the terms of the GNU General Public License as published by
25610 the Free Software Foundation, either version 3 of the License, or
25611 (at your option) any later version.
25612
25613 GNU Emacs is distributed in the hope that it will be useful,
25614 but WITHOUT ANY WARRANTY; without even the implied warranty of
25615 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25616 GNU General Public License for more details.
25617
25618 You should have received a copy of the GNU General Public License
25619 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25620
25621 ;; Local Variables:
25622 ;; coding: utf-8
25623 ;; fill-column: 79
25624 ;; add-log-time-zone-rule: t
25625 ;; End: