Merge from emacs-24; up to 2014-05-08T06:58:46Z!rgm@gnu.org
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2014-05-08 Glenn Morris <rgm@gnu.org>
2
3 * gnus-fun.el (gnus-grab-cam-face):
4 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
5
6 2014-05-04 Glenn Morris <rgm@gnu.org>
7
8 * gnus-registry.el (gnus-registry-install-p): Doc fix.
9
10 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
11
12 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
13 the displaying state of a part.
14 (gnus-mm-display-part): Don't insert a newline in the beginning of
15 a part like gnus-mime-inline-part doesn't; work for XEmacs.
16
17 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
18 (mm-shr): Make undisplayer unbreakable.
19
20 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
21 insert excessive newline.
22 (mm-inline-text-html-render-with-w3m, mm-inline-text)
23 (mm-insert-inline): Make undisplayer unbreakable.
24
25 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
26
27 * gnus-art.el (gnus-mm-display-part):
28 Highlight header attachment buttons.
29
30 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
31
32 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
33 a part; redisplay a button (enbugged in 2014-03-23).
34
35 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
36
37 * auth-source.el (auth-source-search, auth-source-search-backends):
38 Treat :max 0 as an indicator that a boolean return is wanted, as
39 documented. Reported by Joe Bloggs.
40
41 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
42
43 * gnus-icalendar.el: Require gnus-art.
44
45 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
46
47 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
48 (gnus-icalendar--update-org-event): put event timestamp in
49 the org entry body instead of the drawer.
50 (gnus-icalendar-event--get-attendee-names): list of participants should
51 contain even attendees without common name attribute.
52 (gnus-icalendar--update-org-event): don't generate duplicates of empty
53 property tags in org drawers.
54
55 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56
57 * gmm-utils.el (gmm-format-time-string): New function.
58
59 * message.el (message-insert-formatted-citation-line): Use the original
60 author's time zone to express a date string.
61
62 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
65 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
66 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
67 Silence compiler warnings.
68 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
69
70 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
71
72 * mml.el: Require url when compiling.
73
74 * gnus-cloud.el (gnus-cloud-parse-version-1):
75 Use plist-get rather than CL's getf.
76 (gnus-activate-group, gnus-subscribe-group): Declare.
77
78 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
79
80 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
81
82 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
83 buttons when toggling the header off.
84
85 2014-03-23 Daiki Ueno <ueno@gnu.org>
86
87 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
88 commands here; instead, only check if epg-config.el is available.
89
90 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
91
92 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
93 messages with embedded images.
94 (mml-generate-mime): Don't bug out if you don't have libxml.
95
96 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
97
98 * message.el (message-make-html-message-with-image-files): New command.
99
100 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
101
102 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
103
104 2014-03-23 David Engster <deng@randomsample.de>
105
106 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
107 to stay compatible with older Emacsen, so replace `cl-loop' with
108 `loop'.
109
110 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
111
112 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
113 Display header attachment buttons by gnus-article-prepare-display
114 rather than gnus-article-prepare so as to view in mml-preview as well.
115
116 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
117
118 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
119 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
120
121 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
122
123 * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
124 buttons that are hidden in unselected alternative part as well.
125 (gnus-mime-display-alternative): Redraw attachment buttons in header.
126
127 * gmm-utils.el (gmm-labels): Add edebug spec.
128
129 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
130
131 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
132 keystroke.
133 (gnus-server-toggle-cloud-server): Only allow clouding applicable
134 types.
135
136 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
137
138 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
139
140 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
141 New user option.
142 (gnus-mime-buttonize-attachments-in-header): New function.
143 (gnus-article-prepare): Use it.
144 (gnus-mime-inline-part): Suppress extra newline.
145 (gnus-mm-display-part): Save excursion;
146 remove useless deleting and adding of buttons.
147 (gnus-insert-mime-button): Allow insertion in the middle of a line.
148
149 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
150 Add gnus-mime-buttonize-attachments-in-header.
151
152 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
153
154 * nnimap.el (nnimap-request-articles): New command to download several
155 articles at once.
156
157 * gnus.el (gnus-variable-list): Save Cloud variables.
158
159 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
160
161 * gnus-cloud.el: New file to provide the Emacs Cloud.
162
163 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
164 `url-retrieve-synchronously', apparently.
165
166 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
167 XEmacs.
168
169 * nnrss.el (libxml-parse-html-region): Silence compilation error.
170
171 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
172
173 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
174 `gnus-group-split-fancy'.
175
176 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
177
178 * message.el (message-remove-header): Doc fix.
179 (message-forward-included-headers): New variable.
180 (message-remove-ignored-headers): Use it.
181
182 2014-03-23 Dave Abrahams <dave@boostpro.com>
183
184 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
185
186 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
187
188 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
189 from random face commands.
190 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
191 Face.
192 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
193 (gnus--random-face-with-type): Generic function returning a face-type
194 as a string.
195 (gnus--insert-random-face-with-type): Generic function inserting a face
196 in a message buffer header.
197 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
198 (gnus-insert-random-x-face-header): Rewritten to use
199 `gnus--insert-random-face-with-type`.
200 (gnus-random-face): Return random (png) Face as string.
201 (nus-insert-random-face-header): Insert random (png) Face in a message
202 buffer.
203
204 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
205
206 * mm-url.el: Remove all usage of w3.
207
208 * nnrss.el: Ditto.
209
210 * mm-decode.el: Ditto.
211
212 * mm-view.el: Ditto.
213
214 * gnus-setup.el: Remove outdated file.
215
216 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
217
218 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
219 groups work again.
220
221 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
222
223 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
224 999 correctly (i.e. "1,342").
225
226 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
227
228 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
229 out if the directory doesn't exist.
230
231 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
232
233 * gnus-group.el (gnus-group-make-group): Clarify prompt.
234
235 2014-02-22 Daniel Colascione <dancol@dancol.org>
236
237 * auth-source.el (auth-source-secrets-listify-pattern): New function.
238 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
239 instead, build list of patterns.
240
241 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
242
243 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
244 in `auth-sources' means and link to EPA docs.
245
246 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
247
248 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
249 (bug#12375).
250
251 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
252
253 * message.el (message-tab): Mention what happens on normal tabs
254 (bug#11297).
255
256 2014-02-08 Glenn Morris <rgm@gnu.org>
257
258 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
259
260 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
261
262 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
263 with an empty string.
264
265 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
266
267 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
268 buffer-local in some buffers, so bind it explicitly in the buffer we're
269 trying to cancel the article in (bug#10808).
270
271 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
272
273 * gnus-int.el (gnus-request-accept-article): Doc fix.
274
275 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
276
277 * nnir.el (nnir-request-update-mark): Don't try to update the source
278 group if we can't find it (bug#16611).
279
280 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
281
282 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
283
284 2014-01-31 Dave Abrahams <dave@boostpro.com>
285
286 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
287 in the summary buffer (bug#13769).
288
289 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
290
291 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
292 name if we're using a single article buffer. Otherwise, it may point
293 to a killed buffer (bug#13756).
294
295 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
296
297 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
298 the match data, just save and restore it explictly (bug#12375).
299
300 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
301 that's needed.
302
303 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
304 the code once (bug#9069).
305
306 2014-01-18 Steinar Bang <sb@dod.no>
307
308 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
309 reading.
310
311 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
312
313 * message.el (message-bury): Call bury-buffer with no argument
314 in the message-return-action case too.
315
316 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
317
318 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
319 (nnimap-split-fancy, nnimap-split-methods): Declare.
320
321 * mm-util.el (help-function-arglist): Declare.
322
323 2013-12-28 Glenn Morris <rgm@gnu.org>
324
325 * gnus-sieve.el (gnus-sieve-select-method):
326 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
327 (gravatar-rating, gravatar-size):
328 * message.el (message-minibuffer-local-map):
329 * sieve-manage.el (sieve-manage-authenticators)
330 (sieve-manage-authenticator-alist): Specify custom types.
331
332 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
333 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
334 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
335
336 * auth-source.el (auth-sources):
337 * nnmairix.el (nnmairix-propagate-marks-upon-close):
338 Fix custom types.
339
340 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
341
342 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
343 we get proper traces there, too.
344
345 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
346
347 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
348 value of the parameters if the current article has a Reply-To or From
349 field.
350
351 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
352
353 * gnus.el (gnus-group-buffer): Remove duplicate definition.
354
355 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
356
357 * gnus-sum.el (gnus-summary-exit): Stop animations.
358
359 2013-12-19 Juri Linkov <juri@jurta.org>
360
361 * gnus.el (gnus-suppress-keymap):
362 * gnus-art.el (gnus-article-mode-map):
363 * gnus-group.el (gnus-group-mode-map):
364 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
365 Remove [backspace] key binding because it shadows DEL (bug#16035).
366
367 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
368
369 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
370
371 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
372 Make sure work directory exists.
373 (gnus-uu-digest-mail-forward): Store temporary files in work directory
374 rather than tmp directory.
375 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
376 not necessarily always run, with it.
377
378 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
379
380 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
381 value of gnus-icalendar-additional-identities work without restart.
382
383 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
384
385 * mm-util.el (mm-make-temp-file):
386 Alias to make-temp-file for modern Emacsen.
387
388 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
389
390 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
391 nnir-article-number and nnir-article-group.
392
393 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
394
395 * message.el (message-send-mail-with-sendmail):
396 Don't kill error buffer if sending fails.
397
398 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
399
400 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
401 (gnus-icalendar-event->org-entry)
402 (gnus-icalendar--update-org-event)
403 (gnus-icalendar-event->gnus-calendar): Distinguish between
404 required/optional/non-participant attendee status. Fix bug causing
405 the first required event participant to be omitted.
406
407 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
408
409 * gnus-art.el (article-de-quoted-unreadable)
410 (article-de-base64-unreadable, gnus-mime-copy-part)
411 * gnus-html.el (gnus-article-html)
412 * mm-view.el (mm-inline-text-html-render-with-w3)
413 (mm-inline-text-html-render-with-w3m-standalone)
414 * rfc2231.el (rfc2231-decode-encoded-string):
415 Allow overriding charset by mm-charset-override-alist.
416
417 * gnus-art.el (gnus-article-browse-html-parts):
418 Replace LWSPs with `&nbsp;'s in header.
419
420 Work for broken Chinese articles.
421
422 * gnus-art.el (gnus-article-browse-html-save-cid-content):
423 Exclude broken handles that gnus-summary-enter-digest-group may create.
424 (gnus-article-browse-html-parts):
425 Allow overriding charset by mm-charset-override-alist.
426
427 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
428
429 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
430 (gnus-icalendar-identities): Support additional-identities.
431
432 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
433 Fix org-timestamp for events ending at midnight.
434
435 2013-11-21 Ivan Shmakov <ivan@siamics.net> (tiny change)
436
437 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
438 Support debbugs .log files.
439
440 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
441
442 * message.el (message-beginning-of-line):
443 Use beginning-of-visual-line when visual-line-mode is turned on.
444
445 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
446
447 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
448 (gnus-icalendar-event-from-ical)
449 (gnus-icalendar-event->org-entry)
450 (gnus-icalendar--update-org-event): Required/optional participation,
451 list of attendees synced to org.
452
453 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
454
455 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
456 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
457 cancellations to be synced to org if the original appt has an org
458 outline.
459
460 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
461
462 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
463 (gnus-icalendar-event->org-entry)
464 (gnus-icalendar--update-org-event)
465 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
466
467 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
468
469 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
470 Fix timezone handling in gnus-icalendar export to org.
471
472 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
473
474 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
475
476 2013-10-30 Glenn Morris <rgm@gnu.org>
477
478 * gnus-group.el (gnus-group-browse-foreign-server):
479 * gnus-int.el (gnus-start-news-server):
480 Silence compiler obsolescence warning.
481
482 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
483
484 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
485 `nnoo-current-server' first, then for the actual `nnimap-address' to
486 allow netrc entries for the nnoo server to coexist with netrc entries
487 for the `nnimap-address'.
488
489 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
490
491 * mm-decode.el (mm-dissect-buffer): Revert last change.
492 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
493 The problem that motivated those changes was attributed to a broken
494 mail sender, and has been fixed.
495
496 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
497
498 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
499 token is missing in the Content-Type header.
500
501 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
502
503 2013-09-18 Glenn Morris <rgm@gnu.org>
504
505 * gnus-util.el (image-size): Declare.
506
507 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
508
509 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
510 (gnus-icalendar-event-from-ical)
511 (gnus-icalendar-event--build-reply-event-body)
512 (gnus-icalendar-event-reply-from-buffer)
513 (gnus-icalendar-find-org-event-file)
514 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
515 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
516
517 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
518
519 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
522 Use save-current-buffer.
523 (gnus-tree-mode-map): Initialize in the declaration.
524 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
525 (scroll-in-place): Defvar it.
526 (gnus-tmp-*): Defvar them.
527 (gnus-get-tree-buffer): Use derived-mode-p.
528 (gnus--let-eval): New macro.
529 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
530 non-prefixed variables.
531 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
532
533 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
534 vars since it doesn't seem to be available.
535 (gnus-set-global-variables, gnus-summary-read-group-1)
536 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
537 (gnus-summary-display-article, gnus-summary-select-article)
538 (gnus-summary-next-article, gnus-offer-save-summaries)
539 (gnus-summary-generic-mark): Use derived-mode-p.
540 (gnus-summary-read-group-1, gnus-summary-exit)
541 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
542 Adjust calls to gnus-tree-close and gnus-tree-open.
543
544 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
545
546 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
547 (gnus-agent-mode): Use derived-mode-p.
548 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
549 gnus-command-method and *-command-method to nil, but bind
550 gnus-command-method to *-command-method instead!
551 (gnus-agent-fetch-articles): Remove unused var `id'.
552 (gnus-agent-fetch-headers): Remove unused arg `force'.
553 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
554 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
555 (gnus-agent-short-article, gnus-agent-long-article)
556 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
557 first use.
558 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
559 `score-param'.
560 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
561 (gnus-get-predicate): Push in front of the cache, rather than end.
562 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
563 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
564 (gnus-agent-expire-unagentized-dirs): Don't rebind
565 gnus-agent-expire-current-dirs since the defvar silences the warning.
566 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
567 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
568 (gnus-agent-regenerate): Simplify interactive spec and doc.
569
570 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
571
572 * gnus-int.el (gnus-open-server): Silence compiler.
573
574 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
575
576 * message.el (message-display-completion-list): Abolish.
577 (message-completion-in-region): Use display-completion-list.
578
579 2013-09-17 Glenn Morris <rgm@gnu.org>
580
581 * gnus-util.el (gnus-message-with-timestamp-1):
582 Use `messages-buffer' function if available. Ignore read-only.
583
584 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
585
586 * message.el (message-expand-group, message-completion-in-region):
587 Correct the order of start and end of a region.
588
589 2013-09-13 Glenn Morris <rgm@gnu.org>
590
591 * mml2015.el (gnus-create-image): Autoload it.
592
593 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
594
595 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
596 (image-size): Declare.
597
598 2013-09-12 Glenn Morris <rgm@gnu.org>
599
600 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
601 Avoid using `find', which i) might not be defined at runtime;
602 ii) does not work, since its default test is eql, not equal.
603 (gnus-mime-action-alist): Declare.
604
605 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * score-mode.el (gnus-score-mode-map): Move initialization
608 into declaration.
609 (gnus-score-mode): Use define-derived-mode.
610 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
611 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
612 into declaration.
613 (gnus-kill-file-mode): Use define-derived-mode.
614 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
615 Use derived-mode-p.
616 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
617 (gnus-group-setup-buffer, gnus-group-name-at-point)
618 (gnus-group-make-web-group, gnus-group-enter-directory)
619 (gnus-group-suspend): Use derived-mode-p.
620 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
621 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
622 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
623 (gnus-article-setup-buffer, gnus-article-prepare)
624 (gnus-article-prepare-display, gnus-sticky-article)
625 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
626 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
627 (gnus-article-read-summary-keys): Use derived-mode-p.
628
629 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
630
631 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
632
633 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
634
635 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
636 shift_jis from the default value set for Japanese users.
637
638 2013-08-13 Glenn Morris <rgm@gnu.org>
639
640 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
641
642 * gnus.el (gnus-valid-select-methods): Fix type.
643
644 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
645
646 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
647
648 * mm-decode.el (mm-display-external): Run a timer for the temp files
649 deletion after a viewer exits; add a deletion timer for the needsterm
650 case, too.
651
652 * mm-decode.el (mm-display-external): Try to delete temporary files by
653 using a 1-min. timer.
654
655 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
656
657 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
658 New internal variables.
659 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
660 (mm-display-external): Use it to delete temporary files instead of
661 using timers.
662
663 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
664
665 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
666 with cond for backwards compatability.
667
668 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
669
670 * mm-decode.el (mm-display-external): Bind process-connection-type to
671 nil; don't delete a temp file immediately even if a viewer finishes,
672 since it may be a shell script, like xdg-open, that launches a real
673 viewer program belatedly.
674
675 2013-08-05 Dave Abrahams <dave@boostpro.com>
676
677 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
678 that we can create nndoc groups that excerpt other groups.
679
680 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
681
682 * gnus-delay.el (gnus-delay-article): Fix typo.
683
684 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
685 articles.
686
687 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
688 we can get spell-checking etc.
689
690 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
691
692 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
693 a single one used for encoding the whole text in a header.
694
695 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
696
697 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
698 before sending.
699
700 * mm-decode.el (mm-command-output): New face.
701 (mm-display-external): Use it.
702
703 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
704
705 * nnmbox.el (nnmbox-request-article): Don't change point.
706
707 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
708
709 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
710 Include `handle' parameter.
711
712 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
713
714 * gnus-icalendar.el: New file.
715
716 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
717
718 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
719
720 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
721 dummy roots, too.
722
723 2013-08-01 David Edmondson <dme@dme.org>
724
725 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
726 out on ttys.
727
728 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
729
730 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
731 not empty.
732
733 * nnrss.el (nnrss-discover-feed): Indent.
734
735 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
736
737 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
738
739 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
740
741 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
742 dirty to ensure nnimap data being saved.
743
744 2013-07-30 Tassilo Horn <tsdh@gnu.org>
745
746 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
747 menu entry.
748
749 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
750 the current thread's total score instead of the current article's
751 score.
752
753 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
754 (gnus-sort-threads-recursively): Delete defcustom.
755 (gnus-sort-threads-recursive): Adapt accordingly.
756
757 2013-07-30 Tassilo Horn <tsdh@gnu.org>
758
759 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
760 (gnus-sort-threads-recursive): Use it.
761 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
762 again. Now that determines how to sort subthreads.
763
764 2013-07-26 Tassilo Horn <tsdh@gnu.org>
765
766 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
767 (gnus-sort-threads): Use it.
768
769 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
770
771 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
772 punctuation characters follow parentheses (bug#14950).
773
774 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
775
776 * gnus.el (gnus-continuum-version):
777 * gnus-msg.el (gnus-extended-version): Simplify.
778
779 * gnus.el (gnus-continuum-version-1): Remove.
780 * gnus-msg.el (gnus-bug): Revert.
781
782 Calculate gnus-version correctly on Cygwin.
783
784 * gnus.el (gnus-continuum-version): Do main calculations in integers.
785 (gnus-continuum-version-1): New function, return a string.
786
787 * gnus-msg.el (gnus-extended-version, gnus-bug):
788 Use gnus-continuum-version-1 instead of gnus-continuum-version.
789
790 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
791
792 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
793 (bug#13384).
794
795 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
796
797 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
798 that were only relevant in a development version a long time ago.
799
800 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
801
802 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
803 that the old Emacs 24s bundle.
804
805 2013-07-10 David Engster <deng@randomsample.de>
806
807 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
808 if `gnus-newsrc-file-version' does not match `gnus-version'.
809 This fixes a bug in Emacs trunk where the 'unexist' marks were always
810 removed at startup because "Gnus v5.13" was considered smaller than "Ma
811 Gnus v0.03".
812
813 2013-07-10 Tassilo Horn <tsdh@gnu.org>
814
815 * gnus.el (gnus-summary-line-format):
816 Reference `gnus-user-date-format-alist' for the &user-date; format, not
817 `gnus-summary-user-date-format-alist'.
818
819 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
820
821 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
822 delete files (bug#13481).
823
824 2013-07-08 Tassilo Horn <tsdh@gnu.org>
825
826 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
827
828 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
829
830 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
831 display images.
832
833 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
834
835 * message.el (message-cancel-news): According to
836 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
837 preferred over "cmsg cancel" in the Subject.
838
839 * nnir.el (nnir-engines): Note that the group specs are regexps
840 (bug#13238).
841
842 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
843 gotten read-only text properties, ensure that those aren't heeded when
844 copying stuff over (bug#13434).
845
846 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
847 (bug#13762).
848
849 2013-07-05 David Kastrup <dak@gnu.org>
850
851 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
852 authinfo file again (important for blank passwords). This had been
853 broken with 2013-06-15 change.
854
855 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
856
857 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
858 Revert 2013-01-14 change.
859
860 2013-07-02 David Engster <deng@randomsample.de>
861
862 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
863 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
864 to see whether the group was synced before.
865
866 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
867
868 * nnimap.el (nnimap-request-move-article): Decode the group name when
869 doing internal moves to avoid charset issues.
870
871 2013-07-02 Julien Danjou <julien@danjou.info>
872
873 * nnimap.el (nnimap-request-list):
874 Revert change that made listing synchronous.
875 (nnimap-get-responses): Restore.
876
877 2013-07-02 Dave Abrahams <dave@boostpro.com>
878
879 * nnimap.el (nnimap-change-group): Document result value.
880
881 * nnimap.el (nnimap-find-article-by-message-id):
882 Account for the fact that nnimap-change-group can return t.
883
884 2013-07-02 Julien Danjou <julien@danjou.info>
885
886 * nnimap.el (nnimap-request-head):
887 Resture to-buffer parameter, used by `nnimap-request-move-article'.
888
889 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
890
891 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
892 supported by nnimap actually. Reverts previous change.
893
894 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
895 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
896 to-buffer argument that is already supported.
897
898 2013-07-02 Julien Danjou <julien@danjou.info>
899
900 * nnimap.el (nnimap-get-responses): Remove, unused.
901
902 2013-07-02 Julien Danjou <julien@danjou.info>
903
904 * nnimap.el (nnimap-request-articles-find-limit): Rename from
905 `nnimap-request-move-articles-find-limit' since we do not use it
906 only for move operations.
907 (nnimap-request-accept-article):
908 Use `nnimap-request-articles-find-limit' to limit search by message-id.
909
910 2013-07-02 Julien Danjou <julien@danjou.info>
911
912 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
913
914 * nnimap.el (nnimap-log-buffer):
915 Check that `window-point-insertion-type' is boundp, since it's not
916 available in XEmacs.
917
918 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
919
920 * nnimap.el (nnimap-log-buffer):
921 Add this, setting `window-point-insertion-type' in the buffer to t.
922 (nnimap-log-command): Use nnimap-log-buffer.
923
924 2013-07-02 Julien Danjou <julien@danjou.info>
925
926 * nnimap.el (nnimap-find-article-by-message-id):
927 Add an optional limit argument to be able to limit the search.
928 (nnimap-request-move-article):
929 Use `nnimap-request-move-articles-find-limit'.
930 (nnimap-request-move-articles-find-limit):
931 Add this to limit the search by Message-Id after a message move.
932 (nnimap): Add defgroup.
933
934 2013-07-02 Julien Danjou <julien@danjou.info>
935
936 * nnimap.el (nnimap-find-article-by-message-id):
937 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
938 (nnimap-possibly-change-group): Add read-only argument.
939 (nnimap-request-list): Use nnimap-possibly-change-group rather than
940 issuing EXAMINE manually.
941 (nnimap-find-article-by-message-id):
942 Use `nnimap-possibly-change-group' with read-only argument.
943 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
944 We cannot possibly change because we need to be sure that it's either
945 read-write or read-only.
946
947 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
948
949 * gnus-sum.el (gnus-summary-insert-old-articles):
950 Don't include unexisting messages.
951
952 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
953
954 * gnus-start.el (gnus-clean-old-newsrc):
955 Remove totally bogus `unexists' entries.
956 (gnus-clean-old-newsrc): Fix last checkin.
957
958 * nnimap.el (nnimap-update-info):
959 None of the articles below the active low-water mark exist.
960
961 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
962
963 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
964
965 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
966
967 * nnimap.el (nnimap-request-scan):
968 Allow `nnimap-inbox' to be a list of inboxes.
969
970 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
971
972 * gnus-group.el (gnus-group-expire-articles-1):
973 Don't try to expire messages that don't exist.
974
975 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
976
977 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
978
979 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
980
981 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
982
983 * gnus-start.el (gnus-clean-old-newsrc):
984 Delete `unexist' from pre-Ma Gnus 0.3.
985
986 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
987
988 * gnus-sum.el (gnus-summary-local-variables):
989 Make `gnus-newsgroup-unexist' into a local variable.
990
991 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
992
993 * gnus-sum.el (gnus-adjust-marked-articles):
994 Add to `gnus-newsgroup-unexist'.
995
996 * gnus.el (gnus-article-mark-lists):
997 Add `unexist' to the list of marks.
998 (gnus-article-special-mark-lists):
999 Put the `unexist' in the special marks list instead.
1000
1001 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1002 articles in the list of articles to be selected.
1003
1004 * nnimap.el (nnimap-retrieve-group-data-early):
1005 Query for unexisting articles.
1006 (nnimap-update-info): Keep track of unexisting articles.
1007 (nnimap-update-qresync-info): Ditto.
1008
1009 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1010
1011 * gnus-start.el (gnus-clean-old-newsrc): New function.
1012 (gnus-read-newsrc-file): Use it.
1013
1014 2013-07-02 Daiki Ueno <ueno@gnu.org>
1015
1016 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1017 of 'create-image' for XEmacs compatibility; check errors when decoding
1018 image. Reported by Uwe Brauer.
1019
1020 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1021
1022 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1023 gnus-button-push revised at 2011-01-19.
1024
1025 2013-06-19 Glenn Morris <rgm@gnu.org>
1026
1027 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1028
1029 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1030
1031 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1032
1033 2013-06-18 Glenn Morris <rgm@gnu.org>
1034
1035 * eww.el, shr.el, shr-color.el: Move to ../net.
1036
1037 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1038
1039 * shr.el (shr-tag-table): Insert the images after the table, so that
1040 they're not covered by the table colourisation, which often looked
1041 awkward.
1042 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1043 <dd>.
1044
1045 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1046
1047 * eww.el (eww-detect-charset): Improve regexp; move backward.
1048
1049 2013-06-18 Glenn Morris <rgm@gnu.org>
1050
1051 * mm-decode.el (widget-convert-button): Autoload.
1052
1053 * sieve-manage.el (mm-enable-multibyte): Autoload.
1054
1055 * shr.el (libxml-parse-html-region): Declare.
1056 (shr-render-buffer): Explicit error if no libxml2 support.
1057
1058 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1059
1060 * auth-source.el (auth-source-current-line): New function.
1061 (auth-source-netrc-parse-entries): When a data token is "machine",
1062 assume we're in the wrong place and abort parsing the current line.
1063
1064 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1065
1066 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1067 (eww-convert-widgets): Don't bug out if the first widget starts at the
1068 beginning of the buffer.
1069 (eww-convert-widgets): Fix last patch.
1070 (eww-tag-input): Support <input type=image>.
1071
1072 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1073 (shr-tag-base): Protect against base specs that are degenerate.
1074 (shr-ensure-paragraph): Don't delete empty lines that have text
1075 properties, because these may be input fields.
1076
1077 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1078 we can navigate to them.
1079
1080 * shr.el (shr-colorize-region): Put the colours over the entire region.
1081 (shr-inhibit-decoration): New variable.
1082 (shr-add-font): Use it to inhibit text property decorations while doing
1083 preliminary table renderings. This speeds up typical Wikipedia page
1084 renderings by 15%.
1085 (shr-tag-span): Don't respect the <title>, because that overwrites the
1086 help-echo from links inside the spans.
1087 (shr-next-link): Use `help-echo' for navigation, so that we can
1088 navigate to form elements, too.
1089
1090 * eww.el (eww-button): New face.
1091 (eww-convert-widgets): Use it to make submit buttons more button-like.
1092
1093 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1094 that Gnus commands work.
1095
1096 * shr.el (shr-render-td): Support horizontal alignment.
1097
1098 * eww.el (eww-put-color): Remove.
1099 (eww-colorize-region): Use `add-face-text-property'.
1100
1101 * shr.el (shr-add-font): Append face data, so that we get the correct
1102 precedence: The innermost value (which is applied first) wins.
1103 (shr-make-overlay): Obsolete function.
1104
1105 * mm-decode.el (mm-convert-shr-links): New function to convert
1106 new-style shr URL links into widgets.
1107 (mm-shr): Use it.
1108
1109 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1110 widget commands, since we're no longer using widgets for links.
1111
1112 * shr.el (shr-next-link): New command.
1113 (shr-previous-link): New command.
1114 (shr-urlify): Don't use `widget-convert', because that's slow.
1115 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1116 because collecting the overlays and reapplying them when generating
1117 tables is slow.
1118 (shr-insert-table): Ditto.
1119
1120 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1123 * shr.el (browse-url): Require `url'.
1124 * eww.el (url): Require format-spec.
1125
1126 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1127
1128 * eww.el (eww-display-html): Default to using the entire window width.
1129 (eww-browse-url): Don't add a User-Agent header (twice), because that
1130 makes Bing refuse connection.
1131
1132 * shr.el (shr-make-table): Cache the table rendering at the table
1133 level, and not the <td> level. This is a bit faster.
1134
1135 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1136 #id.
1137
1138 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1139 browsers don't.
1140 (shr-expand-url): Respect #anchor links.
1141 (shr-parse-base): Chop off the anchor before using.
1142 (shr-descend): Respect display: none.
1143 (shr-descend): Allow marking elements that have certain IDs.
1144
1145 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1146
1147 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1148
1149 * eww.el (eww-tag-textarea): Support <textarea>.
1150
1151 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1152
1153 * shr.el (shr-dom-to-xml): Fix function call.
1154
1155 * eww.el (eww): New group.
1156 (eww-header-line-format): New custom variable.
1157 (eww-current-title): New variable.
1158 (eww-display-html): Update header and handle title tag.
1159 (eww-update-header-line-format): New function.
1160 (eww-tag-title): New function.
1161
1162 * shr.el (shr-dom-to-xml): New function.
1163 (shr-tag-svg): Add support for the SVG tag.
1164 (shr-bullet): New custom variable.
1165 (shr-tag-li): Support custom bullet in unordered lists.
1166
1167 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1168
1169 * shr.el (shr-expand-url): Respect // URLs.
1170
1171 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1172 put a background colour onto the entire buffer.
1173 (eww-render): When being redirected, use the redirect URL as the new
1174 base URL.
1175
1176 * shr.el (shr-parse-base): Fix parsing error.
1177
1178 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1179
1180 * shr.el (shr-parse-base): New function.
1181 (shr-expand-url): Use it to expand relative URLs reliably.
1182
1183 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1184
1185 * auth-source.el (auth-source-search-collection): Fix docstring.
1186 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1187 single-quoted strings and multiline entries.
1188 (auth-source-netrc-parse-next-interesting)
1189 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1190 New functions to support parser.
1191
1192 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1193
1194 * eww.el (eww-submit): Get submit button logic right when hitting RET
1195 on non-submit buttons.
1196
1197 * shr.el: Remove shr-preliminary-table-render, since that can't really
1198 be used for anything in practice.
1199
1200 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1201
1202 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1203 (sieve-manage-quit).
1204
1205 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1206
1207 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1208 control the maximum size of photo ID image.
1209 (mml2015-epg-key-image-to-string): Respect it.
1210
1211 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1212
1213 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1214 instead of the final one so that we can more easily distinguish them.
1215
1216 * eww.el (eww-submit): Compute the submission URL correctly.
1217
1218 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1221 Use plist-get rather than CL's getf.
1222 (sieve-manage-parse-capability): Avoid CL's remove-if.
1223
1224 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1225
1226 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1227 last slash.
1228
1229 * eww.el (eww-tag-select): Use the first value as the default value.
1230
1231 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1232
1233 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1234 (eww-mode): Use `define-derived-mode'.
1235 (eww-parse-headers): Parse headers from beginning of buffer so that
1236 file:// links work.
1237
1238 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1239
1240 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1241
1242 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1243
1244 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1245 to handle them at all.
1246
1247 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1248
1249 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1250 work, too.
1251 (eww-tag-select): Implement <select>.
1252
1253 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1254
1255 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1256 stream managing functions by using open-protocol-stream to do most of
1257 the work. Has the nice benefit of enabling STARTTLS.
1258 Wait for capabilities after STARTTLS: following RFC5804, the server
1259 sends new capabilities after successfully establishing a TLS connection
1260 with the client. The client should update the cached list of
1261 capabilities, but we just ignore the answer for now.
1262 (sieve-manage-network-p, sieve-manage-network-open)
1263 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1264 (sieve-manage-forward, sieve-manage-streams)
1265 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1266 API, nor called by any other function.
1267 Enable Multibyte for SieveManage buffers: The parser won't properly
1268 handle umlauts and line endings unless multibyte is turned on in the
1269 process buffer.
1270
1271 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1272
1273 * eww.el (eww-tag-input): Support password fields.
1274 (eww-submit): Support POST.
1275
1276 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1277
1278 * eww.el (eww-tag-form): Protect against degenerate forms.
1279
1280 * shr.el (shr-expand-url): Expand URLs that start with a slash
1281 correctly.
1282
1283 * eww.el (eww-submit): Get submit button logic right.
1284
1285 * shr.el (shr-final-table-render): New variable to signal when we're
1286 doing the final table rendering so that we can collect more data at
1287 that point.
1288
1289 * eww.el (eww-submit): Make form submission work.
1290 (eww-tag-input): Implement submit buttons.
1291 (eww-click-radio): Implement radio and checkboxes.
1292 (eww-submit): Handle hidden elements.
1293
1294 * shr.el (shr-descend): Allow other packages to override (or provide)
1295 rendering of elements.
1296 (shr-expand-url): Strip query strings from URLs before expanding them.
1297
1298 * eww.el: Don't require cl-lib.
1299 (eww-tag-form): Start form support.
1300
1301 * eww.el: Start writing a new, tiny web browser.
1302 (eww-previous-url): New command.
1303 (eww-quit): New command.
1304
1305 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1306
1307 * sieve.el: Put point at beginning of buffer when viewing a script.
1308 (sieve-open-server): Respect the PORT parameter. Show the correct port
1309 number in sieve-buffer's header. Fixed code to also work with a string
1310 as port specifier. Properly close the connection on pressing 'q'. Make
1311 sieve-manage-quit close the connection and process buffer. Also, remove
1312 duplicate keybinding for 'q'.
1313
1314 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1315
1316 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1317 make it easier to read.
1318 (mm-pkcs7-enveloped-magic): Ditto.
1319
1320 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1321
1322 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1323 before `image-type-available-p' to avoid loading the image libraries
1324 needlessly.
1325
1326 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1327
1328 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1329 assume Date header begins with "Date", that may be customized into
1330 something like "X-Sent" using gnus-article-time-format.
1331 (article-transform-date): Allow multi-line Date header.
1332
1333 2013-06-02 David Engster <deng@randomsample.de>
1334
1335 * registry.el (initialize-instance, registry-lookup)
1336 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1337 (registry-lookup-secondary-value, registry-search, registry-delete)
1338 (registry-insert, registry-reindex, registry-size, registry-prune):
1339 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1340 changes in EIEIO (introduction of eieio-core.el).
1341
1342 2013-05-30 Glenn Morris <rgm@gnu.org>
1343
1344 * nnmail.el (nnmail-fancy-expiry-target):
1345 Also bind mail-dont-reply-to-names.
1346
1347 * spam-stat.el (spam-stat-save):
1348 No need to tweak font-lock in temp buffers.
1349
1350 * shr.el (shr-put-image): Silence compiler.
1351
1352 2013-05-29 Glenn Morris <rgm@gnu.org>
1353
1354 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1355
1356 * gnus-group.el (gnus-sequence-of-unread-articles)
1357 (gnus-summary-add-mark, gnus-mark-article-as-read)
1358 (gnus-group-make-articles-read): Declare.
1359
1360 * gnus-sum.el (gnus-parameter-list-identifier)
1361 (gnus-article-stop-animations, gnus-stop-downloads)
1362 (gnus-article-only-boring-p, article-goto-body)
1363 (gnus-flush-original-article-buffer, article-narrow-to-head)
1364 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1365 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1366
1367 * gnus.el: No need to eval-and-compile autoloads.
1368
1369 * gravatar.el (help-function-arglist): Autoload.
1370
1371 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1372
1373 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1374
1375 * spam.el: No need to load spam-report when compiling.
1376 No need to eval-and-compile autoloads.
1377 (spam-report-resend-to): Declare.
1378 (spam-report-resend-register-routine): Require 'spam-report.
1379
1380 2013-05-24 Julien Danjou <julien@danjou.info>
1381
1382 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1383 setup.
1384
1385 2013-05-23 Glenn Morris <rgm@gnu.org>
1386
1387 * gnus-util.el (rmail-swap-buffers-maybe)
1388 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1389 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1390 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1391
1392 * mm-decode.el: No need to load term when compiling.
1393 (term-mode, term-char-mode): Declare.
1394
1395 * mm-util.el: No need to load jka-compr when compiling.
1396 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1397
1398 * nnmaildir.el: Require is automatically eval-and-compile.
1399 (nnmail): Require at run-time too.
1400
1401 * registry.el (registry-size): Move definition before use.
1402
1403 2013-05-22 Daiki Ueno <ueno@gnu.org>
1404
1405 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1406 signed data to conform the standard. (Bug#14232)
1407
1408 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1409
1410 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1411 double angle quotation mark.
1412
1413 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1414
1415 * message.el (message-insert-formatted-citation-line): Handle finding
1416 first/lastname when more than 2 names appear.
1417
1418 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1419
1420 * shr.el (shr-tag-span): New function.
1421
1422 2013-05-18 Glenn Morris <rgm@gnu.org>
1423
1424 * message.el (message-mode): Use message-mode-abbrev-table,
1425 with text-mode-abbrev-table as parent. (Bug#14413)
1426
1427 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1428
1429 * message.el (message-expand-group): Decode group names.
1430
1431 2013-05-16 Julien Danjou <julien@danjou.info>
1432
1433 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1434 app-icon.
1435
1436 2013-05-15 Glenn Morris <rgm@gnu.org>
1437
1438 * shr-color.el (shr-color-visible-luminance-min)
1439 (shr-color-visible-distance-min): Use shr-color group.
1440
1441 2013-05-11 Glenn Morris <rgm@gnu.org>
1442
1443 * gnus-vm.el: Make it loadable without VM.
1444 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1445 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1446
1447 2013-05-09 Glenn Morris <rgm@gnu.org>
1448
1449 * mml1991.el: Make it loadable. (Bug#13456)
1450
1451 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1452 * gnus-async.el (gnus-async-post-fetch-function):
1453 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1454 * gnus-html.el (gnus-html-image-cache-ttl):
1455 * gnus-notifications.el (gnus-notifications-timeout):
1456 * gnus-picon.el (gnus-picon-properties):
1457 * gnus-util.el (gnus-completion-styles):
1458 * gnus.el (gnus-other-frame-resume-function):
1459 * message.el (message-user-organization-file)
1460 (message-cite-reply-position):
1461 * nnir.el (nnir-summary-line-format)
1462 (nnir-retrieve-headers-override-function):
1463 * shr-color.el (shr-color-visible-luminance-min):
1464 * shr.el (shr-blocked-images):
1465 * spam-report.el (spam-report-resend-to):
1466 * spam.el (spam-summary-exit-behavior): Fix custom types.
1467
1468 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1469
1470 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1471
1472 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1473 because of let-binding help-xref-following. (Bug#14356)
1474
1475 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1476
1477 * message.el (message-bury, message-send-and-exit):
1478 Revert 2013-05-04 change.
1479
1480 2013-05-06 Glenn Morris <rgm@gnu.org>
1481
1482 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1483
1484 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1485
1486 * message.el (message-bury): Make `buffer' optional.
1487 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1488 (bug#14085).
1489
1490 2013-05-04 Andrew Cohen <cohen@bu.edu>
1491
1492 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1493 entering into the registry.
1494
1495 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1496
1497 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1498 (Bug#14304)
1499
1500 2013-04-27 Glenn Morris <rgm@gnu.org>
1501
1502 * gnus.el (gnus-list-debbugs):
1503 Use require rather than autoload. (Bug#14262)
1504
1505 2013-04-27 Julien Danjou <julien@danjou.info>
1506
1507 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1508 port to "sieve" now that it has an official IANA port assigned.
1509
1510 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1511
1512 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1513 Don't set the MAILHOST environment variable permanently (Bug#14271).
1514
1515 2013-04-26 Glenn Morris <rgm@gnu.org>
1516
1517 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1518
1519 2013-04-25 Andrew Cohen <cohen@bu.edu>
1520
1521 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1522 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1523
1524 2013-04-24 Andrew Cohen <cohen@bu.edu>
1525
1526 * nnir.el (nnir-close-group): Make sure we are in the right group.
1527
1528 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1529 dependency table from all newly retrieved headers.
1530
1531 2013-04-16 David Edmondson <dme@dme.org>
1532
1533 Support <img src="data:...">.
1534
1535 * shr.el (shr-image-from-data): New function.
1536 (shr-tag-img): Use it.
1537
1538 2013-04-14 Andrew Cohen <cohen@bu.edu>
1539
1540 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1541 group.
1542
1543 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1544
1545 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1546 corresponding to any existing group (Bug#14166).
1547
1548 2013-04-10 Andrew Cohen <cohen@bu.edu>
1549
1550 * nnir.el (number-sequence): No longer used.
1551 (nnir-request-set-mark): New function.
1552 (nnir-request-update-info): Improve marks updating.
1553 (nnir-request-scan): Don't duplicate marks updating.
1554 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1555 Use 'assq rather than 'assoc. Quote anonymous function.
1556 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1557 Use 'gnus-group-prefixed-p.
1558 (gnus-summary-create-nnir-group): Make sure server for method is open.
1559
1560 2013-04-04 Andrew Cohen <cohen@bu.edu>
1561
1562 * nnir.el (gnus-nnir-group-p): New function.
1563 (nnir-possibly-change-group): Use it.
1564
1565 * gnus-msg.el (gnus-setup-message): Use it.
1566
1567 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1568
1569 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1570 `initial-input' for the argument name.
1571 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1572
1573 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1574
1575 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1576 (used by MH-E).
1577
1578 2013-04-01 Andrew Cohen <cohen@bu.edu>
1579
1580 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1581 group.
1582
1583 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1584 fix compilation.
1585
1586 2013-03-31 Andrew Cohen <cohen@bu.edu>
1587
1588 * nnir.el (nnir-method-default-engines): And another typo.
1589
1590 2013-03-30 Andrew Cohen <cohen@bu.edu>
1591
1592 * nnir.el (nnir-method-default-engines): Fix typo.
1593
1594 2013-03-29 Andrew Cohen <cohen@bu.edu>
1595
1596 * nnir.el: Define 'number-sequence for xemacs.
1597 (gnus-summary-create-nnir-group): New function to create an nnir group
1598 from an nnir summary buffer based on the current query.
1599 (nnir-request-create-group): Update to allow nnir group creation based
1600 on the current query.
1601
1602 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1603
1604 * nndraft.el (nndraft-request-expire-articles):
1605 Make expiry target always `delete'.
1606
1607 2013-03-27 Andrew Cohen <cohen@bu.edu>
1608
1609 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1610 buffer use the posting-style and gcc of the original article group.
1611 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1612
1613 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1614 after other deffoos.
1615
1616 2013-03-26 Andrew Cohen <cohen@bu.edu>
1617
1618 * nnir.el: Major rewrite. Cleaner separation between searches and group
1619 management. Marks are now shown in nnir summary buffers.
1620 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1621 (gnus-summary-make-nnir-group): New function for initiating searches
1622 from a summary buffer.
1623
1624 2013-03-18 Sam Steingold <sds@gnu.org>
1625
1626 * message.el (message-bury): Minor cleanup.
1627
1628 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1629
1630 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1631 nnml-request-list. (Bug#13873)
1632 (nndir-request-newsgroups): Remove, unused.
1633
1634 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1635
1636 2013-03-03 Ted Phelps <phelps@gnusto.com>
1637
1638 * shr.el: Make all the overlays set the `evaporate' property so that
1639 they're removed properly.
1640
1641 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1642
1643 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1644 shell-quote-argument.
1645
1646 2013-02-22 David Engster <deng@randomsample.de>
1647
1648 * gnus-registry.el (gnus-registry-save): Provide class name when
1649 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1650 Use `condition-case' to stay compatible with older EIEIO versions which
1651 only accept one argument.
1652
1653 2013-02-17 Daiki Ueno <ueno@gnu.org>
1654
1655 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1656 (epg-user-id-validity): Autoload.
1657 (mml2015-epg-check-user-id): New function.
1658 (mml2015-epg-check-sub-key): New function split from
1659 mml2015-epg-find-usable-key.
1660 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1661 optional name-is-key-id, to handle the case when user-id is unusable.
1662 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1663
1664 2013-02-17 Glenn Morris <rgm@gnu.org>
1665
1666 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1667
1668 2013-02-16 Glenn Morris <rgm@gnu.org>
1669
1670 * shr.el (shr-put-image): Only animate images that specify a delay.
1671 This is consistent with the old image-animated-p behavior.
1672
1673 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1674
1675 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1676 for XEmacs.
1677
1678 2013-02-13 Juri Linkov <juri@jurta.org>
1679
1680 * gnus-art.el (gnus-article-mode-map):
1681 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1682 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1683
1684 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1685
1686 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1687 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1688
1689 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1690
1691 * auth-source.el (auth-source-format-prompt): Don't get confused by
1692 any "\" in replacement text. (Bug#13637)
1693
1694 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1695
1696 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1697 (gnus-backend-trace): Honor gnus-backend-trace.
1698
1699 * mml.el (mml-insert-part): Insert closing tag.
1700
1701 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1702
1703 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1704
1705 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1706 able to find the article, which can happen in debbugs groups,
1707 apparently.
1708
1709 2013-01-16 Glenn Morris <rgm@gnu.org>
1710
1711 * smiley.el (smiley-style): Make the file loadable in batch mode.
1712
1713 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1716 imap process running.
1717
1718 2013-01-14 Julien Danjou <julien@danjou.info>
1719
1720 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1721 Compare addresses against addresses, not against the full From field.
1722
1723 2013-01-13 Richard Stallman <rms@gnu.org>
1724
1725 * message.el (message-forward-make-body-mime): New args BEG, END
1726 specify what part of FORWARD-BUFFER to use. Do the work directly
1727 instead of calling `mml-insert-buffer'.
1728
1729 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1730
1731 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1732 cross-reference(s).
1733
1734 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1735 cross-reference(s).
1736
1737 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1738
1739 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1740 and point-max-marker.
1741 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1742
1743 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1744
1745 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1746 to mml2015-encrypt-to-self.
1747 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1748
1749 2013-01-09 Daiki Ueno <ueno@gnu.org>
1750
1751 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1752 mml-smime-epg-find-usable-secret-key.
1753
1754 2013-01-08 Glenn Morris <rgm@gnu.org>
1755
1756 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1757
1758 2013-01-07 Daiki Ueno <ueno@gnu.org>
1759
1760 * mml-smime.el: Support signing by sender.
1761 Requested by Uwe Brauer.
1762 (mml-smime-sign-with-sender): New user option analogous
1763 to mml2015-sign-with-sender.
1764 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1765 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1766 mml2015.el.
1767
1768 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1769
1770 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1771 isn't running, because Gnus will probably not know how to handle the
1772 Gcc header (bug#11941).
1773
1774 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1775 articles.
1776
1777 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1778
1779 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1780 (nnfolder-generate-active-file): Make this function work with recursive
1781 folder names.
1782
1783 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1784
1785 * nntp.el (nntp-open-connection): Use HELP as the capability command
1786 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1787 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1788
1789 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1790
1791 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1792 place holder since this gives `Invalid face reference: nil' messages.
1793 Use the `default' face instead. It has the same effect here, even
1794 though it is not no-op.
1795
1796 * gnus-util.el
1797 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1798
1799 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1800
1801 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1802 non-string posting styles (bug#13285).
1803
1804 2012-12-27 Glenn Morris <rgm@gnu.org>
1805
1806 * plstore.el (plstore-passphrase-callback-function):
1807 Use plstore-get-file.
1808
1809 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1810
1811 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1812 stderr.
1813
1814 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1815 group is nil.
1816
1817 * shr.el (shr-tag-em): Render as italic, not bold.
1818
1819 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1820
1821 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1822
1823 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1824
1825 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1826 temporary file to get PGP key image. Pass no-show-photos when
1827 extracting image to avoid having it pop up twice.
1828
1829 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1830
1831 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1832 eligible for treatment.
1833
1834 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1835 lines. This makes summary commands with hidden threads work more
1836 reliably.
1837
1838 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1839 button to mark the hidden citations (bug#9395).
1840
1841 2012-12-26 Daiki Ueno <ueno@gnu.org>
1842
1843 * mml2015.el (mml2015-epg-signature-to-string): New function.
1844 (mml2015-epg-verify-result-to-string): New function.
1845 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1846 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1847 instead of epg-verify-result-to-string.
1848 (epg-signature-key-id, epg-signature-to-string): Autoload.
1849 (epg-verify-result-to-string): Remove autoload.
1850
1851 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1852
1853 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1854 ID image from GPG public key.
1855 (mml2015-epg-key-image-to-string): New function.
1856
1857 2012-12-25 Leo Liu <sdl.web@gmail.com>
1858
1859 * plstore.el (plstore-passphrase-callback-function): Fix error when
1860 error when plstore-cache-passphrase-for-symmetric-encryption is set
1861 (bug#13264).
1862
1863 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1864
1865 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1866 buffer to the article buffer here, because that clobbers multiple
1867 article buffers.
1868
1869 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1870 buffer always points to the right summary buffer.
1871
1872 2012-12-25 John Wiegley <jwiegley@gmail.com>
1873
1874 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1875 the password (bug#12097).
1876
1877 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1878
1879 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1880 (bug#13263).
1881
1882 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1883 buffer exists before using it (bug#12475).
1884
1885 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1886 offline groups (bug#11937).
1887
1888 * message.el (message-yank-original): When using customize to set the
1889 value of `message-cite-style', the variable it set to a symbol that's
1890 the name of the variable, which must then be dereferenced (bug#12616).
1891
1892 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1893
1894 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1895 the `face' property with a list whose car is the face specified in the
1896 format string and whose cdr is (nil).
1897 * lisp/gnus-util.el
1898 (gnus-put-text-property-excluding-characters-with-faces):
1899 Change accordingly.
1900 (gnus-get-text-property-excluding-characters-with-faces): New function.
1901 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1902 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1903 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1904
1905 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1906
1907 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1908 login methods.
1909 (nnimap-login): Respect the `nnimap-authenticator' variable.
1910
1911 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1912 mark state when moving articles. Otherwise unticked articles will get
1913 their ticks back after moving.
1914
1915 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1916
1917 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1918
1919 * message.el (message-ignored-news-headers): Always remove
1920 X-Message-SMTP-Method to avoid information leakage if the user
1921 mistakenly inserts the header into news messages.
1922
1923 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1924
1925 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1926 right than four characters, this command would move point to
1927 `point-max'. Don't do that.
1928
1929 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1930 to nil to allow re-selecting groups that gain articles.
1931 (gnus-bug-group-download-format-alist): Update the URL.
1932
1933 2012-12-23 Andreas Schwab <schwab@suse.de>
1934
1935 * shr.el (shr-tag-em): Render em as italic, not bold.
1936
1937 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1938
1939 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1940 for reuse.
1941 (gnus-open-server): Use it to add more tracing.
1942 (gnus-finish-retrieve-group-infos): Add backend tracing.
1943 (gnus-backend-trace): Also note the elapsed seconds.
1944
1945 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1946
1947 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1948 Set epa-file-encrypt-to from variable to avoid querying.
1949
1950 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1951
1952 * sieve-mode.el (sieve-font-lock-keywords):
1953 Keywords should be word delimited. (Bug#13173)
1954
1955 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1956
1957 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1958 instead of <pre> to align message header.
1959
1960 2012-12-12 Sam Steingold <sds@gnu.org>
1961
1962 * gnus.el (gnus-other-frame-resume-function): Add user option.
1963 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1964
1965 2012-12-06 Sam Steingold <sds@gnu.org>
1966
1967 * gnus-start.el (gnus-before-resume-hook): Add.
1968 (gnus-1): Run it when Gnus is alive.
1969
1970 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1971
1972 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1973 * gnus-art.el (article-unsplit-urls)
1974 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1975 * gnus-registry.el (gnus-registry-get-article-marks)
1976 * message.el (message-goto-body): Use it.
1977 (message-called-interactively-p): Remove.
1978
1979 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1980 (spam-stat-score-buffer): Use it.
1981
1982 * spam.el: Silence the warnings against BBDB functions when compiling.
1983
1984 * gnus-score.el (gnus-score-decode-text-parts):
1985 Use append+mapcar instead of the cl function mapcan.
1986
1987 * gmm-utils.el (gmm-flet): Remove.
1988
1989 * gnus-sync.el (gnus-sync-lesync-call):
1990 Avoid overriding json-alist-p.
1991
1992 * message.el (message-read-from-minibuffer):
1993 Avoid overriding mail-abbrev-in-expansion-header-p.
1994
1995 2012-12-05 Sam Steingold <sds@gnu.org>
1996
1997 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1998 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1999 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2000
2001 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2002
2003 * gmm-utils.el (gmm-called-interactively-p): Revert.
2004 This seems to cause Emacs to get stuck!
2005 * gnus-art.el (article-unsplit-urls)
2006 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2007 * gnus-registry.el (gnus-registry-get-article-marks)
2008 * message.el (message-goto-body)
2009 (message-called-interactively-p): Revert.
2010
2011 * gmm-utils.el (gmm-called-interactively-p): New function.
2012 * gnus-art.el (article-unsplit-urls)
2013 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2014 * gnus-registry.el (gnus-registry-get-article-marks)
2015 * message.el (message-goto-body): Use it.
2016 (message-called-interactively-p): Remove.
2017
2018 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2019 * gnus-sync.el (gnus-sync-lesync-call)
2020 * message.el (message-read-from-minibuffer): Use it.
2021
2022 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2023
2024 * gmm-utils.el (gmm-flet): Remove.
2025 * gnus-sync.el (gnus-sync-lesync-call)
2026 * message.el (message-read-from-minibuffer): Don't use it.
2027
2028 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2029
2030 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2031
2032 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2033
2034 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2035
2036 * gnus-sync.el (gnus-sync-lesync-call)
2037 * message.el (message-read-from-minibuffer): Use gmm-flet.
2038
2039 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2040
2041 * gnus-util.el (gnus-macroexpand-all): Remove.
2042
2043 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2044
2045 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2046 to TAB, not [tab].
2047 (gnus-summary-article-map): Likewise.
2048
2049 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2050 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2051
2052 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2053
2054 * message.el (message-get-reply-headers):
2055 Make sure the reply goes to the author if it is a wide reply.
2056
2057 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2058
2059 * gnus-score.el (gnus-score-body):
2060 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2061 scoring by body.
2062
2063 2012-11-16 Glenn Morris <rgm@gnu.org>
2064
2065 * gnus-diary.el (nndiary-request-create-group-functions)
2066 (nndiary-request-update-info-functions)
2067 (gnus-subscribe-newsgroup-functions)
2068 (nndiary-request-accept-article-functions):
2069 Use new names for hooks rather than obsolete aliases.
2070
2071 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2072
2073 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2074 in meta tag with the one the part specifies in its header.
2075
2076 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2077
2078 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2079 by default.
2080
2081 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2082
2083 New UIDL implementation.
2084
2085 * mail-source.el (mail-sources, mail-source-keyword-map):
2086 Add :leave as a pop3 keyword.
2087 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2088
2089 * pop3.el (pop3-leave-mail-on-server): Allow number.
2090 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2091 (pop3-movemail): Add UIDL support.
2092 (pop3-send-streaming-command): Take a list of mail numbers instead of
2093 the number of mails.
2094 (pop3-write-to-file): Add X-UIDL header.
2095 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2096 (pop3-uidl-add-xheader): New functions.
2097
2098 * message.el (message-ignored-resent-headers):
2099 Add X-Content-Length and X-UIDL headers.
2100
2101 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * nndiary.el (nndiary-request-create-group-functions)
2104 (nndiary-request-update-info-functions)
2105 (nndiary-request-accept-article-functions):
2106 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2107 "-hooks" suffix.
2108
2109 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2110
2111 * starttls.el (starttls-extra-arguments): Doc fix.
2112
2113 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2114
2115 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2116 it.
2117
2118 2012-10-06 Glenn Morris <rgm@gnu.org>
2119
2120 * gnus-notifications.el (gnus-notifications):
2121 Add missing group :version tag.
2122 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2123 (gnus-gcc-post-body-encode-hook):
2124 * gnus-sync.el (gnus-sync-lesync-name)
2125 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2126
2127 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2128
2129 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2130 a user about whether to delete temp files if once a user answered as n.
2131
2132 2012-09-17 Richard Stallman <rms@gnu.org>
2133
2134 * message.el (message-in-body-p): Don't set mark or modify buffer.
2135
2136 * mml.el (mml-attach-file): Doc fix.
2137 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2138 Set mail-encode-mml when in Mail mode.
2139 Simplify code to set HEAD and move back to HEAD.
2140 (mml-insert-multipart, mml-insert-part):
2141 Set mail-encode-mml when in Mail mode.
2142
2143 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2144
2145 * gnus-util.el (gnus-timer--function): New function.
2146
2147 * gnus-art.el (gnus-article-stop-animations): Use it.
2148
2149 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2150
2151 Fix glitches caused by addition of psec to timers.
2152 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2153 rather than raw access to timer vector.
2154
2155 2012-09-11 Julien Danjou <julien@danjou.info>
2156
2157 * gnus-notifications.el (gnus-notifications): Check for nil values in
2158 ignored addresses check.
2159
2160 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2163
2164 2012-09-07 Chong Yidong <cyd@gnu.org>
2165
2166 * gnus-util.el
2167 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2168
2169 * gnus-salt.el (gnus-tree-highlight-node):
2170 * gnus-sum.el (gnus-summary-highlight-line):
2171 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2172
2173 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2174
2175 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2176
2177 2012-09-06 Juri Linkov <juri@jurta.org>
2178
2179 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2180 scheme for buffer names to be more consistent with other group and
2181 article buffer names in Gnus.
2182
2183 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2184
2185 * gnus-util.el
2186 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2187
2188 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2189 Jenkner.
2190
2191 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2192
2193 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2194
2195 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2196
2197 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2198
2199 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2200 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2201
2202 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2203 string-prefix-p in Emacs >=23.2.
2204
2205 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2206 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2207 instead of string-match-p.
2208 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2209
2210 2012-09-06 Kenichi Handa <handa@gnu.org>
2211
2212 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2213 lowercase a..f.
2214
2215 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2216
2217 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2218
2219 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2220
2221 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2222 TIME is set.
2223
2224 2012-09-05 Juri Linkov <juri@jurta.org>
2225
2226 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2227 than one group at a time (bug#11961).
2228
2229 2012-09-05 Julien Danjou <julien@danjou.info>
2230
2231 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2232 this hide the real reason with a message giving absolutely no hint.
2233
2234 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2235
2236 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2237 to the backend (bug#11804).
2238
2239 * message.el (message-insert-newsgroups): Don't insert newsgroup
2240 duplicates (bug#12275).
2241
2242 2012-09-05 John Wiegley <johnw@newartisans.com>
2243
2244 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2245 sieve rules.
2246
2247 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2248
2249 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2250 function.
2251
2252 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2253
2254 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2255
2256 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2257
2258 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2259 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2260 This should make nnmaildir more usable with offlineimap.
2261
2262 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2263
2264 * gnus-notifications.el (gnus-notifications-notify): Use it.
2265
2266 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2267 warnings on XEmacs.
2268
2269 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2270
2271 Better seeds for (random).
2272 * gnus-sync.el (gnus-sync-lesync-setup):
2273 * message.el (message-canlock-generate, message-unique-id):
2274 Change (random t) to (random), now that the latter is more random.
2275
2276 2012-08-31 Dave Abrahams <dave@boostpro.com>
2277
2278 * auth-source.el (auth-sources): Fix macos keychain access.
2279
2280 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2281 allow the backend `request-head' function to determine the group
2282 name on its own.
2283 (gnus-request-expire-articles): Filter out negative article numbers
2284 during expiry (Bug#11980).
2285
2286 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2287 O(N^2) to O(N). This makes warping into huge groups tolerable.
2288
2289 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2290 you've found the article when you haven't.
2291
2292 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2295
2296 2012-08-30 Julien Danjou <julien@danjou.info>
2297
2298 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2299 `gnus-notifications-timeout'.
2300 (gnus-notifications-timeout): Add.
2301 (gnus-notifications-action): New function.
2302 (gnus-notifications-notify): Add :action using
2303 `gnus-notifications-action'.
2304 (gnus-notifications-id-to-msg): New variable.
2305 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2306 notifications id to messages.
2307
2308 2012-08-30 Kenichi Handa <handa@gnu.org>
2309
2310 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2311 once.
2312
2313 2012-08-29 Julien Danjou <julien@danjou.info>
2314
2315 * gnus-notifications.el: New file.
2316 (gnus-notifications-notify): New function.
2317 (gnus-notifications): Use `gnus-notifications-notify'.
2318
2319 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2320
2321 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2322 transfer encoding first; bind gnus-newsgroup-charset to the charset
2323 that the article specifies (Bug#12209).
2324
2325 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2326
2327 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2328 (gnus-group-customize-done): Encode values posting-style holds.
2329
2330 * gnus-msg.el (gnus-summary-resend-message)
2331 (gnus-configure-posting-styles): Decode values posting-style group
2332 parameter holds.
2333
2334 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2335
2336 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2337 `name' and `address' in Resent-From header.
2338
2339 2012-08-14 Chong Yidong <cyd@gnu.org>
2340
2341 * gnus-art.el (article-display-face): Handle failure in
2342 gnus-create-image (Bug#11802).
2343
2344 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2347 Use defsetf.
2348
2349 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2350
2351 * auth-source.el (auth-source-plstore-search)
2352 (auth-source-secrets-search): Ignore :require and :type in search spec.
2353
2354 2012-08-06 Julien Danjou <julien@danjou.info>
2355
2356 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2357 Remove autoload, already handled by gnus.el.
2358
2359 2012-08-05 Julien Danjou <julien@danjou.info>
2360
2361 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2362 Add autoload.
2363
2364 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2365
2366 * gnus.el (gnus-valid-select-methods): Fix custom type.
2367
2368 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2369
2370 * auth-source.el (auth-sources, auth-source-backend-parse)
2371 (auth-source-macos-keychain-search)
2372 (auth-source-macos-keychain-search-items)
2373 (auth-source-macos-keychain-result-append)
2374 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2375 auth-source.el through the /usr/bin/security utility.
2376 (auth-sources): Fix syntax error.
2377 (auth-source-macos-keychain-result-append): Fix variable name.
2378 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2379
2380 2012-07-27 Julien Danjou <julien@danjou.info>
2381
2382 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2383 Emacs < 24.1
2384
2385 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2386
2387 * message.el (message-kill-address): Don't kill last newline.
2388 (message-skip-to-next-address): Don't move to the next header.
2389 (message-fill-field-address): Work properly.
2390
2391 2012-07-25 Julien Danjou <julien@danjou.info>
2392
2393 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2394
2395 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2396
2397 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2398
2399 2012-07-24 Julien Danjou <julien@danjou.info>
2400
2401 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2402
2403 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2404 (nntp-async-timer-handler): Remove, unused.
2405
2406 * nnimap.el (nnimap-get-responses): Remove, unused.
2407
2408 * nnheader.el (mail-header-set-extra): Remove, unused.
2409
2410 * mm-view.el (mm-view-sound-file): Remove, unused.
2411
2412 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2413 (mm-url-encode-multipart-form-data): Remove, unused.
2414
2415 * message.el (message-remove-signature, message-make-host-name)
2416 (message-fill-address): Remove, unused.
2417
2418 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2419 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2420 unused.
2421
2422 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2423
2424 * gnus-util.el (gnus-extract-address-component-name)
2425 (gnus-extract-address-component-email, gnus-sortable-date)
2426 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2427 (gnus-process-live-p): Remove, unused.
2428
2429 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2430
2431 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2432 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2433 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2434 function.
2435
2436 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2437
2438 * gnus-score.el (gnus-summary-score-crossposting)
2439 (gnus-score-regexp-bad-p): Remove, unused.
2440
2441 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2442
2443 * gnus-range.el (gnus-sublist-p): Remove, unused.
2444
2445 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2446 unused.
2447
2448 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2449
2450 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2451 (gnus-request-associate-buffer): Remove, unused.
2452
2453 * gnus-group.el (gnus-group-set-method-info)
2454 (gnus-group-set-params-info): Remove, unused.
2455
2456 * gnus-fun.el (gnus-shell-command-to-string)
2457 (gnus-shell-command-on-region): Remove, unused.
2458
2459 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2460
2461 * gnus-art.el (gnus-article-text-type-exists-p)
2462 (article-translate-characters, gnus-article-hide-text-of-type)
2463 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2464 Remove, unused.
2465
2466 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2467
2468 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2469 Gnus master.
2470
2471 2012-07-22 Andrew Cohen <cohen@bu.edu>
2472
2473 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2474
2475 2012-07-21 Julien Danjou <julien@danjou.info>
2476
2477 * message.el (message-dont-reply-to-names): Replace deprecated
2478 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2479 (message-get-reply-headers): Ditto.
2480
2481 2012-07-18 Julien Danjou <julien@danjou.info>
2482
2483 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2484 `sieve-upload-and-kill'.
2485
2486 * sieve.el (sieve-bury-buffer): Remove function.
2487 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2488 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2489
2490 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2491
2492 * shr.el (shr-expand-url): Handle URL starting with `//'.
2493
2494 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2495 2012-07-13 Chong Yidong <cyd@gnu.org>
2496
2497 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2498 instead of calling toggle-read-only with a (bogus) argument.
2499
2500 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2501
2502 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2503 of initial input when reading the author to restrict the summary to.
2504
2505 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2506
2507 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2508 buffer exists, which it doesn't if we haven't started Gnus.
2509
2510 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2511
2512 * mm-decode.el (mm-shr):
2513 Allow overriding charset by mm-charset-override-alist.
2514
2515 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2516
2517 * gnus-art.el (gnus-article-view-part):
2518 Toggle subparts of multipart/alternative part.
2519
2520 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2521
2522 * gnus-sync.el: Simply require json.
2523
2524 * registry.el: Simply require eieio and eieio-base.
2525
2526 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2527
2528 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2529
2530 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * shr.el (shr-render-buffer): New command.
2533 (shr-visit-file): Use it.
2534
2535 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2536
2537 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2538 Set no-byte-compile and no-update-autoloads.
2539
2540 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2541
2542 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2543
2544 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2545
2546 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2547 being bound to a lambda form.
2548
2549 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2550
2551 * gnus-picon.el (gnus-picon-properties): New defcustom.
2552 (gnus-picon-create-glyph): Use it.
2553
2554 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2555
2556 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2557 locales.
2558
2559 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2560 on a handle.
2561
2562 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2563 address as the default.
2564
2565 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2566 It makes no sense to query the user about internal files.
2567
2568 * gnus-spec.el: Remove all the byte-compilation stuff, since
2569 benchmarking shows that it doesn't help when entering large summary
2570 buffers.
2571
2572 * gnus-util.el (gnus-byte-code): Remove.
2573
2574 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2575 grouplens stuff.
2576
2577 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2578
2579 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2580 (bug#11514).
2581
2582 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2583
2584 * message.el (message-buffers): Return all buffers derived from Message
2585 to make `gnus-dired-attach' work with mu4e.
2586
2587 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2588
2589 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2590 (mm-dissect-singlepart): Don't guess the MIME type of
2591 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2592 set.
2593 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2594 toplevel MIME type is multipart/encrypted.
2595
2596 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2597
2598 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2599 In particular, add an optional argument and a docstring.
2600
2601 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2602
2603 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2604 current before calling `gnus-groups-to-gnus-format'.
2605 Note that this was already the case for `gnus-active-to-gnus-format'.
2606
2607 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2608
2609 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2610
2611 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2612
2613 * mm-decode.el (mm-dissect-buffer): Doc fix.
2614
2615 * gnus-sum.el (gnus-handle-ephemeral-exit):
2616 Avoid creating the group buffer if it doesn't exist.
2617
2618 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2619 is given, mark the group as ephemeral with the current window conf.
2620
2621 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2622 buffer exists, which it doesn't if we haven't started Gnus.
2623 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2624
2625 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2626
2627 * mml.el (mml-generate-mime):
2628 Allow specifying what the top-level part type is.
2629
2630 * gnus-sum.el (gnus-auto-center-summary):
2631 `scroll-margin' isn't defined on XEmacs.
2632
2633 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2634
2635 * gnus-sum.el (gnus-auto-center-summary):
2636 Set default to respect `scroll-margin'.
2637
2638 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2639
2640 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2641 citation prefix within a block of cited text should be considered
2642 part of that block *only* if it is a blank line.
2643
2644 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2645
2646 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2647 before kinsoku-bol characters nor within kinsoku-eol characters.
2648
2649 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2652 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2653 Silence compiler.
2654 (gnus-sync-read): Use mapc instead of mapcar.
2655
2656 * mm-archive.el: Require mm-decode for some macros.
2657 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2658 Silence the byte compiler.
2659 (mm-archive-decoders): New function that returns the value of
2660 the mm-archive-decoders variable.
2661
2662 * mm-decode.el:
2663 Don't require mm-archive; autoload mm-archive functions instead.
2664 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2665
2666 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2667
2668 2012-06-26 Peter Münster <pmrb@free.fr>
2669
2670 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2671 (gnus-demon-cancel): Ditto.
2672 (gnus-demon-run-callback): When function cannot be called due to low
2673 idleness, call it when idleness reaches the expected value, instead
2674 of waiting another timer period.
2675 (gnus-demon-init): Add `time' to arguments of call-back.
2676
2677 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2678
2679 * gnus.el: Register gnus-registry functions.
2680
2681 * gnus-registry.el (gnus-try-warping-via-registry):
2682 Move here and indent.
2683
2684 * gnus-int.el (gnus-warp-to-article):
2685 Check whether the registry is enabled before warping.
2686
2687 2012-06-26 Dave Abrahams <dave@boostpro.com>
2688
2689 * gnus-sum.el (gnus-summary-insert-subject): Record information
2690 in the registry about each article retrieved.
2691
2692 * gnus-int.el (gnus-select-group-with-message-id): New function.
2693 (gnus-try-warping-via-registry): Ditto.
2694 (gnus-warp-to-article): Fall back on the registry.
2695
2696 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2697
2698 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2699
2700 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2701
2702 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2703 gnus-gcc-self-resent-messages may be a group parameter.
2704 (gnus-summary-resend-message):
2705 Don't encode encoded words in header when Gcc'ing resent message.
2706
2707 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2708
2709 * shr.el (shr-insert): Treat non-breaking space just like normal
2710 space. This seems to produce more pleasing results.
2711 (shr-insert):
2712 Only insert a blank line if we're starting from an image.
2713 (shr-tag-br):
2714 Allow <br> to end lines or to make a single blank line.
2715 (shr-ensure-paragraph): Consider lines with white space to be blank.
2716
2717 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2718
2719 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2720 and gnus-gcc-post-body-encode-hook.
2721
2722 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2723
2724 * mm-decode.el (mm-dissect-singlepart):
2725 Guess what the type of application/octet-stream parts really is.
2726
2727 * gnus-sum.el (gnus-propagate-marks): Remove.
2728
2729 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2730
2731 * nntp.el (nntp-coding-system-for-read): Remove.
2732 (nntp-coding-system-for-write): Ditto.
2733 (nntp-open-connection): Just use `binary' directly.
2734
2735 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2736
2737 * registry.el (registry-usage-test, registry-persistence-test):
2738 Move to tests/gnustest-registry.el.
2739 (registry-make-testable-db, registry-match-test)
2740 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2741
2742 * gnus-registry.el (gnus-registry-misc-test)
2743 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2744
2745 * tests/gnustest-registry.el:
2746 New file with the registry and gnus-registry ERT tests.
2747
2748 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2749
2750 * gnus-msg.el (gnus-summary-resend-message):
2751 Make gnus-summary-resend-message-insert-gcc be last item in
2752 message-header-setup-hook.
2753
2754 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2755
2756 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2757 (nnfolder-marks, nnfolder-marks-file-suffix)
2758 (nnfolder-marks-modtime): Remove.
2759 (nnfolder-open-server): Don't use marks.
2760 (nnfolder-request-delete-group): Ditto.
2761 (nnfolder-request-rename-group): Ditto.
2762 (nnfolder-request-set-mark, nnfolder-request-marks)
2763 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2764 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2765
2766 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2767 (nnml-marks-modtime): Remove.
2768 (nnml-request-delete-group): Don't use marks.
2769 (nnml-request-rename-group): Ditto.
2770 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2771 (nnml-save-marks, nnml-open-marks): Remove.
2772
2773 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2774 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2775 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2776 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2777 (nntp-server-to-method-cache): Remove.
2778
2779 * shr.el (shr-rescale-image): Fix wrong merge.
2780
2781 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2782
2783 * shr.el (shr-remove-trailing-whitespace):
2784 Really delete the padding on too-wide lines.
2785
2786 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2787
2788 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2789 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2790
2791 * mm-decode.el (mm-display-external): Output the text from
2792 the command in the buffer after the command finished.
2793 This makes text-based commands behave better.
2794
2795 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2796
2797 * message.el (smtpmail-smtp-user): Silence compiler warning.
2798
2799 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2800
2801 * message.el (message-multi-smtp-send-mail): Also allow specifying
2802 the SMTP user name.
2803
2804 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2805
2806 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2807
2808 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2809
2810 * message.el (message-multi-smtp-send-mail): New function.
2811 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2812 header to implement multi-SMTP functionality.
2813
2814 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2815 (gnus-agentize): Don't set it.
2816 (gnus-agent-send-mail): Don't use it.
2817
2818 * gnus-sum.el (gnus-summary-widget-backward):
2819 New function and keystroke.
2820
2821 * shr.el (shr-put-image): Remove underlines from sliced images.
2822 (shr-zoom-image): Compute the region to be replaced more correctly.
2823
2824 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2825
2826 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2827 (gnus-summary-resend-message-insert-gcc): New function.
2828 (gnus-summary-resend-message): Modify message-header-setup-hook and
2829 message-sent-hook to make it work for Gcc.
2830 (gnus-inews-do-gcc): Update the number of unread articles of groups
2831 that messages are Gcc'd to.
2832
2833 * message.el (message-resend): Run message-sent-hook to do Gcc.
2834
2835 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2836
2837 * gnus-registry.el (gnus-registry-fixup-registry):
2838 Move the message to a higher level to silence compilation.
2839
2840 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2841 parameter to allow controlling the scaling.
2842
2843 * shr.el (shr-zoom-image): New command and keystroke.
2844 (shr-put-image): Take a `size' flag to say how to scale the image.
2845
2846 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2847 Use recursive deletion.
2848 (mm-dissect-archive): Add support for zip files.
2849
2850 * gnus-util.el (gnus-recursive-directory-files): New function.
2851
2852 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2853 (mm-archive-decoders): Add tgz support.
2854
2855 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2856 Otherwise inserting text into the Gnus buffer can look odd.
2857
2858 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2859
2860 * mm-archive.el (mm-archive-decoders): Add support for tar.
2861
2862 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2863
2864 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2865
2866 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2867
2868 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2869
2870 * mm-archive.el: New file.
2871
2872 * mm-decode.el (mm-dissect-singlepart):
2873 Use it to decode ms-tnef files.
2874
2875 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2876
2877 * message.el (message-goto-*): Make all the `message-goto-*' commands
2878 push the mark before moving point. This makes it easier to go back
2879 to where you came from after editing whatever you jumped to.
2880
2881 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2882
2883 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2884 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2885 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2886
2887 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2888
2889 * spam.el: Move BBDB autoloads.
2890 (spam-exists-in-BBDB-p):
2891 New function to do the BBDB search directly in BBDB 2 and 3.
2892 (spam-check-BBDB): Use it.
2893 (spam-enter-ham-BBDB): Use it.
2894
2895 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2896
2897 * gnus-group.el (gnus-group-get-new-news):
2898 New parameter `one-level' for scanning exactly one level.
2899
2900 * gnus-start.el (gnus-get-unread-articles): Ditto.
2901
2902 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2903
2904 * gnus-sync.el: More commentary about setup.
2905
2906 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2907
2908 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2909
2910 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2911
2912 * gnus-sync.el: Improve docs about CouchDB admins.
2913
2914 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2915
2916 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2917 not needed. Provide xmlplistread list function to produce XML plist
2918 output for non-Gnus LeSync clients.
2919
2920 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2921
2922 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2923 and save against it. Group subscriptions, read marks, other marks,
2924 subscription levels, topic names, and topic offsets (the group's
2925 position within the topic) are saved. This is an experimental
2926 backend and may change significantly. Load json.el from
2927 the gnus-fallback-lib if it's not available otherwise.
2928 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2929
2930 2012-06-26 David Engster <dengste@eml.cc>
2931
2932 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2933
2934 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2935
2936 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2937
2938 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2939
2940 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2941 is an integer to avoid later problems.
2942
2943 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2944
2945 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2946 locales.
2947
2948 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2949
2950 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2951 articles when fetch-old is non-nil (bug#11370).
2952
2953 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2954
2955 * gnus-group.el (gnus-group-get-new-news):
2956 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2957
2958 2012-06-10 Dave Abrahams <dave@boostpro.com>
2959
2960 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2961 groups (bug#11641).
2962
2963 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2964
2965 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2966 (bug#11514).
2967
2968 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * nntp.el: Stop the `letf' madness.
2971 (nntp--report-1): New var.
2972 (nntp-report): Merge nntp-report-1 into it.
2973 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2974 the nntp-report function.
2975
2976 * auth-source.el: Fix comment-style to follow the convention.
2977
2978 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2979
2980 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2981 a string so that Gcc works (bug#11514).
2982
2983 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2986 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2987
2988 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2991 jumping to *Server* from a dedicated *Group* window.
2992 (gnus-configure-frame): CSE.
2993
2994 * gnus-registry.el: Minor style cleanup.
2995 (gnus-registry--set/remove-mark): New function, extracted from
2996 gnus-registry-install-shortcuts.
2997 (gnus-registry-install-shortcuts): Use it.
2998
2999 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3000
3001 * nnspool.el (news-path): Use eval-and-compile.
3002
3003 2012-05-24 Glenn Morris <rgm@gnu.org>
3004
3005 * nnspool.el (news-directory, news-path, news-inews-program):
3006 Move here from paths.el. Don't see a need for these to be autoloaded.
3007
3008 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3009 Merge in doc from paths.el version. Don't see any need for this to be
3010 autoloaded, or for the warning about users not setting it.
3011
3012 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3013
3014 Fix minor Y10k bug.
3015 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3016
3017 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3020 message once it's actually open.
3021
3022 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * auth-source.el (auth-source--aput-1, auth-source--aput)
3025 (auth-source--aget): New functions and macros.
3026 Use them instead of aput/aget.
3027
3028 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3029
3030 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3031
3032 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3033
3034 * plstore.el (plstore-called-interactively-p): New compat macro copied
3035 from message.el.
3036 (plstore-mode): Use it.
3037
3038 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3039
3040 * plstore.el: Revive the editing feature.
3041 (plstore-mode): New mode to edit plstore file.
3042 (plstore-mode-toggle-display, plstore-mode-original)
3043 (plstore-mode-decoded): New command.
3044 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3045 (plstore--insert-buffer, plstore--make): New function.
3046 (plstore-open, plstore-save): Simplify by using them.
3047
3048 2012-04-16 Glenn Morris <rgm@gnu.org>
3049
3050 * nndraft.el (nndraft-request-list): Fix declaration.
3051
3052 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3053
3054 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3055 don't have a current group.
3056
3057 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3058 have a group name.
3059
3060 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3061 a multibyte buffer (bug#7410).
3062 (article-wash-html): Parse the original article buffer to get the
3063 unencoded data (bug#7410).
3064
3065 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3066 .newsrc.el files.
3067
3068 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3069
3070 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3071 would have gotten if we posted to the group, and use that to compare
3072 against the message we want to cancel (bug#10808).
3073
3074 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3075
3076 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3077 "#" to avoid having them interpreted as comments.
3078
3079 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3080
3081 * shr.el (shr-insert): Update the text state properly to avoid
3082 inserting spurious paragraph starts.
3083
3084 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3085
3086 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3087 requested (bug#10961).
3088
3089 * shr.el (shr-table-widths): Divide the extra width more fairly over
3090 the TDs (bug#10973).
3091 (shr-render-td): Don't delete too much padding.
3092 (shr-natural-width): Compute the natural width more correctly.
3093 (shr-insert): Allow the natural width to be computed for tables again.
3094 (shr-tag-table-1): Rework how the natural widths are computed by
3095 rendering the table a third time.
3096 (shr-natural-width): Remove.
3097 (shr-buffer-width): New function.
3098 (shr-expand-newlines): Use it.
3099
3100 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3101 using a `gnus-use-full-window' setup (bug#11013).
3102
3103 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3104
3105 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3106 24.1 release.
3107
3108 2012-03-10 David Edmondson <dme@dme.org>
3109
3110 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3111 'Forwarded Message' header and the start of the message.
3112
3113 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3114
3115 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3116 isn't running (bug#10897).
3117
3118 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3119
3120 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3121
3122 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3123
3124 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3125
3126 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3127
3128 * mm-decode.el (mm-shr): Remove "soft hyphens".
3129
3130 * nnimap.el (nnimap-request-list): Return the group names encoded as
3131 utf8. Otherwise non-European group names don't work.
3132 (nnimap-request-newgroups): Ditto.
3133
3134 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3135 the default in `read-string' (bug#10757).
3136
3137 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3138 topics (bug#10843).
3139
3140 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3141 buffer. Suggested by Herbert Valerio Riedel.
3142 (nnimap-request-move-article): Delete the message from the correct IMAP
3143 server.
3144
3145 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3146
3147 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3148 Reported by Peter Münster.
3149
3150 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3151
3152 * shr.el (shr-image-fetched): Make sure we really kill the right
3153 buffer.
3154
3155 2012-02-16 Leo Liu <sdl.web@gmail.com>
3156
3157 * gnus-start.el (gnus-1): Avoid duplicate entries.
3158
3159 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3160
3161 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3162 too-wide lines.
3163
3164 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3165
3166 * shr.el (shr-rescale-image): Undo previous change; see
3167 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3168
3169 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3170
3171 * nnimap.el (nnimap-record-commands): New variable.
3172 (nnimap-log-command): Use it.
3173 (nnimap-make-process-buffer): Add a space to the process buffer.
3174 (nnimap-transform-headers): Don't bug out on header lines containing
3175 stuff that look like IMAP length encodings.
3176
3177 * shr.el (shr-rescale-image): Allow viewing large images.
3178
3179 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3180
3181 * nnml.el (nnml-request-compact-group): Delete the marks file after
3182 compaction (bug#10800).
3183
3184 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3185 group exit.
3186
3187 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3188 QRESYNC/FETCH output.
3189
3190 2012-02-11 Glenn Morris <rgm@gnu.org>
3191
3192 * sieve-manage.el (sieve-manage-default-stream):
3193 * shr.el (shr):
3194 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3195 (nnir-retrieve-headers-override-function)
3196 (nnir-imap-default-search-key, nnir-notmuch-program)
3197 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3198 (nnir-method-default-engines):
3199 * message.el (message-cite-reply-position):
3200 * gssapi.el (gssapi-program):
3201 * gravatar.el (gravatar):
3202 * gnus-sum.el (gnus-refer-thread-use-nnir):
3203 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3204 (gnus-registry-max-pruned-entries):
3205 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3206 * gnus-int.el (gnus-after-set-mark-hook)
3207 (gnus-before-update-mark-hook):
3208 * gnus-async.el (gnus-async-post-fetch-function):
3209 * auth-source.el (auth-source-cache-expiry):
3210 Add missing :version tags to new defcustoms and defgroups.
3211
3212 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3213
3214 * message.el (message-default-send-mail-function): Made into own
3215 function for reuse by emacsbug.el.
3216
3217 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3218
3219 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3220 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3221
3222 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3223
3224 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3225 running.
3226
3227 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3228
3229 * gnus.el (gnus-server-extend-method): Don't add an -address component
3230 if the method already has one (bug#9676).
3231
3232 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3233
3234 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3235 of an initial-input for consistency (bug#10757).
3236
3237 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3238
3239 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3240
3241 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3242
3243 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3244 lines that are narrower than the window width. Otherwise background
3245 "blocks" will look less readable.
3246
3247 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3248
3249 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3250
3251 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3252
3253 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3254 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3255 have newlines within the strings, and where the UID comes after the
3256 BODYSTRUCTURE element (bug#10537).
3257
3258 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3259 (bug#10732).
3260
3261 * shr.el (shr-insert-document): Add doc string.
3262 (shr-visit-file): Ditto.
3263 (shr-remove-trailing-whitespace): New function.
3264 (shr-insert-document): Use it to clean up trailing whitespace as the
3265 final step (bug#10714).
3266
3267 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3268
3269 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3270 buffer if `gnus-kill-summary-on-exit' is nil.
3271
3272 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3273
3274 * gnus-sum.el (gnus-summary-show-thread):
3275 next-single-char-property-change may return nil in XEmacs.
3276
3277 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3278
3279 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3280 when just reading a single group from "without" Gnus.
3281
3282 2012-02-06 Chong Yidong <cyd@gnu.org>
3283
3284 * gnus-sum.el (gnus-summary-show-thread):
3285 next-single-char-property-change never returns nil (Bug#8657).
3286
3287 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3288
3289 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3290 without reconnecting.
3291 (nnimap-possibly-change-group): Ditto.
3292 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3293 connection has died before being called.
3294
3295 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3296
3297 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3298 an initial sync unless we're really doing one.
3299
3300 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3301 address parameter if one already exists (bug#9676).
3302
3303 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3304 not the prefix, as documented (bug#10689).
3305
3306 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3307
3308 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3309 the "server".
3310
3311 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3312 the real error message with the useless "previously known to be down".
3313 Which isn't even correct.
3314
3315 * nntp.el (nntp-open-connection): Report the error message if the nntp
3316 server can't be reached.
3317
3318 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3319 groups we do a total scan for.
3320 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3321 doing that.
3322
3323 2012-01-31 Jim Meyering <jim@meyering.net>
3324
3325 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3326 Correct a comment (insert "not") and hide nominally-doubled "to".
3327
3328 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3329
3330 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3331 section in the manual.
3332
3333 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3334
3335 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3336 words.
3337 (rfc2047-encode-string): Ditto.
3338 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3339 understand folded filename="..." parameters, for instance.
3340
3341 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3342 the message for greater debuggability.
3343
3344 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3345
3346 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3347 instead of setting it locally, since the latter doesn't seem to have
3348 any effect (most of the time).
3349
3350 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3351
3352 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3353 function call.
3354
3355 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3356
3357 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3358 seconds, and make the repeat clause with HH:MM specs work as
3359 documented.
3360
3361 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3362
3363 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3364 so that previous errors don't prohibit getting new news.
3365
3366 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3367
3368 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3369
3370 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3371
3372 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3373 bound globally in old Emacsen and XEmacsen.
3374
3375 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3376
3377 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3378 buffer, not of the string which is its name.
3379
3380 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3381
3382 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3383 non-server-marks groups.
3384 (gnus-group-make-articles-read): Ditto.
3385
3386 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3387 methods (bug#9676).
3388
3389 * gnus.el (gnus-method-ephemeral-p): New function.
3390
3391 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3392
3393 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3394 left-to-right.
3395
3396 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3397
3398 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3399 warning.
3400
3401 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3402
3403 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3404 macroexpand the nnir things, since they haven't been defined yet, and
3405 nnir requires gnus-sum.
3406
3407 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3408
3409 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3410
3411 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3412
3413 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3414 logical server name in addition to the actual machine address.
3415
3416 * auth-source.el (auth-source-user-and-password): Add convenience
3417 wrapper to search by just host and optionally user.
3418
3419 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3420
3421 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3422 after rendering.
3423
3424 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3425
3426 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3427 (bug#9693).
3428 (gnus-summary-setup-buffer): Document return value (bug#9697).
3429
3430 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3431 since ido doesn't work on symbols (bug#9632).
3432
3433 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3434 when getting a single value as when getting all the values. This means
3435 that atoms like `gcc-self' work cumulatively, like variable settings,
3436 instead of getting the value from the last matching clause.
3437 (gnus-group-find-parameter): Protect against the group buffer not
3438 existing (bug#9585).
3439
3440 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3441
3442 * gnus-start.el (gnus-activate-group): Document more parameters
3443 (bug#9694).
3444
3445 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3446 (bug#9692).
3447
3448 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3449 article was fetched, so that it can be expired later (bug#9958).
3450 (gnus-agent-summary-fetch-series): Add doc string.
3451 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3452 (bug#9517).
3453
3454 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3455 retrieval is happening.
3456
3457 * gnus.el (gnus-parameters): Doc fix.
3458
3459 2012-01-06 Dave Abrahams <dave@boostpro.com>
3460
3461 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3462 show the thread after expansion.
3463
3464 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3465
3466 * gnus-art.el (article-narrow-to-head): If the head is completely
3467 empty, narrow to the empty region (bug#9764).
3468
3469 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3470 read, and then mark them as unread only when the unread mark is used.
3471 This makes `C-- T k' actually work, even though it's confusing.
3472
3473 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3474 alive before we try to find its window.
3475
3476 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3477
3478 * mm-decode.el (mm-display-external): Use a longer timeout for the
3479 deletion to allow slow programs to display the file.
3480
3481 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3482
3483 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3484 prompt to be less confusing.
3485
3486 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3487 argument to `message-reply'. This broke `special-display-*' frame
3488 pop-uping (bug#10238).
3489
3490 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3491
3492 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3493 systems, since these allegedly don't work there.
3494
3495 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3496
3497 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3498 live buffer.
3499
3500 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3501
3502 * nnir.el (nnir-retrieve-headers): Protect against the article not
3503 existing on the server (bug#10335).
3504
3505 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3506
3507 * gnus-agent.el (gnus-agent-load-local):
3508 Recompute gnus-agent-article-local on changing method.
3509
3510 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3511
3512 * gnus.el (gnus-parameters): Note precedence.
3513
3514 2012-01-04 Leo Liu <sdl.web@gmail.com>
3515
3516 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3517 in the group buffer.
3518
3519 2012-01-04 Julien Danjou <julien@danjou.info>
3520
3521 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3522 change.
3523
3524 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3525
3526 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3527 too.
3528
3529 * nntp.el (nntp-retrieve-group-data-early): Use it.
3530
3531 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3532
3533 * nntp.el (nntp-retrieval-in-progress): New variable.
3534 (nntp-make-process-buffer): Make it buffer-local.
3535
3536 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3537 2010.
3538 (gnus-demon-init): Use it to compute the time if time is on the form
3539 "04:23".
3540
3541 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3542
3543 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3544 status in the correct buffer.
3545
3546 2012-01-03 Leo Liu <sdl.web@gmail.com>
3547
3548 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3549 when opening topics (bug#10407).
3550
3551 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3552
3553 * mm-view.el (mm-display-inline-fontify): Add comment.
3554
3555 2011-12-15 Juri Linkov <juri@jurta.org>
3556
3557 * mm-decode.el (mm-inline-media-tests): Add missing
3558 `mm-handle-media-subtype'.
3559
3560 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3561
3562 * message.el (message-valid-fqdn-regexp): Update with newly approved
3563 top-level domain names ".tel" and ".asia".
3564
3565 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3566
3567 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3568 unconditionally.
3569
3570 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3571
3572 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3573 pop-to-buffer-same-window for old Emacsen.
3574
3575 2011-12-04 Chong Yidong <cyd@gnu.org>
3576
3577 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3578 change (Bug#10200).
3579
3580 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3581
3582 * compface.el (uncompface):
3583 * gnus-art.el (gnus-article-x-face-command): Update the header format
3584 of icon data for the most recent icontopbm program.
3585
3586 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3587
3588 * gnus-msg.el (gnus-inews-do-gcc):
3589 * message.el (message-send-mail):
3590 * mml.el (mml-generate-mime): Share the value of the buffer-local
3591 `message-options' variable between a draft buffer and temprary working
3592 buffers.
3593
3594 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3597
3598 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3599
3600 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3601 for Cygwin.
3602
3603 2011-11-24 Glenn Morris <rgm@gnu.org>
3604
3605 * starttls.el: Fix case of "GnuTLS".
3606
3607 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * gnus-group.el (gnus-group-highlight): Fix typo.
3610
3611 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3612
3613 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3614 value of `delete-file', that returns nil for a local file but returns t
3615 for a remote file using ssh.
3616
3617 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3618
3619 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3620 avoid later breakage.
3621
3622 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3623
3624 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3625 article buffers' name.
3626
3627 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3628
3629 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3630 by Paul Eggert's spellfixes two days ago.
3631
3632 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3633
3634 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3635 buffer-local instead of binding them to avoid warnings. Also demote
3636 errors (bug#10063).
3637 (font-lock-mode-hook): Shut up byte compiler.
3638
3639 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3640
3641 * mm-util.el (mm-charset-after): Fix typo.
3642
3643 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3644
3645 * gnus-sum.el (gnus-summary-make-menu-bar):
3646 * gnus-uu.el (gnus-uu-decode-postscript)
3647 (gnus-uu-decode-postscript-and-save):
3648 * mailcap.el (mailcap-print-command):
3649 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3650 Fix typos.
3651
3652 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3653
3654 * gnus-art.el (gnus-article-part-wrapper):
3655 * shr-color.el (shr-color-visible-distance-min)
3656 (shr-color-relative-to-absolute, set-minimum-interval)
3657 (shr-color-visible): Fix typos.
3658
3659 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3660
3661 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3662 slightly clearer.
3663
3664 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3665
3666 * message.el (message-send-and-exit): Document `arg'.
3667
3668 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3671
3672 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3673
3674 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3675 we don't use `bound-and-true-p'.
3676
3677 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3678
3679 * gnus-util.el (gnus-bound-and-true-p): Remove.
3680 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3681 * nnir.el: Use it.
3682 * nnmairix.el: Use it.
3683
3684 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3685
3686 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3687 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3688 for reasons unknown.
3689 * nnir.el: Use it.
3690 * nnmairix.el: Use it.
3691
3692 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3693 * nnir.el: Ditto.
3694 * nnmairix.el: Ditto.
3695
3696 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3697
3698 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * message.el (message-completion-function): Make sure
3701 message-tab-body-function is not attempted if one of
3702 message-completion-alist fails to find a completion (bug#9158).
3703
3704 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3705
3706 * mml.el (mml-quote-region): Quote <#secure> tag.
3707 (mml-generate-mime-1): Unquote <#secure> tag.
3708
3709 2011-10-20 Chong Yidong <cyd@gnu.org>
3710
3711 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3712 calling a minor mode from Lisp with nil arg enables it, so we have to
3713 make the wording a bit ambiguous here).
3714
3715 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3716
3717 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3718 * nnir.el (nnir-mode): Use it.
3719 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3720 Use it.
3721
3722 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3723 * nnmairix.el (gnus-registry-enabled): Ditto.
3724
3725 2011-10-17 Dave Abrahams <dave@boostpro.com>
3726
3727 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3728 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3729 only while we need to find out if it should be t or nil.
3730 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3731 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3732 the registry is installed. Set it to nil when it's unloaded.
3733 (gnus-registry-install-p): Provide user guidance for the initial value
3734 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3735 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3736 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3737 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3738 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3739 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3740 `gnus-registry-install'.
3741
3742 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3743
3744 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3745 previous change.
3746 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3747 primary key is marked as disabled.
3748
3749 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3750
3751 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3752 primary key is marked as disabled.
3753
3754 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3755
3756 * html2text.el (html2text-clean-anchor): Check for quotes around
3757 `href' value.
3758
3759 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3760
3761 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3762 searching. Drop `bbdb-cache'.
3763
3764 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3765
3766 * message.el (message-signed-or-encrypted-p): Exclude header when
3767 checking if there is signed or encrypted body in text/plain message.
3768
3769 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3770
3771 * html2text.el (html2text-get-attr): Correctly handle attribute values
3772 containing "=".
3773
3774 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3775
3776 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3777 handle bindings.
3778
3779 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3780
3781 * gnus-win.el (gnus-configure-windows): Protect against reading
3782 ephemeral groups outside of Gnus.
3783
3784 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3785
3786 * shr.el (shr-tag-img): Don't get images displayed in tables.
3787
3788 2011-10-03 Glenn Morris <rgm@gnu.org>
3789
3790 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3791 the "maintainer" version of debbugs.gnu.org reports.
3792
3793 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3794
3795 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3796 make asynchronous adjacent image insertion work better.
3797
3798 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3799
3800 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3801 Clarify documentation.
3802
3803 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3804
3805 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3806 `gnus-asynchronous' isn't shadowed.
3807
3808 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3809
3810 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3811 (nnimap-insert-partial-structure): The charset parameter isn't
3812 case-sensitive.
3813
3814 * nnheader.el (nnheader-message-maybe): New function.
3815
3816 * shr.el (shr-tag-table): Render totally broken tables better.
3817
3818 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3819 computing the boundary.
3820
3821 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3822
3823 * pop3.el (pop3-number-of-responses): Remove.
3824 (pop3-wait-for-messages): Rewrite to take linear time instead of
3825 exponential time.
3826
3827 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3828
3829 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3830 re-fetch images.
3831
3832 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3833 re-fetch images when hitting `g' in Gnus.
3834
3835 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3836
3837 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3838 (mml-compute-boundary): Don't check collision if it is non-nil.
3839 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3840 before checking collision.
3841
3842 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3843
3844 * message.el (message-indent-citation): Really make sure there's a
3845 newline at the end.
3846
3847 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3848 Fix suggested by John Wiegley.
3849
3850 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3851
3852 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3853
3854 * message.el (message-default-send-rename-function): Break out into its
3855 own function.
3856
3857 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3858 doesn't work under XEmacs.
3859
3860 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3861 of "imaps" to word around Windows problems.
3862 (nnimap-open-connection-1): Use it.
3863
3864 * message.el (message-indent-citation): Revert last change which made
3865 `F' not work.
3866
3867 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3868
3869 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3870 terminal as well.
3871
3872 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3873
3874 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3875 because it displays images using overlays that aren't easy to copy to
3876 the article buffer.
3877
3878 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3879
3880 * message.el (message-indent-citation): Fix empty line removal at the
3881 end of the citation.
3882
3883 2011-09-20 Julien Danjou <julien@danjou.info>
3884
3885 * auth-source.el (auth-source-netrc-create): Use default value for
3886 password if specified. Evaluate default.
3887 (auth-source-plstore-create): Ditto.
3888 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3889 value evaluation.
3890 (auth-source-netrc-create): Typo fix.
3891 (auth-source-plstore-create): Ditto.
3892
3893 * auth-source.el (auth-source-format-cache-entry): New function.
3894
3895 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3896
3897 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3898
3899 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3900
3901 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3902
3903 2011-09-19 Julien Danjou <julien@danjou.info>
3904
3905 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3906 which work with things that are not ASCII.
3907
3908 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3909
3910 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3911
3912 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3913
3914 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3915 message level.
3916
3917 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3918
3919 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3920
3921 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3922
3923 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3924
3925 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3928 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3929
3930 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3931
3932 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3933 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3934 articles.
3935
3936 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3939 (message-mail-other-window, message-mail-other-frame)
3940 (message-news-other-window, message-news-other-frame):
3941 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3942 instead of setting buffer display variables.
3943
3944 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3945
3946 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3947
3948 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3949
3950 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3951
3952 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3953 duplicates" to a higher level.
3954
3955 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3956 most egregious messages.
3957
3958 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3959
3960 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3961
3962 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3963
3964 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3965 up the file (bug#9351).
3966
3967 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3968
3969 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3970 it does with all other backends, but decode the names immediately after
3971 getting them.
3972
3973 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3974 decoding nnimap groups.
3975
3976 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3977 newsrc file. It doesn't seem like an important optimization any more.
3978
3979 2011-09-10 Dave Abrahams <dave@boostpro.com>
3980
3981 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3982 overflows.
3983
3984 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3985
3986 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3987 (gnus-interactive-exit): Extend to `quiet'.
3988
3989 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3990
3991 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3992 string.
3993
3994 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3995 renaming function arguments from `this'.
3996
3997 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3998
3999 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4000 has been renamed.
4001 (gnus-lrm-string-p): Include RLM and PDF, too.
4002
4003 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4004 (bug#9225).
4005
4006 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4007
4008 Add autoload cookies for functions used by sendmail.el.
4009 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4010
4011 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4012
4013 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4014
4015 * gnus-art.el (article-date-ut): Work properly even when there are
4016 things like Date header in the body; work for forwarded parts.
4017
4018 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4019
4020 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4021 original-article-buffer.
4022
4023 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4024
4025 * nnir.el (nnir-compose-result): Fix matching of server type.
4026 (nnir-run-swish++): Ditto.
4027 (nnir-run-namazu): Ditto.
4028 (nnir-run-notmuch): Ditto.
4029
4030 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4031
4032 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4033 (bug#9405).
4034
4035 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4036 (bug#9421).
4037
4038 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4039 (bug#9425).
4040
4041 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4042 thing (bug#9426).
4043
4044 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4045
4046 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4047 the error message.
4048
4049 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4050
4051 * message.el (message-setup-1): Return t (Bug#9392).
4052
4053 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4054
4055 * gnus-sum.el: When adding article headers to a summary buffer also
4056 update gnus-newsgroup-articles (bug#9386).
4057
4058 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4059
4060 * auth-source.el: Autoload help-mode.
4061
4062 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4063
4064 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4065 names.
4066
4067 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4068
4069 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4070 mm-replace-in-string for compatibility issues.
4071 * mml2015.el (mml2015-epg-verify): Ditto.
4072
4073 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4074
4075 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4076
4077 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4078
4079 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4080
4081 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4082 continue on and do the clean-up phase (bug#9188).
4083
4084 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4085 just ignore groups that can't be opened instead of erroring out
4086 (bug#9225).
4087
4088 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4089 nil since some many people are fuddy-duddies.
4090
4091 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4092 images.
4093
4094 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4095 instead.
4096
4097 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4098
4099 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4100
4101 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4102 processing.
4103
4104 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4105 buffer to avoid warnings.
4106
4107 2011-08-20 Simon Josefsson <simon@josefsson.org>
4108
4109 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4110 specified to reduce precision.
4111
4112 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4113
4114 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4115 bodystructures (bug#9314).
4116
4117 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4118
4119 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4120 Make button keymap non-sticky after buttons.
4121
4122 2011-08-18 David Engster <dengste@eml.cc>
4123
4124 * nnmairix.el (nnmairix-request-set-mark)
4125 (nnmairix-goto-original-article): Remove adding of article to registry,
4126 since `gnus-registry-add-group' isn't available anymore.
4127 (nnmairix-determine-original-group-from-registry):
4128 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4129 available anymore.
4130
4131 2011-08-12 Simon Josefsson <simon@josefsson.org>
4132
4133 * starttls.el (starttls-any-program-available): Define as obsolete
4134 function.
4135
4136 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4137
4138 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4139 versions which Gnus use when appropriate.
4140
4141 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4142 a pretty destructive command.
4143
4144 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4145
4146 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4147
4148 * message.el (message-fix-before-sending): Make a different warning
4149 about NUL characters (bug#9270).
4150
4151 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4152 from custom (bug#9260).
4153
4154 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4155 things work in Emacs 22 and XEmacs, too.
4156
4157 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4158 default From.
4159
4160 * gnus-spec.el (gnus-lrm-string-p): New macro.
4161 (gnus-lrm-string): New constant.
4162 (gnus-summary-line-format-spec): LRM-ify the from.
4163 (gnus-tilde-max-form): LRM-ify string chopping.
4164
4165 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4166
4167 * message.el (message-is-yours-p): Allow disabling canlock checking
4168 (bug#9295).
4169 (message-shoot-gnksa-feet): Add `canlock-verify'.
4170 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4171 message directory isn't writable (bug#9304).
4172
4173 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4174 non-world-readable.
4175
4176 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4177
4178 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4179 articles.
4180
4181 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4182
4183 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4184 copy-list.
4185
4186 2011-08-12 Sam Steingold <sds@gnu.org>
4187
4188 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4189 in the reverse order to avoid modifying the cache with `nreverse'.
4190 (gnus-all-score-files): Do not modify the value returned by
4191 `gnus-score-find-alist' because it lives in a cache variable.
4192 (gnus-current-home-score-file): No need to `nreverse' the return value
4193 of `gnus-score-find-alist', it is already in the correct order.
4194
4195 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4196
4197 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4198 type MESSAGE and subtype RFC822 is slightly different from those of
4199 type TEXT.
4200
4201 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4202
4203 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4204 This allows article-referral to work from an nnir group.
4205
4206 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4207
4208 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4209
4210 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4211
4212 * mml1991.el (mml1991-epg-find-usable-key)
4213 (mml1991-epg-find-usable-secret-key): New function.
4214 (mml1991-epg-sign): Check if signing key is usable.
4215 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4216
4217 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4218
4219 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4220 server-variables only. This should fix a bug introduced with commit
4221 e1889675b7f4adf057833c5513c9374134c4e053.
4222 (nnir-run-query): 'nnir-search-engine should not be set from the global
4223 environment.
4224
4225 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4226
4227 * nnir.el (nnir-search-thread): Position point on referring article
4228 line.
4229 (nnir-warp-to-article): Clean up summary buffers.
4230
4231 * nnimap.el (nnimap-request-thread): Whitespace fix.
4232
4233 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4234
4235 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4236
4237 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4238
4239 * starttls.el (starttls-available-p): Rename from
4240 `starttls-any-program-available' and changed return convention.
4241
4242 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4243
4244 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4245 `unix-sync' unless it's defined.
4246
4247 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4248
4249 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4250 `aref' for XEmacs compatibiltiy.
4251
4252 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4253
4254 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4255
4256 2011-07-31 Dave Abrahams <dave@boostpro.com>
4257
4258 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4259 closures, quote the form properly (bug#9194).
4260
4261 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4262
4263 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4264 (gnus-summary-insert-new-articles): Protect against servers that are
4265 down.
4266
4267 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4268
4269 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4270 in mm handle if none is specified.
4271
4272 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4273
4274 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4275
4276 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4277
4278 * nnir.el (nnir-search-thread): New function to make an nnir group
4279 based on a thread query.
4280
4281 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4282 of nnir in thread referral.
4283 (gnus-summary-refer-thread): Use it.
4284
4285 * nnimap.el (nnimap-request-thread): Use it.
4286
4287 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4288
4289 * shr.el (shr-tag-comment): Ignore HTML comments.
4290
4291 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4292
4293 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4294 argument.
4295 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4296 Use `nnir-address' to handle server info rather than passing an arg.
4297
4298 * nnimap.el (nnimap-make-thread-query): New utility function to format
4299 an imap thread search query.
4300 (nnimap-request-thread): Use it.
4301
4302 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4303 right select-method if we are not going back to the group buffer.
4304
4305 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4306
4307 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4308 enter invalid buffer configurations into the quit form (bug#9107).
4309 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4310 unplugged/plugged.
4311
4312 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4313 keep track of which ones are unread (bug#9061).
4314
4315 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4316 (bug#9055).
4317
4318 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4319 (bug#9041).
4320
4321 * gnus-html.el (mm-util): Require (bug#9073).
4322
4323 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4324 (gnus-summary-refer-thread): Use it to remove duplicates in the
4325 un-threaded view (bug#9053).
4326 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4327
4328 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4329
4330 * nnir.el (nnir-read-server-parm): Use default value from global
4331 variable. Without this the default search engine parameters aren't
4332 used at all.
4333
4334 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4335
4336 * message.el (message-unique-id): Don't use the undocumented return
4337 value from (random t) (bug#9118).
4338
4339 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4340
4341 * message.el (message-auto-save-directory): If the ~/Mail directory
4342 doesn't exist, use ~ as the auto-save directory (bug#4432).
4343
4344 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4345 hasn't already been started.
4346
4347 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4348
4349 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4350
4351 * message.el (message-reply): Work around mysterious bug where
4352 `message-mode' seems to overwrite the locally bound `subject' variable.
4353
4354 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4355
4356 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4357 correct group.
4358
4359 * gnus-int.el (gnus-request-thread): Add group argument.
4360
4361 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4362
4363 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4364
4365 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4366 renamed to `debbugs-gnu-*'.
4367
4368 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4369
4370 * plstore.el: Revert the editing feature since it is not urgent.
4371 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4372 (plstore-mode-decoded): Remove.
4373
4374 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4375
4376 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4377 isn't very interesting any more, and it leaks potentially secret data.
4378 (gnus-debug): Remove.
4379
4380 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4381 use of :custom-show.
4382
4383 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4384
4385 * plstore.el: Add documentation.
4386 (plstore-mode): New mode to edit plstore file.
4387 (plstore-mode-toggle-display, plstore-mode-original)
4388 (plstore-mode-decoded): New command.
4389 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4390 (plstore--insert-buffer, plstore--make): New function.
4391 (plstore-open, plstore-save): Simplify by using them.
4392
4393 2011-07-06 Glenn Morris <rgm@gnu.org>
4394
4395 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4396
4397 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4398
4399 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4400 no longer is much used.
4401 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4402 Articles".
4403
4404 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4405
4406 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4407 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4408 `notmuch' backend.
4409
4410 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4411
4412 * mm-decode.el (mm-text-html-renderer): Doc fix.
4413
4414 * gnus-msg.el (gnus-bug): Fix the MML tag.
4415
4416 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4417
4418 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4419
4420 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4421 secondary methods if started with `gnus-no-server'.
4422
4423 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * message.el (message-return-action): Fix typo in docstring.
4426
4427 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4428
4429 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4430 bug reports at once.
4431
4432 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4433
4434 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4435
4436 * nndraft.el: Require gnus-group.
4437 (nndraft-request-list): Declare.
4438
4439 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4440 no unread article unless it matches gnus-permanently-visible-groups.
4441
4442 * nndraft.el (nndraft-update-unread-articles): New function.
4443 (nndraft-request-associate-buffer): Use it to update the number of
4444 unread articles for the nndraft groups in the group buffer when saving
4445 or killing a draft message.
4446
4447 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4448
4449 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4450 systems to binary before writing and reading the mbox files.
4451
4452 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4453 instead of trying to list them all (bug#8978).
4454
4455 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4456
4457 * pop3.el (pop3-open-server): Use :end-of-capability.
4458
4459 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4460
4461 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4462 the id is always a number.
4463
4464 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4465 debbugs mode, if possible.
4466
4467 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4468
4469 * auth-source.el (auth-source-token-passphrase-callback-function):
4470 Reindent.
4471 (epg-context-operation): Remove unnecessary autoload.
4472
4473 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4474
4475 * gnus.el (gnus-list-debbugs): New command.
4476
4477 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4478 mboxstat instead of the maintbox, since the stat seems to be fuller.
4479
4480 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4481 summary buffers.
4482
4483 * message.el (message-get-reply-headers): Delete all duplicates,
4484 instead of the first.
4485 (message-get-reply-headers): Ensure that we have progress while
4486 deleting duplicates.
4487
4488 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4489 gnus-posting-style value from the summary buffer to make it easier to
4490 make that a per-buffer conf.
4491
4492 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4493
4494 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4495 found by setting `shortcut' in 'query.
4496 (nnir-request-article): Use `shortcut' setting when requesting article
4497 by Message-ID.
4498
4499 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4500
4501 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4502 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4503 Bring the pseudo-headers back too.
4504
4505 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4506
4507 * auth-source.el (auth-source-token-passphrase-callback-function):
4508 Simplify and remove EPA dependency.
4509
4510 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4511
4512 * nnir.el (nnir-request-article): Fix error message text.
4513
4514 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4515
4516 * auth-source.el (plstore-delete): Autoload.
4517 (auth-source-plstore-search): Support delete operation.
4518 * plstore.el (plstore-delete): New function.
4519
4520 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4521
4522 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4523 mark actually existing articles as unread rather than the ones that
4524 active asserts.
4525
4526 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4527
4528 * nntp.el (nntp-record-command):
4529 * gnus-util.el (gnus-message-with-timestamp-1):
4530 Use format-time-string rather than decoding time stamps by hand.
4531 This is simpler and insulates the code from potential changes to
4532 current-time format.
4533
4534 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4535
4536 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4537
4538 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4539
4540 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4541 (plstore-save): Support public key encryption.
4542 (plstore--init-from-buffer): New function.
4543 (plstore-open): Use it; fix error when opening a non-existent file.
4544 (plstore-revert): Use plstore--init-from-buffer.
4545
4546 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4547
4548 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4549
4550 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4551
4552 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4553 for old Emacsen.
4554
4555 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4556
4557 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4558 is not fully working.
4559
4560 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4561
4562 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4563 quit window configuration.
4564
4565 * auth-source.el (epg-context-set-passphrase-callback):
4566 Remove duplicate autoload.
4567
4568 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4569
4570 * nnir.el (nnir-request-article): Allow requesting articles by
4571 Message-ID with nnimap.
4572
4573 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4574 current server.
4575
4576 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4577
4578 * auth-source.el: Autoload EPA/EPG functions.
4579 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4580 changed when EPA/EPG is not available.
4581 (auth-source-backend): Rename "arg" member to "data".
4582 (auth-source-backend-parse, auth-source-plstore-search)
4583 (auth-source-plstore-create): Use it.
4584
4585 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4586
4587 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4588 `gnus-refer-article-methods'.
4589
4590 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4591
4592 * auth-source.el: Require EPA and EPG.
4593 (auth-source-passphrase-alist): New variable.
4594 (auth-source-passphrase-callback-function)
4595 (auth-source-token-passphrase-callback-function): Callbacks for the
4596 netrc field encryption (GPG tokens).
4597 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4598 Symmetric encryption and decryption of the netrc GPG tokens.
4599 (auth-source-netrc-normalize): Use them, simplifying the closure.
4600
4601 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4602
4603 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4604 non-nil, and `nnimap-split-methods' is nil, use the former.
4605
4606 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4607
4608 * plstore.el (plstore-revert): New function.
4609 (plstore-open): Use it; hide the buffer from user.
4610
4611 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4612
4613 * auth-source.el (auth-source-backend): New member "arg".
4614 (auth-source-backend-parse): Handle new backend 'plstore.
4615 * plstore.el: New file.
4616
4617 2011-06-30 Glenn Morris <rgm@gnu.org>
4618
4619 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4620
4621 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4622
4623 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4624
4625 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4626 expiring articles to.
4627
4628 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4629 variations as ASCII (bug#5458).
4630
4631 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4632
4633 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4634
4635 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4636
4637 * message.el (message-point-in-header-p): Tweak the function to default
4638 to saying that we're not in the headers if there is no separator at
4639 all. This makes it possible to use the Message version of `M-q' in
4640 buffers with no headers (bug#7987).
4641 (message-point-in-header-p): Fix last checkin to work with an empty
4642 mail-header-separator, too.
4643
4644 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4645 again, save the choice via customize.
4646
4647 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4648
4649 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4650
4651 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4652 ended the connection, bail out before waiting infinitely on a new
4653 connection.
4654
4655 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4656
4657 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4658 reports.
4659
4660 * gnus.el (gnus-bug-package): Use "gnus."
4661 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4662
4663 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4664
4665 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4666 animations going on at article exit time.
4667
4668 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4669 since removing it breaks people upgrading.
4670
4671 * shr.el (shr-put-image): Use the new interface for animating images.
4672 (shr-put-image): Animate for 60 seconds.
4673
4674 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4675 error with `find-file-hooks' on Emacs 22.
4676 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4677 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4678 on all architectures.
4679
4680 * spam.el (spam-stat): Require in a normal fashion without binding
4681 `spam-stat-install-hooks' to avoid compilation warnings.
4682
4683 * spam-stat.el (spam-stat-install-hooks): Remove.
4684 (spam-stat-install-hooks): Don't run automatically.
4685
4686 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4687
4688 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4689 and keystroke.
4690
4691 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4692
4693 * auth-source.el (auth-source-netrc-cache): Move forward.
4694
4695 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4696
4697 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4698 we already know.
4699 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4700 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4701
4702 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4703
4704 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4705 %S format, since that looks odd.
4706 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4707 file, especially when saving.
4708
4709 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4710
4711 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4712 article found.
4713
4714 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4715
4716 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4717 `auth-source-save-secrets' with a more sensitive alist that can be
4718 configured per file. Experimental, so defaults to 'never.
4719 (auth-source-netrc-create): Use it. Still experimental code.
4720 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4721 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4722
4723 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4724
4725 * auth-source.el (auth-source-save-secrets): New variable to control if
4726 secret tokens should be saved encrypted.
4727 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4728 to `auth-source-netrc-normalize'.
4729 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4730 on the EPA variables being defined.
4731 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4732 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4733 the lexical-let closure.
4734 (auth-source-netrc-create): Create "gpg:" tokens according to
4735 `auth-source-save-secrets'.
4736
4737 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4738
4739 * gnus-group.el (gnus-group-update-group): Add new argument
4740 `info-unchanged' that stops updating dribble buffer.
4741
4742 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4743 deletes lines matching to it in dribble buffer.
4744
4745 * gnus-agent.el (gnus-agent-fetch-group-1):
4746 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4747 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4748 * gnus-start.el (gnus-group-change-level):
4749 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4750
4751 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4752 if newsgroup info is not changed.
4753
4754 * gnus-group.el (gnus-group-get-new-news-this-group):
4755 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4756 Don't update dribble buffer.
4757
4758 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4759
4760 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4761 remove entries with groups we ignore.
4762
4763 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4764
4765 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4766 the underline comes at the bottom.
4767
4768 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4769
4770 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4771 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4772 (gnus-registry-article-marks-to-names): Rename from
4773 `gnus-registry-user-format-function-M2'.
4774
4775 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4776
4777 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4778 ephemeral group.
4779
4780 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4781
4782 * shr.el (shr-browse-image): Copy the URL if called interactively.
4783
4784 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4785
4786 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4787 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4788 done, then unselected articles may be marked as read.
4789
4790 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4791 since not doing this seems to lead to a race condition in pop3-logon.
4792
4793 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4794 so that the call chain it correct when we call "upwards".
4795
4796 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4797 in read-only groups.
4798
4799 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4800
4801 * message.el (message-cite-reply-position): Doc string fix.
4802
4803 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4804 avoid regexp overflow.
4805 (nnimap-transform-split-mail): Ditto.
4806
4807 * pop3.el (pop3-retr): Error out if the server closes the connection.
4808
4809 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4812 mm-with-unibyte-current-buffer. The buffer should not contain any
4813 multibyte chars anyway at this stage.
4814
4815 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4816
4817 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4818 at the end of lines.
4819
4820 2011-05-29 Julien Danjou <julien@danjou.info>
4821
4822 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4823
4824 2011-05-27 Glenn Morris <rgm@gnu.org>
4825
4826 * gnus-group.el (gnus-bug-group-download-format-alist):
4827 Use the "maintainer" version of debian reports as well.
4828
4829 2011-05-26 Glenn Morris <rgm@gnu.org>
4830
4831 * gnus-group.el (gnus-bug-group-download-format-alist):
4832 Use the "maintainer" version of debbugs.gnu.org reports.
4833
4834 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4835
4836 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4837
4838 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4839
4840 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4841 the thread moves us backwards and so we loop forever.
4842
4843 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4844
4845 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4846 whitespace in base64 data lines.
4847
4848 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4849
4850 * gnus-registry.el (gnus-registry-user-format-function-M):
4851 Use `mapconcat'.
4852 (gnus-registry-user-format-function-M2): Use to see the full text of
4853 the marks. Make "," the mark text separator.
4854
4855 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4856 authentication with auth-source.
4857
4858 2011-05-17 Glenn Morris <rgm@gnu.org>
4859
4860 * gnus-group.el (gnus-import-other-newsrc-file):
4861 Use insert-file-contents.
4862
4863 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4864
4865 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4866 1000 iterations.
4867
4868 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4869
4870 * nntp.el (nntp-open-connection): Check if process-type is available.
4871
4872 2011-05-16 Julien Danjou <julien@danjou.info>
4873
4874 * shr.el (shr-tag-del): Add support for del tag.
4875
4876 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4877
4878 * gnus-html.el (gnus-html-put-image): Register a displayer.
4879
4880 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4881
4882 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4883
4884 * registry.el (prune-factor): New initialization parameter defaulting
4885 to 0.1.
4886 (registry-prune-hard): Use it.
4887
4888 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4889 0.1 expicitly.
4890
4891 2011-05-13 Glenn Morris <rgm@gnu.org>
4892
4893 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4894 is bound, since this function requires sendmail.
4895
4896 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4897
4898 * registry.el (registry-usage-test): Disable pruning test.
4899
4900 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4901
4902 * registry.el (registry-prune-hard-candidates)
4903 (registry-prune-soft-candidates): Helper methods for registry pruning.
4904 (registry-prune): Use them. Make the sort function optional.
4905
4906 2011-05-10 Jim Meyering <meyering@redhat.com>
4907
4908 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4909
4910 2011-05-10 Julien Danjou <julien@danjou.info>
4911
4912 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4913 symbol and not a list.
4914
4915 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4916
4917 * gnus-art.el (gnus-article-mode): Move binding of
4918 shr-put-image-function here from gnus-article-prepare-display.
4919
4920 * shr.el (shr-put-image-function): New variable.
4921 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4922 (shr-put-image): Return scaled image.
4923
4924 * gnus-art.el (gnus-shr-put-image): New function.
4925 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4926
4927 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4928 original ones, as deletable.
4929
4930 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4931
4932 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4933
4934 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4935
4936 * registry.el (registry-full): Add convenience method. Fix logic.
4937 (registry-insert): Use it. Fix logic here too.
4938
4939 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4940 `registry-prune' if `registry-full' returns t.
4941 (gnus-registry-handle-action)
4942 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4943 (gnus-registry-usage-test): Use it.
4944
4945 2011-05-07 Julien Danjou <julien@danjou.info>
4946
4947 * shr.el (shr-link): Make shr-link inherit from link by default.
4948
4949 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4950
4951 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4952
4953 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4954
4955 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4956 error out because the face is not a list.
4957
4958 2011-05-05 Glenn Morris <rgm@gnu.org>
4959
4960 * gnus-start.el (gnus-propagate-marks): Declare.
4961
4962 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4963
4964 * registry.el (registry-reindex): Fix percentage message.
4965
4966 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4967
4968 * shr.el: Add shr-link face for links.
4969 (shr-urlify): Use it.
4970
4971 * registry.el (registry-insert): Make error message more helpful.
4972
4973 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4974
4975 * gnus-html.el (gnus-html-schedule-image-fetching):
4976 Use url-queue-retrieve, if it exists.
4977
4978 * shr.el (shr-tag-img): Ditto.
4979
4980 * gnus.el: Autoload more gnus-agent functions.
4981
4982 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4983 agent if we haven't already (bug#8502).
4984
4985 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4986 into the Agent, too.
4987
4988 * gnus-agent.el (gnus-agent-store-article): New function.
4989
4990 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4991 and moved from that file for reuse.
4992
4993 * pop3.el (pop3-open-server): Error messages are "-ERR".
4994
4995 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4996
4997 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4998 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4999
5000 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5003 buffer has moved to a different frame.
5004
5005 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5006
5007 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5008 to get the conversion from unibyte to multibyte buffers to work on
5009 Emacs 22.
5010
5011 * nntp.el (nntp-request-article): Slight clean-up.
5012
5013 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5014
5015 * shr.el (shr-strike-through): New face.
5016 (shr-tag-s): Use it to provide <s> support.
5017 (shr-tag-s): Remove duplicate definition.
5018
5019 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5020
5021 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5022 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5023
5024 2011-04-23 Glenn Morris <rgm@gnu.org>
5025
5026 * gnus-sum.el (gnus-extra-headers): Bump :version.
5027
5028 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5029
5030 * shr.el (shr-tag-sup): New function.
5031 (shr-tag-sub): Ditto.
5032
5033 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5034
5035 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5036 for the case where `gnus-registry-ignored-groups' is a list of lists,
5037 and don't call `gnus-parameter-registry-ignore' otherwise.
5038
5039 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5040
5041 * nnimap.el (nnimap-user): New backend variable.
5042 (nnimap-open-connection-1): Use it.
5043 (nnimap-credentials): Accept user parameter so it's explicit what user
5044 name is desired.
5045
5046 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5047 default.
5048
5049 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5050 not gnus-registry.el.
5051
5052 * gnus-registry.el: Mention in comments how to modify
5053 `gnus-extra-headers' for proper recipient tracking and that it may
5054 already have To and Cc recently, which it does as of this commit.
5055 (gnus-registry-ignored-groups): Remove defcustom.
5056 Explain why in comments.
5057 (gnus-registry-action): Fix data-header reference to use the extra
5058 headers. Explain in package commentary how to add To and Cc headers to
5059 the gnus-extra-headers.
5060 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5061 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5062 parameter list or a string list in `gnus-registry-ignored-groups'.
5063 Fix logic error.
5064
5065 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5066
5067 * shr.el (shr-expand-url): Protect against null urls.
5068
5069 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5070
5071 * shr.el (shr-base): New binding.
5072 (shr-tag-base): Keep track of <base>.
5073 (shr-expand-url): New function used throughout.
5074
5075 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5076
5077 * gnus-registry.el
5078 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5079 (gnus-registry-ignored-groups): New variable.
5080 (gnus-registry-ignore-group-p): Use it.
5081 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5082 set the destination group to nil (same as delete) if it's ignored.
5083
5084 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5085
5086 * gnus-registry.el (gnus-registry-action)
5087 (gnus-registry-fetch-header-fast):
5088 Don't use mail-header that looks an internal function of mailheader.el.
5089
5090 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5091
5092 * gnus-registry.el: Eliminate cl functions.
5093 (gnus-registry-sort-addresses): New function that replaces mapcan.
5094 (gnus-registry-action, gnus-registry-spool-action)
5095 (gnus-registry-split-fancy-with-parent)
5096 (gnus-registry-fetch-recipients-fast): Use it.
5097 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5098
5099 * registry.el (initialize-instance, registry-lookup)
5100 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5101 (registry-lookup-secondary-value, registry-search, registry-delete)
5102 (registry-insert, registry-reindex, registry-size, registry-prune):
5103 Use eval-and-compile.
5104
5105 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5106
5107 * registry.el (registry-reindex): New method to recreate the secondary
5108 registry indices.
5109
5110 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5111 tracked field changes.
5112 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5113 (gnus-registry-action, gnus-registry-spool-action)
5114 (gnus-registry-handle-action)
5115 (gnus-registry--split-fancy-with-parent-internal)
5116 (gnus-registry-split-fancy-with-parent)
5117 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5118 move, and delete actions, and for fancy splitting with parent.
5119 (gnus-registry-extract-addresses)
5120 (gnus-registry-fetch-recipients-fast)
5121 (gnus-registry-fetch-header-fast): Convenience functions.
5122 (gnus-registry-misc-test): ERT test of
5123 `gnus-registry-extract-addresses'.
5124
5125 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5126
5127 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5128 Track by subject first, then sender.
5129
5130 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5133
5134 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5135 Lisp.
5136
5137 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5138 (gnus-draft-send): Use it to avoid popping
5139 up frames from gnus-group-send-queue.
5140
5141 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5142
5143 * gnus-registry.el: Updated gnus-registry docs.
5144
5145 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5146
5147 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5148 Fix logic bug.
5149 (gnus-registry-post-process-groups): Fix logging of no results and
5150 quote sender and subject.
5151
5152 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5153
5154 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5155 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5156 we had no early-data returned.
5157 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5158 two async commands to the same server at the same time.
5159
5160 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5161
5162 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5163
5164 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5165
5166 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5167 "warning" level.
5168
5169 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5170 (mm-url-insert-file-contents): Don't set the package names.
5171
5172 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5173
5174 * gnus-registry.el (gnus-registry-action): Remove properties and
5175 simplify subject in `gnus-registry-handle-action'.
5176 (gnus-registry-spool-action): Get subject and sender from message if
5177 they are not passed in.
5178 (gnus-registry-handle-action): Remove properties and simplify subject
5179 consistently.
5180
5181 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * registry.el: Require CL before using defmacro*.
5184
5185 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5186
5187 * gnus-art.el (article-treat-date): Assume that
5188 gnus-article-date-headers may be a group parameter.
5189
5190 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5191
5192 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5193
5194 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5195 interactively so the newsrc file can contain foreign groups too.
5196 Useful for debugging but not much for users.
5197
5198 2011-04-07 David Engster <dengste@eml.cc>
5199
5200 * registry.el (registry-usage-test): Only do
5201 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5202 lexical binding.
5203
5204 2011-04-06 David Engster <dengste@eml.cc>
5205
5206 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5207 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5208
5209 2011-04-06 David Engster <dengste@eml.cc>
5210
5211 * registry.el (initialize-instance): Change :after to :AFTER to be
5212 compatible with old EIEIO version in XEmacs.
5213
5214 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5215
5216 * gnus-registry.el (gnus-registry-post-process-groups)
5217 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5218 and provide better messaging.
5219
5220 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5221
5222 * gnus-registry.el: Don't use ERT if it's not available. Load it
5223 unconditionally anyway, discarding errors.
5224 (gnus-registry-delete-entries): New convenience function.
5225 (gnus-registry-import-eld): Import from old .eld registry.
5226
5227 * registry.el: Don't use ERT if it's not available. Load it
5228 unconditionally anyway, discarding errors.
5229
5230 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5231 version from the Claudio Bley GnuTLS patch (extra optional parameters
5232 and host name).
5233
5234 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5235
5236 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5237 fixup the parameters that can be customized by the user between
5238 save/read cycles.
5239 (gnus-registry-read): Use it.
5240 (gnus-registry-make-db): Use it.
5241 (gnus-registry-spool-action, gnus-registry-handle-action):
5242 Fix messaging.
5243 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5244 Map references to actual group names with sender and subject tracking.
5245 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5246 (gnus-registry-usage-test): Add subject lookup test.
5247
5248 * registry.el (registry-db, initialize-instance): Set up constructor
5249 instead of :initform arguments for the sake of older Emacsen.
5250 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5251 pre-lexbind merge bug.
5252 (registry-usage-test): Use it.
5253 (initialize-instance, registry-db): Move the non-function initforms
5254 back to the class definition.
5255
5256 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5257
5258 * registry.el: New library to manage gnus-registry-style data.
5259
5260 * gnus-registry.el: Use it (major rewrite).
5261
5262 * nnregistry.el: Use it.
5263
5264 * spam.el: Use it.
5265
5266 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5267
5268 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5269 marks on non-selected articles.
5270
5271 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5272
5273 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5274
5275 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5276 parameter to open-protocol-stream.
5277
5278 2011-04-01 Julien Danjou <julien@danjou.info>
5279
5280 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5281 fundamental-mode.
5282
5283 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5284
5285 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5286 servers.
5287
5288 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5289
5290 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5291 made marks not propagate, again.
5292
5293 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5294
5295 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5296 Make this the default type.
5297 (proto-stream-open-plain): Rename from proto-stream-open-default.
5298 (open-protocol-stream, proto-stream-open-starttls)
5299 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5300 with `plain'.
5301
5302 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5303 value.
5304
5305 * nntp.el (nntp-open-connection-function): Document the fact that some
5306 values are not functions but are instead handled specially.
5307 Recognize nntp-open-plain-stream value.
5308 (nntp-open-connection): Recognize that value.
5309
5310 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5311
5312 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5313 stuff.
5314
5315 * gnus-score.el (gnus-score-string): Fix calling convention of
5316 `gnus-simplify-buffer-fuzzy' after last patches.
5317
5318 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5319 server for articles we didn't get any headers for. This is a sanity
5320 check.
5321
5322 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5323
5324 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5325 new CAPABILITY, use it.
5326
5327 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5328
5329 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5330 downloading anything.
5331
5332 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5333
5334 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5335
5336 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5337 colors.
5338 (gnus-splash-svg-color-symbols): New function.
5339
5340 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5341
5342 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5343 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5344 (gnus-simplify-subject-fuzzy): Use the local
5345 gnus-simplify-subject-fuzzy-regex instead of the global one.
5346 This makes using this variable in group parameters work.
5347
5348 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5349
5350 * gnus-registry.el (gnus-registry-unfollowed-groups):
5351 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5352 archive:sent-YYYY-MM-DD groups).
5353 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5354 tracking if there are more than `gnus-registry-max-track-groups'
5355 matches.
5356
5357 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * message.el (message--yank-original-internal): New function to do the
5360 insertion cleanly inside eval in `message-yank-original'.
5361 (message-yank-original): Use it.
5362
5363 2011-03-29 Julien Danjou <julien@danjou.info>
5364
5365 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5366 local variables disabled rather than `normal-mode'.
5367
5368 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5369
5370 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5371 with open-network-stream.
5372 (proto-stream-always-use-starttls): Option removed.
5373 (open-protocol-stream): Return a process object by default. Provide a
5374 new parameter :return-list specifying a list-type return value, which
5375 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5376 :type `network' to `try-starttls', and `network-only' to `default'.
5377 Make `default' the default, for compatibility with open-network-stream.
5378 Handle the no-parameter case exactly as open-network-stream, with no
5379 additional stream processing. Search plists using plist-get.
5380 Explicitly add :end-of-commend parameter if it is missing.
5381 (proto-stream-open-default): Rename from
5382 proto-stream-open-network-only. Return 'default as the type.
5383 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5384 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5385 failed. Always return a list with a (possibly dead) process as the
5386 first element, for compatibility with open-network-stream.
5387 (proto-stream-open-tls): Use plist-get. Always return a list.
5388 (proto-stream-open-shell): Return `default' as connection type.
5389 (proto-stream-capability-open): Use plist-get.
5390 (proto-stream-eoc): Function deleted.
5391
5392 * nnimap.el (nnimap-stream, nnimap-open-connection)
5393 (nnimap-open-connection-1): Handle renaming of :type parameter for
5394 open-protocol-stream.
5395 (nnimap-open-connection-1): Pass a :return-list parameter
5396 open-protocol-stream to obtain a list return value. Parse this list
5397 using plist-get.
5398
5399 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5400 for open-protocol-stream. Accept open-protocol-stream return value
5401 that is a subprocess object instead of a list. Handle the case of a
5402 dead returned process.
5403
5404 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5405
5406 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5407
5408 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5409
5410 2011-03-21 Julien Danjou <julien@danjou.info>
5411
5412 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5413 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5414 query.
5415 (mm-inline-text): Render normal text with fontification whenever
5416 possible.
5417
5418 * gnus-sum.el (gnus-summary-save-parts-1):
5419 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5420 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5421 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5422 Use `mm-handle-filename'.
5423
5424 * mm-util.el (mm-handle-filename): New function, return the filename of
5425 an handle.
5426
5427 2011-03-18 Julien Danjou <julien@danjou.info>
5428
5429 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5430 (gnus-buffer-live-p): Check that buffer is not nil.
5431
5432 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5433
5434 * gnus-art.el: Require mouse, which the build bot seems to say is
5435 needed.
5436
5437 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5438 XEmacs, since it doesn't have url-retrieve-synchronously.
5439
5440 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5441
5442 * gnus-group.el (gnus-group-list-ticked): New function.
5443 (gnus-group-make-menu-bar): Provide a menu entry for it.
5444 (gnus-group-list-map): Provide a binding for it.
5445
5446 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5447
5448 * shr.el (shr-visit-file): New command.
5449
5450 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5451
5452 2011-03-17 Bjørn Mork <bjorn@mork.no>
5453
5454 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5455 servers.
5456
5457 2011-03-16 Julien Danjou <julien@danjou.info>
5458
5459 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5460 inline.
5461
5462 * gnus-art.el (article-hide-list-identifiers):
5463 Use gnus-group-get-list-identifiers.
5464
5465 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5466 (gnus-summary-remove-list-identifiers):
5467 Use gnus-group-get-list-identifiers to get regexp.
5468 (gnus-select-newsgroup, gnus-summary-insert-subject)
5469 (gnus-summary-insert-articles):
5470 Call gnus-summary-remove-list-identifiers unconditionally.
5471
5472 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5473
5474 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5475 we're selecting a group with unread articles.
5476
5477 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5478
5479 * gssapi.el: New file separated out from imap.el to provide a general
5480 Kerberos 5 connection facility for Emacs.
5481
5482 * message.el (message-elide-ellipsis): Document the format spec
5483 ellipsis.
5484
5485 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5486
5487 * message.el (message-elide-region): Allow the ellipsis to say how many
5488 lines were removed.
5489
5490 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5491
5492 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5493 window configurations containing buffers that are now dead.
5494
5495 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5496 parsing to avoid integer overflows.
5497 (nnimap-parse-flags): Simplify the last change.
5498 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5499 too large for 32-bit Emacsen.
5500
5501 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * auth-source.el (auth-source-netrc-create):
5504 * message.el (message-yank-original): Fix use of `case'.
5505
5506 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5507
5508 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5509 XEmacs, which was one character too wide.
5510
5511 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5512
5513 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5514 default number of articles to display.
5515 (gnus-articles-to-read): Use pretty names for prompt.
5516
5517 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5518
5519 * gnus-int.el (gnus-open-server): Ditto.
5520
5521 * gnus-start.el (gnus-activate-group): Give a backtrace if
5522 debug-on-quit is set and the user hits `C-g'.
5523 (gnus-read-active-file): Ditto.
5524
5525 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5526
5527 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5528
5529 * message.el (message-yank-original): Use cond instead of CL case.
5530
5531 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * auth-source.el (auth-source-netrc-create): Use usual format for the
5534 default in prompts.
5535
5536 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5537
5538 * auth-source.el (auth-source-netrc-create): Show the default in the
5539 prompt when prompting for token creation.
5540
5541 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5542
5543 * auth-source.el (auth-source-format-prompt): Always convert the value
5544 to a string to avoid evaluating non-string arguments.
5545 (auth-source-netrc-create): Offer default properly, not as initial
5546 content in `read-string'.
5547 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5548 of line to determine if we've been run before. If so, don't run again,
5549 but print a trivial message to indicate the cache was hit instead.
5550
5551 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5552
5553 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5554 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5555 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5556 Gnus.
5557
5558 2011-03-11 Julien Danjou <julien@danjou.info>
5559
5560 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5561 modified file".
5562
5563 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5564
5565 * auth-source.el (auth-source-read-char-choice): New function to read a
5566 character choice using `dropdown-list', `read-char-choice', or
5567 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5568 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5569 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5570 (auth-source-netrc-saver): Use it.
5571 (auth-source-pick-first-password): New convenience function.
5572
5573 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5574
5575 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5576 parameter in the credentials.
5577 (nnimap-open-connection-1): Use it after a successful login.
5578 (nnimap-credentials): Add IMAP-specific user and password prompt.
5579
5580 * auth-source.el (auth-source-search): Add :require parameter, taking a
5581 list. Document it and the :save-function return token. Pass :require
5582 down. Change the CREATED message from a warning to a debug statement.
5583 (auth-source-search-backends): Pass :require down.
5584 (auth-source-netrc-search): Pass :require down.
5585 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5586 Change save prompt to indicate all modifications saved here are
5587 deletions.
5588 (auth-source-netrc-create): Take user login name as default in user
5589 prompt. Move all the save functionality to a lexically bound function
5590 under the :save-function token in the returned list. Set up clearer
5591 default prompts for user, host, port, and secret.
5592 (auth-source-netrc-saver): New function, intended to be wrapped for
5593 :save-function.
5594
5595 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5596
5597 * Version 23.3 released.
5598
5599 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5600
5601 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5602 lines to be spaces instead.
5603
5604 2011-03-07 Julien Danjou <julien@danjou.info>
5605
5606 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5607 (sieve-sasl-auth): Check that auth-source-search did return something,
5608 or just return an empty string.
5609
5610 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5611
5612 * gnus.el (gnus-interactive): Use read-directory-name.
5613
5614 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5615 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5616 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5617 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5618 Likewise.
5619
5620 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5621
5622 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5623
5624 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5625 onto the list of killed groups, too. This makes killed nnimap groups,
5626 for instance, more reliably not reappear.
5627
5628 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5629 the parent.
5630
5631 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5632
5633 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5634 really have server-side marks.
5635
5636 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5637 since most backends do not usefully have server-side marks.
5638 (gnus-update-read-articles): Propagate marks to all backends that
5639 really have server-side marks.
5640
5641 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5642
5643 * message.el (message-cite-reply-position, message-cite-style):
5644 New variables.
5645 (message-yank-original): Use the new citation styles.
5646
5647 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5648
5649 * message.el (message-options): Revert the change that's a workaround
5650 for XEmacs buffer-local issue; don't mark it buffer-local when running
5651 under XEmacs.
5652
5653 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5654
5655 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5656 numbers too big to be `read'.
5657
5658 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5659
5660 * message.el (message-options): Make buffer-local two ways to attempt
5661 to fix a XEmacs bug.
5662
5663 2011-03-02 Julien Danjou <julien@danjou.info>
5664
5665 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5666
5667 2011-03-01 Julien Danjou <julien@danjou.info>
5668
5669 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5670 group.
5671 (article-hide-list-identifiers): Use list-identifier group parameter.
5672
5673 2011-02-28 Julien Danjou <julien@danjou.info>
5674
5675 * sieve.el (sieve-buffer-script-name): New local variable to store
5676 sieve script name.
5677 (sieve-edit-script): Store sieve script name.
5678 (sieve-upload): Use sieve script name when uploading.
5679 (sieve-upload): Use substitute-command-keys.
5680 (sieve-edit-script): Use substitute-command-keys.
5681 (sieve-refresh-scriptlist): Use substitute-command-keys.
5682 (sieve-manage-mode-map): Define keymap properly.
5683 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5684 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5685 Remove commented code about cvs.
5686 (sieve-manage-quit): New function.
5687 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5688
5689 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5690
5691 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5692
5693 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5694
5695 * auth-source.el (auth-source-search): Cache empty result sets.
5696
5697 * auth-source.el (auth-source-save-behavior): New variable to replace
5698 `auth-source-never-create'.
5699 (auth-source-netrc-create): Use it.
5700 (auth-source-never-save): Remove.
5701
5702 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5703
5704 * nnimap.el (nnimap-stream): Doc fix.
5705 (nnimap-open-connection-1): Reverse the order of the ports to that the
5706 prompted-for port is first.
5707
5708 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5709 retrieval by the no-group selection.
5710
5711 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5712 numerical parameters.
5713
5714 2011-02-25 Julien Danjou <julien@danjou.info>
5715
5716 * gnus-gravatar.el: Use gnus-with-article-buffer.
5717
5718 * gnus-art.el (gnus-with-article-buffer): Check that the
5719 gnus-article-buffer is alive.
5720
5721 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5722
5723 * auth-source.el (auth-source-creation-prompts): New variable to manage
5724 creation-time prompts.
5725 (auth-source-search): Document it.
5726 (auth-source-format-prompt): Add utility function.
5727 (auth-source-netrc-create): Don't default the user name to
5728 user-login-name. Use `auth-source-creation-prompts' and some default
5729 prompts for user, host, port, and password (the default generic prompt
5730 remains ugly).
5731 (auth-source-never-save): Add customizable option to never save info.
5732 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5733 mode excursion.
5734
5735 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5736
5737 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5738 argument that XEmacs doesn't support.
5739
5740 2011-02-23 Julien Danjou <julien@danjou.info>
5741
5742 * gnus-art.el (article-make-date-line): Ignore errors if time is
5743 invalid and not convertible.
5744 (article-make-date-line): Only add lapsed time if time is not nil.
5745
5746 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5747
5748 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5749 `read-char-choice' for backwards compatibility.
5750 (auth-source-netrc-element-or-first): New function to DTRT for
5751 parameter extraction.
5752 (auth-source-netrc-create): Use it and fix multiple parameter print
5753 bug. Use the default passed from above (given-default) or the
5754 built-in (user-login-name for :user).
5755
5756 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5757
5758 * gnus-start.el (gnus-dribble-read-file):
5759 Set buffer-save-without-query, since we always want to save the dribble
5760 file, probably.
5761
5762 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5763 nnimap.
5764
5765 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5766 -summary- since it's a user-visible variable.
5767
5768 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5769 first time you use the new Gnus.
5770
5771 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5772
5773 * auth-source.el: Don't load netrc.el.
5774 (auth-sources): Search ~/.netrc as well by default.
5775 (auth-source-debug): Add 'trivia option for extra output.
5776 (auth-source-do-trivia): Use it.
5777 (auth-source-search): Simplify logic to use
5778 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5779 appropriate. Don't keep a running count at this level. Layer :create
5780 and :delete options appropriately on the first and second passes.
5781 Don't track the backend with the search results.
5782 (auth-source-search-backends): New function to search a list of
5783 backends for a processed spec.
5784 (auth-source-netrc-parse): Cache all netrc files, making
5785 auth-source-netrc-cache an alist keyed by the file name and using the
5786 file mtime as the caching criterion. Keep the obfuscated data secret
5787 with a lexical bind.
5788 (auth-source-netrc-search): Don't calculate the length of the results
5789 unnecessarily.
5790 (auth-source-search-backends): Fix bug.
5791 (auth-source-netrc-create): Rework prompts.
5792
5793 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5794
5795 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
5796 Lower case names of search constraints.
5797 (nnir-run-query): Cache and reuse search constraints for all imap
5798 servers.
5799
5800 2011-02-22 Sam Steingold <sds@gnu.org>
5801
5802 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5803
5804 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5805
5806 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5807 after exit.
5808 (gnus-setup-message): Define missing variable from last checkin.
5809
5810 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5811 value, show the raw article.
5812
5813 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5814
5815 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5816 auth-source now accepts numbers.
5817
5818 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5819 spec, too.
5820 (auth-source-ensure-strings): New function.
5821
5822 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5823 (gnus-article-setup-buffer): Always restart the date timer so that user
5824 changes to the frequency is respected.
5825
5826 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5827 port numbers, so make sure it gets that if nnimap-server-port is
5828 explicit.
5829
5830 2011-02-21 Simon Josefsson <simon@josefsson.org>
5831
5832 * nnimap.el (nnimap-inbox): Doc fix.
5833
5834 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5837 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5838 color-lab-to-srgb.
5839
5840 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5841
5842 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5843 given method as in the group name if we're using an extended method.
5844 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5845 command, if we're using that, instead of waiting for the beginning.
5846
5847 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5848 we're sure to get unique server names, and we don't output two async
5849 commands in the same buffer. This fixes an NNTP hang for some users.
5850
5851 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5852
5853 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5854 summary buffer before reading going to the next buffer. This avoids
5855 putting the point in the group buffer if you `C-g' the command.
5856
5857 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5858 cache (for now) to make ~/.authinfo.gpg files usable.
5859
5860 * nnfolder.el (copyright-update): Define for the compiler.
5861
5862 * auth-source.el (auth-source-search): Fix unbound variable.
5863
5864 2011-02-19 Glenn Morris <rgm@gnu.org>
5865
5866 * gnus.el (gnus-meta): Doc fix.
5867
5868 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5871 in case it's not yet loaded.
5872
5873 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5874
5875 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5876 line we're waiting for.
5877
5878 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5879
5880 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5881 face with line-width greater than zero will cause RET in gnus summary
5882 buffer to scroll down article page-wise because auto vscroll happens,
5883 it should be temporally disabled when doing a scroll-up.
5884
5885 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5886
5887 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5888 outputs from the server.
5889
5890 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5891
5892 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5893 later so that bbdb can hook in easier.
5894
5895 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5896
5897 * auth-source.el (auth-source-search): Don't try to create credentials
5898 if the caller doesn't want that.
5899 (auth-source-search): If we don't find a match, don't bug out on
5900 non-bound variables.
5901 (auth-source-search): Only ask a single backend to create the
5902 credentials.
5903
5904 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5905 logging.
5906 (nnimap-credentials): Protect against auth-source-search returning nil.
5907 (nnimap-request-list): Protect against not being able to open the
5908 server.
5909
5910 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5911
5912 * auth-source.el (auth-source-search): Do a two-phase search, one with
5913 no :create to get the responses from all backends.
5914
5915 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5916 when getting credentials.
5917
5918 * gnus-util.el (gnus-delete-duplicates): New function.
5919
5920 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5921
5922 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5923 a creation default, pass the whole port list down. It will be
5924 completed.
5925
5926 * auth-source.el (auth-source-search): Update docs to talk about
5927 multiple creation choices.
5928 (auth-source-netrc-create): Accept a list as a value (from the search
5929 parameters) and do completion on that list. Keep a separate netrc line
5930 with the password obscured for showing the user.
5931
5932 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5933 first choice to `auth-source-search' so it will be used for entry
5934 creation instead of the server's Gnus-specific name.
5935 (nnimap-credentials): Rely on the auth-source library to select which
5936 port is actually wanted in the new netrc entry, so don't override
5937 `auth-source-creation-defaults'.
5938
5939 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5940 :protocol and accept a missing user, host, or port as a wildcard match.
5941 (auth-source-debug): Default to off.
5942
5943 (auth-source-netrc-search, auth-source-netrc-create)
5944 (auth-source-secrets-search, auth-source-secrets-create)
5945 (auth-source-user-or-password, auth-source-backend, auth-sources)
5946 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5947 instead of :protocol.
5948
5949 * nnimap.el (nnimap-credentials): Pass a port default to
5950 `auth-source-search' in case an entry needs to be created.
5951 (nnimap-open-connection-1): Use :port instead of :protocol.
5952
5953 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5954
5955 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5956 instead of delete-dups that is not available in XEmacs 21.4.
5957
5958 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5959
5960 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5961 nil means that nnimap doesn't get updated.
5962
5963 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5964
5965 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5966 result when the user doesn't want to write to the file.
5967 (auth-source-netrc-search): Expect a synthetic result and proceed
5968 accordingly.
5969 (auth-source-cache-expiry): New variable to override
5970 `password-cache-expiry'.
5971 (auth-source-remember): Use it.
5972
5973 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5974 parameter. Create entry if necessary by using :create t.
5975 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5976
5977 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5978
5979 * auth-source.el (auth-source-debug): Enable by default and don't
5980 mention the obsolete `auth-source-hide-passwords'.
5981 (auth-source-do-warn): New function to debug unconditionally.
5982 (auth-source-do-debug): Use it.
5983 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5984 and for Secrets API entries when the secrets.el library is not
5985 available.
5986
5987 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5988
5989 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5990 (gnus-summary-exit): Kill the correct article buffer on exit from a
5991 `C-d' group.
5992
5993 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5994 gnus-propagate-marks.
5995
5996 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5997 before killing the buffers so that a non-full window conf gets handled
5998 correctly.
5999 (gnus-summary-exit): Ditto.
6000 (gnus-summary-read-group-1): Ditto.
6001
6002 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6003 async code again so that we can debug it properly.
6004
6005 * message.el (message-reply): Take an optional switch-buffer parameter
6006 so that Gnus window confs are respected better.
6007
6008 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6009
6010 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6011 `plist-get' to accept non-list parameters (XEmacs issue).
6012 Fix docstring.
6013 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6014 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6015 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6016 Login collection is "Login" and not "login".
6017
6018 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6019
6020 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6021 multiple headers.
6022
6023 * nnimap.el (nnimap-inhibit-logging): New variable.
6024 (nnimap-log-command): Don't log login commands.
6025
6026 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6027 to have more parameters.
6028
6029 * nnimap.el (nnimap-send-command): Mark the command time for each
6030 command, so that we don't get NOOPs stepping on our toes.
6031
6032 * gnus-art.el (article-date-ut): Get the date from the Date header on
6033 `t'.
6034
6035 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6036
6037 * auth-source.el (auth-source-search): Use copy-sequence instead of
6038 the cl.el copy-list.
6039
6040 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6041
6042 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6043 Improve prompt.
6044
6045 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6046
6047 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6048 washing status from the default format. It isn't very informative.
6049
6050 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6051
6052 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6053 Fix Gcc processing on imap.
6054
6055 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * message.el (message-bury): Don't pop up a new window when selected
6058 window is dedicated.
6059
6060 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6061
6062 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6063
6064 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6065
6066 * sieve-manage.el: Autoload `auth-source-search'.
6067 (sieve-sasl-auth): Use it.
6068
6069 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6070
6071 * nnimap.el: Autoload `auth-source-forget+'.
6072 (nnimap-open-connection-1): Use it if the connection fails.
6073
6074 * auth-source.el: Require `password-cache'.
6075 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6076 obsolete.
6077 (auth-source-magic): Marker for `password-cache' keys.
6078 (auth-source-do-cache): Update docstring.
6079 (auth-source-search): Use and check cache.
6080 (auth-source-forget-all-cached, auth-source-remember)
6081 (auth-source-recall, auth-source-forget, auth-source-forget+)
6082 (auth-source-specmatchp): Caching support functions.
6083 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6084 Remove and obsolete.
6085 (auth-source-user-or-password): Remove caching to further discourage
6086 using it. Always hide passwords.
6087
6088 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6089
6090 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6091 code for now, since it doesn't work for all users.
6092
6093 2011-02-09 Julien Danjou <julien@danjou.info>
6094
6095 * message.el (message-options): Make message-options really buffer
6096 local.
6097
6098 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6099
6100 * mail-source.el: Autoload `auth-source-search'.
6101 (mail-source-keyword-map): Note order matters.
6102 (mail-source-set-1): Get all the mail-source source values and
6103 defaults and search auth-source on those if needed. This can all
6104 probably be simplified.
6105
6106 * nnimap.el: Autoload `auth-source-search'.
6107 (nnimap-credentials): Use it.
6108 (nnimap-open-connection-1): Ask for the virtual server and physical
6109 address in one shot.
6110
6111 * nntp.el: Autoload `auth-source-search'.
6112 (nntp-send-authinfo): Use it. Note TODO.
6113
6114 2011-02-08 Julien Danjou <julien@danjou.info>
6115
6116 * shr.el (shr-tag-body): Add support for text attribute in body
6117 markups.
6118
6119 * message.el (message-options): Make message-options a local variable.
6120
6121 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6122
6123 * auth-source.el (auth-source-secrets-search)
6124 (auth-source-user-or-password): Use `append' instead of `nconc'.
6125 (auth-source-user-or-password): Build return list better and protect
6126 against nil :secret.
6127
6128 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6129
6130 * nnimap.el (nnimap-update-info): Refactor slightly.
6131 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6132 (nnimap-update-info): Clean up slightly.
6133 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6134 characters.
6135 (nnimap-process-quirk): Rename function to avoid collision.
6136 (nnimap-update-info): Fix macrology bug-out.
6137 (nnimap-update-info): Simplify split history test.
6138
6139 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6140
6141 * auth-source.el (top): Require 'eieio unconditionally.
6142 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6143 (auth-source-secrets-search): Limit search when `max' is greater than
6144 number of results.
6145
6146 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6147
6148 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6149 part not returning any data.
6150
6151 * proto-stream.el (open-protocol-stream): Document the return value.
6152
6153 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6154
6155 * auth-source.el (auth-source-secrets-search): Add examples.
6156
6157 2011-02-06 Julien Danjou <julien@danjou.info>
6158
6159 * message.el (message-setup-1): Handle message-generate-headers-first
6160 set to t.
6161
6162 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6163
6164 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6165 API with a string "secrets:collection-name" and with 'default.
6166 (auth-source-backend-parse): Parse "secrets:collection-name" and
6167 'default. Recurse on parses instead of repeating code. Use the
6168 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6169 message when ignoring a source.
6170 (auth-source-search): List ignored search keys at the top level.
6171 (auth-source-netrc-create): Use `case' instead of `cond'.
6172 (auth-source-secrets-search): Created with TODOs.
6173 (auth-source-secrets-create): Created with TODOs.
6174 (auth-source-retrieve, auth-source-create, auth-source-delete)
6175 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6176 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6177 (auth-source-user-or-password-sftp)
6178 (auth-source-user-or-password-smtp): Remove.
6179 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6180 around `auth-source-search'. Not tested thoroughly.
6181
6182 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6183
6184 * auth-source.el: Bring in assoc and eioeio libraries.
6185 (secrets-enabled): New variable to track the status of the Secrets API.
6186 (auth-source-backend): New EIOEIO class to represent a backend.
6187 (auth-source-creation-defaults): New variable to set prompt defaults
6188 during token creation (see the `auth-source-search' docstring for
6189 details).
6190 (auth-sources): Simplify to allow a simple string as a netrc backend
6191 spec.
6192 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6193 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6194 (auth-source-search): Main auth-source API entry point.
6195 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6196 (auth-source-search-collection): Helper function for searching.
6197 (auth-source-netrc-parse, auth-source-netrc-normalize)
6198 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6199 Supports search, create, and delete.
6200 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6201 backend stubs.
6202 (auth-source-user-or-password): Call `auth-source-search' but it's not
6203 ready yet.
6204
6205 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6206
6207 * message.el (message-setup-1): Remove the read-only stuff, since it
6208 doesn't work under XEmacs, for some reason.
6209
6210 * gnus-sum.el (gnus-user-date): Rename back from
6211 gnus-summary-user-date since user code refers to it.
6212
6213 * shr.el (shr-render-td): Store the actual background color used.
6214
6215 * message.el (message-setup-1): Don't bind the constant
6216 -forbidden-properties.
6217 (message-setup-1): Revert previous change, since it needs to bind the
6218 props to insert them.
6219 (message-resend): Allow removing the read-only separator line.
6220
6221 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6222
6223 * nnimap.el (nnimap-request-accept-article): Give an error message if
6224 the APPEND wasn't successful.
6225
6226 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6227
6228 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6229 that have no groups.
6230
6231 2011-02-03 Julien Danjou <julien@danjou.info>
6232
6233 * gnus-draft.el: Remove progn around gnus-draft-setup.
6234
6235 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6236
6237 * gnus-start.el (gnus-read-active-for-groups): This function is never
6238 called with a nil `infos', so clean that up.
6239 (gnus-get-unread-articles): Request active files from primary/secondary
6240 methods that have no groups (yet).
6241
6242 2011-02-03 Julien Danjou <julien@danjou.info>
6243
6244 * message.el (message-setup-1): Always generate References first.
6245 (message-mail): Return the return value of message-setup, not always t.
6246 (message-setup-1): Insert mail-header-separator with read-only and
6247 intangible properties set.
6248
6249 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6250 user-date in docstring.
6251
6252 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6253
6254 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6255 docstring.
6256
6257 * gnus.el (gnus-user-date-format-alist): Change default value.
6258 Use defcustom, with type and group. Move from gnus-util.el.
6259 Rename to gnus-summary-user-date-format-alist.
6260
6261 2011-02-03 Glenn Morris <rgm@gnu.org>
6262
6263 * nnimap.el (gnus-fetch-headers): Declare.
6264
6265 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6266
6267 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6268
6269 * message.el (message-forward-make-body-digest-plain)
6270 (message-followup, message-reply): Clean up things noted by Stefan.
6271
6272 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6273 gnus-article-update-date-headers is nil.
6274 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6275 it didn't really work with defcustom.
6276 (article-update-date-lapsed): Make sure the window start doesn't move,
6277 either.
6278
6279 2011-02-01 Julien Danjou <julien@danjou.info>
6280
6281 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6282 format.
6283
6284 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6285 standard in Emacs nowadays.
6286
6287 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 * message.el (message-expand-name): Don't trust the return value of
6290 bbdb-complete-name.
6291 (message-check-news-header-syntax): Remove unused var `start'.
6292 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6293 (message-inhibit-body-encoding): Move to before first use.
6294 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6295 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6296 (Organization, Message-ID, Date, mh-previous-window-config):
6297 Defvar the vars using dynamic scoping.
6298
6299 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6300
6301 * shr.el (shr-render-td): Only do colors at the final rendering.
6302 Should be slightly faster.
6303 (shr-insert-table): Fix up TD background colors when doing the
6304 vertical padding.
6305
6306 * gnus-art.el (article-date-ut): Protect against articles with no Date
6307 header.
6308 (article-update-date-lapsed): Don't use current-column to find the
6309 horizontal position. It's fragile in the presence of \003 characters.
6310
6311 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6312
6313 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6314
6315 * gnus-art.el (article-transform-date): Rewrite to still work when
6316 there are several rfc2822 parts.
6317 (article-transform-date): Fix infinite recursion.
6318 (article-date-ut): Replace infinitely many Date headers with a single
6319 one when called interactively.
6320
6321 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6322 secure manner.
6323
6324 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6325 move around by not using save-window-excursion. It seems to work...
6326
6327 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6328
6329 * gnus-art.el (article-make-date-line): Work for user-defined format.
6330
6331 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6332
6333 * nntp.el (nntp-retrieve-group-data-early)
6334 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6335 fetching functions.
6336
6337 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6338 thoroughly for all backends that have no known groups. This should
6339 allow new nnml methods to retrieve mail.
6340
6341 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6342 that Gnus doesn't know exists again.
6343
6344 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6345 (gnus-treat-date-ut): Ditto.
6346 (gnus-article-update-date-header): Rename.
6347 (gnus-treat-date-local): Remove.
6348 (gnus-treat-date-english): Remove.
6349 (gnus-treat-date-lapsed): Remove.
6350 (gnus-treat-date-combined-lapsed): Remove.
6351 (gnus-treat-date-original): Remove.
6352 (gnus-treat-date-iso8601): Remove.
6353 (gnus-treat-date-user-defined): Remove.
6354 (gnus-article-date-headers): New variable to control all the date
6355 header options.
6356 (article-date-ut): Rewrite to allow using the new way to format date
6357 headers(s).
6358
6359 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6360
6361 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6362 method.
6363 (nnmail-article-group): A better test for fanciness.
6364
6365 * nnimap.el (nnimap-request-head): Protect against not finding the
6366 article by Message-ID.
6367
6368 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6369
6370 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6371 keep point at the "same place".
6372
6373 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6374
6375 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6376 data if the group is inactive.
6377
6378 2011-01-28 Julien Danjou <julien@danjou.info>
6379
6380 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6381 (gnus-all-windows-visible-p): Remove old compatibility code.
6382 (gnus-window-top-edge): Add docstring.
6383
6384 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6385
6386 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6387
6388 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6389 older request-update-info.
6390
6391 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6392
6393 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6394
6395 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6396 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6397
6398 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6399
6400 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6401 groups. This makes the nndraft:queue group pop up if it's not already
6402 there.
6403
6404 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6405 messages" logic, which was reversed.
6406
6407 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6408 the "same place" even if point is on the line being replaced.
6409 (article-update-date-lapsed): Allow updating both the combined lapsed
6410 and the lapsed headers.
6411 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6412 (article-make-date-line): Limit the number of segments dynamically to
6413 avoid too-long lines.
6414
6415 2011-01-27 Julien Danjou <julien@danjou.info>
6416
6417 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6418 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6419
6420 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6421
6422 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6423 Use plist-get instead of the cl function getf.
6424
6425 2011-01-27 Glenn Morris <rgm@gnu.org>
6426
6427 * gnus-util.el (float-time): Get rid of compiler warning, again.
6428
6429 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6430
6431 * shr.el (shr-put-color): Special-case background colors: Do put them
6432 at the blank parts at the front of the lines.
6433
6434 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6435 exit hook to nix out all data on readedness on group exit.
6436
6437 * gnus-util.el (float-time): If float-time is bound, always use it on
6438 all Emacsen. It's unclear why the subrp check was there.
6439 (time-date): Require to make some autoload issues on XEmacs go away.
6440
6441 * shr.el (shr-put-color): Don't do the box padding in tables, since
6442 they're already padded.
6443
6444 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6445
6446 * gnus-art.el (gnus-article-next-page): When the last line of the
6447 article is displayed, scroll down once more instead of going to the
6448 next article at once.
6449 (article-lapsed-string): Refactor out and allow specifying how many
6450 segments you want.
6451 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6452 (gnus-article-update-lapsed-header): New variable.
6453
6454 * shr.el: Revert change that made headings use different-sized faces.
6455 The Emacs display engine isn't advanced enough that, for instance,
6456 tables can comfortably use differently-sized faces.
6457
6458 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6459
6460 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6461 used.
6462 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6463 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6464 we're using an encrypted connection.
6465
6466 * proto-stream.el: Alter the interface functions to also return the
6467 actual stream type used: network or TLS.
6468
6469 2011-01-25 Julien Danjou <julien@danjou.info>
6470
6471 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6472 (mm-display-javascript-inline): New function.
6473
6474 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6475 viewing function.
6476
6477 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6478
6479 * shr.el (shr-expand-newlines): Fix variable name.
6480
6481 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6482
6483 * shr.el (shr-expand-newlines): Make nested boxes work.
6484
6485 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6486
6487 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6488 backgrounds.
6489 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6490 in a more sensible manner.
6491
6492 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6493
6494 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6495 if EPG is loaded.
6496
6497 2011-01-24 Julien Danjou <julien@danjou.info>
6498
6499 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6500 tags.
6501
6502 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6503
6504 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6505 commands.
6506
6507 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6508 in the article buffer.
6509 (gnus-gravatar-insert): Use blank space from the current buffer to
6510 avoid breaking text properties. This makes X-Sent updating work again.
6511
6512 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6513
6514 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6515
6516 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6517 fix the bug in url-http.el instead.
6518
6519 * shr.el (shr-image-fetched): Ditto.
6520
6521 * shr.el (shr-image-fetched): Avoid having point move in the article
6522 buffer.
6523
6524 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6525 buffer after being called. It's apparently being killed by url.el, and
6526 killing it made point move to end-of-buffer in a random buffer.
6527
6528 * shr.el (shr-image-fetched): Ditto.
6529
6530 2011-01-23 Julien Danjou <julien@danjou.info>
6531
6532 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6533
6534 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6535 text/x-org.
6536
6537 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6538
6539 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6540 (i.e., nnimap) returning nil as the article number.
6541
6542 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6543
6544 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6545 "DelSp" parameter in RFC3676.
6546
6547 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6548
6549 * message.el (message-check-recipients): Display the encoded version of
6550 the bogus address if they differ.
6551
6552 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6553 after sending.
6554
6555 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6556
6557 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6558
6559 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6560 group buffer after sending the queue.
6561
6562 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6563
6564 2011-01-22 Julien Danjou <julien@danjou.info>
6565
6566 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6567
6568 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6569
6570 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6571 nested related parts.
6572
6573 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6574 unexpired articles. This fixes the regression that led expiry marks to
6575 disappear from nnfolder groups.
6576
6577 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6580 Don't confuse the "ret" of "retrograde" with RET.
6581
6582 2011-01-21 Julien Danjou <julien@danjou.info>
6583
6584 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6585 than mm-insert-inline.
6586
6587 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6588
6589 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6590 Widen article buffer.
6591
6592 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6595 the temp buffer.
6596 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6597
6598 2011-01-20 Julien Danjou <julien@danjou.info>
6599
6600 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6601
6602 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6603 than mm-insert-inline to insert inline part: this respect
6604 mm-inline-media-tests displayers.
6605
6606 * mm-view.el (mm-display-shell-script-inline): New function.
6607
6608 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6609
6610 * mm-uu.el (mm-uu-type-alist): Add org block.
6611 (mm-uu-org-src-code-block-extract): New function.
6612
6613 * mm-view.el (mm-display-org-inline): New function.
6614
6615 * mm-decode.el (mm-automatic-display): Add text/org.
6616
6617 * mailcap.el (mailcap-mime-extensions): Add .org.
6618
6619 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6620
6621 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6622 gnus-article-add-buttons.
6623
6624 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6625
6626 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6627 From header with a date and "nobody" as the sender.
6628
6629 2011-01-19 Julien Danjou <julien@danjou.info>
6630
6631 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6632 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6633 if you have the same regexp several times.
6634 (gnus-button-push): Fix matching when regexp is symbol.
6635
6636 2011-01-15 Glenn Morris <rgm@gnu.org>
6637
6638 * message.el (message-mail): A compose-mail function should
6639 accept headers as strings.
6640
6641 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6642
6643 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6644 Add :vert-only tags.
6645 (message-mail): New arg RETURN-ACTION.
6646 (message-return-action): New var.
6647 (message-bury): Use it.
6648 (message-mode): Make it buffer-local.
6649 (message-send-and-exit): Always call message-bury.
6650
6651 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6652 message-mail.
6653
6654 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6655
6656 * nnimap.el (nnimap-convert-partial-article): Protect against
6657 zero-length body parts.
6658
6659 * mm-decode.el (mm-preferred-alternative-precedence):
6660 Discourage showing empty parts.
6661
6662 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6663 and stuff if the backend didn't return the article number. This fixes
6664 an Exchange-related nnimap bug.
6665
6666 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6667 group window, because it does the wrong thing when a separate frame
6668 displays the group buffer.
6669
6670 * proto-stream.el (open-protocol-stream): Protect against the low-level
6671 transport functions returning nil.
6672
6673 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6674
6675 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6676 (mml2015-epg-find-usable-secret-key): New function.
6677 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6678 mml2015-epg-find-usable-key (Bug#7797).
6679 (mml2015-epg-encrypt): Ditto.
6680
6681 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6682
6683 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6684
6685 2011-01-03 Glenn Morris <rgm@gnu.org>
6686
6687 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6688
6689 * sieve.el (sieve-open-server): Give a more explicit error if
6690 sieve-manage-open returns nil. (Bug#7720)
6691
6692 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6693
6694 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6695
6696 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6697
6698 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6699 This avoids sending passwords in plain text over non-encrypted
6700 channels.
6701
6702 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6703
6704 * nnimap.el (nnimap-login): Refactored out into own function, and
6705 implement CRAM-MD5.
6706 (nnimap-wait-for-line): Refactored out.
6707
6708 * mm-view.el (mml-smime): Require.
6709
6710 2010-12-20 David Engster <deng@eml.cc>
6711
6712 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6713 use EPG to decrypt S/MIME messages instead of openssl.
6714
6715 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6716
6717 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6718
6719 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6720 status is the group clearly is unreachable.
6721
6722 * auth-source.el (auth-source-create): Add the optional second
6723 parameter to `local-variable-p' to be compatible with XEmacs.
6724
6725 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6726
6727 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6728 work when using a compressed nnml folder.
6729
6730 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6731
6732 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6733 backends after sanitising on entry, because this never makes sense:
6734 If the articles have gone missing, then the data no longer exists on
6735 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6736 overwrite anything anyway.
6737
6738 * shr.el (shr-insert-document): Bind shr-width dynamically to
6739 window-width if it's nil.
6740
6741 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6742
6743 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6744 with the meaning of using the full emacs window width for rendering.
6745
6746 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6747
6748 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6749 case when sender is not given.
6750
6751 2010-12-23 Julien Danjou <julien@danjou.info>
6752
6753 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6754 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6755 the addresses, otherwise we might misplaced the gravatar.
6756
6757 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6758
6759 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6760 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6761 obsolete in Emacs.
6762
6763 2010-12-20 Julien Danjou <julien@danjou.info>
6764
6765 * gnus-util.el (gnus-rescale-image): Revert last change.
6766
6767 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6768
6769 * gnus-group.el (gnus-group-delete-articles): New command.
6770
6771 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6772
6773 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6774
6775 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6776
6777 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6778 here, since it's up to the backends to do CRLF removal if their
6779 protocol has it.
6780
6781 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6782
6783 2010-12-17 Julien Danjou <julien@danjou.info>
6784
6785 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6786 they are from file. Can also scale up.
6787
6788 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6789
6790 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6791 Restore gnus-use-agent.
6792 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6793
6794 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6795
6796 2010-12-17 Julien Danjou <julien@danjou.info>
6797
6798 * gravatar.el (gravatar-retrieve-synchronously): New function.
6799 (gravatar-get-data): Make more robust.
6800
6801 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6802
6803 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6804 to really consider the last line.
6805
6806 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6807
6808 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6809 list of recipient keys, or use symmetric encryption if not a list.
6810 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6811 EPA override, replacing the call to `netrc-store-data'.
6812
6813 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6814
6815 * gnus-srvr.el: Avoid passing nil regexp argument to
6816 delete-matching-lines.
6817
6818 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6819
6820 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6821 fetching stops when Gnus exits.
6822
6823 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6824 function.
6825 (nnfolder-request-expire-articles): Save all the buffers after doing
6826 expiry.
6827
6828 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6829 the last article", since that led to serious performance regressions
6830 when expiring nnml groups.
6831
6832 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6833
6834 * nnir.el: Improve customizations.
6835
6836 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6837
6838 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6839
6840 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6841 group has been killed.
6842 (gnus-group-yank-group): Ditto.
6843
6844 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6845
6846 * nnimap.el (nnimap-request-update-group-status): New function.
6847
6848 * gnus-int.el (gnus-request-update-group-status): New interface
6849 function.
6850
6851 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6852 copying read-ness to the backends.
6853
6854 * nnimap.el (nnimap-quirk): New function.
6855 (nnimap-retrieve-group-data-early): Use it.
6856 (nnimap-quirks): New alist.
6857
6858 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6859
6860 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6861 don't delete it within indentation.
6862
6863 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6864
6865 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6866 previous line.
6867
6868 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6869
6870 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6871 QRESYNC command by deleting a superfluous space which broke Cyrus
6872 servers. This change will break other servers that are buggy the other
6873 way around.
6874
6875 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6876
6877 * spam.el: Reindent and fix long lines.
6878 (spam-copy-or-move-routine): Exclude invalid move destinations.
6879
6880 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6881
6882 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6883 installed the registry.
6884
6885 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6886
6887 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6888 groupname doesn't contain "gmane".
6889
6890 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6891
6892 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6893 (gnus-1): Don't create the nndrafts group twice.
6894 (gnus-setup-news): There's no need to read the active file here, since
6895 that's done again later on a per-backend basis.
6896 (gnus-start-draft-setup): Make sure that the new group is started out
6897 empty.
6898
6899 * gnus-agent.el (gnus-agentize): Don't create the queue group
6900 automatically on startup. It'll be created later, if needed.
6901
6902 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6903 of automatically subscribed groups.
6904 (gnus-auto-subscribed-categories): New variable.
6905 (gnus-matches-options-n): Use it.
6906 (gnus-default-subscribed-newsgroups): Remove unused variable.
6907 (gnus-start-draft-setup): Message a bit less.
6908
6909 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6910
6911 * nnir.el (nnir-run-imap): Return article list in order of increasing
6912 UID.
6913
6914 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6915
6916 * gnus-sum.el (gnus-summary-enter-digest-group):
6917 Mention gnus-auto-select-on-ephemeral-exit.
6918
6919 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6920 convention of the network-only option.
6921
6922 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6923
6924 * proto-stream.el (proto-stream-open-network-only): New function to
6925 have a way to specify non-STARTTLS upgrade connections.
6926
6927 2010-12-10 Julien Danjou <julien@danjou.info>
6928
6929 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6930 email address is nil.
6931
6932 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6933
6934 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6935
6936 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6937 deletion.
6938 (nnir-run-imap): Only need to parse list once.
6939
6940 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6941
6942 * shr.el (shr-tag-script): Ignore <script>.
6943 (shr-tag-label): Add <label> support.
6944
6945 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6946
6947 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6948
6949 * shr.el (shr-image-displayer): Work for images lined side by side.
6950
6951 2010-12-08 Robert Pluim <rpluim@gmail.com>
6952
6953 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6954 parameter, since XEmacs doesn't accept t as a parameter.
6955
6956 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6957
6958 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6959 ids.
6960 (nnir-run-gmane): Simplify groupspec formatting.
6961 (nnir-request-expire-articles): New function.
6962
6963 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6964
6965 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6966 overflow, possibly.
6967
6968 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6969 (shr-render-td): Handle td style="" better.
6970 (shr-tag-table): Use the color from the style sheet.
6971 (shr-render-td): Make sure we copy over all the overlays, too.
6972
6973 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6974
6975 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6976 (nnir-request-article): Improve article retrieval.
6977
6978 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6979
6980 * mm-util.el (mm-extra-numeric-entities): New variable.
6981
6982 * mm-url.el (mm-url-decode-entities):
6983 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6984
6985 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * message.el: Use completion-at-point.
6988 (message-completion-function): New fun, extracted from message-tab.
6989 (message-mode): Use it for completion-at-point-functions.
6990 (message-tab): Use it and completion-at-point.
6991
6992 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6993
6994 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6995 character if a non-breakable character follows.
6996
6997 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6998
6999 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7000 any stream.
7001
7002 * shr.el (shr-tag-font): Colorize the region.
7003 (shr-tag-body): Ditto.
7004 (shr-tag-font): Actually let the styles be inherited instead of
7005 overwriting them.
7006 (shr-tag-font): Get the background color right.
7007 (shr-tag-style): Ignore all <style> tags for the moment.
7008
7009 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7010 a Message-ID to avoid having nnimap depend on gnus-sum.
7011
7012 * shr.el (shr-descend): Only colorize something if we have a node that
7013 sets colors.
7014
7015 2010-12-06 Julien Danjou <julien@danjou.info>
7016
7017 * shr.el (shr-render-td): Render td content with shr-descend, so style
7018 will be applied to <td> too.
7019 (shr-colorize-region): Colorize region even if we only have a background.
7020 (shr-tag-body): Fix color and background color inheritance.
7021 Do not recolorize after shr-generic.
7022 (shr-tag-font): Let shr-generic colorize via inheritance.
7023
7024 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7025
7026 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7027
7028 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7029
7030 * nnir.el (nnir-request-move-article): Remove obsolete code.
7031
7032 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7033
7034 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7035
7036 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7037
7038 * gnus-sum.el (gnus-summary-respool-article): The completion function
7039 expects a list instead of an alist.
7040
7041 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7042 string as the parameter.
7043
7044 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7045
7046 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7047 styles.
7048 (shr-colorize-region): New function.
7049 (shr-insert-background-overlay): Remove.
7050 (shr-render-td): Background setting should be taken care of on a higher
7051 level.
7052 (shr-tag-body): Use post-hoc colorizations.
7053 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7054 (shr-put-color-1): Don't overwrite old colors.
7055 (shr-colorize-region): When the background color isn't explicit, use
7056 a fixed background.
7057
7058 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7059 nnmail variables.
7060
7061 2010-12-05 Bjørn Mork <bjorn@mork.no>
7062
7063 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7064 unless necessary.
7065
7066 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7067
7068 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7069 server.
7070
7071 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7072
7073 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7074 so that TAB works.
7075
7076 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7077 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7078
7079 * shr.el (shr-urlify): Show the URL before the title to avoid
7080 misleading URLs.
7081
7082 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7083
7084 * shr.el (shr-urlify): Display the title in <a> tags.
7085
7086 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7087
7088 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7089
7090 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7091
7092 * nnir.el: Rearrange code to allow macros to be autoloaded by
7093 gnus-sum.el.
7094 (nnir-retrieve-headers-override-function): Make this variable
7095 customizable.
7096 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7097
7098 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7099 from nnir.el.
7100
7101 2010-12-03 Julien Danjou <julien@danjou.info>
7102
7103 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7104
7105 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7106
7107 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7108 allow optional argument `environment'.
7109
7110 2010-12-03 Glenn Morris <rgm@gnu.org>
7111
7112 * mm-extern.el (message-goto-body): Update declaration.
7113
7114 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7115
7116 * gnus-util.el (gnus-macroexpand-all): New function.
7117
7118 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7119 instead of macroexpand-all that is unavailable in XEmacs.
7120
7121 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7122
7123 * nnir.el (nnir-summary-line-format): New variable.
7124 (nnir-mode): Use it.
7125 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7126 (nnir-article-ids): Reimplement as defsubst.
7127 (nnir-retrieve-headers): Don't mangle the subject header.
7128 (nnir-run-imap): Use 100 as RSV score.
7129 (nnir-run-find-grep): Fix for full server searching.
7130 (nnir-run-gmane): Better restriction to gmane groups.
7131
7132 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7133 summary buffers.
7134
7135 2010-12-02 Julien Danjou <julien@danjou.info>
7136
7137 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7138
7139 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7140
7141 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7142 support.
7143
7144 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7145
7146 * nnir.el: Update to handle the registry better.
7147 (autoload): Silence byte-compiler.
7148 (nnir-open-server): Add a hook for nnir groups.
7149 (nnir-request-move-article): Don't mangle the header. Better to use
7150 formatting variables (which will be added in the future).
7151 (nnir-registry-action): Update the registry using the original article
7152 group name.
7153 (nnir-mode): Install nnir-specific hooks for updating the registry.
7154
7155 * gnus-sum.el
7156 (gnus-article-original-subject, gnus-newsgroup-original-name):
7157 Remove obsolete variables.
7158 (gnus-summary-move-article): Remove use of obsolete variables.
7159 (gnus-summary-local-variables): Make move and delete hooks local to
7160 summary buffers.
7161
7162 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7163
7164 * rtree.el: New file.
7165
7166 2010-12-01 Julien Danjou <julien@danjou.info>
7167
7168 * message.el (message-user-organization): Do not use
7169 gnus-local-organization.
7170
7171 * gnus.el: Remove gnus-local-organization.
7172
7173 * gnus-msg.el: Remove nastygram thing.
7174
7175 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7176
7177 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7178 funcall.
7179
7180 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7181
7182 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7183 names.
7184
7185 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7186 characters.
7187
7188 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7189 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7190 Suggested by Štěpán Němec <stepnem@gmail.com>.
7191 (gnus-gravatar-transform-address): Use mail-extract-address-components
7192 that supports non-ASCII names rather than mail-header-parse-addresses.
7193
7194 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7195
7196 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7197 handled by the network handler.
7198
7199 2010-11-30 Julien Danjou <julien@danjou.info>
7200
7201 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7202 (nnimap-open-connection-1): Fix PREAUTH.
7203
7204 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7205
7206 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7207
7208 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7209 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7210 (shr-insert): Use them.
7211 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7212
7213 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7214
7215 * nnir.el (nnir-request-move-article): Bail out if original group
7216 doesn't support article moves.
7217 (nnir-get-active): Improve active list retrieval.
7218
7219 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7220
7221 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7222
7223 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7224
7225 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7226 seem to accept strings-with-numbers as port numbers.
7227
7228 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7229
7230 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7231 change the registry.
7232
7233 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7234
7235 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7236 delete-dups that is not available in XEmacs 21.4.
7237
7238 * mm-util.el (mm-delete-duplicates): Add comment.
7239
7240 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7241
7242 * nnir.el (nnir-ignored-newsgroups): New variable.
7243 (nnir-get-active): Use it.
7244
7245 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7246
7247 * proto-stream.el (proto-stream-open-network): Add some comments.
7248
7249 * nntp.el (nntp-open-connection): Provide a :success condition.
7250
7251 * nnimap.el (nnimap-open-connection-1): Ditto.
7252
7253 * proto-stream.el (proto-stream-open-network): See what the response to
7254 the STARTTLS command is.
7255
7256 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7257 backwards compatibility).
7258 (nnimap-open-connection-1): Really respect nnimap-server-port.
7259
7260 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7261 TLS upgrades we don't really care about the identity of the peer.
7262 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7263 that what we've checked for.
7264 (proto-stream-always-use-starttls): Only default to t if
7265 open-gnutls-stream exists.
7266 (proto-stream-open-network): If STARTTLS failed, then just open a
7267 normal connection.
7268 (proto-stream-open-network): Wait until the greeting before doing
7269 STARTTLS.
7270
7271 * nntp.el (nntp-open-connection): Report what the connection error is.
7272
7273 * proto-stream.el (open-protocol-stream): Rename from
7274 open-proto-stream.
7275
7276 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7277
7278 * nnimap.el (nnimap-stream): Change default to `undecided'.
7279 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7280 first, and then network.
7281 (nnimap-open-connection-1): Respect nnimap-server-port.
7282 (nnimap-open-connection): Be more backwards-compatible.
7283
7284 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7285 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7286 (proto-stream-open-starttls): Folded back into the main function.
7287 (proto-stream-open-network): Fix typo in the GnuTLS path.
7288 (proto-stream-command): Refactor out.
7289
7290 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7291
7292 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7293 starttls.el STARTTLS.
7294
7295 * color.el (color-lab->srgb): Fix function call name.
7296
7297 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7298 if we're using tls.el.
7299 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7300 built in, then don't try to establish a STARTTLS connection.
7301
7302 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7303 servers.
7304
7305 * proto-stream.el (open-proto-stream): Use network, not stream.
7306 (open-proto-stream): Add a way to specify what the end of a command is.
7307
7308 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7309 connections types.
7310 (nntp-open-network-stream): Remove.
7311 (nntp-open-ssl-stream): Remove.
7312 (nntp-open-tls-stream): Remove.
7313 (nntp-ssl-program): Remove.
7314
7315 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7316
7317 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7318
7319 * nnir.el: Fix typos.
7320 (nnir-retrieve-headers-override-function): Rename variable to reflect
7321 new semantics.
7322 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7323 macros.
7324 (nnir-request-article, nnir-request-move-article): Use them.
7325 (nnir-categorize): New function.
7326 (nnir-run-query): Use it.
7327 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7328 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7329 sorted.
7330 (nnir-group-full-name): Use gnus-group-full-name instead.
7331 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7332 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7333
7334 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7335
7336 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7337
7338 * proto-stream.el: New library to provide protocol-specific
7339 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7340 protocols.
7341 (open-proto-stream): Complete the documentation.
7342 (proto-stream-open-network): Fix some typos.
7343
7344 * nnimap.el (nnimap-open-connection): Use it.
7345
7346 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7347
7348 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7349 negotiation.
7350
7351 2010-11-26 Julien Danjou <julien@danjou.info>
7352
7353 * color.el: Rename various rgb functions to srgb.
7354
7355 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7356
7357 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7358 names.
7359
7360 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7361
7362 * shr.el (shr-insert): Revert last change.
7363 (shr-find-fill-point): Never leave point being at bol;
7364 relax the kinsoku limitation when rendering tables.
7365
7366 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7367
7368 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7369 results from -accept-article.
7370
7371 * shr-color.el: Require cl when compiling.
7372
7373 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7374 checkin.
7375
7376 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7377
7378 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7379
7380 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7381 'add and 'delete to set backend marks.
7382
7383 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7384
7385 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7386
7387 * nntp.el (nntp-request-set-mark): Use it.
7388
7389 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7390
7391 * nnml.el (nnml-request-set-mark): Ditto.
7392
7393 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7394 introduces regressions in article selection.
7395 (nnimap-find-uid-response): New function.
7396 (nnimap-request-accept-article): Use the UID returned, if any.
7397 (nnimap-request-move-article): Use the UID returned, if any.
7398 (nnimap-get-groups): Reimplement to work with folded lines.
7399 (nnimap-find-uid-response): The UID is the last element in the list.
7400 (nnimap-request-set-mark): Extend syntax with 'set.
7401
7402 * nnml.el (nnml-request-set-mark): Ditto.
7403
7404 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7405
7406 * nntp.el (nntp-request-set-mark): Ditto.
7407
7408 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7409
7410 * message.el (message-called-interactively-p): A temporary macro.
7411 (message-goto-body): Use it temporarily.
7412
7413 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7414
7415 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7416 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7417 (nnimap-last-response-string): Fix last unfolding fix.
7418
7419 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7420
7421 * shr.el (shr-insert): Fix the way to fold lines.
7422
7423 2010-11-25 Julien Danjou <julien@danjou.info>
7424
7425 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7426
7427 * color.el: Rename from color-lab.el
7428 (color-rgb->hex): Add.
7429 (color-complement): Add.
7430 (color-complement-hex): Add.
7431
7432 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7433
7434 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7435
7436 * shr-color.el (shr-color-visible): Don't bug out if the color names
7437 don't exist.
7438
7439 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7440
7441 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7442 assuming that article displaying or another mml-preview may be
7443 interrupted for an error or for the like.
7444
7445 * shr.el (shr-get-background): Fix argument name.
7446
7447 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7448
7449 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7450
7451 * gnus-sum.el (gnus-summary-include-articles): New function.
7452
7453 * message.el (message-goto-body): called-interactively-p needs a
7454 parameter, so use `any'.
7455
7456 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7457 clear marks before moving, since they're synced from the Gnus side
7458 first.
7459
7460 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7461 (gnus-summary-move-article): Copy over all marks before moving, so that
7462 IMAP doesn't think a new article has arrived.
7463
7464 2010-11-24 Julien Danjou <julien@danjou.info>
7465
7466 * shr.el (shr-insert-background-overlay): Fix typo.
7467 (shr-render-td): Copy the background before rendering.
7468
7469 * shr-color.el (shr-color-visible): Fix docstring.
7470
7471 * shr.el (shr-tag-table): Add bgcolor support.
7472 (shr-render-td): Add bgcolor support.
7473 (shr-get-background): Add.
7474 (shr-insert-foreground-overlay): Use shr-get-background.
7475
7476 * message.el (message-goto-body): Use called-interactively-p.
7477 (message-in-body-p): message-goto-body returns point.
7478
7479 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7480
7481 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7482 Fixes something or other in Emacs 23, and is backwards compatible.
7483
7484 * message.el (message-goto-body): Remove the <#secure special-casing,
7485 which is too special.
7486
7487 * shr.el (shr-parse-style): Drop !important from styles.
7488
7489 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7490
7491 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7492 this function to return incorrect results when calling it with an
7493 explicit article argument different from
7494 (gnus-summary-article-number).
7495
7496 2010-11-24 Julien Danjou <julien@danjou.info>
7497
7498 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7499 (shr-tag-body): Add background support.
7500 (shr-descend): Add background support.
7501 (shr-tag-title): Add.
7502
7503 * shr-color.el (shr-color-visible): Really return original background
7504 if fixed.
7505
7506 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7507
7508 * shr.el (shr-color-check): Protect against non-existent color names.
7509
7510 2010-11-24 Julien Danjou <julien@danjou.info>
7511
7512 * color-lab.el: Require 'cl when compiling.
7513
7514 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7515
7516 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7517 matched part.
7518
7519 * color-lab.el: Fix all expt calls to use float type.
7520
7521 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7522
7523 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7524 expression to shr-color-check as is.
7525
7526 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7527
7528 * color-lab.el: Add coding cookie.
7529 (float-pi): Use eval-and-compile.
7530
7531 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7532
7533 * shr.el (shr-insert-color-overlay): Split stuff like
7534 "#444444 !important" to find the real color.
7535 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7536 parse <font color="red"> entries.
7537
7538 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7539
7540 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7541 point when parsing headers.
7542
7543 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7544 is positioned properly when parsing headers.
7545
7546 2010-11-23 Julien Danjou <julien@danjou.info>
7547
7548 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7549
7550 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7551
7552 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7553
7554 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7555 Use shr-color-hue-to-rgb.
7556 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7557
7558 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7559
7560 * shr.el (shr-color->hexadecimal): Autoload.
7561 (shr-descend): Add color to all tags.
7562
7563 2010-11-22 Julien Danjou <julien@danjou.info>
7564
7565 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7566 shr-color->hexadecimal.
7567
7568 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7569 RGB() or HSL() color representation.
7570
7571 * shr.el (shr-tag-font): Add.
7572 (shr-tag-color-check): New function to get better colors.
7573 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7574 tag-span.
7575
7576 * shr-color.el: New file.
7577
7578 * color-lab.el: New file.
7579
7580 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7581
7582 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7583
7584 * nnir.el: Fix typo in comments.
7585 (nnir-run-imap): Simplify code. No need to reverse artlist.
7586 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7587
7588 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7589
7590 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7591
7592 * nnimap.el (nnimap-get-capabilities): Refactor out.
7593 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7594
7595 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7596
7597 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7598 appearing when `mm-uu-hide-markers' is nil.
7599
7600 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7601
7602 * nnimap.el (nnimap-unselect-group): Make into its own function.
7603 (nnimap-request-rename-group): Unselect group before renaming.
7604 This had gotten lost somewhere.
7605 (nnimap-request-accept-article): Keep track of examined groups, and
7606 unselect the group before APPENDing to read-only groups.
7607 (nnimap-request-move-article): Clear flags before moving so that they
7608 can be re-set later.
7609
7610 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7611
7612 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7613 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7614
7615 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7616
7617 * gnus-art.el (gnus-mime-display-single):
7618 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7619 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7620 parameter.
7621
7622 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7623
7624 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7625 (shr-table-vertical-line): New variable.
7626 (shr-insert-table): Use it.
7627
7628 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7629
7630 * gnus-html.el (gnus-html-wash-images): Don't display images if
7631 gnus-inhibit-images is non-nil; register displayer for cid images.
7632 (gnus-html-display-image): Work for cid image.
7633 (gnus-html-insert-image): Allow arguments.
7634 (gnus-html-put-image): Inhibit read-only.
7635 (gnus-html-prefetch-images): Don't prefetch images if
7636 gnus-inhibit-images is non-nil.
7637
7638 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7639
7640 * shr.el (shr-put-image): Break lines when inserting big pictures.
7641
7642 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7643
7644 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7645 sender, thanks Katsumi Yamaoka.
7646
7647 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7648
7649 * nnir.el (nnir-run-imap): Reverse the article list for each group
7650 rather than the whole list.
7651
7652 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7653
7654 * shr.el (shr-image-displayer): Protect function against non-existent
7655 image source.
7656
7657 * gnus-art.el (gnus-inhibit-images): New user option.
7658 (gnus-mime-display-single): Don't display image if it is non-nil.
7659
7660 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7661 gnus-inhibit-images.
7662
7663 * shr.el (shr-image-displayer): New function.
7664 (shr-tag-img): Use it.
7665
7666 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7667
7668 * mml2015.el (mml2015-epg-sign): Use From header.
7669
7670 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7671
7672 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7673
7674 * gnus-util.el (gnus-find-text-property-region): Return markers.
7675
7676 * shr.el (shr-tag-img): Put a displayer in the text property.
7677
7678 * gnus-util.el (gnus-find-text-property-region): New utility function.
7679
7680 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7681 (gnus-html-show-images): Remove.
7682
7683 * gnus-art.el (gnus-article-show-images): New, more general function.
7684
7685 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7686 image url text properties.
7687
7688 * shr.el: Ditto.
7689
7690 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7691 gnus-agent-auto-agentize-methods is set. Which it isn't.
7692
7693 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7694
7695 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7696 work for two or more articles.
7697
7698 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7699
7700 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7701 divide an image that's in an html article to two or more when washing
7702 non-ASCII characters in alt text of it.
7703
7704 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7705
7706 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7707 smime-decrypt-region using function argument.
7708 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7709
7710 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7711
7712 * smime.el (smime-decrypt-region): Catch it.
7713
7714 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * smime.el (smime-mode-map): Move initialization into declaration.
7717 (gnus-run-mode-hooks): Don't autoload.
7718 (smime-mode): Use define-derived-mode.
7719
7720 2010-11-11 Glenn Morris <rgm@gnu.org>
7721
7722 * smime.el (from): Restrict declaration to XEmacs.
7723
7724 * nnir.el (gnus-group-topic-name): Autoload.
7725
7726 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7727
7728 * shr.el (shr-insert): Don't break long line if it is because of
7729 kinsoku-bol characters in the line end.
7730
7731 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7732
7733 * nnir.el (nnir-request-move-article): Fix to provide original group
7734 and subject.
7735 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7736 been retrieved.
7737
7738 * gnus-sum.el (gnus-summary-move-article): Use original group and
7739 subject for virtual articles such as those in an nnir summary buffer.
7740
7741 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7742
7743 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7744 least 21.5).
7745
7746 * smime.el (from): Declare it again for XEmacs.
7747
7748 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7749
7750 * message.el (message-resend): Don't disable encoding unless it's
7751 already encoded.
7752
7753 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7754 low-numbered articles.
7755
7756 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7757
7758 * rfc2047.el (rfc2047-syntax-table): Simplify.
7759
7760 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7761 set-char-table-range for XEmacs.
7762
7763 2010-11-10 Glenn Morris <rgm@gnu.org>
7764
7765 * smime.el (from): Remove unused declaration.
7766
7767 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7768 (gnus-float-time): On Emacs, always an alias.
7769
7770 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7771 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7772
7773 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7774
7775 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7776
7777 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7778
7779 * shr.el (browse-url-mailto): Autoload.
7780
7781 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7782
7783 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7784 regexp doesn't need quoting.
7785
7786 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7787
7788 * message.el (message-subject-trailing-was-ask-regexp)
7789 (message-subject-trailing-was-regexp): Match was: in addition to was.
7790
7791 2010-11-09 Glenn Morris <rgm@gnu.org>
7792
7793 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7794 (nnbabyl-check-mbox): Use point-at-bol.
7795
7796 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7797
7798 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7799
7800 * message.el (message-mailto): New function.
7801 (message-mailto): Should accept other parameters.
7802 (message-mailto): Remove since it duplicates browse-url-mailto
7803 functionality.
7804
7805 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7806
7807 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7808 methods.
7809 (gnus-read-active-file): Ditto.
7810
7811 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7812 ": " from the prompt.
7813 (gnus-group-make-group): Ditto.
7814
7815 2010-11-07 Glenn Morris <rgm@gnu.org>
7816
7817 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7818 (gnus-bookmark-kill-line): Use point-at-eol.
7819
7820 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7821
7822 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7823 asterisks in From header.
7824
7825 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7826
7827 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7828 string to avoid making the From headers syntactically invalid.
7829
7830 * message.el (message-send-mail): Don't insert courtesy messages if the
7831 message already has List-Post and List-ID messages.
7832
7833 2010-11-06 Glenn Morris <rgm@gnu.org>
7834
7835 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7836 `condition', `type', `length' a prefix.
7837 (gnus-treat-predicate): Update for above name changes.
7838
7839 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7840
7841 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7842 binding. Handled by `gnus-summary-refer-thread' instead.
7843 (nnir-warp-to-article): New backend function.
7844
7845 * nnimap.el (nnimap-request-thread): Force dependency updating.
7846
7847 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7848 (gnus-summary-refer-thread): Rework to improve thread-referral.
7849
7850 * gnus-int.el (gnus-warp-to-article): New function.
7851
7852 * gnus-sum.el (gnus-summary-article-map): Bind it.
7853
7854 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7855
7856 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7857 gnus-summary-refer-thread.
7858
7859 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7860 headers.
7861 (gnus-summary-limit-include-thread): Prevent articles in thread from
7862 being cut in gnus-cut-threads.
7863 (gnus-summary-refer-thread): Limit retrieved headers to those in
7864 thread.
7865
7866 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7867
7868 * message.el (message-send-mail): Use the value of
7869 message-courtesy-message from the message buffer.
7870
7871 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7872
7873 * shr.el (shr-browse-url): Implement mailto: URLs.
7874
7875 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7876 "raw".
7877
7878 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7879 if it's already selected.
7880
7881 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7882
7883 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7884
7885 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7886 to measure the length and truncate alt text.
7887
7888 2010-11-03 Glenn Morris <rgm@gnu.org>
7889
7890 * nndiary.el (nndiary-generate-nov-databases-1)
7891 (nndiary-generate-active-info): Rename dynamic variable `files' to
7892 something less generic.
7893
7894 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7895
7896 * nnir.el (nnir-request-move-article): Call the underlying backend to
7897 move articles from nnir.
7898
7899 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7900
7901 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7902
7903 2010-11-02 Julien Danjou <julien@danjou.info>
7904
7905 * nnir.el: Remove wais support.
7906
7907 2010-11-02 Glenn Morris <rgm@gnu.org>
7908
7909 * gnus-html.el: Reorder requirements to quieten compiler.
7910
7911 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7912
7913 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7914 properly for XEmacs as well.
7915 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7916 (gnus-article-natural-long-line-p): Use window-width rather than
7917 frame-width.
7918
7919 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7920
7921 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7922 (nnir-read-parms): Don't modify query.
7923 (nnir-run-query): Add ability to search topic on current line.
7924 (nnir-get-active): Clean up.
7925
7926 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7927
7928 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7929 degenerate articles.
7930
7931 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7932 (gnus-print-buffer): Just print the buffer as is, without any copying
7933 to a buffer and then re-highlighting.
7934
7935 * nnimap.el (nnimap-request-group): Store the new updated info.
7936 (nnimap-request-group): Select the group when we don't know whether it
7937 exists or not.
7938
7939 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7940 groups.
7941
7942 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7943 groups.
7944
7945 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7946 groups.
7947
7948 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7949 long-lines case by only filling the long lines.
7950
7951 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7952 (bug#7311).
7953
7954 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7955
7956 * shr.el: No need to declare `declare-function' since shr.el is for
7957 only Emacsen that provide `libxml-parse-html-region'.
7958
7959 2010-11-01 Glenn Morris <rgm@gnu.org>
7960
7961 * mm-util.el (gnus-completing-read): Autoload.
7962 (mm-read-coding-system): Simplify Emacs definition.
7963
7964 * nnmail.el (gnus-activate-group):
7965 * nnimap.el (gnutls-negotiate):
7966 * nntp.el (netrc-parse): Fix declarations.
7967
7968 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7969
7970 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7971 string-match-p in Emacs >=23.
7972
7973 * gnus-msg.el (gnus-configure-posting-styles):
7974 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7975
7976 2010-11-01 Glenn Morris <rgm@gnu.org>
7977
7978 * nnir.el (declare-function): Add compat stub.
7979 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7980 (nnir-run-gmane): Require 'mm-url.
7981
7982 * mm-util.el (mm-string-to-multibyte): Simplify.
7983
7984 * shr.el (declare-function): Add compat stub.
7985 (url-cache-create-filename): Declare.
7986 (mm-disable-multibyte, widget-convert-button): Autoload.
7987
7988 * smime.el (ldap-search): Declare.
7989 (smime-cert-by-ldap-1): Require ldap on Emacs.
7990
7991 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7992 (nnimap-keepalive): Use gnus-float-time.
7993
7994 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7995 (mail-source-delete-crash-box): Use gnus-float-time.
7996
7997 * gnus-dired.el (gnus-completing-read): Autoload.
7998
7999 * mm-view.el (gnus-rescale-image): Autoload.
8000
8001 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8002
8003 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8004
8005 * sieve-manage.el: Require 'cl when compiling.
8006
8007 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8008 (gnus-iswitchb-completing-read): Require iswitchb.
8009 (gnus-select-frame-set-input-focus): Silence compiler.
8010
8011 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8012
8013 * message.el (message-subject-trailing-was-query): Change default to t,
8014 since I think that's what most people want.
8015
8016 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8017 appending for easier debugging.
8018 (nnimap-wait-for-connection): Take a regexp.
8019 (nnimap-request-accept-article): Wait for the continuation line before
8020 sending anything unless we're streaming.
8021
8022 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8023 leave the header washing to take place.
8024
8025 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8026
8027 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8028 regular expression match and replace in posting styles.
8029
8030 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8031
8032 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8033 an entire server.
8034 (nnir-get-active): New function.
8035 (nnir-run-imap): Use it.
8036 (nnir-run-gmane): Who knew, gmane search returns an article score!
8037
8038 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8039 server on the current line with nnir.
8040
8041 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8042
8043 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8044 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8045 left edge.
8046 (gnus-article-foldable-buffer): Skip past the prefix when determining
8047 raggedness.
8048
8049 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8050 the raw article, and change `C-u g' to show the article without doing
8051 treatments.
8052
8053 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8054 on to `gnus-treat-article'.
8055 (gnus-inhibit-article-treatments): New variable.
8056
8057 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8058
8059 * gnus-art.el (gnus-treatment-function-alist): Have
8060 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8061 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8062 sections.
8063
8064 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8065 parameter.
8066 (gnus-article-fill-cited-long-lines): New function.
8067 (gnus-article-fill-cited-article): Allow filling only long sections.
8068
8069 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8070 and non-punctuation (like after the apostrophe in "'We").
8071
8072 * gnus-sum.el (gnus-summary-select-article): Make sure
8073 gnus-original-article-buffer is alive.
8074
8075 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8076 reflect the order they are in the digest.
8077
8078 * gnus.el (gnus-group-startup-message): Move point to the start of the
8079 buffer.
8080
8081 * nnimap.el (nnimap-capability): New function.
8082 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8083 is set.
8084
8085 2010-10-31 David Engster <dengste@eml.cc>
8086
8087 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8088 conform with changes to gnus-completing-read.
8089
8090 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8091
8092 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8093
8094 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8095
8096 * nnir.el: Move defvar, defcustom around to keep file organized
8097 and keep byte-compiler quiet.
8098 (nnir-read-parms): Accept search-engine as arg.
8099 (nnir-run-query): Pass search-engine as arg.
8100 (nnir-search-engine): Remove.
8101
8102 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8103
8104 * shr.el (shr-generic): The text nodes should be text, not :text.
8105
8106 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8107 later in the file.
8108
8109 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8110
8111 * nnir.el: General clean up. Allow searching with multiple engines.
8112 Allow separate extra-parameters for each engine.
8113 Batch queries when possible.
8114 (nnir-imap-default-search-key, nnir-method-default-engines):
8115 Add customize interface.
8116 (nnir-run-gmane): New engine.
8117 (nnir-engines): Use it. Qualify all prompts with engine name.
8118 (nnir-search-engine): Remove global variable.
8119 (nnir-run-hyrex): Restore for now.
8120 (nnir-extra-parms, nnir-search-history): New variables.
8121 (gnus-group-make-nnir-group): Use them.
8122 (nnir-group-server): Remove in favor of gnus-group-server.
8123 (nnir-request-group): Avoid searching twice.
8124 (nnir-sort-groups-by-server): New function.
8125
8126 2010-10-30 Julien Danjou <julien@danjou.info>
8127
8128 * gnus-group.el: Remove gnus-group-fetch-control.
8129
8130 * gnus-start.el (gnus-find-new-newsgroups):
8131 Remove gnus-check-first-time-used.
8132
8133 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8134
8135 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8136
8137 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8138 set on groups that don't have \* permanentflags.
8139
8140 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8141
8142 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8143 control the background color.
8144 (shr-tag-img): Ignore very small web bug type images.
8145 (shr-put-image): Add help-echo alt texts to the images.
8146 (shr-tag-video): Show the video poster image.
8147
8148 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8149
8150 * shr.el (shr-table-depth): New variable.
8151 (shr-tag-table-1): Only insert the images after the top-level table.
8152
8153 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8154
8155 * gnus-util.el (gnus-list-memq-of-list): New function.
8156
8157 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8158 selected.
8159 (nnimap-unsplittable-articles): New slot.
8160 (nnimap-new-articles): Use it.
8161
8162 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8163
8164 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8165 move to the previous line on `M-g'.
8166
8167 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8168
8169 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8170 *-request-group, which seems unnecessary.
8171
8172 * nnimap.el (nnimap-quote-specials): Function copied over from
8173 imap.el.
8174 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8175 they support that. Suggested by Tom Regner.
8176
8177 2010-10-29 Julien Danjou <julien@danjou.info>
8178
8179 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8180 defalias.
8181 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8182
8183 * gnus.el: Remove `gnus-nntp-service' variable.
8184 (gnus-secondary-servers): Make obsolete.
8185 (gnus-nntp-server): Make obsolete.
8186
8187 * gnus-start.el (gnus-1): Remove x-splash calls.
8188
8189 * gnus-ems.el (gnus-x-splash): Remove.
8190
8191 * gnus.el (gnus-group-startup-message): Simplify/update code.
8192
8193 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8194 capability before doing anything.
8195 (gnus-group-insert-group-line): Remove useless
8196 gnus-group-remove-excess-properties.
8197
8198 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8199
8200 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8201
8202 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8203
8204 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8205 config after reselecting.
8206
8207 2010-10-28 Julien Danjou <julien@danjou.info>
8208
8209 * shr.el (shr-put-image): Use point even if only inserting text.
8210 (shr-put-image): Save excursion when inserting alt text on non-graphic
8211 display, so the behavior is the same when we are on a graphic display.
8212
8213 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8214
8215 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8216
8217 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8218 (gnus-mime-copy-part): Check coding system, not charset.
8219 (gnus-mime-view-part-externally): Never remove part.
8220 (gnus-mime-view-part-internally): Don't remove part here.
8221 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8222 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8223 multipart/alternative.
8224
8225 * mm-decode.el (mm-display-part): Take optional arg `force'.
8226
8227 2010-10-26 Julien Danjou <julien@danjou.info>
8228
8229 * gnus-group.el (gnus-group-default-list-level): Add this function to
8230 compute the default list level.
8231 (gnus-group-default-list-level): Add possibility to use a function.
8232
8233 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8234
8235 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8236
8237 * gnus-group.el (gnus-group-completing-read)
8238 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8239 gnus-replace-in-string.
8240
8241 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8242
8243 * shr.el (shr-tag-div): Add.
8244
8245 2010-10-25 Julien Danjou <julien@danjou.info>
8246
8247 * gnus-util.el: Remove `gnus-with-local-quit'.
8248
8249 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8250
8251 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8252
8253 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8254 the original article buffer.
8255
8256 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8257
8258 * nnimap.el (nnimap-request-head): New function.
8259 (nnimap-request-move-article): Try to be slightly faster by not
8260 requesting the entire message when moving.
8261 (nnimap-transform-headers): Don't bug out on bodiless articles.
8262 (nnimap-send-command): Have no outstanding messages if the IMAP server
8263 doesn't support streaming.
8264 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8265
8266 2010-10-24 Julien Danjou <julien@danjou.info>
8267
8268 * message.el (message-default-headers): Fix type.
8269
8270 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8271
8272 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8273 prefetching images.
8274
8275 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8276 backend for unknown groups. This is mainly useful for nnimap groups.
8277
8278 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8279 group isn't covered by the agent.
8280
8281 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8282
8283 * nnir.el (nnir-method-default-engines): New variable.
8284 (nnir-run-query): Use it.
8285 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8286 (gnus-summary-nnir-goto-thread): Change group if needed.
8287
8288 * gnus-group.el (gnus-group-group-map): Add key binding for
8289 gnus-group-make-nnir-group.
8290
8291 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8292
8293 * shr.el (shr-tag-object): Add.
8294
8295 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8296 original article buffer live.
8297 (gnus-summary-select-article-buffer):
8298 Mention gnus-widen-article-buffer.
8299
8300 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8301
8302 * shr.el (shr-tag-strong): Add.
8303
8304 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8305
8306 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8307 group names. They mess up the group buffer badly.
8308
8309 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8310
8311 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8312 instead of the summary one.
8313
8314 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8315
8316 * mml.el (mml-preview): Work properly when editing article.
8317
8318 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8319 gnus-have-read-active-file if it's already been in.
8320
8321 2010-10-22 Tom Tromey <tromey@redhat.com>
8322
8323 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8324 gnus-group-completing-read.
8325
8326 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8327
8328 * message.el (message-mode-map): Don't bind M-; to comment region, to
8329 allow the global comment-dwim to work.
8330
8331 2010-10-21 Julien Danjou <julien@danjou.info>
8332
8333 * message.el (message-setup-1): Allow message-default-headers to be a
8334 function.
8335
8336 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8337
8338 * shr.el (shr-tag-table): Simplify.
8339
8340 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8341
8342 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8343 to avoid trying to snarf invalid stuff.
8344
8345 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8346
8347 * gnus.el (gnus-message-archive-group): Quote value.
8348 (gnus-message-archive-group): Mark as changed.
8349
8350 * shr.el (shr-add-font): Don't put the font properties on the newline
8351 or the indentation.
8352
8353 * message.el (message-fix-before-sending): Change options when sending
8354 non-printable characters.
8355
8356 * gnus.el (gnus-message-archive-method): Change the default to
8357 monthly outgoing groups.
8358
8359 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8360 that have gotten new numbers.
8361
8362 * nnimap.el (nnimap-request-replace-article): New function.
8363
8364 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8365
8366 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8367 (nnrss-request-article): Don't use special html washing code.
8368
8369 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8370
8371 * shr.el (shr-tag-table): Remove useless nconc.
8372
8373 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8374
8375 * gnus-art.el (article-wash-html): Simplify and remove the charset
8376 stuff. Use the normal html rendering code instead of the special html
8377 washing code.
8378
8379 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8380 `gnus-w3m' symbols.
8381 (mm-text-html-washer-alist): Remove.
8382
8383 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8384 (mm-inline-media-tests): Remove use.
8385 (mm-text-html-renderer): Change default to the `shr' symbol.
8386
8387 * mm-view.el (mm-inline-text-html): Remove use.
8388
8389 * gnus-art.el (gnus-blocked-images): New function. Allow the
8390 `gnus-blocked-images' to be a function.
8391 (gnus-article-wash-function): Remove.
8392
8393 2010-10-20 Julien Danjou <julien@danjou.info>
8394
8395 * spam.el (spam-list-of-processors): Mark as obsolete.
8396
8397 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8398 (nnimap-insert-partial-structure): Fix boundary detection.
8399
8400 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8401
8402 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8403 run file-truename on remote files. This can be expensive and even
8404 prevent one from editing drafts if some unrelated buffer has a stale
8405 connection.
8406
8407 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8408
8409 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8410 kinsoku-eol regardless of shr-kinsoku-shorten.
8411 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8412 (shr-tag-table): Support caption, thead, and tfoot.
8413
8414 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8415
8416 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8417 lines.
8418 (shr-save-contents): New command and keystroke.
8419
8420 * nndoc.el (nndoc-type-alist): Add git support.
8421 (nndoc-git-type-p): New function.
8422 (nndoc-transform-git-article): Ditto.
8423 (nndoc-transform-git-headers): Ditto.
8424 (nndoc-transform-git-headers): Generate Subject headers.
8425
8426 * shr.el (shr-parse-style): New function.
8427 (shr-tag-span): Ditto.
8428
8429 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8430 to `G G' to avoid collisions.
8431
8432 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8433
8434 * shr.el: Load kinsoku if necessary.
8435 (shr-kinsoku-shorten): New internal variable.
8436 (shr-find-fill-point): Make kinsoku shorten text line if
8437 shr-kinsoku-shorten is bound to non-nil.
8438 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8439 shr-indentation too when testing if table is wider than frame width.
8440 (shr-insert-table): Use `string-width' instead of `length' to measure
8441 text width.
8442 (shr-insert-table-ruler): Make sure indentation is done at bol.
8443
8444 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8447 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8448 undecoded network data.
8449
8450 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8451
8452 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8453 name in the mode line spec so that the mode line menu works
8454 (bug#2431).
8455
8456 * message.el (message-get-reply-headers): If we're fed `to-address',
8457 then always use that.
8458
8459 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8460 aren't so wide as to need to switch off the edit menu.
8461
8462 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8463 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8464
8465 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8466 `M-g'.
8467 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8468 the permanent marks.
8469
8470 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8471
8472 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8473 Splitting according to references/in-reply-to obeys the ignore-groups
8474 variable, while splitting by sender and subject do not.
8475
8476 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8477
8478 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8479 alist, so that we can look for non-Unicode chars.
8480 (article-translate-strings): Allow both character and string maps.
8481
8482 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8483
8484 * shr.el (shr-insert): Don't insert space behind a wide character
8485 categorized as kinsoku-bol, or between characters both categorized as
8486 nospace.
8487
8488 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8489
8490 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8491 headers to gnus-newsgroup-headers.
8492
8493 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8494
8495 * shr.el (shr-tag-img): Don't align images -- since we're not
8496 rescaling, this often leads to ugly displays.
8497
8498 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8499
8500 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8501 duplicates.
8502
8503 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8504
8505 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8506 call.
8507
8508 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8509
8510 * gnus.el: Autoload gnus-html-show-images.
8511
8512 * nnimap.el: Use nnheader-message throughout.
8513
8514 * shr.el (shr-tag-img): Ignore images with no data.
8515
8516 2010-10-15 Julien Danjou <julien@danjou.info>
8517
8518 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8519 a possibility to disable format=flow encoding when using hard newlines.
8520
8521 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8522
8523 * shr.el (shr-insert): Remove space inserted before or after a
8524 breakable character or at the beginning or the end of a line.
8525 (shr-find-fill-point): Do kinsoku; find the second best point or give
8526 it up if there's no breakable point.
8527
8528 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8529
8530 * nnimap.el (nnimap-open-connection): Message when opening connection
8531 for debugging purposes.
8532
8533 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8534 on every setup buffer call to allow this to change from article to
8535 article.
8536
8537 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8538 buffers where we have a wide table.
8539
8540 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8541
8542 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8543 uses *-request-thread.
8544
8545 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8546
8547 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8548 incantation, which is no longer valid.
8549
8550 2010-10-14 Julien Danjou <julien@danjou.info>
8551
8552 * shr.el: Fix defcustom type (char -> character).
8553
8554 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8555
8556 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8557 programs.
8558
8559 2010-10-14 Julien Danjou <julien@danjou.info>
8560
8561 * shr.el (shr-tag-a): Use url-link as widget type.
8562
8563 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8564 `gnus-group-get-icon'.
8565
8566 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8567
8568 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8569 This should make server editing work better.
8570
8571 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8572
8573 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8574 (nnimap-parse-flags): Fix regexp.
8575
8576 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8577 probably work for CJVK text, too.
8578
8579 * nnimap.el (nnimap-extend-tls-programs): Remove.
8580 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8581
8582 2010-10-13 Julien Danjou <julien@danjou.info>
8583
8584 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8585 responses.
8586
8587 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8588
8589 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8590
8591 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8592 anything in Emacs.
8593
8594 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8595
8596 2010-10-13 Julien Danjou <julien@danjou.info>
8597
8598 * shr.el (shr-width): Make shr-width a defcustom with default to
8599 fill-column.
8600 (shr-tag-img): Use shr-width rather than fill-column.
8601
8602 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8603
8604 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8605
8606 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8607 position when (X-)Faces exist.
8608 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8609 avatars when called interactively.
8610
8611 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8612
8613 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8614 gnus-article-x-face-too-ugly is bound.
8615
8616 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8617
8618 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8619
8620 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8621 mailbox that doesn't exist.
8622
8623 2010-10-12 Julien Danjou <julien@danjou.info>
8624
8625 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8626 (shr-get-image-data): Encode URL properly when fetching from cache.
8627 (shr-tag-img): Use aligned-to spaces to align correctly images.
8628
8629 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8630 before inserting the Gravatar.
8631
8632 * shr.el (shr-tag-img): Add align attribute support for <img>.
8633
8634 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8635
8636 * gnus-gravatar.el (gnus-art): Require.
8637
8638 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8639 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8640 Remove long obsoleted functions.
8641
8642 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8643
8644 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8645
8646 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8647 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8648 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8649 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8650 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8651 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8652 Fix comment for declare-function.
8653
8654 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8655
8656 * nnimap.el (nnimap-request-rename-group): Select group read-only
8657 before renaming it.
8658
8659 * shr.el (shr-insert): Fix up the white space only regexp.
8660
8661 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8662 bodies. Protect against this. Reported by Michael Welsh Duggan.
8663
8664 * shr.el (shr-current-column): New function.
8665 (shr-find-fill-point): New function.
8666
8667 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8668
8669 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8670 numbers.
8671
8672 2010-10-11 Julien Danjou <julien@danjou.info>
8673
8674 * shr.el (shr-hr-line): Add.
8675 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8676 display hr lines.
8677 (shr-max-columns): Do not change state to nil if we just inserting
8678 spaces.
8679
8680 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8681
8682 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8683 select the last group.
8684
8685 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8686
8687 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8688
8689 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8690
8691 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8692 for Gnus.
8693 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8694 (nnimap-update-qresync-info): Mark \Seen articles as read.
8695
8696 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8697 non-variable, too.
8698
8699 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8700 available.
8701 (nnimap-update-info): Rely more on the current active than the param
8702 active to avoid marking articles as read too much.
8703
8704 * auth-source.el (auth-source-create): Use (user-login-name) for the
8705 user name default.
8706
8707 * nnimap.el (nnimap-update-info): If the server doesn't return any
8708 useful info, just use the previous info.
8709 (nnimap-update-info): Prefer old info over start-article.
8710 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8711
8712 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8713
8714 * nnir.el (autoload): Clean up autoloads.
8715 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8716 Use key rather than value.
8717 (nnir-imap-search-other): New variable.
8718 (nnir-read-parm): Use it.
8719 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8720 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8721
8722 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8725 the process, too.
8726
8727 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8728
8729 * spam.el (gnus-summary-mode-map): Bind to "$".
8730 Suggested by Russ Allbery.
8731
8732 * shr.el: Rework the way things are indented by <li> slightly.
8733
8734 * gnus.el (gnus-group-set-parameter): Fix typo.
8735
8736 * nnimap.el: Start implementing QRESYNC support.
8737
8738 2010-10-09 Julien Danjou <julien@danjou.info>
8739
8740 * nnir.el (nnir-engines): Fix too many arguments.
8741
8742 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8743
8744 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8745 group is the "last", so that the backends like nnfolder actually save
8746 their folders.
8747
8748 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8749 try to use that for the TLS stream.
8750 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8751 UIDVALIDITY and find out which groups are read-only and not.
8752 (nnimap-get-flags): Use the same marks parsing code as the rest of
8753 nnimap.
8754
8755 2010-10-09 Julien Danjou <julien@danjou.info>
8756
8757 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8758
8759 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8760 retrieving gravatars.
8761
8762 * shr.el (shr-table-corner): Add.
8763 (shr-table-line): Add.
8764 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8765
8766 2010-10-08 Julien Danjou <julien@danjou.info>
8767
8768 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8769
8770 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8771
8772 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8773
8774 * gnus-sum.el (gnus-mark-article-as-unread)
8775 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8776 (gnus-summary-set-bookmark): Use it.
8777
8778 * gnus-msg.el (gnus-setup-message): Use it.
8779
8780 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8781
8782 * gnus.el (gnus-group-remove-parameter): Use it.
8783
8784 * gnus-group.el (gnus-group-make-web-group): Use it.
8785
8786 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8787
8788 * nnregistry.el: Update docs to mention manual.
8789
8790 * gnus-registry.el: Update docs to mention nnregistry.el.
8791 (gnus-registry-initialize): Don't install nnregistry refer method
8792 automatically.
8793 (gnus-registry-install-nnregistry): Remove it.
8794
8795 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8796
8797 * shr.el (shr-insert): Don't insert double spaces.
8798
8799 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8800
8801 * gnus-gravatar.el (gnus-treat-from-gravatar)
8802 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8803 called interactively.
8804
8805 * gnus-art.el (gnus-mime-view-part-externally)
8806 (gnus-mime-view-part-internally): Make predicate function passed to
8807 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8808 of a mime type.
8809
8810 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8811
8812 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8813
8814 * shr.el (require): Require cl when compiling.
8815 (shr-tag-hr): New function.
8816
8817 * nnimap.el (nnimap-update-info): Remove double setting of high.
8818 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8819 This makes nnimap work properly on Courier again.
8820
8821 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8822 the variable for backwards compatibility.
8823
8824 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8825 the file name before using to avoid setting mm-default-directory to
8826 nil.
8827
8828 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8829 bidning gnus-agent variables.
8830
8831 * shr.el (shr-render-td): Use a cache for the table rendering function
8832 to avoid getting an exponential rendering behavior in nested tables.
8833 (shr-insert): Rework the line-breaking algorithm.
8834 (shr-insert): Don't leave trailing spaces.
8835 (shr-insert-table): Also insert empty TDs.
8836 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8837
8838 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * gnus-sum.el (gnus-number): Rename from `number'.
8841 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8842 (gnus-summary-limit-children): Update uses correspondingly.
8843
8844 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8845
8846 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8847 (gnus-gravatar-transform-address): Don't show avatars of people of
8848 which mail addresses match gnus-gravatar-too-ugly.
8849
8850 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8851
8852 * shr.el (shr-table-widths): Expand TD elements to fill available
8853 space.
8854
8855 2010-10-07 Julien Danjou <julien@danjou.info>
8856
8857 * nnimap.el (nnimap-request-rename-group): Add this method.
8858
8859 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8860
8861 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8862 name from XEmacs' function-arglist.
8863
8864 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8865 gravatar under XEmacs.
8866
8867 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8868
8869 * auth-source.el: Update docs with TODO items.
8870
8871 * gnus-sync.el: Update docs to explain state and plans.
8872
8873 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8874 Hooks for mark updates.
8875 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8876
8877 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8878 hooks with arguments, which is needed for mark update hooks.
8879
8880 2010-10-06 Julien Danjou <julien@danjou.info>
8881
8882 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8883 was matched.
8884
8885 * sieve-manage.el: Update example in `Commentary'.
8886
8887 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8888
8889 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8890 not 2000.
8891 (sieve-manage-authenticate): Re-add function.
8892
8893 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8894
8895 * shr.el (shr-insert): Get 'space transition right.
8896 (shr-render-td): Only delete space at the end of the TD.
8897
8898 * nnimap.el (nnimap-open-connection): Prepare to support
8899 open-gnutls-stream.
8900
8901 * shr.el: Rearrange function order to be more logical.
8902
8903 2010-10-06 Julien Danjou <julien@danjou.info>
8904
8905 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8906 (nnrss-discover-feed): Remove 404 URL in docstring.
8907
8908 * nnir.el: Fix Swish-E URL.
8909 Fix Namazu URL.
8910
8911 * message.el (message-change-subject): Remove 404 URL in a comment.
8912
8913 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8914
8915 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8916 called interactively.
8917
8918 * gnus-util.el (gnus-remove-if): Allow hash table.
8919 (gnus-remove-if-not): New function.
8920
8921 * gnus-art.el (gnus-mime-view-part-as-type):
8922 * gnus-score.el (gnus-summary-score-effect):
8923 * gnus-sum.el (gnus-read-move-group-name):
8924 Replace remove-if-not with gnus-remove-if-not.
8925
8926 * gnus-group.el (gnus-group-completing-read):
8927 Regard collection as a hash table if it is not a list.
8928
8929 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8930
8931 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8932
8933 * shr.el: Document the table-rendering algorithm.
8934
8935 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8936 invalid URLs.
8937
8938 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8939 line-broken.
8940 (shr-tag-img): Ignore image fetching errors.
8941 (shr-overlays-in-region): Compute overlay positions correctly.
8942
8943 * mm-decode.el (mm-shr): Require shr.
8944
8945 * gnus-art.el (gnus-blocked-images): Move variable here.
8946
8947 * shr.el (shr-insert-table): Bind free variable.
8948
8949 * mm-decode.el (mm-shr): Bind shr-content-function.
8950
8951 * shr.el (shr-content-function): New variable.
8952
8953 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8954 added for symmetry.
8955
8956 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8957
8958 * gnus-group.el (gnus-group-make-group): Doc fix.
8959
8960 * nnimap.el (nnimap-request-newgroups): Return success.
8961
8962 * shr.el (shr-find-elements): New function.
8963 (shr-tag-table): Put all the images after the table.
8964 (shr-tag-table): Really inhibit images inside the table.
8965 (shr-collect-overlays): Copy over overlays from the TD elements to the
8966 main document.
8967
8968 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8969 gnus-blocked-images.
8970
8971 2010-10-05 Julien Danjou <julien@danjou.info>
8972
8973 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8974
8975 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8976 (gnus-html-maximum-image-size): Add this function.
8977 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8978
8979 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8980 server-value of the capability is nil.
8981
8982 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8983
8984 * shr.el (shr-tag-em): Add <EM> tag.
8985
8986 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8987
8988 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8989 customizable.
8990
8991 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8992 handing broken links to browse-url.
8993
8994 2010-10-05 Julien Danjou <julien@danjou.info>
8995
8996 * gnus-util.el (gnus-emacs-completing-read)
8997 (gnus-iswitchb-completing-read): Use autoload rather than require.
8998
8999 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9000
9001 * gnus-util.el (gnus-completing-read-function): Exclude
9002 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9003 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9004 XEmacs.
9005
9006 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9007 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9008
9009 * gnus-html.el: Don't require help-fns under XEmacs.
9010 (gnus-html-schedule-image-fetching): Work for XEmacs.
9011
9012 * mm-decode.el (mm-shr): Decode contents by charset.
9013
9014 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9015
9016 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9017 unknown.
9018
9019 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9020 (shr-get-image-data): Ensure against the cache file missing.
9021
9022 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9023 for data.
9024
9025 * spam-report.el (spam-report-url-ping-plain): Don't query about
9026 killing the process.
9027
9028 * shr.el (shr-render-td): Protect against too-wide text.
9029
9030 2010-10-04 Julien Danjou <julien@danjou.info>
9031
9032 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9033 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9034
9035 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9036 retrieved.
9037
9038 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9039
9040 * shr.el (browse-url): Require.
9041 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9042 lines.
9043 (shr-show-alt-text, shr-browse-image): New commands.
9044 (shr-browse-url, shr-copy-url): New commands.
9045
9046 * gnus-sum.el (gnus-widen-article-window): New variable.
9047 (gnus-summary-select-article-buffer): Use it.
9048
9049 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9050 without @ signs.
9051
9052 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9053
9054 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9055
9056 2010-10-04 Julien Danjou <julien@danjou.info>
9057
9058 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9059 for XEmacs.
9060
9061 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9062
9063 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9064
9065 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9066 (nnimap-close-server): Implement.
9067
9068 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9069 (shr-insert): Tweak line breaking.
9070 (shr-insert): Handle <pre> better.
9071 (shr-tag-li): Get <li> indentation right.
9072 (shr-tag-li): Get <li> indentation even righter.
9073 (shr-tag-blockquote): Ensure paragraph start.
9074 (shr-make-table): Tweak table generation.
9075 (shr-make-table): Fix typo.
9076
9077 * shr.el: Implement table rendering.
9078
9079 2010-10-04 Julien Danjou <julien@danjou.info>
9080
9081 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9082
9083 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9084
9085 * shr.el (shr-insert): Use string anchors instead of line anchors.
9086
9087 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9088
9089 * shr.el: Add headings.
9090 (shr-ensure-paragraph): Actually work.
9091 (shr-tag-li): Make <ul> prettier.
9092 (shr-insert): Get white space at the beginning/end of elements right.
9093 (shr-tag-p): Collapse subsequent <p>s.
9094 (shr-ensure-paragraph): Don't insert double line feeds after blank
9095 lines.
9096 (shr-insert): \t is also space.
9097 (shr-tag-s): Fix "s" tag name function.
9098 (shr-tag-s): Fix face prop name.
9099
9100 2010-10-03 Julien Danjou <julien@danjou.info>
9101
9102 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9103
9104 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9105 gnus-window-inside-pixel-edges.
9106
9107 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9108 gnus-ems.
9109
9110 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9111
9112 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9113 function.
9114
9115 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9116 resize choice.
9117
9118 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9119
9120 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9121 beginning of the buffer.
9122
9123 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9124 article buffer again.
9125
9126 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9127
9128 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9129 when it's at the start of the buffer.
9130
9131 * shr.el (shr-tag-blockquote): Convert name.
9132 (shr-rescale-image): Use the right image-size variant.
9133
9134 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9135 buffer isn't shown, then select the current article first instead of
9136 bugging out.
9137 (gnus-summary-select-article-buffer): Show both the article and summary
9138 buffers again.
9139
9140 * shr.el (shr-fontize-cont): Protect against regions with no text.
9141 Rename tag functions to shr-tag-* for enhanced security.
9142 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9143
9144 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9145
9146 * shr.el (shr-insert):
9147 * pop3.el (pop3-movemail):
9148 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9149 loaded.
9150
9151 2010-10-03 Glenn Morris <rgm@gnu.org>
9152
9153 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9154
9155 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9156
9157 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9158
9159 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9160
9161 * gnus-util.el (gnus-make-local-hook): Simplify.
9162
9163 2010-10-02 Julien Danjou <julien@danjou.info>
9164
9165 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9166 (gnus-ido-completing-read): New function.
9167 (gnus-emacs-completing-read): New function.
9168 (gnus-completing-read): Use gnus-completing-read-function.
9169 Add gnus-completing-read-function.
9170
9171 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9172
9173 * shr.el (shr-insert-document): Autoload.
9174 (shr-img): Be silent.
9175 (shr-insert): Add a newline after every picture before text.
9176 (shr-add-font): Use overlays for combining faces.
9177 (shr-insert): Pass upwards the text start point.
9178
9179 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9180 possible.
9181 (mm-shr): New function.
9182
9183 2010-10-02 Julien Danjou <julien@danjou.info>
9184
9185 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9186 should go backward.
9187
9188 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9189
9190 * shr.el (shr): Fix typo in provide call.
9191
9192 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9193
9194 * shr.el: New file.
9195
9196 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9197
9198 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9199 completing read.
9200
9201 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9202
9203 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9204 we're being queried about. Suggested by Dan Jacobson.
9205
9206 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9207 Suggested by Jason Eisner.
9208
9209 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9210 table, too. Suggested by Stefan Wiens.
9211 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9212 the table unnecessary. Suggested by Stefan Wiens.
9213
9214 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9215 longer needed, and probably doesn't work either, as pointed out by
9216 Stefan Wiens.
9217 (gnus-summary-exit): Remove call to the clearing function.
9218 (gnus-summary-exit-no-update): Ditto.
9219
9220 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9221 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9222 Reported by Stefan Monnier.
9223 (gnus-summary-save-in-rmail): Ditto.
9224
9225 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9226 article buffer, instead of both the article buffer and the summary
9227 buffer. Sort of suggested by Dan Jacobson.
9228
9229 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9230
9231 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9232 Suggested by Dan Jacobson.
9233
9234 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9235 documentation clearer.
9236
9237 * message.el (message-shorten-references): Comment on the number "21".
9238 Suggested by Stefan Monnier.
9239
9240 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9241 Suggested by Dan Jacobson.
9242
9243 * gnus.el (gnus-large-newsgroup):
9244 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9245
9246 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9247 externalize attachments. Bug reported by Steve Wen.
9248
9249 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9250 really message anything to the user.
9251
9252 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9253 directly.
9254
9255 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9256 messages in empty groups.
9257
9258 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9259
9260 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9261 non-UIDNEXT group.
9262
9263 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9264
9265 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9266 not the value from the collection.
9267
9268 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9269 values. This sometimes happens on some groups that have no info.
9270 (nnimap-request-newgroups): New function.
9271
9272 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9273
9274 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9275 check into `gnus-registry-initialize'.
9276 (gnus-registry-initialize): Ditto.
9277 Fix and extend header docs.
9278
9279 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9280
9281 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9282 regexp backtrace overflows.
9283
9284 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9285 for starttls that tls.el implements; i.e. openssl.
9286
9287 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9288
9289 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9290 (gravatar-create-image): New function that's an alias to
9291 gnus-xmas-create-image, gnus-create-image, or create-image.
9292 (gravatar-data->image): Use it.
9293
9294 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9295
9296 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9297 install the nnregistry refer method.
9298 (gnus-registry-install-hooks): Use it.
9299 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9300 unfollowed groups.
9301
9302 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9303
9304 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9305 expanding threads.
9306
9307 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9308
9309 * nnir.el: Use the server names without suffixes (bug#7009).
9310
9311 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9312 unencrypted to STARTTLS, if possible.
9313
9314 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9315
9316 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9317 headers before superseding.
9318
9319 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9320
9321 * nnrss.el (nnrss-use-local): Add documentation.
9322
9323 * nnimap.el (nnimap-extend-tls-programs): New function.
9324 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9325 (nnimap-wait-for-connection): Accept the greeting from the stupid
9326 output from openssl s_client -starttls, too.
9327
9328 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9329 article number.
9330 (nnimap-split-fancy): New variable.
9331 (nnimap-split-incoming-mail): Use it.
9332
9333 * nntp.el (nntp-server-list-active-group): Document.
9334
9335 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9336 SELECT to get the message-id.
9337
9338 * mail-source.el (mail-sources): Remove webmail support.
9339 (defvar): Ditto.
9340 (mail-source-fetcher-alist): Ditto.
9341 (mail-source-fetch-webmail): Remove.
9342
9343 * webmail.el: Remove -- doesn't seem relevant any more.
9344
9345 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9346
9347 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9348 the \r.
9349
9350 2010-09-30 Julien Danjou <julien@danjou.info>
9351
9352 * gnus-agent.el (gnus-agent-add-group): Fix call to
9353 gnus-completing-read.
9354
9355 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9356
9357 * nndoc.el (nndoc-retrieve-groups): New function.
9358
9359 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9360 `default', use nnmail-split-methods.
9361 (nnimap-request-article): Downcase the NILs so that they are nil.
9362
9363 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9364 symbol.
9365
9366 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9367 code, since if the user has requested network, that's what they ought
9368 to get.
9369 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9370 (nnimap-split-rule): Mark as obsolete.
9371
9372 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9373 New variable.
9374
9375 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9376 correct slot, too.
9377
9378 2010-09-29 Julien Danjou <julien@danjou.info>
9379
9380 * gnus.el (gnus-local-domain): Declare variable obsolete.
9381
9382 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9383 Fix history computing.
9384 (gnus-ido-completing-read): Require ido.
9385
9386 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9387
9388 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9389 build Gnus.
9390
9391 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9392 when interpreting the structures.
9393 (nnimap-request-accept-article): Add \r\n to the lines to make this
9394 work with Cyrus.
9395
9396 * nndraft.el (nndraft-request-expire-articles): Use the group name
9397 instead if "nndraft". Fix found by Nils Ackermann.
9398
9399 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9400
9401 * nnregistry.el: Add.
9402
9403 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * nnmail.el (group, group-art-list, group-art):
9406 Remove unneeded directives.
9407
9408 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9409
9410 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9411 (mm-mime-charset):
9412 * rfc2047.el (rfc2047-syntax-table):
9413 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9414
9415 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9416 rather than `insert-file-contents' and `eval-region'.
9417
9418 2010-09-29 Julien Danjou <julien@danjou.info>
9419
9420 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9421 replacement of `gnus-gravatar-relief' to mimic
9422 `gnus-faces-properties-alist'.
9423 Add :version property.
9424
9425 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9426
9427 * mail-source.el (mail-source-report-new-mail):
9428 * message.el (message-default-mail-headers):
9429 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9430
9431 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9432
9433 2010-09-28 Julien Danjou <julien@danjou.info>
9434
9435 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9436 mail-address contains the same string as real-name.
9437
9438 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9439 non-blank in header, otherwise it'll get stripped.
9440
9441 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9442 real-name, and then for mail address rather than doing : or , search.
9443
9444 2010-09-27 Julien Danjou <julien@danjou.info>
9445
9446 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9447 right completing-read function.
9448 (gnus-use-ido): New variable
9449 (gnus-completing-read-with-default): Remove.
9450 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9451 (gnus-agent-add-group):
9452 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9453 * mm-view.el (mm-view-pkcs7-decrypt):
9454 * mm-util.el (mm-codepage-setup):
9455 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9456 * mml-smime.el (mml-smime-openssl-sign-query):
9457 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9458 (mml-insert-multipart):
9459 * gnus-msg.el (gnus-summary-yank-message):
9460 * gnus-int.el (gnus-start-news-server):
9461 * mm-decode.el (mm-interactively-view-part):
9462 * gnus-dired.el (gnus-dired-attach):
9463 * gnus.el (gnus-read-method):
9464 * gnus-bookmark.el (gnus-bookmark-jump):
9465 * gnus-art.el (gnus-mime-view-part-as-type)
9466 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9467 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9468 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9469 * nnmairix.el (nnmairix-create-server-and-default-group)
9470 (nnmairix-update-groups, nnmairix-get-server)
9471 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9472 (nnmairix-get-group-from-file-path):
9473 * nnrss.el (nnrss-find-rss-via-syndic8):
9474 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9475 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9476 (gnus-group-browse-foreign-server):
9477 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9478 (gnus-summary-execute-command, gnus-summary-respool-article)
9479 (gnus-read-move-group-name):
9480 * gnus-score.el (gnus-summary-increase-score)
9481 (gnus-summary-score-effect):
9482 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9483
9484 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9485
9486 * nnimap.el (auth-source-forget-user-or-password)
9487 (auth-source-user-or-password): Autoload.
9488
9489 * message.el (message-from-style, message-interactive)
9490 (message-signature): Remove comment.
9491 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9492 always.
9493 (message-sendmail-envelope-from): Comment fix.
9494 (message-yank-prefix): Default to mail-yank-prefix always.
9495 (message-indentation-spaces):
9496 Default to mail-indentation-spaces always.
9497 (message-signature-file): Default to mail-signature-file always.
9498
9499 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9500
9501 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9502 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9503 new articles.
9504
9505 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9506 parts.
9507 (nnimap-request-article): Work with the t setting, too.
9508
9509 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9510 that you don't get flashes of other buffers.
9511 (gnus-summary-show-complete-article): Intern before setting.
9512
9513 2010-09-27 David Engster <dengste@eml.cc>
9514
9515 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9516 well as HEADERS.
9517 (nnmairix-retrieve-headers): Provide new argument for the above.
9518
9519 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9520
9521 * gnus-sum.el (gnus-summary-move-article): Don't alter
9522 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9523 group.
9524
9525 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9526
9527 * message.el (message-cite-prefix-regexp): Revert my last edit.
9528
9529 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9530 variable instead of the Gnus variable.
9531
9532 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9533
9534 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9535
9536 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9537 since some servers don't like it.
9538 (nnimap-open-connection): Forget credentials if the server says the
9539 password was wrong.
9540 (nnimap-parse-line): Protect against invalid data.
9541
9542 * gnus-sum.el (gnus-summary-move-article): Add comment.
9543 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9544 nothing alters it while scanning for new messages.
9545
9546 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9547 which may or may not help.
9548 (nnimap-open-connection): If we're doing a stream connection, and then
9549 discover we're on a STARTTLS-capable server, then open a STARTTLS
9550 connection instead.
9551
9552 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9553
9554 * nnimap.el (utf7): Require.
9555
9556 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9557 prefix.
9558
9559 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9560
9561 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9562
9563 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9564
9565 * nnimap.el (nnimap-request-accept-article): Message the error on
9566 error.
9567
9568 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9569
9570 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9571
9572 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9573
9574 * nndoc.el (nndoc-request-list): Return success always.
9575
9576 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9577 `fetch-old' -- we only want to fetch the articles we've requested.
9578 The rest are in the agent, probably.
9579 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9580 disappeared server" to something low. It's not important.
9581
9582 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9583 arrived before the FETCH data.
9584
9585 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9586 target here, because we don't know the Gnus name of the group.
9587
9588 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9589 for the correct group.
9590
9591 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9592
9593 * gnus.el (gnus): Give a final warning after startup.
9594
9595 * gnus-util.el (gnus-action-message-log): New variable.
9596 (gnus-message): Use it.
9597 (gnus-final-warning): New function.
9598
9599 * nnimap.el (nnimap-open-connection): Record the greeting.
9600 (nnimap): Add greeting.
9601
9602 2010-09-26 Julien Danjou <julien@danjou.info>
9603
9604 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9605 arguments.
9606 (gnus-html-wash-images): Fix spec computing to include start/end.
9607
9608 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9609
9610 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9611
9612 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9613 deletion.
9614 (nnimap-retrieve-headers): Don't select the group, because that's
9615 already done by nnimap-possibly-change-group.
9616
9617 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9618 (gnus-picon-transform-address): Use it.
9619
9620 * mail-source.el (mail-source-value): Revert previous patch.
9621
9622 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9623 on failure.
9624 (nnimap-open-connection): Look up both virtual and physical server name
9625 credentials.
9626
9627 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9628
9629 2009-02-08 Dave Love <fx@gnu.org>
9630
9631 * gnus-win.el (gnus-window-to-buffer-helper)
9632 (gnus-all-windows-visible-p): Function needn't be a symbol.
9633
9634 * mail-source.el (mail-source-value): Function needn't be a symbol.
9635
9636 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9637
9638 * message.el (message-cite-prefix-regexp): Remove } from the cite
9639 prefix.
9640
9641 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9642 highlight again, so that the highlight is correct.
9643
9644 * gnus-picon.el (gnus-picon): Remove again.
9645 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9646
9647 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9648 doing the header highlightling, so that the background color of the
9649 picon is correct.
9650
9651 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9652 (gnus-picon): Ditto.
9653 (gnus-picon): Reinstate. The background color for picons is white.
9654 (gnus-picon-insert-glyph): Make the background white.
9655
9656 * nnml.el (nnml-open-nov): Don't return dead buffers.
9657
9658 * auth-source.el (auth-source-create): Query the user for whether to
9659 store the credentials.
9660
9661 * auth-source.el (auth-source-user-or-password): Use the existing auth
9662 sources, if any, for creation.
9663
9664 * gnus.el (gnus-group-fast-parameter): Return the last matching
9665 parameter instead of the first matching parameter.
9666
9667 2010-09-26 Julien Danjou <julien@danjou.info>
9668
9669 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9670
9671 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9672
9673 * mml2015.el (mml2015-use): Remove gpg support.
9674
9675 * mml1991.el (mml1991-function-alist): Remove gpg function.
9676 (mml1991-gpg-sign): Remove.
9677
9678 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9679
9680 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9681 (gnus-browse-unsubscribe-current-group): Document it.
9682 (gnus-browse-unsubscribe-group): Use it.
9683
9684 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9685
9686 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9687 address to the To list for easier response.
9688
9689 * gnus.el (gnus-play-startup-jingle): Remove.
9690 (gnus-splash): Don't play jingle.
9691 (gnus): Silence gnus-load message.
9692
9693 * gnus-art.el (gnus-treat-play-sounds): Remove.
9694
9695 * gnus.el (gnus-play-jingle): Remove audio support.
9696
9697 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9698
9699 * earcon.el: Remove -- no users.
9700
9701 * gnus-audio.el: Remove -- no users of this package.
9702
9703 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9704
9705 * gnus-start.el (gnus-setup-news): Remove nocem support.
9706
9707 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9708
9709 * gnus.el (gnus-use-nocem): Remove.
9710
9711 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9712 Remove.
9713
9714 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9715 uses NoCeM any more.
9716
9717 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9718 (gnus-button-ctan-handler): Ditto.
9719 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9720 (gnus-button-ctan-directory-regexp): Ditto.
9721 (gnus-button-handle-ctan): Ditto.
9722 (gnus-button-tex-level): Ditto.
9723 (gnus-button-alist): Remove CTAN stuff.
9724
9725 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9726
9727 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9728 nnimap-streaming test.
9729
9730 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9731 servers twice.
9732
9733 * nnimap.el (nnimap-open-connection): Add more error reporting when
9734 nnimap fails early.
9735
9736 * nnheader.el (nnheader-get-report-string): New function.
9737 (nnheader-get-report): Use it.
9738
9739 * gnus-int.el (gnus-check-server): Say what the error was when opening
9740 failed.
9741
9742 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9743 using streaming.
9744
9745 2010-09-25 Julien Danjou <julien@danjou.info>
9746
9747 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9748 gnus-window-inside-pixel-edges.
9749
9750 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9751
9752 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9753
9754 * mm-decode.el (mm-save-part): Allow saving to other directories the
9755 normal Emacs way.
9756
9757 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9758 Suggested by Jay Berkenbilt.
9759
9760 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9761 there isn't a single byte.
9762
9763 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9764 just do it. It doesn't really seem to matter what the user responds
9765 here, I think, so it's just a confusing question.
9766
9767 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9768 non-streaming case.
9769
9770 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9771 (gnus-article-encrypt-body): Use it.
9772
9773 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9774 keystroke.
9775
9776 * nnimap.el (nnimap-find-wanted-parts-1):
9777 Use gnus-fetch-partial-articles.
9778
9779 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9780
9781 * nnimap.el (nnimap-insert-partial-structure): New function.
9782 (nnimap-get-partial-article): New function.
9783 (nnimap-request-article): Use it.
9784 (nnimap-wait-for-response): Return whether the wait was successful.
9785 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9786 retrieval wasn't successful.
9787 (nnimap-retrieve-group-data-early): Allow throttling servers.
9788 (nnimap-streaming): New variable.
9789 (nnimap-fetch-partial-articles): Remove.
9790
9791 * mm-decode.el (mm-with-part): Protect against killed buffers.
9792
9793 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9794 for prettier summary display.
9795
9796 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9797
9798 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9799
9800 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9801
9802 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9803 apparently third-party libraries depend on it.
9804
9805 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9806 before starting negotiation.
9807
9808 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9809 privacy reasons.
9810 (gnus-treat-mail-gravatar): Ditto.
9811
9812 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9813 buffer when inserting images. Inserting text into the headers, for
9814 instance, can make them invalid.
9815
9816 2010-09-25 Julien Danjou <julien@danjou.info>
9817
9818 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9819 variables.
9820
9821 * nnheader.el: Remove useless variables news-reply-yank-from and
9822 news-reply-yank-message-id.
9823
9824 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9825 variables.
9826
9827 * mml1991.el: Remove useless mml1991-verbose.
9828
9829 * gnus.el: Remove useless variable gnus-use-generic-from.
9830 Remove obsolete variable gnus-topic-indentation.
9831
9832 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9833
9834 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9835
9836 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9837
9838 * gnus-group.el: Remove useless gnus-group-icon-cache.
9839 Remove useless gnus-ephemeral-group-server.
9840
9841 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9842
9843 * mml2015.el: Remove useless mml2015-verbose.
9844
9845 * mml-smime.el: Remove useless mml-smime-verbose.
9846
9847 * gnus.el: Remove useless gnus-local-domain.
9848
9849 * gnus-gravatar.el (gnus-gravatar-transform-address):
9850 Use gnus-gravatar-size.
9851
9852 * gnus-art.el: Remove useless gnus-treat-translate.
9853
9854 2010-09-24 Julien Danjou <julien@danjou.info>
9855
9856 * gnus-sum.el: Add support for Gravatars.
9857
9858 * gnus-art.el: Add support for Gravatars.
9859
9860 * gnus-gravatar.el: Add this file.
9861
9862 * gravatar.el: Add this file.
9863
9864 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9865
9866 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9867
9868 * gnus-group.el (gnus-group-fetch-faq): Remove.
9869
9870 * gnus.el (gnus-group-faq-directory): Remove.
9871
9872 * gnus-group.el (gnus-group-fetch-charter): Remove.
9873
9874 * gnus.el (gnus-group-charter-alist): Remove.
9875
9876 * gnus-group.el (gnus-group-archive-directory): Remove.
9877 (gnus-group-recent-archive-directory): Ditto.
9878 (gnus-group-make-archive-group): Remove.
9879
9880 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9881
9882 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9883 use the same article number for all the cached articles.
9884
9885 * nnimap.el (nnimap-command): Register the last command time so
9886 that we can use it for idling NOOPs.
9887 (nnimap-open-connection): Start the keeplive timer.
9888 (nnimap-make-process-buffer): Store all the process buffers.
9889 (nnimap-keepalive): New function.
9890
9891 * starttls.el (starttls-open-stream): Add autoload cookie.
9892
9893 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9894
9895 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9896 handling.
9897
9898 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9899
9900 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9901 its data structures.
9902
9903 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9904 instead of the cl.el copy-list.
9905 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9906 equalp.
9907
9908 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9909
9910 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9911 and tool-bar-local-item-from-menu.
9912
9913 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9914 mode-line-highlight face for Emacs.
9915
9916 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9917 loading gnus-sum.elc; fix comment for canlock-verify.
9918 (gnus-article-jump-to-part): Use read-number.
9919 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9920 Remove Emacs pre-21 compatible code for help-echo.
9921 (gnus-article-next-page-1): No need to adjust the number of lines.
9922 (gnus-article-describe-bindings): Always use help-buffer.
9923
9924 * gnus-audio.el (gnus-audio-inline-sound):
9925 * gnus-cus.el (gnus-custom-mode):
9926 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9927
9928 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9929
9930 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9931 compatible code.
9932
9933 2010-09-24 Glenn Morris <rgm@gnu.org>
9934
9935 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9936 visiting the fcc file in rmail-mode.
9937
9938 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9939
9940 * nnir.el: Silence the byte compiler.
9941
9942 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9943 alias to browse-url-url-encode-chars if any.
9944 (gnus-html-encode-url): Use it.
9945
9946 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9947
9948 * gnus-start.el (gnus-use-backend-marks): New variable.
9949 (gnus-get-unread-articles-in-group): Use it.
9950
9951 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9952 makeover.
9953
9954 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9955
9956 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9957
9958 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9959
9960 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9961 Remove.
9962 (gnus-setup-news-hook):
9963 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9964
9965 * gnus-int.el (gnus-request-update-info): Protect against backends not
9966 having the function.
9967
9968 * nnimap.el (nnimap-stream): Mention STARTTLS.
9969 (nnimap-open-connection): Add STARTTLS support.
9970
9971 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9972
9973 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9974
9975 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9976
9977 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9978 BODYSTRUCTUREs.
9979 (nnimap-transform-headers): Unfold quoted {42} headers.
9980
9981 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9982 the info.
9983 (gnus-get-unread-articles): Only call updatep on backends that support
9984 it.
9985
9986 * nnweb.el (nnweb-request-update-info): NOOP.
9987
9988 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9989
9990 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9991 since it only deals with marks.
9992
9993 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9994 gnus-request-marks, and make a new gnus-request-update-info.
9995
9996 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9997 the active instead of the high number, which is usually too low.
9998
9999 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10000
10001 * encrypt.el: Remove.
10002
10003 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10004
10005 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10006 server in symbolic form.
10007
10008 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10009
10010 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10011
10012 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10013 (nnimap-update-info): Fix up code slightly.
10014
10015 * gnus-int.el (gnus-open-server): Add tracing for performance
10016 debugging.
10017
10018 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10019 (gnus-group-insert-group-line): Pass the real group name so that it
10020 gets the right data.
10021
10022 * gnus-start.el (gnus-get-unread-articles): Don't have
10023 `gnus-get-unread-articles-in-group' update info, since that can be
10024 really slow and doesn't seem to be needed?
10025
10026 2010-09-22 Julien Danjou <julien@danjou.info>
10027
10028 * gnus-group.el (gnus-group-insert-group-line):
10029 Call gnus-group-highlight-line.
10030 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10031 default hook list.
10032 (gnus-group-update-eval-form): Add new function.
10033 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10034 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10035
10036 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10037
10038 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10039 immediate, then expire all articles.
10040 (nnimap-update-info): Fix off-by-one errors.
10041 (nnimap-flags-to-marks): Would return no marks lists for group with no
10042 flags. Instead return the other data.
10043
10044 2010-09-22 Julien Danjou <julien@danjou.info>
10045
10046 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10047 Only return an icon.
10048 (gnus-group-insert-group-line): Compute icon to return.
10049
10050 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10051 (gnus-html-image-fetched): Only cache if
10052 gnus-html-image-automatic-caching is set.
10053 (gnus-html-image-fetched): Check for errors.
10054
10055 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10056
10057 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10058 once per method on `g'. This ensures that backends like nnfolder don't
10059 open all their folders.
10060
10061 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10062 (nnimap-request-list): Nix out group in the correct buffer.
10063 (nnimap-parse-flags): Implement by using `read' instead of
10064 hand-parsing.
10065 (nnimap-flags-to-marks): Pass on permanent-flags.
10066 (nnimap-make-process-buffer): Record the server name.
10067 (nnimap-parse-flags): Fix typo.
10068 (nnimap-request-scan): Run split on the server in general, not just a
10069 single group.
10070
10071 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10072 parameter, and propagate this downwards.
10073
10074 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10075 since EXAMINE changes it on the server.
10076
10077 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10078 this command might take a while.
10079
10080 2010-09-22 Julien Danjou <julien@danjou.info>
10081
10082 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10083 harmful if you have 2 images side-by-side, they can't be properly
10084 update on text deletion. Using text-property is safer here.
10085 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10086 data.
10087
10088 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10089
10090 * nnimap.el (nnimap-expunge-inbox): Remove.
10091 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10092 (nnimap-expunge): Flip default to t.
10093
10094 * gnus.el (gnus-method-to-server): Don't push things to the cache
10095 unless it's unique.
10096 (gnus-server-to-method): Ditto.
10097
10098 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10099
10100 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10101
10102 2010-09-22 Julien Danjou <julien@danjou.info>
10103
10104 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10105 get the start of data.
10106 (gnus-html-encode-url): Add this function to encode special chars in
10107 URL.
10108 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10109 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10110
10111 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10112 default.
10113 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10114
10115 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10116 images alt-text.
10117 (gnus-html-put-image): Put alt-text as help-echo.
10118
10119 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10120
10121 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10122 * mm-util.el (mm-decompress-buffer):
10123 * nnir.el (nnir-run-find-grep):
10124 * pop3.el (pop3-list): Use 3rd arg of split-string.
10125
10126 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10127
10128 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10129 outside the active range. Suggested by Dan Christensen.
10130
10131 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10132 slightly later to avoid double-getting it.
10133
10134 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10135 previous patch.
10136
10137 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10138
10139 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10140
10141 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10142
10143 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10144
10145 * gnus-int.el (gnus-open-server): Give a better error message in the
10146 "go offline" case.
10147
10148 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10149 marks for nnimap, which is seldom the right thing to do.
10150
10151 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10152 (gnus-same-method-different-name): New function.
10153
10154 * nnimap.el (parse-time): Require.
10155
10156 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10157 method in the presence of many similar methods.
10158
10159 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10160
10161 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10162 nnml-inhibit-expiry.
10163
10164 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10165 find out whether methods are equal.
10166
10167 * nnimap.el (nnimap-find-expired-articles): New function.
10168 (nnimap-process-expiry-targets): New function.
10169 (nnimap-request-move-article): Request the article before looking at
10170 what the Message-ID is. Fix found by Andrew Cohen.
10171 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10172
10173 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10174 for oldness in addition to being a predicate.
10175
10176 * nnimap.el (nnimap-request-group): When we have zero articles, return
10177 the right data to Gnus.
10178 (nnimap-request-expire-articles): Only delete articles immediately if
10179 the target is 'delete.
10180
10181 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10182 method, this would bug out.
10183
10184 * gnus-group.el (gnus-group-expunge-group): Rename from
10185 gnus-group-nnimap-expunge, and implemented as a normal interface
10186 function.
10187
10188 * gnus-int.el (gnus-request-expunge-group): New function.
10189
10190 * nnimap.el (nnimap-request-create-group): Implement.
10191 (nnimap-request-expunge-group): New function.
10192
10193 2010-09-21 Julien Danjou <julien@danjou.info>
10194
10195 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10196 (gnus-html-cache-expired): Add new function.
10197 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10198 wethever we should display image for fetch it.
10199 Compute alt-text earlier to pass it to the fetching function too.
10200 (gnus-html-schedule-image-fetching): Change function argument to only
10201 get one image at a time, not a list.
10202 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10203 cache.
10204 (gnus-html-get-image-data): New function to retrieve image data from
10205 cache.
10206 (gnus-html-put-image): Change buffer argument to use image data rather
10207 than file, and place image above region rather than inserting a new
10208 one. Do not take alt-text as argument, since it's useless now: we place
10209 the image above alt-text.
10210 (gnus-html-prune-cache): Remove.
10211 (gnus-html-show-images): Start to fetch image when we find one, do not
10212 push into a temporary list.
10213 (gnus-html-prefetch-images): Only fetch image if they have expired.
10214 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10215 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10216
10217 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10218
10219 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10220
10221 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10222
10223 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10224 spec inser "*" if the group isn't active instead of 0.
10225
10226 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10227 opening the server.
10228 (nnimap-request-delete-group): Implement group deletion.
10229 (nnimap-transform-headers): Return the size of the entire message in
10230 the Bytes header, not just the size of the first part.
10231 (nnimap-request-move-article): When moving an article from nnimap,
10232 request the article first so the accepting form has an article to
10233 accept. Reported by Dan Christensen.
10234 (nnimap-command): Make sure that the error message doesn't error out.
10235
10236 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10237
10238 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10239 we haven't requested anything.
10240
10241 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10242
10243 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10244 "". Fix found by Andrew Cohen.
10245
10246 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10247 instead of -encode-string.
10248
10249 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10250
10251 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10252
10253 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10254 by mm-subst-char-in-string.
10255
10256 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10257
10258 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10259 waiting for the connection string.
10260
10261 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10262 arriving.
10263
10264 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10265 bogus characters. This allows selecting certain Gmail groups.
10266
10267 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10268 (nnimap-fetch-partial-articles): New variable.
10269 (nnimap-open-connection): When looking for credentials, also use the
10270 nnimap-server-port.
10271 (nnimap-request-article): Return the group/article number, so that Gnus
10272 `^' works as expected.
10273 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10274
10275 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10276 comments.
10277 (gnus-methods-sloppily-equal): New function.
10278 (gnus): When using the development version of Gnus, load the gnus-load
10279 file.
10280
10281 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10282 `gnus-open-server' on each method before trying to scan them etc.
10283 This ensures that all the backend parameters are set correctly.
10284
10285 * nnimap.el (nnimap-authenticator): New variable.
10286 (nnimap-open-connection): Allow anonymous login.
10287 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10288 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10289
10290 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10291 patch, found by Knut Anders Hatlen.
10292
10293 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10294
10295 * gnus-agent.el (gnus-agent-batch-confirmation)
10296 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10297 to gnus-message.
10298 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10299 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10300 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10301 * gnus-int.el (gnus-open-server): Likewise.
10302 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10303 (gnus-score-check-syntax): Likewise.
10304 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10305 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10306 Likewise.
10307 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10308
10309 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10310
10311 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10312 calling conventions so that prefetch doesn't bug out.
10313
10314 2010-09-19 Julien Danjou <julien@danjou.info>
10315
10316 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10317 rather than `subst-char-in-region' in order to be able to replace ASCII
10318 char by UTF-8 ones.
10319
10320 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10321 than curl.
10322 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10323 the right URL and ALT text on images.
10324 (gnus-html-wash-tags): Fix tag case.
10325 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10326 (gnus-article-html): Add -o display_ins_del=2 option.
10327 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10328
10329 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10330
10331 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10332 the extra mail headers, which sometimes seem to happen for unknown
10333 reasons.
10334
10335 * mail-parse.el (mail-header-encode-parameter): Define as
10336 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10337 (or most, perhaps?) mail readers don't understand the latter, but do
10338 understand the former.
10339
10340 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10341 to nil, so that no methods are automatically agentized. I think this
10342 is probably what most users want.
10343
10344 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10345 from url-retrieve, for instance about invalid URLs.
10346
10347 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10348 groups that have no articles.
10349 (nnimap-request-article): Check that we really got an article when we
10350 requested one.
10351
10352 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10353 doesn't exist.
10354
10355 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10356 nntp buffer so the agent can save it.
10357 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10358 that CRLF doesn't get translated to \n.
10359 (nnimap-open-connection): Don't make 'shell commands only send \n.
10360
10361 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10364 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10365 Update var name.
10366 (nnml-generate-nov-file): Use dolist.
10367 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10368 Use with-current-buffer.
10369
10370 2010-09-18 Julien Danjou <julien@danjou.info>
10371
10372 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10373 parallel.
10374
10375 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10376
10377 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10378 the range update right.
10379 (nnimap-request-group): Don't make `M-g' bug out on group with no
10380 marks.
10381 (nnoo): Require, so that other packages can require nnimap.
10382 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10383 command we're looking for. This helps when the server sends more
10384 responses after we've gotten everything we expected.
10385 (nnimap): Add a `newlinep' field to keep track of end-of-line
10386 conventions.
10387 Don't send CRLF to things that don't want it.
10388 (nnimap-request-accept-article): Ditto.
10389
10390 2010-09-18 Julien Danjou <julien@danjou.info>
10391
10392 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10393 than curl to retrieve images.
10394
10395 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10396
10397 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10398 the marks.
10399 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10400 (nnimap-wait-for-connection): New function.
10401 (nnimap-open-connection): If we have PREAUTH, don't query for login
10402 credentials.
10403 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10404 when doing a partial update.
10405
10406 2010-09-18 Julien Danjou <julien@danjou.info>
10407
10408 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10409 tags.
10410
10411 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10412
10413 * nnimap.el (nnimap-credentials): New function.
10414 (nnimap-open-connection): Use the new function to look for credentials
10415 also on the numeric equivalents of "imap" and "imaps".
10416
10417 * gnus-start.el (gnus-activate-group): Send the info to
10418 gnus-request-group.
10419
10420 * nnimap.el (nnimap-request-group): Have the "check" version of the
10421 function parse flags and update the info, so that a `M-g' get a total
10422 resync of all flags from the group.
10423
10424 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10425 to allow backends to alter the info on group selection. Also alter all
10426 the backend -request-group functions to take the parameter.
10427
10428 * nnimap.el (nnimap-store-info): New function.
10429 (nnimap-update-info): Store the info for later usage.
10430 (nnimap-request-group): Use the stored info for the dont-check case, so
10431 that we don't retrieve all marks when we enter a group.
10432
10433 * nnimap.el: Use deffoo instead of defun for interface functions.
10434
10435 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10436 update the group info. This makes the nndraft groups, for instance, go
10437 back to their old behavior.
10438
10439 * gnus-sum.el (gnus-select-newsgroup): Indent.
10440
10441 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10442 in.
10443 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10444 nothing.
10445
10446 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10447 from methods that are denied.
10448
10449 * gnus-int.el (gnus-method-denied-p): New function.
10450
10451 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10452 store the password instead of netrc.
10453 (nnimap-open-connection): Don't error out when we can't make a
10454 connections.
10455
10456 * auth-source.el (auth-source-create): In the password prompt, say what
10457 we're querying for. Also prompt for user name if that hasn't been
10458 given.
10459
10460 * nnimap.el (nnimap-with-process-buffer): Remove.
10461
10462 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10463
10464 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10465 method when we're reading from the agent.
10466
10467 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10468
10469 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10470 that's probably most useful for users.
10471
10472 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10473 "failed" all the time.
10474
10475 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10476 ...)) with (with-current-buffer ...).
10477
10478 * nntp.el (nntp-open-server): Return whether the open was successful or
10479 not.
10480
10481 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10482 select an unread unseen article first.
10483
10484 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10485 /etc/services, supply some sensible port defaults.
10486
10487 2010-09-17 Julien Danjou <julien@danjou.info>
10488
10489 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10490
10491 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10492
10493 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10494 doesn't have any parameters.
10495
10496 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10497
10498 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10499 only upcased checks.
10500
10501 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10502
10503 * nnimap.el (nnimap-open-shell-stream): New function.
10504 (nnimap-open-connection): Use it.
10505 (nnimap-transform-headers): Get the number of lines in each message.
10506 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10507 number of lines.
10508 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10509 problem.
10510
10511 * utf7.el (utf7-encode): Autoload.
10512
10513 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10514 to allow the mail splitting to not return a default group. This is
10515 useful for nnimap, which will leave unmatched mail in the inbox.
10516
10517 * nnimap.el: Rewritten.
10518
10519 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10520 nnimap usage.
10521
10522 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10523 if the move is internal, so that nnimap can do fast internal moves.
10524
10525 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10526 data.
10527 (gnus-read-active-for-groups): Support finishing the early retrieval of
10528 data.
10529
10530 * gnus-range.el (gnus-range-nconcat): New function.
10531
10532 * gnus-int.el (gnus-finish-retrieve-group-infos)
10533 (gnus-retrieve-group-data-early): New functions.
10534
10535 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10536
10537 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10538 (nnrss-retrieve-groups):
10539 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10540 (pop3-quit): Use with-current-buffer.
10541
10542 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10543
10544 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10545 instead of nnheader-accept-process-output.
10546
10547 * gnus-html.el (gnus-html-schedule-image-fetching)
10548 (gnus-html-prefetch-images): Replace process-kill-without-query by
10549 gnus-set-process-query-on-exit-flag.
10550
10551 2010-09-16 Romain Francoise <romain@orebokech.com>
10552
10553 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10554
10555 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10556
10557 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10558 parameter to unintern is mandatory-ish in Emacs 24.
10559
10560 * gnus-html.el (gnus-html-schedule-image-fetching)
10561 (gnus-html-prefetch-images): Check for curl before using it.
10562
10563 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10564 depend on curl, which isn't essential.
10565
10566 * imap.el: Revert back to version
10567 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10568 seem problematic.
10569
10570 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10571
10572 * gnus-registry.el (gnus-registry-install-shortcuts):
10573 Explicitly pass `obarray' to `unintern' to avoid a warning.
10574
10575 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10576
10577 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10578 change.
10579
10580 * nnrss.el (nnrss-request-list): Remove this function and related
10581 functions, including the moreover stuff.
10582
10583 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10584
10585 * nnrss.el (nnrss-retrieve-groups): New function.
10586
10587 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10588
10589 * .dir-locals.el: Add no-byte-compile cookie.
10590
10591 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10592
10593 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10594 for back end that doesn't support request-scan.
10595
10596 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10597
10598 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10599 then do request scans from the backends.
10600
10601 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10602 avoid running a hook per line, since this takes a lot of time,
10603 profiling shows.
10604 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10605 directly if gnus-visual-p is true.
10606
10607 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10608
10609 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10610 groups; replace mapcar with dolist which is a bit faster; pass groups
10611 info to gnus-read-active-file-1.
10612 (gnus-read-active-file-1): Scan only specified groups if the new
10613 optional arg `infos' is given.
10614
10615 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10616
10617 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10618
10619 * pop3.el (pop3-movemail): Remove.
10620 (pop3-streaming-movemail): Rename to pop3-movemail.
10621
10622 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10623 don't restrict end-tag searches to the end of the line.
10624
10625 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10626
10627 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10628 articles of every unchecked group to t, which means unknown since the
10629 server has never been opened.
10630
10631 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10632
10633 * gnus-html.el (gnus-html-show-alt-text): New command.
10634 (gnus-html-browse-image): Ditto.
10635 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10636 to browse the image directly.
10637 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10638 better.
10639
10640 * gnus-async.el (gnus-async-article-callback):
10641 Call `gnus-html-prefetch-images' unconditionally.
10642
10643 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10644 before feeding URLs to curl.
10645
10646 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10647
10648 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10649 internal images as deletable by `W D D'.
10650
10651 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10652 (gnus-async-article-callback): Fix typo.
10653
10654 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10655
10656 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10657 current line to work around bugs in the output from w3m.
10658
10659 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10660 for groups that want that.
10661
10662 * nntp.el (nntp-wait-for-string): Supply a timeout for
10663 accept-process-output to ensure progress.
10664
10665 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10666 level to get unread articles from, then use that for foreign groups,
10667 too.
10668
10669 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10670 confuses the rest of the function.
10671
10672 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10673 for the methods that support -retrieve-groups, too.
10674
10675 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10676
10677 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10678
10679 * pop3.el: Require cl when compiling.
10680 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10681
10682 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10683
10684 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10685 that aren't going to be activated.
10686 (gnus-get-unread-articles): Fix up the last commit.
10687
10688 * gnus-html.el (gnus-article-html): Allow calling without specifying
10689 the handle. In that case, dissect the buffer first.
10690
10691 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10692
10693 * nnimap.el (nnimap-open-connection): Revert the change that would look
10694 into authinfo for imaps instead of imap.
10695
10696 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10697 say that you don't want to call gnus-request-group with don-check, but
10698 do check the response. This is for virtual groups only.
10699 (gnus-get-unread-articles): Count the archive groups as secondary, so
10700 that they're activated the same way as before.
10701
10702 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10703 case-insensitively.
10704 (nnimap-debug): Remove.
10705
10706 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10707 mail from a file, and the file doesn't exist.
10708
10709 * pop3.el (pop3-streaming-movemail): Return t for success.
10710
10711 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10712 .authinfo if we're using ssl connection.
10713
10714 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10715 already have if we're in a main Gnus `g' run.
10716
10717 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10718
10719 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10720
10721 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10722
10723 * nnmh.el (nnmh-request-list-1): Bind `file'.
10724
10725 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10726 alias to set-process-query-on-exit-flag or process-kill-without-query.
10727 (pop3-open-server): Use it.
10728
10729 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10730
10731 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10732 box to the Incoming file. Fixes mistake in previous checkin.
10733
10734 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10735 request loop (for debugging purposes) removed.
10736
10737 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10738 culprit is more visible.
10739 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10740 (nnml-add-incremental-nov): New functions to do "incremental" nov
10741 updates, where we just append to the end of the existing nov files
10742 without reading/writing them in full.
10743
10744 * mail-source.el (mail-source-delete-crash-box): Really only check the
10745 incoming files once in a while.
10746
10747 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10748
10749 * mail-source.el (mail-source-delete-crash-box): Only check the
10750 incoming files for deletion once per day to save a lot of file
10751 accesses.
10752
10753 * pop3.el (pop3-logon): Fix up unbound variable typo.
10754
10755 * mail-source.el (pop3-streaming-movemail): Autoload.
10756
10757 * pop3.el (pop3-streaming-movemail):
10758 Respect pop3-leave-mail-on-server.
10759
10760 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10761 retrieval.
10762
10763 * pop3.el (pop3-process-filter): Remove unused function.
10764 (pop3-streaming-movemail, pop3-send-streaming-command)
10765 (pop3-wait-for-messages, pop3-write-to-file)
10766 (pop3-number-of-responses): New functions for streaming pop3
10767 retrieval.
10768
10769 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10770 come from no known methods.
10771 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10772 list.
10773
10774 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10775 message sizes.
10776 (pop3-movemail): Use erase-buffer instead of looping and deleting
10777 regions, which seems rather odd.
10778
10779 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10780 file once per `g' run.
10781
10782 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10783 directories. This makes the draft queue directory work.
10784
10785 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10786 data from the backends, so that we only request the list of groups from
10787 each method once. This should speed things up considerably.
10788
10789 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10790 detect that it's not implemented.
10791
10792 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10793 we actually do recurse down into the tree, but don't stat all leaf
10794 nodes.
10795
10796 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10797 then say so instead of bugging out.
10798
10799 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10800 files exist before trying to read them.
10801
10802 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10803 around <pre_int>.
10804
10805 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10806
10807 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10808
10809 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10810
10811 * mm-util.el (mm-image-load-path): Just return the image directories,
10812 not all directories in the path in addition to the image directories.
10813 (mm-image-load-path): Maintain a cache of the image directories so that
10814 the `g' command in Gnus doesn't have to stat dozens of directories each
10815 time.
10816
10817 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10818 (gnus-html-wash-tags): Add a new `i' command to insert images.
10819 (gnus-html-insert-image): New command and keystroke.
10820 (gnus-html-redisplay-with-images): New command and keystroke.
10821 (gnus-html-show-images): Rename command.
10822 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10823 spacers.
10824 (gnus-html-wash-tags): Decode entities at the end, so that entities
10825 inside the tags don't mess up the rest of the "parsing".
10826
10827 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10828 so that nnimap methods aren't agentized by default. There's apparently
10829 many problems related to agent/imap behavior.
10830
10831 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10832
10833 * gnus-html.el: Doc fix.
10834
10835 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10836
10837 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10838 glyph-width and glyph-height instead of display-graphic-p and
10839 image-size; make avoidance of displaying small images work for XEmacs.
10840
10841 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10842 for XEmacs.
10843
10844 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10845 of symbol that holds plist data.
10846 (gnus-process-plist): Remove plist of process after getting it.
10847
10848 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10849
10850 * message.el (message-generate-hashcash): Change default to
10851 'opportunistic if hashcash is installed.
10852
10853 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10854 (gnus-html-put-image): Only call image-size once, since it's somewhat
10855 time-consuming on remote X servers.
10856
10857 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10858
10859 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10860 decoded contents.
10861 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10862
10863 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10864
10865 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10866 group line format, since it isn't very interesting.
10867
10868 * gnus-agent.el (gnus-agent-short-article),
10869 (gnus-agent-long-article): Increase values for these two variables,
10870 since most people are likely to have more network connection and
10871 storage than before.
10872
10873 * gnus.el (gnus-refer-article-method): Change default to 'current.
10874 When referring an article, the common behavior is to refer it from the
10875 current select method, not the native select method. The chances of
10876 the native select method having the message in question is rather slim
10877 these days.
10878
10879 * gnus-sum.el (gnus-auto-select-subject): Change default to
10880 `unseen-or-unread'. I think it's likely that most people want to
10881 select an unseen article over a previously seen, but unread one.
10882
10883 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10884 means that in the article buffer none of the minor mode elements will
10885 be shown, usually, and this is not desirable in most cases.
10886
10887 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10888 that commands like `d' (and the like) go to the next line in the
10889 buffer, instead of the next unread article. I think this is the
10890 behavior that is most natural for most users.
10891 (gnus-single-article-buffer): Change default to nil, so that people can
10892 have as many article buffers open as they have summary buffer. I think
10893 this is the most natural way for the groups to behave.
10894
10895 * message.el (message-generate-new-buffers): Change default to
10896 `unsent', so that all new message buffers start their names with the
10897 string "*unsent", and it's easier to find the buffers if you move from
10898 them.
10899
10900 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10901
10902 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10903 small. They're probably tracking images.
10904 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10905 (gnus-html-rescale-image): Yet another try at getting the image sizing
10906 right.
10907
10908 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10909 nntp-marks-file-name is nil.
10910
10911 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10912
10913 * gnus-html.el (gnus-html-wash-tags)
10914 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10915 Better logging.
10916
10917 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10918
10919 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10920
10921 * gnus-html.el (gnus-html-wash-tags): Check the value of
10922 gnus-blocked-images in the summary buffer.
10923
10924 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10925
10926 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10927
10928 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10929
10930 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10931 like "a", it seems like.
10932 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10933 since it needs to be picked from the correct buffer.
10934
10935 * nnwfm.el: Remove.
10936
10937 * nnlistserv.el: Remove.
10938
10939 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10940
10941 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10942 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10943
10944 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10945
10946 * nnkiboze.el: Remove.
10947
10948 * nndb.el: Remove.
10949
10950 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10951 alt text.
10952 (gnus-html-rescale-image): Try to get the rescaling logic right for
10953 images that are just wide and not tall.
10954
10955 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10956 overshadow variable bindings.
10957
10958 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10959
10960 * gnus-html.el (gnus-html-wash-tags)
10961 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10962 Add extra logging.
10963
10964 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10965
10966 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10967 (gnus-max-image-proportion): New variable.
10968 (gnus-html-rescale-image): New function.
10969 (gnus-html-put-image): Rescale images.
10970
10971 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10972
10973 Fix up some byte-compiler warnings.
10974 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10975 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10976 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10977 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10978 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10979 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10980 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10981
10982 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10983
10984 * gnus-html.el (gnus-article-html): Decode contents by charset.
10985
10986 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10987
10988 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10989 (gnus-html-frame-width, gnus-blocked-images):
10990 * message.el (message-prune-recipient-rules): Add custom version.
10991 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10992
10993 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10994 functions.
10995
10996 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10997 gnus-process-get.
10998
10999 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11000
11001 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11002 instead of lsub directly.
11003
11004 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11005
11006 * nnwarchive.el: Remove.
11007
11008 * gnus-soup.el: Remove.
11009
11010 * nnsoup.el: Remove.
11011
11012 * nnultimate.el: Remove.
11013
11014 * gnus-html.el (gnus-blocked-images): New variable.
11015
11016 * message.el (message-prune-recipients): New function.
11017 (message-prune-recipient-rules): New variable.
11018
11019 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11020 guess whether a long line is natural text or not.
11021
11022 * gnus-html.el (gnus-html-schedule-image-fetching):
11023 Use gnus-process-plist and friends for compatibility.
11024
11025 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * gnus-html.el: Require packages that define macros used in this file.
11028 (gnus-article-mouse-face): Declare to silence byte-compiler.
11029 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11030 process-get.
11031 (gnus-html-put-image): Use plist-get to avoid getf.
11032 (gnus-html-prefetch-images): Use with-current-buffer.
11033
11034 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11035
11036 * gnus-ems.el: Provide compatibility functions for
11037 gnus-set-process-plist.
11038
11039 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11040 * gnus.el (gnus-valid-select-methods):
11041 * message.el (message-send-mail-partially-limit):
11042 * mm-decode.el (mm-text-html-renderer):
11043 * mml.el (mml-insert-mime-headers-always):
11044 * smiley.el (smiley-regexp-alist): Bump custom version.
11045
11046 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11047
11048 * gnus-html.el: Require mm-url.
11049 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11050 with the url to `url'.
11051 (gnus-html-wash-tags): Support cid: URLs/images.
11052
11053 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11054
11055 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11056 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11057 bindings, as they aren't useful at all. `w' is moved to `W w'.
11058
11059 * gnus-move.el: Remove file, since it doesn't really work.
11060
11061 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11062 UTF-8. This seems to fix problems with some German web feeds.
11063
11064 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11065 at the top so that the proper colors are applied.
11066
11067 * gnus-art.el (gnus-article-view-part): Doc fix.
11068
11069 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11070 XEmacs-compatible.
11071 (gnus-html-put-image): Don't do images on non-graphic displays.
11072
11073 * nnslashdot.el: Remove this unused backend.
11074
11075 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11076 actions.
11077 (gnus-undo-register-1): Revert last change.
11078
11079 * gnus-group.el (gnus-group-completing-read): Protect against not
11080 having completion-styles bound.
11081
11082 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11083 make broken recipients happier.
11084
11085 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11086
11087 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11088 point parameter.
11089
11090 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11091 completion-styles for group selection.
11092
11093 2009-02-04 Andreas Schwab <schwab@suse.de>
11094
11095 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11096 headers and regexp-quote the match if necessary.
11097
11098 2009-03-24 Miles Bader <miles@gnu.org>
11099
11100 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11101 the blinking smiley.
11102
11103 2009-03-24 Simon Josefsson <simon@josefsson.org>
11104
11105 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11106 blink smiley.
11107
11108 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11109
11110 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11111 where the dribbel file lives exists.
11112
11113 * message.el (message-send-mail-partially-limit): Change the default to
11114 nil, since most people don't want this.
11115
11116 * mm-url.el (mm-url-decode-entities): Also decode entities like
11117 &#x3212.
11118
11119 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11120
11121 * gnus-sum.el (gnus-summary-idna-message):
11122 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11123 Hyperlink urls in docstrings with URL `...'.
11124
11125 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11126
11127 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11128 functions.
11129
11130 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11131
11132 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11133 say what the mouseover text should be.
11134
11135 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11136 version of the mm-w3m-safe-url-regexp variable to only download images
11137 in the groups where we want that to happen.
11138
11139 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11140
11141 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11142 easier debugging.
11143 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11144 big pictures in the article buffer.
11145
11146 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11147 gnus-article-html.
11148 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11149 w3m.
11150
11151 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11152
11153 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11154
11155 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11156 which doesn't exist.
11157
11158 * message.el (message-inhibit-ecomplete): New variable to allow some
11159 function to inhibit ecomplete address storage.
11160 (message-resend): Disable ecomplete message storage when resending
11161 messages.
11162
11163 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11164
11165 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11166
11167 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11168 Save excursion while copying, moving, and deleting articles in order to
11169 prevent the cursor from jumping to unforeseen place.
11170
11171 2010-08-17 Glenn Morris <rgm@gnu.org>
11172
11173 * gnus-sync.el: Require gnus components whose functions are used.
11174
11175 * gnus-art.el (bookmark-make-record-function):
11176 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11177 Declare for compiler.
11178
11179 * mm-url.el (mml-compute-boundary): Autoload.
11180
11181 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11182
11183 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11184
11185 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11186
11187 Typo fix "hoo4a" -> "hook".
11188
11189 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11190
11191 2010-08-14 Glenn Morris <rgm@gnu.org>
11192
11193 * gnus-sync.el (gnus-sync): Fix defgroup version.
11194
11195 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11196
11197 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11198
11199 * gnus-sync.el: Fix docs.
11200 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11201 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11202
11203 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11204
11205 Optimizations for gnus-sync.el.
11206
11207 * gnus-sync.el: Add docs about gnus-sync-backend
11208 possibilities.
11209 (gnus-sync-save): Remove unnecessary message.
11210 (gnus-sync-read): Optimize and show what groups were skipped.
11211
11212 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11213
11214 Minor bug fixes for gnus-sync.el.
11215
11216 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11217 Don't read the sync on get-new-news.
11218
11219 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11220 quiet.
11221
11222 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11223 (fix typo).
11224
11225 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11226
11227 Make saving and restoring of hidden threads work with overlays.
11228 Patch applied by Ted Zlatanov.
11229
11230 * gnus-sum.el (gnus-hidden-threads-configuration)
11231 (gnus-restore-hidden-threads-configuration): Update to deal with text
11232 properties, rather than searching for a magic character.
11233
11234 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11235
11236 New gnus-sync.el library for synchronization of marks.
11237
11238 * gnus-sync.el: New library for synchronization of marks.
11239
11240 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11241 renamed from `gnus-registry-grep-in-list'.
11242
11243 * gnus-registry.el (gnus-registry-follow-group-p):
11244 Use `gnus-grep-in-list'.
11245
11246 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11247
11248 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11249
11250 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11251 determining charset of text fails.
11252
11253 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11254
11255 * nnmail.el (nnmail-get-new-mail-1): Revert.
11256
11257 * nnml.el (nnml-active-number): Make sure names of newly created groups
11258 in nnml-group-alist are encoded.
11259
11260 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11261
11262 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11263 containing non-ASCII characters in active file for nnml back end.
11264
11265 2010-07-24 David Engster <dengste@eml.cc>
11266
11267 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11268 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11269
11270 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11271
11272 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11273 tag (Bug#6654).
11274
11275 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11276
11277 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11278 the article buffer, not the summary buffer.
11279
11280 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11281
11282 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11283 Emacs 23 as well.
11284
11285 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11286
11287 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11288 Patch applied by Karl Fogel.
11289
11290 * gnus-sum.el (gnus-summary-bookmark-make-record):
11291 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11292
11293 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11294
11295 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11296 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11297 C-w still not working correctly from Article buffers; Thierry's
11298 patch to fix that will be applied after this.
11299
11300 * gnus-art.el (bookmark-make-record-function): New local variable.
11301
11302 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11303 article buffer.
11304 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11305
11306 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11307
11308 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11309 on changes in bookmark.el.
11310
11311 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11312
11313 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11314 the *other* type of HTML form submission.
11315
11316 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11317
11318 * auth-source.el (auth-source-pick): If choice does not contain a
11319 questioned keyword, set the check to t.
11320
11321 2010-06-12 Romain Francoise <romain@orebokech.com>
11322
11323 * gnus-util.el (gnus-date-get-time): Move up before first use.
11324
11325 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11326
11327 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11328 (gnus-article-edit-part): Bind it to make last part that is substituted
11329 or deleted visible.
11330 (gnus-mime-display-single): Buttonize part of which id equals to
11331 gnus-mime-buttonized-part-id.
11332
11333 2010-06-10 Dan Christensen <jdc@uwo.ca>
11334
11335 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11336 (gnus-dd-mmm): Use gnus-date-get-time.
11337 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11338 simplify logic.
11339 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11340 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11341
11342 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11343
11344 * auth-source.el (top): Autoload `secrets-list-collections',
11345 `secrets-create-item', `secrets-delete-item'.
11346 (auth-sources): Fix tag string.
11347 (auth-get-source, auth-source-retrieve, auth-source-create)
11348 (auth-source-delete): New defuns.
11349 (auth-source-pick): Rewrite in order to avoid 2 passes.
11350 (auth-source-forget-user-or-password): New parameter USERNAME.
11351 (auth-source-user-or-password): New parameters CREATE-MISSING and
11352 DELETE-EXISTING. Retrieve password interactively, if needed.
11353
11354 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11355
11356 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11357 deleting unused directories when gnus-expert-user is t.
11358
11359 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11360
11361 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11362 for each temp file when gnus-article-browse-delete-temp is ask.
11363
11364 2010-05-20 Kevin Ryde <user42@zip.com.au>
11365
11366 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11367
11368 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11369
11370 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11371 article unless decoding article to be saved.
11372
11373 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11374
11375 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11376 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11377 generated within the mm-with-unibyte-current-buffer macro.
11378
11379 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11380
11381 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11382 to nil when we're in a mml-preview buffer and no group is selected.
11383
11384 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11385
11386 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11387 when catching the `C-g'. Reported by "Leo".
11388
11389 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11390
11391 * message.el (message-forward-make-body-plain)
11392 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11393 multibyte-string-p.
11394
11395 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11396
11397 * message.el (message-forward-make-body-mml): Assume original message
11398 is multibyte string; error on unibyte.
11399 (message-forward-make-body-plain): Ditto; don't add excessive newline
11400 in body end.
11401
11402 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11403
11404 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11405 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11406
11407 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11408
11409 * mm-extern.el (mm-extern-url): Don't use
11410 mm-with-unibyte-current-buffer.
11411 (mm-extern-cache-contents): Use with-current-buffer instead of
11412 save-excursion + set-buffer.
11413
11414 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11415
11416 * mm-util.el (mm-emacs-mule): Remove.
11417
11418 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11419
11420 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11421 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11422 change.
11423
11424 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11425
11426 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11427 bind the default value of enable-multibyte-characters to nil.
11428
11429 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11430
11431 * message.el (message-forward-make-body-plain)
11432 (message-forward-make-body-mml):
11433 Don't use mm-with-unibyte-current-buffer.
11434
11435 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11436
11437 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11438 (Bug#5592).
11439
11440 2010-05-07 Julien Danjou <julien@danjou.info>
11441
11442 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11443 it to mm-pipe-part.
11444
11445 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11446 it is given.
11447
11448 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11449
11450 * nnweb.el (nnweb-gmane-search):
11451 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11452 XEmacs.
11453
11454 * gnus-art.el (gnus-article-browse-html-parts):
11455 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11456 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11457 make-temp-file.
11458
11459 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11460 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11461 compiling.
11462
11463 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11464 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11465 XEmacs when compiling.
11466
11467 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11468 gnus-pick-mode-off-hook for XEmacs when compiling.
11469 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11470 gnus-binary-mode-off-hook for XEmacs when compiling.
11471
11472 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11473 Return nil if char-charset is not available.
11474
11475 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11476 macro.
11477
11478 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11479 instead of encode-coding-string.
11480
11481 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11482 'xemacs) instead of mm-emacs-mule to switch function definitions.
11483 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11484
11485 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11486
11487 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11488
11489 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11490
11491 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11492 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11493
11494 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11495
11496 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11497 alias `jka-compr-delete-temp-file' no longer exists.
11498
11499 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 Use define-minor-mode in Gnus where applicable.
11502 * mml.el (mml-mode): Use define-minor-mode.
11503 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11504 (gnus-undo-mode): Use define-minor-mode.
11505 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11506 (gnus-dead-summary-mode): Use define-minor-mode.
11507 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11508 Initialize in declaration.
11509 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11510 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11511 (gnus-mailing-list-mode): Use define-minor-mode.
11512 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11513 (gnus-draft-mode): Use define-minor-mode.
11514 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11515 (gnus-dired-mode): Use define-minor-mode.
11516
11517 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11518
11519 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11520 handles on recursive mml-to-mime translation and check them for
11521 boundary delimiter collisions. Reported by Greg Troxel.
11522
11523 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11524
11525 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11526
11527 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * mm-util.el (mm-find-buffer-file-coding-system):
11530 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11531
11532 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11533
11534 * message.el (message-generate-headers): Record insertion of optional
11535 headers as well. Otherwise the check to prevent repeated insertion of
11536 optional headers is a no-op.
11537
11538 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11539
11540 * smime.el: Don't mention CVS.
11541
11542 * nnrss.el (nnrss-fetch): Don't mention CVS.
11543
11544 * nnir.el: Don't mention CVS.
11545
11546 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * gnus-sum.el (gnus-summary-bookmark-make-record):
11549 Add `location' field.
11550
11551 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11552
11553 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11554 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11555 Use with-current-buffer to silence the byte-compiler.
11556 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11557 bother to require `gnus'.
11558 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11559
11560 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11561
11562 * gnus-sum.el (gnus-summary-bookmark-make-record)
11563 (gnus-summary-bookmark-jump): New functions.
11564 (gnus-summary-mode): Setup bookmark support.
11565
11566 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11567
11568 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11569 if set.
11570
11571 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11572
11573 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11574 gnus-article-browse-html-save-cid-image; make it work recursively for
11575 forwarded messages as well.
11576 (gnus-article-browse-html-parts): Work when prefix arg is given.
11577 (gnus-article-browse-html-article): Doc fix.
11578
11579 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11580
11581 * message.el (message-default-mail-headers)
11582 (message-default-headers): Carry the value mail-default-headers over
11583 into message-default-mail-headers, rather than message-default-headers.
11584
11585 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11586
11587 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11588 charset.
11589
11590 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11591 charset into the <meta> tag when the article is encoded to utf-8.
11592
11593 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11594
11595 * gnus-art.el (gnus-article-browse-delete-temp-files):
11596 Delete directories as well.
11597 (gnus-article-browse-html-parts): Work for images that do not specify
11598 file names; delete temp directory when quitting; insert header at the
11599 right place; use file: scheme for image files.
11600
11601 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11602
11603 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11604 (gnus-article-browse-html-parts): Use it to make temporary cid image
11605 files in addition to html file so that browser may display them.
11606
11607 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11608
11609 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11610
11611 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11612
11613 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11614
11615 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11616
11617 * auth-source.el (auth-sources): Change default to be simpler.
11618 Explain about Secret Service API sources. Improve Customize options.
11619 (auth-source-pick): Change to accept any number of search parameters.
11620 Implement fallbacks iteratively, not recursively. Add scoring on the
11621 second pass and sort by score. Call Secret Service API when needed.
11622 (auth-source-user-or-password): Use it. Call Secret Service API
11623 directly when needed to get the user name and the password.
11624
11625 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11626
11627 * message.el (message-interactive): Doc fix.
11628 (message-qmail-inject-args): Reflow.
11629 (message-kill-to-signature): Fix typo in docstring.
11630
11631 * smiley.el (smiley-buffer): Fix typo in docstring.
11632
11633 2010-03-24 Glenn Morris <rgm@gnu.org>
11634
11635 * mail-source.el (gnus-message): Declare.
11636 (mail-source-delete-old-incoming): Require gnus-util.
11637
11638 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11639
11640 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11641
11642 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11643
11644 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11645 password-cache's default if it is not bound.
11646 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11647 password-cache-expiry's default if it is not bound.
11648
11649 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11650 available in Emacs 21.
11651
11652 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11653
11654 * auth-source.el (auth-sources): Fix up definition so extra parameters
11655 are always inline.
11656
11657 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11658
11659 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11660 wasn't updated after mismatch. Clear cached mailbox info correctly
11661 when uidvalidity changes.
11662 (nnimap-group-prefixed-name): New function to avoid some code
11663 duplication.
11664 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11665 (nnimap-request-group): Use it.
11666 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11667 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11668 with many imap folders. This is done by caching the group status from
11669 the imap server persistently in a group parameter `imap-status'. (This
11670 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11671 but not persistently, so every Gnus startup was still very slow.)
11672
11673 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11674
11675 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11676 secrets.el dependency.
11677 (auth-sources): Add optional user name. Add secrets.el configuration
11678 choice (unused right now).
11679
11680 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11681
11682 * gnus-sum.el (gnus-summary-make-menu-bar):
11683 Let `gnus-registry-install-shortcuts' fill in the functions.
11684
11685 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11686 warnings.
11687 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11688 (gnus-registry-install-shortcuts): Populate and use it in a
11689 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11690
11691 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11692
11693 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11694 In-place substitutions for the group name encoding/decoding.
11695 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11696 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11697 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11698 (nnimap-update-unseen, nnimap-request-list)
11699 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11700 (nnimap-request-set-mark, nnimap-split-to-groups)
11701 (nnimap-split-articles, nnimap-request-newgroups)
11702 (nnimap-request-create-group, nnimap-request-accept-article)
11703 (nnimap-request-delete-group, nnimap-request-rename-group)
11704 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11705 `encoded-mbx' for consistency.
11706 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11707 variable `imap-current-mailbox'.
11708
11709 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11710 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11711
11712 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11713
11714 * pop3.el (pop3-display-message-size-flag): Display message size byte
11715 counts during POP3 download.
11716 (pop3-movemail): Use it.
11717 (pop3-list): Implement listing of available messages.
11718
11719 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11720
11721 * nnir.el (nnir-get-article-nov-override-function): New function to
11722 override the normal NOV retrieval.
11723 (nnir-retrieve-headers): Use it.
11724
11725 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11726
11727 * auth-source.el (netrc-machine-user-or-password): Autoload.
11728
11729 2010-03-19 Glenn Morris <rgm@gnu.org>
11730
11731 Stop message.el from loading about 40 libraries it doesn't always need.
11732 The general approach is to autoload rather than require, and to
11733 require in the specific functions rather than the file. (Bug#5642)
11734
11735 * gmm-utils.el: Don't require wid-edit.
11736 (widget-create-child-value, widget-convert, widget-default-get):
11737 Autoload.
11738
11739 * gnus-util.el: Don't require time-date, netrc.
11740 (message-fetch-field, gnus-group-name-decode): Declare rather than
11741 autoloading.
11742 (gnus-fetch-field): Require message.
11743 (gnus-decode-newsgroups): Require gnus-group.
11744
11745 * ietf-drums.el: Don't require time-date.
11746
11747 * message.el: Don't require hashcash, canlock, ecomplete.
11748 Do require mail-utils. Require nnheader only when compiling.
11749 (smtpmail-default-smtp-server): Remove declaration.
11750 (message-send-mail-function): Check smtpmail-default-smtp-server
11751 is bound rather than requiring smtpmail.
11752 (message-auto-save-directory, message-insert-signature):
11753 Use expand-file-name rather than nnheader-concat.
11754 (nnheader-insert-file-contents): Autoload.
11755 (hashcash-wait-async): Declare.
11756 (message-send-mail): Only call gnus-setup-posting-charset if
11757 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11758 (message-send-mail-with-sendmail): Require sendmail.
11759 (canlock-password, canlock-password-for-verify): Declare.
11760 (message-canlock-password): Require canlock.
11761 (nnheader-get-report): Autoload.
11762 (gnus-setup-posting-charset): Declare.
11763 (message-send-news): Require gnus-msg.
11764 (message-make-references, message-make-in-reply-to): Use mail-header-id
11765 rather than the alias mail-header-message-id.
11766 (ecomplete-add-item, ecomplete-save): Declare.
11767 (message-put-addresses-in-ecomplete): Require ecomplete.
11768 (ecomplete-display-matches): Autoload.
11769
11770 * mm-decode.el: Don't require mailcap, gnus-util.
11771 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11772 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11773 Autoload.
11774 (mailcap-mime-extensions): Declare.
11775
11776 * mm-encode.el: Don't require mailcap.
11777 (mailcap-extension-to-mime): Autoload.
11778
11779 * mml-sec.el: Don't require password-cache.
11780
11781 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11782 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11783 (mml-minibuffer-read-type): Require mailcap.
11784 (mml-preview): Require gnus-msg.
11785
11786 * mml1991.el: Require password-cache.
11787 (password-cache-expiry): Remove declaration.
11788
11789 * mml2015.el: Require password-cache.
11790 (password-cache-expiry): Remove declaration.
11791
11792 * nneething.el (mailcap): Require mailcap.
11793
11794 * nnheader.el (declare-function): Add compatibility stub.
11795 (message-remove-header): Declare rather than autoload.
11796 (nnheader-replace-header): Require message.
11797
11798 * nnimap.el (declare-function): Add compatibility stub.
11799 (netrc-parse, netrc-machine-user-or-password): Declare.
11800 (nnimap-open-connection): Require netrc.
11801
11802 * nntp.el (declare-function): Add compatibility stub.
11803 (netrc-parse, netrc-machine, netrc-get): Declare.
11804 (nntp-send-authinfo): Require netrc.
11805
11806 * rfc2047.el: Don't require qp.
11807 (quoted-printable-encode-region, quoted-printable-decode-string):
11808 Autoload.
11809
11810 * sieve-mode.el: Don't require easymenu.
11811 (easy-menu-add-item): Autoload it.
11812
11813 * spam-stat.el (time-to-number-of-days): Autoload it.
11814
11815 2010-03-17 Kevin Ryde <user42@zip.com.au>
11816
11817 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11818 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11819 value if any backslash escapes).
11820
11821 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11824 if it is available. (bug#5647)
11825
11826 2010-02-26 Glenn Morris <rgm@gnu.org>
11827
11828 * message.el (message-send-mail-function): Change the default, so that
11829 it inherits from a customized send-mail-function. (Bug#5643)
11830
11831 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11834 shell-command-to-string signals an error (bug#5299).
11835
11836 2010-02-24 Glenn Morris <rgm@gnu.org>
11837
11838 * message.el (message-smtpmail-send-it)
11839 (message-send-mail-with-mailclient): Doc fixes.
11840
11841 2010-02-16 Glenn Morris <rgm@gnu.org>
11842
11843 * message.el (message-default-mail-headers): Change the default value
11844 to ease the transition from mail-mode to message-mode. (Bug#5555)
11845
11846 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11847
11848 * message.el (message-mail): Just pass yank-action on to message-setup.
11849 (message-setup): Handle (FUN . ARGS) form of yank-action.
11850 (message-with-reply-buffer, message-widen-reply)
11851 (message-yank-original): Handle non-buffer values of
11852 message-reply-buffer (Bug#4080).
11853 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11854
11855 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11856
11857 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11858 Fix typo in docstring.
11859
11860 2010-01-08 Jason Rumney <jasonr@gnu.org>
11861
11862 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11863 response.
11864
11865 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11866
11867 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11868
11869 * message.el (message-check-news-header-syntax): Protect against a
11870 string that `rfc822-addresses' returns when parsing fails.
11871
11872 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11873
11874 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11875 (gnus-previous-char-property-change): New functions.
11876
11877 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11878
11879 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11880
11881 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11882 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11883
11884 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11885
11886 * message.el (message-exchange-point-and-mark): Rework last change to
11887 avoid using optional arg of exchange-point-and-mark, for backward
11888 compatibility.
11889
11890 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11891
11892 * message.el (message-exchange-point-and-mark):
11893 Call exchange-point-and-mark with an argument rather than setting
11894 mark-active by hand (Bug#5175).
11895
11896 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11897
11898 * nntp.el (nntp-service-to-port): Work for service expressed with
11899 numeric string; replace [:digit:] with [0-9] for XEmacs.
11900
11901 2009-12-17 Glenn Morris <rgm@gnu.org>
11902
11903 * gnus-group.el (gnus-bug-group-download-format-alist):
11904 Change emacs entry to debbugs.gnu.org. Bump :version.
11905
11906 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11907
11908 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11909
11910 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11911
11912 * message.el (message-info): Explain why we use `Info-goto-node'.
11913
11914 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * message.el (message-completion-in-region): New compatibility function.
11917 (message-expand-group): Use it.
11918
11919 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11920
11921 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11922 with no unread article should be listed if the 2nd arg `predicate' is
11923 given.
11924
11925 2009-11-29 Juri Linkov <juri@jurta.org>
11926
11927 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11928 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11929 on `gnus-recenter'. (Bug#4698, Bug#4981)
11930
11931 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11932
11933 * message.el (message-from-style, message-interactive)
11934 (message-signature): Always set default values from the corresponding
11935 mail-* variables.
11936 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11937 (message-yank-prefix, message-indentation-spaces)
11938 (message-signature-file, message-default-headers): Use boundp rather
11939 than (featurep 'xemacs) to check if the corresponding mail-* variables
11940 exist.
11941
11942 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11943
11944 * message.el (message-send-mail-with-sendmail): Revert last change.
11945
11946 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11947
11948 * message.el (message-from-style, message-interactive)
11949 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11950 (message-yank-prefix, message-indentation-spaces, message-signature)
11951 (message-signature-file, message-default-headers): For GNU Emacs, set
11952 default values from the corresponding mail-* variables.
11953 (message-send-mail-with-sendmail): Use envelope-from only if
11954 mail-specify-envelope-from is non-nil.
11955
11956 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11957
11958 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11959 containing tspecial characters if they have been already quoted.
11960
11961 2009-10-24 Glenn Morris <rgm@gnu.org>
11962
11963 * gnus-art.el (help-xref-stack-item): Define for compiler.
11964
11965 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11966
11967 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11968
11969 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11970
11971 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11972 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11973
11974 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11975
11976 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11977 (gnus-overlays-in): New alias to overlays-in.
11978
11979 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11980 gnus-overlay-get, and gnus-delete-overlay.
11981 (gnus-summary-show-thread): Make it work as well for systems in which
11982 next-single-char-property-change is not available.
11983 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11984
11985 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11986
11987 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11988
11989 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11990
11991 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11992 and XEmacs that don't have `remove-overlays'.
11993
11994 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11997 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11998 selective display. Use overlays instead.
11999
12000 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12001
12002 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12003
12004 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12005
12006 * spam-stat.el (spam-stat-load): Fix typo in message.
12007
12008 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12009
12010 * gnus-art.el (gnus-article-encrypt-body):
12011 * message.el (message-check-recipients):
12012 * mm-util.el (mm-codepage-setup):
12013 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12014 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12015
12016 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12017
12018 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12019 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12020 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12021 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12022 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12023
12024 2009-09-18 Glenn Morris <rgm@gnu.org>
12025
12026 * gnus-diary.el (gnus-diary-check-message):
12027 * message.el (message-insert-formatted-citation-line):
12028 * nnbabyl.el (top-level):
12029 * nndiary.el (nndiary-schedule):
12030 Fix typos in condition-case handlers.
12031
12032 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12033
12034 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12035 configuration that provides the sole article window in a frame;
12036 position point correctly after deleting a part.
12037
12038 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12039
12040 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12041 (spam-resolve-registrations-routine): Use it to unregister articles
12042 that change status.
12043
12044 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12045
12046 * nnrss.el (nnrss-request-article): Remove binding of
12047 default-enable-multibyte-characters that has gotten needless by
12048 the 2007-07-13 change in rfc2047-encode-message-header.
12049
12050 * mml.el (mml-insert-multipart): Error on the message header.
12051 (mml-insert-part): Error on the message header; position point at
12052 the end of a MIME tag.
12053
12054 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12055
12056 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12057 (gnus-float-time): Alias to float-time if it exists.
12058
12059 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12060 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12061 float-time is available; suppress compile warning for time-to-seconds.
12062
12063 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12064
12065 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12066 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12067 Add the optional argument `encoding' that overrides the default.
12068
12069 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12070 mm-encode-buffer.
12071
12072 2009-09-04 Glenn Morris <rgm@gnu.org>
12073
12074 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12075 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12076 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12077 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12078 * mm-util.el (mm-with-unibyte-current-buffer)
12079 (mm-find-buffer-file-coding-system):
12080 * yenc.el (yenc-decode-region): Use default-value rather than
12081 default-enable-multibyte-characters.
12082
12083 2009-09-03 Glenn Morris <rgm@gnu.org>
12084
12085 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12086 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12087 than default-enable-multibyte-characters.
12088
12089 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12090
12091 * gnus-art.el (gnus-article-read-summary-keys):
12092 Fix gnus-buffer-configuration's value temporarily used.
12093
12094 2009-09-02 Glenn Morris <rgm@gnu.org>
12095
12096 * gnus-util.el (gnus-float-time): New function.
12097 * gnus-delay.el (gnus-delay-article):
12098 * gnus-sum.el (gnus-thread-latest-date):
12099 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12100 * nnspool.el (nnspool-request-newgroups):
12101 Use gnus-float-time rather than time-to-seconds.
12102 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12103
12104 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12105 (gnus-header-subject-face, gnus-header-newsgroups-face)
12106 (gnus-header-name-face, gnus-header-content-face):
12107 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12108 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12109 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12110 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12111 (gnus-cite-face-11):
12112 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12113 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12114 (gnus-server-closed-face, gnus-server-denied-face)
12115 (gnus-server-offline-face):
12116 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12117 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12118 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12119 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12120 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12121 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12122 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12123 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12124 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12125 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12126 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12127 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12128 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12129 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12130 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12131 (gnus-summary-high-undownloaded-face)
12132 (gnus-summary-low-undownloaded-face)
12133 (gnus-summary-normal-undownloaded-face)
12134 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12135 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12136 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12137 (gnus-splash-face):
12138 * message.el (message-header-to-face, message-header-cc-face)
12139 (message-header-subject-face, message-header-newsgroups-face)
12140 (message-header-other-face, message-header-name-face)
12141 (message-header-xheader-face, message-separator-face)
12142 (message-cited-text-face, message-mml-face):
12143 * sieve-mode.el (sieve-control-commands-face)
12144 (sieve-action-commands-face, sieve-test-commands-face)
12145 (sieve-tagged-arguments-face):
12146 * spam.el (spam-face):
12147 Mark face aliases with "-face" in the name as obsolete.
12148
12149 2009-09-01 Glenn Morris <rgm@gnu.org>
12150
12151 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12152 than goto-line.
12153
12154 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12155
12156 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12157 Don't move point if the command is invoked inside the message header.
12158
12159 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12160
12161 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12162 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12163 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12164 * nnir.el (nnir-swish-e-index-file):
12165 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12166 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12167 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12168 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12169 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12170 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12171
12172 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12173
12174 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12175 Don't save excursion.
12176
12177 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * nnheader.el (nnheader-find-file-noselect):
12180 * mm-util.el (mm-insert-file-contents):
12181 Use (default-value 'major-mode) instead of default-major-mode.
12182
12183 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12186
12187 2009-08-25 Glenn Morris <rgm@gnu.org>
12188
12189 * nnir.el (top-level): Don't require cl at run-time.
12190 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12191 Replace cl-function substitute with gnus-replace-in-string.
12192 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12193 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12194 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12195 simplified expansions.
12196
12197 2009-08-22 Glenn Morris <rgm@gnu.org>
12198
12199 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12200 goto-line.
12201
12202 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12203
12204 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12205
12206 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12207 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12208 (gnus-mm-display-part, gnus-mime-display-single)
12209 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12210 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12211
12212 * gnus-sum.el
12213 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12214 (gnus-summary-move-article): Add expirable mark to articles copied or
12215 moved to group that has auto-expire turned on if the option is non-nil.
12216
12217 2009-07-24 Glenn Morris <rgm@gnu.org>
12218
12219 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12220 Fix typo. (Bug#3903)
12221
12222 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12223
12224 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12225 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12226 that should not be used for draft articles.
12227 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12228 that has no concern in minor mode keys.
12229 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12230 Abolish.
12231
12232 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12233
12234 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12235 article without making inquiry to a user for unknown encoding.
12236
12237 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12238 (nnmaildir--scan): Assume i-node and device number that file-attributes
12239 returns might be cons-cell.
12240
12241 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12242
12243 * auth-source.el: Remove docs now in auth.texi. Don't use
12244 `gnus-message' for logging. Add new variables `auth-source-debug' and
12245 `auth-source-hide-passwords' and use them.
12246
12247 2009-07-15 Glenn Morris <rgm@gnu.org>
12248
12249 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12250
12251 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12252
12253 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12254 excessive whitespace from the default values of title and description.
12255
12256 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12257
12258 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12259 mail-fetch-field to fetch Content-Description header in order to
12260 exclude newlines.
12261
12262 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12263
12264 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12265 to deleted part.
12266
12267 2009-05-30 David Engster <dengste@eml.cc>
12268
12269 * nnmairix.el: Remove old documentation in the commentary block.
12270 (nnmairix-request-group): Do not update active file for nnml back ends.
12271 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12272 end so that overview files are ignored.
12273 (nnmairix-update-groups): Make updating the groups more robust by using
12274 marks.
12275 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12276 with dollar characters in message-id.
12277
12278 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12279
12280 * spam.el: Use dns-query instead of query-dns. Was renamed on
12281 2008-12-25 in dns.el.
12282
12283 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12286 could happen if the text is only composed of spaces and/or tabs.
12287
12288 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12289
12290 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12291 when sending a queued message to avoid extra mml tags.
12292
12293 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12294
12295 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12296
12297 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12298
12299 * gnus-dired.el: Remove autoload for gnus-setup-message.
12300 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12301 displaying Gnus logo; always use compose-mail.
12302
12303 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12304
12305 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12306
12307 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12308
12309 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12310 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12311 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12312 available.
12313 (gnus-nocem-epg-verify): New function.
12314
12315 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12316
12317 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12318
12319 2009-02-15 Glenn Morris <rgm@gnu.org>
12320
12321 * gnus-util.el (rmail-insert-rmail-file-header)
12322 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12323 autoloads.
12324 (rmail-default-rmail-file): Remove unnecessary declaration.
12325 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12326
12327 2009-02-14 Glenn Morris <rgm@gnu.org>
12328
12329 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12330 variable (only used in gnus-util, which declares it anyway).
12331 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12332 which was only needed by gnus-art (changed to not use it any more).
12333 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12334 only used in gnus-util, which autoloads it itself.
12335 (rmail-update-summary): Fix autoload.
12336
12337 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12338 rather than rmail-output-to-rmail-file.
12339
12340 2009-02-07 Glenn Morris <rgm@gnu.org>
12341
12342 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12343 autoload of function that no longer exists.
12344 (rmail-toggle-header): Declare.
12345 (message-forward-rmail-make-body): Handle mbox Rmail.
12346
12347 2009-01-31 Glenn Morris <rgm@gnu.org>
12348
12349 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12350 2009-01-09 change.
12351
12352 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12353
12354 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12355 (auth-source-forget-all-cached): New convenience function.
12356 (auth-source-user-or-password): Accept list of modes or a single mode.
12357
12358 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12359 auth-source modes.
12360
12361 * nnimap.el (nnimap-open-connection): Use list of
12362 auth-source modes.
12363
12364 * nntp.el (nntp-send-authinfo): Use list of
12365 auth-source modes.
12366
12367 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12368
12369 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12370 now.
12371
12372 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12373
12374 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12375 coding system in XEmacs; add a workaround for XEmacs.
12376
12377 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12378
12379 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12380 of current-language-environment.
12381
12382 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12383
12384 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12385 available at runtime.
12386
12387 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12388
12389 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12390
12391 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12392
12393 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12394 the greatest positive fixnum value doesn't work under an XEmacs with
12395 bignum support; use the most-positive-fixnum constant instead,
12396 available since Emacs 21.1 with cl and XEmacs 21.1.
12397
12398 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12399
12400 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12401 XEmacs gets not to work.
12402
12403 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12404
12405 * mm-util.el (mm-coding-system-priorities): Allow the value like
12406 "Japanese (UTF-8)" of current-language-environment.
12407
12408 2009-01-09 Glenn Morris <rgm@gnu.org>
12409
12410 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12411 with last-command-event.
12412
12413 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12414
12415 * message.el (message-fix-before-sending): Amend comment.
12416
12417 2009-01-07 David Engster <dengste@eml.cc>
12418
12419 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12420 simplified server definitions by converting it via
12421 gnus-server-to-method.
12422
12423 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12424
12425 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12426 parameter's operands.
12427
12428 2009-01-06 David Engster <dengste@eml.cc>
12429
12430 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12431 primary select method (for gnus-group-mark-article-as-read).
12432
12433 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12434
12435 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12436 `(gnus)Face', not `(gnus)X-Face'.
12437
12438 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12439
12440 * mm-util.el (mm-ucs-to-char): New function.
12441
12442 * mm-url.el (mm-url-decode-entities): Use it.
12443
12444 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12445
12446 * message.el (message-fix-before-sending): Add `eight-bit' to
12447 illegible-text check.
12448
12449 2009-01-03 Michael Olson <mwolson@gnu.org>
12450
12451 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12452 `headers' is nil. This can occur if the IMAP server does not have
12453 permissions to read messages from a folder, but can write new messages
12454 to the folder.
12455 (nnimap-request-article-part): Do not insert `data' if it is nil.
12456
12457 2009-01-01 Dave Love <fx@gnu.org>
12458
12459 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12460
12461 * nnimap.el: Fix author email.
12462 (nnimap-split-rule): Add FIXME comment.
12463 (nnimap-debug): Fix doc string.
12464
12465 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12466
12467 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12468 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12469 to check if those variables exist (first appeared in Emacs 18.50).
12470
12471 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12472
12473 * mm-util.el (mm-line-number-at-pos): New function.
12474
12475 * spam-report.el (spam-report-process-queue): Use it.
12476
12477 2008-12-24 David Engster <dengste@eml.cc>
12478
12479 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12480 parameters that haven't existed as variables as buffer-local variables.
12481
12482 2008-12-23 Dave Love <fx@gnu.org>
12483
12484 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12485 cadar.
12486
12487 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12488 imap-starttls-p.
12489 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12490
12491 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12492
12493 * spam-report.el (spam-report-gmane-max-requests): New constant.
12494 (spam-report-gmane-wait): New variable.
12495 (spam-report-gmane-ham, spam-report-gmane-spam)
12496 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12497 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12498 the server.
12499
12500 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12501 Add explanations.
12502
12503 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12504 nnheader-accept-process-output and nnheader-read-timeout if available.
12505 (pop3-movemail): Use it.
12506
12507 * message.el (message-check-news-body-syntax): Fix signature check if
12508 there's an attachment.
12509
12510 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12511
12512 * mm-util.el: Add comments to the mm- emulating functions.
12513
12514 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12515
12516 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12517 Reported by Stephen Berman <stephen.berman@gmx.net>.
12518
12519 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12520
12521 * mm-util.el (mm-substring-no-properties): New function.
12522 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12523 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12524 (mm-string-to-multibyte): Doc fix.
12525
12526 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12527
12528 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12529
12530 * mml.el (mml-attach-file): Strip text properties from file name.
12531 (Bug#1574)
12532
12533 2008-12-16 Glenn Morris <rgm@gnu.org>
12534
12535 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12536
12537 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12538
12539 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12540 knows since the charset specified might be a bogus alias that
12541 mm-charset-synonym-alist provides.
12542
12543 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12544
12545 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12546 "ISO_8859-1".
12547
12548 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12549
12550 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12551
12552 * mm-util.el (mm-charset-eval-alist):
12553 Define it before mm-charset-to-coding-system.
12554 (mm-charset-to-coding-system): Add optional argument `silent';
12555 define it before mm-charset-override-alist.
12556 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12557 default value if it can be used in Emacs currently running;
12558 silence mm-charset-to-coding-system.
12559
12560 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12561
12562 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12563 `allow-override' which says whether to use `mm-charset-override-alist'.
12564 (rfc2047-decode-encoded-words): Use it.
12565
12566 * mm-util.el (mm-charset-override-alist): Fix custom type;
12567 add `(gb2312 . gbk)' to choices.
12568
12569 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12570
12571 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12572 fast.
12573
12574 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12575
12576 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12577
12578 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12579 on links.
12580
12581 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12582
12583 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12584
12585 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12586 users' addresses that don't have domain parts.
12587 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12588 rather than message-narrow-to-head since there will be the message
12589 header separator.
12590
12591 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12592
12593 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12594 since the result is inserted in a unibyte buffer anyway.
12595 (nnimap-demule-use-string-to-multibyte): Remove.
12596 (nnimap-demule): Alias it to mm-string-to-multibyte.
12597
12598 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12599
12600 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12601 variable for debugging bug#464 and bug#1174.
12602 (nnimap-demule): Use it.
12603
12604 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12605
12606 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12607 score calculation correctly.
12608
12609 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * message.el (message-send-mail): Just set the buffer to unibyte
12612 rather than use mm-with-unibyte-current-buffer which does a lot more.
12613 (message-send-mail-partially): Don't bother with
12614 mm-with-unibyte-current-buffer since it's already been made unibyte by
12615 message-send-mail.
12616
12617 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12618
12619 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12620
12621 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12622
12623 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12624
12625 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12626
12627 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12628 require itself and to remove `with-no-warnings'.
12629
12630 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12631
12632 * starttls.el (starttls-any-program-available): Get the name of the
12633 available TLS layer program.
12634 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12635 well as the host name in the "opening" message.
12636
12637 * auth-source.el (auth-source-cache, auth-source-do-cache)
12638 (auth-source-user-or-password): Cache passwords and logins by default,
12639 allow override with `auth-source-do-cache'.
12640 (auth-source-forget-user-or-password): Allow users to remove cache
12641 entries if needed.
12642
12643 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12644
12645 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12646 condition-case to only the forward-sexp call.
12647
12648 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12649
12650 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12651 quotes contained. Make it more robust regardless by an extra
12652 condition-case wrapper.
12653
12654 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12655
12656 * nnml.el (nnml-request-expire-articles): Check if the function set to
12657 `nnmail-expiry-target' returns the symbol `delete'.
12658
12659 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12660
12661 * nnmail.el (nnmail-expiry-target): Fix custom type.
12662
12663 2008-10-02 Glenn Morris <rgm@gnu.org>
12664
12665 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12666 Silence compiler warning.
12667
12668 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12669
12670 * mml.el (mml-menu): Don't assume mml2015 is bound.
12671
12672 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12673
12674 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12675 exists.
12676
12677 2008-09-27 Glenn Morris <rgm@gnu.org>
12678
12679 * gnus-util.el (mail-header-remove-comments): Autoload it.
12680
12681 2008-09-27 Andreas Schwab <schwab@suse.de>
12682
12683 * gnus-util.el (gnus-split-references): Strip comments.
12684 (gnus-parent-id): Likewise.
12685
12686 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12687
12688 * message.el (message-confirm-send): Fix version.
12689
12690 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12691
12692 * message.el (message-idna-to-ascii-rhs-1): Use
12693 mail-extract-address-components rather than mail-header-parse-addresses
12694 that is an alias by default to ietf-drums-parse-addresses that does not
12695 support non-ASCII names in headers' contents.
12696
12697 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12698
12699 * message.el (message-confirm-send): Fix variable documentation to
12700 avoid the "y/n" wording.
12701
12702 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12703
12704 * message.el (message-set-auto-save-file-name): Save to a different
12705 filename so multiple messages (especially drafts) can be recovered.
12706
12707 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12708
12709 * message.el (message-confirm-send): Add appropriate version.
12710
12711 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12712
12713 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12714 defvar.
12715
12716 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12717
12718 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12719 (mm-pkcs7-enveloped-magic): Ditto.
12720
12721 2008-09-17 Simon Josefsson <simon@josefsson.org>
12722
12723 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12724 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12725
12726 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12727
12728 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12729 default, it's better.
12730
12731 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12732
12733 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12734 summary line gnus-number property and ignore them (with a warning
12735 message).
12736
12737 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12738
12739 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12740 macro caddr in the interactive form since it won't be expanded.
12741
12742 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12743
12744 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12745 `charset'; fix name of function called recursively.
12746 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12747
12748 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12749
12750 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12751 (gnus-mime-set-charset-parameters): New function.
12752 (gnus-mime-view-part-as-charset): Use it to correctly display part
12753 specifying wrong charset.
12754
12755 2008-09-08 David Engster <dengste@eml.cc>
12756
12757 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12758 in completing-read for back end server.
12759
12760 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12761
12762 * message.el (message-confirm-send): New variable to confirm sending a
12763 message.
12764 (message-send): Use it.
12765
12766 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12767
12768 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12769
12770 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12771
12772 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12773
12774 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12775
12776 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12777 prevent tracking too many groups.
12778 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12779 Use it.
12780
12781 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12782
12783 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12784 moving point to the bottom of the window in order to avoid recentering.
12785
12786 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12787
12788 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12789 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12790 (gnus-article-beginning-of-window): Fix calculation.
12791
12792 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12793
12794 * gnus-msg.el (gnus-summary-supersede-article)
12795 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12796 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12797 message header.
12798
12799 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12800
12801 * message.el:
12802 * gnus-start.el:
12803 * gnus-registry.el: Remove VMS support.
12804
12805 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12806
12807 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12808 macro.
12809 (rfc2104-hash): Use it.
12810
12811 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12812
12813 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12814 (gnus-summary-sort-by-most-recent-date): New commands.
12815 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12816 and menu entries.
12817
12818 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12819
12820 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12821 don't redisplay article for raw contents; remove plural articles stuff.
12822
12823 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12824 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12825 on gnus-summary-save-article; display results properly.
12826
12827 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12828
12829 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12830
12831 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12832
12833 * gnus-art.el (gnus-summary-save-in-pipe):
12834 Consider gnus-save-all-headers.
12835
12836 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12837
12838 * gnus-util.el (ns-focus-frame): Remove declaration.
12839 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12840 like x.
12841
12842 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12843
12844 * rfc2104.el (rfc2104-zero): Delete defconst.
12845 (rfc2104-hex-alist): Likewise.
12846 (rfc2104-hex-to-int): Delete func.
12847 (rfc2104-hexstring-to-bitstring): Likewise.
12848 (rfc2104-nybbles): New defconst.
12849 (rfc2104-hash): Rewrite for speed.
12850
12851 2008-07-16 Glenn Morris <rgm@gnu.org>
12852
12853 * gnus-util.el (ns-focus-frame): Declare for compiler.
12854
12855 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12856
12857 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12858 set as a group parameter.
12859 (gnus-summary-save-in-pipe): Work when it is called independently.
12860 (gnus-summary-pipe-to-muttprint): Don't modify
12861 gnus-summary-pipe-output-default-command.
12862
12863 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * message.el (message-send-mail-with-sendmail):
12866 Display the error message.
12867
12868 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12869
12870 * gnus-art.el (gnus-default-article-saver):
12871 Add gnus-summary-save-in-pipe to choices.
12872 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12873 gnus-summary-pipe-output-default-command as the default command.
12874 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12875 instead of gnus-last-shell-command.
12876
12877 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12878 New user option.
12879 (gnus-summary-muttprint-program): Mention the value will be changed.
12880 (gnus-summary-save-article): Force showing of all headers.
12881 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12882
12883 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12884
12885 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12886
12887 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12888
12889 * nnimap.el (nnimap-id):
12890 * sieve-manage.el (sieve-manage-open): Doc fixes.
12891
12892 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12893
12894 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12895 if available.
12896
12897 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12898
12899 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12900
12901 * nnkiboze.el (nnkiboze-generate-group):
12902 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12903
12904 * nnmairix.el: Require CL.
12905
12906 2008-06-15 David Engster <dengste@eml.cc>
12907
12908 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12909
12910 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12911
12912 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12913 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12914 runtime choice under XEmacs.
12915
12916 * gnus-sum.el (gnus-summary-set-display-table):
12917 Use `gnus-put-display-table', `gnus-get-display-table',
12918 `gnus-set-display-table' for the display table, instead of `aset'.
12919
12920 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12921
12922 * nnmairix.el: Add autoloads.
12923
12924 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12925
12926 * nnmairix.el (nnmairix-delete-recreate-group)
12927 (nnmairix-update-and-clear-marks): Fix error messages.
12928
12929 2008-06-14 David Engster <dengste@eml.cc>
12930
12931 * nnmairix.el: Upgrade to version 0.6.
12932 (nnmairix-group-toggle-propmarks-this-group)
12933 (nnmairix-group-toggle-readmarks-this-group)
12934 (nnmairix-group-delete-recreate-this-group)
12935 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12936 (nnmairix-remove-tick-mark-original-article): New commands.
12937 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12938 (nnmairix-propagate-marks-to-nnmairix-groups)
12939 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12940 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12941 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12942 functions needed for marks propagation and manipulation of read marks.
12943 (nnmairix-update-groups): New function.
12944 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12945 (nnmairix-determine-original-group-from-registry)
12946 (nnmairix-determine-original-group-from-path)
12947 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12948 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12949 New helper functions.
12950 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12951 keystrokes for new commands.
12952 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12953 (nnmairix-request-group): Check allow-fast group parameter.
12954 (nnmairix-request-create-group): Set allow-fast group parameter if
12955 nnmairix-allowfast-default is set.
12956 (nnmairix-close-group): Propagate marks upon closing if needed.
12957 (nnmairix-group-toggle-threads-this-group): Use new.
12958 nnmairix-group-toggle-parameter helper function.
12959 (nnmairix-search): Better check for empty search result.
12960 (nnmairix-goto-original-article): Use new helper functions for
12961 determining original article.
12962 (nnmairix-show-original-article): Make sure message-id is in brackets.
12963 (nnmairix-call-mairix-binary): Change variable name.
12964 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12965 helper function.
12966 (nnmairix-widget-toggle-activate): Fix doc string.
12967
12968 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12969
12970 * nnir.el: Require edmacro when compiling with XEmacs.
12971 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12972 available in Emacs 21.
12973
12974 2008-06-11 Glenn Morris <rgm@gnu.org>
12975
12976 * gnus-util.el (x-focus-frame):
12977 * gnus.el (image-size):
12978 * mm-decode.el (image-size): Declare.
12979
12980 * gnus-picon.el (declare-function): Add compat definition.
12981 (image-size): Declare.
12982
12983 * gnus-group.el (tool-bar-map):
12984 * gnus-sum.el (tool-bar-map): Define for compiler.
12985
12986 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12987
12988 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12989
12990 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12991 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12992 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12993 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12994 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12995 * sieve-manage.el, spam-report.el, spam.el:
12996 Remove unnecessary eval-and-compile of autoloads.
12997
12998 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12999
13000 * auth-source.el: Precise Tramp doc.
13001
13002 2008-06-07 Glenn Morris <rgm@gnu.org>
13003
13004 * nnmairix.el: Remove unnecessary eval-when-compile.
13005
13006 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13007
13008 * nnir.el: New file.
13009
13010 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13011
13012 * gnus-util.el (gnus-read-shell-command): New function.
13013 * mm-decode.el (mm-pipe-part):
13014 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13015
13016 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13017
13018 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13019
13020 2008-06-03 Glenn Morris <rgm@gnu.org>
13021
13022 * pop3.el (nnheader-accept-process-output): Autoload it.
13023
13024 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13025
13026 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13027 are not 2-digit hexadecimal characters that follow `%'s.
13028
13029 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13030
13031 * message.el (message-bogus-recipient-p): Fix type in doc string.
13032 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13033 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13034 Improve custom options.
13035 (message-bogus-recipient-p): Adjust accordingly.
13036
13037 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13038
13039 * nnmairix.el: Require edmacro when compiling with XEmacs.
13040
13041 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13042
13043 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13044 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13045
13046 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13047
13048 * auth-source.el: Add more docs.
13049
13050 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13051
13052 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13053 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13054 retrieval faster in some cases, but might make CPU usage larger.
13055 If this has any bad side effects, we might revert this change.
13056
13057 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13058 seems to make mail retrieval much, much faster.
13059 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13060 unconditionally.
13061
13062 * gnus-draft.el (gnus-group-send-queue):
13063 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13064
13065 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13066
13067 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13068
13069 * message.el (message-bogus-address-regexp): Fix and improve custom
13070 type.
13071 (message-setup-hook): Add message-check-recipients as custom option.
13072
13073 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13074
13075 * message.el (message-cite-function): Remove bogus autoload which crept
13076 in during merge from v5-10.
13077
13078 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13079
13080 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13081
13082 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13083
13084 * auth-source.el: Preliminary Tramp docs.
13085 (auth-sources): Change the default auth-sources to use
13086 EPA .gpg files.
13087
13088 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13089
13090 * nntp.el: Autoload `auth-source-user-or-password'.
13091 (nntp-send-authinfo): Use it.
13092
13093 * nnimap.el: Autoload `auth-source-user-or-password'.
13094 (nnimap-open-connection): Use it.
13095
13096 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13097 for the gnus-message function.
13098 (auth-source-user-or-password): Use it.
13099
13100 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13101
13102 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13103 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13104 (rfc2104-hash): Use it.
13105
13106 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13107
13108 * gnus-art.el (gnus-article-toggle-truncate-lines):
13109 Don't use `iff' in docstring.
13110
13111 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13112
13113 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13114
13115 * gnus-util.el (gnus-extract-address-component-name)
13116 (gnus-extract-address-component-email): Convenience functions around
13117 `gnus-extract-address-components'.
13118
13119 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13120 Use `gnus-extract-address-component-email' to fix bug of comparing full
13121 sender name to `user-mail-address'.
13122
13123 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13124
13125 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13126 catch/throw to optimize.
13127 (gnus-registry-find-keywords): Just use member to find a keyword.
13128
13129 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13132 is current before calling gnus-server-prepare.
13133 (gnus-server-setup-buffer, gnus-server-update-server)
13134 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13135
13136 2008-05-04 Juri Linkov <juri@jurta.org>
13137
13138 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13139 (mailcap-file-default-commands): Use mailcap-replace-in-string
13140 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13141 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13142
13143 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13144
13145 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13146
13147 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13148
13149 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13150 hooks.
13151 (gnus-update-read-articles): Speed up non-marks-using users.
13152 (gnus-use-marks): Define gnus-use-marks.
13153 (gnus-propagate-marks): Rename variable to something more sensible.
13154
13155 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13156
13157 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13158 (gmm-image-load-path-for-library): Fix typos in docstrings.
13159 (gmm-message): Reflow docstring.
13160
13161 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13162
13163 * mail-source.el (mail-source-set-1, mail-source-bind):
13164 Move auth-source code out of the macro to clean it up and fix bugs.
13165
13166 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13167
13168 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13169 by sender if it's equal to user-mail-address, it's likely to be
13170 useless.
13171
13172 * mail-source.el (mail-source-bind): Don't use user or password if they
13173 are not bound. Unintern them if they are nil. Don't use server unless
13174 it's bound, and default it to empty string otherwise.
13175
13176 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13177
13178 * mail-source.el: Load auth-source.el.
13179 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13180 get user name or password, if auth-sources is set up.
13181
13182 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13183 strategy of splitting with parent.
13184 (gnus-registry-split-fancy-with-parent)
13185 (gnus-registry-post-process-groups): Use it and fix prior
13186 bug (returning a list as the split result).
13187
13188 * auth-source.el (auth-sources): Remove server parameter.
13189 (auth-source-pick, auth-source-user-or-password)
13190 (auth-source-user-or-password-imap)
13191 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13192 (auth-source-user-or-password-sftp)
13193 (auth-source-user-or-password-smtp): Remove server parameter.
13194
13195 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13196
13197 * smime.el (smime-sign-region, smime-encrypt-region)
13198 (smime-decrypt-region):
13199 Remove redundant calls to `generate-new-buffer-name'.
13200
13201 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13202
13203 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13204 Don't use QP for message/rfc822.
13205 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13206
13207 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13208
13209 * sieve-manage.el (sieve-string-bytes): Remove.
13210 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13211 correct byte-length only if the process's coding-system is the same as
13212 the one used internally by Emacs to represent strings.
13213
13214 2008-04-22 Juri Linkov <juri@jurta.org>
13215
13216 * mailcap.el (mailcap-file-default-commands): New function.
13217
13218 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13219
13220 * message.el (message-signature-separator, message-cite-function):
13221 Change custom version.
13222
13223 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13224
13225 * mm-decode.el (mm-display-external): Make temp file read-only.
13226
13227 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13228
13229 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13230 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13231 `C-c C-f d'.
13232
13233 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13234
13235 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13236
13237 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13238
13239 * auth-source.el: Add docs.
13240 (auth-sources): Modify format to support server.
13241 (auth-source-pick, auth-source-user-or-password)
13242 (auth-source-user-or-password-imap)
13243 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13244 (auth-source-user-or-password-sftp)
13245 (auth-source-user-or-password-smtp): Add server parameter.
13246
13247 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13248
13249 * gnus-registry.el: Initialize the registry when gnus-registry-install
13250 is t.
13251
13252 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13253
13254 * compface.el (uncompface): Make buffer unibyte.
13255
13256 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * mail-source.el (mail-source-value):
13259 Prefer fboundp to functionp so it works with macros as well.
13260
13261 2008-04-05 Glenn Morris <rgm@gnu.org>
13262
13263 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13264
13265 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13268 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13269
13270 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13271 multibyteness after rather than before erasing it.
13272
13273 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13274 mm-with-multibyte.
13275 (gnus-request-article-this-buffer): Make sure the proper decoding is
13276 used if gnus-original-article-buffer happens to be unibyte.
13277
13278 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13279 default-enable-multibyte-characters.
13280
13281 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13282 default-enable-multibyte-characters.
13283
13284 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13285
13286 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13287
13288 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13291 Fix last change in case the element is not even a symbol.
13292
13293 2008-04-02 Simon Josefsson <simon@josefsson.org>
13294
13295 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13296 imap-enable-exchange-bug-workaround.
13297 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13298
13299 2008-04-01 Simon Josefsson <simon@josefsson.org>
13300
13301 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13302 a 100 byte status-checks into a 2-3MB transfer for each group.
13303 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13304 to enable bug workaround or not.
13305 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13306
13307 2008-03-31 Glenn Morris <rgm@gnu.org>
13308
13309 * message.el (mml2015-use): Declare for compiler.
13310 (message-info): Require mml2015 when appropriate.
13311
13312 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13313
13314 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13315 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13316 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13317 (nntp-service-to-port): New function.
13318 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13319 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13320 (nntp-open-netcat-stream): New function.
13321 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13322
13323 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13324
13325 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13326
13327 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13330
13331 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13332
13333 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13334
13335 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13336
13337 * message.el (message-signature-separator): Change default.
13338 Improve custom type.
13339 (message-cite-function): Change default to
13340 message-cite-original-without-signature.
13341
13342 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13343 toggle.
13344
13345 * message.el (message-check-news-body-syntax): Fix signature check.
13346 (message-setup-1): Mark buffer as unmodified _after_ running
13347 message-setup-hook and handling message-alternative-emails.
13348 (message-shorten-references): Be more strict when building list of
13349 valid references to comply with GNKSA.
13350
13351 * gnus-group.el (gnus-read-ephemeral-bug-group)
13352 (gnus-read-ephemeral-debian-bug-group)
13353 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13354
13355 * message.el (message-info): Don't use booleanp which isn't supported
13356 in Emacs 21 and XEmacs.
13357
13358 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13359
13360 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13361 gnus-group-gmane-group-download-format.
13362 (gnus-group-read-ephemeral-gmane-group): Rename from
13363 gnus-group-read-ephemeral-gmane-group.
13364 (gnus-read-ephemeral-gmane-group-url): Rename from
13365 gnus-group-read-ephemeral-gmane-group-url.
13366 (gnus-bug-group-download-format-alist): New variable.
13367 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13368 (gnus-read-ephemeral-emacs-bug-group): New commands.
13369
13370 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13371
13372 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13373 (gnus-visible-headers): Improve custom type.
13374
13375 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13376
13377 * mml.el (mml-menu): Add workarounds for XEmacs.
13378
13379 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13380 X-Boundary header.
13381
13382 * message.el (message-simplify-recipients): Fix previous commit.
13383
13384 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13385
13386 * mm-util.el (mm-set-buffer-multibyte): New function.
13387 * mm-decode.el (mm-copy-to-buffer): Use it.
13388
13389 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13390 Prefer fboundp to functionp so it works with macros as well.
13391
13392 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13393
13394 * message.el (message-alter-recipients-discard-bogus-full-name):
13395 New function.
13396 (message-alter-recipients-function): New variable.
13397 (message-get-reply-headers): Use it.
13398 (message-replace-header): New helper function.
13399 (message-recipients-without-full-name): New variable.
13400 (message-simplify-recipients): New command.
13401
13402 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13403
13404 * message.el (message-info): Handle EasyPG manual.
13405
13406 * mml.el (mml-menu): Add entry for EasyPG.
13407
13408 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13409
13410 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13411 parameter.
13412
13413 * message.el (message-disassociate-draft): Specify drafts group name
13414 fully.
13415
13416 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13417
13418 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13419 Eliminate unnecessary duplicates from the match list.
13420
13421 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13422
13423 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13424 args of `how-many' of which the XEmacs version doesn't take; declare
13425 Info-index-next as function.
13426
13427 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13428
13429 * gnus-score.el (gnus-score-headers): Fix handling of
13430 gnus-inhibit-slow-scoring.
13431
13432 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13433 string.
13434 (gnus-button-url-regexp): Improve handling of parenthesis.
13435 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13436 (gnus-button-handle-info-keystrokes): Handle index entries.
13437
13438 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13439
13440 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13441 Incoming* files.
13442
13443 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13444
13445 * auth-source.el (auth-sources): Rename from auth-source-choices.
13446 (auth-source-pick): Use it.
13447
13448 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13449
13450 * auth-source.el (auth-source-protocols)
13451 (auth-source-protocols-customize, auth-source-choices): Add and
13452 modified variable customizations and defaults.
13453 (auth-source-pick, auth-source-user-or-password)
13454 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13455 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13456 (auth-source-user-or-password-sftp)
13457 (auth-source-user-or-password-smtp): Use new variables and provide an
13458 interface to netrc.el.
13459
13460 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13461
13462 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13463 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13464 Make sure the nntp port to specify is a string.
13465
13466 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * nntp.el: Use with-current-buffer.
13469 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13470 dubious mm-with-unibyte-current-buffer.
13471 (nntp-with-open-group-function): New function extracted from
13472 nntp-with-open-group macro.
13473 (nntp-with-open-group): Use the function, so it's easier to debug.
13474 Add indentation and debugging info.
13475 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13476 Recommend the use of the netcat alternatives.
13477
13478 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13479 Avoid mm-string-as-multibyte as well.
13480
13481 * nnweb.el (nnweb-insert-html):
13482 Remove use of nnheader-string-as-multibyte.
13483
13484 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13485 (nnheader-string-as-multibyte): Remove.
13486
13487 * mm-view.el: Use inhibit-read-only.
13488 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13489 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13490 or unibyte-string.
13491
13492 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13493 (mm-uu-yenc-extract): Use with-current-buffer.
13494
13495 * gnus-soup.el (gnus-soup-send-packet): Don't use
13496 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13497
13498 * nnmh.el: Use with-current-buffer.
13499 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13500 mm-string-as-multibyte on the output of mm-encode-coding-string.
13501
13502 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13503 (nnimap-request-move-article): Use with-current-buffer.
13504
13505 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13506 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13507 conversion uses string-make-unibyte rather than string-as-unibyte.
13508
13509 * gnus-msg.el: Use with-current-buffer.
13510
13511 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13512
13513 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13514
13515 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13516 string for caching if it is 'PIN.
13517
13518 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13519
13520 * mail-source.el (mail-source-delete-old-incoming-confirm):
13521 Change default to nil.
13522 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13523
13524 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13525
13526 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13527 (gnus-article-goto-prev-page): Work for articles having ^L's.
13528
13529 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13530
13531 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13532
13533 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13534
13535 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13536 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13537 (gnus-bookmark-jump): Adjust some variable names.
13538
13539 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13540
13541 * auth-source.el: New package.
13542 (auth-source-choices): Add customization entry point variable.
13543
13544 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13545 bug.
13546
13547 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13548
13549 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13550 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13551 (gnus-registry-install-shortcuts): Rename from
13552 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13553 the `gnus-registry-mark-map' keymap dynamically from
13554 `gnus-registry-marks'. The generated functions update the summary line
13555 when a registry mark is added or deleted, and will call
13556 `gnus-registry-install-p' (see the comments in the code).
13557 (gnus-registry-user-format-function-M): Use concat intelligently.
13558
13559 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13560 the registry mark functions.
13561
13562 2008-03-05 Glenn Morris <rgm@gnu.org>
13563
13564 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13565 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13566 gnus-art.
13567 (top-level): No need to load own source when compiling.
13568
13569 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13570
13571 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13572 Suggested by <chris.anderton@zetnet.co.uk>.
13573
13574 2008-03-04 Glenn Morris <rgm@gnu.org>
13575
13576 * gnus-sum.el (top-level): No need to require gnus when compiling,
13577 since unconditionally required near start of file.
13578 (gnus-summary-display-while-building): Move definition before use.
13579
13580 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13581
13582 * gnus-registry.el (gnus-registry-user-format-function-M):
13583 Add formatting function.
13584
13585 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13586
13587 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13588 with plists.
13589 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13590 Use new format.
13591
13592 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13593
13594 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13595 `where-is-internal' that returns a range of key sequences.
13596
13597 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13598
13599 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13600
13601 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13602 (gnus-summary-jump-to-group): Consider windows on other displayed
13603 frames as well. Similar changes might be needed elsewhere, but that's
13604 the one I've bumped into during my use.
13605
13606 * nndoc.el (nndoc-oe-dbx-type-p):
13607 * gnus-msg.el (gnus-debug):
13608 * gnus-group.el (gnus-update-group-mark-positions):
13609 Use mm-string-to-multibyte.
13610
13611 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13612
13613 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13614 doesn't handle NotDashEscaped.
13615
13616 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13617 (mml-dnd-attach-options): Fix typo in custom choice.
13618
13619 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13620 Change nndoc-article-type to mbox.
13621 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13622
13623 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13624 to nil, instead of html2text.
13625
13626 * imap.el (imap-debug): Add `imap-ping-server'.
13627
13628 * gnus-bookmark.el: Add FIXMEs.
13629
13630 * message.el (message-form-letter-separator)
13631 (message-send-form-letter-delay): New variables.
13632 (message-send-form-letter): Use them. New command to send form
13633 letters. Requested by Uwe Siart.
13634 (message-send-mail-function): Doc fix. Add "Other" custom option.
13635
13636 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13637
13638 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13639 empty author.
13640
13641 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13642
13643 * gnus-registry.el (gnus-registry-marks): Add variable for
13644 customization of marks and their appearance.
13645 (gnus-registry-read-mark): Use it.
13646 (gnus-registry-do-marks): Add utility function to loop through
13647 `gnus-registry-marks'.
13648 (gnus-registry-install-shortcuts-and-menus): Add function to install
13649 shortcuts and menus.
13650 (gnus-registry-initialize): Use it.
13651 (gnus-registry-default-mark): Clarify documentation.
13652
13653 2008-02-29 Glenn Morris <rgm@gnu.org>
13654
13655 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13656 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13657 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13658 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13659 Change defcustom :version from 23.0 to 23.1.
13660
13661 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13662
13663 * gnus-registry.el (gnus-registry-follow-group-p)
13664 (gnus-registry-post-process-groups): Add functions to aid registry
13665 splitting and improve logging. Clarify behavior in function
13666 documentation.
13667 (gnus-registry-split-fancy-with-parent): Use them.
13668
13669 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13670
13671 * gnus-art.el: Use with-current-buffer.
13672
13673 2008-02-27 David Engster <dengste@eml.cc>
13674
13675 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13676 Express real group name in the response.
13677
13678 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13679
13680 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13681 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13682 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13683 autoload gnus-registry-fetch-group when compiling.
13684 (nnmairix-request-group-with-article-number-correction):
13685 Remove unreferenced argument passed to nnmairix-call-backend.
13686
13687 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13688
13689 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13690 (mm-uu-extract): Improve face for low color ttys.
13691 Reported by Sascha Wilde.
13692
13693 2008-02-27 Glenn Morris <rgm@gnu.org>
13694
13695 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13696 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13697 variables to defconsts. Convert comments to doc-strings.
13698 (nnmairix-last-server, nnmairix-current-server): Convert from free
13699 variables to defvars. Convert comments to doc-strings.
13700 (gnus-registry-fetch-group): Autoload.
13701 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13702 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13703 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13704 caddr.
13705 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13706 nnmairix-request-group-with-article-number-correction call.
13707 (nnmairix-fast, nnmairix-group): New, less general names, for free
13708 variables passed from nnmairix-request-group to
13709 nnmairix-request-group-with-article-number-correction. Declare.
13710 (nnmairix-request-group-with-article-number-correction):
13711 Use nnmairix-fast, nnmairix-group rather than fast, group.
13712
13713 2008-02-26 David Engster <dengste@eml.cc>
13714
13715 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13716 version 0.5.
13717
13718 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13719
13720 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13721 instead of making an extra function call. Don't add the current group
13722 to articles only when they have the group. Use
13723 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13724 Reported by David <de_bb@arcor.de>.
13725
13726 2008-02-24 Miles Bader <miles@gnu.org>
13727
13728 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13729 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13730 (mm-find-mime-charset-region):
13731 * mm-bodies.el (mm-encode-body):
13732 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13733
13734 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13735
13736 * mail-source.el (mail-source-delete-incoming): Change default.
13737 Supplement doc string.
13738
13739 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13740
13741 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13742
13743 * nnmail.el (nnmail-message-id-cache-file): Derive from
13744 `gnus-home-directory'.
13745
13746 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13747
13748 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13749 Document negative prefix.
13750
13751 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13752
13753 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13754
13755 * message.el (message-unsent-separator): Add the Exim bounce
13756 separator.
13757
13758 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13759
13760 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13761 list.
13762 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13763 recipient/signer list.
13764
13765 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13766
13767 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13768 fbound (Emacs 23 unicode), signal an error.
13769
13770 2008-02-08 Glenn Morris <rgm@gnu.org>
13771
13772 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13773
13774 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13775
13776 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13777 ports to the calls to `netrc-machine-user-or-password' in addition to
13778 "imap" and "imaps".
13779
13780 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13781
13782 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13783 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13784 <hanche@math.ntnu.no>.
13785
13786 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13787
13788 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13789
13790 2008-02-01 Zhang Wei <id.brep@gmail.com>
13791
13792 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13793
13794 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13795
13796 2008-02-01 Miles Bader <miles@gnu.org>
13797
13798 * mml.el (mml-parse-1): Remove apparently vestigial use of
13799 `mm-hack-charsets'.
13800 * mm-bodies.el (mm-encode-body): Likewise.
13801
13802 2008-02-01 Kenichi Handa <handa@m17n.org>
13803
13804 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13805 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13806 (rfc2104-hash): Convert the result of concat to unibyte string.
13807
13808 2008-02-01 Dave Love <fx@gnu.org>
13809
13810 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13811 coding-system-for-read.
13812 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13813
13814 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13815 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13816 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13817
13818 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13819
13820 * mail-source.el (mail-sources): Add `group' choice.
13821
13822 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13823 parameter `in-group' to control into which group the articles go.
13824 Add treatment of `group' mail-source.
13825
13826 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13827
13828 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13829 * message.el (message-beginning-of-line): Use featurep instead of bound
13830 tests in order to resolve conditionals at compile time.
13831
13832 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13833
13834 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13835
13836 * mm-decode.el (mm-dissect-buffer): Decode description.
13837
13838 * mml.el (mml-to-mime): Encode message header first.
13839
13840 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13841
13842 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13843 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13844
13845 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13846
13847 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13848
13849 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13850
13851 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13852 prefix keys.
13853 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13854 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13855 gnus-xmas.el.
13856
13857 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13858
13859 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13860 Add new variables for article mark management.
13861 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13862 list of extra data entries which, when present, will indicate that the
13863 article ID should not be trimmed from the registry.
13864 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13865 functions.
13866 (gnus-registry-read-mark): New function to read a mark name from the
13867 user.
13868 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13869 (gnus-registry-set-article-mark-internal): New functions to add and
13870 remove marks.
13871 (gnus-registry-get-article-marks): New function to show the marks for
13872 an article, or retrieve them for further use.
13873
13874 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13875
13876 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13877 keys when no argument is given.
13878
13879 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13880
13881 * gnus-sum.el (gnus-article-sort-by-random)
13882 (gnus-thread-sort-by-random): Fix doc strings.
13883 Reported by jidanni@jidanni.org.
13884
13885 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13886
13887 * gnus-art.el (gnus-article-describe-bindings): New function.
13888 (gnus-article-read-summary-keys): Use it.
13889 (gnus-article-mode-map): Bind `C-h b' to it.
13890
13891 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13892
13893 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13894 XEmacs.
13895 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13896 Protect against non-character events.
13897
13898 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13899
13900 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13901 New command.
13902 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13903 instead of END. Change name of the temp file.
13904 (gnus-group-gmane-group-download-format): Add doc string. Make it
13905 customizable.
13906
13907 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13908
13909 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13910 bind `S W' to gnus-article-wide-reply-with-original; set default
13911 binding to gnus-article-read-summary-send-keys.
13912 (gnus-article-read-summary-keys): Fix the order of keys; display
13913 continuation keys correctly in the echo area; describe bindings
13914 correctly when keys end with `C-h'.
13915 (gnus-article-read-summary-send-keys): New function.
13916 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13917 Work for gnus-article-read-summary-send-keys; display continuation keys
13918 correctly in the echo area.
13919 (gnus-article-reply-with-original): Ignore prefix argument.
13920 (gnus-article-wide-reply-with-original): New function.
13921
13922 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13923
13924 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13925 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13926
13927 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13928
13929 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13930 (gnus-group-read-ephemeral-gmane-group): New command.
13931
13932 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13933
13934 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13935
13936 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13937
13938 * message.el (message-send-mail-function): Increase custom version.
13939
13940 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13941 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13942
13943 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13944
13945 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13946 html parts correctly; support forwarded messages.
13947 (gnus-article-browse-html-article): Remove work buffers.
13948
13949 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13950 compiling.
13951 (netrc-bound-and-true-p): New macro.
13952 (netrc-parse): Use it instead of bound-and-true-p that is not available
13953 in XEmacs 21.4.
13954
13955 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13956
13957 * gnus-registry.el (gnus-registry-mark-article)
13958 (gnus-registry-article-marks): Add functionality to mark articles
13959 through the Gnus registry.
13960
13961 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13962 (netrc-parse): Use encrypt-file-alist to determine if
13963 encrypt-find-model or encrypt-insert-file-contents should be used.
13964
13965 2007-12-19 Glenn Morris <rgm@gnu.org>
13966
13967 * mml.el (message-options-set, message-narrow-to-head)
13968 (message-in-body-p, message-mail-p, message-encode-message-body):
13969 Autoload.
13970 (message-remove-header, message-narrow-to-headers-or-head)
13971 (message-subscribed-p, message-make-mail-followup-to)
13972 (message-position-on-field, message-news-p)
13973 (message-options-set-recipient, message-generate-headers)
13974 (message-sort-headers): Declare as functions.
13975
13976 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13977
13978 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13979 convention in doc string.
13980
13981 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13982
13983 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13984 title to html parts.
13985 (gnus-article-browse-html-article): Pass message header to it.
13986
13987 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13988
13989 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13990
13991 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13992 or password compatible with XEmacs.
13993
13994 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13995
13996 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13997 format document.
13998 (gnus-mime-delete-part): Don't write description line if empty.
13999 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14000
14001 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14002
14003 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14004 (gnus-summary-mark-read-and-unread-as-read)
14005 (gnus-summary-mark-current-read-and-unread-as-read)
14006 (gnus-summary-mark-unread-as-ticked): Doc fix.
14007 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14008
14009 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14010
14011 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14012 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14013
14014 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14015
14016 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14017 yes-or-no-p.
14018
14019 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14020
14021 * mm-decode.el (mm-add-meta-html-tag): New function.
14022 (mm-save-part-to-file, mm-pipe-part): Use it.
14023
14024 * gnus-art.el (gnus-article-browse-delete-temp-files):
14025 Use gnus-y-or-n-p instead of y-or-n-p.
14026 (gnus-article-browse-html-parts): Work with message/external-body; use
14027 mm-add-meta-html-tag.
14028
14029 2007-12-11 Glenn Morris <rgm@gnu.org>
14030
14031 * gnus-cache.el: Require gnus-sum not just when compiling.
14032
14033 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14034
14035 * gnus-int.el (gnus-server-opened, gnus-status-message):
14036 Move definitions before use.
14037
14038 * mm-decode.el: Require gnus-util.
14039 (mm-remove-part): Only call delete-annotation on XEmacs.
14040
14041 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14042
14043 * nnmail.el: Require gnus-int.
14044
14045 * spam.el: Move `require's before `eval-when-compile's.
14046
14047 * gnus-ems.el (gnus-alive-p):
14048 * gnus-fun.el (message-goto-eoh):
14049 * gnus-util.el (gnus-group-name-decode):
14050 * mail-source.el (gnus-compress-sequence):
14051 * message.el (Info-goto-node, format-spec):
14052 * mm-bodies.el (message-options-get):
14053 * mm-decode.el (mm-view-pkcs7):
14054 * mm-util.el (gmm-write-region):
14055 * mml-smime.el (mml-compute-boundary)
14056 (gnus-completing-read-with-default):
14057 * mml.el (widget-button-press, gnus-make-hashtable):
14058 * mml1991.el (mm-decode-content-transfer-encoding)
14059 (mm-encode-content-transfer-encoding)
14060 (message-options-get, message-options-set):
14061 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14062 * nnfolder.el (gnus-request-group):
14063 * nnheader.el (ietf-drums-unfold-fws):
14064 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14065 * smime.el (gnus-run-mode-hooks):
14066 * spam-stat.el (gnus-message): Autoload.
14067
14068 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14069 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14070 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14071 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14072 Add declare-function compatibility definition.
14073
14074 * gnus-cache.el (nnvirtual-find-group-art):
14075 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14076 (gnus-add-image, gnus-add-wash-type):
14077 * gnus-group.el (nnkiboze-score-file):
14078 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14079 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14080 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14081 (message-tokenize-header, gnus-get-buffer-create)
14082 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14083 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14084 * gnus.el (gnus-group-decoded-name):
14085 * mail-source.el (imap-capability):
14086 * mm-bodies.el (message-options-set):
14087 * mm-decode.el (gnus-configure-windows):
14088 * mm-extern.el (message-goto-body):
14089 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14090 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14091 (epg-sub-key-validity, message-options-set):
14092 * mml.el (widget-event-point, gnus-configure-windows):
14093 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14094 * mml2015.el (epg-check-configuration, epg-configuration)
14095 (message-options-set):
14096 * nndb.el (nndb-request-article):
14097 * nnfolder.el (gnus-request-create-group):
14098 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14099 * nnmaildir.el (gnus-group-mark-article-read):
14100 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14101 * rfc1843.el (message-fetch-field):
14102 * spam.el (gnus-extract-address-components):
14103 Declare as functions.
14104
14105 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14106
14107 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14108
14109 2007-12-09 Glenn Morris <rgm@gnu.org>
14110
14111 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14112
14113 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14114 * message.el, mm-view.el, sieve-manage.el, smime.el:
14115 Add declare-function compatibility definition.
14116
14117 * gnus-art.el (w3-region, w3m-region, Info-menu):
14118 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14119 * gnus-sum.el (gnus-get-predicate):
14120 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14121 * message.el (mail-abbrev-in-expansion-header-p):
14122 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14123 (w3m-detect-meta-charset, w3m-region):
14124 * sieve-manage.el (password-read, password-cache-add)
14125 (password-cache-remove):
14126 * smime.el (password-read-and-add): Declare as functions.
14127
14128 2007-12-08 David Kastrup <dak@gnu.org>
14129
14130 * gnus-sum.el (gnus-summary-simplify-subject-query):
14131 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14132 `message'.
14133
14134 2007-12-07 Glenn Morris <rgm@gnu.org>
14135
14136 * gnus-art.el (article-make-date-line): Revert previous change.
14137
14138 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14139
14140 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14141
14142 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14143
14144 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14145 Call gnus-add-to-range ranges only once with a prepared article-list.
14146
14147 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14148
14149 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14150 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14151 group names with backslashes.
14152 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14153
14154 2007-12-06 Deepak Goel <deego3@gmail.com>
14155
14156 * gnus-art.el (article-make-date-line):
14157 * gnus-start.el (gnus-load):
14158 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14159
14160 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14161
14162 * gnus-art.el (gnus-use-idna):
14163 * gnus-start.el (gnus-site-init-file):
14164 * message.el (message-use-idna):
14165 * mm-uu.el (mm-uu-hide-markers):
14166 * smiley.el (smiley-style): Revert changes that suppress warnings.
14167
14168 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14169
14170 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14171 specify charset to html source.
14172 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14173
14174 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14175
14176 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14177 idna-program in order to suppress byte compile warning issued by XEmacs
14178 that came to byte compile the default value section of defcustom forms
14179 recently.
14180
14181 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14182 value of installation-directory.
14183
14184 * message.el (message-use-idna): Don't directly refer to the value of
14185 idna-program.
14186
14187 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14188
14189 * smiley.el (smiley-style): Don't directly call face-attribute.
14190
14191 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14192
14193 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14194
14195 * gnus-dired.el: Reduce Gnus dependencies.
14196 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14197 Don't require. Use autoloads instead.
14198 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14199 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14200 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14201 (gnus-dired-mode): Adjust doc string.
14202 (gnus-dired-mail-mode): New variable.
14203 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14204 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14205 (gnus-dired-mail-buffers): New function. Return mail or message
14206 composition buffers.
14207 (gnus-dired-attach): Use it.
14208 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14209 NO-DECODE.
14210 (gnus-dired-print): Use `gnus-print-buffer' depending on
14211 `gnus-dired-mail-mode'.
14212
14213 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14214
14215 * rfc2047.el (rfc2047-encoded-word-regexp)
14216 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14217 explaining what regexp patterns are for.
14218
14219 2007-12-04 Glenn Morris <rgm@gnu.org>
14220
14221 * password.el: Move to ../password-cache.el.
14222
14223 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14224 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14225 * mml-smime.el (password-read, password-cache-add)
14226 (password-cache-remove):
14227 No need to autoload, since mml-sec requires password.
14228
14229 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14230 * message.el (gnus-extract-address-components):
14231 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14232
14233 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14234 password.
14235
14236 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14237
14238 * mailcap.el: Reduce dependencies.
14239 (mail-header-parse-content-type): Autoload.
14240 (mailcap-delete-duplicates): New alias.
14241 (mailcap-mime-info): Add optional argument NO-DECODE.
14242 (mailcap-mime-types): Use mailcap-delete-duplicates.
14243
14244 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14245
14246 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14247
14248 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14249 function.
14250
14251 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14252 (gnus-uu-yenc-article): New function.
14253
14254 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14255
14256 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14257
14258 2007-12-02 Glenn Morris <rgm@gnu.org>
14259
14260 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14261 Move to ../net.
14262
14263 * binhex.el, uudecode.el: Move to ../mail.
14264
14265 * encrypt.el: Remove file.
14266
14267 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14268
14269 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14270 matches on patches.
14271
14272 * gnus-art.el (gnus-article-browse-html-article):
14273 Mention `mm-text-html-renderer' in the doc string.
14274
14275 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14276 string. Add comments.
14277
14278 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14279 if rhs is ASCII.
14280
14281 2007-12-01 Glenn Morris <rgm@gnu.org>
14282
14283 * dig.el, dns.el: Move to ../net.
14284 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14285
14286 * mail-source.el (top-level): Require format-spec before
14287 eval-when-compile.
14288
14289 2007-11-30 Glenn Morris <rgm@gnu.org>
14290
14291 * encrypt.el: Require password, rather than autoloading password-read.
14292
14293 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14294
14295 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14296 caller can indicate whether the cache should be disregarded for this
14297 call. This way the result of the call is reproducible at all times and
14298 can be considered a canonical server name for the supplied method.
14299 (gnus-agent-method-p): Canonicalize server names by pushing their
14300 method through `gnus-method-to-server' using the no-cache argument.
14301
14302 * gnus-srvr.el (gnus-server-insert-server-line):
14303 Call `gnus-method-to-server' with `no-cache' argument.
14304
14305 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14306 gnus-agent-possibly-synchronize-flags as this should be called when the
14307 server is actually being opened.
14308 (gnus-agent-possibly-synchronize-flags)
14309 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14310 flags file of an agentized server to the latter function.
14311
14312 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14313 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14314 after a connection has been established successfully.
14315
14316 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14317
14318 * gnus-art.el (article-display-face): Force to display face if called
14319 interactively; check if gnus-article-x-face-too-ugly matches author.
14320 (article-display-x-face): Display face even if From header is missing
14321 as article-display-face does.
14322
14323 2007-11-28 Richard Stallman <rms@gnu.org>
14324
14325 * md4.el: Move to ../.
14326 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14327
14328 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14329
14330 * mail-source.el (mail-sources): Default to fetch from file for
14331 compatibility with default of nnmail-spool-file.
14332
14333 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14334
14335 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14336 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14337 to look for encoded word that should be encoded again.
14338 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14339 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14340 encoding pattern.
14341 (rfc2047-decode-region): Switch strict regexp and loose one according
14342 to rfc2047-allow-irregular-q-encoded-words.
14343
14344 2007-11-26 Simon Josefsson <simon@josefsson.org>
14345
14346 * imap.el: Move to ../net directory.
14347
14348 2007-11-25 Romain Francoise <romain@orebokech.com>
14349
14350 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14351
14352 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14353
14354 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14355 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14356
14357 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14358 `nnmail-spool-file'.
14359
14360 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14361 `nnmail-spool-file'.
14362
14363 * gnus-move.el (gnus-change-server): Ditto.
14364
14365 * gnus-kill.el (gnus-batch-score): Ditto.
14366
14367 * gnus-cache.el (gnus-jog-cache): Ditto.
14368
14369 * gnus-msg.el (gnus-summary-reply):
14370 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14371
14372 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14373
14374 * gnus-cache.el (gnus-cache-generate-nov-databases):
14375 Use nnml-generate-nov-databases-directory instead of
14376 nnml-generate-nov-databases-1.
14377
14378 2007-11-24 Glenn Morris <rgm@gnu.org>
14379
14380 * message.el (message-tool-bar-retro): Update for rename
14381 mail_send.xpm->mail-send.xpm.
14382
14383 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14384
14385 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14386 `smime-ldap-search' for Emacs 22 and up.
14387
14388 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14389
14390 * hashcash.el: Move to ../mail directory.
14391
14392 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14393
14394 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14395 `smime-ldap-search' for Emacs 22 and up.
14396
14397 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14398
14399 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14400
14401 * message.el (message-send-mail-function): Fix error convention.
14402 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14403 (message-widen-reply, message-send-mail, message-talkative-question)
14404 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14405 (message-clone-locals, message-send-news): Use with-current-buffer.
14406 (message-insert-or-toggle-importance): Remove unused var `valid'.
14407 (message-make-references): Remove unused var `new-references'.
14408 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14409
14410 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14411
14412 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14413 (spam-split-symbolic-return-positive): Reflow docstring.
14414 (spam-backends, spam-summary-exit-behavior)
14415 (spam-mark-ham-unread-before-move-from-spam-group)
14416 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14417 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14418 (spam-clear-cache, spam-backend-check, spam-install-backend)
14419 (spam-install-statistical-backend, spam-list-of-processors)
14420 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14421 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14422 (spam-check-crm114, spam-initialize, spam-unload-hook):
14423 Fix typos in docstrings.
14424
14425 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14426
14427 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14428 been checked if they have never been read and those group levels are
14429 higher than the one that a user specified.
14430
14431 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14432
14433 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14434 foreign groups unless a group level is specified by a user.
14435 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14436
14437 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14438
14439 * message.el (message-send-mail-function): Require sendmail.
14440
14441 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14442
14443 * message.el (message-send-mail-function): Check for smtpmail too.
14444
14445 * utf7.el (utf7-encode, utf7-decode): Use coding system
14446 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14447
14448 * message.el (message-send-mail-function): New function.
14449 (message-send-mail-function): Set default using
14450 message-send-mail-function. Adjust doc string.
14451 (message-send-mail-with-mailclient): New function.
14452
14453 2007-11-17 Richard Stallman <rms@gnu.org>
14454
14455 * assistant.el: Remove file.
14456
14457 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14458
14459 * smime.el (from):
14460 * rfc2047.el (message-posting-charset):
14461 * qp.el (mm-use-ultra-safe-encoding):
14462 * pop3.el (parse-time-months):
14463 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14464 * nnml.el (files):
14465 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14466 (jka-compr-compression-info-list, ange-ftp-path-format)
14467 (efs-path-regexp):
14468 * nndiary.el (files):
14469 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14470 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14471 (epg-digest-algorithm-alist, inhibit-redisplay)
14472 (password-cache-expiry):
14473 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14474 (pgg-output-buffer, password-cache-expiry):
14475 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14476 (efs-path-regexp):
14477 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14478 (inhibit-redisplay):
14479 * mm-uu.el (file-name, start-point, end-point, entry)
14480 (gnus-newsgroup-name, gnus-newsgroup-charset):
14481 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14482 (latin-unity-ucs-list):
14483 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14484 (mm-uu-binhex-decode-function):
14485 * message.el (gnus-message-group-art, gnus-list-identifiers)
14486 (rmail-enable-mime-composing, gnus-local-organization)
14487 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14488 (gnus-read-active-file, facemenu-add-face-function)
14489 (facemenu-remove-face-function, gnus-article-decoded-p)
14490 (tool-bar-mode):
14491 * mail-source.el (display-time-mail-function):
14492 * gnus-util.el (nnmail-pathname-coding-system)
14493 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14494 (gnus-original-article-buffer, gnus-user-agent)
14495 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14496 (xemacs-codename, sxemacs-codename, emacs-program-version):
14497 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14498 * gnus-start.el (gnus-agent-covered-methods)
14499 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14500 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14501 (gnus-newsgroup-headers, gnus-group-list-mode)
14502 (gnus-group-mark-positions, gnus-newsgroup-data)
14503 (gnus-newsgroup-unreads, nnoo-state-alist)
14504 (gnus-current-select-method, mail-sources)
14505 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14506 (nnmail-spool-file, gnus-cache-active-hashtb):
14507 * gnus-mh.el (mh-lib-progs):
14508 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14509 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14510 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14511 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14512 (gnus-group-buffer):
14513 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14514 (font-lock-set-defaults):
14515 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14516 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14517 (gnus-summary-post-menu, total-parts, type, condition, length):
14518 * gnus-agent.el (gnus-agent-read-agentview):
14519 * flow-fill.el (show-trailing-whitespace):
14520 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14521 eval-and-compile wrappers for byte compiler pacifiers.
14522
14523 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14524 (mm-display-inline-fontify): Check for featurep 'xemacs not
14525 extent-list.
14526
14527 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14528 itimer-list.
14529 (mm-create-image-xemacs): Only do something for XEmacs.
14530 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14531
14532 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14533
14534 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14535 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14536
14537 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14538
14539 * nnimap.el (nnimap-split-download-body):
14540 * gnus-demon.el (gnus-demon):
14541 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14542
14543 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14544
14545 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14546 New macros.
14547 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14548 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14549 copy data from unibyte buffer to multibyte current buffer.
14550 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14551 to copy data from unibyte current buffer to multibyte buffer.
14552 (nntp-make-process-buffer): Make process buffer unibyte.
14553
14554 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14555
14556 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14557
14558 * pop3.el (pop3-open-server): Accept and process data more robustly at
14559 connection start to avoid spurious "POP SSL connection failed" errors.
14560
14561 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14562
14563 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14564 read group names.
14565
14566 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14567
14568 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14569
14570 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14571
14572 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14573 (nnmail-save-active): Use a unibyte buffer when saving active file,
14574 which may contain non-ASCII group names.
14575
14576 * nnml.el (nnml-request-group): Decode group names in messages.
14577
14578 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14579
14580 * message.el (message-citation-line-function)
14581 (message-insert-formatted-citation-line): Fix spelling of
14582 `message-insert-formated-citation-line'.
14583
14584 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14585
14586 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14587
14588 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14589
14590 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14591 nnmail-pathname-coding-system.
14592
14593 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14594 that a user enters; decode group names in messages.
14595
14596 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14597
14598 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14599
14600 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14601
14602 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14603
14604 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14605 risky local variable.
14606
14607 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14608
14609 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14610
14611 * encrypt.el: Improve documentation to fix function name typo.
14612 Reported by Daiki Ueno <ueno@unixuser.org>.
14613
14614 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14615
14616 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14617 even if the point is not in the last page of an article.
14618 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14619 back to the previous page.
14620
14621 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14622
14623 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14624
14625 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14626
14627 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14628
14629 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14630
14631 * message.el (message-check-news-body-syntax):
14632 Avoid mm-string-as-multibyte.
14633 (message-hide-headers): Don't assume (point-min)==1.
14634
14635 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14636
14637 * message.el (message-remove-blank-cited-lines): Fix if remove is
14638 given.
14639 (message-bogus-address-regexp): New variable.
14640 (message-bogus-recipient-p): New function.
14641 (message-check-recipients): New command.
14642 (message-syntax-checks): Add `bogus-recipient'.
14643 (message-fix-before-sending): Add `bogus-recipient'.
14644
14645 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14646 (gnus-treat-body-boundary): Don't test window-system.
14647
14648 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14649
14650 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14651
14652 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14653
14654 * gnus.el: Bump version to Gnus v5.13.
14655
14656 2007-10-28 Miles Bader <miles@gnu.org>
14657
14658 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14659 at compile-time too.
14660
14661 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14662
14663 * gnus-msg.el (gnus-message-setup-hook):
14664 Add `message-remove-blank-cited-lines' to options.
14665
14666 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14667
14668 * message.el (message-remove-blank-cited-lines): New function.
14669 Suggested by Karl Plästerer.
14670
14671 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14672
14673 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14674 mapc.
14675
14676 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14677 (top-level): Use mapc to set functions to be traced for debugging.
14678
14679 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14680 called for effect with while loop.
14681
14682 * message.el (message-talkative-question): Replace mapcar called for
14683 effect with mapc.
14684
14685 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14686 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14687 called for effect with dolist.
14688
14689 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14690
14691 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14692 gnus-extra-headers and nnmail-extra-headers.
14693
14694 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14695 called for effect with dolist.
14696 (top-level): Use mapc to set functions to be traced for debugging.
14697
14698 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14699 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14700 dolist.
14701
14702 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14703 Replace mapcar called for effect with mapc.
14704 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14705 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14706 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14707 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14708
14709 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14710 remove-if that's a cl function.
14711
14712 * webmail.el (webmail-debug): Replace mapcar called for effect with
14713 dolist.
14714
14715 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14716
14717 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14718 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14719 with while loop.
14720
14721 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14722 functions from article-* functions.
14723 (gnus-multi-decode-header): Replace mapcar called for effect with
14724 dolist.
14725
14726 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14727 (gnus-bookmark-show-details): Replace mapcar called for effect with
14728 while loop.
14729
14730 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14731 called for effect with while loop.
14732
14733 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14734 with dolist.
14735
14736 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14737 Replace mapcar called for effect with dolist.
14738
14739 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14740
14741 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14742 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14743 Replace mapcar called for effect with dolist.
14744 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14745 mapc.
14746
14747 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14748 Replace mapcar called for effect with dolist.
14749 (gnus-topic-list): Replace mapcar called for effect with mapc.
14750
14751 * gnus.el: Use mapc instead of mapcar to add autoloads.
14752
14753 2007-10-23 Richard Stallman <rms@gnu.org>
14754
14755 * gnus-group.el (gnus-group-highlight): Mark as risky.
14756
14757 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14758
14759 * gnus.el (gnus-server-to-method): Return method found first in
14760 gnus-newsrc-alist.
14761
14762 * gnus-art.el (gnus-article-highlight-signature)
14763 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14764 button overlay without the front stickiness.
14765
14766 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14767
14768 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14769 overview buffer needed a catch to receive its throw.
14770 (gnus-agent-flush-cache): Declare as interactive to make this function
14771 easier to use.
14772
14773 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14774
14775 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14776 `next-line'.
14777
14778 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14779
14780 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14781 exclude address matching message-dont-reply-to-names.
14782
14783 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14784
14785 * gnus-util.el (gnus-string<): New function.
14786
14787 * gnus-sum.el (gnus-article-sort-by-author)
14788 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14789
14790 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14791
14792 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14793 the frame-focus tag is set in gnus-buffer-configuration.
14794
14795 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14796
14797 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14798 the front stickiness.
14799
14800 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14801
14802 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14803 url pattern; remove duplicate one.
14804 (gnus-article-extend-url-button): New function.
14805 (gnus-article-add-buttons): Use it.
14806 (gnus-button-push): Use concatenated url that it makes.
14807
14808 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14809
14810 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14811 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14812
14813 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14814
14815 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14816 Don't hardcode point-min==1.
14817
14818 2007-09-30 David Kastrup <dak@gnu.org>
14819
14820 * gnus-art.el (gnus-article-reply-with-original)
14821 (gnus-article-followup-with-original): When `transient-mark-mode' is
14822 off, refrain from active-region behavior for followups.
14823
14824 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14825
14826 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14827 Fix comment about "iso8859-1".
14828
14829 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14830
14831 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14832 ones returned from the verify-function.
14833
14834 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14835 Call mml2015-extract-cleartext-signature if extraction failed.
14836
14837 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14838
14839 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14840 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14841 failed.
14842
14843 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14844
14845 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14846
14847 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14848
14849 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14850 to mark a thread as expirable. Add variable `hide' to handle hiding of
14851 thread for both the null and zero (kill/expire thread) universal prefix
14852 cases.
14853 (gnus-summary-expire-thread): Add new function to expire a thread,
14854 using gnus-summary-kill-thread.
14855 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14856 shortcuts for gnus-summary-expire-thread.
14857 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14858 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14859
14860 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14861
14862 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14863 extras value, so an extras entry can be deleted.
14864 (gnus-registry-delete-extra-entry): Use it.
14865 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14866 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14867 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14868 storage through the gnus-registry, and provide an appropriate API for
14869 it.
14870
14871 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14872
14873 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14874 Suggested by Leo <sdl.web@gmail.com>.
14875
14876 * gnus.el: Do.
14877
14878 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14879
14880 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14881 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14882
14883 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14884
14885 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14886 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14887
14888 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14889
14890 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14891 newline.
14892 (nnmbox-request-accept-article): Don't change article in source buffer;
14893 narrow to header to use message-fetch-field rather than
14894 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14895 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14896 as delimiters; make sure article ends with newline.
14897 (nnmbox-delete-mail): Correct last position of article to be deleted;
14898 ignore X-Gnus-Newsgroup header in article body.
14899 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14900 positions; make sure article ends with newline.
14901
14902 * message.el (message-display-abbrev): Don't infloop when a user
14903 inserts SPC in the beginning of header.
14904
14905 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14906
14907 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14908 list of groups not followed by default. Fix type to be regexp.
14909 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14910
14911 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14912
14913 * hmac-def.el (define-hmac-function): Switch from old-style to
14914 new-style backquotes.
14915
14916 * md4.el (md4-make-step): Likewise.
14917
14918 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14919
14920 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14921 raw-text coding system when saving .newsrc file, which may contain
14922 non-ASCII group names.
14923
14924 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14925
14926 * gnus-cus.el (gnus-score-extra): New widget.
14927 (gnus-score-extra-convert): New function.
14928 (gnus-score-customize): Use it for Extra.
14929
14930 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14931
14932 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14933 (mml2015-mailcrypt-clear-verify): Use it.
14934 (mml2015-gpg-clear-verify): Use it.
14935 (mml2015-pgg-clear-verify): Use it.
14936 (mml2015-epg-clear-verify): Replace the current part with the output
14937 from GnuPG; don't extract the plaintext by itself.
14938
14939 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14940 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14941 mml2015-clear-verify-function; don't touch the armor headers or
14942 dash-escaped text here.
14943
14944 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14945
14946 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14947 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14948 parts, or application/octet-stream as a last resort.
14949 (gnus-mime-view-part-as-type): Don't toggle display.
14950 (gnus-mime-view-part-as-charset): Don't turn off display before
14951 querying charset.
14952
14953 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14954 stuff to undisplayer function in Emacs.
14955 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14956
14957 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14958 text/calendar parts.
14959
14960 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14961
14962 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14963 decoding text/calendar parts.
14964
14965 * message.el (message-forward-make-body-mime): Always mark body as
14966 having no illegible text; remove signed-or-encrypted argument.
14967 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14968
14969 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14970 (mml-generate-mime-1): Don't encode body if it is specified to be in
14971 raw form; don't make buffer be unibyte when inserting multibyte string.
14972
14973 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14974
14975 * sha1.el: Fix up comment style.
14976 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14977 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14978
14979 * hex-util.el: Fix up comment style.
14980 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14981
14982 * gnus-salt.el: Use with-current-buffer.
14983 (gnus-pick-setup-message): Fix long-standing typo.
14984
14985 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14986
14987 * imap.el (imap-logout-timeout): New variable.
14988 (imap-logout, imap-logout-wait): New functions.
14989 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14990
14991 * nnimap.el (nnimap-logout-timeout): New server variable.
14992 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14993 nnimap-logout-timeout.
14994
14995 * gnus-art.el (gnus-article-summary-command-nosave)
14996 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14997
14998 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14999
15000 * gnus.el (gnus-maximum-newsgroup): New variable.
15001
15002 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15003 according to gnus-maximum-newsgroup.
15004
15005 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15006 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15007 Limit the range of articles according to gnus-maximum-newsgroup.
15008
15009 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15010
15011 * gnus-art.el (gnus-sticky-article): Fix problems described in
15012 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15013 Don't perform gnus-configure-windows here; reuse existing sticky
15014 article buffer.
15015
15016 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15017 it doesn't exist in gnus-article-mode.
15018
15019 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15020
15021 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15022 (gnus-agent-decoded-group-name): New function.
15023 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15024 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15025
15026 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15027
15028 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15029 Add binding for gnus-sticky-article.
15030 (gnus-summary-exit): Don't kill sticky article buffers.
15031
15032 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15033 article buffer.
15034 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15035 (gnus-kill-sticky-article-buffers): New commands.
15036
15037 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15038
15039 * nntp.el (nntp-xref-number-is-evil): New server variable.
15040 (nntp-find-group-and-number): If it is non-nil, don't trust article
15041 numbers in the Xref header.
15042
15043 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15044
15045 * gnus-agent.el (gnus-agent-read-group): New function.
15046 (gnus-agent-flush-group, gnus-agent-expire-group)
15047 (gnus-agent-regenerate-group): Use it.
15048 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15049 nnmail-pathname-coding-system.
15050
15051 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15052
15053 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15054
15055 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15056 that are unread as unread, and also as selected so that information of
15057 marks having been changed by a user may be updated when exiting group.
15058
15059 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15060
15061 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15062
15063 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15064
15065 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15066 calculated ignoring signature parts to gnus-treat-article.
15067
15068 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15069
15070 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15071 a point here in order to keep the window start.
15072 (gnus-insert-mime-security-button): Make a button overlay without the
15073 front stickiness.
15074 (gnus-mime-display-security): Goto the end of a button.
15075
15076 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15077
15078 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15079
15080 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15081 group-name-at-point.
15082 (gnus-group-completing-read): New function that offers decoded
15083 non-ASCII group names for completion.
15084 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15085 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15086 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15087 (gnus-group-fetch-control): Use it.
15088 (gnus-fetch-group): Use group-name-at-point for the initial value
15089 rather than the default value; use gnus-alive-p.
15090
15091 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15092 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15093 (gnus-summary-post-news): Use gnus-group-completing-read.
15094
15095 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15096 (gnus-read-move-group-name): Decode group name for completion.
15097
15098 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15099
15100 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15101 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15102 Yamaoka slightly modified the code).
15103
15104 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15105
15106 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15107 (nnmail-split-incoming): Bind it.
15108
15109 * nnml.el (nnml-group-name-charset): New function.
15110 (nnml-decoded-group-name): Use it; don't decode group name if
15111 nnmail-group-names-not-encoded-p is non-nil.
15112 (nnml-encoded-group-name): New function.
15113 (nnml-group-pathname): Inline nnml-decoded-group-name.
15114 (nnml-request-expire-articles): Decode group name in message.
15115 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15116 nnmail-pathname-coding-system.
15117 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15118 not decoded ones according to nnmail-group-names-not-encoded-p.
15119 (nnml-generate-active-info): Use nnml-encoded-group-name.
15120
15121 2007-08-08 Glenn Morris <rgm@gnu.org>
15122
15123 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15124 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15125 doc-strings and comments.
15126
15127 2007-07-25 Glenn Morris <rgm@gnu.org>
15128
15129 * Relicense all FSF files to GPLv3 or later.
15130
15131 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15132
15133 * gnus-sum.el (gnus-summary-move-article):
15134 Make gnus-summary-respool-article work.
15135
15136 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15137
15138 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15139 string.
15140
15141 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15142
15143 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15144 that should be ignored when comparing distant RSS articles with local
15145 ones.
15146 (nnrss-make-hash-index): New function. Create a hash index according
15147 to the ignored fields.
15148 (nnrss-check-group): Use it.
15149
15150 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15151
15152 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15153
15154 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15155
15156 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15157 the new optional argument ENCODED is non-nil.
15158 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15159 coding system for encoding group name.
15160 (gnus-group-make-rss-group): Pass un-encoded group name to
15161 gnus-group-make-group.
15162 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15163 encoded.
15164
15165 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15166 Encode group name to which articles are moved or copied.
15167 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15168 coding system for encoding Newsgroup, Followup-To and Xref headers.
15169
15170 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15171 marks; use nnheader-file-coding-system to write a file.
15172 (nnagent-retrieve-headers): Bind file-name-coding-system to
15173 nnmail-pathname-coding-system.
15174
15175 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15176
15177 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15178 (nnml-request-article, nnml-request-create-group)
15179 (nnml-request-rename-group, nnml-find-id)
15180 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15181 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15182 (nnml-save-marks): Use nnml-group-pathname instead of
15183 nnmail-group-pathname.
15184
15185 (nnml-request-create-group, nnml-request-expire-articles)
15186 (nnml-request-move-article, nnml-request-delete-group)
15187 (nnml-deletable-article-p, nnml-possibly-create-directory)
15188 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15189 (nnml-open-marks): Bind file-name-coding-system to
15190 nnmail-pathname-coding-system.
15191
15192 (nnml-request-article): Pass server argument to nnml-find-group-number.
15193 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15194 Pass server argument to nnml-possibly-create-directory.
15195 (nnml-request-accept-article): Pass server argument to
15196 nnml-active-number and nnml-save-mail.
15197 (nnml-find-group-number): Pass server argument to nnml-find-id.
15198 (nnml-request-update-info): Pass server argument to
15199 nnml-marks-changed-p.
15200
15201 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15202 (nnml-save-mail, nnml-active-number): Add server argument.
15203
15204 (nnml-request-delete-group): Warn if group is missing.
15205 (nnml-get-nov-buffer): Decode group name.
15206 (nnml-generate-active-info): Encode group name.
15207 (nnml-open-marks): Decode group name in messages.
15208
15209 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15210
15211 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15212 if it is not specified.
15213 (gnus-article-pipe-part, gnus-article-save-part)
15214 (gnus-article-interactively-view-part, gnus-article-copy-part)
15215 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15216 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15217 (gnus-article-replace-part, gnus-article-delete-part)
15218 (gnus-article-view-part-as-type): Pass raw prefix argument to
15219 gnus-article-part-wrapper.
15220
15221 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15222
15223 * gnus-agent.el (gnus-agent-save-active):
15224 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15225
15226 * gnus-cache.el (gnus-cache-save-buffers)
15227 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15228 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15229 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15230 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15231 (gnus-cache-generate-active, gnus-cache-rename-group)
15232 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15233 (gnus-cache-update-overview-total-fetched-for):
15234 Bind file-name-coding-system to nnmail-pathname-coding-system.
15235 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15236 New variables.
15237 (gnus-cache-decoded-group-name): New function.
15238 (gnus-cache-file-name): Use it.
15239 (gnus-cache-generate-active): Use non-decoded group name for active.
15240
15241 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15242 right place.
15243 (gnus-write-active-file): Don't break non-ASCII group names.
15244
15245 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15246 nnmail-pathname-coding-system.
15247
15248 * gnus-uu.el (gnus-uu-decode-save): Typo.
15249
15250 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15251
15252 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15253
15254 2007-07-14 David Kastrup <dak@gnu.org>
15255
15256 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15257 finishing actions if we did not edit the article.
15258
15259 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15260
15261 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15262 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15263 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15264 (gnus-agent-flush-group, gnus-agent-flush-cache)
15265 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15266 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15267 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15268 (gnus-agent-regenerate-group)
15269 (gnus-agent-update-files-total-fetched-for)
15270 (gnus-agent-update-view-total-fetched-for):
15271 Bind file-name-coding-system to nnmail-pathname-coding-system.
15272 (gnus-agent-group-pathname): Don't encode file names by
15273 nnmail-pathname-coding-system.
15274 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15275 coding-system-for-write instead of buffer-file-coding-system to
15276 gnus-agent-file-coding-system.
15277
15278 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15279 Decode group name.
15280
15281 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15282
15283 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15284 (gnus-read-newsrc-el-file): Make group names unibyte.
15285
15286 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15287 nnmail-pathname-coding-system.
15288
15289 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15290 (nnrss-request-delete-group): Bind file-name-coding-system to
15291 nnmail-pathname-coding-system.
15292 (nnrss-read-server-data, nnrss-read-group-data):
15293 Bind file-name-coding-system correctly.
15294 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15295
15296 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15297 (nntp-server-to-method-cache): New variable.
15298 (nntp-group-pathname): New function that decodes non-ASCII group names.
15299 (nntp-possibly-create-directory, nntp-marks-changed-p)
15300 (nntp-save-marks, nntp-open-marks): Use it.
15301 (nntp-possibly-create-directory, nntp-open-marks):
15302 Bind file-name-coding-system to nnmail-pathname-coding-system.
15303 (nntp-open-marks): Decode group names when bootstrapping marks.
15304
15305 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15306 Newsgroups and Followup-To headers.
15307
15308 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15309
15310 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15311 (gnus-server-closed-face, gnus-server-denied-face)
15312 (gnus-server-offline-face): Remove variable.
15313 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15314
15315 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15316 of modifying message-stack directly for XEmacs.
15317
15318 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15319 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15320 if the coding-system argument is nil for XEmacs.
15321
15322 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15323 mm-charset-override-alist.
15324
15325 * rfc2047.el: Don't require base64; require rfc2045 for the function
15326 rfc2045-encode-string.
15327 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15328 to quote the parameter value.
15329
15330 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15331
15332 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15333 form in gnus-group-name-charset-method-alist.
15334
15335 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15336 overrides the default layout edit-form.
15337
15338 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15339
15340 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15341
15342 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15343
15344 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15345 as unfetched articles.
15346
15347 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15348
15349 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15350
15351 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15352
15353 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15354 original back end that keeps marks in the local system.
15355
15356 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15357
15358 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15359 arg of pop-to-buffer for XEmacs.
15360 (gnus-article-read-summary-keys): Ditto; don't restore window
15361 configuration if summary command ends up with neither article buffer
15362 nor summary buffer; describe bindings if summary keys end with C-h.
15363
15364 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15365
15366 * message.el (message-fix-before-sending): Skip raw message part to be
15367 forwarded while checking illegible text.
15368 (message-forward-make-body-mime, message-forward-make-body):
15369 Mark signed or encrypted raw message as having no illegible text.
15370
15371 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15372
15373 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15374 (gnus-message-with-timestamp-1): New macro.
15375 (gnus-message-with-timestamp): New function.
15376 (gnus-message): Use them.
15377
15378 * nnheader.el (nnheader-message): Use them.
15379
15380 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15381
15382 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15383 .newsrc.eld file.
15384
15385 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15386
15387 * gnus-agent.el (gnus-agent-fetch-headers)
15388 (gnus-agent-retrieve-headers):
15389 Bind gnus-decode-encoded-address-function to identity.
15390
15391 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15392 available also when the server returns simply a dot.
15393
15394 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15395
15396 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15397
15398 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15399
15400 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15401
15402 * gnus-ems.el (gnus-x-splash): Make it work.
15403
15404 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15405 from being used.
15406
15407 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15408
15409 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15410 the front stickiness.
15411 (gnus-article-summary-command-nosave): Correct the order of the
15412 arguments passed to pop-to-buffer.
15413 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15414 summary command ends up with the article buffer.
15415
15416 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15417 the same faces.
15418
15419 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15420
15421 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15422
15423 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15424
15425 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15426 * gnus-sum.el (gnus-summary-highlight):
15427 * mail-source.el (mail-source-delete-old-incoming-confirm):
15428 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15429
15430 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15431
15432 * gnus-art.el (gnus-mime-view-part-externally)
15433 (gnus-mime-view-part-internally): Fix predicate function passed to
15434 completing-read.
15435
15436 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15437
15438 * gnus.el (gnus-update-message-archive-method): Add :version.
15439
15440 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15441
15442 * gnus.el (gnus-update-message-archive-method): New variable.
15443
15444 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15445 according to gnus-message-archive-method if
15446 gnus-update-message-archive-method is non-nil.
15447
15448 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15449
15450 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15451 Suggested by Loic Dachary <loic@dachary.org>.
15452 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15453
15454 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15455
15456 * message.el (message-pop-to-buffer): Add switch-function argument.
15457 (message-mail): Pass switch-function argument to it.
15458
15459 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15460
15461 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15462 Improve doc string.
15463
15464 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15465
15466 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15467 (gnus-header-content):
15468 * gnus-cite.el (gnus-cite-10):
15469 * gnus-srvr.el (gnus-server-closed):
15470 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15471 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15472 (gnus-group-mail-3-empty, gnus-group-mail-low)
15473 (gnus-group-mail-low-empty, gnus-splash):
15474 * message.el (message-header-to, message-header-cc)
15475 (message-header-subject, message-header-other, message-header-name)
15476 (message-header-xheader, message-separator, message-cited-text)
15477 (message-mml): Lighten colors of faces used for dark background.
15478
15479 2007-05-24 Simon Josefsson <simon@josefsson.org>
15480
15481 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15482 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15483
15484 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15485
15486 * message.el (message-narrow-to-headers-or-head):
15487 Ignore mail-header-separator in the body.
15488
15489 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15490
15491 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15492 same as window size.
15493
15494 2007-05-22 Kevin Ryde <user42@zip.com.au>
15495
15496 * message.el (message-font-lock-keywords): Use message-header-xheader
15497 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15498 ahead of the anything pattern, to get it recognized.
15499
15500 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15501
15502 * gnus-sum.el (gnus-articles-to-read)
15503 (gnus-summary-insert-old-articles): Don't truncate group name for
15504 `read-string'.
15505
15506 * gnus-util.el (gnus-limit-string): Delete this function.
15507
15508 * gnus-sum.el (gnus-simplify-subject-fully):
15509 Use `truncate-string-to-width' instead.
15510
15511 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15512
15513 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15514 Tell if, on summary exit, the next group has to be selected.
15515 (gnus-summary-exit): Use it.
15516
15517 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15518
15519 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15520 non-break space.
15521
15522 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15523
15524 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15525 Check if group is not a directory.
15526 (nnfolder-request-expire-articles): Don't delete articles if the target
15527 group is not available.
15528
15529 * nnml.el (nnml-request-create-group): Properly check if group is not a
15530 file.
15531 (nnml-request-expire-articles): Don't delete articles if the target
15532 group is not available.
15533
15534 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15535 Don't quote characters that are within parentheses.
15536
15537 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15538
15539 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15540 (gnus-handle-ephemeral-exit): Select article according to it.
15541
15542 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15543
15544 * message.el (message-insert-formated-citation-line): Remove newline.
15545 (message-citation-line-format): Add final \n here so that the user can
15546 avoid a blank line.
15547
15548 2007-05-03 Dan Christensen <jdc@uwo.ca>
15549
15550 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15551 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15552 Update lanl/arXiv support.
15553
15554 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15555
15556 * gnus.el: Bump version number.
15557
15558 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15559
15560 * gnus.el (gnus-version-number): Bump version.
15561
15562 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15563
15564 * gnus.el: No Gnus v0.6 is released.
15565
15566 2007-04-27 Didier Verna <didier@xemacs.org>
15567
15568 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15569 * gmm-utils.el (gmm-regexp-concat): ... here.
15570 * message.el: Don't require 'gnus-util.
15571 (message-dont-reply-to-names): Handle name change above.
15572 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15573
15574 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15575
15576 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15577 since the initial value varies according to the system.
15578
15579 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15580
15581 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15582
15583 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15584
15585 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15586
15587 2007-04-24 Didier Verna <didier@xemacs.org>
15588
15589 Improve the type of gnus-ignored-from-addresses.
15590 * gnus-util.el (gnus-orify-regexp): New function.
15591 * message.el (gnus-util): Require it.
15592 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15593 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15594 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15595
15596 2007-04-24 Didier Verna <didier@xemacs.org>
15597
15598 * gnus-sum.el:
15599 * gnus-utils.el: Fix some trailing whitespaces.
15600
15601 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15602
15603 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15604 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15605 article's Message-ID; refer parent article in summary buffer.
15606
15607 * message.el (message-bounce): Call mime-to-mml.
15608
15609 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15610
15611 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15612
15613 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15614
15615 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15616 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15617 displayed of multipart/alternative part if it is invoked from summary
15618 buffer.
15619
15620 * mm-view.el (mm-inline-text-html-render-with-w3m)
15621 (mm-inline-text-html-render-with-w3m-standalone)
15622 (mm-inline-render-with-function): Use mail-parse-charset by default.
15623
15624 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15625
15626 * parse-time.el (parse-time-string-chars): Check if CHAR
15627 is less than the length of parse-time-syntax.
15628
15629 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15630
15631 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15632 from gnus-newsgroup-processable.
15633
15634 2007-04-16 Didier Verna <didier@xemacs.org>
15635
15636 * gnus-msg.el (gnus-configure-posting-styles):
15637 Handle message-signature-directory properly with :file syntax.
15638 Reported by "Leo".
15639
15640 2007-04-11 Didier Verna <didier@xemacs.org>
15641
15642 New user option: message-signature-directory.
15643 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15644 * message.el (message-insert-signature): Ditto.
15645 * message.el (message-signature-file): Doc update.
15646 * message.el (message-signature-directory): New.
15647
15648 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15649
15650 * gnus-msg.el (gnus-inews-yank-articles):
15651 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15652
15653 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15654
15655 * message.el (message-yank-original): Make sure cited text ends with
15656 newline; don't exchange point and mark.
15657
15658 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15659
15660 * tls.el (open-tls-stream): Properly handle case where there
15661 is no associated buffer.
15662
15663 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15664
15665 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15666 message-yank-original, make sure (< mark TEXT point).
15667
15668 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15669
15670 * message.el (message-fill-column): New variable.
15671 (message-mode): Use it. Add comment on a possible new hook.
15672
15673 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15674 (nnmail-get-new-mail): Reformat.
15675
15676 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15677
15678 * gmm-utils.el: Fix Commentary.
15679 (gmm-tool-bar-from-list): Fix typo in doc string.
15680
15681 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15682
15683 * message.el (message-yank-original): Don't switch point and mark
15684 unnecessarily to put point and mark as documented.
15685
15686 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15687
15688 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15689 from the message heads.
15690
15691 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15692
15693 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15694 article buffer does not have a window. This may not be the best
15695 solution but is certainly better than setting the start of the null,
15696 that is the current, window.
15697
15698 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15699
15700 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15701 (gnus-draft-setup): Run it.
15702
15703 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15704 gnus-score-fast-scoring. Allow regexp.
15705 (gnus-score-headers): Use it.
15706
15707 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15708 XEmacs.
15709
15710 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15711 string.
15712 (gnus-button-alist): Also catch `<f1> k ...'.
15713 (gnus-treat-display-x-face): Fix doc string.
15714
15715 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15716
15717 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15718 evaluation of gnus-extended-version to ensure correct generation of the
15719 User-Agent header when message-generate-headers-first is used.
15720
15721 2007-03-24 Simon Josefsson <simon@josefsson.org>
15722
15723 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15724 hashcash-path is nil. Don't call callback with incorrect number of
15725 parameters if val is 0.
15726
15727 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15728
15729 * message.el (message-required-news-headers):
15730 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15731
15732 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15733
15734 * message.el (message-generate-new-buffers): Change the meaning of the
15735 nil value; add `standard' to the choices; treat t as `unique'; improve
15736 doc string.
15737 (gnus-select-frame-set-input-focus): Autoload.
15738 (message-buffer-name): Search for the existing message buffer if
15739 message-generate-new-buffers is nil or `standard'; treat the value t of
15740 message-generate-new-buffers as `unique'.
15741 (message-pop-to-buffer): Raise the frame already displaying the message
15742 buffer; clear the echo area after querying.
15743 (message-setup): Pass the `continue' argument to compose-mail.
15744 (message-mail): Prefer `switch-function' if it is given; search for the
15745 existing message buffer if the `continue' argument is non-nil; pass
15746 continue and switch-function arguments to compose-mail by way of
15747 message-setup.
15748 (message-mail-other-window): Adjust argument of message-setup.
15749 (message-mail-other-frame): Ditto.
15750
15751 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15752
15753 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15754 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15755 to turn font-lock on when turning gnus-message-citation-mode on.
15756
15757 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15758
15759 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15760 (mml-smime-function-alist): New variable; add epg as the backend.
15761 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15762 mml-smime- functions instead.
15763 * mm-view.el: Require smime.
15764
15765 2007-03-05 Didier Verna <didier@xemacs.org>
15766
15767 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15768 instead of just inheritance for posting styles.
15769 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15770
15771 2007-02-24 John Paul Wallington <jpw@pobox.com>
15772
15773 * tls.el (tls-certtool-program): Fix custom type.
15774
15775 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15776
15777 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15778 and point-at-eol instead of line-(beginning|end)-position.
15779
15780 * assistant.el (assistant-parse-buffer): Ditto.
15781
15782 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15783
15784 * mml2015.el (mml2015-epg-find-usable-key): New function.
15785 (mml2015-epg-sign): Use it.
15786 (mml2015-epg-encrypt): Use it.
15787
15788 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15789
15790 * message.el (message-make-in-reply-to): Quote name containing
15791 non-ASCII characters. It will make the RFC2047 encoder cause an error
15792 if there are special characters. Reported by NAKAJI Hiroyuki
15793 <nakaji@jp.freebsd.org>.
15794
15795 2007-02-27 Didier Verna <didier@xemacs.org>
15796
15797 Include the group parameters as well as the topic ones in the
15798 inheritance filter process.
15799 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15800 argument GROUP-PARAMS-LIST.
15801 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15802
15803 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15804
15805 * nntp.el (nntp-never-echoes-commands)
15806 (nntp-open-connection-functions-never-echo-commands): New variables.
15807 (nntp-send-command): Use them.
15808
15809 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15810
15811 * mml2015.el (mml2015-epg-verify): Simplify.
15812
15813 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15814
15815 * mml.el (mml-content-disposition-alist): New user option.
15816 (mml-content-disposition): New function.
15817 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15818 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15819
15820 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15821
15822 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15823 verification.
15824
15825 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15826
15827 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15828 articles posted in the last 24 hours.
15829
15830 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15831
15832 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15833
15834 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15835
15836 * nntp.el (nntp-send-command): Don't wait for echoes when
15837 nntp-open-ssl-stream is used.
15838
15839 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15840
15841 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15842 (gnus-message-add-citation-keywords)
15843 (gnus-message-remove-citation-keywords): Remove.
15844 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15845 directly, make the variables in font-lock-defaults buffer-local, add
15846 gnus-message-citation-keywords to them and then update the value of
15847 font-lock-keywords.
15848
15849 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15850
15851 * message.el (message-cite-original-1): Don't call
15852 gnus-article-highlight-citation.
15853
15854 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15855 citations; fix line count.
15856
15857 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15858
15859 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15860 (gnus-message-add-citation-keywords)
15861 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15862 versions of font-lock-add-keywords and font-lock-remove-keywords to
15863 work with XEmacs correctly.
15864
15865 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15866
15867 * gnus-cite.el (gnus-cite-face-list): Set the values of
15868 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15869 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15870 (gnus-message-cite-prefix-regexp): New variable.
15871 (gnus-message-search-citation-line): Use it; protect against long
15872 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15873 the 0th match data for Emacs.
15874 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15875 (gnus-message-add-citation-keywords): Append keywords rather than
15876 prepending; emulate font-lock-add-keywords if it is not available.
15877 (gnus-message-remove-citation-keywords):
15878 Emulate font-lock-remove-keywords if it is not available.
15879
15880 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15881
15882 * message.el (message-cite-prefix-regexp): Set the value of
15883 gnus-message-cite-prefix-regexp.
15884
15885 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15886
15887 * nnweb.el (nnweb-google-parse-1): Update parser.
15888
15889 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15890
15891 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15892
15893 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15894
15895 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15896 regexp.
15897
15898 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15899
15900 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15901 string-to-multibyte.
15902 (uudecode-decode-region-internal): Use it.
15903
15904 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15905
15906 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15907 Fix custom choice.
15908
15909 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15910
15911 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15912
15913 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15914
15915 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15916 `write-region' to respect `mm-inhibit-file-name-handlers'.
15917
15918 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15919
15920 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15921 Use gnus-home-directory instead of "~/" or "$HOME".
15922
15923 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15924
15925 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15926 to mention filename.
15927 Add comments at beginning regarding usage.
15928 (encrypt-write-file-contents): Change interactive so a string is
15929 acceptable. If the file has no associated model, show an error instead
15930 of a nonsense prompt.
15931
15932 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15933
15934 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15935 Thanks to Yoshihiko Yamada for kind notification of this typo.
15936
15937 2007-01-12 Kenichi Handa <handa@m17n.org>
15938
15939 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15940 multibyte buffer.
15941
15942 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15943
15944 * gnus-score.el (gnus-score-fast-scoring): New variable.
15945 (gnus-score-headers): Use it.
15946
15947 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15948
15949 * message.el (message-cite-original-1):
15950 Call gnus-article-highlight-citation if requested.
15951 (message-make-from): Allow name and address as optional arguments.
15952
15953 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15954
15955 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15956 bugs to doc string.
15957 (gnus-button-alist): Add mid\\|message-id.
15958 (gnus-button-fetch-group): Extend for use in
15959 `browse-url-browser-function'.
15960 (gnus-button-url-regexp): Try to catch paired parentheses like in
15961 Wikipedia URLs.
15962
15963 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15964 Suggested by Simon Krahnke <overlord@gmx.li>.
15965
15966 2007-01-13 Romain Francoise <romain@orebokech.com>
15967
15968 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15969 Update copyright.
15970
15971 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15972
15973 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15974
15975 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15976
15977 * gnus-registry.el (gnus-registry-unfollowed-groups)
15978 (gnus-registry-split-fancy-with-parent): Fix documentation.
15979
15980 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15981
15982 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15983 from nnweb groups.
15984
15985 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15986
15987 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15988 Xref urls. Erase buffer before requesting head.
15989
15990 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15991
15992 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15993
15994 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15995 customizable.
15996
15997 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15998
15999 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16000 no signing key is found.
16001 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16002 no encrypting and/or signing key is found.
16003
16004 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16005
16006 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16007
16008 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16009
16010 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16011 headers read from disk with the ones newly found in the current search.
16012 This should no longer cause problems, because the article numbers in
16013 Gmane's `nov.php' output are ignored since the previous change.
16014
16015 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16016
16017 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16018
16019 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16020
16021 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16022
16023 2007-01-01 Romain Francoise <romain@orebokech.com>
16024
16025 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16026
16027 2006-12-31 Steve Youngs <steve@sxemacs.org>
16028
16029 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16030 `define-minor-mode' macro definition expanded properly.
16031 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16032 exclude it there.
16033
16034 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16035 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16036 `fboundp' test.
16037 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16038 This is OK to autoload in (S)XEmacs now.
16039
16040 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16041
16042 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16043 keystroke.
16044 (gnus-summary-limit-to-singletons): Fix typo.
16045
16046 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16047 else fails.
16048
16049 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16050
16051 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16052 docstring.
16053
16054 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16055 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16056 (gnus-summary-insert-dormant-articles): Fix typo in message.
16057
16058 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16059
16060 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16061 nil for XEmacs.
16062 (gnus-message-citation-mode): Don't autoload in XEmacs.
16063
16064 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16065
16066 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16067
16068 * nnimap.el (nnimap-expunge-search-string):
16069 Mention nnimap-search-uids-not-since-is-evil in docstring.
16070
16071 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16072
16073 * spam.el: Revert to make-obsolete-variable because
16074 define-obsolete-variable-alias is not supported in Emacs 21.
16075
16076 * spam.el (spam-ifile-path, spam-ifile-database-path)
16077 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16078 make-obsolete-variable.
16079 (spam-bsfilter-path, spam-bsfilter-program)
16080 (spam-spamassassin-path, spam-spamassassin-program)
16081 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16082 Don't use "path" inappropriately.
16083 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16084 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16085 variable names.
16086
16087 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16088
16089 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16090 summary buffer.
16091
16092 * password.el (password-cache-remove): Use clear-string to burn
16093 password, if available.
16094
16095 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16096
16097 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16098
16099 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16100
16101 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16102 (gnus-message-highlight-citation): Move defcustom here from
16103 gnus-cite.el.
16104 (gnus-message-citation-mode): Autoload.
16105
16106 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16107 checks to make it compile with XEmacs.
16108 (gnus-message-citation-mode): New minor mode.
16109 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16110 (gnus-message-highlight-citation): New variables.
16111 (gnus-message-search-citation-line)
16112 (gnus-message-add-citation-keywords)
16113 (gnus-message-remove-citation-keywords)
16114 (turn-on-gnus-message-citation-mode)
16115 (turn-off-gnus-message-citation-mode): New functions.
16116
16117 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16118
16119 * gnus-cite.el: Enable highlighting of different citation levels in
16120 message-mode.
16121
16122 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16123
16124 * message.el (message-make-fqdn): Fix comment.
16125 (message-bogus-system-names): Add ".local".
16126
16127 * spam.el (spam-ifile-path, spam-ifile-program)
16128 (spam-ifile-database-path, spam-ifile-database)
16129 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16130 Don't use "path" inappropriately.
16131 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16132 strings.
16133 (spam-check-ifile, spam-ifile-register-with-ifile)
16134 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16135 Use new variable names.
16136
16137 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16138 (gnus-treat-display-smileys): Simplify using
16139 gnus-image-type-available-p.
16140
16141 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16142 available.
16143
16144 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16145
16146 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16147 one after turning on the buffer's multibyteness instead of decoding
16148 them directly in the unibyte buffer that causes unexpected conversion
16149 in Emacs 23 (unicode).
16150
16151 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16152
16153 * message.el (message-generate-hashcash): Fix custom type.
16154
16155 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16156
16157 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16158
16159 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16160
16161 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16162 disconnect icons. Add help text.
16163
16164 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16165
16166 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16167 negated to be consistent with the others we handle.
16168
16169 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16170
16171 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16172 version of gnus-summary-buffer to something, so that we can use two
16173 article buffers at the same time.
16174
16175 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16176
16177 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16178 trigger all the extra headers.
16179 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16180 sorting.
16181
16182 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16183
16184 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16185 solid groups.
16186
16187 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16188
16189 * legacy-gnus-agent.el: Add Copyright notice.
16190
16191 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16192
16193 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16194
16195 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16196
16197 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16198
16199 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16200 to make it work reliably in CVS Emacs.
16201 (gnus-summary-limit-strange-charsets-predicate)
16202 (gnus-summary-limit-to-predicate): New functions.
16203
16204 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16205
16206 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16207 specifying array size.
16208 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16209 array if it is too small.
16210 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16211 (gnus-sort-threads-loop): New function.
16212
16213 2006-12-06 Chris Moore <dooglus@gmail.com>
16214
16215 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16216 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16217
16218 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16219
16220 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16221 options.
16222
16223 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16224
16225 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16226 DOS-ing the recipient.
16227
16228 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16229 the headers when creating the mapping to avoid mismappings.
16230 (nnweb-gmane-create-mapping): Always nix out old mapping.
16231
16232 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16233
16234 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16235 and mm-verify-option to never.
16236
16237 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16238
16239 * message.el (message-signed-or-encrypted-p): New function.
16240 (message-forward-make-body): Use it.
16241
16242 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16243 Replace encode-coding-string with mm-encode-coding-string.
16244
16245 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16246
16247 * nneething.el (nneething-decode-file-name):
16248 Replace decode-coding-string with mm-decode-coding-string.
16249
16250 * gnus-int.el (gnus-open-server): Say failed server's name.
16251
16252 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16253
16254 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16255 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16256
16257 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16258 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16259 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16260 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16261 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16262 (gnus-subscribe-newsgroup, gnus-1):
16263 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16264 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16265 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16266 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16267
16268 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16269
16270 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16271 keystroke.
16272 (gnus-summary-limit-to-bodies): Implement headersp.
16273
16274 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16275
16276 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16277
16278 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16279
16280 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16281
16282 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16283
16284 * message.el (message-generate-hashcash): Expand range of values to
16285 include `opportunistic'.
16286 (message-send-mail): Use it.
16287
16288 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16289
16290 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16291 and comment it.
16292
16293 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16294
16295 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16296
16297 * gnus-util.el (gnus-extract-address-components): Improve comment.
16298
16299 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16300
16301 * gnus-util.el (gnus-extract-address-components): Work with address in
16302 which the name portion contains @.
16303
16304 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16305
16306 * gnus.el (gnus-start): Move custom group up.
16307 (gnus-select-method): Don't autoload, but make it available for
16308 `customize-variable'.
16309 (gnus-getenv-nntpserver): Don't autoload.
16310
16311 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16312
16313 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16314
16315 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16316
16317 * message.el (message-sendmail-extra-arguments): New variable.
16318 (message-send-mail-with-sendmail): Use it.
16319
16320 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16321
16322 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16323 mm-with-unibyte-current-buffer to make string unibyte.
16324
16325 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16326 mm-string-as-multibyte.
16327
16328 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16329
16330 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16331 Reported by Werner Koch <wk@gnupg.org>.
16332
16333 2006-11-14 Daiki Ueno <ueno@p360>
16334
16335 * mml2015.el: Autoload epa-select-keys when compiling.
16336
16337 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16338
16339 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16340 message-options.
16341 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16342
16343 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16344
16345 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16346 EasyPG (< 0.0.6).
16347 (mml2015-always-trust): New user option.
16348 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16349 prompt.
16350
16351 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16352
16353 * nntp.el (nntp-authinfo-force): New variable.
16354 (nntp-send-authinfo): Use it.
16355
16356 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16357
16358 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16359 decode encoded words. Improve prompt. Add comment about forwarding.
16360 (message-replacement-char): Move up.
16361
16362 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16363
16364 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16365 instead of gnus-intersection because arguments of gnus-sorted-nunion
16366 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16367
16368 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16369
16370 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16371 (message-simplify-subject-functions):
16372 Enable message-strip-subject-encoded-words by default.
16373
16374 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16375
16376 * message.el (message-strip-subject-encoded-words): New function.
16377 (message-simplify-subject-functions): New variable.
16378 (message-simplify-subject): Use it. Fix typo in doc string.
16379 Support message-strip-subject-encoded-words.
16380
16381 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16382
16383 * gnus-diary.el (gnus-diary-delay-format-function):
16384 * nndiary.el (nndiary-reminders):
16385 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16386
16387 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16388
16389 * gnus-art.el (article-hide-boring-headers): Fetch date from
16390 gnus-original-article-buffer to avoid problems with localized date
16391 strings.
16392
16393 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16394
16395 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16396
16397 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16398
16399 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16400 New variables.
16401 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16402 (mm-charset-synonym-alist): Move some entries to
16403 mm-codepage-iso-8859-list.
16404 (mm-charset-synonym-alist, mm-charset-override-alist):
16405 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16406
16407 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16408
16409 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16410
16411 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16412
16413 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16414 with Emacs 21 and XEmacs.
16415
16416 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16417
16418 * spam.el (spam-parse-address): New function for better parsing,
16419 catching errors, etc.
16420 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16421
16422 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16423
16424 * mm-view.el: Add interactive arg to html2text autoload.
16425
16426 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16427
16428 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16429
16430 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16431
16432 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16433 New variables.
16434 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16435 (mm-charset-synonym-alist): Move some entries to
16436 mm-codepage-iso-8859-list.
16437
16438 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16439
16440 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16441
16442 * message.el (message-citation-line-format)
16443 (message-insert-formated-citation-line): Fix implementation of %E, %N
16444 and %n according to the doc string.
16445
16446 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16447
16448 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16449 Use car-safe to avoid bad parses.
16450
16451 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16452
16453 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16454 names.
16455
16456 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16457
16458 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16459
16460 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16461 header.
16462
16463 * message.el (message-draft-headers): Add Date.
16464 (message-headers-to-generate): Fix typo in docstring.
16465
16466 * nndraft.el (nndraft-required-headers): New variable.
16467 (nndraft-generate-headers): Use it.
16468
16469 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16470
16471 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16472
16473 * gnus-registry.el (gnus-registry-wash-for-keywords)
16474 (gnus-registry-find-keywords): New functions to allow easy searching of
16475 articles that are in the registry.
16476
16477 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16478
16479 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16480 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16481 Reported by Damien Elmes <damien@repose.cx>.
16482
16483 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16484
16485 * gnus.el (gnus-mime): Remove unused custom group.
16486
16487 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16488
16489 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16490 "blank line" when searching for end of armor headers.
16491
16492 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16493
16494 * gmm-utils.el (gmm-write-region): Fix variable name.
16495
16496 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16497
16498 * gmm-utils.el (gmm-write-region): New function based on compatibility
16499 code from `mm-make-temp-file'.
16500
16501 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16502
16503 * nnmaildir.el (nnmaildir--update-nov)
16504 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16505 Use `gmm-write-region'.
16506
16507 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16508
16509 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16510 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16511
16512 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16513
16514 * message.el (message-replacement-char): New variable.
16515 (message-fix-before-sending): Use it.
16516 (message-simplify-subject): New function to remove duplicate code.
16517 (message-reply, message-followup): Use it.
16518
16519 * gnus-sum.el (gnus-summary-make-menu-bar):
16520 Clarify gnus-summary-limit-to-articles.
16521
16522 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16523
16524 * gnus-util.el (gnus-with-local-quit): New macro.
16525
16526 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16527
16528 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16529
16530 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16531 ignore non-string data.
16532
16533 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16534
16535 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16536 non-string data (needs to be done in the registry too).
16537
16538 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16539
16540 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16541 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16542 (gnus-registry-split-fancy-with-parent)
16543 (gnus-registry-fetch-simplified-message-subject-fast)
16544 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16545 Remove text properties on ingress into the registry and when it's saved.
16546 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16547 registry from entries with no groups.
16548
16549 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16550
16551 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16552 function to remove string properties.
16553
16554 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16555
16556 * gmm-utils.el (gmm): Adjust custom version.
16557
16558 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16559 Adjust custom version.
16560
16561 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16562
16563 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16564
16565 * gnus-art.el (gnus-insert-prev-page-button)
16566 (gnus-insert-next-page-button): Simplify. Reformat.
16567
16568 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16569
16570 * gnus-art.el (gnus-insert-prev-page-button)
16571 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16572
16573 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16574
16575 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16576
16577 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16578
16579 * gnus-art.el (gnus-insert-mime-button)
16580 (gnus-insert-mime-security-button):
16581 Apply gnus-article-button-face to MIME and security buttons.
16582
16583 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16584
16585 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16586 readable.
16587
16588 2006-09-20 Steve Youngs <steve@sxemacs.org>
16589
16590 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16591 `browse-url-of-file' instead of `browse-url'.
16592
16593 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16594
16595 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16596 regexp. Articles containing quotation were cut prematurely.
16597
16598 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16599
16600 * message.el (message-cite-original-1): Use nobody by default for the
16601 value of From header.
16602 (message-reply): Ditto.
16603
16604 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16605
16606 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16607 to the gnus-info. This fixes a bug of inline-PGP message verification.
16608 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16609
16610 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16611
16612 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16613 mails in the doc string. Add some URLs in comment.
16614 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16615
16616 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16617
16618 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16619 backslashes handling and the way to find boundaries of quoted strings.
16620
16621 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16622
16623 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16624 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16625 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16626 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16627
16628 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16629
16630 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16631 doc string.
16632 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16633
16634 2006-09-06 Simon Josefsson <jas@extundo.com>
16635
16636 * mml2015.el (mml2015-use): Doc fix, mention epg.
16637
16638 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16639
16640 * mml2015.el (mml2015-use): Default to epg, if available.
16641
16642 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16643
16644 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16645 message-sender.
16646 (mml1991-epg-encrypt): Ditto.
16647 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16648 message-sender.
16649 (mml2015-epg-encrypt): Ditto.
16650
16651 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16652
16653 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16654 several common directories.
16655
16656 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16657
16658 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16659 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16660
16661 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16662
16663 * gnus-art.el (article-decode-encoded-words): Make it fast.
16664
16665 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16666
16667 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16668
16669 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16670 in quoted string into `\'.
16671
16672 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16673
16674 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16675 Use standard-syntax-table.
16676
16677 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16678
16679 * gnus-art.el (gnus-decode-address-function): New variable.
16680 (article-decode-encoded-words): Use it to decode headers which are
16681 assumed to contain addresses.
16682 (gnus-mime-delete-part): Remove useless `or'.
16683
16684 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16685 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16686 (gnus-nov-parse-line): Use it to decode From header.
16687 (gnus-get-newsgroup-headers): Ditto.
16688 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16689
16690 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16691 (mail-decode-encoded-address-string): New alias.
16692
16693 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16694 New function.
16695 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16696 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16697 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16698 (rfc2047-decode-string): Ditto.
16699 (rfc2047-decode-address-region): New function.
16700 (rfc2047-decode-address-string): New function.
16701
16702 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16703
16704 * message.el (message-caesar-buffer-body): Allow rotating headers.
16705
16706 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16707
16708 * message.el (message-insert-formated-citation-line): Fix %f.
16709 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16710
16711 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16712
16713 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16714 (gnus-bookmark-mouse-available-p): New macro.
16715 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16716 (gnus-bookmark-bmenu-show-infos): Use it.
16717 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16718 (gnus-bookmark-bmenu-hide-infos): Ditto.
16719 (gnus-bookmark-remove-properties): New function.
16720 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16721 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16722 (gnus-bookmark-write-file): Bind coding-system-for-write.
16723 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16724 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16725 group before selecting it.
16726 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16727 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16728 quit-window if it is not available; use gnus-mouse-2 and bind it to
16729 gnus-bookmark-bmenu-select-by-mouse.
16730 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16731 (gnus-bookmark-bmenu-select-by-mouse): New function.
16732
16733 2006-08-13 Romain Francoise <romain@orebokech.com>
16734
16735 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16736 space.
16737
16738 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16739
16740 * compface.el (uncompface): Use binary rather than raw-text-unix.
16741
16742 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16743
16744 * compface.el (uncompface): Make sure the eol conversion doesn't take
16745 place when communicating with the external programs.
16746 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16747
16748 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16749
16750 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16751
16752 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16753
16754 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16755 Make it more robust by parsing author and date independently.
16756
16757 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16758
16759 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16760
16761 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16762
16763 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16764 first matching secret key.
16765 (mml2015-epg-encrypt): Ditto.
16766
16767 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16768 first matching secret key.
16769 (mml1991-epg-encrypt): Ditto.
16770
16771 * mml2015.el (mml2015-encrypt-to-self): New user option.
16772 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16773 mml2015-epg-encrypt-to-self is set.
16774
16775 * mml1991.el (mml1991-encrypt-to-self): New variable.
16776 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16777 mml1991-epg-encrypt-to-self is set.
16778
16779 * mml2015.el (mml2015-signers): New user option.
16780 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16781 (mml2015-epg-encrypt): Allow to select signing keys.
16782
16783 * mml1991.el (mml1991-signers): New variable.
16784 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16785 (mml1991-epg-encrypt): Allow to select signing keys.
16786
16787 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16788
16789 * nnheader.el (nnheader-insert-head): Make it work even if the file
16790 uses CRLF for the line-break code.
16791
16792 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16793
16794 * mml2015.el: Require mml-sec instead of password.
16795 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16796 (mml2015-cache-passphrase): Inherit the default value from
16797 mml-secure-cache-passphrase.
16798 (mml2015-passphrase-cache-expiry): Inherit the default value from
16799 mml-secure-passphrase-cache-expiry.
16800
16801 * mml1991.el: Require mml-sec instead of password.
16802 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16803 (mml1991-cache-passphrase): Inherit the default value from
16804 mml-secure-cache-passphrase.
16805 (mml1991-passphrase-cache-expiry): Inherit the default value from
16806 mml-secure-passphrase-cache-expiry.
16807
16808 * mml-sec.el: Require password.
16809 (mml-secure-verbose): New user option.
16810 (mml-secure-cache-passphrase): New user option.
16811 (mml-secure-passphrase-cache-expiry): New user option.
16812
16813 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16814 Andreas Vögele <andreas@altroot.de> (tiny change)
16815
16816 * pgg-def.el (pgg-truncate-key-identifier):
16817 Truncate the key ID to 8 letters from the end.
16818
16819 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16820
16821 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16822 workaround for the url package included with Emacs.
16823
16824 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16825
16826 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16827
16828 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16829 correctly. This fixes a bug caused by the 2006-05-12 change.
16830
16831 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16832
16833 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16834 some information about the error when saying that the `bogus' mail
16835 group will be used.
16836
16837 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16838
16839 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16840 string.
16841
16842 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16843
16844 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16845
16846 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16847
16848 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16849
16850 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16851
16852 * mml1991.el (mml1991-function-alist): Add epg.
16853 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16854 (mml1991-epg-encrypt): New functions.
16855
16856 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16857
16858 * mml2015.el (mml2015-verbose): New variable.
16859 (mml2015-cache-passphrase): Ditto.
16860 (mml2015-passphrase-cache-expiry): Ditto.
16861 (mml2015-function-alist): Add epg.
16862 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16863 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16864 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16865 New functions.
16866
16867 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16868
16869 * message.el (message-cite-original-1): Preserve region when removing
16870 quoted text due to X-No-Archive in order to avoid bogus attribution
16871 when citing multiple messages.
16872
16873 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16874
16875 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16876 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16877
16878 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16879
16880 * gnus-diary.el (gnus-user-format-function-d)
16881 (gnus-user-format-function-D): Autoload.
16882
16883 * imap.el (Commentary): Fix typo.
16884
16885 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16886 2006-04-22 contribution.
16887
16888 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16889
16890 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16891 It didn't really fix the bogosity I'm seeing with solid web groups.
16892
16893 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16894
16895 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16896 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16897 created using server names. If we use the feature without declaring
16898 it, Gnus does not properly manage server and group state.
16899
16900 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16901 bound.
16902
16903 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16904
16905 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16906 looking up the method using GROUP's prefix before inventing a new one.
16907 It is used on killed/unknown groups in various places where returning
16908 an all-new method isn't expected by the caller.
16909
16910 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16911 and match semantics of gnus-group-real-prefix.
16912
16913 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16914
16915 * nnmail.el (nnmail-broken-references-mailers): New variable.
16916 (nnmail-ignore-broken-references): New function generalizing
16917 nnmail-fix-eudora-headers.
16918 (nnmail-fix-eudora-headers): Now obsolete.
16919
16920 * gnus-art.el (gnus-button-handle-custom):
16921 Support `customize-apropos*'.
16922
16923 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16924
16925 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16926
16927 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16928 articles.
16929
16930 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16931
16932 * message.el (message-cite-reply-above): New variable.
16933 (message-yank-original): Use it.
16934
16935 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16936
16937 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16938
16939 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16940
16941 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16942 as read.
16943
16944 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16945
16946 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16947
16948 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16949 (gnus-bookmark-default-file): Use gnus-directory.
16950 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16951 Remove "*" in doc string.
16952 (gnus-bookmark-write-file): Simplify.
16953 (gnus-bookmark-maybe-sort-alist): Use `when'.
16954 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16955 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16956 Add FIXME about Emacs 21 and XEmacs compatibility.
16957 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16958 compatibility.
16959 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16960 compatibility.
16961 (gnus-bookmark-menu-heading): Fix version.
16962
16963 2006-06-19 Bastien Guerry <bzg@altern.org>
16964
16965 * gnus-bookmark.el: New file.
16966
16967 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16968
16969 * message.el (message-syntax-checks): Doc fix.
16970
16971 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16972
16973 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16974 unsubscribed groups as if they were killed ones. It causes duplicate
16975 entries in gnus-newsrc-alist.
16976
16977 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16978
16979 * message.el (message-syntax-checks): Doc fix.
16980 (message-send-mail): Add check for continuation headers.
16981 (message-check-news-header-syntax): Fix regexp used to check for
16982 continuation headers.
16983
16984 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16985
16986 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16987
16988 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16989
16990 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16991
16992 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16993
16994 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16995 default-truncate-lines.
16996
16997 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16998
16999 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17000 to fill the utf-8 entry.
17001
17002 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17003
17004 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17005
17006 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17007
17008 * gnus-agent.el (directory-files-and-attributes): Move all the way
17009 forward (the third and final move).
17010 (gnus-agent-read-agentview): Trap reconstruction errors due to
17011 nonexistent directory. Handle by returning nil.
17012
17013 2006-05-30 Didier Verna <didier@xemacs.org>
17014
17015 * message.el (message-dont-reply-to-names): Update the custom type.
17016 * message.el (message-dont-reply-to-names): New defsubst: potentially
17017 convert a list of regexps into a single one.
17018 * message.el (message-get-reply-headers): Use it.
17019 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17020
17021 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17022
17023 * gnus-agent.el (directory-files-and-attributes): Move forward.
17024
17025 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17026
17027 * gnus-ml.el (gnus-mailing-list-subscribe)
17028 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17029 (gnus-mailing-list-message): Fix doc strings.
17030
17031 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17032
17033 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17034 of doing it manually.
17035
17036 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17037
17038 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17039 comment.
17040
17041 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17042
17043 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17044 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17045 (gnus-agent-read-local): All symbols allocated in my-obarray.
17046 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17047 (gnus-agent-regenerate-group): Check numeric names to see if they are
17048 messages or groups.
17049 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17050 better way of do this...)
17051
17052 * gnus-cache.el (gnus-agent-total-fetched-for):
17053 Ignore 'dummy.group' (there should be a better way of do this...)
17054
17055 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17056
17057 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17058 (gnus-saved-headers): Ditto.
17059 (gnus-default-article-saver): Mention functions may have properties.
17060 (gnus-article-save): Override gnus-save-all-headers and
17061 gnus-saved-headers by :headers property which saver function may have.
17062 (gnus-summary-save-in-file): Add :headers property.
17063 (gnus-summary-write-to-file): Ditto.
17064
17065 * gnus-sum.el (gnus-summary-save-article): Bind
17066 gnus-prompt-before-saving to t when saving many articles in a file;
17067 always show all headers.
17068
17069 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17070
17071 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17072 marks.
17073
17074 * message.el (message-indent-citation): Add optional arguments to allow
17075 using it outside of message buffers.
17076
17077 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17078 (gnus-article-treat-unfold-headers): Use it.
17079 (gnus-article-truncate-lines): New variable.
17080 (gnus-article-mode): Use it.
17081 (gnus-article-toggle-truncate-lines): New function.
17082
17083 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17084 Add gnus-article-toggle-truncate-lines.
17085
17086 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17087 coding system in XEmacs, use binary.
17088
17089 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17090
17091 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17092 after-load-alist.
17093
17094 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17095 this function should save decoded articles.
17096 (gnus-summary-write-to-file): Use property to specify this function
17097 should save decoded articles and specify gnus-summary-save-in-file
17098 should be used to save articles other than the first one when saving
17099 many articles.
17100 (gnus-summary-save-body-in-file): Use property to specify this
17101 function should save decoded articles.
17102 (gnus-summary-write-body-to-file): Use property to specify this
17103 function should save decoded articles and specify
17104 gnus-summary-save-body-in-file should be used to save articles other
17105 than the first one when saving many articles.
17106
17107 * gnus-sum.el (gnus-summary-save-article): Simplify.
17108
17109 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17110
17111 * gnus-art.el (gnus-default-article-saver):
17112 Add gnus-summary-write-body-to-file.
17113 (gnus-article-save-coding-system): Don't use coding system object
17114 in XEmacs.
17115 (gnus-read-save-file-name): Add optional `dir-var' argument which
17116 specifies directory in which files are saved; work even if optional
17117 `variable' argument is not specified.
17118 (gnus-summary-write-to-file): Read file name.
17119 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17120 (gnus-summary-write-body-to-file): New function.
17121
17122 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17123 (gnus-summary-local-variables): Add it.
17124 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17125 (gnus-summary-save-article): Remove optional `decode' argument;
17126 determine whether to decode articles by the value of
17127 gnus-default-article-saver; when saving many files using
17128 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17129 it first and use gnus-summary-save-in-file or
17130 gnus-summary-save-body-in-file thereafter unless
17131 gnus-prompt-before-saving is always; move point to article which
17132 will be saved.
17133 (gnus-summary-save-article-file): Revert.
17134 (gnus-summary-write-article-file): Revert.
17135 (gnus-summary-save-article-body-file): Revert.
17136 (gnus-summary-write-article-body-file): New function.
17137
17138 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17139
17140 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17141
17142 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17143
17144 * gnus-art.el (gnus-default-article-saver): Doc fix.
17145 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17146 from gnus-summary-save-article-coding-system, and default to a
17147 certain coding system.
17148 (gnus-output-to-file): Add coding cookie and encode text according
17149 to gnus-article-save-coding-system; don't use mm-append-to-file.
17150
17151 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17152 gnus-art.el and rename to gnus-article-save-coding-system.
17153 (gnus-summary-save-article): Require gnus-art; don't show all
17154 headers if it decodes articles; don't add coding cookie here;
17155 don't bind mm-text-coding-system-for-write.
17156 (gnus-summary-save-article-file): Save decoded articles.
17157 (gnus-summary-write-article-file): When saving many files, use
17158 gnus-summary-write-to-file first and gnus-summary-save-in-file
17159 thereafter unless gnus-prompt-before-saving is always.
17160 (gnus-summary-save-article-body-file): Save decoded articles.
17161
17162 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17163
17164 * nnrss.el (nnrss-check-group): Bind hash-index.
17165
17166 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17167
17168 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17169 its hash index. Store this hash in `nnrss-group-data'.
17170 (nnrss-read-group-data): Update accordingly.
17171
17172 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17173
17174 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17175 entry.
17176
17177 * gnus-sum.el (gnus-summary-make-menu-bar):
17178 Add gnus-article-browse-html-article.
17179
17180 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17181
17182 * gnus-sum.el (gnus-summary-mime-map):
17183 Add gnus-article-browse-html-article.
17184
17185 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17186
17187 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17188 suitable coding systems in customize.
17189
17190 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17191
17192 * mail-source.el (mail-sources): Fix custom type.
17193
17194 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17195
17196 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17197 (gnus-summary-expire-articles-now): Shorten prompt.
17198
17199 * gmm-utils.el (wid-edit): Require.
17200 (defun-gmm): Rename from `gmm-defun-compat'.
17201 (gmm-image-search-load-path): Use it.
17202 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17203
17204 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17205
17206 * gnus-sum.el (gnus-summary-save-article-coding-system):
17207 New variable.
17208 (gnus-summary-save-article): Add optional `decode' argument.
17209 If it is set and gnus-summary-save-article-coding-system is non-nil,
17210 save decoded article.
17211 (gnus-summary-write-article-file): Save decoded article if
17212 gnus-summary-save-article-coding-system is non-nil.
17213
17214 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17215 type.
17216
17217 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17218
17219 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17220
17221 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17222
17223 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17224 first to test gnus-single-article-buffer which may be buffer-local.
17225
17226 * gnus-sum.el (gnus-summary-setup-buffer):
17227 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17228 group; make gnus-article-buffer, gnus-article-current, and
17229 gnus-original-article-buffer always buffer-local.
17230 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17231 group.
17232 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17233
17234 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17235
17236 * nnml.el (nnml-request-compact-group): Compressed files might not
17237 have .gz extension.
17238
17239 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17240
17241 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17242 (mm-copy-to-buffer): Use with-current-buffer.
17243 (mm-display-part): Simplify.
17244 (mm-inlinable-p): Add optional arg `type'.
17245
17246 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17249 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17250 Try harder to show the attachment internally or externally using
17251 gnus-mime-view-part-as-type.
17252
17253 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17254
17255 * message.el (message-from-style, message-signature-separator)
17256 (message-user-organization-file, message-send-mail-function)
17257 (message-citation-line-function, message-yank-prefix)
17258 (message-indent-citation-function, message-signature)
17259 (message-signature-file, message-signature-insert-empty-line):
17260 Remove autoloads.
17261
17262 * gnus-art.el (gnus-buttonized-mime-types):
17263 Remove "multipart/signed". Revert 2006-04-26 change.
17264
17265 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17266
17267 * gnus.el (gnus-version-number): Bump version.
17268
17269 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17270
17271 * gnus.el: No Gnus v0.5 is released.
17272
17273 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17274
17275 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17276 fetching articles by message-id.
17277
17278 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17279
17280 * message.el (hashcash): Require hashcash as normal.
17281
17282 * ecomplete.el (ecomplete-highlight-match-line):
17283 Use point-at-eol.
17284 (ecomplete-highlight-match-line): Use `highlight', because that
17285 face exists in both Emacs and XEmacs.
17286
17287 * message.el (message-display-abbrev): Use point-at-bol.
17288
17289 * mail-source.el: Don't require timer/timer-funcs.
17290
17291 * gnus-async.el: Ditto.
17292
17293 * password.el: Ditto.
17294
17295 * mm-url.el: Ditto.
17296
17297 * mm-util.el: Require timer/timer-funcs.
17298
17299 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17300
17301 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17302 Close.
17303
17304 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17305
17306 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17307 unibyte after clear-decrypt function runs.
17308
17309 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17310 returns as a unibyte string.
17311
17312 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17313
17314 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17315 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17316 (mml1991-pgg-encrypt): Ditto.
17317
17318 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17319
17320 * message.el (message-user-organization-file): Check several
17321 locations of the organization file.
17322
17323 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17324 Add gnus-article-view-part-as-type.
17325
17326 * gnus-art.el (gnus-article-view-part-as-type): New function.
17327
17328 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17329 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17330
17331 * mml.el: Simplify autoload.
17332 (mml-mode): defvar dnd-protocol-alist instead of using
17333 symbol-value.
17334 (mml-default-directory): New variable.
17335 (mml-minibuffer-read-file): Use it.
17336 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17337
17338 * message.el (message-citation-line-format): New variable.
17339 (message-insert-formated-citation-line): New function.
17340 (message-citation-line-function):
17341 Add `message-insert-formated-citation-line' to custom type.
17342
17343 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17344 to doc string.
17345
17346 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17347 depending on mm-verify-option.
17348
17349 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17350
17351 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17352 binding pgg-* variables; reimplement the section which prevents
17353 MIME header from being signed.
17354 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17355 pgg-text-mode; remove a blank line at the top of body.
17356
17357 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17358 lines at the top of body; use gnus-newsgroup-charset if there's no
17359 Charset header.
17360
17361 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17362
17363 * message.el (message-self-insert-commands): Doc fix.
17364
17365 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17366 (mm-uu-pgp-encrypted-test): Ditto.
17367 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17368 between header and body; return application/pgp-encrypted handle
17369 if decryption failed; decode decrypted body by charset.
17370
17371 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17372 element match to application/pgp-*.
17373
17374 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17375
17376 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17377 HTML.
17378
17379 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17380
17381 * mail-source.el (mail-source-call-script): Message the error
17382 string.
17383
17384 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17385
17386 * gnus-util.el (gnus-byte-compile): Use it.
17387
17388 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17389
17390 * gnus-util.el (kill-empty-logs): New function.
17391
17392 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17393
17394 * message.el (message-mail-alias-type): Doc fix.
17395 (message-mail-alias-type-p): New function.
17396 (message-send): Use it.
17397 (message-mode): Ditto.
17398 (message-strip-forbidden-properties): Ditto.
17399
17400 * ecomplete.el (ecomplete-database-file-coding-system):
17401 New variable.
17402 (ecomplete-save): Use it.
17403 (ecomplete-setup): Use it.
17404
17405 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17406
17407 * message.el (message-self-insert-commands): New variable.
17408 (message-strip-forbidden-properties): Use it.
17409
17410 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17411
17412 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17413 that doesn't make XEmacs choke.
17414
17415 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17416
17417 * gnus-util.el (gnus-replace-in-string):
17418 Prefer replace-regexp-in-string over of replace-in-string.
17419
17420 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17421
17422 * gnus-util.el (gnus-select-frame-set-input-focus):
17423 Use select-frame-set-input-focus if it is available in XEmacs; use
17424 definition defined in Emacs 22 for old Emacsen.
17425
17426 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17427
17428 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17429
17430 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17431
17432 * gnus-registry.el (gnus-registry-cache-save): Remove text
17433 properties when saving via the temp buffer.
17434
17435 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17436
17437 * message.el (message-generate-hashcash): Honor custom type.
17438
17439 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17440
17441 * message.el (message-generate-hashcash): Default to non-nil when
17442 hashcash is found.
17443
17444 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17445 (gnus-refer-thread-limit): Increase default to 500.
17446
17447 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17448
17449 * flow-fill.el (fill-flowed): Allow delete-space.
17450
17451 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17452
17453 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17454 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17455 Remove autoloads.
17456
17457 2006-04-18 Simon Josefsson <jas@extundo.com>
17458
17459 * message.el (message-generate-hashcash): Default to.
17460
17461 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17462
17463 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17464 concatenating segments rather than before concatenating them.
17465
17466 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17467
17468 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17469
17470 * imap.el (imap-quote-specials): New function.
17471 (imap-login-auth): Quote specials.
17472
17473 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17474
17475 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17476
17477 * message.el (message-forward-make-body-plain):
17478 Allow message-forward-ignored-headers to be a list.
17479 (message-remove-ignored-headers): Factor out into function.
17480 (message-forward-make-body-mml): Use it.
17481 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17482 (rfc2231-parse-string): Allow concatanation of parameters that
17483 aren't contiguous. The test case is
17484 (mail-header-parse-content-type "message/external-body;
17485 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17486 access-type=LOCAL-FILE;
17487 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17488
17489 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17490
17491 * nntp.el (nntp-accept-process-output): Return the value of
17492 `nnheader-accept-process-output'.
17493
17494 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17495
17496 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17497 (gnus-button-alist): Recognize more diff formats.
17498 (gnus-button-patch): Strip directory.
17499
17500 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17501
17502 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17503 Emacs 22 when setting focus.
17504
17505 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17506
17507 * gnus-art.el (gnus-article-treat-types): Do treatment of
17508 text/x-verbatim parts.
17509 (gnus-button-patch): New command.
17510
17511 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17512 addresses that contain invalid characters.
17513
17514 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17515
17516 * message.el (message-put-addresses-in-ecomplete):
17517 Use gnus-replace-in-string.
17518 (message-is-yours-p): Use the more correct
17519 mail-header-parse-address instead of
17520 mail-extract-address-components.
17521 (message-put-addresses-in-ecomplete): Fix typo.
17522
17523 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17524 keystroke.
17525
17526 * gnus-art.el (gnus-treatment-function-alist): Change order of
17527 newsgroups/generic header folding to avoid double-folding.
17528
17529 * message.el (message-hidden-headers): Add X-Draft-From.
17530
17531 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17532 New command.
17533 (gnus-summary-repeat-search-article-backward): New command.
17534
17535 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17536 groups in the parent topic.
17537
17538 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17539
17540 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17541 (spam-extra-header-to-number): Return the CRM114 number as a
17542 number instead of a string.
17543
17544 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17545
17546 * gnus-art.el (gnus-face-properties-alist): Move here from
17547 gnus-fun.
17548
17549 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17550
17551 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17552
17553 * message.el (message-strip-forbidden-properties): Only display on
17554 self-insert-command.
17555
17556 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17557 reindent.
17558 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17559
17560 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17561
17562 * smiley.el (smiley-style): Fix typo.
17563
17564 2006-03-23 Kenichi Handa <handa@m17n.org>
17565
17566 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17567 instead of set-buffer-multibyte.
17568
17569 2006-03-23 Kenichi Handa <handa@m17n.org>
17570
17571 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17572 buffer and then decode the buffer text if necessary.
17573 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17574 first, and after mm-encode-body, change the buffer to unibyte.
17575
17576 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17577
17578 * hashcash.el (hashcash-insert-payment-async-2):
17579 Use message-goto-eoh instead of doing it manually.
17580 (mail-add-payment): Use message-narrow-to-header instead of trying
17581 to do the same itself.
17582
17583 * message.el (message-hidden-headers): Add Face.
17584
17585 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17586 reparenting code.
17587 (gnus-summary-reparent-children): Refactored out code.
17588 (gnus-summary-thread-map): New keystroke.
17589 (gnus-summary-reparent-children): Make into command.
17590
17591 * smiley.el (smiley-style): Default to `medium' if using a large
17592 font.
17593
17594 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17595 does it itself.
17596
17597 * message.el (message-point-in-header-p): Simplify definition.
17598
17599 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17600
17601 * nnagent.el (nnagent-request-set-mark): Silence log file
17602 writing.
17603 (nnagent-request-set-mark): Use write-region instead of
17604 append-to-file.
17605
17606 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17607 strange select method.
17608
17609 * ecomplete.el (ecomplete-display-matches): Get highlightling
17610 right.
17611 (ecomplete-display-matches): Use literals.
17612 (ecomplete-display-matches): Disable message logging.
17613
17614 * message.el (message-display-abbrev): Small optimization.
17615
17616 * ecomplete.el (ecomplete-display-matches): Allow automatic
17617 display.
17618
17619 * message.el (message-strip-forbidden-properties):
17620 Display abbrevs.
17621 (message-display-abbrev): Get automatic display right.
17622
17623 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17624 keystrokes.
17625
17626 2006-04-13 Romain Francoise <romain@orebokech.com>
17627
17628 TODO: Backport to v5-10!
17629
17630 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17631 Move here (and rename) from gnus-registry.el.
17632
17633 * gnus-registry.el: Require gnus-util.
17634 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17635
17636 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17637
17638 * gnus-group.el (gnus-group-catchup-current):
17639 Change if-then-else-if-then-else into cond.
17640 (gnus-group-catchup): Indent.
17641 (group-name-at-point): New function.
17642 (gnus-fetch-group): Provide default from thing at point.
17643
17644 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17645
17646 * message.el (message-display-abbrev): Fix regexp.
17647
17648 * ecomplete.el (ecomplete-highlight-match-line):
17649 Reimplement choosing.
17650 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17651 dead variables.
17652
17653 * message.el (message-newline-and-indent): Remove debugging.
17654 (message-display-abbrev): Use new implementation.
17655
17656 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17657
17658 * gnus-art.el (gnus-article-mode):
17659 Set cursor-in-non-selected-windows to nil.
17660
17661 * smiley.el: Revert previous change.
17662 (smiley-data-directory): defvar it before using it in the
17663 defcustom of `smiley-style'.
17664
17665 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17666
17667 * message.el (message-newline-and-indent): New function.
17668
17669 * ecomplete.el: Implement more bits.
17670
17671 * message.el (message-put-addresses-in-ecomplete): Clean up the
17672 string.
17673
17674 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17675
17676 * gnus-sum.el (gnus-summary-save-parts):
17677 Bind gnus-summary-save-parts-counter and use it to make unique file
17678 names.
17679
17680 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17681
17682 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17683 parameter to say whether to actually parse the individual
17684 addresses.
17685
17686 * message.el (message-put-addresses-in-ecomplete): New function.
17687 (ecomplete): Require.
17688 (message-mail-alias-type): Add ecomplete as an option.
17689
17690 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17691
17692 * flow-fill.el (fill-flowed): Remove trailing space from blank
17693 quoted lines.
17694
17695 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17696
17697 * smiley.el (smiley-style): Move definition later to avoid a
17698 compilation warning.
17699
17700 2006-04-12 Kenichi Handa <handa@m17n.org>
17701
17702 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17703 buffer and then decode the buffer text if necessary.
17704 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17705 first, and after mm-encode-body, change the buffer to unibyte.
17706 Use mm-disable-multibyte instead of set-buffer-multibyte.
17707
17708 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17709
17710 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17711 Content-Type header instead of Content-Disposition header.
17712 (gnus-mime-inline-part): Ditto.
17713 (gnus-mime-view-part-as-charset): Ignore charset that the part
17714 specifies.
17715
17716 * mm-decode.el (mm-display-part): Work with external parts and
17717 usual parts similarly.
17718
17719 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17720 instead of gnus-display-mime.
17721
17722 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17723 instead of with-temp-buffer.
17724
17725 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17726 tag to summarized topics part in order to encode non-ASCII text.
17727
17728 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17729
17730 * smiley.el (smiley-style): New variable.
17731 (smiley-directory): New function.
17732 (smiley-data-directory): Derive from `smiley-style' using
17733 `smiley-directory'.
17734 (smiley-regexp-alist): Add new entries.
17735
17736 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17737 (gnus-article-browse-delete-temp): Add :version.
17738
17739 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17740
17741 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17742 the sieve region.
17743
17744 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17745
17746 * gnus.el (gnus-version-number): Bump version.
17747
17748 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17749
17750 * gnus.el: No Gnus v0.4 is released.
17751
17752 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17753
17754 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17755 layout.
17756
17757 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17758 unknown charset.
17759
17760 * message.el (message-header-synonyms): Add Original-To to the
17761 default.
17762
17763 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17764 optional parameter.
17765
17766 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17767
17768 * gnus-fun.el (gnus): Require it for gnus-directory.
17769
17770 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17771
17772 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17773
17774 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17775
17776 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17777
17778 2006-04-05 Simon Josefsson <jas@extundo.com>
17779
17780 * password.el (password-reset): New function.
17781
17782 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17783
17784 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17785 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17786
17787 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17788
17789 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17790 Some whitespace was matched into the url, which broke browsing hits
17791 > 100 when mm-url-use-external was nil.
17792
17793 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17794
17795 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17796 Check gnus-extra-headers for 'Newsgroups.
17797
17798 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17799 bound.
17800
17801 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17802
17803 * pgg-gpg.el: Clean up process buffers every time gpg processes
17804 complete.
17805
17806 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17807
17808 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17809 doc string.
17810
17811 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17812
17813 * pgg-gpg.el (pgg-gpg-process-filter)
17814 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17815
17816 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17817 lines, temporary fix.
17818
17819 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17820
17821 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17822
17823 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17824
17825 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17826 default-enable-multibyte-characters. This reverts the change from
17827 revision 6.17 which is no longer necessary because the passphrase
17828 is sent separately now. GnuPG messages are unreadable under
17829 multibyte locales with default-enable-multibyte-characters set to
17830 nil.
17831
17832 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17833
17834 * message.el (message-tool-bar-gnome): Move "spell".
17835
17836 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17837
17838 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17839 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17840 instead.
17841
17842 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17843
17844 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17845 Improve newsgroups handling for NNTP overviews which don't include
17846 Newsgroups.
17847
17848 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17849
17850 * message.el (message-resend): Bind message-generate-hashcash to nil.
17851
17852 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17853
17854 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17855 when searching for already-paid recipients.
17856
17857 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17858
17859 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17860 passphrases when it is not needed.
17861 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17862 passphrase stuff from gpg, should only be necessary when you use
17863 gpg with a smartcard.
17864
17865 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17866
17867 * mml.el (mml-insert-mime): Ignore cached contents of
17868 message/external-body part.
17869
17870 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17871 (mm-insert-part): Ditto.
17872
17873 2006-03-23 Simon Josefsson <jas@extundo.com>
17874
17875 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17876 Reiner.
17877 (pgg-gpg-use-agent-p): Use it again.
17878
17879 2006-03-23 Simon Josefsson <jas@extundo.com>
17880
17881 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17882 older emacsen.
17883 (pgg-gpg-use-agent-p): Don't use it.
17884
17885 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17886
17887 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17888 if we can.
17889
17890 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17891
17892 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17893 (pgg-gpg-update-agent): New function.
17894 (pgg-gpg-use-agent-p): New function.
17895 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17896 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17897 (pgg-gpg-sign-region): Use it.
17898
17899 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17900
17901 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17902 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17903
17904 2006-03-21 Simon Josefsson <jas@extundo.com>
17905
17906 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17907 <wilde@sha-bang.de>.
17908 (pgg-gpg-use-agent): New variable.
17909 (pgg-gpg-process-region): Use it.
17910 (pgg-gpg-encrypt-region): Likewise.
17911 (pgg-gpg-encrypt-symmetric-region): Likewise.
17912 (pgg-gpg-decrypt-region): Likewise.
17913 (pgg-gpg-sign-region): Likewise.
17914 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17915
17916 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17917
17918 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17919
17920 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17921 Add comment on version.
17922
17923 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17924
17925 * smiley.el: Add missing test smiley.
17926
17927 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17928
17929 * mm-decode.el (mm-with-part): New macro.
17930 (mm-get-part): Use it; work with message/external-body as well.
17931 (mm-save-part): Treat name and filename equally.
17932
17933 * mm-extern.el (mm-extern-cache-contents): New function.
17934 (mm-inline-external-body): Use it; force the part to be displayed;
17935 move undisplayer added to the cached handle to the parent.
17936
17937 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17938 (gnus-mime-view-part-as-type): Work with message/external-body.
17939
17940 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17941
17942 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17943
17944 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17945 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17946 Emacs.]
17947
17948 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17949
17950 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17951 path rather than symbol. Always return list of directories.
17952 Guarantee that image directory comes first. [Sync with image.el,
17953 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17954
17955 * message.el (message-make-tool-bar): Adjust to new API of
17956 `gmm-image-load-path-for-library'.
17957
17958 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17959
17960 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17961
17962 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17963
17964 * gnus-art.el (gnus-article-only-boring-p):
17965 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17966 intangible text.
17967 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17968
17969 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17970
17971 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17972 Use `defun' instead of `gmm-defun-compat'.
17973
17974 2006-03-14 Simon Josefsson <jas@extundo.com>
17975
17976 * message.el (message-unique-id): Don't use message-number-base36
17977 if (user-uid) is a float.
17978 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17979
17980 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17981
17982 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17983
17984 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17985 empty line between a part and a message part.
17986
17987 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17988
17989 * smiley.el: Add more test smileys.
17990 (smiley-data-directory, smiley-regexp-alist)
17991 (gnus-smiley-file-types): Fix doc strings.
17992 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17993 adding new elements.
17994 (smiley-mouse-map): Unused code. Make it a comment.
17995
17996 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17997
17998 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17999 scan latest NoCeM messages instead of old ones.
18000 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18001 delimiters that are recently used.
18002 (gnus-nocem-load-cache): Add autoload cookie.
18003
18004 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18005
18006 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18007 level which is larger than gnus-use-nocem is specified.
18008
18009 * gnus-group.el (gnus-group-get-new-news): Ditto.
18010
18011 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18012
18013 * gnus-util.el (gnus-tool-bar-update): New function.
18014
18015 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18016 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18017
18018 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18019
18020 * gnus-group.el (gnus-group-redraw-when-idle)
18021 (gnus-group-redraw-check): Remove.
18022 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18023
18024 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18025
18026 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18027 if optional last element is specified in splits (FIELD VALUE...).
18028
18029 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18030
18031 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18032 to gmm-image-load-path-for-library. Call with no-error argument.
18033 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18034
18035 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18036
18037 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18038
18039 * gmm-utils.el (gmm-image-load-path): Remove alias.
18040
18041 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18042
18043 * gmm-utils.el (gmm-image-load-path): Add alias.
18044
18045 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18046 nnml-generate-nov-databases-1.
18047 (nnml-generate-nov-databases): Use it.
18048 (nnml-generate-nov-databases-directory): Document no-active
18049 argument.
18050
18051 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18052 directory if path is t. Add no-error.
18053
18054 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18055 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18056
18057 * gnus-art.el (gnus-article-browse-delete-temp-files):
18058 Simplify resetting gnus-article-browse-html-temp-list.
18059
18060 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18061 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18062 Add example to docstring. Rename local variables. Move error
18063 checks to default case in cond and simplify.
18064
18065 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18066
18067 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18068 handle is multipart when calling it recursively.
18069 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18070
18071 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18072
18073 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18074 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18075
18076 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18077
18078 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18079 is loaded.
18080
18081 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18082 loaded.
18083
18084 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18085
18086 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18087 to "Emacs 23 (unicode)" in doc string.
18088
18089 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18090 "Emacs 23 (unicode)" in comment.
18091
18092 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18093
18094 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18095
18096 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18097 characters 160 through 255 in Emacs 23.
18098
18099 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18100
18101 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18102 gnus-article-browse-html-temp.
18103 (gnus-article-browse-delete-temp): Make it customizable.
18104 Add `file'. Adjust doc string.
18105 (gnus-article-browse-delete-temp-files): Add argument.
18106 Allow query for each file. Adjust doc string.
18107 (gnus-article-browse-html-parts):
18108 Add `gnus-article-browse-delete-temp-files' to
18109 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18110
18111 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18112
18113 * gnus-art.el (gnus-article-browse-html-temp)
18114 (gnus-article-browse-delete-temp): New variables.
18115 (gnus-article-browse-delete-temp-files): New function.
18116 (gnus-article-browse-html-parts): Use it.
18117
18118 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18119
18120 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18121
18122 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18123 string.
18124
18125 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18126 gnus-summary-insert-new-articles when unplugged.
18127 Remove gnus-summary-search-article-forward.
18128
18129 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18130 display-visual-class instead of display-color-cells.
18131
18132 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18133
18134 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18135 message/* containing non-ASCII text properly.
18136
18137 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18138
18139 * message.el: Require gmm-utils, remove autoloads.
18140 (message-tool-bar): Set default based on
18141 gmm-tool-bar-style.
18142 (message-tool-bar-gnome): Add gmm-customize-mode.
18143
18144 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18145 gmm-tool-bar-style.
18146 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18147
18148 * gnus-group.el (gnus-group-tool-bar): Set default based on
18149 gmm-tool-bar-style.
18150 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18151
18152 * gmm-utils.el (gmm-image-directory): Rename variable from
18153 gmm-image-load-path.
18154 (gmm-image-load-path): Use gmm-image-directory.
18155 (gmm-customize-mode): New function.
18156 (gmm-tool-bar-style): New variable.
18157
18158 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18159 gnus-group-redraw-line-number.
18160 (gnus-group-redraw-check): Simplify.
18161 (gnus-group-tool-bar-update): Remove redraw check.
18162 (gnus-group-make-tool-bar): Add redraw check.
18163
18164 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18165
18166 * gnus-art.el (gnus-button): Add missing parentheses.
18167
18168 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18169
18170 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18171
18172 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18173
18174 * gnus-art.el (gnus-button): New face.
18175 (gnus-article-button-face): Use it.
18176
18177 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18178 Add gnus-summary-next-page. Re-order.
18179
18180 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18181 next-node are now included.
18182 (gnus-group-redraw-line-number): New internal variable.
18183 (gnus-group-redraw-check): Helper function for updating the tool
18184 bar.
18185 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18186
18187 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18188
18189 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18190 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18191 Use it to match format of Spamassassin 3.0 and later.
18192 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18193 (spam-check-bogofilter)
18194 (spam-bogofilter-register-with-bogofilter): Fix args of
18195 `gnus-error' calls.
18196
18197 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18198
18199 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18200 unnecessary interaction when sending queued mails.
18201 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18202
18203 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18204
18205 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18206 first or last are nil.
18207
18208 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18209
18210 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18211
18212 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18213
18214 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18215
18216 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18217
18218 * dns.el (query-dns): Protect more against buggy tcp output.
18219
18220 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18221
18222 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18223 nov.php.
18224
18225 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18226
18227 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18228 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18229 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18230 output on the server side.
18231 (nnweb-google-create-mapping): Update regexps and add some
18232 progress indication.
18233
18234 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18235
18236 * gnus-group.el (gnus-group-tool-bar-gnome):
18237 Fix gnus-agent-toggle-plugged. Re-order icons.
18238 (gnus-group-tool-bar-gnome):
18239 Add gnus-group-{prev,next}-unread-group.
18240 (gnus-group-tool-bar-gnome): Re-order icons.
18241
18242 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18243 Move gnus-summary-insert-new-articles.
18244
18245 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18246 Fix comments.
18247
18248 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18249 also available in Emacs 21.3.
18250
18251 * message.el (message-fix-before-sending): Change "Emacs 22" to
18252 "Emacs 23 (unicode)" in comment.
18253
18254 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18255 "Emacs 23 (unicode)" in comment.
18256
18257 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18258 comment.
18259 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18260
18261 * mm-view.el (mm-fill-flowed): Add :version.
18262
18263 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18264
18265 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18266 and load-path.
18267
18268 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18269
18270 * message.el: Autoload gmm-image-load-path.
18271 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18272 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18273 consitency.
18274
18275 * gmm-utils.el (gmm-image-load-path): Also search in
18276 "../etc/images". Don't set gmm-image-load-path if we don't find
18277 the image.
18278
18279 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18280
18281 * gmm-utils.el (gmm-image-load-path): Don't make
18282 `gmm-image-load-path' include subdirectories which the second arg
18283 `image' might specify.
18284
18285 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18286 subdirectory to icon file names.
18287
18288 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18289
18290 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18291
18292 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18293 gmm-image-load-path calls.
18294
18295 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18296
18297 * message.el (message-make-tool-bar): Ditto.
18298
18299 * mml.el (mml-preview): Add comment concerning tool bar icons.
18300
18301 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18302 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18303
18304 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18305 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18306
18307 * message.el (message-tool-bar-gnome): Use new icon names.
18308 (message-make-tool-bar): Use `gmm-image-load-path'.
18309
18310 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18311 New functions from MH-E.
18312 (gmm-image-load-path): New variable from MH-E.
18313 (gmm-image-load-path): New function from MH-E. Add arguments
18314 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18315 *-image-load-path-called-flag.
18316
18317 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18318
18319 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18320
18321 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18322
18323 * nnimap.el (nnimap-request-move-article): Change folder back to
18324 source group before deleting.
18325
18326 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18327
18328 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18329
18330 * gnus-art.el (mm-url-insert-file-contents-external):
18331 Autoload mm-url.
18332
18333 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18334
18335 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18336
18337 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18338 coding system which mm-charset-to-coding-system returns for a
18339 given charset is valid.
18340
18341 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18342
18343 * html2text.el (html2text-remove-tag-list):
18344 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18345
18346 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18347
18348 * gnus-cus.el: Revert 2005-10-17 change.
18349
18350 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18351
18352 * gnus-art.el (article-strip-banner):
18353 Call article-really-strip-banner only when the regexp match is made.
18354
18355 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18356
18357 * gnus-art.el (article-strip-banner):
18358 Use gnus-extract-address-components instead of
18359 mail-header-parse-addresses to make it work with non-ASCII text;
18360 remove mail-encode-encoded-word-string.
18361
18362 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18363 values which are surrounded with \"...\"; make it never cause a
18364 Lisp error; give up parsing of parameters if it failed in
18365 extracting type.
18366
18367 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18368
18369 * smime.el (smime-cert-by-ldap-1): Fix bug where
18370 `smime-ldap-search' returns results without userCertificates.
18371
18372 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18373
18374 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18375
18376 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18377
18378 * spam.el (spam-check-spamassassin-headers): Adapt format for
18379 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18380 <ari@mbf.ocn.ne.jp>.
18381 (spam-list-of-processors): Add spam-use-gmane.
18382
18383 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18384
18385 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18386 make-temp-file; make it work with XEmacs as well.
18387
18388 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18389 mm-make-temp-file.
18390
18391 * mm-decode.el (mm-display-external): Use the 3rd arg of
18392 mm-make-temp-file.
18393 (mm-create-image-xemacs): Ditto.
18394
18395 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18396
18397 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18398 with message-narrow-to-headers.
18399 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18400 (gnus-draft-check-draft-articles): New function.
18401 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18402
18403 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18404
18405 * gnus-art.el (gnus-article-browse-html-parts):
18406 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18407 Don't use suffix argument for mm-make-temp-file for Emacs 21
18408 compatibility. Remove useless `format'.
18409
18410 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18411
18412 * nnweb.el (nnweb-google-wash-article): Update regexps.
18413 (nnweb-group-alist): Use defvoo instead of defvar.
18414
18415 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18416
18417 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18418 re-loading nn* modules.
18419
18420 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18421
18422 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18423 for `tool-bar-mode' and don't check it's default-value.
18424
18425 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18426
18427 * message.el (message-make-tool-bar): Ditto.
18428
18429 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18430 `substring'. Shorten tmp-file name.
18431
18432 * gnus.el: Remove bogus comment.
18433
18434 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18435
18436 * gnus-art.el (gnus-article-browse-html-parts): New function.
18437 (gnus-article-browse-html-article): New function for viewing html
18438 articles with a browser.
18439
18440 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18441
18442 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18443 (mml2015-pgg-encrypt): Ditto.
18444
18445 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18446 (mml1991-pgg-encrypt): Ditto.
18447
18448 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18449
18450 * nnfolder.el (nnfolder-insert-newsgroup-line):
18451 Use message-make-date instead of current-time-string.
18452
18453 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18454 to gnus-decoded which mm-uu might set.
18455
18456 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18457
18458 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18459 don't decode quoted parameters; remove misimported Emacs code.
18460 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18461 (rfc2231-decode-encoded-string): Don't use split-string which
18462 behaves differently according to Emacs version; use
18463 mm-decode-coding-region to convert charset to coding-system.
18464 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18465 (rfc2231-encode-string): Remove misimported Emacs code.
18466
18467 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18468
18469 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18470 when calling mail-header-parse-content-type.
18471 (article-de-quoted-unreadable): Ditto.
18472 (article-de-base64-unreadable): Ditto.
18473 (article-wash-html): Ditto.
18474
18475 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18476 calling mail-header-parse-content-type and
18477 mail-header-parse-content-disposition.
18478 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18479 mail-header-parse-content-type.
18480
18481 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18482 insert charset and format parameters; encode description after
18483 inserting it to buffer.
18484 (mml-insert-parameter): Fold lines properly even if a parameter is
18485 segmented into two or more lines; change the max column to 76.
18486
18487 * rfc1843.el (rfc1843-decode-article-body): Don't use
18488 ignore-errors when calling mail-header-parse-content-type.
18489
18490 * rfc2231.el (rfc2231-parse-string): Return at least type if
18491 possible; don't cause an error even if it fails in parsing of
18492 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18493 (rfc2231-encode-string): Don't break lines at the beginning, leave
18494 it to mml-insert-parameter.
18495
18496 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18497 calling mail-header-parse-content-type.
18498
18499 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18500
18501 * spam-report.el (spam-report-gmane-use-article-number):
18502 Improve doc string.
18503 (spam-report-gmane-internal): Check if a suitable header was found
18504 in the article.
18505
18506 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18507
18508 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18509 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18510
18511 2006-02-05 Romain Francoise <romain@orebokech.com>
18512
18513 Update copyright notices of all files in the gnus directory.
18514
18515 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18516
18517 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18518
18519 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18520
18521 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18522 segmented lines of parameter value to cope with Thunderbird 1.5
18523 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18524 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18525 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18526
18527 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18528
18529 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18530 parts.
18531
18532 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18533
18534 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18535 there's only one active file for all servers.
18536 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18537 solid groups. Gnus might have used a FAST request to select the group.
18538 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18539 and nnweb-search redundantly in the active file.
18540 (nnweb-request-list): Don't list bogus groups. There can only be one.
18541 (nnweb-request-create-group): Don't use ARGS.
18542 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18543 initializations. Let nnoo do the work.
18544
18545 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18546
18547 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18548 Say the part has been decoded.
18549
18550 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18551
18552 2006-01-31 Kevin Ryde <user42@zip.com.au>
18553
18554 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18555 mailcap-viewer-test-cache when there's no 'test clause, since that
18556 will invert the meaning of a "nil" test previously determined by
18557 mailcap-mailcap-entry-passes-test.
18558
18559 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18560
18561 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18562 compiling.
18563
18564 * gnus-sum.el: Ditto.
18565
18566 * message.el: Don't bind tool-bar-map when compiling.
18567
18568 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18569
18570 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18571
18572 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18573
18574 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18575 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18576 current Google Groups.
18577
18578 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18579
18580 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18581 and tool-bar-mode.
18582
18583 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18584 and tool-bar-mode.
18585
18586 * message.el (message-tool-bar-update): Simplify.
18587 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18588
18589 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18590 gnus-summary-buffer.
18591 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18592 gnus-summary-reply.
18593
18594 * gmm-utils.el (gmm): Add :version.
18595
18596 2006-01-26 Steve Youngs <steve@sxemacs.org>
18597
18598 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18599 Don't autoload.
18600
18601 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18602
18603 * gmm-utils.el (gmm-verbose): Add :group.
18604
18605 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18606
18607 * message.el: Change some comments WRT tool-bars.
18608
18609 * gnus-sum.el (gnus-summary-tool-bar)
18610 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18611 (gnus-summary-tool-bar-zap-list): New variables.
18612 (gnus-summary-make-tool-bar): Complete rewrite using
18613 `gmm-tool-bar-from-list'.
18614
18615 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18616 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18617 New variables.
18618 (gnus-group-make-tool-bar): Complete rewrite using
18619 `gmm-tool-bar-from-list'.
18620 (gnus-group-tool-bar-update): New function.
18621
18622 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18623
18624 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18625
18626 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18627 is dissected into a single part of which the type is the same as
18628 the given one; decode charset.
18629
18630 2006-01-21 Kevin Ryde <user42@zip.com.au>
18631
18632 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18633 into alists as symbol not string, since that's what
18634 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18635 look for.
18636
18637 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18638
18639 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18640 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18641
18642 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18643
18644 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18645
18646 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18647 (gnus-mime-security-button-menu): New definition.
18648 (gnus-mime-security-button-map): Use them.
18649 (gnus-mime-security-button-menu): New function.
18650 (gnus-insert-mime-security-button): Addition to help echo.
18651 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18652 (gnus-mime-security-pipe-part): New functions.
18653
18654 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18655 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18656
18657 * mm-decode.el (mm-handle-set-disposition): Remove.
18658 (mm-handle-set-description): Remove.
18659
18660 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18661
18662 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18663 (mm-w3m-standalone-supports-m17n-p): New function.
18664 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18665 w3m usage.
18666
18667 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18668 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18669
18670 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18671
18672 * message.el (message-tool-bar-zap-list):
18673 Use gmm-tool-bar-zap-list as custom type.
18674 (message-tool-bar-update): New function.
18675 (message-tool-bar, message-tool-bar-gnome)
18676 (message-tool-bar-retro): Add message-tool-bar-update.
18677 (message-tool-bar-gnome): Add flyspell-buffer.
18678
18679 * gnus-util.el (gnus-error): Describe `args'.
18680
18681 * gmm-utils.el (gmm-error): Describe `args'.
18682 (gmm-tool-bar-zap-list): New widget.
18683 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18684
18685 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18686
18687 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18688 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18689 the number of recursive calls.
18690
18691 * mm-decode.el (mm-handle-set-disposition): New macro.
18692 (mm-handle-set-description): New macro.
18693
18694 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18695
18696 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18697 encoding.
18698
18699 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18700
18701 * message.el (message-tool-bar-zap-list, message-tool-bar)
18702 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18703 (message-tool-bar-local-item-from-menu): Remove.
18704 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18705 (message-make-tool-bar): New function.
18706 (message-mode): Use `message-make-tool-bar'.
18707
18708 * gmm-utils.el: New file.
18709 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18710 (gmm-lazy): New widget copied from `nnmail.el'.
18711 (gmm-tool-bar-from-list): New function for creating customizable
18712 tool bars.
18713 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18714 output.
18715 (gmm): Add :prefix to defgroup.
18716
18717 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18718
18719 * gmm-utils.el (gmm-widget-p): New function.
18720
18721 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18722
18723 * mml.el (mml-attach-file): Describe `description' in doc string.
18724 (mml-menu): Add Emacs MIME manual and PGG manual.
18725
18726 2006-01-20 Richard M. Stallman <rms@gnu.org>
18727
18728 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18729
18730 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18731
18732 * nntp.el (nntp-end-of-line): Doc fix.
18733
18734 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18735
18736 * imap.el (imap-open): Handle case where buffer is a buffer
18737 object.
18738
18739 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18740
18741 * gnus-delay.el (gnus-delay): Don't autoload.
18742 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18743 to be re-loaded when customizing the `gnus-delay' group.
18744
18745 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18746
18747 * message.el (message-insert-citation-line): Use newlines.
18748
18749 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18750
18751 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18752
18753 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18754
18755 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18756
18757 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18758
18759 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18760
18761 * mm-decode.el (mm-inlined-types): Add application/pgp.
18762 (mm-automatic-display): Ditto.
18763
18764 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18765 part as text.
18766
18767 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18768
18769 * nnrss.el: Update copyright.
18770 (nnrss-opml-import): Query whether to subscribe to each entry.
18771
18772 * gnus-art.el:
18773 * gnus-sum.el:
18774 * mm-uu.el:
18775 * mm-view.el: Update copyright.
18776
18777 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18778
18779 * message.el (message-info): New function.
18780 (message-mode-menu): Add it.
18781 Update copyright.
18782
18783 * ChangeLog: Fix and update copyright.
18784
18785 2006-01-13 Romain Francoise <romain@orebokech.com>
18786
18787 * message.el (message-forward-subject-name-subject): Prefer the
18788 address to 'nowhere' if the sender has no name.
18789 Fix typo. Update copyright year.
18790
18791 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18792
18793 * gnus-art.el (article-wash-html):
18794 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18795 (gnus-article-wash-html-with-w3m-standalone): New function.
18796
18797 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18798 mm-inline-text-html-render-with-w3m-standalone.
18799 (mm-text-html-washer-alist): Map w3m-standalone to
18800 gnus-article-wash-html-with-w3m-standalone.
18801 (mm-inline-text-html-render-with-w3m-standalone): New function.
18802
18803 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18804
18805 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18806 Improve LaTeX.
18807
18808 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18809
18810 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18811 (nnrss-request-article): Render text/plain parts as HTML.
18812
18813 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18814 the buffer.
18815
18816 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18817
18818 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18819 custom definition of `gnus-posting-styles'.
18820
18821 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18822 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18823
18824 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18825
18826 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18827 Use nntp for bug archive.
18828
18829 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18830
18831 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18832 parts.
18833 (nnrss-normalize-date): New function converts ISO 8601 date into
18834 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18835 (nnrss-check-group): Use it.
18836
18837 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18838
18839 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18840
18841 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18842 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18843 (nnrss-insert-w3): Ditto.
18844
18845 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18846
18847 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18848 the articles to be forwarded including the case where neither a
18849 number of articles nor a region is specified.
18850
18851 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18852
18853 * nnrss.el (nnrss-request-article): Fix last change; fill
18854 text/plain parts.
18855
18856 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18857
18858 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18859 in text/plain part.
18860 (nnrss-check-group): Don't add excessive newline to dc:subject.
18861
18862 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18863
18864 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18865 article.
18866
18867 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18868
18869 * nnml.el: Don't require gnus-bcklg. Autoload it.
18870 (nnml-use-compressed-files, nnml-save-mail): Support other
18871 comression programs such as bzip2.
18872
18873 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18874
18875 * dns.el (query-dns): Make sure we check the buffer size before
18876 removing tcp headers.
18877
18878 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18879
18880 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18881 remove MIME buttons associated with multipart/alternative parts.
18882 (gnus-mime-display-alternative): Tag buttons using `article-type'
18883 text property.
18884
18885 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18886 associated with multipart/alternative parts.
18887
18888 * gnus-art.el (gnus-signature-separator): Fix custom type.
18889
18890 * mm-decode.el (mm-inlined-types): Fix custom type.
18891 (mm-keep-viewer-alive-types): Ditto.
18892 (mm-automatic-display): Ditto.
18893 (mm-attachment-override-types): Ditto.
18894 (mm-inline-override-types): Ditto.
18895 (mm-automatic-external-display): Ditto.
18896
18897 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18898
18899 * spam-report.el (spam-report-user-mail-address)
18900 (spam-report-user-agent): New variables.
18901 (spam-report-url-ping-plain): Use spam-report-user-agent.
18902
18903 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18904
18905 * gnus-art.el (gnus-button-handle-custom): Do not just use
18906 `customize-apropos' for any "M-x customize-*" button but the
18907 function called for. Accept both the function name and its
18908 argument in order to achieve this.
18909 (gnus-button-alist): Remove support for "custom:" URL's.
18910 Pass function name to `gnus-button-handle-custom' in case of "M-x
18911 customize-*" buttons.
18912
18913 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18914
18915 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18916 multipart/alternative and add xref to mm-discouraged-alternatives
18917 in doc string.
18918
18919 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18920 gnus-buttonized-mime-types in doc string.
18921
18922 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18923
18924 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18925 Suggest image/.* in the doc string.
18926
18927 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18928
18929 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18930 message-marks (Debian bug#342521).
18931
18932 2005-12-12 Simon Josefsson <jas@extundo.com>
18933
18934 * password.el (password-read-from-cache): Add.
18935 (password-read): Use it.
18936
18937 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18938
18939 * rfc2047.el (rfc2047-charset-to-coding-system):
18940 Recognize us-ascii as a MIME charset.
18941
18942 * mm-bodies.el (mm-decode-content-transfer-encoding):
18943 Protect against the case where the 2nd arg TYPE is nil.
18944
18945 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18946
18947 * pop3.el (pop3-stream-type): Fix custom version.
18948
18949 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18950
18951 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18952
18953 * mm-decode.el (mm-display-external): Add missing cdr.
18954
18955 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18956
18957 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18958 RFC1524) if it is in mailcap or add a suffix according to
18959 mailcap-mime-extensions when generating a temp filename; postpone
18960 deleting a temp file for 2 seconds for some wrappers, shell
18961 scripts, and so on, which might exit right after having started a
18962 viewer command as a background job.
18963
18964 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18965
18966 * nntp.el (nntp-marks-directory): Fix custom group.
18967
18968 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18969 steps when < 10.
18970
18971 * gnus-start.el (gnus-no-server-1):
18972 Mention `gnus-level-default-subscribed' in doc string.
18973
18974 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18975
18976 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18977 parens.
18978
18979 2005-11-26 Dave Love <fx@gnu.org>
18980
18981 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18982 (tls-program, tls-success): Provide openssl alternative.
18983
18984 * starttls.el: Doc fixes.
18985 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18986 SERVICE to PORT.
18987
18988 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18989 port null or service name.
18990 (starttls-negotiate): Autoload.
18991
18992 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18993
18994 * message.el (message-kill-to-signature): Fix interactive spec.
18995
18996 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18997
18998 * pop3.el (pop3-open-server): Recognize a string as a service name.
18999
19000 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19001
19002 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19003
19004 2005-11-23 Dave Love <fx@gnu.org>
19005
19006 Add pop3s, pop3/starttls.
19007
19008 * pop3.el (pop3-authentication-scheme): Clarify doc.
19009 (open-tls-stream, starttls-open-stream): Autoload.
19010 (pop3-stream-type): New.
19011 (pop3-open-server): Use it.
19012
19013 * mail-source.el (mail-sources): Fix some :types. Add stream type
19014 for POP.
19015 (mail-source-keyword-map): Add :stream for POP.
19016 (mail-source-fetch-pop): Use pop3-stream-type.
19017
19018 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19019
19020 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19021 of current-time-string.
19022
19023 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19024
19025 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19026 date header.
19027
19028 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19029
19030 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19031 it can seriously impact performance as it bypasses the agent's
19032 local caches.
19033
19034 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19035
19036 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19037 must be explicitly online rather than "not explicitly offline" for
19038 its flags to be synchronized.
19039
19040 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19041 that gnus-uu-unmark-thread will function correctly.
19042
19043 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19044 1024K is instead displayed as 1M.
19045
19046 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19047
19048 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19049
19050 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19051
19052 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19053
19054 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19055
19056 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19057 error message to display actual error condition.
19058 (gnus-agent-save-local): Avoid saving symbols that are bound to
19059 nil as they simply result in a warning message in
19060 gnus-agent-read-local.
19061
19062 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19063
19064 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19065 rather than make-variable-buffer-local for file-precious-flag.
19066
19067 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19068
19069 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19070 for duplicates which are removed. The invalid sort check then
19071 triggers a rescan after the sort as sorting may have moved
19072 duplicate entries such that they can be cheaply detected.
19073
19074 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19075
19076 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19077
19078 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19079
19080 * gnus-agent.el (gnus-agent-article-alist-save-format):
19081 Change internal variable to a custom variable. Change default value
19082 from compressed(2) to uncompressed(1).
19083 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19084 support for uncompressed agentview files. Taken together, reading
19085 the agentview file should now be 6-7 times faster.
19086
19087 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19088
19089 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19090 as a buffer-local variable. This avoids creating truncated
19091 dribble files as a result of a hang up, eg.
19092
19093 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19094
19095 * gnus-start.el (gnus-start-draft-setup):
19096 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19097
19098 * gnus.el (gnus-splash): Change custom group.
19099 (gnus-group-get-parameter, gnus-group-parameter-value):
19100 Describe allow-list argument.
19101
19102 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19103 string.
19104
19105 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19106
19107 * gnus-art.el (gnus-default-article-saver): Add user-defined
19108 `function' to custom type.
19109
19110 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19111
19112 * imap.el (imap-open): Handle case where buffer is a buffer
19113 object.
19114
19115 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19116
19117 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19118 long lines.
19119 (gnus-cache-delete-group): Wrap doc strings.
19120
19121 * gnus-agent.el (gnus-agent-rename-group)
19122 (gnus-agent-delete-group): Wrap doc strings.
19123
19124 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19125
19126 * gnus-start.el (gnus-1): Add "native" to
19127 gnus-predefined-server-alist.
19128
19129 * gnus.el (gnus-method-to-server): Don't add "native" to the
19130 lists here, because that leads to problems when
19131 gnus-select-method is bound.
19132
19133 2005-11-09 Simon Josefsson <jas@extundo.com>
19134
19135 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19136 use (not sort-by-date) instead.
19137
19138 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19139
19140 * gnus-delay.el (gnus-delay-group): Don't autoload.
19141 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19142 to be re-loaded when customizing the `gnus-delay' group.
19143
19144 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19145
19146 * message.el: Revert last changes.
19147 (message-insert-citation-line): Use newlines.
19148
19149 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19150
19151 * message.el (message-courtesy-message)
19152 (message-mark-insert-begin, message-mark-insert-end)
19153 (message-elide-ellipsis, message-cancel-message)
19154 (message-add-header, message-change-subject)
19155 (message-cross-post-followup-to-header)
19156 (message-cross-post-insert-note, message-reduce-to-to-cc)
19157 (message-widen-reply, message-delete-not-region)
19158 (message-kill-to-signature, message-insert-signature)
19159 (message-insert-importance-high, message-insert-importance-low)
19160 (message-insert-or-toggle-importance)
19161 (message-insert-disposition-notification-to)
19162 (message-indent-citation, message-yank-original)
19163 (message-cite-original-without-signature, message-cite-original)
19164 (message-insert-citation-line, message-position-on-field)
19165 (message-fix-before-sending, message-send-mail-partially)
19166 (message-send-mail, message-send-mail-with-sendmail)
19167 (message-send-mail-with-qmail, message-send-news)
19168 (message-check-news-header-syntax, message-generate-headers)
19169 (message-insert-courtesy-copy, message-fill-address)
19170 (message-fill-header, message-shorten-references)
19171 (message-setup-1, message-cancel-news)
19172 (message-forward-make-body-plain, message-forward-make-body-mime)
19173 (message-forward-make-body-mml, message-encode-message-body)
19174 (message-forward-make-body-digest-plain)
19175 (message-forward-make-body-digest-mime)
19176 (message-use-alternative-email-as-from): Insert `hard-newline'
19177 instead of ordinary newlines.
19178
19179 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19180
19181 * message.el (message-generate-headers): Downcase the argument
19182 given to message-check-element.
19183
19184 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19185
19186 * nntp.el (nntp-authinfo-rejected): New error condition.
19187 (nntp-wait-for): Use new error condition to signal authentication
19188 error.
19189 (nntp-retrieve-data): Rethrow new error condition to break out of
19190 recursive call to nntp-send-authinfo.
19191
19192 2005-11-08 Romain Francoise <romain@orebokech.com>
19193
19194 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19195 (gnus-summary-exit-map): Bind to `Z p'.
19196 (gnus-summary-make-menu-bar): Add menu item.
19197
19198 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19199
19200 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19201 (gnus-treat-*): Add `first' in all doc strings.
19202
19203 * gnus-group.el (gnus-group-compact-group): Fix typo.
19204
19205 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19206
19207 * gnus.el (gnus-parameters-case-fold-search): New variable.
19208 (gnus-parameters-get-parameter): Use it.
19209
19210 * gnus-score.el (gnus-home-score-file): Doc fix.
19211
19212 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19213
19214 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19215
19216 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19217
19218 * mm-util.el (mm-special-display-p): New function.
19219
19220 * mml.el (mml-preview): Use it; doc fix.
19221
19222 2005-10-29 Romain Francoise <romain@orebokech.com>
19223
19224 * message.el (message-fix-before-sending): Fix comment.
19225
19226 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19227
19228 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19229
19230 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19231
19232 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19233 Used in gnus-score.el.
19234
19235 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19236
19237 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19238
19239 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19240
19241 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19242 whitespace removed in revision 7.8. Use concatenated string to
19243 protect trailing whitespace.
19244
19245 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19246
19247 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19248 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19249 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19250 Courier IMAP ("some version from 2004"). Mostly based on similar
19251 code in the same function.
19252
19253 2005-10-26 Didier Verna <didier@xemacs.org>
19254
19255 * gnus-group.el (gnus-group-compact-group): Invalidate original
19256 article buffer.
19257 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19258 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19259 NOV database and in article itself.
19260 Invalidate article backlog.
19261
19262 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19263
19264 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19265
19266 2005-10-26 Simon Josefsson <jas@extundo.com>
19267
19268 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19269 part of 2004-07-25 change.
19270
19271 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19272
19273 * message.el (message-display-completion-list): New function.
19274 (message-expand-group): Use it; make sure the Completions buffer
19275 is modifiable.
19276
19277 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19278
19279 * imap.el (imap-open): Handle case where buffer is a buffer object.
19280
19281 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19282
19283 * pgg-def.el:
19284 * pgg-gpg.el:
19285 * pgg-parse.el:
19286 * pgg-pgp.el:
19287 * pgg-pgp5.el:
19288 * pgg.el: Move to the parent lisp directory.
19289
19290 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19291
19292 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19293 user-mail-name is an empty string.
19294
19295 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19296
19297 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19298 depending on gnus-score-decay-constant.
19299
19300 * encrypt.el (encrypt-insert-file-contents)
19301 (encrypt-write-file-contents): Don't use `gnus-message'.
19302
19303 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19304 arguments.
19305 (mm-uu-type-alist): Add message-marks and insert-marks.
19306 Pass arguments to mm-uu-verbatim-marks-extract.
19307 (mm-uu-hide-markers): New variable.
19308 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19309
19310 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19311 (gnus-convert-image-to-face-command): Use "convert" by default to
19312 allow other input image formats.
19313 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19314 accordingly.
19315
19316 2005-10-23 Simon Josefsson <jas@extundo.com>
19317
19318 * imap.el (imap-gssapi-program): Align command line parameters
19319 with latest GNU SASL.
19320 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19321
19322 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19323
19324 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19325 HTML.
19326 (nnslashdot-request-article): Ditto.
19327
19328 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19329
19330 * mail-source.el (mail-source-fetch-pop): Require pop3.
19331 (mail-source-check-pop): Ditto.
19332
19333 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19334
19335 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19336 errors.
19337
19338 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19339
19340 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19341 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19342
19343 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19344
19345 * mm-bodies.el (mm-decode-string):
19346 Call `mm-charset-to-coding-system' with allow-override argument.
19347
19348 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19349
19350 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19351 (rfc2047-charset-to-coding-system): New function.
19352 (rfc2047-decode-encoded-words): New function.
19353 (rfc2047-decode-region): Use them.
19354 (rfc2047-decode-cte): Remove.
19355 (rfc2047-parse-and-decode): Remove.
19356 (rfc2047-decode): Remove.
19357
19358 2005-10-15 Kenichi Handa <handa@m17n.org>
19359
19360 * rfc2047.el (rfc2047-decode-cte): New function.
19361 (rfc2047-decode-region): Change the way to decode successive
19362 encoded-words: decode B- or Q-encoding in each encoded-word,
19363 concatenate them, and decode it as charset.
19364
19365 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19366
19367 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19368 widget-move-and-invoke.
19369 (gnus-custom-mode): Use gnus-custom-map.
19370
19371 2005-10-15 Bill Wohler <wohler@newt.com>
19372
19373 * message.el (message-tool-bar-map): Rename image file from
19374 mail_send to mail/send.
19375
19376 2005-10-16 Masatake YAMATO <jet@gyve.org>
19377
19378 * message.el (message-expand-group): Pass the common
19379 prefix substring of completion to `display-completion-list'.
19380
19381 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19382
19383 * mml-sec.el (mml-secure-method): New internal variable.
19384 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19385 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19386 New functions using mml-secure-method.
19387
19388 * mml.el (mml-mode-map): Add key bindings for those functions.
19389 (mml-menu): Simplify security menu entries. Suggested by Jesper
19390 Harder <harder@myrealbox.com>.
19391 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19392 Goto end of message if point is the headers of the message.
19393
19394 * message.el (message-in-body-p): New function.
19395
19396 * assistant.el: Autoload gnus-util and netrc.
19397
19398 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19399 Use `mm-charset-override-alist' only when decoding.
19400
19401 * mm-bodies.el (mm-decode-body):
19402 Call `mm-charset-to-coding-system' with allow-override argument.
19403
19404 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19405 `filename' from Content-Disposition if Content-Type doesn't
19406 provide `name'.
19407 (gnus-mime-view-part-as-type): Set default instead of
19408 initial-input.
19409
19410 2005-10-09 Daniel Brockman <daniel@brockman.se>
19411
19412 * format-spec.el (format-spec): Propagate text properties of % spec.
19413
19414 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19415
19416 * gnus-art.el (gnus-treat-predicate): Add `first'.
19417
19418 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19419
19420 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19421 (mm-charset-override-alist): New variable.
19422 (mm-charset-to-coding-system): Use it.
19423 (mm-codepage-setup): New helper function.
19424 (mm-charset-eval-alist): New variable.
19425 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19426 Warn about unknown charsets.
19427
19428 2005-10-04 David Hansen <david.hansen@gmx.net>
19429
19430 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19431 (nnrss-check-group): Ditto.
19432
19433 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19434
19435 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19436 Rename x-gnus-verbatim to x-verbatim.
19437 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19438
19439 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19440 x-verbatim.
19441
19442 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19443
19444 * gnus-util.el (gnus-remove-duplicates): Remove.
19445
19446 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19447 instead of gnus-remove-duplicates.
19448
19449 * message.el (message-remove-duplicates): Remove.
19450 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19451 message-remove-duplicates.
19452
19453 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19454 available, else use implementation from `delete-dups'.
19455
19456 * message.el (message-insert-expires): New function.
19457 (message-mode-map): Add key binding.
19458 (message-mode-field-menu): Add menu entry.
19459 (message-mode): Document it.
19460 (message-make-expires-date): Use `message-make-date'.
19461
19462 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19463
19464 * message.el (message-make-expires-date): New function.
19465
19466 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19467
19468 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19469
19470 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19471
19472 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19473 function rather than the diff-mode.el package.
19474 (mm-display-external): Use with-current-buffer.
19475 (mm-viewer-completion-map, mm-viewer-completion-map):
19476 Move initialization inside declaration.
19477
19478 2005-09-29 Simon Josefsson <jas@extundo.com>
19479
19480 * spam.el: Load hashcash when compiling, to avoid warnings.
19481 Don't autoload mail-check-payment.
19482 (spam-check-hashcash): Define unconditionally, since hashcash.el
19483 is part of Gnus now. Ignore errors from payment checking.
19484
19485 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19486
19487 * message.el (message-bold-region, message-unbold-region):
19488 Rename from `bold-region' and `unbold-region'.
19489
19490 * message.el: Remove useless autoloads.
19491
19492 2005-09-28 Simon Josefsson <jas@extundo.com>
19493
19494 * message.el (message-use-idna): Default to t.
19495 (message-use-idna): Test whether encoding works too. Doc fix.
19496
19497 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19498
19499 * nntp.el (nntp-warn-about-losing-connection): Remove.
19500
19501 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19502
19503 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19504 customizable. Change default value.
19505 (mm-uu-diff-groups-regexp): Change default value.
19506 (mm-uu-type-alist): Add doc string.
19507 (mm-uu-configure): Add doc string. Make it interactive.
19508 (mm-uu-tex-groups-regexp): New variable.
19509 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19510 (mm-uu-type-alist): Add LaTeX documents.
19511 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19512 of "text/verbatim".
19513 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19514
19515 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19516 instead of "text/verbatim".
19517
19518 * message.el (message-mark-inserted-region)
19519 (message-mark-insert-file): Use slrn style marks when called with
19520 prefix argument.
19521
19522 2005-09-27 Simon Josefsson <jas@extundo.com>
19523
19524 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19525
19526 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19527
19528 * message.el (message-remove-duplicates): New function.
19529 Implementation borrowed from `gnus-remove-duplicates'.
19530 (message-idna-to-ascii-rhs): Also encode idna addresses in
19531 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19532 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19533 only ask about the same idna domain once per header and also tell
19534 in what header to replace the idna domain.
19535
19536 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19537 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19538 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19539 a header is decoded and not just the last one.
19540
19541 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19542
19543 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19544 has been decoded.
19545
19546 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19547 (mm-insert-part): Don't modify text if it has been decoded.
19548
19549 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19550 decoded.
19551
19552 * mm-view.el (mm-inline-text): Don't strip text props unless
19553 decoding enriched or richtext parts.
19554
19555 2005-09-25 Romain Francoise <romain@orebokech.com>
19556
19557 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19558 * gnus-start.el (gnus-subscribe-interactively):
19559 * gnus-uu.el (gnus-uu-grab-articles):
19560 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19561 space.
19562
19563 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19564
19565 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19566 * mm-view.el (mm-view-pkcs7-decrypt):
19567 * gnus-sum.el (gnus-summary-limit-to-extra)
19568 (gnus-summary-respool-article, gnus-read-move-group-name):
19569 * gnus-score.el (gnus-summary-increase-score):
19570 * gnus-util.el (gnus-completing-read-with-default):
19571 * gnus-art.el (gnus-read-save-file-name)
19572 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19573 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19574 * message.el (message-check-news-header-syntax):
19575 Follow convention for reading with the minibuffer.
19576
19577 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19578
19579 * spam-report.el (spam-report-url-ping-plain):
19580 Use gnus-extended-version as User-Agent.
19581
19582 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19583 default value is nil.
19584
19585 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19586 (mm-uu-verbatim-marks-extract): New function.
19587 (mm-uu-extract): New face.
19588 (mm-uu-copy-to-buffer): Use it.
19589
19590 * spam-report.el (spam-report-gmane-ham): Rename from
19591 `spam-report-gmane-unspam'.
19592 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19593 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19594
19595 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19596 Autoload.
19597 (spam-report-gmane-unregister-routine):
19598 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19599
19600 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19601
19602 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19603 (spam-report-gmane-unregister-routine): Add support for gmane
19604 unregistration.
19605
19606 * spam-report.el (spam-report-gmane-unspam)
19607 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19608 (spam-report-gmane): Change to take a single article and do unspam
19609 registration.
19610
19611 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19612
19613 * mm-url.el (mm-url-decode-entities): Fix regexp.
19614
19615 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19616
19617 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19618 default to nil, to be able to use Gnus at all. If the default
19619 switches to something else, then the function should be fixed not
19620 be exceedingly slow.
19621
19622 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19623
19624 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19625 fail hard.
19626
19627 * spam-report.el: Add better Keywords line.
19628
19629 * spam.el: Add Maintainer and better Keywords line.
19630
19631 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19632
19633 * gnus-art.el (gnus-article-replace-part)
19634 (gnus-mime-replace-part): New functions.
19635 (gnus-mime-action-alist, gnus-mime-button-commands)
19636 (gnus-mime-save-part-and-strip): Add file argument.
19637 (gnus-article-part-wrapper): Add interactive argument.
19638
19639 * gnus-sum.el (gnus-summary-mime-map):
19640 Add `gnus-article-replace-part'.
19641
19642 2005-09-19 Didier Verna <didier@xemacs.org>
19643
19644 The nnml compaction feature:
19645 * nnml.el (nnml-request-compact-group): New function.
19646 * nnml.el (nnml-request-compact): New function.
19647 * gnus-int.el (gnus-request-compact-group): New function.
19648 * gnus-int.el (gnus-request-compact): New function.
19649 * gnus-group.el (gnus-group-compact-group): New function.
19650 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19651 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19652 * gnus-srvr.el (gnus-server-compact-server): New function.
19653 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19654 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19655
19656 2005-09-18 Deepak Goel <deego@gnufans.org>
19657
19658 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19659 format spec.
19660
19661 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19662
19663 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19664
19665 2005-09-15 Romain Francoise <romain@orebokech.com>
19666
19667 * message.el (message-fill-paragraph): Clarify docstring.
19668
19669 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19670
19671 * gnus-art.el (gnus-mime-display-part): Protect against broken
19672 MIME messages.
19673
19674 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19675
19676 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19677 before parsing header.
19678
19679 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19680
19681 * html2text.el (html2text-replace-list): Add new entities.
19682
19683 2005-09-11 Romain Francoise <romain@orebokech.com>
19684
19685 * message.el (message-alternative-emails): Improve docstring.
19686 (message-setup-1): Call `message-use-alternative-email-as-from'
19687 after `message-setup-hook' to give it precedence over posting
19688 styles, etc.
19689 (message-use-alternative-email-as-from): Add docstring.
19690 Remove the original From header if present.
19691
19692 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19693 (nnml-save-mail): Use it.
19694
19695 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19696 articles. Add new argument `silent'.
19697 (gnus-uu-mark-all): Report the total number of marked articles.
19698
19699 2005-09-10 Romain Francoise <romain@orebokech.com>
19700
19701 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19702 (gnus-uu-mark-series): Likewise.
19703
19704 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19705
19706 * spam-report.el (spam-report-gmane): Fix generation of spam
19707 report URL.
19708
19709 2005-09-10 Simon Josefsson <jas@extundo.com>
19710
19711 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19712 t, based on discussion on the ding list with Robert Epprecht
19713 <epprecht@solnet.ch>.
19714
19715 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19716
19717 * spam-report.el (spam-report-gmane): Make it work without
19718 X-Report-Spam header. Gmane now only provides Archived-At.
19719 This is only used if `spam-report-gmane-use-article-number' is nil.
19720 (spam-report-gmane-spam-header): Remove. Not used anymore.
19721
19722 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19723 make `gnus-summary-sort-by-recipient' work with threading.
19724
19725 * nnweb.el (nnweb-google-wash-article): Print a message if article
19726 is not available.
19727
19728 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19729
19730 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19731 change. Decode text/* parts content before displaying.
19732
19733 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19734
19735 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19736
19737 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19738
19739 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19740
19741 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19742
19743 * message.el (message-tab-body-function): Fix mismatched custom type.
19744
19745 * gnus.el (gnus-group-change-level-function): Ditto.
19746
19747 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19748
19749 * gnus-art.el (gnus-signature-limit)
19750 (gnus-article-mime-part-function): Ditto.
19751
19752 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19753
19754 * mml.el (mml-mode): Silence the byte compiler.
19755
19756 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19757 using `(sit-for 0)' before moving the point to the specified part;
19758 skip unbuttonized parts.
19759 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19760 return to the summary window if gnus-auto-select-part is non-nil.
19761
19762 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19763
19764 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19765 New variables.
19766 (mml-dnd-attach-file, mml-mode): Use them.
19767
19768 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19769 Make fetching article by MID work again for Google Groups.
19770 Add FIXME concerning gnus-group-make-web-group.
19771
19772 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19773 Don't depend on Gnus by using mail-extract-address-components if
19774 gnus-extract-address-components is not bound.
19775
19776 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19777
19778 * gnus-art.el (gnus-mime-display-security): Don't display the
19779 signature, but only the signed part.
19780
19781 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19782
19783 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19784
19785 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19786 list, not listp.
19787
19788 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19789
19790 * mm-encode.el (mm-encode-content-transfer-encoding):
19791 Likewise when encoding.
19792
19793 * mm-bodies.el (mm-decode-content-transfer-encoding):
19794 De-canonicalize CRLF for all text content types, not just
19795 text/plain.
19796
19797 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19798
19799 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19800 valid article; point arrow and cursor at the MIME button.
19801
19802 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19803
19804 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19805 Suggested by Dan Christensen <jdc@uwo.ca>.
19806
19807 * mm-decode.el (mm-save-part): Enable change of prompt.
19808
19809 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19810
19811 * gnus-msg.el (gnus-inews-add-send-actions):
19812 Make `message-post-method' lambda parameter ARG `&optional'.
19813
19814 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19815
19816 * gnus-sum.el (gnus-summary-mime-map):
19817 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19818 gnus-article-jump-to-part.
19819
19820 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19821 (gnus-article-edit-part): Use it.
19822 (gnus-article-part-wrapper): Add no-handle argument.
19823 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19824 New functions.
19825
19826 2005-08-29 Romain Francoise <romain@orebokech.com>
19827
19828 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19829 docstring.
19830 (gnus-face-from-file): Likewise.
19831
19832 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19833
19834 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19835 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19836 non-nil.
19837 (gnus-auto-select-part): New variable.
19838 (gnus-article-jump-to-part): New function.
19839 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19840 (gnus-mime-delete-part): Allow selecting specified part after
19841 deleting or stripping parts.
19842 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19843 part if argument is bogus.
19844
19845 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19846
19847 * gnus-art.el (w3m-minor-mode-map):
19848 * gnus-spec.el (gnus-newsrc-file-version):
19849 * gnus-util.el (nnmail-active-file-coding-system)
19850 (gnus-original-article-buffer, gnus-user-agent):
19851 * gnus.el (gnus-ham-process-destinations)
19852 (gnus-parameter-ham-marks-alist)
19853 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19854 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19855 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19856 * mm-decode.el (gnus-current-window-configuration):
19857 * mm-extern.el (gnus-article-mime-handles):
19858 * mm-url.el (url-current-object, url-package-name)
19859 (url-package-version):
19860 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19861 (smime-keys, w3m-cid-retrieve-function-alist)
19862 (w3m-current-buffer, w3m-display-inline-images)
19863 (w3m-minor-mode-map):
19864 * mml-smime.el (gnus-extract-address-components):
19865 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19866 (gnus-newsrc-hashtb, message-default-charset)
19867 (message-deletable-headers, message-options)
19868 (message-posting-charset, message-required-mail-headers)
19869 (message-required-news-headers):
19870 * mml1991.el (mc-pgp-always-sign):
19871 * mml2015.el (mc-pgp-always-sign):
19872 * nnheader.el (nnmail-extra-headers):
19873 * rfc1843.el (gnus-decode-encoded-word-function)
19874 (gnus-decode-header-function, gnus-newsgroup-name):
19875 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19876
19877 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19878
19879 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19880 the end of the date treatments.
19881
19882 2005-08-15 Simon Josefsson <jas@extundo.com>
19883
19884 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19885 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19886 Capello and Romain Francoise.
19887 (pgg-fetch-key-function): Remove, not used?
19888 (pgg-insert-url-with-w3): Require url, to get
19889 url-insert-file-contents regardless of where it is defined.
19890
19891 2005-08-13 Romain Francoise <romain@orebokech.com>
19892
19893 * message.el (message-cite-original-1): New function.
19894 (message-cite-original): Use it.
19895 (message-cite-original-without-signature): Ditto.
19896
19897 2005-08-08 Romain Francoise <romain@orebokech.com>
19898
19899 * message.el (message-yank-empty-prefix): New variable.
19900 (message-indent-citation): Use it.
19901 (message-cite-original-without-signature): Respect X-No-Archive.
19902
19903 2005-08-08 Simon Josefsson <jas@extundo.com>
19904
19905 * pgg.el: Autoload url-insert-file-contents instead of loading
19906 w3/url.
19907 (pgg-insert-url-with-w3): Don't load url here.
19908
19909 2005-08-07 Jesper Harder <harder@phys.au.dk>
19910
19911 * message.el (message-kill-to-signature): Don't insert newline at
19912 bol.
19913 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19914
19915 2005-08-06 Romain Francoise <romain@orebokech.com>
19916
19917 * message.el (message-user-fqdn): Fix typo in docstring.
19918
19919 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19920
19921 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19922
19923 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19924
19925 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19926
19927 * mm-bodies.el (mm-encode-body): Use coding system rather than
19928 charset to encode text.
19929
19930 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19931 number of charsets if utf-8 is available (XEmacs).
19932
19933 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19934
19935 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19936 taken from `gnus-button-mid-or-mail-regexp'.
19937 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19938 (gnus-button-alist): Improve regexp for domain part of the MIDs
19939 for news:localpart@domain buttons.
19940 (gnus-button-ctan-directory-regexp): Update.
19941
19942 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19943
19944 * sieve-manage.el (sieve-manage-interactive-login):
19945 Use make-local-variable rather than make-variable-buffer-local.
19946 (sieve-manage-open): Ditto.
19947 (sieve-manage-authenticate): Ditto.
19948
19949 * mml.el (mml-generate-mime-1): Make the content type default to
19950 text/plain if the filename is not specified.
19951
19952 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19953
19954 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19955 instead of insert-buffer.
19956
19957 * message.el (message-yank-original): Ditto; set the mark at the
19958 end of the yanked message.
19959
19960 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19961
19962 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19963 lines to scroll rather than to stop it.
19964
19965 * mml.el (mml-generate-default-type): Add doc string.
19966 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19967 default to application/octet-stream when determining the content
19968 type if it is not specified for the part or the mml contents; add
19969 a comment about mml-generate-default-type.
19970
19971 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19972
19973 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19974 make it default to application/octet-stream when determining the
19975 content type if it is not specified for the external contents.
19976
19977 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19978
19979 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19980 segmented parameter but also other parameters might be there.
19981
19982 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19983
19984 * mm-decode.el (mm-display-external): Delete temp file, directory
19985 and buffer immediately if the external process is exited.
19986
19987 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19988
19989 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19990 fewer lines than that of scroll-margin.
19991 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19992
19993 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19994
19995 * gnus-art.el (gnus-article-next-page): Revert.
19996 (gnus-article-beginning-of-window): New macro.
19997 (gnus-article-next-page-1): Use it.
19998 (gnus-article-prev-page): Ditto.
19999 (gnus-article-edit-part): Use insert-buffer-substring instead of
20000 insert-buffer.
20001 (gnus-article-edit-exit): Ditto.
20002
20003 * gnus-util.el (gnus-beginning-of-window): Remove.
20004 (gnus-end-of-window): Remove.
20005
20006 2005-07-25 Simon Josefsson <jas@extundo.com>
20007
20008 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20009 to have the url package without w3. Reported by Daiki Ueno
20010 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20011
20012 2005-07-20 Didier Verna <didier@xemacs.org>
20013
20014 * gnus-diary.el: Remove the description comment (nndiary is now
20015 properly documented in the Gnus manual).
20016 Fix the spelling of "Back End".
20017 * nndiary.el: Ditto.
20018 Fix the copyright notice.
20019
20020 2005-07-18 Romain Francoise <romain@orebokech.com>
20021
20022 * gnus-sum.el (gnus-summary-to-prefix)
20023 (gnus-summary-newsgroup-prefix): New variables.
20024 (gnus-summary-from-or-to-or-newsgroups): Use them.
20025
20026 2005-07-17 Romain Francoise <romain@orebokech.com>
20027
20028 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20029 space as it's generally not especially interesting to the user.
20030
20031 2005-07-16 Romain Francoise <romain@orebokech.com>
20032
20033 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20034 nil to avoid prompting and file modification if one of the
20035 messages at the top of the nnfolder file contains a copyright
20036 notice.
20037 Update copyright notice.
20038
20039 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20040 instead of `current-time-string' as the latter creates a time
20041 string that is not RFC 2822 compliant (it lacks the zone).
20042 Update copyright notice.
20043
20044 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20045
20046 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20047 for text/rtf. Display default in prompt. Pass default for M-n.
20048
20049 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20050
20051 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20052
20053 * gnus-msg.el (gnus-button-mailto):
20054 Remove save-selected-window-window hackery because it relies on
20055 save-selected-window internals.
20056
20057 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20058
20059 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20060 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20061 (gnus-article-prev-page): Ditto.
20062
20063 * gnus-util.el (gnus-beginning-of-window): New function.
20064 (gnus-end-of-window): New function.
20065
20066 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20067
20068 * gnus-score.el (gnus-score-edit-all-score):
20069 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20070 gnus-message.
20071
20072 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20073
20074 * gnus-msg.el (gnus-button-mailto):
20075 Remove save-selected-window-window hackery because it relies on
20076 save-selected-window internals.
20077
20078 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20079
20080 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20081 add-minor-mode.
20082 (gnus-binary-mode): Ditto.
20083
20084 * gnus-topic.el (gnus-topic-mode): Ditto.
20085
20086 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20087
20088 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20089 (gnus-article-prev-page): Take scroll-margin into consideration.
20090
20091 2005-07-04 Lute Kamstra <lute@gnu.org>
20092
20093 Update FSF's address in GPL notices.
20094
20095 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20096
20097 * gnus.el (gnus-exit):
20098 * gnus-group.el (gnus-group-icons):
20099 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20100
20101 * gnus-nocem.el (gnus-nocem):
20102 * message.el (message-various, message-buffers, message-sending)
20103 (message-interface, message-forwarding, message-insertion)
20104 (message-headers, message-news, message-mail):
20105 * pgg-gpg.el (pgg-gpg):
20106 * pgg-parse.el (pgg-parse):
20107 * pgg-pgp.el (pgg-pgp):
20108 * pgg-pgp5.el (pgg-pgp5):
20109 * pop3.el (pop3): Finish `defgroup' description with period.
20110
20111 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20112
20113 * gnus-art.el (article-display-face): Improve the efficiency.
20114 (article-display-x-face): Ditto; remove gray x-face stuff.
20115
20116 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20117
20118 * gnus-art.el (article-display-face): Correct the position in
20119 which Faces are inserted.
20120
20121 2005-06-29 Didier Verna <didier@xemacs.org>
20122
20123 * gnus-art.el (article-display-face): Display faces in correct
20124 order.
20125
20126 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20127
20128 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20129 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20130 (gnus-nocem-check-article): Fetch the Type header.
20131 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20132 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20133 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20134 make sure gnus-nocem-hashtb is initialized.
20135 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20136 (gnus-nocem-unwanted-article-p): Ditto.
20137
20138 * pgg.el (pgg-verify): Return the verification result.
20139
20140 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20141
20142 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20143 is ascii.
20144
20145 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20146
20147 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20148 `show-nonbreak-escape'.
20149
20150 2005-06-23 Lute Kamstra <lute@gnu.org>
20151
20152 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20153
20154 * dig.el (dig-mode):
20155 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20156
20157 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20158
20159 * nnimap.el (nnimap-split-download-body): Fix spellings.
20160
20161 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20162
20163 * gnus-art.el (gnus-article-encrypt-body):
20164 * gnus-cus.el (gnus-score-customize):
20165 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20166 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20167
20168 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20169
20170 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20171 header by looking for magic "MII" at the beginning.
20172
20173 2005-06-16 Miles Bader <miles@gnu.org>
20174
20175 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20176 (assistant-field-face): New backward-compatibility alias for renamed
20177 face.
20178 (assistant-render-text): Use renamed assistant-field face.
20179
20180 * spam.el (spam): Remove "-face" suffix from face name.
20181 (spam-face): New backward-compatibility alias for renamed face.
20182 (spam-face, spam-initialize): Use renamed spam face.
20183
20184 * message.el (message-header-to, message-header-cc)
20185 (message-header-subject, message-header-newsgroups)
20186 (message-header-other, message-header-name)
20187 (message-header-xheader, message-separator, message-cited-text)
20188 (message-mml): Remove "-face" suffix from face names.
20189 (message-header-to-face, message-header-cc-face)
20190 (message-header-subject-face, message-header-newsgroups-face)
20191 (message-header-other-face, message-header-name-face)
20192 (message-header-xheader-face, message-separator-face)
20193 (message-cited-text-face, message-mml-face):
20194 New backward-compatibility aliases for renamed faces.
20195 (message-font-lock-keywords): Use renamed message faces.
20196
20197 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20198 (sieve-test-commands, sieve-tagged-arguments):
20199 Remove "-face" suffix from face names.
20200 (sieve-control-commands-face, sieve-action-commands-face)
20201 (sieve-test-commands-face, sieve-tagged-arguments-face):
20202 New backward-compatibility aliases for renamed faces.
20203 (sieve-control-commands-face, sieve-action-commands-face)
20204 (sieve-test-commands-face, sieve-tagged-arguments-face):
20205 Use renamed sieve faces.
20206
20207 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20208 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20209 (gnus-group-news-3-empty, gnus-group-news-4)
20210 (gnus-group-news-4-empty, gnus-group-news-5)
20211 (gnus-group-news-5-empty, gnus-group-news-6)
20212 (gnus-group-news-6-empty, gnus-group-news-low)
20213 (gnus-group-news-low-empty, gnus-group-mail-1)
20214 (gnus-group-mail-1-empty, gnus-group-mail-2)
20215 (gnus-group-mail-2-empty, gnus-group-mail-3)
20216 (gnus-group-mail-3-empty, gnus-group-mail-low)
20217 (gnus-group-mail-low-empty, gnus-summary-selected)
20218 (gnus-summary-cancelled, gnus-summary-high-ticked)
20219 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20220 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20221 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20222 (gnus-summary-low-undownloaded)
20223 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20224 (gnus-summary-low-unread, gnus-summary-normal-unread)
20225 (gnus-summary-high-read, gnus-summary-low-read)
20226 (gnus-summary-normal-read, gnus-splash):
20227 Remove "-face" suffix from face names.
20228 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20229 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20230 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20231 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20232 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20233 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20234 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20235 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20236 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20237 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20238 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20239 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20240 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20241 (gnus-summary-normal-ticked-face)
20242 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20243 (gnus-summary-normal-ancient-face)
20244 (gnus-summary-high-undownloaded-face)
20245 (gnus-summary-low-undownloaded-face)
20246 (gnus-summary-normal-undownloaded-face)
20247 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20248 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20249 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20250 (gnus-splash-face):
20251 New backward-compatibility aliases for renamed faces.
20252 (gnus-group-startup-message): Use renamed gnus faces.
20253
20254 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20255 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20256 (gnus-server-agent): Remove "-face" suffix from face names.
20257 (gnus-server-agent-face, gnus-server-opened-face)
20258 (gnus-server-closed-face, gnus-server-denied-face)
20259 (gnus-server-offline-face):
20260 New backward-compatibility aliases for renamed faces.
20261 (gnus-server-agent-face, gnus-server-opened-face)
20262 (gnus-server-closed-face, gnus-server-denied-face)
20263 (gnus-server-offline-face): Use renamed gnus faces.
20264
20265 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20266 Remove "-face" suffix from face names.
20267 (gnus-picon-xbm-face, gnus-picon-face):
20268 New backward-compatibility aliases for renamed faces.
20269
20270 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20271 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20272 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20273 (gnus-cite-11): Remove "-face" suffix from face names.
20274 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20275 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20276 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20277 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20278 New backward-compatibility aliases for renamed faces.
20279 (gnus-cite-attribution-face, gnus-cite-face-list)
20280 (gnus-article-boring-faces): Use renamed gnus faces.
20281
20282 * gnus-art.el (gnus-signature, gnus-header-from)
20283 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20284 (gnus-header-content): Remove "-face" suffix from face names.
20285 (gnus-signature-face, gnus-header-from-face)
20286 (gnus-header-subject-face, gnus-header-newsgroups-face)
20287 (gnus-header-name-face, gnus-header-content-face):
20288 New backward-compatibility aliases for renamed faces.
20289 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20290
20291 * gnus-sum.el (gnus-summary-selected-face)
20292 (gnus-summary-highlight): Use renamed gnus faces.
20293 * gnus-group.el (gnus-group-highlight): Likewise.
20294
20295 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20296
20297 * gnus-sieve.el (gnus-sieve-article-add-rule):
20298 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20299 * spam-stat.el (spam-stat-buffer-change-to-spam)
20300 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20301
20302 * message.el (message-is-yours-p):
20303 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20304
20305 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20306
20307 * mm-view.el (mm-inline-text): Withdraw the last change.
20308
20309 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20310
20311 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20312 executing enriched-decode.
20313
20314 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20315
20316 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20317 charset of tar files.
20318
20319 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20320
20321 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20322
20323 2005-06-04 Lute Kamstra <lute@gnu.org>
20324
20325 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20326 information is never recorded.
20327
20328 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20329
20330 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20331
20332 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20333
20334 * pop3.el (pop3-apop): Run md5 in the binary mode.
20335
20336 * starttls.el (starttls-set-process-query-on-exit-flag):
20337 Use eval-and-compile.
20338
20339 2005-05-31 Simon Josefsson <jas@extundo.com>
20340
20341 * smime.el (smime-replace-in-string): Define.
20342 (smime-cert-by-ldap-1): Use it.
20343
20344 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20345
20346 * gnus-art.el (article-display-x-face): Replace
20347 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20348
20349 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20350 set-process-query-on-exit-flag or process-kill-without-query.
20351
20352 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20353 loop instead of replace-regexp.
20354
20355 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20356 instead of process-kill-without-query if it is available.
20357
20358 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20359 instead of find-file-hooks if it is available.
20360
20361 * mml1991.el: Bind pgg-default-user-id when compiling.
20362
20363 * mml2015.el: Bind pgg-default-user-id when compiling.
20364
20365 * nndraft.el (nndraft-request-associate-buffer):
20366 Use write-contents-functions instead of write-contents-hooks if it is
20367 available.
20368
20369 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20370 instead of find-file-hooks if it is available.
20371
20372 * nntp.el (nntp-open-connection): Replace
20373 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20374 (nntp-open-ssl-stream): Ditto.
20375 (nntp-open-tls-stream): Ditto.
20376
20377 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20378 set-process-query-on-exit-flag or process-kill-without-query.
20379 (starttls-open-stream-gnutls): Use it instead of
20380 process-kill-without-query.
20381 (starttls-open-stream): Ditto.
20382
20383 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20384
20385 * smime.el (smime-cert-by-ldap-1): Don't use
20386 replace-regexp-in-string.
20387
20388 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20389
20390 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20391
20392 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20393 in PEM format. Adjust to the XEmacs compatibility.
20394
20395 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20396
20397 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20398 by `string-to-number'.
20399 * gnus-agent.el (gnus-agent-regenerate-group)
20400 (gnus-agent-fetch-articles): Ditto.
20401 * gnus-art.el (gnus-button-fetch-group): Ditto.
20402 * gnus-cache.el (gnus-cache-generate-active)
20403 (gnus-cache-articles-in-group): Ditto.
20404 * gnus-group.el (gnus-group-set-current-level)
20405 (gnus-group-insert-group-line): Ditto.
20406 * gnus-score.el (gnus-score-set-expunge-below)
20407 (gnus-score-set-mark-below, gnus-summary-score-effect)
20408 (gnus-summary-score-entry): Ditto.
20409 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20410 (gnus-soup-pack): Ditto.
20411 * gnus-spec.el (gnus-xmas-format): Ditto.
20412 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20413 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20414 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20415 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20416 * nndb.el (nndb-get-remote-expire-response): Ditto.
20417 * nndiary.el (nndiary-parse-schedule-value)
20418 (nndiary-string-to-number, nndiary-request-replace-article)
20419 (nndiary-request-article): Ditto.
20420 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20421 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20422 * nneething.el (nneething-make-head): Ditto.
20423 * nnfolder.el (nnfolder-request-article)
20424 (nnfolder-retrieve-headers): Ditto.
20425 * nnheader.el (nnheader-file-to-number): Ditto.
20426 * nnkiboze.el (nnkiboze-request-article): Ditto.
20427 * nnmail.el (nnmail-process-unix-mail-format)
20428 (nnmail-process-babyl-mail-format): Ditto.
20429 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20430 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20431 (nnmh-request-create-group, nnmh-request-list-1)
20432 (nnmh-request-group, nnmh-request-article): Ditto.
20433 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20434 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20435 * nnsoup.el (nnsoup-make-active): Ditto.
20436 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20437 * nntp.el (nntp-find-group-and-number)
20438 (nntp-retrieve-headers-with-xover): Ditto.
20439 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20440 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20441 (pgg-format-key-identifier): Ditto.
20442 * pop3.el (pop3-last, pop3-stat): Ditto.
20443 * qp.el (quoted-printable-decode-region): Ditto.
20444
20445 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20446 of concat.
20447
20448 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20449
20450 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20451
20452 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20453
20454 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20455
20456 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20457
20458 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20459
20460 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20461
20462 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20463 (gnus-carpal-mode): Ditto.
20464
20465 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20466 (gnus-browse-mode): Ditto.
20467
20468 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20469
20470 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20471
20472 2005-05-29 Richard M. Stallman <rms@gnu.org>
20473
20474 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20475
20476 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20477
20478 * gnus-util.el (gnus-run-mode-hooks): New function.
20479
20480 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20481
20482 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20483
20484 * gnus-agent.el (gnus-agent-make-mode-line-string):
20485 Use mode-line-highlight as mouse-face.
20486
20487 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20488
20489 * canlock.el (canlock): Change the parent group to news.
20490
20491 * deuglify.el (gnus-outlook-deuglify): Add :group.
20492
20493 * dig.el (dig): Add :group.
20494
20495 * dns-mode.el (dns-mode): Add :group.
20496
20497 * encrypt.el (encrypt): Add :group.
20498
20499 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20500 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20501 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20502 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20503 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20504
20505 * gnus-diary.el (gnus-diary): Add :group.
20506
20507 * gnus.el (gnus-group-news-1-face): Add :group.
20508 (gnus-group-news-1-empty-face): Ditto.
20509 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20510 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20511 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20512 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20513 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20514 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20515 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20516 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20517 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20518 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20519 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20520 (gnus-summary-high-ticked-face): Ditto.
20521 (gnus-summary-low-ticked-face): Ditto.
20522 (gnus-summary-normal-ticked-face): Ditto.
20523 (gnus-summary-high-ancient-face): Ditto.
20524 (gnus-summary-low-ancient-face): Ditto.
20525 (gnus-summary-normal-ancient-face): Ditto.
20526 (gnus-summary-high-undownloaded-face): Ditto.
20527 (gnus-summary-low-undownloaded-face): Ditto.
20528 (gnus-summary-normal-undownloaded-face): Ditto.
20529 (gnus-summary-high-unread-face): Ditto.
20530 (gnus-summary-low-unread-face): Ditto.
20531 (gnus-summary-normal-unread-face): Ditto.
20532 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20533 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20534
20535 * hashcash.el (hashcash): New custom group.
20536 (hashcash-default-payment): Add :group.
20537 (hashcash-payment-alist): Ditto.
20538 (hashcash-default-accept-payment): Ditto.
20539 (hashcash-accept-resources): Ditto.
20540 (hashcash-path): Ditto.
20541 (hashcash-extra-generate-parameters): Ditto.
20542 (hashcash-double-spend-database): Ditto.
20543 (hashcash-in-news): Ditto.
20544
20545 * message.el (message-minibuffer-local-map): Add :group.
20546
20547 * netrc.el (netrc): Add :group.
20548
20549 * sieve-manage.el (sieve-manage-log): Add :group.
20550 (sieve-manage-default-user): Diito.
20551 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20552 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20553 (sieve-manage-authenticators): Ditto.
20554 (sieve-manage-authenticator-alist): Ditto.
20555 (sieve-manage-default-port): Ditto.
20556
20557 * sieve-mode.el (sieve-control-commands-face): Add :group.
20558 (sieve-action-commands-face): Ditto.
20559 (sieve-test-commands-face): Ditto.
20560 (sieve-tagged-arguments-face): Ditto.
20561
20562 * smime.el (smime): Add :group.
20563
20564 * spam-report.el (spam-report): Add :group.
20565
20566 * spam.el (spam, spam-face): Add :group.
20567
20568 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20569
20570 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20571 return \n.\n.\n at the end of articles. Protect against that.
20572 (nntp-with-open-group): Allow debugging.
20573
20574 * nnheader.el (mail-header-set-extra): Make into a function
20575 because I just could't understand how to quote the list properly.
20576
20577 * dns.el (query-dns-cached): New function.
20578
20579 2005-05-26 Lute Kamstra <lute@gnu.org>
20580
20581 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20582
20583 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20584
20585 * gnus-art.el: Don't autoload mail-extract-address-components.
20586
20587 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20588 eval-and-compile to evaluate it.
20589
20590 * hashcash.el: Don't autoload executable-find.
20591
20592 * nndb.el: Don't declare the nndb back end two or more times; don't
20593 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20594
20595 * nntp.el: Autoload format-spec instead of format; use
20596 eval-and-compile to evaluate autoload forms.
20597
20598 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20599
20600 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20601
20602 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20603
20604 * gnus.el (gnus-version-number): Bump version.
20605
20606 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20607
20608 * gnus.el: No Gnus v0.3 is released.
20609
20610 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20611
20612 * gnus-art.el (gnus-article-edit-part): Disable undo.
20613
20614 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20615
20616 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20617 gnus-article-date-lapsed-new-header is t if date timer is active;
20618 skip headers in which the original date value is empty.
20619 (gnus-article-save-original-date): Redefine it as a macro.
20620 (gnus-display-mime): Use it.
20621
20622 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20623
20624 * gnus-art.el (article-date-ut): Support converting date in
20625 forwarded parts as well.
20626 (gnus-article-save-original-date): New function.
20627 (gnus-display-mime): Use it.
20628
20629 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20630
20631 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20632 enclosure element of <item>.
20633
20634 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20635
20636 * message.el (message-kill-buffer-query): Rename from
20637 `message-kill-buffer-query-if-modified'. Add :version.
20638
20639 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20640
20641 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20642 window layout.
20643
20644 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20645
20646 * mml.el: Autoload dnd when compiling.
20647
20648 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20649
20650 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20651 x-dnd-*.
20652
20653 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20654
20655 * qp.el (quoted-printable-encode-region): Save excursion.
20656
20657 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20658
20659 * message.el (message-kill-buffer-query-if-modified): Add new variable
20660 so the user can kill a modified message buffer quickly.
20661 (message-kill-buffer): Use it.
20662
20663 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20664
20665 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20666 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20667
20668 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20669
20670 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20671 contained in text because xml.el decodes entities) with LFs.
20672
20673 2005-04-11 Lute Kamstra <lute@gnu.org>
20674
20675 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20676 differently.
20677
20678 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20679
20680 * mm-util.el (mm-detect-coding-region): Typo.
20681
20682 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20683
20684 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20685
20686 2005-04-06 Deepak Goel <deego@gnufans.org>
20687
20688 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20689 user-function allow user modifications of the scores.
20690 (spam-stat-score-buffer-user): New function, to allow
20691 user-computed modifications to the score.
20692 (spam-stat-score-buffer-user-functions): List of additional
20693 scoring functions.
20694 (spam-stat-error-holder): Global temporary error holder.
20695 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20696 variable.
20697
20698 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20699
20700 * gnus-registry.el (gnus-registry-clean-empty-function)
20701 (gnus-registry-trim, gnus-registry-fetch-groups)
20702 (gnus-registry-delete-group): Groups that match
20703 `gnus-registry-ignored-groups' are removed from the registry
20704 entries, not just ignored for splitting. This helps clean up the
20705 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20706 to get all the groups a message ID is in.
20707
20708 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20709 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20710 (spam-stat-score-buffer-user-functions): Add :number custom type.
20711
20712 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20713
20714 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20715 argument in XEmacs.
20716
20717 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20718 (nnrss-request-group): Decode group name first.
20719 (nnrss-request-article): Make a text/plain article if mml-to-mime
20720 failed.
20721 (nnrss-get-encoding): Return a compatible encoding according to
20722 nnrss-compatible-encoding-alist.
20723 (nnrss-find-el): Use consp instead of listp.
20724 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20725
20726 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20727
20728 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20729 which Emacs 20 doesn't support.
20730 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20731
20732 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20733
20734 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20735 silence the byte compiler inside the defun.
20736
20737 * gnus-demon.el (parse-time-string): Add autoload.
20738
20739 * gnus-delay.el (parse-time-string): Add autoload.
20740
20741 * gnus-art.el (parse-time-string): Add autoload.
20742
20743 * nnultimate.el (parse-time): Require for `parse-time-string'.
20744
20745 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20746
20747 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20748
20749 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20750
20751 * smime.el (smime-ldap-host-list): Add :version.
20752
20753 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20754
20755 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20756 pass it to `gnus-browse-read-group'.
20757 (gnus-browse-read-group): Add NUMBER argument and pass it to
20758 `gnus-group-read-ephemeral-group'.
20759
20760 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20761 argument and pass it to `gnus-group-read-group'.
20762
20763 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20764
20765 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20766 mm-xemacs-find-mime-charset-1 if we have the mule feature
20767 available at runtime.
20768
20769 2005-03-25 Werner Lemberg <wl@gnu.org>
20770
20771 * nnmaildir.el: Replace `illegal' with `invalid'.
20772
20773 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20774
20775 * gnus-start.el (gnus-display-time-event-handler):
20776 Check display-time-timer at runtime rather than only at load time
20777 in case display-time-mode is turned off in the mean time.
20778
20779 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20780
20781 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20782 used.
20783
20784 * nneething.el (nneething-map-file-directory): Derive from
20785 `gnus-directory'.
20786
20787 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20788 the To/Cc button.
20789
20790 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20791
20792 * nnmaildir.el (nnmaildir-request-accept-article):
20793 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20794
20795 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20796
20797 * gnus-async.el: Require timer-funcs at compile time when in
20798 XEmacs for `run-with-idle-timer'.
20799
20800 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20801
20802 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20803 autoloaded function.
20804
20805 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20806
20807 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20808
20809 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20810
20811 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20812
20813 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20814
20815 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20816 Add gnus-expert-user to default.
20817
20818 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20819
20820 * nnimap.el (nnimap-open-server): Ditto.
20821
20822 * imap.el (imap-authenticate): Fix typo.
20823
20824 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20825
20826 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20827 buffer (since IMAP server might return FETCH response out of
20828 order, and the nntp buffer must be sorted).
20829
20830 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20831
20832 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20833 comparison on string.
20834
20835 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20836 (gnus-agent-score): Rename category keywords to match gnus-cus.
20837 (gnus-agent-summary-fetch-series): Modify to protect against
20838 gnus-agent-summary-fetch-group clearing processable flags.
20839 (gnus-agent-synchronize-group-flags): Update live group buffer as
20840 synchronization may occur due to the user toggle the plugged
20841 status.
20842 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20843 successfully downloaded.
20844 (gnus-agent-expire-group-1): Avoid using markers when the overview
20845 is in ascending order; greatly improves performance.
20846 (gnus-agent-regenerate-group):
20847 Use gnus-agent-synchronize-group-flags to reset read status in both
20848 gnus and server.
20849 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20850
20851 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20852
20853 * message.el: Don't autoload former message-utils variables.
20854 (message-strip-subject-trailing-was): Change doc string.
20855
20856 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20857 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20858 (nnweb-google-search): Add "hl=en" here.
20859 (nnweb-google-parse-1, nnweb-google-create-mapping):
20860 Don't hardcode URL.
20861
20862 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20863
20864 * message.el (message-get-reply-headers, message-followup):
20865 Mention related variables `message-use-followup-to' and
20866 `message-use-mail-followup-to', in the information buffer.
20867
20868 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20869 of broken groups(-beta).google.com.
20870
20871 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20872
20873 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20874 parameter to invoked gnus-request-move-article; remove the
20875 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20876 all at once instead of once per article.
20877 (gnus-summary-remove-process-mark): Accept a list of articles as
20878 well as a single article for processing.
20879
20880 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20881 parameter.
20882
20883 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20884
20885 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20886
20887 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20888 parameter.
20889
20890 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20891 parameter.
20892
20893 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20894 parameter and remove the gnus-sum-hint-move-is-internal variable.
20895
20896 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20897 parameter.
20898
20899 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20900 parameter.
20901
20902 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20903 parameter.
20904
20905 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20906
20907 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20908 parameter.
20909
20910 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20911 parameter.
20912
20913 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20914
20915 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20916 a more conservative way.
20917
20918 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20919
20920 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20921 buffer, so it moves the window's cursor.
20922
20923 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20924
20925 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20926 `mm-dissect-multipart' and receive the from field as an (optional)
20927 argument from `mm-dissect-multipart'.
20928 (mm-dissect-multipart): Receive the from field as an argument and
20929 pass it on when we call `mm-dissect-buffer' on MIME parts.
20930 Fixes verification/decryption of signed/encrypted MIME parts.
20931
20932 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20933
20934 * gnus-sum.el (gnus-summary-move-article):
20935 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20936 whatever it calls (right now, only nnimap-request-move article
20937 respects it).
20938
20939 * nnimap.el (nnimap-request-move-article):
20940 When gnus-sum-hint-move-is-internal is set, don't do the extra
20941 nnimap-request-article.
20942
20943 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20944
20945 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20946
20947 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20948 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20949
20950 * gnus-sum.el (gnus-summary-caesar-message):
20951 Apply `gnus-treat-article' after rotation.
20952
20953 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20954 doc string.
20955
20956 2005-02-22 Simon Josefsson <jas@extundo.com>
20957
20958 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20959 `password-cache-expiry' instead). Reported by Arne Jørgensen
20960 <arne@arnested.dk>.
20961 (encrypt): Add password-cache and password-cache-expiry as group
20962 members.
20963
20964 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20965
20966 * smime.el (smime-ldap-host-list): Doc fix.
20967 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20968 cache) password.
20969 (smime-sign-region): Use it.
20970 (smime-decrypt-region): Use it.
20971 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20972 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20973 fails.
20974 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20975 certificate from DER to PEM format rather than calling openssl.
20976
20977 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20978
20979 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20980 for signing/encryption.
20981
20982 * mml.el (mml-parse-1): Use them.
20983
20984 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20985
20986 * nnrss.el (nnrss-verbose): Remove.
20987 (nnrss-request-group): Use `nnheader-message' instead.
20988
20989 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20990
20991 * nnrss.el (nnrss-verbose): New variable.
20992 (nnrss-request-group): Make it say nnrss is requesting a group.
20993
20994 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20995
20996 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20997 Handle news URL with given port correctly.
20998
20999 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21000
21001 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21002 containing special characters.
21003
21004 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21005
21006 * mml.el (mime-to-mml): Ditto.
21007
21008 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21009 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21010 (rfc2047-decode-region): Quote decoded words containing special
21011 characters when rfc2047-quote-decoded-words-containing-tspecials
21012 is non-nil.
21013
21014 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21015
21016 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21017
21018 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21019
21020 2005-02-15 Simon Josefsson <jas@extundo.com>
21021
21022 * nnimap.el (nnimap-debug): Doc fix.
21023
21024 * imap.el (imap-debug): Doc fix.
21025
21026 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21027
21028 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21029
21030 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21031
21032 * gnus.el (spam-contents): Improve docs for spam-contents
21033 parameter in its variable incarnation.
21034
21035 2005-02-14 Simon Josefsson <jas@extundo.com>
21036
21037 * smime-ldap.el: Use require instead of load-library for ldap.
21038 (smime-ldap-search): Indent.
21039 (smime-ldap-search-internal): Shorten line.
21040
21041 * smime.el (smime-cert-by-dns): Add doc-string.
21042 (smime-cert-by-ldap-1): Indent.
21043
21044 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21045 mml-smime-get-dns-ldap.
21046 (mml-smime-encrypt-query): Use new function. Default to ldap.
21047
21048 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21049
21050 * smime.el: Require smime-ldap.
21051 (smime-ldap-host-list): New variable.
21052 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21053
21054 * mml-smime.el (mml-smime-encrypt-query): New function.
21055 (mml-smime-encrypt-query): Use it.
21056
21057 * smime-ldap.el: New file.
21058
21059 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21060
21061 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21062
21063 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21064
21065 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21066 argument in doc string. Make query for type more clear.
21067
21068 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21069
21070 * gnus.el (gnus-group-startup-message): Search for gnus images in
21071 etc/images/gnus.
21072 * mm-util.el (mm-image-load-path): Likewise.
21073 * smiley.el (smiley-data-directory): Search for smilies in
21074 etc/images/smilies.
21075
21076 2005-02-09 Kim F. Storm <storm@cua.dk>
21077
21078 Change Emacs release version from 21.4 to 22.1 throughout.
21079 Change Emacs development version from 21.3.50 to 22.0.50.
21080
21081 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21082
21083 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21084
21085 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21086 non-Mule XEmacs as well.
21087 (mm-decompress-buffer): Signal an error intentionally if it does
21088 not decompress compressed data because auto-compression-mode is
21089 disabled.
21090
21091 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21092
21093 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21094 an ID in the registry even if it has no groups.
21095
21096 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21097
21098 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21099 merge it into mm-decompress-buffer.
21100 (gnus-mime-copy-part): Use the MIME part charset, the value which
21101 a user specified or gnus-newsgroup-charset for decoding, like
21102 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21103 save-buffer what was used. Suggested by Kevin Ryde
21104 <user42@zip.com.au>.
21105 (gnus-mime-inline-part): Allow the name parameter as well as the
21106 filename parameter; force decompressing of compressed data; always
21107 display contents being not decoded as unibyte.
21108
21109 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21110 as well as the filename parameter.
21111
21112 * mm-util.el (mm-decompress-buffer):
21113 Merge gnus-mime-jka-compr-maybe-uncompress.
21114 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21115 of compressed data.
21116
21117 2005-02-08 Simon Josefsson <jas@extundo.com>
21118
21119 * imap.el (imap-log): Doc fix.
21120
21121 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21122
21123 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21124 the coding cookies; decompress compressed parts.
21125
21126 * mml.el (mml-generate-mime-1): Add the charset parameter according
21127 to the value which a user specified manually or the coding cookie.
21128
21129 * mm-util.el (mm-string-to-multibyte): New function.
21130 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21131 (mm-coding-system-to-mime-charset): New function.
21132 (mm-decompress-buffer): New function.
21133 (mm-find-buffer-file-coding-system): New function.
21134
21135 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21136 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21137 parts.
21138
21139 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21140
21141 * mm-view.el (mm-display-inline-fontify): Decode a part according
21142 to the charset parameter.
21143
21144 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21145
21146 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21147 prefix arg is neither nil nor a number, as info specifies.
21148
21149 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21150
21151 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21152 timestamps.
21153
21154 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21155
21156 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21157 groups error checking and notify user.
21158
21159 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21160
21161 * message.el (message-send-mail-function): Check existence of
21162 sendmail-program first before using default value
21163 `message-send-mail-with-sendmail'. Otherwise use more generic
21164 `smtpmail-send-it'.
21165
21166 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21167
21168 * nntp.el (nntp-request-update-info): Always return nil.
21169
21170 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21171
21172 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21173
21174 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * message.el (message-beginning-of-line): Change the behavior when
21177 invoked between BOL and : so that it first moves backward.
21178
21179 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21180
21181 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21182 article buffer when editing of the article is discarded.
21183 (gnus-article-prepare): Revert.
21184
21185 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21186
21187 * gnus-art.el (gnus-article-prepare):
21188 Remove message-strip-forbidden-properties from the local hook.
21189
21190 2005-01-27 Simon Josefsson <jas@extundo.com>
21191
21192 * password.el (password-cache-add): Only start one timer per key.
21193 Reported by Derek Atkins <warlord@MIT.EDU>.
21194
21195 2005-01-26 Steve Youngs <steve@sxemacs.org>
21196
21197 * run-at-time.el: Remove. It is no longer needed as
21198 timer-funcs.el in the xemacs-base package has a working version of
21199 `run-at-time'.
21200
21201 * password.el: Require timer-funcs instead of run-at-time in
21202 XEmacs.
21203 Remove `password-run-at-time' macro.
21204 (password-cache-add): Use `run-at-time' instead of
21205 `password-run-at-time'.
21206
21207 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21208 for `run-with-idle-timer'.
21209
21210 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21211 for `run-at-time'.
21212
21213 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21214 for `with-timeout'.
21215
21216 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21217
21218 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21219 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21220
21221 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21222
21223 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21224 sensitively.
21225
21226 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21227
21228 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21229
21230 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21231
21232 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21233 which will be inserted according to the multibyteness of a buffer
21234 rather than the type of contents. Suggested by ARISAWA Akihiro
21235 <ari@mbf.ocn.ne.jp>.
21236
21237 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21238 of string which old xml.el may return rather than a string.
21239
21240 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21241
21242 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21243
21244 2005-01-16 Simon Josefsson <jas@extundo.com>
21245
21246 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21247 idn/idna.el isn't available.
21248 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21249 <michael@waxrat.com>.
21250
21251 * hashcash.el: Remove non-FSF copyright header.
21252
21253 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21254 (hashcash-generate-payment): Use it.
21255 (hashcash-generate-payment-async): Use it.
21256
21257 2005-01-15 Simon Josefsson <jas@extundo.com>
21258
21259 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21260 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21261
21262 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21263 gnus-summary-idna-message.
21264 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21265 (gnus-summary-idna-message): New function.
21266
21267 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21268
21269 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21270 gnus-novice-user.
21271
21272 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21273
21274 * nnrss.el (nnrss-request-delete-group): Delete entries in
21275 nnrss-group-alist as well.
21276 (nnrss-save-server-data): Insert newline.
21277
21278 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21279
21280 * gnus.el (gnus-user-agent): Use list of symbols instead of
21281 symbols. Display full version number for (S)XEmacs.
21282 Optionally display (S)XEmacs codename.
21283
21284 * gnus-util.el (gnus-emacs-version): Update for new
21285 `gnus-user-agent'.
21286
21287 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21288 Gnus version.
21289
21290 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21291
21292 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21293 which is unreadable in some setups.
21294
21295 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21296
21297 * gnus-spec.el (gnus-update-format-specifications): Flush the
21298 group format spec cache if it doesn't support decoded group names.
21299
21300 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21301
21302 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21303 Allow to apply decay on score files matching a regexp.
21304
21305 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21306
21307 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21308 compatibility in %g and %c.
21309
21310 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21311
21312 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21313 name for only %g and %c.
21314 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21315 of gnus-tmp-group to decoded group name.
21316 (gnus-group-make-rss-group): Exclude `/'s from group names.
21317
21318 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21319
21320 * nnrss.el (nnrss-get-encoding): Fix regexp.
21321
21322 2004-12-27 Simon Josefsson <jas@extundo.com>
21323
21324 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21325 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21326 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21327
21328 2004-12-17 Kim F. Storm <storm@cua.dk>
21329
21330 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21331
21332 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21333
21334 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21335
21336 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21337
21338 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21339
21340 * nnrss.el: Require rfc2047 and mml.
21341 (nnrss-file-coding-system): New variable.
21342 (nnrss-format-string): Redefine it as an inline function.
21343 (nnrss-decode-group-name): New function.
21344 (nnrss-string-as-multibyte): Remove.
21345 (nnrss-retrieve-headers): Decode group name; don't use
21346 nnrss-format-string.
21347 (nnrss-request-group): Decode group name.
21348 (nnrss-request-article): Decode group name; allow a Message-ID as
21349 well as an article number; don't use nnrss-format-string; encode a
21350 Message-ID string which may contain non-ASCII characters; use
21351 mml-to-mime to compose a MIME article.
21352 (nnrss-request-expire-articles): Decode group name.
21353 (nnrss-request-delete-group): Decode group name.
21354 (nnrss-fetch): Clarify error message.
21355 (nnrss-read-server-data): Use insert-file-contents instead of load;
21356 bind file-name-coding-system; use multibyte buffer.
21357 (nnrss-save-server-data): Bind coding-system-for-write to the
21358 value of nnrss-file-coding-system; bind file-name-coding-system;
21359 add coding cookie.
21360 (nnrss-read-group-data): Use insert-file-contents instead of load;
21361 bind file-name-coding-system; use multibyte buffer.
21362 (nnrss-save-group-data): Bind coding-system-for-write to the
21363 value of nnrss-file-coding-system; bind file-name-coding-system.
21364 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21365 make it work with non-ASCII text.
21366 (nnrss-find-el): Make it work with old xml.el as well.
21367
21368 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21369
21370 * nnrss.el (nnrss-get-encoding): New function.
21371 (nnrss-fetch): Use unibyte buffer initially; bind
21372 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21373 decode contents according to the encoding attribute.
21374 (nnrss-save-group-data): Add coding cookie.
21375 (nnrss-mime-encode-string): New function.
21376 (nnrss-check-group): Use it to encode subject and author.
21377
21378 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21379
21380 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21381 imaginary variable.
21382
21383 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21384
21385 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21386 correctly even if there are wide characters.
21387
21388 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21389
21390 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21391 downcased symbol names; make a new cache instead of reusing
21392 bbdb-hashtable.
21393
21394 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21395
21396 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21397 concatenating segments rather than before concatenating them.
21398 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21399
21400 * message.el (message-get-reply-headers): Bind `extra'.
21401
21402 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21403
21404 * message.el (message-extra-wide-headers): New variable.
21405 (message-get-reply-headers): Use it.
21406
21407 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21408
21409 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21410 (gnus-agent-group-pathname): Ditto.
21411
21412 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21413
21414 * gnus-group.el (gnus-group-make-group): Decode group name.
21415 (gnus-group-make-rss-group): Register the group data after opening
21416 the nnrss group.
21417
21418 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21419
21420 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21421 by expiry now get marked as read.
21422
21423 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21424
21425 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21426
21427 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21428
21429 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21430 unify Latin characters in XEmacs.
21431 (mm-find-mime-charset-region): Use it.
21432
21433 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21434
21435 * gnus-util.el (gnus-delete-directory): New function.
21436
21437 * gnus-agent.el (gnus-agent-delete-group): Use it.
21438
21439 * gnus-cache.el (gnus-cache-delete-group): Use it.
21440
21441 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21442
21443 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21444 names.
21445
21446 2004-12-16 Simon Josefsson <jas@extundo.com>
21447
21448 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21449
21450 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21451
21452 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21453
21454 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21455 (gnus-group-set-current-level): Decode group name.
21456
21457 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21458
21459 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21460 failed.
21461
21462 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21463
21464 * gnus-group.el (gnus-group-delete-group): Decode group name.
21465 (gnus-group-make-rss-group): Encode group name.
21466 (gnus-group-catchup-current): Decode group name.
21467 (gnus-group-kill-group): Decode group name.
21468
21469 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21470
21471 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21472
21473 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21474
21475 * gnus-group.el (gnus-group-make-rss-group):
21476 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21477
21478 * gnus-start.el (gnus-setup-news): Honor user's setting to
21479 gnus-message-archive-method. Suggested by Lute Kamstra
21480 <lute@gnu.org>.
21481
21482 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21483
21484 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21485 global counterparts of the buffer-local variables.
21486
21487 2004-11-16 Romain Francoise <romain@orebokech.com>
21488
21489 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21490 counterparts of the buffer-local variables.
21491
21492 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21493
21494 * message.el (message-forbidden-properties): Fix typo in doc
21495 string.
21496
21497 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21498
21499 * gnus-util.el (gnus-replace-in-string): Add doc string.
21500
21501 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21502 to avoid problems when splitting mails with many recipients.
21503
21504 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21505
21506 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21507 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21508
21509 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21510
21511 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21512 if there is no hashtable in memory or file modification time is
21513 newer than cached timestamp.
21514
21515 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21516
21517 * gnus-sum.el (gnus-summary-limit-to-recipient):
21518 Implement not-matching option.
21519
21520 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21521
21522 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21523 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21524 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21525 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21526 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21527 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21528
21529 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21530
21531 * message.el (message-forward-make-body-mml): Remove headers
21532 according to message-forward-ignored-headers if a message is decoded.
21533
21534 2004-12-02 Romain Francoise <romain@orebokech.com>
21535
21536 * message.el (message-forward-make-body-plain): Always remove
21537 headers according to message-forward-ignored-headers.
21538
21539 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21540
21541 * spam.el (spam-summary-prepare-exit): Remove the
21542 gnus-summary-limit pop for now, it has problems with ham marks for
21543 me.
21544
21545 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21546
21547 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21548 correctly.
21549
21550 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21551
21552 * format-spec.el (format-spec): Message the char.
21553
21554 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21555
21556 * gnus-art.el (gnus-split-methods): Reformat comments.
21557
21558 * spam.el (spam-summary-prepare-exit): Remove article limits
21559 before exiting the summary buffer.
21560
21561 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21562
21563 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21564 order to silence the byte compiler.
21565
21566 * spam.el: Fix the way to silence the byte compiler, which
21567 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21568 bbdb-search-simple, spam-BBDB-register-routine,
21569 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21570 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21571 spam-stat-buffer-is-spam, spam-stat-load,
21572 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21573 spam-stat-save and spam-stat-split-fancy.
21574
21575 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21576
21577 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21578 which may confuse users.
21579 (canlock-password-for-verify): Ditto.
21580
21581 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21582
21583 * gnus-art.el (gnus-emphasis-alist): Ditto.
21584
21585 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21586
21587 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21588
21589 * gnus-start.el (gnus-save-killed-list): Ditto.
21590
21591 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21592 (gnus-sum-thread-tree-root): Ditto.
21593 (gnus-sum-thread-tree-false-root): Ditto.
21594 (gnus-sum-thread-tree-single-indent): Ditto.
21595
21596 * message.el (message-courtesy-message): Ditto.
21597 (message-archive-note): Ditto.
21598 (message-subscribed-address-file): Ditto.
21599 (message-user-fqdn): Ditto.
21600
21601 * spam-report.el (spam-report-gmane-regex): Ditto.
21602
21603 * spam.el (spam-blackhole-good-server-regex): Ditto.
21604
21605 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21606
21607 * mml.el (mml-preview): Widen the message buffer before copying
21608 the contents to the preview buffer; sort headers before previewing.
21609
21610 * message.el (message-hidden-headers): Fix the way to avoid a bug
21611 in the `repeat' widget in Emacs 21.3 or earlier.
21612
21613 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21614
21615 * message.el (message-hidden-headers): Default to "^References:".
21616 Improve customization type. Suggested by Reiner Steib
21617 <Reiner.Steib@gmx.de>.
21618
21619 2004-11-25 Romain Francoise <romain@orebokech.com>
21620
21621 * message.el (message-strip-forbidden-properties): Remove check for
21622 obsolete `message-hidden' text property, hidden headers are not
21623 accessible in the buffer anymore.
21624
21625 2004-11-22 Romain Francoise <romain@orebokech.com>
21626
21627 * message.el (message-header-format-alist): Add `From' in list
21628 so that it can be sorted.
21629 (message-fix-before-sending): Widen and sort headers before
21630 sending.
21631 (message-hide-headers): Use narrowing to hide headers by moving
21632 them to the top of the buffer and narrowing to the region
21633 underneath.
21634
21635 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21636
21637 * message.el (message-strip-forbidden-properties):
21638 Bind buffer-read-only (etc) to nil.
21639
21640 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21641
21642 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21643 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21644
21645 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21646
21647 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21648
21649 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21650
21651 * dns.el (query-dns): Use sit-for to time instead of
21652 accept-process-output, since that doesn't seem to work on udp
21653 sockets.
21654
21655 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21656
21657 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21658
21659 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21660
21661 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21662 doc string. Improve doc string.
21663
21664 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21665
21666 * nntp.el (nntp-request-update-info): Return nil if
21667 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21668 may not call gnus-activate-group which uselessly issues the GROUP
21669 commands for all nntp groups and wastes time. Reported by Romain
21670 Francoise <romain@orebokech.com>.
21671
21672 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21673
21674 2004-11-15 Simon Josefsson <jas@extundo.com>
21675
21676 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21677 headers separately.
21678 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21679 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21680
21681 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21682
21683 * gnus-start.el (gnus-convert-old-newsrc):
21684 Assign legacy-gnus-agent to 5.10.7.
21685
21686 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21687
21688 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21689 start of the lines.
21690
21691 2004-11-14 Magnus Henoch <mange@freemail.hu>
21692
21693 * hashcash.el (hashcash-default-payment): Change default to 20.
21694 (hashcash-default-accept-payment): Change default to 20.
21695 (hashcash-process-alist): New variable.
21696 (hashcash-generate-payment-async): Add.
21697 (hashcash-already-paid-p): Add.
21698 (hashcash-insert-payment): Don't generate payments twice.
21699 (hashcash-insert-payment-async): Add.
21700 (hashcash-insert-payment-async-2): Add.
21701 (hashcash-cancel-async): Add.
21702 (hashcash-wait-async): Add.
21703 (hashcash-processes-running-p): Add.
21704 (hashcash-wait-or-cancel): Add.
21705 (mail-add-payment): New optional argument. Conditionally start
21706 asynchronous calculation.
21707 (mail-add-payment-async): Add.
21708
21709 * message.el (message-send-mail): Wait for asynchronous hashcash
21710 results. Don't clobber existing X-Hashcash headers.
21711 (message-setup-1): Call mail-add-payment-async when
21712 message-generate-hashcash is non-nil.
21713
21714 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21715
21716 * message.el (message-use-alternative-email-as-from): Examine the
21717 From header as well; use message-make-from in order to include a
21718 user's full name.
21719
21720 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21721
21722 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21723 default; improve customization type.
21724 (gnus-emphasis-custom-with-format): New macro.
21725 (gnus-emphasis-custom-value-to-external): New function.
21726 (gnus-emphasis-custom-value-to-internal): New function.
21727
21728 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21729
21730 * dns.el (query-dns): Resolve reverse addresses.
21731
21732 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21733
21734 * gnus-group.el (gnus-group-get-new-news): Use it.
21735
21736 * gnus-start.el (gnus-check-reasonable-setup): New function.
21737
21738 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21739
21740 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21741 "Args out of range" error. Reported by Arnaud Giersch
21742 <arnaud.giersch@free.fr>.
21743
21744 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21745
21746 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21747
21748 2004-11-04 Richard M. Stallman <rms@gnu.org>
21749
21750 * spam.el (spam group): Add :version.
21751
21752 * pgg-def.el (pgg group): Add :version.
21753
21754 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21755
21756 * gnus-art.el (gnus-article-edit-article): Don't associate the
21757 article buffer with a draft file. This is a temporary measure
21758 against the 2004-08-22 change to gnus-article-edit-mode.
21759
21760 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21761
21762 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21763 (html2text-format-tags): Remove unused variable `attr'.
21764
21765 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21766
21767 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21768
21769 * spam-stat.el (spam-stat): Add :version.
21770
21771 * sieve.el (sieve): Add :version.
21772
21773 * sha1.el (sha1): Add :version.
21774 (sha1-use-external): Remove redundant version.
21775
21776 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21777 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21778 (nnmail-split-fancy-match-partial-words)
21779 (nnmail-split-lowercase-expanded): Add :version.
21780
21781 * nndiary.el (nndiary): Add :version.
21782
21783 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21784
21785 * mml-sec.el (mml-default-sign-method)
21786 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21787 Add :version.
21788
21789 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21790
21791 * mm-url.el (mm-url-use-external, mm-url-program)
21792 (mm-url-arguments): Add :version.
21793
21794 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21795 (mm-attachment-file-modes, mm-decrypt-option)
21796 (mm-w3m-safe-url-regexp): Add :version.
21797
21798 * message.el (message-cite-prefix-regexp)
21799 (message-sendmail-envelope-from, message-minibuffer-local-map)
21800 (message-user-fqdn, message-completion-alist): Add :version.
21801
21802 * gnus-win.el (gnus-configure-windows-hook)
21803 (gnus-use-frames-on-any-display): Add :version.
21804
21805 * gnus-art.el (gnus-article-address-banner-alist)
21806 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21807 (gnus-treat-from-picon, gnus-treat-mail-picon)
21808 (gnus-treat-x-pgp-sig): Add :version.
21809
21810 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21811 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21812 (gnus-summary-article-delete-hook)
21813 (gnus-summary-display-while-building): Add :version.
21814
21815 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21816 (gnus-get-top-new-news-hook): Add :version.
21817
21818 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21819 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21820
21821 * gnus-registry.el (gnus-registry): Add :version.
21822
21823 * gnus-spec.el (gnus-use-correct-string-widths)
21824 (gnus-make-format-preserve-properties): Add :version.
21825
21826 * gnus.el (gnus-group-charter-alist)
21827 (gnus-group-fetch-control-use-browse-url)
21828 (gnus-install-group-spam-parameters): Add :version.
21829
21830 * gnus-diary.el (gnus-diary): Add :version.
21831
21832 * gnus-delay.el (gnus-delay): Add :version.
21833
21834 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21835 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21836 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21837 Add :version.
21838
21839 * gnus-agent.el (gnus-agent-max-fetch-size)
21840 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21841 (gnus-agent-prompt-send-queue): Add :version.
21842
21843 * deuglify.el (gnus-outlook-deuglify): Add :version.
21844
21845 * html2text.el: Beautify code. Improve doc strings.
21846 Some checkdoc cleanup.
21847 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21848
21849 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21850
21851 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21852
21853 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21854
21855 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21856 when package is loaded.
21857
21858 * spam.el (spam-summary-score-preferred-header): Add global preference
21859 for people who want to override the default SpamAssassin over
21860 Bogofilter preference (when both are set).
21861 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21862 (spam-user-format-function-S):
21863 Check spam-summary-score-preferred-header.
21864 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21865 (spam-user-format-function-S): Format the score correctly.
21866
21867 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21868
21869 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21870 signature file. Suggested by Manoj Srivastava
21871 <srivasta@golden-gryphon.com>.
21872
21873 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21874 iso-2022-jp even in the Japanese language environment.
21875 Suggested by Jason Rumney <jasonr@gnu.org>.
21876
21877 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21878
21879 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21880 use the same characters as the dummy marks; make it free from
21881 getting affected by the language environment.
21882 (gnus-summary-read-group-1): Update mark positions only when the
21883 format spec is updated.
21884
21885 * gnus-spec.el (gnus-update-format-specifications): Return a list
21886 of updated types.
21887
21888 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21889
21890 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21891 of boundp to check if display-warning is available.
21892
21893 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21894
21895 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21896
21897 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21898
21899 * nnspool.el (nnspool-spool-directory): Use news-path if the
21900 news-directory variable is not bound.
21901
21902 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21903 function instead of display-warning if it is not available.
21904
21905 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21906
21907 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21908 v5-10: Use `point-at-bol'.
21909
21910 2004-10-26 Simon Josefsson <jas@extundo.com>
21911
21912 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21913 <chenggao@gmail.com>.
21914
21915 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21916
21917 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21918 instead.
21919
21920 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21921
21922 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21923 to remove a server from the nnimap-server-buffer-alist.
21924 (nnimap-open-connection, nnimap-close-server): Use it.
21925
21926 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21927
21928 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21929
21930 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21931 running the major-mode function.
21932
21933 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21934
21935 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21936 dummy marks in the right way.
21937
21938 2004-10-18 David Edmondson <dme@dme.org>
21939
21940 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21941 excessively.
21942
21943 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21944
21945 * gnus-util.el (gnus-split-references): Accept a nil references
21946 string and go on blissfully.
21947
21948 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21949 cases where the references string is non-nil but has no references.
21950
21951 * encrypt.el: Add autoload tags.
21952
21953 * spam.el (spam-resolve-registrations-routine): Remove article
21954 from unregistration list too. Reported by David Hanak
21955 <dhanak@isis.vanderbilt.edu>
21956
21957 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21958
21959 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21960 nil. Change custom type.
21961
21962 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21963
21964 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21965
21966 * gnus-sum.el (gnus-summary-move-article): Use it.
21967
21968 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21969
21970 * encrypt.el: Add autoload cookies.
21971
21972 * spam.el (spam-backend-article-list-property)
21973 (spam-backend-get-article-todo-list)
21974 (spam-backend-put-article-todo-list)
21975 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21976 Resolve registrations separately.
21977 (spam-register-routine): Format comments.
21978 (spam-unregister-routine, spam-register-routine): Always call with
21979 specific-articles, no default list.
21980 (spam-summary-prepare-exit): Use the spam-classifications function.
21981
21982 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21983 gnus-encrypt.el.
21984
21985 * encrypt.el: Copied from gnus-encrypt.el.
21986
21987 * gnus-encrypt.el: Commented that it's obsolete.
21988
21989 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21990
21991 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21992 (gnus-score-save): Use it.
21993
21994 * message.el (message-bury): Use `window-dedicated-p'.
21995
21996 2004-10-15 Simon Josefsson <jas@extundo.com>
21997
21998 * pop3.el (top-level): Don't require nnheader.
21999 (pop3-read-timeout): Add.
22000 (pop3-accept-process-output): Add.
22001 (pop3-read-response, pop3-retr): Use it.
22002
22003 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22004
22005 * spam.el (spam-register-routine): Move comment.
22006 (spam-verify-bogofilter): Use 'unknown for the initial
22007 spam-bogofilter-valid state, not 'never.
22008
22009 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22010 for netrc-machine.
22011
22012 * nnimap.el (nnimap-open-connection):
22013 Use netrc-machine-user-or-password.
22014
22015 2004-10-17 Richard M. Stallman <rms@gnu.org>
22016
22017 * gnus-registry.el (gnus-registry-unload-hook):
22018 Set as a variable with add-hook.
22019
22020 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22021 of news-path.
22022
22023 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22024
22025 * spam.el: Delete duplicate `provide'.
22026 (spam-unload-hook): Set as a variable with add-hook.
22027
22028 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22029
22030 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22031 in the doc string.
22032
22033 * message.el (message-ignored-news-headers)
22034 (message-ignored-supersedes-headers)
22035 (message-ignored-resent-headers)
22036 (message-forward-ignored-headers): Improve custom type.
22037
22038 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22039
22040 * message.el (message-tokenize-header): Fix 2004-09-06 change
22041 which used point-min in the wrong place.
22042
22043 2004-10-12 Simon Josefsson <jas@extundo.com>
22044
22045 * tls.el (tls-certtool-program): New variable.
22046 (tls-certificate-information): New function, based on
22047 ssl-certificate-information.
22048
22049 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22050
22051 * compface.el: Move the version of ELisp-based uncompface program
22052 to the contrib directory because of the copyright problem.
22053
22054 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22055
22056 * message.el (message-kill-buffer): Raise the current frame.
22057
22058 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22059
22060 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22061
22062 * gnus.el (message-y-or-n-p): Autoload.
22063
22064 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22065 (pop3-password-required, pop3-authentication-scheme)
22066 (pop3-leave-mail-on-server): Make customizable.
22067 (pop3): New custom group.
22068 (pop3-retr): Remove `sleep-for' statements.
22069 Suggested by Dave Love <fx@gnu.org>.
22070
22071 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22072 Windows/DOS.
22073
22074 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22075 (imap-parse-body): Fix incorrect use of `assert'.
22076 Suggested by Dave Love <fx@gnu.org>.
22077
22078 * mml.el (mml-minibuffer-read-disposition): Require match.
22079 Suggested by Dave Love <fx@gnu.org>.
22080
22081 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22082
22083 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22084 doc string.
22085
22086 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22087
22088 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22089
22090 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22091
22092 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22093 instead of calling `mm-insert-inline', to decode text/* parts
22094 before displaying them.
22095
22096 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22097
22098 * mm-uu.el (mm-uu-text-plain-type): New variable.
22099 (mm-uu-pgp-signed-extract-1): Use it.
22100 (mm-uu-pgp-encrypted-extract-1): Use it.
22101 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22102 bind mm-uu-text-plain-type with that value.
22103 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22104 mm-uu-dissect.
22105
22106 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22107
22108 * gnus-group.el (gnus-update-group-mark-positions):
22109 * gnus-sum.el (gnus-update-summary-mark-positions):
22110 * message.el (message-check-news-body-syntax):
22111 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22112 of string-as-multibyte.
22113
22114 2004-10-05 Juri Linkov <juri@jurta.org>
22115
22116 * gnus-group.el (gnus-update-group-mark-positions):
22117 * gnus-sum.el (gnus-update-summary-mark-positions):
22118 * message.el (message-check-news-body-syntax):
22119 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22120 8-bit unibyte values to a multibyte string for search functions.
22121
22122 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22123
22124 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22125 (mm-uu-dissect-text-parts): New function.
22126
22127 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22128 dissect text parts.
22129
22130 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22131 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22132
22133 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22134
22135 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22136 Use gnus-current-topics instead of gnus-current-topic.
22137
22138 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22139
22140 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22141
22142 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22143
22144 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22145 where appropriate.
22146
22147 * nnml.el (nnml-generate-active-info): do.
22148
22149 * nndiary.el (nndiary-generate-active-info): do.
22150
22151 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22152 (gnus-topic-move): do.
22153
22154 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22155 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22156
22157 * gnus-srvr.el (gnus-server-prepare)
22158 (gnus-server-open-all-servers): do.
22159
22160 * gnus-msg.el (gnus-summary-cancel-article)
22161 (gnus-summary-resend-message)
22162 (gnus-summary-mail-crosspost-complaint): do.
22163
22164 * gnus-move.el (gnus-change-server): do.
22165
22166 * gnus-group.el (gnus-group-unmark-all-groups)
22167 (gnus-group-set-current-level): do.
22168
22169 2004-10-04 Simon Josefsson <jas@extundo.com>
22170
22171 * message.el (message-generate-hashcash): Doc fix.
22172
22173 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22174
22175 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22176 avoid infinite recursion via gnus-get-function.
22177
22178 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22179
22180 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22181
22182 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22183
22184 * nnmail.el (nnmail-split-history): do.
22185
22186 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22187 (nnml-request-delete-group): do.
22188
22189 * nnslashdot.el (nnslashdot-read-groups): do.
22190
22191 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22192 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22193
22194 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22195 (nnspool-sift-nov-with-sed): Use last.
22196 (nnspool-retrieve-headers-with-nov): Use mapc.
22197 (nnspool-request-newgroups): Use dolist.
22198 (nnspool-request-group): Use last.
22199
22200 * nntp.el (nntp-read-server-type): Use dolist.
22201
22202 * nnvirtual.el (nnvirtual-create-mapping)
22203 (nnvirtual-update-read-and-marked): Use dolist.
22204 (nnvirtual-convert-headers): Simplify.
22205
22206 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22207
22208 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22209 Add support for sync'ing tick marks.
22210
22211 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22212
22213 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22214 there's no visible header.
22215
22216 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22217
22218 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22219 When necessary, pass full group name to gnus-request-set-marks.
22220
22221 2004-10-01 Simon Josefsson <jas@extundo.com>
22222
22223 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22224 acroread.
22225
22226 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22227
22228 * spam-report.el (spam-report-gmane): Fix interactive.
22229
22230 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22231
22232 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22233 when writing file.
22234 (gnus-agent-synchronize-flags): Don't default to being
22235 interactive.
22236
22237 2004-09-30 Simon Josefsson <jas@extundo.com>
22238
22239 * message.el (message-generate-hashcash): Add.
22240 (message-send-mail): Use it, call mail-add-payment.
22241
22242 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22243
22244 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22245
22246 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22247
22248 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22249 gnus-request-update-info with explicit code to sync the in-memory
22250 info read flags with the marks being sync'd to the backend.
22251
22252 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22253
22254 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22255
22256 * spam.el (spam-verify-bogofilter): Add new function.
22257 (spam-check-bogofilter)
22258 (spam-bogofilter-register-with-bogofilter): Use it.
22259 (spam-verify-bogofilter): Add small fixes.
22260
22261 2004-09-28 Simon Josefsson <jas@extundo.com>
22262
22263 * hashcash.el (hashcash-generate-payment): Revert.
22264
22265 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22266
22267 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22268 Use gnus-extract-references instead of gnus-split-references.
22269
22270 * gnus-util.el (gnus-extract-references): Add new function, analogous
22271 to gnus-split-references but extracts only the message-ID without
22272 anything extra.
22273
22274 * hashcash.el (hashcash-generate-payment)
22275 (hashcash-check-payment): Do the right thing if hashcash-path is
22276 nil (because the hashcash program could not be found).
22277
22278 * spam.el (spam-use-hashcash): Remove comment.
22279
22280 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22281
22282 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22283 (gnus-cache-enter-article, gnus-cache-remove-article)
22284 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22285
22286 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22287
22288 * gnus-art.el (article-hide-boring-headers)
22289 (article-translate-strings, article-display-face)
22290 (gnus-article-mime-match-handle-first)
22291 (gnus-article-highlight-headers)
22292 (gnus-article-add-buttons-to-head): do.
22293
22294 2004-09-27 Simon Josefsson <jas@extundo.com>
22295
22296 * hashcash.el: New version, from
22297 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22298 ../contrib/.
22299
22300 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22301
22302 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22303
22304 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22305
22306 * gnus-dup.el (gnus-dup-open): Use mapc.
22307 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22308
22309 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22310 Reported by Stefan Wiens <s.wi@gmx.net>.
22311
22312 * gnus.el (gnus-shutdown): Use dolist.
22313
22314 * gnus-undo.el (gnus-undo): Use mapc.
22315
22316 * nnrss.el (nnrss-generate-active): do.
22317
22318 * message.el (message-cite-original-without-signature)
22319 (message-cite-original): Use mapc.
22320 (message-do-actions, message-make-forward-subject): Use dolist.
22321
22322 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22323
22324 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22325 deletion to remove entire duplicate line. Fixes merged article
22326 number bug.
22327
22328 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22329
22330 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22331 servers that are offline. Avoids having gnus-agent-toggle-plugged
22332 first ask if you want to open a server and then, even when you
22333 responded with no, asking if you want to synchronize the server's
22334 flags.
22335 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22336 multi-line expressions.
22337 (gnus-agent-synchronize-group-flags): New internal function.
22338 Updates marks in memory (in the info structure) AND in the
22339 backend.
22340
22341 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22342
22343 * nnagent.el (nnagent-request-set-mark):
22344 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22345 method, to ensure that synchronization updates marks in the
22346 backend and in the info (in memory) structure.
22347
22348 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22349
22350 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22351 convention fully; don't miss the root article of a thread; make
22352 the X-Draft-From header with correct article numbers.
22353
22354 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22355
22356 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22357 unless plugged. Disable the agent so that an open failure causes
22358 an error.
22359
22360 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22361 Revert 2004-09-21 change. The backend must be opened while
22362 synchronizing flags even when the backend stores the flags
22363 locally.
22364
22365 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22366
22367 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22368 in `header' match. Reported by Svend Tollak Munkejord.
22369
22370 * message.el (message-cite-original): Fix use of
22371 `message-cite-articles-with-x-no-archive'.
22372
22373 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22374
22375 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22376 (gnus-window-to-buffer): Ditto.
22377
22378 * mml.el (mml-preview-buffer): New variable.
22379 (mml-preview): Manage window layout with gnus-buffer-configuration.
22380
22381 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22382 X-Draft-From header even if those articles aren't quoted.
22383
22384 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22385
22386 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22387 (gnus-request-set-mark, gnus-request-update-mark): Use new
22388 g-s-t-u-l-m to decide to use backend even when unplugged.
22389
22390 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22391
22392 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22393 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22394
22395 2004-09-20 Simon Josefsson <jas@extundo.com>
22396
22397 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22398 "utf-16-le".
22399
22400 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22401
22402 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22403
22404 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22405
22406 * uudecode.el (uudecode-use-external): Add :version.
22407
22408 * smime.el (smime-CA-file, smime-encrypt-cipher)
22409 (smime-dns-server): Add :version.
22410
22411 * smiley.el (gnus-smiley-file-types): Add :version.
22412
22413 * sha1.el (sha1-use-external): Add :version.
22414
22415 * pgg-def.el (pgg-query-keyserver): Add :version.
22416
22417 * nnmail.el (nnmail-fancy-expiry-targets)
22418 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22419 Add :version.
22420
22421 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22422 (nnimap-retrieve-groups-asynchronous): Add :version.
22423 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22424
22425 * mml.el (mml-content-disposition-parameters)
22426 (mml-insert-mime-headers-always): Add :version.
22427
22428 * mm-util.el (mm-coding-system-priorities): Add :version.
22429
22430 * mm-decode.el (mm-inline-text-html-with-images)
22431 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22432 (mm-verify-option): Add :version.
22433 (mm-text-html-renderer): Change :version.
22434
22435 * message.el (message-fcc-externalize-attachments)
22436 (message-required-headers, message-draft-headers)
22437 (message-subject-trailing-was-query)
22438 (message-subject-trailing-was-ask-regexp)
22439 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22440 (message-mark-insert-end, message-archive-header)
22441 (message-archive-note, message-cross-post-default)
22442 (message-cross-post-note, message-followup-to-note)
22443 (message-cross-post-note-function, message-use-mail-followup-to)
22444 (message-subscribed-address-functions)
22445 (message-subscribed-address-file, message-subscribed-addresses)
22446 (message-subscribed-regexps, message-allow-no-recipients)
22447 (message-yank-cited-prefix, message-signature-insert-empty-line)
22448 (message-hidden-headers, message-hierarchical-addresses)
22449 (message-mail-user-agent, message-use-idna)
22450 (message-valid-fqdn-regexp)
22451 (message-strip-special-text-properties, message-header-synonyms)
22452 (message-beginning-of-line, message-tab-body-function): Add :version.
22453 (message-insert-canlock, message-wide-reply-confirm-recipients):
22454 Change :version.
22455
22456 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22457 and :version.
22458 (mail-source-delete-old-incoming-confirm)
22459 (mail-source-movemail-program): Add :version.
22460
22461 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22462 (gnus-agent-cache, gnus-agent): Change :version.
22463
22464 * gnus-util.el (gnus-use-byte-compile): Change :version.
22465
22466 * gnus-sum.el (gnus-summary-make-false-root-always)
22467 (gnus-summary-default-high-score)
22468 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22469 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22470 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22471 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22472 (gnus-sum-thread-tree-single-indent)
22473 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22474 (gnus-sum-thread-tree-leaf-with-other)
22475 (gnus-sum-thread-tree-single-leaf): Add :version.
22476 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22477 (gnus-article-loose-mime): Change :version.
22478
22479 * gnus-start.el (gnus-backup-startup-file)
22480 (gnus-save-startup-file-via-temp-buffer): Add :version.
22481
22482 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22483 (gnus-server-offline-face): Add :version.
22484
22485 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22486
22487 * gnus-msg.el (gnus-gcc-externalize-attachments)
22488 (gnus-debug-files, gnus-debug-exclude-variables)
22489 (gnus-discouraged-post-methods): Change :version.
22490 (gnus-confirm-mail-reply-to-news)
22491 (gnus-confirm-treat-mail-like-news): Add :version.
22492
22493 * gnus-int.el (gnus-server-unopen-status): Add :version.
22494
22495 * gnus-group.el (gnus-group-jump-to-group-prompt)
22496 (gnus-large-ephemeral-newsgroup)
22497 (gnus-fetch-old-ephemeral-headers): Add :version.
22498
22499 * gnus-fun.el (gnus-x-face-directory)
22500 (gnus-convert-pbm-to-x-face-command)
22501 (gnus-convert-image-to-x-face-command)
22502 (gnus-convert-image-to-face-command): Add :version.
22503
22504 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22505
22506 * gnus-cite.el (gnus-cite-blank-line-after-header)
22507 (gnus-article-boring-faces): Add :version.
22508
22509 * gnus-art.el (gnus-buttonized-mime-types)
22510 (gnus-inhibit-mime-unbuttonizing)
22511 (gnus-treat-display-face)
22512 (gnus-treat-body-boundary): Change :version.
22513 (gnus-body-boundary-delimiter, gnus-picon-databases)
22514 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22515 (gnus-treat-date-english, gnus-treat-fold-headers)
22516 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22517 (gnus-treat-mail-picon, gnus-treat-wash-html)
22518 (gnus-article-encrypt-protocol)
22519 (gnus-use-idna, gnus-article-over-scroll)
22520 (gnus-mime-display-multipart-alternative-as-mixed)
22521 (gnus-mime-display-multipart-related-as-mixed)
22522 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22523 (gnus-ctan-url, gnus-button-ctan-handler)
22524 (gnus-button-handle-ctan-bogus-regexp)
22525 (gnus-button-ctan-directory-regexp)
22526 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22527 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22528 (gnus-button-man-level, gnus-button-emacs-level)
22529 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22530
22531 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22532 (gnus-agent-go-online): Change :version.
22533 (gnus-agent-expire-unagentized-dirs)
22534 (gnus-agent-auto-agentize-methods): Add :version.
22535
22536 * flow-fill.el (fill-flowed-display-column)
22537 (fill-flowed-encode-column): Add :version.
22538
22539 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22540 (gnus-outlook-deuglify-unwrap-max)
22541 (gnus-outlook-deuglify-cite-marks)
22542 (gnus-outlook-deuglify-unwrap-stop-chars)
22543 (gnus-outlook-deuglify-no-wrap-chars)
22544 (gnus-outlook-deuglify-attrib-cut-regexp)
22545 (gnus-outlook-deuglify-attrib-verb-regexp)
22546 (gnus-outlook-deuglify-attrib-end-regexp)
22547 (gnus-outlook-display-hook): Add :version.
22548
22549 * binhex.el (binhex-use-external): Add :version.
22550
22551 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22552
22553 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22554 and `invisible'.
22555
22556 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22557
22558 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22559 in gnus-registry-trim.
22560
22561 2004-09-13 Simon Josefsson <jas@extundo.com>
22562
22563 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22564
22565 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22566
22567 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22568 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22569 <yamaoka@jpl.org>.
22570 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22571 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22572 <yamaoka@jpl.org>.
22573
22574 * sieve.el (sieve-manage-mode): Ditto.
22575
22576 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22577
22578 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22579
22580 2004-09-11 Simon Josefsson <jas@extundo.com>
22581
22582 * dns-mode.el: Add.
22583
22584 * mm-view.el (mm-display-dns-inline): Add.
22585
22586 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22587 (mm-automatic-display): Ditto.
22588
22589 * mailcap.el (mailcap-mime-data): Add text/dns.
22590 (mailcap-mime-extensions): Map .soa to text/dns.
22591
22592 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22593
22594 * gnus-art.el (article-decode-mime-words, article-babel)
22595 (gnus-article-highlight-signature, gnus-article-add-buttons)
22596 (gnus-signature-toggle): Remove unnecessary bindings of
22597 `inhibit-read-only' inherited from v5.10 merge.
22598
22599 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22600
22601 * nntp.el (nntp): New customization group.
22602 (nntp-authinfo-file): Add customization group.
22603
22604 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22605
22606 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22607
22608 * gnus.el (to-address, to-list, subscribed)
22609 (large-newsgroup-initial): Ditto.
22610
22611 * flow-fill.el (fill-flowed-display-column)
22612 (fill-flowed-encode-column): Ditto.
22613
22614 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22615
22616 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22617 Use point-min rather than 1.
22618 (message-send-mail): Use buffer-size rather than point-max.
22619
22620 * gnus-sum.el (gnus-summary-search-article-forward):
22621 Signal a specific `search-failed' rather than a generic `error'.
22622
22623 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22624 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22625 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22626
22627 2004-09-10 Simon Josefsson <jas@extundo.com>
22628
22629 * nndb.el (require): Remove tcp and duplicate cl.
22630
22631 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22632
22633 * gnus-agent.el (directory-files-and-attributes): Move forward.
22634
22635 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22636
22637 * gnus-agent.el (directory-files-and-attributes):
22638 Optionally defined to support XEmacs.
22639
22640 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22641
22642 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22643 to avoid run-time CL dependencies.
22644 (gnus-agent-unfetch-articles): New function.
22645 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22646 article numbers even when local .overview file is missing.
22647 (gnus-agent-read-article-number): New function. Only accepts
22648 27-bit article numbers.
22649 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22650 Use gnus-agent-read-article-number.
22651 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22652 from backend while recognizing that article numbers in .overview
22653 must be valid.
22654 (gnus-agent-update-files-total-fetched-for):
22655 Use directory-files-and-attributes to improve performance.
22656 * gnus-int.el (gnus-request-move-article):
22657 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22658 improve performance.
22659
22660 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22661 some users confused by references to .newsrc when they only have a
22662 .newsrc.eld file.
22663 (gnus-convert-mark-converter-prompt)
22664 (gnus-convert-converter-needs-prompt): Fix use of property list.
22665 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22666 New function. Used internally to only display 'gnus converting
22667 files' message when actually necessary.
22668
22669 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22670 methods now autoloaded.
22671
22672 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22673
22674 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22675 identifiers.
22676
22677 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22678
22679 * gnus-picon.el: Fix indentation and closing parenthesis.
22680
22681 2004-09-01 Simon Josefsson <jas@extundo.com>
22682
22683 * message.el (message-canlock-generate): Require sha1, not
22684 sha1-el. (Can we get rid of this require altogether? It is ugly
22685 to require within a function. Sadly, if sha1.el isn't loaded, the
22686 let binding in m-c-g will hide the defcustom definition, which is
22687 bad.)
22688
22689 * canlock.el: Require sha1, not sha1-el.
22690
22691 * message.el: Don't autoload sha1 (there is a autoload cookie in
22692 sha1.el).
22693
22694 * sha1-el.el: Rename to sha1.el.
22695
22696 2004-08-30 Juanma Barranquero <lektu@terra.es>
22697
22698 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22699
22700 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22701
22702 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22703
22704 2004-08-30 Kim F. Storm <storm@cua.dk>
22705
22706 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22707
22708 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22709 Add :group 'nnimap.
22710
22711 2004-08-30 Andreas Schwab <schwab@suse.de>
22712
22713 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22714 ?* and ?\;.
22715
22716 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22717 and ?\' to symbol instead of whitespace.
22718
22719 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22720
22721 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22722
22723 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22724 instead of re-search-forward.
22725
22726 * gnus-uu.el (gnus-uu-save-article): Ditto.
22727 (gnus-uu-post-encode-uuencode): Ditto.
22728
22729 * html2text.el (html2text-clean-list-items): Ditto.
22730 (html2text-clean-dtdd): Ditto.
22731 (html2text-format-tags): Ditto.
22732
22733 * message.el (message-send-mail-with-sendmail): Fix regexp.
22734 (message-fill-field-general): Use search-forward instead of
22735 re-search-forward.
22736 (unbold-region): Ditto.
22737
22738 * nnrss.el (nnrss-request-article): Ditto.
22739
22740 * nnslashdot.el (nnslashdot-request-article): Ditto.
22741
22742 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22743
22744 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22745 "Unrecognized menu descriptor" error in XEmacs.
22746
22747 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22748
22749 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22750 parent article of a sparse article in the thread hashtb.
22751
22752 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22753
22754 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22755 (nnmail-expand-newtext): Lowercase expanded entries if
22756 nnmail-split-lowercase-expanded is non-nil.
22757
22758 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22759
22760 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22761
22762 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22763 of gnus-tmp-news-method into string under XEmacs. It will be
22764 passed to gnus-correct-length which takes only a string argument.
22765
22766 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22767
22768 * gnus-util.el (gnus-bind-print-variables): New macro.
22769 (gnus-prin1): Use it.
22770 (gnus-prin1-to-string): Use it.
22771 (gnus-pp): New function.
22772 (gnus-pp-to-string): New function.
22773
22774 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22775 Replace pp-to-string with gnus-pp-to-string.
22776 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22777 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22778 * gnus-msg.el (gnus-debug): Ditto.
22779 * gnus-score.el (gnus-score-save): Ditto.
22780 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22781 gnus-pp-to-string.
22782 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22783 with gnus-pp.
22784 * score-mode.el (gnus-score-pretty-print): Ditto.
22785 * webmail.el (webmail-debug): Ditto.
22786
22787 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22788
22789 * gnus-art.el (article-display-face, article-display-x-face):
22790 Use buffer-read-only.
22791
22792 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22793
22794 * gnus-art.el (article-hide-list-identifiers):
22795 Bind inhibit-read-only as t.
22796
22797 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22798
22799 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22800
22801 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22802
22803 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22804 (gnus-narrow-to-page): Don't assume point-min == 1.
22805 (gnus-article-edit-mode): Derive from message-mode.
22806
22807 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22808 point-min == 1.
22809
22810 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22811 Disable incorrect use of `assert'.
22812
22813 * message.el (message-mode): Set comment-start-skip.
22814
22815 2004-08-22 Sam Steingold <sds@gnu.org>
22816
22817 * pop3.el (pop3-leave-mail-on-server): New user variable.
22818 (pop3-movemail): Delete mail only when it is nil.
22819
22820 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22821
22822 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22823
22824 * mml.el (mml-preview): Use `pop-to-buffer'.
22825
22826 * message.el (message-goto-mail-followup-to): Insert after "To".
22827 (message-carefully-insert-headers): Add comment.
22828
22829 * gnus.el: Remove unused variable `gnus-article-check-size'.
22830
22831 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22832
22833 * gnus-art.el (gnus-button-alist):
22834 Improve `gnus-button-handle-library' entry.
22835
22836 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22837
22838 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22839 Use downcase, since XEmacs capitalizes error messages differently.
22840
22841 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22842
22843 * nntp.el: Add (require 'gnus) due to reference to
22844 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22845
22846 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22847
22848 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22849 Bind `mm-fill-flowed'.
22850
22851 * mm-decode.el (mm-dissect-singlepart): Check it.
22852
22853 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22854
22855 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22856 'imap' for netrc parsing.
22857
22858 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22859
22860 * mailcap.el (mailcap-mime-data): Mark as risky.
22861
22862 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22863
22864 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22865 may be included in the encoded word.
22866 (rfc2047-encode): Don't append a space if the encoded word
22867 includes close parenthesis.
22868
22869 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22870
22871 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22872 of text within parentheses.
22873
22874 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22875
22876 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22877 (gnus-encrypt-write-file-contents): Make the password key the file
22878 name PLUS the cipher, not just the cipher. Also remove failed
22879 passwords from the cache.
22880
22881 2004-08-06 Simon Josefsson <jas@extundo.com>
22882
22883 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22884 Doc fix.
22885
22886 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22887
22888 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22889 LWSP.
22890
22891 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22892
22893 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22894 Try to append in-reply-to: data to the references: header.
22895
22896 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22897 (netrc-parse): Use gnus-encrypt.el functions.
22898
22899 * gnus-encrypt.el: Add new file for encryption support; currently
22900 does only a few GPG ciphers and an internal XOR cipher.
22901
22902 * password.el: Add comments on using password-read-and-add.
22903 (password-read-and-add): Add function to read and add the
22904 password to the cache at once.
22905
22906 2004-07-28 Simon Josefsson <jas@extundo.com>
22907
22908 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22909 parameter (but don't use it, for now).
22910
22911 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22912 instead of hard coding to nil.
22913
22914 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22915
22916 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22917 as mm-inline-image-xemacs does.
22918
22919 2004-07-26 Simon Josefsson <jas@extundo.com>
22920
22921 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22922 Revert part of 2004-07-17 change below.
22923
22924 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22925
22926 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22927 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22928
22929 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22930
22931 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22932 quotes that actually start with ">" at the beginning of the
22933 lines.
22934
22935 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22936
22937 * rfc2047.el (rfc2047-encode-region): Fix last change.
22938 (rfc2047-encode-parameter): Remove useless concat.
22939
22940 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22941
22942 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22943 encode special characters; fix some kind of misconfigured headers;
22944 signal a real error if debug-on-quit or debug-on-error is non-nil.
22945 (rfc2047-encode-max-chars): New variable.
22946 (rfc2047-encode-1): Use it.
22947 (rfc2047-encode-parameter): New function.
22948
22949 * mml.el (mml-insert-parameter): Remove an excessive space.
22950
22951 2004-07-17 Simon Josefsson <jas@extundo.com>
22952
22953 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22954 Kai Grossjohann <kai@emptydomain.de>.
22955 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22956 (gnus-group-make-menu-bar): Ditto.
22957
22958 * gnus-util.el (gnus-group-server): Add.
22959
22960 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22961
22962 * message.el (message-clone-locals): Clone sendmail and smtp
22963 variables.
22964
22965 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22966
22967 * rfc2047.el (rfc2047-encode-region): Fix last change.
22968
22969 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22970
22971 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22972 characters as non-special.
22973
22974 2004-07-09 Simon Josefsson <jas@extundo.com>
22975
22976 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22977 Users will lose all flag changes made while unplugged with
22978 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22979 good default. See numerous reports on ding mailing list.
22980
22981 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22982
22983 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22984 add generate-head-function and generate-article-function to the
22985 rfc822-forward entry.
22986 (nndoc-rfc822-forward-generate-article): New function.
22987 (nndoc-rfc822-forward-generate-head): New function.
22988
22989 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22990
22991 2004-07-06 Dan Christensen <jdc@uwo.ca>
22992
22993 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22994 respect display group parameter and gnus-summary-expunge-below.
22995 (gnus-articles-to-read): Remove unused reference to display group
22996 parameter.
22997
22998 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22999
23000 * nnheader.el (nnheader-uniquify-message-id): New experimental
23001 variable.
23002 (nnheader-nov-read-message-id): Use it.
23003
23004 * spam-report.el (spam-report-gmane): Add interactive.
23005
23006 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23007
23008 * mm-encode.el (mm-content-transfer-encoding-defaults):
23009 Use qp-or-base64 for the application/* types.
23010
23011 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23012
23013 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23014
23015 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23016
23017 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23018 trim value.
23019
23020 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23021
23022 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23023 New macro and function.
23024 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23025
23026 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23027
23028 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23029 after-load-alist.
23030
23031 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23032
23033 * gnus-group.el (gnus-group-get-new-news-this-group):
23034 Don't update info that isn't there.
23035
23036 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23037
23038 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23039 entry.
23040
23041 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23042
23043 * mm-view.el (mm-inline-render-with-function): Use multibyte
23044 buffer; decode html source by charset.
23045
23046 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23047
23048 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23049 Mule-UCS is loaded under XEmacs.
23050 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23051
23052 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23053
23054 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23055
23056 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23057
23058 * mm-util.el (mm-coding-system-p): Return a coding-system.
23059 (mm-mime-mule-charset-alist): Use shift_jis instead of
23060 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23061 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23062 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23063 instead of japanese-shift-jis and iso-latin-1 respectively in
23064 order to share the default value with both Emacs and XEmacs-mule.
23065 (mm-mule-charset-to-mime-charset):
23066 Make mm-coding-system-priorities effective.
23067 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23068 while predicating of candidates upon the priorities.
23069
23070 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23071
23072 * gnus-sum.el (gnus-summary-make-menu-bar):
23073 Add gnus-uu-invert-processable.
23074
23075 * gnus.el: Autoload gnus-uu-invert-processable.
23076
23077 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23078
23079 * mm-util.el (mm-with-multibyte-buffer): New macro.
23080
23081 * rfc2047.el (rfc2047-encode-string): Use it.
23082 (rfc2047-encode-region): Move point to the end of the region after
23083 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23084
23085 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23086
23087 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23088 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23089
23090 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23091
23092 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23093 (gnus-cite-parse): Ignore quoted envelope From_.
23094 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23095
23096 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23097
23098 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23099 invalid addresses.
23100
23101 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23102
23103 * spam.el: Change section markers, revise TODO list.
23104 (spam-backends): Make new master list of all installed backends.
23105 (spam-summary-exit-behavior): Add new variable to determine how
23106 messages moves are done at summary exit.
23107 (spam-move-spam-nonspam-groups-only)
23108 (spam-process-ham-in-nonham-groups)
23109 (spam-process-ham-in-spam-groups): Remove variables, the
23110 spam-summary-exit-behavior variable should be used to manage this
23111 behavior.
23112 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23113 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23114 and spam-old-spam-articles.
23115 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23116 Add empty variables, placeholders for the backends they represent.
23117 (spam-set-difference): Move, unchanged.
23118 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23119 unless the user has a processor variable.
23120 (spam-classifications, spam-classification-valid-p)
23121 (spam-backend-properties, spam-backend-property-valid-p)
23122 (spam-backend-function-type-valid-p)
23123 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23124 (spam-report-articles-gmane, spam-report-articles-resend):
23125 Remove functions, they are not needed.
23126 (spam-install-backend-super, spam-backend-list)
23127 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23128 (spam-backend-function, spam-backend-ham-registration-function)
23129 (spam-backend-spam-registration-function)
23130 (spam-backend-ham-unregistration-function)
23131 (spam-backend-spam-unregistration-function)
23132 (spam-backend-statistical-p, spam-backend-mover-p)
23133 (spam-install-backend-alias, spam-install-checkonly-backend)
23134 (spam-install-mover-backend, spam-install-nocheck-backend)
23135 (spam-install-backend, spam-install-statistical-backend)
23136 (spam-install-statistical-checkonly-backend): Add backend installation
23137 support.
23138 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23139 (spam-group-processor-p): Use the new backend code and respect the
23140 summary exit behavior.
23141 (spam-mark-spam-as-expired-and-move-routine): Remove.
23142 (spam-summary-prepare): Change to use the new spam-old-articles
23143 variable.
23144 (spam-copy-or-move-routine, spam-copy-spam-routine)
23145 (spam-move-spam-routine, spam-copy-ham-routine)
23146 (spam-move-ham-routine): Add code to copy/move ham or spam.
23147 (spam-fetch-field-fast): Improve doc and code, plus allow the
23148 'number request.
23149 (spam-list-of-checks, spam-list-of-statistical-checks):
23150 Remove variables.
23151 (spam-split, spam-find-spam): Use the new backend code.
23152 (spam-registration-functions): Remove variable.
23153 (spam-unregister-routine): Add convenience wrapper.
23154 (spam-log-undo-registration, spam-register-routine)
23155 (spam-log-processing-to-registry)
23156 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23157 where possible.
23158 (spam-check-gmane-xref, spam-check-regex-headers)
23159 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23160 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23161 (spam-check-bogofilter-headers, spam-check-spamoracle)
23162 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23163 (spam-check-crm114-headers): Use the spam-split-group that
23164 spam-split prepares, no need to determine it every time.
23165
23166 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23167 to the nnheader-parse-naked-head call.
23168
23169 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23170
23171 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23172 the nnheader-nov-read-message-id call.
23173
23174 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23175
23176 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23177 gnus-activate-group twice. Suggested by Markus Peter
23178 <warp@spin.de>.
23179
23180 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23181
23182 * gnus-art.el (gnus-article-time-format): Exchange the order of
23183 day and month in the default value; fix customization type.
23184 (article-date-ut): Use add-text-properties.
23185 (article-make-date-line): Use message-make-date instead of
23186 current-time-string.
23187
23188 * message.el (message-fetch-field): Don't use set-text-properties.
23189 (message-make-date): Simplify.
23190
23191 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23192
23193 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23194 (rfc2047-encode-region): Treat text within parentheses as special;
23195 show the original text when error has occurred.
23196
23197 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23198 already-computed method to gnus-activate-group.
23199
23200 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23201 same select-methods identical Lisp objects.
23202
23203 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23204 object when modifying the info.
23205
23206 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23207
23208 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23209 gnus-opened-servers since it has never been opened with the new
23210 configuration yet.
23211
23212 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23213
23214 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23215 arg to nnheader-generate-fake-message-id.
23216
23217 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23218
23219 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23220 number and build a fake message ID localized to a group and
23221 article number (so it's repeatable from that point on).
23222 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23223 ID format.
23224
23225 * gnus-sum.el (gnus-get-newsgroup-headers):
23226 Call nnheader-generate-fake-message-id with the article number.
23227
23228 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23229
23230 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23231 end-of-buffer.
23232
23233 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23234
23235 * message.el (message-ignored-supersedes-headers): Add Approved.
23236
23237 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23238
23239 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23240 goto-char.
23241 (rfc2047-encode): Fold the line before encoding.
23242
23243 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23244
23245 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23246 folding -- not all headers can be folded, and this should be done
23247 by the message composition mode. Probably. I think.
23248
23249 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23250
23251 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23252 fast.
23253
23254 * gnus-ems.el (gnus-remove-image): Don't use
23255 message-text-with-property; remove only the image found first.
23256
23257 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23258
23259 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23260
23261 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23262
23263 * message.el (message-text-with-property): Make it fast and accept
23264 optional arguments.
23265 (message-strip-forbidden-properties): Use it.
23266 (message-fix-before-sending): Follow the m-t-w-p change.
23267
23268 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23269
23270 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23271
23272 * gnus-art.el (article-hide-headers): Don't change the buffer
23273 mistakenly when performing mml-preview even if
23274 gnus-single-article-buffer is nil.
23275
23276 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23277
23278 * message.el (message-expand-name-databases): New user option.
23279 (message-expand-name): Use it.
23280
23281 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23282
23283 * spam.el (spam-report-articles-resend)
23284 (spam-report-resend-register-routine): Allow ham reporting.
23285 (spam-report-resend-register-ham-routine): Add wrapper.
23286 (spam-registration-functions): Add ham resending functions.
23287 (spam-list-of-processors): Add ham resend processor.
23288
23289 * gnus.el (ham-resend-to): Add new group parameter.
23290 (spam-process): Add ham resend option.
23291
23292 * spam-report.el (spam-report-resend): Allow reporting ham.
23293 (spam-report-resend-ham): Add wrapper.
23294
23295 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23296
23297 * message.el (message-cite-articles-with-x-no-archive):
23298 New variable.
23299 (message-cite-original): Use it.
23300
23301 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23302
23303 * message.el (message-cite-original): Respect X-No-Archive.
23304
23305 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23306
23307 * gnus-art.el (article-hide-headers): Refer to the values for
23308 gnus-ignored-headers and gnus-visible-headers in the summary
23309 buffer since a user may have set them as group parameters.
23310
23311 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23312
23313 * assistant.el (assistant-node-name): Add convenience function.
23314 (assistant-render-text, assistant-render-node): Add error handling,
23315 plus handle multiple next nodes.
23316 (assistant-find-next-node): Comment out for now.
23317 (assistant-find-next-nodes): Add function, returns list of next
23318 nodes.
23319
23320 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23321
23322 * mail-source.el (mail-source-directory): Fix doc-string.
23323
23324 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23325
23326 * assistant.el (assistant-render-text, assistant-eval): Add :set
23327 widget type, which is different because it takes and returns a
23328 list. Much hilarity ensues.
23329
23330 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23331
23332 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23333
23334 * gnus-group.el (gnus-group-get-new-news-this-group):
23335 Add doc-string.
23336
23337 * gnus-start.el (gnus-activate-group): Add doc-string.
23338
23339 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23340
23341 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23342
23343 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23344
23345 * assistant.el (assistant-render-text): Try to add a :set
23346 widget, more to come.
23347
23348 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23349 strings.
23350 (spam-report-articles-resend)
23351 (spam-register-routine): Do registration iff any articles warrant
23352 it.
23353 (spam-summary-prepare-exit): Change log message for nil group
23354 destinations.
23355
23356 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23357
23358 * spam.el (spam-report-resend-register-routine):
23359 Allow spam-report-resend-to to be a group parameter or a global value.
23360
23361 2004-05-26 Simon Josefsson <jas@extundo.com>
23362
23363 * starttls.el: Merge with my GnuTLS based starttls.el.
23364 (starttls-gnutls-program, starttls-use-gnutls)
23365 (starttls-extra-arguments, starttls-process-connection-type)
23366 (starttls-connect, starttls-failure, starttls-success):
23367 New variables.
23368 (starttls-program, starttls-extra-args): Doc fix.
23369 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23370 New functions.
23371 (starttls-negotiate, starttls-open-stream):
23372 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23373 function if it is set.
23374
23375 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23376
23377 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23378 structured fields.
23379
23380 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23381
23382 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23383
23384 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23385
23386 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23387 Add variable.
23388 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23389 assigning the spam-mark to new messages.
23390
23391 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23392
23393 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23394
23395 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23396
23397 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23398 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23399 default.
23400
23401 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23402
23403 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23404 correct data.
23405
23406 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23407
23408 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23409 (spam-group-processor-p): Fix function.
23410 (spam-group-processor-multiple-p)
23411 (spam-group-spam-processor-report-gmane-p)
23412 (spam-group-spam-processor-report-resend-p)
23413 (spam-group-spam-processor-bogofilter-p)
23414 (spam-group-spam-processor-blacklist-p)
23415 (spam-group-spam-processor-ifile-p)
23416 (spam-group-ham-processor-ifile-p)
23417 (spam-group-spam-processor-spamoracle-p)
23418 (spam-group-spam-processor-crm114-p)
23419 (spam-group-ham-processor-bogofilter-p)
23420 (spam-group-spam-processor-stat-p)
23421 (spam-group-ham-processor-stat-p)
23422 (spam-group-ham-processor-whitelist-p)
23423 (spam-group-ham-processor-BBDB-p)
23424 (spam-group-ham-processor-spamoracle-p)
23425 (spam-group-ham-processor-copy-p): Remove functions with some
23426 prejudice against unneeded code.
23427 (spam-report-articles-resend)
23428 (spam-report-resend-register-routine): Allow the group/topic
23429 spam-resend-to value to override spam-report-resend-to.
23430 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23431 properly now.
23432
23433 * gnus.el (spam-resend-to): Add group/topic parameter.
23434 (spam-process): Move the OBSOLETE processors to the end of the
23435 choices.
23436
23437 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23438
23439 * spam-report.el (spam-report-resend-to, spam-report-resend):
23440 Start with resend-to set to nil, and then ask the user if necessary.
23441 (spam-report-resend): spam-report-resend takes a list of articles, not
23442 separate article numbers.
23443
23444 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23445
23446 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23447 addition to emacs-w3m.
23448
23449 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23450
23451 * assistant.el (assistant-authinfo-data): New function.
23452 (assistant-eval): Eval for entire assistant.
23453
23454 * netrc.el (netrc-services-file): New variable.
23455 (netrc-parse-services): New function.
23456 (netrc-find-service-name): New function.
23457 (netrc-find-service-number): New function.
23458 (netrc-port-equal): New function.
23459 (netrc-machine): Use it.
23460
23461 * nnimap.el (nnimap-open-connection): Use netrc.
23462
23463 * gnus-util.el (gnus-netrc-get): Remove aliases.
23464
23465 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23466
23467 * assistant.el (wid-edit): Fix compilation.
23468
23469 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23470
23471 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23472
23473 * gnus-util.el (gnus-set-file-modes): New function. (small
23474 patch).
23475
23476 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23477
23478 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23479
23480 * assistant.el (assistant-render-node): Fix up rendering and
23481 read-only text.
23482 (assistant-render-node): Reset.
23483 (assistant-make-read-only): Not sticky.
23484
23485 2004-05-20 Danny Siu <dsiu@adobe.com>
23486
23487 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23488 centered even when gnus-auto-center-summary is t.
23489
23490 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23491
23492 * dns.el (dns-get-txt-answer): New function.
23493 (dns-read-txt): Ditto.
23494 (query-dns): Use it.
23495
23496 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23497
23498 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23499 active for foreign groups even if the group level is higher than
23500 the specified value.
23501
23502 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23503
23504 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23505 non-active groups.
23506
23507 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23508
23509 2004-05-20 Magnus Henoch <mange@freemail.hu>
23510
23511 * dns.el (dns-read-type): Add support for SVR. (small patch)
23512
23513 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23514
23515 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23516 (spam-crm114-header, spam-crm114-spam-switch)
23517 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23518 (spam-crm114-positive-spam-header)
23519 (spam-crm114-database-directory, spam-list-of-processors)
23520 (spam-group-spam-processor-crm114-p)
23521 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23522 (spam-generic-score, spam-list-of-checks)
23523 (spam-list-of-statistical-checks, spam-registration-functions)
23524 (spam-check-crm114-headers, spam-crm114-score)
23525 (spam-check-crm114, spam-crm114-register-with-crm114)
23526 (spam-crm114-register-spam-routine)
23527 (spam-crm114-unregister-spam-routine)
23528 (spam-crm114-register-ham-routine)
23529 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23530
23531 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23532
23533 * gnus.el: Add spam-use-crm114.
23534
23535 * spam.el (spam-list-of-processors, spam-registration-functions):
23536 Add spam-use-resend.
23537 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23538 (spam-report-articles-gmane): Add doc fix.
23539 (spam-report-articles-resend, spam-report-resend-register-routine):
23540 Add wrappers around spam-report-resend-to.
23541
23542 * spam-report.el (spam-report-resend-to, spam-report-resend):
23543 Add support for resending spam.
23544 (spam-report-gmane): Fix line length >80.
23545
23546 * gnus.el (spam-process): Add spam-use-resend.
23547
23548 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23549
23550 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23551 number of processed spam messages.
23552 (spam-ham-copy-or-move-routine): Return the number of processed
23553 ham messages.
23554 (spam-summary-prepare-exit): Use the above values to decide
23555 whether status messages shouled be displayed.
23556
23557 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23558
23559 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23560 `rfc2047-encoding-function-alist' in order to avoid conflicting
23561 with the old version.
23562 (rfc2047-encode-region): Concatenate words containing non-ASCII
23563 characters in structured fields; don't encode space-delimited
23564 ASCII words even in unstructured fields; don't break words at
23565 char-category boundaries.
23566 (rfc2047-encode-1): New function.
23567 (rfc2047-encode): Use it; encode text so that it occupies the
23568 maximum width within 76-column; work correctly on Q encoding for
23569 iso-2022-* charsets.
23570 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23571 sure not to break a line just after the header name.
23572 (rfc2047-b-encode-region): Remove.
23573 (rfc2047-b-encode-string): New function.
23574 (rfc2047-q-encode-region): Remove.
23575 (rfc2047-q-encode-string): New function.
23576
23577 * mm-util.el (mm-replace-in-string): New function.
23578
23579 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23580
23581 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23582 Really get it right.
23583 (gnus-inews-make-draft): Really.
23584
23585 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23586
23587 * nnmh.el (nnmh-request-list-1): Don't check the link count
23588 before descending. (small patch)
23589
23590 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23591
23592 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23593 stuff.
23594
23595 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23596 Match on real group name.
23597
23598 * gnus-art.el (gnus-signature-limit): Doc fix.
23599
23600 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23601
23602 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23603
23604 * gnus-draft.el (gnus-draft-send):
23605 Bind rfc2047-encode-encoded-words.
23606
23607 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23608 (rfc2047-encodable-p): Say that =? needs encoding.
23609 (rfc2047-encode-encoded-words): New variable.
23610
23611 * gnus-group.el (gnus-group-select-group): Doc fix.
23612
23613 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23614
23615 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23616 to nil.
23617
23618 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23619
23620 * nnheader.el (nnheader-get-lines-and-char): New function.
23621
23622 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23623
23624 * gnus-msg.el (gnus-summary-followup-with-original):
23625 Document yanking of region when active.
23626
23627 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23628
23629 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23630 groups if the group level is higher than the specified value.
23631
23632 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23633
23634 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23635 (gnus-group-jump-to-group): Add prefix argument using
23636 `gnus-group-jump-to-group-prompt'. Query before jumping to
23637 non-active group.
23638
23639 * compface.el (uncompface): Be verbose when changing
23640 `uncompface-use-external'.
23641
23642 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23643 handle manual section.
23644
23645 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23646
23647 * gnus-art.el (gnus-button-alist): Revert previous change.
23648
23649 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23650
23651 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23652
23653 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23654
23655 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23656 whether backend can accept message.
23657
23658 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23659
23660 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23661
23662 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23663 Avoid creating directory when nntp-marks-is-evil is true.
23664 Reported by Reiner Steib.
23665
23666 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23667
23668 * gnus-picon.el (gnus-picon-insert-glyph):
23669 Add optional `nostring' argument.
23670
23671 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23672
23673 * gnus-picon.el (gnus-picon-style): New variable.
23674 (gnus-picon-transform-address): Support `gnus-picon-style'.
23675
23676 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23677
23678 * message.el (message-fill-field): Return point.
23679 (message-generate-headers): Go to end of field.
23680
23681 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23682 stuff for non-living groups.
23683
23684 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23685
23686 * gnus-art.el (gnus-article-followup-with-original)
23687 (gnus-article-reply-with-original): gnus-mark-active-p ->
23688 gnus-region-active-p.
23689
23690 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23691
23692 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23693 only when there is spam or ham to be processed.
23694
23695 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23696
23697 * mail-source.el (mail-source-delete-crash-box): Refactor.
23698 (mail-source-fetch): Use it.
23699 (mail-source-fetch-file): Ditto.
23700 (mail-source-fetch-directory): Run PostScript in loop.
23701 (mail-source-fetch-pop): Delete.
23702 (mail-source-fetch-maildir): Ditto.
23703 (mail-source-fetch-imap): Ditto.
23704
23705 * imap.el (imap-authenticators): Comment out sasl.
23706
23707 * message.el (message-skip-to-next-address): New function.
23708 (message-fill-header-address): Refactor.
23709 (message-fill-address): Use it.
23710 (message-delete-address): Use it.
23711 (message-fill-header-general): Refactor.
23712 (message-fill-field-address): Rename.
23713 (message-narrow-to-field): Find the start of the header.
23714 (message-header-format-alist): Don't pre-fill.
23715 (message-fill-header): Remove.
23716 (message-insert-header): New function.
23717 (message-shorten-references): Use it.
23718
23719 * rfc2047.el (rfc2047-field-value): Strip props.
23720
23721 * mail-parse.el (mail-header-make-address): New alias.
23722
23723 * ietf-drums.el (ietf-drums-make-address): New function.
23724
23725 * imap.el: Add compiler directives.
23726
23727 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23728
23729 * gnus-art.el (article-decode-idna-rhs): Don't use
23730 message-idna-inside-rhs-p.
23731
23732 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23733
23734 * message.el (message-idna-inside-rhs-p): Remove.
23735 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23736
23737 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23738 false positives.
23739
23740 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23741
23742 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23743
23744 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23745
23746 * nneething.el (nneething-file-name): Don't create spurious
23747 files.
23748
23749 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23750 (gnus-inews-do-gcc): Remove sleep.
23751
23752 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23753 part under point.
23754
23755 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23756 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23757
23758 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23759
23760 * spam.el (spam-summary-prepare-exit): Fix (length).
23761
23762 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23763
23764 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23765 as expired without moving it" message when there are spam
23766 messages left.
23767
23768 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23769
23770 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23771 header is not nil.
23772
23773 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23774
23775 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23776 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23777 (nntp-marks-changed-p): New arg SERVER.
23778 (nntp-request-update-info): Adjust caller.
23779
23780 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23781
23782 * nntp.el (nntp-save-marks): Pass missing arg.
23783
23784 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23785
23786 * nntp.el: Support marks.
23787 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23788 (nntp-marks-modtime, nntp-marks-directory): New variables.
23789 (nntp-request-set-mark, nntp-request-update-info)
23790 (nntp-possibly-create-directory, nntp-marks-changed-p)
23791 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23792 New functions.
23793
23794 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23795
23796 * gnus-score.el (gnus-score-insert-help):
23797 Use gnus-select-lowest-window.
23798
23799 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23800 appt-select-lowest-window and rename to gnus-select-lowest-window.
23801
23802 * gnus.el: do.
23803
23804 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23805
23806 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23807 encodings of MIME-encoded words, in order to improve
23808 interoperability with several broken MUAs.
23809
23810 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23811
23812 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23813 tags, only when charsets are not specified in headers.
23814 (mm-inline-text-html-render-with-w3m): Ditto.
23815
23816 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23817
23818 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23819 instead of MIME-decoded from fields when checking
23820 `gnus-article-address-banner-alist'.
23821
23822 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23823
23824 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23825 description rather than subject.
23826
23827 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23828
23829 * gnus.el (gnus-version-number): Bump.
23830
23831 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23832
23833 * gnus.el: No Gnus v0.2 is released.
23834
23835 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23836
23837 * gnus-agent.el (gnus-agent-read-agentview):
23838 Inline gnus-uncompress-range.
23839
23840 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23841
23842 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23843 `exec-installed-p'.
23844
23845 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23846
23847 * gnus.el (spam-process, spam-autodetect-methods):
23848 Add bsfilter and bsfilter-headers.
23849
23850 * spam.el (spam-bsfilter): New customize group.
23851 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23852 (spam-bsfilter-header, spam-bsfilter-probability-header)
23853 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23854 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23855 (spam-bsfilter-database-directory): New options.
23856 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23857 (spam-list-of-statistical-checks, spam-registration-functions):
23858 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23859 (spam-bsfilter-score): New command.
23860 (spam-check-bsfilter-headers, spam-check-bsfilter)
23861 (spam-bsfilter-register-with-bsfilter)
23862 (spam-bsfilter-register-spam-routine)
23863 (spam-bsfilter-unregister-spam-routine)
23864 (spam-bsfilter-register-ham-routine)
23865 (spam-bsfilter-unregister-ham-routine): New functions.
23866 (spam-generic-score): Support bsfilter; Accept an optional argument
23867 to recalcurate spam score even if scoring header has already been
23868 added.
23869 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23870 optional argument to recalcurate spam score even if scoring header
23871 has already been added.
23872
23873 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23874
23875 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23876 strings! Reported by David D. Smith <davidsmith@acm.org>.
23877 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23878 link is missing.
23879
23880 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23881
23882 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23883 (html2text-get-attr): Rewrite.
23884
23885 * message.el (message-setup-1): Remove redundant put-text-property
23886 on mail-header-separator.
23887
23888 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23889
23890 * gnus-registry.el (gnus-registry-cache-whitespace)
23891 (gnus-registry-action, gnus-registry-spool-action)
23892 (gnus-registry-split-fancy-with-parent): Change message levels
23893 from 5 to 3 or 7, as needed.
23894
23895 * spam.el (spam-summary-prepare-exit)
23896 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23897 (spam-split, spam-find-spam, spam-log-undo-registration)
23898 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23899 level from 5 to 6.
23900
23901 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23902
23903 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23904 2004-03-04 change).
23905
23906 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23907
23908 * sieve-manage.el (sieve-manage-open):
23909 * nnweb.el (nnweb-insert-html):
23910 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23911 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23912 * nnspool.el (nnspool-request-group):
23913 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23914 * nnml.el (nnml-request-update-info):
23915 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23916 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23917 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23918 (nnimap-request-set-mark):
23919 * nnfolder.el (nnfolder-request-update-info):
23920 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23921 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23922 * gnus-uu.el (gnus-uu-find-articles-matching):
23923 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23924 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23925 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23926 * gnus-nocem.el (gnus-nocem-scan-groups):
23927 * gnus-int.el (gnus-start-news-server):
23928 * gnus-group.el (gnus-group-make-kiboze-group)
23929 (gnus-group-browse-foreign-server):
23930 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23931 Use mapc when appropriate.
23932
23933 2004-04-22 Dan Christensen <jdc@uwo.ca>
23934 Adam Sjøgren <asjo@koldfront.dk>
23935 Wes Hardaker <wes@hardakers.net>
23936 Michael Shields <shields@msrl.com>
23937
23938 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23939 may need for spam sorting and scoring.
23940 (spam-user-format-function-S): Add user format function suitable for
23941 general use.
23942 (spam-article-sort-by-spam-status): Add sorting function for summary
23943 sorting.
23944 (spam-extra-header-to-number): Add function to get a score from a
23945 header.
23946 (spam-summary-score): Add function to get a numeric score from the
23947 headers.
23948 (spam-generic-score): Fix function doc, was in wrong place.
23949 (spam-initialize): Take symbols when it's run, and install the
23950 extra headers that spam-necessary-extra-headers thinks we need.
23951
23952 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23953
23954 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23955 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23956
23957 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23958
23959 * gnus-sum.el (gnus-set-global-variables)
23960 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23961 (gnus-article-get-xrefs, gnus-summary-best-group)
23962 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23963 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23964 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23965 Use with-current-buffer.
23966
23967 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23968
23969 * spam.el (spam-summary-prepare-exit): Simplify logic.
23970 (spam-fetch-article-header): Read the article header if it's not
23971 available.
23972 (spam-list-articles): Simplify logic.
23973 (spam-filelist-register-routine): Fix bug with unregister-list.
23974
23975 * gnus-registry.el: Fix comments at beginning.
23976
23977 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23978
23979 * message.el (message-cater-to-broken-inn): Remove.
23980 (message-shorten-references): Make sure the total folded length of
23981 References is shorter than 998 characters to cater to a bug in INN
23982 2.3. Also, don't pretend that references aren't folded -- this
23983 hasn't worked for a while.
23984
23985 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23986
23987 * gnus-agent.el (gnus-agentize):
23988 gnus-agent-send-mail-real-function no longer set to current value
23989 of message-send-mail-function but rather a lambda that calls
23990 message-send-mail-function. The change makes the agent real-time
23991 responsive to user changes to message-send-mail-function.
23992
23993 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23994
23995 * legacy-gnus-agent.el
23996 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23997 help from Florian Weimer <fw@deneb.enyo.de>
23998
23999 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24000
24001 * nnmail.el (nnmail-cache-insert): Revert last change.
24002
24003 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24004
24005 * nnmail.el (nnmail-cache-insert): Always check whether
24006 nnmail-cache-ignore-groups matches a group name.
24007
24008 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24009
24010 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24011 (spam-find-spam, spam-log-processing-to-registry)
24012 (spam-log-registered-p, spam-log-unregistration-needed-p)
24013 (spam-log-undo-registration): Use gnus-message instead of
24014 gnus-error, none of these errors are fatal.
24015
24016 * gnus-registry.el (gnus-registry-clean-empty-function)
24017 (gnus-registry-clean-empty): Remove only empty entries without
24018 extra data.
24019
24020 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24021
24022 * spam-stat.el (spam-stat-buffer-change-to-spam)
24023 (spam-stat-buffer-change-to-non-spam): Change (error) to
24024 (gnus-message 8) invocation.
24025
24026 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24027
24028 * nntp.el (nntp-via-netcat-command): New variable.
24029 (nntp-via-netcat-switches): New variable.
24030 (nntp-open-via-rlogin-and-netcat): New function.
24031 (nntp-open-connection-function): Doc fix.
24032 (nntp-telnet-command): Doc fix.
24033 (nntp-end-of-line): Doc fix.
24034 (nntp-via-rlogin-command): Doc fix.
24035 (nntp-via-user-name): Doc fix.
24036 (nntp-via-address): Doc fix.
24037
24038 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24039
24040 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24041 error in Emacs 21.1.
24042
24043 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24044
24045 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24046
24047 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24048
24049 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24050 (gnus-agent-with-refreshed-group): New macro.
24051 (gnus-agent-rename-group): New function.
24052 (gnus-agent-delete-group): New function.
24053 (gnus-agent-save-group-info): Use gnus-command-method when
24054 `method' parameter is nil. Don't write nil entries into the
24055 active file.
24056 (gnus-agent-get-group-info): New function.
24057 (gnus-agent-fetch-articles):
24058 Use gnus-agent-update-files-total-fetched-for to increment disk space
24059 used.
24060 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24061 Use gnus-agent-update-view-total-fetched-for to increment disk space
24062 used.
24063 (gnus-agent-get-local): Add optional parameters to avoid calling
24064 gnus-group-real-name and gnus-find-method-for-group.
24065 (gnus-agent-set-local): Delete stored entry if either min, or max,
24066 are nil.
24067 (gnus-agent-fetch-session): Reworded error/quit messages.
24068 On quit, use gnus-agent-regenerate-group to record existence of any
24069 articles fetched to disk before the quit occurred.
24070 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24071 gnus-agent-update-view-total-fetched-for, and
24072 gnus-agent-update-files-total-fetched-for to decrement disk space
24073 used.
24074 (gnus-agent-retrieve-headers):
24075 Use gnus-agent-update-view-total-fetched-for to increment disk space
24076 used.
24077 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24078 with gnus-agent-update-files-total-fetched-for to decrement disk
24079 space and fresh group buffer.
24080 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24081 (gnus-agent-need-update-total-fetched-for): New variable.
24082 (gnus-agent-update-files-total-fetched-for): New function.
24083 (gnus-agent-update-view-total-fetched-for): New function.
24084 (gnus-agent-total-fetched-for): New function.
24085
24086 * gnus-cache.el (gnus-cache-save-buffers):
24087 Use gnus-cache-update-overview-total-fetched-for to change disk space
24088 used by this group.
24089 (gnus-cache-possibly-enter-article):
24090 Use gnus-cache-update-file-total-fetched-for to increment disk space
24091 used by this group.
24092 (gnus-cache-possibly-remove-article):
24093 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24094 used by this group.
24095 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24096 (gnus-cache-rename-group): New function.
24097 (gnus-cache-delete-group): New function.
24098 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24099 (gnus-cache-need-update-total-fetched-for): New variable.
24100 (gnus-cache-with-refreshed-group): New macro.
24101 (gnus-cache-update-file-total-fetched-for): New function.
24102 (gnus-cache-update-overview-total-fetched-for): New function.
24103 (gnus-cache-rename-group-total-fetched-for): New function.
24104 (gnus-cache-delete-group-total-fetched-for): New function.
24105 (gnus-cache-total-fetched-for): New function.
24106
24107 * gnus-group.el: Require gnus-sum and autoload functions to
24108 resolve warnings when gnus-group.el compiled alone.
24109 (gnus-group-line-format): Documented new %F.
24110 (size of Fetched data) group line format; identifies disk space
24111 used by agent and cache.
24112 (gnus-group-line-format-alist): Defined new F format.
24113 (gnus-total-fetched-for): New function.
24114 (gnus-group-delete-group): No longer update
24115 gnus-cache-active-altered as gnus-request-delete-group now keeps
24116 the cache in sync.
24117 (gnus-group-list-active): Let the agent store a server's active
24118 list if currently plugged.
24119
24120 * gnus-int.el (gnus-request-delete-group):
24121 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24122 local disk in sync with the server.
24123 (gnus-request-rename-group):
24124 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24125 local disk in sync with the server.
24126
24127 * gnus-start.el (gnus-get-unread-articles):
24128 Cosmetic simplification to logic.
24129
24130 * gnus-util.el (gnus-rename-file): New function.
24131
24132 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24133
24134 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24135
24136 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24137
24138 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24139 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24140
24141 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24142
24143 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24144 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24145
24146 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24147
24148 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24149
24150 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24151
24152 * spam.el (spam-set-difference): Add function to replace
24153 gnus-set-difference in spam.el.
24154 (spam-summary-prepare-exit): Use spam-set-difference.
24155
24156 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24157
24158 * gnus-registry.el (gnus-registry-cache-file): Update to use
24159 gnus-dribble-directory OR gnus-home-directory OR ~.
24160 (gnus-registry-split-fancy-with-parent): Fix doc.
24161
24162 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24163
24164 * message.el (message-exchange-point-and-mark):
24165 Use message-mark-active-p. Suggested by Jesper Harder
24166 <harder@ifa.au.dk>.
24167
24168 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24169
24170 * message.el (message-exchange-point-and-mark): Don't activate
24171 region if it was inactive. Suggested by Hiroshi Fujishima
24172 <pooh@nature.tsukuba.ac.jp>.
24173
24174 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24175
24176 * gnus-art.el (article-display-face): Display Faces in the same
24177 order as X-Faces.
24178
24179 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24180
24181 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24182
24183 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24184
24185 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24186 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24187 (gnus-article-mime-hierarchy): Remove.
24188 (gnus-article-mime-hierarchy-next): Remove.
24189 (gnus-article-mode): Revert 2004-03-19 change.
24190 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24191 (gnus-insert-mime-button): Revert 2004-03-19 change.
24192 (gnus-mime-accumulate-hierarchy): Remove.
24193 (gnus-mime-enter-multipart): Remove.
24194 (gnus-mime-leave-multipart): Remove.
24195 (gnus-mime-display-part): Revert 2004-03-19 change.
24196 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24197
24198 * mml.el (mml-preview): Revert 2004-03-19 change.
24199
24200 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24201
24202 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24203
24204 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24205
24206 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24207 t while entering a file name using the mm-with-multibyte macro.
24208 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24209
24210 * mm-util.el (mm-with-multibyte): New macro.
24211
24212 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24213
24214 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24215 New user option.
24216 (gnus-mime-multipart-functions): Doc and customization fix.
24217 (gnus-article-mime-hierarchy): New variable.
24218 (gnus-article-mime-hierarchy-next): New variable.
24219 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24220 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24221 gnus-article-mime-hierarchy-next to nil.
24222 (gnus-insert-mime-button): Show hierarchy numbers.
24223 (gnus-mime-accumulate-hierarchy): New function.
24224 (gnus-mime-enter-multipart): New function.
24225 (gnus-mime-leave-multipart): New function.
24226 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24227 (gnus-mime-display-alternative): Show hierarchy numbers.
24228
24229 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24230 gnus-article-mime-hierarchy-next to nil.
24231
24232 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24233
24234 * dns.el: Don't require gnus-xmas.
24235
24236 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24237
24238 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24239 inline PGP.
24240 (mml-menu): Disable mml-quote-region if mark is inactive.
24241
24242 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24243
24244 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24245 when the group's active is not available.
24246
24247 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24248
24249 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24250 error.
24251
24252 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24253
24254 * imap.el (imap-store-password): New variable.
24255 (imap-interactive-login): Use it.
24256 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24257
24258 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24259
24260 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24261 window-start and hscroll to summary window.
24262
24263 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24264
24265 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24266 conversion message to newsrc-dribble when an actual conversion is
24267 performed.
24268
24269 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24270
24271 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24272
24273 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24274
24275 * mm-decode.el (mm-complicated-handles): New function reviving
24276 former definition of mm-multiple-handles.
24277
24278 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24279 (gnus-mime-delete-part): Use it.
24280
24281 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24282
24283 * gnus-agent.el (gnus-agent-read-local):
24284 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24285 avoid the implicit assumption that they will always be equal.
24286 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24287 coding-system-for-write, as the with-temp-file macro first prints
24288 to a buffer then saves the buffer.
24289
24290 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24291
24292 * gnus-art.el (gnus-article-edit-part): New function.
24293 (gnus-mime-save-part-and-strip): Use it; do query instead of
24294 signaling an error; don't use mm-multiple-handles.
24295 (gnus-mime-delete-part): Ditto.
24296
24297 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24298
24299 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24300 old file versions.
24301 (gnus-group-prepare-hook): Remove function that converted list
24302 form of gnus-agent-expire-days to group properties.
24303
24304 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24305 (gnus-request-accept-article): Re-indented.
24306
24307 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24308 converters to handle old agent file formats. Add logic for a
24309 "backup before upgrading warning".
24310 (gnus-convert-mark-converter-prompt): Developers can mark
24311 functions as needing (default), or not needing,
24312 gnus-convert-old-newsrc's "backup before upgrading warning".
24313 (gnus-convert-converter-needs-prompt): Tests whether the user
24314 should be protected from potentially irreversable changes by the
24315 function.
24316
24317 * legacy-gnus-agent.el: New. Provides converters that are only
24318 loaded when gnus-convert-old-newsrc needs to call them.
24319
24320 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24321
24322 * mail-source.el (mail-source-touch-pop): Doc fix.
24323
24324 * message.el (message-smtpmail-send-it): Doc fix.
24325
24326 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24327
24328 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24329
24330 * nnmail.el (nnmail-split-fancy): do.
24331
24332 * gnus-kill.el (gnus-kill, gnus-execute): do.
24333
24334 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24335
24336 * gnus-sum.el (gnus-widget-reversible-match)
24337 (gnus-widget-reversible-to-internal)
24338 (gnus-widget-reversible-to-external): New functions.
24339 (gnus-widget-reversible): New widget.
24340 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24341
24342 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24343
24344 * gnus-sum.el (gnus-thread-sort-functions)
24345 (gnus-article-sort-functions): Document `(not F)' items.
24346
24347 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24348
24349 * spam.el (spam-use-gmane-xref): Add new backend.
24350 (spam-gmane-xref-spam-group): Add variable to control the name of the
24351 Gmane spam group.
24352 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24353 (spam-regex-headers-spam, spam-regex-headers-ham)
24354 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24355 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24356 backends and checks.
24357 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24358
24359 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24360 an autodetect method.
24361
24362 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24363
24364 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24365 articles are being added to a group.
24366 (gnus-request-replace-article): Inform the agent that articles
24367 need to be uncached as the cached contents are no longer valid.
24368
24369 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24370
24371 * binhex.el: Don't autoload executable-find.
24372
24373 * canlock.el: Don't autoload mail-fetch-field.
24374
24375 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24376
24377 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24378 rmail-dont-reply-to and rmail-output.
24379
24380 * gnus-score.el: Don't autoload ffap-string-at-point.
24381
24382 * gnus-setup.el: Don't autoload sc-cite-original.
24383
24384 * imap.el: Don't autoload base64-decode-string,
24385 base64-encode-string and md5.
24386
24387 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24388 and rmail-msg-restore-non-pruned-header.
24389
24390 * mm-decode.el: Don't autoload executable-find.
24391
24392 * mm-url.el: Don't autoload executable-find.
24393
24394 * mm-view.el: Don't autoload diff-mode.
24395
24396 * nndb.el: Don't autoload news-reply-mode, news-setup,
24397 cancel-timer and telnet.
24398
24399 * password.el: Don't autoload run-at-time for Emacs.
24400
24401 * sha1-el.el: Don't autoload executable-find.
24402
24403 * sieve-mode.el: Don't autoload c-mode.
24404
24405 * uudecode.el: Don't autoload executable-find.
24406
24407 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24408
24409 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24410 (gnus-agent-possibly-alter-active): Avoid null in numeric
24411 comparison.
24412 (gnus-agent-set-local): Refuse to save null in local object table.
24413 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24414 list of articles that will be marked as unread.
24415
24416 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24417
24418 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24419
24420 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24421
24422 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24423 language tags.
24424
24425 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24426
24427 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24428 Don't bind "obarray".
24429
24430 * gnus-sum.el (gnus-thread-sort-functions):
24431 Add `gnus-thread-sort-by-most-recent-number' and
24432 `gnus-thread-sort-by-most-recent-date'.
24433 Reported by Kai Grossjohann <kai@emptydomain.de>.
24434
24435 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24436
24437 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24438
24439 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24440
24441 * gnus-cus.el (gnus-agent-customize-category):
24442 Remove ignore-errors macro reference that required cl to be loaded at
24443 run-time.
24444
24445 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24446 single-interval range of the form (min . max). Previously the
24447 range had to look like ((min . max)). Likewise, return
24448 (min . max) rather than ((min . max)).
24449 (gnus-range-map): Use gnus-range-normalize to accept
24450 single-interval range.
24451
24452 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24453 the cache, but not the agent, now appear with their usual face.
24454
24455 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24456
24457 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24458 w3m-safe-url-regexp variable buffer-local.
24459
24460 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24461
24462 2004-02-27 Simon Josefsson <jas@extundo.com>
24463
24464 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24465 gnus-group-real-prefix.
24466 (gnus-summary-move-article): Use it, instead of
24467 gnus-group-real-prefix.
24468
24469 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24470
24471 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24472 w3m-safe-url-regexp variable buffer-local and set it as the value
24473 of mm-w3m-safe-url-regexp.
24474
24475 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24476
24477 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24478 parsing gnus-posting-styles when the message is not for replying.
24479
24480 * nnrss.el (nnrss-opml-export):
24481 Use mm-set-buffer-file-coding-system instead of
24482 set-buffer-file-coding-system.
24483
24484 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24485
24486 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24487 of checkdoc.el).
24488 * nnrss.el: do.
24489 * gnus-mlspl.el: do.
24490 * gnus-ml.el: do.
24491 * gnus-srvr.el: do.
24492
24493 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24494
24495 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24496
24497 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24498 Corrections to custom-manual links.
24499
24500 * gnus-art.el (gnus-article): Ditto.
24501
24502 * mm-decode.el (mime-display, mime-security): Ditto.
24503
24504 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24505
24506 * flow-fill.el: Typo.
24507
24508 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24509
24510 * spam-wash.el: New file.
24511
24512 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24513
24514 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24515
24516 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24517
24518 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24519 to be run with new-articles as LIST1, not LIST2.
24520 (spam-registration-functions): Add spam-use-ham-copy as a nil
24521 registration backend.
24522
24523 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24524
24525 * spam-stat.el (spam-stat-washing-hook): New option.
24526 (spam-stat-buffer-words): Use it.
24527 (spam-stat-process-directory, spam-stat-test-directory):
24528 Use insert-file-contents-literally.
24529 (spam-stat-coding-system): New variable.
24530 (spam-stat-load, spam-stat-save): Use it.
24531
24532 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24533
24534 * spam-report.el (spam-report-plug-agent):
24535 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24536
24537 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24538
24539 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24540 Allow / in mailto URLs.
24541
24542 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24543
24544 * spam-report.el (spam-report-process-queue): Fix interactive use.
24545 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24546 (spam-report-unplug-agent): Doc fixes.
24547 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24548 (spam-report-agentize, spam-report-deagentize):
24549 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24550
24551 * message.el (message-setup-fill-variables): Add mml tags to
24552 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24553 <ajk@iu.edu>.
24554 (message-mode): Don't modify paragraph-separate there.
24555
24556 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24557
24558 * compface.el (uncompface-use-external): Default to undecided.
24559 (uncompface-use-external-threshold): New variable.
24560 (uncompface-float-time): New macro.
24561 (uncompface): Determine whether to use the external decoder if
24562 uncompface-use-external is undecided.
24563
24564 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24565
24566 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24567 after images.
24568
24569 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24570
24571 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24572
24573 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24574
24575 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24576
24577 * gnus-sum.el (gnus-summary-limit-to-age)
24578 (gnus-summary-limit-children): do.
24579
24580 * gnus-int.el (gnus-request-scan): do.
24581
24582 * gnus-group.el (gnus-group-suspend): do.
24583
24584 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24585
24586 * gnus-cite.el (gnus-cite-parse-attributions): do.
24587
24588 * gnus-agent.el (gnus-summary-set-agent-mark)
24589 (gnus-agent-regenerate-group): do.
24590
24591 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24592
24593 * binhex.el (binhex-decode-region-internal): do.
24594
24595 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24596
24597 * gnus-fun.el (gnus-face-properties-alist): New user option.
24598 (gnus-display-x-face-in-from): Use it.
24599
24600 * gnus-art.el (article-display-face): Ditto.
24601
24602 * compface.el (uncompface-use-external): Default to nil.
24603
24604 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24605
24606 * nntp.el (nntp-erase-buffer): New function.
24607 (nntp-retrieve-data, nntp-send-command)
24608 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24609 (nntp-possibly-change-group): Use it.
24610
24611 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24612 Use with-current-buffer.
24613
24614 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24615
24616 * compface.el: Merge the ELisp-based uncompface program.
24617 (compface): New customization group.
24618 (uncompface-use-external): New user option.
24619 (uncompface): Call uncompface-internal if uncompface-use-external
24620 is nil.
24621 (uncompface-internal): New function. Note that there are also
24622 some other functions and variables added for this function.
24623
24624 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24625
24626 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24627 if necessary.
24628
24629 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24630
24631 * spam-report.el (spam-report-unplug-agent)
24632 (spam-report-plug-agent, spam-report-deagentize)
24633 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24634 Add support for the Agent in spam-report: when unplugged, report to a
24635 file; when plugged, submit all the requests.
24636
24637 * spam.el (spam-register-routine): Fix message about
24638 registration.
24639
24640 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24641
24642 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24643 dependencies.
24644 (rfc2047-encode): Use it.
24645
24646 * gnus-art.el (gnus-button-marker-list): Move before first
24647 reference.
24648
24649 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24650 (imap-parse-body): Fix format string mismatch.
24651
24652 * gnus-score.el (gnus-summary-increase-score): do.
24653
24654 * nnrss.el (nnrss-close): New function.
24655
24656 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24657
24658 * nnrss.el (nnrss-make-filename): New function.
24659 (nnrss-request-delete-group, nnrss-read-server-data)
24660 (nnrss-save-server-data, nnrss-read-group-data)
24661 (nnrss-save-group-data): Use it.
24662 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24663 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24664 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24665
24666 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24667
24668 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24669
24670 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24671
24672 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24673 files.
24674
24675 * message.el (message-generate-headers-first): Don't quote nil
24676 and t in docstrings.
24677
24678 * imap.el (imap-id): do.
24679
24680 * gnus-agent.el (gnus-agent-consider-all-articles)
24681 (gnus-agent-queue-mail): do.
24682
24683 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24684
24685 * spam-report.el (spam-report-process-queue): New function.
24686 Process requests from `spam-report-requests-file'.
24687 (spam-report-process-queue): Doc fix.
24688
24689 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24690
24691 * spam.el (spam-register-routine)
24692 (spam-log-processing-to-registry, spam-log-registered-p)
24693 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24694 Change "check" to "spam-check" for semi-clarity.
24695
24696 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24697
24698 * pop3.el: Require nnheader.
24699
24700 * mml-smime.el: Require cl. Autoload message-fetch-field.
24701
24702 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24703
24704 * gnus-picon.el: Require cl.
24705
24706 * gnus-fun.el: Require gnus-ems and gnus-util.
24707
24708 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24709
24710 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24711
24712 * gnus-art.el (gnus-article-edit-mode): Define before first
24713 reference.
24714
24715 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24716
24717 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24718 (gnus-uu-post-encoded): Use point-at-bol.
24719
24720 * gnus-topic.el (gnus-group-active-topic-p): do.
24721
24722 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24723
24724 * gnus-group.el (gnus-group-kill-region): do.
24725
24726 * gnus-art.el (article-date-ut): do.
24727
24728 * message.el (message-fetch-field): Remove redundant
24729 case-fold-search binding.
24730 (message-narrow-to-field): Simplify.
24731
24732 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24733
24734 * spam.el (spam-directory): Derive from `gnus-directory'.
24735
24736 * spam-report.el (spam-report-url-to-file)
24737 (spam-report-requests-file): New function and variable for offline
24738 reporting.
24739 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24740 and user defined function.
24741 (spam-report-url-ping-mm-url): Remove doubled slash.
24742
24743 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24744
24745 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24746
24747 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24748
24749 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24750 Fix format string mismatch.
24751
24752 * sieve.el (sieve-deactivate-all): do.
24753
24754 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24755
24756 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24757
24758 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24759
24760 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24761
24762 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24763
24764 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24765 the list of checks.
24766
24767 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24768
24769 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24770 padding.
24771
24772 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24773
24774 * mm-view.el (mm-fill-flowed): New variable.
24775 (mm-inline-text): Use it.
24776
24777 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24778
24779 * spam.el (spam-spamassassin-register-ham-routine)
24780 (spam-spamassassin-register-spam-routine): Fix function names.
24781
24782 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24783
24784 * gnus.el (gnus-tmp-grouplens): Remove.
24785 (gnus-summary-line-format): Remove grouplens.
24786
24787 * gnus-group.el (gnus-group-line-format): Ditto.
24788
24789 * gnus-spec.el (gnus-format-specs): Ditto.
24790 (gnus-update-format-specifications): Flush the group format spec
24791 cache if there's the grouplens stuff.
24792 (gnus-parse-simple-format): Replace %l with the empty string.
24793
24794 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24795
24796 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24797 omission.
24798
24799 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24800
24801 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24802 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24803
24804 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24805
24806 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24807 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24808 New macros and functions.
24809 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24810 Handle > NLINK_MAX messages.
24811 * nnmaildir.el (nnmaildir-request-set-mark):
24812 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24813
24814 2004-01-25 Alex Schroeder <alex@gnu.org>
24815
24816 * spam-stat.el (spam-stat-process-directory-age): New option.
24817 (spam-stat-process-directory): Use it.
24818
24819 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24820
24821 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24822 (spam-stat-save): Accept prefix argument.
24823
24824 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24825
24826 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24827 links" error.
24828
24829 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24830
24831 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24832 compatibility with old .newsrc.eld files.
24833
24834 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24835
24836 * gnus-start.el (gnus-1): do.
24837
24838 * gnus-group.el (gnus-group-line-format-alist): do.
24839
24840 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24841
24842 * gnus-gl.el: Remove.
24843
24844 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24845
24846 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24847 marks consisting of a single range {for example, (3 . 5)} rather
24848 than a list of a single range { ((3 . 5)) }.
24849
24850 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24851
24852 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24853 Use with-current-buffer.
24854 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24855 avoid consing a string.
24856
24857 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24858 Remove obsolete entries for big5 and gb2312.
24859
24860 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24861
24862 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24863 uncompressed list.
24864
24865 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24866
24867 * spam-stat.el (spam-stat-strip-xref): New function.
24868 (spam-stat-process-directory): Use it.
24869
24870 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24871 here -- it's done in message-fetch-field.
24872
24873 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24874
24875 * gnus-agent.el (gnus-agent-queue-mail)
24876 (gnus-agent-prompt-send-queue): New variables.
24877 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24878 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24879 "nndraft:queue" along to gnus-draft-send.
24880 Use gnus-agent-prompt-send-queue.
24881 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24882 is "nndraft:queue". Suggested by Gaute Strokkenes
24883 <gs234@srcf.ucam.org>
24884
24885 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24886 (agent-enable-undownloaded-faces): Add.
24887 (gnus-agent-cat-groups): Use eval-and-compile, not
24888 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24889 method of gnus-agent-cat-groups even when the buffer has been
24890 evalled.
24891 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24892 delete gnus-agent-save-active-1.
24893 (gnus-agent-save-groups): Delete. Identical to
24894 gnus-agent-save-active.
24895 (gnus-agent-write-active): No longer adjust agent's copy of active
24896 file as agent's adjustments are now stored in their own
24897 file. Remove optional parameter.
24898 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24899 servers. Add use of min/max range limits from server's local
24900 file.
24901 (gnus-agent-save-alist): Remove unused optional argument.
24902 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24903 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24904 (gnus-agent-set-local): A per-server file that keeps min/max range
24905 limits for articles known to the agent. Provides a fast mechanism
24906 for altering many active ranges.
24907 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24908 active file (local makes it unnecessary).
24909 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24910
24911 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24912 (agent-enable-undownloaded-faces): Add.
24913
24914 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24915 disable it when sending to "nndraft:queue".
24916 (gnus-group-send-queue): Add safety check to avoid sending queue
24917 when unplugged.
24918
24919 * gnus-group.el (gnus-group-catchup): Use new
24920 gnus-sequence-of-unread-articles, not
24921 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24922 numbers of articles. Use gnus-range-map to avoid having to
24923 uncompress the unread list.
24924 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24925 Fix invalid ange-ftp reference.
24926
24927 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24928 (gnus-sorted-range-intersection): Intersection of two ranges
24929 without requiring that they first be uncompressed.
24930
24931 * gnus-start.el (gnus-activate-group): Unless blocked by the
24932 caller, possibly expand the active range to include both cached
24933 and agentized articles.
24934 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24935 multiple version-dependent converters.
24936 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24937 gnus-agent-save-active.
24938 (gnus-save-newsrc-file): Save dirty agent range limits.
24939
24940 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24941 gnus-agent-possibly-alter-active.
24942 (gnus-adjust-marked-articles): Faster handling of simple lists.
24943
24944 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24945
24946 * spam-stat.el (spam-stat-test-directory): New optional argument
24947 displays a list of files detected. Suggested by Andrew Cohen
24948 <cohen@andy.bu.edu>.
24949 (spam-stat-buffer-words-with-scores): Don't narrow and change
24950 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24951
24952 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24953
24954 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24955 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24956 (spam-spamassassin-arguments)
24957 (spam-spamassassin-spam-flag-header)
24958 (spam-spamassassin-positive-spam-flag-header)
24959 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24960 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24961 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24962 (spam-list-of-processors, spam-list-of-checks)
24963 (spam-list-of-statistical-checks, spam-registration-functions)
24964 (spam-check-spamassassin-headers, spam-check-spamassassin)
24965 (spam-spamassassin-score)
24966 (spam-spamassassin-register-with-sa-learn)
24967 (spam-spamassassin-register-spam-routine)
24968 (spam-spamassassin-register-ham-routine)
24969 (spam-assassin-register-spam-routine)
24970 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24971 (spam-bogofilter-score): Fix to show article before scoring.
24972
24973 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24974
24975 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24976 default scoring function.
24977 (spam-generic-score): Call spam-spamassassin-score if
24978 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24979 spam-bogofilter-score otherwise.
24980
24981 * gnus.el (spam-process, spam-autodetect-methods):
24982 Add spamassassin and spamassassin-headers.
24983
24984 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24985
24986 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24987 Suppress unnecessary messages.
24988
24989 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24990
24991 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24992 make-hash-table.
24993
24994 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24995
24996 * canlock.el (base64-encode-string): Don't autoload it.
24997
24998 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24999
25000 * run-at-time.el: Remove useless (require 'itimer),
25001 eval-and-compile and (featurep 'xemacs).
25002
25003 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25004
25005 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25006 GROUP is a virtual group.
25007
25008 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25009
25010 * gnus.el: Autoload `message-y-or-n-p'.
25011
25012 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25013
25014 * pgg-parse.el: Remove unnecessary (require 'custom).
25015
25016 * pgg-def.el: do.
25017
25018 * nnmail.el: do.
25019
25020 * gnus-undo.el: do.
25021
25022 * gnus-picon.el: do.
25023
25024 * gnus-util.el: do.
25025
25026 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25027
25028 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25029
25030 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25031
25032 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25033 handle, as well as a list.
25034
25035 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25036 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25037 (mm-w3m-cid-retrieve): Simplify.
25038
25039 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25040
25041 * message.el (message-kill-to-signature): Allow prefix arg to
25042 specify number of lines to keep before signature.
25043
25044 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25045
25046 * message.el (message-kill-to-signature): Change docstring.
25047
25048 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25049
25050 * canlock.el: Always require sha1-el.
25051 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25052
25053 * message.el: Autoload sha1 only when compiling.
25054
25055 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25056
25057 * message.el (message-canlock-generate): Require sha1-el.
25058
25059 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25060
25061 * message.el (message-expand-name): Silence the byte compiler.
25062
25063 2004-01-13 Simon Josefsson <jas@extundo.com>
25064
25065 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25066 Invoke gnus-score-mode.
25067 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25068
25069 * gnus-range.el (gnus-compress-sequence): Doc fix.
25070 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25071
25072 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25073
25074 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25075
25076 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25077
25078 * spam.el (spam-get-article-as-string): Update to use
25079 gnus-request-article-this-buffer, much simpler.
25080 (spam-get-article-as-buffer): Remove.
25081
25082 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25083
25084 * message.el (message-expand-name): Use EUDC if the user uses that.
25085
25086 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25087
25088 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25089 character for the encoding to avoid consing a string.
25090
25091 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25092 unnecessarily.
25093
25094 * mm-util.el (mm-replace-chars-in-string): Remove.
25095
25096 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25097 of mm-replace-chars-in-string.
25098
25099 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25100
25101 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25102
25103 * mm-util.el (mm-subst-char-in-string): Support inplace.
25104
25105 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25106 a new string in every iteration. Use shy groups.
25107
25108 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25109
25110 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25111 * gnus-soup.el (gnus-soup-group-brew):
25112 * gnus-msg.el (gnus-put-message):
25113 * gnus-move.el (gnus-group-move-group-to-server):
25114 * gnus-kill.el (gnus-batch-score):
25115 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25116 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25117 (gnus-group-update-group, gnus-group-read-group)
25118 (gnus-group-make-group, gnus-group-make-help-group)
25119 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25120 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25121 (gnus-group-sort-by-unread, gnus-group-catchup)
25122 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25123 (gnus-group-yank-group, gnus-group-set-info)
25124 (gnus-group-list-groups):
25125 * gnus.el (gnus-generate-new-group-name):
25126 * gnus-delay.el (gnus-delay-send-queue):
25127 * nnvirtual.el (nnvirtual-catchup-group):
25128 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25129 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25130 (gnus-group-prepare-topics, gnus-topic-check-topology):
25131 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25132 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25133 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25134 (gnus-group-make-articles-read):
25135 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25136 (gnus-group-change-level, gnus-kill-newsgroup)
25137 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25138 (gnus-get-unread-articles, gnus-make-articles-unread)
25139 (gnus-make-ascending-articles-unread): Use accessor
25140 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25141 to get group information for improved readability.
25142
25143 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25144
25145 * gnus-art.el (article-decode-mime-words, article-babel)
25146 (gnus-article-highlight-signature, gnus-article-add-buttons)
25147 (gnus-signature-toggle): Use gnus-with-article-buffer.
25148
25149 * gnus-art.el (gnus-article-highlight-headers)
25150 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25151
25152 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25153 (gnus-article-set-globals, gnus-request-article-this-buffer)
25154 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25155 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25156 (gnus-mime-display-alternative): Use with-current-buffer.
25157
25158 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25159
25160 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25161 also under 80 char limit, and call gnus-error if needed.
25162 (spam-fetch-article-header): Fix - it was a
25163 buffer-local variable (gnus-newsgroup-data).
25164 (spam-find-spam): Use spam-generate-fake-headers, forget about
25165 spam-insert-fake-headers.
25166 (spam-insert-fake-headers): Remove.
25167
25168 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25169
25170 * deuglify.el (gnus-article-outlook-unwrap-lines)
25171 (gnus-outlook-rearrange-article)
25172 (gnus-outlook-repair-attribution-outlook)
25173 (gnus-outlook-repair-attribution-block)
25174 (gnus-outlook-repair-attribution-other): Remove redundant
25175 save-excursion.
25176
25177 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25178
25179 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25180 (spam-fetch-field-subject-fast)
25181 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25182 (spam-fetch-article-header): Add functions to deal with Gnus
25183 internals for fast retrieval of article header data.
25184 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25185
25186 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25187
25188 * pop3.el (pop3-md5): Remove.
25189 (pop3-apop): Replace pop3-md5 with md5.
25190
25191 * mm-bodies.el: base64 is always built-in.
25192
25193 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25194 Use with-current-buffer.
25195
25196 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25197
25198 * canlock.el (canlock-insert-header): Remove excessive grouping in
25199 regexp.
25200
25201 * gnus-sum.el (gnus-summary-read-document): Ditto.
25202
25203 * gnus-uu.el (gnus-uu-part-number): Ditto.
25204
25205 * html2text.el (html2text-remove-tags): Ditto.
25206 (html2text-format-tags): Ditto.
25207 (html2text-format-single-elements): Ditto.
25208
25209 * mml.el (mml-parse-1): Ditto.
25210
25211 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25212
25213 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25214
25215 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25216
25217 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25218
25219 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25220
25221 2003-11-15 Simon Josefsson <jas@extundo.com>
25222
25223 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25224 (pgg-gpg-lookup-key): Use regexp match instead of
25225 split-string (split-string is different between emacs 21.2 and
25226 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25227
25228 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25229
25230 * gnus-art.el (gnus-mime-view-all-parts)
25231 (gnus-article-part-wrapper, gnus-article-view-part):
25232 Use with-current-buffer.
25233
25234 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25235
25236 * spam.el (spam-disable-spam-split-during-ham-respool)
25237 (spam-spamoracle-database, spam-cache-lookups)
25238 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25239 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25240 (spam-group-ham-marks, spam-group-spam-marks)
25241 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25242 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25243 also add spam-use-blackholes to the statistical checks.
25244 (spam-fetch-field-fast): Add interface to fetching fields, may
25245 become a macro.
25246 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25247 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25248 (spam-insert-fake-headers): Fake an article when needed.
25249 (spam-find-spam): Fake article when possible.
25250 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25251 (spam-check-bogofilter-headers): Use message-fetch-field instead
25252 of nnmail-fetch-field.
25253
25254 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25255
25256 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25257
25258 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25259
25260 * spam.el (spam-split): Do not require spam-use-CHECK to be
25261 enabled if that check is passed to spam-split explicitly; also
25262 fix so 'spam doesn't get converted to spam-split-group when
25263 spam-split-symbolic-return is t.
25264 (spam-find-spam): Find registrations of the article and use those
25265 instead of re-running spam-split to find the spam/ham
25266 classification of the article.
25267 (spam-log-processing-to-registry, spam-log-registered-p)
25268 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25269 Use gnus-error instead of gnus-message.
25270 (spam-log-registration-type): Add function to determine the
25271 classification of a message based on registry entries; will
25272 return nil if both 'spam and 'ham are found.
25273 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25274 a reasonably fast local cache without the loading errors.
25275 (spam-cache-lookups): Set to t by default.
25276 (spam-find-spam): Don't try to guess spam-cache-lookups.
25277 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25278 spam-caches entry.
25279 (spam-filelist-build-cache, spam-filelist-check-cache):
25280 Fix caching of whitelist/blacklist entries.
25281 (spam-check-whitelist, spam-check-blacklist):
25282 Invoke spam-from-listed-p with a type, not a cache variable.
25283 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25284
25285 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25286
25287 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25288
25289 * nnmail.el (nnmail-split-fancy): do.
25290
25291 * mml.el (mml-parse): do.
25292
25293 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25294 (gnus-score-adaptive): do.
25295
25296 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25297
25298 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25299 (gnus-mime-button-map): Don't set keymap parent.
25300 (gnus-button-ctan-directory-regexp): Use shy grouping.
25301 (gnus-prev-page-map): Don't set keymap parent.
25302 (gnus-prev-page-map): Remove duplicated one.
25303 (gnus-next-page-map): Don't set keymap parent.
25304 (gnus-mime-security-button-map): Ditto.
25305
25306 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25307 version number.
25308
25309 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25310
25311 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25312
25313 * canlock.el (canlock-sha1-function): Remove.
25314 (canlock-sha1-function-for-verify): Remove.
25315 (canlock-openssl-program): Remove.
25316 (canlock-openssl-args): Remove.
25317 (canlock-ignore-errors): Remove.
25318 (canlock-sha1-with-openssl): Remove.
25319 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25320 (canlock-verify): Don't use canlock-ignore-errors.
25321
25322 * sha1-el.el (sha1-string-external): Make it can return a string
25323 in binary form.
25324 (sha1-region-external): Ditto.
25325 (sha1-string-internal): Ditto.
25326 (sha1-region-internal): Ditto.
25327 (sha1-region): Ditto.
25328 (sha1-string): Ditto.
25329 (sha1): Ditto.
25330
25331 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25332
25333 * spam.el (spam-report-articles-gmane): New command.
25334
25335 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25336
25337 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25338
25339 * run-at-time.el (run-at-time-saved): Remove.
25340 (run-at-time): Doc fix.
25341
25342 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25343
25344 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25345 (gnus-summary-limit-map): Add it.
25346 (gnus-summary-make-menu-bar): do.
25347
25348 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25349
25350 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25351 Make attempt at some caching support (done for BBDB only now).
25352 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25353 addresses to be checked.
25354 (spam-clear-cache-BBDB): Add function, to be invoked by
25355 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25356 (spam-check-BBDB): Check and use the caches, if
25357 spam-cache-lookups is on, remove superfluous (provide).
25358
25359 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25360
25361 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25362
25363 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25364
25365 * run-at-time.el (run-at-time-saved): Move to after the definition
25366 of `run-at-time'.
25367
25368 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25369
25370 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25371 mm-w3m-local-map-property.
25372
25373 * mm-view.el (mm-w3m-mode-map): Remove.
25374 (mm-w3m-local-map-property): Remove.
25375 (mm-inline-text-html-render-with-w3m): Don't use
25376 mm-w3m-local-map-property.
25377
25378 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25379
25380 * run-at-time.el: New file.
25381
25382 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25383 of gnus-set-text-properties.
25384
25385 * gnus-uu.el (gnus-uu-save-article): Ditto.
25386
25387 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25388
25389 * gnus-cite.el (gnus-cite-parse): Ditto.
25390
25391 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25392 of gnus-.
25393
25394 * gnus.el: Change calls to nnheader-run-at-time and
25395 password-run-at-time throughout to use run-at-time directly.
25396
25397 * password.el: Remove definition of run-at-time.
25398
25399 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25400
25401 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25402 in prompt.
25403
25404 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25405
25406 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25407 XEmacs version.
25408
25409 * dns.el (dns-make-network-process): Use `open-network-stream'
25410 instead of `gnus-xmas-open-network-stream'.
25411
25412 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25413
25414 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25415
25416 * gnus-art.el (gnus-mime-display-alternative)
25417 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25418 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25419 Don't use gnus-local-map-property.
25420
25421 * gnus-util.el (gnus-local-map-property): Remove.
25422
25423 * mm-view.el (mm-view-pkcs7-decrypt):
25424 Replace gnus-completing-read-maybe-default with completing-read.
25425
25426 * gnus-util.el (gnus-completing-read): do.
25427 (gnus-completing-read-maybe-default): Remove.
25428
25429 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25430
25431 * password.el: Only autoload `run-at-time' if not XEmacs.
25432 Only autoload the itimer functions if XEmacs.
25433
25434 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25435
25436 * gnus-art.el (gnus-read-string): Remove.
25437 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25438 read-string.
25439
25440 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25441
25442 * netrc.el: Autoload password-read.
25443 (netrc): Add configuration group.
25444 (netrc-encoding-method, netrc-openssl-path):
25445 Add variables for encoding and decoding of files with symmetric
25446 ciphers.
25447 (netrc-encode): Add assistant function to encode a file with
25448 netrc-encoding-method.
25449 (netrc-parse): Add interactive parameter, added optional
25450 decoding if netrc-encoding-method is non-nil but otherwise
25451 behavior is standard.
25452 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25453 Do s/encode/encrypt/ everywhere.
25454
25455 * spam.el: Remove executable-find autoload.
25456
25457 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25458
25459 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25460
25461 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25462
25463 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25464
25465 * gnus-art.el (gnus-treat-ansi-sequences)
25466 (article-treat-ansi-sequences): New variable and function.
25467 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25468
25469 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25470 Use it.
25471
25472 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25473
25474 * mm-util.el (mm-quote-arg): Remove.
25475
25476 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25477 shell-quote-argument.
25478
25479 * gnus-uu.el (gnus-uu-command): do.
25480
25481 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25482
25483 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25484 with make-char.
25485
25486 * mm-util.el (mm-make-char): Remove.
25487
25488 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25489 add-minor-mode.
25490
25491 * gnus-undo.el (gnus-undo-mode): do.
25492
25493 * gnus-topic.el (gnus-topic-mode): do.
25494
25495 * gnus-sum.el (gnus-dead-summary-mode): do.
25496
25497 * gnus-start.el (gnus-slave-mode): do.
25498
25499 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25500
25501 * gnus-ml.el (gnus-mailing-list-mode): do.
25502
25503 * gnus-gl.el (gnus-grouplens-mode): do.
25504
25505 * gnus-draft.el (gnus-draft-mode): do.
25506
25507 * gnus-dired.el (gnus-dired-mode): do.
25508
25509 * gnus-ems.el (gnus-add-minor-mode): Remove.
25510
25511 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25512 Replace gnus-char-width with char-width.
25513
25514 * gnus-ems.el (gnus-char-width): Remove.
25515
25516 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25517 Replace gnus-char-width with char-width.
25518
25519 * gnus-ems.el (gnus-char-width): Remove.
25520
25521 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25522 definition.
25523 Remove Emacs 20 hash table compatibility code.
25524
25525 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25526 20 compatibility code.
25527
25528 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25529
25530 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25531
25532 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25533 Replace with point-at-{eol,bol}.
25534
25535 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25536
25537 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25538
25539 * flow-fill.el (fill-flowed-point-at-bol)
25540 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25541
25542 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25543 Replace with point-at-{eol,bol} throughout all files.
25544
25545 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25546
25547 * ntlm.el (ntlm-string-as-unibyte): New macro.
25548 (ntlm-build-auth-response): Use it.
25549
25550 Remove Emacs 20 stuff:
25551 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25552 of delq and copy-sequence.
25553 * gnus-art.el (popup-menu): Remove the compiler macro.
25554 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25555 Emacs 20.
25556
25557 2004-01-05 Simon Josefsson <jas@extundo.com>
25558
25559 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25560 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25561 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25562 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25563 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25564 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25565 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25566 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25567 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25568 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25569 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25570 string-xor into ntlm-string-xor.
25571 Suggested by Jesper Harder <harder@myrealbox.com>.
25572
25573 * ntlm.el: Don't include poem.
25574
25575 * md4.el (print-int32, print-string-hexa): Remove.
25576 Suggested by Jesper Harder <harder@myrealbox.com>.
25577
25578 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25579
25580 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25581 probably breaks emacs with DL patch, but do we care? Is anyone
25582 still using the DL stuff?)
25583
25584 * sieve-manage.el: Use the password package.
25585 (sieve-manage-read-passwd): Remove.
25586 (sieve-manage-interactive-login): Use password. Re-add
25587 condition-case around loop.
25588
25589 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25590 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25591 Use the password package.
25592
25593 2003-02-19 Simon Josefsson <jas@extundo.com>
25594
25595 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25596 token.
25597
25598 2002-08-07 Simon Josefsson <jas@extundo.com>
25599
25600 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25601 (sieve-manage-authenticators)
25602 (sieve-manage-authenticator-alist): Add some SASL mechs.
25603 (sieve-sasl-auth): New function.
25604 (sieve-manage-cram-md5-auth)
25605 (sieve-manage-plain-auth): Rewrite using SASL library.
25606 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25607 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25608 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25609 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25610
25611 2004-01-05 Simon Josefsson <jas@extundo.com>
25612
25613 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25614 New files.
25615
25616 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25617
25618 * gnus-group.el (gnus-no-groups-message): Update.
25619
25620 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25621
25622 2003-11-09 Simon Josefsson <jas@extundo.com>
25623
25624 * imap.el: Support for ID IMAP extension (RFC 2971).
25625 (imap-local-variables): Add imap-id.
25626 (imap-id): New variable.
25627 (imap-id): New function.
25628 (imap-parse-response): Parse untagged ID response.
25629 * nnimap.el (nnimap-id): New variable.
25630 (nnimap-open-connection): Use it.
25631
25632 2003-12-28 Simon Josefsson <jas@extundo.com>
25633
25634 * gnus-score.el (gnus-score-edit-all-score): New.
25635 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25636
25637 2004-01-04 Simon Josefsson <jas@extundo.com>
25638
25639 * password.el: Add.
25640
25641 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25642
25643 * dns.el (dns-query-types): Fix typo.
25644 (dns-query-types): New function.
25645 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25646 PTR and SOA replies, see RFC 1035.
25647
25648 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25649
25650 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25651
25652 * Move to Changelog.2.
25653
25654 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25655
25656 * gnus.el (gnus-version-number): Bump version.
25657
25658 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25659
25660 * gnus.el: No Gnus v0.1 is released.
25661
25662 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25663
25664 * gnus.el: No Gnus v0.0 is released.
25665
25666 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25667
25668 * gnus.el (gnus-version-number): Bump.
25669 (gnus-version): No.
25670
25671 See ChangeLog.2 for earlier changes.
25672
25673 Copyright (C) 2004-2014 Free Software Foundation, Inc.
25674
25675 This file is part of GNU Emacs.
25676
25677 GNU Emacs is free software: you can redistribute it and/or modify
25678 it under the terms of the GNU General Public License as published by
25679 the Free Software Foundation, either version 3 of the License, or
25680 (at your option) any later version.
25681
25682 GNU Emacs is distributed in the hope that it will be useful,
25683 but WITHOUT ANY WARRANTY; without even the implied warranty of
25684 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25685 GNU General Public License for more details.
25686
25687 You should have received a copy of the GNU General Public License
25688 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25689
25690 ;; Local Variables:
25691 ;; coding: utf-8
25692 ;; fill-column: 79
25693 ;; add-log-time-zone-rule: t
25694 ;; End: