lisp/gnus/ChangeLog: Fix last commit
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-cloud.el (gnus-cloud-parse-version-1):
4 Use plist-get rather than CL's getf.
5 (gnus-activate-group, gnus-subscribe-group): Declare.
6
7 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
8
9 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10
11 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
12 buttons when toggling the header off.
13
14 2014-03-23 Daiki Ueno <ueno@gnu.org>
15
16 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
17 commands here; instead, only check if epg-config.el is available.
18
19 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
20
21 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
22 messages with embedded images.
23 (mml-generate-mime): Don't bug out if you don't have libxml.
24
25 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
26
27 * message.el (message-make-html-message-with-image-files): New command.
28
29 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
30
31 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
32
33 2014-03-23 David Engster <deng@randomsample.de>
34
35 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
36 to stay compatible with older Emacsen, so replace `cl-loop' with
37 `loop'.
38
39 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
40
41 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
42 Display header attachment buttons by gnus-article-prepare-display
43 rather than gnus-article-prepare so as to view in mml-preview as well.
44
45 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
46
47 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
48 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
49
50 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
51
52 * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
53 buttons that are hidden in unselected alternative part as well.
54 (gnus-mime-display-alternative): Redraw attachment buttons in header.
55
56 * gmm-utils.el (gmm-labels): Add edebug spec.
57
58 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
59
60 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
61 keystroke.
62 (gnus-server-toggle-cloud-server): Only allow clouding applicable
63 types.
64
65 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
66
67 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
68
69 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
70 New user option.
71 (gnus-mime-buttonize-attachments-in-header): New function.
72 (gnus-article-prepare): Use it.
73 (gnus-mime-inline-part): Suppress extra newline.
74 (gnus-mm-display-part): Save excursion;
75 remove useless deleting and adding of buttons.
76 (gnus-insert-mime-button): Allow insertion in the middle of a line.
77
78 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
79 Add gnus-mime-buttonize-attachments-in-header.
80
81 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
82
83 * nnimap.el (nnimap-request-articles): New command to download several
84 articles at once.
85
86 * gnus.el (gnus-variable-list): Save Cloud variables.
87
88 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
89
90 * gnus-cloud.el: New file to provide the Emacs Cloud.
91
92 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
93 `url-retrieve-synchronously', apparently.
94
95 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
96 XEmacs.
97
98 * nnrss.el (libxml-parse-html-region): Silence compilation error.
99
100 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
101
102 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
103 `gnus-group-split-fancy'.
104
105 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
106
107 * message.el (message-remove-header): Doc fix.
108 (message-forward-included-headers): New variable.
109 (message-remove-ignored-headers): Use it.
110
111 2014-03-23 Dave Abrahams <dave@boostpro.com>
112
113 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
114
115 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
116
117 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
118 from random face commands.
119 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
120 Face.
121 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
122 (gnus--random-face-with-type): Generic function returning a face-type
123 as a string.
124 (gnus--insert-random-face-with-type): Generic function inserting a face
125 in a message buffer header.
126 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
127 (gnus-insert-random-x-face-header): Rewritten to use
128 `gnus--insert-random-face-with-type`.
129 (gnus-random-face): Return random (png) Face as string.
130 (nus-insert-random-face-header): Insert random (png) Face in a message
131 buffer.
132
133 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
134
135 * mm-url.el: Remove all usage of w3.
136
137 * nnrss.el: Ditto.
138
139 * mm-decode.el: Ditto.
140
141 * mm-view.el: Ditto.
142
143 * gnus-setup.el: Remove outdated file.
144
145 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
146
147 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
148 groups work again.
149
150 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
151
152 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
153 999 correctly (i.e. "1,342").
154
155 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
156
157 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
158 out if the directory doesn't exist.
159
160 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
161
162 * gnus-group.el (gnus-group-make-group): Clarify prompt.
163
164 2014-02-22 Daniel Colascione <dancol@dancol.org>
165
166 * auth-source.el (auth-source-secrets-listify-pattern): New function.
167 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
168 instead, build list of patterns.
169
170 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
171
172 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
173 in `auth-sources' means and link to EPA docs.
174
175 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
176
177 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
178 (bug#12375).
179
180 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
181
182 * message.el (message-tab): Mention what happens on normal tabs
183 (bug#11297).
184
185 2014-02-08 Glenn Morris <rgm@gnu.org>
186
187 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
188
189 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
190
191 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
192 with an empty string.
193
194 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
195
196 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
197 buffer-local in some buffers, so bind it explicitly in the buffer we're
198 trying to cancel the article in (bug#10808).
199
200 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
201
202 * gnus-int.el (gnus-request-accept-article): Doc fix.
203
204 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
205
206 * nnir.el (nnir-request-update-mark): Don't try to update the source
207 group if we can't find it (bug#16611).
208
209 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
210
211 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
212
213 2014-01-31 Dave Abrahams <dave@boostpro.com>
214
215 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
216 in the summary buffer (bug#13769).
217
218 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
219
220 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
221 name if we're using a single article buffer. Otherwise, it may point
222 to a killed buffer (bug#13756).
223
224 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
225
226 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
227 the match data, just save and restore it explictly (bug#12375).
228
229 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
230 that's needed.
231
232 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
233 the code once (bug#9069).
234
235 2014-01-18 Steinar Bang <sb@dod.no>
236
237 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
238 reading.
239
240 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
241
242 * message.el (message-bury): Call bury-buffer with no argument
243 in the message-return-action case too.
244
245 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
246
247 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
248 (nnimap-split-fancy, nnimap-split-methods): Declare.
249
250 * mm-util.el (help-function-arglist): Declare.
251
252 2013-12-28 Glenn Morris <rgm@gnu.org>
253
254 * gnus-sieve.el (gnus-sieve-select-method):
255 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
256 (gravatar-rating, gravatar-size):
257 * message.el (message-minibuffer-local-map):
258 * sieve-manage.el (sieve-manage-authenticators)
259 (sieve-manage-authenticator-alist): Specify custom types.
260
261 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
262 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
263 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
264
265 * auth-source.el (auth-sources):
266 * nnmairix.el (nnmairix-propagate-marks-upon-close):
267 Fix custom types.
268
269 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
270
271 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
272 we get proper traces there, too.
273
274 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
275
276 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
277 value of the parameters if the current article has a Reply-To or From
278 field.
279
280 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
281
282 * gnus.el (gnus-group-buffer): Remove duplicate definition.
283
284 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
285
286 * gnus-sum.el (gnus-summary-exit): Stop animations.
287
288 2013-12-19 Juri Linkov <juri@jurta.org>
289
290 * gnus.el (gnus-suppress-keymap):
291 * gnus-art.el (gnus-article-mode-map):
292 * gnus-group.el (gnus-group-mode-map):
293 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
294 Remove [backspace] key binding because it shadows DEL (bug#16035).
295
296 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
297
298 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
299
300 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
301 Make sure work directory exists.
302 (gnus-uu-digest-mail-forward): Store temporary files in work directory
303 rather than tmp directory.
304 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
305 not necessarily always run, with it.
306
307 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
308
309 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
310 value of gnus-icalendar-additional-identities work without restart.
311
312 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
313
314 * mm-util.el (mm-make-temp-file):
315 Alias to make-temp-file for modern Emacsen.
316
317 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
318
319 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
320 nnir-article-number and nnir-article-group.
321
322 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
323
324 * message.el (message-send-mail-with-sendmail):
325 Don't kill error buffer if sending fails.
326
327 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
328
329 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
330 (gnus-icalendar-event->org-entry)
331 (gnus-icalendar--update-org-event)
332 (gnus-icalendar-event->gnus-calendar): Distinguish between
333 required/optional/non-participant attendee status. Fix bug causing
334 the first required event participant to be omitted.
335
336 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
337
338 * gnus-art.el (article-de-quoted-unreadable)
339 (article-de-base64-unreadable, gnus-mime-copy-part)
340 * gnus-html.el (gnus-article-html)
341 * mm-view.el (mm-inline-text-html-render-with-w3)
342 (mm-inline-text-html-render-with-w3m-standalone)
343 * rfc2231.el (rfc2231-decode-encoded-string):
344 Allow overriding charset by mm-charset-override-alist.
345
346 * gnus-art.el (gnus-article-browse-html-parts):
347 Replace LWSPs with `&nbsp;'s in header.
348
349 Work for broken Chinese articles.
350
351 * gnus-art.el (gnus-article-browse-html-save-cid-content):
352 Exclude broken handles that gnus-summary-enter-digest-group may create.
353 (gnus-article-browse-html-parts):
354 Allow overriding charset by mm-charset-override-alist.
355
356 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
357
358 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
359 (gnus-icalendar-identities): Support additional-identities.
360
361 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
362 Fix org-timestamp for events ending at midnight.
363
364 2013-11-21 Ivan Shmakov <ivan@siamics.net> (tiny change)
365
366 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
367 Support debbugs .log files.
368
369 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
370
371 * message.el (message-beginning-of-line):
372 Use beginning-of-visual-line when visual-line-mode is turned on.
373
374 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
375
376 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
377 (gnus-icalendar-event-from-ical)
378 (gnus-icalendar-event->org-entry)
379 (gnus-icalendar--update-org-event): Required/optional participation,
380 list of attendees synced to org.
381
382 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
383
384 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
385 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
386 cancellations to be synced to org if the original appt has an org
387 outline.
388
389 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
390
391 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
392 (gnus-icalendar-event->org-entry)
393 (gnus-icalendar--update-org-event)
394 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
395
396 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
397
398 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
399 Fix timezone handling in gnus-icalendar export to org.
400
401 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
402
403 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
404
405 2013-10-30 Glenn Morris <rgm@gnu.org>
406
407 * gnus-group.el (gnus-group-browse-foreign-server):
408 * gnus-int.el (gnus-start-news-server):
409 Silence compiler obsolescence warning.
410
411 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
412
413 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
414 `nnoo-current-server' first, then for the actual `nnimap-address' to
415 allow netrc entries for the nnoo server to coexist with netrc entries
416 for the `nnimap-address'.
417
418 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
419
420 * mm-decode.el (mm-dissect-buffer): Revert last change.
421 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
422 The problem that motivated those changes was attributed to a broken
423 mail sender, and has been fixed.
424
425 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
426
427 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
428 token is missing in the Content-Type header.
429
430 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
431
432 2013-09-18 Glenn Morris <rgm@gnu.org>
433
434 * gnus-util.el (image-size): Declare.
435
436 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
437
438 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
439 (gnus-icalendar-event-from-ical)
440 (gnus-icalendar-event--build-reply-event-body)
441 (gnus-icalendar-event-reply-from-buffer)
442 (gnus-icalendar-find-org-event-file)
443 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
444 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
445
446 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
447
448 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
451 Use save-current-buffer.
452 (gnus-tree-mode-map): Initialize in the declaration.
453 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
454 (scroll-in-place): Defvar it.
455 (gnus-tmp-*): Defvar them.
456 (gnus-get-tree-buffer): Use derived-mode-p.
457 (gnus--let-eval): New macro.
458 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
459 non-prefixed variables.
460 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
461
462 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
463 vars since it doesn't seem to be available.
464 (gnus-set-global-variables, gnus-summary-read-group-1)
465 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
466 (gnus-summary-display-article, gnus-summary-select-article)
467 (gnus-summary-next-article, gnus-offer-save-summaries)
468 (gnus-summary-generic-mark): Use derived-mode-p.
469 (gnus-summary-read-group-1, gnus-summary-exit)
470 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
471 Adjust calls to gnus-tree-close and gnus-tree-open.
472
473 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
474
475 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
476 (gnus-agent-mode): Use derived-mode-p.
477 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
478 gnus-command-method and *-command-method to nil, but bind
479 gnus-command-method to *-command-method instead!
480 (gnus-agent-fetch-articles): Remove unused var `id'.
481 (gnus-agent-fetch-headers): Remove unused arg `force'.
482 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
483 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
484 (gnus-agent-short-article, gnus-agent-long-article)
485 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
486 first use.
487 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
488 `score-param'.
489 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
490 (gnus-get-predicate): Push in front of the cache, rather than end.
491 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
492 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
493 (gnus-agent-expire-unagentized-dirs): Don't rebind
494 gnus-agent-expire-current-dirs since the defvar silences the warning.
495 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
496 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
497 (gnus-agent-regenerate): Simplify interactive spec and doc.
498
499 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
500
501 * gnus-int.el (gnus-open-server): Silence compiler.
502
503 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
504
505 * message.el (message-display-completion-list): Abolish.
506 (message-completion-in-region): Use display-completion-list.
507
508 2013-09-17 Glenn Morris <rgm@gnu.org>
509
510 * gnus-util.el (gnus-message-with-timestamp-1):
511 Use `messages-buffer' function if available. Ignore read-only.
512
513 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
514
515 * message.el (message-expand-group, message-completion-in-region):
516 Correct the order of start and end of a region.
517
518 2013-09-13 Glenn Morris <rgm@gnu.org>
519
520 * mml2015.el (gnus-create-image): Autoload it.
521
522 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
523
524 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
525 (image-size): Declare.
526
527 2013-09-12 Glenn Morris <rgm@gnu.org>
528
529 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
530 Avoid using `find', which i) might not be defined at runtime;
531 ii) does not work, since its default test is eql, not equal.
532 (gnus-mime-action-alist): Declare.
533
534 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * score-mode.el (gnus-score-mode-map): Move initialization
537 into declaration.
538 (gnus-score-mode): Use define-derived-mode.
539 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
540 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
541 into declaration.
542 (gnus-kill-file-mode): Use define-derived-mode.
543 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
544 Use derived-mode-p.
545 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
546 (gnus-group-setup-buffer, gnus-group-name-at-point)
547 (gnus-group-make-web-group, gnus-group-enter-directory)
548 (gnus-group-suspend): Use derived-mode-p.
549 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
550 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
551 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
552 (gnus-article-setup-buffer, gnus-article-prepare)
553 (gnus-article-prepare-display, gnus-sticky-article)
554 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
555 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
556 (gnus-article-read-summary-keys): Use derived-mode-p.
557
558 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
559
560 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
561
562 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
563
564 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
565 shift_jis from the default value set for Japanese users.
566
567 2013-08-13 Glenn Morris <rgm@gnu.org>
568
569 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
570
571 * gnus.el (gnus-valid-select-methods): Fix type.
572
573 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
574
575 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
576
577 * mm-decode.el (mm-display-external): Run a timer for the temp files
578 deletion after a viewer exits; add a deletion timer for the needsterm
579 case, too.
580
581 * mm-decode.el (mm-display-external): Try to delete temporary files by
582 using a 1-min. timer.
583
584 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
585
586 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
587 New internal variables.
588 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
589 (mm-display-external): Use it to delete temporary files instead of
590 using timers.
591
592 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
593
594 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
595 with cond for backwards compatability.
596
597 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
598
599 * mm-decode.el (mm-display-external): Bind process-connection-type to
600 nil; don't delete a temp file immediately even if a viewer finishes,
601 since it may be a shell script, like xdg-open, that launches a real
602 viewer program belatedly.
603
604 2013-08-05 Dave Abrahams <dave@boostpro.com>
605
606 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
607 that we can create nndoc groups that excerpt other groups.
608
609 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
610
611 * gnus-delay.el (gnus-delay-article): Fix typo.
612
613 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
614 articles.
615
616 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
617 we can get spell-checking etc.
618
619 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
620
621 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
622 a single one used for encoding the whole text in a header.
623
624 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
625
626 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
627 before sending.
628
629 * mm-decode.el (mm-command-output): New face.
630 (mm-display-external): Use it.
631
632 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
633
634 * nnmbox.el (nnmbox-request-article): Don't change point.
635
636 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
637
638 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
639 Include `handle' parameter.
640
641 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
642
643 * gnus-icalendar.el: New file.
644
645 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
646
647 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
648
649 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
650 dummy roots, too.
651
652 2013-08-01 David Edmondson <dme@dme.org>
653
654 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
655 out on ttys.
656
657 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
658
659 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
660 not empty.
661
662 * nnrss.el (nnrss-discover-feed): Indent.
663
664 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
665
666 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
667
668 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
669
670 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
671 dirty to ensure nnimap data being saved.
672
673 2013-07-30 Tassilo Horn <tsdh@gnu.org>
674
675 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
676 menu entry.
677
678 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
679 the current thread's total score instead of the current article's
680 score.
681
682 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
683 (gnus-sort-threads-recursively): Delete defcustom.
684 (gnus-sort-threads-recursive): Adapt accordingly.
685
686 2013-07-30 Tassilo Horn <tsdh@gnu.org>
687
688 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
689 (gnus-sort-threads-recursive): Use it.
690 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
691 again. Now that determines how to sort subthreads.
692
693 2013-07-26 Tassilo Horn <tsdh@gnu.org>
694
695 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
696 (gnus-sort-threads): Use it.
697
698 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
699
700 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
701 punctuation characters follow parentheses (bug#14950).
702
703 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
704
705 * gnus.el (gnus-continuum-version):
706 * gnus-msg.el (gnus-extended-version): Simplify.
707
708 * gnus.el (gnus-continuum-version-1): Remove.
709 * gnus-msg.el (gnus-bug): Revert.
710
711 Calculate gnus-version correctly on Cygwin.
712
713 * gnus.el (gnus-continuum-version): Do main calculations in integers.
714 (gnus-continuum-version-1): New function, return a string.
715
716 * gnus-msg.el (gnus-extended-version, gnus-bug):
717 Use gnus-continuum-version-1 instead of gnus-continuum-version.
718
719 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
720
721 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
722 (bug#13384).
723
724 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
725
726 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
727 that were only relevant in a development version a long time ago.
728
729 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
730
731 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
732 that the old Emacs 24s bundle.
733
734 2013-07-10 David Engster <deng@randomsample.de>
735
736 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
737 if `gnus-newsrc-file-version' does not match `gnus-version'.
738 This fixes a bug in Emacs trunk where the 'unexist' marks were always
739 removed at startup because "Gnus v5.13" was considered smaller than "Ma
740 Gnus v0.03".
741
742 2013-07-10 Tassilo Horn <tsdh@gnu.org>
743
744 * gnus.el (gnus-summary-line-format):
745 Reference `gnus-user-date-format-alist' for the &user-date; format, not
746 `gnus-summary-user-date-format-alist'.
747
748 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
749
750 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
751 delete files (bug#13481).
752
753 2013-07-08 Tassilo Horn <tsdh@gnu.org>
754
755 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
756
757 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
758
759 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
760 display images.
761
762 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
763
764 * message.el (message-cancel-news): According to
765 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
766 preferred over "cmsg cancel" in the Subject.
767
768 * nnir.el (nnir-engines): Note that the group specs are regexps
769 (bug#13238).
770
771 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
772 gotten read-only text properties, ensure that those aren't heeded when
773 copying stuff over (bug#13434).
774
775 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
776 (bug#13762).
777
778 2013-07-05 David Kastrup <dak@gnu.org>
779
780 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
781 authinfo file again (important for blank passwords). This had been
782 broken with 2013-06-15 change.
783
784 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
785
786 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
787 Revert 2013-01-14 change.
788
789 2013-07-02 David Engster <deng@randomsample.de>
790
791 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
792 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
793 to see whether the group was synced before.
794
795 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
796
797 * nnimap.el (nnimap-request-move-article): Decode the group name when
798 doing internal moves to avoid charset issues.
799
800 2013-07-02 Julien Danjou <julien@danjou.info>
801
802 * nnimap.el (nnimap-request-list):
803 Revert change that made listing synchronous.
804 (nnimap-get-responses): Restore.
805
806 2013-07-02 Dave Abrahams <dave@boostpro.com>
807
808 * nnimap.el (nnimap-change-group): Document result value.
809
810 * nnimap.el (nnimap-find-article-by-message-id):
811 Account for the fact that nnimap-change-group can return t.
812
813 2013-07-02 Julien Danjou <julien@danjou.info>
814
815 * nnimap.el (nnimap-request-head):
816 Resture to-buffer parameter, used by `nnimap-request-move-article'.
817
818 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
819
820 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
821 supported by nnimap actually. Reverts previous change.
822
823 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
824 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
825 to-buffer argument that is already supported.
826
827 2013-07-02 Julien Danjou <julien@danjou.info>
828
829 * nnimap.el (nnimap-get-responses): Remove, unused.
830
831 2013-07-02 Julien Danjou <julien@danjou.info>
832
833 * nnimap.el (nnimap-request-articles-find-limit): Rename from
834 `nnimap-request-move-articles-find-limit' since we do not use it
835 only for move operations.
836 (nnimap-request-accept-article):
837 Use `nnimap-request-articles-find-limit' to limit search by message-id.
838
839 2013-07-02 Julien Danjou <julien@danjou.info>
840
841 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
842
843 * nnimap.el (nnimap-log-buffer):
844 Check that `window-point-insertion-type' is boundp, since it's not
845 available in XEmacs.
846
847 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
848
849 * nnimap.el (nnimap-log-buffer):
850 Add this, setting `window-point-insertion-type' in the buffer to t.
851 (nnimap-log-command): Use nnimap-log-buffer.
852
853 2013-07-02 Julien Danjou <julien@danjou.info>
854
855 * nnimap.el (nnimap-find-article-by-message-id):
856 Add an optional limit argument to be able to limit the search.
857 (nnimap-request-move-article):
858 Use `nnimap-request-move-articles-find-limit'.
859 (nnimap-request-move-articles-find-limit):
860 Add this to limit the search by Message-Id after a message move.
861 (nnimap): Add defgroup.
862
863 2013-07-02 Julien Danjou <julien@danjou.info>
864
865 * nnimap.el (nnimap-find-article-by-message-id):
866 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
867 (nnimap-possibly-change-group): Add read-only argument.
868 (nnimap-request-list): Use nnimap-possibly-change-group rather than
869 issuing EXAMINE manually.
870 (nnimap-find-article-by-message-id):
871 Use `nnimap-possibly-change-group' with read-only argument.
872 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
873 We cannot possibly change because we need to be sure that it's either
874 read-write or read-only.
875
876 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
877
878 * gnus-sum.el (gnus-summary-insert-old-articles):
879 Don't include unexisting messages.
880
881 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
882
883 * gnus-start.el (gnus-clean-old-newsrc):
884 Remove totally bogus `unexists' entries.
885 (gnus-clean-old-newsrc): Fix last checkin.
886
887 * nnimap.el (nnimap-update-info):
888 None of the articles below the active low-water mark exist.
889
890 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
891
892 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
893
894 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
895
896 * nnimap.el (nnimap-request-scan):
897 Allow `nnimap-inbox' to be a list of inboxes.
898
899 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
900
901 * gnus-group.el (gnus-group-expire-articles-1):
902 Don't try to expire messages that don't exist.
903
904 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
905
906 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
907
908 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
909
910 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
911
912 * gnus-start.el (gnus-clean-old-newsrc):
913 Delete `unexist' from pre-Ma Gnus 0.3.
914
915 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
916
917 * gnus-sum.el (gnus-summary-local-variables):
918 Make `gnus-newsgroup-unexist' into a local variable.
919
920 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
921
922 * gnus-sum.el (gnus-adjust-marked-articles):
923 Add to `gnus-newsgroup-unexist'.
924
925 * gnus.el (gnus-article-mark-lists):
926 Add `unexist' to the list of marks.
927 (gnus-article-special-mark-lists):
928 Put the `unexist' in the special marks list instead.
929
930 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
931 articles in the list of articles to be selected.
932
933 * nnimap.el (nnimap-retrieve-group-data-early):
934 Query for unexisting articles.
935 (nnimap-update-info): Keep track of unexisting articles.
936 (nnimap-update-qresync-info): Ditto.
937
938 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
939
940 * gnus-start.el (gnus-clean-old-newsrc): New function.
941 (gnus-read-newsrc-file): Use it.
942
943 2013-07-02 Daiki Ueno <ueno@gnu.org>
944
945 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
946 of 'create-image' for XEmacs compatibility; check errors when decoding
947 image. Reported by Uwe Brauer.
948
949 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
950
951 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
952 gnus-button-push revised at 2011-01-19.
953
954 2013-06-19 Glenn Morris <rgm@gnu.org>
955
956 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
957
958 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
959
960 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
961
962 2013-06-18 Glenn Morris <rgm@gnu.org>
963
964 * eww.el, shr.el, shr-color.el: Move to ../net.
965
966 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
967
968 * shr.el (shr-tag-table): Insert the images after the table, so that
969 they're not covered by the table colourisation, which often looked
970 awkward.
971 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
972 <dd>.
973
974 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
975
976 * eww.el (eww-detect-charset): Improve regexp; move backward.
977
978 2013-06-18 Glenn Morris <rgm@gnu.org>
979
980 * mm-decode.el (widget-convert-button): Autoload.
981
982 * sieve-manage.el (mm-enable-multibyte): Autoload.
983
984 * shr.el (libxml-parse-html-region): Declare.
985 (shr-render-buffer): Explicit error if no libxml2 support.
986
987 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
988
989 * auth-source.el (auth-source-current-line): New function.
990 (auth-source-netrc-parse-entries): When a data token is "machine",
991 assume we're in the wrong place and abort parsing the current line.
992
993 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
994
995 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
996 (eww-convert-widgets): Don't bug out if the first widget starts at the
997 beginning of the buffer.
998 (eww-convert-widgets): Fix last patch.
999 (eww-tag-input): Support <input type=image>.
1000
1001 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1002 (shr-tag-base): Protect against base specs that are degenerate.
1003 (shr-ensure-paragraph): Don't delete empty lines that have text
1004 properties, because these may be input fields.
1005
1006 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1007 we can navigate to them.
1008
1009 * shr.el (shr-colorize-region): Put the colours over the entire region.
1010 (shr-inhibit-decoration): New variable.
1011 (shr-add-font): Use it to inhibit text property decorations while doing
1012 preliminary table renderings. This speeds up typical Wikipedia page
1013 renderings by 15%.
1014 (shr-tag-span): Don't respect the <title>, because that overwrites the
1015 help-echo from links inside the spans.
1016 (shr-next-link): Use `help-echo' for navigation, so that we can
1017 navigate to form elements, too.
1018
1019 * eww.el (eww-button): New face.
1020 (eww-convert-widgets): Use it to make submit buttons more button-like.
1021
1022 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1023 that Gnus commands work.
1024
1025 * shr.el (shr-render-td): Support horizontal alignment.
1026
1027 * eww.el (eww-put-color): Remove.
1028 (eww-colorize-region): Use `add-face-text-property'.
1029
1030 * shr.el (shr-add-font): Append face data, so that we get the correct
1031 precedence: The innermost value (which is applied first) wins.
1032 (shr-make-overlay): Obsolete function.
1033
1034 * mm-decode.el (mm-convert-shr-links): New function to convert
1035 new-style shr URL links into widgets.
1036 (mm-shr): Use it.
1037
1038 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1039 widget commands, since we're no longer using widgets for links.
1040
1041 * shr.el (shr-next-link): New command.
1042 (shr-previous-link): New command.
1043 (shr-urlify): Don't use `widget-convert', because that's slow.
1044 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1045 because collecting the overlays and reapplying them when generating
1046 tables is slow.
1047 (shr-insert-table): Ditto.
1048
1049 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1052 * shr.el (browse-url): Require `url'.
1053 * eww.el (url): Require format-spec.
1054
1055 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1056
1057 * eww.el (eww-display-html): Default to using the entire window width.
1058 (eww-browse-url): Don't add a User-Agent header (twice), because that
1059 makes Bing refuse connection.
1060
1061 * shr.el (shr-make-table): Cache the table rendering at the table
1062 level, and not the <td> level. This is a bit faster.
1063
1064 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1065 #id.
1066
1067 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1068 browsers don't.
1069 (shr-expand-url): Respect #anchor links.
1070 (shr-parse-base): Chop off the anchor before using.
1071 (shr-descend): Respect display: none.
1072 (shr-descend): Allow marking elements that have certain IDs.
1073
1074 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1075
1076 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1077
1078 * eww.el (eww-tag-textarea): Support <textarea>.
1079
1080 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1081
1082 * shr.el (shr-dom-to-xml): Fix function call.
1083
1084 * eww.el (eww): New group.
1085 (eww-header-line-format): New custom variable.
1086 (eww-current-title): New variable.
1087 (eww-display-html): Update header and handle title tag.
1088 (eww-update-header-line-format): New function.
1089 (eww-tag-title): New function.
1090
1091 * shr.el (shr-dom-to-xml): New function.
1092 (shr-tag-svg): Add support for the SVG tag.
1093 (shr-bullet): New custom variable.
1094 (shr-tag-li): Support custom bullet in unordered lists.
1095
1096 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1097
1098 * shr.el (shr-expand-url): Respect // URLs.
1099
1100 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1101 put a background colour onto the entire buffer.
1102 (eww-render): When being redirected, use the redirect URL as the new
1103 base URL.
1104
1105 * shr.el (shr-parse-base): Fix parsing error.
1106
1107 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1108
1109 * shr.el (shr-parse-base): New function.
1110 (shr-expand-url): Use it to expand relative URLs reliably.
1111
1112 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1113
1114 * auth-source.el (auth-source-search-collection): Fix docstring.
1115 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1116 single-quoted strings and multiline entries.
1117 (auth-source-netrc-parse-next-interesting)
1118 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1119 New functions to support parser.
1120
1121 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1122
1123 * eww.el (eww-submit): Get submit button logic right when hitting RET
1124 on non-submit buttons.
1125
1126 * shr.el: Remove shr-preliminary-table-render, since that can't really
1127 be used for anything in practice.
1128
1129 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1130
1131 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1132 (sieve-manage-quit).
1133
1134 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1135
1136 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1137 control the maximum size of photo ID image.
1138 (mml2015-epg-key-image-to-string): Respect it.
1139
1140 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1141
1142 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1143 instead of the final one so that we can more easily distinguish them.
1144
1145 * eww.el (eww-submit): Compute the submission URL correctly.
1146
1147 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1150 Use plist-get rather than CL's getf.
1151 (sieve-manage-parse-capability): Avoid CL's remove-if.
1152
1153 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1154
1155 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1156 last slash.
1157
1158 * eww.el (eww-tag-select): Use the first value as the default value.
1159
1160 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1161
1162 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1163 (eww-mode): Use `define-derived-mode'.
1164 (eww-parse-headers): Parse headers from beginning of buffer so that
1165 file:// links work.
1166
1167 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1168
1169 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1170
1171 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1172
1173 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1174 to handle them at all.
1175
1176 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1177
1178 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1179 work, too.
1180 (eww-tag-select): Implement <select>.
1181
1182 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1183
1184 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1185 stream managing functions by using open-protocol-stream to do most of
1186 the work. Has the nice benefit of enabling STARTTLS.
1187 Wait for capabilities after STARTTLS: following RFC5804, the server
1188 sends new capabilities after successfully establishing a TLS connection
1189 with the client. The client should update the cached list of
1190 capabilities, but we just ignore the answer for now.
1191 (sieve-manage-network-p, sieve-manage-network-open)
1192 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1193 (sieve-manage-forward, sieve-manage-streams)
1194 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1195 API, nor called by any other function.
1196 Enable Multibyte for SieveManage buffers: The parser won't properly
1197 handle umlauts and line endings unless multibyte is turned on in the
1198 process buffer.
1199
1200 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1201
1202 * eww.el (eww-tag-input): Support password fields.
1203 (eww-submit): Support POST.
1204
1205 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1206
1207 * eww.el (eww-tag-form): Protect against degenerate forms.
1208
1209 * shr.el (shr-expand-url): Expand URLs that start with a slash
1210 correctly.
1211
1212 * eww.el (eww-submit): Get submit button logic right.
1213
1214 * shr.el (shr-final-table-render): New variable to signal when we're
1215 doing the final table rendering so that we can collect more data at
1216 that point.
1217
1218 * eww.el (eww-submit): Make form submission work.
1219 (eww-tag-input): Implement submit buttons.
1220 (eww-click-radio): Implement radio and checkboxes.
1221 (eww-submit): Handle hidden elements.
1222
1223 * shr.el (shr-descend): Allow other packages to override (or provide)
1224 rendering of elements.
1225 (shr-expand-url): Strip query strings from URLs before expanding them.
1226
1227 * eww.el: Don't require cl-lib.
1228 (eww-tag-form): Start form support.
1229
1230 * eww.el: Start writing a new, tiny web browser.
1231 (eww-previous-url): New command.
1232 (eww-quit): New command.
1233
1234 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1235
1236 * sieve.el: Put point at beginning of buffer when viewing a script.
1237 (sieve-open-server): Respect the PORT parameter. Show the correct port
1238 number in sieve-buffer's header. Fixed code to also work with a string
1239 as port specifier. Properly close the connection on pressing 'q'. Make
1240 sieve-manage-quit close the connection and process buffer. Also, remove
1241 duplicate keybinding for 'q'.
1242
1243 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1244
1245 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1246 make it easier to read.
1247 (mm-pkcs7-enveloped-magic): Ditto.
1248
1249 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1250
1251 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1252 before `image-type-available-p' to avoid loading the image libraries
1253 needlessly.
1254
1255 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1256
1257 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1258 assume Date header begins with "Date", that may be customized into
1259 something like "X-Sent" using gnus-article-time-format.
1260 (article-transform-date): Allow multi-line Date header.
1261
1262 2013-06-02 David Engster <deng@randomsample.de>
1263
1264 * registry.el (initialize-instance, registry-lookup)
1265 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1266 (registry-lookup-secondary-value, registry-search, registry-delete)
1267 (registry-insert, registry-reindex, registry-size, registry-prune):
1268 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1269 changes in EIEIO (introduction of eieio-core.el).
1270
1271 2013-05-30 Glenn Morris <rgm@gnu.org>
1272
1273 * nnmail.el (nnmail-fancy-expiry-target):
1274 Also bind mail-dont-reply-to-names.
1275
1276 * spam-stat.el (spam-stat-save):
1277 No need to tweak font-lock in temp buffers.
1278
1279 * shr.el (shr-put-image): Silence compiler.
1280
1281 2013-05-29 Glenn Morris <rgm@gnu.org>
1282
1283 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1284
1285 * gnus-group.el (gnus-sequence-of-unread-articles)
1286 (gnus-summary-add-mark, gnus-mark-article-as-read)
1287 (gnus-group-make-articles-read): Declare.
1288
1289 * gnus-sum.el (gnus-parameter-list-identifier)
1290 (gnus-article-stop-animations, gnus-stop-downloads)
1291 (gnus-article-only-boring-p, article-goto-body)
1292 (gnus-flush-original-article-buffer, article-narrow-to-head)
1293 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1294 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1295
1296 * gnus.el: No need to eval-and-compile autoloads.
1297
1298 * gravatar.el (help-function-arglist): Autoload.
1299
1300 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1301
1302 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1303
1304 * spam.el: No need to load spam-report when compiling.
1305 No need to eval-and-compile autoloads.
1306 (spam-report-resend-to): Declare.
1307 (spam-report-resend-register-routine): Require 'spam-report.
1308
1309 2013-05-24 Julien Danjou <julien@danjou.info>
1310
1311 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1312 setup.
1313
1314 2013-05-23 Glenn Morris <rgm@gnu.org>
1315
1316 * gnus-util.el (rmail-swap-buffers-maybe)
1317 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1318 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1319 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1320
1321 * mm-decode.el: No need to load term when compiling.
1322 (term-mode, term-char-mode): Declare.
1323
1324 * mm-util.el: No need to load jka-compr when compiling.
1325 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1326
1327 * nnmaildir.el: Require is automatically eval-and-compile.
1328 (nnmail): Require at run-time too.
1329
1330 * registry.el (registry-size): Move definition before use.
1331
1332 2013-05-22 Daiki Ueno <ueno@gnu.org>
1333
1334 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1335 signed data to conform the standard. (Bug#14232)
1336
1337 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1338
1339 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1340 double angle quotation mark.
1341
1342 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1343
1344 * message.el (message-insert-formatted-citation-line): Handle finding
1345 first/lastname when more than 2 names appear.
1346
1347 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1348
1349 * shr.el (shr-tag-span): New function.
1350
1351 2013-05-18 Glenn Morris <rgm@gnu.org>
1352
1353 * message.el (message-mode): Use message-mode-abbrev-table,
1354 with text-mode-abbrev-table as parent. (Bug#14413)
1355
1356 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1357
1358 * message.el (message-expand-group): Decode group names.
1359
1360 2013-05-16 Julien Danjou <julien@danjou.info>
1361
1362 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1363 app-icon.
1364
1365 2013-05-15 Glenn Morris <rgm@gnu.org>
1366
1367 * shr-color.el (shr-color-visible-luminance-min)
1368 (shr-color-visible-distance-min): Use shr-color group.
1369
1370 2013-05-11 Glenn Morris <rgm@gnu.org>
1371
1372 * gnus-vm.el: Make it loadable without VM.
1373 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1374 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1375
1376 2013-05-09 Glenn Morris <rgm@gnu.org>
1377
1378 * mml1991.el: Make it loadable. (Bug#13456)
1379
1380 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1381 * gnus-async.el (gnus-async-post-fetch-function):
1382 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1383 * gnus-html.el (gnus-html-image-cache-ttl):
1384 * gnus-notifications.el (gnus-notifications-timeout):
1385 * gnus-picon.el (gnus-picon-properties):
1386 * gnus-util.el (gnus-completion-styles):
1387 * gnus.el (gnus-other-frame-resume-function):
1388 * message.el (message-user-organization-file)
1389 (message-cite-reply-position):
1390 * nnir.el (nnir-summary-line-format)
1391 (nnir-retrieve-headers-override-function):
1392 * shr-color.el (shr-color-visible-luminance-min):
1393 * shr.el (shr-blocked-images):
1394 * spam-report.el (spam-report-resend-to):
1395 * spam.el (spam-summary-exit-behavior): Fix custom types.
1396
1397 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1398
1399 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1400
1401 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1402 because of let-binding help-xref-following. (Bug#14356)
1403
1404 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1405
1406 * message.el (message-bury, message-send-and-exit):
1407 Revert 2013-05-04 change.
1408
1409 2013-05-06 Glenn Morris <rgm@gnu.org>
1410
1411 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1412
1413 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1414
1415 * message.el (message-bury): Make `buffer' optional.
1416 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1417 (bug#14085).
1418
1419 2013-05-04 Andrew Cohen <cohen@bu.edu>
1420
1421 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1422 entering into the registry.
1423
1424 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1425
1426 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1427 (Bug#14304)
1428
1429 2013-04-27 Glenn Morris <rgm@gnu.org>
1430
1431 * gnus.el (gnus-list-debbugs):
1432 Use require rather than autoload. (Bug#14262)
1433
1434 2013-04-27 Julien Danjou <julien@danjou.info>
1435
1436 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1437 port to "sieve" now that it has an official IANA port assigned.
1438
1439 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1440
1441 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1442 Don't set the MAILHOST environment variable permanently (Bug#14271).
1443
1444 2013-04-26 Glenn Morris <rgm@gnu.org>
1445
1446 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1447
1448 2013-04-25 Andrew Cohen <cohen@bu.edu>
1449
1450 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1451 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1452
1453 2013-04-24 Andrew Cohen <cohen@bu.edu>
1454
1455 * nnir.el (nnir-close-group): Make sure we are in the right group.
1456
1457 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1458 dependency table from all newly retrieved headers.
1459
1460 2013-04-16 David Edmondson <dme@dme.org>
1461
1462 Support <img src="data:...">.
1463
1464 * shr.el (shr-image-from-data): New function.
1465 (shr-tag-img): Use it.
1466
1467 2013-04-14 Andrew Cohen <cohen@bu.edu>
1468
1469 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1470 group.
1471
1472 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1473
1474 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1475 corresponding to any existing group (Bug#14166).
1476
1477 2013-04-10 Andrew Cohen <cohen@bu.edu>
1478
1479 * nnir.el (number-sequence): No longer used.
1480 (nnir-request-set-mark): New function.
1481 (nnir-request-update-info): Improve marks updating.
1482 (nnir-request-scan): Don't duplicate marks updating.
1483 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1484 Use 'assq rather than 'assoc. Quote anonymous function.
1485 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1486 Use 'gnus-group-prefixed-p.
1487 (gnus-summary-create-nnir-group): Make sure server for method is open.
1488
1489 2013-04-04 Andrew Cohen <cohen@bu.edu>
1490
1491 * nnir.el (gnus-nnir-group-p): New function.
1492 (nnir-possibly-change-group): Use it.
1493
1494 * gnus-msg.el (gnus-setup-message): Use it.
1495
1496 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1497
1498 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1499 `initial-input' for the argument name.
1500 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1501
1502 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1503
1504 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1505 (used by MH-E).
1506
1507 2013-04-01 Andrew Cohen <cohen@bu.edu>
1508
1509 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1510 group.
1511
1512 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1513 fix compilation.
1514
1515 2013-03-31 Andrew Cohen <cohen@bu.edu>
1516
1517 * nnir.el (nnir-method-default-engines): And another typo.
1518
1519 2013-03-30 Andrew Cohen <cohen@bu.edu>
1520
1521 * nnir.el (nnir-method-default-engines): Fix typo.
1522
1523 2013-03-29 Andrew Cohen <cohen@bu.edu>
1524
1525 * nnir.el: Define 'number-sequence for xemacs.
1526 (gnus-summary-create-nnir-group): New function to create an nnir group
1527 from an nnir summary buffer based on the current query.
1528 (nnir-request-create-group): Update to allow nnir group creation based
1529 on the current query.
1530
1531 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1532
1533 * nndraft.el (nndraft-request-expire-articles):
1534 Make expiry target always `delete'.
1535
1536 2013-03-27 Andrew Cohen <cohen@bu.edu>
1537
1538 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1539 buffer use the posting-style and gcc of the original article group.
1540 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1541
1542 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1543 after other deffoos.
1544
1545 2013-03-26 Andrew Cohen <cohen@bu.edu>
1546
1547 * nnir.el: Major rewrite. Cleaner separation between searches and group
1548 management. Marks are now shown in nnir summary buffers.
1549 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1550 (gnus-summary-make-nnir-group): New function for initiating searches
1551 from a summary buffer.
1552
1553 2013-03-18 Sam Steingold <sds@gnu.org>
1554
1555 * message.el (message-bury): Minor cleanup.
1556
1557 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1558
1559 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1560 nnml-request-list. (Bug#13873)
1561 (nndir-request-newsgroups): Remove, unused.
1562
1563 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1564
1565 2013-03-03 Ted Phelps <phelps@gnusto.com>
1566
1567 * shr.el: Make all the overlays set the `evaporate' property so that
1568 they're removed properly.
1569
1570 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1571
1572 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1573 shell-quote-argument.
1574
1575 2013-02-22 David Engster <deng@randomsample.de>
1576
1577 * gnus-registry.el (gnus-registry-save): Provide class name when
1578 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1579 Use `condition-case' to stay compatible with older EIEIO versions which
1580 only accept one argument.
1581
1582 2013-02-17 Daiki Ueno <ueno@gnu.org>
1583
1584 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1585 (epg-user-id-validity): Autoload.
1586 (mml2015-epg-check-user-id): New function.
1587 (mml2015-epg-check-sub-key): New function split from
1588 mml2015-epg-find-usable-key.
1589 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1590 optional name-is-key-id, to handle the case when user-id is unusable.
1591 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1592
1593 2013-02-17 Glenn Morris <rgm@gnu.org>
1594
1595 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1596
1597 2013-02-16 Glenn Morris <rgm@gnu.org>
1598
1599 * shr.el (shr-put-image): Only animate images that specify a delay.
1600 This is consistent with the old image-animated-p behavior.
1601
1602 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1603
1604 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1605 for XEmacs.
1606
1607 2013-02-13 Juri Linkov <juri@jurta.org>
1608
1609 * gnus-art.el (gnus-article-mode-map):
1610 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1611 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1612
1613 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1614
1615 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1616 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1617
1618 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1619
1620 * auth-source.el (auth-source-format-prompt): Don't get confused by
1621 any "\" in replacement text. (Bug#13637)
1622
1623 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1624
1625 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1626 (gnus-backend-trace): Honor gnus-backend-trace.
1627
1628 * mml.el (mml-insert-part): Insert closing tag.
1629
1630 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1631
1632 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1633
1634 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1635 able to find the article, which can happen in debbugs groups,
1636 apparently.
1637
1638 2013-01-16 Glenn Morris <rgm@gnu.org>
1639
1640 * smiley.el (smiley-style): Make the file loadable in batch mode.
1641
1642 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1645 imap process running.
1646
1647 2013-01-14 Julien Danjou <julien@danjou.info>
1648
1649 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1650 Compare addresses against addresses, not against the full From field.
1651
1652 2013-01-13 Richard Stallman <rms@gnu.org>
1653
1654 * message.el (message-forward-make-body-mime): New args BEG, END
1655 specify what part of FORWARD-BUFFER to use. Do the work directly
1656 instead of calling `mml-insert-buffer'.
1657
1658 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1659
1660 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1661 cross-reference(s).
1662
1663 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1664 cross-reference(s).
1665
1666 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1667
1668 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1669 and point-max-marker.
1670 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1671
1672 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1673
1674 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1675 to mml2015-encrypt-to-self.
1676 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1677
1678 2013-01-09 Daiki Ueno <ueno@gnu.org>
1679
1680 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1681 mml-smime-epg-find-usable-secret-key.
1682
1683 2013-01-08 Glenn Morris <rgm@gnu.org>
1684
1685 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1686
1687 2013-01-07 Daiki Ueno <ueno@gnu.org>
1688
1689 * mml-smime.el: Support signing by sender.
1690 Requested by Uwe Brauer.
1691 (mml-smime-sign-with-sender): New user option analogous
1692 to mml2015-sign-with-sender.
1693 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1694 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1695 mml2015.el.
1696
1697 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1698
1699 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1700 isn't running, because Gnus will probably not know how to handle the
1701 Gcc header (bug#11941).
1702
1703 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1704 articles.
1705
1706 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1707
1708 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1709 (nnfolder-generate-active-file): Make this function work with recursive
1710 folder names.
1711
1712 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1713
1714 * nntp.el (nntp-open-connection): Use HELP as the capability command
1715 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1716 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1717
1718 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1719
1720 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1721 place holder since this gives `Invalid face reference: nil' messages.
1722 Use the `default' face instead. It has the same effect here, even
1723 though it is not no-op.
1724
1725 * gnus-util.el
1726 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1727
1728 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1729
1730 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1731 non-string posting styles (bug#13285).
1732
1733 2012-12-27 Glenn Morris <rgm@gnu.org>
1734
1735 * plstore.el (plstore-passphrase-callback-function):
1736 Use plstore-get-file.
1737
1738 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1739
1740 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1741 stderr.
1742
1743 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1744 group is nil.
1745
1746 * shr.el (shr-tag-em): Render as italic, not bold.
1747
1748 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1749
1750 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1751
1752 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1753
1754 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1755 temporary file to get PGP key image. Pass no-show-photos when
1756 extracting image to avoid having it pop up twice.
1757
1758 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1759
1760 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1761 eligible for treatment.
1762
1763 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1764 lines. This makes summary commands with hidden threads work more
1765 reliably.
1766
1767 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1768 button to mark the hidden citations (bug#9395).
1769
1770 2012-12-26 Daiki Ueno <ueno@gnu.org>
1771
1772 * mml2015.el (mml2015-epg-signature-to-string): New function.
1773 (mml2015-epg-verify-result-to-string): New function.
1774 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1775 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1776 instead of epg-verify-result-to-string.
1777 (epg-signature-key-id, epg-signature-to-string): Autoload.
1778 (epg-verify-result-to-string): Remove autoload.
1779
1780 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1781
1782 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1783 ID image from GPG public key.
1784 (mml2015-epg-key-image-to-string): New function.
1785
1786 2012-12-25 Leo Liu <sdl.web@gmail.com>
1787
1788 * plstore.el (plstore-passphrase-callback-function): Fix error when
1789 error when plstore-cache-passphrase-for-symmetric-encryption is set
1790 (bug#13264).
1791
1792 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1793
1794 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1795 buffer to the article buffer here, because that clobbers multiple
1796 article buffers.
1797
1798 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1799 buffer always points to the right summary buffer.
1800
1801 2012-12-25 John Wiegley <jwiegley@gmail.com>
1802
1803 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1804 the password (bug#12097).
1805
1806 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1807
1808 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1809 (bug#13263).
1810
1811 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1812 buffer exists before using it (bug#12475).
1813
1814 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1815 offline groups (bug#11937).
1816
1817 * message.el (message-yank-original): When using customize to set the
1818 value of `message-cite-style', the variable it set to a symbol that's
1819 the name of the variable, which must then be dereferenced (bug#12616).
1820
1821 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1822
1823 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1824 the `face' property with a list whose car is the face specified in the
1825 format string and whose cdr is (nil).
1826 * lisp/gnus-util.el
1827 (gnus-put-text-property-excluding-characters-with-faces):
1828 Change accordingly.
1829 (gnus-get-text-property-excluding-characters-with-faces): New function.
1830 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1831 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1832 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1833
1834 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1835
1836 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1837 login methods.
1838 (nnimap-login): Respect the `nnimap-authenticator' variable.
1839
1840 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1841 mark state when moving articles. Otherwise unticked articles will get
1842 their ticks back after moving.
1843
1844 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1845
1846 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1847
1848 * message.el (message-ignored-news-headers): Always remove
1849 X-Message-SMTP-Method to avoid information leakage if the user
1850 mistakenly inserts the header into news messages.
1851
1852 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1853
1854 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1855 right than four characters, this command would move point to
1856 `point-max'. Don't do that.
1857
1858 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1859 to nil to allow re-selecting groups that gain articles.
1860 (gnus-bug-group-download-format-alist): Update the URL.
1861
1862 2012-12-23 Andreas Schwab <schwab@suse.de>
1863
1864 * shr.el (shr-tag-em): Render em as italic, not bold.
1865
1866 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1867
1868 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1869 for reuse.
1870 (gnus-open-server): Use it to add more tracing.
1871 (gnus-finish-retrieve-group-infos): Add backend tracing.
1872 (gnus-backend-trace): Also note the elapsed seconds.
1873
1874 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1875
1876 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1877 Set epa-file-encrypt-to from variable to avoid querying.
1878
1879 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1880
1881 * sieve-mode.el (sieve-font-lock-keywords):
1882 Keywords should be word delimited. (Bug#13173)
1883
1884 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1885
1886 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1887 instead of <pre> to align message header.
1888
1889 2012-12-12 Sam Steingold <sds@gnu.org>
1890
1891 * gnus.el (gnus-other-frame-resume-function): Add user option.
1892 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1893
1894 2012-12-06 Sam Steingold <sds@gnu.org>
1895
1896 * gnus-start.el (gnus-before-resume-hook): Add.
1897 (gnus-1): Run it when Gnus is alive.
1898
1899 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1900
1901 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1902 * gnus-art.el (article-unsplit-urls)
1903 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1904 * gnus-registry.el (gnus-registry-get-article-marks)
1905 * message.el (message-goto-body): Use it.
1906 (message-called-interactively-p): Remove.
1907
1908 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1909 (spam-stat-score-buffer): Use it.
1910
1911 * spam.el: Silence the warnings against BBDB functions when compiling.
1912
1913 * gnus-score.el (gnus-score-decode-text-parts):
1914 Use append+mapcar instead of the cl function mapcan.
1915
1916 * gmm-utils.el (gmm-flet): Remove.
1917
1918 * gnus-sync.el (gnus-sync-lesync-call):
1919 Avoid overriding json-alist-p.
1920
1921 * message.el (message-read-from-minibuffer):
1922 Avoid overriding mail-abbrev-in-expansion-header-p.
1923
1924 2012-12-05 Sam Steingold <sds@gnu.org>
1925
1926 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1927 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1928 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1929
1930 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1931
1932 * gmm-utils.el (gmm-called-interactively-p): Revert.
1933 This seems to cause Emacs to get stuck!
1934 * gnus-art.el (article-unsplit-urls)
1935 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1936 * gnus-registry.el (gnus-registry-get-article-marks)
1937 * message.el (message-goto-body)
1938 (message-called-interactively-p): Revert.
1939
1940 * gmm-utils.el (gmm-called-interactively-p): New function.
1941 * gnus-art.el (article-unsplit-urls)
1942 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1943 * gnus-registry.el (gnus-registry-get-article-marks)
1944 * message.el (message-goto-body): Use it.
1945 (message-called-interactively-p): Remove.
1946
1947 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1948 * gnus-sync.el (gnus-sync-lesync-call)
1949 * message.el (message-read-from-minibuffer): Use it.
1950
1951 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1952
1953 * gmm-utils.el (gmm-flet): Remove.
1954 * gnus-sync.el (gnus-sync-lesync-call)
1955 * message.el (message-read-from-minibuffer): Don't use it.
1956
1957 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1958
1959 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1960
1961 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1962
1963 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1964
1965 * gnus-sync.el (gnus-sync-lesync-call)
1966 * message.el (message-read-from-minibuffer): Use gmm-flet.
1967
1968 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1969
1970 * gnus-util.el (gnus-macroexpand-all): Remove.
1971
1972 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1973
1974 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1975 to TAB, not [tab].
1976 (gnus-summary-article-map): Likewise.
1977
1978 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1979 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1980
1981 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1982
1983 * message.el (message-get-reply-headers):
1984 Make sure the reply goes to the author if it is a wide reply.
1985
1986 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1987
1988 * gnus-score.el (gnus-score-body):
1989 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1990 scoring by body.
1991
1992 2012-11-16 Glenn Morris <rgm@gnu.org>
1993
1994 * gnus-diary.el (nndiary-request-create-group-functions)
1995 (nndiary-request-update-info-functions)
1996 (gnus-subscribe-newsgroup-functions)
1997 (nndiary-request-accept-article-functions):
1998 Use new names for hooks rather than obsolete aliases.
1999
2000 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2001
2002 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2003 in meta tag with the one the part specifies in its header.
2004
2005 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2006
2007 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2008 by default.
2009
2010 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2011
2012 New UIDL implementation.
2013
2014 * mail-source.el (mail-sources, mail-source-keyword-map):
2015 Add :leave as a pop3 keyword.
2016 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2017
2018 * pop3.el (pop3-leave-mail-on-server): Allow number.
2019 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2020 (pop3-movemail): Add UIDL support.
2021 (pop3-send-streaming-command): Take a list of mail numbers instead of
2022 the number of mails.
2023 (pop3-write-to-file): Add X-UIDL header.
2024 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2025 (pop3-uidl-add-xheader): New functions.
2026
2027 * message.el (message-ignored-resent-headers):
2028 Add X-Content-Length and X-UIDL headers.
2029
2030 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * nndiary.el (nndiary-request-create-group-functions)
2033 (nndiary-request-update-info-functions)
2034 (nndiary-request-accept-article-functions):
2035 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2036 "-hooks" suffix.
2037
2038 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2039
2040 * starttls.el (starttls-extra-arguments): Doc fix.
2041
2042 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2043
2044 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2045 it.
2046
2047 2012-10-06 Glenn Morris <rgm@gnu.org>
2048
2049 * gnus-notifications.el (gnus-notifications):
2050 Add missing group :version tag.
2051 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2052 (gnus-gcc-post-body-encode-hook):
2053 * gnus-sync.el (gnus-sync-lesync-name)
2054 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2055
2056 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2057
2058 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2059 a user about whether to delete temp files if once a user answered as n.
2060
2061 2012-09-17 Richard Stallman <rms@gnu.org>
2062
2063 * message.el (message-in-body-p): Don't set mark or modify buffer.
2064
2065 * mml.el (mml-attach-file): Doc fix.
2066 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2067 Set mail-encode-mml when in Mail mode.
2068 Simplify code to set HEAD and move back to HEAD.
2069 (mml-insert-multipart, mml-insert-part):
2070 Set mail-encode-mml when in Mail mode.
2071
2072 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2073
2074 * gnus-util.el (gnus-timer--function): New function.
2075
2076 * gnus-art.el (gnus-article-stop-animations): Use it.
2077
2078 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2079
2080 Fix glitches caused by addition of psec to timers.
2081 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2082 rather than raw access to timer vector.
2083
2084 2012-09-11 Julien Danjou <julien@danjou.info>
2085
2086 * gnus-notifications.el (gnus-notifications): Check for nil values in
2087 ignored addresses check.
2088
2089 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2092
2093 2012-09-07 Chong Yidong <cyd@gnu.org>
2094
2095 * gnus-util.el
2096 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2097
2098 * gnus-salt.el (gnus-tree-highlight-node):
2099 * gnus-sum.el (gnus-summary-highlight-line):
2100 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2101
2102 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2103
2104 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2105
2106 2012-09-06 Juri Linkov <juri@jurta.org>
2107
2108 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2109 scheme for buffer names to be more consistent with other group and
2110 article buffer names in Gnus.
2111
2112 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2113
2114 * gnus-util.el
2115 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2116
2117 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2118 Jenkner.
2119
2120 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2121
2122 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2123
2124 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2125
2126 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2127
2128 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2129 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2130
2131 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2132 string-prefix-p in Emacs >=23.2.
2133
2134 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2135 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2136 instead of string-match-p.
2137 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2138
2139 2012-09-06 Kenichi Handa <handa@gnu.org>
2140
2141 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2142 lowercase a..f.
2143
2144 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2145
2146 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2147
2148 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2149
2150 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2151 TIME is set.
2152
2153 2012-09-05 Juri Linkov <juri@jurta.org>
2154
2155 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2156 than one group at a time (bug#11961).
2157
2158 2012-09-05 Julien Danjou <julien@danjou.info>
2159
2160 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2161 this hide the real reason with a message giving absolutely no hint.
2162
2163 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2164
2165 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2166 to the backend (bug#11804).
2167
2168 * message.el (message-insert-newsgroups): Don't insert newsgroup
2169 duplicates (bug#12275).
2170
2171 2012-09-05 John Wiegley <johnw@newartisans.com>
2172
2173 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2174 sieve rules.
2175
2176 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2177
2178 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2179 function.
2180
2181 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2182
2183 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2184
2185 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2186
2187 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2188 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2189 This should make nnmaildir more usable with offlineimap.
2190
2191 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2192
2193 * gnus-notifications.el (gnus-notifications-notify): Use it.
2194
2195 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2196 warnings on XEmacs.
2197
2198 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2199
2200 Better seeds for (random).
2201 * gnus-sync.el (gnus-sync-lesync-setup):
2202 * message.el (message-canlock-generate, message-unique-id):
2203 Change (random t) to (random), now that the latter is more random.
2204
2205 2012-08-31 Dave Abrahams <dave@boostpro.com>
2206
2207 * auth-source.el (auth-sources): Fix macos keychain access.
2208
2209 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2210 allow the backend `request-head' function to determine the group
2211 name on its own.
2212 (gnus-request-expire-articles): Filter out negative article numbers
2213 during expiry (Bug#11980).
2214
2215 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2216 O(N^2) to O(N). This makes warping into huge groups tolerable.
2217
2218 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2219 you've found the article when you haven't.
2220
2221 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2224
2225 2012-08-30 Julien Danjou <julien@danjou.info>
2226
2227 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2228 `gnus-notifications-timeout'.
2229 (gnus-notifications-timeout): Add.
2230 (gnus-notifications-action): New function.
2231 (gnus-notifications-notify): Add :action using
2232 `gnus-notifications-action'.
2233 (gnus-notifications-id-to-msg): New variable.
2234 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2235 notifications id to messages.
2236
2237 2012-08-30 Kenichi Handa <handa@gnu.org>
2238
2239 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2240 once.
2241
2242 2012-08-29 Julien Danjou <julien@danjou.info>
2243
2244 * gnus-notifications.el: New file.
2245 (gnus-notifications-notify): New function.
2246 (gnus-notifications): Use `gnus-notifications-notify'.
2247
2248 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2249
2250 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2251 transfer encoding first; bind gnus-newsgroup-charset to the charset
2252 that the article specifies (Bug#12209).
2253
2254 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2255
2256 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2257 (gnus-group-customize-done): Encode values posting-style holds.
2258
2259 * gnus-msg.el (gnus-summary-resend-message)
2260 (gnus-configure-posting-styles): Decode values posting-style group
2261 parameter holds.
2262
2263 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2264
2265 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2266 `name' and `address' in Resent-From header.
2267
2268 2012-08-14 Chong Yidong <cyd@gnu.org>
2269
2270 * gnus-art.el (article-display-face): Handle failure in
2271 gnus-create-image (Bug#11802).
2272
2273 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2276 Use defsetf.
2277
2278 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2279
2280 * auth-source.el (auth-source-plstore-search)
2281 (auth-source-secrets-search): Ignore :require and :type in search spec.
2282
2283 2012-08-06 Julien Danjou <julien@danjou.info>
2284
2285 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2286 Remove autoload, already handled by gnus.el.
2287
2288 2012-08-05 Julien Danjou <julien@danjou.info>
2289
2290 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2291 Add autoload.
2292
2293 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2294
2295 * gnus.el (gnus-valid-select-methods): Fix custom type.
2296
2297 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2298
2299 * auth-source.el (auth-sources, auth-source-backend-parse)
2300 (auth-source-macos-keychain-search)
2301 (auth-source-macos-keychain-search-items)
2302 (auth-source-macos-keychain-result-append)
2303 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2304 auth-source.el through the /usr/bin/security utility.
2305 (auth-sources): Fix syntax error.
2306 (auth-source-macos-keychain-result-append): Fix variable name.
2307 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2308
2309 2012-07-27 Julien Danjou <julien@danjou.info>
2310
2311 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2312 Emacs < 24.1
2313
2314 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2315
2316 * message.el (message-kill-address): Don't kill last newline.
2317 (message-skip-to-next-address): Don't move to the next header.
2318 (message-fill-field-address): Work properly.
2319
2320 2012-07-25 Julien Danjou <julien@danjou.info>
2321
2322 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2323
2324 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2325
2326 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2327
2328 2012-07-24 Julien Danjou <julien@danjou.info>
2329
2330 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2331
2332 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2333 (nntp-async-timer-handler): Remove, unused.
2334
2335 * nnimap.el (nnimap-get-responses): Remove, unused.
2336
2337 * nnheader.el (mail-header-set-extra): Remove, unused.
2338
2339 * mm-view.el (mm-view-sound-file): Remove, unused.
2340
2341 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2342 (mm-url-encode-multipart-form-data): Remove, unused.
2343
2344 * message.el (message-remove-signature, message-make-host-name)
2345 (message-fill-address): Remove, unused.
2346
2347 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2348 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2349 unused.
2350
2351 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2352
2353 * gnus-util.el (gnus-extract-address-component-name)
2354 (gnus-extract-address-component-email, gnus-sortable-date)
2355 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2356 (gnus-process-live-p): Remove, unused.
2357
2358 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2359
2360 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2361 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2362 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2363 function.
2364
2365 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2366
2367 * gnus-score.el (gnus-summary-score-crossposting)
2368 (gnus-score-regexp-bad-p): Remove, unused.
2369
2370 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2371
2372 * gnus-range.el (gnus-sublist-p): Remove, unused.
2373
2374 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2375 unused.
2376
2377 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2378
2379 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2380 (gnus-request-associate-buffer): Remove, unused.
2381
2382 * gnus-group.el (gnus-group-set-method-info)
2383 (gnus-group-set-params-info): Remove, unused.
2384
2385 * gnus-fun.el (gnus-shell-command-to-string)
2386 (gnus-shell-command-on-region): Remove, unused.
2387
2388 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2389
2390 * gnus-art.el (gnus-article-text-type-exists-p)
2391 (article-translate-characters, gnus-article-hide-text-of-type)
2392 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2393 Remove, unused.
2394
2395 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2396
2397 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2398 Gnus master.
2399
2400 2012-07-22 Andrew Cohen <cohen@bu.edu>
2401
2402 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2403
2404 2012-07-21 Julien Danjou <julien@danjou.info>
2405
2406 * message.el (message-dont-reply-to-names): Replace deprecated
2407 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2408 (message-get-reply-headers): Ditto.
2409
2410 2012-07-18 Julien Danjou <julien@danjou.info>
2411
2412 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2413 `sieve-upload-and-kill'.
2414
2415 * sieve.el (sieve-bury-buffer): Remove function.
2416 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2417 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2418
2419 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2420
2421 * shr.el (shr-expand-url): Handle URL starting with `//'.
2422
2423 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2424 2012-07-13 Chong Yidong <cyd@gnu.org>
2425
2426 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2427 instead of calling toggle-read-only with a (bogus) argument.
2428
2429 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2430
2431 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2432 of initial input when reading the author to restrict the summary to.
2433
2434 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2435
2436 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2437 buffer exists, which it doesn't if we haven't started Gnus.
2438
2439 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2440
2441 * mm-decode.el (mm-shr):
2442 Allow overriding charset by mm-charset-override-alist.
2443
2444 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2445
2446 * gnus-art.el (gnus-article-view-part):
2447 Toggle subparts of multipart/alternative part.
2448
2449 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2450
2451 * gnus-sync.el: Simply require json.
2452
2453 * registry.el: Simply require eieio and eieio-base.
2454
2455 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2456
2457 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2458
2459 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * shr.el (shr-render-buffer): New command.
2462 (shr-visit-file): Use it.
2463
2464 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2465
2466 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2467 Set no-byte-compile and no-update-autoloads.
2468
2469 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2470
2471 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2472
2473 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2474
2475 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2476 being bound to a lambda form.
2477
2478 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2479
2480 * gnus-picon.el (gnus-picon-properties): New defcustom.
2481 (gnus-picon-create-glyph): Use it.
2482
2483 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2484
2485 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2486 locales.
2487
2488 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2489 on a handle.
2490
2491 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2492 address as the default.
2493
2494 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2495 It makes no sense to query the user about internal files.
2496
2497 * gnus-spec.el: Remove all the byte-compilation stuff, since
2498 benchmarking shows that it doesn't help when entering large summary
2499 buffers.
2500
2501 * gnus-util.el (gnus-byte-code): Remove.
2502
2503 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2504 grouplens stuff.
2505
2506 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2507
2508 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2509 (bug#11514).
2510
2511 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2512
2513 * message.el (message-buffers): Return all buffers derived from Message
2514 to make `gnus-dired-attach' work with mu4e.
2515
2516 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2517
2518 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2519 (mm-dissect-singlepart): Don't guess the MIME type of
2520 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2521 set.
2522 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2523 toplevel MIME type is multipart/encrypted.
2524
2525 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2526
2527 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2528 In particular, add an optional argument and a docstring.
2529
2530 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2531
2532 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2533 current before calling `gnus-groups-to-gnus-format'.
2534 Note that this was already the case for `gnus-active-to-gnus-format'.
2535
2536 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2537
2538 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2539
2540 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2541
2542 * mm-decode.el (mm-dissect-buffer): Doc fix.
2543
2544 * gnus-sum.el (gnus-handle-ephemeral-exit):
2545 Avoid creating the group buffer if it doesn't exist.
2546
2547 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2548 is given, mark the group as ephemeral with the current window conf.
2549
2550 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2551 buffer exists, which it doesn't if we haven't started Gnus.
2552 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2553
2554 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2555
2556 * mml.el (mml-generate-mime):
2557 Allow specifying what the top-level part type is.
2558
2559 * gnus-sum.el (gnus-auto-center-summary):
2560 `scroll-margin' isn't defined on XEmacs.
2561
2562 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2563
2564 * gnus-sum.el (gnus-auto-center-summary):
2565 Set default to respect `scroll-margin'.
2566
2567 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2568
2569 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2570 citation prefix within a block of cited text should be considered
2571 part of that block *only* if it is a blank line.
2572
2573 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2576 before kinsoku-bol characters nor within kinsoku-eol characters.
2577
2578 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2579
2580 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2581 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2582 Silence compiler.
2583 (gnus-sync-read): Use mapc instead of mapcar.
2584
2585 * mm-archive.el: Require mm-decode for some macros.
2586 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2587 Silence the byte compiler.
2588 (mm-archive-decoders): New function that returns the value of
2589 the mm-archive-decoders variable.
2590
2591 * mm-decode.el:
2592 Don't require mm-archive; autoload mm-archive functions instead.
2593 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2594
2595 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2596
2597 2012-06-26 Peter Münster <pmrb@free.fr>
2598
2599 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2600 (gnus-demon-cancel): Ditto.
2601 (gnus-demon-run-callback): When function cannot be called due to low
2602 idleness, call it when idleness reaches the expected value, instead
2603 of waiting another timer period.
2604 (gnus-demon-init): Add `time' to arguments of call-back.
2605
2606 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2607
2608 * gnus.el: Register gnus-registry functions.
2609
2610 * gnus-registry.el (gnus-try-warping-via-registry):
2611 Move here and indent.
2612
2613 * gnus-int.el (gnus-warp-to-article):
2614 Check whether the registry is enabled before warping.
2615
2616 2012-06-26 Dave Abrahams <dave@boostpro.com>
2617
2618 * gnus-sum.el (gnus-summary-insert-subject): Record information
2619 in the registry about each article retrieved.
2620
2621 * gnus-int.el (gnus-select-group-with-message-id): New function.
2622 (gnus-try-warping-via-registry): Ditto.
2623 (gnus-warp-to-article): Fall back on the registry.
2624
2625 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2626
2627 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2628
2629 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2630
2631 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2632 gnus-gcc-self-resent-messages may be a group parameter.
2633 (gnus-summary-resend-message):
2634 Don't encode encoded words in header when Gcc'ing resent message.
2635
2636 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2637
2638 * shr.el (shr-insert): Treat non-breaking space just like normal
2639 space. This seems to produce more pleasing results.
2640 (shr-insert):
2641 Only insert a blank line if we're starting from an image.
2642 (shr-tag-br):
2643 Allow <br> to end lines or to make a single blank line.
2644 (shr-ensure-paragraph): Consider lines with white space to be blank.
2645
2646 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2647
2648 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2649 and gnus-gcc-post-body-encode-hook.
2650
2651 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2652
2653 * mm-decode.el (mm-dissect-singlepart):
2654 Guess what the type of application/octet-stream parts really is.
2655
2656 * gnus-sum.el (gnus-propagate-marks): Remove.
2657
2658 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2659
2660 * nntp.el (nntp-coding-system-for-read): Remove.
2661 (nntp-coding-system-for-write): Ditto.
2662 (nntp-open-connection): Just use `binary' directly.
2663
2664 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2665
2666 * registry.el (registry-usage-test, registry-persistence-test):
2667 Move to tests/gnustest-registry.el.
2668 (registry-make-testable-db, registry-match-test)
2669 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2670
2671 * gnus-registry.el (gnus-registry-misc-test)
2672 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2673
2674 * tests/gnustest-registry.el:
2675 New file with the registry and gnus-registry ERT tests.
2676
2677 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2678
2679 * gnus-msg.el (gnus-summary-resend-message):
2680 Make gnus-summary-resend-message-insert-gcc be last item in
2681 message-header-setup-hook.
2682
2683 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2684
2685 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2686 (nnfolder-marks, nnfolder-marks-file-suffix)
2687 (nnfolder-marks-modtime): Remove.
2688 (nnfolder-open-server): Don't use marks.
2689 (nnfolder-request-delete-group): Ditto.
2690 (nnfolder-request-rename-group): Ditto.
2691 (nnfolder-request-set-mark, nnfolder-request-marks)
2692 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2693 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2694
2695 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2696 (nnml-marks-modtime): Remove.
2697 (nnml-request-delete-group): Don't use marks.
2698 (nnml-request-rename-group): Ditto.
2699 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2700 (nnml-save-marks, nnml-open-marks): Remove.
2701
2702 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2703 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2704 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2705 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2706 (nntp-server-to-method-cache): Remove.
2707
2708 * shr.el (shr-rescale-image): Fix wrong merge.
2709
2710 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2711
2712 * shr.el (shr-remove-trailing-whitespace):
2713 Really delete the padding on too-wide lines.
2714
2715 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2716
2717 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2718 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2719
2720 * mm-decode.el (mm-display-external): Output the text from
2721 the command in the buffer after the command finished.
2722 This makes text-based commands behave better.
2723
2724 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2725
2726 * message.el (smtpmail-smtp-user): Silence compiler warning.
2727
2728 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2729
2730 * message.el (message-multi-smtp-send-mail): Also allow specifying
2731 the SMTP user name.
2732
2733 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2734
2735 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2736
2737 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2738
2739 * message.el (message-multi-smtp-send-mail): New function.
2740 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2741 header to implement multi-SMTP functionality.
2742
2743 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2744 (gnus-agentize): Don't set it.
2745 (gnus-agent-send-mail): Don't use it.
2746
2747 * gnus-sum.el (gnus-summary-widget-backward):
2748 New function and keystroke.
2749
2750 * shr.el (shr-put-image): Remove underlines from sliced images.
2751 (shr-zoom-image): Compute the region to be replaced more correctly.
2752
2753 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2754
2755 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2756 (gnus-summary-resend-message-insert-gcc): New function.
2757 (gnus-summary-resend-message): Modify message-header-setup-hook and
2758 message-sent-hook to make it work for Gcc.
2759 (gnus-inews-do-gcc): Update the number of unread articles of groups
2760 that messages are Gcc'd to.
2761
2762 * message.el (message-resend): Run message-sent-hook to do Gcc.
2763
2764 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2765
2766 * gnus-registry.el (gnus-registry-fixup-registry):
2767 Move the message to a higher level to silence compilation.
2768
2769 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2770 parameter to allow controlling the scaling.
2771
2772 * shr.el (shr-zoom-image): New command and keystroke.
2773 (shr-put-image): Take a `size' flag to say how to scale the image.
2774
2775 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2776 Use recursive deletion.
2777 (mm-dissect-archive): Add support for zip files.
2778
2779 * gnus-util.el (gnus-recursive-directory-files): New function.
2780
2781 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2782 (mm-archive-decoders): Add tgz support.
2783
2784 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2785 Otherwise inserting text into the Gnus buffer can look odd.
2786
2787 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2788
2789 * mm-archive.el (mm-archive-decoders): Add support for tar.
2790
2791 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2792
2793 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2794
2795 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2796
2797 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2798
2799 * mm-archive.el: New file.
2800
2801 * mm-decode.el (mm-dissect-singlepart):
2802 Use it to decode ms-tnef files.
2803
2804 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2805
2806 * message.el (message-goto-*): Make all the `message-goto-*' commands
2807 push the mark before moving point. This makes it easier to go back
2808 to where you came from after editing whatever you jumped to.
2809
2810 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2811
2812 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2813 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2814 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2815
2816 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2817
2818 * spam.el: Move BBDB autoloads.
2819 (spam-exists-in-BBDB-p):
2820 New function to do the BBDB search directly in BBDB 2 and 3.
2821 (spam-check-BBDB): Use it.
2822 (spam-enter-ham-BBDB): Use it.
2823
2824 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2825
2826 * gnus-group.el (gnus-group-get-new-news):
2827 New parameter `one-level' for scanning exactly one level.
2828
2829 * gnus-start.el (gnus-get-unread-articles): Ditto.
2830
2831 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2832
2833 * gnus-sync.el: More commentary about setup.
2834
2835 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2836
2837 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2838
2839 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2840
2841 * gnus-sync.el: Improve docs about CouchDB admins.
2842
2843 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2844
2845 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2846 not needed. Provide xmlplistread list function to produce XML plist
2847 output for non-Gnus LeSync clients.
2848
2849 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2850
2851 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2852 and save against it. Group subscriptions, read marks, other marks,
2853 subscription levels, topic names, and topic offsets (the group's
2854 position within the topic) are saved. This is an experimental
2855 backend and may change significantly. Load json.el from
2856 the gnus-fallback-lib if it's not available otherwise.
2857 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2858
2859 2012-06-26 David Engster <dengste@eml.cc>
2860
2861 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2862
2863 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2864
2865 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2866
2867 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2868
2869 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2870 is an integer to avoid later problems.
2871
2872 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2873
2874 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2875 locales.
2876
2877 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2878
2879 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2880 articles when fetch-old is non-nil (bug#11370).
2881
2882 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2883
2884 * gnus-group.el (gnus-group-get-new-news):
2885 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2886
2887 2012-06-10 Dave Abrahams <dave@boostpro.com>
2888
2889 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2890 groups (bug#11641).
2891
2892 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2893
2894 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2895 (bug#11514).
2896
2897 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 * nntp.el: Stop the `letf' madness.
2900 (nntp--report-1): New var.
2901 (nntp-report): Merge nntp-report-1 into it.
2902 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2903 the nntp-report function.
2904
2905 * auth-source.el: Fix comment-style to follow the convention.
2906
2907 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2908
2909 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2910 a string so that Gcc works (bug#11514).
2911
2912 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2915 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2916
2917 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2920 jumping to *Server* from a dedicated *Group* window.
2921 (gnus-configure-frame): CSE.
2922
2923 * gnus-registry.el: Minor style cleanup.
2924 (gnus-registry--set/remove-mark): New function, extracted from
2925 gnus-registry-install-shortcuts.
2926 (gnus-registry-install-shortcuts): Use it.
2927
2928 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2929
2930 * nnspool.el (news-path): Use eval-and-compile.
2931
2932 2012-05-24 Glenn Morris <rgm@gnu.org>
2933
2934 * nnspool.el (news-directory, news-path, news-inews-program):
2935 Move here from paths.el. Don't see a need for these to be autoloaded.
2936
2937 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2938 Merge in doc from paths.el version. Don't see any need for this to be
2939 autoloaded, or for the warning about users not setting it.
2940
2941 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2942
2943 Fix minor Y10k bug.
2944 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2945
2946 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2949 message once it's actually open.
2950
2951 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * auth-source.el (auth-source--aput-1, auth-source--aput)
2954 (auth-source--aget): New functions and macros.
2955 Use them instead of aput/aget.
2956
2957 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2958
2959 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2960
2961 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2962
2963 * plstore.el (plstore-called-interactively-p): New compat macro copied
2964 from message.el.
2965 (plstore-mode): Use it.
2966
2967 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2968
2969 * plstore.el: Revive the editing feature.
2970 (plstore-mode): New mode to edit plstore file.
2971 (plstore-mode-toggle-display, plstore-mode-original)
2972 (plstore-mode-decoded): New command.
2973 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2974 (plstore--insert-buffer, plstore--make): New function.
2975 (plstore-open, plstore-save): Simplify by using them.
2976
2977 2012-04-16 Glenn Morris <rgm@gnu.org>
2978
2979 * nndraft.el (nndraft-request-list): Fix declaration.
2980
2981 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2982
2983 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2984 don't have a current group.
2985
2986 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2987 have a group name.
2988
2989 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2990 a multibyte buffer (bug#7410).
2991 (article-wash-html): Parse the original article buffer to get the
2992 unencoded data (bug#7410).
2993
2994 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2995 .newsrc.el files.
2996
2997 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2998
2999 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3000 would have gotten if we posted to the group, and use that to compare
3001 against the message we want to cancel (bug#10808).
3002
3003 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3004
3005 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3006 "#" to avoid having them interpreted as comments.
3007
3008 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3009
3010 * shr.el (shr-insert): Update the text state properly to avoid
3011 inserting spurious paragraph starts.
3012
3013 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3014
3015 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3016 requested (bug#10961).
3017
3018 * shr.el (shr-table-widths): Divide the extra width more fairly over
3019 the TDs (bug#10973).
3020 (shr-render-td): Don't delete too much padding.
3021 (shr-natural-width): Compute the natural width more correctly.
3022 (shr-insert): Allow the natural width to be computed for tables again.
3023 (shr-tag-table-1): Rework how the natural widths are computed by
3024 rendering the table a third time.
3025 (shr-natural-width): Remove.
3026 (shr-buffer-width): New function.
3027 (shr-expand-newlines): Use it.
3028
3029 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3030 using a `gnus-use-full-window' setup (bug#11013).
3031
3032 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3033
3034 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3035 24.1 release.
3036
3037 2012-03-10 David Edmondson <dme@dme.org>
3038
3039 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3040 'Forwarded Message' header and the start of the message.
3041
3042 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3043
3044 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3045 isn't running (bug#10897).
3046
3047 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3048
3049 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3050
3051 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3052
3053 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3054
3055 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3056
3057 * mm-decode.el (mm-shr): Remove "soft hyphens".
3058
3059 * nnimap.el (nnimap-request-list): Return the group names encoded as
3060 utf8. Otherwise non-European group names don't work.
3061 (nnimap-request-newgroups): Ditto.
3062
3063 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3064 the default in `read-string' (bug#10757).
3065
3066 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3067 topics (bug#10843).
3068
3069 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3070 buffer. Suggested by Herbert Valerio Riedel.
3071 (nnimap-request-move-article): Delete the message from the correct IMAP
3072 server.
3073
3074 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3075
3076 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3077 Reported by Peter Münster.
3078
3079 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3080
3081 * shr.el (shr-image-fetched): Make sure we really kill the right
3082 buffer.
3083
3084 2012-02-16 Leo Liu <sdl.web@gmail.com>
3085
3086 * gnus-start.el (gnus-1): Avoid duplicate entries.
3087
3088 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3089
3090 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3091 too-wide lines.
3092
3093 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3094
3095 * shr.el (shr-rescale-image): Undo previous change; see
3096 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3097
3098 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3099
3100 * nnimap.el (nnimap-record-commands): New variable.
3101 (nnimap-log-command): Use it.
3102 (nnimap-make-process-buffer): Add a space to the process buffer.
3103 (nnimap-transform-headers): Don't bug out on header lines containing
3104 stuff that look like IMAP length encodings.
3105
3106 * shr.el (shr-rescale-image): Allow viewing large images.
3107
3108 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3109
3110 * nnml.el (nnml-request-compact-group): Delete the marks file after
3111 compaction (bug#10800).
3112
3113 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3114 group exit.
3115
3116 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3117 QRESYNC/FETCH output.
3118
3119 2012-02-11 Glenn Morris <rgm@gnu.org>
3120
3121 * sieve-manage.el (sieve-manage-default-stream):
3122 * shr.el (shr):
3123 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3124 (nnir-retrieve-headers-override-function)
3125 (nnir-imap-default-search-key, nnir-notmuch-program)
3126 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3127 (nnir-method-default-engines):
3128 * message.el (message-cite-reply-position):
3129 * gssapi.el (gssapi-program):
3130 * gravatar.el (gravatar):
3131 * gnus-sum.el (gnus-refer-thread-use-nnir):
3132 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3133 (gnus-registry-max-pruned-entries):
3134 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3135 * gnus-int.el (gnus-after-set-mark-hook)
3136 (gnus-before-update-mark-hook):
3137 * gnus-async.el (gnus-async-post-fetch-function):
3138 * auth-source.el (auth-source-cache-expiry):
3139 Add missing :version tags to new defcustoms and defgroups.
3140
3141 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3142
3143 * message.el (message-default-send-mail-function): Made into own
3144 function for reuse by emacsbug.el.
3145
3146 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3149 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3150
3151 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3152
3153 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3154 running.
3155
3156 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3157
3158 * gnus.el (gnus-server-extend-method): Don't add an -address component
3159 if the method already has one (bug#9676).
3160
3161 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3162
3163 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3164 of an initial-input for consistency (bug#10757).
3165
3166 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3167
3168 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3169
3170 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3171
3172 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3173 lines that are narrower than the window width. Otherwise background
3174 "blocks" will look less readable.
3175
3176 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3177
3178 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3179
3180 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3181
3182 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3183 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3184 have newlines within the strings, and where the UID comes after the
3185 BODYSTRUCTURE element (bug#10537).
3186
3187 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3188 (bug#10732).
3189
3190 * shr.el (shr-insert-document): Add doc string.
3191 (shr-visit-file): Ditto.
3192 (shr-remove-trailing-whitespace): New function.
3193 (shr-insert-document): Use it to clean up trailing whitespace as the
3194 final step (bug#10714).
3195
3196 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3197
3198 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3199 buffer if `gnus-kill-summary-on-exit' is nil.
3200
3201 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3202
3203 * gnus-sum.el (gnus-summary-show-thread):
3204 next-single-char-property-change may return nil in XEmacs.
3205
3206 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3207
3208 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3209 when just reading a single group from "without" Gnus.
3210
3211 2012-02-06 Chong Yidong <cyd@gnu.org>
3212
3213 * gnus-sum.el (gnus-summary-show-thread):
3214 next-single-char-property-change never returns nil (Bug#8657).
3215
3216 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3217
3218 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3219 without reconnecting.
3220 (nnimap-possibly-change-group): Ditto.
3221 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3222 connection has died before being called.
3223
3224 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3225
3226 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3227 an initial sync unless we're really doing one.
3228
3229 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3230 address parameter if one already exists (bug#9676).
3231
3232 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3233 not the prefix, as documented (bug#10689).
3234
3235 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3236
3237 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3238 the "server".
3239
3240 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3241 the real error message with the useless "previously known to be down".
3242 Which isn't even correct.
3243
3244 * nntp.el (nntp-open-connection): Report the error message if the nntp
3245 server can't be reached.
3246
3247 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3248 groups we do a total scan for.
3249 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3250 doing that.
3251
3252 2012-01-31 Jim Meyering <jim@meyering.net>
3253
3254 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3255 Correct a comment (insert "not") and hide nominally-doubled "to".
3256
3257 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3258
3259 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3260 section in the manual.
3261
3262 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3263
3264 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3265 words.
3266 (rfc2047-encode-string): Ditto.
3267 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3268 understand folded filename="..." parameters, for instance.
3269
3270 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3271 the message for greater debuggability.
3272
3273 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3274
3275 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3276 instead of setting it locally, since the latter doesn't seem to have
3277 any effect (most of the time).
3278
3279 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3280
3281 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3282 function call.
3283
3284 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3285
3286 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3287 seconds, and make the repeat clause with HH:MM specs work as
3288 documented.
3289
3290 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3291
3292 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3293 so that previous errors don't prohibit getting new news.
3294
3295 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3296
3297 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3298
3299 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3300
3301 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3302 bound globally in old Emacsen and XEmacsen.
3303
3304 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3305
3306 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3307 buffer, not of the string which is its name.
3308
3309 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3310
3311 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3312 non-server-marks groups.
3313 (gnus-group-make-articles-read): Ditto.
3314
3315 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3316 methods (bug#9676).
3317
3318 * gnus.el (gnus-method-ephemeral-p): New function.
3319
3320 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3321
3322 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3323 left-to-right.
3324
3325 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3326
3327 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3328 warning.
3329
3330 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3331
3332 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3333 macroexpand the nnir things, since they haven't been defined yet, and
3334 nnir requires gnus-sum.
3335
3336 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3337
3338 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3339
3340 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3341
3342 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3343 logical server name in addition to the actual machine address.
3344
3345 * auth-source.el (auth-source-user-and-password): Add convenience
3346 wrapper to search by just host and optionally user.
3347
3348 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3349
3350 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3351 after rendering.
3352
3353 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3354
3355 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3356 (bug#9693).
3357 (gnus-summary-setup-buffer): Document return value (bug#9697).
3358
3359 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3360 since ido doesn't work on symbols (bug#9632).
3361
3362 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3363 when getting a single value as when getting all the values. This means
3364 that atoms like `gcc-self' work cumulatively, like variable settings,
3365 instead of getting the value from the last matching clause.
3366 (gnus-group-find-parameter): Protect against the group buffer not
3367 existing (bug#9585).
3368
3369 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3370
3371 * gnus-start.el (gnus-activate-group): Document more parameters
3372 (bug#9694).
3373
3374 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3375 (bug#9692).
3376
3377 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3378 article was fetched, so that it can be expired later (bug#9958).
3379 (gnus-agent-summary-fetch-series): Add doc string.
3380 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3381 (bug#9517).
3382
3383 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3384 retrieval is happening.
3385
3386 * gnus.el (gnus-parameters): Doc fix.
3387
3388 2012-01-06 Dave Abrahams <dave@boostpro.com>
3389
3390 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3391 show the thread after expansion.
3392
3393 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3394
3395 * gnus-art.el (article-narrow-to-head): If the head is completely
3396 empty, narrow to the empty region (bug#9764).
3397
3398 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3399 read, and then mark them as unread only when the unread mark is used.
3400 This makes `C-- T k' actually work, even though it's confusing.
3401
3402 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3403 alive before we try to find its window.
3404
3405 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3406
3407 * mm-decode.el (mm-display-external): Use a longer timeout for the
3408 deletion to allow slow programs to display the file.
3409
3410 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3411
3412 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3413 prompt to be less confusing.
3414
3415 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3416 argument to `message-reply'. This broke `special-display-*' frame
3417 pop-uping (bug#10238).
3418
3419 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3420
3421 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3422 systems, since these allegedly don't work there.
3423
3424 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3425
3426 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3427 live buffer.
3428
3429 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3430
3431 * nnir.el (nnir-retrieve-headers): Protect against the article not
3432 existing on the server (bug#10335).
3433
3434 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3435
3436 * gnus-agent.el (gnus-agent-load-local):
3437 Recompute gnus-agent-article-local on changing method.
3438
3439 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3440
3441 * gnus.el (gnus-parameters): Note precedence.
3442
3443 2012-01-04 Leo Liu <sdl.web@gmail.com>
3444
3445 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3446 in the group buffer.
3447
3448 2012-01-04 Julien Danjou <julien@danjou.info>
3449
3450 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3451 change.
3452
3453 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3454
3455 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3456 too.
3457
3458 * nntp.el (nntp-retrieve-group-data-early): Use it.
3459
3460 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3461
3462 * nntp.el (nntp-retrieval-in-progress): New variable.
3463 (nntp-make-process-buffer): Make it buffer-local.
3464
3465 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3466 2010.
3467 (gnus-demon-init): Use it to compute the time if time is on the form
3468 "04:23".
3469
3470 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3471
3472 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3473 status in the correct buffer.
3474
3475 2012-01-03 Leo Liu <sdl.web@gmail.com>
3476
3477 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3478 when opening topics (bug#10407).
3479
3480 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3481
3482 * mm-view.el (mm-display-inline-fontify): Add comment.
3483
3484 2011-12-15 Juri Linkov <juri@jurta.org>
3485
3486 * mm-decode.el (mm-inline-media-tests): Add missing
3487 `mm-handle-media-subtype'.
3488
3489 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3490
3491 * message.el (message-valid-fqdn-regexp): Update with newly approved
3492 top-level domain names ".tel" and ".asia".
3493
3494 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3495
3496 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3497 unconditionally.
3498
3499 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3500
3501 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3502 pop-to-buffer-same-window for old Emacsen.
3503
3504 2011-12-04 Chong Yidong <cyd@gnu.org>
3505
3506 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3507 change (Bug#10200).
3508
3509 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3510
3511 * compface.el (uncompface):
3512 * gnus-art.el (gnus-article-x-face-command): Update the header format
3513 of icon data for the most recent icontopbm program.
3514
3515 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3516
3517 * gnus-msg.el (gnus-inews-do-gcc):
3518 * message.el (message-send-mail):
3519 * mml.el (mml-generate-mime): Share the value of the buffer-local
3520 `message-options' variable between a draft buffer and temprary working
3521 buffers.
3522
3523 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3526
3527 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3528
3529 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3530 for Cygwin.
3531
3532 2011-11-24 Glenn Morris <rgm@gnu.org>
3533
3534 * starttls.el: Fix case of "GnuTLS".
3535
3536 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * gnus-group.el (gnus-group-highlight): Fix typo.
3539
3540 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3541
3542 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3543 value of `delete-file', that returns nil for a local file but returns t
3544 for a remote file using ssh.
3545
3546 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3547
3548 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3549 avoid later breakage.
3550
3551 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3552
3553 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3554 article buffers' name.
3555
3556 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3557
3558 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3559 by Paul Eggert's spellfixes two days ago.
3560
3561 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3562
3563 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3564 buffer-local instead of binding them to avoid warnings. Also demote
3565 errors (bug#10063).
3566 (font-lock-mode-hook): Shut up byte compiler.
3567
3568 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * mm-util.el (mm-charset-after): Fix typo.
3571
3572 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3573
3574 * gnus-sum.el (gnus-summary-make-menu-bar):
3575 * gnus-uu.el (gnus-uu-decode-postscript)
3576 (gnus-uu-decode-postscript-and-save):
3577 * mailcap.el (mailcap-print-command):
3578 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3579 Fix typos.
3580
3581 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3582
3583 * gnus-art.el (gnus-article-part-wrapper):
3584 * shr-color.el (shr-color-visible-distance-min)
3585 (shr-color-relative-to-absolute, set-minimum-interval)
3586 (shr-color-visible): Fix typos.
3587
3588 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3589
3590 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3591 slightly clearer.
3592
3593 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3594
3595 * message.el (message-send-and-exit): Document `arg'.
3596
3597 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3600
3601 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3602
3603 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3604 we don't use `bound-and-true-p'.
3605
3606 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3607
3608 * gnus-util.el (gnus-bound-and-true-p): Remove.
3609 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3610 * nnir.el: Use it.
3611 * nnmairix.el: Use it.
3612
3613 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3614
3615 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3616 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3617 for reasons unknown.
3618 * nnir.el: Use it.
3619 * nnmairix.el: Use it.
3620
3621 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3622 * nnir.el: Ditto.
3623 * nnmairix.el: Ditto.
3624
3625 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3626
3627 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * message.el (message-completion-function): Make sure
3630 message-tab-body-function is not attempted if one of
3631 message-completion-alist fails to find a completion (bug#9158).
3632
3633 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3634
3635 * mml.el (mml-quote-region): Quote <#secure> tag.
3636 (mml-generate-mime-1): Unquote <#secure> tag.
3637
3638 2011-10-20 Chong Yidong <cyd@gnu.org>
3639
3640 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3641 calling a minor mode from Lisp with nil arg enables it, so we have to
3642 make the wording a bit ambiguous here).
3643
3644 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3645
3646 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3647 * nnir.el (nnir-mode): Use it.
3648 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3649 Use it.
3650
3651 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3652 * nnmairix.el (gnus-registry-enabled): Ditto.
3653
3654 2011-10-17 Dave Abrahams <dave@boostpro.com>
3655
3656 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3657 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3658 only while we need to find out if it should be t or nil.
3659 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3660 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3661 the registry is installed. Set it to nil when it's unloaded.
3662 (gnus-registry-install-p): Provide user guidance for the initial value
3663 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3664 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3665 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3666 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3667 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3668 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3669 `gnus-registry-install'.
3670
3671 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3672
3673 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3674 previous change.
3675 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3676 primary key is marked as disabled.
3677
3678 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3679
3680 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3681 primary key is marked as disabled.
3682
3683 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3684
3685 * html2text.el (html2text-clean-anchor): Check for quotes around
3686 `href' value.
3687
3688 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3689
3690 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3691 searching. Drop `bbdb-cache'.
3692
3693 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3694
3695 * message.el (message-signed-or-encrypted-p): Exclude header when
3696 checking if there is signed or encrypted body in text/plain message.
3697
3698 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3699
3700 * html2text.el (html2text-get-attr): Correctly handle attribute values
3701 containing "=".
3702
3703 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3704
3705 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3706 handle bindings.
3707
3708 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3709
3710 * gnus-win.el (gnus-configure-windows): Protect against reading
3711 ephemeral groups outside of Gnus.
3712
3713 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3714
3715 * shr.el (shr-tag-img): Don't get images displayed in tables.
3716
3717 2011-10-03 Glenn Morris <rgm@gnu.org>
3718
3719 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3720 the "maintainer" version of debbugs.gnu.org reports.
3721
3722 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3723
3724 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3725 make asynchronous adjacent image insertion work better.
3726
3727 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3728
3729 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3730 Clarify documentation.
3731
3732 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3733
3734 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3735 `gnus-asynchronous' isn't shadowed.
3736
3737 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3738
3739 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3740 (nnimap-insert-partial-structure): The charset parameter isn't
3741 case-sensitive.
3742
3743 * nnheader.el (nnheader-message-maybe): New function.
3744
3745 * shr.el (shr-tag-table): Render totally broken tables better.
3746
3747 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3748 computing the boundary.
3749
3750 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3751
3752 * pop3.el (pop3-number-of-responses): Remove.
3753 (pop3-wait-for-messages): Rewrite to take linear time instead of
3754 exponential time.
3755
3756 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3757
3758 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3759 re-fetch images.
3760
3761 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3762 re-fetch images when hitting `g' in Gnus.
3763
3764 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3765
3766 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3767 (mml-compute-boundary): Don't check collision if it is non-nil.
3768 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3769 before checking collision.
3770
3771 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3772
3773 * message.el (message-indent-citation): Really make sure there's a
3774 newline at the end.
3775
3776 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3777 Fix suggested by John Wiegley.
3778
3779 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3780
3781 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3782
3783 * message.el (message-default-send-rename-function): Break out into its
3784 own function.
3785
3786 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3787 doesn't work under XEmacs.
3788
3789 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3790 of "imaps" to word around Windows problems.
3791 (nnimap-open-connection-1): Use it.
3792
3793 * message.el (message-indent-citation): Revert last change which made
3794 `F' not work.
3795
3796 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3797
3798 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3799 terminal as well.
3800
3801 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3802
3803 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3804 because it displays images using overlays that aren't easy to copy to
3805 the article buffer.
3806
3807 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3808
3809 * message.el (message-indent-citation): Fix empty line removal at the
3810 end of the citation.
3811
3812 2011-09-20 Julien Danjou <julien@danjou.info>
3813
3814 * auth-source.el (auth-source-netrc-create): Use default value for
3815 password if specified. Evaluate default.
3816 (auth-source-plstore-create): Ditto.
3817 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3818 value evaluation.
3819 (auth-source-netrc-create): Typo fix.
3820 (auth-source-plstore-create): Ditto.
3821
3822 * auth-source.el (auth-source-format-cache-entry): New function.
3823
3824 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3825
3826 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3827
3828 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3829
3830 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3831
3832 2011-09-19 Julien Danjou <julien@danjou.info>
3833
3834 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3835 which work with things that are not ASCII.
3836
3837 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3838
3839 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3840
3841 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3842
3843 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3844 message level.
3845
3846 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3847
3848 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3849
3850 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3851
3852 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3853
3854 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3857 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3858
3859 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3860
3861 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3862 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3863 articles.
3864
3865 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3866
3867 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3868 (message-mail-other-window, message-mail-other-frame)
3869 (message-news-other-window, message-news-other-frame):
3870 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3871 instead of setting buffer display variables.
3872
3873 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3874
3875 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3876
3877 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3878
3879 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3880
3881 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3882 duplicates" to a higher level.
3883
3884 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3885 most egregious messages.
3886
3887 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3888
3889 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3890
3891 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3892
3893 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3894 up the file (bug#9351).
3895
3896 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3897
3898 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3899 it does with all other backends, but decode the names immediately after
3900 getting them.
3901
3902 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3903 decoding nnimap groups.
3904
3905 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3906 newsrc file. It doesn't seem like an important optimization any more.
3907
3908 2011-09-10 Dave Abrahams <dave@boostpro.com>
3909
3910 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3911 overflows.
3912
3913 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3914
3915 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3916 (gnus-interactive-exit): Extend to `quiet'.
3917
3918 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3919
3920 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3921 string.
3922
3923 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3924 renaming function arguments from `this'.
3925
3926 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3927
3928 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3929 has been renamed.
3930 (gnus-lrm-string-p): Include RLM and PDF, too.
3931
3932 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3933 (bug#9225).
3934
3935 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3936
3937 Add autoload cookies for functions used by sendmail.el.
3938 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3939
3940 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3941
3942 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3943
3944 * gnus-art.el (article-date-ut): Work properly even when there are
3945 things like Date header in the body; work for forwarded parts.
3946
3947 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3948
3949 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3950 original-article-buffer.
3951
3952 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3953
3954 * nnir.el (nnir-compose-result): Fix matching of server type.
3955 (nnir-run-swish++): Ditto.
3956 (nnir-run-namazu): Ditto.
3957 (nnir-run-notmuch): Ditto.
3958
3959 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3960
3961 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3962 (bug#9405).
3963
3964 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3965 (bug#9421).
3966
3967 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3968 (bug#9425).
3969
3970 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3971 thing (bug#9426).
3972
3973 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3974
3975 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3976 the error message.
3977
3978 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3979
3980 * message.el (message-setup-1): Return t (Bug#9392).
3981
3982 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3983
3984 * gnus-sum.el: When adding article headers to a summary buffer also
3985 update gnus-newsgroup-articles (bug#9386).
3986
3987 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3988
3989 * auth-source.el: Autoload help-mode.
3990
3991 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3992
3993 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3994 names.
3995
3996 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3997
3998 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3999 mm-replace-in-string for compatibility issues.
4000 * mml2015.el (mml2015-epg-verify): Ditto.
4001
4002 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4003
4004 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4005
4006 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4007
4008 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4009
4010 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4011 continue on and do the clean-up phase (bug#9188).
4012
4013 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4014 just ignore groups that can't be opened instead of erroring out
4015 (bug#9225).
4016
4017 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4018 nil since some many people are fuddy-duddies.
4019
4020 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4021 images.
4022
4023 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4024 instead.
4025
4026 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4027
4028 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4029
4030 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4031 processing.
4032
4033 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4034 buffer to avoid warnings.
4035
4036 2011-08-20 Simon Josefsson <simon@josefsson.org>
4037
4038 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4039 specified to reduce precision.
4040
4041 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4042
4043 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4044 bodystructures (bug#9314).
4045
4046 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4047
4048 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4049 Make button keymap non-sticky after buttons.
4050
4051 2011-08-18 David Engster <dengste@eml.cc>
4052
4053 * nnmairix.el (nnmairix-request-set-mark)
4054 (nnmairix-goto-original-article): Remove adding of article to registry,
4055 since `gnus-registry-add-group' isn't available anymore.
4056 (nnmairix-determine-original-group-from-registry):
4057 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4058 available anymore.
4059
4060 2011-08-12 Simon Josefsson <simon@josefsson.org>
4061
4062 * starttls.el (starttls-any-program-available): Define as obsolete
4063 function.
4064
4065 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4066
4067 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4068 versions which Gnus use when appropriate.
4069
4070 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4071 a pretty destructive command.
4072
4073 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4074
4075 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * message.el (message-fix-before-sending): Make a different warning
4078 about NUL characters (bug#9270).
4079
4080 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4081 from custom (bug#9260).
4082
4083 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4084 things work in Emacs 22 and XEmacs, too.
4085
4086 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4087 default From.
4088
4089 * gnus-spec.el (gnus-lrm-string-p): New macro.
4090 (gnus-lrm-string): New constant.
4091 (gnus-summary-line-format-spec): LRM-ify the from.
4092 (gnus-tilde-max-form): LRM-ify string chopping.
4093
4094 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4095
4096 * message.el (message-is-yours-p): Allow disabling canlock checking
4097 (bug#9295).
4098 (message-shoot-gnksa-feet): Add `canlock-verify'.
4099 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4100 message directory isn't writable (bug#9304).
4101
4102 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4103 non-world-readable.
4104
4105 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4106
4107 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4108 articles.
4109
4110 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4111
4112 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4113 copy-list.
4114
4115 2011-08-12 Sam Steingold <sds@gnu.org>
4116
4117 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4118 in the reverse order to avoid modifying the cache with `nreverse'.
4119 (gnus-all-score-files): Do not modify the value returned by
4120 `gnus-score-find-alist' because it lives in a cache variable.
4121 (gnus-current-home-score-file): No need to `nreverse' the return value
4122 of `gnus-score-find-alist', it is already in the correct order.
4123
4124 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4125
4126 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4127 type MESSAGE and subtype RFC822 is slightly different from those of
4128 type TEXT.
4129
4130 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4131
4132 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4133 This allows article-referral to work from an nnir group.
4134
4135 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4136
4137 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4138
4139 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4140
4141 * mml1991.el (mml1991-epg-find-usable-key)
4142 (mml1991-epg-find-usable-secret-key): New function.
4143 (mml1991-epg-sign): Check if signing key is usable.
4144 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4145
4146 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4147
4148 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4149 server-variables only. This should fix a bug introduced with commit
4150 e1889675b7f4adf057833c5513c9374134c4e053.
4151 (nnir-run-query): 'nnir-search-engine should not be set from the global
4152 environment.
4153
4154 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4155
4156 * nnir.el (nnir-search-thread): Position point on referring article
4157 line.
4158 (nnir-warp-to-article): Clean up summary buffers.
4159
4160 * nnimap.el (nnimap-request-thread): Whitespace fix.
4161
4162 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4163
4164 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4165
4166 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4167
4168 * starttls.el (starttls-available-p): Rename from
4169 `starttls-any-program-available' and changed return convention.
4170
4171 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4172
4173 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4174 `unix-sync' unless it's defined.
4175
4176 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4177
4178 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4179 `aref' for XEmacs compatibiltiy.
4180
4181 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4182
4183 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4184
4185 2011-07-31 Dave Abrahams <dave@boostpro.com>
4186
4187 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4188 closures, quote the form properly (bug#9194).
4189
4190 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4191
4192 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4193 (gnus-summary-insert-new-articles): Protect against servers that are
4194 down.
4195
4196 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4197
4198 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4199 in mm handle if none is specified.
4200
4201 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4202
4203 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4204
4205 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4206
4207 * nnir.el (nnir-search-thread): New function to make an nnir group
4208 based on a thread query.
4209
4210 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4211 of nnir in thread referral.
4212 (gnus-summary-refer-thread): Use it.
4213
4214 * nnimap.el (nnimap-request-thread): Use it.
4215
4216 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4217
4218 * shr.el (shr-tag-comment): Ignore HTML comments.
4219
4220 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4221
4222 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4223 argument.
4224 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4225 Use `nnir-address' to handle server info rather than passing an arg.
4226
4227 * nnimap.el (nnimap-make-thread-query): New utility function to format
4228 an imap thread search query.
4229 (nnimap-request-thread): Use it.
4230
4231 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4232 right select-method if we are not going back to the group buffer.
4233
4234 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4235
4236 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4237 enter invalid buffer configurations into the quit form (bug#9107).
4238 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4239 unplugged/plugged.
4240
4241 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4242 keep track of which ones are unread (bug#9061).
4243
4244 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4245 (bug#9055).
4246
4247 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4248 (bug#9041).
4249
4250 * gnus-html.el (mm-util): Require (bug#9073).
4251
4252 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4253 (gnus-summary-refer-thread): Use it to remove duplicates in the
4254 un-threaded view (bug#9053).
4255 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4256
4257 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4258
4259 * nnir.el (nnir-read-server-parm): Use default value from global
4260 variable. Without this the default search engine parameters aren't
4261 used at all.
4262
4263 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4264
4265 * message.el (message-unique-id): Don't use the undocumented return
4266 value from (random t) (bug#9118).
4267
4268 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4269
4270 * message.el (message-auto-save-directory): If the ~/Mail directory
4271 doesn't exist, use ~ as the auto-save directory (bug#4432).
4272
4273 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4274 hasn't already been started.
4275
4276 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4277
4278 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4279
4280 * message.el (message-reply): Work around mysterious bug where
4281 `message-mode' seems to overwrite the locally bound `subject' variable.
4282
4283 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4284
4285 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4286 correct group.
4287
4288 * gnus-int.el (gnus-request-thread): Add group argument.
4289
4290 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4291
4292 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4293
4294 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4295 renamed to `debbugs-gnu-*'.
4296
4297 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4298
4299 * plstore.el: Revert the editing feature since it is not urgent.
4300 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4301 (plstore-mode-decoded): Remove.
4302
4303 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4304
4305 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4306 isn't very interesting any more, and it leaks potentially secret data.
4307 (gnus-debug): Remove.
4308
4309 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4310 use of :custom-show.
4311
4312 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4313
4314 * plstore.el: Add documentation.
4315 (plstore-mode): New mode to edit plstore file.
4316 (plstore-mode-toggle-display, plstore-mode-original)
4317 (plstore-mode-decoded): New command.
4318 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4319 (plstore--insert-buffer, plstore--make): New function.
4320 (plstore-open, plstore-save): Simplify by using them.
4321
4322 2011-07-06 Glenn Morris <rgm@gnu.org>
4323
4324 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4325
4326 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4327
4328 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4329 no longer is much used.
4330 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4331 Articles".
4332
4333 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4334
4335 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4336 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4337 `notmuch' backend.
4338
4339 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4340
4341 * mm-decode.el (mm-text-html-renderer): Doc fix.
4342
4343 * gnus-msg.el (gnus-bug): Fix the MML tag.
4344
4345 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4346
4347 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4348
4349 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4350 secondary methods if started with `gnus-no-server'.
4351
4352 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4353
4354 * message.el (message-return-action): Fix typo in docstring.
4355
4356 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4357
4358 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4359 bug reports at once.
4360
4361 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4362
4363 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4364
4365 * nndraft.el: Require gnus-group.
4366 (nndraft-request-list): Declare.
4367
4368 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4369 no unread article unless it matches gnus-permanently-visible-groups.
4370
4371 * nndraft.el (nndraft-update-unread-articles): New function.
4372 (nndraft-request-associate-buffer): Use it to update the number of
4373 unread articles for the nndraft groups in the group buffer when saving
4374 or killing a draft message.
4375
4376 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4377
4378 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4379 systems to binary before writing and reading the mbox files.
4380
4381 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4382 instead of trying to list them all (bug#8978).
4383
4384 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4385
4386 * pop3.el (pop3-open-server): Use :end-of-capability.
4387
4388 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4389
4390 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4391 the id is always a number.
4392
4393 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4394 debbugs mode, if possible.
4395
4396 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4397
4398 * auth-source.el (auth-source-token-passphrase-callback-function):
4399 Reindent.
4400 (epg-context-operation): Remove unnecessary autoload.
4401
4402 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4403
4404 * gnus.el (gnus-list-debbugs): New command.
4405
4406 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4407 mboxstat instead of the maintbox, since the stat seems to be fuller.
4408
4409 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4410 summary buffers.
4411
4412 * message.el (message-get-reply-headers): Delete all duplicates,
4413 instead of the first.
4414 (message-get-reply-headers): Ensure that we have progress while
4415 deleting duplicates.
4416
4417 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4418 gnus-posting-style value from the summary buffer to make it easier to
4419 make that a per-buffer conf.
4420
4421 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4422
4423 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4424 found by setting `shortcut' in 'query.
4425 (nnir-request-article): Use `shortcut' setting when requesting article
4426 by Message-ID.
4427
4428 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4429
4430 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4431 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4432 Bring the pseudo-headers back too.
4433
4434 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4435
4436 * auth-source.el (auth-source-token-passphrase-callback-function):
4437 Simplify and remove EPA dependency.
4438
4439 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4440
4441 * nnir.el (nnir-request-article): Fix error message text.
4442
4443 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4444
4445 * auth-source.el (plstore-delete): Autoload.
4446 (auth-source-plstore-search): Support delete operation.
4447 * plstore.el (plstore-delete): New function.
4448
4449 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4450
4451 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4452 mark actually existing articles as unread rather than the ones that
4453 active asserts.
4454
4455 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4456
4457 * nntp.el (nntp-record-command):
4458 * gnus-util.el (gnus-message-with-timestamp-1):
4459 Use format-time-string rather than decoding time stamps by hand.
4460 This is simpler and insulates the code from potential changes to
4461 current-time format.
4462
4463 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4464
4465 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4466
4467 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4468
4469 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4470 (plstore-save): Support public key encryption.
4471 (plstore--init-from-buffer): New function.
4472 (plstore-open): Use it; fix error when opening a non-existent file.
4473 (plstore-revert): Use plstore--init-from-buffer.
4474
4475 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4476
4477 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4478
4479 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4480
4481 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4482 for old Emacsen.
4483
4484 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4485
4486 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4487 is not fully working.
4488
4489 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4490
4491 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4492 quit window configuration.
4493
4494 * auth-source.el (epg-context-set-passphrase-callback):
4495 Remove duplicate autoload.
4496
4497 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4498
4499 * nnir.el (nnir-request-article): Allow requesting articles by
4500 Message-ID with nnimap.
4501
4502 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4503 current server.
4504
4505 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4506
4507 * auth-source.el: Autoload EPA/EPG functions.
4508 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4509 changed when EPA/EPG is not available.
4510 (auth-source-backend): Rename "arg" member to "data".
4511 (auth-source-backend-parse, auth-source-plstore-search)
4512 (auth-source-plstore-create): Use it.
4513
4514 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4515
4516 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4517 `gnus-refer-article-methods'.
4518
4519 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4520
4521 * auth-source.el: Require EPA and EPG.
4522 (auth-source-passphrase-alist): New variable.
4523 (auth-source-passphrase-callback-function)
4524 (auth-source-token-passphrase-callback-function): Callbacks for the
4525 netrc field encryption (GPG tokens).
4526 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4527 Symmetric encryption and decryption of the netrc GPG tokens.
4528 (auth-source-netrc-normalize): Use them, simplifying the closure.
4529
4530 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4531
4532 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4533 non-nil, and `nnimap-split-methods' is nil, use the former.
4534
4535 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4536
4537 * plstore.el (plstore-revert): New function.
4538 (plstore-open): Use it; hide the buffer from user.
4539
4540 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4541
4542 * auth-source.el (auth-source-backend): New member "arg".
4543 (auth-source-backend-parse): Handle new backend 'plstore.
4544 * plstore.el: New file.
4545
4546 2011-06-30 Glenn Morris <rgm@gnu.org>
4547
4548 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4549
4550 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4551
4552 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4553
4554 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4555 expiring articles to.
4556
4557 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4558 variations as ASCII (bug#5458).
4559
4560 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4561
4562 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4563
4564 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4565
4566 * message.el (message-point-in-header-p): Tweak the function to default
4567 to saying that we're not in the headers if there is no separator at
4568 all. This makes it possible to use the Message version of `M-q' in
4569 buffers with no headers (bug#7987).
4570 (message-point-in-header-p): Fix last checkin to work with an empty
4571 mail-header-separator, too.
4572
4573 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4574 again, save the choice via customize.
4575
4576 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4577
4578 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4579
4580 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4581 ended the connection, bail out before waiting infinitely on a new
4582 connection.
4583
4584 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4585
4586 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4587 reports.
4588
4589 * gnus.el (gnus-bug-package): Use "gnus."
4590 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4591
4592 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4593
4594 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4595 animations going on at article exit time.
4596
4597 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4598 since removing it breaks people upgrading.
4599
4600 * shr.el (shr-put-image): Use the new interface for animating images.
4601 (shr-put-image): Animate for 60 seconds.
4602
4603 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4604 error with `find-file-hooks' on Emacs 22.
4605 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4606 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4607 on all architectures.
4608
4609 * spam.el (spam-stat): Require in a normal fashion without binding
4610 `spam-stat-install-hooks' to avoid compilation warnings.
4611
4612 * spam-stat.el (spam-stat-install-hooks): Remove.
4613 (spam-stat-install-hooks): Don't run automatically.
4614
4615 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4616
4617 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4618 and keystroke.
4619
4620 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4621
4622 * auth-source.el (auth-source-netrc-cache): Move forward.
4623
4624 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4625
4626 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4627 we already know.
4628 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4629 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4630
4631 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4632
4633 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4634 %S format, since that looks odd.
4635 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4636 file, especially when saving.
4637
4638 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4639
4640 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4641 article found.
4642
4643 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4644
4645 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4646 `auth-source-save-secrets' with a more sensitive alist that can be
4647 configured per file. Experimental, so defaults to 'never.
4648 (auth-source-netrc-create): Use it. Still experimental code.
4649 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4650 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4651
4652 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4653
4654 * auth-source.el (auth-source-save-secrets): New variable to control if
4655 secret tokens should be saved encrypted.
4656 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4657 to `auth-source-netrc-normalize'.
4658 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4659 on the EPA variables being defined.
4660 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4661 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4662 the lexical-let closure.
4663 (auth-source-netrc-create): Create "gpg:" tokens according to
4664 `auth-source-save-secrets'.
4665
4666 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4667
4668 * gnus-group.el (gnus-group-update-group): Add new argument
4669 `info-unchanged' that stops updating dribble buffer.
4670
4671 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4672 deletes lines matching to it in dribble buffer.
4673
4674 * gnus-agent.el (gnus-agent-fetch-group-1):
4675 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4676 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4677 * gnus-start.el (gnus-group-change-level):
4678 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4679
4680 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4681 if newsgroup info is not changed.
4682
4683 * gnus-group.el (gnus-group-get-new-news-this-group):
4684 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4685 Don't update dribble buffer.
4686
4687 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4688
4689 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4690 remove entries with groups we ignore.
4691
4692 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4693
4694 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4695 the underline comes at the bottom.
4696
4697 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4698
4699 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4700 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4701 (gnus-registry-article-marks-to-names): Rename from
4702 `gnus-registry-user-format-function-M2'.
4703
4704 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4705
4706 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4707 ephemeral group.
4708
4709 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4710
4711 * shr.el (shr-browse-image): Copy the URL if called interactively.
4712
4713 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4714
4715 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4716 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4717 done, then unselected articles may be marked as read.
4718
4719 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4720 since not doing this seems to lead to a race condition in pop3-logon.
4721
4722 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4723 so that the call chain it correct when we call "upwards".
4724
4725 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4726 in read-only groups.
4727
4728 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4729
4730 * message.el (message-cite-reply-position): Doc string fix.
4731
4732 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4733 avoid regexp overflow.
4734 (nnimap-transform-split-mail): Ditto.
4735
4736 * pop3.el (pop3-retr): Error out if the server closes the connection.
4737
4738 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4741 mm-with-unibyte-current-buffer. The buffer should not contain any
4742 multibyte chars anyway at this stage.
4743
4744 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4745
4746 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4747 at the end of lines.
4748
4749 2011-05-29 Julien Danjou <julien@danjou.info>
4750
4751 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4752
4753 2011-05-27 Glenn Morris <rgm@gnu.org>
4754
4755 * gnus-group.el (gnus-bug-group-download-format-alist):
4756 Use the "maintainer" version of debian reports as well.
4757
4758 2011-05-26 Glenn Morris <rgm@gnu.org>
4759
4760 * gnus-group.el (gnus-bug-group-download-format-alist):
4761 Use the "maintainer" version of debbugs.gnu.org reports.
4762
4763 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4764
4765 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4766
4767 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4768
4769 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4770 the thread moves us backwards and so we loop forever.
4771
4772 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4773
4774 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4775 whitespace in base64 data lines.
4776
4777 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4778
4779 * gnus-registry.el (gnus-registry-user-format-function-M):
4780 Use `mapconcat'.
4781 (gnus-registry-user-format-function-M2): Use to see the full text of
4782 the marks. Make "," the mark text separator.
4783
4784 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4785 authentication with auth-source.
4786
4787 2011-05-17 Glenn Morris <rgm@gnu.org>
4788
4789 * gnus-group.el (gnus-import-other-newsrc-file):
4790 Use insert-file-contents.
4791
4792 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4793
4794 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4795 1000 iterations.
4796
4797 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4798
4799 * nntp.el (nntp-open-connection): Check if process-type is available.
4800
4801 2011-05-16 Julien Danjou <julien@danjou.info>
4802
4803 * shr.el (shr-tag-del): Add support for del tag.
4804
4805 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4806
4807 * gnus-html.el (gnus-html-put-image): Register a displayer.
4808
4809 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4810
4811 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4812
4813 * registry.el (prune-factor): New initialization parameter defaulting
4814 to 0.1.
4815 (registry-prune-hard): Use it.
4816
4817 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4818 0.1 expicitly.
4819
4820 2011-05-13 Glenn Morris <rgm@gnu.org>
4821
4822 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4823 is bound, since this function requires sendmail.
4824
4825 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4826
4827 * registry.el (registry-usage-test): Disable pruning test.
4828
4829 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4830
4831 * registry.el (registry-prune-hard-candidates)
4832 (registry-prune-soft-candidates): Helper methods for registry pruning.
4833 (registry-prune): Use them. Make the sort function optional.
4834
4835 2011-05-10 Jim Meyering <meyering@redhat.com>
4836
4837 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4838
4839 2011-05-10 Julien Danjou <julien@danjou.info>
4840
4841 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4842 symbol and not a list.
4843
4844 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4845
4846 * gnus-art.el (gnus-article-mode): Move binding of
4847 shr-put-image-function here from gnus-article-prepare-display.
4848
4849 * shr.el (shr-put-image-function): New variable.
4850 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4851 (shr-put-image): Return scaled image.
4852
4853 * gnus-art.el (gnus-shr-put-image): New function.
4854 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4855
4856 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4857 original ones, as deletable.
4858
4859 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4862
4863 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4864
4865 * registry.el (registry-full): Add convenience method. Fix logic.
4866 (registry-insert): Use it. Fix logic here too.
4867
4868 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4869 `registry-prune' if `registry-full' returns t.
4870 (gnus-registry-handle-action)
4871 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4872 (gnus-registry-usage-test): Use it.
4873
4874 2011-05-07 Julien Danjou <julien@danjou.info>
4875
4876 * shr.el (shr-link): Make shr-link inherit from link by default.
4877
4878 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4879
4880 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4881
4882 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4883
4884 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4885 error out because the face is not a list.
4886
4887 2011-05-05 Glenn Morris <rgm@gnu.org>
4888
4889 * gnus-start.el (gnus-propagate-marks): Declare.
4890
4891 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4892
4893 * registry.el (registry-reindex): Fix percentage message.
4894
4895 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4896
4897 * shr.el: Add shr-link face for links.
4898 (shr-urlify): Use it.
4899
4900 * registry.el (registry-insert): Make error message more helpful.
4901
4902 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4903
4904 * gnus-html.el (gnus-html-schedule-image-fetching):
4905 Use url-queue-retrieve, if it exists.
4906
4907 * shr.el (shr-tag-img): Ditto.
4908
4909 * gnus.el: Autoload more gnus-agent functions.
4910
4911 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4912 agent if we haven't already (bug#8502).
4913
4914 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4915 into the Agent, too.
4916
4917 * gnus-agent.el (gnus-agent-store-article): New function.
4918
4919 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4920 and moved from that file for reuse.
4921
4922 * pop3.el (pop3-open-server): Error messages are "-ERR".
4923
4924 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4925
4926 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4927 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4928
4929 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4932 buffer has moved to a different frame.
4933
4934 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4935
4936 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4937 to get the conversion from unibyte to multibyte buffers to work on
4938 Emacs 22.
4939
4940 * nntp.el (nntp-request-article): Slight clean-up.
4941
4942 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943
4944 * shr.el (shr-strike-through): New face.
4945 (shr-tag-s): Use it to provide <s> support.
4946 (shr-tag-s): Remove duplicate definition.
4947
4948 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4949
4950 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4951 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4952
4953 2011-04-23 Glenn Morris <rgm@gnu.org>
4954
4955 * gnus-sum.el (gnus-extra-headers): Bump :version.
4956
4957 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4958
4959 * shr.el (shr-tag-sup): New function.
4960 (shr-tag-sub): Ditto.
4961
4962 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4963
4964 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4965 for the case where `gnus-registry-ignored-groups' is a list of lists,
4966 and don't call `gnus-parameter-registry-ignore' otherwise.
4967
4968 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4969
4970 * nnimap.el (nnimap-user): New backend variable.
4971 (nnimap-open-connection-1): Use it.
4972 (nnimap-credentials): Accept user parameter so it's explicit what user
4973 name is desired.
4974
4975 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4976 default.
4977
4978 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4979 not gnus-registry.el.
4980
4981 * gnus-registry.el: Mention in comments how to modify
4982 `gnus-extra-headers' for proper recipient tracking and that it may
4983 already have To and Cc recently, which it does as of this commit.
4984 (gnus-registry-ignored-groups): Remove defcustom.
4985 Explain why in comments.
4986 (gnus-registry-action): Fix data-header reference to use the extra
4987 headers. Explain in package commentary how to add To and Cc headers to
4988 the gnus-extra-headers.
4989 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4990 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4991 parameter list or a string list in `gnus-registry-ignored-groups'.
4992 Fix logic error.
4993
4994 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4995
4996 * shr.el (shr-expand-url): Protect against null urls.
4997
4998 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4999
5000 * shr.el (shr-base): New binding.
5001 (shr-tag-base): Keep track of <base>.
5002 (shr-expand-url): New function used throughout.
5003
5004 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5005
5006 * gnus-registry.el
5007 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5008 (gnus-registry-ignored-groups): New variable.
5009 (gnus-registry-ignore-group-p): Use it.
5010 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5011 set the destination group to nil (same as delete) if it's ignored.
5012
5013 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5014
5015 * gnus-registry.el (gnus-registry-action)
5016 (gnus-registry-fetch-header-fast):
5017 Don't use mail-header that looks an internal function of mailheader.el.
5018
5019 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5020
5021 * gnus-registry.el: Eliminate cl functions.
5022 (gnus-registry-sort-addresses): New function that replaces mapcan.
5023 (gnus-registry-action, gnus-registry-spool-action)
5024 (gnus-registry-split-fancy-with-parent)
5025 (gnus-registry-fetch-recipients-fast): Use it.
5026 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5027
5028 * registry.el (initialize-instance, registry-lookup)
5029 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5030 (registry-lookup-secondary-value, registry-search, registry-delete)
5031 (registry-insert, registry-reindex, registry-size, registry-prune):
5032 Use eval-and-compile.
5033
5034 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5035
5036 * registry.el (registry-reindex): New method to recreate the secondary
5037 registry indices.
5038
5039 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5040 tracked field changes.
5041 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5042 (gnus-registry-action, gnus-registry-spool-action)
5043 (gnus-registry-handle-action)
5044 (gnus-registry--split-fancy-with-parent-internal)
5045 (gnus-registry-split-fancy-with-parent)
5046 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5047 move, and delete actions, and for fancy splitting with parent.
5048 (gnus-registry-extract-addresses)
5049 (gnus-registry-fetch-recipients-fast)
5050 (gnus-registry-fetch-header-fast): Convenience functions.
5051 (gnus-registry-misc-test): ERT test of
5052 `gnus-registry-extract-addresses'.
5053
5054 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5055
5056 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5057 Track by subject first, then sender.
5058
5059 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5062
5063 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5064 Lisp.
5065
5066 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5067 (gnus-draft-send): Use it to avoid popping
5068 up frames from gnus-group-send-queue.
5069
5070 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5071
5072 * gnus-registry.el: Updated gnus-registry docs.
5073
5074 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5075
5076 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5077 Fix logic bug.
5078 (gnus-registry-post-process-groups): Fix logging of no results and
5079 quote sender and subject.
5080
5081 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5082
5083 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5084 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5085 we had no early-data returned.
5086 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5087 two async commands to the same server at the same time.
5088
5089 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5090
5091 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5092
5093 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5094
5095 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5096 "warning" level.
5097
5098 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5099 (mm-url-insert-file-contents): Don't set the package names.
5100
5101 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5102
5103 * gnus-registry.el (gnus-registry-action): Remove properties and
5104 simplify subject in `gnus-registry-handle-action'.
5105 (gnus-registry-spool-action): Get subject and sender from message if
5106 they are not passed in.
5107 (gnus-registry-handle-action): Remove properties and simplify subject
5108 consistently.
5109
5110 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * registry.el: Require CL before using defmacro*.
5113
5114 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5115
5116 * gnus-art.el (article-treat-date): Assume that
5117 gnus-article-date-headers may be a group parameter.
5118
5119 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5120
5121 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5122
5123 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5124 interactively so the newsrc file can contain foreign groups too.
5125 Useful for debugging but not much for users.
5126
5127 2011-04-07 David Engster <dengste@eml.cc>
5128
5129 * registry.el (registry-usage-test): Only do
5130 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5131 lexical binding.
5132
5133 2011-04-06 David Engster <dengste@eml.cc>
5134
5135 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5136 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5137
5138 2011-04-06 David Engster <dengste@eml.cc>
5139
5140 * registry.el (initialize-instance): Change :after to :AFTER to be
5141 compatible with old EIEIO version in XEmacs.
5142
5143 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5144
5145 * gnus-registry.el (gnus-registry-post-process-groups)
5146 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5147 and provide better messaging.
5148
5149 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5150
5151 * gnus-registry.el: Don't use ERT if it's not available. Load it
5152 unconditionally anyway, discarding errors.
5153 (gnus-registry-delete-entries): New convenience function.
5154 (gnus-registry-import-eld): Import from old .eld registry.
5155
5156 * registry.el: Don't use ERT if it's not available. Load it
5157 unconditionally anyway, discarding errors.
5158
5159 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5160 version from the Claudio Bley GnuTLS patch (extra optional parameters
5161 and host name).
5162
5163 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5164
5165 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5166 fixup the parameters that can be customized by the user between
5167 save/read cycles.
5168 (gnus-registry-read): Use it.
5169 (gnus-registry-make-db): Use it.
5170 (gnus-registry-spool-action, gnus-registry-handle-action):
5171 Fix messaging.
5172 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5173 Map references to actual group names with sender and subject tracking.
5174 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5175 (gnus-registry-usage-test): Add subject lookup test.
5176
5177 * registry.el (registry-db, initialize-instance): Set up constructor
5178 instead of :initform arguments for the sake of older Emacsen.
5179 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5180 pre-lexbind merge bug.
5181 (registry-usage-test): Use it.
5182 (initialize-instance, registry-db): Move the non-function initforms
5183 back to the class definition.
5184
5185 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5186
5187 * registry.el: New library to manage gnus-registry-style data.
5188
5189 * gnus-registry.el: Use it (major rewrite).
5190
5191 * nnregistry.el: Use it.
5192
5193 * spam.el: Use it.
5194
5195 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5196
5197 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5198 marks on non-selected articles.
5199
5200 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5201
5202 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5203
5204 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5205 parameter to open-protocol-stream.
5206
5207 2011-04-01 Julien Danjou <julien@danjou.info>
5208
5209 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5210 fundamental-mode.
5211
5212 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5213
5214 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5215 servers.
5216
5217 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5218
5219 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5220 made marks not propagate, again.
5221
5222 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5223
5224 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5225 Make this the default type.
5226 (proto-stream-open-plain): Rename from proto-stream-open-default.
5227 (open-protocol-stream, proto-stream-open-starttls)
5228 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5229 with `plain'.
5230
5231 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5232 value.
5233
5234 * nntp.el (nntp-open-connection-function): Document the fact that some
5235 values are not functions but are instead handled specially.
5236 Recognize nntp-open-plain-stream value.
5237 (nntp-open-connection): Recognize that value.
5238
5239 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5240
5241 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5242 stuff.
5243
5244 * gnus-score.el (gnus-score-string): Fix calling convention of
5245 `gnus-simplify-buffer-fuzzy' after last patches.
5246
5247 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5248 server for articles we didn't get any headers for. This is a sanity
5249 check.
5250
5251 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5252
5253 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5254 new CAPABILITY, use it.
5255
5256 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5257
5258 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5259 downloading anything.
5260
5261 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5262
5263 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5264
5265 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5266 colors.
5267 (gnus-splash-svg-color-symbols): New function.
5268
5269 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5272 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5273 (gnus-simplify-subject-fuzzy): Use the local
5274 gnus-simplify-subject-fuzzy-regex instead of the global one.
5275 This makes using this variable in group parameters work.
5276
5277 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5278
5279 * gnus-registry.el (gnus-registry-unfollowed-groups):
5280 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5281 archive:sent-YYYY-MM-DD groups).
5282 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5283 tracking if there are more than `gnus-registry-max-track-groups'
5284 matches.
5285
5286 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * message.el (message--yank-original-internal): New function to do the
5289 insertion cleanly inside eval in `message-yank-original'.
5290 (message-yank-original): Use it.
5291
5292 2011-03-29 Julien Danjou <julien@danjou.info>
5293
5294 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5295 local variables disabled rather than `normal-mode'.
5296
5297 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5300 with open-network-stream.
5301 (proto-stream-always-use-starttls): Option removed.
5302 (open-protocol-stream): Return a process object by default. Provide a
5303 new parameter :return-list specifying a list-type return value, which
5304 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5305 :type `network' to `try-starttls', and `network-only' to `default'.
5306 Make `default' the default, for compatibility with open-network-stream.
5307 Handle the no-parameter case exactly as open-network-stream, with no
5308 additional stream processing. Search plists using plist-get.
5309 Explicitly add :end-of-commend parameter if it is missing.
5310 (proto-stream-open-default): Rename from
5311 proto-stream-open-network-only. Return 'default as the type.
5312 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5313 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5314 failed. Always return a list with a (possibly dead) process as the
5315 first element, for compatibility with open-network-stream.
5316 (proto-stream-open-tls): Use plist-get. Always return a list.
5317 (proto-stream-open-shell): Return `default' as connection type.
5318 (proto-stream-capability-open): Use plist-get.
5319 (proto-stream-eoc): Function deleted.
5320
5321 * nnimap.el (nnimap-stream, nnimap-open-connection)
5322 (nnimap-open-connection-1): Handle renaming of :type parameter for
5323 open-protocol-stream.
5324 (nnimap-open-connection-1): Pass a :return-list parameter
5325 open-protocol-stream to obtain a list return value. Parse this list
5326 using plist-get.
5327
5328 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5329 for open-protocol-stream. Accept open-protocol-stream return value
5330 that is a subprocess object instead of a list. Handle the case of a
5331 dead returned process.
5332
5333 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5334
5335 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5336
5337 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5338
5339 2011-03-21 Julien Danjou <julien@danjou.info>
5340
5341 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5342 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5343 query.
5344 (mm-inline-text): Render normal text with fontification whenever
5345 possible.
5346
5347 * gnus-sum.el (gnus-summary-save-parts-1):
5348 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5349 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5350 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5351 Use `mm-handle-filename'.
5352
5353 * mm-util.el (mm-handle-filename): New function, return the filename of
5354 an handle.
5355
5356 2011-03-18 Julien Danjou <julien@danjou.info>
5357
5358 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5359 (gnus-buffer-live-p): Check that buffer is not nil.
5360
5361 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5362
5363 * gnus-art.el: Require mouse, which the build bot seems to say is
5364 needed.
5365
5366 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5367 XEmacs, since it doesn't have url-retrieve-synchronously.
5368
5369 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5370
5371 * gnus-group.el (gnus-group-list-ticked): New function.
5372 (gnus-group-make-menu-bar): Provide a menu entry for it.
5373 (gnus-group-list-map): Provide a binding for it.
5374
5375 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5376
5377 * shr.el (shr-visit-file): New command.
5378
5379 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5380
5381 2011-03-17 Bjørn Mork <bjorn@mork.no>
5382
5383 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5384 servers.
5385
5386 2011-03-16 Julien Danjou <julien@danjou.info>
5387
5388 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5389 inline.
5390
5391 * gnus-art.el (article-hide-list-identifiers):
5392 Use gnus-group-get-list-identifiers.
5393
5394 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5395 (gnus-summary-remove-list-identifiers):
5396 Use gnus-group-get-list-identifiers to get regexp.
5397 (gnus-select-newsgroup, gnus-summary-insert-subject)
5398 (gnus-summary-insert-articles):
5399 Call gnus-summary-remove-list-identifiers unconditionally.
5400
5401 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5402
5403 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5404 we're selecting a group with unread articles.
5405
5406 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5407
5408 * gssapi.el: New file separated out from imap.el to provide a general
5409 Kerberos 5 connection facility for Emacs.
5410
5411 * message.el (message-elide-ellipsis): Document the format spec
5412 ellipsis.
5413
5414 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5415
5416 * message.el (message-elide-region): Allow the ellipsis to say how many
5417 lines were removed.
5418
5419 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5420
5421 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5422 window configurations containing buffers that are now dead.
5423
5424 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5425 parsing to avoid integer overflows.
5426 (nnimap-parse-flags): Simplify the last change.
5427 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5428 too large for 32-bit Emacsen.
5429
5430 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * auth-source.el (auth-source-netrc-create):
5433 * message.el (message-yank-original): Fix use of `case'.
5434
5435 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5436
5437 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5438 XEmacs, which was one character too wide.
5439
5440 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5441
5442 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5443 default number of articles to display.
5444 (gnus-articles-to-read): Use pretty names for prompt.
5445
5446 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5447
5448 * gnus-int.el (gnus-open-server): Ditto.
5449
5450 * gnus-start.el (gnus-activate-group): Give a backtrace if
5451 debug-on-quit is set and the user hits `C-g'.
5452 (gnus-read-active-file): Ditto.
5453
5454 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5455
5456 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5457
5458 * message.el (message-yank-original): Use cond instead of CL case.
5459
5460 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * auth-source.el (auth-source-netrc-create): Use usual format for the
5463 default in prompts.
5464
5465 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5466
5467 * auth-source.el (auth-source-netrc-create): Show the default in the
5468 prompt when prompting for token creation.
5469
5470 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5471
5472 * auth-source.el (auth-source-format-prompt): Always convert the value
5473 to a string to avoid evaluating non-string arguments.
5474 (auth-source-netrc-create): Offer default properly, not as initial
5475 content in `read-string'.
5476 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5477 of line to determine if we've been run before. If so, don't run again,
5478 but print a trivial message to indicate the cache was hit instead.
5479
5480 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5481
5482 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5483 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5484 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5485 Gnus.
5486
5487 2011-03-11 Julien Danjou <julien@danjou.info>
5488
5489 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5490 modified file".
5491
5492 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5493
5494 * auth-source.el (auth-source-read-char-choice): New function to read a
5495 character choice using `dropdown-list', `read-char-choice', or
5496 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5497 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5498 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5499 (auth-source-netrc-saver): Use it.
5500 (auth-source-pick-first-password): New convenience function.
5501
5502 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5503
5504 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5505 parameter in the credentials.
5506 (nnimap-open-connection-1): Use it after a successful login.
5507 (nnimap-credentials): Add IMAP-specific user and password prompt.
5508
5509 * auth-source.el (auth-source-search): Add :require parameter, taking a
5510 list. Document it and the :save-function return token. Pass :require
5511 down. Change the CREATED message from a warning to a debug statement.
5512 (auth-source-search-backends): Pass :require down.
5513 (auth-source-netrc-search): Pass :require down.
5514 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5515 Change save prompt to indicate all modifications saved here are
5516 deletions.
5517 (auth-source-netrc-create): Take user login name as default in user
5518 prompt. Move all the save functionality to a lexically bound function
5519 under the :save-function token in the returned list. Set up clearer
5520 default prompts for user, host, port, and secret.
5521 (auth-source-netrc-saver): New function, intended to be wrapped for
5522 :save-function.
5523
5524 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * Version 23.3 released.
5527
5528 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5529
5530 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5531 lines to be spaces instead.
5532
5533 2011-03-07 Julien Danjou <julien@danjou.info>
5534
5535 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5536 (sieve-sasl-auth): Check that auth-source-search did return something,
5537 or just return an empty string.
5538
5539 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5540
5541 * gnus.el (gnus-interactive): Use read-directory-name.
5542
5543 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5544 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5545 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5546 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5547 Likewise.
5548
5549 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5550
5551 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5552
5553 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5554 onto the list of killed groups, too. This makes killed nnimap groups,
5555 for instance, more reliably not reappear.
5556
5557 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5558 the parent.
5559
5560 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5561
5562 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5563 really have server-side marks.
5564
5565 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5566 since most backends do not usefully have server-side marks.
5567 (gnus-update-read-articles): Propagate marks to all backends that
5568 really have server-side marks.
5569
5570 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5571
5572 * message.el (message-cite-reply-position, message-cite-style):
5573 New variables.
5574 (message-yank-original): Use the new citation styles.
5575
5576 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5577
5578 * message.el (message-options): Revert the change that's a workaround
5579 for XEmacs buffer-local issue; don't mark it buffer-local when running
5580 under XEmacs.
5581
5582 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5583
5584 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5585 numbers too big to be `read'.
5586
5587 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5588
5589 * message.el (message-options): Make buffer-local two ways to attempt
5590 to fix a XEmacs bug.
5591
5592 2011-03-02 Julien Danjou <julien@danjou.info>
5593
5594 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5595
5596 2011-03-01 Julien Danjou <julien@danjou.info>
5597
5598 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5599 group.
5600 (article-hide-list-identifiers): Use list-identifier group parameter.
5601
5602 2011-02-28 Julien Danjou <julien@danjou.info>
5603
5604 * sieve.el (sieve-buffer-script-name): New local variable to store
5605 sieve script name.
5606 (sieve-edit-script): Store sieve script name.
5607 (sieve-upload): Use sieve script name when uploading.
5608 (sieve-upload): Use substitute-command-keys.
5609 (sieve-edit-script): Use substitute-command-keys.
5610 (sieve-refresh-scriptlist): Use substitute-command-keys.
5611 (sieve-manage-mode-map): Define keymap properly.
5612 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5613 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5614 Remove commented code about cvs.
5615 (sieve-manage-quit): New function.
5616 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5617
5618 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5619
5620 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5621
5622 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5623
5624 * auth-source.el (auth-source-search): Cache empty result sets.
5625
5626 * auth-source.el (auth-source-save-behavior): New variable to replace
5627 `auth-source-never-create'.
5628 (auth-source-netrc-create): Use it.
5629 (auth-source-never-save): Remove.
5630
5631 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5632
5633 * nnimap.el (nnimap-stream): Doc fix.
5634 (nnimap-open-connection-1): Reverse the order of the ports to that the
5635 prompted-for port is first.
5636
5637 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5638 retrieval by the no-group selection.
5639
5640 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5641 numerical parameters.
5642
5643 2011-02-25 Julien Danjou <julien@danjou.info>
5644
5645 * gnus-gravatar.el: Use gnus-with-article-buffer.
5646
5647 * gnus-art.el (gnus-with-article-buffer): Check that the
5648 gnus-article-buffer is alive.
5649
5650 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5651
5652 * auth-source.el (auth-source-creation-prompts): New variable to manage
5653 creation-time prompts.
5654 (auth-source-search): Document it.
5655 (auth-source-format-prompt): Add utility function.
5656 (auth-source-netrc-create): Don't default the user name to
5657 user-login-name. Use `auth-source-creation-prompts' and some default
5658 prompts for user, host, port, and password (the default generic prompt
5659 remains ugly).
5660 (auth-source-never-save): Add customizable option to never save info.
5661 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5662 mode excursion.
5663
5664 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5665
5666 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5667 argument that XEmacs doesn't support.
5668
5669 2011-02-23 Julien Danjou <julien@danjou.info>
5670
5671 * gnus-art.el (article-make-date-line): Ignore errors if time is
5672 invalid and not convertible.
5673 (article-make-date-line): Only add lapsed time if time is not nil.
5674
5675 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5676
5677 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5678 `read-char-choice' for backwards compatibility.
5679 (auth-source-netrc-element-or-first): New function to DTRT for
5680 parameter extraction.
5681 (auth-source-netrc-create): Use it and fix multiple parameter print
5682 bug. Use the default passed from above (given-default) or the
5683 built-in (user-login-name for :user).
5684
5685 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5686
5687 * gnus-start.el (gnus-dribble-read-file):
5688 Set buffer-save-without-query, since we always want to save the dribble
5689 file, probably.
5690
5691 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5692 nnimap.
5693
5694 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5695 -summary- since it's a user-visible variable.
5696
5697 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5698 first time you use the new Gnus.
5699
5700 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5701
5702 * auth-source.el: Don't load netrc.el.
5703 (auth-sources): Search ~/.netrc as well by default.
5704 (auth-source-debug): Add 'trivia option for extra output.
5705 (auth-source-do-trivia): Use it.
5706 (auth-source-search): Simplify logic to use
5707 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5708 appropriate. Don't keep a running count at this level. Layer :create
5709 and :delete options appropriately on the first and second passes.
5710 Don't track the backend with the search results.
5711 (auth-source-search-backends): New function to search a list of
5712 backends for a processed spec.
5713 (auth-source-netrc-parse): Cache all netrc files, making
5714 auth-source-netrc-cache an alist keyed by the file name and using the
5715 file mtime as the caching criterion. Keep the obfuscated data secret
5716 with a lexical bind.
5717 (auth-source-netrc-search): Don't calculate the length of the results
5718 unnecessarily.
5719 (auth-source-search-backends): Fix bug.
5720 (auth-source-netrc-create): Rework prompts.
5721
5722 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5723
5724 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
5725 Lower case names of search constraints.
5726 (nnir-run-query): Cache and reuse search constraints for all imap
5727 servers.
5728
5729 2011-02-22 Sam Steingold <sds@gnu.org>
5730
5731 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5732
5733 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5734
5735 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5736 after exit.
5737 (gnus-setup-message): Define missing variable from last checkin.
5738
5739 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5740 value, show the raw article.
5741
5742 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5743
5744 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5745 auth-source now accepts numbers.
5746
5747 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5748 spec, too.
5749 (auth-source-ensure-strings): New function.
5750
5751 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5752 (gnus-article-setup-buffer): Always restart the date timer so that user
5753 changes to the frequency is respected.
5754
5755 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5756 port numbers, so make sure it gets that if nnimap-server-port is
5757 explicit.
5758
5759 2011-02-21 Simon Josefsson <simon@josefsson.org>
5760
5761 * nnimap.el (nnimap-inbox): Doc fix.
5762
5763 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5764
5765 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5766 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5767 color-lab-to-srgb.
5768
5769 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5770
5771 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5772 given method as in the group name if we're using an extended method.
5773 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5774 command, if we're using that, instead of waiting for the beginning.
5775
5776 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5777 we're sure to get unique server names, and we don't output two async
5778 commands in the same buffer. This fixes an NNTP hang for some users.
5779
5780 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5781
5782 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5783 summary buffer before reading going to the next buffer. This avoids
5784 putting the point in the group buffer if you `C-g' the command.
5785
5786 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5787 cache (for now) to make ~/.authinfo.gpg files usable.
5788
5789 * nnfolder.el (copyright-update): Define for the compiler.
5790
5791 * auth-source.el (auth-source-search): Fix unbound variable.
5792
5793 2011-02-19 Glenn Morris <rgm@gnu.org>
5794
5795 * gnus.el (gnus-meta): Doc fix.
5796
5797 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5798
5799 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5800 in case it's not yet loaded.
5801
5802 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5803
5804 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5805 line we're waiting for.
5806
5807 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5808
5809 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5810 face with line-width greater than zero will cause RET in gnus summary
5811 buffer to scroll down article page-wise because auto vscroll happens,
5812 it should be temporally disabled when doing a scroll-up.
5813
5814 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5815
5816 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5817 outputs from the server.
5818
5819 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5820
5821 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5822 later so that bbdb can hook in easier.
5823
5824 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5825
5826 * auth-source.el (auth-source-search): Don't try to create credentials
5827 if the caller doesn't want that.
5828 (auth-source-search): If we don't find a match, don't bug out on
5829 non-bound variables.
5830 (auth-source-search): Only ask a single backend to create the
5831 credentials.
5832
5833 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5834 logging.
5835 (nnimap-credentials): Protect against auth-source-search returning nil.
5836 (nnimap-request-list): Protect against not being able to open the
5837 server.
5838
5839 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5840
5841 * auth-source.el (auth-source-search): Do a two-phase search, one with
5842 no :create to get the responses from all backends.
5843
5844 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5845 when getting credentials.
5846
5847 * gnus-util.el (gnus-delete-duplicates): New function.
5848
5849 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5850
5851 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5852 a creation default, pass the whole port list down. It will be
5853 completed.
5854
5855 * auth-source.el (auth-source-search): Update docs to talk about
5856 multiple creation choices.
5857 (auth-source-netrc-create): Accept a list as a value (from the search
5858 parameters) and do completion on that list. Keep a separate netrc line
5859 with the password obscured for showing the user.
5860
5861 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5862 first choice to `auth-source-search' so it will be used for entry
5863 creation instead of the server's Gnus-specific name.
5864 (nnimap-credentials): Rely on the auth-source library to select which
5865 port is actually wanted in the new netrc entry, so don't override
5866 `auth-source-creation-defaults'.
5867
5868 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5869 :protocol and accept a missing user, host, or port as a wildcard match.
5870 (auth-source-debug): Default to off.
5871
5872 (auth-source-netrc-search, auth-source-netrc-create)
5873 (auth-source-secrets-search, auth-source-secrets-create)
5874 (auth-source-user-or-password, auth-source-backend, auth-sources)
5875 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5876 instead of :protocol.
5877
5878 * nnimap.el (nnimap-credentials): Pass a port default to
5879 `auth-source-search' in case an entry needs to be created.
5880 (nnimap-open-connection-1): Use :port instead of :protocol.
5881
5882 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5883
5884 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5885 instead of delete-dups that is not available in XEmacs 21.4.
5886
5887 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5888
5889 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5890 nil means that nnimap doesn't get updated.
5891
5892 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5893
5894 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5895 result when the user doesn't want to write to the file.
5896 (auth-source-netrc-search): Expect a synthetic result and proceed
5897 accordingly.
5898 (auth-source-cache-expiry): New variable to override
5899 `password-cache-expiry'.
5900 (auth-source-remember): Use it.
5901
5902 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5903 parameter. Create entry if necessary by using :create t.
5904 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5905
5906 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5907
5908 * auth-source.el (auth-source-debug): Enable by default and don't
5909 mention the obsolete `auth-source-hide-passwords'.
5910 (auth-source-do-warn): New function to debug unconditionally.
5911 (auth-source-do-debug): Use it.
5912 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5913 and for Secrets API entries when the secrets.el library is not
5914 available.
5915
5916 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5917
5918 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5919 (gnus-summary-exit): Kill the correct article buffer on exit from a
5920 `C-d' group.
5921
5922 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5923 gnus-propagate-marks.
5924
5925 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5926 before killing the buffers so that a non-full window conf gets handled
5927 correctly.
5928 (gnus-summary-exit): Ditto.
5929 (gnus-summary-read-group-1): Ditto.
5930
5931 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5932 async code again so that we can debug it properly.
5933
5934 * message.el (message-reply): Take an optional switch-buffer parameter
5935 so that Gnus window confs are respected better.
5936
5937 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5938
5939 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5940 `plist-get' to accept non-list parameters (XEmacs issue).
5941 Fix docstring.
5942 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5943 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5944 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5945 Login collection is "Login" and not "login".
5946
5947 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5948
5949 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5950 multiple headers.
5951
5952 * nnimap.el (nnimap-inhibit-logging): New variable.
5953 (nnimap-log-command): Don't log login commands.
5954
5955 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5956 to have more parameters.
5957
5958 * nnimap.el (nnimap-send-command): Mark the command time for each
5959 command, so that we don't get NOOPs stepping on our toes.
5960
5961 * gnus-art.el (article-date-ut): Get the date from the Date header on
5962 `t'.
5963
5964 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5965
5966 * auth-source.el (auth-source-search): Use copy-sequence instead of
5967 the cl.el copy-list.
5968
5969 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5970
5971 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5972 Improve prompt.
5973
5974 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5975
5976 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5977 washing status from the default format. It isn't very informative.
5978
5979 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5980
5981 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5982 Fix Gcc processing on imap.
5983
5984 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * message.el (message-bury): Don't pop up a new window when selected
5987 window is dedicated.
5988
5989 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5990
5991 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5992
5993 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5994
5995 * sieve-manage.el: Autoload `auth-source-search'.
5996 (sieve-sasl-auth): Use it.
5997
5998 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5999
6000 * nnimap.el: Autoload `auth-source-forget+'.
6001 (nnimap-open-connection-1): Use it if the connection fails.
6002
6003 * auth-source.el: Require `password-cache'.
6004 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6005 obsolete.
6006 (auth-source-magic): Marker for `password-cache' keys.
6007 (auth-source-do-cache): Update docstring.
6008 (auth-source-search): Use and check cache.
6009 (auth-source-forget-all-cached, auth-source-remember)
6010 (auth-source-recall, auth-source-forget, auth-source-forget+)
6011 (auth-source-specmatchp): Caching support functions.
6012 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6013 Remove and obsolete.
6014 (auth-source-user-or-password): Remove caching to further discourage
6015 using it. Always hide passwords.
6016
6017 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6018
6019 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6020 code for now, since it doesn't work for all users.
6021
6022 2011-02-09 Julien Danjou <julien@danjou.info>
6023
6024 * message.el (message-options): Make message-options really buffer
6025 local.
6026
6027 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6028
6029 * mail-source.el: Autoload `auth-source-search'.
6030 (mail-source-keyword-map): Note order matters.
6031 (mail-source-set-1): Get all the mail-source source values and
6032 defaults and search auth-source on those if needed. This can all
6033 probably be simplified.
6034
6035 * nnimap.el: Autoload `auth-source-search'.
6036 (nnimap-credentials): Use it.
6037 (nnimap-open-connection-1): Ask for the virtual server and physical
6038 address in one shot.
6039
6040 * nntp.el: Autoload `auth-source-search'.
6041 (nntp-send-authinfo): Use it. Note TODO.
6042
6043 2011-02-08 Julien Danjou <julien@danjou.info>
6044
6045 * shr.el (shr-tag-body): Add support for text attribute in body
6046 markups.
6047
6048 * message.el (message-options): Make message-options a local variable.
6049
6050 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6051
6052 * auth-source.el (auth-source-secrets-search)
6053 (auth-source-user-or-password): Use `append' instead of `nconc'.
6054 (auth-source-user-or-password): Build return list better and protect
6055 against nil :secret.
6056
6057 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6058
6059 * nnimap.el (nnimap-update-info): Refactor slightly.
6060 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6061 (nnimap-update-info): Clean up slightly.
6062 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6063 characters.
6064 (nnimap-process-quirk): Rename function to avoid collision.
6065 (nnimap-update-info): Fix macrology bug-out.
6066 (nnimap-update-info): Simplify split history test.
6067
6068 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6069
6070 * auth-source.el (top): Require 'eieio unconditionally.
6071 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6072 (auth-source-secrets-search): Limit search when `max' is greater than
6073 number of results.
6074
6075 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6076
6077 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6078 part not returning any data.
6079
6080 * proto-stream.el (open-protocol-stream): Document the return value.
6081
6082 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6083
6084 * auth-source.el (auth-source-secrets-search): Add examples.
6085
6086 2011-02-06 Julien Danjou <julien@danjou.info>
6087
6088 * message.el (message-setup-1): Handle message-generate-headers-first
6089 set to t.
6090
6091 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6092
6093 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6094 API with a string "secrets:collection-name" and with 'default.
6095 (auth-source-backend-parse): Parse "secrets:collection-name" and
6096 'default. Recurse on parses instead of repeating code. Use the
6097 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6098 message when ignoring a source.
6099 (auth-source-search): List ignored search keys at the top level.
6100 (auth-source-netrc-create): Use `case' instead of `cond'.
6101 (auth-source-secrets-search): Created with TODOs.
6102 (auth-source-secrets-create): Created with TODOs.
6103 (auth-source-retrieve, auth-source-create, auth-source-delete)
6104 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6105 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6106 (auth-source-user-or-password-sftp)
6107 (auth-source-user-or-password-smtp): Remove.
6108 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6109 around `auth-source-search'. Not tested thoroughly.
6110
6111 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6112
6113 * auth-source.el: Bring in assoc and eioeio libraries.
6114 (secrets-enabled): New variable to track the status of the Secrets API.
6115 (auth-source-backend): New EIOEIO class to represent a backend.
6116 (auth-source-creation-defaults): New variable to set prompt defaults
6117 during token creation (see the `auth-source-search' docstring for
6118 details).
6119 (auth-sources): Simplify to allow a simple string as a netrc backend
6120 spec.
6121 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6122 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6123 (auth-source-search): Main auth-source API entry point.
6124 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6125 (auth-source-search-collection): Helper function for searching.
6126 (auth-source-netrc-parse, auth-source-netrc-normalize)
6127 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6128 Supports search, create, and delete.
6129 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6130 backend stubs.
6131 (auth-source-user-or-password): Call `auth-source-search' but it's not
6132 ready yet.
6133
6134 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6135
6136 * message.el (message-setup-1): Remove the read-only stuff, since it
6137 doesn't work under XEmacs, for some reason.
6138
6139 * gnus-sum.el (gnus-user-date): Rename back from
6140 gnus-summary-user-date since user code refers to it.
6141
6142 * shr.el (shr-render-td): Store the actual background color used.
6143
6144 * message.el (message-setup-1): Don't bind the constant
6145 -forbidden-properties.
6146 (message-setup-1): Revert previous change, since it needs to bind the
6147 props to insert them.
6148 (message-resend): Allow removing the read-only separator line.
6149
6150 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6151
6152 * nnimap.el (nnimap-request-accept-article): Give an error message if
6153 the APPEND wasn't successful.
6154
6155 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6156
6157 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6158 that have no groups.
6159
6160 2011-02-03 Julien Danjou <julien@danjou.info>
6161
6162 * gnus-draft.el: Remove progn around gnus-draft-setup.
6163
6164 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6165
6166 * gnus-start.el (gnus-read-active-for-groups): This function is never
6167 called with a nil `infos', so clean that up.
6168 (gnus-get-unread-articles): Request active files from primary/secondary
6169 methods that have no groups (yet).
6170
6171 2011-02-03 Julien Danjou <julien@danjou.info>
6172
6173 * message.el (message-setup-1): Always generate References first.
6174 (message-mail): Return the return value of message-setup, not always t.
6175 (message-setup-1): Insert mail-header-separator with read-only and
6176 intangible properties set.
6177
6178 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6179 user-date in docstring.
6180
6181 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6182
6183 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6184 docstring.
6185
6186 * gnus.el (gnus-user-date-format-alist): Change default value.
6187 Use defcustom, with type and group. Move from gnus-util.el.
6188 Rename to gnus-summary-user-date-format-alist.
6189
6190 2011-02-03 Glenn Morris <rgm@gnu.org>
6191
6192 * nnimap.el (gnus-fetch-headers): Declare.
6193
6194 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6195
6196 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6197
6198 * message.el (message-forward-make-body-digest-plain)
6199 (message-followup, message-reply): Clean up things noted by Stefan.
6200
6201 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6202 gnus-article-update-date-headers is nil.
6203 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6204 it didn't really work with defcustom.
6205 (article-update-date-lapsed): Make sure the window start doesn't move,
6206 either.
6207
6208 2011-02-01 Julien Danjou <julien@danjou.info>
6209
6210 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6211 format.
6212
6213 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6214 standard in Emacs nowadays.
6215
6216 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * message.el (message-expand-name): Don't trust the return value of
6219 bbdb-complete-name.
6220 (message-check-news-header-syntax): Remove unused var `start'.
6221 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6222 (message-inhibit-body-encoding): Move to before first use.
6223 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6224 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6225 (Organization, Message-ID, Date, mh-previous-window-config):
6226 Defvar the vars using dynamic scoping.
6227
6228 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6229
6230 * shr.el (shr-render-td): Only do colors at the final rendering.
6231 Should be slightly faster.
6232 (shr-insert-table): Fix up TD background colors when doing the
6233 vertical padding.
6234
6235 * gnus-art.el (article-date-ut): Protect against articles with no Date
6236 header.
6237 (article-update-date-lapsed): Don't use current-column to find the
6238 horizontal position. It's fragile in the presence of \003 characters.
6239
6240 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6241
6242 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6243
6244 * gnus-art.el (article-transform-date): Rewrite to still work when
6245 there are several rfc2822 parts.
6246 (article-transform-date): Fix infinite recursion.
6247 (article-date-ut): Replace infinitely many Date headers with a single
6248 one when called interactively.
6249
6250 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6251 secure manner.
6252
6253 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6254 move around by not using save-window-excursion. It seems to work...
6255
6256 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6257
6258 * gnus-art.el (article-make-date-line): Work for user-defined format.
6259
6260 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6261
6262 * nntp.el (nntp-retrieve-group-data-early)
6263 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6264 fetching functions.
6265
6266 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6267 thoroughly for all backends that have no known groups. This should
6268 allow new nnml methods to retrieve mail.
6269
6270 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6271 that Gnus doesn't know exists again.
6272
6273 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6274 (gnus-treat-date-ut): Ditto.
6275 (gnus-article-update-date-header): Rename.
6276 (gnus-treat-date-local): Remove.
6277 (gnus-treat-date-english): Remove.
6278 (gnus-treat-date-lapsed): Remove.
6279 (gnus-treat-date-combined-lapsed): Remove.
6280 (gnus-treat-date-original): Remove.
6281 (gnus-treat-date-iso8601): Remove.
6282 (gnus-treat-date-user-defined): Remove.
6283 (gnus-article-date-headers): New variable to control all the date
6284 header options.
6285 (article-date-ut): Rewrite to allow using the new way to format date
6286 headers(s).
6287
6288 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6289
6290 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6291 method.
6292 (nnmail-article-group): A better test for fanciness.
6293
6294 * nnimap.el (nnimap-request-head): Protect against not finding the
6295 article by Message-ID.
6296
6297 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6298
6299 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6300 keep point at the "same place".
6301
6302 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6303
6304 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6305 data if the group is inactive.
6306
6307 2011-01-28 Julien Danjou <julien@danjou.info>
6308
6309 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6310 (gnus-all-windows-visible-p): Remove old compatibility code.
6311 (gnus-window-top-edge): Add docstring.
6312
6313 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6314
6315 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6316
6317 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6318 older request-update-info.
6319
6320 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6321
6322 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6323
6324 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6325 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6326
6327 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6328
6329 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6330 groups. This makes the nndraft:queue group pop up if it's not already
6331 there.
6332
6333 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6334 messages" logic, which was reversed.
6335
6336 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6337 the "same place" even if point is on the line being replaced.
6338 (article-update-date-lapsed): Allow updating both the combined lapsed
6339 and the lapsed headers.
6340 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6341 (article-make-date-line): Limit the number of segments dynamically to
6342 avoid too-long lines.
6343
6344 2011-01-27 Julien Danjou <julien@danjou.info>
6345
6346 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6347 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6348
6349 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6350
6351 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6352 Use plist-get instead of the cl function getf.
6353
6354 2011-01-27 Glenn Morris <rgm@gnu.org>
6355
6356 * gnus-util.el (float-time): Get rid of compiler warning, again.
6357
6358 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6359
6360 * shr.el (shr-put-color): Special-case background colors: Do put them
6361 at the blank parts at the front of the lines.
6362
6363 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6364 exit hook to nix out all data on readedness on group exit.
6365
6366 * gnus-util.el (float-time): If float-time is bound, always use it on
6367 all Emacsen. It's unclear why the subrp check was there.
6368 (time-date): Require to make some autoload issues on XEmacs go away.
6369
6370 * shr.el (shr-put-color): Don't do the box padding in tables, since
6371 they're already padded.
6372
6373 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6374
6375 * gnus-art.el (gnus-article-next-page): When the last line of the
6376 article is displayed, scroll down once more instead of going to the
6377 next article at once.
6378 (article-lapsed-string): Refactor out and allow specifying how many
6379 segments you want.
6380 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6381 (gnus-article-update-lapsed-header): New variable.
6382
6383 * shr.el: Revert change that made headings use different-sized faces.
6384 The Emacs display engine isn't advanced enough that, for instance,
6385 tables can comfortably use differently-sized faces.
6386
6387 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6388
6389 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6390 used.
6391 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6392 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6393 we're using an encrypted connection.
6394
6395 * proto-stream.el: Alter the interface functions to also return the
6396 actual stream type used: network or TLS.
6397
6398 2011-01-25 Julien Danjou <julien@danjou.info>
6399
6400 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6401 (mm-display-javascript-inline): New function.
6402
6403 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6404 viewing function.
6405
6406 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6407
6408 * shr.el (shr-expand-newlines): Fix variable name.
6409
6410 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6411
6412 * shr.el (shr-expand-newlines): Make nested boxes work.
6413
6414 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6415
6416 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6417 backgrounds.
6418 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6419 in a more sensible manner.
6420
6421 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6422
6423 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6424 if EPG is loaded.
6425
6426 2011-01-24 Julien Danjou <julien@danjou.info>
6427
6428 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6429 tags.
6430
6431 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6432
6433 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6434 commands.
6435
6436 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6437 in the article buffer.
6438 (gnus-gravatar-insert): Use blank space from the current buffer to
6439 avoid breaking text properties. This makes X-Sent updating work again.
6440
6441 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6442
6443 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6444
6445 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6446 fix the bug in url-http.el instead.
6447
6448 * shr.el (shr-image-fetched): Ditto.
6449
6450 * shr.el (shr-image-fetched): Avoid having point move in the article
6451 buffer.
6452
6453 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6454 buffer after being called. It's apparently being killed by url.el, and
6455 killing it made point move to end-of-buffer in a random buffer.
6456
6457 * shr.el (shr-image-fetched): Ditto.
6458
6459 2011-01-23 Julien Danjou <julien@danjou.info>
6460
6461 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6462
6463 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6464 text/x-org.
6465
6466 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6467
6468 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6469 (i.e., nnimap) returning nil as the article number.
6470
6471 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6472
6473 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6474 "DelSp" parameter in RFC3676.
6475
6476 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6477
6478 * message.el (message-check-recipients): Display the encoded version of
6479 the bogus address if they differ.
6480
6481 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6482 after sending.
6483
6484 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6485
6486 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6487
6488 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6489 group buffer after sending the queue.
6490
6491 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6492
6493 2011-01-22 Julien Danjou <julien@danjou.info>
6494
6495 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6496
6497 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6498
6499 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6500 nested related parts.
6501
6502 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6503 unexpired articles. This fixes the regression that led expiry marks to
6504 disappear from nnfolder groups.
6505
6506 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6509 Don't confuse the "ret" of "retrograde" with RET.
6510
6511 2011-01-21 Julien Danjou <julien@danjou.info>
6512
6513 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6514 than mm-insert-inline.
6515
6516 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6517
6518 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6519 Widen article buffer.
6520
6521 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6524 the temp buffer.
6525 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6526
6527 2011-01-20 Julien Danjou <julien@danjou.info>
6528
6529 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6530
6531 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6532 than mm-insert-inline to insert inline part: this respect
6533 mm-inline-media-tests displayers.
6534
6535 * mm-view.el (mm-display-shell-script-inline): New function.
6536
6537 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6538
6539 * mm-uu.el (mm-uu-type-alist): Add org block.
6540 (mm-uu-org-src-code-block-extract): New function.
6541
6542 * mm-view.el (mm-display-org-inline): New function.
6543
6544 * mm-decode.el (mm-automatic-display): Add text/org.
6545
6546 * mailcap.el (mailcap-mime-extensions): Add .org.
6547
6548 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6549
6550 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6551 gnus-article-add-buttons.
6552
6553 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6554
6555 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6556 From header with a date and "nobody" as the sender.
6557
6558 2011-01-19 Julien Danjou <julien@danjou.info>
6559
6560 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6561 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6562 if you have the same regexp several times.
6563 (gnus-button-push): Fix matching when regexp is symbol.
6564
6565 2011-01-15 Glenn Morris <rgm@gnu.org>
6566
6567 * message.el (message-mail): A compose-mail function should
6568 accept headers as strings.
6569
6570 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6571
6572 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6573 Add :vert-only tags.
6574 (message-mail): New arg RETURN-ACTION.
6575 (message-return-action): New var.
6576 (message-bury): Use it.
6577 (message-mode): Make it buffer-local.
6578 (message-send-and-exit): Always call message-bury.
6579
6580 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6581 message-mail.
6582
6583 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6584
6585 * nnimap.el (nnimap-convert-partial-article): Protect against
6586 zero-length body parts.
6587
6588 * mm-decode.el (mm-preferred-alternative-precedence):
6589 Discourage showing empty parts.
6590
6591 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6592 and stuff if the backend didn't return the article number. This fixes
6593 an Exchange-related nnimap bug.
6594
6595 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6596 group window, because it does the wrong thing when a separate frame
6597 displays the group buffer.
6598
6599 * proto-stream.el (open-protocol-stream): Protect against the low-level
6600 transport functions returning nil.
6601
6602 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6603
6604 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6605 (mml2015-epg-find-usable-secret-key): New function.
6606 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6607 mml2015-epg-find-usable-key (Bug#7797).
6608 (mml2015-epg-encrypt): Ditto.
6609
6610 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6611
6612 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6613
6614 2011-01-03 Glenn Morris <rgm@gnu.org>
6615
6616 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6617
6618 * sieve.el (sieve-open-server): Give a more explicit error if
6619 sieve-manage-open returns nil. (Bug#7720)
6620
6621 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6622
6623 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6624
6625 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6626
6627 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6628 This avoids sending passwords in plain text over non-encrypted
6629 channels.
6630
6631 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6632
6633 * nnimap.el (nnimap-login): Refactored out into own function, and
6634 implement CRAM-MD5.
6635 (nnimap-wait-for-line): Refactored out.
6636
6637 * mm-view.el (mml-smime): Require.
6638
6639 2010-12-20 David Engster <deng@eml.cc>
6640
6641 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6642 use EPG to decrypt S/MIME messages instead of openssl.
6643
6644 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6645
6646 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6647
6648 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6649 status is the group clearly is unreachable.
6650
6651 * auth-source.el (auth-source-create): Add the optional second
6652 parameter to `local-variable-p' to be compatible with XEmacs.
6653
6654 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6655
6656 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6657 work when using a compressed nnml folder.
6658
6659 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6660
6661 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6662 backends after sanitising on entry, because this never makes sense:
6663 If the articles have gone missing, then the data no longer exists on
6664 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6665 overwrite anything anyway.
6666
6667 * shr.el (shr-insert-document): Bind shr-width dynamically to
6668 window-width if it's nil.
6669
6670 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6671
6672 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6673 with the meaning of using the full emacs window width for rendering.
6674
6675 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6676
6677 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6678 case when sender is not given.
6679
6680 2010-12-23 Julien Danjou <julien@danjou.info>
6681
6682 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6683 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6684 the addresses, otherwise we might misplaced the gravatar.
6685
6686 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6687
6688 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6689 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6690 obsolete in Emacs.
6691
6692 2010-12-20 Julien Danjou <julien@danjou.info>
6693
6694 * gnus-util.el (gnus-rescale-image): Revert last change.
6695
6696 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6697
6698 * gnus-group.el (gnus-group-delete-articles): New command.
6699
6700 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6701
6702 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6703
6704 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6705
6706 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6707 here, since it's up to the backends to do CRLF removal if their
6708 protocol has it.
6709
6710 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6711
6712 2010-12-17 Julien Danjou <julien@danjou.info>
6713
6714 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6715 they are from file. Can also scale up.
6716
6717 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6718
6719 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6720 Restore gnus-use-agent.
6721 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6722
6723 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6724
6725 2010-12-17 Julien Danjou <julien@danjou.info>
6726
6727 * gravatar.el (gravatar-retrieve-synchronously): New function.
6728 (gravatar-get-data): Make more robust.
6729
6730 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6731
6732 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6733 to really consider the last line.
6734
6735 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6736
6737 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6738 list of recipient keys, or use symmetric encryption if not a list.
6739 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6740 EPA override, replacing the call to `netrc-store-data'.
6741
6742 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6743
6744 * gnus-srvr.el: Avoid passing nil regexp argument to
6745 delete-matching-lines.
6746
6747 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6748
6749 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6750 fetching stops when Gnus exits.
6751
6752 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6753 function.
6754 (nnfolder-request-expire-articles): Save all the buffers after doing
6755 expiry.
6756
6757 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6758 the last article", since that led to serious performance regressions
6759 when expiring nnml groups.
6760
6761 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6762
6763 * nnir.el: Improve customizations.
6764
6765 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6766
6767 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6768
6769 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6770 group has been killed.
6771 (gnus-group-yank-group): Ditto.
6772
6773 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6774
6775 * nnimap.el (nnimap-request-update-group-status): New function.
6776
6777 * gnus-int.el (gnus-request-update-group-status): New interface
6778 function.
6779
6780 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6781 copying read-ness to the backends.
6782
6783 * nnimap.el (nnimap-quirk): New function.
6784 (nnimap-retrieve-group-data-early): Use it.
6785 (nnimap-quirks): New alist.
6786
6787 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6788
6789 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6790 don't delete it within indentation.
6791
6792 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6793
6794 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6795 previous line.
6796
6797 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6798
6799 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6800 QRESYNC command by deleting a superfluous space which broke Cyrus
6801 servers. This change will break other servers that are buggy the other
6802 way around.
6803
6804 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6805
6806 * spam.el: Reindent and fix long lines.
6807 (spam-copy-or-move-routine): Exclude invalid move destinations.
6808
6809 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6810
6811 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6812 installed the registry.
6813
6814 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6815
6816 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6817 groupname doesn't contain "gmane".
6818
6819 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6820
6821 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6822 (gnus-1): Don't create the nndrafts group twice.
6823 (gnus-setup-news): There's no need to read the active file here, since
6824 that's done again later on a per-backend basis.
6825 (gnus-start-draft-setup): Make sure that the new group is started out
6826 empty.
6827
6828 * gnus-agent.el (gnus-agentize): Don't create the queue group
6829 automatically on startup. It'll be created later, if needed.
6830
6831 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6832 of automatically subscribed groups.
6833 (gnus-auto-subscribed-categories): New variable.
6834 (gnus-matches-options-n): Use it.
6835 (gnus-default-subscribed-newsgroups): Remove unused variable.
6836 (gnus-start-draft-setup): Message a bit less.
6837
6838 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6839
6840 * nnir.el (nnir-run-imap): Return article list in order of increasing
6841 UID.
6842
6843 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6844
6845 * gnus-sum.el (gnus-summary-enter-digest-group):
6846 Mention gnus-auto-select-on-ephemeral-exit.
6847
6848 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6849 convention of the network-only option.
6850
6851 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6852
6853 * proto-stream.el (proto-stream-open-network-only): New function to
6854 have a way to specify non-STARTTLS upgrade connections.
6855
6856 2010-12-10 Julien Danjou <julien@danjou.info>
6857
6858 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6859 email address is nil.
6860
6861 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6862
6863 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6864
6865 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6866 deletion.
6867 (nnir-run-imap): Only need to parse list once.
6868
6869 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6870
6871 * shr.el (shr-tag-script): Ignore <script>.
6872 (shr-tag-label): Add <label> support.
6873
6874 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6875
6876 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6877
6878 * shr.el (shr-image-displayer): Work for images lined side by side.
6879
6880 2010-12-08 Robert Pluim <rpluim@gmail.com>
6881
6882 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6883 parameter, since XEmacs doesn't accept t as a parameter.
6884
6885 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6886
6887 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6888 ids.
6889 (nnir-run-gmane): Simplify groupspec formatting.
6890 (nnir-request-expire-articles): New function.
6891
6892 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6893
6894 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6895 overflow, possibly.
6896
6897 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6898 (shr-render-td): Handle td style="" better.
6899 (shr-tag-table): Use the color from the style sheet.
6900 (shr-render-td): Make sure we copy over all the overlays, too.
6901
6902 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6903
6904 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6905 (nnir-request-article): Improve article retrieval.
6906
6907 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6908
6909 * mm-util.el (mm-extra-numeric-entities): New variable.
6910
6911 * mm-url.el (mm-url-decode-entities):
6912 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6913
6914 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * message.el: Use completion-at-point.
6917 (message-completion-function): New fun, extracted from message-tab.
6918 (message-mode): Use it for completion-at-point-functions.
6919 (message-tab): Use it and completion-at-point.
6920
6921 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6922
6923 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6924 character if a non-breakable character follows.
6925
6926 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6927
6928 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6929 any stream.
6930
6931 * shr.el (shr-tag-font): Colorize the region.
6932 (shr-tag-body): Ditto.
6933 (shr-tag-font): Actually let the styles be inherited instead of
6934 overwriting them.
6935 (shr-tag-font): Get the background color right.
6936 (shr-tag-style): Ignore all <style> tags for the moment.
6937
6938 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6939 a Message-ID to avoid having nnimap depend on gnus-sum.
6940
6941 * shr.el (shr-descend): Only colorize something if we have a node that
6942 sets colors.
6943
6944 2010-12-06 Julien Danjou <julien@danjou.info>
6945
6946 * shr.el (shr-render-td): Render td content with shr-descend, so style
6947 will be applied to <td> too.
6948 (shr-colorize-region): Colorize region even if we only have a background.
6949 (shr-tag-body): Fix color and background color inheritance.
6950 Do not recolorize after shr-generic.
6951 (shr-tag-font): Let shr-generic colorize via inheritance.
6952
6953 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6954
6955 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6956
6957 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6958
6959 * nnir.el (nnir-request-move-article): Remove obsolete code.
6960
6961 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6962
6963 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6964
6965 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6966
6967 * gnus-sum.el (gnus-summary-respool-article): The completion function
6968 expects a list instead of an alist.
6969
6970 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6971 string as the parameter.
6972
6973 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6974
6975 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6976 styles.
6977 (shr-colorize-region): New function.
6978 (shr-insert-background-overlay): Remove.
6979 (shr-render-td): Background setting should be taken care of on a higher
6980 level.
6981 (shr-tag-body): Use post-hoc colorizations.
6982 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6983 (shr-put-color-1): Don't overwrite old colors.
6984 (shr-colorize-region): When the background color isn't explicit, use
6985 a fixed background.
6986
6987 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6988 nnmail variables.
6989
6990 2010-12-05 Bjørn Mork <bjorn@mork.no>
6991
6992 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6993 unless necessary.
6994
6995 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6996
6997 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6998 server.
6999
7000 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7001
7002 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7003 so that TAB works.
7004
7005 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7006 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7007
7008 * shr.el (shr-urlify): Show the URL before the title to avoid
7009 misleading URLs.
7010
7011 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7012
7013 * shr.el (shr-urlify): Display the title in <a> tags.
7014
7015 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7016
7017 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7018
7019 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7020
7021 * nnir.el: Rearrange code to allow macros to be autoloaded by
7022 gnus-sum.el.
7023 (nnir-retrieve-headers-override-function): Make this variable
7024 customizable.
7025 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7026
7027 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7028 from nnir.el.
7029
7030 2010-12-03 Julien Danjou <julien@danjou.info>
7031
7032 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7033
7034 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7035
7036 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7037 allow optional argument `environment'.
7038
7039 2010-12-03 Glenn Morris <rgm@gnu.org>
7040
7041 * mm-extern.el (message-goto-body): Update declaration.
7042
7043 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7044
7045 * gnus-util.el (gnus-macroexpand-all): New function.
7046
7047 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7048 instead of macroexpand-all that is unavailable in XEmacs.
7049
7050 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7051
7052 * nnir.el (nnir-summary-line-format): New variable.
7053 (nnir-mode): Use it.
7054 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7055 (nnir-article-ids): Reimplement as defsubst.
7056 (nnir-retrieve-headers): Don't mangle the subject header.
7057 (nnir-run-imap): Use 100 as RSV score.
7058 (nnir-run-find-grep): Fix for full server searching.
7059 (nnir-run-gmane): Better restriction to gmane groups.
7060
7061 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7062 summary buffers.
7063
7064 2010-12-02 Julien Danjou <julien@danjou.info>
7065
7066 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7067
7068 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7069
7070 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7071 support.
7072
7073 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7074
7075 * nnir.el: Update to handle the registry better.
7076 (autoload): Silence byte-compiler.
7077 (nnir-open-server): Add a hook for nnir groups.
7078 (nnir-request-move-article): Don't mangle the header. Better to use
7079 formatting variables (which will be added in the future).
7080 (nnir-registry-action): Update the registry using the original article
7081 group name.
7082 (nnir-mode): Install nnir-specific hooks for updating the registry.
7083
7084 * gnus-sum.el
7085 (gnus-article-original-subject, gnus-newsgroup-original-name):
7086 Remove obsolete variables.
7087 (gnus-summary-move-article): Remove use of obsolete variables.
7088 (gnus-summary-local-variables): Make move and delete hooks local to
7089 summary buffers.
7090
7091 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7092
7093 * rtree.el: New file.
7094
7095 2010-12-01 Julien Danjou <julien@danjou.info>
7096
7097 * message.el (message-user-organization): Do not use
7098 gnus-local-organization.
7099
7100 * gnus.el: Remove gnus-local-organization.
7101
7102 * gnus-msg.el: Remove nastygram thing.
7103
7104 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7105
7106 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7107 funcall.
7108
7109 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7110
7111 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7112 names.
7113
7114 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7115 characters.
7116
7117 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7118 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7119 Suggested by Štěpán Němec <stepnem@gmail.com>.
7120 (gnus-gravatar-transform-address): Use mail-extract-address-components
7121 that supports non-ASCII names rather than mail-header-parse-addresses.
7122
7123 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7124
7125 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7126 handled by the network handler.
7127
7128 2010-11-30 Julien Danjou <julien@danjou.info>
7129
7130 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7131 (nnimap-open-connection-1): Fix PREAUTH.
7132
7133 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7134
7135 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7136
7137 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7138 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7139 (shr-insert): Use them.
7140 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7141
7142 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7143
7144 * nnir.el (nnir-request-move-article): Bail out if original group
7145 doesn't support article moves.
7146 (nnir-get-active): Improve active list retrieval.
7147
7148 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7149
7150 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7151
7152 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7153
7154 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7155 seem to accept strings-with-numbers as port numbers.
7156
7157 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7158
7159 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7160 change the registry.
7161
7162 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7163
7164 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7165 delete-dups that is not available in XEmacs 21.4.
7166
7167 * mm-util.el (mm-delete-duplicates): Add comment.
7168
7169 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7170
7171 * nnir.el (nnir-ignored-newsgroups): New variable.
7172 (nnir-get-active): Use it.
7173
7174 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7175
7176 * proto-stream.el (proto-stream-open-network): Add some comments.
7177
7178 * nntp.el (nntp-open-connection): Provide a :success condition.
7179
7180 * nnimap.el (nnimap-open-connection-1): Ditto.
7181
7182 * proto-stream.el (proto-stream-open-network): See what the response to
7183 the STARTTLS command is.
7184
7185 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7186 backwards compatibility).
7187 (nnimap-open-connection-1): Really respect nnimap-server-port.
7188
7189 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7190 TLS upgrades we don't really care about the identity of the peer.
7191 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7192 that what we've checked for.
7193 (proto-stream-always-use-starttls): Only default to t if
7194 open-gnutls-stream exists.
7195 (proto-stream-open-network): If STARTTLS failed, then just open a
7196 normal connection.
7197 (proto-stream-open-network): Wait until the greeting before doing
7198 STARTTLS.
7199
7200 * nntp.el (nntp-open-connection): Report what the connection error is.
7201
7202 * proto-stream.el (open-protocol-stream): Rename from
7203 open-proto-stream.
7204
7205 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7206
7207 * nnimap.el (nnimap-stream): Change default to `undecided'.
7208 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7209 first, and then network.
7210 (nnimap-open-connection-1): Respect nnimap-server-port.
7211 (nnimap-open-connection): Be more backwards-compatible.
7212
7213 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7214 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7215 (proto-stream-open-starttls): Folded back into the main function.
7216 (proto-stream-open-network): Fix typo in the GnuTLS path.
7217 (proto-stream-command): Refactor out.
7218
7219 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7220
7221 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7222 starttls.el STARTTLS.
7223
7224 * color.el (color-lab->srgb): Fix function call name.
7225
7226 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7227 if we're using tls.el.
7228 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7229 built in, then don't try to establish a STARTTLS connection.
7230
7231 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7232 servers.
7233
7234 * proto-stream.el (open-proto-stream): Use network, not stream.
7235 (open-proto-stream): Add a way to specify what the end of a command is.
7236
7237 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7238 connections types.
7239 (nntp-open-network-stream): Remove.
7240 (nntp-open-ssl-stream): Remove.
7241 (nntp-open-tls-stream): Remove.
7242 (nntp-ssl-program): Remove.
7243
7244 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7245
7246 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7247
7248 * nnir.el: Fix typos.
7249 (nnir-retrieve-headers-override-function): Rename variable to reflect
7250 new semantics.
7251 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7252 macros.
7253 (nnir-request-article, nnir-request-move-article): Use them.
7254 (nnir-categorize): New function.
7255 (nnir-run-query): Use it.
7256 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7257 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7258 sorted.
7259 (nnir-group-full-name): Use gnus-group-full-name instead.
7260 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7261 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7262
7263 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7264
7265 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7266
7267 * proto-stream.el: New library to provide protocol-specific
7268 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7269 protocols.
7270 (open-proto-stream): Complete the documentation.
7271 (proto-stream-open-network): Fix some typos.
7272
7273 * nnimap.el (nnimap-open-connection): Use it.
7274
7275 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7276
7277 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7278 negotiation.
7279
7280 2010-11-26 Julien Danjou <julien@danjou.info>
7281
7282 * color.el: Rename various rgb functions to srgb.
7283
7284 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7285
7286 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7287 names.
7288
7289 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7290
7291 * shr.el (shr-insert): Revert last change.
7292 (shr-find-fill-point): Never leave point being at bol;
7293 relax the kinsoku limitation when rendering tables.
7294
7295 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7296
7297 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7298 results from -accept-article.
7299
7300 * shr-color.el: Require cl when compiling.
7301
7302 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7303 checkin.
7304
7305 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7306
7307 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7308
7309 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7310 'add and 'delete to set backend marks.
7311
7312 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7313
7314 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7315
7316 * nntp.el (nntp-request-set-mark): Use it.
7317
7318 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7319
7320 * nnml.el (nnml-request-set-mark): Ditto.
7321
7322 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7323 introduces regressions in article selection.
7324 (nnimap-find-uid-response): New function.
7325 (nnimap-request-accept-article): Use the UID returned, if any.
7326 (nnimap-request-move-article): Use the UID returned, if any.
7327 (nnimap-get-groups): Reimplement to work with folded lines.
7328 (nnimap-find-uid-response): The UID is the last element in the list.
7329 (nnimap-request-set-mark): Extend syntax with 'set.
7330
7331 * nnml.el (nnml-request-set-mark): Ditto.
7332
7333 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7334
7335 * nntp.el (nntp-request-set-mark): Ditto.
7336
7337 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7338
7339 * message.el (message-called-interactively-p): A temporary macro.
7340 (message-goto-body): Use it temporarily.
7341
7342 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7343
7344 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7345 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7346 (nnimap-last-response-string): Fix last unfolding fix.
7347
7348 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7349
7350 * shr.el (shr-insert): Fix the way to fold lines.
7351
7352 2010-11-25 Julien Danjou <julien@danjou.info>
7353
7354 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7355
7356 * color.el: Rename from color-lab.el
7357 (color-rgb->hex): Add.
7358 (color-complement): Add.
7359 (color-complement-hex): Add.
7360
7361 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7362
7363 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7364
7365 * shr-color.el (shr-color-visible): Don't bug out if the color names
7366 don't exist.
7367
7368 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7369
7370 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7371 assuming that article displaying or another mml-preview may be
7372 interrupted for an error or for the like.
7373
7374 * shr.el (shr-get-background): Fix argument name.
7375
7376 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7377
7378 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7379
7380 * gnus-sum.el (gnus-summary-include-articles): New function.
7381
7382 * message.el (message-goto-body): called-interactively-p needs a
7383 parameter, so use `any'.
7384
7385 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7386 clear marks before moving, since they're synced from the Gnus side
7387 first.
7388
7389 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7390 (gnus-summary-move-article): Copy over all marks before moving, so that
7391 IMAP doesn't think a new article has arrived.
7392
7393 2010-11-24 Julien Danjou <julien@danjou.info>
7394
7395 * shr.el (shr-insert-background-overlay): Fix typo.
7396 (shr-render-td): Copy the background before rendering.
7397
7398 * shr-color.el (shr-color-visible): Fix docstring.
7399
7400 * shr.el (shr-tag-table): Add bgcolor support.
7401 (shr-render-td): Add bgcolor support.
7402 (shr-get-background): Add.
7403 (shr-insert-foreground-overlay): Use shr-get-background.
7404
7405 * message.el (message-goto-body): Use called-interactively-p.
7406 (message-in-body-p): message-goto-body returns point.
7407
7408 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7409
7410 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7411 Fixes something or other in Emacs 23, and is backwards compatible.
7412
7413 * message.el (message-goto-body): Remove the <#secure special-casing,
7414 which is too special.
7415
7416 * shr.el (shr-parse-style): Drop !important from styles.
7417
7418 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7419
7420 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7421 this function to return incorrect results when calling it with an
7422 explicit article argument different from
7423 (gnus-summary-article-number).
7424
7425 2010-11-24 Julien Danjou <julien@danjou.info>
7426
7427 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7428 (shr-tag-body): Add background support.
7429 (shr-descend): Add background support.
7430 (shr-tag-title): Add.
7431
7432 * shr-color.el (shr-color-visible): Really return original background
7433 if fixed.
7434
7435 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7436
7437 * shr.el (shr-color-check): Protect against non-existent color names.
7438
7439 2010-11-24 Julien Danjou <julien@danjou.info>
7440
7441 * color-lab.el: Require 'cl when compiling.
7442
7443 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7444
7445 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7446 matched part.
7447
7448 * color-lab.el: Fix all expt calls to use float type.
7449
7450 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7451
7452 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7453 expression to shr-color-check as is.
7454
7455 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7456
7457 * color-lab.el: Add coding cookie.
7458 (float-pi): Use eval-and-compile.
7459
7460 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7461
7462 * shr.el (shr-insert-color-overlay): Split stuff like
7463 "#444444 !important" to find the real color.
7464 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7465 parse <font color="red"> entries.
7466
7467 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7468
7469 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7470 point when parsing headers.
7471
7472 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7473 is positioned properly when parsing headers.
7474
7475 2010-11-23 Julien Danjou <julien@danjou.info>
7476
7477 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7478
7479 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7480
7481 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7482
7483 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7484 Use shr-color-hue-to-rgb.
7485 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7486
7487 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7488
7489 * shr.el (shr-color->hexadecimal): Autoload.
7490 (shr-descend): Add color to all tags.
7491
7492 2010-11-22 Julien Danjou <julien@danjou.info>
7493
7494 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7495 shr-color->hexadecimal.
7496
7497 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7498 RGB() or HSL() color representation.
7499
7500 * shr.el (shr-tag-font): Add.
7501 (shr-tag-color-check): New function to get better colors.
7502 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7503 tag-span.
7504
7505 * shr-color.el: New file.
7506
7507 * color-lab.el: New file.
7508
7509 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7510
7511 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7512
7513 * nnir.el: Fix typo in comments.
7514 (nnir-run-imap): Simplify code. No need to reverse artlist.
7515 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7516
7517 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7518
7519 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7520
7521 * nnimap.el (nnimap-get-capabilities): Refactor out.
7522 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7523
7524 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7525
7526 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7527 appearing when `mm-uu-hide-markers' is nil.
7528
7529 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7530
7531 * nnimap.el (nnimap-unselect-group): Make into its own function.
7532 (nnimap-request-rename-group): Unselect group before renaming.
7533 This had gotten lost somewhere.
7534 (nnimap-request-accept-article): Keep track of examined groups, and
7535 unselect the group before APPENDing to read-only groups.
7536 (nnimap-request-move-article): Clear flags before moving so that they
7537 can be re-set later.
7538
7539 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7540
7541 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7542 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7543
7544 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7545
7546 * gnus-art.el (gnus-mime-display-single):
7547 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7548 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7549 parameter.
7550
7551 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7552
7553 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7554 (shr-table-vertical-line): New variable.
7555 (shr-insert-table): Use it.
7556
7557 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * gnus-html.el (gnus-html-wash-images): Don't display images if
7560 gnus-inhibit-images is non-nil; register displayer for cid images.
7561 (gnus-html-display-image): Work for cid image.
7562 (gnus-html-insert-image): Allow arguments.
7563 (gnus-html-put-image): Inhibit read-only.
7564 (gnus-html-prefetch-images): Don't prefetch images if
7565 gnus-inhibit-images is non-nil.
7566
7567 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7568
7569 * shr.el (shr-put-image): Break lines when inserting big pictures.
7570
7571 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7572
7573 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7574 sender, thanks Katsumi Yamaoka.
7575
7576 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7577
7578 * nnir.el (nnir-run-imap): Reverse the article list for each group
7579 rather than the whole list.
7580
7581 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7582
7583 * shr.el (shr-image-displayer): Protect function against non-existent
7584 image source.
7585
7586 * gnus-art.el (gnus-inhibit-images): New user option.
7587 (gnus-mime-display-single): Don't display image if it is non-nil.
7588
7589 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7590 gnus-inhibit-images.
7591
7592 * shr.el (shr-image-displayer): New function.
7593 (shr-tag-img): Use it.
7594
7595 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7596
7597 * mml2015.el (mml2015-epg-sign): Use From header.
7598
7599 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7600
7601 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7602
7603 * gnus-util.el (gnus-find-text-property-region): Return markers.
7604
7605 * shr.el (shr-tag-img): Put a displayer in the text property.
7606
7607 * gnus-util.el (gnus-find-text-property-region): New utility function.
7608
7609 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7610 (gnus-html-show-images): Remove.
7611
7612 * gnus-art.el (gnus-article-show-images): New, more general function.
7613
7614 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7615 image url text properties.
7616
7617 * shr.el: Ditto.
7618
7619 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7620 gnus-agent-auto-agentize-methods is set. Which it isn't.
7621
7622 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7625 work for two or more articles.
7626
7627 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7628
7629 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7630 divide an image that's in an html article to two or more when washing
7631 non-ASCII characters in alt text of it.
7632
7633 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7636 smime-decrypt-region using function argument.
7637 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7638
7639 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7640
7641 * smime.el (smime-decrypt-region): Catch it.
7642
7643 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * smime.el (smime-mode-map): Move initialization into declaration.
7646 (gnus-run-mode-hooks): Don't autoload.
7647 (smime-mode): Use define-derived-mode.
7648
7649 2010-11-11 Glenn Morris <rgm@gnu.org>
7650
7651 * smime.el (from): Restrict declaration to XEmacs.
7652
7653 * nnir.el (gnus-group-topic-name): Autoload.
7654
7655 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7656
7657 * shr.el (shr-insert): Don't break long line if it is because of
7658 kinsoku-bol characters in the line end.
7659
7660 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7661
7662 * nnir.el (nnir-request-move-article): Fix to provide original group
7663 and subject.
7664 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7665 been retrieved.
7666
7667 * gnus-sum.el (gnus-summary-move-article): Use original group and
7668 subject for virtual articles such as those in an nnir summary buffer.
7669
7670 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7671
7672 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7673 least 21.5).
7674
7675 * smime.el (from): Declare it again for XEmacs.
7676
7677 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7678
7679 * message.el (message-resend): Don't disable encoding unless it's
7680 already encoded.
7681
7682 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7683 low-numbered articles.
7684
7685 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7686
7687 * rfc2047.el (rfc2047-syntax-table): Simplify.
7688
7689 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7690 set-char-table-range for XEmacs.
7691
7692 2010-11-10 Glenn Morris <rgm@gnu.org>
7693
7694 * smime.el (from): Remove unused declaration.
7695
7696 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7697 (gnus-float-time): On Emacs, always an alias.
7698
7699 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7700 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7701
7702 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7703
7704 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7705
7706 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7707
7708 * shr.el (browse-url-mailto): Autoload.
7709
7710 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7711
7712 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7713 regexp doesn't need quoting.
7714
7715 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7716
7717 * message.el (message-subject-trailing-was-ask-regexp)
7718 (message-subject-trailing-was-regexp): Match was: in addition to was.
7719
7720 2010-11-09 Glenn Morris <rgm@gnu.org>
7721
7722 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7723 (nnbabyl-check-mbox): Use point-at-bol.
7724
7725 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7726
7727 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7728
7729 * message.el (message-mailto): New function.
7730 (message-mailto): Should accept other parameters.
7731 (message-mailto): Remove since it duplicates browse-url-mailto
7732 functionality.
7733
7734 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7735
7736 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7737 methods.
7738 (gnus-read-active-file): Ditto.
7739
7740 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7741 ": " from the prompt.
7742 (gnus-group-make-group): Ditto.
7743
7744 2010-11-07 Glenn Morris <rgm@gnu.org>
7745
7746 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7747 (gnus-bookmark-kill-line): Use point-at-eol.
7748
7749 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7750
7751 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7752 asterisks in From header.
7753
7754 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7755
7756 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7757 string to avoid making the From headers syntactically invalid.
7758
7759 * message.el (message-send-mail): Don't insert courtesy messages if the
7760 message already has List-Post and List-ID messages.
7761
7762 2010-11-06 Glenn Morris <rgm@gnu.org>
7763
7764 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7765 `condition', `type', `length' a prefix.
7766 (gnus-treat-predicate): Update for above name changes.
7767
7768 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7769
7770 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7771 binding. Handled by `gnus-summary-refer-thread' instead.
7772 (nnir-warp-to-article): New backend function.
7773
7774 * nnimap.el (nnimap-request-thread): Force dependency updating.
7775
7776 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7777 (gnus-summary-refer-thread): Rework to improve thread-referral.
7778
7779 * gnus-int.el (gnus-warp-to-article): New function.
7780
7781 * gnus-sum.el (gnus-summary-article-map): Bind it.
7782
7783 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7784
7785 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7786 gnus-summary-refer-thread.
7787
7788 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7789 headers.
7790 (gnus-summary-limit-include-thread): Prevent articles in thread from
7791 being cut in gnus-cut-threads.
7792 (gnus-summary-refer-thread): Limit retrieved headers to those in
7793 thread.
7794
7795 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7796
7797 * message.el (message-send-mail): Use the value of
7798 message-courtesy-message from the message buffer.
7799
7800 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7801
7802 * shr.el (shr-browse-url): Implement mailto: URLs.
7803
7804 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7805 "raw".
7806
7807 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7808 if it's already selected.
7809
7810 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7811
7812 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7813
7814 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7815 to measure the length and truncate alt text.
7816
7817 2010-11-03 Glenn Morris <rgm@gnu.org>
7818
7819 * nndiary.el (nndiary-generate-nov-databases-1)
7820 (nndiary-generate-active-info): Rename dynamic variable `files' to
7821 something less generic.
7822
7823 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7824
7825 * nnir.el (nnir-request-move-article): Call the underlying backend to
7826 move articles from nnir.
7827
7828 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7829
7830 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7831
7832 2010-11-02 Julien Danjou <julien@danjou.info>
7833
7834 * nnir.el: Remove wais support.
7835
7836 2010-11-02 Glenn Morris <rgm@gnu.org>
7837
7838 * gnus-html.el: Reorder requirements to quieten compiler.
7839
7840 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7841
7842 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7843 properly for XEmacs as well.
7844 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7845 (gnus-article-natural-long-line-p): Use window-width rather than
7846 frame-width.
7847
7848 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7849
7850 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7851 (nnir-read-parms): Don't modify query.
7852 (nnir-run-query): Add ability to search topic on current line.
7853 (nnir-get-active): Clean up.
7854
7855 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7856
7857 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7858 degenerate articles.
7859
7860 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7861 (gnus-print-buffer): Just print the buffer as is, without any copying
7862 to a buffer and then re-highlighting.
7863
7864 * nnimap.el (nnimap-request-group): Store the new updated info.
7865 (nnimap-request-group): Select the group when we don't know whether it
7866 exists or not.
7867
7868 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7869 groups.
7870
7871 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7872 groups.
7873
7874 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7875 groups.
7876
7877 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7878 long-lines case by only filling the long lines.
7879
7880 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7881 (bug#7311).
7882
7883 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7884
7885 * shr.el: No need to declare `declare-function' since shr.el is for
7886 only Emacsen that provide `libxml-parse-html-region'.
7887
7888 2010-11-01 Glenn Morris <rgm@gnu.org>
7889
7890 * mm-util.el (gnus-completing-read): Autoload.
7891 (mm-read-coding-system): Simplify Emacs definition.
7892
7893 * nnmail.el (gnus-activate-group):
7894 * nnimap.el (gnutls-negotiate):
7895 * nntp.el (netrc-parse): Fix declarations.
7896
7897 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7898
7899 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7900 string-match-p in Emacs >=23.
7901
7902 * gnus-msg.el (gnus-configure-posting-styles):
7903 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7904
7905 2010-11-01 Glenn Morris <rgm@gnu.org>
7906
7907 * nnir.el (declare-function): Add compat stub.
7908 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7909 (nnir-run-gmane): Require 'mm-url.
7910
7911 * mm-util.el (mm-string-to-multibyte): Simplify.
7912
7913 * shr.el (declare-function): Add compat stub.
7914 (url-cache-create-filename): Declare.
7915 (mm-disable-multibyte, widget-convert-button): Autoload.
7916
7917 * smime.el (ldap-search): Declare.
7918 (smime-cert-by-ldap-1): Require ldap on Emacs.
7919
7920 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7921 (nnimap-keepalive): Use gnus-float-time.
7922
7923 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7924 (mail-source-delete-crash-box): Use gnus-float-time.
7925
7926 * gnus-dired.el (gnus-completing-read): Autoload.
7927
7928 * mm-view.el (gnus-rescale-image): Autoload.
7929
7930 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7931
7932 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7933
7934 * sieve-manage.el: Require 'cl when compiling.
7935
7936 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7937 (gnus-iswitchb-completing-read): Require iswitchb.
7938 (gnus-select-frame-set-input-focus): Silence compiler.
7939
7940 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7941
7942 * message.el (message-subject-trailing-was-query): Change default to t,
7943 since I think that's what most people want.
7944
7945 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7946 appending for easier debugging.
7947 (nnimap-wait-for-connection): Take a regexp.
7948 (nnimap-request-accept-article): Wait for the continuation line before
7949 sending anything unless we're streaming.
7950
7951 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7952 leave the header washing to take place.
7953
7954 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7955
7956 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7957 regular expression match and replace in posting styles.
7958
7959 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7960
7961 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
7962 an entire server.
7963 (nnir-get-active): New function.
7964 (nnir-run-imap): Use it.
7965 (nnir-run-gmane): Who knew, gmane search returns an article score!
7966
7967 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7968 server on the current line with nnir.
7969
7970 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7971
7972 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7973 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7974 left edge.
7975 (gnus-article-foldable-buffer): Skip past the prefix when determining
7976 raggedness.
7977
7978 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7979 the raw article, and change `C-u g' to show the article without doing
7980 treatments.
7981
7982 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7983 on to `gnus-treat-article'.
7984 (gnus-inhibit-article-treatments): New variable.
7985
7986 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7987
7988 * gnus-art.el (gnus-treatment-function-alist): Have
7989 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7990 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7991 sections.
7992
7993 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7994 parameter.
7995 (gnus-article-fill-cited-long-lines): New function.
7996 (gnus-article-fill-cited-article): Allow filling only long sections.
7997
7998 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7999 and non-punctuation (like after the apostrophe in "'We").
8000
8001 * gnus-sum.el (gnus-summary-select-article): Make sure
8002 gnus-original-article-buffer is alive.
8003
8004 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8005 reflect the order they are in the digest.
8006
8007 * gnus.el (gnus-group-startup-message): Move point to the start of the
8008 buffer.
8009
8010 * nnimap.el (nnimap-capability): New function.
8011 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8012 is set.
8013
8014 2010-10-31 David Engster <dengste@eml.cc>
8015
8016 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8017 conform with changes to gnus-completing-read.
8018
8019 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8020
8021 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8022
8023 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8024
8025 * nnir.el: Move defvar, defcustom around to keep file organized
8026 and keep byte-compiler quiet.
8027 (nnir-read-parms): Accept search-engine as arg.
8028 (nnir-run-query): Pass search-engine as arg.
8029 (nnir-search-engine): Remove.
8030
8031 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8032
8033 * shr.el (shr-generic): The text nodes should be text, not :text.
8034
8035 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8036 later in the file.
8037
8038 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8039
8040 * nnir.el: General clean up. Allow searching with multiple engines.
8041 Allow separate extra-parameters for each engine.
8042 Batch queries when possible.
8043 (nnir-imap-default-search-key, nnir-method-default-engines):
8044 Add customize interface.
8045 (nnir-run-gmane): New engine.
8046 (nnir-engines): Use it. Qualify all prompts with engine name.
8047 (nnir-search-engine): Remove global variable.
8048 (nnir-run-hyrex): Restore for now.
8049 (nnir-extra-parms, nnir-search-history): New variables.
8050 (gnus-group-make-nnir-group): Use them.
8051 (nnir-group-server): Remove in favor of gnus-group-server.
8052 (nnir-request-group): Avoid searching twice.
8053 (nnir-sort-groups-by-server): New function.
8054
8055 2010-10-30 Julien Danjou <julien@danjou.info>
8056
8057 * gnus-group.el: Remove gnus-group-fetch-control.
8058
8059 * gnus-start.el (gnus-find-new-newsgroups):
8060 Remove gnus-check-first-time-used.
8061
8062 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8063
8064 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8065
8066 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8067 set on groups that don't have \* permanentflags.
8068
8069 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8070
8071 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8072 control the background color.
8073 (shr-tag-img): Ignore very small web bug type images.
8074 (shr-put-image): Add help-echo alt texts to the images.
8075 (shr-tag-video): Show the video poster image.
8076
8077 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8078
8079 * shr.el (shr-table-depth): New variable.
8080 (shr-tag-table-1): Only insert the images after the top-level table.
8081
8082 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8083
8084 * gnus-util.el (gnus-list-memq-of-list): New function.
8085
8086 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8087 selected.
8088 (nnimap-unsplittable-articles): New slot.
8089 (nnimap-new-articles): Use it.
8090
8091 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8092
8093 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8094 move to the previous line on `M-g'.
8095
8096 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8097
8098 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8099 *-request-group, which seems unnecessary.
8100
8101 * nnimap.el (nnimap-quote-specials): Function copied over from
8102 imap.el.
8103 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8104 they support that. Suggested by Tom Regner.
8105
8106 2010-10-29 Julien Danjou <julien@danjou.info>
8107
8108 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8109 defalias.
8110 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8111
8112 * gnus.el: Remove `gnus-nntp-service' variable.
8113 (gnus-secondary-servers): Make obsolete.
8114 (gnus-nntp-server): Make obsolete.
8115
8116 * gnus-start.el (gnus-1): Remove x-splash calls.
8117
8118 * gnus-ems.el (gnus-x-splash): Remove.
8119
8120 * gnus.el (gnus-group-startup-message): Simplify/update code.
8121
8122 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8123 capability before doing anything.
8124 (gnus-group-insert-group-line): Remove useless
8125 gnus-group-remove-excess-properties.
8126
8127 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8128
8129 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8130
8131 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8132
8133 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8134 config after reselecting.
8135
8136 2010-10-28 Julien Danjou <julien@danjou.info>
8137
8138 * shr.el (shr-put-image): Use point even if only inserting text.
8139 (shr-put-image): Save excursion when inserting alt text on non-graphic
8140 display, so the behavior is the same when we are on a graphic display.
8141
8142 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8143
8144 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8145
8146 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8147 (gnus-mime-copy-part): Check coding system, not charset.
8148 (gnus-mime-view-part-externally): Never remove part.
8149 (gnus-mime-view-part-internally): Don't remove part here.
8150 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8151 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8152 multipart/alternative.
8153
8154 * mm-decode.el (mm-display-part): Take optional arg `force'.
8155
8156 2010-10-26 Julien Danjou <julien@danjou.info>
8157
8158 * gnus-group.el (gnus-group-default-list-level): Add this function to
8159 compute the default list level.
8160 (gnus-group-default-list-level): Add possibility to use a function.
8161
8162 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8163
8164 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8165
8166 * gnus-group.el (gnus-group-completing-read)
8167 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8168 gnus-replace-in-string.
8169
8170 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8171
8172 * shr.el (shr-tag-div): Add.
8173
8174 2010-10-25 Julien Danjou <julien@danjou.info>
8175
8176 * gnus-util.el: Remove `gnus-with-local-quit'.
8177
8178 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8179
8180 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8181
8182 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8183 the original article buffer.
8184
8185 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8186
8187 * nnimap.el (nnimap-request-head): New function.
8188 (nnimap-request-move-article): Try to be slightly faster by not
8189 requesting the entire message when moving.
8190 (nnimap-transform-headers): Don't bug out on bodiless articles.
8191 (nnimap-send-command): Have no outstanding messages if the IMAP server
8192 doesn't support streaming.
8193 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8194
8195 2010-10-24 Julien Danjou <julien@danjou.info>
8196
8197 * message.el (message-default-headers): Fix type.
8198
8199 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8200
8201 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8202 prefetching images.
8203
8204 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8205 backend for unknown groups. This is mainly useful for nnimap groups.
8206
8207 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8208 group isn't covered by the agent.
8209
8210 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8211
8212 * nnir.el (nnir-method-default-engines): New variable.
8213 (nnir-run-query): Use it.
8214 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8215 (gnus-summary-nnir-goto-thread): Change group if needed.
8216
8217 * gnus-group.el (gnus-group-group-map): Add key binding for
8218 gnus-group-make-nnir-group.
8219
8220 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8221
8222 * shr.el (shr-tag-object): Add.
8223
8224 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8225 original article buffer live.
8226 (gnus-summary-select-article-buffer):
8227 Mention gnus-widen-article-buffer.
8228
8229 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8230
8231 * shr.el (shr-tag-strong): Add.
8232
8233 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8234
8235 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8236 group names. They mess up the group buffer badly.
8237
8238 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8239
8240 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8241 instead of the summary one.
8242
8243 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8244
8245 * mml.el (mml-preview): Work properly when editing article.
8246
8247 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8248 gnus-have-read-active-file if it's already been in.
8249
8250 2010-10-22 Tom Tromey <tromey@redhat.com>
8251
8252 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8253 gnus-group-completing-read.
8254
8255 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8256
8257 * message.el (message-mode-map): Don't bind M-; to comment region, to
8258 allow the global comment-dwim to work.
8259
8260 2010-10-21 Julien Danjou <julien@danjou.info>
8261
8262 * message.el (message-setup-1): Allow message-default-headers to be a
8263 function.
8264
8265 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8266
8267 * shr.el (shr-tag-table): Simplify.
8268
8269 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8270
8271 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8272 to avoid trying to snarf invalid stuff.
8273
8274 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8275
8276 * gnus.el (gnus-message-archive-group): Quote value.
8277 (gnus-message-archive-group): Mark as changed.
8278
8279 * shr.el (shr-add-font): Don't put the font properties on the newline
8280 or the indentation.
8281
8282 * message.el (message-fix-before-sending): Change options when sending
8283 non-printable characters.
8284
8285 * gnus.el (gnus-message-archive-method): Change the default to
8286 monthly outgoing groups.
8287
8288 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8289 that have gotten new numbers.
8290
8291 * nnimap.el (nnimap-request-replace-article): New function.
8292
8293 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8294
8295 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8296 (nnrss-request-article): Don't use special html washing code.
8297
8298 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8299
8300 * shr.el (shr-tag-table): Remove useless nconc.
8301
8302 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8303
8304 * gnus-art.el (article-wash-html): Simplify and remove the charset
8305 stuff. Use the normal html rendering code instead of the special html
8306 washing code.
8307
8308 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8309 `gnus-w3m' symbols.
8310 (mm-text-html-washer-alist): Remove.
8311
8312 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8313 (mm-inline-media-tests): Remove use.
8314 (mm-text-html-renderer): Change default to the `shr' symbol.
8315
8316 * mm-view.el (mm-inline-text-html): Remove use.
8317
8318 * gnus-art.el (gnus-blocked-images): New function. Allow the
8319 `gnus-blocked-images' to be a function.
8320 (gnus-article-wash-function): Remove.
8321
8322 2010-10-20 Julien Danjou <julien@danjou.info>
8323
8324 * spam.el (spam-list-of-processors): Mark as obsolete.
8325
8326 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8327 (nnimap-insert-partial-structure): Fix boundary detection.
8328
8329 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8330
8331 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8332 run file-truename on remote files. This can be expensive and even
8333 prevent one from editing drafts if some unrelated buffer has a stale
8334 connection.
8335
8336 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8337
8338 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8339 kinsoku-eol regardless of shr-kinsoku-shorten.
8340 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8341 (shr-tag-table): Support caption, thead, and tfoot.
8342
8343 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8344
8345 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8346 lines.
8347 (shr-save-contents): New command and keystroke.
8348
8349 * nndoc.el (nndoc-type-alist): Add git support.
8350 (nndoc-git-type-p): New function.
8351 (nndoc-transform-git-article): Ditto.
8352 (nndoc-transform-git-headers): Ditto.
8353 (nndoc-transform-git-headers): Generate Subject headers.
8354
8355 * shr.el (shr-parse-style): New function.
8356 (shr-tag-span): Ditto.
8357
8358 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8359 to `G G' to avoid collisions.
8360
8361 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8362
8363 * shr.el: Load kinsoku if necessary.
8364 (shr-kinsoku-shorten): New internal variable.
8365 (shr-find-fill-point): Make kinsoku shorten text line if
8366 shr-kinsoku-shorten is bound to non-nil.
8367 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8368 shr-indentation too when testing if table is wider than frame width.
8369 (shr-insert-table): Use `string-width' instead of `length' to measure
8370 text width.
8371 (shr-insert-table-ruler): Make sure indentation is done at bol.
8372
8373 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8376 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8377 undecoded network data.
8378
8379 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8380
8381 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8382 name in the mode line spec so that the mode line menu works
8383 (bug#2431).
8384
8385 * message.el (message-get-reply-headers): If we're fed `to-address',
8386 then always use that.
8387
8388 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8389 aren't so wide as to need to switch off the edit menu.
8390
8391 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8392 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8393
8394 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8395 `M-g'.
8396 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8397 the permanent marks.
8398
8399 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8400
8401 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8402 Splitting according to references/in-reply-to obeys the ignore-groups
8403 variable, while splitting by sender and subject do not.
8404
8405 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8406
8407 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8408 alist, so that we can look for non-Unicode chars.
8409 (article-translate-strings): Allow both character and string maps.
8410
8411 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8412
8413 * shr.el (shr-insert): Don't insert space behind a wide character
8414 categorized as kinsoku-bol, or between characters both categorized as
8415 nospace.
8416
8417 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8418
8419 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8420 headers to gnus-newsgroup-headers.
8421
8422 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8423
8424 * shr.el (shr-tag-img): Don't align images -- since we're not
8425 rescaling, this often leads to ugly displays.
8426
8427 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8428
8429 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8430 duplicates.
8431
8432 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8433
8434 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8435 call.
8436
8437 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8438
8439 * gnus.el: Autoload gnus-html-show-images.
8440
8441 * nnimap.el: Use nnheader-message throughout.
8442
8443 * shr.el (shr-tag-img): Ignore images with no data.
8444
8445 2010-10-15 Julien Danjou <julien@danjou.info>
8446
8447 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8448 a possibility to disable format=flow encoding when using hard newlines.
8449
8450 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8451
8452 * shr.el (shr-insert): Remove space inserted before or after a
8453 breakable character or at the beginning or the end of a line.
8454 (shr-find-fill-point): Do kinsoku; find the second best point or give
8455 it up if there's no breakable point.
8456
8457 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8458
8459 * nnimap.el (nnimap-open-connection): Message when opening connection
8460 for debugging purposes.
8461
8462 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8463 on every setup buffer call to allow this to change from article to
8464 article.
8465
8466 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8467 buffers where we have a wide table.
8468
8469 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8470
8471 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8472 uses *-request-thread.
8473
8474 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8475
8476 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8477 incantation, which is no longer valid.
8478
8479 2010-10-14 Julien Danjou <julien@danjou.info>
8480
8481 * shr.el: Fix defcustom type (char -> character).
8482
8483 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8484
8485 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8486 programs.
8487
8488 2010-10-14 Julien Danjou <julien@danjou.info>
8489
8490 * shr.el (shr-tag-a): Use url-link as widget type.
8491
8492 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8493 `gnus-group-get-icon'.
8494
8495 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8496
8497 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8498 This should make server editing work better.
8499
8500 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8501
8502 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8503 (nnimap-parse-flags): Fix regexp.
8504
8505 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8506 probably work for CJVK text, too.
8507
8508 * nnimap.el (nnimap-extend-tls-programs): Remove.
8509 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8510
8511 2010-10-13 Julien Danjou <julien@danjou.info>
8512
8513 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8514 responses.
8515
8516 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8517
8518 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8519
8520 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8521 anything in Emacs.
8522
8523 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8524
8525 2010-10-13 Julien Danjou <julien@danjou.info>
8526
8527 * shr.el (shr-width): Make shr-width a defcustom with default to
8528 fill-column.
8529 (shr-tag-img): Use shr-width rather than fill-column.
8530
8531 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8532
8533 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8534
8535 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8536 position when (X-)Faces exist.
8537 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8538 avatars when called interactively.
8539
8540 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8541
8542 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8543 gnus-article-x-face-too-ugly is bound.
8544
8545 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8546
8547 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8548
8549 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8550 mailbox that doesn't exist.
8551
8552 2010-10-12 Julien Danjou <julien@danjou.info>
8553
8554 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8555 (shr-get-image-data): Encode URL properly when fetching from cache.
8556 (shr-tag-img): Use aligned-to spaces to align correctly images.
8557
8558 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8559 before inserting the Gravatar.
8560
8561 * shr.el (shr-tag-img): Add align attribute support for <img>.
8562
8563 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8564
8565 * gnus-gravatar.el (gnus-art): Require.
8566
8567 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8568 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8569 Remove long obsoleted functions.
8570
8571 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8572
8573 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8574
8575 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8576 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8577 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8578 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8579 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8580 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8581 Fix comment for declare-function.
8582
8583 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8584
8585 * nnimap.el (nnimap-request-rename-group): Select group read-only
8586 before renaming it.
8587
8588 * shr.el (shr-insert): Fix up the white space only regexp.
8589
8590 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8591 bodies. Protect against this. Reported by Michael Welsh Duggan.
8592
8593 * shr.el (shr-current-column): New function.
8594 (shr-find-fill-point): New function.
8595
8596 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8597
8598 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8599 numbers.
8600
8601 2010-10-11 Julien Danjou <julien@danjou.info>
8602
8603 * shr.el (shr-hr-line): Add.
8604 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8605 display hr lines.
8606 (shr-max-columns): Do not change state to nil if we just inserting
8607 spaces.
8608
8609 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8610
8611 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8612 select the last group.
8613
8614 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8615
8616 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8617
8618 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8619
8620 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8621 for Gnus.
8622 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8623 (nnimap-update-qresync-info): Mark \Seen articles as read.
8624
8625 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8626 non-variable, too.
8627
8628 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8629 available.
8630 (nnimap-update-info): Rely more on the current active than the param
8631 active to avoid marking articles as read too much.
8632
8633 * auth-source.el (auth-source-create): Use (user-login-name) for the
8634 user name default.
8635
8636 * nnimap.el (nnimap-update-info): If the server doesn't return any
8637 useful info, just use the previous info.
8638 (nnimap-update-info): Prefer old info over start-article.
8639 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8640
8641 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8642
8643 * nnir.el (autoload): Clean up autoloads.
8644 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8645 Use key rather than value.
8646 (nnir-imap-search-other): New variable.
8647 (nnir-read-parm): Use it.
8648 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8649 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8650
8651 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8654 the process, too.
8655
8656 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8657
8658 * spam.el (gnus-summary-mode-map): Bind to "$".
8659 Suggested by Russ Allbery.
8660
8661 * shr.el: Rework the way things are indented by <li> slightly.
8662
8663 * gnus.el (gnus-group-set-parameter): Fix typo.
8664
8665 * nnimap.el: Start implementing QRESYNC support.
8666
8667 2010-10-09 Julien Danjou <julien@danjou.info>
8668
8669 * nnir.el (nnir-engines): Fix too many arguments.
8670
8671 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8672
8673 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8674 group is the "last", so that the backends like nnfolder actually save
8675 their folders.
8676
8677 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8678 try to use that for the TLS stream.
8679 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8680 UIDVALIDITY and find out which groups are read-only and not.
8681 (nnimap-get-flags): Use the same marks parsing code as the rest of
8682 nnimap.
8683
8684 2010-10-09 Julien Danjou <julien@danjou.info>
8685
8686 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8687
8688 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8689 retrieving gravatars.
8690
8691 * shr.el (shr-table-corner): Add.
8692 (shr-table-line): Add.
8693 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8694
8695 2010-10-08 Julien Danjou <julien@danjou.info>
8696
8697 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8698
8699 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8700
8701 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8702
8703 * gnus-sum.el (gnus-mark-article-as-unread)
8704 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8705 (gnus-summary-set-bookmark): Use it.
8706
8707 * gnus-msg.el (gnus-setup-message): Use it.
8708
8709 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8710
8711 * gnus.el (gnus-group-remove-parameter): Use it.
8712
8713 * gnus-group.el (gnus-group-make-web-group): Use it.
8714
8715 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8716
8717 * nnregistry.el: Update docs to mention manual.
8718
8719 * gnus-registry.el: Update docs to mention nnregistry.el.
8720 (gnus-registry-initialize): Don't install nnregistry refer method
8721 automatically.
8722 (gnus-registry-install-nnregistry): Remove it.
8723
8724 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8725
8726 * shr.el (shr-insert): Don't insert double spaces.
8727
8728 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8729
8730 * gnus-gravatar.el (gnus-treat-from-gravatar)
8731 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8732 called interactively.
8733
8734 * gnus-art.el (gnus-mime-view-part-externally)
8735 (gnus-mime-view-part-internally): Make predicate function passed to
8736 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8737 of a mime type.
8738
8739 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8740
8741 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8742
8743 * shr.el (require): Require cl when compiling.
8744 (shr-tag-hr): New function.
8745
8746 * nnimap.el (nnimap-update-info): Remove double setting of high.
8747 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8748 This makes nnimap work properly on Courier again.
8749
8750 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8751 the variable for backwards compatibility.
8752
8753 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8754 the file name before using to avoid setting mm-default-directory to
8755 nil.
8756
8757 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8758 bidning gnus-agent variables.
8759
8760 * shr.el (shr-render-td): Use a cache for the table rendering function
8761 to avoid getting an exponential rendering behavior in nested tables.
8762 (shr-insert): Rework the line-breaking algorithm.
8763 (shr-insert): Don't leave trailing spaces.
8764 (shr-insert-table): Also insert empty TDs.
8765 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8766
8767 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8768
8769 * gnus-sum.el (gnus-number): Rename from `number'.
8770 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8771 (gnus-summary-limit-children): Update uses correspondingly.
8772
8773 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8774
8775 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8776 (gnus-gravatar-transform-address): Don't show avatars of people of
8777 which mail addresses match gnus-gravatar-too-ugly.
8778
8779 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8780
8781 * shr.el (shr-table-widths): Expand TD elements to fill available
8782 space.
8783
8784 2010-10-07 Julien Danjou <julien@danjou.info>
8785
8786 * nnimap.el (nnimap-request-rename-group): Add this method.
8787
8788 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8789
8790 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8791 name from XEmacs' function-arglist.
8792
8793 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8794 gravatar under XEmacs.
8795
8796 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8797
8798 * auth-source.el: Update docs with TODO items.
8799
8800 * gnus-sync.el: Update docs to explain state and plans.
8801
8802 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8803 Hooks for mark updates.
8804 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8805
8806 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8807 hooks with arguments, which is needed for mark update hooks.
8808
8809 2010-10-06 Julien Danjou <julien@danjou.info>
8810
8811 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8812 was matched.
8813
8814 * sieve-manage.el: Update example in `Commentary'.
8815
8816 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8817
8818 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8819 not 2000.
8820 (sieve-manage-authenticate): Re-add function.
8821
8822 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8823
8824 * shr.el (shr-insert): Get 'space transition right.
8825 (shr-render-td): Only delete space at the end of the TD.
8826
8827 * nnimap.el (nnimap-open-connection): Prepare to support
8828 open-gnutls-stream.
8829
8830 * shr.el: Rearrange function order to be more logical.
8831
8832 2010-10-06 Julien Danjou <julien@danjou.info>
8833
8834 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8835 (nnrss-discover-feed): Remove 404 URL in docstring.
8836
8837 * nnir.el: Fix Swish-E URL.
8838 Fix Namazu URL.
8839
8840 * message.el (message-change-subject): Remove 404 URL in a comment.
8841
8842 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8843
8844 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8845 called interactively.
8846
8847 * gnus-util.el (gnus-remove-if): Allow hash table.
8848 (gnus-remove-if-not): New function.
8849
8850 * gnus-art.el (gnus-mime-view-part-as-type):
8851 * gnus-score.el (gnus-summary-score-effect):
8852 * gnus-sum.el (gnus-read-move-group-name):
8853 Replace remove-if-not with gnus-remove-if-not.
8854
8855 * gnus-group.el (gnus-group-completing-read):
8856 Regard collection as a hash table if it is not a list.
8857
8858 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8859
8860 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8861
8862 * shr.el: Document the table-rendering algorithm.
8863
8864 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8865 invalid URLs.
8866
8867 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8868 line-broken.
8869 (shr-tag-img): Ignore image fetching errors.
8870 (shr-overlays-in-region): Compute overlay positions correctly.
8871
8872 * mm-decode.el (mm-shr): Require shr.
8873
8874 * gnus-art.el (gnus-blocked-images): Move variable here.
8875
8876 * shr.el (shr-insert-table): Bind free variable.
8877
8878 * mm-decode.el (mm-shr): Bind shr-content-function.
8879
8880 * shr.el (shr-content-function): New variable.
8881
8882 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8883 added for symmetry.
8884
8885 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8886
8887 * gnus-group.el (gnus-group-make-group): Doc fix.
8888
8889 * nnimap.el (nnimap-request-newgroups): Return success.
8890
8891 * shr.el (shr-find-elements): New function.
8892 (shr-tag-table): Put all the images after the table.
8893 (shr-tag-table): Really inhibit images inside the table.
8894 (shr-collect-overlays): Copy over overlays from the TD elements to the
8895 main document.
8896
8897 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8898 gnus-blocked-images.
8899
8900 2010-10-05 Julien Danjou <julien@danjou.info>
8901
8902 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8903
8904 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8905 (gnus-html-maximum-image-size): Add this function.
8906 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8907
8908 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8909 server-value of the capability is nil.
8910
8911 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8912
8913 * shr.el (shr-tag-em): Add <EM> tag.
8914
8915 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8916
8917 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8918 customizable.
8919
8920 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8921 handing broken links to browse-url.
8922
8923 2010-10-05 Julien Danjou <julien@danjou.info>
8924
8925 * gnus-util.el (gnus-emacs-completing-read)
8926 (gnus-iswitchb-completing-read): Use autoload rather than require.
8927
8928 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8929
8930 * gnus-util.el (gnus-completing-read-function): Exclude
8931 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8932 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8933 XEmacs.
8934
8935 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8936 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8937
8938 * gnus-html.el: Don't require help-fns under XEmacs.
8939 (gnus-html-schedule-image-fetching): Work for XEmacs.
8940
8941 * mm-decode.el (mm-shr): Decode contents by charset.
8942
8943 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8944
8945 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8946 unknown.
8947
8948 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8949 (shr-get-image-data): Ensure against the cache file missing.
8950
8951 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8952 for data.
8953
8954 * spam-report.el (spam-report-url-ping-plain): Don't query about
8955 killing the process.
8956
8957 * shr.el (shr-render-td): Protect against too-wide text.
8958
8959 2010-10-04 Julien Danjou <julien@danjou.info>
8960
8961 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8962 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8963
8964 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8965 retrieved.
8966
8967 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8968
8969 * shr.el (browse-url): Require.
8970 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8971 lines.
8972 (shr-show-alt-text, shr-browse-image): New commands.
8973 (shr-browse-url, shr-copy-url): New commands.
8974
8975 * gnus-sum.el (gnus-widen-article-window): New variable.
8976 (gnus-summary-select-article-buffer): Use it.
8977
8978 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8979 without @ signs.
8980
8981 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8982
8983 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8984
8985 2010-10-04 Julien Danjou <julien@danjou.info>
8986
8987 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8988 for XEmacs.
8989
8990 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8991
8992 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8993
8994 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8995 (nnimap-close-server): Implement.
8996
8997 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8998 (shr-insert): Tweak line breaking.
8999 (shr-insert): Handle <pre> better.
9000 (shr-tag-li): Get <li> indentation right.
9001 (shr-tag-li): Get <li> indentation even righter.
9002 (shr-tag-blockquote): Ensure paragraph start.
9003 (shr-make-table): Tweak table generation.
9004 (shr-make-table): Fix typo.
9005
9006 * shr.el: Implement table rendering.
9007
9008 2010-10-04 Julien Danjou <julien@danjou.info>
9009
9010 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9011
9012 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9013
9014 * shr.el (shr-insert): Use string anchors instead of line anchors.
9015
9016 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9017
9018 * shr.el: Add headings.
9019 (shr-ensure-paragraph): Actually work.
9020 (shr-tag-li): Make <ul> prettier.
9021 (shr-insert): Get white space at the beginning/end of elements right.
9022 (shr-tag-p): Collapse subsequent <p>s.
9023 (shr-ensure-paragraph): Don't insert double line feeds after blank
9024 lines.
9025 (shr-insert): \t is also space.
9026 (shr-tag-s): Fix "s" tag name function.
9027 (shr-tag-s): Fix face prop name.
9028
9029 2010-10-03 Julien Danjou <julien@danjou.info>
9030
9031 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9032
9033 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9034 gnus-window-inside-pixel-edges.
9035
9036 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9037 gnus-ems.
9038
9039 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9040
9041 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9042 function.
9043
9044 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9045 resize choice.
9046
9047 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9048
9049 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9050 beginning of the buffer.
9051
9052 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9053 article buffer again.
9054
9055 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9056
9057 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9058 when it's at the start of the buffer.
9059
9060 * shr.el (shr-tag-blockquote): Convert name.
9061 (shr-rescale-image): Use the right image-size variant.
9062
9063 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9064 buffer isn't shown, then select the current article first instead of
9065 bugging out.
9066 (gnus-summary-select-article-buffer): Show both the article and summary
9067 buffers again.
9068
9069 * shr.el (shr-fontize-cont): Protect against regions with no text.
9070 Rename tag functions to shr-tag-* for enhanced security.
9071 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9072
9073 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9074
9075 * shr.el (shr-insert):
9076 * pop3.el (pop3-movemail):
9077 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9078 loaded.
9079
9080 2010-10-03 Glenn Morris <rgm@gnu.org>
9081
9082 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9083
9084 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9085
9086 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9087
9088 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9089
9090 * gnus-util.el (gnus-make-local-hook): Simplify.
9091
9092 2010-10-02 Julien Danjou <julien@danjou.info>
9093
9094 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9095 (gnus-ido-completing-read): New function.
9096 (gnus-emacs-completing-read): New function.
9097 (gnus-completing-read): Use gnus-completing-read-function.
9098 Add gnus-completing-read-function.
9099
9100 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9101
9102 * shr.el (shr-insert-document): Autoload.
9103 (shr-img): Be silent.
9104 (shr-insert): Add a newline after every picture before text.
9105 (shr-add-font): Use overlays for combining faces.
9106 (shr-insert): Pass upwards the text start point.
9107
9108 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9109 possible.
9110 (mm-shr): New function.
9111
9112 2010-10-02 Julien Danjou <julien@danjou.info>
9113
9114 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9115 should go backward.
9116
9117 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9118
9119 * shr.el (shr): Fix typo in provide call.
9120
9121 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9122
9123 * shr.el: New file.
9124
9125 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9126
9127 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9128 completing read.
9129
9130 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9131
9132 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9133 we're being queried about. Suggested by Dan Jacobson.
9134
9135 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9136 Suggested by Jason Eisner.
9137
9138 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9139 table, too. Suggested by Stefan Wiens.
9140 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9141 the table unnecessary. Suggested by Stefan Wiens.
9142
9143 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9144 longer needed, and probably doesn't work either, as pointed out by
9145 Stefan Wiens.
9146 (gnus-summary-exit): Remove call to the clearing function.
9147 (gnus-summary-exit-no-update): Ditto.
9148
9149 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9150 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9151 Reported by Stefan Monnier.
9152 (gnus-summary-save-in-rmail): Ditto.
9153
9154 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9155 article buffer, instead of both the article buffer and the summary
9156 buffer. Sort of suggested by Dan Jacobson.
9157
9158 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9159
9160 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9161 Suggested by Dan Jacobson.
9162
9163 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9164 documentation clearer.
9165
9166 * message.el (message-shorten-references): Comment on the number "21".
9167 Suggested by Stefan Monnier.
9168
9169 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9170 Suggested by Dan Jacobson.
9171
9172 * gnus.el (gnus-large-newsgroup):
9173 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9174
9175 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9176 externalize attachments. Bug reported by Steve Wen.
9177
9178 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9179 really message anything to the user.
9180
9181 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9182 directly.
9183
9184 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9185 messages in empty groups.
9186
9187 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9188
9189 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9190 non-UIDNEXT group.
9191
9192 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9193
9194 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9195 not the value from the collection.
9196
9197 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9198 values. This sometimes happens on some groups that have no info.
9199 (nnimap-request-newgroups): New function.
9200
9201 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9202
9203 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9204 check into `gnus-registry-initialize'.
9205 (gnus-registry-initialize): Ditto.
9206 Fix and extend header docs.
9207
9208 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9209
9210 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9211 regexp backtrace overflows.
9212
9213 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9214 for starttls that tls.el implements; i.e. openssl.
9215
9216 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9217
9218 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9219 (gravatar-create-image): New function that's an alias to
9220 gnus-xmas-create-image, gnus-create-image, or create-image.
9221 (gravatar-data->image): Use it.
9222
9223 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9224
9225 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9226 install the nnregistry refer method.
9227 (gnus-registry-install-hooks): Use it.
9228 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9229 unfollowed groups.
9230
9231 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9232
9233 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9234 expanding threads.
9235
9236 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9237
9238 * nnir.el: Use the server names without suffixes (bug#7009).
9239
9240 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9241 unencrypted to STARTTLS, if possible.
9242
9243 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9244
9245 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9246 headers before superseding.
9247
9248 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9249
9250 * nnrss.el (nnrss-use-local): Add documentation.
9251
9252 * nnimap.el (nnimap-extend-tls-programs): New function.
9253 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9254 (nnimap-wait-for-connection): Accept the greeting from the stupid
9255 output from openssl s_client -starttls, too.
9256
9257 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9258 article number.
9259 (nnimap-split-fancy): New variable.
9260 (nnimap-split-incoming-mail): Use it.
9261
9262 * nntp.el (nntp-server-list-active-group): Document.
9263
9264 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9265 SELECT to get the message-id.
9266
9267 * mail-source.el (mail-sources): Remove webmail support.
9268 (defvar): Ditto.
9269 (mail-source-fetcher-alist): Ditto.
9270 (mail-source-fetch-webmail): Remove.
9271
9272 * webmail.el: Remove -- doesn't seem relevant any more.
9273
9274 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9275
9276 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9277 the \r.
9278
9279 2010-09-30 Julien Danjou <julien@danjou.info>
9280
9281 * gnus-agent.el (gnus-agent-add-group): Fix call to
9282 gnus-completing-read.
9283
9284 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9285
9286 * nndoc.el (nndoc-retrieve-groups): New function.
9287
9288 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9289 `default', use nnmail-split-methods.
9290 (nnimap-request-article): Downcase the NILs so that they are nil.
9291
9292 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9293 symbol.
9294
9295 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9296 code, since if the user has requested network, that's what they ought
9297 to get.
9298 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9299 (nnimap-split-rule): Mark as obsolete.
9300
9301 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9302 New variable.
9303
9304 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9305 correct slot, too.
9306
9307 2010-09-29 Julien Danjou <julien@danjou.info>
9308
9309 * gnus.el (gnus-local-domain): Declare variable obsolete.
9310
9311 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9312 Fix history computing.
9313 (gnus-ido-completing-read): Require ido.
9314
9315 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9316
9317 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9318 build Gnus.
9319
9320 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9321 when interpreting the structures.
9322 (nnimap-request-accept-article): Add \r\n to the lines to make this
9323 work with Cyrus.
9324
9325 * nndraft.el (nndraft-request-expire-articles): Use the group name
9326 instead if "nndraft". Fix found by Nils Ackermann.
9327
9328 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9329
9330 * nnregistry.el: Add.
9331
9332 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * nnmail.el (group, group-art-list, group-art):
9335 Remove unneeded directives.
9336
9337 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9338
9339 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9340 (mm-mime-charset):
9341 * rfc2047.el (rfc2047-syntax-table):
9342 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9343
9344 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9345 rather than `insert-file-contents' and `eval-region'.
9346
9347 2010-09-29 Julien Danjou <julien@danjou.info>
9348
9349 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9350 replacement of `gnus-gravatar-relief' to mimic
9351 `gnus-faces-properties-alist'.
9352 Add :version property.
9353
9354 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9355
9356 * mail-source.el (mail-source-report-new-mail):
9357 * message.el (message-default-mail-headers):
9358 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9359
9360 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9361
9362 2010-09-28 Julien Danjou <julien@danjou.info>
9363
9364 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9365 mail-address contains the same string as real-name.
9366
9367 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9368 non-blank in header, otherwise it'll get stripped.
9369
9370 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9371 real-name, and then for mail address rather than doing : or , search.
9372
9373 2010-09-27 Julien Danjou <julien@danjou.info>
9374
9375 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9376 right completing-read function.
9377 (gnus-use-ido): New variable
9378 (gnus-completing-read-with-default): Remove.
9379 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9380 (gnus-agent-add-group):
9381 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9382 * mm-view.el (mm-view-pkcs7-decrypt):
9383 * mm-util.el (mm-codepage-setup):
9384 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9385 * mml-smime.el (mml-smime-openssl-sign-query):
9386 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9387 (mml-insert-multipart):
9388 * gnus-msg.el (gnus-summary-yank-message):
9389 * gnus-int.el (gnus-start-news-server):
9390 * mm-decode.el (mm-interactively-view-part):
9391 * gnus-dired.el (gnus-dired-attach):
9392 * gnus.el (gnus-read-method):
9393 * gnus-bookmark.el (gnus-bookmark-jump):
9394 * gnus-art.el (gnus-mime-view-part-as-type)
9395 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9396 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9397 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9398 * nnmairix.el (nnmairix-create-server-and-default-group)
9399 (nnmairix-update-groups, nnmairix-get-server)
9400 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9401 (nnmairix-get-group-from-file-path):
9402 * nnrss.el (nnrss-find-rss-via-syndic8):
9403 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9404 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9405 (gnus-group-browse-foreign-server):
9406 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9407 (gnus-summary-execute-command, gnus-summary-respool-article)
9408 (gnus-read-move-group-name):
9409 * gnus-score.el (gnus-summary-increase-score)
9410 (gnus-summary-score-effect):
9411 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9412
9413 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9414
9415 * nnimap.el (auth-source-forget-user-or-password)
9416 (auth-source-user-or-password): Autoload.
9417
9418 * message.el (message-from-style, message-interactive)
9419 (message-signature): Remove comment.
9420 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9421 always.
9422 (message-sendmail-envelope-from): Comment fix.
9423 (message-yank-prefix): Default to mail-yank-prefix always.
9424 (message-indentation-spaces):
9425 Default to mail-indentation-spaces always.
9426 (message-signature-file): Default to mail-signature-file always.
9427
9428 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9429
9430 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9431 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9432 new articles.
9433
9434 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9435 parts.
9436 (nnimap-request-article): Work with the t setting, too.
9437
9438 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9439 that you don't get flashes of other buffers.
9440 (gnus-summary-show-complete-article): Intern before setting.
9441
9442 2010-09-27 David Engster <dengste@eml.cc>
9443
9444 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9445 well as HEADERS.
9446 (nnmairix-retrieve-headers): Provide new argument for the above.
9447
9448 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9449
9450 * gnus-sum.el (gnus-summary-move-article): Don't alter
9451 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9452 group.
9453
9454 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9455
9456 * message.el (message-cite-prefix-regexp): Revert my last edit.
9457
9458 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9459 variable instead of the Gnus variable.
9460
9461 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9462
9463 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9464
9465 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9466 since some servers don't like it.
9467 (nnimap-open-connection): Forget credentials if the server says the
9468 password was wrong.
9469 (nnimap-parse-line): Protect against invalid data.
9470
9471 * gnus-sum.el (gnus-summary-move-article): Add comment.
9472 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9473 nothing alters it while scanning for new messages.
9474
9475 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9476 which may or may not help.
9477 (nnimap-open-connection): If we're doing a stream connection, and then
9478 discover we're on a STARTTLS-capable server, then open a STARTTLS
9479 connection instead.
9480
9481 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9482
9483 * nnimap.el (utf7): Require.
9484
9485 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9486 prefix.
9487
9488 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9489
9490 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9491
9492 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9493
9494 * nnimap.el (nnimap-request-accept-article): Message the error on
9495 error.
9496
9497 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9498
9499 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9500
9501 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9502
9503 * nndoc.el (nndoc-request-list): Return success always.
9504
9505 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9506 `fetch-old' -- we only want to fetch the articles we've requested.
9507 The rest are in the agent, probably.
9508 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9509 disappeared server" to something low. It's not important.
9510
9511 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9512 arrived before the FETCH data.
9513
9514 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9515 target here, because we don't know the Gnus name of the group.
9516
9517 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9518 for the correct group.
9519
9520 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9521
9522 * gnus.el (gnus): Give a final warning after startup.
9523
9524 * gnus-util.el (gnus-action-message-log): New variable.
9525 (gnus-message): Use it.
9526 (gnus-final-warning): New function.
9527
9528 * nnimap.el (nnimap-open-connection): Record the greeting.
9529 (nnimap): Add greeting.
9530
9531 2010-09-26 Julien Danjou <julien@danjou.info>
9532
9533 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9534 arguments.
9535 (gnus-html-wash-images): Fix spec computing to include start/end.
9536
9537 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9538
9539 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9540
9541 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9542 deletion.
9543 (nnimap-retrieve-headers): Don't select the group, because that's
9544 already done by nnimap-possibly-change-group.
9545
9546 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9547 (gnus-picon-transform-address): Use it.
9548
9549 * mail-source.el (mail-source-value): Revert previous patch.
9550
9551 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9552 on failure.
9553 (nnimap-open-connection): Look up both virtual and physical server name
9554 credentials.
9555
9556 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9557
9558 2009-02-08 Dave Love <fx@gnu.org>
9559
9560 * gnus-win.el (gnus-window-to-buffer-helper)
9561 (gnus-all-windows-visible-p): Function needn't be a symbol.
9562
9563 * mail-source.el (mail-source-value): Function needn't be a symbol.
9564
9565 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9566
9567 * message.el (message-cite-prefix-regexp): Remove } from the cite
9568 prefix.
9569
9570 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9571 highlight again, so that the highlight is correct.
9572
9573 * gnus-picon.el (gnus-picon): Remove again.
9574 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9575
9576 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9577 doing the header highlightling, so that the background color of the
9578 picon is correct.
9579
9580 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9581 (gnus-picon): Ditto.
9582 (gnus-picon): Reinstate. The background color for picons is white.
9583 (gnus-picon-insert-glyph): Make the background white.
9584
9585 * nnml.el (nnml-open-nov): Don't return dead buffers.
9586
9587 * auth-source.el (auth-source-create): Query the user for whether to
9588 store the credentials.
9589
9590 * auth-source.el (auth-source-user-or-password): Use the existing auth
9591 sources, if any, for creation.
9592
9593 * gnus.el (gnus-group-fast-parameter): Return the last matching
9594 parameter instead of the first matching parameter.
9595
9596 2010-09-26 Julien Danjou <julien@danjou.info>
9597
9598 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9599
9600 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9601
9602 * mml2015.el (mml2015-use): Remove gpg support.
9603
9604 * mml1991.el (mml1991-function-alist): Remove gpg function.
9605 (mml1991-gpg-sign): Remove.
9606
9607 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9608
9609 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9610 (gnus-browse-unsubscribe-current-group): Document it.
9611 (gnus-browse-unsubscribe-group): Use it.
9612
9613 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9614
9615 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9616 address to the To list for easier response.
9617
9618 * gnus.el (gnus-play-startup-jingle): Remove.
9619 (gnus-splash): Don't play jingle.
9620 (gnus): Silence gnus-load message.
9621
9622 * gnus-art.el (gnus-treat-play-sounds): Remove.
9623
9624 * gnus.el (gnus-play-jingle): Remove audio support.
9625
9626 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9627
9628 * earcon.el: Remove -- no users.
9629
9630 * gnus-audio.el: Remove -- no users of this package.
9631
9632 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9633
9634 * gnus-start.el (gnus-setup-news): Remove nocem support.
9635
9636 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9637
9638 * gnus.el (gnus-use-nocem): Remove.
9639
9640 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9641 Remove.
9642
9643 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9644 uses NoCeM any more.
9645
9646 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9647 (gnus-button-ctan-handler): Ditto.
9648 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9649 (gnus-button-ctan-directory-regexp): Ditto.
9650 (gnus-button-handle-ctan): Ditto.
9651 (gnus-button-tex-level): Ditto.
9652 (gnus-button-alist): Remove CTAN stuff.
9653
9654 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9655
9656 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9657 nnimap-streaming test.
9658
9659 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9660 servers twice.
9661
9662 * nnimap.el (nnimap-open-connection): Add more error reporting when
9663 nnimap fails early.
9664
9665 * nnheader.el (nnheader-get-report-string): New function.
9666 (nnheader-get-report): Use it.
9667
9668 * gnus-int.el (gnus-check-server): Say what the error was when opening
9669 failed.
9670
9671 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9672 using streaming.
9673
9674 2010-09-25 Julien Danjou <julien@danjou.info>
9675
9676 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9677 gnus-window-inside-pixel-edges.
9678
9679 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9680
9681 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9682
9683 * mm-decode.el (mm-save-part): Allow saving to other directories the
9684 normal Emacs way.
9685
9686 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9687 Suggested by Jay Berkenbilt.
9688
9689 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9690 there isn't a single byte.
9691
9692 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9693 just do it. It doesn't really seem to matter what the user responds
9694 here, I think, so it's just a confusing question.
9695
9696 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9697 non-streaming case.
9698
9699 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9700 (gnus-article-encrypt-body): Use it.
9701
9702 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9703 keystroke.
9704
9705 * nnimap.el (nnimap-find-wanted-parts-1):
9706 Use gnus-fetch-partial-articles.
9707
9708 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9709
9710 * nnimap.el (nnimap-insert-partial-structure): New function.
9711 (nnimap-get-partial-article): New function.
9712 (nnimap-request-article): Use it.
9713 (nnimap-wait-for-response): Return whether the wait was successful.
9714 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9715 retrieval wasn't successful.
9716 (nnimap-retrieve-group-data-early): Allow throttling servers.
9717 (nnimap-streaming): New variable.
9718 (nnimap-fetch-partial-articles): Remove.
9719
9720 * mm-decode.el (mm-with-part): Protect against killed buffers.
9721
9722 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9723 for prettier summary display.
9724
9725 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9726
9727 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9728
9729 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9730
9731 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9732 apparently third-party libraries depend on it.
9733
9734 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9735 before starting negotiation.
9736
9737 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9738 privacy reasons.
9739 (gnus-treat-mail-gravatar): Ditto.
9740
9741 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9742 buffer when inserting images. Inserting text into the headers, for
9743 instance, can make them invalid.
9744
9745 2010-09-25 Julien Danjou <julien@danjou.info>
9746
9747 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9748 variables.
9749
9750 * nnheader.el: Remove useless variables news-reply-yank-from and
9751 news-reply-yank-message-id.
9752
9753 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9754 variables.
9755
9756 * mml1991.el: Remove useless mml1991-verbose.
9757
9758 * gnus.el: Remove useless variable gnus-use-generic-from.
9759 Remove obsolete variable gnus-topic-indentation.
9760
9761 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9762
9763 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9764
9765 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9766
9767 * gnus-group.el: Remove useless gnus-group-icon-cache.
9768 Remove useless gnus-ephemeral-group-server.
9769
9770 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9771
9772 * mml2015.el: Remove useless mml2015-verbose.
9773
9774 * mml-smime.el: Remove useless mml-smime-verbose.
9775
9776 * gnus.el: Remove useless gnus-local-domain.
9777
9778 * gnus-gravatar.el (gnus-gravatar-transform-address):
9779 Use gnus-gravatar-size.
9780
9781 * gnus-art.el: Remove useless gnus-treat-translate.
9782
9783 2010-09-24 Julien Danjou <julien@danjou.info>
9784
9785 * gnus-sum.el: Add support for Gravatars.
9786
9787 * gnus-art.el: Add support for Gravatars.
9788
9789 * gnus-gravatar.el: Add this file.
9790
9791 * gravatar.el: Add this file.
9792
9793 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9794
9795 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9796
9797 * gnus-group.el (gnus-group-fetch-faq): Remove.
9798
9799 * gnus.el (gnus-group-faq-directory): Remove.
9800
9801 * gnus-group.el (gnus-group-fetch-charter): Remove.
9802
9803 * gnus.el (gnus-group-charter-alist): Remove.
9804
9805 * gnus-group.el (gnus-group-archive-directory): Remove.
9806 (gnus-group-recent-archive-directory): Ditto.
9807 (gnus-group-make-archive-group): Remove.
9808
9809 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9810
9811 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9812 use the same article number for all the cached articles.
9813
9814 * nnimap.el (nnimap-command): Register the last command time so
9815 that we can use it for idling NOOPs.
9816 (nnimap-open-connection): Start the keeplive timer.
9817 (nnimap-make-process-buffer): Store all the process buffers.
9818 (nnimap-keepalive): New function.
9819
9820 * starttls.el (starttls-open-stream): Add autoload cookie.
9821
9822 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9823
9824 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9825 handling.
9826
9827 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9828
9829 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9830 its data structures.
9831
9832 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9833 instead of the cl.el copy-list.
9834 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9835 equalp.
9836
9837 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9838
9839 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9840 and tool-bar-local-item-from-menu.
9841
9842 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9843 mode-line-highlight face for Emacs.
9844
9845 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9846 loading gnus-sum.elc; fix comment for canlock-verify.
9847 (gnus-article-jump-to-part): Use read-number.
9848 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9849 Remove Emacs pre-21 compatible code for help-echo.
9850 (gnus-article-next-page-1): No need to adjust the number of lines.
9851 (gnus-article-describe-bindings): Always use help-buffer.
9852
9853 * gnus-audio.el (gnus-audio-inline-sound):
9854 * gnus-cus.el (gnus-custom-mode):
9855 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9856
9857 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9858
9859 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9860 compatible code.
9861
9862 2010-09-24 Glenn Morris <rgm@gnu.org>
9863
9864 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9865 visiting the fcc file in rmail-mode.
9866
9867 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9868
9869 * nnir.el: Silence the byte compiler.
9870
9871 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9872 alias to browse-url-url-encode-chars if any.
9873 (gnus-html-encode-url): Use it.
9874
9875 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9876
9877 * gnus-start.el (gnus-use-backend-marks): New variable.
9878 (gnus-get-unread-articles-in-group): Use it.
9879
9880 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9881 makeover.
9882
9883 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9884
9885 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9886
9887 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9888
9889 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9890 Remove.
9891 (gnus-setup-news-hook):
9892 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9893
9894 * gnus-int.el (gnus-request-update-info): Protect against backends not
9895 having the function.
9896
9897 * nnimap.el (nnimap-stream): Mention STARTTLS.
9898 (nnimap-open-connection): Add STARTTLS support.
9899
9900 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9901
9902 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9903
9904 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9905
9906 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9907 BODYSTRUCTUREs.
9908 (nnimap-transform-headers): Unfold quoted {42} headers.
9909
9910 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9911 the info.
9912 (gnus-get-unread-articles): Only call updatep on backends that support
9913 it.
9914
9915 * nnweb.el (nnweb-request-update-info): NOOP.
9916
9917 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9918
9919 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9920 since it only deals with marks.
9921
9922 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9923 gnus-request-marks, and make a new gnus-request-update-info.
9924
9925 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9926 the active instead of the high number, which is usually too low.
9927
9928 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9929
9930 * encrypt.el: Remove.
9931
9932 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9933
9934 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9935 server in symbolic form.
9936
9937 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9938
9939 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9940
9941 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9942 (nnimap-update-info): Fix up code slightly.
9943
9944 * gnus-int.el (gnus-open-server): Add tracing for performance
9945 debugging.
9946
9947 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9948 (gnus-group-insert-group-line): Pass the real group name so that it
9949 gets the right data.
9950
9951 * gnus-start.el (gnus-get-unread-articles): Don't have
9952 `gnus-get-unread-articles-in-group' update info, since that can be
9953 really slow and doesn't seem to be needed?
9954
9955 2010-09-22 Julien Danjou <julien@danjou.info>
9956
9957 * gnus-group.el (gnus-group-insert-group-line):
9958 Call gnus-group-highlight-line.
9959 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9960 default hook list.
9961 (gnus-group-update-eval-form): Add new function.
9962 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9963 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9964
9965 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9966
9967 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9968 immediate, then expire all articles.
9969 (nnimap-update-info): Fix off-by-one errors.
9970 (nnimap-flags-to-marks): Would return no marks lists for group with no
9971 flags. Instead return the other data.
9972
9973 2010-09-22 Julien Danjou <julien@danjou.info>
9974
9975 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9976 Only return an icon.
9977 (gnus-group-insert-group-line): Compute icon to return.
9978
9979 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9980 (gnus-html-image-fetched): Only cache if
9981 gnus-html-image-automatic-caching is set.
9982 (gnus-html-image-fetched): Check for errors.
9983
9984 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9985
9986 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9987 once per method on `g'. This ensures that backends like nnfolder don't
9988 open all their folders.
9989
9990 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9991 (nnimap-request-list): Nix out group in the correct buffer.
9992 (nnimap-parse-flags): Implement by using `read' instead of
9993 hand-parsing.
9994 (nnimap-flags-to-marks): Pass on permanent-flags.
9995 (nnimap-make-process-buffer): Record the server name.
9996 (nnimap-parse-flags): Fix typo.
9997 (nnimap-request-scan): Run split on the server in general, not just a
9998 single group.
9999
10000 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10001 parameter, and propagate this downwards.
10002
10003 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10004 since EXAMINE changes it on the server.
10005
10006 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10007 this command might take a while.
10008
10009 2010-09-22 Julien Danjou <julien@danjou.info>
10010
10011 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10012 harmful if you have 2 images side-by-side, they can't be properly
10013 update on text deletion. Using text-property is safer here.
10014 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10015 data.
10016
10017 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10018
10019 * nnimap.el (nnimap-expunge-inbox): Remove.
10020 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10021 (nnimap-expunge): Flip default to t.
10022
10023 * gnus.el (gnus-method-to-server): Don't push things to the cache
10024 unless it's unique.
10025 (gnus-server-to-method): Ditto.
10026
10027 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10028
10029 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10030
10031 2010-09-22 Julien Danjou <julien@danjou.info>
10032
10033 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10034 get the start of data.
10035 (gnus-html-encode-url): Add this function to encode special chars in
10036 URL.
10037 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10038 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10039
10040 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10041 default.
10042 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10043
10044 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10045 images alt-text.
10046 (gnus-html-put-image): Put alt-text as help-echo.
10047
10048 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10049
10050 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10051 * mm-util.el (mm-decompress-buffer):
10052 * nnir.el (nnir-run-find-grep):
10053 * pop3.el (pop3-list): Use 3rd arg of split-string.
10054
10055 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10056
10057 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10058 outside the active range. Suggested by Dan Christensen.
10059
10060 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10061 slightly later to avoid double-getting it.
10062
10063 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10064 previous patch.
10065
10066 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10067
10068 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10069
10070 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10071
10072 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10073
10074 * gnus-int.el (gnus-open-server): Give a better error message in the
10075 "go offline" case.
10076
10077 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10078 marks for nnimap, which is seldom the right thing to do.
10079
10080 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10081 (gnus-same-method-different-name): New function.
10082
10083 * nnimap.el (parse-time): Require.
10084
10085 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10086 method in the presence of many similar methods.
10087
10088 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10089
10090 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10091 nnml-inhibit-expiry.
10092
10093 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10094 find out whether methods are equal.
10095
10096 * nnimap.el (nnimap-find-expired-articles): New function.
10097 (nnimap-process-expiry-targets): New function.
10098 (nnimap-request-move-article): Request the article before looking at
10099 what the Message-ID is. Fix found by Andrew Cohen.
10100 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10101
10102 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10103 for oldness in addition to being a predicate.
10104
10105 * nnimap.el (nnimap-request-group): When we have zero articles, return
10106 the right data to Gnus.
10107 (nnimap-request-expire-articles): Only delete articles immediately if
10108 the target is 'delete.
10109
10110 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10111 method, this would bug out.
10112
10113 * gnus-group.el (gnus-group-expunge-group): Rename from
10114 gnus-group-nnimap-expunge, and implemented as a normal interface
10115 function.
10116
10117 * gnus-int.el (gnus-request-expunge-group): New function.
10118
10119 * nnimap.el (nnimap-request-create-group): Implement.
10120 (nnimap-request-expunge-group): New function.
10121
10122 2010-09-21 Julien Danjou <julien@danjou.info>
10123
10124 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10125 (gnus-html-cache-expired): Add new function.
10126 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10127 wethever we should display image for fetch it.
10128 Compute alt-text earlier to pass it to the fetching function too.
10129 (gnus-html-schedule-image-fetching): Change function argument to only
10130 get one image at a time, not a list.
10131 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10132 cache.
10133 (gnus-html-get-image-data): New function to retrieve image data from
10134 cache.
10135 (gnus-html-put-image): Change buffer argument to use image data rather
10136 than file, and place image above region rather than inserting a new
10137 one. Do not take alt-text as argument, since it's useless now: we place
10138 the image above alt-text.
10139 (gnus-html-prune-cache): Remove.
10140 (gnus-html-show-images): Start to fetch image when we find one, do not
10141 push into a temporary list.
10142 (gnus-html-prefetch-images): Only fetch image if they have expired.
10143 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10144 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10145
10146 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10147
10148 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10149
10150 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10151
10152 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10153 spec inser "*" if the group isn't active instead of 0.
10154
10155 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10156 opening the server.
10157 (nnimap-request-delete-group): Implement group deletion.
10158 (nnimap-transform-headers): Return the size of the entire message in
10159 the Bytes header, not just the size of the first part.
10160 (nnimap-request-move-article): When moving an article from nnimap,
10161 request the article first so the accepting form has an article to
10162 accept. Reported by Dan Christensen.
10163 (nnimap-command): Make sure that the error message doesn't error out.
10164
10165 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10166
10167 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10168 we haven't requested anything.
10169
10170 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10171
10172 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10173 "". Fix found by Andrew Cohen.
10174
10175 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10176 instead of -encode-string.
10177
10178 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10179
10180 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10181
10182 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10183 by mm-subst-char-in-string.
10184
10185 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10186
10187 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10188 waiting for the connection string.
10189
10190 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10191 arriving.
10192
10193 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10194 bogus characters. This allows selecting certain Gmail groups.
10195
10196 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10197 (nnimap-fetch-partial-articles): New variable.
10198 (nnimap-open-connection): When looking for credentials, also use the
10199 nnimap-server-port.
10200 (nnimap-request-article): Return the group/article number, so that Gnus
10201 `^' works as expected.
10202 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10203
10204 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10205 comments.
10206 (gnus-methods-sloppily-equal): New function.
10207 (gnus): When using the development version of Gnus, load the gnus-load
10208 file.
10209
10210 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10211 `gnus-open-server' on each method before trying to scan them etc.
10212 This ensures that all the backend parameters are set correctly.
10213
10214 * nnimap.el (nnimap-authenticator): New variable.
10215 (nnimap-open-connection): Allow anonymous login.
10216 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10217 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10218
10219 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10220 patch, found by Knut Anders Hatlen.
10221
10222 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10223
10224 * gnus-agent.el (gnus-agent-batch-confirmation)
10225 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10226 to gnus-message.
10227 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10228 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10229 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10230 * gnus-int.el (gnus-open-server): Likewise.
10231 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10232 (gnus-score-check-syntax): Likewise.
10233 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10234 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10235 Likewise.
10236 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10237
10238 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10239
10240 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10241 calling conventions so that prefetch doesn't bug out.
10242
10243 2010-09-19 Julien Danjou <julien@danjou.info>
10244
10245 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10246 rather than `subst-char-in-region' in order to be able to replace ASCII
10247 char by UTF-8 ones.
10248
10249 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10250 than curl.
10251 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10252 the right URL and ALT text on images.
10253 (gnus-html-wash-tags): Fix tag case.
10254 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10255 (gnus-article-html): Add -o display_ins_del=2 option.
10256 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10257
10258 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10259
10260 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10261 the extra mail headers, which sometimes seem to happen for unknown
10262 reasons.
10263
10264 * mail-parse.el (mail-header-encode-parameter): Define as
10265 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10266 (or most, perhaps?) mail readers don't understand the latter, but do
10267 understand the former.
10268
10269 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10270 to nil, so that no methods are automatically agentized. I think this
10271 is probably what most users want.
10272
10273 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10274 from url-retrieve, for instance about invalid URLs.
10275
10276 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10277 groups that have no articles.
10278 (nnimap-request-article): Check that we really got an article when we
10279 requested one.
10280
10281 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10282 doesn't exist.
10283
10284 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10285 nntp buffer so the agent can save it.
10286 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10287 that CRLF doesn't get translated to \n.
10288 (nnimap-open-connection): Don't make 'shell commands only send \n.
10289
10290 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10293 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10294 Update var name.
10295 (nnml-generate-nov-file): Use dolist.
10296 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10297 Use with-current-buffer.
10298
10299 2010-09-18 Julien Danjou <julien@danjou.info>
10300
10301 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10302 parallel.
10303
10304 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10305
10306 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10307 the range update right.
10308 (nnimap-request-group): Don't make `M-g' bug out on group with no
10309 marks.
10310 (nnoo): Require, so that other packages can require nnimap.
10311 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10312 command we're looking for. This helps when the server sends more
10313 responses after we've gotten everything we expected.
10314 (nnimap): Add a `newlinep' field to keep track of end-of-line
10315 conventions.
10316 Don't send CRLF to things that don't want it.
10317 (nnimap-request-accept-article): Ditto.
10318
10319 2010-09-18 Julien Danjou <julien@danjou.info>
10320
10321 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10322 than curl to retrieve images.
10323
10324 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10325
10326 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10327 the marks.
10328 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10329 (nnimap-wait-for-connection): New function.
10330 (nnimap-open-connection): If we have PREAUTH, don't query for login
10331 credentials.
10332 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10333 when doing a partial update.
10334
10335 2010-09-18 Julien Danjou <julien@danjou.info>
10336
10337 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10338 tags.
10339
10340 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10341
10342 * nnimap.el (nnimap-credentials): New function.
10343 (nnimap-open-connection): Use the new function to look for credentials
10344 also on the numeric equivalents of "imap" and "imaps".
10345
10346 * gnus-start.el (gnus-activate-group): Send the info to
10347 gnus-request-group.
10348
10349 * nnimap.el (nnimap-request-group): Have the "check" version of the
10350 function parse flags and update the info, so that a `M-g' get a total
10351 resync of all flags from the group.
10352
10353 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10354 to allow backends to alter the info on group selection. Also alter all
10355 the backend -request-group functions to take the parameter.
10356
10357 * nnimap.el (nnimap-store-info): New function.
10358 (nnimap-update-info): Store the info for later usage.
10359 (nnimap-request-group): Use the stored info for the dont-check case, so
10360 that we don't retrieve all marks when we enter a group.
10361
10362 * nnimap.el: Use deffoo instead of defun for interface functions.
10363
10364 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10365 update the group info. This makes the nndraft groups, for instance, go
10366 back to their old behavior.
10367
10368 * gnus-sum.el (gnus-select-newsgroup): Indent.
10369
10370 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10371 in.
10372 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10373 nothing.
10374
10375 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10376 from methods that are denied.
10377
10378 * gnus-int.el (gnus-method-denied-p): New function.
10379
10380 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10381 store the password instead of netrc.
10382 (nnimap-open-connection): Don't error out when we can't make a
10383 connections.
10384
10385 * auth-source.el (auth-source-create): In the password prompt, say what
10386 we're querying for. Also prompt for user name if that hasn't been
10387 given.
10388
10389 * nnimap.el (nnimap-with-process-buffer): Remove.
10390
10391 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10392
10393 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10394 method when we're reading from the agent.
10395
10396 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10397
10398 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10399 that's probably most useful for users.
10400
10401 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10402 "failed" all the time.
10403
10404 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10405 ...)) with (with-current-buffer ...).
10406
10407 * nntp.el (nntp-open-server): Return whether the open was successful or
10408 not.
10409
10410 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10411 select an unread unseen article first.
10412
10413 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10414 /etc/services, supply some sensible port defaults.
10415
10416 2010-09-17 Julien Danjou <julien@danjou.info>
10417
10418 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10419
10420 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10421
10422 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10423 doesn't have any parameters.
10424
10425 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10426
10427 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10428 only upcased checks.
10429
10430 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10431
10432 * nnimap.el (nnimap-open-shell-stream): New function.
10433 (nnimap-open-connection): Use it.
10434 (nnimap-transform-headers): Get the number of lines in each message.
10435 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10436 number of lines.
10437 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10438 problem.
10439
10440 * utf7.el (utf7-encode): Autoload.
10441
10442 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10443 to allow the mail splitting to not return a default group. This is
10444 useful for nnimap, which will leave unmatched mail in the inbox.
10445
10446 * nnimap.el: Rewritten.
10447
10448 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10449 nnimap usage.
10450
10451 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10452 if the move is internal, so that nnimap can do fast internal moves.
10453
10454 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10455 data.
10456 (gnus-read-active-for-groups): Support finishing the early retrieval of
10457 data.
10458
10459 * gnus-range.el (gnus-range-nconcat): New function.
10460
10461 * gnus-int.el (gnus-finish-retrieve-group-infos)
10462 (gnus-retrieve-group-data-early): New functions.
10463
10464 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10465
10466 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10467 (nnrss-retrieve-groups):
10468 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10469 (pop3-quit): Use with-current-buffer.
10470
10471 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10472
10473 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10474 instead of nnheader-accept-process-output.
10475
10476 * gnus-html.el (gnus-html-schedule-image-fetching)
10477 (gnus-html-prefetch-images): Replace process-kill-without-query by
10478 gnus-set-process-query-on-exit-flag.
10479
10480 2010-09-16 Romain Francoise <romain@orebokech.com>
10481
10482 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10483
10484 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10485
10486 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10487 parameter to unintern is mandatory-ish in Emacs 24.
10488
10489 * gnus-html.el (gnus-html-schedule-image-fetching)
10490 (gnus-html-prefetch-images): Check for curl before using it.
10491
10492 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10493 depend on curl, which isn't essential.
10494
10495 * imap.el: Revert back to version
10496 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10497 seem problematic.
10498
10499 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10500
10501 * gnus-registry.el (gnus-registry-install-shortcuts):
10502 Explicitly pass `obarray' to `unintern' to avoid a warning.
10503
10504 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10505
10506 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10507 change.
10508
10509 * nnrss.el (nnrss-request-list): Remove this function and related
10510 functions, including the moreover stuff.
10511
10512 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10513
10514 * nnrss.el (nnrss-retrieve-groups): New function.
10515
10516 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10517
10518 * .dir-locals.el: Add no-byte-compile cookie.
10519
10520 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10521
10522 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10523 for back end that doesn't support request-scan.
10524
10525 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10526
10527 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10528 then do request scans from the backends.
10529
10530 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10531 avoid running a hook per line, since this takes a lot of time,
10532 profiling shows.
10533 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10534 directly if gnus-visual-p is true.
10535
10536 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10537
10538 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10539 groups; replace mapcar with dolist which is a bit faster; pass groups
10540 info to gnus-read-active-file-1.
10541 (gnus-read-active-file-1): Scan only specified groups if the new
10542 optional arg `infos' is given.
10543
10544 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10545
10546 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10547
10548 * pop3.el (pop3-movemail): Remove.
10549 (pop3-streaming-movemail): Rename to pop3-movemail.
10550
10551 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10552 don't restrict end-tag searches to the end of the line.
10553
10554 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10555
10556 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10557 articles of every unchecked group to t, which means unknown since the
10558 server has never been opened.
10559
10560 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10561
10562 * gnus-html.el (gnus-html-show-alt-text): New command.
10563 (gnus-html-browse-image): Ditto.
10564 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10565 to browse the image directly.
10566 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10567 better.
10568
10569 * gnus-async.el (gnus-async-article-callback):
10570 Call `gnus-html-prefetch-images' unconditionally.
10571
10572 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10573 before feeding URLs to curl.
10574
10575 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10576
10577 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10578 internal images as deletable by `W D D'.
10579
10580 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10581 (gnus-async-article-callback): Fix typo.
10582
10583 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10584
10585 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10586 current line to work around bugs in the output from w3m.
10587
10588 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10589 for groups that want that.
10590
10591 * nntp.el (nntp-wait-for-string): Supply a timeout for
10592 accept-process-output to ensure progress.
10593
10594 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10595 level to get unread articles from, then use that for foreign groups,
10596 too.
10597
10598 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10599 confuses the rest of the function.
10600
10601 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10602 for the methods that support -retrieve-groups, too.
10603
10604 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10605
10606 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10607
10608 * pop3.el: Require cl when compiling.
10609 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10610
10611 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10612
10613 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10614 that aren't going to be activated.
10615 (gnus-get-unread-articles): Fix up the last commit.
10616
10617 * gnus-html.el (gnus-article-html): Allow calling without specifying
10618 the handle. In that case, dissect the buffer first.
10619
10620 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10621
10622 * nnimap.el (nnimap-open-connection): Revert the change that would look
10623 into authinfo for imaps instead of imap.
10624
10625 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10626 say that you don't want to call gnus-request-group with don-check, but
10627 do check the response. This is for virtual groups only.
10628 (gnus-get-unread-articles): Count the archive groups as secondary, so
10629 that they're activated the same way as before.
10630
10631 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10632 case-insensitively.
10633 (nnimap-debug): Remove.
10634
10635 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10636 mail from a file, and the file doesn't exist.
10637
10638 * pop3.el (pop3-streaming-movemail): Return t for success.
10639
10640 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10641 .authinfo if we're using ssl connection.
10642
10643 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10644 already have if we're in a main Gnus `g' run.
10645
10646 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10647
10648 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10649
10650 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10651
10652 * nnmh.el (nnmh-request-list-1): Bind `file'.
10653
10654 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10655 alias to set-process-query-on-exit-flag or process-kill-without-query.
10656 (pop3-open-server): Use it.
10657
10658 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10659
10660 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10661 box to the Incoming file. Fixes mistake in previous checkin.
10662
10663 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10664 request loop (for debugging purposes) removed.
10665
10666 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10667 culprit is more visible.
10668 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10669 (nnml-add-incremental-nov): New functions to do "incremental" nov
10670 updates, where we just append to the end of the existing nov files
10671 without reading/writing them in full.
10672
10673 * mail-source.el (mail-source-delete-crash-box): Really only check the
10674 incoming files once in a while.
10675
10676 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10677
10678 * mail-source.el (mail-source-delete-crash-box): Only check the
10679 incoming files for deletion once per day to save a lot of file
10680 accesses.
10681
10682 * pop3.el (pop3-logon): Fix up unbound variable typo.
10683
10684 * mail-source.el (pop3-streaming-movemail): Autoload.
10685
10686 * pop3.el (pop3-streaming-movemail):
10687 Respect pop3-leave-mail-on-server.
10688
10689 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10690 retrieval.
10691
10692 * pop3.el (pop3-process-filter): Remove unused function.
10693 (pop3-streaming-movemail, pop3-send-streaming-command)
10694 (pop3-wait-for-messages, pop3-write-to-file)
10695 (pop3-number-of-responses): New functions for streaming pop3
10696 retrieval.
10697
10698 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10699 come from no known methods.
10700 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10701 list.
10702
10703 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10704 message sizes.
10705 (pop3-movemail): Use erase-buffer instead of looping and deleting
10706 regions, which seems rather odd.
10707
10708 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10709 file once per `g' run.
10710
10711 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10712 directories. This makes the draft queue directory work.
10713
10714 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10715 data from the backends, so that we only request the list of groups from
10716 each method once. This should speed things up considerably.
10717
10718 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10719 detect that it's not implemented.
10720
10721 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10722 we actually do recurse down into the tree, but don't stat all leaf
10723 nodes.
10724
10725 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10726 then say so instead of bugging out.
10727
10728 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10729 files exist before trying to read them.
10730
10731 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10732 around <pre_int>.
10733
10734 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10735
10736 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10737
10738 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10739
10740 * mm-util.el (mm-image-load-path): Just return the image directories,
10741 not all directories in the path in addition to the image directories.
10742 (mm-image-load-path): Maintain a cache of the image directories so that
10743 the `g' command in Gnus doesn't have to stat dozens of directories each
10744 time.
10745
10746 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10747 (gnus-html-wash-tags): Add a new `i' command to insert images.
10748 (gnus-html-insert-image): New command and keystroke.
10749 (gnus-html-redisplay-with-images): New command and keystroke.
10750 (gnus-html-show-images): Rename command.
10751 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10752 spacers.
10753 (gnus-html-wash-tags): Decode entities at the end, so that entities
10754 inside the tags don't mess up the rest of the "parsing".
10755
10756 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10757 so that nnimap methods aren't agentized by default. There's apparently
10758 many problems related to agent/imap behavior.
10759
10760 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10761
10762 * gnus-html.el: Doc fix.
10763
10764 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10765
10766 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10767 glyph-width and glyph-height instead of display-graphic-p and
10768 image-size; make avoidance of displaying small images work for XEmacs.
10769
10770 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10771 for XEmacs.
10772
10773 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10774 of symbol that holds plist data.
10775 (gnus-process-plist): Remove plist of process after getting it.
10776
10777 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10778
10779 * message.el (message-generate-hashcash): Change default to
10780 'opportunistic if hashcash is installed.
10781
10782 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10783 (gnus-html-put-image): Only call image-size once, since it's somewhat
10784 time-consuming on remote X servers.
10785
10786 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10787
10788 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10789 decoded contents.
10790 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10791
10792 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10793
10794 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10795 group line format, since it isn't very interesting.
10796
10797 * gnus-agent.el (gnus-agent-short-article),
10798 (gnus-agent-long-article): Increase values for these two variables,
10799 since most people are likely to have more network connection and
10800 storage than before.
10801
10802 * gnus.el (gnus-refer-article-method): Change default to 'current.
10803 When referring an article, the common behavior is to refer it from the
10804 current select method, not the native select method. The chances of
10805 the native select method having the message in question is rather slim
10806 these days.
10807
10808 * gnus-sum.el (gnus-auto-select-subject): Change default to
10809 `unseen-or-unread'. I think it's likely that most people want to
10810 select an unseen article over a previously seen, but unread one.
10811
10812 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10813 means that in the article buffer none of the minor mode elements will
10814 be shown, usually, and this is not desirable in most cases.
10815
10816 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10817 that commands like `d' (and the like) go to the next line in the
10818 buffer, instead of the next unread article. I think this is the
10819 behavior that is most natural for most users.
10820 (gnus-single-article-buffer): Change default to nil, so that people can
10821 have as many article buffers open as they have summary buffer. I think
10822 this is the most natural way for the groups to behave.
10823
10824 * message.el (message-generate-new-buffers): Change default to
10825 `unsent', so that all new message buffers start their names with the
10826 string "*unsent", and it's easier to find the buffers if you move from
10827 them.
10828
10829 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10830
10831 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10832 small. They're probably tracking images.
10833 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10834 (gnus-html-rescale-image): Yet another try at getting the image sizing
10835 right.
10836
10837 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10838 nntp-marks-file-name is nil.
10839
10840 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10841
10842 * gnus-html.el (gnus-html-wash-tags)
10843 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10844 Better logging.
10845
10846 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10847
10848 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10849
10850 * gnus-html.el (gnus-html-wash-tags): Check the value of
10851 gnus-blocked-images in the summary buffer.
10852
10853 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10854
10855 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10856
10857 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10858
10859 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10860 like "a", it seems like.
10861 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10862 since it needs to be picked from the correct buffer.
10863
10864 * nnwfm.el: Remove.
10865
10866 * nnlistserv.el: Remove.
10867
10868 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10869
10870 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10871 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10872
10873 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10874
10875 * nnkiboze.el: Remove.
10876
10877 * nndb.el: Remove.
10878
10879 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10880 alt text.
10881 (gnus-html-rescale-image): Try to get the rescaling logic right for
10882 images that are just wide and not tall.
10883
10884 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10885 overshadow variable bindings.
10886
10887 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10888
10889 * gnus-html.el (gnus-html-wash-tags)
10890 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10891 Add extra logging.
10892
10893 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10894
10895 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10896 (gnus-max-image-proportion): New variable.
10897 (gnus-html-rescale-image): New function.
10898 (gnus-html-put-image): Rescale images.
10899
10900 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 Fix up some byte-compiler warnings.
10903 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10904 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10905 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10906 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10907 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10908 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10909 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10910
10911 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10912
10913 * gnus-html.el (gnus-article-html): Decode contents by charset.
10914
10915 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10916
10917 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10918 (gnus-html-frame-width, gnus-blocked-images):
10919 * message.el (message-prune-recipient-rules): Add custom version.
10920 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10921
10922 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10923 functions.
10924
10925 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10926 gnus-process-get.
10927
10928 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10929
10930 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10931 instead of lsub directly.
10932
10933 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10934
10935 * nnwarchive.el: Remove.
10936
10937 * gnus-soup.el: Remove.
10938
10939 * nnsoup.el: Remove.
10940
10941 * nnultimate.el: Remove.
10942
10943 * gnus-html.el (gnus-blocked-images): New variable.
10944
10945 * message.el (message-prune-recipients): New function.
10946 (message-prune-recipient-rules): New variable.
10947
10948 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10949 guess whether a long line is natural text or not.
10950
10951 * gnus-html.el (gnus-html-schedule-image-fetching):
10952 Use gnus-process-plist and friends for compatibility.
10953
10954 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * gnus-html.el: Require packages that define macros used in this file.
10957 (gnus-article-mouse-face): Declare to silence byte-compiler.
10958 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10959 process-get.
10960 (gnus-html-put-image): Use plist-get to avoid getf.
10961 (gnus-html-prefetch-images): Use with-current-buffer.
10962
10963 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10964
10965 * gnus-ems.el: Provide compatibility functions for
10966 gnus-set-process-plist.
10967
10968 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10969 * gnus.el (gnus-valid-select-methods):
10970 * message.el (message-send-mail-partially-limit):
10971 * mm-decode.el (mm-text-html-renderer):
10972 * mml.el (mml-insert-mime-headers-always):
10973 * smiley.el (smiley-regexp-alist): Bump custom version.
10974
10975 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10976
10977 * gnus-html.el: Require mm-url.
10978 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10979 with the url to `url'.
10980 (gnus-html-wash-tags): Support cid: URLs/images.
10981
10982 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10983
10984 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10985 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10986 bindings, as they aren't useful at all. `w' is moved to `W w'.
10987
10988 * gnus-move.el: Remove file, since it doesn't really work.
10989
10990 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10991 UTF-8. This seems to fix problems with some German web feeds.
10992
10993 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10994 at the top so that the proper colors are applied.
10995
10996 * gnus-art.el (gnus-article-view-part): Doc fix.
10997
10998 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10999 XEmacs-compatible.
11000 (gnus-html-put-image): Don't do images on non-graphic displays.
11001
11002 * nnslashdot.el: Remove this unused backend.
11003
11004 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11005 actions.
11006 (gnus-undo-register-1): Revert last change.
11007
11008 * gnus-group.el (gnus-group-completing-read): Protect against not
11009 having completion-styles bound.
11010
11011 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11012 make broken recipients happier.
11013
11014 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11015
11016 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11017 point parameter.
11018
11019 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11020 completion-styles for group selection.
11021
11022 2009-02-04 Andreas Schwab <schwab@suse.de>
11023
11024 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11025 headers and regexp-quote the match if necessary.
11026
11027 2009-03-24 Miles Bader <miles@gnu.org>
11028
11029 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11030 the blinking smiley.
11031
11032 2009-03-24 Simon Josefsson <simon@josefsson.org>
11033
11034 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11035 blink smiley.
11036
11037 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11038
11039 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11040 where the dribbel file lives exists.
11041
11042 * message.el (message-send-mail-partially-limit): Change the default to
11043 nil, since most people don't want this.
11044
11045 * mm-url.el (mm-url-decode-entities): Also decode entities like
11046 &#x3212.
11047
11048 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11049
11050 * gnus-sum.el (gnus-summary-idna-message):
11051 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11052 Hyperlink urls in docstrings with URL `...'.
11053
11054 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11055
11056 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11057 functions.
11058
11059 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11060
11061 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11062 say what the mouseover text should be.
11063
11064 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11065 version of the mm-w3m-safe-url-regexp variable to only download images
11066 in the groups where we want that to happen.
11067
11068 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11069
11070 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11071 easier debugging.
11072 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11073 big pictures in the article buffer.
11074
11075 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11076 gnus-article-html.
11077 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11078 w3m.
11079
11080 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11081
11082 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11083
11084 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11085 which doesn't exist.
11086
11087 * message.el (message-inhibit-ecomplete): New variable to allow some
11088 function to inhibit ecomplete address storage.
11089 (message-resend): Disable ecomplete message storage when resending
11090 messages.
11091
11092 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11093
11094 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11095
11096 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11097 Save excursion while copying, moving, and deleting articles in order to
11098 prevent the cursor from jumping to unforeseen place.
11099
11100 2010-08-17 Glenn Morris <rgm@gnu.org>
11101
11102 * gnus-sync.el: Require gnus components whose functions are used.
11103
11104 * gnus-art.el (bookmark-make-record-function):
11105 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11106 Declare for compiler.
11107
11108 * mm-url.el (mml-compute-boundary): Autoload.
11109
11110 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11111
11112 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11113
11114 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11115
11116 Typo fix "hoo4a" -> "hook".
11117
11118 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11119
11120 2010-08-14 Glenn Morris <rgm@gnu.org>
11121
11122 * gnus-sync.el (gnus-sync): Fix defgroup version.
11123
11124 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11125
11126 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11127
11128 * gnus-sync.el: Fix docs.
11129 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11130 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11131
11132 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11133
11134 Optimizations for gnus-sync.el.
11135
11136 * gnus-sync.el: Add docs about gnus-sync-backend
11137 possibilities.
11138 (gnus-sync-save): Remove unnecessary message.
11139 (gnus-sync-read): Optimize and show what groups were skipped.
11140
11141 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11142
11143 Minor bug fixes for gnus-sync.el.
11144
11145 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11146 Don't read the sync on get-new-news.
11147
11148 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11149 quiet.
11150
11151 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11152 (fix typo).
11153
11154 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11155
11156 Make saving and restoring of hidden threads work with overlays.
11157 Patch applied by Ted Zlatanov.
11158
11159 * gnus-sum.el (gnus-hidden-threads-configuration)
11160 (gnus-restore-hidden-threads-configuration): Update to deal with text
11161 properties, rather than searching for a magic character.
11162
11163 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11164
11165 New gnus-sync.el library for synchronization of marks.
11166
11167 * gnus-sync.el: New library for synchronization of marks.
11168
11169 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11170 renamed from `gnus-registry-grep-in-list'.
11171
11172 * gnus-registry.el (gnus-registry-follow-group-p):
11173 Use `gnus-grep-in-list'.
11174
11175 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11176
11177 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11178
11179 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11180 determining charset of text fails.
11181
11182 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11183
11184 * nnmail.el (nnmail-get-new-mail-1): Revert.
11185
11186 * nnml.el (nnml-active-number): Make sure names of newly created groups
11187 in nnml-group-alist are encoded.
11188
11189 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11190
11191 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11192 containing non-ASCII characters in active file for nnml back end.
11193
11194 2010-07-24 David Engster <dengste@eml.cc>
11195
11196 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11197 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11198
11199 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11200
11201 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11202 tag (Bug#6654).
11203
11204 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11205
11206 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11207 the article buffer, not the summary buffer.
11208
11209 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11210
11211 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11212 Emacs 23 as well.
11213
11214 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11215
11216 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11217 Patch applied by Karl Fogel.
11218
11219 * gnus-sum.el (gnus-summary-bookmark-make-record):
11220 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11221
11222 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11223
11224 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11225 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11226 C-w still not working correctly from Article buffers; Thierry's
11227 patch to fix that will be applied after this.
11228
11229 * gnus-art.el (bookmark-make-record-function): New local variable.
11230
11231 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11232 article buffer.
11233 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11234
11235 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11236
11237 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11238 on changes in bookmark.el.
11239
11240 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11241
11242 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11243 the *other* type of HTML form submission.
11244
11245 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11246
11247 * auth-source.el (auth-source-pick): If choice does not contain a
11248 questioned keyword, set the check to t.
11249
11250 2010-06-12 Romain Francoise <romain@orebokech.com>
11251
11252 * gnus-util.el (gnus-date-get-time): Move up before first use.
11253
11254 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11255
11256 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11257 (gnus-article-edit-part): Bind it to make last part that is substituted
11258 or deleted visible.
11259 (gnus-mime-display-single): Buttonize part of which id equals to
11260 gnus-mime-buttonized-part-id.
11261
11262 2010-06-10 Dan Christensen <jdc@uwo.ca>
11263
11264 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11265 (gnus-dd-mmm): Use gnus-date-get-time.
11266 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11267 simplify logic.
11268 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11269 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11270
11271 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11272
11273 * auth-source.el (top): Autoload `secrets-list-collections',
11274 `secrets-create-item', `secrets-delete-item'.
11275 (auth-sources): Fix tag string.
11276 (auth-get-source, auth-source-retrieve, auth-source-create)
11277 (auth-source-delete): New defuns.
11278 (auth-source-pick): Rewrite in order to avoid 2 passes.
11279 (auth-source-forget-user-or-password): New parameter USERNAME.
11280 (auth-source-user-or-password): New parameters CREATE-MISSING and
11281 DELETE-EXISTING. Retrieve password interactively, if needed.
11282
11283 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11284
11285 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11286 deleting unused directories when gnus-expert-user is t.
11287
11288 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11289
11290 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11291 for each temp file when gnus-article-browse-delete-temp is ask.
11292
11293 2010-05-20 Kevin Ryde <user42@zip.com.au>
11294
11295 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11296
11297 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11298
11299 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11300 article unless decoding article to be saved.
11301
11302 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11303
11304 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11305 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11306 generated within the mm-with-unibyte-current-buffer macro.
11307
11308 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11309
11310 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11311 to nil when we're in a mml-preview buffer and no group is selected.
11312
11313 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11314
11315 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11316 when catching the `C-g'. Reported by "Leo".
11317
11318 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11319
11320 * message.el (message-forward-make-body-plain)
11321 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11322 multibyte-string-p.
11323
11324 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11325
11326 * message.el (message-forward-make-body-mml): Assume original message
11327 is multibyte string; error on unibyte.
11328 (message-forward-make-body-plain): Ditto; don't add excessive newline
11329 in body end.
11330
11331 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11332
11333 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11334 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11335
11336 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11337
11338 * mm-extern.el (mm-extern-url): Don't use
11339 mm-with-unibyte-current-buffer.
11340 (mm-extern-cache-contents): Use with-current-buffer instead of
11341 save-excursion + set-buffer.
11342
11343 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11344
11345 * mm-util.el (mm-emacs-mule): Remove.
11346
11347 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11348
11349 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11350 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11351 change.
11352
11353 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11354
11355 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11356 bind the default value of enable-multibyte-characters to nil.
11357
11358 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11359
11360 * message.el (message-forward-make-body-plain)
11361 (message-forward-make-body-mml):
11362 Don't use mm-with-unibyte-current-buffer.
11363
11364 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11365
11366 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11367 (Bug#5592).
11368
11369 2010-05-07 Julien Danjou <julien@danjou.info>
11370
11371 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11372 it to mm-pipe-part.
11373
11374 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11375 it is given.
11376
11377 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11378
11379 * nnweb.el (nnweb-gmane-search):
11380 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11381 XEmacs.
11382
11383 * gnus-art.el (gnus-article-browse-html-parts):
11384 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11385 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11386 make-temp-file.
11387
11388 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11389 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11390 compiling.
11391
11392 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11393 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11394 XEmacs when compiling.
11395
11396 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11397 gnus-pick-mode-off-hook for XEmacs when compiling.
11398 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11399 gnus-binary-mode-off-hook for XEmacs when compiling.
11400
11401 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11402 Return nil if char-charset is not available.
11403
11404 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11405 macro.
11406
11407 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11408 instead of encode-coding-string.
11409
11410 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11411 'xemacs) instead of mm-emacs-mule to switch function definitions.
11412 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11413
11414 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11415
11416 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11417
11418 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11419
11420 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11421 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11422
11423 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11424
11425 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11426 alias `jka-compr-delete-temp-file' no longer exists.
11427
11428 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 Use define-minor-mode in Gnus where applicable.
11431 * mml.el (mml-mode): Use define-minor-mode.
11432 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11433 (gnus-undo-mode): Use define-minor-mode.
11434 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11435 (gnus-dead-summary-mode): Use define-minor-mode.
11436 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11437 Initialize in declaration.
11438 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11439 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11440 (gnus-mailing-list-mode): Use define-minor-mode.
11441 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11442 (gnus-draft-mode): Use define-minor-mode.
11443 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11444 (gnus-dired-mode): Use define-minor-mode.
11445
11446 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11447
11448 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11449 handles on recursive mml-to-mime translation and check them for
11450 boundary delimiter collisions. Reported by Greg Troxel.
11451
11452 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11455
11456 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * mm-util.el (mm-find-buffer-file-coding-system):
11459 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11460
11461 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11462
11463 * message.el (message-generate-headers): Record insertion of optional
11464 headers as well. Otherwise the check to prevent repeated insertion of
11465 optional headers is a no-op.
11466
11467 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11468
11469 * smime.el: Don't mention CVS.
11470
11471 * nnrss.el (nnrss-fetch): Don't mention CVS.
11472
11473 * nnir.el: Don't mention CVS.
11474
11475 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11476
11477 * gnus-sum.el (gnus-summary-bookmark-make-record):
11478 Add `location' field.
11479
11480 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11483 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11484 Use with-current-buffer to silence the byte-compiler.
11485 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11486 bother to require `gnus'.
11487 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11488
11489 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11490
11491 * gnus-sum.el (gnus-summary-bookmark-make-record)
11492 (gnus-summary-bookmark-jump): New functions.
11493 (gnus-summary-mode): Setup bookmark support.
11494
11495 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11496
11497 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11498 if set.
11499
11500 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11501
11502 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11503 gnus-article-browse-html-save-cid-image; make it work recursively for
11504 forwarded messages as well.
11505 (gnus-article-browse-html-parts): Work when prefix arg is given.
11506 (gnus-article-browse-html-article): Doc fix.
11507
11508 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11509
11510 * message.el (message-default-mail-headers)
11511 (message-default-headers): Carry the value mail-default-headers over
11512 into message-default-mail-headers, rather than message-default-headers.
11513
11514 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11515
11516 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11517 charset.
11518
11519 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11520 charset into the <meta> tag when the article is encoded to utf-8.
11521
11522 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11523
11524 * gnus-art.el (gnus-article-browse-delete-temp-files):
11525 Delete directories as well.
11526 (gnus-article-browse-html-parts): Work for images that do not specify
11527 file names; delete temp directory when quitting; insert header at the
11528 right place; use file: scheme for image files.
11529
11530 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11531
11532 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11533 (gnus-article-browse-html-parts): Use it to make temporary cid image
11534 files in addition to html file so that browser may display them.
11535
11536 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11537
11538 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11539
11540 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11541
11542 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11543
11544 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11545
11546 * auth-source.el (auth-sources): Change default to be simpler.
11547 Explain about Secret Service API sources. Improve Customize options.
11548 (auth-source-pick): Change to accept any number of search parameters.
11549 Implement fallbacks iteratively, not recursively. Add scoring on the
11550 second pass and sort by score. Call Secret Service API when needed.
11551 (auth-source-user-or-password): Use it. Call Secret Service API
11552 directly when needed to get the user name and the password.
11553
11554 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11555
11556 * message.el (message-interactive): Doc fix.
11557 (message-qmail-inject-args): Reflow.
11558 (message-kill-to-signature): Fix typo in docstring.
11559
11560 * smiley.el (smiley-buffer): Fix typo in docstring.
11561
11562 2010-03-24 Glenn Morris <rgm@gnu.org>
11563
11564 * mail-source.el (gnus-message): Declare.
11565 (mail-source-delete-old-incoming): Require gnus-util.
11566
11567 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11568
11569 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11570
11571 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11572
11573 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11574 password-cache's default if it is not bound.
11575 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11576 password-cache-expiry's default if it is not bound.
11577
11578 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11579 available in Emacs 21.
11580
11581 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11582
11583 * auth-source.el (auth-sources): Fix up definition so extra parameters
11584 are always inline.
11585
11586 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11587
11588 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11589 wasn't updated after mismatch. Clear cached mailbox info correctly
11590 when uidvalidity changes.
11591 (nnimap-group-prefixed-name): New function to avoid some code
11592 duplication.
11593 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11594 (nnimap-request-group): Use it.
11595 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11596 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11597 with many imap folders. This is done by caching the group status from
11598 the imap server persistently in a group parameter `imap-status'. (This
11599 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11600 but not persistently, so every Gnus startup was still very slow.)
11601
11602 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11603
11604 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11605 secrets.el dependency.
11606 (auth-sources): Add optional user name. Add secrets.el configuration
11607 choice (unused right now).
11608
11609 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11610
11611 * gnus-sum.el (gnus-summary-make-menu-bar):
11612 Let `gnus-registry-install-shortcuts' fill in the functions.
11613
11614 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11615 warnings.
11616 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11617 (gnus-registry-install-shortcuts): Populate and use it in a
11618 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11619
11620 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11621
11622 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11623 In-place substitutions for the group name encoding/decoding.
11624 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11625 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11626 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11627 (nnimap-update-unseen, nnimap-request-list)
11628 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11629 (nnimap-request-set-mark, nnimap-split-to-groups)
11630 (nnimap-split-articles, nnimap-request-newgroups)
11631 (nnimap-request-create-group, nnimap-request-accept-article)
11632 (nnimap-request-delete-group, nnimap-request-rename-group)
11633 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11634 `encoded-mbx' for consistency.
11635 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11636 variable `imap-current-mailbox'.
11637
11638 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11639 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11640
11641 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11642
11643 * pop3.el (pop3-display-message-size-flag): Display message size byte
11644 counts during POP3 download.
11645 (pop3-movemail): Use it.
11646 (pop3-list): Implement listing of available messages.
11647
11648 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11649
11650 * nnir.el (nnir-get-article-nov-override-function): New function to
11651 override the normal NOV retrieval.
11652 (nnir-retrieve-headers): Use it.
11653
11654 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11655
11656 * auth-source.el (netrc-machine-user-or-password): Autoload.
11657
11658 2010-03-19 Glenn Morris <rgm@gnu.org>
11659
11660 Stop message.el from loading about 40 libraries it doesn't always need.
11661 The general approach is to autoload rather than require, and to
11662 require in the specific functions rather than the file. (Bug#5642)
11663
11664 * gmm-utils.el: Don't require wid-edit.
11665 (widget-create-child-value, widget-convert, widget-default-get):
11666 Autoload.
11667
11668 * gnus-util.el: Don't require time-date, netrc.
11669 (message-fetch-field, gnus-group-name-decode): Declare rather than
11670 autoloading.
11671 (gnus-fetch-field): Require message.
11672 (gnus-decode-newsgroups): Require gnus-group.
11673
11674 * ietf-drums.el: Don't require time-date.
11675
11676 * message.el: Don't require hashcash, canlock, ecomplete.
11677 Do require mail-utils. Require nnheader only when compiling.
11678 (smtpmail-default-smtp-server): Remove declaration.
11679 (message-send-mail-function): Check smtpmail-default-smtp-server
11680 is bound rather than requiring smtpmail.
11681 (message-auto-save-directory, message-insert-signature):
11682 Use expand-file-name rather than nnheader-concat.
11683 (nnheader-insert-file-contents): Autoload.
11684 (hashcash-wait-async): Declare.
11685 (message-send-mail): Only call gnus-setup-posting-charset if
11686 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11687 (message-send-mail-with-sendmail): Require sendmail.
11688 (canlock-password, canlock-password-for-verify): Declare.
11689 (message-canlock-password): Require canlock.
11690 (nnheader-get-report): Autoload.
11691 (gnus-setup-posting-charset): Declare.
11692 (message-send-news): Require gnus-msg.
11693 (message-make-references, message-make-in-reply-to): Use mail-header-id
11694 rather than the alias mail-header-message-id.
11695 (ecomplete-add-item, ecomplete-save): Declare.
11696 (message-put-addresses-in-ecomplete): Require ecomplete.
11697 (ecomplete-display-matches): Autoload.
11698
11699 * mm-decode.el: Don't require mailcap, gnus-util.
11700 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11701 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11702 Autoload.
11703 (mailcap-mime-extensions): Declare.
11704
11705 * mm-encode.el: Don't require mailcap.
11706 (mailcap-extension-to-mime): Autoload.
11707
11708 * mml-sec.el: Don't require password-cache.
11709
11710 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11711 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11712 (mml-minibuffer-read-type): Require mailcap.
11713 (mml-preview): Require gnus-msg.
11714
11715 * mml1991.el: Require password-cache.
11716 (password-cache-expiry): Remove declaration.
11717
11718 * mml2015.el: Require password-cache.
11719 (password-cache-expiry): Remove declaration.
11720
11721 * nneething.el (mailcap): Require mailcap.
11722
11723 * nnheader.el (declare-function): Add compatibility stub.
11724 (message-remove-header): Declare rather than autoload.
11725 (nnheader-replace-header): Require message.
11726
11727 * nnimap.el (declare-function): Add compatibility stub.
11728 (netrc-parse, netrc-machine-user-or-password): Declare.
11729 (nnimap-open-connection): Require netrc.
11730
11731 * nntp.el (declare-function): Add compatibility stub.
11732 (netrc-parse, netrc-machine, netrc-get): Declare.
11733 (nntp-send-authinfo): Require netrc.
11734
11735 * rfc2047.el: Don't require qp.
11736 (quoted-printable-encode-region, quoted-printable-decode-string):
11737 Autoload.
11738
11739 * sieve-mode.el: Don't require easymenu.
11740 (easy-menu-add-item): Autoload it.
11741
11742 * spam-stat.el (time-to-number-of-days): Autoload it.
11743
11744 2010-03-17 Kevin Ryde <user42@zip.com.au>
11745
11746 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11747 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11748 value if any backslash escapes).
11749
11750 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11751
11752 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11753 if it is available. (bug#5647)
11754
11755 2010-02-26 Glenn Morris <rgm@gnu.org>
11756
11757 * message.el (message-send-mail-function): Change the default, so that
11758 it inherits from a customized send-mail-function. (Bug#5643)
11759
11760 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11763 shell-command-to-string signals an error (bug#5299).
11764
11765 2010-02-24 Glenn Morris <rgm@gnu.org>
11766
11767 * message.el (message-smtpmail-send-it)
11768 (message-send-mail-with-mailclient): Doc fixes.
11769
11770 2010-02-16 Glenn Morris <rgm@gnu.org>
11771
11772 * message.el (message-default-mail-headers): Change the default value
11773 to ease the transition from mail-mode to message-mode. (Bug#5555)
11774
11775 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11776
11777 * message.el (message-mail): Just pass yank-action on to message-setup.
11778 (message-setup): Handle (FUN . ARGS) form of yank-action.
11779 (message-with-reply-buffer, message-widen-reply)
11780 (message-yank-original): Handle non-buffer values of
11781 message-reply-buffer (Bug#4080).
11782 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11783
11784 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11785
11786 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11787 Fix typo in docstring.
11788
11789 2010-01-08 Jason Rumney <jasonr@gnu.org>
11790
11791 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11792 response.
11793
11794 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11797
11798 * message.el (message-check-news-header-syntax): Protect against a
11799 string that `rfc822-addresses' returns when parsing fails.
11800
11801 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11802
11803 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11804 (gnus-previous-char-property-change): New functions.
11805
11806 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11807
11808 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11809
11810 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11811 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11812
11813 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11814
11815 * message.el (message-exchange-point-and-mark): Rework last change to
11816 avoid using optional arg of exchange-point-and-mark, for backward
11817 compatibility.
11818
11819 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11820
11821 * message.el (message-exchange-point-and-mark):
11822 Call exchange-point-and-mark with an argument rather than setting
11823 mark-active by hand (Bug#5175).
11824
11825 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11826
11827 * nntp.el (nntp-service-to-port): Work for service expressed with
11828 numeric string; replace [:digit:] with [0-9] for XEmacs.
11829
11830 2009-12-17 Glenn Morris <rgm@gnu.org>
11831
11832 * gnus-group.el (gnus-bug-group-download-format-alist):
11833 Change emacs entry to debbugs.gnu.org. Bump :version.
11834
11835 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11836
11837 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11838
11839 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11840
11841 * message.el (message-info): Explain why we use `Info-goto-node'.
11842
11843 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11844
11845 * message.el (message-completion-in-region): New compatibility function.
11846 (message-expand-group): Use it.
11847
11848 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11849
11850 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11851 with no unread article should be listed if the 2nd arg `predicate' is
11852 given.
11853
11854 2009-11-29 Juri Linkov <juri@jurta.org>
11855
11856 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11857 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11858 on `gnus-recenter'. (Bug#4698, Bug#4981)
11859
11860 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11861
11862 * message.el (message-from-style, message-interactive)
11863 (message-signature): Always set default values from the corresponding
11864 mail-* variables.
11865 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11866 (message-yank-prefix, message-indentation-spaces)
11867 (message-signature-file, message-default-headers): Use boundp rather
11868 than (featurep 'xemacs) to check if the corresponding mail-* variables
11869 exist.
11870
11871 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11872
11873 * message.el (message-send-mail-with-sendmail): Revert last change.
11874
11875 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11876
11877 * message.el (message-from-style, message-interactive)
11878 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11879 (message-yank-prefix, message-indentation-spaces, message-signature)
11880 (message-signature-file, message-default-headers): For GNU Emacs, set
11881 default values from the corresponding mail-* variables.
11882 (message-send-mail-with-sendmail): Use envelope-from only if
11883 mail-specify-envelope-from is non-nil.
11884
11885 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11886
11887 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11888 containing tspecial characters if they have been already quoted.
11889
11890 2009-10-24 Glenn Morris <rgm@gnu.org>
11891
11892 * gnus-art.el (help-xref-stack-item): Define for compiler.
11893
11894 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11895
11896 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11897
11898 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11899
11900 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11901 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11902
11903 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11904
11905 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11906 (gnus-overlays-in): New alias to overlays-in.
11907
11908 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11909 gnus-overlay-get, and gnus-delete-overlay.
11910 (gnus-summary-show-thread): Make it work as well for systems in which
11911 next-single-char-property-change is not available.
11912 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11913
11914 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11915
11916 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11917
11918 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11919
11920 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11921 and XEmacs that don't have `remove-overlays'.
11922
11923 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11926 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11927 selective display. Use overlays instead.
11928
11929 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11930
11931 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11932
11933 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11934
11935 * spam-stat.el (spam-stat-load): Fix typo in message.
11936
11937 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11938
11939 * gnus-art.el (gnus-article-encrypt-body):
11940 * message.el (message-check-recipients):
11941 * mm-util.el (mm-codepage-setup):
11942 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11943 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11944
11945 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11946
11947 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11948 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11949 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11950 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11951 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11952
11953 2009-09-18 Glenn Morris <rgm@gnu.org>
11954
11955 * gnus-diary.el (gnus-diary-check-message):
11956 * message.el (message-insert-formatted-citation-line):
11957 * nnbabyl.el (top-level):
11958 * nndiary.el (nndiary-schedule):
11959 Fix typos in condition-case handlers.
11960
11961 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11962
11963 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11964 configuration that provides the sole article window in a frame;
11965 position point correctly after deleting a part.
11966
11967 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11968
11969 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11970 (spam-resolve-registrations-routine): Use it to unregister articles
11971 that change status.
11972
11973 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11974
11975 * nnrss.el (nnrss-request-article): Remove binding of
11976 default-enable-multibyte-characters that has gotten needless by
11977 the 2007-07-13 change in rfc2047-encode-message-header.
11978
11979 * mml.el (mml-insert-multipart): Error on the message header.
11980 (mml-insert-part): Error on the message header; position point at
11981 the end of a MIME tag.
11982
11983 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11984
11985 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11986 (gnus-float-time): Alias to float-time if it exists.
11987
11988 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11989 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11990 float-time is available; suppress compile warning for time-to-seconds.
11991
11992 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11993
11994 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11995 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11996 Add the optional argument `encoding' that overrides the default.
11997
11998 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11999 mm-encode-buffer.
12000
12001 2009-09-04 Glenn Morris <rgm@gnu.org>
12002
12003 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12004 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12005 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12006 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12007 * mm-util.el (mm-with-unibyte-current-buffer)
12008 (mm-find-buffer-file-coding-system):
12009 * yenc.el (yenc-decode-region): Use default-value rather than
12010 default-enable-multibyte-characters.
12011
12012 2009-09-03 Glenn Morris <rgm@gnu.org>
12013
12014 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12015 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12016 than default-enable-multibyte-characters.
12017
12018 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12019
12020 * gnus-art.el (gnus-article-read-summary-keys):
12021 Fix gnus-buffer-configuration's value temporarily used.
12022
12023 2009-09-02 Glenn Morris <rgm@gnu.org>
12024
12025 * gnus-util.el (gnus-float-time): New function.
12026 * gnus-delay.el (gnus-delay-article):
12027 * gnus-sum.el (gnus-thread-latest-date):
12028 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12029 * nnspool.el (nnspool-request-newgroups):
12030 Use gnus-float-time rather than time-to-seconds.
12031 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12032
12033 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12034 (gnus-header-subject-face, gnus-header-newsgroups-face)
12035 (gnus-header-name-face, gnus-header-content-face):
12036 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12037 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12038 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12039 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12040 (gnus-cite-face-11):
12041 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12042 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12043 (gnus-server-closed-face, gnus-server-denied-face)
12044 (gnus-server-offline-face):
12045 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12046 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12047 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12048 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12049 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12050 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12051 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12052 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12053 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12054 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12055 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12056 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12057 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12058 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12059 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12060 (gnus-summary-high-undownloaded-face)
12061 (gnus-summary-low-undownloaded-face)
12062 (gnus-summary-normal-undownloaded-face)
12063 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12064 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12065 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12066 (gnus-splash-face):
12067 * message.el (message-header-to-face, message-header-cc-face)
12068 (message-header-subject-face, message-header-newsgroups-face)
12069 (message-header-other-face, message-header-name-face)
12070 (message-header-xheader-face, message-separator-face)
12071 (message-cited-text-face, message-mml-face):
12072 * sieve-mode.el (sieve-control-commands-face)
12073 (sieve-action-commands-face, sieve-test-commands-face)
12074 (sieve-tagged-arguments-face):
12075 * spam.el (spam-face):
12076 Mark face aliases with "-face" in the name as obsolete.
12077
12078 2009-09-01 Glenn Morris <rgm@gnu.org>
12079
12080 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12081 than goto-line.
12082
12083 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12084
12085 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12086 Don't move point if the command is invoked inside the message header.
12087
12088 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12089
12090 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12091 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12092 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12093 * nnir.el (nnir-swish-e-index-file):
12094 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12095 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12096 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12097 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12098 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12099 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12100
12101 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12102
12103 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12104 Don't save excursion.
12105
12106 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12107
12108 * nnheader.el (nnheader-find-file-noselect):
12109 * mm-util.el (mm-insert-file-contents):
12110 Use (default-value 'major-mode) instead of default-major-mode.
12111
12112 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12113
12114 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12115
12116 2009-08-25 Glenn Morris <rgm@gnu.org>
12117
12118 * nnir.el (top-level): Don't require cl at run-time.
12119 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12120 Replace cl-function substitute with gnus-replace-in-string.
12121 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12122 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12123 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12124 simplified expansions.
12125
12126 2009-08-22 Glenn Morris <rgm@gnu.org>
12127
12128 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12129 goto-line.
12130
12131 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12132
12133 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12134
12135 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12136 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12137 (gnus-mm-display-part, gnus-mime-display-single)
12138 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12139 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12140
12141 * gnus-sum.el
12142 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12143 (gnus-summary-move-article): Add expirable mark to articles copied or
12144 moved to group that has auto-expire turned on if the option is non-nil.
12145
12146 2009-07-24 Glenn Morris <rgm@gnu.org>
12147
12148 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12149 Fix typo. (Bug#3903)
12150
12151 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12152
12153 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12154 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12155 that should not be used for draft articles.
12156 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12157 that has no concern in minor mode keys.
12158 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12159 Abolish.
12160
12161 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12162
12163 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12164 article without making inquiry to a user for unknown encoding.
12165
12166 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12167 (nnmaildir--scan): Assume i-node and device number that file-attributes
12168 returns might be cons-cell.
12169
12170 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12171
12172 * auth-source.el: Remove docs now in auth.texi. Don't use
12173 `gnus-message' for logging. Add new variables `auth-source-debug' and
12174 `auth-source-hide-passwords' and use them.
12175
12176 2009-07-15 Glenn Morris <rgm@gnu.org>
12177
12178 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12179
12180 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12181
12182 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12183 excessive whitespace from the default values of title and description.
12184
12185 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12186
12187 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12188 mail-fetch-field to fetch Content-Description header in order to
12189 exclude newlines.
12190
12191 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12192
12193 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12194 to deleted part.
12195
12196 2009-05-30 David Engster <dengste@eml.cc>
12197
12198 * nnmairix.el: Remove old documentation in the commentary block.
12199 (nnmairix-request-group): Do not update active file for nnml back ends.
12200 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12201 end so that overview files are ignored.
12202 (nnmairix-update-groups): Make updating the groups more robust by using
12203 marks.
12204 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12205 with dollar characters in message-id.
12206
12207 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12208
12209 * spam.el: Use dns-query instead of query-dns. Was renamed on
12210 2008-12-25 in dns.el.
12211
12212 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12215 could happen if the text is only composed of spaces and/or tabs.
12216
12217 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12218
12219 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12220 when sending a queued message to avoid extra mml tags.
12221
12222 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12223
12224 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12225
12226 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12227
12228 * gnus-dired.el: Remove autoload for gnus-setup-message.
12229 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12230 displaying Gnus logo; always use compose-mail.
12231
12232 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12233
12234 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12235
12236 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12237
12238 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12239 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12240 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12241 available.
12242 (gnus-nocem-epg-verify): New function.
12243
12244 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12245
12246 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12247
12248 2009-02-15 Glenn Morris <rgm@gnu.org>
12249
12250 * gnus-util.el (rmail-insert-rmail-file-header)
12251 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12252 autoloads.
12253 (rmail-default-rmail-file): Remove unnecessary declaration.
12254 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12255
12256 2009-02-14 Glenn Morris <rgm@gnu.org>
12257
12258 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12259 variable (only used in gnus-util, which declares it anyway).
12260 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12261 which was only needed by gnus-art (changed to not use it any more).
12262 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12263 only used in gnus-util, which autoloads it itself.
12264 (rmail-update-summary): Fix autoload.
12265
12266 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12267 rather than rmail-output-to-rmail-file.
12268
12269 2009-02-07 Glenn Morris <rgm@gnu.org>
12270
12271 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12272 autoload of function that no longer exists.
12273 (rmail-toggle-header): Declare.
12274 (message-forward-rmail-make-body): Handle mbox Rmail.
12275
12276 2009-01-31 Glenn Morris <rgm@gnu.org>
12277
12278 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12279 2009-01-09 change.
12280
12281 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12282
12283 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12284 (auth-source-forget-all-cached): New convenience function.
12285 (auth-source-user-or-password): Accept list of modes or a single mode.
12286
12287 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12288 auth-source modes.
12289
12290 * nnimap.el (nnimap-open-connection): Use list of
12291 auth-source modes.
12292
12293 * nntp.el (nntp-send-authinfo): Use list of
12294 auth-source modes.
12295
12296 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12297
12298 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12299 now.
12300
12301 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12302
12303 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12304 coding system in XEmacs; add a workaround for XEmacs.
12305
12306 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12307
12308 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12309 of current-language-environment.
12310
12311 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12312
12313 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12314 available at runtime.
12315
12316 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12317
12318 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12319
12320 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12321
12322 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12323 the greatest positive fixnum value doesn't work under an XEmacs with
12324 bignum support; use the most-positive-fixnum constant instead,
12325 available since Emacs 21.1 with cl and XEmacs 21.1.
12326
12327 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12328
12329 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12330 XEmacs gets not to work.
12331
12332 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12333
12334 * mm-util.el (mm-coding-system-priorities): Allow the value like
12335 "Japanese (UTF-8)" of current-language-environment.
12336
12337 2009-01-09 Glenn Morris <rgm@gnu.org>
12338
12339 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12340 with last-command-event.
12341
12342 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12343
12344 * message.el (message-fix-before-sending): Amend comment.
12345
12346 2009-01-07 David Engster <dengste@eml.cc>
12347
12348 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12349 simplified server definitions by converting it via
12350 gnus-server-to-method.
12351
12352 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12353
12354 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12355 parameter's operands.
12356
12357 2009-01-06 David Engster <dengste@eml.cc>
12358
12359 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12360 primary select method (for gnus-group-mark-article-as-read).
12361
12362 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12363
12364 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12365 `(gnus)Face', not `(gnus)X-Face'.
12366
12367 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12368
12369 * mm-util.el (mm-ucs-to-char): New function.
12370
12371 * mm-url.el (mm-url-decode-entities): Use it.
12372
12373 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12374
12375 * message.el (message-fix-before-sending): Add `eight-bit' to
12376 illegible-text check.
12377
12378 2009-01-03 Michael Olson <mwolson@gnu.org>
12379
12380 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12381 `headers' is nil. This can occur if the IMAP server does not have
12382 permissions to read messages from a folder, but can write new messages
12383 to the folder.
12384 (nnimap-request-article-part): Do not insert `data' if it is nil.
12385
12386 2009-01-01 Dave Love <fx@gnu.org>
12387
12388 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12389
12390 * nnimap.el: Fix author email.
12391 (nnimap-split-rule): Add FIXME comment.
12392 (nnimap-debug): Fix doc string.
12393
12394 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12395
12396 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12397 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12398 to check if those variables exist (first appeared in Emacs 18.50).
12399
12400 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12401
12402 * mm-util.el (mm-line-number-at-pos): New function.
12403
12404 * spam-report.el (spam-report-process-queue): Use it.
12405
12406 2008-12-24 David Engster <dengste@eml.cc>
12407
12408 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12409 parameters that haven't existed as variables as buffer-local variables.
12410
12411 2008-12-23 Dave Love <fx@gnu.org>
12412
12413 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12414 cadar.
12415
12416 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12417 imap-starttls-p.
12418 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12419
12420 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12421
12422 * spam-report.el (spam-report-gmane-max-requests): New constant.
12423 (spam-report-gmane-wait): New variable.
12424 (spam-report-gmane-ham, spam-report-gmane-spam)
12425 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12426 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12427 the server.
12428
12429 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12430 Add explanations.
12431
12432 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12433 nnheader-accept-process-output and nnheader-read-timeout if available.
12434 (pop3-movemail): Use it.
12435
12436 * message.el (message-check-news-body-syntax): Fix signature check if
12437 there's an attachment.
12438
12439 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12440
12441 * mm-util.el: Add comments to the mm- emulating functions.
12442
12443 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12444
12445 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12446 Reported by Stephen Berman <stephen.berman@gmx.net>.
12447
12448 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12449
12450 * mm-util.el (mm-substring-no-properties): New function.
12451 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12452 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12453 (mm-string-to-multibyte): Doc fix.
12454
12455 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12456
12457 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12458
12459 * mml.el (mml-attach-file): Strip text properties from file name.
12460 (Bug#1574)
12461
12462 2008-12-16 Glenn Morris <rgm@gnu.org>
12463
12464 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12465
12466 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12467
12468 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12469 knows since the charset specified might be a bogus alias that
12470 mm-charset-synonym-alist provides.
12471
12472 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12473
12474 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12475 "ISO_8859-1".
12476
12477 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12478
12479 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12480
12481 * mm-util.el (mm-charset-eval-alist):
12482 Define it before mm-charset-to-coding-system.
12483 (mm-charset-to-coding-system): Add optional argument `silent';
12484 define it before mm-charset-override-alist.
12485 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12486 default value if it can be used in Emacs currently running;
12487 silence mm-charset-to-coding-system.
12488
12489 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12490
12491 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12492 `allow-override' which says whether to use `mm-charset-override-alist'.
12493 (rfc2047-decode-encoded-words): Use it.
12494
12495 * mm-util.el (mm-charset-override-alist): Fix custom type;
12496 add `(gb2312 . gbk)' to choices.
12497
12498 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12499
12500 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12501 fast.
12502
12503 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12504
12505 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12506
12507 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12508 on links.
12509
12510 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12511
12512 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12513
12514 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12515 users' addresses that don't have domain parts.
12516 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12517 rather than message-narrow-to-head since there will be the message
12518 header separator.
12519
12520 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12523 since the result is inserted in a unibyte buffer anyway.
12524 (nnimap-demule-use-string-to-multibyte): Remove.
12525 (nnimap-demule): Alias it to mm-string-to-multibyte.
12526
12527 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12528
12529 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12530 variable for debugging bug#464 and bug#1174.
12531 (nnimap-demule): Use it.
12532
12533 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12534
12535 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12536 score calculation correctly.
12537
12538 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12539
12540 * message.el (message-send-mail): Just set the buffer to unibyte
12541 rather than use mm-with-unibyte-current-buffer which does a lot more.
12542 (message-send-mail-partially): Don't bother with
12543 mm-with-unibyte-current-buffer since it's already been made unibyte by
12544 message-send-mail.
12545
12546 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12547
12548 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12549
12550 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12551
12552 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12553
12554 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12555
12556 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12557 require itself and to remove `with-no-warnings'.
12558
12559 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12560
12561 * starttls.el (starttls-any-program-available): Get the name of the
12562 available TLS layer program.
12563 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12564 well as the host name in the "opening" message.
12565
12566 * auth-source.el (auth-source-cache, auth-source-do-cache)
12567 (auth-source-user-or-password): Cache passwords and logins by default,
12568 allow override with `auth-source-do-cache'.
12569 (auth-source-forget-user-or-password): Allow users to remove cache
12570 entries if needed.
12571
12572 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12573
12574 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12575 condition-case to only the forward-sexp call.
12576
12577 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12578
12579 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12580 quotes contained. Make it more robust regardless by an extra
12581 condition-case wrapper.
12582
12583 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12584
12585 * nnml.el (nnml-request-expire-articles): Check if the function set to
12586 `nnmail-expiry-target' returns the symbol `delete'.
12587
12588 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12589
12590 * nnmail.el (nnmail-expiry-target): Fix custom type.
12591
12592 2008-10-02 Glenn Morris <rgm@gnu.org>
12593
12594 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12595 Silence compiler warning.
12596
12597 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12598
12599 * mml.el (mml-menu): Don't assume mml2015 is bound.
12600
12601 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12602
12603 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12604 exists.
12605
12606 2008-09-27 Glenn Morris <rgm@gnu.org>
12607
12608 * gnus-util.el (mail-header-remove-comments): Autoload it.
12609
12610 2008-09-27 Andreas Schwab <schwab@suse.de>
12611
12612 * gnus-util.el (gnus-split-references): Strip comments.
12613 (gnus-parent-id): Likewise.
12614
12615 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12616
12617 * message.el (message-confirm-send): Fix version.
12618
12619 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12620
12621 * message.el (message-idna-to-ascii-rhs-1): Use
12622 mail-extract-address-components rather than mail-header-parse-addresses
12623 that is an alias by default to ietf-drums-parse-addresses that does not
12624 support non-ASCII names in headers' contents.
12625
12626 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12627
12628 * message.el (message-confirm-send): Fix variable documentation to
12629 avoid the "y/n" wording.
12630
12631 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12632
12633 * message.el (message-set-auto-save-file-name): Save to a different
12634 filename so multiple messages (especially drafts) can be recovered.
12635
12636 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12637
12638 * message.el (message-confirm-send): Add appropriate version.
12639
12640 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12641
12642 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12643 defvar.
12644
12645 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12646
12647 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12648 (mm-pkcs7-enveloped-magic): Ditto.
12649
12650 2008-09-17 Simon Josefsson <simon@josefsson.org>
12651
12652 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12653 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12654
12655 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12656
12657 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12658 default, it's better.
12659
12660 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12661
12662 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12663 summary line gnus-number property and ignore them (with a warning
12664 message).
12665
12666 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12667
12668 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12669 macro caddr in the interactive form since it won't be expanded.
12670
12671 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12672
12673 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12674 `charset'; fix name of function called recursively.
12675 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12676
12677 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12678
12679 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12680 (gnus-mime-set-charset-parameters): New function.
12681 (gnus-mime-view-part-as-charset): Use it to correctly display part
12682 specifying wrong charset.
12683
12684 2008-09-08 David Engster <dengste@eml.cc>
12685
12686 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12687 in completing-read for back end server.
12688
12689 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12690
12691 * message.el (message-confirm-send): New variable to confirm sending a
12692 message.
12693 (message-send): Use it.
12694
12695 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12696
12697 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12698
12699 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12700
12701 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12702
12703 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12704
12705 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12706 prevent tracking too many groups.
12707 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12708 Use it.
12709
12710 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12711
12712 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12713 moving point to the bottom of the window in order to avoid recentering.
12714
12715 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12716
12717 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12718 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12719 (gnus-article-beginning-of-window): Fix calculation.
12720
12721 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12722
12723 * gnus-msg.el (gnus-summary-supersede-article)
12724 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12725 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12726 message header.
12727
12728 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12729
12730 * message.el:
12731 * gnus-start.el:
12732 * gnus-registry.el: Remove VMS support.
12733
12734 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12735
12736 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12737 macro.
12738 (rfc2104-hash): Use it.
12739
12740 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12741
12742 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12743 (gnus-summary-sort-by-most-recent-date): New commands.
12744 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12745 and menu entries.
12746
12747 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12748
12749 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12750 don't redisplay article for raw contents; remove plural articles stuff.
12751
12752 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12753 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12754 on gnus-summary-save-article; display results properly.
12755
12756 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12757
12758 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12759
12760 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12761
12762 * gnus-art.el (gnus-summary-save-in-pipe):
12763 Consider gnus-save-all-headers.
12764
12765 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12766
12767 * gnus-util.el (ns-focus-frame): Remove declaration.
12768 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12769 like x.
12770
12771 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12772
12773 * rfc2104.el (rfc2104-zero): Delete defconst.
12774 (rfc2104-hex-alist): Likewise.
12775 (rfc2104-hex-to-int): Delete func.
12776 (rfc2104-hexstring-to-bitstring): Likewise.
12777 (rfc2104-nybbles): New defconst.
12778 (rfc2104-hash): Rewrite for speed.
12779
12780 2008-07-16 Glenn Morris <rgm@gnu.org>
12781
12782 * gnus-util.el (ns-focus-frame): Declare for compiler.
12783
12784 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12785
12786 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12787 set as a group parameter.
12788 (gnus-summary-save-in-pipe): Work when it is called independently.
12789 (gnus-summary-pipe-to-muttprint): Don't modify
12790 gnus-summary-pipe-output-default-command.
12791
12792 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * message.el (message-send-mail-with-sendmail):
12795 Display the error message.
12796
12797 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12798
12799 * gnus-art.el (gnus-default-article-saver):
12800 Add gnus-summary-save-in-pipe to choices.
12801 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12802 gnus-summary-pipe-output-default-command as the default command.
12803 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12804 instead of gnus-last-shell-command.
12805
12806 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12807 New user option.
12808 (gnus-summary-muttprint-program): Mention the value will be changed.
12809 (gnus-summary-save-article): Force showing of all headers.
12810 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12811
12812 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12813
12814 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12815
12816 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12817
12818 * nnimap.el (nnimap-id):
12819 * sieve-manage.el (sieve-manage-open): Doc fixes.
12820
12821 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12822
12823 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12824 if available.
12825
12826 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12827
12828 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12829
12830 * nnkiboze.el (nnkiboze-generate-group):
12831 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12832
12833 * nnmairix.el: Require CL.
12834
12835 2008-06-15 David Engster <dengste@eml.cc>
12836
12837 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12838
12839 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12840
12841 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12842 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12843 runtime choice under XEmacs.
12844
12845 * gnus-sum.el (gnus-summary-set-display-table):
12846 Use `gnus-put-display-table', `gnus-get-display-table',
12847 `gnus-set-display-table' for the display table, instead of `aset'.
12848
12849 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12850
12851 * nnmairix.el: Add autoloads.
12852
12853 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12854
12855 * nnmairix.el (nnmairix-delete-recreate-group)
12856 (nnmairix-update-and-clear-marks): Fix error messages.
12857
12858 2008-06-14 David Engster <dengste@eml.cc>
12859
12860 * nnmairix.el: Upgrade to version 0.6.
12861 (nnmairix-group-toggle-propmarks-this-group)
12862 (nnmairix-group-toggle-readmarks-this-group)
12863 (nnmairix-group-delete-recreate-this-group)
12864 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12865 (nnmairix-remove-tick-mark-original-article): New commands.
12866 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12867 (nnmairix-propagate-marks-to-nnmairix-groups)
12868 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12869 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12870 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12871 functions needed for marks propagation and manipulation of read marks.
12872 (nnmairix-update-groups): New function.
12873 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12874 (nnmairix-determine-original-group-from-registry)
12875 (nnmairix-determine-original-group-from-path)
12876 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12877 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12878 New helper functions.
12879 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12880 keystrokes for new commands.
12881 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12882 (nnmairix-request-group): Check allow-fast group parameter.
12883 (nnmairix-request-create-group): Set allow-fast group parameter if
12884 nnmairix-allowfast-default is set.
12885 (nnmairix-close-group): Propagate marks upon closing if needed.
12886 (nnmairix-group-toggle-threads-this-group): Use new.
12887 nnmairix-group-toggle-parameter helper function.
12888 (nnmairix-search): Better check for empty search result.
12889 (nnmairix-goto-original-article): Use new helper functions for
12890 determining original article.
12891 (nnmairix-show-original-article): Make sure message-id is in brackets.
12892 (nnmairix-call-mairix-binary): Change variable name.
12893 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12894 helper function.
12895 (nnmairix-widget-toggle-activate): Fix doc string.
12896
12897 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12898
12899 * nnir.el: Require edmacro when compiling with XEmacs.
12900 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12901 available in Emacs 21.
12902
12903 2008-06-11 Glenn Morris <rgm@gnu.org>
12904
12905 * gnus-util.el (x-focus-frame):
12906 * gnus.el (image-size):
12907 * mm-decode.el (image-size): Declare.
12908
12909 * gnus-picon.el (declare-function): Add compat definition.
12910 (image-size): Declare.
12911
12912 * gnus-group.el (tool-bar-map):
12913 * gnus-sum.el (tool-bar-map): Define for compiler.
12914
12915 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12916
12917 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12918
12919 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12920 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12921 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12922 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12923 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12924 * sieve-manage.el, spam-report.el, spam.el:
12925 Remove unnecessary eval-and-compile of autoloads.
12926
12927 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12928
12929 * auth-source.el: Precise Tramp doc.
12930
12931 2008-06-07 Glenn Morris <rgm@gnu.org>
12932
12933 * nnmairix.el: Remove unnecessary eval-when-compile.
12934
12935 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12936
12937 * nnir.el: New file.
12938
12939 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * gnus-util.el (gnus-read-shell-command): New function.
12942 * mm-decode.el (mm-pipe-part):
12943 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12944
12945 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12946
12947 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12948
12949 2008-06-03 Glenn Morris <rgm@gnu.org>
12950
12951 * pop3.el (nnheader-accept-process-output): Autoload it.
12952
12953 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12954
12955 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12956 are not 2-digit hexadecimal characters that follow `%'s.
12957
12958 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12959
12960 * message.el (message-bogus-recipient-p): Fix type in doc string.
12961 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12962 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12963 Improve custom options.
12964 (message-bogus-recipient-p): Adjust accordingly.
12965
12966 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12967
12968 * nnmairix.el: Require edmacro when compiling with XEmacs.
12969
12970 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12971
12972 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12973 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12974
12975 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12976
12977 * auth-source.el: Add more docs.
12978
12979 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12980
12981 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12982 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12983 retrieval faster in some cases, but might make CPU usage larger.
12984 If this has any bad side effects, we might revert this change.
12985
12986 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12987 seems to make mail retrieval much, much faster.
12988 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12989 unconditionally.
12990
12991 * gnus-draft.el (gnus-group-send-queue):
12992 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12993
12994 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12995
12996 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12997
12998 * message.el (message-bogus-address-regexp): Fix and improve custom
12999 type.
13000 (message-setup-hook): Add message-check-recipients as custom option.
13001
13002 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13003
13004 * message.el (message-cite-function): Remove bogus autoload which crept
13005 in during merge from v5-10.
13006
13007 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13008
13009 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13010
13011 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13012
13013 * auth-source.el: Preliminary Tramp docs.
13014 (auth-sources): Change the default auth-sources to use
13015 EPA .gpg files.
13016
13017 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13018
13019 * nntp.el: Autoload `auth-source-user-or-password'.
13020 (nntp-send-authinfo): Use it.
13021
13022 * nnimap.el: Autoload `auth-source-user-or-password'.
13023 (nnimap-open-connection): Use it.
13024
13025 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13026 for the gnus-message function.
13027 (auth-source-user-or-password): Use it.
13028
13029 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13032 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13033 (rfc2104-hash): Use it.
13034
13035 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13036
13037 * gnus-art.el (gnus-article-toggle-truncate-lines):
13038 Don't use `iff' in docstring.
13039
13040 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13041
13042 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13043
13044 * gnus-util.el (gnus-extract-address-component-name)
13045 (gnus-extract-address-component-email): Convenience functions around
13046 `gnus-extract-address-components'.
13047
13048 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13049 Use `gnus-extract-address-component-email' to fix bug of comparing full
13050 sender name to `user-mail-address'.
13051
13052 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13053
13054 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13055 catch/throw to optimize.
13056 (gnus-registry-find-keywords): Just use member to find a keyword.
13057
13058 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13059
13060 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13061 is current before calling gnus-server-prepare.
13062 (gnus-server-setup-buffer, gnus-server-update-server)
13063 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13064
13065 2008-05-04 Juri Linkov <juri@jurta.org>
13066
13067 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13068 (mailcap-file-default-commands): Use mailcap-replace-in-string
13069 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13070 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13071
13072 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13073
13074 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13075
13076 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13077
13078 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13079 hooks.
13080 (gnus-update-read-articles): Speed up non-marks-using users.
13081 (gnus-use-marks): Define gnus-use-marks.
13082 (gnus-propagate-marks): Rename variable to something more sensible.
13083
13084 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13085
13086 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13087 (gmm-image-load-path-for-library): Fix typos in docstrings.
13088 (gmm-message): Reflow docstring.
13089
13090 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13091
13092 * mail-source.el (mail-source-set-1, mail-source-bind):
13093 Move auth-source code out of the macro to clean it up and fix bugs.
13094
13095 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13096
13097 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13098 by sender if it's equal to user-mail-address, it's likely to be
13099 useless.
13100
13101 * mail-source.el (mail-source-bind): Don't use user or password if they
13102 are not bound. Unintern them if they are nil. Don't use server unless
13103 it's bound, and default it to empty string otherwise.
13104
13105 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13106
13107 * mail-source.el: Load auth-source.el.
13108 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13109 get user name or password, if auth-sources is set up.
13110
13111 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13112 strategy of splitting with parent.
13113 (gnus-registry-split-fancy-with-parent)
13114 (gnus-registry-post-process-groups): Use it and fix prior
13115 bug (returning a list as the split result).
13116
13117 * auth-source.el (auth-sources): Remove server parameter.
13118 (auth-source-pick, auth-source-user-or-password)
13119 (auth-source-user-or-password-imap)
13120 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13121 (auth-source-user-or-password-sftp)
13122 (auth-source-user-or-password-smtp): Remove server parameter.
13123
13124 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13125
13126 * smime.el (smime-sign-region, smime-encrypt-region)
13127 (smime-decrypt-region):
13128 Remove redundant calls to `generate-new-buffer-name'.
13129
13130 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13131
13132 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13133 Don't use QP for message/rfc822.
13134 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13135
13136 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * sieve-manage.el (sieve-string-bytes): Remove.
13139 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13140 correct byte-length only if the process's coding-system is the same as
13141 the one used internally by Emacs to represent strings.
13142
13143 2008-04-22 Juri Linkov <juri@jurta.org>
13144
13145 * mailcap.el (mailcap-file-default-commands): New function.
13146
13147 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13148
13149 * message.el (message-signature-separator, message-cite-function):
13150 Change custom version.
13151
13152 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13153
13154 * mm-decode.el (mm-display-external): Make temp file read-only.
13155
13156 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13157
13158 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13159 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13160 `C-c C-f d'.
13161
13162 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13163
13164 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13165
13166 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13167
13168 * auth-source.el: Add docs.
13169 (auth-sources): Modify format to support server.
13170 (auth-source-pick, auth-source-user-or-password)
13171 (auth-source-user-or-password-imap)
13172 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13173 (auth-source-user-or-password-sftp)
13174 (auth-source-user-or-password-smtp): Add server parameter.
13175
13176 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13177
13178 * gnus-registry.el: Initialize the registry when gnus-registry-install
13179 is t.
13180
13181 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13182
13183 * compface.el (uncompface): Make buffer unibyte.
13184
13185 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13186
13187 * mail-source.el (mail-source-value):
13188 Prefer fboundp to functionp so it works with macros as well.
13189
13190 2008-04-05 Glenn Morris <rgm@gnu.org>
13191
13192 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13193
13194 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13197 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13198
13199 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13200 multibyteness after rather than before erasing it.
13201
13202 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13203 mm-with-multibyte.
13204 (gnus-request-article-this-buffer): Make sure the proper decoding is
13205 used if gnus-original-article-buffer happens to be unibyte.
13206
13207 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13208 default-enable-multibyte-characters.
13209
13210 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13211 default-enable-multibyte-characters.
13212
13213 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13214
13215 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13216
13217 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13220 Fix last change in case the element is not even a symbol.
13221
13222 2008-04-02 Simon Josefsson <simon@josefsson.org>
13223
13224 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13225 imap-enable-exchange-bug-workaround.
13226 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13227
13228 2008-04-01 Simon Josefsson <simon@josefsson.org>
13229
13230 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13231 a 100 byte status-checks into a 2-3MB transfer for each group.
13232 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13233 to enable bug workaround or not.
13234 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13235
13236 2008-03-31 Glenn Morris <rgm@gnu.org>
13237
13238 * message.el (mml2015-use): Declare for compiler.
13239 (message-info): Require mml2015 when appropriate.
13240
13241 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13242
13243 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13244 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13245 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13246 (nntp-service-to-port): New function.
13247 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13248 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13249 (nntp-open-netcat-stream): New function.
13250 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13251
13252 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13253
13254 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13255
13256 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13259
13260 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13261
13262 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13263
13264 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13265
13266 * message.el (message-signature-separator): Change default.
13267 Improve custom type.
13268 (message-cite-function): Change default to
13269 message-cite-original-without-signature.
13270
13271 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13272 toggle.
13273
13274 * message.el (message-check-news-body-syntax): Fix signature check.
13275 (message-setup-1): Mark buffer as unmodified _after_ running
13276 message-setup-hook and handling message-alternative-emails.
13277 (message-shorten-references): Be more strict when building list of
13278 valid references to comply with GNKSA.
13279
13280 * gnus-group.el (gnus-read-ephemeral-bug-group)
13281 (gnus-read-ephemeral-debian-bug-group)
13282 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13283
13284 * message.el (message-info): Don't use booleanp which isn't supported
13285 in Emacs 21 and XEmacs.
13286
13287 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13288
13289 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13290 gnus-group-gmane-group-download-format.
13291 (gnus-group-read-ephemeral-gmane-group): Rename from
13292 gnus-group-read-ephemeral-gmane-group.
13293 (gnus-read-ephemeral-gmane-group-url): Rename from
13294 gnus-group-read-ephemeral-gmane-group-url.
13295 (gnus-bug-group-download-format-alist): New variable.
13296 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13297 (gnus-read-ephemeral-emacs-bug-group): New commands.
13298
13299 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13300
13301 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13302 (gnus-visible-headers): Improve custom type.
13303
13304 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13305
13306 * mml.el (mml-menu): Add workarounds for XEmacs.
13307
13308 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13309 X-Boundary header.
13310
13311 * message.el (message-simplify-recipients): Fix previous commit.
13312
13313 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * mm-util.el (mm-set-buffer-multibyte): New function.
13316 * mm-decode.el (mm-copy-to-buffer): Use it.
13317
13318 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13319 Prefer fboundp to functionp so it works with macros as well.
13320
13321 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13322
13323 * message.el (message-alter-recipients-discard-bogus-full-name):
13324 New function.
13325 (message-alter-recipients-function): New variable.
13326 (message-get-reply-headers): Use it.
13327 (message-replace-header): New helper function.
13328 (message-recipients-without-full-name): New variable.
13329 (message-simplify-recipients): New command.
13330
13331 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13332
13333 * message.el (message-info): Handle EasyPG manual.
13334
13335 * mml.el (mml-menu): Add entry for EasyPG.
13336
13337 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13338
13339 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13340 parameter.
13341
13342 * message.el (message-disassociate-draft): Specify drafts group name
13343 fully.
13344
13345 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13346
13347 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13348 Eliminate unnecessary duplicates from the match list.
13349
13350 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13351
13352 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13353 args of `how-many' of which the XEmacs version doesn't take; declare
13354 Info-index-next as function.
13355
13356 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13357
13358 * gnus-score.el (gnus-score-headers): Fix handling of
13359 gnus-inhibit-slow-scoring.
13360
13361 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13362 string.
13363 (gnus-button-url-regexp): Improve handling of parenthesis.
13364 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13365 (gnus-button-handle-info-keystrokes): Handle index entries.
13366
13367 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13368
13369 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13370 Incoming* files.
13371
13372 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13373
13374 * auth-source.el (auth-sources): Rename from auth-source-choices.
13375 (auth-source-pick): Use it.
13376
13377 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13378
13379 * auth-source.el (auth-source-protocols)
13380 (auth-source-protocols-customize, auth-source-choices): Add and
13381 modified variable customizations and defaults.
13382 (auth-source-pick, auth-source-user-or-password)
13383 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13384 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13385 (auth-source-user-or-password-sftp)
13386 (auth-source-user-or-password-smtp): Use new variables and provide an
13387 interface to netrc.el.
13388
13389 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13390
13391 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13392 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13393 Make sure the nntp port to specify is a string.
13394
13395 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13396
13397 * nntp.el: Use with-current-buffer.
13398 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13399 dubious mm-with-unibyte-current-buffer.
13400 (nntp-with-open-group-function): New function extracted from
13401 nntp-with-open-group macro.
13402 (nntp-with-open-group): Use the function, so it's easier to debug.
13403 Add indentation and debugging info.
13404 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13405 Recommend the use of the netcat alternatives.
13406
13407 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13408 Avoid mm-string-as-multibyte as well.
13409
13410 * nnweb.el (nnweb-insert-html):
13411 Remove use of nnheader-string-as-multibyte.
13412
13413 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13414 (nnheader-string-as-multibyte): Remove.
13415
13416 * mm-view.el: Use inhibit-read-only.
13417 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13418 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13419 or unibyte-string.
13420
13421 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13422 (mm-uu-yenc-extract): Use with-current-buffer.
13423
13424 * gnus-soup.el (gnus-soup-send-packet): Don't use
13425 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13426
13427 * nnmh.el: Use with-current-buffer.
13428 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13429 mm-string-as-multibyte on the output of mm-encode-coding-string.
13430
13431 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13432 (nnimap-request-move-article): Use with-current-buffer.
13433
13434 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13435 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13436 conversion uses string-make-unibyte rather than string-as-unibyte.
13437
13438 * gnus-msg.el: Use with-current-buffer.
13439
13440 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13441
13442 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13443
13444 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13445 string for caching if it is 'PIN.
13446
13447 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13448
13449 * mail-source.el (mail-source-delete-old-incoming-confirm):
13450 Change default to nil.
13451 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13452
13453 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13454
13455 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13456 (gnus-article-goto-prev-page): Work for articles having ^L's.
13457
13458 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13459
13460 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13461
13462 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13463
13464 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13465 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13466 (gnus-bookmark-jump): Adjust some variable names.
13467
13468 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13469
13470 * auth-source.el: New package.
13471 (auth-source-choices): Add customization entry point variable.
13472
13473 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13474 bug.
13475
13476 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13477
13478 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13479 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13480 (gnus-registry-install-shortcuts): Rename from
13481 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13482 the `gnus-registry-mark-map' keymap dynamically from
13483 `gnus-registry-marks'. The generated functions update the summary line
13484 when a registry mark is added or deleted, and will call
13485 `gnus-registry-install-p' (see the comments in the code).
13486 (gnus-registry-user-format-function-M): Use concat intelligently.
13487
13488 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13489 the registry mark functions.
13490
13491 2008-03-05 Glenn Morris <rgm@gnu.org>
13492
13493 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13494 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13495 gnus-art.
13496 (top-level): No need to load own source when compiling.
13497
13498 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13499
13500 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13501 Suggested by <chris.anderton@zetnet.co.uk>.
13502
13503 2008-03-04 Glenn Morris <rgm@gnu.org>
13504
13505 * gnus-sum.el (top-level): No need to require gnus when compiling,
13506 since unconditionally required near start of file.
13507 (gnus-summary-display-while-building): Move definition before use.
13508
13509 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13510
13511 * gnus-registry.el (gnus-registry-user-format-function-M):
13512 Add formatting function.
13513
13514 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13515
13516 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13517 with plists.
13518 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13519 Use new format.
13520
13521 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13522
13523 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13524 `where-is-internal' that returns a range of key sequences.
13525
13526 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13527
13528 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13529
13530 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13531 (gnus-summary-jump-to-group): Consider windows on other displayed
13532 frames as well. Similar changes might be needed elsewhere, but that's
13533 the one I've bumped into during my use.
13534
13535 * nndoc.el (nndoc-oe-dbx-type-p):
13536 * gnus-msg.el (gnus-debug):
13537 * gnus-group.el (gnus-update-group-mark-positions):
13538 Use mm-string-to-multibyte.
13539
13540 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13541
13542 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13543 doesn't handle NotDashEscaped.
13544
13545 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13546 (mml-dnd-attach-options): Fix typo in custom choice.
13547
13548 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13549 Change nndoc-article-type to mbox.
13550 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13551
13552 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13553 to nil, instead of html2text.
13554
13555 * imap.el (imap-debug): Add `imap-ping-server'.
13556
13557 * gnus-bookmark.el: Add FIXMEs.
13558
13559 * message.el (message-form-letter-separator)
13560 (message-send-form-letter-delay): New variables.
13561 (message-send-form-letter): Use them. New command to send form
13562 letters. Requested by Uwe Siart.
13563 (message-send-mail-function): Doc fix. Add "Other" custom option.
13564
13565 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13566
13567 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13568 empty author.
13569
13570 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13571
13572 * gnus-registry.el (gnus-registry-marks): Add variable for
13573 customization of marks and their appearance.
13574 (gnus-registry-read-mark): Use it.
13575 (gnus-registry-do-marks): Add utility function to loop through
13576 `gnus-registry-marks'.
13577 (gnus-registry-install-shortcuts-and-menus): Add function to install
13578 shortcuts and menus.
13579 (gnus-registry-initialize): Use it.
13580 (gnus-registry-default-mark): Clarify documentation.
13581
13582 2008-02-29 Glenn Morris <rgm@gnu.org>
13583
13584 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13585 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13586 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13587 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13588 Change defcustom :version from 23.0 to 23.1.
13589
13590 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13591
13592 * gnus-registry.el (gnus-registry-follow-group-p)
13593 (gnus-registry-post-process-groups): Add functions to aid registry
13594 splitting and improve logging. Clarify behavior in function
13595 documentation.
13596 (gnus-registry-split-fancy-with-parent): Use them.
13597
13598 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13599
13600 * gnus-art.el: Use with-current-buffer.
13601
13602 2008-02-27 David Engster <dengste@eml.cc>
13603
13604 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13605 Express real group name in the response.
13606
13607 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13608
13609 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13610 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13611 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13612 autoload gnus-registry-fetch-group when compiling.
13613 (nnmairix-request-group-with-article-number-correction):
13614 Remove unreferenced argument passed to nnmairix-call-backend.
13615
13616 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13617
13618 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13619 (mm-uu-extract): Improve face for low color ttys.
13620 Reported by Sascha Wilde.
13621
13622 2008-02-27 Glenn Morris <rgm@gnu.org>
13623
13624 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13625 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13626 variables to defconsts. Convert comments to doc-strings.
13627 (nnmairix-last-server, nnmairix-current-server): Convert from free
13628 variables to defvars. Convert comments to doc-strings.
13629 (gnus-registry-fetch-group): Autoload.
13630 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13631 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13632 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13633 caddr.
13634 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13635 nnmairix-request-group-with-article-number-correction call.
13636 (nnmairix-fast, nnmairix-group): New, less general names, for free
13637 variables passed from nnmairix-request-group to
13638 nnmairix-request-group-with-article-number-correction. Declare.
13639 (nnmairix-request-group-with-article-number-correction):
13640 Use nnmairix-fast, nnmairix-group rather than fast, group.
13641
13642 2008-02-26 David Engster <dengste@eml.cc>
13643
13644 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13645 version 0.5.
13646
13647 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13648
13649 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13650 instead of making an extra function call. Don't add the current group
13651 to articles only when they have the group. Use
13652 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13653 Reported by David <de_bb@arcor.de>.
13654
13655 2008-02-24 Miles Bader <miles@gnu.org>
13656
13657 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13658 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13659 (mm-find-mime-charset-region):
13660 * mm-bodies.el (mm-encode-body):
13661 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13662
13663 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13664
13665 * mail-source.el (mail-source-delete-incoming): Change default.
13666 Supplement doc string.
13667
13668 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13669
13670 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13671
13672 * nnmail.el (nnmail-message-id-cache-file): Derive from
13673 `gnus-home-directory'.
13674
13675 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13676
13677 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13678 Document negative prefix.
13679
13680 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13681
13682 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13683
13684 * message.el (message-unsent-separator): Add the Exim bounce
13685 separator.
13686
13687 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13688
13689 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13690 list.
13691 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13692 recipient/signer list.
13693
13694 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13695
13696 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13697 fbound (Emacs 23 unicode), signal an error.
13698
13699 2008-02-08 Glenn Morris <rgm@gnu.org>
13700
13701 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13702
13703 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13704
13705 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13706 ports to the calls to `netrc-machine-user-or-password' in addition to
13707 "imap" and "imaps".
13708
13709 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13710
13711 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13712 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13713 <hanche@math.ntnu.no>.
13714
13715 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13716
13717 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13718
13719 2008-02-01 Zhang Wei <id.brep@gmail.com>
13720
13721 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13722
13723 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13724
13725 2008-02-01 Miles Bader <miles@gnu.org>
13726
13727 * mml.el (mml-parse-1): Remove apparently vestigial use of
13728 `mm-hack-charsets'.
13729 * mm-bodies.el (mm-encode-body): Likewise.
13730
13731 2008-02-01 Kenichi Handa <handa@m17n.org>
13732
13733 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13734 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13735 (rfc2104-hash): Convert the result of concat to unibyte string.
13736
13737 2008-02-01 Dave Love <fx@gnu.org>
13738
13739 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13740 coding-system-for-read.
13741 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13742
13743 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13744 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13745 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13746
13747 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13748
13749 * mail-source.el (mail-sources): Add `group' choice.
13750
13751 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13752 parameter `in-group' to control into which group the articles go.
13753 Add treatment of `group' mail-source.
13754
13755 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13756
13757 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13758 * message.el (message-beginning-of-line): Use featurep instead of bound
13759 tests in order to resolve conditionals at compile time.
13760
13761 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13762
13763 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13764
13765 * mm-decode.el (mm-dissect-buffer): Decode description.
13766
13767 * mml.el (mml-to-mime): Encode message header first.
13768
13769 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13770
13771 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13772 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13773
13774 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13775
13776 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13777
13778 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13779
13780 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13781 prefix keys.
13782 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13783 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13784 gnus-xmas.el.
13785
13786 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13787
13788 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13789 Add new variables for article mark management.
13790 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13791 list of extra data entries which, when present, will indicate that the
13792 article ID should not be trimmed from the registry.
13793 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13794 functions.
13795 (gnus-registry-read-mark): New function to read a mark name from the
13796 user.
13797 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13798 (gnus-registry-set-article-mark-internal): New functions to add and
13799 remove marks.
13800 (gnus-registry-get-article-marks): New function to show the marks for
13801 an article, or retrieve them for further use.
13802
13803 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13804
13805 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13806 keys when no argument is given.
13807
13808 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13809
13810 * gnus-sum.el (gnus-article-sort-by-random)
13811 (gnus-thread-sort-by-random): Fix doc strings.
13812 Reported by jidanni@jidanni.org.
13813
13814 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13815
13816 * gnus-art.el (gnus-article-describe-bindings): New function.
13817 (gnus-article-read-summary-keys): Use it.
13818 (gnus-article-mode-map): Bind `C-h b' to it.
13819
13820 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13821
13822 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13823 XEmacs.
13824 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13825 Protect against non-character events.
13826
13827 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13828
13829 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13830 New command.
13831 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13832 instead of END. Change name of the temp file.
13833 (gnus-group-gmane-group-download-format): Add doc string. Make it
13834 customizable.
13835
13836 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13837
13838 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13839 bind `S W' to gnus-article-wide-reply-with-original; set default
13840 binding to gnus-article-read-summary-send-keys.
13841 (gnus-article-read-summary-keys): Fix the order of keys; display
13842 continuation keys correctly in the echo area; describe bindings
13843 correctly when keys end with `C-h'.
13844 (gnus-article-read-summary-send-keys): New function.
13845 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13846 Work for gnus-article-read-summary-send-keys; display continuation keys
13847 correctly in the echo area.
13848 (gnus-article-reply-with-original): Ignore prefix argument.
13849 (gnus-article-wide-reply-with-original): New function.
13850
13851 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13852
13853 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13854 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13855
13856 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13857
13858 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13859 (gnus-group-read-ephemeral-gmane-group): New command.
13860
13861 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13862
13863 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13864
13865 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13866
13867 * message.el (message-send-mail-function): Increase custom version.
13868
13869 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13870 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13871
13872 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13873
13874 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13875 html parts correctly; support forwarded messages.
13876 (gnus-article-browse-html-article): Remove work buffers.
13877
13878 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13879 compiling.
13880 (netrc-bound-and-true-p): New macro.
13881 (netrc-parse): Use it instead of bound-and-true-p that is not available
13882 in XEmacs 21.4.
13883
13884 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13885
13886 * gnus-registry.el (gnus-registry-mark-article)
13887 (gnus-registry-article-marks): Add functionality to mark articles
13888 through the Gnus registry.
13889
13890 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13891 (netrc-parse): Use encrypt-file-alist to determine if
13892 encrypt-find-model or encrypt-insert-file-contents should be used.
13893
13894 2007-12-19 Glenn Morris <rgm@gnu.org>
13895
13896 * mml.el (message-options-set, message-narrow-to-head)
13897 (message-in-body-p, message-mail-p, message-encode-message-body):
13898 Autoload.
13899 (message-remove-header, message-narrow-to-headers-or-head)
13900 (message-subscribed-p, message-make-mail-followup-to)
13901 (message-position-on-field, message-news-p)
13902 (message-options-set-recipient, message-generate-headers)
13903 (message-sort-headers): Declare as functions.
13904
13905 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13906
13907 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13908 convention in doc string.
13909
13910 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13911
13912 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13913 title to html parts.
13914 (gnus-article-browse-html-article): Pass message header to it.
13915
13916 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13917
13918 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13919
13920 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13921 or password compatible with XEmacs.
13922
13923 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13924
13925 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13926 format document.
13927 (gnus-mime-delete-part): Don't write description line if empty.
13928 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13929
13930 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13931
13932 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13933 (gnus-summary-mark-read-and-unread-as-read)
13934 (gnus-summary-mark-current-read-and-unread-as-read)
13935 (gnus-summary-mark-unread-as-ticked): Doc fix.
13936 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13937
13938 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13939
13940 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13941 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13942
13943 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13944
13945 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13946 yes-or-no-p.
13947
13948 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13949
13950 * mm-decode.el (mm-add-meta-html-tag): New function.
13951 (mm-save-part-to-file, mm-pipe-part): Use it.
13952
13953 * gnus-art.el (gnus-article-browse-delete-temp-files):
13954 Use gnus-y-or-n-p instead of y-or-n-p.
13955 (gnus-article-browse-html-parts): Work with message/external-body; use
13956 mm-add-meta-html-tag.
13957
13958 2007-12-11 Glenn Morris <rgm@gnu.org>
13959
13960 * gnus-cache.el: Require gnus-sum not just when compiling.
13961
13962 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13963
13964 * gnus-int.el (gnus-server-opened, gnus-status-message):
13965 Move definitions before use.
13966
13967 * mm-decode.el: Require gnus-util.
13968 (mm-remove-part): Only call delete-annotation on XEmacs.
13969
13970 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13971
13972 * nnmail.el: Require gnus-int.
13973
13974 * spam.el: Move `require's before `eval-when-compile's.
13975
13976 * gnus-ems.el (gnus-alive-p):
13977 * gnus-fun.el (message-goto-eoh):
13978 * gnus-util.el (gnus-group-name-decode):
13979 * mail-source.el (gnus-compress-sequence):
13980 * message.el (Info-goto-node, format-spec):
13981 * mm-bodies.el (message-options-get):
13982 * mm-decode.el (mm-view-pkcs7):
13983 * mm-util.el (gmm-write-region):
13984 * mml-smime.el (mml-compute-boundary)
13985 (gnus-completing-read-with-default):
13986 * mml.el (widget-button-press, gnus-make-hashtable):
13987 * mml1991.el (mm-decode-content-transfer-encoding)
13988 (mm-encode-content-transfer-encoding)
13989 (message-options-get, message-options-set):
13990 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13991 * nnfolder.el (gnus-request-group):
13992 * nnheader.el (ietf-drums-unfold-fws):
13993 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13994 * smime.el (gnus-run-mode-hooks):
13995 * spam-stat.el (gnus-message): Autoload.
13996
13997 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13998 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13999 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14000 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14001 Add declare-function compatibility definition.
14002
14003 * gnus-cache.el (nnvirtual-find-group-art):
14004 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14005 (gnus-add-image, gnus-add-wash-type):
14006 * gnus-group.el (nnkiboze-score-file):
14007 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14008 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14009 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14010 (message-tokenize-header, gnus-get-buffer-create)
14011 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14012 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14013 * gnus.el (gnus-group-decoded-name):
14014 * mail-source.el (imap-capability):
14015 * mm-bodies.el (message-options-set):
14016 * mm-decode.el (gnus-configure-windows):
14017 * mm-extern.el (message-goto-body):
14018 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14019 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14020 (epg-sub-key-validity, message-options-set):
14021 * mml.el (widget-event-point, gnus-configure-windows):
14022 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14023 * mml2015.el (epg-check-configuration, epg-configuration)
14024 (message-options-set):
14025 * nndb.el (nndb-request-article):
14026 * nnfolder.el (gnus-request-create-group):
14027 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14028 * nnmaildir.el (gnus-group-mark-article-read):
14029 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14030 * rfc1843.el (message-fetch-field):
14031 * spam.el (gnus-extract-address-components):
14032 Declare as functions.
14033
14034 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14035
14036 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14037
14038 2007-12-09 Glenn Morris <rgm@gnu.org>
14039
14040 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14041
14042 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14043 * message.el, mm-view.el, sieve-manage.el, smime.el:
14044 Add declare-function compatibility definition.
14045
14046 * gnus-art.el (w3-region, w3m-region, Info-menu):
14047 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14048 * gnus-sum.el (gnus-get-predicate):
14049 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14050 * message.el (mail-abbrev-in-expansion-header-p):
14051 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14052 (w3m-detect-meta-charset, w3m-region):
14053 * sieve-manage.el (password-read, password-cache-add)
14054 (password-cache-remove):
14055 * smime.el (password-read-and-add): Declare as functions.
14056
14057 2007-12-08 David Kastrup <dak@gnu.org>
14058
14059 * gnus-sum.el (gnus-summary-simplify-subject-query):
14060 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14061 `message'.
14062
14063 2007-12-07 Glenn Morris <rgm@gnu.org>
14064
14065 * gnus-art.el (article-make-date-line): Revert previous change.
14066
14067 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14068
14069 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14070
14071 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14072
14073 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14074 Call gnus-add-to-range ranges only once with a prepared article-list.
14075
14076 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14077
14078 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14079 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14080 group names with backslashes.
14081 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14082
14083 2007-12-06 Deepak Goel <deego3@gmail.com>
14084
14085 * gnus-art.el (article-make-date-line):
14086 * gnus-start.el (gnus-load):
14087 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14088
14089 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14090
14091 * gnus-art.el (gnus-use-idna):
14092 * gnus-start.el (gnus-site-init-file):
14093 * message.el (message-use-idna):
14094 * mm-uu.el (mm-uu-hide-markers):
14095 * smiley.el (smiley-style): Revert changes that suppress warnings.
14096
14097 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14098
14099 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14100 specify charset to html source.
14101 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14102
14103 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14104
14105 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14106 idna-program in order to suppress byte compile warning issued by XEmacs
14107 that came to byte compile the default value section of defcustom forms
14108 recently.
14109
14110 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14111 value of installation-directory.
14112
14113 * message.el (message-use-idna): Don't directly refer to the value of
14114 idna-program.
14115
14116 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14117
14118 * smiley.el (smiley-style): Don't directly call face-attribute.
14119
14120 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14121
14122 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14123
14124 * gnus-dired.el: Reduce Gnus dependencies.
14125 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14126 Don't require. Use autoloads instead.
14127 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14128 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14129 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14130 (gnus-dired-mode): Adjust doc string.
14131 (gnus-dired-mail-mode): New variable.
14132 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14133 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14134 (gnus-dired-mail-buffers): New function. Return mail or message
14135 composition buffers.
14136 (gnus-dired-attach): Use it.
14137 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14138 NO-DECODE.
14139 (gnus-dired-print): Use `gnus-print-buffer' depending on
14140 `gnus-dired-mail-mode'.
14141
14142 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14143
14144 * rfc2047.el (rfc2047-encoded-word-regexp)
14145 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14146 explaining what regexp patterns are for.
14147
14148 2007-12-04 Glenn Morris <rgm@gnu.org>
14149
14150 * password.el: Move to ../password-cache.el.
14151
14152 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14153 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14154 * mml-smime.el (password-read, password-cache-add)
14155 (password-cache-remove):
14156 No need to autoload, since mml-sec requires password.
14157
14158 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14159 * message.el (gnus-extract-address-components):
14160 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14161
14162 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14163 password.
14164
14165 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14166
14167 * mailcap.el: Reduce dependencies.
14168 (mail-header-parse-content-type): Autoload.
14169 (mailcap-delete-duplicates): New alias.
14170 (mailcap-mime-info): Add optional argument NO-DECODE.
14171 (mailcap-mime-types): Use mailcap-delete-duplicates.
14172
14173 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14174
14175 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14176
14177 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14178 function.
14179
14180 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14181 (gnus-uu-yenc-article): New function.
14182
14183 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14184
14185 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14186
14187 2007-12-02 Glenn Morris <rgm@gnu.org>
14188
14189 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14190 Move to ../net.
14191
14192 * binhex.el, uudecode.el: Move to ../mail.
14193
14194 * encrypt.el: Remove file.
14195
14196 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14197
14198 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14199 matches on patches.
14200
14201 * gnus-art.el (gnus-article-browse-html-article):
14202 Mention `mm-text-html-renderer' in the doc string.
14203
14204 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14205 string. Add comments.
14206
14207 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14208 if rhs is ASCII.
14209
14210 2007-12-01 Glenn Morris <rgm@gnu.org>
14211
14212 * dig.el, dns.el: Move to ../net.
14213 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14214
14215 * mail-source.el (top-level): Require format-spec before
14216 eval-when-compile.
14217
14218 2007-11-30 Glenn Morris <rgm@gnu.org>
14219
14220 * encrypt.el: Require password, rather than autoloading password-read.
14221
14222 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14223
14224 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14225 caller can indicate whether the cache should be disregarded for this
14226 call. This way the result of the call is reproducible at all times and
14227 can be considered a canonical server name for the supplied method.
14228 (gnus-agent-method-p): Canonicalize server names by pushing their
14229 method through `gnus-method-to-server' using the no-cache argument.
14230
14231 * gnus-srvr.el (gnus-server-insert-server-line):
14232 Call `gnus-method-to-server' with `no-cache' argument.
14233
14234 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14235 gnus-agent-possibly-synchronize-flags as this should be called when the
14236 server is actually being opened.
14237 (gnus-agent-possibly-synchronize-flags)
14238 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14239 flags file of an agentized server to the latter function.
14240
14241 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14242 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14243 after a connection has been established successfully.
14244
14245 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14246
14247 * gnus-art.el (article-display-face): Force to display face if called
14248 interactively; check if gnus-article-x-face-too-ugly matches author.
14249 (article-display-x-face): Display face even if From header is missing
14250 as article-display-face does.
14251
14252 2007-11-28 Richard Stallman <rms@gnu.org>
14253
14254 * md4.el: Move to ../.
14255 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14256
14257 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14258
14259 * mail-source.el (mail-sources): Default to fetch from file for
14260 compatibility with default of nnmail-spool-file.
14261
14262 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14263
14264 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14265 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14266 to look for encoded word that should be encoded again.
14267 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14268 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14269 encoding pattern.
14270 (rfc2047-decode-region): Switch strict regexp and loose one according
14271 to rfc2047-allow-irregular-q-encoded-words.
14272
14273 2007-11-26 Simon Josefsson <simon@josefsson.org>
14274
14275 * imap.el: Move to ../net directory.
14276
14277 2007-11-25 Romain Francoise <romain@orebokech.com>
14278
14279 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14280
14281 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14282
14283 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14284 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14285
14286 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14287 `nnmail-spool-file'.
14288
14289 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14290 `nnmail-spool-file'.
14291
14292 * gnus-move.el (gnus-change-server): Ditto.
14293
14294 * gnus-kill.el (gnus-batch-score): Ditto.
14295
14296 * gnus-cache.el (gnus-jog-cache): Ditto.
14297
14298 * gnus-msg.el (gnus-summary-reply):
14299 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14300
14301 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14302
14303 * gnus-cache.el (gnus-cache-generate-nov-databases):
14304 Use nnml-generate-nov-databases-directory instead of
14305 nnml-generate-nov-databases-1.
14306
14307 2007-11-24 Glenn Morris <rgm@gnu.org>
14308
14309 * message.el (message-tool-bar-retro): Update for rename
14310 mail_send.xpm->mail-send.xpm.
14311
14312 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14313
14314 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14315 `smime-ldap-search' for Emacs 22 and up.
14316
14317 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14318
14319 * hashcash.el: Move to ../mail directory.
14320
14321 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14322
14323 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14324 `smime-ldap-search' for Emacs 22 and up.
14325
14326 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14329
14330 * message.el (message-send-mail-function): Fix error convention.
14331 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14332 (message-widen-reply, message-send-mail, message-talkative-question)
14333 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14334 (message-clone-locals, message-send-news): Use with-current-buffer.
14335 (message-insert-or-toggle-importance): Remove unused var `valid'.
14336 (message-make-references): Remove unused var `new-references'.
14337 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14338
14339 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14340
14341 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14342 (spam-split-symbolic-return-positive): Reflow docstring.
14343 (spam-backends, spam-summary-exit-behavior)
14344 (spam-mark-ham-unread-before-move-from-spam-group)
14345 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14346 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14347 (spam-clear-cache, spam-backend-check, spam-install-backend)
14348 (spam-install-statistical-backend, spam-list-of-processors)
14349 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14350 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14351 (spam-check-crm114, spam-initialize, spam-unload-hook):
14352 Fix typos in docstrings.
14353
14354 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14355
14356 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14357 been checked if they have never been read and those group levels are
14358 higher than the one that a user specified.
14359
14360 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14361
14362 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14363 foreign groups unless a group level is specified by a user.
14364 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14365
14366 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14367
14368 * message.el (message-send-mail-function): Require sendmail.
14369
14370 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14371
14372 * message.el (message-send-mail-function): Check for smtpmail too.
14373
14374 * utf7.el (utf7-encode, utf7-decode): Use coding system
14375 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14376
14377 * message.el (message-send-mail-function): New function.
14378 (message-send-mail-function): Set default using
14379 message-send-mail-function. Adjust doc string.
14380 (message-send-mail-with-mailclient): New function.
14381
14382 2007-11-17 Richard Stallman <rms@gnu.org>
14383
14384 * assistant.el: Remove file.
14385
14386 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14387
14388 * smime.el (from):
14389 * rfc2047.el (message-posting-charset):
14390 * qp.el (mm-use-ultra-safe-encoding):
14391 * pop3.el (parse-time-months):
14392 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14393 * nnml.el (files):
14394 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14395 (jka-compr-compression-info-list, ange-ftp-path-format)
14396 (efs-path-regexp):
14397 * nndiary.el (files):
14398 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14399 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14400 (epg-digest-algorithm-alist, inhibit-redisplay)
14401 (password-cache-expiry):
14402 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14403 (pgg-output-buffer, password-cache-expiry):
14404 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14405 (efs-path-regexp):
14406 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14407 (inhibit-redisplay):
14408 * mm-uu.el (file-name, start-point, end-point, entry)
14409 (gnus-newsgroup-name, gnus-newsgroup-charset):
14410 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14411 (latin-unity-ucs-list):
14412 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14413 (mm-uu-binhex-decode-function):
14414 * message.el (gnus-message-group-art, gnus-list-identifiers)
14415 (rmail-enable-mime-composing, gnus-local-organization)
14416 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14417 (gnus-read-active-file, facemenu-add-face-function)
14418 (facemenu-remove-face-function, gnus-article-decoded-p)
14419 (tool-bar-mode):
14420 * mail-source.el (display-time-mail-function):
14421 * gnus-util.el (nnmail-pathname-coding-system)
14422 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14423 (gnus-original-article-buffer, gnus-user-agent)
14424 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14425 (xemacs-codename, sxemacs-codename, emacs-program-version):
14426 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14427 * gnus-start.el (gnus-agent-covered-methods)
14428 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14429 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14430 (gnus-newsgroup-headers, gnus-group-list-mode)
14431 (gnus-group-mark-positions, gnus-newsgroup-data)
14432 (gnus-newsgroup-unreads, nnoo-state-alist)
14433 (gnus-current-select-method, mail-sources)
14434 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14435 (nnmail-spool-file, gnus-cache-active-hashtb):
14436 * gnus-mh.el (mh-lib-progs):
14437 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14438 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14439 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14440 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14441 (gnus-group-buffer):
14442 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14443 (font-lock-set-defaults):
14444 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14445 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14446 (gnus-summary-post-menu, total-parts, type, condition, length):
14447 * gnus-agent.el (gnus-agent-read-agentview):
14448 * flow-fill.el (show-trailing-whitespace):
14449 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14450 eval-and-compile wrappers for byte compiler pacifiers.
14451
14452 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14453 (mm-display-inline-fontify): Check for featurep 'xemacs not
14454 extent-list.
14455
14456 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14457 itimer-list.
14458 (mm-create-image-xemacs): Only do something for XEmacs.
14459 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14460
14461 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14462
14463 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14464 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14465
14466 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14467
14468 * nnimap.el (nnimap-split-download-body):
14469 * gnus-demon.el (gnus-demon):
14470 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14471
14472 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14473
14474 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14475 New macros.
14476 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14477 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14478 copy data from unibyte buffer to multibyte current buffer.
14479 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14480 to copy data from unibyte current buffer to multibyte buffer.
14481 (nntp-make-process-buffer): Make process buffer unibyte.
14482
14483 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14484
14485 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14486
14487 * pop3.el (pop3-open-server): Accept and process data more robustly at
14488 connection start to avoid spurious "POP SSL connection failed" errors.
14489
14490 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14491
14492 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14493 read group names.
14494
14495 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14496
14497 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14498
14499 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14500
14501 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14502 (nnmail-save-active): Use a unibyte buffer when saving active file,
14503 which may contain non-ASCII group names.
14504
14505 * nnml.el (nnml-request-group): Decode group names in messages.
14506
14507 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14508
14509 * message.el (message-citation-line-function)
14510 (message-insert-formatted-citation-line): Fix spelling of
14511 `message-insert-formated-citation-line'.
14512
14513 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14514
14515 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14516
14517 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14518
14519 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14520 nnmail-pathname-coding-system.
14521
14522 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14523 that a user enters; decode group names in messages.
14524
14525 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14526
14527 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14528
14529 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14530
14531 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14532
14533 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14534 risky local variable.
14535
14536 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14537
14538 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14539
14540 * encrypt.el: Improve documentation to fix function name typo.
14541 Reported by Daiki Ueno <ueno@unixuser.org>.
14542
14543 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14544
14545 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14546 even if the point is not in the last page of an article.
14547 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14548 back to the previous page.
14549
14550 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14551
14552 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14553
14554 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14555
14556 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14557
14558 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14559
14560 * message.el (message-check-news-body-syntax):
14561 Avoid mm-string-as-multibyte.
14562 (message-hide-headers): Don't assume (point-min)==1.
14563
14564 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14565
14566 * message.el (message-remove-blank-cited-lines): Fix if remove is
14567 given.
14568 (message-bogus-address-regexp): New variable.
14569 (message-bogus-recipient-p): New function.
14570 (message-check-recipients): New command.
14571 (message-syntax-checks): Add `bogus-recipient'.
14572 (message-fix-before-sending): Add `bogus-recipient'.
14573
14574 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14575 (gnus-treat-body-boundary): Don't test window-system.
14576
14577 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14578
14579 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14580
14581 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14582
14583 * gnus.el: Bump version to Gnus v5.13.
14584
14585 2007-10-28 Miles Bader <miles@gnu.org>
14586
14587 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14588 at compile-time too.
14589
14590 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14591
14592 * gnus-msg.el (gnus-message-setup-hook):
14593 Add `message-remove-blank-cited-lines' to options.
14594
14595 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14596
14597 * message.el (message-remove-blank-cited-lines): New function.
14598 Suggested by Karl Plästerer.
14599
14600 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14601
14602 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14603 mapc.
14604
14605 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14606 (top-level): Use mapc to set functions to be traced for debugging.
14607
14608 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14609 called for effect with while loop.
14610
14611 * message.el (message-talkative-question): Replace mapcar called for
14612 effect with mapc.
14613
14614 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14615 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14616 called for effect with dolist.
14617
14618 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14619
14620 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14621 gnus-extra-headers and nnmail-extra-headers.
14622
14623 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14624 called for effect with dolist.
14625 (top-level): Use mapc to set functions to be traced for debugging.
14626
14627 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14628 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14629 dolist.
14630
14631 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14632 Replace mapcar called for effect with mapc.
14633 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14634 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14635 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14636 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14637
14638 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14639 remove-if that's a cl function.
14640
14641 * webmail.el (webmail-debug): Replace mapcar called for effect with
14642 dolist.
14643
14644 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14645
14646 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14647 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14648 with while loop.
14649
14650 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14651 functions from article-* functions.
14652 (gnus-multi-decode-header): Replace mapcar called for effect with
14653 dolist.
14654
14655 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14656 (gnus-bookmark-show-details): Replace mapcar called for effect with
14657 while loop.
14658
14659 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14660 called for effect with while loop.
14661
14662 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14663 with dolist.
14664
14665 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14666 Replace mapcar called for effect with dolist.
14667
14668 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14669
14670 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14671 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14672 Replace mapcar called for effect with dolist.
14673 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14674 mapc.
14675
14676 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14677 Replace mapcar called for effect with dolist.
14678 (gnus-topic-list): Replace mapcar called for effect with mapc.
14679
14680 * gnus.el: Use mapc instead of mapcar to add autoloads.
14681
14682 2007-10-23 Richard Stallman <rms@gnu.org>
14683
14684 * gnus-group.el (gnus-group-highlight): Mark as risky.
14685
14686 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14687
14688 * gnus.el (gnus-server-to-method): Return method found first in
14689 gnus-newsrc-alist.
14690
14691 * gnus-art.el (gnus-article-highlight-signature)
14692 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14693 button overlay without the front stickiness.
14694
14695 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14696
14697 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14698 overview buffer needed a catch to receive its throw.
14699 (gnus-agent-flush-cache): Declare as interactive to make this function
14700 easier to use.
14701
14702 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14703
14704 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14705 `next-line'.
14706
14707 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14708
14709 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14710 exclude address matching message-dont-reply-to-names.
14711
14712 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14713
14714 * gnus-util.el (gnus-string<): New function.
14715
14716 * gnus-sum.el (gnus-article-sort-by-author)
14717 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14718
14719 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14720
14721 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14722 the frame-focus tag is set in gnus-buffer-configuration.
14723
14724 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14725
14726 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14727 the front stickiness.
14728
14729 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14730
14731 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14732 url pattern; remove duplicate one.
14733 (gnus-article-extend-url-button): New function.
14734 (gnus-article-add-buttons): Use it.
14735 (gnus-button-push): Use concatenated url that it makes.
14736
14737 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14738
14739 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14740 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14741
14742 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14743
14744 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14745 Don't hardcode point-min==1.
14746
14747 2007-09-30 David Kastrup <dak@gnu.org>
14748
14749 * gnus-art.el (gnus-article-reply-with-original)
14750 (gnus-article-followup-with-original): When `transient-mark-mode' is
14751 off, refrain from active-region behavior for followups.
14752
14753 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14754
14755 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14756 Fix comment about "iso8859-1".
14757
14758 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14759
14760 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14761 ones returned from the verify-function.
14762
14763 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14764 Call mml2015-extract-cleartext-signature if extraction failed.
14765
14766 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14767
14768 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14769 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14770 failed.
14771
14772 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14773
14774 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14775
14776 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14777
14778 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14779 to mark a thread as expirable. Add variable `hide' to handle hiding of
14780 thread for both the null and zero (kill/expire thread) universal prefix
14781 cases.
14782 (gnus-summary-expire-thread): Add new function to expire a thread,
14783 using gnus-summary-kill-thread.
14784 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14785 shortcuts for gnus-summary-expire-thread.
14786 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14787 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14788
14789 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14790
14791 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14792 extras value, so an extras entry can be deleted.
14793 (gnus-registry-delete-extra-entry): Use it.
14794 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14795 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14796 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14797 storage through the gnus-registry, and provide an appropriate API for
14798 it.
14799
14800 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14801
14802 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14803 Suggested by Leo <sdl.web@gmail.com>.
14804
14805 * gnus.el: Do.
14806
14807 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14808
14809 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14810 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14811
14812 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14813
14814 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14815 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14816
14817 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14818
14819 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14820 newline.
14821 (nnmbox-request-accept-article): Don't change article in source buffer;
14822 narrow to header to use message-fetch-field rather than
14823 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14824 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14825 as delimiters; make sure article ends with newline.
14826 (nnmbox-delete-mail): Correct last position of article to be deleted;
14827 ignore X-Gnus-Newsgroup header in article body.
14828 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14829 positions; make sure article ends with newline.
14830
14831 * message.el (message-display-abbrev): Don't infloop when a user
14832 inserts SPC in the beginning of header.
14833
14834 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14835
14836 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14837 list of groups not followed by default. Fix type to be regexp.
14838 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14839
14840 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14841
14842 * hmac-def.el (define-hmac-function): Switch from old-style to
14843 new-style backquotes.
14844
14845 * md4.el (md4-make-step): Likewise.
14846
14847 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14848
14849 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14850 raw-text coding system when saving .newsrc file, which may contain
14851 non-ASCII group names.
14852
14853 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14854
14855 * gnus-cus.el (gnus-score-extra): New widget.
14856 (gnus-score-extra-convert): New function.
14857 (gnus-score-customize): Use it for Extra.
14858
14859 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14860
14861 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14862 (mml2015-mailcrypt-clear-verify): Use it.
14863 (mml2015-gpg-clear-verify): Use it.
14864 (mml2015-pgg-clear-verify): Use it.
14865 (mml2015-epg-clear-verify): Replace the current part with the output
14866 from GnuPG; don't extract the plaintext by itself.
14867
14868 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14869 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14870 mml2015-clear-verify-function; don't touch the armor headers or
14871 dash-escaped text here.
14872
14873 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14874
14875 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14876 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14877 parts, or application/octet-stream as a last resort.
14878 (gnus-mime-view-part-as-type): Don't toggle display.
14879 (gnus-mime-view-part-as-charset): Don't turn off display before
14880 querying charset.
14881
14882 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14883 stuff to undisplayer function in Emacs.
14884 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14885
14886 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14887 text/calendar parts.
14888
14889 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14890
14891 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14892 decoding text/calendar parts.
14893
14894 * message.el (message-forward-make-body-mime): Always mark body as
14895 having no illegible text; remove signed-or-encrypted argument.
14896 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14897
14898 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14899 (mml-generate-mime-1): Don't encode body if it is specified to be in
14900 raw form; don't make buffer be unibyte when inserting multibyte string.
14901
14902 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * sha1.el: Fix up comment style.
14905 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14906 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14907
14908 * hex-util.el: Fix up comment style.
14909 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14910
14911 * gnus-salt.el: Use with-current-buffer.
14912 (gnus-pick-setup-message): Fix long-standing typo.
14913
14914 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14915
14916 * imap.el (imap-logout-timeout): New variable.
14917 (imap-logout, imap-logout-wait): New functions.
14918 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14919
14920 * nnimap.el (nnimap-logout-timeout): New server variable.
14921 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14922 nnimap-logout-timeout.
14923
14924 * gnus-art.el (gnus-article-summary-command-nosave)
14925 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14926
14927 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14928
14929 * gnus.el (gnus-maximum-newsgroup): New variable.
14930
14931 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14932 according to gnus-maximum-newsgroup.
14933
14934 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14935 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14936 Limit the range of articles according to gnus-maximum-newsgroup.
14937
14938 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14939
14940 * gnus-art.el (gnus-sticky-article): Fix problems described in
14941 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14942 Don't perform gnus-configure-windows here; reuse existing sticky
14943 article buffer.
14944
14945 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14946 it doesn't exist in gnus-article-mode.
14947
14948 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14949
14950 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14951 (gnus-agent-decoded-group-name): New function.
14952 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14953 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14954
14955 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14956
14957 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14958 Add binding for gnus-sticky-article.
14959 (gnus-summary-exit): Don't kill sticky article buffers.
14960
14961 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14962 article buffer.
14963 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14964 (gnus-kill-sticky-article-buffers): New commands.
14965
14966 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14967
14968 * nntp.el (nntp-xref-number-is-evil): New server variable.
14969 (nntp-find-group-and-number): If it is non-nil, don't trust article
14970 numbers in the Xref header.
14971
14972 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14973
14974 * gnus-agent.el (gnus-agent-read-group): New function.
14975 (gnus-agent-flush-group, gnus-agent-expire-group)
14976 (gnus-agent-regenerate-group): Use it.
14977 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14978 nnmail-pathname-coding-system.
14979
14980 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14981
14982 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14983
14984 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14985 that are unread as unread, and also as selected so that information of
14986 marks having been changed by a user may be updated when exiting group.
14987
14988 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14989
14990 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14991
14992 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14993
14994 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14995 calculated ignoring signature parts to gnus-treat-article.
14996
14997 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14998
14999 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15000 a point here in order to keep the window start.
15001 (gnus-insert-mime-security-button): Make a button overlay without the
15002 front stickiness.
15003 (gnus-mime-display-security): Goto the end of a button.
15004
15005 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15006
15007 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15008
15009 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15010 group-name-at-point.
15011 (gnus-group-completing-read): New function that offers decoded
15012 non-ASCII group names for completion.
15013 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15014 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15015 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15016 (gnus-group-fetch-control): Use it.
15017 (gnus-fetch-group): Use group-name-at-point for the initial value
15018 rather than the default value; use gnus-alive-p.
15019
15020 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15021 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15022 (gnus-summary-post-news): Use gnus-group-completing-read.
15023
15024 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15025 (gnus-read-move-group-name): Decode group name for completion.
15026
15027 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15028
15029 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15030 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15031 Yamaoka slightly modified the code).
15032
15033 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15034
15035 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15036 (nnmail-split-incoming): Bind it.
15037
15038 * nnml.el (nnml-group-name-charset): New function.
15039 (nnml-decoded-group-name): Use it; don't decode group name if
15040 nnmail-group-names-not-encoded-p is non-nil.
15041 (nnml-encoded-group-name): New function.
15042 (nnml-group-pathname): Inline nnml-decoded-group-name.
15043 (nnml-request-expire-articles): Decode group name in message.
15044 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15045 nnmail-pathname-coding-system.
15046 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15047 not decoded ones according to nnmail-group-names-not-encoded-p.
15048 (nnml-generate-active-info): Use nnml-encoded-group-name.
15049
15050 2007-08-08 Glenn Morris <rgm@gnu.org>
15051
15052 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15053 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15054 doc-strings and comments.
15055
15056 2007-07-25 Glenn Morris <rgm@gnu.org>
15057
15058 * Relicense all FSF files to GPLv3 or later.
15059
15060 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15061
15062 * gnus-sum.el (gnus-summary-move-article):
15063 Make gnus-summary-respool-article work.
15064
15065 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15066
15067 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15068 string.
15069
15070 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15071
15072 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15073 that should be ignored when comparing distant RSS articles with local
15074 ones.
15075 (nnrss-make-hash-index): New function. Create a hash index according
15076 to the ignored fields.
15077 (nnrss-check-group): Use it.
15078
15079 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15080
15081 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15082
15083 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15084
15085 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15086 the new optional argument ENCODED is non-nil.
15087 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15088 coding system for encoding group name.
15089 (gnus-group-make-rss-group): Pass un-encoded group name to
15090 gnus-group-make-group.
15091 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15092 encoded.
15093
15094 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15095 Encode group name to which articles are moved or copied.
15096 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15097 coding system for encoding Newsgroup, Followup-To and Xref headers.
15098
15099 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15100 marks; use nnheader-file-coding-system to write a file.
15101 (nnagent-retrieve-headers): Bind file-name-coding-system to
15102 nnmail-pathname-coding-system.
15103
15104 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15105
15106 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15107 (nnml-request-article, nnml-request-create-group)
15108 (nnml-request-rename-group, nnml-find-id)
15109 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15110 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15111 (nnml-save-marks): Use nnml-group-pathname instead of
15112 nnmail-group-pathname.
15113
15114 (nnml-request-create-group, nnml-request-expire-articles)
15115 (nnml-request-move-article, nnml-request-delete-group)
15116 (nnml-deletable-article-p, nnml-possibly-create-directory)
15117 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15118 (nnml-open-marks): Bind file-name-coding-system to
15119 nnmail-pathname-coding-system.
15120
15121 (nnml-request-article): Pass server argument to nnml-find-group-number.
15122 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15123 Pass server argument to nnml-possibly-create-directory.
15124 (nnml-request-accept-article): Pass server argument to
15125 nnml-active-number and nnml-save-mail.
15126 (nnml-find-group-number): Pass server argument to nnml-find-id.
15127 (nnml-request-update-info): Pass server argument to
15128 nnml-marks-changed-p.
15129
15130 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15131 (nnml-save-mail, nnml-active-number): Add server argument.
15132
15133 (nnml-request-delete-group): Warn if group is missing.
15134 (nnml-get-nov-buffer): Decode group name.
15135 (nnml-generate-active-info): Encode group name.
15136 (nnml-open-marks): Decode group name in messages.
15137
15138 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15139
15140 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15141 if it is not specified.
15142 (gnus-article-pipe-part, gnus-article-save-part)
15143 (gnus-article-interactively-view-part, gnus-article-copy-part)
15144 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15145 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15146 (gnus-article-replace-part, gnus-article-delete-part)
15147 (gnus-article-view-part-as-type): Pass raw prefix argument to
15148 gnus-article-part-wrapper.
15149
15150 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15151
15152 * gnus-agent.el (gnus-agent-save-active):
15153 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15154
15155 * gnus-cache.el (gnus-cache-save-buffers)
15156 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15157 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15158 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15159 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15160 (gnus-cache-generate-active, gnus-cache-rename-group)
15161 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15162 (gnus-cache-update-overview-total-fetched-for):
15163 Bind file-name-coding-system to nnmail-pathname-coding-system.
15164 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15165 New variables.
15166 (gnus-cache-decoded-group-name): New function.
15167 (gnus-cache-file-name): Use it.
15168 (gnus-cache-generate-active): Use non-decoded group name for active.
15169
15170 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15171 right place.
15172 (gnus-write-active-file): Don't break non-ASCII group names.
15173
15174 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15175 nnmail-pathname-coding-system.
15176
15177 * gnus-uu.el (gnus-uu-decode-save): Typo.
15178
15179 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15180
15181 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15182
15183 2007-07-14 David Kastrup <dak@gnu.org>
15184
15185 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15186 finishing actions if we did not edit the article.
15187
15188 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15189
15190 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15191 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15192 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15193 (gnus-agent-flush-group, gnus-agent-flush-cache)
15194 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15195 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15196 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15197 (gnus-agent-regenerate-group)
15198 (gnus-agent-update-files-total-fetched-for)
15199 (gnus-agent-update-view-total-fetched-for):
15200 Bind file-name-coding-system to nnmail-pathname-coding-system.
15201 (gnus-agent-group-pathname): Don't encode file names by
15202 nnmail-pathname-coding-system.
15203 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15204 coding-system-for-write instead of buffer-file-coding-system to
15205 gnus-agent-file-coding-system.
15206
15207 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15208 Decode group name.
15209
15210 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15211
15212 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15213 (gnus-read-newsrc-el-file): Make group names unibyte.
15214
15215 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15216 nnmail-pathname-coding-system.
15217
15218 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15219 (nnrss-request-delete-group): Bind file-name-coding-system to
15220 nnmail-pathname-coding-system.
15221 (nnrss-read-server-data, nnrss-read-group-data):
15222 Bind file-name-coding-system correctly.
15223 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15224
15225 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15226 (nntp-server-to-method-cache): New variable.
15227 (nntp-group-pathname): New function that decodes non-ASCII group names.
15228 (nntp-possibly-create-directory, nntp-marks-changed-p)
15229 (nntp-save-marks, nntp-open-marks): Use it.
15230 (nntp-possibly-create-directory, nntp-open-marks):
15231 Bind file-name-coding-system to nnmail-pathname-coding-system.
15232 (nntp-open-marks): Decode group names when bootstrapping marks.
15233
15234 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15235 Newsgroups and Followup-To headers.
15236
15237 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15238
15239 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15240 (gnus-server-closed-face, gnus-server-denied-face)
15241 (gnus-server-offline-face): Remove variable.
15242 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15243
15244 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15245 of modifying message-stack directly for XEmacs.
15246
15247 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15248 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15249 if the coding-system argument is nil for XEmacs.
15250
15251 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15252 mm-charset-override-alist.
15253
15254 * rfc2047.el: Don't require base64; require rfc2045 for the function
15255 rfc2045-encode-string.
15256 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15257 to quote the parameter value.
15258
15259 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15260
15261 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15262 form in gnus-group-name-charset-method-alist.
15263
15264 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15265 overrides the default layout edit-form.
15266
15267 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15268
15269 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15270
15271 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15272
15273 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15274 as unfetched articles.
15275
15276 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15277
15278 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15279
15280 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15281
15282 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15283 original back end that keeps marks in the local system.
15284
15285 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15286
15287 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15288 arg of pop-to-buffer for XEmacs.
15289 (gnus-article-read-summary-keys): Ditto; don't restore window
15290 configuration if summary command ends up with neither article buffer
15291 nor summary buffer; describe bindings if summary keys end with C-h.
15292
15293 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15294
15295 * message.el (message-fix-before-sending): Skip raw message part to be
15296 forwarded while checking illegible text.
15297 (message-forward-make-body-mime, message-forward-make-body):
15298 Mark signed or encrypted raw message as having no illegible text.
15299
15300 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15301
15302 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15303 (gnus-message-with-timestamp-1): New macro.
15304 (gnus-message-with-timestamp): New function.
15305 (gnus-message): Use them.
15306
15307 * nnheader.el (nnheader-message): Use them.
15308
15309 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15310
15311 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15312 .newsrc.eld file.
15313
15314 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15315
15316 * gnus-agent.el (gnus-agent-fetch-headers)
15317 (gnus-agent-retrieve-headers):
15318 Bind gnus-decode-encoded-address-function to identity.
15319
15320 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15321 available also when the server returns simply a dot.
15322
15323 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15324
15325 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15326
15327 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15328
15329 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15330
15331 * gnus-ems.el (gnus-x-splash): Make it work.
15332
15333 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15334 from being used.
15335
15336 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15337
15338 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15339 the front stickiness.
15340 (gnus-article-summary-command-nosave): Correct the order of the
15341 arguments passed to pop-to-buffer.
15342 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15343 summary command ends up with the article buffer.
15344
15345 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15346 the same faces.
15347
15348 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15349
15350 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15351
15352 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15353
15354 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15355 * gnus-sum.el (gnus-summary-highlight):
15356 * mail-source.el (mail-source-delete-old-incoming-confirm):
15357 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15358
15359 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15360
15361 * gnus-art.el (gnus-mime-view-part-externally)
15362 (gnus-mime-view-part-internally): Fix predicate function passed to
15363 completing-read.
15364
15365 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15366
15367 * gnus.el (gnus-update-message-archive-method): Add :version.
15368
15369 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15370
15371 * gnus.el (gnus-update-message-archive-method): New variable.
15372
15373 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15374 according to gnus-message-archive-method if
15375 gnus-update-message-archive-method is non-nil.
15376
15377 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15378
15379 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15380 Suggested by Loic Dachary <loic@dachary.org>.
15381 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15382
15383 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15384
15385 * message.el (message-pop-to-buffer): Add switch-function argument.
15386 (message-mail): Pass switch-function argument to it.
15387
15388 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15389
15390 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15391 Improve doc string.
15392
15393 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15394
15395 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15396 (gnus-header-content):
15397 * gnus-cite.el (gnus-cite-10):
15398 * gnus-srvr.el (gnus-server-closed):
15399 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15400 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15401 (gnus-group-mail-3-empty, gnus-group-mail-low)
15402 (gnus-group-mail-low-empty, gnus-splash):
15403 * message.el (message-header-to, message-header-cc)
15404 (message-header-subject, message-header-other, message-header-name)
15405 (message-header-xheader, message-separator, message-cited-text)
15406 (message-mml): Lighten colors of faces used for dark background.
15407
15408 2007-05-24 Simon Josefsson <simon@josefsson.org>
15409
15410 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15411 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15412
15413 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15414
15415 * message.el (message-narrow-to-headers-or-head):
15416 Ignore mail-header-separator in the body.
15417
15418 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15419
15420 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15421 same as window size.
15422
15423 2007-05-22 Kevin Ryde <user42@zip.com.au>
15424
15425 * message.el (message-font-lock-keywords): Use message-header-xheader
15426 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15427 ahead of the anything pattern, to get it recognized.
15428
15429 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15430
15431 * gnus-sum.el (gnus-articles-to-read)
15432 (gnus-summary-insert-old-articles): Don't truncate group name for
15433 `read-string'.
15434
15435 * gnus-util.el (gnus-limit-string): Delete this function.
15436
15437 * gnus-sum.el (gnus-simplify-subject-fully):
15438 Use `truncate-string-to-width' instead.
15439
15440 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15441
15442 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15443 Tell if, on summary exit, the next group has to be selected.
15444 (gnus-summary-exit): Use it.
15445
15446 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15447
15448 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15449 non-break space.
15450
15451 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15452
15453 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15454 Check if group is not a directory.
15455 (nnfolder-request-expire-articles): Don't delete articles if the target
15456 group is not available.
15457
15458 * nnml.el (nnml-request-create-group): Properly check if group is not a
15459 file.
15460 (nnml-request-expire-articles): Don't delete articles if the target
15461 group is not available.
15462
15463 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15464 Don't quote characters that are within parentheses.
15465
15466 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15467
15468 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15469 (gnus-handle-ephemeral-exit): Select article according to it.
15470
15471 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15472
15473 * message.el (message-insert-formated-citation-line): Remove newline.
15474 (message-citation-line-format): Add final \n here so that the user can
15475 avoid a blank line.
15476
15477 2007-05-03 Dan Christensen <jdc@uwo.ca>
15478
15479 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15480 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15481 Update lanl/arXiv support.
15482
15483 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15484
15485 * gnus.el: Bump version number.
15486
15487 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15488
15489 * gnus.el (gnus-version-number): Bump version.
15490
15491 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15492
15493 * gnus.el: No Gnus v0.6 is released.
15494
15495 2007-04-27 Didier Verna <didier@xemacs.org>
15496
15497 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15498 * gmm-utils.el (gmm-regexp-concat): ... here.
15499 * message.el: Don't require 'gnus-util.
15500 (message-dont-reply-to-names): Handle name change above.
15501 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15502
15503 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15504
15505 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15506 since the initial value varies according to the system.
15507
15508 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15509
15510 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15511
15512 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15513
15514 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15515
15516 2007-04-24 Didier Verna <didier@xemacs.org>
15517
15518 Improve the type of gnus-ignored-from-addresses.
15519 * gnus-util.el (gnus-orify-regexp): New function.
15520 * message.el (gnus-util): Require it.
15521 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15522 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15523 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15524
15525 2007-04-24 Didier Verna <didier@xemacs.org>
15526
15527 * gnus-sum.el:
15528 * gnus-utils.el: Fix some trailing whitespaces.
15529
15530 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15531
15532 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15533 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15534 article's Message-ID; refer parent article in summary buffer.
15535
15536 * message.el (message-bounce): Call mime-to-mml.
15537
15538 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15539
15540 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15541
15542 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15543
15544 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15545 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15546 displayed of multipart/alternative part if it is invoked from summary
15547 buffer.
15548
15549 * mm-view.el (mm-inline-text-html-render-with-w3m)
15550 (mm-inline-text-html-render-with-w3m-standalone)
15551 (mm-inline-render-with-function): Use mail-parse-charset by default.
15552
15553 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15554
15555 * parse-time.el (parse-time-string-chars): Check if CHAR
15556 is less than the length of parse-time-syntax.
15557
15558 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15559
15560 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15561 from gnus-newsgroup-processable.
15562
15563 2007-04-16 Didier Verna <didier@xemacs.org>
15564
15565 * gnus-msg.el (gnus-configure-posting-styles):
15566 Handle message-signature-directory properly with :file syntax.
15567 Reported by "Leo".
15568
15569 2007-04-11 Didier Verna <didier@xemacs.org>
15570
15571 New user option: message-signature-directory.
15572 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15573 * message.el (message-insert-signature): Ditto.
15574 * message.el (message-signature-file): Doc update.
15575 * message.el (message-signature-directory): New.
15576
15577 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15578
15579 * gnus-msg.el (gnus-inews-yank-articles):
15580 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15581
15582 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15583
15584 * message.el (message-yank-original): Make sure cited text ends with
15585 newline; don't exchange point and mark.
15586
15587 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15588
15589 * tls.el (open-tls-stream): Properly handle case where there
15590 is no associated buffer.
15591
15592 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15593
15594 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15595 message-yank-original, make sure (< mark TEXT point).
15596
15597 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15598
15599 * message.el (message-fill-column): New variable.
15600 (message-mode): Use it. Add comment on a possible new hook.
15601
15602 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15603 (nnmail-get-new-mail): Reformat.
15604
15605 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15606
15607 * gmm-utils.el: Fix Commentary.
15608 (gmm-tool-bar-from-list): Fix typo in doc string.
15609
15610 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15611
15612 * message.el (message-yank-original): Don't switch point and mark
15613 unnecessarily to put point and mark as documented.
15614
15615 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15616
15617 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15618 from the message heads.
15619
15620 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15621
15622 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15623 article buffer does not have a window. This may not be the best
15624 solution but is certainly better than setting the start of the null,
15625 that is the current, window.
15626
15627 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15628
15629 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15630 (gnus-draft-setup): Run it.
15631
15632 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15633 gnus-score-fast-scoring. Allow regexp.
15634 (gnus-score-headers): Use it.
15635
15636 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15637 XEmacs.
15638
15639 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15640 string.
15641 (gnus-button-alist): Also catch `<f1> k ...'.
15642 (gnus-treat-display-x-face): Fix doc string.
15643
15644 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15645
15646 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15647 evaluation of gnus-extended-version to ensure correct generation of the
15648 User-Agent header when message-generate-headers-first is used.
15649
15650 2007-03-24 Simon Josefsson <simon@josefsson.org>
15651
15652 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15653 hashcash-path is nil. Don't call callback with incorrect number of
15654 parameters if val is 0.
15655
15656 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15657
15658 * message.el (message-required-news-headers):
15659 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15660
15661 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15662
15663 * message.el (message-generate-new-buffers): Change the meaning of the
15664 nil value; add `standard' to the choices; treat t as `unique'; improve
15665 doc string.
15666 (gnus-select-frame-set-input-focus): Autoload.
15667 (message-buffer-name): Search for the existing message buffer if
15668 message-generate-new-buffers is nil or `standard'; treat the value t of
15669 message-generate-new-buffers as `unique'.
15670 (message-pop-to-buffer): Raise the frame already displaying the message
15671 buffer; clear the echo area after querying.
15672 (message-setup): Pass the `continue' argument to compose-mail.
15673 (message-mail): Prefer `switch-function' if it is given; search for the
15674 existing message buffer if the `continue' argument is non-nil; pass
15675 continue and switch-function arguments to compose-mail by way of
15676 message-setup.
15677 (message-mail-other-window): Adjust argument of message-setup.
15678 (message-mail-other-frame): Ditto.
15679
15680 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15681
15682 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15683 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15684 to turn font-lock on when turning gnus-message-citation-mode on.
15685
15686 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15687
15688 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15689 (mml-smime-function-alist): New variable; add epg as the backend.
15690 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15691 mml-smime- functions instead.
15692 * mm-view.el: Require smime.
15693
15694 2007-03-05 Didier Verna <didier@xemacs.org>
15695
15696 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15697 instead of just inheritance for posting styles.
15698 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15699
15700 2007-02-24 John Paul Wallington <jpw@pobox.com>
15701
15702 * tls.el (tls-certtool-program): Fix custom type.
15703
15704 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15705
15706 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15707 and point-at-eol instead of line-(beginning|end)-position.
15708
15709 * assistant.el (assistant-parse-buffer): Ditto.
15710
15711 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15712
15713 * mml2015.el (mml2015-epg-find-usable-key): New function.
15714 (mml2015-epg-sign): Use it.
15715 (mml2015-epg-encrypt): Use it.
15716
15717 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15718
15719 * message.el (message-make-in-reply-to): Quote name containing
15720 non-ASCII characters. It will make the RFC2047 encoder cause an error
15721 if there are special characters. Reported by NAKAJI Hiroyuki
15722 <nakaji@jp.freebsd.org>.
15723
15724 2007-02-27 Didier Verna <didier@xemacs.org>
15725
15726 Include the group parameters as well as the topic ones in the
15727 inheritance filter process.
15728 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15729 argument GROUP-PARAMS-LIST.
15730 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15731
15732 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15733
15734 * nntp.el (nntp-never-echoes-commands)
15735 (nntp-open-connection-functions-never-echo-commands): New variables.
15736 (nntp-send-command): Use them.
15737
15738 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15739
15740 * mml2015.el (mml2015-epg-verify): Simplify.
15741
15742 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15743
15744 * mml.el (mml-content-disposition-alist): New user option.
15745 (mml-content-disposition): New function.
15746 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15747 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15748
15749 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15750
15751 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15752 verification.
15753
15754 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15755
15756 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15757 articles posted in the last 24 hours.
15758
15759 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15760
15761 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15762
15763 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15764
15765 * nntp.el (nntp-send-command): Don't wait for echoes when
15766 nntp-open-ssl-stream is used.
15767
15768 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15769
15770 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15771 (gnus-message-add-citation-keywords)
15772 (gnus-message-remove-citation-keywords): Remove.
15773 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15774 directly, make the variables in font-lock-defaults buffer-local, add
15775 gnus-message-citation-keywords to them and then update the value of
15776 font-lock-keywords.
15777
15778 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15779
15780 * message.el (message-cite-original-1): Don't call
15781 gnus-article-highlight-citation.
15782
15783 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15784 citations; fix line count.
15785
15786 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15787
15788 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15789 (gnus-message-add-citation-keywords)
15790 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15791 versions of font-lock-add-keywords and font-lock-remove-keywords to
15792 work with XEmacs correctly.
15793
15794 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15795
15796 * gnus-cite.el (gnus-cite-face-list): Set the values of
15797 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15798 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15799 (gnus-message-cite-prefix-regexp): New variable.
15800 (gnus-message-search-citation-line): Use it; protect against long
15801 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15802 the 0th match data for Emacs.
15803 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15804 (gnus-message-add-citation-keywords): Append keywords rather than
15805 prepending; emulate font-lock-add-keywords if it is not available.
15806 (gnus-message-remove-citation-keywords):
15807 Emulate font-lock-remove-keywords if it is not available.
15808
15809 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15810
15811 * message.el (message-cite-prefix-regexp): Set the value of
15812 gnus-message-cite-prefix-regexp.
15813
15814 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15815
15816 * nnweb.el (nnweb-google-parse-1): Update parser.
15817
15818 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15819
15820 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15821
15822 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15823
15824 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15825 regexp.
15826
15827 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15828
15829 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15830 string-to-multibyte.
15831 (uudecode-decode-region-internal): Use it.
15832
15833 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15834
15835 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15836 Fix custom choice.
15837
15838 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15839
15840 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15841
15842 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15843
15844 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15845 `write-region' to respect `mm-inhibit-file-name-handlers'.
15846
15847 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15848
15849 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15850 Use gnus-home-directory instead of "~/" or "$HOME".
15851
15852 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15853
15854 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15855 to mention filename.
15856 Add comments at beginning regarding usage.
15857 (encrypt-write-file-contents): Change interactive so a string is
15858 acceptable. If the file has no associated model, show an error instead
15859 of a nonsense prompt.
15860
15861 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15862
15863 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15864 Thanks to Yoshihiko Yamada for kind notification of this typo.
15865
15866 2007-01-12 Kenichi Handa <handa@m17n.org>
15867
15868 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15869 multibyte buffer.
15870
15871 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15872
15873 * gnus-score.el (gnus-score-fast-scoring): New variable.
15874 (gnus-score-headers): Use it.
15875
15876 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15877
15878 * message.el (message-cite-original-1):
15879 Call gnus-article-highlight-citation if requested.
15880 (message-make-from): Allow name and address as optional arguments.
15881
15882 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15883
15884 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15885 bugs to doc string.
15886 (gnus-button-alist): Add mid\\|message-id.
15887 (gnus-button-fetch-group): Extend for use in
15888 `browse-url-browser-function'.
15889 (gnus-button-url-regexp): Try to catch paired parentheses like in
15890 Wikipedia URLs.
15891
15892 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15893 Suggested by Simon Krahnke <overlord@gmx.li>.
15894
15895 2007-01-13 Romain Francoise <romain@orebokech.com>
15896
15897 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15898 Update copyright.
15899
15900 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15901
15902 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15903
15904 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15905
15906 * gnus-registry.el (gnus-registry-unfollowed-groups)
15907 (gnus-registry-split-fancy-with-parent): Fix documentation.
15908
15909 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15910
15911 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15912 from nnweb groups.
15913
15914 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15915
15916 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15917 Xref urls. Erase buffer before requesting head.
15918
15919 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15920
15921 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15922
15923 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15924 customizable.
15925
15926 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15927
15928 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15929 no signing key is found.
15930 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15931 no encrypting and/or signing key is found.
15932
15933 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15934
15935 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15936
15937 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15938
15939 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15940 headers read from disk with the ones newly found in the current search.
15941 This should no longer cause problems, because the article numbers in
15942 Gmane's `nov.php' output are ignored since the previous change.
15943
15944 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15945
15946 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15947
15948 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15949
15950 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15951
15952 2007-01-01 Romain Francoise <romain@orebokech.com>
15953
15954 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15955
15956 2006-12-31 Steve Youngs <steve@sxemacs.org>
15957
15958 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15959 `define-minor-mode' macro definition expanded properly.
15960 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15961 exclude it there.
15962
15963 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15964 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15965 `fboundp' test.
15966 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15967 This is OK to autoload in (S)XEmacs now.
15968
15969 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15970
15971 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15972 keystroke.
15973 (gnus-summary-limit-to-singletons): Fix typo.
15974
15975 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15976 else fails.
15977
15978 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15979
15980 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15981 docstring.
15982
15983 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15984 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15985 (gnus-summary-insert-dormant-articles): Fix typo in message.
15986
15987 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15988
15989 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15990 nil for XEmacs.
15991 (gnus-message-citation-mode): Don't autoload in XEmacs.
15992
15993 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15994
15995 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15996
15997 * nnimap.el (nnimap-expunge-search-string):
15998 Mention nnimap-search-uids-not-since-is-evil in docstring.
15999
16000 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16001
16002 * spam.el: Revert to make-obsolete-variable because
16003 define-obsolete-variable-alias is not supported in Emacs 21.
16004
16005 * spam.el (spam-ifile-path, spam-ifile-database-path)
16006 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16007 make-obsolete-variable.
16008 (spam-bsfilter-path, spam-bsfilter-program)
16009 (spam-spamassassin-path, spam-spamassassin-program)
16010 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16011 Don't use "path" inappropriately.
16012 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16013 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16014 variable names.
16015
16016 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16017
16018 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16019 summary buffer.
16020
16021 * password.el (password-cache-remove): Use clear-string to burn
16022 password, if available.
16023
16024 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16025
16026 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16027
16028 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16029
16030 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16031 (gnus-message-highlight-citation): Move defcustom here from
16032 gnus-cite.el.
16033 (gnus-message-citation-mode): Autoload.
16034
16035 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16036 checks to make it compile with XEmacs.
16037 (gnus-message-citation-mode): New minor mode.
16038 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16039 (gnus-message-highlight-citation): New variables.
16040 (gnus-message-search-citation-line)
16041 (gnus-message-add-citation-keywords)
16042 (gnus-message-remove-citation-keywords)
16043 (turn-on-gnus-message-citation-mode)
16044 (turn-off-gnus-message-citation-mode): New functions.
16045
16046 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16047
16048 * gnus-cite.el: Enable highlighting of different citation levels in
16049 message-mode.
16050
16051 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16052
16053 * message.el (message-make-fqdn): Fix comment.
16054 (message-bogus-system-names): Add ".local".
16055
16056 * spam.el (spam-ifile-path, spam-ifile-program)
16057 (spam-ifile-database-path, spam-ifile-database)
16058 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16059 Don't use "path" inappropriately.
16060 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16061 strings.
16062 (spam-check-ifile, spam-ifile-register-with-ifile)
16063 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16064 Use new variable names.
16065
16066 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16067 (gnus-treat-display-smileys): Simplify using
16068 gnus-image-type-available-p.
16069
16070 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16071 available.
16072
16073 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16074
16075 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16076 one after turning on the buffer's multibyteness instead of decoding
16077 them directly in the unibyte buffer that causes unexpected conversion
16078 in Emacs 23 (unicode).
16079
16080 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16081
16082 * message.el (message-generate-hashcash): Fix custom type.
16083
16084 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16085
16086 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16087
16088 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16089
16090 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16091 disconnect icons. Add help text.
16092
16093 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16094
16095 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16096 negated to be consistent with the others we handle.
16097
16098 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16099
16100 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16101 version of gnus-summary-buffer to something, so that we can use two
16102 article buffers at the same time.
16103
16104 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16105
16106 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16107 trigger all the extra headers.
16108 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16109 sorting.
16110
16111 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16112
16113 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16114 solid groups.
16115
16116 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16117
16118 * legacy-gnus-agent.el: Add Copyright notice.
16119
16120 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16121
16122 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16123
16124 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16125
16126 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16127
16128 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16129 to make it work reliably in CVS Emacs.
16130 (gnus-summary-limit-strange-charsets-predicate)
16131 (gnus-summary-limit-to-predicate): New functions.
16132
16133 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16134
16135 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16136 specifying array size.
16137 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16138 array if it is too small.
16139 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16140 (gnus-sort-threads-loop): New function.
16141
16142 2006-12-06 Chris Moore <dooglus@gmail.com>
16143
16144 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16145 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16146
16147 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16148
16149 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16150 options.
16151
16152 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16153
16154 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16155 DOS-ing the recipient.
16156
16157 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16158 the headers when creating the mapping to avoid mismappings.
16159 (nnweb-gmane-create-mapping): Always nix out old mapping.
16160
16161 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16162
16163 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16164 and mm-verify-option to never.
16165
16166 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16167
16168 * message.el (message-signed-or-encrypted-p): New function.
16169 (message-forward-make-body): Use it.
16170
16171 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16172 Replace encode-coding-string with mm-encode-coding-string.
16173
16174 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16175
16176 * nneething.el (nneething-decode-file-name):
16177 Replace decode-coding-string with mm-decode-coding-string.
16178
16179 * gnus-int.el (gnus-open-server): Say failed server's name.
16180
16181 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16182
16183 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16184 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16185
16186 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16187 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16188 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16189 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16190 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16191 (gnus-subscribe-newsgroup, gnus-1):
16192 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16193 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16194 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16195 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16196
16197 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16198
16199 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16200 keystroke.
16201 (gnus-summary-limit-to-bodies): Implement headersp.
16202
16203 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16204
16205 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16206
16207 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16208
16209 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16210
16211 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16212
16213 * message.el (message-generate-hashcash): Expand range of values to
16214 include `opportunistic'.
16215 (message-send-mail): Use it.
16216
16217 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16218
16219 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16220 and comment it.
16221
16222 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16223
16224 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16225
16226 * gnus-util.el (gnus-extract-address-components): Improve comment.
16227
16228 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16229
16230 * gnus-util.el (gnus-extract-address-components): Work with address in
16231 which the name portion contains @.
16232
16233 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16234
16235 * gnus.el (gnus-start): Move custom group up.
16236 (gnus-select-method): Don't autoload, but make it available for
16237 `customize-variable'.
16238 (gnus-getenv-nntpserver): Don't autoload.
16239
16240 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16241
16242 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16243
16244 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16245
16246 * message.el (message-sendmail-extra-arguments): New variable.
16247 (message-send-mail-with-sendmail): Use it.
16248
16249 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16250
16251 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16252 mm-with-unibyte-current-buffer to make string unibyte.
16253
16254 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16255 mm-string-as-multibyte.
16256
16257 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16258
16259 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16260 Reported by Werner Koch <wk@gnupg.org>.
16261
16262 2006-11-14 Daiki Ueno <ueno@p360>
16263
16264 * mml2015.el: Autoload epa-select-keys when compiling.
16265
16266 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16267
16268 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16269 message-options.
16270 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16271
16272 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16273
16274 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16275 EasyPG (< 0.0.6).
16276 (mml2015-always-trust): New user option.
16277 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16278 prompt.
16279
16280 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16281
16282 * nntp.el (nntp-authinfo-force): New variable.
16283 (nntp-send-authinfo): Use it.
16284
16285 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16286
16287 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16288 decode encoded words. Improve prompt. Add comment about forwarding.
16289 (message-replacement-char): Move up.
16290
16291 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16292
16293 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16294 instead of gnus-intersection because arguments of gnus-sorted-nunion
16295 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16296
16297 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16298
16299 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16300 (message-simplify-subject-functions):
16301 Enable message-strip-subject-encoded-words by default.
16302
16303 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16304
16305 * message.el (message-strip-subject-encoded-words): New function.
16306 (message-simplify-subject-functions): New variable.
16307 (message-simplify-subject): Use it. Fix typo in doc string.
16308 Support message-strip-subject-encoded-words.
16309
16310 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16311
16312 * gnus-diary.el (gnus-diary-delay-format-function):
16313 * nndiary.el (nndiary-reminders):
16314 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16315
16316 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16317
16318 * gnus-art.el (article-hide-boring-headers): Fetch date from
16319 gnus-original-article-buffer to avoid problems with localized date
16320 strings.
16321
16322 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16323
16324 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16325
16326 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16327
16328 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16329 New variables.
16330 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16331 (mm-charset-synonym-alist): Move some entries to
16332 mm-codepage-iso-8859-list.
16333 (mm-charset-synonym-alist, mm-charset-override-alist):
16334 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16335
16336 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16337
16338 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16339
16340 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16341
16342 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16343 with Emacs 21 and XEmacs.
16344
16345 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16346
16347 * spam.el (spam-parse-address): New function for better parsing,
16348 catching errors, etc.
16349 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16350
16351 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16352
16353 * mm-view.el: Add interactive arg to html2text autoload.
16354
16355 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16356
16357 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16358
16359 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16360
16361 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16362 New variables.
16363 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16364 (mm-charset-synonym-alist): Move some entries to
16365 mm-codepage-iso-8859-list.
16366
16367 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16368
16369 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16370
16371 * message.el (message-citation-line-format)
16372 (message-insert-formated-citation-line): Fix implementation of %E, %N
16373 and %n according to the doc string.
16374
16375 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16376
16377 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16378 Use car-safe to avoid bad parses.
16379
16380 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16381
16382 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16383 names.
16384
16385 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16386
16387 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16388
16389 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16390 header.
16391
16392 * message.el (message-draft-headers): Add Date.
16393 (message-headers-to-generate): Fix typo in docstring.
16394
16395 * nndraft.el (nndraft-required-headers): New variable.
16396 (nndraft-generate-headers): Use it.
16397
16398 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16399
16400 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16401
16402 * gnus-registry.el (gnus-registry-wash-for-keywords)
16403 (gnus-registry-find-keywords): New functions to allow easy searching of
16404 articles that are in the registry.
16405
16406 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16407
16408 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16409 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16410 Reported by Damien Elmes <damien@repose.cx>.
16411
16412 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16413
16414 * gnus.el (gnus-mime): Remove unused custom group.
16415
16416 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16417
16418 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16419 "blank line" when searching for end of armor headers.
16420
16421 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16422
16423 * gmm-utils.el (gmm-write-region): Fix variable name.
16424
16425 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16426
16427 * gmm-utils.el (gmm-write-region): New function based on compatibility
16428 code from `mm-make-temp-file'.
16429
16430 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16431
16432 * nnmaildir.el (nnmaildir--update-nov)
16433 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16434 Use `gmm-write-region'.
16435
16436 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16437
16438 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16439 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16440
16441 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16442
16443 * message.el (message-replacement-char): New variable.
16444 (message-fix-before-sending): Use it.
16445 (message-simplify-subject): New function to remove duplicate code.
16446 (message-reply, message-followup): Use it.
16447
16448 * gnus-sum.el (gnus-summary-make-menu-bar):
16449 Clarify gnus-summary-limit-to-articles.
16450
16451 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16452
16453 * gnus-util.el (gnus-with-local-quit): New macro.
16454
16455 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16456
16457 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16458
16459 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16460 ignore non-string data.
16461
16462 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16463
16464 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16465 non-string data (needs to be done in the registry too).
16466
16467 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16468
16469 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16470 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16471 (gnus-registry-split-fancy-with-parent)
16472 (gnus-registry-fetch-simplified-message-subject-fast)
16473 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16474 Remove text properties on ingress into the registry and when it's saved.
16475 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16476 registry from entries with no groups.
16477
16478 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16479
16480 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16481 function to remove string properties.
16482
16483 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16484
16485 * gmm-utils.el (gmm): Adjust custom version.
16486
16487 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16488 Adjust custom version.
16489
16490 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16491
16492 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16493
16494 * gnus-art.el (gnus-insert-prev-page-button)
16495 (gnus-insert-next-page-button): Simplify. Reformat.
16496
16497 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16498
16499 * gnus-art.el (gnus-insert-prev-page-button)
16500 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16501
16502 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16503
16504 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16505
16506 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16507
16508 * gnus-art.el (gnus-insert-mime-button)
16509 (gnus-insert-mime-security-button):
16510 Apply gnus-article-button-face to MIME and security buttons.
16511
16512 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16513
16514 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16515 readable.
16516
16517 2006-09-20 Steve Youngs <steve@sxemacs.org>
16518
16519 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16520 `browse-url-of-file' instead of `browse-url'.
16521
16522 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16523
16524 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16525 regexp. Articles containing quotation were cut prematurely.
16526
16527 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16528
16529 * message.el (message-cite-original-1): Use nobody by default for the
16530 value of From header.
16531 (message-reply): Ditto.
16532
16533 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16534
16535 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16536 to the gnus-info. This fixes a bug of inline-PGP message verification.
16537 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16538
16539 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16540
16541 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16542 mails in the doc string. Add some URLs in comment.
16543 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16544
16545 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16546
16547 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16548 backslashes handling and the way to find boundaries of quoted strings.
16549
16550 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16551
16552 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16553 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16554 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16555 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16556
16557 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16558
16559 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16560 doc string.
16561 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16562
16563 2006-09-06 Simon Josefsson <jas@extundo.com>
16564
16565 * mml2015.el (mml2015-use): Doc fix, mention epg.
16566
16567 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16568
16569 * mml2015.el (mml2015-use): Default to epg, if available.
16570
16571 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16572
16573 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16574 message-sender.
16575 (mml1991-epg-encrypt): Ditto.
16576 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16577 message-sender.
16578 (mml2015-epg-encrypt): Ditto.
16579
16580 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16581
16582 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16583 several common directories.
16584
16585 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16586
16587 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16588 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16589
16590 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16591
16592 * gnus-art.el (article-decode-encoded-words): Make it fast.
16593
16594 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16595
16596 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16597
16598 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16599 in quoted string into `\'.
16600
16601 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16602
16603 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16604 Use standard-syntax-table.
16605
16606 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16607
16608 * gnus-art.el (gnus-decode-address-function): New variable.
16609 (article-decode-encoded-words): Use it to decode headers which are
16610 assumed to contain addresses.
16611 (gnus-mime-delete-part): Remove useless `or'.
16612
16613 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16614 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16615 (gnus-nov-parse-line): Use it to decode From header.
16616 (gnus-get-newsgroup-headers): Ditto.
16617 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16618
16619 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16620 (mail-decode-encoded-address-string): New alias.
16621
16622 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16623 New function.
16624 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16625 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16626 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16627 (rfc2047-decode-string): Ditto.
16628 (rfc2047-decode-address-region): New function.
16629 (rfc2047-decode-address-string): New function.
16630
16631 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16632
16633 * message.el (message-caesar-buffer-body): Allow rotating headers.
16634
16635 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16636
16637 * message.el (message-insert-formated-citation-line): Fix %f.
16638 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16639
16640 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16641
16642 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16643 (gnus-bookmark-mouse-available-p): New macro.
16644 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16645 (gnus-bookmark-bmenu-show-infos): Use it.
16646 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16647 (gnus-bookmark-bmenu-hide-infos): Ditto.
16648 (gnus-bookmark-remove-properties): New function.
16649 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16650 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16651 (gnus-bookmark-write-file): Bind coding-system-for-write.
16652 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16653 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16654 group before selecting it.
16655 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16656 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16657 quit-window if it is not available; use gnus-mouse-2 and bind it to
16658 gnus-bookmark-bmenu-select-by-mouse.
16659 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16660 (gnus-bookmark-bmenu-select-by-mouse): New function.
16661
16662 2006-08-13 Romain Francoise <romain@orebokech.com>
16663
16664 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16665 space.
16666
16667 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16668
16669 * compface.el (uncompface): Use binary rather than raw-text-unix.
16670
16671 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16672
16673 * compface.el (uncompface): Make sure the eol conversion doesn't take
16674 place when communicating with the external programs.
16675 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16676
16677 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16678
16679 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16680
16681 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16682
16683 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16684 Make it more robust by parsing author and date independently.
16685
16686 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16687
16688 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16689
16690 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16691
16692 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16693 first matching secret key.
16694 (mml2015-epg-encrypt): Ditto.
16695
16696 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16697 first matching secret key.
16698 (mml1991-epg-encrypt): Ditto.
16699
16700 * mml2015.el (mml2015-encrypt-to-self): New user option.
16701 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16702 mml2015-epg-encrypt-to-self is set.
16703
16704 * mml1991.el (mml1991-encrypt-to-self): New variable.
16705 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16706 mml1991-epg-encrypt-to-self is set.
16707
16708 * mml2015.el (mml2015-signers): New user option.
16709 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16710 (mml2015-epg-encrypt): Allow to select signing keys.
16711
16712 * mml1991.el (mml1991-signers): New variable.
16713 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16714 (mml1991-epg-encrypt): Allow to select signing keys.
16715
16716 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16717
16718 * nnheader.el (nnheader-insert-head): Make it work even if the file
16719 uses CRLF for the line-break code.
16720
16721 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16722
16723 * mml2015.el: Require mml-sec instead of password.
16724 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16725 (mml2015-cache-passphrase): Inherit the default value from
16726 mml-secure-cache-passphrase.
16727 (mml2015-passphrase-cache-expiry): Inherit the default value from
16728 mml-secure-passphrase-cache-expiry.
16729
16730 * mml1991.el: Require mml-sec instead of password.
16731 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16732 (mml1991-cache-passphrase): Inherit the default value from
16733 mml-secure-cache-passphrase.
16734 (mml1991-passphrase-cache-expiry): Inherit the default value from
16735 mml-secure-passphrase-cache-expiry.
16736
16737 * mml-sec.el: Require password.
16738 (mml-secure-verbose): New user option.
16739 (mml-secure-cache-passphrase): New user option.
16740 (mml-secure-passphrase-cache-expiry): New user option.
16741
16742 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16743 Andreas Vögele <andreas@altroot.de> (tiny change)
16744
16745 * pgg-def.el (pgg-truncate-key-identifier):
16746 Truncate the key ID to 8 letters from the end.
16747
16748 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16749
16750 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16751 workaround for the url package included with Emacs.
16752
16753 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16754
16755 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16756
16757 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16758 correctly. This fixes a bug caused by the 2006-05-12 change.
16759
16760 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16761
16762 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16763 some information about the error when saying that the `bogus' mail
16764 group will be used.
16765
16766 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16767
16768 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16769 string.
16770
16771 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16772
16773 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16774
16775 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16776
16777 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16778
16779 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16780
16781 * mml1991.el (mml1991-function-alist): Add epg.
16782 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16783 (mml1991-epg-encrypt): New functions.
16784
16785 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16786
16787 * mml2015.el (mml2015-verbose): New variable.
16788 (mml2015-cache-passphrase): Ditto.
16789 (mml2015-passphrase-cache-expiry): Ditto.
16790 (mml2015-function-alist): Add epg.
16791 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16792 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16793 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16794 New functions.
16795
16796 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16797
16798 * message.el (message-cite-original-1): Preserve region when removing
16799 quoted text due to X-No-Archive in order to avoid bogus attribution
16800 when citing multiple messages.
16801
16802 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16803
16804 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16805 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16806
16807 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16808
16809 * gnus-diary.el (gnus-user-format-function-d)
16810 (gnus-user-format-function-D): Autoload.
16811
16812 * imap.el (Commentary): Fix typo.
16813
16814 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16815 2006-04-22 contribution.
16816
16817 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16818
16819 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16820 It didn't really fix the bogosity I'm seeing with solid web groups.
16821
16822 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16823
16824 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16825 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16826 created using server names. If we use the feature without declaring
16827 it, Gnus does not properly manage server and group state.
16828
16829 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16830 bound.
16831
16832 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16833
16834 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16835 looking up the method using GROUP's prefix before inventing a new one.
16836 It is used on killed/unknown groups in various places where returning
16837 an all-new method isn't expected by the caller.
16838
16839 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16840 and match semantics of gnus-group-real-prefix.
16841
16842 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16843
16844 * nnmail.el (nnmail-broken-references-mailers): New variable.
16845 (nnmail-ignore-broken-references): New function generalizing
16846 nnmail-fix-eudora-headers.
16847 (nnmail-fix-eudora-headers): Now obsolete.
16848
16849 * gnus-art.el (gnus-button-handle-custom):
16850 Support `customize-apropos*'.
16851
16852 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16853
16854 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16855
16856 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16857 articles.
16858
16859 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16860
16861 * message.el (message-cite-reply-above): New variable.
16862 (message-yank-original): Use it.
16863
16864 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16865
16866 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16867
16868 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16869
16870 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16871 as read.
16872
16873 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16874
16875 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16876
16877 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16878 (gnus-bookmark-default-file): Use gnus-directory.
16879 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16880 Remove "*" in doc string.
16881 (gnus-bookmark-write-file): Simplify.
16882 (gnus-bookmark-maybe-sort-alist): Use `when'.
16883 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16884 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16885 Add FIXME about Emacs 21 and XEmacs compatibility.
16886 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16887 compatibility.
16888 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16889 compatibility.
16890 (gnus-bookmark-menu-heading): Fix version.
16891
16892 2006-06-19 Bastien Guerry <bzg@altern.org>
16893
16894 * gnus-bookmark.el: New file.
16895
16896 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16897
16898 * message.el (message-syntax-checks): Doc fix.
16899
16900 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16901
16902 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16903 unsubscribed groups as if they were killed ones. It causes duplicate
16904 entries in gnus-newsrc-alist.
16905
16906 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16907
16908 * message.el (message-syntax-checks): Doc fix.
16909 (message-send-mail): Add check for continuation headers.
16910 (message-check-news-header-syntax): Fix regexp used to check for
16911 continuation headers.
16912
16913 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16914
16915 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16916
16917 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16918
16919 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16920
16921 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16922
16923 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16924 default-truncate-lines.
16925
16926 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16927
16928 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16929 to fill the utf-8 entry.
16930
16931 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16932
16933 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16934
16935 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16936
16937 * gnus-agent.el (directory-files-and-attributes): Move all the way
16938 forward (the third and final move).
16939 (gnus-agent-read-agentview): Trap reconstruction errors due to
16940 nonexistent directory. Handle by returning nil.
16941
16942 2006-05-30 Didier Verna <didier@xemacs.org>
16943
16944 * message.el (message-dont-reply-to-names): Update the custom type.
16945 * message.el (message-dont-reply-to-names): New defsubst: potentially
16946 convert a list of regexps into a single one.
16947 * message.el (message-get-reply-headers): Use it.
16948 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16949
16950 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16951
16952 * gnus-agent.el (directory-files-and-attributes): Move forward.
16953
16954 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16955
16956 * gnus-ml.el (gnus-mailing-list-subscribe)
16957 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16958 (gnus-mailing-list-message): Fix doc strings.
16959
16960 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16961
16962 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16963 of doing it manually.
16964
16965 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16966
16967 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16968 comment.
16969
16970 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16971
16972 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16973 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16974 (gnus-agent-read-local): All symbols allocated in my-obarray.
16975 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16976 (gnus-agent-regenerate-group): Check numeric names to see if they are
16977 messages or groups.
16978 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16979 better way of do this...)
16980
16981 * gnus-cache.el (gnus-agent-total-fetched-for):
16982 Ignore 'dummy.group' (there should be a better way of do this...)
16983
16984 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16985
16986 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16987 (gnus-saved-headers): Ditto.
16988 (gnus-default-article-saver): Mention functions may have properties.
16989 (gnus-article-save): Override gnus-save-all-headers and
16990 gnus-saved-headers by :headers property which saver function may have.
16991 (gnus-summary-save-in-file): Add :headers property.
16992 (gnus-summary-write-to-file): Ditto.
16993
16994 * gnus-sum.el (gnus-summary-save-article): Bind
16995 gnus-prompt-before-saving to t when saving many articles in a file;
16996 always show all headers.
16997
16998 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16999
17000 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17001 marks.
17002
17003 * message.el (message-indent-citation): Add optional arguments to allow
17004 using it outside of message buffers.
17005
17006 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17007 (gnus-article-treat-unfold-headers): Use it.
17008 (gnus-article-truncate-lines): New variable.
17009 (gnus-article-mode): Use it.
17010 (gnus-article-toggle-truncate-lines): New function.
17011
17012 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17013 Add gnus-article-toggle-truncate-lines.
17014
17015 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17016 coding system in XEmacs, use binary.
17017
17018 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17019
17020 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17021 after-load-alist.
17022
17023 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17024 this function should save decoded articles.
17025 (gnus-summary-write-to-file): Use property to specify this function
17026 should save decoded articles and specify gnus-summary-save-in-file
17027 should be used to save articles other than the first one when saving
17028 many articles.
17029 (gnus-summary-save-body-in-file): Use property to specify this
17030 function should save decoded articles.
17031 (gnus-summary-write-body-to-file): Use property to specify this
17032 function should save decoded articles and specify
17033 gnus-summary-save-body-in-file should be used to save articles other
17034 than the first one when saving many articles.
17035
17036 * gnus-sum.el (gnus-summary-save-article): Simplify.
17037
17038 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17039
17040 * gnus-art.el (gnus-default-article-saver):
17041 Add gnus-summary-write-body-to-file.
17042 (gnus-article-save-coding-system): Don't use coding system object
17043 in XEmacs.
17044 (gnus-read-save-file-name): Add optional `dir-var' argument which
17045 specifies directory in which files are saved; work even if optional
17046 `variable' argument is not specified.
17047 (gnus-summary-write-to-file): Read file name.
17048 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17049 (gnus-summary-write-body-to-file): New function.
17050
17051 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17052 (gnus-summary-local-variables): Add it.
17053 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17054 (gnus-summary-save-article): Remove optional `decode' argument;
17055 determine whether to decode articles by the value of
17056 gnus-default-article-saver; when saving many files using
17057 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17058 it first and use gnus-summary-save-in-file or
17059 gnus-summary-save-body-in-file thereafter unless
17060 gnus-prompt-before-saving is always; move point to article which
17061 will be saved.
17062 (gnus-summary-save-article-file): Revert.
17063 (gnus-summary-write-article-file): Revert.
17064 (gnus-summary-save-article-body-file): Revert.
17065 (gnus-summary-write-article-body-file): New function.
17066
17067 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17068
17069 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17070
17071 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17072
17073 * gnus-art.el (gnus-default-article-saver): Doc fix.
17074 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17075 from gnus-summary-save-article-coding-system, and default to a
17076 certain coding system.
17077 (gnus-output-to-file): Add coding cookie and encode text according
17078 to gnus-article-save-coding-system; don't use mm-append-to-file.
17079
17080 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17081 gnus-art.el and rename to gnus-article-save-coding-system.
17082 (gnus-summary-save-article): Require gnus-art; don't show all
17083 headers if it decodes articles; don't add coding cookie here;
17084 don't bind mm-text-coding-system-for-write.
17085 (gnus-summary-save-article-file): Save decoded articles.
17086 (gnus-summary-write-article-file): When saving many files, use
17087 gnus-summary-write-to-file first and gnus-summary-save-in-file
17088 thereafter unless gnus-prompt-before-saving is always.
17089 (gnus-summary-save-article-body-file): Save decoded articles.
17090
17091 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17092
17093 * nnrss.el (nnrss-check-group): Bind hash-index.
17094
17095 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17096
17097 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17098 its hash index. Store this hash in `nnrss-group-data'.
17099 (nnrss-read-group-data): Update accordingly.
17100
17101 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17102
17103 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17104 entry.
17105
17106 * gnus-sum.el (gnus-summary-make-menu-bar):
17107 Add gnus-article-browse-html-article.
17108
17109 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17110
17111 * gnus-sum.el (gnus-summary-mime-map):
17112 Add gnus-article-browse-html-article.
17113
17114 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17115
17116 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17117 suitable coding systems in customize.
17118
17119 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17120
17121 * mail-source.el (mail-sources): Fix custom type.
17122
17123 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17124
17125 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17126 (gnus-summary-expire-articles-now): Shorten prompt.
17127
17128 * gmm-utils.el (wid-edit): Require.
17129 (defun-gmm): Rename from `gmm-defun-compat'.
17130 (gmm-image-search-load-path): Use it.
17131 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17132
17133 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17134
17135 * gnus-sum.el (gnus-summary-save-article-coding-system):
17136 New variable.
17137 (gnus-summary-save-article): Add optional `decode' argument.
17138 If it is set and gnus-summary-save-article-coding-system is non-nil,
17139 save decoded article.
17140 (gnus-summary-write-article-file): Save decoded article if
17141 gnus-summary-save-article-coding-system is non-nil.
17142
17143 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17144 type.
17145
17146 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17147
17148 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17149
17150 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17151
17152 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17153 first to test gnus-single-article-buffer which may be buffer-local.
17154
17155 * gnus-sum.el (gnus-summary-setup-buffer):
17156 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17157 group; make gnus-article-buffer, gnus-article-current, and
17158 gnus-original-article-buffer always buffer-local.
17159 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17160 group.
17161 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17162
17163 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17164
17165 * nnml.el (nnml-request-compact-group): Compressed files might not
17166 have .gz extension.
17167
17168 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17169
17170 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17171 (mm-copy-to-buffer): Use with-current-buffer.
17172 (mm-display-part): Simplify.
17173 (mm-inlinable-p): Add optional arg `type'.
17174
17175 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17176
17177 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17178 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17179 Try harder to show the attachment internally or externally using
17180 gnus-mime-view-part-as-type.
17181
17182 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17183
17184 * message.el (message-from-style, message-signature-separator)
17185 (message-user-organization-file, message-send-mail-function)
17186 (message-citation-line-function, message-yank-prefix)
17187 (message-indent-citation-function, message-signature)
17188 (message-signature-file, message-signature-insert-empty-line):
17189 Remove autoloads.
17190
17191 * gnus-art.el (gnus-buttonized-mime-types):
17192 Remove "multipart/signed". Revert 2006-04-26 change.
17193
17194 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17195
17196 * gnus.el (gnus-version-number): Bump version.
17197
17198 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17199
17200 * gnus.el: No Gnus v0.5 is released.
17201
17202 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17203
17204 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17205 fetching articles by message-id.
17206
17207 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17208
17209 * message.el (hashcash): Require hashcash as normal.
17210
17211 * ecomplete.el (ecomplete-highlight-match-line):
17212 Use point-at-eol.
17213 (ecomplete-highlight-match-line): Use `highlight', because that
17214 face exists in both Emacs and XEmacs.
17215
17216 * message.el (message-display-abbrev): Use point-at-bol.
17217
17218 * mail-source.el: Don't require timer/timer-funcs.
17219
17220 * gnus-async.el: Ditto.
17221
17222 * password.el: Ditto.
17223
17224 * mm-url.el: Ditto.
17225
17226 * mm-util.el: Require timer/timer-funcs.
17227
17228 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17229
17230 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17231 Close.
17232
17233 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17234
17235 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17236 unibyte after clear-decrypt function runs.
17237
17238 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17239 returns as a unibyte string.
17240
17241 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17242
17243 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17244 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17245 (mml1991-pgg-encrypt): Ditto.
17246
17247 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17248
17249 * message.el (message-user-organization-file): Check several
17250 locations of the organization file.
17251
17252 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17253 Add gnus-article-view-part-as-type.
17254
17255 * gnus-art.el (gnus-article-view-part-as-type): New function.
17256
17257 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17258 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17259
17260 * mml.el: Simplify autoload.
17261 (mml-mode): defvar dnd-protocol-alist instead of using
17262 symbol-value.
17263 (mml-default-directory): New variable.
17264 (mml-minibuffer-read-file): Use it.
17265 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17266
17267 * message.el (message-citation-line-format): New variable.
17268 (message-insert-formated-citation-line): New function.
17269 (message-citation-line-function):
17270 Add `message-insert-formated-citation-line' to custom type.
17271
17272 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17273 to doc string.
17274
17275 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17276 depending on mm-verify-option.
17277
17278 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17279
17280 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17281 binding pgg-* variables; reimplement the section which prevents
17282 MIME header from being signed.
17283 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17284 pgg-text-mode; remove a blank line at the top of body.
17285
17286 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17287 lines at the top of body; use gnus-newsgroup-charset if there's no
17288 Charset header.
17289
17290 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17291
17292 * message.el (message-self-insert-commands): Doc fix.
17293
17294 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17295 (mm-uu-pgp-encrypted-test): Ditto.
17296 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17297 between header and body; return application/pgp-encrypted handle
17298 if decryption failed; decode decrypted body by charset.
17299
17300 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17301 element match to application/pgp-*.
17302
17303 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17304
17305 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17306 HTML.
17307
17308 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17309
17310 * mail-source.el (mail-source-call-script): Message the error
17311 string.
17312
17313 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17314
17315 * gnus-util.el (gnus-byte-compile): Use it.
17316
17317 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17318
17319 * gnus-util.el (kill-empty-logs): New function.
17320
17321 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17322
17323 * message.el (message-mail-alias-type): Doc fix.
17324 (message-mail-alias-type-p): New function.
17325 (message-send): Use it.
17326 (message-mode): Ditto.
17327 (message-strip-forbidden-properties): Ditto.
17328
17329 * ecomplete.el (ecomplete-database-file-coding-system):
17330 New variable.
17331 (ecomplete-save): Use it.
17332 (ecomplete-setup): Use it.
17333
17334 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17335
17336 * message.el (message-self-insert-commands): New variable.
17337 (message-strip-forbidden-properties): Use it.
17338
17339 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17340
17341 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17342 that doesn't make XEmacs choke.
17343
17344 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17345
17346 * gnus-util.el (gnus-replace-in-string):
17347 Prefer replace-regexp-in-string over of replace-in-string.
17348
17349 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17350
17351 * gnus-util.el (gnus-select-frame-set-input-focus):
17352 Use select-frame-set-input-focus if it is available in XEmacs; use
17353 definition defined in Emacs 22 for old Emacsen.
17354
17355 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17356
17357 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17358
17359 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17360
17361 * gnus-registry.el (gnus-registry-cache-save): Remove text
17362 properties when saving via the temp buffer.
17363
17364 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17365
17366 * message.el (message-generate-hashcash): Honor custom type.
17367
17368 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17369
17370 * message.el (message-generate-hashcash): Default to non-nil when
17371 hashcash is found.
17372
17373 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17374 (gnus-refer-thread-limit): Increase default to 500.
17375
17376 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17377
17378 * flow-fill.el (fill-flowed): Allow delete-space.
17379
17380 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17381
17382 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17383 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17384 Remove autoloads.
17385
17386 2006-04-18 Simon Josefsson <jas@extundo.com>
17387
17388 * message.el (message-generate-hashcash): Default to.
17389
17390 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17391
17392 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17393 concatenating segments rather than before concatenating them.
17394
17395 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17396
17397 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17398
17399 * imap.el (imap-quote-specials): New function.
17400 (imap-login-auth): Quote specials.
17401
17402 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17403
17404 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17405
17406 * message.el (message-forward-make-body-plain):
17407 Allow message-forward-ignored-headers to be a list.
17408 (message-remove-ignored-headers): Factor out into function.
17409 (message-forward-make-body-mml): Use it.
17410 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17411 (rfc2231-parse-string): Allow concatanation of parameters that
17412 aren't contiguous. The test case is
17413 (mail-header-parse-content-type "message/external-body;
17414 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17415 access-type=LOCAL-FILE;
17416 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17417
17418 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * nntp.el (nntp-accept-process-output): Return the value of
17421 `nnheader-accept-process-output'.
17422
17423 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17424
17425 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17426 (gnus-button-alist): Recognize more diff formats.
17427 (gnus-button-patch): Strip directory.
17428
17429 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17430
17431 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17432 Emacs 22 when setting focus.
17433
17434 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17435
17436 * gnus-art.el (gnus-article-treat-types): Do treatment of
17437 text/x-verbatim parts.
17438 (gnus-button-patch): New command.
17439
17440 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17441 addresses that contain invalid characters.
17442
17443 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17444
17445 * message.el (message-put-addresses-in-ecomplete):
17446 Use gnus-replace-in-string.
17447 (message-is-yours-p): Use the more correct
17448 mail-header-parse-address instead of
17449 mail-extract-address-components.
17450 (message-put-addresses-in-ecomplete): Fix typo.
17451
17452 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17453 keystroke.
17454
17455 * gnus-art.el (gnus-treatment-function-alist): Change order of
17456 newsgroups/generic header folding to avoid double-folding.
17457
17458 * message.el (message-hidden-headers): Add X-Draft-From.
17459
17460 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17461 New command.
17462 (gnus-summary-repeat-search-article-backward): New command.
17463
17464 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17465 groups in the parent topic.
17466
17467 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17468
17469 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17470 (spam-extra-header-to-number): Return the CRM114 number as a
17471 number instead of a string.
17472
17473 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17474
17475 * gnus-art.el (gnus-face-properties-alist): Move here from
17476 gnus-fun.
17477
17478 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17479
17480 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17481
17482 * message.el (message-strip-forbidden-properties): Only display on
17483 self-insert-command.
17484
17485 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17486 reindent.
17487 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17488
17489 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17490
17491 * smiley.el (smiley-style): Fix typo.
17492
17493 2006-03-23 Kenichi Handa <handa@m17n.org>
17494
17495 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17496 instead of set-buffer-multibyte.
17497
17498 2006-03-23 Kenichi Handa <handa@m17n.org>
17499
17500 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17501 buffer and then decode the buffer text if necessary.
17502 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17503 first, and after mm-encode-body, change the buffer to unibyte.
17504
17505 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17506
17507 * hashcash.el (hashcash-insert-payment-async-2):
17508 Use message-goto-eoh instead of doing it manually.
17509 (mail-add-payment): Use message-narrow-to-header instead of trying
17510 to do the same itself.
17511
17512 * message.el (message-hidden-headers): Add Face.
17513
17514 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17515 reparenting code.
17516 (gnus-summary-reparent-children): Refactored out code.
17517 (gnus-summary-thread-map): New keystroke.
17518 (gnus-summary-reparent-children): Make into command.
17519
17520 * smiley.el (smiley-style): Default to `medium' if using a large
17521 font.
17522
17523 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17524 does it itself.
17525
17526 * message.el (message-point-in-header-p): Simplify definition.
17527
17528 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17529
17530 * nnagent.el (nnagent-request-set-mark): Silence log file
17531 writing.
17532 (nnagent-request-set-mark): Use write-region instead of
17533 append-to-file.
17534
17535 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17536 strange select method.
17537
17538 * ecomplete.el (ecomplete-display-matches): Get highlightling
17539 right.
17540 (ecomplete-display-matches): Use literals.
17541 (ecomplete-display-matches): Disable message logging.
17542
17543 * message.el (message-display-abbrev): Small optimization.
17544
17545 * ecomplete.el (ecomplete-display-matches): Allow automatic
17546 display.
17547
17548 * message.el (message-strip-forbidden-properties):
17549 Display abbrevs.
17550 (message-display-abbrev): Get automatic display right.
17551
17552 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17553 keystrokes.
17554
17555 2006-04-13 Romain Francoise <romain@orebokech.com>
17556
17557 TODO: Backport to v5-10!
17558
17559 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17560 Move here (and rename) from gnus-registry.el.
17561
17562 * gnus-registry.el: Require gnus-util.
17563 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17564
17565 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17566
17567 * gnus-group.el (gnus-group-catchup-current):
17568 Change if-then-else-if-then-else into cond.
17569 (gnus-group-catchup): Indent.
17570 (group-name-at-point): New function.
17571 (gnus-fetch-group): Provide default from thing at point.
17572
17573 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17574
17575 * message.el (message-display-abbrev): Fix regexp.
17576
17577 * ecomplete.el (ecomplete-highlight-match-line):
17578 Reimplement choosing.
17579 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17580 dead variables.
17581
17582 * message.el (message-newline-and-indent): Remove debugging.
17583 (message-display-abbrev): Use new implementation.
17584
17585 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17586
17587 * gnus-art.el (gnus-article-mode):
17588 Set cursor-in-non-selected-windows to nil.
17589
17590 * smiley.el: Revert previous change.
17591 (smiley-data-directory): defvar it before using it in the
17592 defcustom of `smiley-style'.
17593
17594 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17595
17596 * message.el (message-newline-and-indent): New function.
17597
17598 * ecomplete.el: Implement more bits.
17599
17600 * message.el (message-put-addresses-in-ecomplete): Clean up the
17601 string.
17602
17603 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17604
17605 * gnus-sum.el (gnus-summary-save-parts):
17606 Bind gnus-summary-save-parts-counter and use it to make unique file
17607 names.
17608
17609 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17610
17611 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17612 parameter to say whether to actually parse the individual
17613 addresses.
17614
17615 * message.el (message-put-addresses-in-ecomplete): New function.
17616 (ecomplete): Require.
17617 (message-mail-alias-type): Add ecomplete as an option.
17618
17619 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17620
17621 * flow-fill.el (fill-flowed): Remove trailing space from blank
17622 quoted lines.
17623
17624 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17625
17626 * smiley.el (smiley-style): Move definition later to avoid a
17627 compilation warning.
17628
17629 2006-04-12 Kenichi Handa <handa@m17n.org>
17630
17631 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17632 buffer and then decode the buffer text if necessary.
17633 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17634 first, and after mm-encode-body, change the buffer to unibyte.
17635 Use mm-disable-multibyte instead of set-buffer-multibyte.
17636
17637 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17638
17639 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17640 Content-Type header instead of Content-Disposition header.
17641 (gnus-mime-inline-part): Ditto.
17642 (gnus-mime-view-part-as-charset): Ignore charset that the part
17643 specifies.
17644
17645 * mm-decode.el (mm-display-part): Work with external parts and
17646 usual parts similarly.
17647
17648 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17649 instead of gnus-display-mime.
17650
17651 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17652 instead of with-temp-buffer.
17653
17654 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17655 tag to summarized topics part in order to encode non-ASCII text.
17656
17657 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17658
17659 * smiley.el (smiley-style): New variable.
17660 (smiley-directory): New function.
17661 (smiley-data-directory): Derive from `smiley-style' using
17662 `smiley-directory'.
17663 (smiley-regexp-alist): Add new entries.
17664
17665 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17666 (gnus-article-browse-delete-temp): Add :version.
17667
17668 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17669
17670 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17671 the sieve region.
17672
17673 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17674
17675 * gnus.el (gnus-version-number): Bump version.
17676
17677 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17678
17679 * gnus.el: No Gnus v0.4 is released.
17680
17681 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17682
17683 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17684 layout.
17685
17686 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17687 unknown charset.
17688
17689 * message.el (message-header-synonyms): Add Original-To to the
17690 default.
17691
17692 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17693 optional parameter.
17694
17695 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17696
17697 * gnus-fun.el (gnus): Require it for gnus-directory.
17698
17699 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17700
17701 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17702
17703 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17704
17705 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17706
17707 2006-04-05 Simon Josefsson <jas@extundo.com>
17708
17709 * password.el (password-reset): New function.
17710
17711 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17712
17713 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17714 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17715
17716 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17717
17718 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17719 Some whitespace was matched into the url, which broke browsing hits
17720 > 100 when mm-url-use-external was nil.
17721
17722 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17723
17724 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17725 Check gnus-extra-headers for 'Newsgroups.
17726
17727 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17728 bound.
17729
17730 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17731
17732 * pgg-gpg.el: Clean up process buffers every time gpg processes
17733 complete.
17734
17735 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17736
17737 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17738 doc string.
17739
17740 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17741
17742 * pgg-gpg.el (pgg-gpg-process-filter)
17743 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17744
17745 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17746 lines, temporary fix.
17747
17748 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17749
17750 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17751
17752 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17753
17754 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17755 default-enable-multibyte-characters. This reverts the change from
17756 revision 6.17 which is no longer necessary because the passphrase
17757 is sent separately now. GnuPG messages are unreadable under
17758 multibyte locales with default-enable-multibyte-characters set to
17759 nil.
17760
17761 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17762
17763 * message.el (message-tool-bar-gnome): Move "spell".
17764
17765 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17766
17767 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17768 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17769 instead.
17770
17771 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17772
17773 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17774 Improve newsgroups handling for NNTP overviews which don't include
17775 Newsgroups.
17776
17777 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17778
17779 * message.el (message-resend): Bind message-generate-hashcash to nil.
17780
17781 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17782
17783 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17784 when searching for already-paid recipients.
17785
17786 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17787
17788 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17789 passphrases when it is not needed.
17790 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17791 passphrase stuff from gpg, should only be necessary when you use
17792 gpg with a smartcard.
17793
17794 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17795
17796 * mml.el (mml-insert-mime): Ignore cached contents of
17797 message/external-body part.
17798
17799 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17800 (mm-insert-part): Ditto.
17801
17802 2006-03-23 Simon Josefsson <jas@extundo.com>
17803
17804 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17805 Reiner.
17806 (pgg-gpg-use-agent-p): Use it again.
17807
17808 2006-03-23 Simon Josefsson <jas@extundo.com>
17809
17810 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17811 older emacsen.
17812 (pgg-gpg-use-agent-p): Don't use it.
17813
17814 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17815
17816 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17817 if we can.
17818
17819 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17820
17821 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17822 (pgg-gpg-update-agent): New function.
17823 (pgg-gpg-use-agent-p): New function.
17824 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17825 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17826 (pgg-gpg-sign-region): Use it.
17827
17828 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17829
17830 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17831 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17832
17833 2006-03-21 Simon Josefsson <jas@extundo.com>
17834
17835 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17836 <wilde@sha-bang.de>.
17837 (pgg-gpg-use-agent): New variable.
17838 (pgg-gpg-process-region): Use it.
17839 (pgg-gpg-encrypt-region): Likewise.
17840 (pgg-gpg-encrypt-symmetric-region): Likewise.
17841 (pgg-gpg-decrypt-region): Likewise.
17842 (pgg-gpg-sign-region): Likewise.
17843 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17844
17845 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17846
17847 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17848
17849 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17850 Add comment on version.
17851
17852 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17853
17854 * smiley.el: Add missing test smiley.
17855
17856 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17857
17858 * mm-decode.el (mm-with-part): New macro.
17859 (mm-get-part): Use it; work with message/external-body as well.
17860 (mm-save-part): Treat name and filename equally.
17861
17862 * mm-extern.el (mm-extern-cache-contents): New function.
17863 (mm-inline-external-body): Use it; force the part to be displayed;
17864 move undisplayer added to the cached handle to the parent.
17865
17866 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17867 (gnus-mime-view-part-as-type): Work with message/external-body.
17868
17869 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17870
17871 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17872
17873 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17874 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17875 Emacs.]
17876
17877 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17878
17879 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17880 path rather than symbol. Always return list of directories.
17881 Guarantee that image directory comes first. [Sync with image.el,
17882 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17883
17884 * message.el (message-make-tool-bar): Adjust to new API of
17885 `gmm-image-load-path-for-library'.
17886
17887 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17888
17889 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17890
17891 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17892
17893 * gnus-art.el (gnus-article-only-boring-p):
17894 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17895 intangible text.
17896 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17897
17898 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17899
17900 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17901 Use `defun' instead of `gmm-defun-compat'.
17902
17903 2006-03-14 Simon Josefsson <jas@extundo.com>
17904
17905 * message.el (message-unique-id): Don't use message-number-base36
17906 if (user-uid) is a float.
17907 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17908
17909 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17910
17911 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17912
17913 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17914 empty line between a part and a message part.
17915
17916 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17917
17918 * smiley.el: Add more test smileys.
17919 (smiley-data-directory, smiley-regexp-alist)
17920 (gnus-smiley-file-types): Fix doc strings.
17921 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17922 adding new elements.
17923 (smiley-mouse-map): Unused code. Make it a comment.
17924
17925 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17926
17927 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17928 scan latest NoCeM messages instead of old ones.
17929 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17930 delimiters that are recently used.
17931 (gnus-nocem-load-cache): Add autoload cookie.
17932
17933 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17934
17935 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17936 level which is larger than gnus-use-nocem is specified.
17937
17938 * gnus-group.el (gnus-group-get-new-news): Ditto.
17939
17940 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17941
17942 * gnus-util.el (gnus-tool-bar-update): New function.
17943
17944 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17945 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17946
17947 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17948
17949 * gnus-group.el (gnus-group-redraw-when-idle)
17950 (gnus-group-redraw-check): Remove.
17951 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17952
17953 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17954
17955 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17956 if optional last element is specified in splits (FIELD VALUE...).
17957
17958 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17959
17960 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17961 to gmm-image-load-path-for-library. Call with no-error argument.
17962 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17963
17964 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17965
17966 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17967
17968 * gmm-utils.el (gmm-image-load-path): Remove alias.
17969
17970 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17971
17972 * gmm-utils.el (gmm-image-load-path): Add alias.
17973
17974 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17975 nnml-generate-nov-databases-1.
17976 (nnml-generate-nov-databases): Use it.
17977 (nnml-generate-nov-databases-directory): Document no-active
17978 argument.
17979
17980 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17981 directory if path is t. Add no-error.
17982
17983 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17984 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17985
17986 * gnus-art.el (gnus-article-browse-delete-temp-files):
17987 Simplify resetting gnus-article-browse-html-temp-list.
17988
17989 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17990 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17991 Add example to docstring. Rename local variables. Move error
17992 checks to default case in cond and simplify.
17993
17994 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17995
17996 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17997 handle is multipart when calling it recursively.
17998 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17999
18000 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18001
18002 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18003 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18004
18005 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18006
18007 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18008 is loaded.
18009
18010 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18011 loaded.
18012
18013 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18014
18015 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18016 to "Emacs 23 (unicode)" in doc string.
18017
18018 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18019 "Emacs 23 (unicode)" in comment.
18020
18021 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18022
18023 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18024
18025 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18026 characters 160 through 255 in Emacs 23.
18027
18028 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18029
18030 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18031 gnus-article-browse-html-temp.
18032 (gnus-article-browse-delete-temp): Make it customizable.
18033 Add `file'. Adjust doc string.
18034 (gnus-article-browse-delete-temp-files): Add argument.
18035 Allow query for each file. Adjust doc string.
18036 (gnus-article-browse-html-parts):
18037 Add `gnus-article-browse-delete-temp-files' to
18038 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18039
18040 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18041
18042 * gnus-art.el (gnus-article-browse-html-temp)
18043 (gnus-article-browse-delete-temp): New variables.
18044 (gnus-article-browse-delete-temp-files): New function.
18045 (gnus-article-browse-html-parts): Use it.
18046
18047 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18048
18049 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18050
18051 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18052 string.
18053
18054 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18055 gnus-summary-insert-new-articles when unplugged.
18056 Remove gnus-summary-search-article-forward.
18057
18058 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18059 display-visual-class instead of display-color-cells.
18060
18061 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18062
18063 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18064 message/* containing non-ASCII text properly.
18065
18066 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18067
18068 * message.el: Require gmm-utils, remove autoloads.
18069 (message-tool-bar): Set default based on
18070 gmm-tool-bar-style.
18071 (message-tool-bar-gnome): Add gmm-customize-mode.
18072
18073 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18074 gmm-tool-bar-style.
18075 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18076
18077 * gnus-group.el (gnus-group-tool-bar): Set default based on
18078 gmm-tool-bar-style.
18079 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18080
18081 * gmm-utils.el (gmm-image-directory): Rename variable from
18082 gmm-image-load-path.
18083 (gmm-image-load-path): Use gmm-image-directory.
18084 (gmm-customize-mode): New function.
18085 (gmm-tool-bar-style): New variable.
18086
18087 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18088 gnus-group-redraw-line-number.
18089 (gnus-group-redraw-check): Simplify.
18090 (gnus-group-tool-bar-update): Remove redraw check.
18091 (gnus-group-make-tool-bar): Add redraw check.
18092
18093 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18094
18095 * gnus-art.el (gnus-button): Add missing parentheses.
18096
18097 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18098
18099 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18100
18101 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18102
18103 * gnus-art.el (gnus-button): New face.
18104 (gnus-article-button-face): Use it.
18105
18106 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18107 Add gnus-summary-next-page. Re-order.
18108
18109 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18110 next-node are now included.
18111 (gnus-group-redraw-line-number): New internal variable.
18112 (gnus-group-redraw-check): Helper function for updating the tool
18113 bar.
18114 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18115
18116 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18117
18118 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18119 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18120 Use it to match format of Spamassassin 3.0 and later.
18121 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18122 (spam-check-bogofilter)
18123 (spam-bogofilter-register-with-bogofilter): Fix args of
18124 `gnus-error' calls.
18125
18126 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18127
18128 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18129 unnecessary interaction when sending queued mails.
18130 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18131
18132 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18133
18134 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18135 first or last are nil.
18136
18137 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18138
18139 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18140
18141 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18142
18143 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18144
18145 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18146
18147 * dns.el (query-dns): Protect more against buggy tcp output.
18148
18149 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18150
18151 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18152 nov.php.
18153
18154 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18155
18156 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18157 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18158 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18159 output on the server side.
18160 (nnweb-google-create-mapping): Update regexps and add some
18161 progress indication.
18162
18163 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18164
18165 * gnus-group.el (gnus-group-tool-bar-gnome):
18166 Fix gnus-agent-toggle-plugged. Re-order icons.
18167 (gnus-group-tool-bar-gnome):
18168 Add gnus-group-{prev,next}-unread-group.
18169 (gnus-group-tool-bar-gnome): Re-order icons.
18170
18171 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18172 Move gnus-summary-insert-new-articles.
18173
18174 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18175 Fix comments.
18176
18177 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18178 also available in Emacs 21.3.
18179
18180 * message.el (message-fix-before-sending): Change "Emacs 22" to
18181 "Emacs 23 (unicode)" in comment.
18182
18183 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18184 "Emacs 23 (unicode)" in comment.
18185
18186 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18187 comment.
18188 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18189
18190 * mm-view.el (mm-fill-flowed): Add :version.
18191
18192 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18193
18194 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18195 and load-path.
18196
18197 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18198
18199 * message.el: Autoload gmm-image-load-path.
18200 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18201 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18202 consitency.
18203
18204 * gmm-utils.el (gmm-image-load-path): Also search in
18205 "../etc/images". Don't set gmm-image-load-path if we don't find
18206 the image.
18207
18208 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18209
18210 * gmm-utils.el (gmm-image-load-path): Don't make
18211 `gmm-image-load-path' include subdirectories which the second arg
18212 `image' might specify.
18213
18214 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18215 subdirectory to icon file names.
18216
18217 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18218
18219 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18220
18221 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18222 gmm-image-load-path calls.
18223
18224 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18225
18226 * message.el (message-make-tool-bar): Ditto.
18227
18228 * mml.el (mml-preview): Add comment concerning tool bar icons.
18229
18230 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18231 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18232
18233 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18234 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18235
18236 * message.el (message-tool-bar-gnome): Use new icon names.
18237 (message-make-tool-bar): Use `gmm-image-load-path'.
18238
18239 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18240 New functions from MH-E.
18241 (gmm-image-load-path): New variable from MH-E.
18242 (gmm-image-load-path): New function from MH-E. Add arguments
18243 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18244 *-image-load-path-called-flag.
18245
18246 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18247
18248 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18249
18250 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18251
18252 * nnimap.el (nnimap-request-move-article): Change folder back to
18253 source group before deleting.
18254
18255 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18256
18257 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18258
18259 * gnus-art.el (mm-url-insert-file-contents-external):
18260 Autoload mm-url.
18261
18262 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18263
18264 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18265
18266 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18267 coding system which mm-charset-to-coding-system returns for a
18268 given charset is valid.
18269
18270 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18271
18272 * html2text.el (html2text-remove-tag-list):
18273 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18274
18275 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18276
18277 * gnus-cus.el: Revert 2005-10-17 change.
18278
18279 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18280
18281 * gnus-art.el (article-strip-banner):
18282 Call article-really-strip-banner only when the regexp match is made.
18283
18284 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18285
18286 * gnus-art.el (article-strip-banner):
18287 Use gnus-extract-address-components instead of
18288 mail-header-parse-addresses to make it work with non-ASCII text;
18289 remove mail-encode-encoded-word-string.
18290
18291 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18292 values which are surrounded with \"...\"; make it never cause a
18293 Lisp error; give up parsing of parameters if it failed in
18294 extracting type.
18295
18296 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18297
18298 * smime.el (smime-cert-by-ldap-1): Fix bug where
18299 `smime-ldap-search' returns results without userCertificates.
18300
18301 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18302
18303 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18304
18305 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18306
18307 * spam.el (spam-check-spamassassin-headers): Adapt format for
18308 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18309 <ari@mbf.ocn.ne.jp>.
18310 (spam-list-of-processors): Add spam-use-gmane.
18311
18312 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18313
18314 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18315 make-temp-file; make it work with XEmacs as well.
18316
18317 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18318 mm-make-temp-file.
18319
18320 * mm-decode.el (mm-display-external): Use the 3rd arg of
18321 mm-make-temp-file.
18322 (mm-create-image-xemacs): Ditto.
18323
18324 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18325
18326 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18327 with message-narrow-to-headers.
18328 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18329 (gnus-draft-check-draft-articles): New function.
18330 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18331
18332 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18333
18334 * gnus-art.el (gnus-article-browse-html-parts):
18335 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18336 Don't use suffix argument for mm-make-temp-file for Emacs 21
18337 compatibility. Remove useless `format'.
18338
18339 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18340
18341 * nnweb.el (nnweb-google-wash-article): Update regexps.
18342 (nnweb-group-alist): Use defvoo instead of defvar.
18343
18344 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18345
18346 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18347 re-loading nn* modules.
18348
18349 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18350
18351 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18352 for `tool-bar-mode' and don't check it's default-value.
18353
18354 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18355
18356 * message.el (message-make-tool-bar): Ditto.
18357
18358 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18359 `substring'. Shorten tmp-file name.
18360
18361 * gnus.el: Remove bogus comment.
18362
18363 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18364
18365 * gnus-art.el (gnus-article-browse-html-parts): New function.
18366 (gnus-article-browse-html-article): New function for viewing html
18367 articles with a browser.
18368
18369 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18370
18371 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18372 (mml2015-pgg-encrypt): Ditto.
18373
18374 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18375 (mml1991-pgg-encrypt): Ditto.
18376
18377 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18378
18379 * nnfolder.el (nnfolder-insert-newsgroup-line):
18380 Use message-make-date instead of current-time-string.
18381
18382 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18383 to gnus-decoded which mm-uu might set.
18384
18385 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18386
18387 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18388 don't decode quoted parameters; remove misimported Emacs code.
18389 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18390 (rfc2231-decode-encoded-string): Don't use split-string which
18391 behaves differently according to Emacs version; use
18392 mm-decode-coding-region to convert charset to coding-system.
18393 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18394 (rfc2231-encode-string): Remove misimported Emacs code.
18395
18396 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18397
18398 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18399 when calling mail-header-parse-content-type.
18400 (article-de-quoted-unreadable): Ditto.
18401 (article-de-base64-unreadable): Ditto.
18402 (article-wash-html): Ditto.
18403
18404 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18405 calling mail-header-parse-content-type and
18406 mail-header-parse-content-disposition.
18407 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18408 mail-header-parse-content-type.
18409
18410 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18411 insert charset and format parameters; encode description after
18412 inserting it to buffer.
18413 (mml-insert-parameter): Fold lines properly even if a parameter is
18414 segmented into two or more lines; change the max column to 76.
18415
18416 * rfc1843.el (rfc1843-decode-article-body): Don't use
18417 ignore-errors when calling mail-header-parse-content-type.
18418
18419 * rfc2231.el (rfc2231-parse-string): Return at least type if
18420 possible; don't cause an error even if it fails in parsing of
18421 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18422 (rfc2231-encode-string): Don't break lines at the beginning, leave
18423 it to mml-insert-parameter.
18424
18425 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18426 calling mail-header-parse-content-type.
18427
18428 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18429
18430 * spam-report.el (spam-report-gmane-use-article-number):
18431 Improve doc string.
18432 (spam-report-gmane-internal): Check if a suitable header was found
18433 in the article.
18434
18435 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18436
18437 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18438 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18439
18440 2006-02-05 Romain Francoise <romain@orebokech.com>
18441
18442 Update copyright notices of all files in the gnus directory.
18443
18444 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18445
18446 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18447
18448 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18449
18450 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18451 segmented lines of parameter value to cope with Thunderbird 1.5
18452 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18453 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18454 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18455
18456 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18457
18458 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18459 parts.
18460
18461 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18462
18463 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18464 there's only one active file for all servers.
18465 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18466 solid groups. Gnus might have used a FAST request to select the group.
18467 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18468 and nnweb-search redundantly in the active file.
18469 (nnweb-request-list): Don't list bogus groups. There can only be one.
18470 (nnweb-request-create-group): Don't use ARGS.
18471 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18472 initializations. Let nnoo do the work.
18473
18474 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18475
18476 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18477 Say the part has been decoded.
18478
18479 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18480
18481 2006-01-31 Kevin Ryde <user42@zip.com.au>
18482
18483 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18484 mailcap-viewer-test-cache when there's no 'test clause, since that
18485 will invert the meaning of a "nil" test previously determined by
18486 mailcap-mailcap-entry-passes-test.
18487
18488 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18489
18490 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18491 compiling.
18492
18493 * gnus-sum.el: Ditto.
18494
18495 * message.el: Don't bind tool-bar-map when compiling.
18496
18497 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18498
18499 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18500
18501 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18502
18503 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18504 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18505 current Google Groups.
18506
18507 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18508
18509 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18510 and tool-bar-mode.
18511
18512 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18513 and tool-bar-mode.
18514
18515 * message.el (message-tool-bar-update): Simplify.
18516 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18517
18518 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18519 gnus-summary-buffer.
18520 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18521 gnus-summary-reply.
18522
18523 * gmm-utils.el (gmm): Add :version.
18524
18525 2006-01-26 Steve Youngs <steve@sxemacs.org>
18526
18527 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18528 Don't autoload.
18529
18530 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18531
18532 * gmm-utils.el (gmm-verbose): Add :group.
18533
18534 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18535
18536 * message.el: Change some comments WRT tool-bars.
18537
18538 * gnus-sum.el (gnus-summary-tool-bar)
18539 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18540 (gnus-summary-tool-bar-zap-list): New variables.
18541 (gnus-summary-make-tool-bar): Complete rewrite using
18542 `gmm-tool-bar-from-list'.
18543
18544 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18545 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18546 New variables.
18547 (gnus-group-make-tool-bar): Complete rewrite using
18548 `gmm-tool-bar-from-list'.
18549 (gnus-group-tool-bar-update): New function.
18550
18551 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18552
18553 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18554
18555 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18556 is dissected into a single part of which the type is the same as
18557 the given one; decode charset.
18558
18559 2006-01-21 Kevin Ryde <user42@zip.com.au>
18560
18561 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18562 into alists as symbol not string, since that's what
18563 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18564 look for.
18565
18566 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18567
18568 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18569 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18570
18571 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18572
18573 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18574
18575 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18576 (gnus-mime-security-button-menu): New definition.
18577 (gnus-mime-security-button-map): Use them.
18578 (gnus-mime-security-button-menu): New function.
18579 (gnus-insert-mime-security-button): Addition to help echo.
18580 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18581 (gnus-mime-security-pipe-part): New functions.
18582
18583 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18584 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18585
18586 * mm-decode.el (mm-handle-set-disposition): Remove.
18587 (mm-handle-set-description): Remove.
18588
18589 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18590
18591 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18592 (mm-w3m-standalone-supports-m17n-p): New function.
18593 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18594 w3m usage.
18595
18596 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18597 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18598
18599 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18600
18601 * message.el (message-tool-bar-zap-list):
18602 Use gmm-tool-bar-zap-list as custom type.
18603 (message-tool-bar-update): New function.
18604 (message-tool-bar, message-tool-bar-gnome)
18605 (message-tool-bar-retro): Add message-tool-bar-update.
18606 (message-tool-bar-gnome): Add flyspell-buffer.
18607
18608 * gnus-util.el (gnus-error): Describe `args'.
18609
18610 * gmm-utils.el (gmm-error): Describe `args'.
18611 (gmm-tool-bar-zap-list): New widget.
18612 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18613
18614 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18615
18616 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18617 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18618 the number of recursive calls.
18619
18620 * mm-decode.el (mm-handle-set-disposition): New macro.
18621 (mm-handle-set-description): New macro.
18622
18623 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18624
18625 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18626 encoding.
18627
18628 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18629
18630 * message.el (message-tool-bar-zap-list, message-tool-bar)
18631 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18632 (message-tool-bar-local-item-from-menu): Remove.
18633 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18634 (message-make-tool-bar): New function.
18635 (message-mode): Use `message-make-tool-bar'.
18636
18637 * gmm-utils.el: New file.
18638 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18639 (gmm-lazy): New widget copied from `nnmail.el'.
18640 (gmm-tool-bar-from-list): New function for creating customizable
18641 tool bars.
18642 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18643 output.
18644 (gmm): Add :prefix to defgroup.
18645
18646 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18647
18648 * gmm-utils.el (gmm-widget-p): New function.
18649
18650 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18651
18652 * mml.el (mml-attach-file): Describe `description' in doc string.
18653 (mml-menu): Add Emacs MIME manual and PGG manual.
18654
18655 2006-01-20 Richard M. Stallman <rms@gnu.org>
18656
18657 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18658
18659 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18660
18661 * nntp.el (nntp-end-of-line): Doc fix.
18662
18663 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18664
18665 * imap.el (imap-open): Handle case where buffer is a buffer
18666 object.
18667
18668 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18669
18670 * gnus-delay.el (gnus-delay): Don't autoload.
18671 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18672 to be re-loaded when customizing the `gnus-delay' group.
18673
18674 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18675
18676 * message.el (message-insert-citation-line): Use newlines.
18677
18678 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18679
18680 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18681
18682 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18683
18684 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18685
18686 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18687
18688 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18689
18690 * mm-decode.el (mm-inlined-types): Add application/pgp.
18691 (mm-automatic-display): Ditto.
18692
18693 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18694 part as text.
18695
18696 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18697
18698 * nnrss.el: Update copyright.
18699 (nnrss-opml-import): Query whether to subscribe to each entry.
18700
18701 * gnus-art.el:
18702 * gnus-sum.el:
18703 * mm-uu.el:
18704 * mm-view.el: Update copyright.
18705
18706 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18707
18708 * message.el (message-info): New function.
18709 (message-mode-menu): Add it.
18710 Update copyright.
18711
18712 * ChangeLog: Fix and update copyright.
18713
18714 2006-01-13 Romain Francoise <romain@orebokech.com>
18715
18716 * message.el (message-forward-subject-name-subject): Prefer the
18717 address to 'nowhere' if the sender has no name.
18718 Fix typo. Update copyright year.
18719
18720 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18721
18722 * gnus-art.el (article-wash-html):
18723 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18724 (gnus-article-wash-html-with-w3m-standalone): New function.
18725
18726 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18727 mm-inline-text-html-render-with-w3m-standalone.
18728 (mm-text-html-washer-alist): Map w3m-standalone to
18729 gnus-article-wash-html-with-w3m-standalone.
18730 (mm-inline-text-html-render-with-w3m-standalone): New function.
18731
18732 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18733
18734 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18735 Improve LaTeX.
18736
18737 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18738
18739 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18740 (nnrss-request-article): Render text/plain parts as HTML.
18741
18742 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18743 the buffer.
18744
18745 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18746
18747 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18748 custom definition of `gnus-posting-styles'.
18749
18750 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18751 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18752
18753 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18754
18755 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18756 Use nntp for bug archive.
18757
18758 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18759
18760 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18761 parts.
18762 (nnrss-normalize-date): New function converts ISO 8601 date into
18763 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18764 (nnrss-check-group): Use it.
18765
18766 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18767
18768 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18769
18770 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18771 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18772 (nnrss-insert-w3): Ditto.
18773
18774 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18775
18776 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18777 the articles to be forwarded including the case where neither a
18778 number of articles nor a region is specified.
18779
18780 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18781
18782 * nnrss.el (nnrss-request-article): Fix last change; fill
18783 text/plain parts.
18784
18785 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18786
18787 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18788 in text/plain part.
18789 (nnrss-check-group): Don't add excessive newline to dc:subject.
18790
18791 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18792
18793 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18794 article.
18795
18796 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18797
18798 * nnml.el: Don't require gnus-bcklg. Autoload it.
18799 (nnml-use-compressed-files, nnml-save-mail): Support other
18800 comression programs such as bzip2.
18801
18802 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18803
18804 * dns.el (query-dns): Make sure we check the buffer size before
18805 removing tcp headers.
18806
18807 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18808
18809 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18810 remove MIME buttons associated with multipart/alternative parts.
18811 (gnus-mime-display-alternative): Tag buttons using `article-type'
18812 text property.
18813
18814 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18815 associated with multipart/alternative parts.
18816
18817 * gnus-art.el (gnus-signature-separator): Fix custom type.
18818
18819 * mm-decode.el (mm-inlined-types): Fix custom type.
18820 (mm-keep-viewer-alive-types): Ditto.
18821 (mm-automatic-display): Ditto.
18822 (mm-attachment-override-types): Ditto.
18823 (mm-inline-override-types): Ditto.
18824 (mm-automatic-external-display): Ditto.
18825
18826 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18827
18828 * spam-report.el (spam-report-user-mail-address)
18829 (spam-report-user-agent): New variables.
18830 (spam-report-url-ping-plain): Use spam-report-user-agent.
18831
18832 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18833
18834 * gnus-art.el (gnus-button-handle-custom): Do not just use
18835 `customize-apropos' for any "M-x customize-*" button but the
18836 function called for. Accept both the function name and its
18837 argument in order to achieve this.
18838 (gnus-button-alist): Remove support for "custom:" URL's.
18839 Pass function name to `gnus-button-handle-custom' in case of "M-x
18840 customize-*" buttons.
18841
18842 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18843
18844 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18845 multipart/alternative and add xref to mm-discouraged-alternatives
18846 in doc string.
18847
18848 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18849 gnus-buttonized-mime-types in doc string.
18850
18851 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18852
18853 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18854 Suggest image/.* in the doc string.
18855
18856 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18857
18858 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18859 message-marks (Debian bug#342521).
18860
18861 2005-12-12 Simon Josefsson <jas@extundo.com>
18862
18863 * password.el (password-read-from-cache): Add.
18864 (password-read): Use it.
18865
18866 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18867
18868 * rfc2047.el (rfc2047-charset-to-coding-system):
18869 Recognize us-ascii as a MIME charset.
18870
18871 * mm-bodies.el (mm-decode-content-transfer-encoding):
18872 Protect against the case where the 2nd arg TYPE is nil.
18873
18874 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18875
18876 * pop3.el (pop3-stream-type): Fix custom version.
18877
18878 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18879
18880 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18881
18882 * mm-decode.el (mm-display-external): Add missing cdr.
18883
18884 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18885
18886 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18887 RFC1524) if it is in mailcap or add a suffix according to
18888 mailcap-mime-extensions when generating a temp filename; postpone
18889 deleting a temp file for 2 seconds for some wrappers, shell
18890 scripts, and so on, which might exit right after having started a
18891 viewer command as a background job.
18892
18893 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18894
18895 * nntp.el (nntp-marks-directory): Fix custom group.
18896
18897 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18898 steps when < 10.
18899
18900 * gnus-start.el (gnus-no-server-1):
18901 Mention `gnus-level-default-subscribed' in doc string.
18902
18903 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18904
18905 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18906 parens.
18907
18908 2005-11-26 Dave Love <fx@gnu.org>
18909
18910 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18911 (tls-program, tls-success): Provide openssl alternative.
18912
18913 * starttls.el: Doc fixes.
18914 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18915 SERVICE to PORT.
18916
18917 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18918 port null or service name.
18919 (starttls-negotiate): Autoload.
18920
18921 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18922
18923 * message.el (message-kill-to-signature): Fix interactive spec.
18924
18925 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18926
18927 * pop3.el (pop3-open-server): Recognize a string as a service name.
18928
18929 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18930
18931 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18932
18933 2005-11-23 Dave Love <fx@gnu.org>
18934
18935 Add pop3s, pop3/starttls.
18936
18937 * pop3.el (pop3-authentication-scheme): Clarify doc.
18938 (open-tls-stream, starttls-open-stream): Autoload.
18939 (pop3-stream-type): New.
18940 (pop3-open-server): Use it.
18941
18942 * mail-source.el (mail-sources): Fix some :types. Add stream type
18943 for POP.
18944 (mail-source-keyword-map): Add :stream for POP.
18945 (mail-source-fetch-pop): Use pop3-stream-type.
18946
18947 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18948
18949 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18950 of current-time-string.
18951
18952 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18953
18954 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18955 date header.
18956
18957 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18958
18959 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18960 it can seriously impact performance as it bypasses the agent's
18961 local caches.
18962
18963 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18964
18965 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18966 must be explicitly online rather than "not explicitly offline" for
18967 its flags to be synchronized.
18968
18969 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18970 that gnus-uu-unmark-thread will function correctly.
18971
18972 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18973 1024K is instead displayed as 1M.
18974
18975 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18976
18977 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18978
18979 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18980
18981 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18982
18983 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18984
18985 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18986 error message to display actual error condition.
18987 (gnus-agent-save-local): Avoid saving symbols that are bound to
18988 nil as they simply result in a warning message in
18989 gnus-agent-read-local.
18990
18991 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18992
18993 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18994 rather than make-variable-buffer-local for file-precious-flag.
18995
18996 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18997
18998 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18999 for duplicates which are removed. The invalid sort check then
19000 triggers a rescan after the sort as sorting may have moved
19001 duplicate entries such that they can be cheaply detected.
19002
19003 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19004
19005 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19006
19007 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19008
19009 * gnus-agent.el (gnus-agent-article-alist-save-format):
19010 Change internal variable to a custom variable. Change default value
19011 from compressed(2) to uncompressed(1).
19012 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19013 support for uncompressed agentview files. Taken together, reading
19014 the agentview file should now be 6-7 times faster.
19015
19016 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19017
19018 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19019 as a buffer-local variable. This avoids creating truncated
19020 dribble files as a result of a hang up, eg.
19021
19022 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19023
19024 * gnus-start.el (gnus-start-draft-setup):
19025 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19026
19027 * gnus.el (gnus-splash): Change custom group.
19028 (gnus-group-get-parameter, gnus-group-parameter-value):
19029 Describe allow-list argument.
19030
19031 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19032 string.
19033
19034 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19035
19036 * gnus-art.el (gnus-default-article-saver): Add user-defined
19037 `function' to custom type.
19038
19039 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19040
19041 * imap.el (imap-open): Handle case where buffer is a buffer
19042 object.
19043
19044 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19045
19046 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19047 long lines.
19048 (gnus-cache-delete-group): Wrap doc strings.
19049
19050 * gnus-agent.el (gnus-agent-rename-group)
19051 (gnus-agent-delete-group): Wrap doc strings.
19052
19053 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19054
19055 * gnus-start.el (gnus-1): Add "native" to
19056 gnus-predefined-server-alist.
19057
19058 * gnus.el (gnus-method-to-server): Don't add "native" to the
19059 lists here, because that leads to problems when
19060 gnus-select-method is bound.
19061
19062 2005-11-09 Simon Josefsson <jas@extundo.com>
19063
19064 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19065 use (not sort-by-date) instead.
19066
19067 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19068
19069 * gnus-delay.el (gnus-delay-group): Don't autoload.
19070 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19071 to be re-loaded when customizing the `gnus-delay' group.
19072
19073 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19074
19075 * message.el: Revert last changes.
19076 (message-insert-citation-line): Use newlines.
19077
19078 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19079
19080 * message.el (message-courtesy-message)
19081 (message-mark-insert-begin, message-mark-insert-end)
19082 (message-elide-ellipsis, message-cancel-message)
19083 (message-add-header, message-change-subject)
19084 (message-cross-post-followup-to-header)
19085 (message-cross-post-insert-note, message-reduce-to-to-cc)
19086 (message-widen-reply, message-delete-not-region)
19087 (message-kill-to-signature, message-insert-signature)
19088 (message-insert-importance-high, message-insert-importance-low)
19089 (message-insert-or-toggle-importance)
19090 (message-insert-disposition-notification-to)
19091 (message-indent-citation, message-yank-original)
19092 (message-cite-original-without-signature, message-cite-original)
19093 (message-insert-citation-line, message-position-on-field)
19094 (message-fix-before-sending, message-send-mail-partially)
19095 (message-send-mail, message-send-mail-with-sendmail)
19096 (message-send-mail-with-qmail, message-send-news)
19097 (message-check-news-header-syntax, message-generate-headers)
19098 (message-insert-courtesy-copy, message-fill-address)
19099 (message-fill-header, message-shorten-references)
19100 (message-setup-1, message-cancel-news)
19101 (message-forward-make-body-plain, message-forward-make-body-mime)
19102 (message-forward-make-body-mml, message-encode-message-body)
19103 (message-forward-make-body-digest-plain)
19104 (message-forward-make-body-digest-mime)
19105 (message-use-alternative-email-as-from): Insert `hard-newline'
19106 instead of ordinary newlines.
19107
19108 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19109
19110 * message.el (message-generate-headers): Downcase the argument
19111 given to message-check-element.
19112
19113 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19114
19115 * nntp.el (nntp-authinfo-rejected): New error condition.
19116 (nntp-wait-for): Use new error condition to signal authentication
19117 error.
19118 (nntp-retrieve-data): Rethrow new error condition to break out of
19119 recursive call to nntp-send-authinfo.
19120
19121 2005-11-08 Romain Francoise <romain@orebokech.com>
19122
19123 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19124 (gnus-summary-exit-map): Bind to `Z p'.
19125 (gnus-summary-make-menu-bar): Add menu item.
19126
19127 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19128
19129 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19130 (gnus-treat-*): Add `first' in all doc strings.
19131
19132 * gnus-group.el (gnus-group-compact-group): Fix typo.
19133
19134 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19135
19136 * gnus.el (gnus-parameters-case-fold-search): New variable.
19137 (gnus-parameters-get-parameter): Use it.
19138
19139 * gnus-score.el (gnus-home-score-file): Doc fix.
19140
19141 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19142
19143 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19144
19145 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19146
19147 * mm-util.el (mm-special-display-p): New function.
19148
19149 * mml.el (mml-preview): Use it; doc fix.
19150
19151 2005-10-29 Romain Francoise <romain@orebokech.com>
19152
19153 * message.el (message-fix-before-sending): Fix comment.
19154
19155 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19156
19157 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19158
19159 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19160
19161 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19162 Used in gnus-score.el.
19163
19164 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19165
19166 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19167
19168 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19169
19170 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19171 whitespace removed in revision 7.8. Use concatenated string to
19172 protect trailing whitespace.
19173
19174 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19175
19176 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19177 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19178 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19179 Courier IMAP ("some version from 2004"). Mostly based on similar
19180 code in the same function.
19181
19182 2005-10-26 Didier Verna <didier@xemacs.org>
19183
19184 * gnus-group.el (gnus-group-compact-group): Invalidate original
19185 article buffer.
19186 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19187 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19188 NOV database and in article itself.
19189 Invalidate article backlog.
19190
19191 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19192
19193 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19194
19195 2005-10-26 Simon Josefsson <jas@extundo.com>
19196
19197 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19198 part of 2004-07-25 change.
19199
19200 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19201
19202 * message.el (message-display-completion-list): New function.
19203 (message-expand-group): Use it; make sure the Completions buffer
19204 is modifiable.
19205
19206 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19207
19208 * imap.el (imap-open): Handle case where buffer is a buffer object.
19209
19210 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19211
19212 * pgg-def.el:
19213 * pgg-gpg.el:
19214 * pgg-parse.el:
19215 * pgg-pgp.el:
19216 * pgg-pgp5.el:
19217 * pgg.el: Move to the parent lisp directory.
19218
19219 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19220
19221 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19222 user-mail-name is an empty string.
19223
19224 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19225
19226 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19227 depending on gnus-score-decay-constant.
19228
19229 * encrypt.el (encrypt-insert-file-contents)
19230 (encrypt-write-file-contents): Don't use `gnus-message'.
19231
19232 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19233 arguments.
19234 (mm-uu-type-alist): Add message-marks and insert-marks.
19235 Pass arguments to mm-uu-verbatim-marks-extract.
19236 (mm-uu-hide-markers): New variable.
19237 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19238
19239 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19240 (gnus-convert-image-to-face-command): Use "convert" by default to
19241 allow other input image formats.
19242 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19243 accordingly.
19244
19245 2005-10-23 Simon Josefsson <jas@extundo.com>
19246
19247 * imap.el (imap-gssapi-program): Align command line parameters
19248 with latest GNU SASL.
19249 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19250
19251 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19252
19253 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19254 HTML.
19255 (nnslashdot-request-article): Ditto.
19256
19257 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19258
19259 * mail-source.el (mail-source-fetch-pop): Require pop3.
19260 (mail-source-check-pop): Ditto.
19261
19262 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19263
19264 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19265 errors.
19266
19267 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19268
19269 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19270 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19271
19272 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19273
19274 * mm-bodies.el (mm-decode-string):
19275 Call `mm-charset-to-coding-system' with allow-override argument.
19276
19277 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19278
19279 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19280 (rfc2047-charset-to-coding-system): New function.
19281 (rfc2047-decode-encoded-words): New function.
19282 (rfc2047-decode-region): Use them.
19283 (rfc2047-decode-cte): Remove.
19284 (rfc2047-parse-and-decode): Remove.
19285 (rfc2047-decode): Remove.
19286
19287 2005-10-15 Kenichi Handa <handa@m17n.org>
19288
19289 * rfc2047.el (rfc2047-decode-cte): New function.
19290 (rfc2047-decode-region): Change the way to decode successive
19291 encoded-words: decode B- or Q-encoding in each encoded-word,
19292 concatenate them, and decode it as charset.
19293
19294 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19295
19296 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19297 widget-move-and-invoke.
19298 (gnus-custom-mode): Use gnus-custom-map.
19299
19300 2005-10-15 Bill Wohler <wohler@newt.com>
19301
19302 * message.el (message-tool-bar-map): Rename image file from
19303 mail_send to mail/send.
19304
19305 2005-10-16 Masatake YAMATO <jet@gyve.org>
19306
19307 * message.el (message-expand-group): Pass the common
19308 prefix substring of completion to `display-completion-list'.
19309
19310 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19311
19312 * mml-sec.el (mml-secure-method): New internal variable.
19313 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19314 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19315 New functions using mml-secure-method.
19316
19317 * mml.el (mml-mode-map): Add key bindings for those functions.
19318 (mml-menu): Simplify security menu entries. Suggested by Jesper
19319 Harder <harder@myrealbox.com>.
19320 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19321 Goto end of message if point is the headers of the message.
19322
19323 * message.el (message-in-body-p): New function.
19324
19325 * assistant.el: Autoload gnus-util and netrc.
19326
19327 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19328 Use `mm-charset-override-alist' only when decoding.
19329
19330 * mm-bodies.el (mm-decode-body):
19331 Call `mm-charset-to-coding-system' with allow-override argument.
19332
19333 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19334 `filename' from Content-Disposition if Content-Type doesn't
19335 provide `name'.
19336 (gnus-mime-view-part-as-type): Set default instead of
19337 initial-input.
19338
19339 2005-10-09 Daniel Brockman <daniel@brockman.se>
19340
19341 * format-spec.el (format-spec): Propagate text properties of % spec.
19342
19343 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19344
19345 * gnus-art.el (gnus-treat-predicate): Add `first'.
19346
19347 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19348
19349 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19350 (mm-charset-override-alist): New variable.
19351 (mm-charset-to-coding-system): Use it.
19352 (mm-codepage-setup): New helper function.
19353 (mm-charset-eval-alist): New variable.
19354 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19355 Warn about unknown charsets.
19356
19357 2005-10-04 David Hansen <david.hansen@gmx.net>
19358
19359 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19360 (nnrss-check-group): Ditto.
19361
19362 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19363
19364 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19365 Rename x-gnus-verbatim to x-verbatim.
19366 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19367
19368 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19369 x-verbatim.
19370
19371 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19372
19373 * gnus-util.el (gnus-remove-duplicates): Remove.
19374
19375 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19376 instead of gnus-remove-duplicates.
19377
19378 * message.el (message-remove-duplicates): Remove.
19379 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19380 message-remove-duplicates.
19381
19382 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19383 available, else use implementation from `delete-dups'.
19384
19385 * message.el (message-insert-expires): New function.
19386 (message-mode-map): Add key binding.
19387 (message-mode-field-menu): Add menu entry.
19388 (message-mode): Document it.
19389 (message-make-expires-date): Use `message-make-date'.
19390
19391 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19392
19393 * message.el (message-make-expires-date): New function.
19394
19395 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19396
19397 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19398
19399 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19400
19401 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19402 function rather than the diff-mode.el package.
19403 (mm-display-external): Use with-current-buffer.
19404 (mm-viewer-completion-map, mm-viewer-completion-map):
19405 Move initialization inside declaration.
19406
19407 2005-09-29 Simon Josefsson <jas@extundo.com>
19408
19409 * spam.el: Load hashcash when compiling, to avoid warnings.
19410 Don't autoload mail-check-payment.
19411 (spam-check-hashcash): Define unconditionally, since hashcash.el
19412 is part of Gnus now. Ignore errors from payment checking.
19413
19414 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19415
19416 * message.el (message-bold-region, message-unbold-region):
19417 Rename from `bold-region' and `unbold-region'.
19418
19419 * message.el: Remove useless autoloads.
19420
19421 2005-09-28 Simon Josefsson <jas@extundo.com>
19422
19423 * message.el (message-use-idna): Default to t.
19424 (message-use-idna): Test whether encoding works too. Doc fix.
19425
19426 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19427
19428 * nntp.el (nntp-warn-about-losing-connection): Remove.
19429
19430 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19431
19432 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19433 customizable. Change default value.
19434 (mm-uu-diff-groups-regexp): Change default value.
19435 (mm-uu-type-alist): Add doc string.
19436 (mm-uu-configure): Add doc string. Make it interactive.
19437 (mm-uu-tex-groups-regexp): New variable.
19438 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19439 (mm-uu-type-alist): Add LaTeX documents.
19440 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19441 of "text/verbatim".
19442 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19443
19444 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19445 instead of "text/verbatim".
19446
19447 * message.el (message-mark-inserted-region)
19448 (message-mark-insert-file): Use slrn style marks when called with
19449 prefix argument.
19450
19451 2005-09-27 Simon Josefsson <jas@extundo.com>
19452
19453 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19454
19455 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19456
19457 * message.el (message-remove-duplicates): New function.
19458 Implementation borrowed from `gnus-remove-duplicates'.
19459 (message-idna-to-ascii-rhs): Also encode idna addresses in
19460 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19461 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19462 only ask about the same idna domain once per header and also tell
19463 in what header to replace the idna domain.
19464
19465 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19466 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19467 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19468 a header is decoded and not just the last one.
19469
19470 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19471
19472 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19473 has been decoded.
19474
19475 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19476 (mm-insert-part): Don't modify text if it has been decoded.
19477
19478 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19479 decoded.
19480
19481 * mm-view.el (mm-inline-text): Don't strip text props unless
19482 decoding enriched or richtext parts.
19483
19484 2005-09-25 Romain Francoise <romain@orebokech.com>
19485
19486 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19487 * gnus-start.el (gnus-subscribe-interactively):
19488 * gnus-uu.el (gnus-uu-grab-articles):
19489 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19490 space.
19491
19492 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19493
19494 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19495 * mm-view.el (mm-view-pkcs7-decrypt):
19496 * gnus-sum.el (gnus-summary-limit-to-extra)
19497 (gnus-summary-respool-article, gnus-read-move-group-name):
19498 * gnus-score.el (gnus-summary-increase-score):
19499 * gnus-util.el (gnus-completing-read-with-default):
19500 * gnus-art.el (gnus-read-save-file-name)
19501 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19502 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19503 * message.el (message-check-news-header-syntax):
19504 Follow convention for reading with the minibuffer.
19505
19506 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19507
19508 * spam-report.el (spam-report-url-ping-plain):
19509 Use gnus-extended-version as User-Agent.
19510
19511 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19512 default value is nil.
19513
19514 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19515 (mm-uu-verbatim-marks-extract): New function.
19516 (mm-uu-extract): New face.
19517 (mm-uu-copy-to-buffer): Use it.
19518
19519 * spam-report.el (spam-report-gmane-ham): Rename from
19520 `spam-report-gmane-unspam'.
19521 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19522 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19523
19524 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19525 Autoload.
19526 (spam-report-gmane-unregister-routine):
19527 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19528
19529 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19530
19531 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19532 (spam-report-gmane-unregister-routine): Add support for gmane
19533 unregistration.
19534
19535 * spam-report.el (spam-report-gmane-unspam)
19536 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19537 (spam-report-gmane): Change to take a single article and do unspam
19538 registration.
19539
19540 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19541
19542 * mm-url.el (mm-url-decode-entities): Fix regexp.
19543
19544 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19545
19546 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19547 default to nil, to be able to use Gnus at all. If the default
19548 switches to something else, then the function should be fixed not
19549 be exceedingly slow.
19550
19551 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19552
19553 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19554 fail hard.
19555
19556 * spam-report.el: Add better Keywords line.
19557
19558 * spam.el: Add Maintainer and better Keywords line.
19559
19560 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19561
19562 * gnus-art.el (gnus-article-replace-part)
19563 (gnus-mime-replace-part): New functions.
19564 (gnus-mime-action-alist, gnus-mime-button-commands)
19565 (gnus-mime-save-part-and-strip): Add file argument.
19566 (gnus-article-part-wrapper): Add interactive argument.
19567
19568 * gnus-sum.el (gnus-summary-mime-map):
19569 Add `gnus-article-replace-part'.
19570
19571 2005-09-19 Didier Verna <didier@xemacs.org>
19572
19573 The nnml compaction feature:
19574 * nnml.el (nnml-request-compact-group): New function.
19575 * nnml.el (nnml-request-compact): New function.
19576 * gnus-int.el (gnus-request-compact-group): New function.
19577 * gnus-int.el (gnus-request-compact): New function.
19578 * gnus-group.el (gnus-group-compact-group): New function.
19579 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19580 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19581 * gnus-srvr.el (gnus-server-compact-server): New function.
19582 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19583 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19584
19585 2005-09-18 Deepak Goel <deego@gnufans.org>
19586
19587 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19588 format spec.
19589
19590 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19591
19592 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19593
19594 2005-09-15 Romain Francoise <romain@orebokech.com>
19595
19596 * message.el (message-fill-paragraph): Clarify docstring.
19597
19598 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19599
19600 * gnus-art.el (gnus-mime-display-part): Protect against broken
19601 MIME messages.
19602
19603 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19604
19605 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19606 before parsing header.
19607
19608 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19609
19610 * html2text.el (html2text-replace-list): Add new entities.
19611
19612 2005-09-11 Romain Francoise <romain@orebokech.com>
19613
19614 * message.el (message-alternative-emails): Improve docstring.
19615 (message-setup-1): Call `message-use-alternative-email-as-from'
19616 after `message-setup-hook' to give it precedence over posting
19617 styles, etc.
19618 (message-use-alternative-email-as-from): Add docstring.
19619 Remove the original From header if present.
19620
19621 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19622 (nnml-save-mail): Use it.
19623
19624 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19625 articles. Add new argument `silent'.
19626 (gnus-uu-mark-all): Report the total number of marked articles.
19627
19628 2005-09-10 Romain Francoise <romain@orebokech.com>
19629
19630 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19631 (gnus-uu-mark-series): Likewise.
19632
19633 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19634
19635 * spam-report.el (spam-report-gmane): Fix generation of spam
19636 report URL.
19637
19638 2005-09-10 Simon Josefsson <jas@extundo.com>
19639
19640 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19641 t, based on discussion on the ding list with Robert Epprecht
19642 <epprecht@solnet.ch>.
19643
19644 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19645
19646 * spam-report.el (spam-report-gmane): Make it work without
19647 X-Report-Spam header. Gmane now only provides Archived-At.
19648 This is only used if `spam-report-gmane-use-article-number' is nil.
19649 (spam-report-gmane-spam-header): Remove. Not used anymore.
19650
19651 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19652 make `gnus-summary-sort-by-recipient' work with threading.
19653
19654 * nnweb.el (nnweb-google-wash-article): Print a message if article
19655 is not available.
19656
19657 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19658
19659 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19660 change. Decode text/* parts content before displaying.
19661
19662 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19663
19664 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19665
19666 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19667
19668 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19669
19670 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19671
19672 * message.el (message-tab-body-function): Fix mismatched custom type.
19673
19674 * gnus.el (gnus-group-change-level-function): Ditto.
19675
19676 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19677
19678 * gnus-art.el (gnus-signature-limit)
19679 (gnus-article-mime-part-function): Ditto.
19680
19681 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19682
19683 * mml.el (mml-mode): Silence the byte compiler.
19684
19685 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19686 using `(sit-for 0)' before moving the point to the specified part;
19687 skip unbuttonized parts.
19688 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19689 return to the summary window if gnus-auto-select-part is non-nil.
19690
19691 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19692
19693 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19694 New variables.
19695 (mml-dnd-attach-file, mml-mode): Use them.
19696
19697 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19698 Make fetching article by MID work again for Google Groups.
19699 Add FIXME concerning gnus-group-make-web-group.
19700
19701 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19702 Don't depend on Gnus by using mail-extract-address-components if
19703 gnus-extract-address-components is not bound.
19704
19705 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19706
19707 * gnus-art.el (gnus-mime-display-security): Don't display the
19708 signature, but only the signed part.
19709
19710 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19711
19712 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19713
19714 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19715 list, not listp.
19716
19717 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19718
19719 * mm-encode.el (mm-encode-content-transfer-encoding):
19720 Likewise when encoding.
19721
19722 * mm-bodies.el (mm-decode-content-transfer-encoding):
19723 De-canonicalize CRLF for all text content types, not just
19724 text/plain.
19725
19726 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19727
19728 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19729 valid article; point arrow and cursor at the MIME button.
19730
19731 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19732
19733 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19734 Suggested by Dan Christensen <jdc@uwo.ca>.
19735
19736 * mm-decode.el (mm-save-part): Enable change of prompt.
19737
19738 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19739
19740 * gnus-msg.el (gnus-inews-add-send-actions):
19741 Make `message-post-method' lambda parameter ARG `&optional'.
19742
19743 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19744
19745 * gnus-sum.el (gnus-summary-mime-map):
19746 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19747 gnus-article-jump-to-part.
19748
19749 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19750 (gnus-article-edit-part): Use it.
19751 (gnus-article-part-wrapper): Add no-handle argument.
19752 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19753 New functions.
19754
19755 2005-08-29 Romain Francoise <romain@orebokech.com>
19756
19757 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19758 docstring.
19759 (gnus-face-from-file): Likewise.
19760
19761 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19762
19763 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19764 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19765 non-nil.
19766 (gnus-auto-select-part): New variable.
19767 (gnus-article-jump-to-part): New function.
19768 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19769 (gnus-mime-delete-part): Allow selecting specified part after
19770 deleting or stripping parts.
19771 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19772 part if argument is bogus.
19773
19774 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19775
19776 * gnus-art.el (w3m-minor-mode-map):
19777 * gnus-spec.el (gnus-newsrc-file-version):
19778 * gnus-util.el (nnmail-active-file-coding-system)
19779 (gnus-original-article-buffer, gnus-user-agent):
19780 * gnus.el (gnus-ham-process-destinations)
19781 (gnus-parameter-ham-marks-alist)
19782 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19783 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19784 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19785 * mm-decode.el (gnus-current-window-configuration):
19786 * mm-extern.el (gnus-article-mime-handles):
19787 * mm-url.el (url-current-object, url-package-name)
19788 (url-package-version):
19789 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19790 (smime-keys, w3m-cid-retrieve-function-alist)
19791 (w3m-current-buffer, w3m-display-inline-images)
19792 (w3m-minor-mode-map):
19793 * mml-smime.el (gnus-extract-address-components):
19794 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19795 (gnus-newsrc-hashtb, message-default-charset)
19796 (message-deletable-headers, message-options)
19797 (message-posting-charset, message-required-mail-headers)
19798 (message-required-news-headers):
19799 * mml1991.el (mc-pgp-always-sign):
19800 * mml2015.el (mc-pgp-always-sign):
19801 * nnheader.el (nnmail-extra-headers):
19802 * rfc1843.el (gnus-decode-encoded-word-function)
19803 (gnus-decode-header-function, gnus-newsgroup-name):
19804 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19805
19806 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19807
19808 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19809 the end of the date treatments.
19810
19811 2005-08-15 Simon Josefsson <jas@extundo.com>
19812
19813 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19814 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19815 Capello and Romain Francoise.
19816 (pgg-fetch-key-function): Remove, not used?
19817 (pgg-insert-url-with-w3): Require url, to get
19818 url-insert-file-contents regardless of where it is defined.
19819
19820 2005-08-13 Romain Francoise <romain@orebokech.com>
19821
19822 * message.el (message-cite-original-1): New function.
19823 (message-cite-original): Use it.
19824 (message-cite-original-without-signature): Ditto.
19825
19826 2005-08-08 Romain Francoise <romain@orebokech.com>
19827
19828 * message.el (message-yank-empty-prefix): New variable.
19829 (message-indent-citation): Use it.
19830 (message-cite-original-without-signature): Respect X-No-Archive.
19831
19832 2005-08-08 Simon Josefsson <jas@extundo.com>
19833
19834 * pgg.el: Autoload url-insert-file-contents instead of loading
19835 w3/url.
19836 (pgg-insert-url-with-w3): Don't load url here.
19837
19838 2005-08-07 Jesper Harder <harder@phys.au.dk>
19839
19840 * message.el (message-kill-to-signature): Don't insert newline at
19841 bol.
19842 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19843
19844 2005-08-06 Romain Francoise <romain@orebokech.com>
19845
19846 * message.el (message-user-fqdn): Fix typo in docstring.
19847
19848 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19849
19850 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19851
19852 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19853
19854 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19855
19856 * mm-bodies.el (mm-encode-body): Use coding system rather than
19857 charset to encode text.
19858
19859 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19860 number of charsets if utf-8 is available (XEmacs).
19861
19862 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19863
19864 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19865 taken from `gnus-button-mid-or-mail-regexp'.
19866 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19867 (gnus-button-alist): Improve regexp for domain part of the MIDs
19868 for news:localpart@domain buttons.
19869 (gnus-button-ctan-directory-regexp): Update.
19870
19871 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19872
19873 * sieve-manage.el (sieve-manage-interactive-login):
19874 Use make-local-variable rather than make-variable-buffer-local.
19875 (sieve-manage-open): Ditto.
19876 (sieve-manage-authenticate): Ditto.
19877
19878 * mml.el (mml-generate-mime-1): Make the content type default to
19879 text/plain if the filename is not specified.
19880
19881 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19882
19883 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19884 instead of insert-buffer.
19885
19886 * message.el (message-yank-original): Ditto; set the mark at the
19887 end of the yanked message.
19888
19889 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19890
19891 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19892 lines to scroll rather than to stop it.
19893
19894 * mml.el (mml-generate-default-type): Add doc string.
19895 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19896 default to application/octet-stream when determining the content
19897 type if it is not specified for the part or the mml contents; add
19898 a comment about mml-generate-default-type.
19899
19900 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19901
19902 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19903 make it default to application/octet-stream when determining the
19904 content type if it is not specified for the external contents.
19905
19906 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19907
19908 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19909 segmented parameter but also other parameters might be there.
19910
19911 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19912
19913 * mm-decode.el (mm-display-external): Delete temp file, directory
19914 and buffer immediately if the external process is exited.
19915
19916 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19917
19918 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19919 fewer lines than that of scroll-margin.
19920 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19921
19922 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19923
19924 * gnus-art.el (gnus-article-next-page): Revert.
19925 (gnus-article-beginning-of-window): New macro.
19926 (gnus-article-next-page-1): Use it.
19927 (gnus-article-prev-page): Ditto.
19928 (gnus-article-edit-part): Use insert-buffer-substring instead of
19929 insert-buffer.
19930 (gnus-article-edit-exit): Ditto.
19931
19932 * gnus-util.el (gnus-beginning-of-window): Remove.
19933 (gnus-end-of-window): Remove.
19934
19935 2005-07-25 Simon Josefsson <jas@extundo.com>
19936
19937 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19938 to have the url package without w3. Reported by Daiki Ueno
19939 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19940
19941 2005-07-20 Didier Verna <didier@xemacs.org>
19942
19943 * gnus-diary.el: Remove the description comment (nndiary is now
19944 properly documented in the Gnus manual).
19945 Fix the spelling of "Back End".
19946 * nndiary.el: Ditto.
19947 Fix the copyright notice.
19948
19949 2005-07-18 Romain Francoise <romain@orebokech.com>
19950
19951 * gnus-sum.el (gnus-summary-to-prefix)
19952 (gnus-summary-newsgroup-prefix): New variables.
19953 (gnus-summary-from-or-to-or-newsgroups): Use them.
19954
19955 2005-07-17 Romain Francoise <romain@orebokech.com>
19956
19957 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19958 space as it's generally not especially interesting to the user.
19959
19960 2005-07-16 Romain Francoise <romain@orebokech.com>
19961
19962 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19963 nil to avoid prompting and file modification if one of the
19964 messages at the top of the nnfolder file contains a copyright
19965 notice.
19966 Update copyright notice.
19967
19968 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19969 instead of `current-time-string' as the latter creates a time
19970 string that is not RFC 2822 compliant (it lacks the zone).
19971 Update copyright notice.
19972
19973 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19974
19975 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19976 for text/rtf. Display default in prompt. Pass default for M-n.
19977
19978 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19979
19980 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19981
19982 * gnus-msg.el (gnus-button-mailto):
19983 Remove save-selected-window-window hackery because it relies on
19984 save-selected-window internals.
19985
19986 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19987
19988 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19989 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19990 (gnus-article-prev-page): Ditto.
19991
19992 * gnus-util.el (gnus-beginning-of-window): New function.
19993 (gnus-end-of-window): New function.
19994
19995 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19996
19997 * gnus-score.el (gnus-score-edit-all-score):
19998 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19999 gnus-message.
20000
20001 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20002
20003 * gnus-msg.el (gnus-button-mailto):
20004 Remove save-selected-window-window hackery because it relies on
20005 save-selected-window internals.
20006
20007 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20008
20009 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20010 add-minor-mode.
20011 (gnus-binary-mode): Ditto.
20012
20013 * gnus-topic.el (gnus-topic-mode): Ditto.
20014
20015 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20016
20017 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20018 (gnus-article-prev-page): Take scroll-margin into consideration.
20019
20020 2005-07-04 Lute Kamstra <lute@gnu.org>
20021
20022 Update FSF's address in GPL notices.
20023
20024 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20025
20026 * gnus.el (gnus-exit):
20027 * gnus-group.el (gnus-group-icons):
20028 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20029
20030 * gnus-nocem.el (gnus-nocem):
20031 * message.el (message-various, message-buffers, message-sending)
20032 (message-interface, message-forwarding, message-insertion)
20033 (message-headers, message-news, message-mail):
20034 * pgg-gpg.el (pgg-gpg):
20035 * pgg-parse.el (pgg-parse):
20036 * pgg-pgp.el (pgg-pgp):
20037 * pgg-pgp5.el (pgg-pgp5):
20038 * pop3.el (pop3): Finish `defgroup' description with period.
20039
20040 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20041
20042 * gnus-art.el (article-display-face): Improve the efficiency.
20043 (article-display-x-face): Ditto; remove gray x-face stuff.
20044
20045 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20046
20047 * gnus-art.el (article-display-face): Correct the position in
20048 which Faces are inserted.
20049
20050 2005-06-29 Didier Verna <didier@xemacs.org>
20051
20052 * gnus-art.el (article-display-face): Display faces in correct
20053 order.
20054
20055 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20056
20057 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20058 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20059 (gnus-nocem-check-article): Fetch the Type header.
20060 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20061 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20062 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20063 make sure gnus-nocem-hashtb is initialized.
20064 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20065 (gnus-nocem-unwanted-article-p): Ditto.
20066
20067 * pgg.el (pgg-verify): Return the verification result.
20068
20069 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20070
20071 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20072 is ascii.
20073
20074 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20075
20076 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20077 `show-nonbreak-escape'.
20078
20079 2005-06-23 Lute Kamstra <lute@gnu.org>
20080
20081 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20082
20083 * dig.el (dig-mode):
20084 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20085
20086 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20087
20088 * nnimap.el (nnimap-split-download-body): Fix spellings.
20089
20090 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20091
20092 * gnus-art.el (gnus-article-encrypt-body):
20093 * gnus-cus.el (gnus-score-customize):
20094 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20095 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20096
20097 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20098
20099 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20100 header by looking for magic "MII" at the beginning.
20101
20102 2005-06-16 Miles Bader <miles@gnu.org>
20103
20104 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20105 (assistant-field-face): New backward-compatibility alias for renamed
20106 face.
20107 (assistant-render-text): Use renamed assistant-field face.
20108
20109 * spam.el (spam): Remove "-face" suffix from face name.
20110 (spam-face): New backward-compatibility alias for renamed face.
20111 (spam-face, spam-initialize): Use renamed spam face.
20112
20113 * message.el (message-header-to, message-header-cc)
20114 (message-header-subject, message-header-newsgroups)
20115 (message-header-other, message-header-name)
20116 (message-header-xheader, message-separator, message-cited-text)
20117 (message-mml): Remove "-face" suffix from face names.
20118 (message-header-to-face, message-header-cc-face)
20119 (message-header-subject-face, message-header-newsgroups-face)
20120 (message-header-other-face, message-header-name-face)
20121 (message-header-xheader-face, message-separator-face)
20122 (message-cited-text-face, message-mml-face):
20123 New backward-compatibility aliases for renamed faces.
20124 (message-font-lock-keywords): Use renamed message faces.
20125
20126 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20127 (sieve-test-commands, sieve-tagged-arguments):
20128 Remove "-face" suffix from face names.
20129 (sieve-control-commands-face, sieve-action-commands-face)
20130 (sieve-test-commands-face, sieve-tagged-arguments-face):
20131 New backward-compatibility aliases for renamed faces.
20132 (sieve-control-commands-face, sieve-action-commands-face)
20133 (sieve-test-commands-face, sieve-tagged-arguments-face):
20134 Use renamed sieve faces.
20135
20136 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20137 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20138 (gnus-group-news-3-empty, gnus-group-news-4)
20139 (gnus-group-news-4-empty, gnus-group-news-5)
20140 (gnus-group-news-5-empty, gnus-group-news-6)
20141 (gnus-group-news-6-empty, gnus-group-news-low)
20142 (gnus-group-news-low-empty, gnus-group-mail-1)
20143 (gnus-group-mail-1-empty, gnus-group-mail-2)
20144 (gnus-group-mail-2-empty, gnus-group-mail-3)
20145 (gnus-group-mail-3-empty, gnus-group-mail-low)
20146 (gnus-group-mail-low-empty, gnus-summary-selected)
20147 (gnus-summary-cancelled, gnus-summary-high-ticked)
20148 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20149 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20150 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20151 (gnus-summary-low-undownloaded)
20152 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20153 (gnus-summary-low-unread, gnus-summary-normal-unread)
20154 (gnus-summary-high-read, gnus-summary-low-read)
20155 (gnus-summary-normal-read, gnus-splash):
20156 Remove "-face" suffix from face names.
20157 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20158 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20159 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20160 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20161 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20162 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20163 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20164 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20165 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20166 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20167 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20168 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20169 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20170 (gnus-summary-normal-ticked-face)
20171 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20172 (gnus-summary-normal-ancient-face)
20173 (gnus-summary-high-undownloaded-face)
20174 (gnus-summary-low-undownloaded-face)
20175 (gnus-summary-normal-undownloaded-face)
20176 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20177 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20178 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20179 (gnus-splash-face):
20180 New backward-compatibility aliases for renamed faces.
20181 (gnus-group-startup-message): Use renamed gnus faces.
20182
20183 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20184 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20185 (gnus-server-agent): Remove "-face" suffix from face names.
20186 (gnus-server-agent-face, gnus-server-opened-face)
20187 (gnus-server-closed-face, gnus-server-denied-face)
20188 (gnus-server-offline-face):
20189 New backward-compatibility aliases for renamed faces.
20190 (gnus-server-agent-face, gnus-server-opened-face)
20191 (gnus-server-closed-face, gnus-server-denied-face)
20192 (gnus-server-offline-face): Use renamed gnus faces.
20193
20194 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20195 Remove "-face" suffix from face names.
20196 (gnus-picon-xbm-face, gnus-picon-face):
20197 New backward-compatibility aliases for renamed faces.
20198
20199 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20200 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20201 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20202 (gnus-cite-11): Remove "-face" suffix from face names.
20203 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20204 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20205 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20206 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20207 New backward-compatibility aliases for renamed faces.
20208 (gnus-cite-attribution-face, gnus-cite-face-list)
20209 (gnus-article-boring-faces): Use renamed gnus faces.
20210
20211 * gnus-art.el (gnus-signature, gnus-header-from)
20212 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20213 (gnus-header-content): Remove "-face" suffix from face names.
20214 (gnus-signature-face, gnus-header-from-face)
20215 (gnus-header-subject-face, gnus-header-newsgroups-face)
20216 (gnus-header-name-face, gnus-header-content-face):
20217 New backward-compatibility aliases for renamed faces.
20218 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20219
20220 * gnus-sum.el (gnus-summary-selected-face)
20221 (gnus-summary-highlight): Use renamed gnus faces.
20222 * gnus-group.el (gnus-group-highlight): Likewise.
20223
20224 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20225
20226 * gnus-sieve.el (gnus-sieve-article-add-rule):
20227 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20228 * spam-stat.el (spam-stat-buffer-change-to-spam)
20229 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20230
20231 * message.el (message-is-yours-p):
20232 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20233
20234 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20235
20236 * mm-view.el (mm-inline-text): Withdraw the last change.
20237
20238 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20239
20240 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20241 executing enriched-decode.
20242
20243 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20244
20245 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20246 charset of tar files.
20247
20248 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20249
20250 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20251
20252 2005-06-04 Lute Kamstra <lute@gnu.org>
20253
20254 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20255 information is never recorded.
20256
20257 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20258
20259 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20260
20261 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20262
20263 * pop3.el (pop3-apop): Run md5 in the binary mode.
20264
20265 * starttls.el (starttls-set-process-query-on-exit-flag):
20266 Use eval-and-compile.
20267
20268 2005-05-31 Simon Josefsson <jas@extundo.com>
20269
20270 * smime.el (smime-replace-in-string): Define.
20271 (smime-cert-by-ldap-1): Use it.
20272
20273 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20274
20275 * gnus-art.el (article-display-x-face): Replace
20276 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20277
20278 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20279 set-process-query-on-exit-flag or process-kill-without-query.
20280
20281 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20282 loop instead of replace-regexp.
20283
20284 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20285 instead of process-kill-without-query if it is available.
20286
20287 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20288 instead of find-file-hooks if it is available.
20289
20290 * mml1991.el: Bind pgg-default-user-id when compiling.
20291
20292 * mml2015.el: Bind pgg-default-user-id when compiling.
20293
20294 * nndraft.el (nndraft-request-associate-buffer):
20295 Use write-contents-functions instead of write-contents-hooks if it is
20296 available.
20297
20298 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20299 instead of find-file-hooks if it is available.
20300
20301 * nntp.el (nntp-open-connection): Replace
20302 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20303 (nntp-open-ssl-stream): Ditto.
20304 (nntp-open-tls-stream): Ditto.
20305
20306 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20307 set-process-query-on-exit-flag or process-kill-without-query.
20308 (starttls-open-stream-gnutls): Use it instead of
20309 process-kill-without-query.
20310 (starttls-open-stream): Ditto.
20311
20312 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20313
20314 * smime.el (smime-cert-by-ldap-1): Don't use
20315 replace-regexp-in-string.
20316
20317 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20318
20319 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20320
20321 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20322 in PEM format. Adjust to the XEmacs compatibility.
20323
20324 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20325
20326 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20327 by `string-to-number'.
20328 * gnus-agent.el (gnus-agent-regenerate-group)
20329 (gnus-agent-fetch-articles): Ditto.
20330 * gnus-art.el (gnus-button-fetch-group): Ditto.
20331 * gnus-cache.el (gnus-cache-generate-active)
20332 (gnus-cache-articles-in-group): Ditto.
20333 * gnus-group.el (gnus-group-set-current-level)
20334 (gnus-group-insert-group-line): Ditto.
20335 * gnus-score.el (gnus-score-set-expunge-below)
20336 (gnus-score-set-mark-below, gnus-summary-score-effect)
20337 (gnus-summary-score-entry): Ditto.
20338 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20339 (gnus-soup-pack): Ditto.
20340 * gnus-spec.el (gnus-xmas-format): Ditto.
20341 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20342 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20343 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20344 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20345 * nndb.el (nndb-get-remote-expire-response): Ditto.
20346 * nndiary.el (nndiary-parse-schedule-value)
20347 (nndiary-string-to-number, nndiary-request-replace-article)
20348 (nndiary-request-article): Ditto.
20349 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20350 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20351 * nneething.el (nneething-make-head): Ditto.
20352 * nnfolder.el (nnfolder-request-article)
20353 (nnfolder-retrieve-headers): Ditto.
20354 * nnheader.el (nnheader-file-to-number): Ditto.
20355 * nnkiboze.el (nnkiboze-request-article): Ditto.
20356 * nnmail.el (nnmail-process-unix-mail-format)
20357 (nnmail-process-babyl-mail-format): Ditto.
20358 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20359 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20360 (nnmh-request-create-group, nnmh-request-list-1)
20361 (nnmh-request-group, nnmh-request-article): Ditto.
20362 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20363 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20364 * nnsoup.el (nnsoup-make-active): Ditto.
20365 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20366 * nntp.el (nntp-find-group-and-number)
20367 (nntp-retrieve-headers-with-xover): Ditto.
20368 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20369 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20370 (pgg-format-key-identifier): Ditto.
20371 * pop3.el (pop3-last, pop3-stat): Ditto.
20372 * qp.el (quoted-printable-decode-region): Ditto.
20373
20374 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20375 of concat.
20376
20377 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20378
20379 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20380
20381 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20382
20383 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20384
20385 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20386
20387 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20388
20389 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20390
20391 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20392 (gnus-carpal-mode): Ditto.
20393
20394 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20395 (gnus-browse-mode): Ditto.
20396
20397 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20398
20399 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20400
20401 2005-05-29 Richard M. Stallman <rms@gnu.org>
20402
20403 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20404
20405 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20406
20407 * gnus-util.el (gnus-run-mode-hooks): New function.
20408
20409 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20410
20411 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20412
20413 * gnus-agent.el (gnus-agent-make-mode-line-string):
20414 Use mode-line-highlight as mouse-face.
20415
20416 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20417
20418 * canlock.el (canlock): Change the parent group to news.
20419
20420 * deuglify.el (gnus-outlook-deuglify): Add :group.
20421
20422 * dig.el (dig): Add :group.
20423
20424 * dns-mode.el (dns-mode): Add :group.
20425
20426 * encrypt.el (encrypt): Add :group.
20427
20428 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20429 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20430 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20431 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20432 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20433
20434 * gnus-diary.el (gnus-diary): Add :group.
20435
20436 * gnus.el (gnus-group-news-1-face): Add :group.
20437 (gnus-group-news-1-empty-face): Ditto.
20438 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20439 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20440 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20441 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20442 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20443 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20444 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20445 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20446 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20447 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20448 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20449 (gnus-summary-high-ticked-face): Ditto.
20450 (gnus-summary-low-ticked-face): Ditto.
20451 (gnus-summary-normal-ticked-face): Ditto.
20452 (gnus-summary-high-ancient-face): Ditto.
20453 (gnus-summary-low-ancient-face): Ditto.
20454 (gnus-summary-normal-ancient-face): Ditto.
20455 (gnus-summary-high-undownloaded-face): Ditto.
20456 (gnus-summary-low-undownloaded-face): Ditto.
20457 (gnus-summary-normal-undownloaded-face): Ditto.
20458 (gnus-summary-high-unread-face): Ditto.
20459 (gnus-summary-low-unread-face): Ditto.
20460 (gnus-summary-normal-unread-face): Ditto.
20461 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20462 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20463
20464 * hashcash.el (hashcash): New custom group.
20465 (hashcash-default-payment): Add :group.
20466 (hashcash-payment-alist): Ditto.
20467 (hashcash-default-accept-payment): Ditto.
20468 (hashcash-accept-resources): Ditto.
20469 (hashcash-path): Ditto.
20470 (hashcash-extra-generate-parameters): Ditto.
20471 (hashcash-double-spend-database): Ditto.
20472 (hashcash-in-news): Ditto.
20473
20474 * message.el (message-minibuffer-local-map): Add :group.
20475
20476 * netrc.el (netrc): Add :group.
20477
20478 * sieve-manage.el (sieve-manage-log): Add :group.
20479 (sieve-manage-default-user): Diito.
20480 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20481 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20482 (sieve-manage-authenticators): Ditto.
20483 (sieve-manage-authenticator-alist): Ditto.
20484 (sieve-manage-default-port): Ditto.
20485
20486 * sieve-mode.el (sieve-control-commands-face): Add :group.
20487 (sieve-action-commands-face): Ditto.
20488 (sieve-test-commands-face): Ditto.
20489 (sieve-tagged-arguments-face): Ditto.
20490
20491 * smime.el (smime): Add :group.
20492
20493 * spam-report.el (spam-report): Add :group.
20494
20495 * spam.el (spam, spam-face): Add :group.
20496
20497 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20498
20499 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20500 return \n.\n.\n at the end of articles. Protect against that.
20501 (nntp-with-open-group): Allow debugging.
20502
20503 * nnheader.el (mail-header-set-extra): Make into a function
20504 because I just could't understand how to quote the list properly.
20505
20506 * dns.el (query-dns-cached): New function.
20507
20508 2005-05-26 Lute Kamstra <lute@gnu.org>
20509
20510 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20511
20512 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20513
20514 * gnus-art.el: Don't autoload mail-extract-address-components.
20515
20516 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20517 eval-and-compile to evaluate it.
20518
20519 * hashcash.el: Don't autoload executable-find.
20520
20521 * nndb.el: Don't declare the nndb back end two or more times; don't
20522 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20523
20524 * nntp.el: Autoload format-spec instead of format; use
20525 eval-and-compile to evaluate autoload forms.
20526
20527 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20528
20529 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20530
20531 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20532
20533 * gnus.el (gnus-version-number): Bump version.
20534
20535 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20536
20537 * gnus.el: No Gnus v0.3 is released.
20538
20539 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20540
20541 * gnus-art.el (gnus-article-edit-part): Disable undo.
20542
20543 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20544
20545 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20546 gnus-article-date-lapsed-new-header is t if date timer is active;
20547 skip headers in which the original date value is empty.
20548 (gnus-article-save-original-date): Redefine it as a macro.
20549 (gnus-display-mime): Use it.
20550
20551 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20552
20553 * gnus-art.el (article-date-ut): Support converting date in
20554 forwarded parts as well.
20555 (gnus-article-save-original-date): New function.
20556 (gnus-display-mime): Use it.
20557
20558 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20559
20560 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20561 enclosure element of <item>.
20562
20563 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20564
20565 * message.el (message-kill-buffer-query): Rename from
20566 `message-kill-buffer-query-if-modified'. Add :version.
20567
20568 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20569
20570 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20571 window layout.
20572
20573 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20574
20575 * mml.el: Autoload dnd when compiling.
20576
20577 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20578
20579 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20580 x-dnd-*.
20581
20582 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20583
20584 * qp.el (quoted-printable-encode-region): Save excursion.
20585
20586 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20587
20588 * message.el (message-kill-buffer-query-if-modified): Add new variable
20589 so the user can kill a modified message buffer quickly.
20590 (message-kill-buffer): Use it.
20591
20592 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20593
20594 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20595 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20596
20597 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20598
20599 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20600 contained in text because xml.el decodes entities) with LFs.
20601
20602 2005-04-11 Lute Kamstra <lute@gnu.org>
20603
20604 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20605 differently.
20606
20607 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20608
20609 * mm-util.el (mm-detect-coding-region): Typo.
20610
20611 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20612
20613 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20614
20615 2005-04-06 Deepak Goel <deego@gnufans.org>
20616
20617 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20618 user-function allow user modifications of the scores.
20619 (spam-stat-score-buffer-user): New function, to allow
20620 user-computed modifications to the score.
20621 (spam-stat-score-buffer-user-functions): List of additional
20622 scoring functions.
20623 (spam-stat-error-holder): Global temporary error holder.
20624 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20625 variable.
20626
20627 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20628
20629 * gnus-registry.el (gnus-registry-clean-empty-function)
20630 (gnus-registry-trim, gnus-registry-fetch-groups)
20631 (gnus-registry-delete-group): Groups that match
20632 `gnus-registry-ignored-groups' are removed from the registry
20633 entries, not just ignored for splitting. This helps clean up the
20634 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20635 to get all the groups a message ID is in.
20636
20637 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20638 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20639 (spam-stat-score-buffer-user-functions): Add :number custom type.
20640
20641 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20642
20643 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20644 argument in XEmacs.
20645
20646 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20647 (nnrss-request-group): Decode group name first.
20648 (nnrss-request-article): Make a text/plain article if mml-to-mime
20649 failed.
20650 (nnrss-get-encoding): Return a compatible encoding according to
20651 nnrss-compatible-encoding-alist.
20652 (nnrss-find-el): Use consp instead of listp.
20653 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20654
20655 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20656
20657 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20658 which Emacs 20 doesn't support.
20659 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20660
20661 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20662
20663 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20664 silence the byte compiler inside the defun.
20665
20666 * gnus-demon.el (parse-time-string): Add autoload.
20667
20668 * gnus-delay.el (parse-time-string): Add autoload.
20669
20670 * gnus-art.el (parse-time-string): Add autoload.
20671
20672 * nnultimate.el (parse-time): Require for `parse-time-string'.
20673
20674 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20675
20676 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20677
20678 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20679
20680 * smime.el (smime-ldap-host-list): Add :version.
20681
20682 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20683
20684 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20685 pass it to `gnus-browse-read-group'.
20686 (gnus-browse-read-group): Add NUMBER argument and pass it to
20687 `gnus-group-read-ephemeral-group'.
20688
20689 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20690 argument and pass it to `gnus-group-read-group'.
20691
20692 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20693
20694 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20695 mm-xemacs-find-mime-charset-1 if we have the mule feature
20696 available at runtime.
20697
20698 2005-03-25 Werner Lemberg <wl@gnu.org>
20699
20700 * nnmaildir.el: Replace `illegal' with `invalid'.
20701
20702 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20703
20704 * gnus-start.el (gnus-display-time-event-handler):
20705 Check display-time-timer at runtime rather than only at load time
20706 in case display-time-mode is turned off in the mean time.
20707
20708 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20709
20710 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20711 used.
20712
20713 * nneething.el (nneething-map-file-directory): Derive from
20714 `gnus-directory'.
20715
20716 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20717 the To/Cc button.
20718
20719 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20720
20721 * nnmaildir.el (nnmaildir-request-accept-article):
20722 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20723
20724 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20725
20726 * gnus-async.el: Require timer-funcs at compile time when in
20727 XEmacs for `run-with-idle-timer'.
20728
20729 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20730
20731 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20732 autoloaded function.
20733
20734 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20735
20736 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20737
20738 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20739
20740 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20741
20742 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20743
20744 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20745 Add gnus-expert-user to default.
20746
20747 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20748
20749 * nnimap.el (nnimap-open-server): Ditto.
20750
20751 * imap.el (imap-authenticate): Fix typo.
20752
20753 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20754
20755 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20756 buffer (since IMAP server might return FETCH response out of
20757 order, and the nntp buffer must be sorted).
20758
20759 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20760
20761 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20762 comparison on string.
20763
20764 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20765 (gnus-agent-score): Rename category keywords to match gnus-cus.
20766 (gnus-agent-summary-fetch-series): Modify to protect against
20767 gnus-agent-summary-fetch-group clearing processable flags.
20768 (gnus-agent-synchronize-group-flags): Update live group buffer as
20769 synchronization may occur due to the user toggle the plugged
20770 status.
20771 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20772 successfully downloaded.
20773 (gnus-agent-expire-group-1): Avoid using markers when the overview
20774 is in ascending order; greatly improves performance.
20775 (gnus-agent-regenerate-group):
20776 Use gnus-agent-synchronize-group-flags to reset read status in both
20777 gnus and server.
20778 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20779
20780 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20781
20782 * message.el: Don't autoload former message-utils variables.
20783 (message-strip-subject-trailing-was): Change doc string.
20784
20785 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20786 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20787 (nnweb-google-search): Add "hl=en" here.
20788 (nnweb-google-parse-1, nnweb-google-create-mapping):
20789 Don't hardcode URL.
20790
20791 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20792
20793 * message.el (message-get-reply-headers, message-followup):
20794 Mention related variables `message-use-followup-to' and
20795 `message-use-mail-followup-to', in the information buffer.
20796
20797 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20798 of broken groups(-beta).google.com.
20799
20800 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20801
20802 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20803 parameter to invoked gnus-request-move-article; remove the
20804 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20805 all at once instead of once per article.
20806 (gnus-summary-remove-process-mark): Accept a list of articles as
20807 well as a single article for processing.
20808
20809 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20810 parameter.
20811
20812 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20813
20814 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20815
20816 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20817 parameter.
20818
20819 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20820 parameter.
20821
20822 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20823 parameter and remove the gnus-sum-hint-move-is-internal variable.
20824
20825 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20826 parameter.
20827
20828 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20829 parameter.
20830
20831 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20832 parameter.
20833
20834 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20835
20836 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20837 parameter.
20838
20839 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20840 parameter.
20841
20842 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20843
20844 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20845 a more conservative way.
20846
20847 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20848
20849 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20850 buffer, so it moves the window's cursor.
20851
20852 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20853
20854 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20855 `mm-dissect-multipart' and receive the from field as an (optional)
20856 argument from `mm-dissect-multipart'.
20857 (mm-dissect-multipart): Receive the from field as an argument and
20858 pass it on when we call `mm-dissect-buffer' on MIME parts.
20859 Fixes verification/decryption of signed/encrypted MIME parts.
20860
20861 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20862
20863 * gnus-sum.el (gnus-summary-move-article):
20864 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20865 whatever it calls (right now, only nnimap-request-move article
20866 respects it).
20867
20868 * nnimap.el (nnimap-request-move-article):
20869 When gnus-sum-hint-move-is-internal is set, don't do the extra
20870 nnimap-request-article.
20871
20872 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20873
20874 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20875
20876 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20877 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20878
20879 * gnus-sum.el (gnus-summary-caesar-message):
20880 Apply `gnus-treat-article' after rotation.
20881
20882 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20883 doc string.
20884
20885 2005-02-22 Simon Josefsson <jas@extundo.com>
20886
20887 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20888 `password-cache-expiry' instead). Reported by Arne Jørgensen
20889 <arne@arnested.dk>.
20890 (encrypt): Add password-cache and password-cache-expiry as group
20891 members.
20892
20893 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20894
20895 * smime.el (smime-ldap-host-list): Doc fix.
20896 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20897 cache) password.
20898 (smime-sign-region): Use it.
20899 (smime-decrypt-region): Use it.
20900 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20901 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20902 fails.
20903 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20904 certificate from DER to PEM format rather than calling openssl.
20905
20906 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20907
20908 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20909 for signing/encryption.
20910
20911 * mml.el (mml-parse-1): Use them.
20912
20913 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20914
20915 * nnrss.el (nnrss-verbose): Remove.
20916 (nnrss-request-group): Use `nnheader-message' instead.
20917
20918 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20919
20920 * nnrss.el (nnrss-verbose): New variable.
20921 (nnrss-request-group): Make it say nnrss is requesting a group.
20922
20923 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20924
20925 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20926 Handle news URL with given port correctly.
20927
20928 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20929
20930 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20931 containing special characters.
20932
20933 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20934
20935 * mml.el (mime-to-mml): Ditto.
20936
20937 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20938 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20939 (rfc2047-decode-region): Quote decoded words containing special
20940 characters when rfc2047-quote-decoded-words-containing-tspecials
20941 is non-nil.
20942
20943 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20944
20945 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20946
20947 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20948
20949 2005-02-15 Simon Josefsson <jas@extundo.com>
20950
20951 * nnimap.el (nnimap-debug): Doc fix.
20952
20953 * imap.el (imap-debug): Doc fix.
20954
20955 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20956
20957 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20958
20959 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20960
20961 * gnus.el (spam-contents): Improve docs for spam-contents
20962 parameter in its variable incarnation.
20963
20964 2005-02-14 Simon Josefsson <jas@extundo.com>
20965
20966 * smime-ldap.el: Use require instead of load-library for ldap.
20967 (smime-ldap-search): Indent.
20968 (smime-ldap-search-internal): Shorten line.
20969
20970 * smime.el (smime-cert-by-dns): Add doc-string.
20971 (smime-cert-by-ldap-1): Indent.
20972
20973 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20974 mml-smime-get-dns-ldap.
20975 (mml-smime-encrypt-query): Use new function. Default to ldap.
20976
20977 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20978
20979 * smime.el: Require smime-ldap.
20980 (smime-ldap-host-list): New variable.
20981 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20982
20983 * mml-smime.el (mml-smime-encrypt-query): New function.
20984 (mml-smime-encrypt-query): Use it.
20985
20986 * smime-ldap.el: New file.
20987
20988 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20989
20990 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20991
20992 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20993
20994 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20995 argument in doc string. Make query for type more clear.
20996
20997 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20998
20999 * gnus.el (gnus-group-startup-message): Search for gnus images in
21000 etc/images/gnus.
21001 * mm-util.el (mm-image-load-path): Likewise.
21002 * smiley.el (smiley-data-directory): Search for smilies in
21003 etc/images/smilies.
21004
21005 2005-02-09 Kim F. Storm <storm@cua.dk>
21006
21007 Change Emacs release version from 21.4 to 22.1 throughout.
21008 Change Emacs development version from 21.3.50 to 22.0.50.
21009
21010 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21011
21012 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21013
21014 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21015 non-Mule XEmacs as well.
21016 (mm-decompress-buffer): Signal an error intentionally if it does
21017 not decompress compressed data because auto-compression-mode is
21018 disabled.
21019
21020 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21021
21022 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21023 an ID in the registry even if it has no groups.
21024
21025 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21026
21027 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21028 merge it into mm-decompress-buffer.
21029 (gnus-mime-copy-part): Use the MIME part charset, the value which
21030 a user specified or gnus-newsgroup-charset for decoding, like
21031 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21032 save-buffer what was used. Suggested by Kevin Ryde
21033 <user42@zip.com.au>.
21034 (gnus-mime-inline-part): Allow the name parameter as well as the
21035 filename parameter; force decompressing of compressed data; always
21036 display contents being not decoded as unibyte.
21037
21038 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21039 as well as the filename parameter.
21040
21041 * mm-util.el (mm-decompress-buffer):
21042 Merge gnus-mime-jka-compr-maybe-uncompress.
21043 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21044 of compressed data.
21045
21046 2005-02-08 Simon Josefsson <jas@extundo.com>
21047
21048 * imap.el (imap-log): Doc fix.
21049
21050 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21051
21052 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21053 the coding cookies; decompress compressed parts.
21054
21055 * mml.el (mml-generate-mime-1): Add the charset parameter according
21056 to the value which a user specified manually or the coding cookie.
21057
21058 * mm-util.el (mm-string-to-multibyte): New function.
21059 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21060 (mm-coding-system-to-mime-charset): New function.
21061 (mm-decompress-buffer): New function.
21062 (mm-find-buffer-file-coding-system): New function.
21063
21064 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21065 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21066 parts.
21067
21068 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21069
21070 * mm-view.el (mm-display-inline-fontify): Decode a part according
21071 to the charset parameter.
21072
21073 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21074
21075 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21076 prefix arg is neither nil nor a number, as info specifies.
21077
21078 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21079
21080 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21081 timestamps.
21082
21083 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21084
21085 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21086 groups error checking and notify user.
21087
21088 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21089
21090 * message.el (message-send-mail-function): Check existence of
21091 sendmail-program first before using default value
21092 `message-send-mail-with-sendmail'. Otherwise use more generic
21093 `smtpmail-send-it'.
21094
21095 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21096
21097 * nntp.el (nntp-request-update-info): Always return nil.
21098
21099 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21100
21101 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21102
21103 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21104
21105 * message.el (message-beginning-of-line): Change the behavior when
21106 invoked between BOL and : so that it first moves backward.
21107
21108 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21109
21110 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21111 article buffer when editing of the article is discarded.
21112 (gnus-article-prepare): Revert.
21113
21114 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21115
21116 * gnus-art.el (gnus-article-prepare):
21117 Remove message-strip-forbidden-properties from the local hook.
21118
21119 2005-01-27 Simon Josefsson <jas@extundo.com>
21120
21121 * password.el (password-cache-add): Only start one timer per key.
21122 Reported by Derek Atkins <warlord@MIT.EDU>.
21123
21124 2005-01-26 Steve Youngs <steve@sxemacs.org>
21125
21126 * run-at-time.el: Remove. It is no longer needed as
21127 timer-funcs.el in the xemacs-base package has a working version of
21128 `run-at-time'.
21129
21130 * password.el: Require timer-funcs instead of run-at-time in
21131 XEmacs.
21132 Remove `password-run-at-time' macro.
21133 (password-cache-add): Use `run-at-time' instead of
21134 `password-run-at-time'.
21135
21136 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21137 for `run-with-idle-timer'.
21138
21139 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21140 for `run-at-time'.
21141
21142 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21143 for `with-timeout'.
21144
21145 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21146
21147 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21148 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21149
21150 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21151
21152 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21153 sensitively.
21154
21155 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21156
21157 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21158
21159 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21160
21161 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21162 which will be inserted according to the multibyteness of a buffer
21163 rather than the type of contents. Suggested by ARISAWA Akihiro
21164 <ari@mbf.ocn.ne.jp>.
21165
21166 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21167 of string which old xml.el may return rather than a string.
21168
21169 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21170
21171 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21172
21173 2005-01-16 Simon Josefsson <jas@extundo.com>
21174
21175 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21176 idn/idna.el isn't available.
21177 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21178 <michael@waxrat.com>.
21179
21180 * hashcash.el: Remove non-FSF copyright header.
21181
21182 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21183 (hashcash-generate-payment): Use it.
21184 (hashcash-generate-payment-async): Use it.
21185
21186 2005-01-15 Simon Josefsson <jas@extundo.com>
21187
21188 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21189 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21190
21191 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21192 gnus-summary-idna-message.
21193 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21194 (gnus-summary-idna-message): New function.
21195
21196 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21197
21198 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21199 gnus-novice-user.
21200
21201 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21202
21203 * nnrss.el (nnrss-request-delete-group): Delete entries in
21204 nnrss-group-alist as well.
21205 (nnrss-save-server-data): Insert newline.
21206
21207 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21208
21209 * gnus.el (gnus-user-agent): Use list of symbols instead of
21210 symbols. Display full version number for (S)XEmacs.
21211 Optionally display (S)XEmacs codename.
21212
21213 * gnus-util.el (gnus-emacs-version): Update for new
21214 `gnus-user-agent'.
21215
21216 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21217 Gnus version.
21218
21219 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21220
21221 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21222 which is unreadable in some setups.
21223
21224 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21225
21226 * gnus-spec.el (gnus-update-format-specifications): Flush the
21227 group format spec cache if it doesn't support decoded group names.
21228
21229 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21230
21231 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21232 Allow to apply decay on score files matching a regexp.
21233
21234 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21235
21236 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21237 compatibility in %g and %c.
21238
21239 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21240
21241 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21242 name for only %g and %c.
21243 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21244 of gnus-tmp-group to decoded group name.
21245 (gnus-group-make-rss-group): Exclude `/'s from group names.
21246
21247 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21248
21249 * nnrss.el (nnrss-get-encoding): Fix regexp.
21250
21251 2004-12-27 Simon Josefsson <jas@extundo.com>
21252
21253 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21254 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21255 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21256
21257 2004-12-17 Kim F. Storm <storm@cua.dk>
21258
21259 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21260
21261 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21262
21263 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21264
21265 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21266
21267 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21268
21269 * nnrss.el: Require rfc2047 and mml.
21270 (nnrss-file-coding-system): New variable.
21271 (nnrss-format-string): Redefine it as an inline function.
21272 (nnrss-decode-group-name): New function.
21273 (nnrss-string-as-multibyte): Remove.
21274 (nnrss-retrieve-headers): Decode group name; don't use
21275 nnrss-format-string.
21276 (nnrss-request-group): Decode group name.
21277 (nnrss-request-article): Decode group name; allow a Message-ID as
21278 well as an article number; don't use nnrss-format-string; encode a
21279 Message-ID string which may contain non-ASCII characters; use
21280 mml-to-mime to compose a MIME article.
21281 (nnrss-request-expire-articles): Decode group name.
21282 (nnrss-request-delete-group): Decode group name.
21283 (nnrss-fetch): Clarify error message.
21284 (nnrss-read-server-data): Use insert-file-contents instead of load;
21285 bind file-name-coding-system; use multibyte buffer.
21286 (nnrss-save-server-data): Bind coding-system-for-write to the
21287 value of nnrss-file-coding-system; bind file-name-coding-system;
21288 add coding cookie.
21289 (nnrss-read-group-data): Use insert-file-contents instead of load;
21290 bind file-name-coding-system; use multibyte buffer.
21291 (nnrss-save-group-data): Bind coding-system-for-write to the
21292 value of nnrss-file-coding-system; bind file-name-coding-system.
21293 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21294 make it work with non-ASCII text.
21295 (nnrss-find-el): Make it work with old xml.el as well.
21296
21297 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21298
21299 * nnrss.el (nnrss-get-encoding): New function.
21300 (nnrss-fetch): Use unibyte buffer initially; bind
21301 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21302 decode contents according to the encoding attribute.
21303 (nnrss-save-group-data): Add coding cookie.
21304 (nnrss-mime-encode-string): New function.
21305 (nnrss-check-group): Use it to encode subject and author.
21306
21307 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21308
21309 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21310 imaginary variable.
21311
21312 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21313
21314 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21315 correctly even if there are wide characters.
21316
21317 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21318
21319 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21320 downcased symbol names; make a new cache instead of reusing
21321 bbdb-hashtable.
21322
21323 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21324
21325 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21326 concatenating segments rather than before concatenating them.
21327 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21328
21329 * message.el (message-get-reply-headers): Bind `extra'.
21330
21331 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21332
21333 * message.el (message-extra-wide-headers): New variable.
21334 (message-get-reply-headers): Use it.
21335
21336 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21337
21338 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21339 (gnus-agent-group-pathname): Ditto.
21340
21341 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21342
21343 * gnus-group.el (gnus-group-make-group): Decode group name.
21344 (gnus-group-make-rss-group): Register the group data after opening
21345 the nnrss group.
21346
21347 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21348
21349 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21350 by expiry now get marked as read.
21351
21352 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21353
21354 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21355
21356 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21357
21358 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21359 unify Latin characters in XEmacs.
21360 (mm-find-mime-charset-region): Use it.
21361
21362 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21363
21364 * gnus-util.el (gnus-delete-directory): New function.
21365
21366 * gnus-agent.el (gnus-agent-delete-group): Use it.
21367
21368 * gnus-cache.el (gnus-cache-delete-group): Use it.
21369
21370 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21371
21372 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21373 names.
21374
21375 2004-12-16 Simon Josefsson <jas@extundo.com>
21376
21377 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21378
21379 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21380
21381 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21382
21383 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21384 (gnus-group-set-current-level): Decode group name.
21385
21386 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21387
21388 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21389 failed.
21390
21391 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21392
21393 * gnus-group.el (gnus-group-delete-group): Decode group name.
21394 (gnus-group-make-rss-group): Encode group name.
21395 (gnus-group-catchup-current): Decode group name.
21396 (gnus-group-kill-group): Decode group name.
21397
21398 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21399
21400 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21401
21402 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21403
21404 * gnus-group.el (gnus-group-make-rss-group):
21405 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21406
21407 * gnus-start.el (gnus-setup-news): Honor user's setting to
21408 gnus-message-archive-method. Suggested by Lute Kamstra
21409 <lute@gnu.org>.
21410
21411 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21412
21413 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21414 global counterparts of the buffer-local variables.
21415
21416 2004-11-16 Romain Francoise <romain@orebokech.com>
21417
21418 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21419 counterparts of the buffer-local variables.
21420
21421 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21422
21423 * message.el (message-forbidden-properties): Fix typo in doc
21424 string.
21425
21426 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21427
21428 * gnus-util.el (gnus-replace-in-string): Add doc string.
21429
21430 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21431 to avoid problems when splitting mails with many recipients.
21432
21433 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21434
21435 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21436 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21437
21438 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21439
21440 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21441 if there is no hashtable in memory or file modification time is
21442 newer than cached timestamp.
21443
21444 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21445
21446 * gnus-sum.el (gnus-summary-limit-to-recipient):
21447 Implement not-matching option.
21448
21449 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21450
21451 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21452 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21453 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21454 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21455 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21456 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21457
21458 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21459
21460 * message.el (message-forward-make-body-mml): Remove headers
21461 according to message-forward-ignored-headers if a message is decoded.
21462
21463 2004-12-02 Romain Francoise <romain@orebokech.com>
21464
21465 * message.el (message-forward-make-body-plain): Always remove
21466 headers according to message-forward-ignored-headers.
21467
21468 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21469
21470 * spam.el (spam-summary-prepare-exit): Remove the
21471 gnus-summary-limit pop for now, it has problems with ham marks for
21472 me.
21473
21474 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21475
21476 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21477 correctly.
21478
21479 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21480
21481 * format-spec.el (format-spec): Message the char.
21482
21483 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21484
21485 * gnus-art.el (gnus-split-methods): Reformat comments.
21486
21487 * spam.el (spam-summary-prepare-exit): Remove article limits
21488 before exiting the summary buffer.
21489
21490 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21491
21492 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21493 order to silence the byte compiler.
21494
21495 * spam.el: Fix the way to silence the byte compiler, which
21496 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21497 bbdb-search-simple, spam-BBDB-register-routine,
21498 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21499 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21500 spam-stat-buffer-is-spam, spam-stat-load,
21501 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21502 spam-stat-save and spam-stat-split-fancy.
21503
21504 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21505
21506 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21507 which may confuse users.
21508 (canlock-password-for-verify): Ditto.
21509
21510 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21511
21512 * gnus-art.el (gnus-emphasis-alist): Ditto.
21513
21514 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21515
21516 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21517
21518 * gnus-start.el (gnus-save-killed-list): Ditto.
21519
21520 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21521 (gnus-sum-thread-tree-root): Ditto.
21522 (gnus-sum-thread-tree-false-root): Ditto.
21523 (gnus-sum-thread-tree-single-indent): Ditto.
21524
21525 * message.el (message-courtesy-message): Ditto.
21526 (message-archive-note): Ditto.
21527 (message-subscribed-address-file): Ditto.
21528 (message-user-fqdn): Ditto.
21529
21530 * spam-report.el (spam-report-gmane-regex): Ditto.
21531
21532 * spam.el (spam-blackhole-good-server-regex): Ditto.
21533
21534 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21535
21536 * mml.el (mml-preview): Widen the message buffer before copying
21537 the contents to the preview buffer; sort headers before previewing.
21538
21539 * message.el (message-hidden-headers): Fix the way to avoid a bug
21540 in the `repeat' widget in Emacs 21.3 or earlier.
21541
21542 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21543
21544 * message.el (message-hidden-headers): Default to "^References:".
21545 Improve customization type. Suggested by Reiner Steib
21546 <Reiner.Steib@gmx.de>.
21547
21548 2004-11-25 Romain Francoise <romain@orebokech.com>
21549
21550 * message.el (message-strip-forbidden-properties): Remove check for
21551 obsolete `message-hidden' text property, hidden headers are not
21552 accessible in the buffer anymore.
21553
21554 2004-11-22 Romain Francoise <romain@orebokech.com>
21555
21556 * message.el (message-header-format-alist): Add `From' in list
21557 so that it can be sorted.
21558 (message-fix-before-sending): Widen and sort headers before
21559 sending.
21560 (message-hide-headers): Use narrowing to hide headers by moving
21561 them to the top of the buffer and narrowing to the region
21562 underneath.
21563
21564 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21565
21566 * message.el (message-strip-forbidden-properties):
21567 Bind buffer-read-only (etc) to nil.
21568
21569 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21570
21571 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21572 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21573
21574 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21575
21576 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21577
21578 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21579
21580 * dns.el (query-dns): Use sit-for to time instead of
21581 accept-process-output, since that doesn't seem to work on udp
21582 sockets.
21583
21584 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21585
21586 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21587
21588 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21589
21590 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21591 doc string. Improve doc string.
21592
21593 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21594
21595 * nntp.el (nntp-request-update-info): Return nil if
21596 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21597 may not call gnus-activate-group which uselessly issues the GROUP
21598 commands for all nntp groups and wastes time. Reported by Romain
21599 Francoise <romain@orebokech.com>.
21600
21601 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21602
21603 2004-11-15 Simon Josefsson <jas@extundo.com>
21604
21605 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21606 headers separately.
21607 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21608 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21609
21610 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21611
21612 * gnus-start.el (gnus-convert-old-newsrc):
21613 Assign legacy-gnus-agent to 5.10.7.
21614
21615 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21616
21617 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21618 start of the lines.
21619
21620 2004-11-14 Magnus Henoch <mange@freemail.hu>
21621
21622 * hashcash.el (hashcash-default-payment): Change default to 20.
21623 (hashcash-default-accept-payment): Change default to 20.
21624 (hashcash-process-alist): New variable.
21625 (hashcash-generate-payment-async): Add.
21626 (hashcash-already-paid-p): Add.
21627 (hashcash-insert-payment): Don't generate payments twice.
21628 (hashcash-insert-payment-async): Add.
21629 (hashcash-insert-payment-async-2): Add.
21630 (hashcash-cancel-async): Add.
21631 (hashcash-wait-async): Add.
21632 (hashcash-processes-running-p): Add.
21633 (hashcash-wait-or-cancel): Add.
21634 (mail-add-payment): New optional argument. Conditionally start
21635 asynchronous calculation.
21636 (mail-add-payment-async): Add.
21637
21638 * message.el (message-send-mail): Wait for asynchronous hashcash
21639 results. Don't clobber existing X-Hashcash headers.
21640 (message-setup-1): Call mail-add-payment-async when
21641 message-generate-hashcash is non-nil.
21642
21643 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21644
21645 * message.el (message-use-alternative-email-as-from): Examine the
21646 From header as well; use message-make-from in order to include a
21647 user's full name.
21648
21649 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21650
21651 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21652 default; improve customization type.
21653 (gnus-emphasis-custom-with-format): New macro.
21654 (gnus-emphasis-custom-value-to-external): New function.
21655 (gnus-emphasis-custom-value-to-internal): New function.
21656
21657 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21658
21659 * dns.el (query-dns): Resolve reverse addresses.
21660
21661 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21662
21663 * gnus-group.el (gnus-group-get-new-news): Use it.
21664
21665 * gnus-start.el (gnus-check-reasonable-setup): New function.
21666
21667 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21668
21669 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21670 "Args out of range" error. Reported by Arnaud Giersch
21671 <arnaud.giersch@free.fr>.
21672
21673 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21674
21675 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21676
21677 2004-11-04 Richard M. Stallman <rms@gnu.org>
21678
21679 * spam.el (spam group): Add :version.
21680
21681 * pgg-def.el (pgg group): Add :version.
21682
21683 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21684
21685 * gnus-art.el (gnus-article-edit-article): Don't associate the
21686 article buffer with a draft file. This is a temporary measure
21687 against the 2004-08-22 change to gnus-article-edit-mode.
21688
21689 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21690
21691 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21692 (html2text-format-tags): Remove unused variable `attr'.
21693
21694 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21695
21696 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21697
21698 * spam-stat.el (spam-stat): Add :version.
21699
21700 * sieve.el (sieve): Add :version.
21701
21702 * sha1.el (sha1): Add :version.
21703 (sha1-use-external): Remove redundant version.
21704
21705 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21706 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21707 (nnmail-split-fancy-match-partial-words)
21708 (nnmail-split-lowercase-expanded): Add :version.
21709
21710 * nndiary.el (nndiary): Add :version.
21711
21712 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21713
21714 * mml-sec.el (mml-default-sign-method)
21715 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21716 Add :version.
21717
21718 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21719
21720 * mm-url.el (mm-url-use-external, mm-url-program)
21721 (mm-url-arguments): Add :version.
21722
21723 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21724 (mm-attachment-file-modes, mm-decrypt-option)
21725 (mm-w3m-safe-url-regexp): Add :version.
21726
21727 * message.el (message-cite-prefix-regexp)
21728 (message-sendmail-envelope-from, message-minibuffer-local-map)
21729 (message-user-fqdn, message-completion-alist): Add :version.
21730
21731 * gnus-win.el (gnus-configure-windows-hook)
21732 (gnus-use-frames-on-any-display): Add :version.
21733
21734 * gnus-art.el (gnus-article-address-banner-alist)
21735 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21736 (gnus-treat-from-picon, gnus-treat-mail-picon)
21737 (gnus-treat-x-pgp-sig): Add :version.
21738
21739 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21740 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21741 (gnus-summary-article-delete-hook)
21742 (gnus-summary-display-while-building): Add :version.
21743
21744 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21745 (gnus-get-top-new-news-hook): Add :version.
21746
21747 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21748 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21749
21750 * gnus-registry.el (gnus-registry): Add :version.
21751
21752 * gnus-spec.el (gnus-use-correct-string-widths)
21753 (gnus-make-format-preserve-properties): Add :version.
21754
21755 * gnus.el (gnus-group-charter-alist)
21756 (gnus-group-fetch-control-use-browse-url)
21757 (gnus-install-group-spam-parameters): Add :version.
21758
21759 * gnus-diary.el (gnus-diary): Add :version.
21760
21761 * gnus-delay.el (gnus-delay): Add :version.
21762
21763 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21764 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21765 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21766 Add :version.
21767
21768 * gnus-agent.el (gnus-agent-max-fetch-size)
21769 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21770 (gnus-agent-prompt-send-queue): Add :version.
21771
21772 * deuglify.el (gnus-outlook-deuglify): Add :version.
21773
21774 * html2text.el: Beautify code. Improve doc strings.
21775 Some checkdoc cleanup.
21776 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21777
21778 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21779
21780 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21781
21782 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21783
21784 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21785 when package is loaded.
21786
21787 * spam.el (spam-summary-score-preferred-header): Add global preference
21788 for people who want to override the default SpamAssassin over
21789 Bogofilter preference (when both are set).
21790 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21791 (spam-user-format-function-S):
21792 Check spam-summary-score-preferred-header.
21793 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21794 (spam-user-format-function-S): Format the score correctly.
21795
21796 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21797
21798 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21799 signature file. Suggested by Manoj Srivastava
21800 <srivasta@golden-gryphon.com>.
21801
21802 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21803 iso-2022-jp even in the Japanese language environment.
21804 Suggested by Jason Rumney <jasonr@gnu.org>.
21805
21806 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21807
21808 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21809 use the same characters as the dummy marks; make it free from
21810 getting affected by the language environment.
21811 (gnus-summary-read-group-1): Update mark positions only when the
21812 format spec is updated.
21813
21814 * gnus-spec.el (gnus-update-format-specifications): Return a list
21815 of updated types.
21816
21817 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21818
21819 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21820 of boundp to check if display-warning is available.
21821
21822 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21823
21824 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21825
21826 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21827
21828 * nnspool.el (nnspool-spool-directory): Use news-path if the
21829 news-directory variable is not bound.
21830
21831 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21832 function instead of display-warning if it is not available.
21833
21834 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21835
21836 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21837 v5-10: Use `point-at-bol'.
21838
21839 2004-10-26 Simon Josefsson <jas@extundo.com>
21840
21841 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21842 <chenggao@gmail.com>.
21843
21844 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21845
21846 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21847 instead.
21848
21849 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21850
21851 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21852 to remove a server from the nnimap-server-buffer-alist.
21853 (nnimap-open-connection, nnimap-close-server): Use it.
21854
21855 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21856
21857 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21858
21859 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21860 running the major-mode function.
21861
21862 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21863
21864 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21865 dummy marks in the right way.
21866
21867 2004-10-18 David Edmondson <dme@dme.org>
21868
21869 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21870 excessively.
21871
21872 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21873
21874 * gnus-util.el (gnus-split-references): Accept a nil references
21875 string and go on blissfully.
21876
21877 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21878 cases where the references string is non-nil but has no references.
21879
21880 * encrypt.el: Add autoload tags.
21881
21882 * spam.el (spam-resolve-registrations-routine): Remove article
21883 from unregistration list too. Reported by David Hanak
21884 <dhanak@isis.vanderbilt.edu>
21885
21886 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21887
21888 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21889 nil. Change custom type.
21890
21891 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21892
21893 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21894
21895 * gnus-sum.el (gnus-summary-move-article): Use it.
21896
21897 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21898
21899 * encrypt.el: Add autoload cookies.
21900
21901 * spam.el (spam-backend-article-list-property)
21902 (spam-backend-get-article-todo-list)
21903 (spam-backend-put-article-todo-list)
21904 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21905 Resolve registrations separately.
21906 (spam-register-routine): Format comments.
21907 (spam-unregister-routine, spam-register-routine): Always call with
21908 specific-articles, no default list.
21909 (spam-summary-prepare-exit): Use the spam-classifications function.
21910
21911 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21912 gnus-encrypt.el.
21913
21914 * encrypt.el: Copied from gnus-encrypt.el.
21915
21916 * gnus-encrypt.el: Commented that it's obsolete.
21917
21918 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21919
21920 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21921 (gnus-score-save): Use it.
21922
21923 * message.el (message-bury): Use `window-dedicated-p'.
21924
21925 2004-10-15 Simon Josefsson <jas@extundo.com>
21926
21927 * pop3.el (top-level): Don't require nnheader.
21928 (pop3-read-timeout): Add.
21929 (pop3-accept-process-output): Add.
21930 (pop3-read-response, pop3-retr): Use it.
21931
21932 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21933
21934 * spam.el (spam-register-routine): Move comment.
21935 (spam-verify-bogofilter): Use 'unknown for the initial
21936 spam-bogofilter-valid state, not 'never.
21937
21938 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21939 for netrc-machine.
21940
21941 * nnimap.el (nnimap-open-connection):
21942 Use netrc-machine-user-or-password.
21943
21944 2004-10-17 Richard M. Stallman <rms@gnu.org>
21945
21946 * gnus-registry.el (gnus-registry-unload-hook):
21947 Set as a variable with add-hook.
21948
21949 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21950 of news-path.
21951
21952 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21953
21954 * spam.el: Delete duplicate `provide'.
21955 (spam-unload-hook): Set as a variable with add-hook.
21956
21957 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21958
21959 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21960 in the doc string.
21961
21962 * message.el (message-ignored-news-headers)
21963 (message-ignored-supersedes-headers)
21964 (message-ignored-resent-headers)
21965 (message-forward-ignored-headers): Improve custom type.
21966
21967 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21968
21969 * message.el (message-tokenize-header): Fix 2004-09-06 change
21970 which used point-min in the wrong place.
21971
21972 2004-10-12 Simon Josefsson <jas@extundo.com>
21973
21974 * tls.el (tls-certtool-program): New variable.
21975 (tls-certificate-information): New function, based on
21976 ssl-certificate-information.
21977
21978 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21979
21980 * compface.el: Move the version of ELisp-based uncompface program
21981 to the contrib directory because of the copyright problem.
21982
21983 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21984
21985 * message.el (message-kill-buffer): Raise the current frame.
21986
21987 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21988
21989 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21990
21991 * gnus.el (message-y-or-n-p): Autoload.
21992
21993 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21994 (pop3-password-required, pop3-authentication-scheme)
21995 (pop3-leave-mail-on-server): Make customizable.
21996 (pop3): New custom group.
21997 (pop3-retr): Remove `sleep-for' statements.
21998 Suggested by Dave Love <fx@gnu.org>.
21999
22000 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22001 Windows/DOS.
22002
22003 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22004 (imap-parse-body): Fix incorrect use of `assert'.
22005 Suggested by Dave Love <fx@gnu.org>.
22006
22007 * mml.el (mml-minibuffer-read-disposition): Require match.
22008 Suggested by Dave Love <fx@gnu.org>.
22009
22010 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22011
22012 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22013 doc string.
22014
22015 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22016
22017 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22018
22019 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22020
22021 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22022 instead of calling `mm-insert-inline', to decode text/* parts
22023 before displaying them.
22024
22025 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22026
22027 * mm-uu.el (mm-uu-text-plain-type): New variable.
22028 (mm-uu-pgp-signed-extract-1): Use it.
22029 (mm-uu-pgp-encrypted-extract-1): Use it.
22030 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22031 bind mm-uu-text-plain-type with that value.
22032 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22033 mm-uu-dissect.
22034
22035 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22036
22037 * gnus-group.el (gnus-update-group-mark-positions):
22038 * gnus-sum.el (gnus-update-summary-mark-positions):
22039 * message.el (message-check-news-body-syntax):
22040 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22041 of string-as-multibyte.
22042
22043 2004-10-05 Juri Linkov <juri@jurta.org>
22044
22045 * gnus-group.el (gnus-update-group-mark-positions):
22046 * gnus-sum.el (gnus-update-summary-mark-positions):
22047 * message.el (message-check-news-body-syntax):
22048 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22049 8-bit unibyte values to a multibyte string for search functions.
22050
22051 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22052
22053 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22054 (mm-uu-dissect-text-parts): New function.
22055
22056 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22057 dissect text parts.
22058
22059 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22060 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22061
22062 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22063
22064 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22065 Use gnus-current-topics instead of gnus-current-topic.
22066
22067 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22068
22069 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22070
22071 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22072
22073 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22074 where appropriate.
22075
22076 * nnml.el (nnml-generate-active-info): do.
22077
22078 * nndiary.el (nndiary-generate-active-info): do.
22079
22080 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22081 (gnus-topic-move): do.
22082
22083 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22084 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22085
22086 * gnus-srvr.el (gnus-server-prepare)
22087 (gnus-server-open-all-servers): do.
22088
22089 * gnus-msg.el (gnus-summary-cancel-article)
22090 (gnus-summary-resend-message)
22091 (gnus-summary-mail-crosspost-complaint): do.
22092
22093 * gnus-move.el (gnus-change-server): do.
22094
22095 * gnus-group.el (gnus-group-unmark-all-groups)
22096 (gnus-group-set-current-level): do.
22097
22098 2004-10-04 Simon Josefsson <jas@extundo.com>
22099
22100 * message.el (message-generate-hashcash): Doc fix.
22101
22102 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22103
22104 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22105 avoid infinite recursion via gnus-get-function.
22106
22107 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22108
22109 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22110
22111 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22112
22113 * nnmail.el (nnmail-split-history): do.
22114
22115 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22116 (nnml-request-delete-group): do.
22117
22118 * nnslashdot.el (nnslashdot-read-groups): do.
22119
22120 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22121 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22122
22123 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22124 (nnspool-sift-nov-with-sed): Use last.
22125 (nnspool-retrieve-headers-with-nov): Use mapc.
22126 (nnspool-request-newgroups): Use dolist.
22127 (nnspool-request-group): Use last.
22128
22129 * nntp.el (nntp-read-server-type): Use dolist.
22130
22131 * nnvirtual.el (nnvirtual-create-mapping)
22132 (nnvirtual-update-read-and-marked): Use dolist.
22133 (nnvirtual-convert-headers): Simplify.
22134
22135 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22136
22137 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22138 Add support for sync'ing tick marks.
22139
22140 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22141
22142 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22143 there's no visible header.
22144
22145 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22146
22147 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22148 When necessary, pass full group name to gnus-request-set-marks.
22149
22150 2004-10-01 Simon Josefsson <jas@extundo.com>
22151
22152 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22153 acroread.
22154
22155 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22156
22157 * spam-report.el (spam-report-gmane): Fix interactive.
22158
22159 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22160
22161 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22162 when writing file.
22163 (gnus-agent-synchronize-flags): Don't default to being
22164 interactive.
22165
22166 2004-09-30 Simon Josefsson <jas@extundo.com>
22167
22168 * message.el (message-generate-hashcash): Add.
22169 (message-send-mail): Use it, call mail-add-payment.
22170
22171 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22172
22173 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22174
22175 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22176
22177 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22178 gnus-request-update-info with explicit code to sync the in-memory
22179 info read flags with the marks being sync'd to the backend.
22180
22181 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22182
22183 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22184
22185 * spam.el (spam-verify-bogofilter): Add new function.
22186 (spam-check-bogofilter)
22187 (spam-bogofilter-register-with-bogofilter): Use it.
22188 (spam-verify-bogofilter): Add small fixes.
22189
22190 2004-09-28 Simon Josefsson <jas@extundo.com>
22191
22192 * hashcash.el (hashcash-generate-payment): Revert.
22193
22194 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22195
22196 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22197 Use gnus-extract-references instead of gnus-split-references.
22198
22199 * gnus-util.el (gnus-extract-references): Add new function, analogous
22200 to gnus-split-references but extracts only the message-ID without
22201 anything extra.
22202
22203 * hashcash.el (hashcash-generate-payment)
22204 (hashcash-check-payment): Do the right thing if hashcash-path is
22205 nil (because the hashcash program could not be found).
22206
22207 * spam.el (spam-use-hashcash): Remove comment.
22208
22209 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22210
22211 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22212 (gnus-cache-enter-article, gnus-cache-remove-article)
22213 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22214
22215 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22216
22217 * gnus-art.el (article-hide-boring-headers)
22218 (article-translate-strings, article-display-face)
22219 (gnus-article-mime-match-handle-first)
22220 (gnus-article-highlight-headers)
22221 (gnus-article-add-buttons-to-head): do.
22222
22223 2004-09-27 Simon Josefsson <jas@extundo.com>
22224
22225 * hashcash.el: New version, from
22226 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22227 ../contrib/.
22228
22229 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22230
22231 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22232
22233 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22234
22235 * gnus-dup.el (gnus-dup-open): Use mapc.
22236 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22237
22238 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22239 Reported by Stefan Wiens <s.wi@gmx.net>.
22240
22241 * gnus.el (gnus-shutdown): Use dolist.
22242
22243 * gnus-undo.el (gnus-undo): Use mapc.
22244
22245 * nnrss.el (nnrss-generate-active): do.
22246
22247 * message.el (message-cite-original-without-signature)
22248 (message-cite-original): Use mapc.
22249 (message-do-actions, message-make-forward-subject): Use dolist.
22250
22251 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22252
22253 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22254 deletion to remove entire duplicate line. Fixes merged article
22255 number bug.
22256
22257 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22258
22259 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22260 servers that are offline. Avoids having gnus-agent-toggle-plugged
22261 first ask if you want to open a server and then, even when you
22262 responded with no, asking if you want to synchronize the server's
22263 flags.
22264 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22265 multi-line expressions.
22266 (gnus-agent-synchronize-group-flags): New internal function.
22267 Updates marks in memory (in the info structure) AND in the
22268 backend.
22269
22270 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22271
22272 * nnagent.el (nnagent-request-set-mark):
22273 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22274 method, to ensure that synchronization updates marks in the
22275 backend and in the info (in memory) structure.
22276
22277 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22278
22279 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22280 convention fully; don't miss the root article of a thread; make
22281 the X-Draft-From header with correct article numbers.
22282
22283 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22284
22285 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22286 unless plugged. Disable the agent so that an open failure causes
22287 an error.
22288
22289 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22290 Revert 2004-09-21 change. The backend must be opened while
22291 synchronizing flags even when the backend stores the flags
22292 locally.
22293
22294 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22295
22296 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22297 in `header' match. Reported by Svend Tollak Munkejord.
22298
22299 * message.el (message-cite-original): Fix use of
22300 `message-cite-articles-with-x-no-archive'.
22301
22302 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22303
22304 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22305 (gnus-window-to-buffer): Ditto.
22306
22307 * mml.el (mml-preview-buffer): New variable.
22308 (mml-preview): Manage window layout with gnus-buffer-configuration.
22309
22310 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22311 X-Draft-From header even if those articles aren't quoted.
22312
22313 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22314
22315 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22316 (gnus-request-set-mark, gnus-request-update-mark): Use new
22317 g-s-t-u-l-m to decide to use backend even when unplugged.
22318
22319 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22320
22321 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22322 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22323
22324 2004-09-20 Simon Josefsson <jas@extundo.com>
22325
22326 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22327 "utf-16-le".
22328
22329 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22330
22331 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22332
22333 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22334
22335 * uudecode.el (uudecode-use-external): Add :version.
22336
22337 * smime.el (smime-CA-file, smime-encrypt-cipher)
22338 (smime-dns-server): Add :version.
22339
22340 * smiley.el (gnus-smiley-file-types): Add :version.
22341
22342 * sha1.el (sha1-use-external): Add :version.
22343
22344 * pgg-def.el (pgg-query-keyserver): Add :version.
22345
22346 * nnmail.el (nnmail-fancy-expiry-targets)
22347 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22348 Add :version.
22349
22350 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22351 (nnimap-retrieve-groups-asynchronous): Add :version.
22352 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22353
22354 * mml.el (mml-content-disposition-parameters)
22355 (mml-insert-mime-headers-always): Add :version.
22356
22357 * mm-util.el (mm-coding-system-priorities): Add :version.
22358
22359 * mm-decode.el (mm-inline-text-html-with-images)
22360 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22361 (mm-verify-option): Add :version.
22362 (mm-text-html-renderer): Change :version.
22363
22364 * message.el (message-fcc-externalize-attachments)
22365 (message-required-headers, message-draft-headers)
22366 (message-subject-trailing-was-query)
22367 (message-subject-trailing-was-ask-regexp)
22368 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22369 (message-mark-insert-end, message-archive-header)
22370 (message-archive-note, message-cross-post-default)
22371 (message-cross-post-note, message-followup-to-note)
22372 (message-cross-post-note-function, message-use-mail-followup-to)
22373 (message-subscribed-address-functions)
22374 (message-subscribed-address-file, message-subscribed-addresses)
22375 (message-subscribed-regexps, message-allow-no-recipients)
22376 (message-yank-cited-prefix, message-signature-insert-empty-line)
22377 (message-hidden-headers, message-hierarchical-addresses)
22378 (message-mail-user-agent, message-use-idna)
22379 (message-valid-fqdn-regexp)
22380 (message-strip-special-text-properties, message-header-synonyms)
22381 (message-beginning-of-line, message-tab-body-function): Add :version.
22382 (message-insert-canlock, message-wide-reply-confirm-recipients):
22383 Change :version.
22384
22385 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22386 and :version.
22387 (mail-source-delete-old-incoming-confirm)
22388 (mail-source-movemail-program): Add :version.
22389
22390 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22391 (gnus-agent-cache, gnus-agent): Change :version.
22392
22393 * gnus-util.el (gnus-use-byte-compile): Change :version.
22394
22395 * gnus-sum.el (gnus-summary-make-false-root-always)
22396 (gnus-summary-default-high-score)
22397 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22398 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22399 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22400 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22401 (gnus-sum-thread-tree-single-indent)
22402 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22403 (gnus-sum-thread-tree-leaf-with-other)
22404 (gnus-sum-thread-tree-single-leaf): Add :version.
22405 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22406 (gnus-article-loose-mime): Change :version.
22407
22408 * gnus-start.el (gnus-backup-startup-file)
22409 (gnus-save-startup-file-via-temp-buffer): Add :version.
22410
22411 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22412 (gnus-server-offline-face): Add :version.
22413
22414 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22415
22416 * gnus-msg.el (gnus-gcc-externalize-attachments)
22417 (gnus-debug-files, gnus-debug-exclude-variables)
22418 (gnus-discouraged-post-methods): Change :version.
22419 (gnus-confirm-mail-reply-to-news)
22420 (gnus-confirm-treat-mail-like-news): Add :version.
22421
22422 * gnus-int.el (gnus-server-unopen-status): Add :version.
22423
22424 * gnus-group.el (gnus-group-jump-to-group-prompt)
22425 (gnus-large-ephemeral-newsgroup)
22426 (gnus-fetch-old-ephemeral-headers): Add :version.
22427
22428 * gnus-fun.el (gnus-x-face-directory)
22429 (gnus-convert-pbm-to-x-face-command)
22430 (gnus-convert-image-to-x-face-command)
22431 (gnus-convert-image-to-face-command): Add :version.
22432
22433 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22434
22435 * gnus-cite.el (gnus-cite-blank-line-after-header)
22436 (gnus-article-boring-faces): Add :version.
22437
22438 * gnus-art.el (gnus-buttonized-mime-types)
22439 (gnus-inhibit-mime-unbuttonizing)
22440 (gnus-treat-display-face)
22441 (gnus-treat-body-boundary): Change :version.
22442 (gnus-body-boundary-delimiter, gnus-picon-databases)
22443 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22444 (gnus-treat-date-english, gnus-treat-fold-headers)
22445 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22446 (gnus-treat-mail-picon, gnus-treat-wash-html)
22447 (gnus-article-encrypt-protocol)
22448 (gnus-use-idna, gnus-article-over-scroll)
22449 (gnus-mime-display-multipart-alternative-as-mixed)
22450 (gnus-mime-display-multipart-related-as-mixed)
22451 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22452 (gnus-ctan-url, gnus-button-ctan-handler)
22453 (gnus-button-handle-ctan-bogus-regexp)
22454 (gnus-button-ctan-directory-regexp)
22455 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22456 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22457 (gnus-button-man-level, gnus-button-emacs-level)
22458 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22459
22460 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22461 (gnus-agent-go-online): Change :version.
22462 (gnus-agent-expire-unagentized-dirs)
22463 (gnus-agent-auto-agentize-methods): Add :version.
22464
22465 * flow-fill.el (fill-flowed-display-column)
22466 (fill-flowed-encode-column): Add :version.
22467
22468 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22469 (gnus-outlook-deuglify-unwrap-max)
22470 (gnus-outlook-deuglify-cite-marks)
22471 (gnus-outlook-deuglify-unwrap-stop-chars)
22472 (gnus-outlook-deuglify-no-wrap-chars)
22473 (gnus-outlook-deuglify-attrib-cut-regexp)
22474 (gnus-outlook-deuglify-attrib-verb-regexp)
22475 (gnus-outlook-deuglify-attrib-end-regexp)
22476 (gnus-outlook-display-hook): Add :version.
22477
22478 * binhex.el (binhex-use-external): Add :version.
22479
22480 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22481
22482 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22483 and `invisible'.
22484
22485 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22486
22487 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22488 in gnus-registry-trim.
22489
22490 2004-09-13 Simon Josefsson <jas@extundo.com>
22491
22492 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22493
22494 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22495
22496 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22497 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22498 <yamaoka@jpl.org>.
22499 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22500 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22501 <yamaoka@jpl.org>.
22502
22503 * sieve.el (sieve-manage-mode): Ditto.
22504
22505 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22506
22507 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22508
22509 2004-09-11 Simon Josefsson <jas@extundo.com>
22510
22511 * dns-mode.el: Add.
22512
22513 * mm-view.el (mm-display-dns-inline): Add.
22514
22515 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22516 (mm-automatic-display): Ditto.
22517
22518 * mailcap.el (mailcap-mime-data): Add text/dns.
22519 (mailcap-mime-extensions): Map .soa to text/dns.
22520
22521 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22522
22523 * gnus-art.el (article-decode-mime-words, article-babel)
22524 (gnus-article-highlight-signature, gnus-article-add-buttons)
22525 (gnus-signature-toggle): Remove unnecessary bindings of
22526 `inhibit-read-only' inherited from v5.10 merge.
22527
22528 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22529
22530 * nntp.el (nntp): New customization group.
22531 (nntp-authinfo-file): Add customization group.
22532
22533 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22534
22535 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22536
22537 * gnus.el (to-address, to-list, subscribed)
22538 (large-newsgroup-initial): Ditto.
22539
22540 * flow-fill.el (fill-flowed-display-column)
22541 (fill-flowed-encode-column): Ditto.
22542
22543 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22544
22545 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22546 Use point-min rather than 1.
22547 (message-send-mail): Use buffer-size rather than point-max.
22548
22549 * gnus-sum.el (gnus-summary-search-article-forward):
22550 Signal a specific `search-failed' rather than a generic `error'.
22551
22552 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22553 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22554 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22555
22556 2004-09-10 Simon Josefsson <jas@extundo.com>
22557
22558 * nndb.el (require): Remove tcp and duplicate cl.
22559
22560 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22561
22562 * gnus-agent.el (directory-files-and-attributes): Move forward.
22563
22564 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22565
22566 * gnus-agent.el (directory-files-and-attributes):
22567 Optionally defined to support XEmacs.
22568
22569 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22570
22571 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22572 to avoid run-time CL dependencies.
22573 (gnus-agent-unfetch-articles): New function.
22574 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22575 article numbers even when local .overview file is missing.
22576 (gnus-agent-read-article-number): New function. Only accepts
22577 27-bit article numbers.
22578 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22579 Use gnus-agent-read-article-number.
22580 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22581 from backend while recognizing that article numbers in .overview
22582 must be valid.
22583 (gnus-agent-update-files-total-fetched-for):
22584 Use directory-files-and-attributes to improve performance.
22585 * gnus-int.el (gnus-request-move-article):
22586 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22587 improve performance.
22588
22589 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22590 some users confused by references to .newsrc when they only have a
22591 .newsrc.eld file.
22592 (gnus-convert-mark-converter-prompt)
22593 (gnus-convert-converter-needs-prompt): Fix use of property list.
22594 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22595 New function. Used internally to only display 'gnus converting
22596 files' message when actually necessary.
22597
22598 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22599 methods now autoloaded.
22600
22601 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22602
22603 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22604 identifiers.
22605
22606 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22607
22608 * gnus-picon.el: Fix indentation and closing parenthesis.
22609
22610 2004-09-01 Simon Josefsson <jas@extundo.com>
22611
22612 * message.el (message-canlock-generate): Require sha1, not
22613 sha1-el. (Can we get rid of this require altogether? It is ugly
22614 to require within a function. Sadly, if sha1.el isn't loaded, the
22615 let binding in m-c-g will hide the defcustom definition, which is
22616 bad.)
22617
22618 * canlock.el: Require sha1, not sha1-el.
22619
22620 * message.el: Don't autoload sha1 (there is a autoload cookie in
22621 sha1.el).
22622
22623 * sha1-el.el: Rename to sha1.el.
22624
22625 2004-08-30 Juanma Barranquero <lektu@terra.es>
22626
22627 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22628
22629 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22630
22631 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22632
22633 2004-08-30 Kim F. Storm <storm@cua.dk>
22634
22635 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22636
22637 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22638 Add :group 'nnimap.
22639
22640 2004-08-30 Andreas Schwab <schwab@suse.de>
22641
22642 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22643 ?* and ?\;.
22644
22645 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22646 and ?\' to symbol instead of whitespace.
22647
22648 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22649
22650 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22651
22652 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22653 instead of re-search-forward.
22654
22655 * gnus-uu.el (gnus-uu-save-article): Ditto.
22656 (gnus-uu-post-encode-uuencode): Ditto.
22657
22658 * html2text.el (html2text-clean-list-items): Ditto.
22659 (html2text-clean-dtdd): Ditto.
22660 (html2text-format-tags): Ditto.
22661
22662 * message.el (message-send-mail-with-sendmail): Fix regexp.
22663 (message-fill-field-general): Use search-forward instead of
22664 re-search-forward.
22665 (unbold-region): Ditto.
22666
22667 * nnrss.el (nnrss-request-article): Ditto.
22668
22669 * nnslashdot.el (nnslashdot-request-article): Ditto.
22670
22671 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22672
22673 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22674 "Unrecognized menu descriptor" error in XEmacs.
22675
22676 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22677
22678 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22679 parent article of a sparse article in the thread hashtb.
22680
22681 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22682
22683 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22684 (nnmail-expand-newtext): Lowercase expanded entries if
22685 nnmail-split-lowercase-expanded is non-nil.
22686
22687 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22688
22689 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22690
22691 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22692 of gnus-tmp-news-method into string under XEmacs. It will be
22693 passed to gnus-correct-length which takes only a string argument.
22694
22695 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22696
22697 * gnus-util.el (gnus-bind-print-variables): New macro.
22698 (gnus-prin1): Use it.
22699 (gnus-prin1-to-string): Use it.
22700 (gnus-pp): New function.
22701 (gnus-pp-to-string): New function.
22702
22703 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22704 Replace pp-to-string with gnus-pp-to-string.
22705 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22706 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22707 * gnus-msg.el (gnus-debug): Ditto.
22708 * gnus-score.el (gnus-score-save): Ditto.
22709 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22710 gnus-pp-to-string.
22711 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22712 with gnus-pp.
22713 * score-mode.el (gnus-score-pretty-print): Ditto.
22714 * webmail.el (webmail-debug): Ditto.
22715
22716 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22717
22718 * gnus-art.el (article-display-face, article-display-x-face):
22719 Use buffer-read-only.
22720
22721 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22722
22723 * gnus-art.el (article-hide-list-identifiers):
22724 Bind inhibit-read-only as t.
22725
22726 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22727
22728 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22729
22730 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22731
22732 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22733 (gnus-narrow-to-page): Don't assume point-min == 1.
22734 (gnus-article-edit-mode): Derive from message-mode.
22735
22736 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22737 point-min == 1.
22738
22739 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22740 Disable incorrect use of `assert'.
22741
22742 * message.el (message-mode): Set comment-start-skip.
22743
22744 2004-08-22 Sam Steingold <sds@gnu.org>
22745
22746 * pop3.el (pop3-leave-mail-on-server): New user variable.
22747 (pop3-movemail): Delete mail only when it is nil.
22748
22749 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22750
22751 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22752
22753 * mml.el (mml-preview): Use `pop-to-buffer'.
22754
22755 * message.el (message-goto-mail-followup-to): Insert after "To".
22756 (message-carefully-insert-headers): Add comment.
22757
22758 * gnus.el: Remove unused variable `gnus-article-check-size'.
22759
22760 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22761
22762 * gnus-art.el (gnus-button-alist):
22763 Improve `gnus-button-handle-library' entry.
22764
22765 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22766
22767 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22768 Use downcase, since XEmacs capitalizes error messages differently.
22769
22770 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22771
22772 * nntp.el: Add (require 'gnus) due to reference to
22773 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22774
22775 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22776
22777 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22778 Bind `mm-fill-flowed'.
22779
22780 * mm-decode.el (mm-dissect-singlepart): Check it.
22781
22782 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22783
22784 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22785 'imap' for netrc parsing.
22786
22787 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22788
22789 * mailcap.el (mailcap-mime-data): Mark as risky.
22790
22791 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22792
22793 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22794 may be included in the encoded word.
22795 (rfc2047-encode): Don't append a space if the encoded word
22796 includes close parenthesis.
22797
22798 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22799
22800 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22801 of text within parentheses.
22802
22803 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22804
22805 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22806 (gnus-encrypt-write-file-contents): Make the password key the file
22807 name PLUS the cipher, not just the cipher. Also remove failed
22808 passwords from the cache.
22809
22810 2004-08-06 Simon Josefsson <jas@extundo.com>
22811
22812 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22813 Doc fix.
22814
22815 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22816
22817 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22818 LWSP.
22819
22820 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22821
22822 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22823 Try to append in-reply-to: data to the references: header.
22824
22825 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22826 (netrc-parse): Use gnus-encrypt.el functions.
22827
22828 * gnus-encrypt.el: Add new file for encryption support; currently
22829 does only a few GPG ciphers and an internal XOR cipher.
22830
22831 * password.el: Add comments on using password-read-and-add.
22832 (password-read-and-add): Add function to read and add the
22833 password to the cache at once.
22834
22835 2004-07-28 Simon Josefsson <jas@extundo.com>
22836
22837 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22838 parameter (but don't use it, for now).
22839
22840 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22841 instead of hard coding to nil.
22842
22843 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22844
22845 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22846 as mm-inline-image-xemacs does.
22847
22848 2004-07-26 Simon Josefsson <jas@extundo.com>
22849
22850 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22851 Revert part of 2004-07-17 change below.
22852
22853 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22854
22855 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22856 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22857
22858 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22859
22860 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22861 quotes that actually start with ">" at the beginning of the
22862 lines.
22863
22864 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22865
22866 * rfc2047.el (rfc2047-encode-region): Fix last change.
22867 (rfc2047-encode-parameter): Remove useless concat.
22868
22869 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22870
22871 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22872 encode special characters; fix some kind of misconfigured headers;
22873 signal a real error if debug-on-quit or debug-on-error is non-nil.
22874 (rfc2047-encode-max-chars): New variable.
22875 (rfc2047-encode-1): Use it.
22876 (rfc2047-encode-parameter): New function.
22877
22878 * mml.el (mml-insert-parameter): Remove an excessive space.
22879
22880 2004-07-17 Simon Josefsson <jas@extundo.com>
22881
22882 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22883 Kai Grossjohann <kai@emptydomain.de>.
22884 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22885 (gnus-group-make-menu-bar): Ditto.
22886
22887 * gnus-util.el (gnus-group-server): Add.
22888
22889 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22890
22891 * message.el (message-clone-locals): Clone sendmail and smtp
22892 variables.
22893
22894 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22895
22896 * rfc2047.el (rfc2047-encode-region): Fix last change.
22897
22898 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22899
22900 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22901 characters as non-special.
22902
22903 2004-07-09 Simon Josefsson <jas@extundo.com>
22904
22905 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22906 Users will lose all flag changes made while unplugged with
22907 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22908 good default. See numerous reports on ding mailing list.
22909
22910 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22911
22912 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22913 add generate-head-function and generate-article-function to the
22914 rfc822-forward entry.
22915 (nndoc-rfc822-forward-generate-article): New function.
22916 (nndoc-rfc822-forward-generate-head): New function.
22917
22918 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22919
22920 2004-07-06 Dan Christensen <jdc@uwo.ca>
22921
22922 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22923 respect display group parameter and gnus-summary-expunge-below.
22924 (gnus-articles-to-read): Remove unused reference to display group
22925 parameter.
22926
22927 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22928
22929 * nnheader.el (nnheader-uniquify-message-id): New experimental
22930 variable.
22931 (nnheader-nov-read-message-id): Use it.
22932
22933 * spam-report.el (spam-report-gmane): Add interactive.
22934
22935 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22936
22937 * mm-encode.el (mm-content-transfer-encoding-defaults):
22938 Use qp-or-base64 for the application/* types.
22939
22940 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22941
22942 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22943
22944 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22945
22946 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22947 trim value.
22948
22949 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22950
22951 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22952 New macro and function.
22953 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22954
22955 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22956
22957 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22958 after-load-alist.
22959
22960 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22961
22962 * gnus-group.el (gnus-group-get-new-news-this-group):
22963 Don't update info that isn't there.
22964
22965 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22966
22967 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22968 entry.
22969
22970 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22971
22972 * mm-view.el (mm-inline-render-with-function): Use multibyte
22973 buffer; decode html source by charset.
22974
22975 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22976
22977 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22978 Mule-UCS is loaded under XEmacs.
22979 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22980
22981 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22982
22983 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22984
22985 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22986
22987 * mm-util.el (mm-coding-system-p): Return a coding-system.
22988 (mm-mime-mule-charset-alist): Use shift_jis instead of
22989 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22990 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22991 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22992 instead of japanese-shift-jis and iso-latin-1 respectively in
22993 order to share the default value with both Emacs and XEmacs-mule.
22994 (mm-mule-charset-to-mime-charset):
22995 Make mm-coding-system-priorities effective.
22996 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22997 while predicating of candidates upon the priorities.
22998
22999 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23000
23001 * gnus-sum.el (gnus-summary-make-menu-bar):
23002 Add gnus-uu-invert-processable.
23003
23004 * gnus.el: Autoload gnus-uu-invert-processable.
23005
23006 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23007
23008 * mm-util.el (mm-with-multibyte-buffer): New macro.
23009
23010 * rfc2047.el (rfc2047-encode-string): Use it.
23011 (rfc2047-encode-region): Move point to the end of the region after
23012 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23013
23014 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23015
23016 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23017 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23018
23019 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23020
23021 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23022 (gnus-cite-parse): Ignore quoted envelope From_.
23023 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23024
23025 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23026
23027 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23028 invalid addresses.
23029
23030 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23031
23032 * spam.el: Change section markers, revise TODO list.
23033 (spam-backends): Make new master list of all installed backends.
23034 (spam-summary-exit-behavior): Add new variable to determine how
23035 messages moves are done at summary exit.
23036 (spam-move-spam-nonspam-groups-only)
23037 (spam-process-ham-in-nonham-groups)
23038 (spam-process-ham-in-spam-groups): Remove variables, the
23039 spam-summary-exit-behavior variable should be used to manage this
23040 behavior.
23041 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23042 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23043 and spam-old-spam-articles.
23044 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23045 Add empty variables, placeholders for the backends they represent.
23046 (spam-set-difference): Move, unchanged.
23047 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23048 unless the user has a processor variable.
23049 (spam-classifications, spam-classification-valid-p)
23050 (spam-backend-properties, spam-backend-property-valid-p)
23051 (spam-backend-function-type-valid-p)
23052 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23053 (spam-report-articles-gmane, spam-report-articles-resend):
23054 Remove functions, they are not needed.
23055 (spam-install-backend-super, spam-backend-list)
23056 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23057 (spam-backend-function, spam-backend-ham-registration-function)
23058 (spam-backend-spam-registration-function)
23059 (spam-backend-ham-unregistration-function)
23060 (spam-backend-spam-unregistration-function)
23061 (spam-backend-statistical-p, spam-backend-mover-p)
23062 (spam-install-backend-alias, spam-install-checkonly-backend)
23063 (spam-install-mover-backend, spam-install-nocheck-backend)
23064 (spam-install-backend, spam-install-statistical-backend)
23065 (spam-install-statistical-checkonly-backend): Add backend installation
23066 support.
23067 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23068 (spam-group-processor-p): Use the new backend code and respect the
23069 summary exit behavior.
23070 (spam-mark-spam-as-expired-and-move-routine): Remove.
23071 (spam-summary-prepare): Change to use the new spam-old-articles
23072 variable.
23073 (spam-copy-or-move-routine, spam-copy-spam-routine)
23074 (spam-move-spam-routine, spam-copy-ham-routine)
23075 (spam-move-ham-routine): Add code to copy/move ham or spam.
23076 (spam-fetch-field-fast): Improve doc and code, plus allow the
23077 'number request.
23078 (spam-list-of-checks, spam-list-of-statistical-checks):
23079 Remove variables.
23080 (spam-split, spam-find-spam): Use the new backend code.
23081 (spam-registration-functions): Remove variable.
23082 (spam-unregister-routine): Add convenience wrapper.
23083 (spam-log-undo-registration, spam-register-routine)
23084 (spam-log-processing-to-registry)
23085 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23086 where possible.
23087 (spam-check-gmane-xref, spam-check-regex-headers)
23088 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23089 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23090 (spam-check-bogofilter-headers, spam-check-spamoracle)
23091 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23092 (spam-check-crm114-headers): Use the spam-split-group that
23093 spam-split prepares, no need to determine it every time.
23094
23095 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23096 to the nnheader-parse-naked-head call.
23097
23098 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23099
23100 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23101 the nnheader-nov-read-message-id call.
23102
23103 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23104
23105 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23106 gnus-activate-group twice. Suggested by Markus Peter
23107 <warp@spin.de>.
23108
23109 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23110
23111 * gnus-art.el (gnus-article-time-format): Exchange the order of
23112 day and month in the default value; fix customization type.
23113 (article-date-ut): Use add-text-properties.
23114 (article-make-date-line): Use message-make-date instead of
23115 current-time-string.
23116
23117 * message.el (message-fetch-field): Don't use set-text-properties.
23118 (message-make-date): Simplify.
23119
23120 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23121
23122 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23123 (rfc2047-encode-region): Treat text within parentheses as special;
23124 show the original text when error has occurred.
23125
23126 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23127 already-computed method to gnus-activate-group.
23128
23129 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23130 same select-methods identical Lisp objects.
23131
23132 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23133 object when modifying the info.
23134
23135 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23136
23137 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23138 gnus-opened-servers since it has never been opened with the new
23139 configuration yet.
23140
23141 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23142
23143 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23144 arg to nnheader-generate-fake-message-id.
23145
23146 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23147
23148 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23149 number and build a fake message ID localized to a group and
23150 article number (so it's repeatable from that point on).
23151 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23152 ID format.
23153
23154 * gnus-sum.el (gnus-get-newsgroup-headers):
23155 Call nnheader-generate-fake-message-id with the article number.
23156
23157 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23158
23159 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23160 end-of-buffer.
23161
23162 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23163
23164 * message.el (message-ignored-supersedes-headers): Add Approved.
23165
23166 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23167
23168 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23169 goto-char.
23170 (rfc2047-encode): Fold the line before encoding.
23171
23172 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23173
23174 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23175 folding -- not all headers can be folded, and this should be done
23176 by the message composition mode. Probably. I think.
23177
23178 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23179
23180 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23181 fast.
23182
23183 * gnus-ems.el (gnus-remove-image): Don't use
23184 message-text-with-property; remove only the image found first.
23185
23186 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23187
23188 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23189
23190 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23191
23192 * message.el (message-text-with-property): Make it fast and accept
23193 optional arguments.
23194 (message-strip-forbidden-properties): Use it.
23195 (message-fix-before-sending): Follow the m-t-w-p change.
23196
23197 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23198
23199 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23200
23201 * gnus-art.el (article-hide-headers): Don't change the buffer
23202 mistakenly when performing mml-preview even if
23203 gnus-single-article-buffer is nil.
23204
23205 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23206
23207 * message.el (message-expand-name-databases): New user option.
23208 (message-expand-name): Use it.
23209
23210 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23211
23212 * spam.el (spam-report-articles-resend)
23213 (spam-report-resend-register-routine): Allow ham reporting.
23214 (spam-report-resend-register-ham-routine): Add wrapper.
23215 (spam-registration-functions): Add ham resending functions.
23216 (spam-list-of-processors): Add ham resend processor.
23217
23218 * gnus.el (ham-resend-to): Add new group parameter.
23219 (spam-process): Add ham resend option.
23220
23221 * spam-report.el (spam-report-resend): Allow reporting ham.
23222 (spam-report-resend-ham): Add wrapper.
23223
23224 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23225
23226 * message.el (message-cite-articles-with-x-no-archive):
23227 New variable.
23228 (message-cite-original): Use it.
23229
23230 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23231
23232 * message.el (message-cite-original): Respect X-No-Archive.
23233
23234 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23235
23236 * gnus-art.el (article-hide-headers): Refer to the values for
23237 gnus-ignored-headers and gnus-visible-headers in the summary
23238 buffer since a user may have set them as group parameters.
23239
23240 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23241
23242 * assistant.el (assistant-node-name): Add convenience function.
23243 (assistant-render-text, assistant-render-node): Add error handling,
23244 plus handle multiple next nodes.
23245 (assistant-find-next-node): Comment out for now.
23246 (assistant-find-next-nodes): Add function, returns list of next
23247 nodes.
23248
23249 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23250
23251 * mail-source.el (mail-source-directory): Fix doc-string.
23252
23253 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23254
23255 * assistant.el (assistant-render-text, assistant-eval): Add :set
23256 widget type, which is different because it takes and returns a
23257 list. Much hilarity ensues.
23258
23259 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23260
23261 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23262
23263 * gnus-group.el (gnus-group-get-new-news-this-group):
23264 Add doc-string.
23265
23266 * gnus-start.el (gnus-activate-group): Add doc-string.
23267
23268 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23269
23270 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23271
23272 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23273
23274 * assistant.el (assistant-render-text): Try to add a :set
23275 widget, more to come.
23276
23277 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23278 strings.
23279 (spam-report-articles-resend)
23280 (spam-register-routine): Do registration iff any articles warrant
23281 it.
23282 (spam-summary-prepare-exit): Change log message for nil group
23283 destinations.
23284
23285 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23286
23287 * spam.el (spam-report-resend-register-routine):
23288 Allow spam-report-resend-to to be a group parameter or a global value.
23289
23290 2004-05-26 Simon Josefsson <jas@extundo.com>
23291
23292 * starttls.el: Merge with my GnuTLS based starttls.el.
23293 (starttls-gnutls-program, starttls-use-gnutls)
23294 (starttls-extra-arguments, starttls-process-connection-type)
23295 (starttls-connect, starttls-failure, starttls-success):
23296 New variables.
23297 (starttls-program, starttls-extra-args): Doc fix.
23298 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23299 New functions.
23300 (starttls-negotiate, starttls-open-stream):
23301 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23302 function if it is set.
23303
23304 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23305
23306 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23307 structured fields.
23308
23309 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23310
23311 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23312
23313 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23314
23315 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23316 Add variable.
23317 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23318 assigning the spam-mark to new messages.
23319
23320 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23321
23322 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23323
23324 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23325
23326 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23327 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23328 default.
23329
23330 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23331
23332 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23333 correct data.
23334
23335 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23336
23337 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23338 (spam-group-processor-p): Fix function.
23339 (spam-group-processor-multiple-p)
23340 (spam-group-spam-processor-report-gmane-p)
23341 (spam-group-spam-processor-report-resend-p)
23342 (spam-group-spam-processor-bogofilter-p)
23343 (spam-group-spam-processor-blacklist-p)
23344 (spam-group-spam-processor-ifile-p)
23345 (spam-group-ham-processor-ifile-p)
23346 (spam-group-spam-processor-spamoracle-p)
23347 (spam-group-spam-processor-crm114-p)
23348 (spam-group-ham-processor-bogofilter-p)
23349 (spam-group-spam-processor-stat-p)
23350 (spam-group-ham-processor-stat-p)
23351 (spam-group-ham-processor-whitelist-p)
23352 (spam-group-ham-processor-BBDB-p)
23353 (spam-group-ham-processor-spamoracle-p)
23354 (spam-group-ham-processor-copy-p): Remove functions with some
23355 prejudice against unneeded code.
23356 (spam-report-articles-resend)
23357 (spam-report-resend-register-routine): Allow the group/topic
23358 spam-resend-to value to override spam-report-resend-to.
23359 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23360 properly now.
23361
23362 * gnus.el (spam-resend-to): Add group/topic parameter.
23363 (spam-process): Move the OBSOLETE processors to the end of the
23364 choices.
23365
23366 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23367
23368 * spam-report.el (spam-report-resend-to, spam-report-resend):
23369 Start with resend-to set to nil, and then ask the user if necessary.
23370 (spam-report-resend): spam-report-resend takes a list of articles, not
23371 separate article numbers.
23372
23373 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23374
23375 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23376 addition to emacs-w3m.
23377
23378 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23379
23380 * assistant.el (assistant-authinfo-data): New function.
23381 (assistant-eval): Eval for entire assistant.
23382
23383 * netrc.el (netrc-services-file): New variable.
23384 (netrc-parse-services): New function.
23385 (netrc-find-service-name): New function.
23386 (netrc-find-service-number): New function.
23387 (netrc-port-equal): New function.
23388 (netrc-machine): Use it.
23389
23390 * nnimap.el (nnimap-open-connection): Use netrc.
23391
23392 * gnus-util.el (gnus-netrc-get): Remove aliases.
23393
23394 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23395
23396 * assistant.el (wid-edit): Fix compilation.
23397
23398 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23399
23400 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23401
23402 * gnus-util.el (gnus-set-file-modes): New function. (small
23403 patch).
23404
23405 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23406
23407 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23408
23409 * assistant.el (assistant-render-node): Fix up rendering and
23410 read-only text.
23411 (assistant-render-node): Reset.
23412 (assistant-make-read-only): Not sticky.
23413
23414 2004-05-20 Danny Siu <dsiu@adobe.com>
23415
23416 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23417 centered even when gnus-auto-center-summary is t.
23418
23419 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23420
23421 * dns.el (dns-get-txt-answer): New function.
23422 (dns-read-txt): Ditto.
23423 (query-dns): Use it.
23424
23425 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23426
23427 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23428 active for foreign groups even if the group level is higher than
23429 the specified value.
23430
23431 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23432
23433 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23434 non-active groups.
23435
23436 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23437
23438 2004-05-20 Magnus Henoch <mange@freemail.hu>
23439
23440 * dns.el (dns-read-type): Add support for SVR. (small patch)
23441
23442 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23443
23444 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23445 (spam-crm114-header, spam-crm114-spam-switch)
23446 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23447 (spam-crm114-positive-spam-header)
23448 (spam-crm114-database-directory, spam-list-of-processors)
23449 (spam-group-spam-processor-crm114-p)
23450 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23451 (spam-generic-score, spam-list-of-checks)
23452 (spam-list-of-statistical-checks, spam-registration-functions)
23453 (spam-check-crm114-headers, spam-crm114-score)
23454 (spam-check-crm114, spam-crm114-register-with-crm114)
23455 (spam-crm114-register-spam-routine)
23456 (spam-crm114-unregister-spam-routine)
23457 (spam-crm114-register-ham-routine)
23458 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23459
23460 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23461
23462 * gnus.el: Add spam-use-crm114.
23463
23464 * spam.el (spam-list-of-processors, spam-registration-functions):
23465 Add spam-use-resend.
23466 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23467 (spam-report-articles-gmane): Add doc fix.
23468 (spam-report-articles-resend, spam-report-resend-register-routine):
23469 Add wrappers around spam-report-resend-to.
23470
23471 * spam-report.el (spam-report-resend-to, spam-report-resend):
23472 Add support for resending spam.
23473 (spam-report-gmane): Fix line length >80.
23474
23475 * gnus.el (spam-process): Add spam-use-resend.
23476
23477 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23478
23479 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23480 number of processed spam messages.
23481 (spam-ham-copy-or-move-routine): Return the number of processed
23482 ham messages.
23483 (spam-summary-prepare-exit): Use the above values to decide
23484 whether status messages shouled be displayed.
23485
23486 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23487
23488 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23489 `rfc2047-encoding-function-alist' in order to avoid conflicting
23490 with the old version.
23491 (rfc2047-encode-region): Concatenate words containing non-ASCII
23492 characters in structured fields; don't encode space-delimited
23493 ASCII words even in unstructured fields; don't break words at
23494 char-category boundaries.
23495 (rfc2047-encode-1): New function.
23496 (rfc2047-encode): Use it; encode text so that it occupies the
23497 maximum width within 76-column; work correctly on Q encoding for
23498 iso-2022-* charsets.
23499 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23500 sure not to break a line just after the header name.
23501 (rfc2047-b-encode-region): Remove.
23502 (rfc2047-b-encode-string): New function.
23503 (rfc2047-q-encode-region): Remove.
23504 (rfc2047-q-encode-string): New function.
23505
23506 * mm-util.el (mm-replace-in-string): New function.
23507
23508 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23509
23510 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23511 Really get it right.
23512 (gnus-inews-make-draft): Really.
23513
23514 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23515
23516 * nnmh.el (nnmh-request-list-1): Don't check the link count
23517 before descending. (small patch)
23518
23519 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23520
23521 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23522 stuff.
23523
23524 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23525 Match on real group name.
23526
23527 * gnus-art.el (gnus-signature-limit): Doc fix.
23528
23529 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23530
23531 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23532
23533 * gnus-draft.el (gnus-draft-send):
23534 Bind rfc2047-encode-encoded-words.
23535
23536 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23537 (rfc2047-encodable-p): Say that =? needs encoding.
23538 (rfc2047-encode-encoded-words): New variable.
23539
23540 * gnus-group.el (gnus-group-select-group): Doc fix.
23541
23542 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23543
23544 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23545 to nil.
23546
23547 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23548
23549 * nnheader.el (nnheader-get-lines-and-char): New function.
23550
23551 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23552
23553 * gnus-msg.el (gnus-summary-followup-with-original):
23554 Document yanking of region when active.
23555
23556 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23557
23558 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23559 groups if the group level is higher than the specified value.
23560
23561 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23562
23563 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23564 (gnus-group-jump-to-group): Add prefix argument using
23565 `gnus-group-jump-to-group-prompt'. Query before jumping to
23566 non-active group.
23567
23568 * compface.el (uncompface): Be verbose when changing
23569 `uncompface-use-external'.
23570
23571 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23572 handle manual section.
23573
23574 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23575
23576 * gnus-art.el (gnus-button-alist): Revert previous change.
23577
23578 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23579
23580 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23581
23582 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23583
23584 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23585 whether backend can accept message.
23586
23587 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23588
23589 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23590
23591 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23592 Avoid creating directory when nntp-marks-is-evil is true.
23593 Reported by Reiner Steib.
23594
23595 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23596
23597 * gnus-picon.el (gnus-picon-insert-glyph):
23598 Add optional `nostring' argument.
23599
23600 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23601
23602 * gnus-picon.el (gnus-picon-style): New variable.
23603 (gnus-picon-transform-address): Support `gnus-picon-style'.
23604
23605 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23606
23607 * message.el (message-fill-field): Return point.
23608 (message-generate-headers): Go to end of field.
23609
23610 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23611 stuff for non-living groups.
23612
23613 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23614
23615 * gnus-art.el (gnus-article-followup-with-original)
23616 (gnus-article-reply-with-original): gnus-mark-active-p ->
23617 gnus-region-active-p.
23618
23619 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23620
23621 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23622 only when there is spam or ham to be processed.
23623
23624 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23625
23626 * mail-source.el (mail-source-delete-crash-box): Refactor.
23627 (mail-source-fetch): Use it.
23628 (mail-source-fetch-file): Ditto.
23629 (mail-source-fetch-directory): Run PostScript in loop.
23630 (mail-source-fetch-pop): Delete.
23631 (mail-source-fetch-maildir): Ditto.
23632 (mail-source-fetch-imap): Ditto.
23633
23634 * imap.el (imap-authenticators): Comment out sasl.
23635
23636 * message.el (message-skip-to-next-address): New function.
23637 (message-fill-header-address): Refactor.
23638 (message-fill-address): Use it.
23639 (message-delete-address): Use it.
23640 (message-fill-header-general): Refactor.
23641 (message-fill-field-address): Rename.
23642 (message-narrow-to-field): Find the start of the header.
23643 (message-header-format-alist): Don't pre-fill.
23644 (message-fill-header): Remove.
23645 (message-insert-header): New function.
23646 (message-shorten-references): Use it.
23647
23648 * rfc2047.el (rfc2047-field-value): Strip props.
23649
23650 * mail-parse.el (mail-header-make-address): New alias.
23651
23652 * ietf-drums.el (ietf-drums-make-address): New function.
23653
23654 * imap.el: Add compiler directives.
23655
23656 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23657
23658 * gnus-art.el (article-decode-idna-rhs): Don't use
23659 message-idna-inside-rhs-p.
23660
23661 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23662
23663 * message.el (message-idna-inside-rhs-p): Remove.
23664 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23665
23666 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23667 false positives.
23668
23669 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23670
23671 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23672
23673 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23674
23675 * nneething.el (nneething-file-name): Don't create spurious
23676 files.
23677
23678 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23679 (gnus-inews-do-gcc): Remove sleep.
23680
23681 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23682 part under point.
23683
23684 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23685 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23686
23687 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23688
23689 * spam.el (spam-summary-prepare-exit): Fix (length).
23690
23691 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23692
23693 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23694 as expired without moving it" message when there are spam
23695 messages left.
23696
23697 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23698
23699 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23700 header is not nil.
23701
23702 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23703
23704 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23705 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23706 (nntp-marks-changed-p): New arg SERVER.
23707 (nntp-request-update-info): Adjust caller.
23708
23709 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23710
23711 * nntp.el (nntp-save-marks): Pass missing arg.
23712
23713 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23714
23715 * nntp.el: Support marks.
23716 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23717 (nntp-marks-modtime, nntp-marks-directory): New variables.
23718 (nntp-request-set-mark, nntp-request-update-info)
23719 (nntp-possibly-create-directory, nntp-marks-changed-p)
23720 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23721 New functions.
23722
23723 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23724
23725 * gnus-score.el (gnus-score-insert-help):
23726 Use gnus-select-lowest-window.
23727
23728 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23729 appt-select-lowest-window and rename to gnus-select-lowest-window.
23730
23731 * gnus.el: do.
23732
23733 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23734
23735 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23736 encodings of MIME-encoded words, in order to improve
23737 interoperability with several broken MUAs.
23738
23739 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23740
23741 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23742 tags, only when charsets are not specified in headers.
23743 (mm-inline-text-html-render-with-w3m): Ditto.
23744
23745 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23746
23747 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23748 instead of MIME-decoded from fields when checking
23749 `gnus-article-address-banner-alist'.
23750
23751 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23752
23753 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23754 description rather than subject.
23755
23756 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23757
23758 * gnus.el (gnus-version-number): Bump.
23759
23760 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23761
23762 * gnus.el: No Gnus v0.2 is released.
23763
23764 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23765
23766 * gnus-agent.el (gnus-agent-read-agentview):
23767 Inline gnus-uncompress-range.
23768
23769 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23770
23771 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23772 `exec-installed-p'.
23773
23774 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23775
23776 * gnus.el (spam-process, spam-autodetect-methods):
23777 Add bsfilter and bsfilter-headers.
23778
23779 * spam.el (spam-bsfilter): New customize group.
23780 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23781 (spam-bsfilter-header, spam-bsfilter-probability-header)
23782 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23783 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23784 (spam-bsfilter-database-directory): New options.
23785 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23786 (spam-list-of-statistical-checks, spam-registration-functions):
23787 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23788 (spam-bsfilter-score): New command.
23789 (spam-check-bsfilter-headers, spam-check-bsfilter)
23790 (spam-bsfilter-register-with-bsfilter)
23791 (spam-bsfilter-register-spam-routine)
23792 (spam-bsfilter-unregister-spam-routine)
23793 (spam-bsfilter-register-ham-routine)
23794 (spam-bsfilter-unregister-ham-routine): New functions.
23795 (spam-generic-score): Support bsfilter; Accept an optional argument
23796 to recalcurate spam score even if scoring header has already been
23797 added.
23798 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23799 optional argument to recalcurate spam score even if scoring header
23800 has already been added.
23801
23802 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23803
23804 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23805 strings! Reported by David D. Smith <davidsmith@acm.org>.
23806 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23807 link is missing.
23808
23809 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23810
23811 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23812 (html2text-get-attr): Rewrite.
23813
23814 * message.el (message-setup-1): Remove redundant put-text-property
23815 on mail-header-separator.
23816
23817 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23818
23819 * gnus-registry.el (gnus-registry-cache-whitespace)
23820 (gnus-registry-action, gnus-registry-spool-action)
23821 (gnus-registry-split-fancy-with-parent): Change message levels
23822 from 5 to 3 or 7, as needed.
23823
23824 * spam.el (spam-summary-prepare-exit)
23825 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23826 (spam-split, spam-find-spam, spam-log-undo-registration)
23827 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23828 level from 5 to 6.
23829
23830 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23831
23832 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23833 2004-03-04 change).
23834
23835 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23836
23837 * sieve-manage.el (sieve-manage-open):
23838 * nnweb.el (nnweb-insert-html):
23839 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23840 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23841 * nnspool.el (nnspool-request-group):
23842 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23843 * nnml.el (nnml-request-update-info):
23844 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23845 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23846 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23847 (nnimap-request-set-mark):
23848 * nnfolder.el (nnfolder-request-update-info):
23849 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23850 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23851 * gnus-uu.el (gnus-uu-find-articles-matching):
23852 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23853 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23854 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23855 * gnus-nocem.el (gnus-nocem-scan-groups):
23856 * gnus-int.el (gnus-start-news-server):
23857 * gnus-group.el (gnus-group-make-kiboze-group)
23858 (gnus-group-browse-foreign-server):
23859 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23860 Use mapc when appropriate.
23861
23862 2004-04-22 Dan Christensen <jdc@uwo.ca>
23863 Adam Sjøgren <asjo@koldfront.dk>
23864 Wes Hardaker <wes@hardakers.net>
23865 Michael Shields <shields@msrl.com>
23866
23867 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23868 may need for spam sorting and scoring.
23869 (spam-user-format-function-S): Add user format function suitable for
23870 general use.
23871 (spam-article-sort-by-spam-status): Add sorting function for summary
23872 sorting.
23873 (spam-extra-header-to-number): Add function to get a score from a
23874 header.
23875 (spam-summary-score): Add function to get a numeric score from the
23876 headers.
23877 (spam-generic-score): Fix function doc, was in wrong place.
23878 (spam-initialize): Take symbols when it's run, and install the
23879 extra headers that spam-necessary-extra-headers thinks we need.
23880
23881 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23882
23883 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23884 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23885
23886 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23887
23888 * gnus-sum.el (gnus-set-global-variables)
23889 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23890 (gnus-article-get-xrefs, gnus-summary-best-group)
23891 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23892 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23893 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23894 Use with-current-buffer.
23895
23896 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23897
23898 * spam.el (spam-summary-prepare-exit): Simplify logic.
23899 (spam-fetch-article-header): Read the article header if it's not
23900 available.
23901 (spam-list-articles): Simplify logic.
23902 (spam-filelist-register-routine): Fix bug with unregister-list.
23903
23904 * gnus-registry.el: Fix comments at beginning.
23905
23906 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23907
23908 * message.el (message-cater-to-broken-inn): Remove.
23909 (message-shorten-references): Make sure the total folded length of
23910 References is shorter than 998 characters to cater to a bug in INN
23911 2.3. Also, don't pretend that references aren't folded -- this
23912 hasn't worked for a while.
23913
23914 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23915
23916 * gnus-agent.el (gnus-agentize):
23917 gnus-agent-send-mail-real-function no longer set to current value
23918 of message-send-mail-function but rather a lambda that calls
23919 message-send-mail-function. The change makes the agent real-time
23920 responsive to user changes to message-send-mail-function.
23921
23922 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23923
23924 * legacy-gnus-agent.el
23925 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23926 help from Florian Weimer <fw@deneb.enyo.de>
23927
23928 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23929
23930 * nnmail.el (nnmail-cache-insert): Revert last change.
23931
23932 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23933
23934 * nnmail.el (nnmail-cache-insert): Always check whether
23935 nnmail-cache-ignore-groups matches a group name.
23936
23937 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23938
23939 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23940 (spam-find-spam, spam-log-processing-to-registry)
23941 (spam-log-registered-p, spam-log-unregistration-needed-p)
23942 (spam-log-undo-registration): Use gnus-message instead of
23943 gnus-error, none of these errors are fatal.
23944
23945 * gnus-registry.el (gnus-registry-clean-empty-function)
23946 (gnus-registry-clean-empty): Remove only empty entries without
23947 extra data.
23948
23949 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23950
23951 * spam-stat.el (spam-stat-buffer-change-to-spam)
23952 (spam-stat-buffer-change-to-non-spam): Change (error) to
23953 (gnus-message 8) invocation.
23954
23955 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23956
23957 * nntp.el (nntp-via-netcat-command): New variable.
23958 (nntp-via-netcat-switches): New variable.
23959 (nntp-open-via-rlogin-and-netcat): New function.
23960 (nntp-open-connection-function): Doc fix.
23961 (nntp-telnet-command): Doc fix.
23962 (nntp-end-of-line): Doc fix.
23963 (nntp-via-rlogin-command): Doc fix.
23964 (nntp-via-user-name): Doc fix.
23965 (nntp-via-address): Doc fix.
23966
23967 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23968
23969 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23970 error in Emacs 21.1.
23971
23972 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23973
23974 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23975
23976 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23977
23978 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23979 (gnus-agent-with-refreshed-group): New macro.
23980 (gnus-agent-rename-group): New function.
23981 (gnus-agent-delete-group): New function.
23982 (gnus-agent-save-group-info): Use gnus-command-method when
23983 `method' parameter is nil. Don't write nil entries into the
23984 active file.
23985 (gnus-agent-get-group-info): New function.
23986 (gnus-agent-fetch-articles):
23987 Use gnus-agent-update-files-total-fetched-for to increment disk space
23988 used.
23989 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23990 Use gnus-agent-update-view-total-fetched-for to increment disk space
23991 used.
23992 (gnus-agent-get-local): Add optional parameters to avoid calling
23993 gnus-group-real-name and gnus-find-method-for-group.
23994 (gnus-agent-set-local): Delete stored entry if either min, or max,
23995 are nil.
23996 (gnus-agent-fetch-session): Reworded error/quit messages.
23997 On quit, use gnus-agent-regenerate-group to record existence of any
23998 articles fetched to disk before the quit occurred.
23999 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24000 gnus-agent-update-view-total-fetched-for, and
24001 gnus-agent-update-files-total-fetched-for to decrement disk space
24002 used.
24003 (gnus-agent-retrieve-headers):
24004 Use gnus-agent-update-view-total-fetched-for to increment disk space
24005 used.
24006 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24007 with gnus-agent-update-files-total-fetched-for to decrement disk
24008 space and fresh group buffer.
24009 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24010 (gnus-agent-need-update-total-fetched-for): New variable.
24011 (gnus-agent-update-files-total-fetched-for): New function.
24012 (gnus-agent-update-view-total-fetched-for): New function.
24013 (gnus-agent-total-fetched-for): New function.
24014
24015 * gnus-cache.el (gnus-cache-save-buffers):
24016 Use gnus-cache-update-overview-total-fetched-for to change disk space
24017 used by this group.
24018 (gnus-cache-possibly-enter-article):
24019 Use gnus-cache-update-file-total-fetched-for to increment disk space
24020 used by this group.
24021 (gnus-cache-possibly-remove-article):
24022 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24023 used by this group.
24024 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24025 (gnus-cache-rename-group): New function.
24026 (gnus-cache-delete-group): New function.
24027 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24028 (gnus-cache-need-update-total-fetched-for): New variable.
24029 (gnus-cache-with-refreshed-group): New macro.
24030 (gnus-cache-update-file-total-fetched-for): New function.
24031 (gnus-cache-update-overview-total-fetched-for): New function.
24032 (gnus-cache-rename-group-total-fetched-for): New function.
24033 (gnus-cache-delete-group-total-fetched-for): New function.
24034 (gnus-cache-total-fetched-for): New function.
24035
24036 * gnus-group.el: Require gnus-sum and autoload functions to
24037 resolve warnings when gnus-group.el compiled alone.
24038 (gnus-group-line-format): Documented new %F.
24039 (size of Fetched data) group line format; identifies disk space
24040 used by agent and cache.
24041 (gnus-group-line-format-alist): Defined new F format.
24042 (gnus-total-fetched-for): New function.
24043 (gnus-group-delete-group): No longer update
24044 gnus-cache-active-altered as gnus-request-delete-group now keeps
24045 the cache in sync.
24046 (gnus-group-list-active): Let the agent store a server's active
24047 list if currently plugged.
24048
24049 * gnus-int.el (gnus-request-delete-group):
24050 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24051 local disk in sync with the server.
24052 (gnus-request-rename-group):
24053 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24054 local disk in sync with the server.
24055
24056 * gnus-start.el (gnus-get-unread-articles):
24057 Cosmetic simplification to logic.
24058
24059 * gnus-util.el (gnus-rename-file): New function.
24060
24061 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24062
24063 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24064
24065 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24066
24067 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24068 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24069
24070 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24071
24072 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24073 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24074
24075 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24076
24077 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24078
24079 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24080
24081 * spam.el (spam-set-difference): Add function to replace
24082 gnus-set-difference in spam.el.
24083 (spam-summary-prepare-exit): Use spam-set-difference.
24084
24085 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24086
24087 * gnus-registry.el (gnus-registry-cache-file): Update to use
24088 gnus-dribble-directory OR gnus-home-directory OR ~.
24089 (gnus-registry-split-fancy-with-parent): Fix doc.
24090
24091 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24092
24093 * message.el (message-exchange-point-and-mark):
24094 Use message-mark-active-p. Suggested by Jesper Harder
24095 <harder@ifa.au.dk>.
24096
24097 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24098
24099 * message.el (message-exchange-point-and-mark): Don't activate
24100 region if it was inactive. Suggested by Hiroshi Fujishima
24101 <pooh@nature.tsukuba.ac.jp>.
24102
24103 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24104
24105 * gnus-art.el (article-display-face): Display Faces in the same
24106 order as X-Faces.
24107
24108 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24109
24110 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24111
24112 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24113
24114 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24115 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24116 (gnus-article-mime-hierarchy): Remove.
24117 (gnus-article-mime-hierarchy-next): Remove.
24118 (gnus-article-mode): Revert 2004-03-19 change.
24119 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24120 (gnus-insert-mime-button): Revert 2004-03-19 change.
24121 (gnus-mime-accumulate-hierarchy): Remove.
24122 (gnus-mime-enter-multipart): Remove.
24123 (gnus-mime-leave-multipart): Remove.
24124 (gnus-mime-display-part): Revert 2004-03-19 change.
24125 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24126
24127 * mml.el (mml-preview): Revert 2004-03-19 change.
24128
24129 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24130
24131 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24132
24133 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24134
24135 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24136 t while entering a file name using the mm-with-multibyte macro.
24137 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24138
24139 * mm-util.el (mm-with-multibyte): New macro.
24140
24141 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24142
24143 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24144 New user option.
24145 (gnus-mime-multipart-functions): Doc and customization fix.
24146 (gnus-article-mime-hierarchy): New variable.
24147 (gnus-article-mime-hierarchy-next): New variable.
24148 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24149 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24150 gnus-article-mime-hierarchy-next to nil.
24151 (gnus-insert-mime-button): Show hierarchy numbers.
24152 (gnus-mime-accumulate-hierarchy): New function.
24153 (gnus-mime-enter-multipart): New function.
24154 (gnus-mime-leave-multipart): New function.
24155 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24156 (gnus-mime-display-alternative): Show hierarchy numbers.
24157
24158 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24159 gnus-article-mime-hierarchy-next to nil.
24160
24161 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24162
24163 * dns.el: Don't require gnus-xmas.
24164
24165 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24166
24167 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24168 inline PGP.
24169 (mml-menu): Disable mml-quote-region if mark is inactive.
24170
24171 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24172
24173 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24174 when the group's active is not available.
24175
24176 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24177
24178 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24179 error.
24180
24181 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24182
24183 * imap.el (imap-store-password): New variable.
24184 (imap-interactive-login): Use it.
24185 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24186
24187 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24188
24189 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24190 window-start and hscroll to summary window.
24191
24192 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24193
24194 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24195 conversion message to newsrc-dribble when an actual conversion is
24196 performed.
24197
24198 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24199
24200 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24201
24202 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24203
24204 * mm-decode.el (mm-complicated-handles): New function reviving
24205 former definition of mm-multiple-handles.
24206
24207 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24208 (gnus-mime-delete-part): Use it.
24209
24210 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24211
24212 * gnus-agent.el (gnus-agent-read-local):
24213 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24214 avoid the implicit assumption that they will always be equal.
24215 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24216 coding-system-for-write, as the with-temp-file macro first prints
24217 to a buffer then saves the buffer.
24218
24219 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24220
24221 * gnus-art.el (gnus-article-edit-part): New function.
24222 (gnus-mime-save-part-and-strip): Use it; do query instead of
24223 signaling an error; don't use mm-multiple-handles.
24224 (gnus-mime-delete-part): Ditto.
24225
24226 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24227
24228 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24229 old file versions.
24230 (gnus-group-prepare-hook): Remove function that converted list
24231 form of gnus-agent-expire-days to group properties.
24232
24233 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24234 (gnus-request-accept-article): Re-indented.
24235
24236 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24237 converters to handle old agent file formats. Add logic for a
24238 "backup before upgrading warning".
24239 (gnus-convert-mark-converter-prompt): Developers can mark
24240 functions as needing (default), or not needing,
24241 gnus-convert-old-newsrc's "backup before upgrading warning".
24242 (gnus-convert-converter-needs-prompt): Tests whether the user
24243 should be protected from potentially irreversable changes by the
24244 function.
24245
24246 * legacy-gnus-agent.el: New. Provides converters that are only
24247 loaded when gnus-convert-old-newsrc needs to call them.
24248
24249 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24250
24251 * mail-source.el (mail-source-touch-pop): Doc fix.
24252
24253 * message.el (message-smtpmail-send-it): Doc fix.
24254
24255 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24256
24257 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24258
24259 * nnmail.el (nnmail-split-fancy): do.
24260
24261 * gnus-kill.el (gnus-kill, gnus-execute): do.
24262
24263 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24264
24265 * gnus-sum.el (gnus-widget-reversible-match)
24266 (gnus-widget-reversible-to-internal)
24267 (gnus-widget-reversible-to-external): New functions.
24268 (gnus-widget-reversible): New widget.
24269 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24270
24271 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24272
24273 * gnus-sum.el (gnus-thread-sort-functions)
24274 (gnus-article-sort-functions): Document `(not F)' items.
24275
24276 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24277
24278 * spam.el (spam-use-gmane-xref): Add new backend.
24279 (spam-gmane-xref-spam-group): Add variable to control the name of the
24280 Gmane spam group.
24281 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24282 (spam-regex-headers-spam, spam-regex-headers-ham)
24283 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24284 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24285 backends and checks.
24286 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24287
24288 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24289 an autodetect method.
24290
24291 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24292
24293 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24294 articles are being added to a group.
24295 (gnus-request-replace-article): Inform the agent that articles
24296 need to be uncached as the cached contents are no longer valid.
24297
24298 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24299
24300 * binhex.el: Don't autoload executable-find.
24301
24302 * canlock.el: Don't autoload mail-fetch-field.
24303
24304 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24305
24306 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24307 rmail-dont-reply-to and rmail-output.
24308
24309 * gnus-score.el: Don't autoload ffap-string-at-point.
24310
24311 * gnus-setup.el: Don't autoload sc-cite-original.
24312
24313 * imap.el: Don't autoload base64-decode-string,
24314 base64-encode-string and md5.
24315
24316 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24317 and rmail-msg-restore-non-pruned-header.
24318
24319 * mm-decode.el: Don't autoload executable-find.
24320
24321 * mm-url.el: Don't autoload executable-find.
24322
24323 * mm-view.el: Don't autoload diff-mode.
24324
24325 * nndb.el: Don't autoload news-reply-mode, news-setup,
24326 cancel-timer and telnet.
24327
24328 * password.el: Don't autoload run-at-time for Emacs.
24329
24330 * sha1-el.el: Don't autoload executable-find.
24331
24332 * sieve-mode.el: Don't autoload c-mode.
24333
24334 * uudecode.el: Don't autoload executable-find.
24335
24336 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24337
24338 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24339 (gnus-agent-possibly-alter-active): Avoid null in numeric
24340 comparison.
24341 (gnus-agent-set-local): Refuse to save null in local object table.
24342 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24343 list of articles that will be marked as unread.
24344
24345 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24346
24347 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24348
24349 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24350
24351 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24352 language tags.
24353
24354 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24355
24356 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24357 Don't bind "obarray".
24358
24359 * gnus-sum.el (gnus-thread-sort-functions):
24360 Add `gnus-thread-sort-by-most-recent-number' and
24361 `gnus-thread-sort-by-most-recent-date'.
24362 Reported by Kai Grossjohann <kai@emptydomain.de>.
24363
24364 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24365
24366 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24367
24368 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24369
24370 * gnus-cus.el (gnus-agent-customize-category):
24371 Remove ignore-errors macro reference that required cl to be loaded at
24372 run-time.
24373
24374 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24375 single-interval range of the form (min . max). Previously the
24376 range had to look like ((min . max)). Likewise, return
24377 (min . max) rather than ((min . max)).
24378 (gnus-range-map): Use gnus-range-normalize to accept
24379 single-interval range.
24380
24381 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24382 the cache, but not the agent, now appear with their usual face.
24383
24384 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24385
24386 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24387 w3m-safe-url-regexp variable buffer-local.
24388
24389 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24390
24391 2004-02-27 Simon Josefsson <jas@extundo.com>
24392
24393 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24394 gnus-group-real-prefix.
24395 (gnus-summary-move-article): Use it, instead of
24396 gnus-group-real-prefix.
24397
24398 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24399
24400 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24401 w3m-safe-url-regexp variable buffer-local and set it as the value
24402 of mm-w3m-safe-url-regexp.
24403
24404 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24405
24406 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24407 parsing gnus-posting-styles when the message is not for replying.
24408
24409 * nnrss.el (nnrss-opml-export):
24410 Use mm-set-buffer-file-coding-system instead of
24411 set-buffer-file-coding-system.
24412
24413 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24414
24415 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24416 of checkdoc.el).
24417 * nnrss.el: do.
24418 * gnus-mlspl.el: do.
24419 * gnus-ml.el: do.
24420 * gnus-srvr.el: do.
24421
24422 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24423
24424 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24425
24426 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24427 Corrections to custom-manual links.
24428
24429 * gnus-art.el (gnus-article): Ditto.
24430
24431 * mm-decode.el (mime-display, mime-security): Ditto.
24432
24433 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24434
24435 * flow-fill.el: Typo.
24436
24437 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24438
24439 * spam-wash.el: New file.
24440
24441 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24442
24443 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24444
24445 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24446
24447 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24448 to be run with new-articles as LIST1, not LIST2.
24449 (spam-registration-functions): Add spam-use-ham-copy as a nil
24450 registration backend.
24451
24452 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24453
24454 * spam-stat.el (spam-stat-washing-hook): New option.
24455 (spam-stat-buffer-words): Use it.
24456 (spam-stat-process-directory, spam-stat-test-directory):
24457 Use insert-file-contents-literally.
24458 (spam-stat-coding-system): New variable.
24459 (spam-stat-load, spam-stat-save): Use it.
24460
24461 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24462
24463 * spam-report.el (spam-report-plug-agent):
24464 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24465
24466 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24467
24468 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24469 Allow / in mailto URLs.
24470
24471 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24472
24473 * spam-report.el (spam-report-process-queue): Fix interactive use.
24474 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24475 (spam-report-unplug-agent): Doc fixes.
24476 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24477 (spam-report-agentize, spam-report-deagentize):
24478 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24479
24480 * message.el (message-setup-fill-variables): Add mml tags to
24481 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24482 <ajk@iu.edu>.
24483 (message-mode): Don't modify paragraph-separate there.
24484
24485 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24486
24487 * compface.el (uncompface-use-external): Default to undecided.
24488 (uncompface-use-external-threshold): New variable.
24489 (uncompface-float-time): New macro.
24490 (uncompface): Determine whether to use the external decoder if
24491 uncompface-use-external is undecided.
24492
24493 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24494
24495 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24496 after images.
24497
24498 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24499
24500 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24501
24502 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24503
24504 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24505
24506 * gnus-sum.el (gnus-summary-limit-to-age)
24507 (gnus-summary-limit-children): do.
24508
24509 * gnus-int.el (gnus-request-scan): do.
24510
24511 * gnus-group.el (gnus-group-suspend): do.
24512
24513 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24514
24515 * gnus-cite.el (gnus-cite-parse-attributions): do.
24516
24517 * gnus-agent.el (gnus-summary-set-agent-mark)
24518 (gnus-agent-regenerate-group): do.
24519
24520 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24521
24522 * binhex.el (binhex-decode-region-internal): do.
24523
24524 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24525
24526 * gnus-fun.el (gnus-face-properties-alist): New user option.
24527 (gnus-display-x-face-in-from): Use it.
24528
24529 * gnus-art.el (article-display-face): Ditto.
24530
24531 * compface.el (uncompface-use-external): Default to nil.
24532
24533 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24534
24535 * nntp.el (nntp-erase-buffer): New function.
24536 (nntp-retrieve-data, nntp-send-command)
24537 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24538 (nntp-possibly-change-group): Use it.
24539
24540 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24541 Use with-current-buffer.
24542
24543 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24544
24545 * compface.el: Merge the ELisp-based uncompface program.
24546 (compface): New customization group.
24547 (uncompface-use-external): New user option.
24548 (uncompface): Call uncompface-internal if uncompface-use-external
24549 is nil.
24550 (uncompface-internal): New function. Note that there are also
24551 some other functions and variables added for this function.
24552
24553 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24554
24555 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24556 if necessary.
24557
24558 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24559
24560 * spam-report.el (spam-report-unplug-agent)
24561 (spam-report-plug-agent, spam-report-deagentize)
24562 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24563 Add support for the Agent in spam-report: when unplugged, report to a
24564 file; when plugged, submit all the requests.
24565
24566 * spam.el (spam-register-routine): Fix message about
24567 registration.
24568
24569 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24570
24571 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24572 dependencies.
24573 (rfc2047-encode): Use it.
24574
24575 * gnus-art.el (gnus-button-marker-list): Move before first
24576 reference.
24577
24578 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24579 (imap-parse-body): Fix format string mismatch.
24580
24581 * gnus-score.el (gnus-summary-increase-score): do.
24582
24583 * nnrss.el (nnrss-close): New function.
24584
24585 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24586
24587 * nnrss.el (nnrss-make-filename): New function.
24588 (nnrss-request-delete-group, nnrss-read-server-data)
24589 (nnrss-save-server-data, nnrss-read-group-data)
24590 (nnrss-save-group-data): Use it.
24591 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24592 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24593 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24594
24595 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24596
24597 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24598
24599 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24600
24601 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24602 files.
24603
24604 * message.el (message-generate-headers-first): Don't quote nil
24605 and t in docstrings.
24606
24607 * imap.el (imap-id): do.
24608
24609 * gnus-agent.el (gnus-agent-consider-all-articles)
24610 (gnus-agent-queue-mail): do.
24611
24612 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24613
24614 * spam-report.el (spam-report-process-queue): New function.
24615 Process requests from `spam-report-requests-file'.
24616 (spam-report-process-queue): Doc fix.
24617
24618 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24619
24620 * spam.el (spam-register-routine)
24621 (spam-log-processing-to-registry, spam-log-registered-p)
24622 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24623 Change "check" to "spam-check" for semi-clarity.
24624
24625 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24626
24627 * pop3.el: Require nnheader.
24628
24629 * mml-smime.el: Require cl. Autoload message-fetch-field.
24630
24631 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24632
24633 * gnus-picon.el: Require cl.
24634
24635 * gnus-fun.el: Require gnus-ems and gnus-util.
24636
24637 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24638
24639 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24640
24641 * gnus-art.el (gnus-article-edit-mode): Define before first
24642 reference.
24643
24644 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24645
24646 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24647 (gnus-uu-post-encoded): Use point-at-bol.
24648
24649 * gnus-topic.el (gnus-group-active-topic-p): do.
24650
24651 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24652
24653 * gnus-group.el (gnus-group-kill-region): do.
24654
24655 * gnus-art.el (article-date-ut): do.
24656
24657 * message.el (message-fetch-field): Remove redundant
24658 case-fold-search binding.
24659 (message-narrow-to-field): Simplify.
24660
24661 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24662
24663 * spam.el (spam-directory): Derive from `gnus-directory'.
24664
24665 * spam-report.el (spam-report-url-to-file)
24666 (spam-report-requests-file): New function and variable for offline
24667 reporting.
24668 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24669 and user defined function.
24670 (spam-report-url-ping-mm-url): Remove doubled slash.
24671
24672 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24673
24674 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24675
24676 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24677
24678 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24679 Fix format string mismatch.
24680
24681 * sieve.el (sieve-deactivate-all): do.
24682
24683 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24684
24685 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24686
24687 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24688
24689 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24690
24691 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24692
24693 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24694 the list of checks.
24695
24696 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24697
24698 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24699 padding.
24700
24701 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24702
24703 * mm-view.el (mm-fill-flowed): New variable.
24704 (mm-inline-text): Use it.
24705
24706 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24707
24708 * spam.el (spam-spamassassin-register-ham-routine)
24709 (spam-spamassassin-register-spam-routine): Fix function names.
24710
24711 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24712
24713 * gnus.el (gnus-tmp-grouplens): Remove.
24714 (gnus-summary-line-format): Remove grouplens.
24715
24716 * gnus-group.el (gnus-group-line-format): Ditto.
24717
24718 * gnus-spec.el (gnus-format-specs): Ditto.
24719 (gnus-update-format-specifications): Flush the group format spec
24720 cache if there's the grouplens stuff.
24721 (gnus-parse-simple-format): Replace %l with the empty string.
24722
24723 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24724
24725 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24726 omission.
24727
24728 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24729
24730 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24731 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24732
24733 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24734
24735 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24736 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24737 New macros and functions.
24738 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24739 Handle > NLINK_MAX messages.
24740 * nnmaildir.el (nnmaildir-request-set-mark):
24741 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24742
24743 2004-01-25 Alex Schroeder <alex@gnu.org>
24744
24745 * spam-stat.el (spam-stat-process-directory-age): New option.
24746 (spam-stat-process-directory): Use it.
24747
24748 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24749
24750 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24751 (spam-stat-save): Accept prefix argument.
24752
24753 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24754
24755 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24756 links" error.
24757
24758 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24759
24760 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24761 compatibility with old .newsrc.eld files.
24762
24763 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24764
24765 * gnus-start.el (gnus-1): do.
24766
24767 * gnus-group.el (gnus-group-line-format-alist): do.
24768
24769 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24770
24771 * gnus-gl.el: Remove.
24772
24773 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24774
24775 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24776 marks consisting of a single range {for example, (3 . 5)} rather
24777 than a list of a single range { ((3 . 5)) }.
24778
24779 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24780
24781 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24782 Use with-current-buffer.
24783 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24784 avoid consing a string.
24785
24786 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24787 Remove obsolete entries for big5 and gb2312.
24788
24789 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24790
24791 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24792 uncompressed list.
24793
24794 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24795
24796 * spam-stat.el (spam-stat-strip-xref): New function.
24797 (spam-stat-process-directory): Use it.
24798
24799 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24800 here -- it's done in message-fetch-field.
24801
24802 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24803
24804 * gnus-agent.el (gnus-agent-queue-mail)
24805 (gnus-agent-prompt-send-queue): New variables.
24806 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24807 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24808 "nndraft:queue" along to gnus-draft-send.
24809 Use gnus-agent-prompt-send-queue.
24810 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24811 is "nndraft:queue". Suggested by Gaute Strokkenes
24812 <gs234@srcf.ucam.org>
24813
24814 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24815 (agent-enable-undownloaded-faces): Add.
24816 (gnus-agent-cat-groups): Use eval-and-compile, not
24817 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24818 method of gnus-agent-cat-groups even when the buffer has been
24819 evalled.
24820 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24821 delete gnus-agent-save-active-1.
24822 (gnus-agent-save-groups): Delete. Identical to
24823 gnus-agent-save-active.
24824 (gnus-agent-write-active): No longer adjust agent's copy of active
24825 file as agent's adjustments are now stored in their own
24826 file. Remove optional parameter.
24827 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24828 servers. Add use of min/max range limits from server's local
24829 file.
24830 (gnus-agent-save-alist): Remove unused optional argument.
24831 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24832 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24833 (gnus-agent-set-local): A per-server file that keeps min/max range
24834 limits for articles known to the agent. Provides a fast mechanism
24835 for altering many active ranges.
24836 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24837 active file (local makes it unnecessary).
24838 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24839
24840 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24841 (agent-enable-undownloaded-faces): Add.
24842
24843 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24844 disable it when sending to "nndraft:queue".
24845 (gnus-group-send-queue): Add safety check to avoid sending queue
24846 when unplugged.
24847
24848 * gnus-group.el (gnus-group-catchup): Use new
24849 gnus-sequence-of-unread-articles, not
24850 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24851 numbers of articles. Use gnus-range-map to avoid having to
24852 uncompress the unread list.
24853 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24854 Fix invalid ange-ftp reference.
24855
24856 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24857 (gnus-sorted-range-intersection): Intersection of two ranges
24858 without requiring that they first be uncompressed.
24859
24860 * gnus-start.el (gnus-activate-group): Unless blocked by the
24861 caller, possibly expand the active range to include both cached
24862 and agentized articles.
24863 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24864 multiple version-dependent converters.
24865 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24866 gnus-agent-save-active.
24867 (gnus-save-newsrc-file): Save dirty agent range limits.
24868
24869 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24870 gnus-agent-possibly-alter-active.
24871 (gnus-adjust-marked-articles): Faster handling of simple lists.
24872
24873 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24874
24875 * spam-stat.el (spam-stat-test-directory): New optional argument
24876 displays a list of files detected. Suggested by Andrew Cohen
24877 <cohen@andy.bu.edu>.
24878 (spam-stat-buffer-words-with-scores): Don't narrow and change
24879 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24880
24881 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24882
24883 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24884 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24885 (spam-spamassassin-arguments)
24886 (spam-spamassassin-spam-flag-header)
24887 (spam-spamassassin-positive-spam-flag-header)
24888 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24889 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24890 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24891 (spam-list-of-processors, spam-list-of-checks)
24892 (spam-list-of-statistical-checks, spam-registration-functions)
24893 (spam-check-spamassassin-headers, spam-check-spamassassin)
24894 (spam-spamassassin-score)
24895 (spam-spamassassin-register-with-sa-learn)
24896 (spam-spamassassin-register-spam-routine)
24897 (spam-spamassassin-register-ham-routine)
24898 (spam-assassin-register-spam-routine)
24899 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24900 (spam-bogofilter-score): Fix to show article before scoring.
24901
24902 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24903
24904 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24905 default scoring function.
24906 (spam-generic-score): Call spam-spamassassin-score if
24907 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24908 spam-bogofilter-score otherwise.
24909
24910 * gnus.el (spam-process, spam-autodetect-methods):
24911 Add spamassassin and spamassassin-headers.
24912
24913 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24914
24915 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24916 Suppress unnecessary messages.
24917
24918 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24919
24920 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24921 make-hash-table.
24922
24923 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24924
24925 * canlock.el (base64-encode-string): Don't autoload it.
24926
24927 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24928
24929 * run-at-time.el: Remove useless (require 'itimer),
24930 eval-and-compile and (featurep 'xemacs).
24931
24932 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24933
24934 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24935 GROUP is a virtual group.
24936
24937 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24938
24939 * gnus.el: Autoload `message-y-or-n-p'.
24940
24941 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24942
24943 * pgg-parse.el: Remove unnecessary (require 'custom).
24944
24945 * pgg-def.el: do.
24946
24947 * nnmail.el: do.
24948
24949 * gnus-undo.el: do.
24950
24951 * gnus-picon.el: do.
24952
24953 * gnus-util.el: do.
24954
24955 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24956
24957 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24958
24959 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24960
24961 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24962 handle, as well as a list.
24963
24964 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24965 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24966 (mm-w3m-cid-retrieve): Simplify.
24967
24968 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24969
24970 * message.el (message-kill-to-signature): Allow prefix arg to
24971 specify number of lines to keep before signature.
24972
24973 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24974
24975 * message.el (message-kill-to-signature): Change docstring.
24976
24977 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24978
24979 * canlock.el: Always require sha1-el.
24980 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24981
24982 * message.el: Autoload sha1 only when compiling.
24983
24984 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24985
24986 * message.el (message-canlock-generate): Require sha1-el.
24987
24988 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24989
24990 * message.el (message-expand-name): Silence the byte compiler.
24991
24992 2004-01-13 Simon Josefsson <jas@extundo.com>
24993
24994 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24995 Invoke gnus-score-mode.
24996 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24997
24998 * gnus-range.el (gnus-compress-sequence): Doc fix.
24999 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25000
25001 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25002
25003 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25004
25005 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25006
25007 * spam.el (spam-get-article-as-string): Update to use
25008 gnus-request-article-this-buffer, much simpler.
25009 (spam-get-article-as-buffer): Remove.
25010
25011 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25012
25013 * message.el (message-expand-name): Use EUDC if the user uses that.
25014
25015 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25016
25017 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25018 character for the encoding to avoid consing a string.
25019
25020 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25021 unnecessarily.
25022
25023 * mm-util.el (mm-replace-chars-in-string): Remove.
25024
25025 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25026 of mm-replace-chars-in-string.
25027
25028 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25029
25030 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25031
25032 * mm-util.el (mm-subst-char-in-string): Support inplace.
25033
25034 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25035 a new string in every iteration. Use shy groups.
25036
25037 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25038
25039 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25040 * gnus-soup.el (gnus-soup-group-brew):
25041 * gnus-msg.el (gnus-put-message):
25042 * gnus-move.el (gnus-group-move-group-to-server):
25043 * gnus-kill.el (gnus-batch-score):
25044 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25045 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25046 (gnus-group-update-group, gnus-group-read-group)
25047 (gnus-group-make-group, gnus-group-make-help-group)
25048 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25049 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25050 (gnus-group-sort-by-unread, gnus-group-catchup)
25051 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25052 (gnus-group-yank-group, gnus-group-set-info)
25053 (gnus-group-list-groups):
25054 * gnus.el (gnus-generate-new-group-name):
25055 * gnus-delay.el (gnus-delay-send-queue):
25056 * nnvirtual.el (nnvirtual-catchup-group):
25057 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25058 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25059 (gnus-group-prepare-topics, gnus-topic-check-topology):
25060 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25061 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25062 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25063 (gnus-group-make-articles-read):
25064 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25065 (gnus-group-change-level, gnus-kill-newsgroup)
25066 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25067 (gnus-get-unread-articles, gnus-make-articles-unread)
25068 (gnus-make-ascending-articles-unread): Use accessor
25069 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25070 to get group information for improved readability.
25071
25072 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25073
25074 * gnus-art.el (article-decode-mime-words, article-babel)
25075 (gnus-article-highlight-signature, gnus-article-add-buttons)
25076 (gnus-signature-toggle): Use gnus-with-article-buffer.
25077
25078 * gnus-art.el (gnus-article-highlight-headers)
25079 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25080
25081 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25082 (gnus-article-set-globals, gnus-request-article-this-buffer)
25083 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25084 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25085 (gnus-mime-display-alternative): Use with-current-buffer.
25086
25087 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25088
25089 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25090 also under 80 char limit, and call gnus-error if needed.
25091 (spam-fetch-article-header): Fix - it was a
25092 buffer-local variable (gnus-newsgroup-data).
25093 (spam-find-spam): Use spam-generate-fake-headers, forget about
25094 spam-insert-fake-headers.
25095 (spam-insert-fake-headers): Remove.
25096
25097 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25098
25099 * deuglify.el (gnus-article-outlook-unwrap-lines)
25100 (gnus-outlook-rearrange-article)
25101 (gnus-outlook-repair-attribution-outlook)
25102 (gnus-outlook-repair-attribution-block)
25103 (gnus-outlook-repair-attribution-other): Remove redundant
25104 save-excursion.
25105
25106 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25107
25108 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25109 (spam-fetch-field-subject-fast)
25110 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25111 (spam-fetch-article-header): Add functions to deal with Gnus
25112 internals for fast retrieval of article header data.
25113 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25114
25115 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25116
25117 * pop3.el (pop3-md5): Remove.
25118 (pop3-apop): Replace pop3-md5 with md5.
25119
25120 * mm-bodies.el: base64 is always built-in.
25121
25122 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25123 Use with-current-buffer.
25124
25125 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25126
25127 * canlock.el (canlock-insert-header): Remove excessive grouping in
25128 regexp.
25129
25130 * gnus-sum.el (gnus-summary-read-document): Ditto.
25131
25132 * gnus-uu.el (gnus-uu-part-number): Ditto.
25133
25134 * html2text.el (html2text-remove-tags): Ditto.
25135 (html2text-format-tags): Ditto.
25136 (html2text-format-single-elements): Ditto.
25137
25138 * mml.el (mml-parse-1): Ditto.
25139
25140 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25141
25142 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25143
25144 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25145
25146 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25147
25148 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25149
25150 2003-11-15 Simon Josefsson <jas@extundo.com>
25151
25152 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25153 (pgg-gpg-lookup-key): Use regexp match instead of
25154 split-string (split-string is different between emacs 21.2 and
25155 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25156
25157 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25158
25159 * gnus-art.el (gnus-mime-view-all-parts)
25160 (gnus-article-part-wrapper, gnus-article-view-part):
25161 Use with-current-buffer.
25162
25163 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25164
25165 * spam.el (spam-disable-spam-split-during-ham-respool)
25166 (spam-spamoracle-database, spam-cache-lookups)
25167 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25168 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25169 (spam-group-ham-marks, spam-group-spam-marks)
25170 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25171 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25172 also add spam-use-blackholes to the statistical checks.
25173 (spam-fetch-field-fast): Add interface to fetching fields, may
25174 become a macro.
25175 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25176 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25177 (spam-insert-fake-headers): Fake an article when needed.
25178 (spam-find-spam): Fake article when possible.
25179 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25180 (spam-check-bogofilter-headers): Use message-fetch-field instead
25181 of nnmail-fetch-field.
25182
25183 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25184
25185 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25186
25187 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25188
25189 * spam.el (spam-split): Do not require spam-use-CHECK to be
25190 enabled if that check is passed to spam-split explicitly; also
25191 fix so 'spam doesn't get converted to spam-split-group when
25192 spam-split-symbolic-return is t.
25193 (spam-find-spam): Find registrations of the article and use those
25194 instead of re-running spam-split to find the spam/ham
25195 classification of the article.
25196 (spam-log-processing-to-registry, spam-log-registered-p)
25197 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25198 Use gnus-error instead of gnus-message.
25199 (spam-log-registration-type): Add function to determine the
25200 classification of a message based on registry entries; will
25201 return nil if both 'spam and 'ham are found.
25202 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25203 a reasonably fast local cache without the loading errors.
25204 (spam-cache-lookups): Set to t by default.
25205 (spam-find-spam): Don't try to guess spam-cache-lookups.
25206 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25207 spam-caches entry.
25208 (spam-filelist-build-cache, spam-filelist-check-cache):
25209 Fix caching of whitelist/blacklist entries.
25210 (spam-check-whitelist, spam-check-blacklist):
25211 Invoke spam-from-listed-p with a type, not a cache variable.
25212 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25213
25214 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25215
25216 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25217
25218 * nnmail.el (nnmail-split-fancy): do.
25219
25220 * mml.el (mml-parse): do.
25221
25222 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25223 (gnus-score-adaptive): do.
25224
25225 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25226
25227 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25228 (gnus-mime-button-map): Don't set keymap parent.
25229 (gnus-button-ctan-directory-regexp): Use shy grouping.
25230 (gnus-prev-page-map): Don't set keymap parent.
25231 (gnus-prev-page-map): Remove duplicated one.
25232 (gnus-next-page-map): Don't set keymap parent.
25233 (gnus-mime-security-button-map): Ditto.
25234
25235 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25236 version number.
25237
25238 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25239
25240 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25241
25242 * canlock.el (canlock-sha1-function): Remove.
25243 (canlock-sha1-function-for-verify): Remove.
25244 (canlock-openssl-program): Remove.
25245 (canlock-openssl-args): Remove.
25246 (canlock-ignore-errors): Remove.
25247 (canlock-sha1-with-openssl): Remove.
25248 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25249 (canlock-verify): Don't use canlock-ignore-errors.
25250
25251 * sha1-el.el (sha1-string-external): Make it can return a string
25252 in binary form.
25253 (sha1-region-external): Ditto.
25254 (sha1-string-internal): Ditto.
25255 (sha1-region-internal): Ditto.
25256 (sha1-region): Ditto.
25257 (sha1-string): Ditto.
25258 (sha1): Ditto.
25259
25260 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25261
25262 * spam.el (spam-report-articles-gmane): New command.
25263
25264 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25265
25266 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25267
25268 * run-at-time.el (run-at-time-saved): Remove.
25269 (run-at-time): Doc fix.
25270
25271 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25272
25273 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25274 (gnus-summary-limit-map): Add it.
25275 (gnus-summary-make-menu-bar): do.
25276
25277 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25278
25279 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25280 Make attempt at some caching support (done for BBDB only now).
25281 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25282 addresses to be checked.
25283 (spam-clear-cache-BBDB): Add function, to be invoked by
25284 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25285 (spam-check-BBDB): Check and use the caches, if
25286 spam-cache-lookups is on, remove superfluous (provide).
25287
25288 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25289
25290 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25291
25292 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25293
25294 * run-at-time.el (run-at-time-saved): Move to after the definition
25295 of `run-at-time'.
25296
25297 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25298
25299 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25300 mm-w3m-local-map-property.
25301
25302 * mm-view.el (mm-w3m-mode-map): Remove.
25303 (mm-w3m-local-map-property): Remove.
25304 (mm-inline-text-html-render-with-w3m): Don't use
25305 mm-w3m-local-map-property.
25306
25307 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25308
25309 * run-at-time.el: New file.
25310
25311 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25312 of gnus-set-text-properties.
25313
25314 * gnus-uu.el (gnus-uu-save-article): Ditto.
25315
25316 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25317
25318 * gnus-cite.el (gnus-cite-parse): Ditto.
25319
25320 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25321 of gnus-.
25322
25323 * gnus.el: Change calls to nnheader-run-at-time and
25324 password-run-at-time throughout to use run-at-time directly.
25325
25326 * password.el: Remove definition of run-at-time.
25327
25328 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25329
25330 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25331 in prompt.
25332
25333 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25334
25335 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25336 XEmacs version.
25337
25338 * dns.el (dns-make-network-process): Use `open-network-stream'
25339 instead of `gnus-xmas-open-network-stream'.
25340
25341 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25342
25343 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25344
25345 * gnus-art.el (gnus-mime-display-alternative)
25346 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25347 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25348 Don't use gnus-local-map-property.
25349
25350 * gnus-util.el (gnus-local-map-property): Remove.
25351
25352 * mm-view.el (mm-view-pkcs7-decrypt):
25353 Replace gnus-completing-read-maybe-default with completing-read.
25354
25355 * gnus-util.el (gnus-completing-read): do.
25356 (gnus-completing-read-maybe-default): Remove.
25357
25358 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25359
25360 * password.el: Only autoload `run-at-time' if not XEmacs.
25361 Only autoload the itimer functions if XEmacs.
25362
25363 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25364
25365 * gnus-art.el (gnus-read-string): Remove.
25366 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25367 read-string.
25368
25369 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25370
25371 * netrc.el: Autoload password-read.
25372 (netrc): Add configuration group.
25373 (netrc-encoding-method, netrc-openssl-path):
25374 Add variables for encoding and decoding of files with symmetric
25375 ciphers.
25376 (netrc-encode): Add assistant function to encode a file with
25377 netrc-encoding-method.
25378 (netrc-parse): Add interactive parameter, added optional
25379 decoding if netrc-encoding-method is non-nil but otherwise
25380 behavior is standard.
25381 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25382 Do s/encode/encrypt/ everywhere.
25383
25384 * spam.el: Remove executable-find autoload.
25385
25386 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25387
25388 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25389
25390 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25391
25392 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25393
25394 * gnus-art.el (gnus-treat-ansi-sequences)
25395 (article-treat-ansi-sequences): New variable and function.
25396 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25397
25398 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25399 Use it.
25400
25401 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25402
25403 * mm-util.el (mm-quote-arg): Remove.
25404
25405 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25406 shell-quote-argument.
25407
25408 * gnus-uu.el (gnus-uu-command): do.
25409
25410 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25411
25412 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25413 with make-char.
25414
25415 * mm-util.el (mm-make-char): Remove.
25416
25417 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25418 add-minor-mode.
25419
25420 * gnus-undo.el (gnus-undo-mode): do.
25421
25422 * gnus-topic.el (gnus-topic-mode): do.
25423
25424 * gnus-sum.el (gnus-dead-summary-mode): do.
25425
25426 * gnus-start.el (gnus-slave-mode): do.
25427
25428 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25429
25430 * gnus-ml.el (gnus-mailing-list-mode): do.
25431
25432 * gnus-gl.el (gnus-grouplens-mode): do.
25433
25434 * gnus-draft.el (gnus-draft-mode): do.
25435
25436 * gnus-dired.el (gnus-dired-mode): do.
25437
25438 * gnus-ems.el (gnus-add-minor-mode): Remove.
25439
25440 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25441 Replace gnus-char-width with char-width.
25442
25443 * gnus-ems.el (gnus-char-width): Remove.
25444
25445 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25446 Replace gnus-char-width with char-width.
25447
25448 * gnus-ems.el (gnus-char-width): Remove.
25449
25450 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25451 definition.
25452 Remove Emacs 20 hash table compatibility code.
25453
25454 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25455 20 compatibility code.
25456
25457 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25458
25459 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25460
25461 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25462 Replace with point-at-{eol,bol}.
25463
25464 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25465
25466 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25467
25468 * flow-fill.el (fill-flowed-point-at-bol)
25469 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25470
25471 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25472 Replace with point-at-{eol,bol} throughout all files.
25473
25474 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25475
25476 * ntlm.el (ntlm-string-as-unibyte): New macro.
25477 (ntlm-build-auth-response): Use it.
25478
25479 Remove Emacs 20 stuff:
25480 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25481 of delq and copy-sequence.
25482 * gnus-art.el (popup-menu): Remove the compiler macro.
25483 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25484 Emacs 20.
25485
25486 2004-01-05 Simon Josefsson <jas@extundo.com>
25487
25488 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25489 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25490 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25491 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25492 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25493 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25494 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25495 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25496 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25497 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25498 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25499 string-xor into ntlm-string-xor.
25500 Suggested by Jesper Harder <harder@myrealbox.com>.
25501
25502 * ntlm.el: Don't include poem.
25503
25504 * md4.el (print-int32, print-string-hexa): Remove.
25505 Suggested by Jesper Harder <harder@myrealbox.com>.
25506
25507 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25508
25509 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25510 probably breaks emacs with DL patch, but do we care? Is anyone
25511 still using the DL stuff?)
25512
25513 * sieve-manage.el: Use the password package.
25514 (sieve-manage-read-passwd): Remove.
25515 (sieve-manage-interactive-login): Use password. Re-add
25516 condition-case around loop.
25517
25518 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25519 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25520 Use the password package.
25521
25522 2003-02-19 Simon Josefsson <jas@extundo.com>
25523
25524 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25525 token.
25526
25527 2002-08-07 Simon Josefsson <jas@extundo.com>
25528
25529 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25530 (sieve-manage-authenticators)
25531 (sieve-manage-authenticator-alist): Add some SASL mechs.
25532 (sieve-sasl-auth): New function.
25533 (sieve-manage-cram-md5-auth)
25534 (sieve-manage-plain-auth): Rewrite using SASL library.
25535 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25536 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25537 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25538 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25539
25540 2004-01-05 Simon Josefsson <jas@extundo.com>
25541
25542 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25543 New files.
25544
25545 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25546
25547 * gnus-group.el (gnus-no-groups-message): Update.
25548
25549 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25550
25551 2003-11-09 Simon Josefsson <jas@extundo.com>
25552
25553 * imap.el: Support for ID IMAP extension (RFC 2971).
25554 (imap-local-variables): Add imap-id.
25555 (imap-id): New variable.
25556 (imap-id): New function.
25557 (imap-parse-response): Parse untagged ID response.
25558 * nnimap.el (nnimap-id): New variable.
25559 (nnimap-open-connection): Use it.
25560
25561 2003-12-28 Simon Josefsson <jas@extundo.com>
25562
25563 * gnus-score.el (gnus-score-edit-all-score): New.
25564 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25565
25566 2004-01-04 Simon Josefsson <jas@extundo.com>
25567
25568 * password.el: Add.
25569
25570 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25571
25572 * dns.el (dns-query-types): Fix typo.
25573 (dns-query-types): New function.
25574 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25575 PTR and SOA replies, see RFC 1035.
25576
25577 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25578
25579 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25580
25581 * Move to Changelog.2.
25582
25583 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25584
25585 * gnus.el (gnus-version-number): Bump version.
25586
25587 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25588
25589 * gnus.el: No Gnus v0.1 is released.
25590
25591 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25592
25593 * gnus.el: No Gnus v0.0 is released.
25594
25595 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25596
25597 * gnus.el (gnus-version-number): Bump.
25598 (gnus-version): No.
25599
25600 See ChangeLog.2 for earlier changes.
25601
25602 Copyright (C) 2004-2014 Free Software Foundation, Inc.
25603
25604 This file is part of GNU Emacs.
25605
25606 GNU Emacs is free software: you can redistribute it and/or modify
25607 it under the terms of the GNU General Public License as published by
25608 the Free Software Foundation, either version 3 of the License, or
25609 (at your option) any later version.
25610
25611 GNU Emacs is distributed in the hope that it will be useful,
25612 but WITHOUT ANY WARRANTY; without even the implied warranty of
25613 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25614 GNU General Public License for more details.
25615
25616 You should have received a copy of the GNU General Public License
25617 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25618
25619 ;; Local Variables:
25620 ;; coding: utf-8
25621 ;; fill-column: 79
25622 ;; add-log-time-zone-rule: t
25623 ;; End: